@import url('https://fonts.googleapis.com/css2?family=Text+Me+One&display=swap');

body, html{
  overflow-x: hidden;
}
img{
  max-width: 100%;
}
.header .inner{
  max-width: 1820px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.header {width: 100%; border-bottom: 1px solid #fff; position: fixed; top: 45px; left: 0; z-index: 99999; transition: 0.3s;
background: #fff;
}
.header.src{
  top: 0;
}
.header.scr, .header.sub {
  border-bottom: 1px solid #ddd;
}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo img {display: block; max-width: 53px; position: relative;}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 65px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 18px; position: relative; white-space: nowrap; top : 2px;
color: #fff;
}
.gnb_nav .gnb .depth1:hover > .depth1_a {font-weight: bold;}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);}
.ham_open {width: 121px; display: flex; justify-content: space-between; cursor: pointer;
  gap: 19px;
  align-items: center;
}
.ham_open img{
  width: calc(100% - 55px);
  position: relative;
  top: -1px;
  transition: all 0.3s ease-in-out;
}
.ham_open.on2 img{
  opacity: 0;
}
.ham_open .bar-wrap{
  width: 36px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bar-wrap .bar {display: block; width: 100%; height: 5px; background-color: #353535;
border-radius: 9999px;
transition: all 0.3s ease-in-out;
position: relative;
}
.ham_open.on .bar-wrap .bar:first-child{
  transform: rotate(45deg);
  top: 10px;
}
.ham_open.on .bar-wrap .bar:nth-child(2){
  opacity: 0;
}
.ham_open.on .bar-wrap .bar:last-child{
  transform: rotate(-45deg);
  top: -10px;
}

.ham_open.on2 .bar-wrap .bar:first-child{
  transform: rotate(45deg) !important;
  top: 10px !important;
}
.ham_open.on2 .bar-wrap .bar:nth-child(2){
  opacity: 0 !important;
}
.ham_open.on2 .bar-wrap .bar:last-child{
  transform: rotate(-45deg) !important;
  top: -10px !important;
}

.gnb_nav .snb {width: auto; min-width: 160px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; transform: translateX(-50%); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}
.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;
font-size: 16px;
font-weight: 300;
transition: color 0.2s;
}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 10px;}
.gnb_nav .snb .depth2 a:hover {color: #16dbff;}
.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.snb.on2 {opacity: 1 !important; transform: translateX(-50%) scaleY(1) !important;
top: 100% !important;
pointer-events: initial !important;
}

.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 999999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; background: rgb(0, 144, 226); position: absolute; top: 0; right: 0; cursor: pointer;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 700; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px; background-color: #fff; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_gnb_nav .depth2 a:hover {color: #fff;}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}
.gnb_nav .snb{
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: calc(100% - 30px);
  transition: all 0.3s ease-out;
  pointer-events : none;
  min-height: 180px;
}
.gnb_nav,
.header .logo,
.ham_open
{
  z-index: 2;
}
.menu-hover-bg{
  background: #fff;
  width: 100%;
  height: 0px;
  position: absolute;
  top: 101px;
  left: 0;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #ddd;
}
.menu-hover-bg.on{
  height: 220px;
}
.menu-hover-bg.on2{
  height: 220px !important;
}
.gnb_nav .snb.on{
  opacity: 1;
  top: 100%;
  pointer-events: all;
}
.header.hover{
  border-bottom: 1px solid #ddd;
}
.header.on2{
  border-bottom: 1px solid #ddd !important;
}

/* header */

.main-sec, .main-wrap{
  width: 100%;
  height: auto;
  position: relative;
}
.main-sec.sec01 .main-inner{
  max-width: 1820px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

.main-sec.sec01{
  height: 100vh;
  min-height: 800px;
  position: relative;
}
.typing-txt-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 430px;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.typing-txt-wrap span{
  display: inline-block; 
  font-size: 90.1px;
  font-weight: bold;
  letter-spacing: -4.51px;
  text-align: center;
  color: rgb(53, 53, 53); 
  line-height: 1.2;
  margin-bottom: 10px;
  padding: 0 10px;
}
.typing-txt-wrap span:last-child{
  margin-bottom: 0;
}
.typing-txt-wrap span.typing-txt3{
  letter-spacing: -6.31px;
  color: rgb(22, 219, 255);
}

@keyframes changeBorderColor {
  0% {
    border-color: #acacac;
  }
  50% {
    border-color: #fff;
  }
  100% {
    border-color: #acacac;
  }
}
.main-inner{
  width: 100%;
  margin: 0 auto;
}

.main-tit{
  font-size: 65px;
  font-weight: bold;
  line-height: 1.46;
  letter-spacing: -1.95px;
  text-align: center;
  color: rgb(53, 53, 53);
  padding-bottom: 150px;
}
.main-tit .mint{
  color: rgb(22, 219, 255);
}
.typing-txt-wrap span.typing {
  animation: changeBorderColor 1s infinite;
  border-right: 1px solid #acacac;
}
.main-sec.sec02{
  background-color: rgb(5, 5, 5);
  padding: 250px 0;

}
.main-sec.sec02 .main-inner{
  max-width: 1780px;
  padding: 0 20px;
}
.main-sec.sec02 .main-inner .main-tit{
  color: #fff;
  padding-bottom: 100px;
}
.main-sec.sec02 .main-inner .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.main-sec.sec02 .main-inner .con-line > li{
  width: 100%;
}
.main-sec.sec02 .main-inner .con-line > li .imgbox{
  position: relative;
  border-radius: 52px;
  overflow: hidden;
}
.main-sec.sec02 .main-inner .con-line > li .imgbox img{
  opacity: 0.98;
  display: block;
  width: 100%;
}
.main-sec.sec02 .main-inner .con-line > li .imgbox .txtbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.main-sec.sec02 .main-inner .con-line > li .imgbox .txtbox h2{
  font-size: 65px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -3.25px;
  color: rgb(255, 255, 255);
  padding-bottom: 18px;
}
.main-sec.sec02 .main-inner .con-line > li .imgbox .txtbox p{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -1px;
  color: rgb(255, 255, 255);
}

.main-sec.sec03{
  padding: 250px 0;
}
.main-sec.sec03 .main-inner{
  max-width: 1780px;
  padding: 0 20px;
}
.main-sec.sec03 .main-inner .main-tit{
  color: rgb(53, 53, 53);
  font-size: 60px;
}
.main-sec.sec03 .main-sec03-con-wrap .con-line{
  display: flex;
}
.main-sec.sec03 .main-sec03-con-wrap .con-line > li{
  flex: 1;
  display: flex;
  align-items: center;
}
.main-sec.sec03 .main-sec03-con-wrap .con-line.odd > li .txtbox{
  padding-left: 110px;
}
.main-sec.sec03 .main-sec03-con-wrap .con-line > li .txtbox h2{
  font-size: 41.1px;
  font-weight: 300;
  line-height: 1.49;
  letter-spacing: -2.88px;
  text-align: left;
  color: rgb(33, 33, 33);
  padding-bottom: 46px;
}
.main-sec.sec03 .main-sec03-con-wrap .con-line > li .txtbox h2 .bd{
  font-weight: bold;
}
.main-sec.sec03 .main-sec03-con-wrap .con-line > li .txtbox h2 .mint{
  font-weight: bold;
  color: rgb(22, 219, 255);
}
.main-sec.sec03 .main-sec03-con-wrap .con-line > li .txtbox p{
  font-size: 23px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: -1.15px;
  color: rgb(53, 53, 53);
}
.main-sec.sec03 .main-sec03-con-wrap .con-line > li .imgbox img{
  max-width: 100%;
  display: block;
}
.main-sec.sec03 .main-sec03-con-wrap .con-line.even li:first-child{
  order: 1;
}
.main-sec.sec03 .main-sec03-con-wrap .con-line.even li:last-child{
  order: 0;
  display: flex;
  justify-content: flex-end;
  width: 640px;
}
.main-sec.sec03 .main-sec03-con-wrap .con-line.even li:last-child .txtbox{
  /* padding-left: 210px; */
  padding-right: 110px;
}

.main-sec04{
  background-color: rgb(5, 5, 5);
  padding: 250px 0 0;
}
.main-sec04 .main-tit{
  color: #fff;
  padding-bottom: 200px;
}
.main-sec04 .con-line{
  position: relative;
}
.main-sec04 .con-line.on .img-slide{
  position: fixed;
  top: 100px;
  left: 0;
  overflow: hidden;
}
.main-sec04 .con-line li.img-slide{
  position: absolute;
  top: 0;
  left: 0;
  width: 982px;
  height: 100vh;
  height: calc(100vh - 100px);
  /* background: url(../img/n-main-sec04-img01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
}
.main-sec04 .con-line.bottom .img-slide{
  top: initial;
  bottom: 0;
}
.main-sec04 .con-line li.img-slide img{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  max-width: 400%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.main-sec04 .con-line li.img-slide img.on{
  opacity: 1;
}

.main-sec04 .con-line li.txtbox{
  padding-left: 1108px;
  height: 100vh;
  height: calc(100vh - 100px);
  min-height: 700px;
}
.main-sec04 .con-line li.txtbox h4.num{
  font-family: "Text Me One", sans-serif;
  font-size: 108.3px;
  font-weight: normal;
  line-height: 1;
  padding-top: 150px;
  letter-spacing: -4.58px;
  text-align: left;
  color: rgb(255, 255, 255);
  padding-bottom: 40px;
}
.main-sec04 .con-line li.txtbox h2{
  font-size: 51.1px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -1.53px;
  color: rgb(255, 255, 255);
  padding-bottom: 60px;
}
.main-sec04 .con-line li.txtbox h2 .mint{
  color: rgb(22, 219, 255);
}
.main-sec04 .con-line li.txtbox p{
  font-size: 23px;
  font-weight: normal;
  line-height: 1.76;
  letter-spacing: -0.69px;
  color: rgb(255, 255, 255);
}

.main-sec05{
  padding: 250px 0;
  background-color: rgb(249, 249, 249);
}
.main-sec05 .main-tit{
  color: rgb(53, 53, 53);
  font-size: 60px;
}
.main-sec05 .main-sec05-swiper .imgbox{
  position: relative;
  border-radius: 37px;
  overflow: hidden;
}
.main-sec05 .main-sec05-swiper .imgbox img{
  display: block;
  width: 100%;
}
.main-sec05 .main-sec05-swiper .imgbox img.hover{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.main-sec05 .main-sec05-swiper .imgbox::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/n-main-sec05-swiper-active.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.main-sec05 .main-sec05-swiper .imgbox:hover::after,
.main-sec05 .main-sec05-swiper .imgbox:hover img.hover
{
  opacity: 1;
}
.main-sec05 .main-sec05-swiper .imgbox .txtbox{
  position: absolute;
  bottom: 52.6px;
  left: 42.6px;
  z-index: 2;
}
.main-sec05 .main-sec05-swiper .imgbox .txtbox p{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.72px;
  color: rgb(255, 255, 255);
  padding-bottom: 12px;
}
.main-sec05 .main-sec05-swiper .imgbox .txtbox p span{
  font-weight: 300;
}
.main-sec05 .main-sec05-swiper .imgbox .txtbox h2{
  font-size: 61px;
  font-weight: bold;
  line-height: 1.27;
  letter-spacing: -1.83px;
  color: rgb(255, 255, 255);
}

.main-sec05-swiper-wrap{
  padding-left: 390px;
  padding-left: 20vw;
}
.main-sec05 .main-sec05-swiper{
  /* overflow: hidden; */
}

.main-sec06{
  padding: 200px 0;
}
.main-sec06 .main-tit-box{
  text-align: center;
  padding-bottom: 100px;
}
.main-sec06 .main-tit-box h2{
  font-size: 55px;
  font-weight: 300;
  line-height: 1.54;
  letter-spacing: -2.75px;
  text-align: center;
  color: rgb(53, 53, 53);
  padding-bottom: 28px;
  position: relative;
}
.main-sec06 .main-tit-box h2::after{
  content: "";
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 32px;
  background-color: rgb(0, 0, 0);
  margin-top: 30px;
}
.main-sec06 .main-tit-box h2:nth-child(2):after{
  display: none;
}
.main-sec06 .main-tit-box .bd{
  font-weight: bold;
}
.main-sec06 .main-tit-box .mint{
  font-weight: bold;
  color: rgb(22, 219, 255);
}
.main-sec06 .main-tit-box p{
  padding-top: 10px;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.53;
  letter-spacing: -0.72px;
  color: rgb(47, 47, 47);
}

.main-sec06-frm-wrap{
  max-width: 889px;
  width: 100%;
  margin: 0 auto;
  background: rgb(251,251,251);
  padding: 82px 162px;
}
.half-ipt-line{
  display: flex;
  align-items: start;
  gap: 54px;
  margin-bottom: 35px;
}
.half-ipt-line > li{
  flex: 1;
}
.n-ipt{
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  background: none;
  border-bottom: 1px solid rgb(23, 21, 27);
  padding-bottom: 10px;

  font-size: 18.8px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.57px;
  color: rgb(23, 21, 27);
}

.n-ipt[type=text]:focus, .n-ipt[type=password]:focus, .n-ipt:focus{
  -webkit-box-shadow: none !important;
  -moz-box-shadow:  none !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 1px solid rgb(23,21,27) !important;
}

.n-ipt::-webkit-outer-spin-button,
.n-ipt::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}

.n-ipt::placeholder{
  font-size: 18.8px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: -0.57px;
  color: rgb(23, 21, 27);
}
.full-ipt-line li{
  width: 100%;
}
textarea.n-ipt{
  width: 100%;
  height: 90px;
  overflow-y: auto;
  resize: none;
}
.privacy-agr-box{
  display: flex;
  justify-content: flex-end;
  padding-top: 13px;
}
.privacy-agr-box > div{

  padding-bottom: 55px;
}
.privacy-agr-box > div input{
  display: none;
}
.privacy-agr-box > div label{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15.2px;
  font-weight: 500;
  letter-spacing: -0.46px;
  color: rgb(47, 47, 47);
  cursor: pointer;
}
.privacy-agr-box > div label span.check-box{
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: 1px solid rgb(23,21,27);
  position: relative;
}
.privacy-agr-box > div label span.check-box img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: 80%;
  opacity: 0;
}
.privacy-agr-box > div input:checked + label span.check-box{
  background: #000;
}
.privacy-agr-box > div input:checked + label img{
  opacity: 1;
}
.submit-box button{
  width: 100%;
  height: auto;
  text-align: center;

  font-size: 22.2px;
  font-weight: bold;
  line-height: 1.53;
  letter-spacing: -0.67px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 12px 0;
  background-color: rgb(53, 53, 53);
  border-radius: 9px;

  outline: none;
  border: none;
}

.submit-box button:hover{
  text-decoration: underline;
}


body, .main-inner, .inner, .header, .main-wrap{
  min-width: 1200px;
}
@media screen and (max-width:768px) {
  body, .main-inner, .inner, .header, .main-wrap{
    min-width: unset;
  }  
}

.scroll-motion{
  position: relative;
  transition: all 0.4s ease-in-out;
}
.scroll-motion.fade-up{
  opacity: 0;
  top: 50px;
}
.scroll-motion.fade-up.scrolled{
  opacity: 1;
  top: 0;
}
.scroll-motion.bg-left::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(5, 5, 5);
  transition: all 0.4s ease-in-out;
}
.scroll-motion.bg-left.scrolled::after{
  left: 100%;
}
.scroll-motion.white-bg-right::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.scroll-motion.white-bg-right.scrolled::after{
  right: 100%;
}

.scroll-motion.white-bg-left::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.4s ease-in-out;
}
.scroll-motion.white-bg-left.scrolled::after{
  left: 100%;
}


.scroll-motion.delay1,
.scroll-motion.delay1::after{
  transition-delay: 0.3s;
}

@media(max-width:2000px){
  .main-sec04 .con-line li.img-slide{
    width: 778px;
  }
  .main-sec04 .con-line li.txtbox{
    padding-left: 904px;
  }
}

@media(max-width:1700px){
  .main-sec05 .main-sec05-swiper .imgbox .txtbox h2{
    font-size: 40px;
  }
  .main-sec05-swiper-wrap{
    padding-left: 10vw;
  }

  .main-sec04 .con-line li.img-slide{
    width: 40%;
  }
  .main-sec04 .con-line li.txtbox{
    padding-left: calc(40% + 60px);
  }
  .main-sec04 .con-line li.txtbox p{
    font-size: 21px;
  }

}

@media(max-width:1600px){
  .main-sec.sec03 .main-sec03-con-wrap .con-line.odd > li .txtbox{
    padding-left: 70px;
  }
  .main-sec.sec03 .main-sec03-con-wrap .con-line.even li:last-child .txtbox{
    padding-right: 70px;
  }
  .main-sec.sec03 .main-sec03-con-wrap .con-line > li .txtbox h2{
    font-size: 40px;
    line-height: 1.35;
    padding-bottom: 38px;
  }
  .main-sec.sec03 .main-sec03-con-wrap .con-line > li .txtbox p{
    font-size: 20px;
  }
  .gnb_nav .gnb{
    gap: 40px;
  }
  
}
@media(max-width:1300px){
  .gnb_nav .gnb{
    gap: 30px;
  }
}

@media(max-width:1200px){
  /* .header{
    position: absolute;
  } */
  html{
    overflow-x: auto;
  }
  .main-sec04 .con-line.on .img-slide{
    top: 0;
    height: 100vh;
  }
}
/* main */

.header-top{
  width: 100%;
  height: auto;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.header-top .inner{
  display: flex;
  justify-content: flex-end;
  max-width: 1820px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.header-top .member-line{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}
.header-top .member-line > li a{
  font-size: 16px;
  font-weight: 400;
  color: #222;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header-top .member-line > li a::after{
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #ddd;
  position: absolute;
  top: calc(50% + 1px);
  right: -10.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.header-top .member-line > li:last-child a::after{
  display: none;
}
.header-top .member-line > li a:hover{
  color: rgb(22, 219, 255);
}

/* .popup_slider_wrap,
.popup_slider .bx2
{
  width: 500px; 
}
.popup_slider .bx1{
  height: 700px;
} */
.popup_slider_wrap .bx1 > li{position: relative;}
.popup_slider_wrap .bx1 > li a{position: absolute;width: 100%;height: 100%;z-index: 33;}