* {
  padding: 0;
  margin: 0;
  box-sizing: unset;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}
section {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.pc-mobile {
  display: flex;
}
.mobile-pc {
  display: none;
}
.pc {
  display: flex;
}
.pc-inline {
  display: inline;
}
.tablet {
  display: none;
}
.mobile {
  display: none;
}
html {
  scroll-behavior: smooth;
}
.main::after {
  width: 1vw;
  height: 0vw;
  position: absolute;
  top: 0;
  pointer-events: none;
  opacity: 0;
  pointer-events: none;
  /*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
  display: block;
  clear: both;
  content: "";
}
.flowhid {
  overflow: hidden;
}
.hide {
  display: none !important;
}
.hideopa {
  opacity: 0 !important;
}
.show {
  opacity: 1 !important;
}
.absol {
  position: absolute;
}
.rltv {
  position: relative;
}
.flexrow {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.flexcol {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

body {
  font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
  min-height: 0vw;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slick-circle {
  0% {
    left: 0;
  }
  100% {
    left: 99%;
  }
}
@keyframes soul_out {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    transform: translateY(-50%);
  }
}
@keyframes ddm3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: rotate(-8deg);
  }
  65% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ddm4 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: scale(1.05);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate_image1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ani_scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blk {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blk2 {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blk3 {
  0% {
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scaleOpa {
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes scaleOpa2 {
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@keyframes ball {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 20px;
  }
}
@keyframes ddm {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ddm_m {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ddm_m2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotate_imageY {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes ddm2 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: translateY(20px);
  }
  75% {
    transform: scale(1.02);
    transform: translateY(10px);
  }
  100% {
    transform: scale(1);
    transform: translateY(0px);
  }
}
@keyframes ddm2X {
  0% {
    transform: scale(1);
  }
  50% {
    transform: translateX(-100%);
  }
  100% {
    transform: scale(1.02);
  }
}
@keyframes ddm2Xhalf {
  0% {
    transform: scale(1);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: scale(1.02);
  }
}

@keyframes scaleOpa3 {
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes uitLineMove {
  0% {
    stroke-dashoffset: 300.292;
  }
  100% {
    stroke-dashoffset: 110;
  }
}

@keyframes hand {
  0% {
    transform: translateY(-0.5%);
  }

  25% {
    transform: translateY(1%);
  }

  50% {
    transform: translate(0.5%, -1%);
  }

  75% {
    transform: translate(1%, 0.5%);
  }

  100% {
    transform: translate(1%, -1%);
  }
}

@keyframes hand2 {
  0% {
    transform: translateY(2%);
  }

  25% {
    transform: translateY(-1%);
  }

  50% {
    transform: translate(-1%, 2%);
  }

  75% {
    transform: translate(2%, 1%);
  }

  100% {
    transform: translateY(2%);
  }
}
@keyframes bg-position {
  0% {
    background-position: bottom;
  }
  25% {
    background-position: center;
  }
  50% {
    background-position: inherit;
  }
  75% {
    background-position: center;
  }
  100% {
    background-position: bottom;
  }
}
@keyframes smoke {
  0% {
    transform: translate(0, 30%) rotate(0);
    opacity: 0.2;
  }
  25% {
    transform: translate(calc(random() * 100vw), 100vh) rotate(50deg)
      translateX(5px);
    opacity: 1;
  }
  50% {
    transform: translate(calc(random() * 100vw), 100vh) rotate(50deg)
      translateX(10px);
    opacity: 1;
  }
  75% {
    transform: translate(calc(random() * 100vw), 100vh) rotate(50deg)
      translateX(10px);
    opacity: 1;
  }
  100% {
    transform: translate(calc(random() * 100vw), 200vh) rotate(0)
      translateX(20px);
    opacity: 0.2;
  }
}
@keyframes pulseScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05)  translateX(10px);
  }
}

@keyframes light {
  0%,
  31%,
  34%,
  39%,
  42%,
  47% {
    opacity: 0;
  }
  5%,
  30%,
  35%,
  38%,
  43%,
  46% {
    opacity: 0.4;
  }
  50%,
  55%,
  60%,
  67%,
  51%,
  54%,
  68%,
  100% {
    opacity: 1;
  }
  70% {
    opacity: 0.2;
  }
}
@keyframes marqueeX {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marqueeX_r {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes marqueeY {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes marqueeY_r {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes fall {
  0% {
    top: -0%;
    opacity: 1;
    transform: rotateX(0deg) rotateY(0deg) (0deg);
    transform-origin: center center;
  }
  100% {
    transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
    transform-origin: center center;
    top: 100%;
    opacity: 0;
  }
}
@keyframes fall2 {
  0% {
    top: -0%;
    opacity: 1;
    transform: rotateX(0deg) rotateY(0deg) (0deg);
    transform-origin: center center;
  }
  100% {
    transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
    transform-origin: center center;
    top: 100%;
    opacity: 0;
  }
}
@keyframes backgroundchange {
  0% {
    background: url(/images/con11_07.png) no-repeat center / contain;
  }

  25% {
    background: url(/images/con11_08.png) no-repeat center / contain;
  }

  50% {
    background: url(/images/con11_09.png) no-repeat center / contain;
  }

  75% {
    background: url(/images/con11_10.png) no-repeat center / contain;
  }

  100% {
    background: url(/images/con11_07.png) no-repeat center / contain;
  }
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes backgroundchange_2 {
  0% {
    background: url(/images/con08_07.png) no-repeat center / contain;
  }

  20% {
    background: url(/images/con08_08.png) no-repeat center / contain;
  }

  40% {
    background: url(/images/con08_09.png) no-repeat center / contain;
  }

  60% {
    background: url(/images/con08_10.png) no-repeat center / contain;
  }

  80% {
    background: url(/images/con08_11.png) no-repeat center / contain;
  }
  100% {
    background: url(/images/con08_07.png) no-repeat center / contain;
  }
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(-1deg);
  }
  40% {
    transform: rotate(1deg);
  }
  60% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(1deg);
  }
}
@keyframes shakeAndFall {
  0% {
    transform: translate(0, -50%) rotate(0);
    opacity: 0;
  }
}
.shakeTwice {
  animation: shakeTwice 2s ease-in-out infinite;
  transform-origin: center;
}
.shakeTwices {
  animation: shakeTwices 2s ease-in-out infinite;
  transform-origin: center;
}
@keyframes shakeTwice {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(5deg);
  }
  20% {
    transform: rotate(-5deg);
  }
  30% {
    transform: rotate(4deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes shakeTwices {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(2deg);
  }
  20% {
    transform: rotate(-2deg);
  }
  30% {
    transform: rotate(1deg);
  }
  40% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
div.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.swiper-wrapper.flow {
  pointer-events: none;
  transition-timing-function: linear;
}
section {
  font-family: "Pretendard Variable";
  font-weight: 400;
  font-size: 0.9vw;
  letter-spacing: -0.04vw;
}
section img {
  width: 100%;
}
/* section:not(.map_section) img {
  pointer-events: none;
} */
.noto {
  font-family: "Noto Serif", serif;
}
.notokr {
  font-family: "Noto Serif KR", serif;
}
.exbold {
  font-weight: 900;
}
.bold {
  font-weight: 700;
}
.sebold {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.flight {
  font-weight: 200;
}
.thin {
  font-weight: 100;
}
.animate-blk {
  animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
  animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
  animation: scaleOpa2 infinite 2s;
}
.light {
  animation: light infinite 5s;
}
.rotate_img {
  animation: rotate_image 10s infinite linear;
}
.white {
  color: white;
}
.txct {
  text-align: center;
}
.lh {
  line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.max_width {
  width: unset !important;
  max-width: 101%;
}
.back_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* image_sd */
.image_sd_wrap {
  padding: 0.5vw 0;
  overflow: hidden;
}
.image_sd {
  animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
  left: 100%;
}
.image_sd_r {
  animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
  right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide_y {
  height: 100%;
  animation: marqueeY 20s infinite linear;
}
.slide_y img {
  width: unset !important;
  height: 100%;
}
.slide_y img.absol {
  top: 100%;
}
.slide_y_r {
  height: 100%;
  animation: marqueeY_r 20s infinite linear;
}
.slide_y_r img {
  width: unset !important;
  height: 100%;
}
.slide_y_r img.absol {
  bottom: 100%;
}
/* y_slide end */
/* swiper-arr */
.btn_arr {
  z-index: 2;
  cursor: pointer;
}
.arr_next {
  transform: rotate(180deg);
}
/* swiper-arr */
iframe {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 퍼블시작 */

.hbn {
  font-family: "SF_HambakSnow";
}
.tpk {
  font-family: "SDKukdetopokki";
}
.bold {
  font-weight: 700;
}

.main {
  height: 45vw;
  margin-top: 5%;
  background: url("/images/main_bg.png") no-repeat;
  background-size: cover;
  color: #fff;
}
.main_txtwrap {
  top: 23%;
  z-index: 5;
}
.main_03 {
  width: 19.2651%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6vw;
}
.main_04 {
  width: 34.5407%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.4vw;
}
.main_txt1 {
  font-size: 1.1vw;
  text-align: center;
  margin: 1.5vw 0;
  line-height: 1.3;
}
.main_txt2 {
  font-size: 1.1vw;
}
.main_02 {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.main_01 {
  mix-blend-mode: screen; 
  animation: smoke 1.6s infinite;
}
.main .main_01 {
  width: 35.958%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 9%;
  bottom: -5%;
  z-index: 1;
}
.main .main_01 img {
  filter: brightness(0.6);
}

/* con01 */

.con01 {
  width: 100%;
  background: url("/images/con01_bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 23vw 0;
}
/* .con01_bg {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
} */
.con01_01 {
  width: 19.4226%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 1.5%;
}
.con01_12,
.con01_13,
.con01_14,
.con01_15 {
  width: 10.4462%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.con01_12 {
  top: 5.8%;
  left: 1.5%;
}
.con01_13 {
  top: 5.8%;
  right: 1.5%;
}
.con01_14 {
  bottom: 1.5%;
  left: 1.5%;
}
.con01_15 {
  bottom: 1.5%;
  right: 1.5%;
}
.con01_txtwrap {
  top: 22%;
}
.con01_06 {
  width: 27.4016%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6vw;
}
.con01_07 {
  width: 36.063%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con01_txt1 {
  font-size: 1.4vw;
  margin: 0.6vw 0;
}
.con01_txt2 {
  font-size: 1.1vw;
}
.con01_08 {
  width: 57.5853%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -32%;
  z-index: 5;
}
.con01_09 {
  width: 58.5302%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -32%;
  z-index: 5;
}
.con01_10 {
  width: 57.2178%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -38%;
  z-index: 5;
}
.con01_11 {
  width: 58.0052%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  z-index: 5;
}
.con01 .con01_02 {
  width: 16.4829%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 3%;
  left: 5%;
  z-index: 4;
}
.con01 .con01_03 {
  width: 13.2283%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 19%;
  left: 15.6%;
}
.con01 .con03_03 {
  width: 13.2283%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 45%;
  right: 5%;
  transform: rotate(4deg);
}
.con01_05 {
  width: 13.3858%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 13%;
  right: 17.5%;
}

/* con02 */

.con02 {
  background-color: #000;
  padding: 8vw 0 17vw 0;
}
.con02_bg {
  width: 93.6483%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4%;
}
.con02_con {
  width: 80%;
  z-index: 2;
}
.con02_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2vw;
}
.con02_06 {
  width: 12.6005%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con02_01 {
  width: 18.1132%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con02_07 {
  width: 16.0788%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con02_slide {
  width: 100%;
  overflow: hidden;
  margin-bottom: 4vw;
}
.con02_02 {
  width: 101.985%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper_con02 {
  width: 100%;
  margin-bottom: 4vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.con02_03 {
  width: 99.6278%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con02_btm {
  width: 100%;
  display: flex;
}
.con02_btm_left,
.con02_btm_right {
  width: 50%;
}
.con02_btm_left {
  border-right: 2px solid #000;
  display: flex;
  align-items: center;
}
.con02_btm_right {
  margin-left: 4vw;
}
.con02_04 {
  width: 90.7541%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con02_btm_txt1 {
  font-size: 1.5vw;
  line-height: 1.3;
  margin-bottom: 1vw;
}
.con02_btm_txt1 span {
  color: #fff;
}
.con02_pen {
  width: 0;
  height: 2vw;
  background-color: #000;
  top: 19%;
  z-index: -1;
  left: -0.4%;
}
.con02_btm_txt2 {
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.3;
}
.con02_btm_txt2:nth-last-of-type(2),
.con02_btm_txt2:nth-last-of-type(3) {
  margin-bottom: 1.5vw;
}

/* con03 */

.con03 {
  width: 100%;
  background: url("/images/con03_bg.png") no-repeat;
  background-size: cover;
  padding: 6vw 0 30vw 0;
  z-index: 2;
}
.con03_videobox {
  width: 30vw;
  height: 23vw;
  left: 29.2%;
  top: 54%;
  border-radius: 1.5vw;
  overflow: hidden;
  z-index: 5;
  filter: brightness(0.5);
}
.con03_01 {
  width: 34.4882%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8vw;
}
.con03_txt1 {
  font-size: 1vw;
  color: #fff;
  /* margin-bottom: 30vw; */
}
.con03_06 {
  width: 51.9685%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -20%;
}
.con03_07 {
  width: 22.8871%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 70%;
  left: 33%;
  z-index: 6;
}
.con03_08 {
  width: 25.9318%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 71%;
  left: 31%;
  z-index: 7;
}
.con03_02 {
  width: 13.2283%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 36%;
  left: -7.3%;
}
.con03_03 {
  width: 13.2283%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 11%;
  right: -6.6%;
}
.con03_04 {
  width: 17.4803%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 5%;
  bottom: -4%;
  z-index: 5;
  animation: shakeTwice 2s ease-in-out infinite;
  transform-origin: top;
}
.con03_05 {
  width: 18.1102%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 4.5%;
  bottom: 10%;
  animation: shakeTwice 2s 1s ease-in-out infinite;
  transform-origin: top;
}

/* con04 */

.con04 {
  width: 100%;
  height: 65vw;
  background-color: #000;
  z-index: 1;
}
.con04_videobox {
  width: 100%;
  height: 100%;
  bottom: -17%;
  z-index: 0;
  filter: brightness(0.3);
}
.con04_01 {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  top: -22%;
}
.con04_02 {
  width: 16.0105%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 17%;
  z-index: 5;
}
.con04_03 {
  width: 30.6037%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 33%;
}
.con04_txtwrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con04_ct {
  font-size: 8vw;
  color: #fff;
  -webkit-text-stroke: 1.5px #000;
  letter-spacing: -0.4vw;
  z-index: 5;
}
.con04_04 {
  width: 4.56693%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5vw;
}
.con04_05 {
  width: 4.30446%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 16%;
  right: 24.5%;
}
.con04_sub {
  color: #fff;
  font-size: 1.1vw;
  bottom: -5%;
  right: 24%;
}
.con04_06 {
  width: 52.2835%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -10%;
  z-index: 4;
}
.con04_06_top {
  width: 48.2465%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 22.5%;
  z-index: 5;
  left: 24%;
}
.con04_06_top.front {
  z-index: 6;
  animation: light 4s infinite;
}

.con04_06_top.back{
  filter: brightness(0.4);
  z-index: 5;
}
.con04_07 {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

/* con05 */

.con05 {
  width: 100%;
  background: url("/images/con05_bg.png") no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 8vw 0 14vw 0;
  z-index: 1;
}
.con05_bg {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: -1;
}
.con04_08 {
  width: 23.727%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
.con05_txt {
  text-align: center;
  font-size: 1.15vw;
  line-height: 1.3;
  margin-bottom: 8vw;
}
div.con05_circle_con {
  width: 20vw;
  height: 20vw;
  gap: 1.5vw;
  z-index: 5;
  bottom: 21%;
  z-index: 6;
}
.con05_01 {
  width: 20.0525%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  top: 40%;
}
.con05_circle_conbox{
  width: 80%;
  overflow: hidden;
}
.con05_circle_txt1 {
  font-size: 1.2vw;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
}
.con05_circle_conbox .absol{
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
} 
.con05_circle_txt2.absol{
  top:30%
}
.con05_circle_txt2 {
  text-align: center;
  font-size: 1vw;
  line-height: 1.3;
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
}
.con05_02 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper_con05 {
  width: 100%;
}
.con05_03 {
  width: 95.8865%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con05_slide_txtwrap {
  width: 100%;
  height: 100%;
}
.con05_slide_txtwrap > div {
  width: 100%;
  text-align: center;
}
.con05_store {
  font-size: 1.4vw;
  margin-bottom: 0.3vw;
}
.con05_table {
  font-size: 0.9vw;
  font-weight: 500;
  margin-bottom: 1.2vw;
}
.con05_pricebox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.con05_price {
  font-size: 4vw;
  color: #007f22;
}
.con05_04 {
  width: 8.22695%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.4vw;
  margin-top: 0.4vw;
}

/* con06 */
.con06 {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 2;
}
.con06_con {
  width: 100%;
  background: url("/images/con06_bg.png") no-repeat;
  background-size: cover;
  padding: 12vw 0 20vw 0;
}
.con06_03 {

  display: flex;
  justify-content: center;
  align-items: center;
}
.con06_txtwrap {
  width: 100%;
  margin-left: 25vw;
}
.con06_01 {
  width: 20.5774%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
.con06_02 {
  width: 25.0394%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -2%;
  margin-bottom: 1vw;
}
.con06_txt {
  color: #fff;
  font-weight: 400;
  font-size: 1.15vw;
  line-height: 1.3;
}
.con06 .con05_circle {
  top: 50%;
  transform: translateY(-50%);
}
.con06 .con05_circle_txt2 {
  font-size: 1.1vw;
}
.con06_06 {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  z-index: 3;
}
.con06_07 {
  width: 99.0028%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con06_04 {
  width: 16.3255%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -18%;
  right: 4%;
  animation: ddm 1.5s ease-in-out infinite;
}
.con06_05 {
  width: 14.5932%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 20%;
  bottom: 6%;
  animation: ddm 1.5s 1s ease-in-out infinite;
}
.con06_08 {
  width: 23.5696%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  z-index: 5;
}
.swiper_con06 {
  width: 100%;
  bottom: -13%;
  z-index: 4;
}
.con06_sd {
  bottom: -13%;
  z-index: 5;
}
.con06_sd .image_sd {
  width: 125%;
}

/* con07 */

.con07 {
  display: flex;
}
.con07_title {
  width: 31.4961%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  top: 12%;
}
.con07_txt {
  color: #fff;
  font-size: 1.1vw;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 3vw;
  z-index: 5;
  top: 24%;
}
.con07_con {
  width: 100%;
  display: flex;
  justify-content: center;
}
.con07_left,
.con07_right {
  width: 50%;
  padding: 25vw 0 16vw 0;
}
.con07_left {
  background: url("/images/con07_03.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: end;
}
.con07_right {
  background: url("/images/con07_08.png") no-repeat;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
.con07_01 {
  width: 29.2056%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8vw;
}
.con07_02 {
  width: 29.2056%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8vw;
}
.con07_04 {
  width: 11.9764%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -3.5%;
  bottom: 45%;
}
.con07_05 {
  width: 4.56693%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 46.4%;
  bottom: 45.5%;
  z-index: 5;
}
.con07_07 {
  width: 100.539%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.con07_06 {
  width: 25.3185%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 12%;
  right: 44%;
  z-index: 6;
}
.con07_red {
  width: 100%;
  height: 7vw;
  background-color: #c40000;
  padding: 1.6vw 0;
  box-sizing: border-box;
}
.con07_red_con {
  width: 70%;
}
.con07_11,
.con07_10,
.con07_12 {
  top: 50%;
  transform: translateY(-50%);
}
.con07_11 {
  width: 13.2808%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10%;
}
.con07_10 {
  width: 20.1575%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.con07_12 {
  width: 20.9449%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10%;
}
.con07 .main_01 {
  width: 71.8783%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -10%;
  bottom: -8%;
}
.fire02 {
  opacity: 0.7;
  mix-blend-mode: lighten;
  bottom: -10%;
  left: -25%;
}

/* con08 */

.con08 {
  padding: 6vw 0 12vw 0;
}
.con08 .main_01{
  width: 35.958%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.con08 .main_01 img {
  opacity: 1;
}
.con08 .main_01.left {
  left: -9%;
  bottom: -10%;
}
.con08 .main_01.right {
  right: -6%;
  bottom: -22%;
}
.con08_videobox {
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  filter: brightness(0.25);
}
.con08_03 {
  width: 33.2808%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
.con08_txt {
  color: #fff;
  font-size: 1.1vw;
  margin-bottom: 3vw;
  line-height: 1.3;
  text-align: center;
}
.con08_con {
  width: 90%;
  height: 28vw;
  display: flex;
  justify-content: center;
  gap: 0.2vw;
}
.con08_con_left,
.con08_con_right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  padding-top: 5vw;
  box-sizing: border-box;
}
.con08_05, .con08_con_price , .con08_con_txt, .con08_06 {
  position: relative;
  z-index: 5;
}
.con08_con_left {
  padding-left: 5vw;
}
.con08_con_right {
  align-items: end;
  padding-right: 5vw;
}
.con08_01,
.con08_02 {
  width: 96.9343%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  top: 0;
}
.con08_01 {
  right: 0;
}
.con08_02 {
  left: 0;
}
.con08_05 {
  width: 32.4111%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con08_con_price {
  font-size: 6vw;
  font-style: italic;
}
.con08_con_price {
  font-size: 8.5vw;
  line-height: 1;
  letter-spacing: -0.4vw;
  font-style: italic;
}
.con08_con_left .con08_con_price {
  color: #007f22;
}
.con08_con_right .con08_con_price {
  color: #c30000;
}
.con08_con_txt {
  font-size: 1.1vw;
  line-height: 1.3;
}
.con08_con_right .con08_con_txt {
  text-align: end;
}
.con08_07 {
  width: 5.24934%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 59%;
  z-index: 6;
}
.con08_07.item1 {
  left: 28%;
}
.con08_07.item2 {
  right: 9.5%;
}
.con08_04 {
  width: 23.5696%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 43.5%;
}
.con08_06 {
  width: 35.4414%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con08_08 {
  width: 35.3806%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -8.5%;
  bottom: -27%;
}
.con08_09 {
  width: 36.168%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -6.5%;
  bottom: 0;
}
.con08_10 {
  width: 63.7795%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -68.5%;
}
.con08_11 {
  width: 46.1942%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -51%;
}
.con08_13 {
  width: 11.4436%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 12.5%;
  left: 28.5%;
}
.con08_14 {
  width: 11.4436%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 14%;
  right: 28.8%;
}
.con08_16 {
  width: 11.811%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 16%;
}
.con08_ct {
  color: #fff;
  font-size: 3vw;
  bottom: 5%;
}
.con08_ct span {
  font-size: 5vw;
  letter-spacing: -0.2vw;
}

/* con09 */

.con09 {
  width: 100%;
  background: url("/images/con09_bg.png") no-repeat;
  background-size: cover;
  padding: 6vw 0;
}
.con09_01 {
  width: 21.3123%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
.con09_txt {
  color: #fff;
  font-size: 1vw;
}
.con09_con {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4vw;
  z-index: 2;
}
.con09_02 {
  width: 31.1811%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con09_05 {
  width: 30.1312%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con09_03 {
  width: 12.3885%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 29%;
  left: 17%;
  z-index: 5;
}
.con09_04 {
  width: 8.87139%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 41%;
  left: 18.8%;
  z-index: 6;
}
.con09_06 {
  width: 4.8294%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 76.4%;
  right: 22.1%;
  z-index: 5;
}
.con09_07 {
  width: 63.9895%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -44.5%;
  right: 20.5%;
  z-index: 1;
}

/* con10 */

.con10 {
  width: 100%;
  background: url("/images/con10_bg.png") no-repeat;
  background-size: cover;
  padding: 12vw 0 16vw 0;
  z-index: 1;
}
.con10_con {
  width: 75%;
}
.con10_01 {
  width: 35.4794%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
}
.con10_txt {
  color: #fff;
  font-size: 1.1vw;
  line-height: 1.5;
}
.con10_02 {
  width: 12.6509%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20.3%;
  left: 22.9%;
}
.con10_03 {
  width: 52.9134%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -25%;
  right: 5%;
  z-index: 5;
}
.con10_04 {
  width: 26.1417%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 2%;
  z-index: 3;

}
.con10_05 {
  width: 54.9081%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  animation: pulseScale 2s 0.5s ease-in-out infinite;
}
.con10_06 {
  width: 36.5354%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  bottom: -72%;
  z-index: 4;
  animation: pulseScale 2s ease-in-out infinite;
}
.con10_07 {
  width: 22.0997%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 26%;
  right: 21%;
  z-index: 5;
}
.con10_08 {
  width: 26.8766%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35.7%;
  right: 10.3%;
  z-index: 4;
}

/* con11 */

.con11 {
  width: 100%;
  height: 46vw;
  background: url("/images/con11_bg.png") no-repeat;
  background-size: cover;
  /* padding: 12vw 0 16vw 0; */
  z-index: 1;
}
.con11_01 {
  width: 86.9291%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -21%;
}
.con11_02 {
  width: 35.1707%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -10%;
}
.con11_04 {
  width: 77.3753%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 24%;
}
.con11_btnwrap {
  width: 40%;
  height: 6.4vw;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 25.7%;
  overflow: hidden;
}
.con11_btnbox {
  height: 100%;
}
.con11_btn {
  font-size: 1.6vw;
  cursor: pointer;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.con11_03 {
  width: 36.2205%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.con11_03.up img {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease;
}
.con11_03.back {
  opacity: 0;
  transition: 0.2s;
}
.con11_btnbox:hover .con11_03 img {
  transform: translateY(0);
  opacity: 1;
}
.swiper_con11 {
  width: 70%;
  top: 48%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  transform: translateY(15%);
}
.swiper_con11.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.swiper_con11.swiper-slide {
  width: 24%;
}
div.con11_slide {
  width: 95%;
  background-color: #000;
}
.con11_slide_imgbox {
  width: 100% !important;
  height: 15vw;
  border: 2px solid #000;
  box-sizing: border-box;
  background-color: #fff;
}
.con11_slide_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con11_slide_txt {
  color: #fff;
  font-size: 1.2vw;
  padding: 1.2vw 0;
}
.con11_05,
.con11_06 {
  width: 5.98425%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 28%;
  cursor: pointer;
}
.con11_05 {
  left: 10%;
}
.con11_06 {
  right: 10%;
}
.con11_con03_03 {
  width: 13.2283%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10%;
  left: 0;
  z-index: -1;
}
.con11_flow {
  width: 100%;
  height: 5.5vw;
  background-color: #db0100;
  padding: 0.8vw 0;
  z-index: 5;
}
.swiper_con11_btm {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.con11_11 {
  width: 101.331%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con11_10 {
  width: 13.0709%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  bottom: -15%;
}

/* con12 */

.con12 {
  width: 100%;
  background: url("/images/con12_03.png") no-repeat;
  background-size: cover;
  padding: 14.9vw 0;
}
.con12_02 {
  width: 30.9871%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con12_03 {
  z-index: -1;
}
.con12_04 {
  width: 14.7507%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 1;
}
.con12_05 {
  width: 32.5984%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4.5%;
  left: 0%;
  filter: brightness(1.4);
  z-index: 2;
  animation: light 5s infinite;
}
.con12_05 img{
  opacity: 0.6;
}
.con12_con {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
  z-index: 3;
}
.con12_txt {
  font-weight: 400;
  font-size: 1.1vw;
  color: #fff;
  line-height: 1.5;
}
.con12_06 {
  width: 50.1837%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
}
.con12_07 {
  width: 50.1837%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.con12_08 {
  width: 8.71391%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 54.5%;
  top: 18%;
}
.con12_09 {
  width: 10.3412%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 54.5%;
  bottom: 18%;
  z-index: 3;
}
.con12_10 {
  width: 17.3228%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40%;
  z-index: 5;
}
.swiper_con12 {
  width: 100%;
  bottom: 10%;
  z-index: 0;
}
.con12_01 {
  width: 101.563%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* con13 */

.con13 {
  width: 100%;
  padding-top: 10vw;
}
.con13_01 {
  width: 100.735%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: -1;
}
.con13_02 {
  width: 35.9055%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
.con13_txt {
  font-size: 1vw;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 3vw;
}
.con13_box {
  width: 100%;
  padding: 2.5vw 0;
  background-color: #000;
  cursor: pointer;
  transition: all 0.3s;
}
:is(.con13_06, .con13_07, .con13_08) img {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.con13_box.on {
  background-color: #007f22;
}
.con13_box.on img {
  opacity: 1;
}
.con13_box.item2 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.con13_circle {
  width: 23.3596%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: 5;
  right: 11%;
  pointer-events: none;
  transition: 0.3s;
}
.con13_circle.con13_09 {
left: 11%;
}

.con13_box.on .con13_circle {
  opacity: 1;
}
.con13_circle_m {
  display: none;
}
.con13_06 {
  width: 23.3596%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con13_07 {
  width: 28.9764%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con13_08 {
  width: 23.0971%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* con14 */

.con14 {
  width: 100%;
  background: url("/images/con14_bg.png") no-repeat;
  background-size: cover;
  padding: 6vw 0 12vw 0;
}
.con14_01 {
  width: 37.1129%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
.con14_txt {
  font-size: 1.1vw;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 4vw;
}
.swiper_con14 {
  width: 100%;
}
.swiper_con14 .swiper-wrapper {
  display: flex;
  align-items: center;
}
.con14_05,
.con14_06 {
  width: 95.13%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con14_07,
.con14_08,
.con14_09,
.con14_10 {
  width: 78.1087%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con14_11 {
  width: 77.9562%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con14_02 {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 55%;
}
.con14_03 {
  width: 38.4252%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -2%;
  left: 0;
  z-index: 5;
}
.con14 .swiper_con12 {
  bottom: 6%;
}

/* con15 */

.con15 {
  background: url("/images/con15_bg.png") no-repeat;
  background-size: cover;
  padding: 10vw 0 14vw 0;
}
.con15_con {
  width: 75%;
}
.con15_01 {
  width: 27.1566%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6vw;
}
.con15_02 {
  width: 100.731%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con15_03 {
  width: 94.4352%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con15_04 {
  width: 92.9823%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con15_txt {
  font-size: 1.1vw;
  line-height: 1.3;
}
.con15_txt.item1 {
  margin-bottom: 1.5vw;
}
.swiper_con15 {
  width: 60%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* con16 */

.con16 {
  background: url("/images/con16_bg.png") no-repeat;
  background-size: cover;
  padding: 6vw 0;
}
.con16_con {
  width: 80%;
  display: flex;
  align-items: center;
}
.con16_con_left {
  width: 45%;
  margin-left: 1vw;
}
.con16_con_right {
  width: 55%;
}
.con16_txt {
  font-size: 1.1vw;
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
}
.con16_01 {
  width: 24.5018%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
}
.con16_02 {
  width: 69.3727%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
.con16_con_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
}
.con16 iframe {
  width: 99%;
  height: 24vw;
  z-index: 5;
  pointer-events: auto;
}
.con16_03 {
  width: 17.5102%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 8.4%;
  right: 7.4%;
  z-index: 5;
}

/* con17 */

.con17 {
  background: url("/images/con17_bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 6vw 0;
}
.con17_03 {
  width: 11.916%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.4vw;
}
.con17_04 {
  width: 33.8583%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
.con17_txt {
  font-size: 1.1vw;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1vw;
}
.swiper_con17 {
  width: 80%;
}
.con17_07 {
  width: 91.2906%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con17_05,
.con17_06 {
  width: 5.98425%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  top: 63%;
  cursor: pointer;
}
.con17_05 {
  left: 36%;
}
.con17_06 {
  right: 36%;
}
.con17_01,
.con17_02 {
  width: 4.61942%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40%;
}
.con17_01 {
  left: 0.5%;
}
.con17_02 {
  right: 0.5%;
}
.swiper_con17 .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.swiper_con17 .swiper-slide-active {
  opacity: 1;
}

/* con18 */

.con18 {
  background: url("/images/con18_bg.png") no-repeat;
  background-size: cover;
  background-position: top;
  padding: 9vw 0 6vw 0;
}
.con18_01 {
  width: 26.7192%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
.con18_txt {
  font-size: 1.1vw;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2.5vw;
}
.con18_gridbox {
  width: 60%;
  background-color: #f8f8f8;
}
.con18_gridrow {
  width: 100%;
  display: flex;
  align-items: center;
}
.con18_grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.con18_grid.item1 {
  width: 20%;
}
.con18_grid.item2 {
  width: 35%;
}
.con18_grid.item3 {
  width: 15%;
}
.con18_grid.item4 {
  width: 30%;
}
.con18_gridrow.black {
  background-color: #000;
}
.con18_gridrow.green {
  background-color: #008022;
  padding: 0.4vw 0;
}
.con18_gridtxt.hbn {
  font-size: 1.3vw;
  color: #fff;
  padding: 1vw 0;
}
.con18_gridtxt {
  font-size: 1vw;
  padding: 0.8vw 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.con18_06 {
  width: 2.46719%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 39.5%;
  top: 85%;
}
.con18_07 {
  width: 5.19685%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 52%;
  top: 84%;
}
.con18_07_txt{
  color: #fff;
  font-size: 2vw;
}
.con18_08 {
  width: 2.62467%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 85%;
  right: 39.6%;
}
.con18_grid_subtxt {
  font-size: 1vw;
  top: -5%;
  right: 0;
  font-weight: 300;
}
.con18_05 {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.con18_04 {
  width: 12.2485%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 7.5%;
  right: 31%;
  z-index: 5;
}

/* con19 */

.con19 {
  width: 100%;
  background: url("/images/con19_bg.png") no-repeat;
  background-size: cover;
  padding: 5vw 0 16vw 0;
}
.con19_03 {
  width: 29.8688%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
.con19_04{
  width: 100.759%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.naver {
  bottom: 10%;
  width: 50.474%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.con19_txt1 {
  font-size: 1.7vw;
  margin-bottom: 1vw;
}
.con19_txt2 {
  font-size: 1vw;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1.5vw;
}
.con19_01 {
  width: 22.3622%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 25%;
  left: 0;
  transform-origin: center center;
}
.con19_02 {
  width: 20.8399%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 25%;
  right: 0;
  transform-origin: center center;
}
.swiper_con19 {
  width: 100%;
  bottom: 0;
}
.con19_05 {
  width: 30.8136%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -4%;
  bottom: -31%;
  z-index: 5;
}

/* con20 */

.con20 {
  width: 100%;
  background: url("/images/con20_bg.png") no-repeat;
  background-size: cover;
  padding: 5vw 0 10vw 0;
}
.con20_01 {
  width: 28.189%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
.con20_txt {
  color: #fff;
  font-size: 1vw;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 4vw;
}
.con20_con {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 2vw;
}
.con20_conbox {
  width: 25%;
}
.con20_03 {
  width: 87.8903%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.con20_11 {
  width: 11.6854%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
}
.con20_02 {
  width: 28.3465%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -3%;
  bottom: -13%;
  z-index: 5;
}
.con20_12{
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}

/* con21 */

.con21 {
  width: 100%;
  padding-top: 6vw;
}
.con21_01 {
  width: 28.6089%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
.con21_txt {
  font-size: 1.1vw;
  margin-bottom: 5vw;
}
.map_box {
  width: 70%;
  height: 30vw;
  border: 2px solid #ddd;
  margin-bottom: 6vw;
}
.map_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0% 0% 4% 0%;
}
.map_div_01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  margin: 0% 0% 2.5% 0%;
}
/* .con24_01 {
  width: 11%;
} */
.map_div_02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.map_mid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.map {
  background-color: #9d9d9d;
  width: 100%;
  height: 30vw;
  z-index: 1;
  overflow: hidden;
}
.mid_map_search {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  overflow: hidden;
  z-index: 2;
  width: 26%;
  height: 100%;
  left: 0;
  top: 0;
}
.mid_map_search_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mid_map_search_top > div {
  color: white;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 3%;
  font-size: 1.2vw;
  font-family: "pretendard-bold";
  cursor: pointer;
}
.on2 {
  color: white !important;
}
.off2 {
  color: #000 !important;
}
.mid_map_search_mid_absol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 4.5vw;
  z-index: 3;
  top: 0%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 100px;
  overflow: hidden;
}
.mid_map_search_mid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  /* padding: 0% 0% 4% 0%; */
}
select {
  width: 18%;
  height: 100%;
  border: none;
  background: transparent;
  font-size: 14px;
  appearance: none; /* 기본 화살표 제거 */
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.2vw;
  font-family: "SUIT-Regular";
  margin-left: 1.5vw;
  outline: 0;
}
select::after {
  content: "";
  position: absolute;
  right: 15%;
  top: 50%;
  width: 1.2vw;
  height: 0.8vw;
  background-image: url("/images/con19_01.png"); /* 또는 png, webp 등 */
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  pointer-events: none;
}
.mid_map_search_mid input {
  appearance: none;
  border: none;
  outline: none;
  width: 80%;
  height: 90%;
  padding-left: 4%;
  font-family: "SUIT-Regular";
  font-size: 1.2vw;
}
.mid_map_search_bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  overflow: scroll;
  height: 100%;
  scrollbar-width: none;
  padding: 7% 10%;
  box-sizing: border-box;
}
/* .mid_map_search_bottom > div{
  margin: 0% -14% 0% 0%;
} */
.mid_map_search_item {
  width: 100%;
  height: 8vw;
  border-bottom: 1px solid #c7c7c7;
  font-size: 0.9vw;
  padding: 9% 0% 16% 0%;
}
.mid_map_search_item > p {
  width: 100%;
  line-height: 1.5;
}
.mid_map_search_item_title {
  font-size: 1.2vw;
  font-family: "SUIT-Bold";
  cursor: pointer;
}
.mid_map_search_item_addres {
  margin-top: 5%;
  font-size: 1vw;
}
.mid_map_search_item_tel {
  margin-bottom: 5%;
  font-size: 1vw;
}
.map_search {
  right: 6%;
  width: 5%;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.map_01 {
  width: 14%;
  margin: 0% 0% 1.5% 0%;
}
.map_text {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 1vw;
  color: #000;
}
/* .con19_03 {
  width: 54%;
  bottom: 1vw;
} */
/* 팝업 start */
/* 공통 */
.infor_div {
  opacity: 0;
  pointer-events: none;
}
#popup_modal {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 35vw;
  z-index: 1111;
}
.popup_modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
.popup_close {
  top: 4%;
  right: 3%;
  width: 2%;
  cursor: pointer;
  pointer-events: all;
  font-size: 1.2vw;
  padding: 0.4vw;
}
/* 공통 */
/* 팝업 디자인 */
.popup_absol {
  border: 1px solid #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 58%;
  height: 20vw;
  z-index: 5;
  right: 9%;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
.popup_rltv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.popup_top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.popup_top_left_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
}
.popup_top_right_div {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 0 2vw;
}
.popup_top_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  border-right: 1px solid #000;
}
.popup_top_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.popup_mid {
  background-color: #00408d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 0.1vw;
}
.popup_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 6% 0% 24% 0%;
}
.infro_popup_img {
  scale: 1;
  width: 100%;
  height: 100%;
}
.infro_text_01 {
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 1.2vw;
  color: #000;
  margin: 0% 0% 2% 11%;
}
.con21_03 {
  width: 2.5% !important;
  padding: 1% 2%;
  /* margin-right: 1vw; */
  cursor: pointer;
}
/* 팝업 디자인 */
:is(.popuptxt1, .popuptxt2, .popuptxt3) {
  display: flex;
  gap: 1vw;
  margin-bottom: 1vw;
}
.p_text_01 {
  font-family: "SUIT-Regular";
  font-weight: 600;
  font-size: 1.1vw;
  left: 18%;
  top: 45.5%;
}
.p_text_02 {
  font-family: "SUIT-Regular";
  font-weight: 600;
  font-size: 1.2vw;
  left: 18%;
  top: 58.3%;
}
.p_text_03 {
  font-family: "SUIT-Regular";
  font-weight: 600;
  font-size: 1.2vw;
  left: 18%;
  top: 68.3%;
}
.popup_text_01 {
  font-family: "SUIT-Regular";
  font-weight: 600;
  font-size: 1.3vw;
  color: #000;
  margin-bottom: 4vw;
  width: 100%;
}
.popup_text_02 {
  font-family: "SUIT-Regular";
  font-weight: 500;
  font-size: 1.2vw;
  width: 50%;
  word-break: keep-all !important;
}
.popup_text_03 {
  font-family: "SUIT-Regular";
  font-weight: 500;
  font-size: 1.2vw;
  width: 50%;
  word-break: keep-all !important;
}
.popup_text_04 {
  font-family: "SUIT-Regular";
  font-weight: 500;
  font-size: 1.2vw;
  width: 50%;
  word-break: keep-all !important;
}
.popup_line {
  background-color: #00000082;
  width: 75%;
  height: 0.05vw;
  margin: 0% 0% 7% 0%;
}
#popup_link {
  background-color: #009fbe;
  width: 48%;
  font-family: "Pretendard";
  font-weight: 500;
  font-size: 1.2vw;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  line-height: 2vw;
  cursor: pointer;
  pointer-events: all;
}
/* 팝업 end */
.con21_05 {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper_con21 {
  width: 100%;
  bottom: 1.7%;
}
.swiper_con21 .swiper_con21_txt {
  color: #fff;
  font-size: 1.1vw;
  font-weight: 600;
  white-space: nowrap;
}

/* con22 */

.con22 {
  width: 100%;
  background: url("/images/con22_bg.png") no-repeat;
  background-size: cover;
  padding: 6vw 0;
}
.con22_con {
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con22_txt {
  font-size: 0.9vw;
  line-height: 1.5;
  color: #fff;
}
.con22_con_left {
  display: flex;
  flex-direction: column;
  gap: 1.5vw;
}
.con22_01 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con22_02 {
  width: 69.3473%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con22_con_right {
  width: 45%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* form1 - start */
.form_col .red {
  color: #ca0000;
  top: 15%;
  font-weight: 700;
}
div.form_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 3vw;
  padding-bottom: 2vw;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2vw;
}
.form_col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.5vw;
}
.form {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "SUIT-Regular";
}
.form_input {
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
  color: #fff;
}
.form_input_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8);
  padding-left: 1vw;
}

.form label {
  white-space: nowrap;
}
.form_input_box > label {
  font-family: "SF_HambakSnow";
}
.form_input_01,
.form_input_02,
.form_input_03,
.form_input_04,
.form_input_05 {
  width: 60%;
}
.form_input_06 {
  width: 70%;
  height: 80%;
  box-sizing: border-box;
  padding: 0 1vw;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  /* background: url(/images/con01_02.png) no-repeat; */
  background-size: 3%;
  background-position: 90%;
  cursor: pointer;
}
.form_check_wrap {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form_check_wrap01 {
  gap: 0.5vw;
}
.form_check_wrap01 label {
  width: fit-content;
  height: 1.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
  border: 1px solid #0000007a;
  padding: 0 0.3vw;
}
/* .form_check_wrap01 label:hover {
  background-color: #ef823a;
  color: white;
  border-color: #ef823a;
  font-family: 'SUIT-SemiBold';
} */
.form_check_wrap01 input:checked + label {
  background-color: #ca0000;
  color: white;
  border-color: #01053e;
  font-family: "SUIT-SemiBold";
}
.agree_text {
  cursor: pointer;
}
.form_check_wrap01 input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.footeer_agree_checkbox_01,
.footeer_checkbox_05,
.footeer_checkbox_06 {
  width: 1vw;
  height: 1vw;
  outline: 1px solid #fff;
  border: none;
  cursor: pointer;
  appearance: none;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 0.5vw;
}
.footeer_agree_checkbox_01:checked::before,
.footeer_checkbox_05:checked::before,
.footeer_checkbox_06:checked::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #ca0000;
  border-radius: 50%;
  scale: 0.7;
}
.footeer_agree_checkbox_01 {
  border-radius: 0%;
}
.footeer_agree_checkbox_01:checked::before {
  border-radius: 0%;
}
.footeer_checkbox_05 {
  margin-right: 5vw;
}
.form_check_name_05,
.form_check_name_06 {
  margin-right: 1vw;
  font-size: 1.1vw;
}
.form_agree_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.9vw;
  margin: 0.7vw 0 1.5vw;
}
.form_submit_div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.form_top {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #0000007a;
  padding-bottom: 0.5vw;
}
.form_star {
  top: 14%;
  left: 0.3vw;
  color: #ef592c;
}
.form_star_top {
  top: -25%;
  left: 19.4vw;
}
.form_col select {
  color: #0000007a;
}

/* form1 - end */
