@charset "utf-8";

/************************************************************** 
	메인에 노출되는 팝업 스타일입니다.
	작성일 : 2024.01 / 작성자 : ㈜넥스미디어      
**************************************************************/

/* 이벤트존 */

/******************************************
  일반 팝업 영역
******************************************/
#loadPopup {
  position: absolute;
  top: 120px;
  left: 10%;
  width: 80%;
  height: calc(100vh - 160px);
  z-index: 99;
}
#loadPopup .pop_wrap { 
  display: none; 
  position:absolute; 
  top:50%; 
  left:50%; 
  transform: translate(-50%, -50%); 
  background:transparent; 
  z-index:99;
  padding: 5% 7%;
  min-height: 800px;
  max-width: 1700px;
}
#loadPopup .pop_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  border-radius: 40px;
}
#loadPopup .pop_wrap > ul { display: flex; justify-content: center; position: relative; z-index: 99;}
#loadPopup .pop_wrap > ul > li { padding: 0 5px; vertical-align: top;}
#loadPopup .main_popup { position: relative;}
#loadPopup .pop_wrap .popimg, #loadPopup .pop_mobile .popimg {position: relative;}
#loadPopup .pop_wrap .popimg a, #loadPopup .pop_mobile .popimg a {position:absolute; display: block; text-indent: -200000px; overflow:hidden; z-index: 90;}
#loadPopup .pop_wrap .closepop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
  z-index: 9999;
}

/******************************************
  퀵메뉴 팝업 영역
******************************************/
.quick_wrap{position:absolute; right:0; top:calc((100vh - 826px)/2 + 130px); z-index:100; background:#192c5a;}
.quick_wrap.mobile{left:0;top:0;right:0; z-index:999;}

.quick_wrap .regist_wrap .inner{display:flex;position:absolute;right:-1640px;top:0; align-items: center; justify-content: center; width:1640px;height:706px;background:#e4eaef;margin-left:150%}
.quick_wrap .regist_wrap .inner img{display:none}
.quick_wrap .btn_regist_zone{position:relative; z-index:1}
.quick_wrap .btn_regist_zone a {display:block; width:80px; height:315px; background: url(/resources/img/main/regist_btn.png) center top no-repeat}
.quick_wrap .regist_wrap.on  .btn_regist_zone a {background: url(/resources/img/main/regist_close.png) center top no-repeat; }

.quick_wrap .pop_wrap {  position: relative;}

.quick_wrap .pop_wrap .inner {display:flex;position:absolute;right:-100vw;top:0; align-items: center; justify-content: center; padding: 10px 100px 10px 20px;height:632px;}
.quick_wrap .pop_wrap .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #e4eaef;
  opacity: 0.4;
}

.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{position:relative; ;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;
}

/******************************************
  모바일 팝업 영역 (공통)
******************************************/
.pop_mobile {
    position:absolute; 
    top:8vw; 
    left:50%; 
    transform: translateX(-50%); 
    background:transparent; 
    z-index:99;
    width: 100%;
    max-width:500px;
    padding:0 5%;
    display: none;
}
.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)}
