* {
    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 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;
    }
}
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-Light';
    font-weight: 300;
    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;
}
.sebold {
    font-weight: 600;
}
.medium {
    font-weight: 500;
}
.regular {
    font-weight: 400;
}
.flight {
    font-weight: 200;
}
.thin {
    font-weight: 100;
}
.animate-blk {
    animation: blk 1s infinite ease-in-out;
}
.scaleOpa {
    animation: scaleOpa infinite 2s;
}
.scaleOpa2 {
    animation: scaleOpa2 infinite 2s;
}
.light {
    animation: light infinite 5s;
}
.rotate_img {
    animation: rotate_image 10s infinite linear;
}
.white {
    color: white;
}
.txct {
    text-align: center;
}
.lh {
    line-height: 1.5;
}
/* reveal 대신 사용 start */
/* 왼쪽부터 나타나기 */
.clip_off02 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 0.8s;
}
/* 가운데에서 나타나기 */
.clip_off {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: all 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}
/* reveal 대신 사용 end */
.absol_cover {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.max_width {
    width: unset !important;
    max-width: 101%;
}
.back_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/* image_sd */
.image_sd_wrap {
    padding: 0.5vw 0;
    overflow: hidden;
}
.image_sd {
    animation: marqueeX 20s infinite linear;
}
.image_sd .absol {
    left: 100%;
}
.image_sd_r {
    animation: marqueeX_r 20s infinite linear;
}
.image_sd_r .absol {
    right: 100%;
}
/* image_sd end */
/* y_slide start */
.slide_y_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide_y {
    height: 100%;
    animation: marqueeY 20s infinite linear;
}
.slide_y img {
    width: unset !important;
    height: 100%;
}
.slide_y img.absol {
    top: 100%;
}
.slide_y_r {
    height: 100%;
    animation: marqueeY_r 20s infinite linear;
}
.slide_y_r img {
    width: unset !important;
    height: 100%;
}
.slide_y_r img.absol {
    bottom: 100%;
}
/* y_slide end */
/* swiper-arr */
.btn_arr {
    z-index: 2;
    cursor: pointer;
}
.arr_next {
    transform: rotate(180deg);
}
/* swiper-arr */
iframe {
    width: 100%;
    height: 100%;
    /* pointer-events: none; */
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 퍼블시작 */




:root{
    --main-orange: #ff8d00;
    --main-red: #ff3333;
    --main-yellow: #ffd919;
}
.orange{
    color: #ff8d00;
    /* color: #00000002; */
}
.red{
    color: #ff3333;
}
.yellow{
    color: #ffd919;
}
.white{
    color: #fff;
}
.bold{
    font-family: 'SUIT-Bold';
}
.jalnan{
    font-family: 'JalnanGothic';
}
.sub{
    font-size: 1.35vw;
    margin-bottom: 0.8vw;
}
.title{
    font-size: 2.8vw;
    line-height: 1.3;
}





.intro{
    background-color: var(--main-yellow);
    height: 48vw;
    z-index: 999;
}
.intro_05{
    width: 8.60892%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.intro_06 {
    width: 43.1784%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
    left: 30%;
    z-index: -1;
}
.intro_title{
    width: 35%;
    text-align: center;
    line-height: 1.3;
    font-size: 3.5vw;
    margin-bottom: 2vw;
    z-index: 1;
}
.intro_txt{
    text-align: center;
    line-height: 1.5;
    font-size: 1.1vw;
}
.swiper_intro_left{
    width: 30%;
    height: 100%;
    left: 0%;
    top: 0;
}
.swiper_intro_right{
    width: 30%;
    height: 100%;
    right: 0%;
    top: 0;
}
.left_01 {
    width: 59.1426%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5vw;
}
.left_02 {
    width: 70.3412%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0vw;
}
.left_03 {
    width: 75.2406%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3vw;
    margin-bottom: 3vw;
}
.left_04 {
    width: 61.4173%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
}
.left_05 {
    width: 67.0166%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0vw;
}
.left_06 {
    width: 63.5171%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
}
.right_01 {
    width: 63.5171%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3vw;
}
.right_02 {
    width: 61.4173%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0vw;
}
.right_03 {
    width: 67.0166%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3vw;
    margin-bottom: -1vw;
}
.right_04 {
    width: 59.1426%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
}
.right_05 {
    width: 61.4173%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0vw;
}
.right_06 {
    width: 70.3412%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3vw;
}
.intro_01 {
    width: 14.121%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18%;
    top: 11%;
    z-index: 5;
}
.intro_02 {
    width: 12.6509%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 18%;
    top: 13%;
    z-index: 5;
}
.intro_03 {
    width: 15.906%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18%;
    bottom: 6%;
    z-index: 5;
}
.intro_04 {
    width: 14.4357%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 14%;
    bottom: 11%;
    z-index: 5;
}




.intro2{
    height: 48vw;
    background-color: #000;
    display: flex;
    flex-direction: row;
    z-index: 999;
}
.intro_08{
    width: 26.7717%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    /* pointer-events: none; */
}
.intro_morebtn{
    font-size: 1vw;
    border-bottom: 1px solid #000;
    bottom: 12%;
    line-height: 1;
}
.intro2_conbox{
    width: 50%;
    height: 100%;
    filter: brightness(0.4);
    transition: 0.3s;
    cursor: pointer;
}
.intro2_videobox{
    width: 100%;
    height: 100%;
}
.intro2_conbox:hover{
    filter: brightness(1);
}
.intro_07_1  {
    width: 43.4646%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro_07_1_in  {
    width: 100.062%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con01{
    padding: 6vw 0 7vw 0;
    background: url("/images/con01_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
.con01_title{
    margin-bottom: 4vw;
}
.con01_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.con01_circle{
    width: 20.5249%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -1.5vw;
}
.con01_05{
    width: 92.3885%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}
.con01_06 {
    width: 6.71916%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 27%;
    top: -11%;
}
.con01_07 {
    width: 11.1811%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: -14%;
}




.con02{
    background-color: var(--main-yellow);
    padding: 8vw 0;
}
.con02_con{
    width: 80%;
}
.con02_title{
    width: 100%;
    margin-bottom: 2vw;
    z-index: 1;
}
.con02_txt{
    font-size: 1.1vw;
    line-height: 1.5;
}
.con02_txt.item1{
    margin-bottom: 1.5vw;
}
.con02_02{
    width: 12.1391%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1%;
    left: -0.5%;
    z-index: -1;
}
.con02_01{
    width: 50.6562%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -4%;
    top: -8.9%;
}




.con03_con{
    height: 46vw;
}
.con03_con_left{
    width: 50%;
    height: 100%;
    background: url("/images/con03_bg.jpg") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.con03_con_left_in{
    width: 55%;
}
.con03_title{
    margin-bottom: 1vw;
}
.con03_sub{
    font-size: 1.2vw;
    line-height: 1.3;
}
.con03_con_right{
    width: 50%;
    height: 100%;
    /* overflow: scroll; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.con03_con_right_in{
    width: 68%;
    top: 0;
    padding: 4vw 0;
    flex-direction: column;
}
.con03_con_right_box {
    width: 100%;
    padding: 4vw 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.con03_con_right_box:last-child{
    border: none;
}
.con03_num{
    width: 9.72375%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con03_box_title{
    font-size: 1.4vw;
    margin-bottom: 1.5vw;
}
.con03_box_txt{
    font-size: 0.9vw;
    line-height: 1.5;
}
.con03_con_img{
    width: 25.7716%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4vw;
    right: 0;
}
.con03_03_3 {
    width: 53.9933%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -26%;
    bottom: -14%;
}
.con03_04_3 {
    width: 32.9959%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    top: -4%;
}
.con03_04_3 img{
    animation: ddm_m 1.6s infinite;
}
.con03_04_4 {
    width: 8.30721%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 19%;
    bottom: 8%;
}





.con04{
    padding: 5vw 0 14vw 0;
    background: url("/images/con04_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con04_title{
    margin-bottom: 1.2vw;
}
.con04_videobox, .con05_videobox {
    width: 41vw;
    height: 23vw;
    border-radius: 1vw;
    overflow: hidden;
    border: 1px solid #000;
}
.con04_videobox iframe{
    pointer-events: all;
}
.con04_0{
    width: 5.51181%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con04_01 {
    width: 17.4278%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5.8%;
    bottom: 0%;
}
.con04_02 {
    width: 24.147%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 7%;
}
.con04_03 {
    width: 3.83202%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 22%;
    bottom: 23%;
}
.con04_04 {
    width: 3.46457%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 30%;
    bottom: 11%;
}
.con04_05 {
    width: 3.2021%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 32%;
    bottom: 16%;
}
.con04_06 {
    width: 2.83465%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 26%;
    bottom: 13%;
}
.con04_07 {
    width: 3.62205%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 22.4%;
    bottom: 29%;
}
.con04_bg_1{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 5;
}





.con05{
    padding: 6vw 0;
    background: url("/images/con05_bg.jpg") no-repeat;
    background-size: cover;
}
.con05_title{
    margin-bottom: 1.5vw;
    z-index: 1;
}
.swiper_con05{
    width: 100%;
}
.con05_03{
    width: 4.04199%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    bottom: 36%;
}
.con05_04{
    width: 108.735%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0%;
    left: -5%;
    z-index: -1;
}
.swiper_con05_prev{
    left: 27%;
    transform: rotate(180deg);
}
.swiper_con05_next{
    right: 27%;
}
.con05_01{
    width: 23.1496%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
    left: 0;
}
.con05_02{
    width: 29.0289%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
}





.con06{
    padding: 5vw 0;
}
.con06_title{
    margin-bottom: 1.5vw;
}
.con06_con_btn_line{
    pointer-events: none;
}
.con06_txt{
    font-size: 1.1vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2.5vw;
}
.con06_con{
    width: 75%;
    z-index: 1;
    background-color: #fff;
    border-radius: 1.4vw;
}
.con06_con_box{
    width: 100%;
    display: flex;
    opacity: 0;
    visibility: hidden;
    top: 0;
    transition: 0.3s;
    background-color: #fff;
    border-radius: 1.4vw;
    border: 1px solid #000;
    overflow: hidden;
}
.con06_con_box.on{
    opacity: 1;
    visibility: visible;
}
.con06_con_left{
    width: 50%;
}
.con06_01_5{
    width: 11.9048%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4%;
    bottom: 7%;
}
.con06_con_left.item1{
    background: url("/images/con06_01_1.jpg") no-repeat;
    background-size: cover;
}
.con06_con_left.item2{
    background: url("/images/con06_02_1.jpg") no-repeat;
    background-size: cover;
}
.con06_con_left.item3{
    background: url("/images/con06_03_1.jpg") no-repeat;
    background-size: cover;
}
.con06_con_left.item4{
    background: url("/images/con06_04_1.jpg") no-repeat;
    background-size: cover;
}
.con06_con_left.item5{
    background-color: #FFF9E1;
}
.con06_con_right{
    width: 50%;
    padding: 7vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con06_con_right_in{
    width: 60%;
}
.con06_con_title{
    font-size: 1.5vw;
    margin-bottom: 1vw;
}
.con06_con_txt{
    line-height: 1.5;
    font-size: 1vw;
}
.con06_con_tagwrap{
    width: 100%;
    display: flex;
    gap: 0.5vw;
    padding: 1.5vw 0;
    margin-left: 2vw;
}
.swiper_con06{
    width: 100%;
}
.con06_con_btnwrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5vw;
    background-color: #eee;
    z-index: 5;
    left: 53%;
    padding: 1.5vw 1.2vw;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.con06_con_btnwrap p{
    font-size: 0.9vw;
    font-family: 'SUIT-Medium';
    color: #adadad;

}
.con06_con_btn{
    transition: 0.2s;
    cursor: pointer;
}
.con06_con_btn:hover{
    color: #000;
}
.con06_con_btn.on{
    color: #000;
    font-family: 'SUIT-Bold';
}
.con06_01_2{
    width: 18.4874%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_01_3{
    width: 21.9888%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_01_4{
    width: 28.2913%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_02_2{
    width: 21.4286%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_02_3{
    width: 22.1289%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_03_2{
    width: 18.4874%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_03_3{
    width: 18.9076%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_03_4{
    width: 18.9076%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_04_2{
    width: 18.4874%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_04_3{
    width: 24.7899%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_05_1{
    width: 21.4286%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_05_2{
    width: 25.07%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_05_4{
    width: 89.916%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_bg{
    width: 102.152%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: -1;
}
.con06_con_shadow{
    width: 100%;
    height: 100%;
    background-color: #000;
    bottom: -2%;

    border-radius: 1.4vw;
}
.con06_con_shadow.black{
    background-color: #000;
    z-index: -2;
}
.con06_con_shadow.white{
    background-color: #fff;
    z-index: -1;
    top: 0;
    border: none;
}




.con07{
    padding: 1vw 0;
    background-color: var(--main-yellow);
}
.con07_container{
    width: 98% !important;
    padding: 5vw 0;
    background: url("/images/con07_bg.jpg") no-repeat;
    background-size: cover;
    border-radius: 2vw;
}
.con07_title{
    text-align: center;
    margin-bottom: 3vw;
    line-height: 1.3;
}
.con07_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3vw;
}
.con07_01 {
    width: 25.1131%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -2%;
    top: 21%;
}
.con07_02{
    width: 23.0769%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0.5%;
    bottom: 14%;
}
.con07_03{
    width: 60.6335%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -24%;
}
.con07_04_1 {
    width: 24.0493%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_con_circle{
    width: 23vw;
    height: 23vw;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #000;
    overflow: hidden;
}
.con07_con_circle_txtbox{
    text-align: center;
}
.con07_circle_txt{
    font-size: 1.6vw;
}
.con07_circle_txt span{
    font-size: 2.5vw;
}
.con07_con_circle.item1{
    background-color: #fff;
    gap: 2vw;
}
.con07_con_circle.item2{
    background-color: var(--main-yellow);
}
.con07_circle_title{
    top: 15%;
    font-size: 1.2vw;
    font-family: 'SUIT-Medium';
    margin-bottom: 1vw;
}
.con07_circle_title2{
    font-size: 1.4vw;
    font-family: 'SUIT-Medium';
    margin-bottom: 1.5vw;
}
.con07_circle_txt2{
    font-size: 3vw;
    margin-bottom: 4.5vw;
}
.con07_circle_txt2 span{
    font-size: 4.8vw;
}
.con07_con_circle_line{
    width: 68%;
    height: 1px;
    background-color: #000;
}
.con07_04_1_subtxt{
    top: -8%;
    right: 0;
    font-size: 0.9vw;
}
.con07_04_1_txt {
    bottom: 6%;
    right: 11%;
    font-size: 1.2vw;
}




.con08{
    background-color: var(--main-yellow);
    padding: 5vw 0;
}
.con08_title{
    margin-bottom: 3vw;
}
.con08_con{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    padding: 2.5vw 0;
}
.con08_btn{
    background-color: #fff;
    border-radius: 0.5vw;
    border: 1px solid #000;
    padding: 1.3vw 2vw;
    color: #ccc;
    transition: 0.3s;
    cursor: pointer;
}
.con08_btn.on{
    background-color: #000;
    color: var(--main-yellow);
}
.con08_btn:hover{
    background-color: #000;
    color: var(--main-yellow);
}
.con08_btn_title{
    font-size: 1.2vw;
    margin-bottom: 0.3vw;
}
.con08_btn_txt{
    font-size: 1vw;
}
.con08_con_wrap{
    width: 80%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 0.5vw;
    z-index: 1;
}
.con08_con_box{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0.5vw;
    border: 1px solid #000;
    padding: 4vw 0;
    box-sizing: border-box;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.con08_con_box.on{
    opacity: 1;
    visibility: visible;
}
.con08_con_box_in{
    width: 85%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.con08_con_box_txtwrap{
    width: 100%;

}
.con08_con_box_title{
    font-size: 1.5vw;
    line-height: 1.3;
    margin-bottom: 1vw;
}
.con08_con_box_txt{
    font-size: 1vw;
    line-height: 1.5;
}
.con08_01_2 {
    width: 22.9108%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30%;
    right: 29%;
    z-index: 1;
}
.con08_01_3{
    width: 23.662%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    right: 5%;
    z-index: 1;
}
.con08_01_4 {
    width: 24.7887%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    right: 6%;
    z-index: 1;
}
.con08_01_2 img{
    animation: ddm_m 1.8s infinite;
}
.con08_01_3 img{
    animation: ddm_m 1.8s 0.5s infinite;
}
.con08_01_4 img{
    animation: ddm_m 1.8s 1s infinite;
}

.con08_02_2 img{
    animation: ddm_m 1.8s infinite;
}
.con08_02_3 img{
    animation: ddm_m 1.8s 0.5s infinite;
}
.con08_02_4 img{
    animation: ddm_m 1.8s 1s infinite;
}

.con08_03_2 img{
    animation: ddm_m 1.8s infinite;
}
.con08_03_3 img{
    animation: ddm_m 1.8s 0.5s infinite;
}
.con08_03_4 img{
    animation: ddm_m 1.8s 1s infinite;
}
.con08_01_5{
    width: 38.3099%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    right: 0%;
}
.con08_02_2{
    width: 22.4413%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12%;
    right: 6%;
    z-index: 1;
}
.con08_02_3 {
    width: 16.338%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 13%;
    right: 6%;
    z-index: 1;
}
.con08_02_4 {
    width: 24.6948%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 35%;
    right: 28%;
    z-index: 1;
}
.con08_02_5 {
    width: 23.5681%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
    right: 9%;
}
.con08_type{
    width: 14.1436%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_03_2 {
    width: 26.2911%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17%;
    right: 22%;
    z-index: 1;
}
.con08_03_3 {
    width: 18.7793%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 38%;
    right: 4%;
    z-index: 1;
}
.con08_03_4 {
    width: 24.1315%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 14%;
    right: 9%;
    z-index: 1;
}
.con08_03_5 {
    width: 45.3521%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0
}
.con08_con_wrap_bg{
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0.5vw;
    border: 1px solid #000;
}
.con08_con_wrap_bg.item1{
    top: 0.2vw;
    left: 0.2vw;
    z-index: -1;
    background-color: var(--main-yellow);
}
.con08_con_wrap_bg.item2{
    top: 0.5vw;
    left: 0.5vw;
    z-index: -2;
}




.con09{
    padding: 7vw 0;
}
.con09_title{
    width: 100%;
    text-align: center;
    margin-bottom: 2vw;
    font-size: 2.6vw;
}
.con09_txt{
    font-size: 1.1vw;
    text-align: center;
    line-height: 1.5;
}
.con09_txt.item1{
    margin-bottom: 1.5vw;
}
.con09_05{
    width: 18.9501%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    bottom: 1%;
    left: 40.5%;
}
.con09_con{
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.con09_con_boxwrap{
    width: 50%;
    display: flex;
    gap: 0.8vw;
}
.con09_con_boxwrap.item2{
    justify-content: end;
}
.con09_con_box{
    width: 32.3221%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con10{
    padding: 5vw 0;
    background-color: var(--main-yellow);
}
.con10_title{
    text-align: center;
    line-height: 1.3;
    margin-bottom: 1vw;
}
.con10_txt{
    text-align: center;
    line-height: 1.5;
    font-size: 1.1vw;
    margin-bottom: 3vw;
}
.con10_con{
    width: 100%;
    display: flex;
}
.swiper_con10{
    width: 100%;
}
.con10_slide{
    width: 92.1986%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_slide img{
    border-radius: 2.4vw;
    border: 1px solid #000;
}
.con10_con_videobox{
    width: 41.6%;
    height: 100%;
    z-index: 5;
    /* background-color: var(--main-yellow); */
    padding: 0 2.5vw;
}
.con10_con_videobox_bg{
    width: 50%;
    height: 100%;
    background-color: var(--main-yellow);
    left: 0;
    top: 0;
    z-index: -1;
}
.con10_con_videobox iframe{
    border-radius: 2.4vw;
    border: 1px solid #000;
    pointer-events: none;
}
.swiper_con10_btm{
    width: 100%;
    bottom: 0;
    background-color: #000;
    padding: 0.8vw 0;
}
.con10_07{
    width: 100.202%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_01 {
    width: 10.9711%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 9%;
    left: 23%;
}
.con10_02{
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    right: 26%;
}




.con11{
    padding: 5vw 0 0 0;
}
.con11_title{
    margin-bottom: 1.5vw;
}
.con11_txt{
    text-align: center;
    line-height: 1.5;
    font-size: 1.1vw;
    margin-bottom: 3vw;
}
.con11_con{
    width: 100%;
    height: 28vw;
    display: flex;
}
.con11_con_wrap{
    width: 100%;
    display: flex;
}

.con11_con_titlebox{
    width: 22vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-orange);
    border: 1px solid #000;
}
.con11_con_txtbox{
    position: relative;
    width: 0%;
    height: 100%;
    padding: 3vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* opacity: 0; */
    visibility: hidden;
    transition: 0.5s;
    box-sizing: border-box;
    background-color: #000;
}
.con11_con_txtbox.on{
    width: 100%;
    opacity: 1;
    visibility: visible;
}
.con11_con_txtbox_in{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 8vw;
}
.con11_con_tagwrap{
    width: 40vw;
    display: flex;
    gap: 1vw;
    margin-bottom: 1vw;
}
.con11_con_txtbox_title{
    font-size: 1.6vw;
    margin-bottom: 1.5vw;
    font-family: 'SUIT-ExtraBold';
    white-space: nowrap;
}
.con11_con_txtbox_txt{
    font-size: 1vw;
    line-height: 1.5;
    white-space: nowrap;
}
.con11_02_1 {
    width: 51.8771%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_01_1 {
    width: 47.7816%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_01_3 {
    width: 24.349%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_01_4 {
    width: 29.8177%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_02_3 {
    width: 28.9062%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_02_4 {
    width: 24.0885%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_con_txtbox_bg{
    width: 100%;
    height: 100%;
    filter: brightness(0.4);
    overflow: hidden;
}
.con11_con_txtbox_bg  video{
    transform: scale(1.1);
}
.con11_01_5{
    right: 0;
    bottom: 0;
    width: 21.615vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
}
.con11_con_txtbox.on .con11_01_5{
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
}
.con11_con_titlebox_char{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.con11_con_titlebox_char img{
    animation: shakeTwice 2s infinite;
}
.con11_con_titlebox.on .con11_con_titlebox_char{
    opacity: 1;
    visibility: visible;
    z-index: 5;
}
.con11_02_2{
    width: 34.589%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: -5%;
}
.con11_01_2{
    width: 38.3562%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    right: -5%;
}






.con12{
    padding: 5vw 0;
}
.con12_title{
    margin-bottom: 2vw;
}
.con12_con{
    width: 100%;
}
.con12_con_in{
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: translateY(4vw);
    top: 0;
}
.con12_con_in.on{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.con12_btnwrap{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1vw;
}
.con12_btn{
    width: 12vw;
    text-align: center;
    font-size: 1vw;
    padding: 0.8vw 0;
    border: 1px solid #000;
    border-radius: 100px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
}
.con12_02{
    width: 3.62205%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 33%;
    top: 28%;
}
.con12_01 {
    width: 20.4348%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -11%;
    left: -6%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: 0.3s;
}
.con12_btn.on{
    background-color: var(--main-orange);
    font-family: 'SUIT-Bold';
}
.con12_btn.on .con12_01{
    opacity: 1;
    visibility: visible;
    transform: translateY(0%)
}
.con12_con_btm{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 6vw;
}
.con12_con_btm_img {
    width: 10.3412%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_05_3{
    width: 10.8661%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_03{
    width: 21.0499%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    bottom: -6%;
}
.con12_04{
    width: 27.4016%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 4%;
}











.flip_clock01 {
    padding: 3% 0 2.5% 0 !important;
}
.flip_clock01 {
    width: 100% !important;
    margin: 0 !important;
}
.flip-clock-wrapper {
    justify-content: center !important;
}
.flip-clock-wrapper ul li a div .shadow {
    border-radius: 0.6vw !important;
}
.flip-clock-wrapper ul li a div.up {
    border-radius: 0.6vw 0.6vw 0 0 !important;
}
.flip-clock-wrapper ul li a div div.inn {
    font-family: 'SUIT-Bold' !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 3.3vw !important;
    border-radius: 0.6vw !important;
}
.flip-clock-wrapper ul li a div.up:after {
    display: none !important;
}
.flip-clock-wrapper {
    gap: 0.5vw;
}
.flip-clock-wrapper ul {
    width: 9% !important;
    height: 5vw !important;
}
.flip-clock-dot {
    width: 0.5vw !important;
    height: 0.5vw !important;
    background: #000 !important;
    left: 7px;
}
.flip-clock-divider {
    width: 0.5vw !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
}
.flip-clock-dot {
    left: 0 !important;
}






.con13{
    padding: 5vw 0;
    background: url("/images/con13_bg.jpg") no-repeat;
    background-size: cover;
}
.con13_title{
    width: 100%;
    text-align: center;
    z-index: 1;
    margin-bottom: 2vw;
}
.con13_01 {
    width: 18.9501%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5%;
    left: 44.5%;
    z-index: -1;
}
.con13_txt{
    font-size: 1.1vw;
    margin-bottom: 2vw;
}
.con13_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.5vw;
    margin-bottom: 8vw;
}
.con13_con_box{
    width: 17.9003%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con13_2_title{
    font-size: 2.2vw;
    margin-bottom: 1.5vw;
}
.con13_2_sinho_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    margin-bottom: 3vw;
}
.con13_2_sinho{
    width: 15.5vw;
    padding: 0.8vw 0;
    border: 1px solid #000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: 0.3s;
}
.con13_2_sinho.on{
    background-color: var(--main-yellow);
}
.con13_07 {
    width: 65.7718%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_08 {
    width: 55.0336%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -0.25vw;
}
.con13_09 {
    width: 71.8121%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper_con13{
    width: 100%;
}
.con13_slide{
    width: 90.0735%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con13_left{
    width: 4vw;
    height: 100%;
    background-color: var(--main-yellow);
    left: 0;
    z-index: 5;
}
.swiper_con13_right{
    width: 4vw;
    height: 100%;
    background-color: var(--main-yellow);
    right: 0;
    z-index: 5;
}
.swiper_con13_right img{
    transform: rotate(180deg);
}
.con13_06 {
    width: 42.8571%;
    display: flex;
    justify-content: center;
    align-items: center;
}






.con14{
    height: 46vw;
}
.con14_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 5;
    /* display: none; */
}
.con14_bg_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
@keyframes shakeTwice_step {
    0%   { transform: rotate(0); }
    50%  { transform: rotate(3deg); }
    100% { transform: rotate(0); }
  }
  
.con14_stag img {
    animation: shakeTwice_step 0.8s steps(1, end) infinite;
}

.con14_con_box{
    width: 20%;
    height: 100%;
}
.con14_con_box.item1{
    background: url("/images/con14_01.png") no-repeat;
    background-size: cover;
}
.con14_con_box.item2{
    background: url("/images/con14_02.png") no-repeat;
    background-size: cover;
}
.con14_con_box.item3{
    background: url("/images/con14_03.png") no-repeat;
    background-size: cover;
}
.con14_con_box.item4{
    background: url("/images/con14_04.png") no-repeat;
    background-size: cover;
}
.con14_con_box.item5{
    background: url("/images/con14_05.png") no-repeat;
    background-size: cover;
}
.con14_con_box_yellowbox{
    width: 19.95%;
    height: 100%;
    background-color: var(--main-yellow);
    /* transform: translateY(100%); */
}
.con14_title{
    text-align: center;
    margin-bottom: 2vw;
    font-size: 2.5vw;
}
.con14_txt{
    font-size: 1.2vw;
    line-height: 1.5;
    text-align: center;
}
.con14_06 {
    width: 7.50656%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 13%;
    left: 29%;
}
.con14_07 {
    width: 7.92651%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 38%;
    left: 21%;
}
.con14_08 {
    width: 7.71654%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 56%;
    left: 29%;
}
.con14_09 {
    width: 7.1916%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 13%;
    right: 32%;
}
.con14_10 {
    width: 8.7664%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30%;
    right: 21%;
}
.con14_11 {
    width: 7.1916%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 55%;
    right: 30%;
}





.con15{
    padding: 5vw 0;
    background: url("/images/con15_bg.jpg") no-repeat;
    background-size: cover;
}
.con15_title{
    margin-bottom: 1.5vw;
}
.con15_txt{
    font-size: 1.1vw;
    margin-bottom: 2.5vw;
}
.con15_btnwrap {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.6vw;
    margin-bottom: 2vw;
}
.con15_btn {
    width: 11vw;
    text-align: center;
    font-size: 1vw;
    padding: 0.8vw 0;
    border: 1px solid #000;
    border-radius: 100px;
    cursor: pointer;
    overflow: hidden;
    transition: 0.3s;
    background-color: #fff;
}
.con15_btn.on{
    background-color: var(--main-yellow);
    font-family: 'SUIT-Bold';
}
.con15_01 {
    width: 18.4834%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -11%;
    left: -4%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: 0.3s;
}
.con15_01 img{
    animation: shakeTwice 2s infinite;
}
.con15_btn.on .con15_01 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}
.swiper_con15_wrap{
    width: 70%;
    background-color: #fff;
    border-radius: 1.5vw;
    border: 1px solid #000;
    /* padding: 0 2vw; */
    z-index: 4;
}
.swiper_con15{
    width: 93%;
    top: 0;
    padding: 2.5vw 0 2vw 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.swiper_con15.absol{
    left: 50%;
    transform: translate(-50%);
}
.con15_slide{
    width: 15.5vw;
}
.swiper_con15.on{
    opacity: 1;
    visibility: visible;
}
.con15_slide_img{
    width: 100% !important;
    height: 13vw;
    border-radius: 1vw;
    border: 1px solid #000;
    overflow: hidden;
    margin-bottom: 1vw;
}
.con15_slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.con15_slide_title{
    width: 100%;
    text-align: center;
    font-family: 'SUIT-SemiBold';
    font-size: 1vw;
}
.con15_04{
    width: 5.70057%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    cursor: pointer;
    top: 40%;
}
.swiper_con15_prev{
    left: -2.5%;
}
.swiper_con15_next{
    right: -2.5%;
    transform: rotate(180deg);
}
.con15_02{
    width: 15.0656%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    bottom: 5%;
}
.con15_03{
    width: 26.1417%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: -5%;
}





.con16{
    padding: 6vw 0;
    background-color: var(--main-orange);
}
.con16_title{
    text-align: center;
    margin-bottom: 3vw;
}
.con16_line{
    width: 98%;
    height: 92%;
    background: url("/images/con16_bg.jpg") no-repeat;
    background-size: cover;
    border-radius: 2vw;
}
.con16_01 img{
    animation: ddm_m 1.8s infinite;
}
.con16_02 img{
    animation: ddm_m 1.8s 1s infinite;
}
.con16_03 img{
    animation: ddm_m 1.8s 1.5s infinite;
}
.con16_04 img{
    animation: ddm_m 1.8s 0.5s infinite;
}
.con16_01 {
    width: 14.5932%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
    top: 1%;
}
.con16_02 {
    width: 16.9029%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 17%;
    top: 12%;
}
.con16_03 {
    width: 11.0236%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    top: 1%;
}
.con16_04 {
    width: 17.6903%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15%;
    top: 13%;
}
.swiper_con16{
    width: 100%;
    height: 25vw;
}
.swiper_con16_slide{
    width: 95.5882%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 1vw;
    overflow: hidden;
}
.swiper_con16_btn{
    width: 3.9895%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    top: 60%;
}
.swiper_con16_prev{
    left: 39%;
}
.swiper_con16_next{
    right: 39%;
    transform: rotate(180deg);
}




.con17 {
    overflow: hidden;
}
.con17_videobox{
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: brightness(0.4);
}
.con17_videobox  video{
    transform: scale(1.1);
}
.con17_container{
    height: 46vw;
}
.con17_title{
    text-align: center;
}
.con17_2{
    background-color: var(--main-yellow);
    padding: 6vw 0 4vw 0;
}
.con17_2_con{
    width: 34%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 0.6vw;
    background-color: var(--main-yellow);
    left: 0%;
    top: 0;
    z-index: 5;
    padding-right: 4vw;
    padding-bottom: 3vw;
    box-sizing: border-box;
}
.con17_2_sinho{
    width: 21vw;
    text-align: center;
    font-size: 1vw;
    padding: 0.8vw 0;
    background-color: #fff;
    border-radius: 100px;
    border: 1px solid #000;
    transition: 0.3s;
}
.con17_2_sinho.on{
    background-color: #000;
    color: var(--main-yellow);
}
.swiper_con17{
    width: 100%;
}
.swiper_con17 img{
    border: 1px solid #000;
}
/* .swiper_con17 .swiper-slide {
    width: auto !important;
  } */
  .con17_01 {
    width: 5.72178%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 31%;
    top: 6%;
    z-index: 5;
}
.con17_02 {
    width: 7.13911%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 11%;
    bottom: 19%;
    z-index: 5;
}
.swiper_con17_slide1{
    width: 99.6169%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con17_slide2{
    width: 99.6403%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con17_slide3 {
    width: 99.6169%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con17_slide4 {
    width: 99.6403%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con17_slide5 {
    width: 99.6071%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con17_slide6 {
    width: 99.569%;
    height: 22vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.swiper_con17_slide6 img {
    height: 100%;
    object-fit: cover;
}
.swiper_con17_slide7 {
    width: 99.6169%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con17_slide8 {
    width: 99.6644%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con17_slide9 {
    width: 99.4652%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con17_btm{
    width: 100%;
    bottom: 0;
    background-color: #000;
    padding: 0.8vw 0;
    z-index: 5;
}
.con17_03 {
    width: 98.9526%;
    display: flex;
    justify-content: center;
    align-items: center;
}







/* 규남 start */
b {
    font-family: 'SUIT-Bold';
}
.con181920 {
    background-image: url(/images/con18_bg.jpg);
}
.con1819 {
    padding-top: 5vw;
}
.con1819_main {
    width: 81.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 2vw;
}
.con18_01 {
    width: 15.9691%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.2vw;
    margin-bottom: 3vw;
}
.con18_title {
    margin-bottom: 1.5vw;
}
.con18_top_tt {
    font-size: 1.05vw;
    margin-bottom: 2vw;
}
.con18_07 {
    width: 72.3117%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_08 {
    width: 49.169%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    top: 19%;
}
.con18_08_back{
    width: 100%;
    animation: blk 1.3s infinite;
}
.con18_row_wrap {
    width: 71.4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 0.5vw;
}
.con18_row {
    width: 31%;
    height: 5vw;
    border: 1px solid #000;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;    
    background-color: #fff;
    overflow: hidden;
    transition: background 0.3s;
}
.con18_04 {
    width: 43.0233%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_05 {
    width: 34.3023%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_06 {
    width: 34.0116%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_02 {
    width: 19.186%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1.5%;
    top: -14%;
    transform: translate(-90%, -76%);
    transition: transform 0.3s;
}
.con18_03 {
    width: 20.0581%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1.95%;
    bottom: -22%;
    transform: translate(90%, 61%);  
    transition: transform 0.3s; 
}
.con18_row.con18_change {
    background-color: var(--main-yellow);
}
.con18_row.con18_change .con18_02 ,
.con18_row.con18_change .con18_03 {
    transform: translate(0%, 0%);
}
.con19 ,.con20 {
    padding-top: 7vw;
    padding-bottom: 5vw;
}
.con19_title,.con20_title {
    margin-bottom: 3.5vw;
}
.con19_row_wrap {
    flex-wrap: wrap;
    gap: 1vw 1.7vw;
}
.con19_row {
    width: 26.28%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_07 {
    width: 6.12745%;
    display: flex;
    justify-content: center;
    align-items: center;    
    left: 101%;
}
.con19_row:nth-child(3n) .con19_07 {
    display: none;
}
.con18_09 {
    width: 36.7675%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -26.5%;
    bottom: 25%;
}
.con18_09 img{
    animation: shakeTwices 2s infinite;
}
.con18_10 img{
    animation: shakeTwices 2s 1s infinite;
}
.con18_10 {
    width: 34.7714%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -22%;
    bottom: 5%;
}





.con21 {
    background-color: var(--main-yellow);
    padding-top: 1vw;
}
.con21_main {
    width: 98.6352%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/images/con21_bg.jpg);
    border-radius: 3vw 3vw 0 0;
    gap: 18vw;
    padding-top: 6vw;
    padding-bottom: 5vw;
}
.con21_left {
    width: 19.4785%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    white-space: nowrap;
    font-size: 1.05vw;
    margin-top: -2vw;
}
.con21_01 {
    cursor: pointer;
    overflow: hidden;
}
.con21_left_tt01 {
    margin-bottom: 1vw;
}
.con21_left_tt02 {
    margin-bottom: 2vw;
}
.con21_left_tt03 {
    line-height: 1.5;
    margin-bottom: 1.5vw;
}


/* form1 - start */

div.form_wrap {
    width: 32.8125vw;
    height: 27.0833vw;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    background-color: white;
    padding: 3vw 3vw 2vw;
    border-radius: 2.5vw;
}

.form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3vw;
}

.form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
}

.form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #00000031;
    box-sizing: border-box;
    padding-left: 1vw;
}

.form label {
    white-space: nowrap;
}

.form_input_box>label {
    font-size: 1vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    font-family: 'SUIT-Regular';
}

.form_input_01,
.form_input_02,
.form_input_03,
.form_input_04,
.form_input_05 {
    width: 70%;
        font-family: 'SUIT-Medium';
}

.form_input_06 {
    width: 74%;
    height: 100%;
    margin-right: 0%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(/images/con20_01.png) no-repeat;
    background-size: 4%;
    background-position: 97%;
    cursor: pointer;
    border: none;
    font-family: 'SUIT-Medium';
}


.form_check_wrap {
    width: 70%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
}

.form_check_wrap01 {
    gap: 0.5vw; 
}

.agree_text {
    color: #000;
    cursor: pointer;
}
.form_agree02 {
    color: #000;
    font-weight: 700;
    text-decoration: underline #000;
    cursor: pointer;
}

.form_check_wrap01 input {
    width: 1vw;
    height: 1vw;
    outline: 1px solid #000;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;    
}
.form_check_name_05 {
    margin-right: 7%;
}

.form_check_wrap01 input:checked::before {
    content: '';
    display: inline-block;
    width: 70%;
    height: 70%;
    background-color: #000;
    position: absolute;
    border-radius: 50%;
}
.form_check_wrap01 label {
    font-size: 1vw;
    font-family: 'SUIT-Regular';
    cursor: pointer;
}


.footeer_agree_checkbox_01 {
    width: 1vw;
    height: 1vw;
    outline: 1px solid #000;
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    margin-right: 0.5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.footeer_agree_checkbox_01:checked::before {
    content: '';
    display: inline-block;
    width: 70%;
    height: 70%;
    background-color: #000;
    position: absolute;
    border-radius: 50%;
}

.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: 58.835%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
/*     color: white;
    background-color: #ff720d;
    font-size: 1.1vw;
    border-radius: 50vw;
    height: 3.5vw;
    font-weight: 600; */
}

.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;
}

.form_star_top {
    top: -25%;
    left: 19.4vw;
}

.form_col select {
    color: #0000007a;
}

/* form1 - end */

/* map-start */

/* map */
@font-face {
  font-family: 'Pretendard-Thin';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-ExtraLight';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Light';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Medium';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-SemiBold';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Bold';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-ExtraBold';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Black';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
.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 #000;
    background-color: #fff;
    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-regular';
    font-size: 1vw;
    box-sizing: border-box;
    color: #5a5a5a;
  }
  .map_mid_map_search_mid input::placeholder {
    color: #5a5a5a;
  }
  /* .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-bold;
    color: #3C2420;
  }
  .map_mid_map_search_item_address{
    width: 73%;
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .map {
    width: 100%;
    height: 30vw;
    border-radius: 0vw;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2vw;
  }
  .map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 81.5%;
    margin-bottom: 0%;
    box-sizing: border-box;
  }
  .map_search{
    width: 2.936% !important;
    right: 3%;
    cursor: pointer;
  }
  .con7_bottom_2{
        width: 26.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
  }
  .map_mid_map_search_item {
    width: 83%;
    margin: 0% auto;
    border-bottom: 1px solid #e4d4d5;
    padding: 6% 0%;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    box-sizing: border-box;
    position: relative;
    color: #000;
  }
  .map_mid_map_search {
    width: 21%;
    background: white;
    height: 90%;
    top: 50%;
    z-index: 2;
    overflow: hidden;
    left: 2%;
    /* 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 #000;
    box-sizing: border-box;
  }
  .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: 50.2%;
    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 #3C2420;
    box-sizing: border-box;
    gap: 0vw;
    border-radius: 0vw;
    justify-content: space-between;
  }
  
  .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%;
    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: #000;
    background-color: #19c365;
    border-radius: 5vw;
    padding: 0.5vw 1vw;
    right: 30%;
    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.36vw;
    padding-bottom: 3%;
    box-sizing: border-box;
    font-family: 'pretendard variable';
    font-weight: 400;
  }
  
  .popup img{
    width: 100%;
  }
  
  .popup_close {
    width: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    cursor: pointer;
    background-color: #ef592c;
    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: #fff;
  }
  .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;
  }



/* 규남 end */

/* 규남 추가 */
.intro2_conbox:hover .intro_07_1_in:not(.intro_07_1_in:last-child) {
    animation: scaleOpa 1s linear infinite;
}
.con02_01 {
    z-index: 1;
}
.con03_con_right {
    overflow: hidden;
}
.intro_08 {
    border-radius: 50%;
}
/* .con14_con {
    background-color: transparent;
} */
.con14_con_box {
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.con14_con_box:last-child {
    border: none;
}