#wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  width: 100%;
  font-family: "Noto Sans KR", sans-serif;
  overflow-x: hidden;
}

img {
  width: 100%;
}

/*main*/

/* .kakao_link a {
  width: 13%;
  position: fixed;
  top: 110vw;
  right: 7%;
  z-index: 9;
}

.kakao_link img {
  width: 13%;
  position: fixed;
  top: 110vw;
  right: 7%;
  z-index: 9;
} */

#main {
  width: 100%;
  position: relative;
  height: 120vw;
}

.new_main img {
  position: relative;
  width: 100%;
}

.main_bg01 img {
  position: relative;
  height: 120vw;
}

.textcommon {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 60%;
}

.button {
  display: flex;
  position: absolute;
  width: 100%;
  top: 114%;
  z-index: 8;
}

.button a {
  width: 50%;
}
/* .button a:nth-child(1) {
  width: 41.666vw;
}
.button a:nth-child(2) {
  width: 33.333vw;
}
.button a:nth-child(3) {
  width: 25vw;
} */
.button a:first-child {
  cursor: auto;
}
.button a img {
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
}

.mySwiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.main_bg01 {
  position: absolute;
  width: 100%;
}

.textbox1_1 {
  top: 15vw;
  left: 20%;
}

.textbox1_2 {
  top: 25vw;
  left: 20%;
}

.textbox1_3 {
  top: 40vw;
  left: 33%;
  width: 35%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.mySwiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
}

.swiper-slide img {
  display: block;
  /*width: 100%;*/
}

/*프리미엄*/

.pre {
  background-image: url(../img/special/spe_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 36vw;
  padding-bottom: 5vw;
}

.pre_text {
  margin: 29% auto 0;
  width: 70%;
  padding: 20% 0;
}

.spe_icon {
  width: 70%;
  margin: 0 auto;
}

.spe_icon img {
  padding-bottom: 30%;
}

.mySwiper2 {
  width: 100%;
  height: 135vw;
}

.mySwiper2 .swiper-wrapper .swiper-slide img {
  width: 90%;
}

/*유닛*/
.unit {
  height: 160vw;
  position: relative;
}

.unit .swiper_container {
  position: relative;
}

.pre_tit {
  width: 70%;
}

.unit_text {
  width: 60%;
  /* margin: 0 auto; */
  /* padding: 10% 0 0 0; */
  position: absolute;
  top: -7%;
  left: 28%;
}

.rolling {
  position: absolute;
  top: 0;
  z-index: 13;
  left: 4vw;
}

.mySwiper2 {
  width: 90%;
}

.rolling_img {
  animation: roll 8s linear infinite;
  width: 70%;
}

@keyframes roll {
  from {
    transform: rotate(0deg) translateX(0px);
  }

  to {
    transform: rotate(360deg) translateX(0px);
  }
}

/*footer*/

.foot {
  position: relative;
  width: 100%;
}

.footer {
  top: 0;
  position: absolute;
}

/*footer end*/
