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

/* 퍼블시작 */


:root{
    --main-red: #ca151d;
    --main-blue: #186eb7;
    --main-yellow: #f5b233;
}
.red{
    color: #ca151d;
}
.blue{
    color: #186eb7;
}
.yellow{
    color: #f5b233;
}
.white{
    color: #fff;
}

.sub{
    font-size: 1.8vw;
    margin-bottom: 1vw;
}
.title{
    font-size: 3.4vw;
}
.bold{
    font-family: 'SUIT-Bold';
}

.sulip{
    font-family: 'establishRetrosansOTF';
}
.paper3{
    font-family: 'Paperlogy-3Light';
}
.paper4{
    font-family: 'Paperlogy-4Regular';
}
.paper5{
    font-family: 'Paperlogy-5Medium';
}
.paper6{
    font-family: 'Paperlogy-6SemiBold';
}
.paper7{
    font-family: 'Paperlogy-7Bold';
}
.paper8{
    font-family: 'Paperlogy-8ExtraBold';
}







.intro{
    width: 100% !important;
    padding: 9vw 0 0 0;
    background: url("/images/intro_bg.jpg") no-repeat;
    background-size: cover;
    z-index: 99;
    top: 0;
    /* display: none !important; */
    pointer-events: none;
}
.intro_in{
    height: 100%;
}
.intro_title .brown{
    color: #220d0a;
}
.intro_txt{
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-size: 1.1vw;
}
.intro_txt.item1{
    margin-bottom: 1vw;
}
.intro_txt.item2{
    margin-bottom: 3.5vw;
}
.intro_sub{
    z-index: 1;
    padding: 0 0.5vw;
    line-height: 1.3;
    margin-bottom: 1.3vw;
}
.intro_pen{
    width: 100%;
    height: 100%;
    background-color: #220d0a;
    top: 0;
    left: 0;
    z-index: -1;
}
.intro_title{
    font-size: 3.2vw;
    margin-bottom: 1vw;
    text-align: center;
}
.intro_sideslide{
    width: 17.8vw;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    background-color: #220d0a;
    top: 50%;
    transform: translateY(-50%);
}
.intro_sideslide.left{
    left: 2%;
}
.intro_sideslide.right{
    right: 2%;
}
.intro_sideslide_img{
    width: 87.7193%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro_11 {
    width: 48.8189%;
    display: flex;
    justify-content: center;
    align-items: center;
}






.intro_main{
    height: 55vw;
}
.main{
    /* height: 63vw; */
    height: 100%;
    background: url("/images/main_bg.jpg") no-repeat;
    background-size: cover;
    box-sizing: border-box;
    /* margin-top: -56vw; */
    /* padding-top: 2vw; */
}
.main_top{
    margin-bottom: 2vw;
    gap: 1vw;
}
.main_03 {
    bottom: -13.9%;
    z-index: 1;
}
.main_txt1{
    font-size: 2vw;
    margin-bottom: 0.8vw;
}
.main_title {
    margin-bottom: 30vw;
    font-size: 4.3vw;
}
.main_food{
    bottom: 0.1%;
    z-index: 5;
    opacity: 0;
    transition: 0.3s;
    margin-left: 0.06vw;
}
.main_food.on{
    opacity: 1;
}
.main_11{
    width: 36.0335%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3%;
    left: -5%;
}
.main_12{
    width: 21.9274%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    right: -4%;
}
.main_05 {
    width: 14.2458%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -7%;
    right: 17%;
    z-index: -1;
}
.main_bottom_txtbox{
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    bottom: 10%;
}
.main_bottom_txtbox.left{
    left: 10%;
}
.main_bottom_txtbox.right{
    right: 10%;
}
.main_01{
    width: 8.924%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_02{
    width: 4.09449%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_03{
    width: 37.5853%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_06{
    width: 33.0184%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_07{
    width: 33.0184%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_08{
    width: 33.0184%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_09{
    width: 33.0184%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_10{
    width: 33.0184%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_13_1, .main_14_1{
    width: 46.7192%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_13_2, .main_14_2{
    width: 80.315%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_02{
    width: 4.09449%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_02{
    width: 4.09449%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_04  {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}







.con01{
    padding: 8vw 0;
    background: url("/images/con01_bg.jpg") no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.con01_title {
    margin-bottom: 1.5vw;
}
.con01_con{
    width: 85%;
    background-color: #fff;
    border-radius: 1vw;
    border: 1px solid #000;
    overflow: hidden;
}
.con01_con_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 0;
}
.con01_con_right{
    width: 50% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3.5vw;
    box-sizing: border-box;
}
.con01_con_right_starbox{
    gap: 1vw;
    margin-bottom: 1.2vw;
}
.con01_con_title{
    text-align: center;
    font-size: 1.7vw;
    margin-bottom: 1.8vw;
}
.con01_con_red{
    background-color: var(--main-red);
    padding: 0.2vw 0.4vw;
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 1.5vw;
}
.con01_con_txt{
    text-align: center;
    font-size: 1vw;
    line-height: 1.5;
}
.con01_con_imgbox{
    width: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_04{
    width: 9.62963%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_num{
    width: 12.716%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_con_imgbox{
    width: 48.1779%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_con_imgbox{
    width: 48.1779%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_con_imgbox{
    width: 48.1779%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con02{
    padding: 10vw 0;
    background: url("/images/con02_bg.jpg") no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.con02_con{
    width: 85%;
}
.con02_txt1{
    font-size: 1.1vw;
    line-height: 1.5;
}
.con02_txt1.item1{
    margin-bottom: 1.5vw;
}
.con02_title{
    margin-bottom: 1vw;
}
.con02_bg_2{
    width: 31.916%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15%;
}
.con02_bg_2 > img{
    animation: pulse-scale 2s ease-in-out infinite;
}
@keyframes pulse-scale {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
  }

  

  @keyframes swing-right {
    0%, 100% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(10deg); /* 오른쪽으로 살짝 회전 */
    }
  }
  @keyframes swing-left {
    0%, 100% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(-10deg); /* 오른쪽으로 살짝 회전 */
    }
  }
  
  .con02_03 img {
    animation: swing-right 2s ease-in-out infinite;
    transform-origin: center center; /* 회전 중심 */
  }


.con02_03 {
    width: 33.5526%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1%;
    bottom: 3%;
}
.con02_01 {
    width: 40.7895%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
    left: -11%;
}





.con03{
    padding: 8vw 0 4vw 0;
    background: url("/images/con03_bg.jpg") no-repeat;
    background-size: cover;
}
.con03_bg_2{
    width: 100.525%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con03_title{
    margin-bottom: 2vw;
}
.con03_con{
    width: 75%;
    display: flex;
    justify-content: space-between;
}
.con03_card_img.item1{
    margin-bottom: 2vw;
}
.con03_card_img.item2 {
    margin-bottom: 0.7vw;
    margin-top: -1vw;
}
.con03_card_img.item3{
    margin-bottom: 2vw;
}
.con03_card_title{
    margin-bottom: 1.5vw;
    font-size: 1.4vw;
}
.con03_card_txt{
    text-align: center;
    font-size: 1vw;
    line-height: 1.5;
    font-family: 'SUIT-Regular';
}
/* .con03_card_titleimg.this{
    bottom: 0%;
} */
.con03_card {
    width: 32.0504%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_02_2  {
    width: 49.8452%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -16%;
}
.con03_03_2 {
    width: 74.0566%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1%;
}
.con03_04_2  {
    width: 52.8455%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -14%;
}
.con03_02_1 {
    width: 70.524%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_03_1 {
    width: 46.3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_04_1 {
    width: 80.5677%;
    display: flex;
    justify-content: center;
    align-items: center;
}







.con04_container{
    width: 100%;
    height: 100%;
}
.con04_title{
    margin-bottom: 1.5vw;
}
.con04_con{
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 1vw;
    overflow: hidden;
    gap: 1px;
    margin-bottom: 2.5vw;
}
.con04_con_box{
    width: 49.9%;
    background-color: var(--main-blue);
    padding: 2.5vw;
    box-sizing: border-box;
    transition: 0.3s;
    cursor: pointer;
}
.con04_circleimg{
    width: 94.4578%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.con04_con_box:hover{
    background-color: #0e5088;
}
.con04_circleimg.on{
    opacity: 1;
    visibility: visible;
}
.con04_con_box.this{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.con04_con_box.this .con04_con_txt{
    text-align: end;
}

.con04_con_num{
    width: 11.567%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.6vw;
}
.con04_con_title{
    font-size: 1.5vw;
    margin-bottom: 0.6vw;
}
.con04_con_txt{
    font-size: 1vw;
    line-height: 1.5;
}
.con04_05{
    width: 28.8194%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.con04_01_wrap{
    width: 100%;
    height: 100%;
}
.con04_01_box{
    width: 100%;
    height: 100%;
}
.con04_01{
    width: 10.9028%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.con04_bg {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_btmtxt{
    font-size: 1.1vw;
    text-align: center;
    line-height: 1.5;
    font-family: 'SUIT-Regular';
}




.con05{
    padding: 5vw 0 0 0;
    background: url("/images/con05_bg.jpg") no-repeat;
    background-size: cover;
}
.con05_title{
    margin-bottom: 1vw;
}
.con05_02_in{
    width: 100%;
    height: 100%;
}
.con05_counting_warp{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 0.5vw;
}
.con05_counting_box{
    border-radius: 0.6vw;
    background-color: #000;
    width: 4.3vw;
    height: 5.2vw;
    overflow: hidden;
}
.con05_counting_box_in{
    width: 100%;
    height: auto;
    top: 0;
}
.con05_counting_box span{
    color: #fff;
    font-family: 'Paperlogy-8ExtraBold';
    width: 100%;
    height: 100%;
    line-height: 5.2vw;
    display: inline-block;
    font-size: 4vw;
    text-align: center;
}
.con05_counting_comma{
    font-size: 4vw;
    height: 2.5vw;
    line-height: 0;
}
.con05_counting_title{
    font-size: 1.3vw;
    margin-bottom: 1.3vw;
}
.con05_03{
    width: 12.1019%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5%;
}
.con05_04{
    width: 10.7219%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4%;
    bottom: 20%;
}
.con05_02 {
    width: 49.4488%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:  26vw;
    z-index: 1;
}
.con05_05{
    width: 54.6457%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20%;
    bottom: -16%;
    z-index: 1;
}
.con05_06 {
    width: 20.5249%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 18%;
    bottom: 15%;
    z-index: 1;
}
.con05_06_title{
    top: 20%;
    font-size: 1.2vw;
}
.con05_06_txt {
    font-size: 3.5vw;
    left: 50%;
    transform: translateX(-50%);
    top: 42%;
}
.con05_01_1 {
    width: 10.2887%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10%;
    left: 8%;
}
.con05_01_2 {
    width: 33.3858%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
    left: -13%;
}
.con05_01_3 {
    width: 19.685%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -3%;
    left: -7%;
}
.con05_01_4 {
    width: 20.6824%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10%;
    right: -1%;
}
.con05_01_5 {
    width: 7.979%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40%;
    right: 2%;
}
.con05_01_6 {
    width: 31.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -1%;
    right: -15%;
}
.con05_chicken_container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transform: scale(0.3); */
    transform-origin: center center;
    z-index: 0;
    pointer-events: none;
}



.con06{
    height: 50vw;

}
.con06_img{
    width: 46.3517%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.con06_bg{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.con07{
    top: 0 !important;
    z-index: 5;
    
}
.con07_in{
    padding: 5vw 0 0 0;
    background: url("/images/con07_bg.jpg") no-repeat;
    background-size: cover;
    clip-path: circle(0% at 50% 50%);
    transition: clip-path 0.3s ease;
}
.con07_04{
    width: 20.2625%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.con07_title_box{
    width: 100%;
    margin-bottom: 30vw;
}
.con07_title{
    text-align: center;
    display: block;
}
.con07_05{
    width: 2.15223%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
}
.con07_05.left{
    left: 36.5%;
}
.con07_05.right{
    right: 36.5%;
}
.swiper_con07{
    width: 100%;
    bottom: -8%;
}
.con07_slide_title{
    right: 12%;
    top: 10%;
    opacity: 0;
    transition: 0.5s;
}
.swiper_con07 .swiper-slide-active .con07_slide_title{
    opacity: 1;
}
.swiper_con07 .swiper-slide{
    justify-content: end;
}
.con07_01_1 {
    width: 120.924%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_02_1 {
    width: 121.029%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_03_1 {
    width: 122.602%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_slide_title {
    width: 28.3197%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con08{
    padding: 6vw 0 5vw 0;
}
.con08_01{
    width: 20.315%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.con08_bg{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con08_title {
    margin-bottom: 2.5vw;
}
.con08_btnwrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
    margin-bottom: 2vw;
}
.con08_btn{
    width: 8.8189%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
    cursor: pointer;
}
.con08_05{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    opacity: 0;
    transition: 0.3s;
}
.con08_btntxt{
    width: 100%;
    top: 56%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 1.3vw;
    z-index: 5;
    color: var(--main-red);

}
.con08_slide{
    width: 86.6142%;
}
.con08_btn.on .con08_btntxt{
    color: #fff;
}
.con08_btn.on .con08_05{
    opacity: 1;
}
.con08_btn:hover .con08_btntxt{
    color: #fff;
}
.con08_btn:hover .con08_05{
    opacity: 1;
}
.swiper_con08_wrap{
    width: 80%;
}
.swiper_con08{
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(4vw);
    transition: 0.5s;
}
.swiper_con08.on{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.con08_slide_img{
    border: 1px solid #000;
    border-radius: 1vw;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 17vw;
    margin-bottom: 0.8vw;
}
.con08_slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.con08_slide_title{
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 1.1vw;
}
.con08_02{
    width: 2.99213%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    bottom: 27%;
}
.swiper_con08_prev{
    left: 7.5%;
}
.swiper_con08_next{
    right: 7.5%;
}






.con09{
    z-index: 2;
}
.con09_container{
    height: 100%;
    top: 0;
    padding: 5vw 0 5vw 0;
    box-sizing: border-box;

}
.con09_line{
    width: 100%;
    top: 0;
    height: 0.3vw;
    border-top: 0.6vw solid var(--main-blue);
    border-bottom: 0.6vw solid var(--main-red);
}
.swiper_con09{
    width: 100%;
    margin-bottom: 3vw;
}
.con09_title {
    margin-bottom: 2vw;
}
.con09_slide{
    width: 87.623%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    transition: 0.5s;
}
.swiper_con09 .swiper-slide-active .con09_slide{
    opacity: 1;
}
.con09_06{
    width: 3.09711%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    bottom: 49%;
}
.swiper_con09_prev{
    left: 31%;
}
.swiper_con09_next{
    right: 31%;
    transform: rotate(180deg);
}
.con09_01{
    width: 11.7585%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    left: 20%;
}
.con09_01 img{
    animation: ddm 2s infinite;
}
.con09_02 img{
    animation: ddm 2s 0.5s infinite;
}
.con09_02{
    width: 13.7533%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
    right: 15%;
}
.con09_btmtxt{
    width: 30vw;
    text-align: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 1.2vw 0;
    font-size: 1.1vw;
    line-height: 1.5;
}
.con09_07{
    width: 13.1944%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    left: -7%;
}





.con10{
    padding: 8vw 0 4vw 0;
    background: url("/images/con10_bg.jpg") no-repeat;
    background-size: cover;
    margin-top: -2vw;
}
.con10_txt{
    font-size: 1.2vw;
    font-family: 'SUIT-Regular';
    margin-bottom: 2.5vw;
}
.con10_slide{
    width: 79.4618%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con10_slide_txt{
    font-size: 1vw;
    text-align: center;
    line-height: 1.5;
}
.con10_slide_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.swiper_con10{
    width: 100%;
}
.con10_11{
    width: 3.09711%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 5;
    bottom: 47%;
}
.swiper_con10_prev{
    left: 31%;
}
.swiper_con10_next{
    right: 31%;
    transform: rotate(180deg);
}






.con11{
    background: url("/images/con11_bg.jpg") no-repeat;
    background-size: cover;
    padding: 5vw 0 0 0;
}
.con11_01{
    width: 12.8084%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con11_title {
    margin-bottom: 3vw;
}
.con11_con{
    background: url("/images/con11_bg_2.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20vw;
    padding: 1.2vw 0;
    margin-bottom: 1vw;
}
.con11_conbox{
    width: 15%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6vw;
}
.con11_conbox.this{
    margin-left: 1.5vw;
}
.swiper_con11{
    width: 100%;
    margin-bottom: 1vw;
}
.con11_slide {
    /* width: 93.49%; */
    width: 15.6vw;
    height: 20vw;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 1vw;
    overflow: hidden;
}
.con11_10_1{
    width: 100% !important;
}

.swiper_con11_2{
    width: 20vw;
    bottom: -1%;
    height: 31.5vw;
    background-color: #fff;
    border-radius: 1.2vw 1.2vw 0 0;
    border: 1px solid #000;
    padding-top: 1vw;
    box-sizing: border-box;
}
.swiper_con11_2  .swiper-slide{
    justify-content: start;
}
.con11_02{
    width: 21.6798%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1%;
    bottom: 0;
}
.con11_03{
    width: 24.4094%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -3%;
    bottom: 0;
}
.con11_04 {
    width: 20.6294%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
    top: -70%;
}
.con11_04 img{
    animation: shakeTwice 2s infinite;
}
.con11_07 img{
    animation: shakeTwice 2s 1s infinite;
}
.con11_05 {
    width: 39.8601%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_06 {
    width: 48.951%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_07 {
    width: 30.7692%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -16%;
    top: -67%;
}
.con11_08 {
    width: 59.0909%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_09 {
    width: 73.0769%;
    display: flex;
    justify-content: center;
    align-items: center;
}






.con12{
    padding: 6vw 0 4vw 0;
    background: url("/images/con12_bg.jpg") no-repeat;
    background-size: cover;
}
.con12_title_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2vw;
    margin-top: -0.6vw;
    margin-bottom: 1.2vw;
}
.con12_txt{
    font-size: 1.2vw;
    margin-bottom: 2vw;
}
.con12_con{
    width: 85%;
    display: flex;
    justify-content: space-between;
    gap: 0.5vw;
    margin-bottom: 2vw;
}
.con12_con_box{
    width: 50%;
    background-color: #fff;
    border-radius: 0.8vw;
    padding: 1.5vw 0 2vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con12_con_box_title{
    font-size: 1vw;
    margin-bottom: 7vw;
}
.con12_04_1{
    width: 75.0311%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4vw;
}
.con12_04_2 {
    width: 14.404%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 31.1%;
    bottom: 21%;
    overflow: hidden;
}
.con12_04_3 {
    width: 55.1724%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 7%;
}
.con12_04_4 {
    width: 22.8385%;
    display: flex;
    justify-content: center;
    top: -47%;
    left: 27%;
}
.con12_05{
    width: 65.8385%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
    margin-left: 4vw;
}
.con12_con_center{
    width: 13vw;
    height: 13vw;
    border-radius: 100%;
    background-color: var(--main-red);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0.3vw solid var(--main-red);
    box-sizing: border-box;
    overflow: hidden;
}
.con12_03 {
    width: 70.4167%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17%;
    left: 15%;
}
.con12_02{
    width: 93.08%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -10%;
    left: 6%;
}
.con12_counting {
    bottom: 15%;
    right: 5%;
    font-size: 1.6vw;
}
.con12_btmtxt{
    text-align: center;
    line-height: 1.5;
    font-size: 1.2vw;
}
.con12_con_subtxt{
    bottom: -8%;
    font-size: 0.9vw;
}
.con12_01 {
    width: 13.2808%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con13{
    padding: 6vw 0 4vw 0;
    background: url("/images/con13_bg.jpg") no-repeat;
    background-size: cover;
}
.con13_title {
    margin-bottom: 0.5vw;
}
.con13_txt{
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.5;
    margin-bottom: 3vw;
}
.con13_con{
    width: 85%;
    display: flex;
    background-color: #fff;
    border-radius: 2vw;
    border: 1px solid #000;
}
.con13_con_box{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 2vw;
    padding: 4vw 0 3vw 0;
}
.con13_con_box.item1{
    border-right: 1px solid #000;

}
.con13_con_title{
    top: -10%;
}
.con13_02{
    width: 25.7108%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -10%;
    top: 10%;
}
.con13_02  img{
    animation: swing-right 1.5s infinite;
}
.con13_04  img{
    animation: swing-left 1.5s 0.5s infinite;
}
.con13_04{
    width: 25.3399%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10%;
    top: 10%;
}
.con13_05 {
    width: 54.6354%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_06 {
    width: 75.1545%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_con_title  {
    width: 29.2954%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_07  {
    width: 53.152%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_08  {
    width: 73.6712%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con14{
    background: url("/images/con14_bg.jpg") no-repeat;
    background-size: cover;
    padding: 4vw 0 10vw 0;
}
.con14_con{
    width: 81.8898%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1vw;
    overflow: hidden;
    border: 1px solid #000;
    bottom: 7.5%;
}
.con14_con_in{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    gap: 12vw;
    align-items: center;
}
.con14_bg_2{
    width: 73.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_bg_2_in{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6.2vw;
    box-sizing: border-box;
}
.con14_01{
    width: 4.7769%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6.5%;
    z-index: 5;
}
.con14_02_4{
    width: 69.8157%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -3%;
}
.con14_03_1{
    width: 32.3718%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con14_03_2{
    z-index: -1;
}
.con14_03_5{
    width: 63.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16%;
    right: -16%;
}
.con14_03_5 img{
    animation: ddm_m 2s infinite;
}
.con14_sub{
    font-size: 1.7vw;
    margin-bottom: 1vw;
}
.con14_title{
    font-size: 3.2vw;
}
.con14_02_3 {
    width: 27.8205%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_02_1 , .con14_02_2, .con14_03_2  , .con14_03_3{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}






.con15{
    padding: 6vw 0 8vw 0;
    background: url("/images/con15_bg.jpg") no-repeat;
    background-size: cover;
}
.con15_line {
    width: 6vw;
    height: 2px;
    background-color: var(--main-red);
    right: 26%;
}
.con15_line.item1 {
    top: 32.5%;
}
.con15_line.item2 {
    top: 45.5%;
}
.con15_line.item3 {
    top: 58.6%;
}
.con15_txt{
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.5;
    margin-bottom: 3vw;
}
.con15_bg_2{
    height: 100%;
    top: 0;  
    width: 0.6vw;
    border-left: 0.5vw solid var(--main-red);
    border-right: 0.5vw solid var(--main-blue);
}
.con15_bg_2.left{
    left: 2%;
}
.con15_bg_2.right{
    right: 2%;
}
.con15_01{
    width: 46.0367%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -12%;
    left: -10%;
}
.con15_02{
    width: 44.147%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    right: -14%;
    z-index: 5;
}
.con15_03{
    width: 50.4987%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
.con15_06, .con15_07{
    width: 28.6902%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    bottom: 5%;
}
.con15_06{
    right: -15%;
}
.con15_07{
    left: -15%;
}
.con15_circletxt{
    font-size: 1.8vw;
    text-align: center;
    margin-top: 0.5vw;
}
.con15_03_subtxt{
    bottom: -11%;
    font-size: 0.85vw;
    line-height: 1.5;
    left: 46%;
}





.con16{
    /* padding: 6vw 0; */
    padding: 8vw 0 0 0;
    
}
.con16_in{
    padding: 10vw 0 5vw 0;
    background: url("/images/con17_bg.jpg") no-repeat;
    background-size: cover;
}
.con16_title{
    text-align: center;
    margin-bottom: 3vw;
}
.con16_logowrap{
    gap: 2vw;
    margin-bottom: 3vw;
}
.con16_btmtxt1{
    font-size: 1.5vw;
    margin-bottom: 1.5vw;
}
.con16_btmtxt2{
    font-size: 1.15vw;
    text-align: center;
    line-height: 1.5;
}
.con17_01{
    width: 22.94%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
}
.con17_03{
    width: 23.5696%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5%;
    right: 0;
}
.con17_06 {
    width: 10.2362%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_05 {
    width: 12.8609%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_bg_2_in{
    width: 100%;
    height: 100%;
    gap: 1.5vw;
}
.con16_03{
    width: 24.6354%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
    bottom: 8%;
}
.con16_02{
    width: 42.6562%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_01{
    width: 39.8958%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_bg_2  {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    /* display: none; */
    background: url("/images/con17_bg.jpg") no-repeat;
    background-size: cover;
    z-index: 5;
}
.con17_02  {
    width: 34.5538%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    left: 16%;
}
.con17_04 {
    width: 18.4855%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3%;
    top: 14%;
}





.con18{
    padding: 4vw 0 0 0;
    background: url("/images/con18_bg.jpg") no-repeat;
    background-size: cover;
}
.con18_title{
    text-align: center;
    margin-bottom: 8vw;
}
.con18_01{
    width: 9.55381%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con18_con{
    width: 100%;
    margin-bottom: -0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con18_05, .con18_06{
    width: 43.6745%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.con18_05{
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.con18_06{
    top: 0;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.con18_05.on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.con18_05.off { 
    /* 오른쪽으로 사라짐 */
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.con18_06.on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.con18_06.off {
    /* 왼쪽으로 사라짐 */
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.con18_04{
    width: 6.50919%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -22%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.con18_02{
    width: 7.979%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 35%;
    bottom: 45%;
}
.con18_02 img{
    animation: ddm 2s infinite;
}
.con18_03 img{
    animation: ddm 2s 1s infinite;
}
.con18_03{
    width: 7.979%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 35%;
    bottom: 45%;
}
.swiper_con18_left, .swiper_con18_right{
    top: 0;
    width: 21vw;
    height: 100%;
    background-color: #D0BEAA;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper_con18_left{
    left: 2%;
}
.swiper_con18_right{
    right: 2%;
}
.con18_slide {
    width: 90.0334%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.con19{
    background-color: var(--main-blue);
    padding: 7vw 0;
}
.con19_bg{
    top: 0;
    width: 100%;
    height: 100%;
    padding: 3vw;
    box-sizing: border-box;
}
.con19_bg_img{
    width: 100%;
    height: 100%;
    border-radius: 1vw;
    background: url("/images/con19_bg.jpg") no-repeat;
    background-size: cover;
}
.con19_title{
    margin-bottom: 2vw;
}
.con19_01{
    width: 20.315%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con19_con{
    width: 75%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7vw;
    row-gap: 1vw;
    margin-bottom: 2.5vw;
}
.con19_03 {
    top: -6%;
    right: -16%;
}
.con19_btmtxt{
    text-align: center;
    font-size: 1.15vw
}
.con19_card {
    width: 25.2624%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_arrow {
    width: 2.6592%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_03  {
    width: 34.349%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_circle{
    width: 14.1372%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
}
.con15_circle.item1{
    top: 25%;
}
.con15_circle.item2{
    top: 38.5%;
}
.con15_circle.item3{
    top: 52%;
}






.con20{
    background-color: var(--main-blue);
    padding: 2vw 0 5vw 0;
}
.con20_title{
    margin-bottom: 1.5vw;
}
.con20_map{
    width: 80%;
    height: 30vw;
    background-color: #fff;
    border: 1px solid #000;
}





.con21_video{
    height: 45vw;
}





.con21{
    padding: 70vw 0 10vw 0;
    background: url("/images/con21_bg.jpg") no-repeat;
    background-size: cover;
}
.con21_sinho{
    border-radius: 0.8vw;
    border: 1px solid #000;
    opacity: 0;
    transition: 0.3s;
    box-sizing: border-box;
}
.con21_sinho.on{
    opacity: 1;
}
.con21_txtwrap{
    width: 37%;
    margin-left: auto;
}
.con21_title{
    font-size: 4vw;
    color: #240F0C;
    margin-bottom: 1vw;
}
.con21_txt{
    line-height: 1.5;
    font-size: 1.1vw;
    margin-bottom: 1.5vw;
}
.con21_txt_line{
    width: fit-content;
    font-size: 1.4vw;
    line-height: 1.5;
    margin-bottom: 1.8vw;
    z-index: 1;
}
.con21_txt_pen{
    width: 100%;
    height: 0.8vw;
    background-color: #F1C04A;
    z-index: -1;
    bottom: 0;
}
.con21_01{
    width: 6.52482%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con21_01.top{
    top: -12%;
    left: -12%;
}
.con21_01.bottom{
    bottom: -5%;
    right: 40%;
    transform: rotate(180deg);
}
.con21_bg_2{
    top: 0;
    width: 0.6vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  border-left: 0.5vw solid #220d0a;
  border-right: 0.5vw solid #220d0a;
}
.con21_bg_2  img{
    opacity: 0;
  }
.con21_bg_2.left{
    left: 0.5%;
}
.con21_bg_2.right{
    right: 0.5%;
}
.con21_07_1 {
    width: 30.9186%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 7%;
    left: 26%;
    z-index: 5;
}
.con21_07_2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con21_07_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.con21_03 {
    width: 22.9202%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -7%;
    bottom: -7%;
}
/* .con21_videobox {
    width: 45vw;
    height: 24vw;
    left: 6%;
    top: 5%;
} */
.con21_videobox {
    width: 100%;
    height: 45vw;
    /* left: 6%; */
    top: 0%;
    z-index: 5;
    transform: scale(1.05);
    /* overflow: hidden; */
}
.con21_videobox iframe{
    transform: scale(1.2);
    border-radius: 0.8vw;
    border: 1px solid #000;
}
.con21_02 {
    width: 16.8981%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    left: -14%;
    top: -16%;
}
.con21_04 {
    width: 15.643%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 15%;
    left: 5%;
    z-index: 6;
}
.con21_05 {
    width: 15.0131%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8%;
    left: 15%;
    z-index: 6;
}
.con21_06 {
    width: 6.61417%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 17%;
    left: 21.5%;
    z-index: 6;
}






.con22{
    padding: 5vw 0 7vw 0;
    background: url("/images/con22_bg.jpg") no-repeat;
    background-size: cover;
}
.con22_txt{
    text-align: center;
    font-size: 1.2vw;
    line-height: 1.5;
    margin-bottom: 2vw;
}

.con22_con{
    width: 50%;
    border-radius: 1vw;
    background-color: #fff;
}
.con22_01{
    width: 6.35171%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con22_02{
    width: 43.727%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: -14%;
}
.con22_03{
    width: 42.6772%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: -14%;
}









/* form1 - start */
.form_sub {
    font-size: 0.9vw;
    width: 80%;
    text-align: end;
    margin-bottom: 1vw;
  }
.form_wrap .red {
    color: var(--main-red);
    font-weight: 700;
    top: 9%;
  }
  .form_wrap .red.this {
    top: -53%;
    left: 71%;
}
  div.form_wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding-top: 3vw;
    padding-bottom: 2vw;
    box-sizing: border-box;
    color: #000;
    font-size: 1.2vw;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.5vw;
  }
  .form {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "SUIT-Regular";
  }
  .form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: #000;
    font-size: 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_input_box.this{
    border-top: 1px solid rgba(221, 221, 221, 0.8);
  }
  
  .form label {
    white-space: nowrap;
    font-family: 'SUIT-Bold';
    font-size: 1vw;
  }
  /* .form_input_box > label {
    font-family: "SUIT-Regular";
  } */
  .form_input_01,
  .form_input_02,
  .form_input_03,
  .form_input_04,
  .form_input_05 {
    width: 70%;
  }
  .form_input_06 {
    width: 70%;
    height: 80%;
    box-sizing: border-box;
    padding: 0 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(/images/form_arrow.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: #000;
    color: white;
    border-color: #01053e;
    font-family: "SUIT-SemiBold";
  }
  .agree_text {
    cursor: pointer;
  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  
  .footeer_agree_checkbox_01,
  .footeer_checkbox_05,
  .footeer_checkbox_06 {
    width: 1vw;
    height: 1vw;
    outline: 1px solid #000;
    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: #ca151d;
    border-radius: 50%;
    scale: 0.7;
    transform-origin: center center;
  }
  /* .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: end;
    align-items: center;
    font-size: 0.9vw;
    margin: 1vw 0 2vw;
  }
  .form_submit_div {
    width: 35%;
    height:3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--main-red);
    border: 1px solid #000;
    border-radius: 0.6vw;
    font-size: 1.5vw;
    padding-top: 0.5vw;
    bottom: -6%;
  }
  .form_top {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid #0000007a;
    padding-bottom: 0.5vw;
  }
  .form_star {
    top: 14%;
    left: 0.3vw;
    color: #ef592c;
  }
  .form_star_top {
    top: -25%;
    left: 19.4vw;
  }
  .form_col select {
    color: #0000007a;
  }
  
  /* form1 - end */




  /* map */
 .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: 4%;
    padding-bottom: 3%;
    font-size: 1vw;
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
  }
  .on2{
    background: #186eb7 !important;
    color: white !important;
    font-weight: 500 !important;
  }
  .off2{
    font-weight: 500 !important;
  }
  .map_mid_map_search_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 3%;
    background: #186eb7;
    border-radius: 0vw 0vw 0vw 0vw;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .map_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    width: 100%;
    height: 2.5vw;
    padding-left: 9%;
    font-weight: 400;
    font-size: 1vw;
    border-radius: 5vw;
  }
  .map_mid_map_search_mid input::placeholder {
    color: #00000054;
  }
  /* .map_04{
  } */
  .map_mid_map_search_bottom{
    overflow-y: scroll;
    height: 74%;
    width: 100%;
    box-sizing: border-box;
    /* margin: auto; */
    padding: 0vw 0;
  }
  .map_mid_map_search_item_title{
    font-size: 1.3vw;
    font-weight: 700;
  }
  .map_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .map {
    width: 100%;
    height: 31vw;
    box-sizing: border-box;
    background-color: #fff;
  }
  .map_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    font-family: 'pretendard Variable';
  }
  .map_search{
    width: 6% !important;
    right: 9%;
    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-weight: 700;
  }
  .map_mid_map_search_item {
    width: 87%;
    margin: 0% auto;
    border-bottom: 1px solid #00000054;
    padding: 7% 0%;
    font-size: 0.8vw;
    font-weight: 400;
    box-sizing: border-box;
    position: relative;
    color: #000;
  }
  .map_mid_map_search {
    width: 21%;
    background: white;
    height: 95%;
    z-index: 2;
    overflow: hidden;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #000;
    /* border-radius: 0vw 1vw 1vw 0vw; */
    /* border-right: 1px solid black; */
    box-sizing: border-box;
    /* border-radius: 0.5vw 0vw 0vw 0.5vw; */
  }
  .map_mid_map_search_bottom::-webkit-scrollbar {
    display: none;
  }
  /* .map_plus {
    width: 16.4%;
    height: 2.9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    bottom: 50%;
    transform: translateY(50%);
    cursor: pointer;
    background-color: #C90E16;
  } */
  .sido1 {
    width: 16%;
    height: 48%;
    border: none;
    border-right: 1px solid #b5b5b5;
    outline: none;
  }
  .map_link {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1vw;
  }
  .map_mid_map_search_item_plus_con {
    top: 5vw;
    right: 0%;
    color: #186eb7;
    padding: 0.1vw 0.4vw;
    border: 0.2vw solid #186eb7;
    border-radius: 50vw;
    font-weight: 600;
    cursor: pointer;
  }
  
  
  
  /* map 추가 css */
  
  
  
  
  /*popup*/
  
  
  div.popup {
    width: 50%;
    height: 21vw;
    top: 2%;
    /* border: 1px solid black; */
    background-color: #fff;
    box-sizing: border-box;
    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{
    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;
    margin-right: 0.5vw;
    
  }
  .popup_right> div > div:nth-child(1) > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popup_right> div > div:nth-child(2){
    font-weight: 400;
    font-size: 0.85vw;
    width: 73%;
  }
  .popup_right> div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 5%;
  }
  .popup_right{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    padding-left: 4%;
  }
  .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{
    width: 35.15%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 500;
  }
  
  .popup_img_con {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: 1px solid #003624;
    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%;
  }
  p.popup_right_2nd {
    font-weight: 600;
    width: 92%;
    font-size: 1.3vw;
    padding-bottom: 3%;
    box-sizing: border-box;
    font-family: 'pretendard variable';
    font-weight: 400;
    border-bottom: 1px dashed #000;
  }
  
  .popup img{
    width: 100%;
  }
  
  .popup_close {
    width: 2vw;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 2%;
    cursor: pointer;
    border-radius: 50%;
  }
  .popup_close .absol {
    width: 60%;
    height: 2px;
    background-color: #000;
  }
  .popup_close .absol:nth-child(1) {
    transform: rotate(45deg);
  }
  .popup_close .absol:nth-child(2) {
    transform: rotate(-45deg);
  }