* {
    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;
    cursor: default;

}
.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: 'Pretendard Variable';
    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;
}
.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-blue: #0071BD;
    --main-navy: #091835;
    --main-sky: #EEF9FF;
}
.blue{
    color: #0071BD;
}
.navy{
    color: #091835;
}
.sky{
    color: #EEF9FF;
}
.bold{
    font-weight: 800;
}
.sub{
    font-size: 1.05vw;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
}
.nanum{
    font-family: 'NanumSquareNeo';
}
.nanum7{
    font-family: 'NanumSquareNeoBold';
}
.nanum8{
    font-family: 'NanumSquareNeoExtraBold';
}
.nanum9{
    font-family: 'NanumSquareNeoHeavy';
}

.anton {
    font-family: "Anton", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1vw;
    line-height: 1;
}



.main2, .main3, .main4{
    transform: translateY(100%);
}
.main{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
}
.sec_video{
    width: 100%;
    height: 100vh;
    filter: brightness(0.5);
    z-index: -1;
}
.sec_btn{
    width: 15.3806%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100px;
    overflow: hidden;
}
/* .sec_btn_tt{
    z-index: 5;
} */
 .sec_btn > img{
    z-index: -2;
 }
.sec_btn_hov{
    width: 151.694%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 100%;
    transition: 0.75s ;
    z-index: -1;
}
.sec_btn:hover .sec_btn_hov{
    transform: translateX(99%);
}
.sec_btn.item1{
    margin-bottom: 2vw;
}
.main .sec_btn{
    margin-top: -1vw;
}
@keyframes downAni {
    to {
        transform: translateY(100%);
        opacity: 0;
    }
    
}
.main_tt01{
    font-size: 1.1vw;
    margin-bottom: 3vw;
    line-height: 1.5;
    color: #fff;
    font-weight: 400;
}
.main_tt02{
    font-size: 1.5vw;
    color: #fff;
    margin-bottom: 1vw;
}
.main1 .main_tt01{
    text-align: center;
}
.main_02 {
    width: 78.58%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_05{
    width: 5.24934%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 18%;
}
.main_06{
    width: 1.20735%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 12%;
}
.main_07{
    width: 26.2924%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 19%;
    animation: downAni 1.1s infinite linear;
}


.main_title{
    color: #fff;
    font-size: 6.2vw;
    padding: 0 2vw;
}
.main_title span{
    font-style: italic;
}




.main2{

}
.main_ttwrap{
    width: 80%;
}
.main2 .main_tt01{
    text-align: start;
}
.main2 .main_title{
    margin-bottom: 2.5vw;
}

.main3 .main_ttwrap{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.main3 .main_tt01{
    text-align: center;
}
.main3 .main_title{
    margin-bottom: 3.5vw;
}
.main_03 {
    width: 80.5461%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main4 .main_ttwrap{
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;
}
.main4 .main_title{
    margin-bottom: 3.5vw;
}

.main_brand_video{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.main_brand_video iframe{
    scale: 1.2;
}
.main_brand_video_bg{
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    z-index: 5;
}






.con01{
    padding: 8vw 0 12vw 0;
}
.subtt{
    font-size: 1.4vw;
}
.con01_07{
    width: 28.3465%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con01_ttrow{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}
.con01_ttrow.item1{
    /* margin-right: 14vw; */
    margin-bottom: 0.5vw;
}
.con01_ttrow.item2{
    /* margin-left: 14vw; */
    margin-bottom: 3vw;
}
.con01_tt{
    color: var(--main-navy);
}
.con01_01{
    width: 22.6247%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_02{
    width: 13.5958%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_03 {
    width: 19.6325%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_01.absol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_01_pc{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.con01_04{
    width: 16.273%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_05{
    width: 13.5958%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con01_06{
    width: 19.5801%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.con02_con_box.item1{
    background: url("/images/con02_03h.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con02_con_box.item2{
    background: url("/images/con02_04h.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con02_con_box.item3{
    background: url("/images/con02_06h.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con02_01{
    width: 19.6325%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con02_con{
    width: 100%;
    display: flex;
}
.con02_con_box{
    flex: 1;
    height: 33vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}
.con02_con_tt{
    font-size: 0.9vw;
    color: #fff;
    line-height: 1.3;
    text-align: center;
}
.con02_circle{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    scale: 2;
    transition: 0.5s;
}
.con02_con_title{

}
.con02_con_ttbox{
    width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(2vw);
}
.con02_02{
    width: 38.1102%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con02_05{
    width: 30.3937%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con02_07{
    width: 36.063%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con02_02h{
    width: 30.3937%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_05h{
    width: 40.9449%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_07h{
    width: 29.4488%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con02_backtt{
    z-index: 1;
    transition: 0.5s;
}
.con02_con_box::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.5s;
}
.con02_con .con02_con_box:hover .con02_con_ttbox{
    opacity: 1;
    transform: translateY(0);
}
.con02_con .con02_con_box:hover .con02_backtt{
    opacity: 0;
}
.con02_con .con02_con_box:hover .con02_circle{
    scale: 1;
}
.con02_con .con02_con_box:hover::after{
    opacity: 0;
}
.swiper_con02{
    width: 100%;
    padding: 1vw 0;
    background-color: var(--main-blue);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.con02_09 {
    width: 100.42%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.swiper_con03{
    width: 100%;
}
.swiper_con03_slide{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.swiper_con03_slide.item1{
    background: url("/images/con03_01.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper_con03_slide.item2{
    background: url("/images/con04_01.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper_con03_slide.item3{
    background: url("/images/con05_01.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper_con03_slide_title{
    position: absolute;
    left: 31%;
    bottom: 60%;
}
.swiper_con03_slide_page{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.4vw;
}
.swiper_con03_slide_img{
    width: 40.8924%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 19vw 0 7vw 0;
}
.swiper_con03_btn{
    width: 1.41732%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 35%;
    cursor: pointer;
    z-index: 5;
}
.swiper_con03_prev{
    left: 25%;
}
.swiper_con03_next{
    right: 25%;
    transform: rotateY(180deg);
}
.con03_04 {
    width: 15.643%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_03 {
    width: 46.8549%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_02 {
    width: 15.1706%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_04 {
    width: 50.835%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_05{
    width: 5.98425%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_02 {
    width: 8.71391%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_04 {
    width: 43.2606%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con06{
    padding-top: 6vw;
}
.con06_01{
    width: 30.1312%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.swiper_con06_wrap{
    background-color: var(--main-blue);
    padding: 2.6vw 0;
}
.swiper_con06{
    width: 95%;
    background-color: #fff;
}
.swiper_con06_slide{
    width: 100%;
    display: flex;
}
.swiper_con06_slide.this{
    background-color: var(--main-sky);
}
.swiper_con06_slide_box{
    width: 50%;
}
.swiper_con06_slide_box.left{
    width: 49.6685%;
    height: 41.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.swiper_con06_slide_box.left img{
    height: 100%;
    object-fit: cover;
}
.swiper_con06_slide_box.right{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.swiper_con06_slide_title{
    margin-bottom: 2vw;
}
.swiper_con06_line{
    width: 65%;
    height: 1px;
    background-color: var(--main-navy);
    margin-bottom: 2vw;
}
.swiper_con06_tt{
    color: var(--main-navy);
    font-size: 1.1vw;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
}
.swiper_con06_num{
    top: 7%;
    right: 5%;
}
.con06_04 {
    width: 16.2431%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_06 {
    width: 42.7624%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_09 {
    width: 16.9061%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_12 {
    width: 16.9061%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_13{
    width: 34.0331%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_15 {
    width: 36.9061%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_16 {
    width: 17.0166%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_17{
    width: 25.8564%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_03{
    width: 3.35958%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    margin-right: 0.5vw;
    top: 50%;
}
.swiper_con06_page {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3.8vw;
    font-size: 0.9vw;
    color: var(--main-blue);
    top: 0 !important;
}
.swiper-pagination-bullet{
    background-color: transparent;
    font-family: 'NanumSquareNeoHeavy';
    font-weight: 900;
    opacity: 0.5;
    width: 1vw;
    text-align: center;
    position: relative;
    transition: 0.3s;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 1.8vw;
    background-color: var(--main-blue);
    left: 50%;
    bottom: -740%;
    opacity: 0.5 !important;
}
.swiper-pagination-bullet:last-child::after{
    display: none;
}




.con07{
    padding: 10vw 0;
    background: url("/images/con07_03.png") no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.con07_01{
    width: 100.735%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.2;
}
.con07_02{
    width: 14.8556%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.con07_04{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}



.con08{
    padding-top: 6vw;
}
.con08_01{
    width: 27.3491%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.sub.navy{
    font-weight: 600;
}
.con08_tt{
    margin-bottom: 3vw;
}
.con08_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.5vw;
}
.con08_con_box{
    background-color: var(--main-sky);
    border-radius: 2.2vw;
    padding: 4vw 0 3vw 0;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con08_con_tt{
    text-align: center;
    font-size: 1vw;
    line-height: 1.3;
    color: var(--main-navy);
    font-weight: 500;
}
.con08_04{
    width: 41.0761%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con08_03{
    width: 72.0472%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con08_05 {
    width: 50.9186%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 26.5%;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
    transform: translateX(2vw)
}
.con08_08{
    width: 31.4961%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con08_con_tt02{
    font-size: 0.85vw;
    font-weight: 500;
    margin-bottom: 4vw;
}
.con08_con_box_con{
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 3vw;
}
.con08_06{
    width: 13.7795%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_07{
    width: 13.1234%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_09{
    width: 103.81%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -80%;
}
.con08_10{
    width: 54%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -70%;
}
.con08_11{
    width: 8.13648%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1vw;
}
.con08_con_box.item1:hover .con08_05 {
    opacity: 1;
    transform: translateX(0);
}




.con09{
    padding: 11vw 0;

    cursor: url('/images/con09_04.png') 33 42, auto;
}
.con09_con{
    width: 80%;
}
.con09_tt{
    font-size: 0.95vw;
    line-height: 1.3;
    color: var(--main-navy);
    font-weight: 500
}
.con09_01{
    width: 16.8635%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con09_02 {
    width: 19.0551%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 21%;
    top: 15%;
    z-index: -1;
}
.con09_03 {
    width: 33.662%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.8vw;
}
.swiper_con09{
    width: 53%;
    right: 0;
}
.swiper_con09_slide{
    width: 28vw;
}
.swiper_con09_slide_video{
    width: 28vw;
    height: 24vw;
    border-radius: 2vw;
    overflow: hidden;
    margin-bottom: 1vw;
}
.con09_05{
    width: 28.647%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_06{
    width: 50.97%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_07{
    width: 29.765%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_08{
    width: 30.135%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_09{
    width: 41.484%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_10{
    width: 42.3792%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.con10{
    background: url("/images/con10_01.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con10_con{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3vw 0;
}
.con10_tt{
    color: #fff;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
}
.con10_02{
    width: 56.0175%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5vw;
}
.con10_con_box.left{
    width: 30%;
}
.con10_con_box.right{
    width: 50.9843%;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}
.con10_03{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_con10{
    width: 100%;
    padding: 1vw 0;
    background-color: var(--main-navy);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}



.con11{
    padding-top: 7vw;
}
.con11_01{
    width: 29.2388%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con11_tt{
    margin-bottom: 4vw;
}
.con11_con_box.item1{
    background: url("/images/con11_02.png") no-repeat;
    background-size: cover;
    background-position: center top;
}
.con11_con_box.item2{
    background: url("/images/con11_08.png") no-repeat;
    background-size: cover;
    background-position: center top;
}
.con11_con_box.item3{
    background: url("/images/con11_15.png") no-repeat;
    background-size: cover;
    background-position: center top;
}
.con11_con{
    width: 100%;
}
.con11_con_box{
    width: 100%;
    height: 45vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3vw;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
}
.con11_con_box_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
    margin-top: 8.5vw;
}
.con11_con_video {
    width: 36vw;
    height: 20.2vw;
    border-radius: 1.6vw;
    overflow: hidden;
}
.con11_con_box_con_right{
    width: 25%;
}
.con11_con_box_con_right_row{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2vw;
    margin-bottom: 1.5vw;
}
.con11_04{
    width: 65.1261%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con11_05{
    width: 21.0084%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_06{
    width: 47.479%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_con_right_tt{
    font-size: 1.05vw;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
}
.con11_con_right_tt span{
    font-size: 0.9vw;
}
.con11_03{
    width: 9.50131%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_07 {
    width: 30.0885%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -20%;
}
.con11_09{
    width: 8.08399%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_10{
    width: 40.2625%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_12{
    width: 30.6723%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con11_13{
    width: 18.0672%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_14 {
    width: 47.479%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_11{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 20%;
}
.con11_20 {
    width: 22.6772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21.7%;
    left: 40%;
}
.con11_21 {
    width: 126.389%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -9%;
}
.con11_22 {
    width: 13.4259%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 49%;
    left: 46.5%;
}
.con11_23 {
    width: 30.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 51%;
    left: 38%;
}
.con11_16{
    width: 6.98163%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_17{
    width: 17.7953%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 38%;
    left: 20%;
}
.con11_18 {
    width: 6.29921%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 49.5%;
    left: 20%;
}
.con11_19{
    width: 71.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -90%;
}
.con11_07_this{
    width: 79.0698%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -70%;
}
.con11_25 {
    width: 26.0367%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 16%;
    bottom: 20%;
}
.con11_25 > img {
    animation: car 2s infinite ease-in-out;
}
@keyframes car {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-2vw);
    }
    
    75% {
        transform: translateX(2vw);
    }
}
.con11_26 {
    width: 66.5323%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 83%;
    left: 31%;
}
.con11_27 {
    width: 19.2126%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 12%;
    right: 17%;
}
.con11_24{
    width: 5.55556%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_24.item1 {
    top: 27%;
    left: 27%;
}
.con11_24.item2 {
    top: 17%;
    left: 53%;
}
.con11_24.item3 {
    top: 24%;
    left: 62%;
}
.con11_24.item4 {
    top: 18%;
    left: 81%;
}
.con11_24.item5 {
    top: 28%;
    left: 88%;
}
.con11_24.item6 {
    top: 53%;
    left: 22%;
}
.con11_24.item7 {
    top: 58%;
    left: 32%;
}
.con11_24.item8 {
    top: 51%;
    left: 60%;
}
.con11_24.item9 {
    top: 91.5%;
    left: 23%;
}




.con12{
    padding: 3vw 0 5vw 0;
}
.con12_01{
    width: 42.3097%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con12_02{
    width: 53.0709%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10vw;
}
.con12_03{
    width: 30.6037%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con12_04 {
    width: 19.0551%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    top: 29%;
    right: 31%;
}
.con12_line{
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: 2vw;
}
.con12_tt{
    margin-bottom: 5vw;
}
.swiper_con12{
    width: 100%;
    margin-bottom: 1vw;
}
.swiper_con12 .swiper-wrapper{
    align-items: center;
}

.logo1{
    width: 13vw !important;
}
.logo1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper_con12_rev{
    width: 100%;
}




.con13_in{
    width: 95%;
    border-radius: 1.6vw;
    background: url("/images/con13_01.png") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 9vw 0 8vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 2.5vw;
}
.con13_02{
    width: 21.989%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con13_line{
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 3vw;
}
.con13_04{
    width: 18.3425%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con13_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1vw;
}
.con13_con_box{
    width: 15vw;
    height: 8vw;
    border-radius: 1.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
    z-index: 1;
}
.con13_con_box::after{
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    transition: 0.5s;
    border-radius: 1.6vw;
}
.con13_tt {
    margin-bottom: 5vw;
}
.con13_logo{
    width: 62.1528% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_07 {
    width: 134.722%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 24%;
    top: 82%;
    opacity: 0;
    transform: translateX(-2vw);
    transition: 0.5s;
    z-index: 5;
}
.con13_con_box:hover::after{
    width: 100%;
}
.con13_con_box:hover .con13_07{
    opacity: 1;
    transform: translateX(0);
}

.con13_popup{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
}
.con13_popup_box{
    width: 65%;
    height: 30vw;
    border-radius: 1.8vw;
    overflow: hidden;
    display: flex;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.con13_popup_video{
    width: 45%;
    height: 100%;
}
.con13_popup_video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.con13_popup_right{
    width: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con13_popup_right_in{
    width: 80%;
    margin-top: 2vw;
}
.con13_popup_right_tt01{
    font-size: 1.2vw;
    font-weight: 500;
    margin-bottom: 0.2vw;
    margin-left:1vw;
}
.con13_popup_right_tt02{
    font-size: 1.5vw;
    font-weight: 800;
    margin-bottom: 2.5vw;
    margin-left:1vw;
}
.con13_popup_right_logowrap{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 2.5vw 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    margin-bottom: 2vw;
}
.con13_10{
    width: 29.7248%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1.2vw;
    left: 50%;
    transform: translateX(-50%);
}
.con13_popup_right_tt03{
    font-size: 0.9vw;
    height: 8vw;
    font-weight: 500;
    line-height: 1.5;
    overflow: scroll;
    margin-left: 1vw;
}
.con13_popup_right_tt03::-webkit-scrollbar{
    display:none;
}
.con13_09{
    width: 3.81791%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    right: 5%;
    cursor: pointer;
}
.con13_popup_logo{
    width: 6vw !important;
}




.con14_con{
    width: 100%;
    height: 49vw;
    display: flex;
}
.con14_con_left{
    width: 54%;
    background: url("/images/con14_01.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}
.con14_con_left_con{
    width: 60%;
    margin: 0 auto;
    margin-top: 12vw;
}
.con14_con_left_tt{
    text-align: start;
    font-weight: 400;
}
.con14_02{
    width: 1.74927%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
}
.con14_03{
    width: 52.5122%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.con14_04{
    width: 52.9984%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con14_con_right{
    width: 46%;
    height: 100%;
    cursor: url('/images/con14_cursor.png') 33 42, auto;
}
.con14_con_right_in_row{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8vw;
}
.con14_con_right_tt01{
    font-size: 1.9vw;
    font-style: italic;
    letter-spacing: -0.05vw;
}
.con14_con_right_in{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 5vw;
    height: 100%;
    overflow: scroll;
    padding-top: 4vw;
}
.con14_con_right_in::-webkit-scrollbar{
    display:none;
  }
.con14_con_right_tt02{
    font-size: 0.9vw;
    font-weight: 500;
    line-height: 1.5;
}
.con14_con_right_line{
    width: 1px;
    height: 100%;
    top: 0;
    left: 31%;
    background-color: #000;
}
.con14_con_right_circle {
    width: 10px;
    height: 10px;
    background-color: var(--main-blue);
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 9.5%;
}
.swiper_con14{
    width: 100%;
    padding: 1.2vw 0;
    background-color: var(--main-navy);
}
.con14_06{
    width: 102.535%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.con15{
    padding-bottom: 5vw;
    background: url("/images/con15_13.png") no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.con15_01{
    width: 18.0577%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con15_02{
    width: 2.88714%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con15_03{
    width: 25.9843%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con15_tt{
    margin-bottom: 4vw;
}
.con15_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.5vw;
}
.con15_con_box{
    width: 40.1575%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con15_con_box_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.3vw;
}
.con15_box_title{
    margin-bottom: 1.3vw;
}
.con15_box_line{
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: 1.3vw;
}
.con15_con_tt01{
    font-size: 1.2vw;
    color: var(--main-navy);
    font-weight: 800;
    margin-bottom: 0.5vw;
}
.con15_con_tt02{
    font-size: 0.9vw;
    color: var(--main-navy);
    font-weight: 600;
}
.con15_box {
    width: 77.9085%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 5;
    left: 12%;
}
.con15_04 {
    width: 40.1307%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 14%;
    top: -17%;
}
.con15_05 {
    width: 53.5948%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 33%;
    top: 14%;
}
.con15_07 {
    width: 20.3922%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_08 {
    width: 35.4248%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 36%;
    top: -13%;
}
.con15_10 {
    width: 28.6275%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 56%;
    top: 32%;
}
.con15_12 {
    width: 19.8693%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_line{
    width: 1px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
}
.con15_line.left{
    left: 5%;
}
.con15_line.right{
    right: 5%;
}




.con16{
    padding: 8vw 0 5vw 0;
}
.con16_01{
    width: 19.1601%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
}
.con16_con{
    width: 75%;
}
.con16_con_box{
    width: 100%;
    transition: 0.3s;
}
.con16_con_box_top{
    width: 100%;
    border-bottom: 1px solid #000;
    padding: 1vw 0;
    cursor: pointer;
}
.con16_con_box_top_in{
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1vw;
    margin: 0 auto;
}
.con16_con_box_top_Q{
    font-size: 1.8vw;
    color: var(--main-blue);
}
.con16_con_box_top_tt01{
    font-size: 1.05vw;
    width: 90%;
    font-family: 'NanumSquareNeoBold';
}
.con16_con_box_btm{
    width: 100%;
    display: none;
}
.con16_con_box_top_tt02{
    width: 85%;
    margin: 0 auto;
    font-size: 1.05vw;
    padding: 1.5vw 0;
    font-weight: 400;
}
.con16_03{
    width: 4.36573%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.con16_con_box.on{
    background-color: var(--main-sky);
}
.con16_con_box.on .con16_con_box_top_tt01{
    font-family: 'NanumSquareNeoHeavy';
}
.con16_con_box.on .con16_03{
    rotate: 180deg;
}



.con17{
    padding-top: 5vw;
    background: url("/images/con17_01.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con17_02{
    width: 29.9213%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.6vw;
}
.con17_tt{
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 2vw;
}
.con17_btnwrap{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
    padding-bottom: 0.5vw;
    border-bottom: 1px solid #fff;
    margin-bottom: 1.8vw;
}
.con17_btn{
    padding: 0.8vw 2vw;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}
.con17_btn_line{
    width: 1px;
    height: 2vw;
    background-color: #fff;
}
.con17_btn.on{
    background-color: var(--main-blue);
}
.con17_btn:hover{
    background-color: var(--main-blue);
}
.con17_form_wrap{
    width: 100%;
    flex-direction: column;
    margin-bottom: 5vw;
}

.form_input_06 {
    resize: none;
    height: 6vw !important;
    padding: 1vw;
    box-sizing: border-box;
}
.form_col.this{
    height: auto;
}
.form_col.this .form_input_box{
    align-items: start;
}
.form_agree_box{
    display: flex;
    gap: 2vw;
}
.form_agree_wrap label{
    color: #fff;
    display: flex;
    font-weight: 400;
}

/* .con17_form_wrap_box.absol .form_col  label{
    width: 8vw;
} */
.con17_form_wrap_box.on{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.swiper_con17{
    width: 100%;
    padding: 1vw 0;
    bottom: 0;
}
.con17_form_wrap_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    transform: translateY(4vw);
}
.con17_05{
    width: 100.328%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_04{
    width: 31.4516%;
    display: flex;
    justify-content: center;
    align-items: center;
}












/* form1 - start */
div.form_wrap {
    width: 33%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    color: #000;
    font-size: 1.1vw;
    padding: 2.5vw 4vw;
    background-color: #fff;
    border-radius: 1vw;
    z-index: 5;
    /* border: 1px solid var(--main-green); */
    overflow: hidden;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.5vw;
  }
  .form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Pretendard Variable';
    gap: 1vw;
  }
  .form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: #000;
    background-color: #f1f1f1;
    padding-left: 1vw;
    border-radius: 100px;
  }
  .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 > label::before {
    content: "*";
    color: #1a7037;
    position: absolute;
    left: -1vw;
    font-size: 1.5vw;
    
  } */
  
  .form label {
    display: inline-block;
    width: 6vw;
    white-space: nowrap;
    font-family: 'NanumSquareNeoBold';
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  
  /* .form_input_box > label {
    font-family: "SF_HambakSnow";
  } */
  .form_input_01,
  .form_input_02,
  .form_input_03,
  .form_input_04,
  .form_input_05,
  .form_input_06 {
    width: 70%;
  }
  .form_input_06 {
    /* width: 70%; */
    height: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-size: 3%;
    background-position: 90%;
    cursor: pointer;
    border-radius: 1.2vw;
  }
  .form_check_wrap {
    width: 65%;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .form_check_wrap01 {
    gap: 0.5vw;
  }
  .form_check_wrap01 label {
    width: fit-content;
    height: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #000;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #0000007a;
    padding: 0 0.3vw;
  }
  /* .form_check_wrap01 label:hover {
    background-color: #ef823a;
    color: white;
    border-color: #ef823a;
    font-family: 'SUIT-SemiBold';
  } */
  .form_check_wrap01 input:checked + label {
    background-color: #f5c471;
    color: white;
    border-color: #01053e;
    font-family: "SUIT-SemiBold";
  }
  .agree_text {
    cursor: pointer;
    font-family: 'NanumSquareNeo';
    color: #fff;
    margin-right: 5vw;
  }
  .agree_text span{
    color: var(--main-blue);
    font-family: 'NanumSquareNeoHeavy';
  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  
  .footeer_agree_checkbox_01,
  .footeer_agree_checkbox_02,
  .footeer_checkbox_05,
  .footeer_checkbox_06 {
    width: 0.8vw;
    height: 0.8vw;
    outline: 1px solid #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border-radius: 100%;
    margin-right: 0.5vw;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footeer_checkbox_05,
  .footeer_checkbox_06 {
    display: none;
  }
  .footeer_checkbox_05:checked::before,
  .footeer_checkbox_06:checked::before {
    content: "";
    display: inline-block;
    width: 70%;
    height: 70%;
    background-color: #000;
    border-radius: 50%;
    /* scale: 0.7; */
  }
  .footeer_agree_checkbox_01:checked::before {
    content: '';
    position: absolute;
    background-color: var(--main-blue);
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 100%;
}
  .footeer_agree_checkbox_02:checked::before {
    content: '';
    position: absolute;
    background-color: var(--main-blue);
    width: 0.6vw;
    height: 0.6vw;
    border-radius: 100%;
}


  .label_line{
    width: 93%;
    height: 80%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    border-radius: 0.3vw;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
}
  .form_col .form_check_wrap input:checked + label {
    background-color: var(--main-green);
    color: white;
    font-family: 'Paperlogy-6SemiBold' !important;
    border-color: #fff;
}
  .form_col .form_check_wrap input:checked + label .label_line{
    opacity: 1;
}


  .form_check_name_05,
  .form_check_name_06 {
    width: 50%;
    height: 2.5vw;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0.5vw;
    font-size: 1vw;
    text-align: center;
    line-height: 2.5vw;
    transition: 0.3s;
    font-family: 'Paperlogy-4Regular' !important;
    border: 1px solid #969696;
  }
  :is(  .form_check_name_05,.form_check_name_06):hover{
    background-color: var(--main-green);
    font-family: 'Paperlogy-6SemiBold' !important;
    color: #fff;
  }
  .form_check_name_05 {
    margin-right: 1vw;
  }
  .form_agree_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.9vw;
    /* margin: 0.7vw 0 1vw; */
    margin-bottom: 1vw;
    border-radius: 0.6vw;
    padding-left: 37%;
    box-sizing: border-box;
    margin-top: 1vw;
  }
  .form_submit_div {
    width: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    background-color: var(--main-blue);
    padding: 1.3vw 0;
    font-size: 1.2vw;
    font-weight: 600;
    border-radius: 100px;
    bottom: -11.5%;
  }
  .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 */


.con15_04 img{
    animation: ddm_m 1.5s infinite;
}
.con15_05 img{
    animation: ddm_m 1.5s 0.5s infinite;
}
.con15_08 img{
    animation: ddm_m 1.5s 0.7s infinite;
}
.con15_10 img{
    animation: ddm_m 1.5s 0.3s infinite;
}