@font-face{font-family:UTMGodsWordR;src:url(../fonts/UTMGodsWordR.woff2) format("woff2")}

.popup{
	font-size:14px;
	font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.popup input,.popup textarea{
	box-sizing:border-box;-moz-box-sizing:border-box
}
.popup .background_overlay_pop{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:10;
	background-color:#000000;
	opacity:0.67;
}
.popup .pop_box{

	top:150px;
	width: 100%;
	height: auto;
	position: fixed; 
	z-index:11; 
	box-shadow:0 1px 10px rgba(0,0,0,0.1); 
}

.popup .pop_box .mb{
	width:80%;
	height: auto;
	z-index:11; 
	margin: 0 auto;
}
.popup .pop_box .mb img{
	width:100%;
	height: auto;
	z-index:11; 
	margin: 0 auto;
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.popup .pop_boxdesk{

	margin-left: 28%;
	width: 600px;
	height: 500px;
	top:130px;
	position: fixed; 
	z-index:11; 
	box-shadow:0 1px 10px rgba(0,0,0,0.1);

}


.popup .pop_boxdesk .desk img{
	width:100%;
	height: 100%;
	z-index:11; 
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
	
	
.popup .pop_box #close{
background:url(../images/pucb-close1.png) 0 0 no-repeat;
width:25px;
height:25px;
position:absolute;
top:-80px;
right:16px;
transition:all 0.5s ease 0s;
font-family:arial;
z-index:11;
}
.popup .pop_box #close:hover{
transform:rotate(360deg)
}

.popup .pop_boxdesk #close{
	background:url(../images/pucb-close1.png) 0 0 no-repeat;
	width:25px;
	height:25px;
	position:absolute;
	top:-30px;
	right:-30px;
	transition:all 0.5s ease 0s;
	font-family:arial;
	z-index:11;

}
.popup .pop_boxdesk #close:hover{
	transform:rotate(360deg)
}
	

/* pop mail */
.popup{
	width: 100%;
}
.popup .pop_box_cont{
	top:150px;
	padding-left: 40%;
	height: auto;
	position: fixed; 
	z-index:11; 
}
.popup .pop_box_cont .pop_fr_cont{
	
    background: #fff;
    margin: 50px auto;
    width: 350px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
    z-index: 11;
    padding-top: 10px;
}
.popup .pop_box_cont .pop_fr_cont .pop_tt{
	text-align: center;
    padding: 5px 0 8px;
    background: url(/contact/template/images/logo.png) 0 0 no-repeat;
    min-height: 94px;
    text-align: right;
    color: #0872ba;
    margin: 0 20px;
    border-bottom: 1px solid #88c23f;
}
.popup .pop_box_cont .pop_fr_cont .pop_tt p{
	margin: 0 0 8px;
    padding: 40px 0 0 30px;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}
.popup .pop_box_cont .pop_fr_cont .pop_tt b{
    font-weight: 700;
}
.popup .pop_box_cont .pop_fr_cont .pop_fr{
	padding: 20px 20px 10px;
	width: 100%;
}

.popup .pop_box_cont .pop_fr_cont .ct_call{
	width: 100%;
    margin-bottom: 4px;
    font-size: 13px;
    border-radius: 4px;
	line-height: 40px;
}
.popup .pop_box_cont .pop_fr_cont .ct_bt{
	width: 100%;
    background: #88c23f;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 5px;
    line-height: 40px;
}
.popup .pop_box_cont .pop_fr_cont .sol{
	text-align: center;
    color: #696969;
    font-size: 13px;
    padding-top: 20px;
}
.popup .pop_box_cont .pop_fr_cont .sol a{
	text-align: center;
    color: #333;
    font-size: 13px;
}

.popup .pop_fr_cont #close{
	background:url(../images/pucb-close.png) 0 0 no-repeat;
	width:17px;
	height:17px;
	position:absolute;
	top:20px;
	right:-30px;
	transition:all 0.5s ease 0s;
	font-family:arial;
	z-index:11;
}
.popup .pop_fr_cont #close:hover{
	transform:rotate(360deg)
}


/*# sourceMappingURL=popup.css.map */