@CHARSET "UTF-8";
/* 팝업 레이어 2 */
.popup_layer2 { display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:9999; }
.open {display:block;}
.popup_layer2 .popup_layer_bg2 {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
.popup_layer2 .popup_layer_cont2 { position:absolute; left:50%; top:50%; background:#fff; width: 630px; }
.popup_layer2 .popup_layer_cont2 .button { width: 75px; height: 25px; line-height: 25px; font-size: 12px; text-align: center; margin: 0 auto; display: block; background: #fa5c3f; color: #fff; }
.popup_head1 { height: 65px; line-height: 65px; width: 590px; background: url('/resources/images/common/popup_head.jpg') right; overflow: hidden; }
.popup_head2 { height: 65px; line-height: 65px; width: 630px; background: url('/resources/images/common/popup_head.jpg'); overflow: hidden; }
.popup_head2 span { float: left; padding-left: 20px; font-size: 28px; color: #fff; line-height: 65px; height: 65px; }
.popup_head2 a { float: right; display: block; width: 57px; height: 15px; margin-right: 20px; margin-top: 25px; }
.popup_cont { padding: 25px 20px 30px 20px; clear: both; }

#popup_tuitionInfo .container {padding: 30px 0;} 
#popup_tuitionInfo .tr_buttons { text-align:center; padding: 30px 0 0 }
#popup_tuitionInfo .popup_layer_cont2 {height:730px;}
#popup_t_requestMap .popup_layer_cont2 { position: fixed; margin-left: -315px; margin-top: -216px; }
.popup_t_requestMap { padding: 25px 20px; }
.popup_t_requestMap table { width: 100%; border-top: 1px solid #ececec; }
.popup_t_requestMap table th { border-bottom: 1px solid #ececec; background: #f8f8f8; color: #6e6e6e; width: 160px; height: 40px; font-weight: normal; }
.popup_t_requestMap table td { border-bottom: 1px solid #ececec; color: #6e6e6e; padding: 7px 0 7px 15px; }
.popup_t_requestMap table td input { width: 95px; line-height: 23px; height: 23px; border: 1px solid #ececec; padding-left: 10px; }
.popup_t_requestMap table td select { height: 25px; line-height: 25px; }
.popup_t_requestMap table td a { display: inline-block; margin-left: 8px; width: 74px; height: 23px; background: #283444; color: #fff; line-height: 23px; text-align: center; }
.popup_t_requestMap table td input[type=file] { display: none; }

.popup_t_requestMap .tr_buttons { padding-top: 20px; padding-bottom: 10px; text-align: center; }
.popup_t_requestMap .tr_buttons a { width: 120px; height: 45px; line-height: 45px; display: inline-block; color: #fff; background: #fa5c3f; text-align: center; font-size: 16px; }
.popup_t_requestMap .tr_buttons .cancel { background: #283444; }

.requestMap { padding-top: 0px; padding-bottom: 50px; text-align: center; }
.requestMap a { width: 200px; height: 45px; line-height: 45px; display: inline-block; color: #fff; background: #fa5c3f; text-align: center; font-size: 16px; }


/* 이벤트 팝업 - 프리미어프로 */
.popup_event_bg {display:none; position: fixed; z-index: 2223; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5);}
#popup_event {overflow: hidden; position: fixed; z-index: 2224; bottom: -1px; left: 0; width: 100%; height: auto; border-radius: 40px 40px 0 0; transform: translateY(100%); transition: all 0.25s ease-in-out;}
#popup_event.show {transform: translateY(0);}
#popup_event img {width: 100%;}
#popup_event .close {height: 150px; background:#fff;background: #222; text-align: center;}
#popup_event .close label {float:left; width: 50%; height: 100%; color:#222;color: #fff; font-family: 'CoreGothic4'; font-size: 28pt; line-height: 150px;}
#popup_event .close label + div {float:right; width: 50%; height: 100%; color:#222;color: #fff; font-family: 'CoreGothic4'; font-size: 28pt; line-height: 150px;}
#popup_event .close label::after {content: ''; display: inline-block; width: 1px; height: 36px; margin: 0px -28% -2px 28%; background: #d7d7d7;}
