* {
    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;
}

.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(3deg);
    }
    20% {
      transform: rotate(-3deg);
    }
    30% {
      transform: rotate(2deg);
    }
    40% {
      transform: rotate(-2deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
@keyframes bounceLoop {
    0%   { transform: translateY(0); }
    10%  { transform: translateY(-15px); }
    20%  { transform: translateY(0); }
    30%  { transform: translateY(-10px); }
    40%  { transform: translateY(0); }
    100% { transform: translateY(0); } /* 멈춤 시간 */
}
@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 fadeOpa {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      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;
    }
}
.smoke{
    animation: smoke 2s infinite;
}

@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);
    }flow
    100% {
        transform: rotate(1deg);
    }
}
@keyframes shakeAndFall {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
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: 'SUIT-Regular';
    font-weight: 300;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
.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;
}
.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;
}

/* 퍼블시작 */

:root {
    --main-gold : #e3bd69;
    --main-gold2 : #f5c471;
    --main-gray : #0f100f;
}
.onemob{
    font-family: 'ONE-Mobile-Title';
}
.arita{
    font-family: 'Arita-buri-SemiBold';
}
.bold{
    font-weight: 600;
}
.white{
    color: #fff;
}
.gold{
    color: var(--main-gold);
}
.gold2{
    color: var(--main-gold2);
}
.sub{
    font-size: 1.6vw;
    line-height: 1.5;
    text-align: center;
    font-family: 'ONE-Mobile-Regular';
}
.title{
    font-size: 3.2vw;
}

/* main */
.main{
    background: url("/images/main_bg.jpg") no-repeat;
    background-size: cover;
    padding-top: 10vw;
}
.main_txt{
    font-size: 1.2vw;
}
.main_01{
    width: 22.3097%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5vw;
}
.main_02{
    width: 39.5801%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.main_05{
    width: 80.8399%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.main_04{
    width: 29.4488%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1%;
    bottom: 21%;
}
.main_04 img{
    transform-origin: center right;
}
.main_03 {
    width: 36.9554%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 11%;
}
.main_06_1 {
    width: 15.643%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 16%;
    bottom: 20%;
}
.main_06_2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con01 */
.con01_con{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 5;
}
.con01_con_box{
    width: 50%;
    height: 21vw;
    border-top: 1px solid var(--main-gold);
    box-sizing: border-box;
    color: #fff;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.con01_con_box.on{
    color: #000;
}
.con01_con_box.item1{
    background: url("/images/con01_03.png") no-repeat;
    background-size: cover;
    border-right: 1px solid var(--main-gold);
    padding-left: 6vw;
}
.con01_con_box.item2{
    background: url("/images/con01_04.png") no-repeat;
    background-size: cover;
    text-align: end;
    padding-right: 6vw;
}
.con01_con_box.item3{
    background: url("/images/con01_05.png") no-repeat;
    background-size: cover;
    border-right: 1px solid var(--main-gold);
    padding-left: 6vw;
}
.con01_con_box.item4{
    background: url("/images/con01_06.png") no-repeat;
    background-size: cover;
    text-align: end;
    padding-right: 6vw;
}
.con01_con_title{
    font-size: 1.5vw;
    margin-bottom: 1vw;
    position: relative;
    z-index: 5;
}
.con01_con_txt{
    font-size: 1.05vw;
    line-height: 1.3;
    position: relative;
    z-index: 5;
}
.con01_con_box_back{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.3s;
}
.con01_con_box_back.on{
    background-color: rgba(245, 196, 113, 0.8);
}
.swiper_con01{
    width: 100%;
    background-color: var(--main-gold2);
    padding: 1vw 0;
}
.con01_01 {
    width: 40.4724%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.con01_02 {
    width: 45.0065%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_07 {
    width: 99.4751%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con02 */
.con02{
    background: url("/images/con02_bg.jpg") no-repeat;
    background-size: cover;
    padding: 7vw 0 10vw 0;
}
.con02_con{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con02_01 {
    width: 2.3622%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 24%;
    top: 31%;
    z-index: 6;
}
.con02_01 img{
    animation: bounceLoop 2s infinite;
}
.con02_07 {
    width: 23.7533%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_03{
    width: 43.2836%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 35%;
    overflow: hidden;
}
.con02_04{
    width: 54.1384%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 52%;
}
.con02_bg_2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
}
.con02_05_1 {
    width: 13.2283%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 36%;
    bottom: 12%;
    z-index: 5;
}
.con02_05 {
    width: 127.778%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeOpa 2s ease-in-out infinite;
}
.con02_06 {
    width: 127.778%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeOpa 2s 1s ease-in-out infinite;
}
.con02_06_1 {
    width: 13.2283%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6%;
    bottom: 60%;
    z-index: 5;

}
.con02_circletxt{
    text-align: center;
    line-height: 1.5;
    font-size: 1.1vw;
    margin-bottom: 1vw;
}
.con02_02 {
    width: 48.3596%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con03 */
.con03{
    background: url("/images/con03_bg.jpg") no-repeat;
    background-size: cover;
    padding: 6vw 0;
}
.con03_txt{
    margin-bottom: 0.6vw;
}
.con03_title{
    margin-bottom: 2.5vw;
}
.con03_02{
    width: 45.3018%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con03_02_title{
    top: 20%;
    font-size: 1.3vw;
}
.con03_02_txt{
    top: 42%;
    font-size: 2.5vw;
}
.con03_02_txt span{
    font-size: 4.3vw;
}
.con03_01{
    width: 23.6385%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -12%;
    top: 50%;
    transform: translateY(-50%);
}
.con03_03{
    width: 27.1391%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.con03_03_title{
    top: 30%;
    font-size: 1.4vw;
}
.con03_03_txt{
    top: 50%;
    font-size: 3vw;
}
.swiper_con03{
    width: 100%;
    height: 12vw;
    bottom: 16%;
}
.con03_slide{
    width: 19vw;
    height: 11vw;
    border: 1px solid #fff;
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
    color: #fff;
}
.con03_slide_title{
    font-size: 1.2vw;
}
.con03_slide_txt{
    font-size: 2.3vw;
}


/* con04 */
.con04{
    height: 25vw;
    border-top: 1px solid var(--main-gold);
    border-bottom: 1px solid var(--main-gold);
    display: flex;
    flex-direction: row;
    align-items: center;
}
.con04_con_left{
    width: 50%;
    height: 100%;
    background-color: var(--main-gold2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1vw;
}
.con04_01,.con04_02,.con04_03{
    margin-left: 8vw;
}
.con04_con_right{
    width: 50%;
    height: 100%;
    display: flex;
}
.con04_04{
    bottom: 0;
    right: 0;
}
.con04_con_right_title{
    width: 5vw;
    height: 100%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2vw;
    border-left: 1px solid var(--main-gold);
    border-right: 1px solid var(--main-gold);
    cursor: pointer;
    box-sizing: border-box;
}
.con04_con_right_con{
    width: 0%;
    height: 100%;
    visibility: hidden;
    transition: 0.5s;
    box-sizing: border-box;
}
.con04_con_right_con.on{
    width: 100%;
    visibility: visible;
}
.con04_con_right_con.item1{
    background: url("/images/con04_08.jpg") no-repeat;
    background-size: cover;
}
.con04_con_right_con.item2{
    background: url("/images/con04_06.jpg") no-repeat;
    background-size: cover;
}
.con04_con_right_txt{
    color: #fff;
    font-size: 1.1vw;
    line-height: 1.3;
    left: 5vw;
    bottom: 5vw;
    white-space: nowrap;
}
.con04_01{
    width: 38.6352%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_02{
    width: 49.5538%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_03{
    width: 43.0446%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_04{
    width: 59.8425%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_07{
    width: 42.6408%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_05{
    width: 42.6408%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_light{
    opacity: 0.2;
    transition: 0.3s;
}
.con04_light.on{
    opacity: 1;
}


/* con05 */
.con05{
    padding: 6vw 0;
}
.con05_01{
    width: 11.2861%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    top: -15%;
}
.con05_02{
    width: 10.4462%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
    top: -13%;
}
.con05_card_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
}
.con05_card {
    width: 81.8898%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(120%);
}
.con05_03{
    transform: translateY(0%);
}
.con05_txt{
    margin-bottom: 1vw;
}
.con05_title{
    margin-bottom: 5vw;
}
.con05_title span, .con06_title span{
    background-color: #000;
    padding: 0 0.2vw;
}
.con05_03_1{
    width: 57.8951%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 0;
}
.con05_card_title{
    font-size: 2vw;
    /* -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: #000; */
}
.con05_card_txtbox {
    width: fit-content;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.5vw;
}
.con05_card_txtbox.item1{
    right: 6%;
}
.con05_card_txtbox.item2{
    left: 7%;
}
.con05_card_txtbox.item3{
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.con05_card_txtbox.item4{
    left: 7%;
}
.con05_card_txt{
    font-size: 1vw;
    line-height: 1.3;

}

.con04_05_1 {
    width: 63.4089%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
}
.con05_05_1{
    width: 37.1862%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.con05_05_2{
    width: 13.5281%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 22%; 
}
.con05_05_3{
    width: 13.2716%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 20%;
}
.con05_05_4{
    width: 37.9556%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}
.swiper_con05{
    width: 55%;
    height: 15vw;
    right: 0;
}
.con05_06_1 {
    width: 91.6084%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_06_2 {
    width: 87.0629%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_06_3 {
    width: 86.014%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_06_4 {
    width: 89.5105%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con06 */
.con06{
    padding: 6vw 0;
    background: url("/images/con06_bg.jpg") no-repeat;
    background-size: cover;
}
.con06_txt{
    margin-bottom: 1vw;
}
.con06_title span{
    padding: 0 0.2vw;
}
.con06_title{
    margin-bottom: 4vw;
}
.con06_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8vw;
}
.con06_card{
    width: 19.9475%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_card_txtbox{
    width: 100%;
    text-align: center;
    bottom: 10%;
    font-size: 0.9vw;
    line-height: 1.3;
}
.con06_card_title{
    font-size: 1.3vw;
    margin-bottom: 1vw;
    font-weight: 700;
}
.con06_card_txt span{
    font-size: 1.3vw;
}


/* con07 */
.con07{
    padding: 8vw 0 5vw 0;
    background: url("/images/con07_bg.jpg") no-repeat;
    background-size: cover;
}
.con07_01{
    width: 13.8583%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3.8%;
}
.con07_02{
    width: 27.0867%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16.5%;
    z-index: 5;
}
.con07_line{
    width: 42%;
    height: 1px;
    background-color: var(--main-gold);
    top: 4.5%;
}
.con07_line.item1{
    left: 0;
}
.con07_line.item2{
    right: 0;
}
.swiper_con07{
    width: 100%;
    height: 26vw;
    margin-bottom: 4vw;
}
.con07_txt{
    text-align: center;
    font-size: 1vw;
    line-height: 1.3;
}
.con07_03_1{
    width: 88.8189%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con08 */
.con08{
    background-color: var(--main-gold2);
    height: 45vw;
    padding: 1vw;
    box-sizing: border-box;
}
.con08_con{
    width: 100%;
    height: 100%;
    border-radius: 2vw;
    background-color: #090909;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.8vw;
}
.con08_01{
    width: 24.245%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.con08_title{
    font-size: 3.6vw;
    z-index: 5;

    background: linear-gradient(40deg, #f5c471 40%, #ffffff 50%, #f5c471 55%);
    background-size: 150% auto;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 3s infinite alternate linear;
}
  
  @keyframes shine {
    0% {
      background-position: -100% 0;
    }
    100% {
      background-position: 200% 0;
    }
  }
.swiper_con08_01, .swiper_con08_02{
    width: 30vw;
    height: 100%;
    top: 0;
    pointer-events: none;
}
.swiper_con08_01{
    left: 6%;
}
.swiper_con08_02{
    right: 6%;
}
.con08_02{
    width: 90.2887%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_03{
    width: 90.2887%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* con09 */
.swiper_con09{
    width: 100%;
}
.con09_card_txtbox{
    left: 10%;
}
.con09_card_title{
    font-size: 2.2vw;
    margin-bottom: 1vw;
}
.con09_card_txt{
    font-size: 1vw;
    line-height: 1.3;
}
.con09_01 {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_01_1{
    width: 31.8635%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 30%;
}
.con09_01_2{
    width: 27.5591%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 5%;
}
.con09_02_1 {
    width: 38.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 25%;
    top: 0;
}
.con09_02_2 {
    width: 39.2651%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
}
.con09_03_1{
    width: 52.4409%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 12%;
}
.con09_03_2{
    width: 18.8451%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 6%;
}
.con09_03_3{
    width: 11.9685%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    right: 0;
}
.swiper_con09_pagination {
    z-index: 5;
    display: flex;
    justify-content: center;
    gap: 0.2vw;
    top: 92% !important;
}
.con09 .swiper-pagination-bullet{
    width: 0.6vw;
    height: 0.6vw;
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
}
.con09 .swiper-pagination-bullet-active{
    background: #fff;
}


/* con10 */
.con10{
    padding: 6vw 0;
    background-color: #fffcf8;
}
.con10_title span{
    color: #a8874d;
}
.con10_title{
    margin-bottom: 1.5vw;
}
.con10_txt{
    text-align: center;
    font-size: 1.1vw;
    line-height: 1.3;
    margin-bottom: 2vw;
}
.con10_btnwrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 23vw;
}
.con10_btn{
    padding: 0.2vw;
    border: 1px solid #000;
    cursor: pointer;
    box-sizing: border-box;
    transition: 0.3s;
}
.con10_btn.on{
    background-color: #000;
}
.con10_btn.on .con10_btntxt{
    color: var(--main-gold);
    border: 1px solid var(--main-gold);
}
.con10_btn:hover{
    background-color: #000;
}
.con10_btn:hover .con10_btntxt{
    color: var(--main-gold);
}
.con10_btntxt {
    width:10vw;
    text-align: center;
    font-size: 1.2vw;
    padding: 0.8vw 0;
    box-sizing: border-box;
    border: none;
    box-sizing: border-box;
    transition: 0.3s;
    border: 1px solid transparent;
}
.con10_slide{
    width: 18vw;
    border: 1px solid #000;
    background-color: #fcf6ee;
}
.con10_slide_img{
    width: 100% !important;
    height: 14.6vw;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.con10_slide_img img{
    height: 100%;
    object-fit: cover;
  }
.con10_slide_txt{
    text-align: center;
    font-size: 1.1vw;
    font-weight: 700;
    padding: 1.3vw 0;
}
.swiper_con10{
    width: 78%;
    top: 47%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(5vw);
    transition: 0.5s;
}
.swiper_con10.on{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.con10_03{
    width: 2.99213%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 60%;
    z-index: 5;
}
.swiper_con10_prev{
    left: 6%;
}
.swiper_con10_next{
    right: 6%;
    transform: rotateY(180deg);
}
.con10_01{
    width: 17.5328%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 10%;
}
.con10_02 {
    width: 15.853%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2%;
    bottom: 11%;
}


/* con11 */
.con11{
    /* padding: 15vw 0; */
    height: 40vw;
    background: url("/images/con11_bg.jpg") no-repeat;
    background-size: cover;
}
/* .con11_line{
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
  } */
.con11_title{
    font-size: 3.8vw;
    margin-bottom: 2vw;
}
.con11_txt{
    font-size: 1vw;
    text-align: center;
    line-height: 1.5;
}
.con11_01{
    width: 27.3491%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 1%;
}
.con11_02{
    width: 22.6772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 35%;
}
.con11_03{
    width: 25.6693%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 8%;
}
.con11_04{
    width: 19.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1%;
    right: 0;
}
.con11_05{
    width: 26.1942%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 17%;
}
.con11_06{
    width: 17.2703%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 48%;
}
.con11_07{
    width: 30.8136%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
}


/* con12 */
.con12{
    padding: 6vw 0;
    background: url("/images/con12_bg.jpg") no-repeat;
    background-size: cover;
}
.con12_txt{
    margin-bottom: 0.5vw;
    font-size: 1.4vw;
}
.con12_title{
    font-size: 2.6vw;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 2vw;
}
.con12_title span{
    background-color: #000;
    padding: 0.1vw 0.3vw;
}
.con12_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.2vw;
    margin-bottom: 2vw;
}
.con12_con_box{
    display: flex;
    flex-direction: column;
    gap: 1.2vw;
}
.con12_05{
    width: 43.5696%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_sideimg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_con_box{
    width: 21.05%;
}
.con12_btmtxt{
    text-align: center;
    line-height: 1.3;
    font-size: 1vw;
}


/* con13 */
.con13{
    background: url("/images/con13_bg.jpg") no-repeat;
    background-size: cover;
}
.con13_con{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.con13_txt{
    margin-bottom: 0.6vw;
}
.con13_title{
    margin-bottom: 2vw;
}
.con13_video{
    width: 44.5vw;
    height: 25vw;
    border: 1px solid var(--main-gold);
}
.con13_01 {
    width: 10.9442%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 9%;
    left: 18%;
}
.con13_bg_3{
    width: 97.8478%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con14 */
.con14{
    padding-top: 6vw;
    background: url("/images/con14_bg.jpg") no-repeat;
    background-size: cover;
}
.con14_txt{
    margin-bottom: 0.6vw;
}
.con14_title{
    margin-bottom: 3.5vw;
}
.con14_01{
    width: 99.1551%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con14_01, .swiper_con14_02{
    width: 100%;
}
.swiper_con14_02{
    height: 26vw;
    margin-top: -1vw;
}
.swiper_con14_02 .swiper_con14_02_slide{
    width: 108.805%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.6vw;
    overflow: hidden;
}
.swiper_con14_02 .swiper_con14_02_slide{
    scale: 0.8;
}
.swiper_con14_03{
    width: 18.1628%;
    bottom: -0.1vw;
    border-radius: 1.5vw 1.5vw 0 0;
    border: 1px solid #000;
    border-bottom: none;
}
.swiper_con14_02_slide{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con15 */
.con15{
    padding: 1.2vw;
    box-sizing: border-box;
    background-color: #cab99f;
}
.con15_bg{
    width: 100%;
    height: 100%;
    border-radius: 2vw;
    background-color: #fef7e5;
    padding: 5vw 0 0 0;
}
.con15_txt{
    margin-bottom: 0.5vw;
}
.con15_title{
    margin-bottom: 2.5vw;
}
.con15_title span{
    background-color: #000;
    padding: 0 0.2vw;
}
.con15_con{
    gap: 4vw;
}
.con15_con_left{
    display: flex;
    flex-direction: column;
    gap: 1vw;
}
.con15_con_box{
    width: 24vw;
    background-color: var(--main-gray);
    border-radius: 1.5vw;
    padding: 2vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    text-align: center;
    z-index: 5;
}
.con15_con_box_title{
    background-color: var(--main-gold2);
    border-radius: 100px;
    padding: 0.3vw 0.8vw;
    font-size: 1vw;
}
.con15_con_box_txt{
    font-size: 1.2vw;
}
.con15_con_box_txt span{
    font-size: 2.2vw;
    margin-right: 0.2vw;
}
.con15_01{
    width: 35.7918%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -9.6%;
    left: 9%;
}
.con15_02 {
    width: 13.6659%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -36.4%;
    right: 11%;
}
.con15_03 {
    width: 14.4374%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -18.7%;
    right: 13%;
}
.con15_05 {
    width: 22.9299%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4%;
    right: 4%;
}
.con15_04_txt {
    font-size: 1.6vw;
    bottom: 7%;
    left: 29%;
}
.con15_06 {
    width: 25.0134%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con15_06_txtbox {
    display: flex;
    flex-direction: column;
    gap: 0.6vw;
    top: 16%;
    left: 16%;
}
.con15_06_txt1{
    font-size: 2vw; 
    font-family: 'SUIT-Regular';
}
.con15_06_txt2{
    font-size: 5vw; 
}
.con15_06_txt3{
    font-size: 0.9vw; 
}
.con15_07 {
    width: 90.5376%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -23%;
    bottom: 10%;
}
.con15_04 {
    width: 25.3362%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_con_left_btmtxt{
    width: 100%;
    text-align: center;
    font-size: 0.9vw;
    bottom: -8%;
}


/* con16 */
.con16_sec{
    background: url("/images/con16_bg.jpg") no-repeat;
    background-size: cover;
}
.con16{
    padding: 6vw 0;
}
.con16_02{
    padding-bottom: 6vw;
}
.con16_02_line{
    width: 1px;
    height: 100%;
    top: 0;
    background-color: var(--main-gold);
}
.con16_title, .con16_02_title, .con17_title{
    font-size: 2.6vw;
    margin-bottom: 3vw;
}
.con16_con_subtxt{
    top: -8%;
    right: 0;
    color: #fff;
    font-size: 0.9vw;
}
.con16_02_line.item1{
    left: 2%;
}
.con16_02_line.item2{
    left: 2.5%;
}
.con16_02_line.item3{
    right: 2.5%;
}
.con16_02_line.item4{
    right: 2%;
}
.con16_con{
    display: flex;
    background-color: #fff;
}
.con16_con_txt{
    text-align: center;
    padding: 0.9vw 0;
    font-size: 1vw;
    border-bottom: 1px solid #ddd;
}
.con16_con_txt.top{
    background-color: var(--main-gold2);
}
.con16_con_txt.btm{
    background-color: var(--main-gold2);
    border: none;
    font-size: 1.1vw;
}
.con16_con_txt.this{
    color: var(--main-gold2);
}
.con16_con_col.left{
    width: 11vw;
}
.con16_con_col.center{
    width: 22vw;
}
.con16_con_col.right{
    width: 11vw;
}
.con16_con_col.right .con16_con_txt.btm{
    text-align: end;
    padding-right: 2vw;
}
.con16_con_txt span {
    left: 26%;
    top: 18%;
    font-size: 1.5vw;
}
.con16_con_col.center .con16_con_txt:not(.con16_con_txt.top){
    text-align: start;
}



/* con16_02 */
.con16_02_con{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4vw;
    row-gap: 1vw;
}
.con16_02_card{
    width: 27.2091%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_02_arrow{
    width: 0.787402%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* con17 */
.con17{
    padding: 6vw 0;
}
.con17_title span{
    color: #ad8e58;
}
.con17_map{
    width: 75vw;
    height: 30vw;
    border: 1px solid #000;
}
.con17_05 {
    width: 22.0997%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2%;
    top: 6%;
}
.map_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.map{
    background-color: #fff;
    width: 87%;
    height: 33vw;
    z-index: 1;
    border: solid 1.5px #000;
    overflow: hidden;
}
.mid_map_search {
    background: white;
    overflow: hidden;
    z-index: 2;
    width: 21%;
    height: 30vw;
    left: 8%;
    border: solid 1px #000;
    border-bottom: solid 1px #000;
}
.mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.mid_map_search_top > div:nth-of-type(1){
    border-right: 1px solid #000;
}
.mid_map_search_top > div{
    color: #000;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4%;
    padding-bottom: 4%;
    font-size: 1.2vw;
    font-family: "Pretendard";
    font-weight: 500;
    cursor: pointer;
}
.on2{
    background: #f2c172;
    color: #000 !important;
    font-family: "Pretendard";
    font-weight: 700 !important;
}
.off2{
    background: #fff;
    color: #000 !important;
}
.mid_map_search_mid{
    background: #f2c172;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    width: 98%;
    height: 2.5vw;
    padding-left: 5%;
    font-family: 'Pretendard';
    font-size: 1vw;
    border-radius: 50px;
}
.mid_map_search_bottom{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 23vw;
    width: 99.5%;
}
.mid_map_search_bottom::-webkit-scrollbar {
    width: 0.5vw;  /* 세로축 스크롤바 폭 너비 */
    height: 0.5vw;  /* 가로축 스크롤바 폭 너비 */
}
.mid_map_search_bottom::-webkit-scrollbar-track {
    width: 1px;
    background-color: #00000030;
}
.mid_map_search_bottom::-webkit-scrollbar-thumb {
    background-color: #f2c172;
    position: absolute;
}
.mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #9b9b9b;
    padding: 7% 0;
    font-size: 1vw;
    cursor: pointer;
    pointer-events: all;
}
.infor_div{
    opacity: 0;
    pointer-events: none;
}
.mid_map_search_item_title{
    font-size: 1.3vw;
    font-weight: 600;
}
.mid_map_search_item_addres{
    margin-top: 4%;
    margin-bottom: 1%;
}
.map_icon{
    right: 8%;
    width: 6%;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.con18_open_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid #000;
}
/* 팝업 start */
/* 공통 */
.infor_div{
    opacity: 0;
    pointer-events: none;
}
#popup_modal {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    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: 6%;
    right: 2%;
    width: 2%;
    cursor: pointer;
    pointer-events: all;
}
/* 공통 */
/* 팝업 디자인 */
.popup_absol{
    border: 2px solid #000;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    height: 22vw;
    z-index: 5;
    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: 55%;
    height: 100%;
}
.popup_top_right_div{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
}
.popup_top_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}
.popup_top_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    height: 100%;
    /* margin: 3% -20% 0% 0%; */
}
.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%;
    border-right: 1px solid #000;
}
.infro_text_01{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1.2vw;
    color: #000;
    margin: 0% 0% 2% 11%;
}
/* 팝업 디자인 */
.popup_text_01{
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 1.3vw;
    color: #000;
    margin: 0% 0% 7% 0%;
}
.popup_text_02_div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0% 0% 4% 0%;
    margin-top: 5%;
}
.popup_text_02_text {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 1.1vw;
    color: #000;
    width: 24%;
    word-break: keep-all !important;
}
.popup_text_02 {
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1vw;
    color: #000;
    width: 75%;
    word-break: keep-all !important;
}
.popup_text_03_div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0% 0% 4% 0%;
}
.popup_text_03_text {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 1.1vw;
    color: #000;
    width: 24%;
    word-break: keep-all !important;
}
.popup_text_03{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1vw;
    color: #000;
}
.popup_text_04_div{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0% 0% 4% 0%;
}
.popup_text_04_text {
    font-family: 'Pretendard';
    font-weight: 700;
    font-size: 1.1vw;
    color: #000;
    width: 24%;
    word-break: keep-all !important;
}
.popup_text_04{
    font-family: 'Pretendard';
    font-weight: 500;
    font-size: 1vw;
    color: #000;
}
.popup_line {
    width: 100%;
    height: 0.05vw;
    /* margin: 0% 0% 7% -10%; */
    border-bottom: 1px solid #000;
}
.popup_one{
    background-color: #000;
    width: 0.7vw;
    height: 0.7vw;
    border-radius: 50vw;
    scale: 0.5;
    margin: 0% 1% 0% 0%;
}
/* 팝업 end */

/* con18 */
.con18{
    padding: 2vw;
    box-sizing: border-box;
}
.con18_con{
    width: 100%;
    height: 40vw;
    border-radius: 5vw;
    border: 1px solid #000;
    display: flex;
    overflow: hidden;
}
.con18_con_box{
    width: 50%;
    height: 100%;
}
.con18_con_box.left{
    background-color: var(--main-gold2);
}
.con18_con_txtbox{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
    top: 20%;
    left: 13%;
}
.con18_con_title{
    width: fit-content;
    font-size: 2.6vw;
}
.con18_con_txt{
    font-size: 1.2vw;
    line-height: 1.5;
}
.con18_con_txt span{
    -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: #000;
}
.con18_con_telbox{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5vw;
    cursor: pointer;
}
.con18_con_tel{
    font-size: 2.6vw;
}
.con18_03{
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.con18_04 {
    right: -12%;
    bottom: 6%;
    pointer-events: none;
}
.con18_con_box.right{
    background: url("/images/con18_bg.jpg") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con18_02{
    width: 14.442%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_03{
    width: 98.5777%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_04{
    width: 77.1335%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* form1 - start */
.form_col .dot {
    color: #fff;
    top: 23%;
    font-weight: 700;
    font-size: 1.2vw;
  }
  div.form_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.1vw;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.5vw;
  }
  .form {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "SUIT-Regular";
    gap: 1vw;
  }
  .form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: #000;
    background-color: #fff;
    padding-left: 1vw;
  }
  .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,
  .form_input_06 {
    width: 70%;
  }
  .form_input_06 {
    /* width: 70%; */
    height: 100%;
    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: #f5c471;
    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: 0.8vw;
    height: 0.8vw;
    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: #f5c471;
    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: 0.5vw;
  }
  .form_check_name_05,
  .form_check_name_06 {
    margin-right: 4vw;
    font-size: 1.1vw;
  }
  .form_agree_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    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;
    color: #000;
    background-color: #f5c471;
    padding: 1vw 0;
    font-size: 1.3vw;
  }
  .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 */
  