

/*  상담폼*/


.request_title { line-height:60px; font-size:22px; text-align:center; margin-bottom:10px; font-weight:400;}
.request_form {width:100%; max-width:900px; height:auto; margin:0 auto;   padding-top:30px; position:relative; clear:both;}

.privacny {width:100%; height:100px; margin:0 auto; text-align:left; overflow:auto;   border:1px solid #ccc; padding:10px; font-size:12px; color:#999; font-weight:100; }
.privacy_check { width:100%;  font-size:13px; color:#777; margin:0 auto; font-weight:300;  }
.privacy_check span { float:right; line-height:80px;  }
.privacy_check .agree-check { width:18px; height:18px; margin-bottom:5px; margin-right:5px;   }

.request_inform {width:100%; height:auto; margin-top:20px;}
.label_name { width:100%;  text-align:left; font-weight:500; font-size:18px; color:#000;  padding:8px 0 8px 0 ; }
.request_inform li { float:left; width:100%; padding-bottom:20px; clear:both;}

.select_date { height:40px; line-height:8px; font-size:14px; padding:10px ; width:100%;  border: 1px solid #ccc; }
.select_hour {   height:40px; line-height:40px; font-size:14px; padding:10px ; width:100%; border: 1px solid #ccc; background:#fff;  }
.select_minute {  height:40px; line-height:40px; font-size:14px;  padding:10px ; width:100%; border: 1px solid #ccc; background:#fff; }
.select_school_year { height:40px; line-height:40px; padding:10px ;  font-size:14px;  width:100%; border: 1px solid #ccc; background:#fff;}
.select_biz { height:40px; line-height:40px; padding:10px ;  font-size:14px;  width:100%; border: 1px solid #ccc; background:#fff;}

.input_class {list-style:none; height:40px;  line-height:40px;width:100%;  border: 1px solid #ccc;}
.input_class .spanlist { float:left; width: 20%; font-size:14px;  text-align:left; }
.input_class .class_chk { width:16px; height:16px; margin:0 0 0 10px;  }

.class_inner {list-style:none;}
.classlt{ float:left; width:48%; margin-right:8px;}
.classrt {float:left; width:51%;}
.class_all {float:left; width:100%;}

.request_form textarea {padding:10px; border:1px solid #ccc; border-radius: 0px; height:80px;	width:100%;	margin-bottom: 10px ;  color:#666;}
.request_form textarea::after {padding:10px; border:1px solid #ccc; border-radius: 0px; height:80px;	width:100%;	margin-bottom: 10px ;  color:#666;}
.request_form textarea:focus {border-color:#333;	height:80px; width:100%; color:#333;}

.request_info_box { border:1px solid #ccc; height:43px; padding: 10px; margin-bottom:18px;}
.request_info_box .radio_in { width:18px; height:18px; margin-right:5px; margin-bottom:5px;}
.request_info_box .input_date {   border:0; width:100%;   }


.request_formbt { width:100%;  margin:20px 0;}
.request_submit {width:100%; text-align:center; padding:20px 0 20px 0; font-size:20px; cursor:pointer;font-weight:300; color:#FFF; background:#ff4e00; border:0;  }






/* 약관동의 정책 */

.weight_bold { font-size:16px; font-weight:400; line-height:24px; color:#545454; text-align:center;}
.weight-tit { font-size:13px; font-weight:400; line-height:20px; color:#666; text-align:center;}
.weight { font-size:13px; font-weight:300; line-height:20px; color:#666; text-align:left;}
.text1 { font-size:12px; font-weight:300; line-height:20px; color:#666; text-align:left;}

/* 모달팝업 */
	
.modal_button {
   background: #000;
   color: #fff;
   text-align: center;
   font-weight: bold;
   padding: 10px 30px;
   border-radius: 3px;
}

#overlay {
   position: fixed;
   height: 100%; 
   width: 100%;
   top: 0;
   right: 0;  
   bottom: 0;
   left: 0;
   background: rgba(0,0,0,0.8);
   display: none;
   z-index:10;
}

#popup {
   max-width: 1000px;
   width: 100%;
   height: 950px; 
   padding: 20px;
   position: relative;
   background: #fff;
   margin: 0 auto;
   top:50px;
   overflow:auto;
   z-index:10;
}

#close {
   position: absolute;
   top: 30px;
   right: 50px;
   cursor: pointer;
   color: #000;
   z-index:1
}



#overlay2 {
   position: fixed;
   height: 100%; 
   width: 100%;
   top: 0;
   right: 0;  
   bottom: 0;
   left: 0;
   background: rgba(0,0,0,0.8);
   display: none;
   z-index:10;
}

#popup2 {
   max-width: 1000px;
   width: 100%;
   height: 950px;
   padding: 20px;
   position: relative;
   background: #fff;
   margin: 0 auto;
   top:50px;
   overflow:auto;
   z-index:10;
}

#close2 {
   position: absolute;
   top: 30px;
   right: 50px;
   cursor: pointer;
   color: #000;
   z-index:1
}

