* {
  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;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.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;
}

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(10px);
    opacity: 1;
  }
  50% {
    transform: translate(calc(random() * 100vw), 100vh) rotate(50deg)
      translateX(50px);
    opacity: 1;
  }
  75% {
    transform: translate(calc(random() * 100vw), 100vh) rotate(50deg)
      translateX(50px);
    opacity: 1;
  }
  100% {
    transform: translate(calc(random() * 100vw), 200vh) rotate(0)
      translateX(70px);
    opacity: 0.2;
  }
}

@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: auto;
}
video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 퍼블시작 */

.ham {
  font-family: "SF_HambakSnow";
}
.bom {
  font-family: "HSBombaram3_Regular";
}
.bom_bold {
  font-family: "HSBombaram3_bold";
}
.beige {
  color: #c59a6d;
}
.Dbeige {
  color: #9f6f3d;
}
:root {
  --main-beige: #c59a6d;
  --main-darkBeige: #9f6f3d;
}
.sub {
  font-size: 1.15vw;
}

/* main */

.main {
  height: 48vw;
}
.main_video {
  width: 100%;
  filter: brightness(0.2);
  z-index: -1;
}
.main_01 {
  width: 9.71129%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
}
.main_02 {
  width: 25.4068%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
}
.main_03 {
  width: 34.8556%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11vw;
  overflow: hidden;
}
.main_food {
  width: 32.3885%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -30%;
  z-index: 5;
}
.main_04 {
  width: 50.7612%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -27%;
  z-index: 6;
  opacity: 0.6;
}
.main_04 img{
  animation: smoke 2s infinite;

}
.main_05 {
  width: 13.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 25%;
  bottom: 6%;
}
.main_06 {
  width: 13.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 25%;
  bottom: 6%;
}

.line.item1,
.line.item2,
.line.item3,
.line.item4 {
  width: 1px;
  height: 60vw;
  background-color: var(--main-beige);
}
.line.item1 {
  top: 5%;
  left: 2%;
}
.line.item4 {
  top: 5%;
  right: 2%;
}
.line.item2 {
  top: 6.1%;
  left: 2.5%;
}
.line.item3 {
  top: 6.1%;
  right: 2.5%;
}
.line.item5,
.line.item7 {
  width: 3%;
  height: 1px;
  background-color: var(--main-beige);
  top: 5%;
}
.line.item5 {
  left: 2%;
}
.line.item7 {
  right: 2%;
}
.line.item6,
.line.item8 {
  width: 2.5%;
  height: 1px;
  background-color: var(--main-beige);
  top: 6.1%;
}
.line.item6 {
  left: 2.5%;
}
.line.item8 {
  right: 2.5%;
}
.side_nav {
  position: fixed;
  right: 4%;
  bottom: 10%;
  display: flex;
  flex-direction: column;
  gap: 0.2vw;
  z-index: 999;
}
.side_nav a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_nav a.this {
  width: 98.97%;
}
.main_08{
  width: 99.2126%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -1%;
}

/* con01 */

.con01 {
  width: 100%;
  padding: 10vw 0 26.5vw 0;
}
.con01_01 {
  width: 27.0866%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
}
.con01_02 {
  width: 6.61417%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 14%;
  left: 38.2%;
}
.con01_03 {
  width: 6.71916%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 16.5%;
  right: 29.5%;
}
.con01_04 {
  width: 22.2047%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -4%;
  top: 25%;
}
.con01_05 {
  width: 26.5617%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -6%;
  top: 21%;
  animation: rotate_image1 12s infinite linear;
}
.ct_box {
  display: flex;
  align-items: end;
  gap: 0.6vw;
}
.con01_ct {
  margin-bottom: 4vw;
}
.ct_left {
  text-align: end;
  font-size: 1.2vw;
  font-weight: 500;
  margin-bottom: 0.5vw;
}
.ct {
  font-size: 2vw;
  font-weight: 500;
}
.ct span {
  font-size: 5vw;
  line-height: 1;
}
.con01_06 {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  bottom: -35%;
}
.con01_txt2 {
  text-align: center;
  line-height: 1.5;
}
.coon01_line {
  width: 70vw;
  height: 1px;
  background-color: var(--main-beige);
  left: 24%;
  top: 41%;
}
.con01_openwrap {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  bottom: 0;
}
div.con01_openbox {
  width: 11%;
  gap: 1.2vw;
  justify-content: start;
}
.con01_opentxt1_box {
  width: 100%;
}
.con01_10 {
  width: 4.28571%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con01_11 {
  width: 43.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.con01_opentxt1 {
  font-size: 0.9vw;
  font-weight: 600;
}
.con01_opentxt2 {
  font-size: 1vw;
  font-weight: 600;
}
.con01_opentxt2.this {
  font-size: 1.4vw;
}
.con01_openbox.item1 {
  height: 9.5vw;
}
.con01_openbox.item2 {
  height: 10.9vw;
}
.con01_openbox.item3 {
  height: 13vw;
}
.con01_openbox.item4 {
  height: 15.8vw;
}
.con01_openbox.item5 {
  height: 19.3vw;
}
.con01_openbox.item6 {
  height: 23.4vw;
}
.con01_openbox.item7 {
  height: 28.3vw;
}
.con01_openbox.item8 {
  height: 35.6vw;
}
.con01_07 {
  width: 23.3071%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 12%;
  bottom: 12%;
  z-index: 1;
}
.con01_08 {
  width: 36.5354%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 8%;
  bottom: -39%;
}
.con01_09 {
  width: 26.1905%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* con02 */

.con02 {
  width: 100%;
  padding-top: 10vw;
  z-index: 1;
}
.con02_04 {
  width: 17.1129%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -2%;
  top: 32.3%;
}
.con02_01 {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 4.7%;
  z-index: -1;
}
.con02_02_m{
  width: 27.1916%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  overflow: hidden;
}
.con02_02 {
  width: 43.0447%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  overflow: hidden;
}

.con02_txt {
  margin-bottom: 4vw;
}
.con02_ct {
  margin-bottom: 6vw;
}
.con02_btm {
  width: 100%;
  display: flex;
  border-top: 1px solid var(--main-beige);
}
.con02_btmbox {
  flex: 1;
  height: 13vw;
}
.con02_btmbox:nth-child(1),
.con02_btmbox:nth-child(2) {
  border-right: 1px solid var(--main-beige);
  box-sizing: border-box;
}
.con02_btmtxt_wrap {
  width: 100%;
  gap: 0.5vw;
  z-index: 5;
}
.con02_btmtxt {
  font-size: 1.4vw;
  font-weight: 500;
}
.con02_btmtxt_ct {
  font-size: 2.2vw;
}
.con02_btmtxt_ct span {
  font-size: 3.5vw;
  margin-right: 0.2vw;
}
.con02_03 {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
}
.con02_03 img {
  height: 100%;
  object-fit: cover;
}
.con02_03.con02_change {
  opacity: 1;
}

/* con03 */

.con03 {
  padding: 6vw 0;
}
.con03_video {
  width: 100%;
  height: 100%;
  filter: brightness(0.2);
  z-index: -1;
}
.con03_01 {
  width: 2.72966%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  overflow: hidden;
}
.con03_txt {
  color: #fff;
  font-weight: 300;
  margin-bottom: 3vw;
}
.con03_02 {
  width: 18.0577%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
.con03_03 {
  width: 28.5039%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
}
div.con03_slide_box {
  width: 18vw;
  border: 1px solid var(--main-beige);
  border-radius: 1vw;
  overflow: hidden;
  background-color: #fff;
}
.con03_slide_img {
  width: 100% !important;
  height: 11vw;
  overflow: hidden;
}
.con03_slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.con03_slide_btm {
  width: 85%;
  text-align: center;
}
.con03_slide_txt1 {
  width: 100%;
  font-size: 1.4vw;
  margin-top: 1.5vw;
  margin-bottom: 1vw;
}
.con03_slide_txt2 {
  width: 100%;
  display: flex;
  gap: 1vw;
  align-items: center;
  justify-content: center;
  padding-bottom: 1.2vw;
  border-bottom: 1px solid var(--main-beige);
  margin-bottom: 1.2vw;
  position: relative;
  font-size: 1vw;
}
.con03_slide_txt2_line {
  width: 2px;
  height: 8px;
  background-color: #bbb;
}
.con03_slide_txt3 {
  width: 100%;
  margin-bottom: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.con03_05 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con03_slide_txt_beige {
  font-weight: 600;
  font-size: 0.9vw;
}
.con03_slide_txt3_right {
  font-size: 1.6vw;
}
.swiper_con03 {
  width: 100%;
}

/* con04 */

.con04 {
  padding: 12vw 0;
}
.con04_con {
  width: 80%;
}
.con04_con_center {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con04_con_ct {
  font-size: 2.8vw;
  margin-left: 3.2vw;
}
.con04_txt {
  font-size: 1.5vw;
  line-height: 1.5;
}
.con04_txt span {
  font-weight: 500;
}
.con04_pen {
  width: 0;
  height: 2.1vw;
  background-color: var(--main-beige);
  top: 51%;
  left: -0.4%;
  z-index: -1;
}
.con04_01 {
  width: 17.5168%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  overflow: hidden;
}
.con04_02 {
  width: 23.2245%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  overflow: hidden;
}
.con04_05 {
  width: 41.9913%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con04_06 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con04_con_center {
  margin-bottom: 2vw;
}
.con04_line1 {
  width: 0;
  height: 1px;
  background-color: var(--main-beige);
  left: 0;
  top: 54.5%;
}
.con04_line2 {
  width: 1px;
  height: 8.05vw;
  background-color: var(--main-beige);
  bottom: -1.3%;
}
.con04_center_txtbox {
  width: 12%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
  top: 32%;
  right: 37.5%;
}
.con04_03 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con04_04 {
  width: 21.3123%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 8%;
}
.con04_right_ct1 {
  font-size: 1.5vw;
  bottom: 10.8%;
  left: 29%;
}
.con04_right_ct2 {
  font-size: 1.5vw;
  bottom: 12.7%;
  right: 5%;
  transform: rotate(-8deg);
}
.con04_07 {
  width: 35.9055%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotate_image1 10s infinite linear;
}
.con04_08 {
  width: 35.853%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con04_09 {
  width: 28.9239%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* con05 */

.con05 {
  padding: 3vw 0 23vw 0;
  background-color: #fff;
}
.con05_txt {
  margin-bottom: 2vw;
}
.con05_01 {
  width: 3.14961%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 16%;
  left: 30%;
}
.con05_02 {
  width: 3.14961%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 16%;
  right: 30%;
}
.con05_03 {
  width: 29.9738%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
}
.con05_06 {
  width: 84.6719%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.con05_09 {
  width: 33.3858%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
}
.con05_04 {
  width: 12.7559%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 2%;
  left: 28.5%;
}
.con05_05 {
  width: 13.2283%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 2%;
  right: 28.5%;
}
.con05_btm_txtbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  z-index: 5;
  bottom: 2%;
}
.con05_vedio {
  width: 77%;
  height: 48vw;
  border-radius: 100%;
  overflow: hidden;
  bottom: -67%;
  filter: brightness(0.3);
}
.con05_vedio video {
  object-position: center center;
}
.con05_btm_txt {
  font-size: 1.2vw;
  font-weight: 300;
}
.con05_btm_ct {
  font-size: 3vw;
  font-style: italic;
}
.con05_btm_ct span {
  font-size: 7vw;
  line-height: 1;
}
.con05_video {
  bottom: -20%;
  opacity: 0.6;
  mix-blend-mode: lighten;
}
.con05_video.left {
  left: -30%;
}
.con05_video.right {
  right: -30%;
}
.con05_08 {
  width: 100% !important;
  height: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -10%;
  left: 0%;
}
.con05_08.this {
  width: 170% !important;
  left: -15%;
}
.con05_08 img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  animation: smoke 1.8s infinite ease-in-out;
  transform-origin: center bottom;
}
.con05_08.this img {
  animation: smoke 1.8s 1s infinite ease-in-out;
  transform-origin: center bottom;
}

/* con06 */

.con06 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.con06_txtbox {
  width: 85%;
  top: 20%;
  z-index: 5;
  pointer-events: none;
}
/* .con06_left{
    width: 65%;
}
.con06_right{
    width: 35%;
} */
.con06_02 {
  width: 20.383%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  overflow: hidden;
}
.con06_03 {
  width: 37.3687%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  overflow: hidden;
}
.con06_txt {
  color: #fff;
}
.con06_01 {
  width: 13.7008%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;
}
.con06_01 img {
  transition: 0.3s;
}
.con06_left_txt {
  font-size: 2.8vw;
  line-height: 1.5;
  color: #fff;
  left: 7vw;
  bottom: 12%;
  transition: 0.3s;
}
.con06_right_txt {
  font-size: 2.8vw;
  line-height: 1.5;
  color: #fff;
  right: 11vw;
  bottom: 12%;
  text-align: end;
  transition: 0.3s;
}
.con06_hover {
  transition: 0.3s;
  width: 50%;
  height: 40vw;
  border: 1px solid var(--main-beige);
  box-sizing: border-box;
  overflow: hidden;
}
.con06_hover:last-child{
  border-left: none;
}
.con06_hover img {
  width: 101%;
  height: 101%;
  object-fit: cover;
  object-position: center center;
}
.con06_hover.on {
  width: 95%;
}
.con06_hover .back {
  width: 100% !important;
  height: 100%;
  transition: 0.3s;
}
.con06_hover .back {
  filter: brightness(0.6);
}
.con06_hover.on .back {
  filter: brightness(1);
}
.con06_hover.on .con06_btm_txt {
  color: var(--main-beige);
}

/* con07 */

.con07 {
  height: 173vw;
}
.con07_line1,
.con07_line4 {
  width: 100%;
  height: 1px;
  background-color: var(--main-beige);
}
.con07_line2,
.con07_line3 {
  width: 1px;
  height: 100%;
  background-color: var(--main-beige);
}
.con07_line1 {
  top: 3%;
}
.con07_line2 {
  left: 4%;
}
.con07_line3 {
  right: 4%;
}
.con07_line4 {
  bottom: 3%;
}
.con07_card_box {
  width: 100%;
  top: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.con07_card {
  width: 82%;
  border: 1px solid var(--main-beige);
  border-radius: 1vw;
  padding: 3vw 0;
  justify-content: start;
  background-color: #fff;
  transform-origin: center bottom;
}
.con07_card_img {
  width: 40.589%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1vw;
  overflow: hidden;
  margin-left: 6vw;
  margin-right: 6vw;
}
.con07_card_title {
  font-size: 2vw;
  margin-bottom: 3vw;
}
.con07_card span {
  color: #9f6f3d;
}
.con07_card.this span {
  color: #844529;
}
.con07_card_txt {
  font-size: 1.1vw;
  line-height: 1.5;
}
.con07_card.this {
  background-color: #d6ae84;
}
/* .con07_card.item2 {
  transform: translateY(120%);
}
.con07_card.item3 {
  transform: translateY(240%);
}
.con07_card.item4 {
  transform: translateY(360%);
}
.con07_card.item5 {
  transform: translateY(480%);
} */
.con07_card_box.item2 {
  top: 5.5%;
}
.con07_card_box.item3 {
  top: 6%;
}
.con07_card_box.item4 {
  top: 6.5%;
}
.con07_card_box.item5 {
  top: 7%;
}

.con07_card.item2 {
  transform: scale(0.97);
}
.con07_card.item3 {
  transform: scale(0.94);
}
.con07_card.item4 {
  transform: scale(0.91);
}
.con07_card.item5 {
  transform: scale(0.88);
}

.con07_num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
.con07_02 {
  width: 15.6904%;
}
.con07_03 {
  width: 16.269%;
}
.con07_04 {
  width: 17.2414%;
}
.con07_05 {
  width: 13.6861%;
}
.con07_06 {
  width: 17.6887%;
}
.con07_card_box.item1 {
  z-index: 5;
}
.con07_card_box.item2 {
  z-index: 4;
}
.con07_card_box.item3 {
  z-index: 3;
}
.con07_card_box.item4 {
  z-index: 2;
}
.con07_card_box.item5 {
  z-index: 1;
}
.con07_01 {
  width: 4.25197%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}
.con07_01.item1 {
  top: 2%;
  left: 2%;
}
.con07_01.item2 {
  top: 2%;
  right: 2%;
}
.con07_01.item3 {
  bottom: 2%;
  left: 2%;
}
.con07_01.item4 {
  bottom: 2%;
  right: 2%;
}
.con07_btn{
  width: 1.99475%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* con08 */

.con08 {
  padding-top: 4vw;
}
.con08_01 {
  width: 18.2678%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
  overflow: hidden;
}
.con08_btnwrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6vw;
  margin-bottom: 4vw;
}
.con08_btnbox {
  cursor: pointer;
  transition: 0.3s;
}
.con08_btn {
  font-size: 1.1vw;
  border: 1px solid var(--main-beige);
  border-radius: 0.3vw;
  padding: 0.5vw 1.5vw;
  transition: 0.3s;
}
.con08_btnbox:hover .con08_btn {
  background-color: var(--main-beige);
}
.con08_btnbox.on .con08_btn {
  background-color: var(--main-beige);
}
.con08_02 {
  width: 2.917vw;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
}
.con08_02 img {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: 0.5s;
}
.con08_btnbox.on .con08_02 img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.con08_02.item1 {
  left: 37%;
}
.con08_02.item2 {
  left: 45.5%;
}
.con08_02.item3 {
  left: 52.8%;
}
.con08_02.item4 {
  left: 60.6%;
}
.con08_con {
  width: 100%;
  height: 30vw;
  border-top: 1px solid var(--main-beige);
}
.con08_con_menuwrap {
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  transform: translateY(5%);
}
.con08_con_menuwrap.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
div.con08_con_left {
  width: 40%;
  background-color: #fff9ea;
  border-right: 1px solid var(--main-beige);
  border-bottom: 1px solid var(--main-beige);
}
.con08_con_left_imgbox {
  width: 88% !important;
  height: 20vw;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--main-beige);
  margin-bottom: 1.5vw;
  transition: 0.3s;
}
.con08_con_left_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.con08_con_left_title {
  font-size: 1.4vw;
  font-weight: 700;
  margin-bottom: 1vw;
  transition: 0.3s;
}
.con08_con_left_txt {
  width: 80%;
  text-align: center;
  font-size: 1vw;
  font-weight: 300;
  line-height: 1.3;
  transition: 0.3s;
}
.con08_con_right {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  overflow: scroll;
}
.con08_con_right::-webkit-scrollbar {
  display: none;
  visibility: hidden;
}
.con08_con_menubox {
  flex: 0 0 24.95%;
  height: 15vw;
  border-right: 1px solid var(--main-beige);
  border-bottom: 1px solid var(--main-beige);
  cursor: pointer;
  box-sizing: border-box;
}
.con08_con_menuimg {
  width: 100% !important;
  height: 11vw;
}
.con08_con_menuimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con08_con_menutxt_box {
  height: 4vw;
}
.con08_con_menutxt {
  font-size: 1vw;
  font-weight: 500;
}

/* con09 */

.con09 {
  padding: 10vw 0;
}
.con09_right {
  width: 50%;
  margin-left: auto;
  margin-top: 2.5vw;
}
.con09_img {
  width: 44.147%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.5vw;
  overflow: hidden;
  left: 7.5%;
  top: 19.64%;
  z-index: 5;
  opacity: 0;
  transition: 0.3s;
}
.con09_img.con09_change {
  opacity: 1;
}
.con09_con_top {
  margin-left: 13%;
  margin-bottom: 4vw;
}
.con09_01 {
  width: 37.3945%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  overflow: hidden;
}
.con09_02 {
  width: 55.2473%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5vw;
  overflow: hidden;
}
.con09_txt {
  font-size: 1vw;
  font-weight: 500;
}
.con09_txt span {
  color: #9f6f3d;
}
.con09_con_btmbox {
  padding: 1.8vw 0;
  border-top: 1px solid var(--main-beige);
}
.con09_con_btmbox.this {
  border-bottom: 1px solid var(--main-beige);
}
.con09_con_btmtxt {
  font-size: 1.2vw;
  margin-left: 13%;
}
.con09_step {
  width: 14.9003%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -35%;
  opacity: 0;
  transition: 0.3s;
}
.con09_step.con09_03_change {
  opacity: 1;
}
.con09_step.item1 {
  right: 53%;
}
.con09_step.item2 {
  right: 43%;
}
.con09_step.item3 {
  right: 34%;
}
.con09_09 {
  width: 101.049%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.con09_09.con09_02_change {
  opacity: 1;
}

/* con10 */

.con10 {
  padding-bottom: 35vw;
}
.con10_con {
  width: 80%;
}
.con10_01 {
  width: 40.4856%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  overflow: hidden;
}
.con10_txt {
  font-size: 1vw;
  font-weight: 500;
}
.con10_txt span {
  color: #9f6f3d;
}
.swiper_con10 {
  width: 100%;
  height: 30vw;
  top: -2%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  transform: translateY(5%);
}
.swiper_con10.on {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.swiper_con10_img {
  width: 90% !important;
  border-radius: 0.8vw;
  overflow: hidden;
  margin-top: auto;
  transition: 0.6s;
}
.swiper_con10 .swiper-slide {
  /* width: 25% !important; */
  transition: 2s;
  transition-delay: 0.5s;
  transform-origin: center bottom;
  transform: scale(0.9);
}
/* .swiper_con10 .swiper-slide-next {
   transform: scale(1.5); 
   margin: 0 8vw;
} */
.swiper_con10 .swiper-slide:nth-child(3) {
  transform: scale(1.5);
  margin: 0 7vw;
}
/* .swiper_con10 .swiper-slide-next .swiper_con10_img {
  transform: translateX(10%);
} */
.swiper_con10_btn {
  width: 75%;
  top: 70%;
}
.con10_btn {
  font-size: 1.1vw;
  background-color: #eee;
  border-radius: 0.5vw;
  width: 14vw;
  height: 3.8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 2vw;
}
.con10_btn:hover {
  background-color: var(--main-beige);
}
.con10_btn.on {
  background-color: var(--main-beige);
}
.con10_02 {
  width: 22.6766%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -50%;
  left: 6%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateY(20%);
}
.con10_btn.on .con10_02 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}
.con10_03 {
  width: 1.99475%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  bottom: 18%;
}
.con10_prev {
  left: 10%;
}
.con10_next {
  transform: rotate(180deg);
  right: 10%;
}

/* con11 */

.con11 {
  background: url("/images/con11_13.jpg") no-repeat;
  background-size: cover;
  padding: 8vw 0 6vw 0;
  z-index: 1;
}

/* flip_clock */
.flip_clock01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  /* padding: 6% 0% 0.5% 0%; */
  padding: 0;
  margin-left: 0;
  z-index: 5;
}
.clock_wrap {
  width: 100%;
}
.flip_clock01 {
  padding: 0 !important;
  margin-bottom: 2vw;
}
.flip-clock-divider {
  margin: 0.4vw 0 !important;
}
.flip-clock-wrapper {
  justify-content: center;
  gap: 0.6vw;
}
.flip-clock-wrapper ul li {
  height: 100% !important;
}
.flip-clock-wrapper ul {
  height: 4.8vw !important;
  margin: 0 0.3vw;
  /* font-family: 'SUIT-Heavy'; */
}
.flip-clock-wrapper .flip {
  box-shadow: none !important;
  border-radius: 0.6vw;
  overflow: hidden;
  border: 1px solid rgb(70, 59, 51);
  width: 3.6vw !important;
  height: 4.8vw !important;
}
.flip-clock-divider.hours {
  display: none !important;
}
.flip-clock-wrapper ul li a div div.inn {
  font-size: 2.8vw !important;
  color: #fff !important;
  box-sizing: border-box;
  font-weight: 600;
  font-family: "SF_HambakSnow";
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0% !important;
  background: #000 !important;
}
.flip-clock-wrapper ul li a div.down {
  border-radius: 0vw;
}
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0% !important;
  background: #000 !important;
}
.flip-clock-dot {
  width: 0.3vw !important;
  height: 0.3vw !important;
  background-color: #fff;
  left: 0;
  box-shadow: none;
  border-radius: 100% !important;
  box-shadow: none !important;
}
.flip-clock-wrapper ul li {
  border: 1px solid #000;
  border-radius: 0vw;
  overflow: hidden;
}
.flip-clock-divider {
  margin: 0.4vw;
  width: 0.5vw;
}
.flip-clock-wrapper ul li a div.up:after {
  display: none;
}
/* flip_clock */

.con11_ct_wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  margin-bottom: 2vw;
  z-index: 2;
}
.con11_ct_box {
  width: 3.6vw;
  height: 4.8vw;
  border: 1px solid rgba(199, 162, 123, 0.3);
  border-radius: 0.6vw;
  overflow: hidden;
  background-color: #000;
}
.con11_ct_num {
  left: 0;
  /* top: 0; */
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
.con11_ct_num span {
  font-family: "SF_HambakSnow";
  color: #fff;
  font-size: 3.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  width: 100%;
  height: 4.8vw;
}
.con11_03 {
  width: 0.367454%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5vw;
}
.con11_line {
  width: 0;
  height: 1px;
  background-color: rgba(199, 162, 123, 0.3);
  top: 17.5%;
  z-index: 1;
}
.con11_line.item1 {
  left: -3%;
}
.con11_line.item2 {
  right: 0;
}
.con11_01 {
  width: 38.1627%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12vw;
  overflow: hidden;
}
.con11_04 {
  width: 43.6745%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35.4%;
}
.con11_05 {
  width: 20.0525%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 43.5%;
  overflow: hidden;
}
.con11_btm {
  width: 100%;
  display: flex;
  border-top: 1px solid rgba(199, 162, 123, 0.3);
  border-bottom: 1px solid rgba(199, 162, 123, 0.3);
  margin-bottom: 2.5vw;
}
.con11_btm_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4vw 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.con11_btm_title {
  font-size: 1.5vw;
  color: #fff;
  margin-bottom: 1.5vw;
  position: relative;
  transition: 0.3s;
  position: relative;
  z-index: 5;
}
.con11_btm_title.con11_change {
  color: #000;
}
.con11_06 {
  width: 36.6929%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con11_08 {
  width: 57.3228%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 25%;
  opacity: 0;
}
.con11_none {
  opacity: 0;
  transition: 0.3s;
  z-index: 5;
}
.con11_none.con11_change {
  opacity: 1;
}
.con11_btm_box:nth-child(1),
.con11_btm_box:nth-child(2) {
  border-right: 1px solid rgba(199, 162, 123, 0.3);
}
.con11_10 {
  width: 17.2179%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.con11_07 {
  width: 37.0662%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con11_09 {
  width: 57.8864%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 25%;
  opacity: 0;
}
.con11_11 {
  width: 29.7113%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -22%;
  right: -4%;
}
.con11_12 {
  width: 17.2178%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -1%;
  bottom: -2%;
}
.con11_12 img{
  transform-origin: top right;
}
.con11_back {
  width: 100% !important;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.con11_back.con11_change {
  opacity: 1;
}
.con11_back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.con11_back_line {
  width: 94%;
  height: 88%;
  border: 1px solid #000;
}

/* con12 */

.con12 {
  padding: 6vw 0 8vw 0;
  overflow: hidden;
}
.con12_01 {
  width: 2.93963%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
.con12_txt_box{
  margin-bottom: 2vw;
  overflow: hidden;
}
.con12_txt {
  font-size: 2.8vw;
}
.con12_txt span {
  color: #9f6f3d;
}
.con12_02 {
  width: 33.1234%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con12_06 {
  width: 65.3543%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  bottom: 0;
}
.con12_07 {
  width: 77.2703%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -2;
  bottom: 45%;
}
.con12_08 {
  width: 100.787%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -4%;
  z-index: -2;
}
.con12_04 {
  width: 20.7607%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: -8%;
}
.con12_04.item1 {
  top: 14.5%;
}
.con12_04.item2 {
  top: 21.5%;
}
.con12_04.item3 {
  top: 76.7%;
}
.con12_03 {
  width: 20.6022%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 19%;
  bottom: 2.5%;
}

/* con13 */

.con13 {
  background: url("/images/con13_11.jpg") no-repeat;
  background-size: cover;
  padding: 8vw 0 6vw 0;
}
.con13_01 {
  width: 27.874%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
  overflow: hidden;
}
.con13_txt {
  color: #fff;
  font-size: 2.8vw;
  margin-bottom: 3.5vw;
}
.con13_con {
  width: 80%;
  background-color: #fff;
  border-radius: 1.5vw;
  display: flex;
  margin-bottom: 2.5vw;
}
.con13_con_box {
  flex: 1;
  box-sizing: border-box;
  overflow: hidden;
}
.con13_con_box:nth-child(1),
.con13_con_box:nth-child(2),
.con13_con_box:nth-child(3) {
  border-right: 1px solid #ddd;
}
.con13_con_box.this {
  background-color: #fff2e0;
}
.con13_con_graph.this {
  background-color: var(--main-beige);
}
.con13_con_top {
  width: 100%;
  height: 28vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.con13_con_graph {
  width: 8vw;
  background-color: #ddd;
  bottom: 0;
  border-radius: 1vw 1vw 0 0;
  padding-top: 1vw;
}
/* .con13_con_graph.item1 {
  height: 20vw;
}
.con13_con_graph.item2 {
  height: 10vw;
}
.con13_con_graph.item3 {
  height: 17vw;
}
.con13_con_graph.item4 {
  height: 13vw;
} */
.con13_con_graph.item1 {
  height: 0;
}
.con13_con_graph.item2 {
  height: 0;
}
.con13_con_graph.item3 {
  height: 0;
}
.con13_con_graph.item4 {
  height: 0;
}
.con13_con_graph_txt {
  width: 100%;
  text-align: center;
  font-size: 1vw;
  font-weight: 500;
}
.con13_con_btmtxt {
  width: 100%;
  text-align: center;
  padding: 2vw 0;
  font-size: 1.3vw;
  font-weight: 600;
  border-top: 1px solid #000;
}
.con13_06 {
  width: 63.9474%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 13%;
  z-index: 5;
}
.con13_07 {
  width: 51.8421%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12%;
}
.con13_08 {
  width: 29.9213%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -13.5%;
  z-index: 5;
}
.con13_08 img{
  transform-origin: bottom center;
}
.con13_08 img.scaleOpa2{
  opacity: 0.6;
}
.con13_09 {
  width: 40.4199%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -12.8%;
  z-index: 5;
  display: none;
}
.con13_con_graph_sub {
  font-size: 1vw;
  top: 10%;
  right: 15%;
}
.con13_10 {
  width: 20.3675%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}
.con13_line {
  width: 100vw;
  height: 1px;
  background-color: var(--main-beige);
  bottom: 13%;
}
.con13_arrow{
  width: 69.2105%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5%;
}

/* con14 */

.con14 {
  height: 45vw;
}
.con14_01 {
  width: 11.5486%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 21%;
  left: 17%;
  overflow: hidden;
}
.con14_02 {
  width: 14.6457%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 41%;
  right: 14%;
  overflow: hidden;
}
.con14_03,
.con14_04 {
  width: 39.9475%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 18%;
  z-index: 5;
}
.con14_05 {
  width: 59.6325%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 12%;
}
.con14_txt {
  font-size: 1.3vw;
  bottom: 20%;
}
.con14_txt span {
  font-weight: 600;
}
.con14_06 {
  width: 1.52231%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 9.7%;
}
.con14_line {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--main-darkBeige);
  top: 2%;
}
.con14_line.item1 {
  left: 2%;
}
.con14_line.item2 {
  left: 2.5%;
}
.con14_line.item3 {
  right: 2%;
}
.con14_line.item4 {
  right: 2.5%;
}

/* con15 */

.con15 {
  padding: 2vw 0 10vw 0;
}
.con15_01 {
  width: 18.5302%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
}
.con15_02 {
  width: 35.4331%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
  overflow: hidden;
}
.swiper_con15 {
  width: 100%;
  height: 22vw;
}
/* .swiper_con15 .swiper-slide{
    width: 25%;
} */
.swiper_con15_box {
  width: 69%;
  height: 70%;
  border-radius: 1vw;
  overflow: hidden;
  transition: 1s;
  /* transition-delay: 0.5s; */
}
.swiper_con15 iframe {
  width: 100%;
  height: 100%;
}
.swiper_con15 .swiper-slide-active .swiper_con15_box {
  transform: scale(1.4);
  transform-origin: center center;
}
.con15_03 {
  width: 11.9685%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 39%;
  left: 26%;
  z-index: 5;
}
.con15_04 {
  width: 14.8556%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 33%;
  left: 10%;

}
.con15_05 {
  width: 29.2913%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 13.5%;
  right: 27%;
}
.con15_06 {
  width: 22.4147%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 33%;
  right: 4%;
}
.con15_sns img{
  transform: scale(0);
  transform-origin: center center;
}
.con15_btn{
  width: 2.30971%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 55%;
  cursor: pointer;
  z-index: 5;
}
.con15_prev{
  left: 26.2%;
  transform: rotate(-180deg);
}
.con15_next{
  right: 26.2%;
}

/* con16 */

.con16 {
  padding: 6vw 0 8vw 0;
  background: url("/images/con16_03.jpg") no-repeat;
  background-size: cover;
}
.con16_videobox {
  width: 55vw;
  height: 31vw;
  border-radius: 1.5vw;
  overflow: hidden;
}
.con16_04 {
  width: 27.7165%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -18%;
  left: -6.5%;
}
.con16_01 {
  width: 28.3465%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
  overflow: hidden;
}
.con16_02 {
  width: 16.7454%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10%;
}
.con16_btmtxt {
  font-size: 1.4vw;
  bottom: 12.5%;
}

/* con17 */

.con17 {
  padding-top: 6vw;
}
.con17_stars {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4vw;
  margin-bottom: 2vw;
}
.con17_01 {
  width: 2.04724%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.con17_02 {
  width: 18.7927%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6vw;
  overflow: hidden;
}
.con17_03 {
  width: 16.4304%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.con17_05 {
  width: 9.65879%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.con17_btmtitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  margin-bottom: 2vw;
}
.con17_04 {
  width: 10.7087%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 35.9%;
  z-index: -1;
}
.con17_txt {
  margin-bottom: 5vw;
}
.con17_btmbox {
  width: 100%;
  height: 11vw;
  background-color: #b98a59;
  bottom: 0;
  z-index: -1;
}
.swiper_con17 {
  width: 22vw;
  height: 100%;
  top: 0;
  background-color: #ecdecf;
}
.swiper_con17_left {
  left: 1.8%;
}
.swiper_con17_right {
  right: 1.8%;
}
.swiper_con17 .swiper-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper_con17 .swiper-slide {
  width: 18vw;
  height: 22vw;
}
.swiper_con17_imgbox {
  width: 90%;
  height: 90%;
}
.swiper_con17_img {
  width: 100% !important;
  border-radius: 1.5vw;
  overflow: hidden;
}
.con15_07 {
  width: 0.577428%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con15_07.left {
  left: 24%;
}
.con15_07.right {
  right: 24%;
}
/* .con17_slidebox {
    width: 24vw;
    height: 27vw;
    border-radius: 1.5vw 1.5vw 0 0;
    border: 1px solid var(--main-darkBeige);
    border-bottom: none;
   overflow: hidden;
} */
.swiper_con17_center {
  width: 23.5171%;
  border-radius: 1.5vw 1.5vw 0 0;
  border: 1px solid var(--main-darkBeige);
  border-bottom: none;
  background-color: #fff;
}
.con17_09 {
  width: 2.25722%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 9%;
  cursor: pointer;
}
.con17_09.prev {
  left: 34.5%;
}
.con17_09.next {
  right: 34.5%;
  transform: rotate(180deg);
}
.swiper_con17_center_imgbox {
  width: 100%;
  height: 100%;
}
.con17_06 {
  width: 10.2362%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 43%;
  left: 22.5%;
  z-index: 5;
  animation: ddm 1.5s infinite;
}
.con17_07 {
  width: 10.2362%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 57%;
  left: 26.2%;
  z-index: 5;
  animation: ddm 1.5s 1s infinite;
}
.con17_08 {
  width: 12.1785%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 48%;
  left: 65%;
  z-index: 5;
  animation: ddm 1.5s 0.5s infinite;
}

/* con18 */

.con18 {
  padding: 6vw 0 14vw 0;
}
.con18_01 {
  width: 2.51968%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}
.con18_02 {
  width: 15.7488%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5vw;
  overflow: hidden;
}
.con18_con {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
  justify-content: center;
  z-index: 5;
}
.con18_15 {
  z-index: -1;
  width: 96.5879%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.con18_15 img {
  height: 100%;
  object-fit: fill;
}
.con18_con_item {
  width: 28.7561%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con18_08 {
  width: 23.3146%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -7%;
  right: 10%;
}
.con18_12 {
  width: 13.0184%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10%;
  bottom: 2%;
}
.con18_13 {
  width: 13.1759%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 10%;
  bottom: 3%;
}
.con18_14 {
  width: 34.6457%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -38%;
}
.con18_11 {
  width: 35.3806%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  z-index: 4;
  animation: smoke 2s infinite;
}
.con18_line {
  width: 48vw;
  height: 1px;
  bottom: 10%;
  background-color: #bbb;
  z-index: -1;
}
.con18_10 {
  width: 0.88853%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.con18_10.this {
  display: none;
}

/* con19 */

.con19 {
  background-color: var(--main-beige);
}
div.con19_con {
  width: 96.4%;
  background-color: #fff;
  border-radius: 0 0 1vw 1vw;
  margin-bottom: 2vw;
  padding: 6vw 0;
}
.con19_01 {
  width: 11.0456%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
  overflow: hidden;
}
.con19_mapbox {
  width: 66vw;
  height: 30vw;
  border-radius: 1.5vw;
  border: 1px solid var(--main-beige);
}
.con19_07 {
  width: 19.931%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 7%;
  right: 7%;
  z-index: 5;
}

/* con20 */

.con20 {
  background: url("/images/con20_05.jpg") no-repeat;
  background-size: cover;
  padding: 8vw 0;
}
.con20_01 {
  width: 18.2677%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
  overflow: hidden;
}
.con20_con {
  width: 80%;
  display: flex;
}
.con20_con_left {
  width: 50%;
  /* border-right: 1px solid rgba(255, 255, 255, 0.2); */
}
.con20_line {
  width: 1px;
  height: 32vw;
  background-color: rgba(255, 255, 255, 0.2);
  top: 25%;
}
.con20_con_right {
  width: 50%;
}
.con20_left_txt {
  color: #fff;
  font-size: 0.85vw;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.6vw;
}
.con20_03 {
  width: 64.4357%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3vw;
}
.con20_04 {
  width: 64.9606%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.5vw;
  overflow: hidden;
}
.con20_02 {
  width: 24.672%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35%;
}

/* form1 - start */
div.form_wrap {
  width: 70%;
  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;
  margin-left: auto;
}
.form_col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 4.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.2);
  padding-left: 0.2vw;
}

.form label {
  white-space: nowrap;
}
.form_input_box > label {
  font-family: "Pretendard Variable";
  color: var(--main-beige);
  font-size: 1.1vw;
  font-weight: 500;
}
.form_input_01,
.form_input_02,
.form_input_03,
.form_input_04,
.form_input_05 {
  width: 70%;
}
.form_input_06 {
  width: 73.5%;
  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: start;
  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_01,
.footeer_checkbox_02,
.footeer_checkbox_03,
.footeer_checkbox_04 {
  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_01:checked::before,
.footeer_checkbox_02:checked::before,
.footeer_checkbox_03:checked::before,
.footeer_checkbox_04:checked::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  scale: 0.7;
}
.footeer_agree_checkbox_01 {
  width: 0.6vw;
  height: 0.6vw;
  outline: 2px solid #fff;
}
.footeer_checkbox_05 {
  margin-right: 1vw;
}
.form_check_name_01,
.form_check_name_02,
.form_check_name_03,
.form_check_name_04 {
  margin-right: 3vw;
  font-size: 1.1vw;
}
.form_check_name_01 {
  margin-right: 4vw;
}
.form_agree_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.9vw;
  margin: 0.7vw 0 1.5vw;
  opacity: 0.6;
}
.form_submit_div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: var(--main-beige);
  color: #000;
  font-weight: 500;
  border-radius: 100px;
  padding: 1vw 0;
  font-family: "Pretendard Variable";
}
.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 */

/* map-start */

/* map */
.map_mid_map_search_top{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.map_mid_map_search_top > div{
  color: #000;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 6%;
  padding-bottom: 3%;
  font-size: 1vw;
  font-weight: 300;
  cursor: pointer;
  background-color: #fff;
}
.on2{
  background: #16992C !important;
  color: white !important;
  font-weight: 900 !important;
}
.off2{
  font-weight: 300 !important;
}
.map_mid_map_search_mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 67%;
  height: 4vw;
  padding: 0% 1%;
  box-sizing: border-box;
  margin: auto;
  z-index: 3;
  top: -2vw;
  /* border: 1px solid #2885c8; */
  background-color: var(--main-beige);
  border-radius: 50vw;
  overflow: hidden;
}
.map_mid_map_search_mid input {
  appearance: none;
  border: none;
  outline: none;
  /* border-radius: 0.6vw; */
  width: 85%;
  height: 100%;
  padding-left: 5%;
  font-family: "Pretendard Variable";
  font-size: 1vw;
  box-sizing: border-box;
  color: #000;
  background-color: transparent;
}
.map_mid_map_search_mid input::placeholder {
  color: #000;
  font-weight: 500;
  font-family: "Pretendard Variable";
}
/* .map_04{
} */
.map_mid_map_search_bottom{
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  /* margin: auto; */
  padding: 0vw 0;
}
.map_mid_map_search_item_title{
  font-size: 1.3vw;
  font-family: 'Pretendard Variable';
  color: #000;
  font-weight: 500;
}
.map_mid_map_search_item_address{
  width: 73%;
  margin-top: 4%;
  margin-bottom: 4%;
}
.map {
  width: 100%;
  height: 31vw;
  border-radius: 0vw;
  border: 1px solid var(--main-beige);
  box-sizing: border-box;
  background-color: #000;
  border-radius: 1vw;
}
.map_mid_2nd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80%;
  margin-bottom: 0%;
  box-sizing: border-box;
}
.map_search{
  width: 2.54% !important;
  right: 3%;
  cursor: pointer;
}
.con7_bottom_2{
      width: 26.4943%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.map_mid_map_search_item {
  width: 80%;
  margin: 0% auto;
  border-bottom: 1px solid #e4d4d5;
  padding: 15% 0%;
  font-size: 0.8vw;
  font-family: 'Pretendard Variable';
  box-sizing: border-box;
  position: relative;
  color: #000;
}
.map_mid_map_search {
  width: 22%;
  background: white;
  height: 100%;
  top: 0%;
  z-index: 2;
  overflow: hidden;
  left: 0%;
  /* border-radius: 0vw 1vw 1vw 0vw; */
  /* border-right: 1px solid black; */
  box-sizing: border-box;
  /* border-radius: 0.5vw 0vw 0vw 0.5vw; */
  /* transform: translateY(-50%); */
  border: 1px solid var(--main-beige);
  box-sizing: border-box;
  border-radius: 1vw 0 0 1vw;
}
.map_mid_map_search_bottom::-webkit-scrollbar {
  display: none;
}
.map_plus {
  width: 12.395%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0%;
  bottom: 14%;
  cursor: pointer;
}
/*   .map_plus_h {
  width: 150.769%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s;
}
.map_plus:hover .map_plus_h {
  opacity: 1;
} */
.sido1 {
  width: 16%;
  height: 48%;
  border: none;
  border-right: 1px solid #b5b5b5;
  outline: none;
}
.map_link {
  width: 49.81%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
}



/* map 추가 css */




/*popup*/


div.popup {
  width: 47%;
  height: 19vw;
  top: 2%;
  /* border: 1px solid black; */
  background-color: #fff;
  border: 1px solid var(--main-beige);
  box-sizing: border-box;
  gap: 0vw;
  border-radius: 1vw;
  justify-content: space-between;
  overflow: hidden;
  padding: 2vw;
  box-sizing: border-box;
}

.fixed_popup{
  height: 100vh;
  background: #00000045;
}
.popup_top{
  font-size: 1.5vw;
  width: 88%;
  padding-bottom: 3%;
  text-align: center;
  border-bottom: 1px solid #0000002e;
}
.popup > p:nth-child(2){
  font-size: 1.3vw;
  width: 88%;
  margin-top: 5%;
  padding-bottom: 2%;
  text-align: left;
}
.popup > p:nth-child(4){
  font-size: 0.9vw;
  width: 88%;
  margin-top: 1%;
}
.popup > p:nth-child(5){
  left: 42%;
  width: 58%;
  padding-right: 8%;
  height: 12vw;
  top: 43%;
  box-sizing: border-box;
  font-size: 0.9vw;
  overflow-y: scroll;
}
.fixed_popup{
  position: fixed !important;
  top: 0;
  z-index: 5;
  /*pointer-events: none;*/
  /*opacity: 0;*/
}
.popup_right_1st{
  color: #E3C179;
  width: 78%;
  margin-bottom: 1%;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.2vw;
  margin-top: -6%;
}
.popup_right> div > div:nth-child(1){
  font-weight: 600;
  font-size: 1vw;
  width: 24%;
  color: #000;
  
}
.popup_right> div > div:nth-child(2){
  width: 65%;
  font-weight: 400;
  font-size: 0.85vw;
}
.popup_right> div{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  color: #000;
  margin-top: 5%;
}
.popup_right{
  width: 46%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  color: #000;
}
.popup_img img{
  width: 100%;
}


.fixed_popup_con{
  width: 62%;
  height: 49%;
  background-color: #000;
  top: 31%;
  left: 20%;
  border-radius: 1vw;
}




.popup_img {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  height: 100%;
  border-radius: 0.6vw;
  overflow: hidden;
}
.popup_img img {
  width: 108%;
}


.popup_top_absol{
      width: 12.4369%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 12%;
  left: 10%;
}
.popup_top_absol_2nd{
      width: 96.6687%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 21%;
  left: 1.5%;
}

.popup_img_con{
  position: static !important;
  overflow: hidden;
}
.popup_right_6th_left{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #19c365;
  border-radius: 5vw;
  padding: 0.5vw 1vw;
  right: 28%;
  bottom: 9%;
}

.popup_img_con {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_img_con img {
  height: 100%;
  object-fit: cover;
}
.popup_top_absol {
  width: 12.4369%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 18%;
  left: 52.5%;
}
.popup_right_2nd {
  font-weight: 600;
  width: 100%;
  font-size: 1.2vw;
  padding-bottom: 10%;
  margin-bottom: 5%;
  box-sizing: border-box;
  font-family: 'pretendard variable';
  border-bottom: 1px solid var(--main-beige);
}

.popup img{
  width: 100%;
}

.popup_close {
  width: 2vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5%;
  right: 2%;
  cursor: pointer;
  border-radius: 50%;
}
.popup_close_border {
  position: absolute;
  width: 110%;
  height: 110%;
  border-radius: 50%;
  border: 1px solid #ef823a;
}
.popup_close .absol {
  width: 60%;
  height: 2px;
  background-color: var(--main-beige);
}
.popup_close .absol:nth-child(1) {
  transform: rotate(45deg);
}
.popup_close .absol:nth-child(2) {
  transform: rotate(-45deg);
}

div.popup_logo {
  width: 17.156%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1vw;
}