@charset "utf-8";

#popInc05{display:none;position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;;background:rgba(0,0,0,0.7)}
#popInc05 .inner{position:absolute;top:50%;left:50%;width:500px;padding:45px 50px;border-radius:8px;font-size:14px;color:#777;background:#fff;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);font-family:'notokr-regular';}

#popInc05, #popInc05 *{-webkit-transition:none;transition:none}
#popInc05 .pop_close{position:absolute;right:25px;top:25px;background:url(/sh_img/make24/close.png) 0 0 no-repeat;width:17px;height:17px;text-indent:-9999px;cursor:pointer}
#popInc05 .tit{margin-bottom:15px;font-size:22px;font-weight:normal;color:#222;letter-spacing:-.5px;text-align:center;font-family:'notokr-bold'}

#popInc05 ul li{position:relative;padding-left:100px;border-bottom:1px solid #e1e1e1}
#popInc05 ul li label{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100px;font-size:14px;color:#222;font-family:'notokr-bold'}
#popInc05 ul li input[type=text]{width:100%;height:45px;border:none !important;box-shadow:none !important;font-size:14px;font-family:'notokr-regular'}
#popInc05 ul li select{width:100%;height:45px;border:none !important;outline:none;font-size:14px;-webkit-appearance:none;appearance:none;background:url(/img/sh_arr_down.png) 98% center no-repeat;box-shadow:none;font-family:'notokr-regular'}
#popInc05 ul li input[type=text].birth{width:90%}
#popInc05 ul li .won{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
#popInc05 ul li textarea{width:100%;height:90px;margin:15px 0 12px;padding:10px;border:none;border-radius:3px;background-color:#f5f5f5}

#popInc05 .agree_zone{padding:15px;margin:15px 0 20px;border-radius:3px;font-size:13px;color:#222;background:#f5f5f5}
#popInc05 .agree_zone .gainagree2{padding:3px 5px;margin-left:5px;border-radius:3px;border:1px solid #e1e1e1;font-size:12px;color:#555;background:#fff}
#popInc05 .agree_zone label{float:right;margin-left:10px}
#popInc05 .btn_ok{text-align:center}
#popInc05 input[type=submit]{width:150px;height:45px;border:none;border-radius:3px;font-size:14px;color:#fff;background-color:#353646;font-family:'notokr-medium'}

/* 반응형 [s] */
@media (max-width:768px){
#popInc05 .inner{width:95%}
}

@media (max-width:480px){
#popInc05 .inner{padding:35px 5%}
#popInc05 ul li{padding-left:80px}
#popInc05 ul li label{width:80px}
}

@media (max-width:380px){
#popInc05 ul li{padding-left:65px}
#popInc05 ul li label{width:65px}
#popInc05 ul li select{font-size:13px}
}
/* 반응형 [e] */