@charset "utf-8";
#popup_form{display:none;position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:rgba(0,0,0,0.8)}
#popup_form>div{position:absolute;top:50%;left:50%;margin:-150px 0 0 -140px;padding:45px;background:#fff}
#popup_form .agr_area{margin:5px 0 10px;text-align:center}
#popup_form dl{overflow:hidden;max-width:300px}
#popup_form dt{float:left;width:25%;margin-bottom:7px;font-size:15px;color:#333;letter-spacing:-0.3px;font-weight:600}
#popup_form dd{float:left;width:75%;margin-bottom:7px;font-size:15px;color:#666;letter-spacing:-0.3px}
#popup_form .frm_input{width:100%;box-sizing:border-box;height:auto}
#popup_form textarea{height:100px}
#popup_form .btn{width:100%;height:auto;line-height:28px;padding:10px 0;border-radius:5px;border:none;background:#123c7b;font-size:15px;color:#fff;cursor:pointer}
#popup_form .close{position:absolute;top:13px;right:10px;border:none;background:none;cursor:pointer}

@media screen and (max-width:720px){
	#popup_form>div{width:100%;left:0;margin:-150px 0 0;box-sizing:border-box}
}