@charset "utf-8";

/**************************************************************
	메인에 노출되는 팝업 스타일입니다.
	작성일 : 2024.01 / 작성자 : ㈜넥스미디어
**************************************************************/

/******************************************
  일반 팝업 영역
******************************************/
.normal_wrap#loadPopup .pop_wrap { display: none; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); background:transparent; z-index:99;}
.normal_wrap#loadPopup .pop_wrap > ul { display: flex; justify-content: center;}
.normal_wrap#loadPopup .pop_wrap > ul > li { padding: 0 5px; vertical-align: top;}

.normal_wrap#loadPopup .main_popup { position: relative;}
.normal_wrap#loadPopup .pop_wrap .popimg, .normal_wrap#loadPopup .pop_mobile .popimg {position: relative;}
.normal_wrap#loadPopup .pop_wrap .popimg a, .normal_wrap#loadPopup .pop_mobile .popimg a {position:absolute; display: block; text-indent: -200000px; overflow:hidden; z-index: 90;}
.normal_wrap#loadPopup .pop_wrap .closepop {position:absolute;right:-70px;top:-70px;color:#fff; color:#fff; padding: 5px 10px;}
.normal_wrap#loadPopup .pop_wrap .closepop::after {
  content: "\e870";
  display: inline-block;
  font-family:Linearicons-Free;
  font-size: 48px;
  color: #fff;
}
.normal_wrap#loadPopup .pop_wrap .today {position:relative; text-align:left; background:#333333;padding:6px 18px;color:#ffffff;font-size:13px;line-height:13px;}
.normal_wrap#loadPopup .pop_wrap .today * {vertical-align: middle;}
.normal_wrap#loadPopup .pop_wrap .today strong {margin-left: 6px; display: inline-block;}
.normal_wrap#loadPopup .pop_wrap .today a {position:absolute;right:4px;top:6px;color:#fff;font-size:13px; color:#fff; padding: 5px 10px;}
.normal_wrap#loadPopup .pop_wrap .today a i::after {
  content: "\e870";
  display: inline-block;
  font-family:Linearicons-Free;
  font-size: 18px;
  margin-right: 6px;
  color: #fff;
}

/******************************************
  퀵메뉴 팝업 영역
******************************************/

.quick_wrap {position:absolute; right:-100vw; overflow:hidden; transition:all .5s ease;}
.pop_wrap {position:relative;}
.pop_wrap .inner {display:flex; align-items: center; justify-content: center; padding:0 60px;
  height:620px;background:#e4eaef}
.pop_wrap  ul { display:flex;}
.pop_wrap  ul > li{flex:1}
.pop_wrap .btn_popup_zone{position:absolute;right:-80px;top:0;z-index:1}
/* .pop_wrap .btn_popup_zone a {display:block; width:80px; height:300px; background: url(/resources/img/main/pop_open.png) center center no-repeat} */
/* .pop_wrap.on  .btn_popup_zone a {background: url(/resources/img/main/pop_close.png) center center no-repeat; } */
.main_popup { position: relative;}
.quick_wrap.on {right:80px;}


.pop_wrap .popimg, .pop_mobile .popimg {position: relative;}
.pop_wrap .popimg a, .pop_mobile .popimg a {position:absolute; display: block; text-indent: -200000px; overflow:hidden; z-index: 90;}
.pop_wrap .closepop {position:absolute;right:-70px;top:-70px;color:#fff; color:#fff; padding: 5px 10px;}
.pop_wrap .closepop::after {
  content: "\e870";
  display: inline-block;
  font-family:Linearicons-Free;
  font-size: 48px;
  color: #fff;
}

/*
.pop_mobile {
    position:absolute;
    top:8rem;
    left:50%;
    transform: translateX(-50%);
    background:transparent;
    z-index:99;
    width: 100%;
    max-width:500px;
    padding:0 5%;
}
.pop_mobile img {display:block; width:100%; }
.pop_mobile .today {position:relative; text-align:left; background:#333333;padding:6px 18px;color:#ffffff;font-size:13px;line-height:13px;}
.pop_mobile .today * {vertical-align: middle;}
.pop_mobile .today strong {margin-left: 6px; padding-top: 6px; display: inline-block;}
.pop_mobile .today a {position:absolute;right:4px;top:6px;color:#fff;font-size:13px; color:#fff; padding: 5px 10px;}
.pop_mobile .today a i::after {
  content: "\e870";
  display: inline-block;
  font-family:Linearicons-Free;
  font-size: 18px;
  margin-right: 6px;
  color: #fff;
} */

.quick_wrap .pop_wrap  ul { display:flex;}
.quick_wrap .pop_wrap  ul > li{flex:1}
.quick_wrap .pop_wrap .swiper-slide { margin: 0 10px; }
.quick_wrap .pop_wrap .btn_popup_zone{z-index:1; }
/* .quick_wrap .pop_wrap .btn_popup_zone a {display:block; width:80px; height:315px; background: #192c5a url(/resources/img/main/pop_open.png) center top no-repeat}
.quick_wrap .pop_wrap.on  .btn_popup_zone a {background: #192c5a url(/resources/img/main/pop_close.png) center top no-repeat; }
.main_popup { position: relative;} */
.quick_wrap .pop_wrap .popimg, .quick_wrap .pop_mobile .popimg {position: relative;}
.quick_wrap .pop_wrap .popimg a, .quick_wrap .pop_mobile .popimg a {position:absolute; display: block; text-indent: -200000px; overflow:hidden; z-index: 90;}
.quick_wrap .pop_wrap .closepop {position:absolute;right:-70px;top:-70px;color:#fff; color:#fff; padding: 5px 10px;}
.quick_wrap .pop_wrap .closepop::after {
  content: "\e870";
  display: inline-block;
  font-family:Linearicons-Free;
  font-size: 48px;
  color: #fff;
}
.quick_wrap .pop_wrap .today {position:relative; text-align:left; background:#333333;padding:6px 18px;color:#ffffff;font-size:13px;line-height:13px;}
.quick_wrap .pop_wrap .today * {vertical-align: middle;}
.quick_wrap .pop_wrap .today strong {margin-left: 6px; padding-top: 6px; display: inline-block;}
.quick_wrap .pop_wrap .today a {position:absolute;right:4px;top:6px;color:#fff;font-size:13px; color:#fff; padding: 5px 10px;}
.quick_wrap .pop_wrap .today a i::after {
  content: "\e870";
  display: inline-block;
  font-family:Linearicons-Free;
  font-size: 18px;
  margin-right: 6px;
  color: #fff;
}



/******************************************
  퀵메뉴 상단 팝업 영역
******************************************/
.quick_wrap_top .btn_regist_zone {display: none;}
.quick_wrap_top .pop_wrap { display: none; position:absolute; /*top:50%; left:50%; transform: translate(-50%, -50%);*/ top:-640px; left:50%; transform: translateX(-50%); z-index:1000; background:#273d6b; width:100%; border-bottom:7px solid #273d6b;}
.quick_wrap_top .pop_wrap .inner {position:relative; display: flex; align-items: center; justify-content: center; height:640px;}
.quick_wrap_top .pop_wrap  ul { display:flex;}
.quick_wrap_top .pop_wrap  ul > li { padding:0 10px; flex: 1;}
.quick_wrap_top .pop_wrap .btn_popup_zone a {display:block; width:229px; height:53px; background: url("/resources/img/pop_down.png") center top no-repeat; position:absolute; left:50%; transform:translateX(-50%); bottom:-49px;}
.quick_wrap_top .pop_wrap.on  .btn_popup_zone a {background: url("/resources/img/pop_up.png") center top no-repeat; }
.quick_wrap_top .main_popup { position: relative;}
.quick_wrap_top .pop_wrap .popimg, .quick_wrap_top .pop_mobile .popimg {position: relative;}
.quick_wrap_top .pop_wrap .popimg a, .quick_wrap_top .pop_mobile .popimg a {position:absolute; display: block; text-indent: -200000px; overflow:hidden; z-index: 90;}
.quick_wrap_top .pop_wrap .closepop {position:absolute;right:-70px;top:-70px;color:#fff; color:#fff; padding: 5px 10px;}
.quick_wrap_top .pop_wrap .closepop::after {
  content: "\e870";
  display: inline-block;
  font-family:Linearicons-Free;
  font-size: 48px;
  color: #fff;
}
.quick_wrap_top .pop_wrap .today {position:relative; text-align:left; background:#333333;padding:6px 18px;color:#ffffff;font-size:13px;line-height:13px;}
.quick_wrap_top .pop_wrap .today * {vertical-align: middle;}
.quick_wrap_top .pop_wrap .today strong {margin-left: 6px; padding-top: 6px; display: inline-block;}
.quick_wrap_top .pop_wrap .today a {position:absolute;right:4px;top:6px;color:#fff;font-size:13px; color:#fff; padding: 5px 10px;}
.quick_wrap_top .pop_wrap .today a i::after {
  content: "\e870";
  display: inline-block;
  font-family:Linearicons-Free;
  font-size: 18px;
  margin-right: 6px;
  color: #fff;
}

.quick_wrap.mobile {right:0; top:0; left:0; overflow: visible;}
/******************************************
  모바일 팝업 영역 (공통)
******************************************/
.pop_mobile {
    position:absolute;
    top:7rem;
    left:50%;
    transform: translateX(-50%);
    background:transparent;
    z-index:99;
    width: 100%;
    max-width:500px;
    padding:0 5%;
    display: none;
}
.main2 .pop_mobile {top: -7rem;}
.pop_mobile img {display:block; width:100%; }
.pop_mobile .today {position:relative; text-align:left; background:#333333;padding:6px 18px;color:#ffffff;font-size:13px;line-height:13px;}
.pop_mobile .today * {vertical-align: middle;}
.pop_mobile .today strong {margin-left: 6px; padding-top: 6px; display: inline-block;}
.pop_mobile .today a {position:absolute;right:4px;top:6px;color:#fff;font-size:13px; color:#fff; padding: 5px 10px;}
.pop_mobile .today a i::after {
  content: "\e870";
  display: inline-block;
  font-family:Linearicons-Free;
  font-size: 18px;
  margin-right: 6px;
  color: #fff;
}
.pop_mobile .swiper-pagination{bottom:0}
.pop_mobile .swiper-pagination-bullet{background:rgba(255,255,255,.8)}

@media screen and (max-width: 1024px) {
  .quick_wrap {position:relative; right:auto; height:100%;}
  .quick_wrap.on {right: auto;}
  .pop_mobile {display: block;}
}