::selection {
    background: #000;
    color: #ffffff;
}
::-webkit-scrollbar {
    width: 0.5vw;
}
::-webkit-scrollbar-track {
    background: #000;
}
::-webkit-scrollbar-thumb { 
    background: var(--main-blue);
    border-radius: 100px;
}



* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
/*     content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png); */
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

.shakeTwice {
    animation: shakeTwice 2s ease-in-out infinite;
    transform-origin: center;
  }
  .shakeTwices {
    animation: shakeTwices 2s ease-in-out infinite;
    transform-origin: center;
  }
  @keyframes shakeTwice {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(5deg);
    }
    20% {
      transform: rotate(-5deg);
    }
    30% {
      transform: rotate(4deg);
    }
    40% {
      transform: rotate(-4deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes shakeTwices {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(3deg);
    }
    20% {
      transform: rotate(-3deg);
    }
    30% {
      transform: rotate(2deg);
    }
    40% {
      transform: rotate(-2deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-8deg);
    }
    65% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    75% {
        transform: scale(1.02);
        transform: translateY(10px);
    }
    100% {
        transform: scale(1);
        transform: translateY(0px);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeX_r {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes marqueeY_r {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

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


/* 퍼블시작 */


:root{
    --main-blue: #3037C2;
    --main-sky: #F4F4FE;
    --main-yellow: #ffd252;
}
.blue{
    color: #3037C2;
}
.sky{
    color: #F4F4FE;
}
.yellow{
    color: #ffd252;
}
b{
    font-weight: 600;
}
.bold{
    font-weight: 600;
}
.sub {
    font-size: 1.6vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}
.sub p {
    overflow: hidden;
}
.title{
    font-size: 3vw;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 3vw;
}
.title p{
    overflow: hidden;
}
.title b{
    font-weight: 600;
}
.subtt{
    font-size: 1.05vw;
    line-height: 1.5;
    text-align: center;
}
.italictt{
    font-size: 0.95vw;
    font-style: italic;
}
.mon {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
}






.hamburger_bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9997;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .hamburger_bg.on {
    opacity: 1;
    visibility: visible;
  }


  .hamburger_btn {
    top: 3.7vw;
    right: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5vw;
    cursor: pointer;
    z-index: 9999;
    transition: 0.3s;
    position: fixed;
    padding: 0.8vw;
}
.hamburger_btn:hover .hamburger_line.top{
    animation: cursor 1s infinite;
}
.hamburger_btn:hover .hamburger_line.mid{
    animation: cursor 1s 0.2s infinite;
}
.hamburger_btn:hover .hamburger_line.btm{
    animation: cursor 1s 0.4s infinite;
}
@keyframes cursor {
    0% {
      transform: translate(0, 0);
    }
  
    25% {
      transform: translateY(-30%);
    }
  
    60% {
      transform: translate(0, 0);
    }
  
    100% {
      transform: translate(0, 0); /* 여기서 멈춰 있음 */
    }
  }
.hamburger_line{
    width: 2px;
    height: 0.8vw;
    /* background-color: #fff; */
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    /* backdrop-filter: invert(1); */
    border-radius: 100px;
    z-index: 9999;
}
.hamburger_menubox{
    width: 25vw;
    height: 100vh;
    background-color: rgba(14, 16, 131, 0.788);
    color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 8vw 0;
    /* transform: translateX(100%); */
    right: -100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.7s;
    backdrop-filter: blur(8px);
    z-index: 9998;
}
.hamburger_menubox.on{
    /* transform: translateX(0%); */
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: 0.6s;
}
/* 페이지 초기 로딩 시 트랜지션 비활성화 */
.hamburger_menubox.no-transition {
    transition: none !important;
  }

/* .hamburger_btn.on {
    border: 1px solid #fff;
} */

.hamburger_btn.on{
    transform: rotate(90deg) !important;
}
.hamburger_btn.on .hamburger_line{
    animation: none !important;
    background-color: #fff !important;
}
.hamburger_menuwrap{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}
.arrow{
    width: 0.5208vw !important;
}
.hamburger_menu .arrow{
    top: 50%;
    transform: translateY(-50%);
    left: 110%;
    opacity: 0;
    transition: 0.3s;
}
.hamburger_menu{
    width: fit-content;
    font-size: 1.4vw;
    /* display: inline-block; */
    transition: 0.3s;
    position: relative;
    cursor: pointer;
}

.hamburger_menubox_btn{
    width: 2vw;
    height: 2vw;
    top: 1.3vw;
    right: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.hamburger_menubox_line{
    width: 2px;
    height: 1.4vw;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s;
    border-radius: 100px;
}
.hamburger_menubox_line.top {
    rotate: 45deg;
}
.hamburger_menubox_line.btm {
    rotate: -45deg;
}
.hamburger_menu span{
    display: inline-block;
}




.sub_main {
    padding: 18vw 0 4.5vw 0;
    border-bottom: 1px solid #000;
}
.sub_main > div {
    overflow: hidden;
}



.swiper_btn::after{
    content: "";
    position: absolute;
    width: 1.4vw;
    height: 1.4vw;
    border: 1px solid #cecece;
    border-radius: 100%;
    left: 53%;
    top: 58%;
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    transition: 0.3s;
  }
  .swiper_btn:hover::after{
    transform: translate(-50%, -50%) scale(1);
  }



.hamburger_menu_drop{
    width: 6vw;
    font-size: 0.95vw;
    font-family: 'Pretendard variable';
    display: flex;
    flex-direction: column;
    gap: 0.7vw;
    padding-top: 1.5vw;
    letter-spacing: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    transform: translateX(-1vw);

}
.hamburger_menu_drop a{
    position: relative;
    opacity: 0.4;
    transition: 0.3s;
}
.hamburger_menu_drop .arrow2{
    opacity: 0;
    transition: 0.3s;
}

.arrow2{
    width: 0.5vw !important;
    left: 6.5vw;
    top: 7%;
}
.arrow2 img{
    width: 100%;
}


@media screen and (min-width:600px) {
    .hamburger_menu:hover{
        letter-spacing: 0.3vw;
    }
    .hamburger_menu:hover .arrow{
        opacity: 1;
    }
    .hamburger_menu.this:hover .hamburger_menu_drop{
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
    .hamburger_menu_drop a:hover{
        opacity: 1;
    }
    .hamburger_menu_drop a:hover .arrow2{
        opacity: 1;
    }
}



@media screen and (max-width:599px) {
    .hamburger_menu_drop {
        width: auto;
        font-size: 4.2vw;
        gap: 3vw;
        padding-top: 2vw;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
    }
    .hamburger_menu_drop a{
        opacity: 0.9;
    }
    .hamburger_menu.this.on .hamburger_menu_drop{
        opacity: 1;
        visibility: visible;
        padding-top: 5vw;
    }
}