<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body.pop_body {background: none;}

/* 팝업 레이아웃 */
/* 일반 페이지 팝업 */
.lypop.normal_pop {display: none;}

/* 고정형 */
.lypop {position: absolute;top: 0;left: 0;z-index: 600;background-color: #fff;}
.pop_ifrm_wrap {position: relative;}

/* 팝업 닫기 */
.btn_lypop_close {display: block;width: 23px;height:23px;text-indent: -99999px;position: absolute;top: 14px;right:18px;z-index: 510;background: url(/images/btn_x_wh.png) no-repeat 0 0;background-size: 100% auto;}

/* 팝업 컨텐츠 */
.pop_wrap {position: relative;}
.pop_wrap &gt; .inner {position: relative;padding: 15px 25px;border:1px #7f8186 solid;border-top: none;color: #000;}

.pop_tit_box {position: relative;padding: 15px 25px;background-color: #495164;color: #fff;}
.pop_wrap .pop_tit1 {position: relative;font-size: 20px;color: #fff;line-height: 1.4;}

.pop_btn_area {position: relative;padding: 30px 0 0 0;text-align: center;}
.pop_btn_area:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}

/*아이디 중복 확인 */
.pop_id_check .txt {font-size: 15px;margin-bottom: 20px;}
.pop_id_check input {width: 260px;}
.pop_id_check .hgbtn {margin-left: 10px;}
.pop_id_check .check_result {margin-top: 8px;font-size: 14px;color: #666;}


/*메인 배너 팝업*/
.bn_pop_wrap {position:absolute;z-index: 100;font-family: "돋움", dotum, sans-serif;z-index:390;display: none;}
.bn_pop_wrap .close_area {padding: 12px 15px;overflow: hidden;background: #e2e2e2;color: #707070;}
.bn_pop_wrap .close_area input {vertical-align:middle;}
.bn_pop_wrap .close_area label {padding-top: 4px;}
.bn_pop_wrap .close_area &gt; p.check {float: left;display: inline-block;font-size:11px;}
.bn_pop_wrap .close_area &gt; a.btn_pop_close {float: right;display: inline-block;padding-top: 8px;color: #707070;font-size:11px;text-decoration: none;}

#monday_event_pop {top: 150px;left: 50%;margin-left: -500px;}

#event170719_pop {top: 190px;left: 50%;margin-left: -520px;}
#event170719_pop .pop_cts {font-size: 0;}

/*여름휴가 팝업 170728*/
#vacation_pop {top: 153px;left: 50%;margin-left: 230px;}

/*추석연휴 팝업 170728*/
#chuseok_pop {top: 153px;left: 50%;width: 350px;margin-left: -520px;}</pre></body></html>