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

ul,
ol {
    list-style: none;
}

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    }

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

    }

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

    }

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

    }

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

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

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

/* 퍼블시작 */


:root{
    --main-blue: #3235cd;
    --main-gray: #666666;
}
.blue{
    color: #3235cd;
}
.gray{
    color: #666666;
}

/* b{
    font-family: 'SUIT-Bold';
} */
.bold{
    font-family: 'SUIT-Bold';
}
.sub{
    font-size: 1.1vw;
    margin-bottom: 1.3vw;
    text-align: center;
    line-height: 1.5;
}
.brico2 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 200;
    line-height: 1;
}
.brico3 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
    line-height: 1;
}
.brico4 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 400;
    line-height: 1;
}
.brico5 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 500;
    line-height: 1;
}
.brico6 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 600;
    line-height: 1;
}
.brico7 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 700;
    line-height: 1;
}
.brico8 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
    line-height: 1;
}


.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.6);
  }
  .hamburger_bg.on {
    opacity: 1;
    visibility: visible;
  }


.hamburger_btn{
    width: 2.3vw;
    height: 2.3vw;
    /* border: 1px solid #fff; */
    top: 1.1vw;
    right: 2.9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
    transition: 0.3s;
    position: fixed;
    /* backdrop-filter: blur(6px); */
    overflow: hidden;
}
.hamburger_btn::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* 테두리 두께 */
    background: rgba(255,255,255,0.2); /* 테두리 색(선택사항) */
    backdrop-filter: invert(1); /* 백드롭 필터 인버트 효과 */
    -webkit-backdrop-filter: invert(1);
    pointer-events: none;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude; /* 내부를 투명하게 빼내기 */
    -webkit-mask-composite: xor; /* Safari 호환 */
  }


.hamburger_line_wrap{
    width: 1vw;
    height: 0.8vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}
.hamburger_line{
    width: 100%;
    height: 1px;
    /* background-color: #fff; */
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}
.hamburger_line::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* 테두리 두께 */
    background: rgba(255,255,255,0.2); /* 테두리 색(선택사항) */
    backdrop-filter: invert(1); /* 백드롭 필터 인버트 효과 */
    -webkit-backdrop-filter: invert(1);
    pointer-events: none;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude; /* 내부를 투명하게 빼내기 */
    -webkit-mask-composite: xor; /* Safari 호환 */
  }
.hamburger_menubox{
    width: 25vw;
    height: 100vh;
    background-color: rgba(50, 53, 205, 0.9);
    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 .hamburger_line{
    opacity: 0;
}
.hamburger_btn.on .hamburger_menubox_line{
    opacity: 1;
}
.hamburger_menuwrap{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}
.hamburger_menu{
    font-size: 1.4vw;
    /* display: inline-block; */
}
.hamburger_menubox_btn{
    width: 2vw;
    height: 2vw;
    border: 1px solid #fff;
    top: 1.3vw;
    right: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.hamburger_menubox_line{
    width: 1.4vw;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s;
}
.hamburger_menubox_line.top {
    rotate: 45deg;
}
.hamburger_menubox_line.btm {
    rotate: -45deg;
}
.hamburger_menu span{
    display: inline-block;
}









.amain{
    height: 95vh;
    background: url("/images/amain_bg.jpg") no-repeat;
    background-size: cover;
    z-index: 0;
}
.amain_tt01{
    font-size: 1.3vw;
    margin-bottom: 0.5vw;
}
.amain_tt02{
    font-size: 3.4vw;
    margin-bottom: 2vw;
    overflow: hidden;
}
.amain_line{
    width: 1px;
    height: 7vw;
    background-color: #fff;
    margin-bottom: 2.5vw;
}
.amain_tt03{
    font-size: 2.8vw;
    margin-bottom: 4vw;
    overflow: hidden;
}
.amain_01{
    width: 34.0682%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: -1;
}
.amain_tt04 {
    font-size: 12vw;
    bottom: -0.5%;
    line-height: 1;
    text-align: center;
}
.amain_tt04 p.absol{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.swiper_amain{
    width: 100%;
    height: 25%;
    bottom: 0;
    color: #fff;
}
.swiper_amain_slide{
    width: 100%;
}
.swiper_amain .swiper-slide{
    opacity: 0;
    transition: 0.3s;
}
.swiper_amain .swiper-slide-active{
    opacity: 1;
}





.acon01{
    padding: 5vw 0;
}
.acon01_top_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    margin-bottom: 8vw;
}
.acon01_top_con_box{
    width: 33%;
    border: 1px solid #ddd;
    border-radius: 1.6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5vw 0;
}
.acon01_top_tt01{
    font-size: 1.6vw;
    margin-bottom: 1.5vw;
}
.acon01_top_tt02{
    font-size: 3.8vw;
    margin-bottom: 1.8vw;
}
.acon01_top_tt03{
    font-size: 1.05vw;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
}
.acon01_tt01{
    font-size: 3vw;
    margin-bottom: 1.5vw;
}
.acon01_tt02{
    font-size: 1.1vw;
    margin-bottom: 3vw;
    text-align: center;
    line-height: 1.5;
}
.acon01_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1.5vw;
}
.acon01_con_box{
    width: 24.147%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.4vw;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}
.acon01_con_box.this{
    transform: translateY(2.5vw);
}
.acon01_con_box_in{
    width: 100%;
    height: 100%;
    background-color:rgba(50, 53, 205, 0.7);
    backdrop-filter: blur(6px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 3vw 2.8vw;
    box-sizing: border-box;
    color: #fff;
    opacity: 0;
    transition: 0.5s;
    cursor: pointer;
}
.acon01_con_box_in_num {
    font-size: 5vw;
    color: #fff;
    opacity: 0.3;
    right: 2vw;
    top: 1.8vw;
}
.acon01_con_box_in_tt01{
    font-size: 2.1vw;
    line-height: 1.2;
    margin-bottom: 1vw;
}
.acon01_con_box_in_tt02{
    font-size: 1vw;
    line-height: 1.5;
    font-family: 'SUIT-Light';
}
.acon01_con_box:hover {
    box-shadow: rgba(50, 53, 205, 0.1) 0 0.8vw 1vw 0.5vw;
}
.acon01_con_box:hover .acon01_con_box_in{
    opacity: 1;
}





.acon03{
    padding: 8vw 0;
}
.acon03_01{
    width: 11.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.acon03_02{
    width: 30.8136%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.acon03_03{
    width: 27.9265%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
.acon03_tt04{
    font-size: 1.3vw;
    text-align: center;
    line-height: 1.5;
}



.fall_section {
    width: 100%;
    height: 100%;
    bottom: 0%;
    z-index: 10;
  }
  .matter-canvas{
    width: 100%;
    height: 100% !important;
    cursor: pointer;
  }
  
  .tag_wrap {
    position: absolute;
    inset: 0;
    pointer-events: none;

  }
  
  .tag {
    position: absolute;
    padding: 0.7vw 1.5vw;
    box-sizing: border-box;
    color: var(--main-blue);
    border: 1px solid var(--main-blue);
    background-color: #fff;
    border-radius: 30px;
    white-space: nowrap;
    text-align: center;
    font-size: 1.2vw;
    user-select: none;
    /* visibility: hidden; */
    /* visibility: hidden; */

 }








.acon04{
    background-color: var(--main-blue);
    padding: 6vw 0 5vw 0;
}
.acon04_tt01{
    font-size: 5.4vw;
    margin-bottom: 1vw;
    overflow: hidden;
}
.acon04_tt02{
    font-size: 1.2vw;
    margin-bottom: 2.5vw;
}
.acon04_con{
    width: 50%;
    height: 26vw;
    background-color: #fff;
    border-radius: 2.4vw;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5vw;
    /* overflow: scroll; */
}
/* .acon04_con::-webkit-scrollbar{
    display:none;
  } */
.acon04_con_tt{
    text-align: center;
    padding: 3vw 0;
    font-size: 2.6vw;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    z-index: 5;
}
.acon04_con_box{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    padding-top: 1vw;
    padding-bottom: 2vw;
}
.acon04_right{
    margin-left: auto;
}
.acon04_tt03{
    text-align: center;
    line-height: 1.5;
    font-size: 1.15vw;
}
.acon04_01{
    width: 58.9265%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon04_02{
    width: 67.9113%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon04_03{
    width: 49.825%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon04_04{
    width: 71.5286%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon04_05{
    width: 46.3244%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon04_06{
    width: 67.9113%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon04_07{
    width: 43.6406%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon04_08{
    width: 67.9113%;
    display: flex;
    justify-content: center;
    align-items: center;
}





.acon05{
    flex-direction: row !important;
    height: 55vw;
}
.acon05_left{
    width: 50%;
}
.acon05_left_row{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2.5vw 0 1.8vw 0;
}
.acon05_left_ttbox{
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2vw;
}
.acon05_left_tt01{
    font-size: 1.6vw;
}
.acon05_left_tt02{
    font-size: 1.05vw;
}
.swiper_acon05, .swiper_acon05_rev{
    width: 100%;
}
.swiper_acon05_slide{
    width: 11vw;
    border: 1px solid #ddd;
    padding: 1.2vw;
    box-sizing: border-box;
    background-color: #fff;
}
.swiper_acon05_slide_tt{
    margin-bottom: 1vw;
    width: 100%;
    font-family: 'SUIT-Medium';
}
.swiper_acon05_slide_img{
    width: 4.8vw !important;
    height: 4.8vw;
    margin-left: auto;
}
.swiper_acon05_slide_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.acon05_left_row.this{
    background-color: #E8E9FE;
}
.acon05_right{
    width: 50%;
    height: 100%;
    background: url("/images/acon05_01.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper_acon05_right{
    width: 100%;
    bottom: 0;
}
.swiper_acon05_right_slide{
    font-size: 9vw;
    white-space: nowrap;
    line-height: 0.8;
}





.acon_video_sec{
    background-color: #000;
    height: 48vw;
}
.acon_video {
    position: absolute;
    width: 96%;
    height: 96%;
    border-radius: 2vw;
    overflow: hidden;
    bottom: 0;
}
.acon_video iframe{
    scale: 1.3;
}






.acon06{
    background-color: #000;
    padding: 7vw 0 6vw 0;
    color: #fff;
}
.acon06_tt01{
    font-size: 3.2vw;
    margin-bottom: 1.5vw;
}
.acon06_tt01 span{
    background-color: var(--main-blue);
    border-radius: 0.6vw;
    padding: 0 0.5vw;
}
.acon06_tt02{
    font-size: 1.6vw;
    margin-bottom: 3vw;
}
.acon06_con_tt01{
    text-align: center;
    line-height: 1.5;
    font-size: 1.6vw;
    margin-bottom: 3vw;
}
.acon06_con{
    width: 39%;
    backdrop-filter: blur(5px);
    border-radius: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}
.acon06_con_in{
    height: 100%;
    top: 0;
}
.acon06_con_row{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5vw;
    margin-bottom: 3vw;
}
.acon06_con_row_tt{
    font-size: 1.3vw;
}
.acon06_con_line{
    width: 51%;
    height: 1px;
    background-color: #fff;
}
.acon06_02{
    width: 15.0396%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1.4vw;
    right: -7%;
    animation: moveRightLeft 5s infinite ease-in-out;
}
@keyframes moveRightLeft {
    0% {
      right: -8%;
    }
    50% {
      right: 92%;
    }
    100% {
      right: -8%;
    }
  }
.acon06_con_tt02{
    font-size: 1.3vw;
}
.acon06_01{
    width: 7.34908%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 27%;
    top: 28%;
}
.swiper_acon06_left{
    width: 10%;
    height: 100%;
    top: 0;
    left: 2%;
}
.swiper_acon06_right{
    width: 10%;
    height: 100%;
    top: 0;
    right: 2%;
}
.swiper_acon06_slide {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; 
}




.acon07{
    padding: 7vw 0;
    background-color: var(--main-blue);
}
.acon07_tt {
    font-size: 3.1vw;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 2.5vw;
}
.more_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 1vw 0;
    width: 11.5vw;
    cursor: pointer;
    color: #fff;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    /* opacity: 0; */
}
.more_btn_tt{
    white-space: nowrap;
    font-size: 1.1vw;
    z-index: 5;
}
.arrow{
    filter: brightness(0) invert(1);
    transition: 0.3s;
}
.acon07_01{
    width: 16.0105%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6%;
    left: 3%;
}
.acon07 .arrow{
    width: 17.1946%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon07_02{
    width: 19.5801%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    bottom: -6%;
}
.more_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5%;
    opacity: 0;
    height: 100%;
    border-radius: 100px;
    background-color: #fff;
    z-index: 0;
    transition: 0.5s ease;
}
.more_btn:hover {
    color: var(--main-blue);
}
.more_btn:hover::before {
    width: 100%;
    opacity: 1;
}
.more_btn:hover .arrow{
    filter: brightness(1) invert(0);
}




.acon08{
    padding: 7vw 0;
    background-color: #F3F3FF;
}
.acon08_row{
    width: 80%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 3.5vw;
}
.acon08_tt01 {
    font-size: 5.5vw;
    /* line-height: 0.7; */
    overflow: hidden;
}
.acon08_btnwrap{
    display: flex;
    gap: 0.8vw;
    margin-bottom: 0.5vw;
}
.acon08_btn{
    padding: 0.9vw 0;
    width: 10vw;
    border: 1px solid #ddd;
    border-radius: 100px;
    background-color: #fff;
    color: var(--main-gray);
    text-align: center;
    font-size: 1.1vw;
    cursor: pointer;
    transition: 0.3s;
}
.acon08_btn:hover{
    background-color: var(--main-blue);
    color: #fff;
    border: 1px solid var(--main-blue);
}
.acon08_btn.on{
    background-color: var(--main-blue);
    color: #fff;
    border: 1px solid var(--main-blue);
}
.acon08_conwrap{
    width: 79.7375%;
}
.acon08_con{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.5vw;
    top: 0;
    /* opacity: 0;
    visibility: hidden;
    transform: translateY(4vw); */
    display: none;
    transition: 0.5s;
}
.acon08_con.on{
    /* opacity: 1;
    visibility: visible;
    transform: translateY(0); */
    display: flex;
}
.acon08_con_box{
    width: 100%;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.item1 .acon08_con_box.on{
    height: 21.8vw;
}
.acon08_con_box img{
    top: 0;
}
.acon08_con_box_link {
    width: 10.5vw;
    height: 3.2vw;
    bottom: 3vw;
    left: 5.5vw;
}

.acon08_more_btn{
    color: var(--main-blue);
    border: 1px solid var(--main-blue);
    margin-top: 3vw;
}
.acon08_more_btn::before{
    background-color: var(--main-blue);
}
.acon08_more_btn .arrow{
    width: 17.1947%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(1) invert(0);
    width: 17%;
}
.acon08_more_btn:hover{
    color: #fff;
}
.acon08_more_btn:hover .arrow{
    filter: brightness(0) invert(1);
}
.acon08_con.port_interior{
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.6vw;
}
.port_interior .acon08_con_box{
    width: 18vw !important;
    height: 18vw;
}
.port_interior .acon08_con_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.acon09{
    padding: 10vw 0;
    background: url("/images/acon09_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.acon09_tt01{
    text-align: center;
    line-height: 1.5;
    font-size: 1.4vw;
    margin-bottom: 6vw;
}
.acon09_formwrap{
    width: 100%;
}
.acon09  .arrow_white{
    width: 15.2%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form_col_wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    margin-bottom: 4vw;
}
.form_col_wrap input {
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #fff;
    padding: 0.8vw 0;
    font-size: 1vw;
    color: #fff;
}
.form_col_wrap input::placeholder {
    color: #fff;

    font-family: "Bricolage Grotesque", sans-serif;
}
.form_agree_wrap{
    display: flex;
    gap: 0.5vw;
    margin-bottom: 2vw;
    align-items: center;
}
.agree_text {
    font-size: 1vw;
    color: #fff;
}
.agree_text span{
    border-bottom: 1px solid #fff;
}
.form_agree_wrap input{
    width: 0.8vw;
    height: 0.8vw;
    border: 1px solid #fff;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_agree_wrap input:checked::before {
    content: "";
    display: inline-block;
    width: 70%;
    height: 70%;
    background-color: #fff;
    border-radius: 50%;
    /* scale: 0.7; */
  }
.form_submit_div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    background-color: #000;
    padding: 1.1vw 0;
    width: 13vw;
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
    font-size: 1.2vw;
}
.form_submit_div:hover .arrow_white{
    animation: poke-right 1.8s infinite;
}
@keyframes poke-right{
    0%   { transform: translateX(0); }
  
    26%  { transform: translateX(0.5vw); }
    40%  { transform: translateX(0); }
  
    50%  { transform: translateX(0.5vw); }
    60%  { transform: translateX(0); }
  
    100% { transform: translateX(0); }
  }
  
.swiper_acon09_left{
    width: 8%;
    left: 3%;
    height: 100%;
    top: 0;
}
.swiper_acon09_right{
    width: 8%;
    right: 3%;
    height: 100%;
    top: 0;
}
.acon09_01{
    width: 69.0789%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.acon09_blur {
    width: 20%;
    height: 45%;
    bottom: 0;
    background-color: transparent;
    z-index: 5;
    bottom: -10%;
    backdrop-filter: blur(10px);
    mask-image: radial-gradient(
        white 0%,
        white 50%,
        transparent 70%
    );
    -webkit-mask-image: radial-gradient(
        white 0%,
        white 50%,
        transparent 70%
    );
}

.acon09_blur.left{
    left: 0;
}
.acon09_blur.right{
    right: 0;
}













/* about */
.bmain{
    padding: 10vw 0;
    background-color: var(--main-blue);
}
.bmain_tt01{
    text-align: center;
    font-size: 5.5vw;
    line-height: 1.2;
    margin-bottom: 3vw;
    /* overflow: hidden; */
}
.bmain_tt02{
    text-align: center;
    line-height: 1.3;
    font-size: 1.2vw;
}




.bcon01{
    height: 130vw;
    background-color: var(--main-blue);
    overflow: visible !important;
}
.bcon01_bg{
    width: 100% !important;
    bottom: 0;
}
.bcon01_sticky_box{
    width: 36.273%;
    height: 125vw;
    margin-bottom: auto;
}
.bcon01_sticky{
    position: sticky;
    top: 10%;
    border-radius: 2vw;
    overflow: hidden;
    width: 100%;
}
.bcon01_sticky_img_box{
    width: 100%;
    height: 21.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}





.bcon02{
    padding: 8vw 0 5vw 0;
}
.bcon02_tt01{
    font-size: 5.5vw;
    margin-bottom: 2vw;
    overflow: hidden;
}
.bcon02_tt02{
    font-size: 1.3vw;
    text-align: center;
    line-height: 1.3;
    color: #4e4e4e;
    margin-bottom: 4vw;
}
.bcon02_con{
    width: 29.5013%;
}
.bcon02_con_img{
    border-radius: 2vw;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.bcon02_con_img.on{
    opacity: 1;
}
.bcon02_con_tt{
    z-index: 5;
}
.bcon02_con_tt_top{
    left: 0;
    opacity: 0;
    transition: 0.3s;
}
.bcon02_con_tt.on .bcon02_con_tt_top{
    opacity: 1;
}
.bcon02_01_3 {
    width: 47.5089%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 14%;
    left: -12%;
}
.bcon02_02_3 {
    width: 67.0819%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: -49%;
}
.bcon02_03_3 {
    width: 105.694%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 68%;
    right: -62%;
}




.bcon03{
    padding: 7vw 0;
    background-color: #F3F3FF;
}
.bcon03_row{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5vw;
}
.bcon03_tt01{
    line-height: 1.3;
    font-size: 2.2vw;
    overflow: hidden;
}
.bcon03_tt01 p{
    overflow: hidden;
}
.bcon03_line{
    width: 20%;
    height: 1px;
    background-color: #ddd;
}
.bcon03_line_blue{
    width: 100%;
    height: 1px;
    background-color: var(--main-blue);
}
.bcon03_tt02{
    display: flex;
    flex-direction: column;
    gap: 2vw;
    font-size: 1.1vw;
    font-family: 'SUIT-Light';
    line-height: 1.5;
}
.bcon03_con{
    width: 70%;
    border-radius: 2.4vw;
    background: url("/images/bcon03_01_2.png") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3.5vw 0;
}
.bcon03_con_tt01{
    font-size: 1.6vw;
    margin-bottom: 1.5vw;
}
.bcon03_con_tt02{
    font-size: 2.6vw;
    text-align: center;
    line-height: 1.2;
}
.bcon03_02 {
    width: 17.3163%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5%;
    bottom: -12%;
}
.bcon03_03 {
    width: 16.1919%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0.5%;
    top: -17%;
}




.bcon04{
    padding: 8vw 0;
}
.bcon04_tt{
    font-size: 3.8vw;
    text-align: center;
    line-height: 1.2;
}
.bcon04_tt p{
    top: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bcon04_tt_btm{
    opacity: 0.1;
}
.bcon04_tt_top{
}
.bcon04_tt_mo{
    display: none !important;
}




.bcon05{
    height: 46vw;
    background-color: #F3F3FF;
}
.bcon05_tt{
    font-size: 4.8vw;
    color: var(--main-blue);
    line-height: 1.1;
    z-index: 5;
}
.bcon05_img {
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 35% !important; */
    border-radius: 3vw;
    overflow: hidden;
}







.bcon06{
    display: flex;
    flex-direction: row !important;
    height: 46vw;
    align-items: start;
}
.bcon06_left{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--main-blue);
}
.bcon06_left_tt{
    text-align: center;
    font-size: 3.3vw;
    margin-bottom: 5vw;
}
.bcon06_btnwrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    align-items: center;
    justify-content: center;
}
.bcon06_btn{
    padding: 2vw 3.5vw;
    box-sizing: border-box;
    width: 62%;
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: 0.3s;
}
.bcon06_btn_arrow{
    filter: brightness(0) invert(1);
    transition: 0.3s;
}
.bcon06_btn_tt{
    font-size: 2.2vw;
    color: #fff;
    transition: 0.3s;
}
.bcon06_btn:hover{
    background-color: #fff;
}
.bcon06_btn:hover .bcon06_btn_tt{
    color: var(--main-blue);
}
.bcon06_btn:hover .bcon06_btn_arrow{
    filter: brightness(1) invert(0);
}
.bcon06_btn.on{
    background-color: #fff;
}
.bcon06_btn.on .bcon06_btn_tt{
    color: var(--main-blue);
}
.bcon06_btn.on .bcon06_btn_arrow{
    filter: brightness(1) invert(0);
}
.bcon06_btn_arrow{
    width: 15.0382%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon06_right{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: scroll;
    /* overflow: hidden; */
    position: relative;
}
.bcon06_right_in{
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* padding: 6vw 0; */
    padding-left: 8vw;
    box-sizing: border-box;
    top: 0%;
    /* gap: 5vw; */
    transition: 0.8s ease;
}
.bcon06_right::-webkit-scrollbar{
    display:none;
  }
.bcon06_right_tt01{
    font-size: 3.1vw;
    margin-bottom: 1.5vw;
}
.bcon06_right_tt02{
    line-height: 1.5;
    font-size: 1.1vw;
    margin-bottom: 2vw;
}
.bcon06_right_in_box{
    height: 46vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bcon06_right_in_box_con{
    width: 100%;
}
.bcon06_right_in_box_con_row{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 3vw;
    padding: 1vw 0;
    border-bottom: 1px solid #ddd;
    padding-left: 1.5vw;
    box-sizing: border-box;
}
.bcon06_right_in_box_con_row_tt01{
    font-size: 1.2vw;
    width: 1vw;
}
.bcon06_right_in_box_con_row_tt02{
    font-size: 1.1vw;
}




.bcon07{
    display: flex;
    flex-direction: row;
    height: 61vw;
}
.bcon07_left{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 9vw;
    background-color: #F3F3FF;
    box-sizing: border-box;
}
.bcon07_left_tt01 {
    font-size: 2.7vw;
    margin-bottom: 3vw;
    line-height: 1.2;
}
.bcon07_left_tt01 p{
    overflow: hidden;
}
.bcon07_left_tt02{
    font-size: 11vw;
    margin-bottom: 3.5vw;
    color: var(--main-blue);
    overflow: hidden;
    line-height: 0.7;
}
.bcon07_right{
    width: 50%;
    height: 100%;
    background: url("/images/bcon07_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.bcon07_07{
    width: 33.732%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
}
.bcon07_left_tt03{
    font-size: 1.2vw;
    line-height: 1.5;
    margin-bottom: 2vw;
}
.bcon07_left_tt04{
    font-size: 1vw;
    line-height: 1.5;
    color: var(--main-gray);
    font-family: 'SUIT-Light';
    letter-spacing: 0;
}
.bcon07_right_con {
    width: 27.612%;
    top: 15%;
    right: 17.5%;
    display: flex;
    flex-direction: column;
    gap: 4.6vw;
}
.bcon07_right_con_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bcon07_left_line {
    width: 52%;
    height: 1px;
    background-color: #ddd;
    right: 0;
    top: 42%;
}
.bcon07_left_line_blue{
    width: 100%;
    height: 1px;
    background-color: var(--main-blue);
}

span{
    display: inline-block;
}




/* team */
.ccon01{
    padding-top: 15vw;
}
.ccon01_tt01{
    font-size: 4.5vw;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 2vw;
}
.ccon01_tt01 p{
    overflow: hidden;
}
.ccon01_tt02{
    font-size: 1.3vw;
    margin-bottom: 6vw;
}
.ccon01_01 {
    width: 13.8583%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    right: 24%;
    bottom: 35%;
}
.ccon01_con{
    width: 100%;
    display: flex;
    border-top: 1px solid #ddd;
}
.ccon01_con_tt01{
    font-size: 4.5vw;
    color: var(--main-blue);
    margin-bottom: 1vw;
}
.ccon01_con_box{
    width: 33.33%;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4vw 0;
}
.ccon01_con_tt02{
    font-size: 1.3vw;
}




.ccon03{
    height: 48vw;
}
.ccon03_con{
    width: 96%;
    height: 92%;
    background: url("/images/ccon03_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 2vw;
    overflow: hidden;
}
.ccon03_tt01 {
    font-size: 1.1vw;
    padding: 0.8vw 2.2vw;
    border-radius: 100px;
    border: 1px solid #fff;
    margin-bottom: 2vw;
}
.ccon03_tt02 {
    font-size: 3.6vw;
    margin-bottom: 1.5vw;
    z-index: 1;
}
.ccon03_tt02 p.absol{
    top: 0;
    z-index: -1;
    opacity: 0.2;
}
.ccon03_tt03{
    font-size: 1.1vw;
    line-height: 1.5;
    text-align: center;
}





.ccon04{
    padding: 3vw 0 0 0;
}
.ccon04_con{
    width: 91%;
    border-radius: 2vw;
    overflow: hidden;
}
.ccon04_con_top{
    width: 100%;
    padding: 7vw 0;
    background: url("/images/ccon04_01.jpg") no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}
.ccon04_con_top_ttwrap{
    width: 80%;
}
.ccon04_con_top_tt01{
    font-size: 1.1vw;
    margin-bottom: 1vw;
    overflow: hidden;
}
.ccon04_con_top_tt02{
    font-size: 2.5vw;
    line-height: 1.2;
    overflow: hidden;

}
.ccon04_con_top_tt02 p{
    overflow: hidden;
}
.ccon04_02 {
    width: 18.7429%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -6%;
    bottom: -38%;
}
.ccon04_03 {
    width: 37.6587%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 61%;
    bottom: -90%;
}
.ccon04_04 {
    width: 20.3%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 27%;
    bottom: 38%;
}
.ccon04_06{
    width: 11.5918%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 75%;
}
.swiper_ccon04{
    width: 100%;
    padding: 1.5vw 0;
}
.ccon04_05{
    width: 100.111%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ccon04_con_btm{
    background-color: #E8E9FE;
    padding: 6vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.8vw;
}
.ccon04_con_btm_box{
    width: 85%;
    background-color: #fff;
    border-radius: 2.8vw;
    padding: 5vw;
    box-sizing: border-box;
    box-shadow: 0.2vw 0.2vw 1vw 0.1vw rgba(13, 14, 97, 0.1);
}
.ccon04_con_btm_tt01{
    margin-bottom: 1.5vw;
    font-size: 1.5vw;
}
.ccon04_con_btm_tt02{
    font-size: 1vw;
    line-height: 1.5;
    font-family: 'SUIT-Light';
}
.ccon04_con_btm_num {
    font-size: 1.6vw;
    top: 3vw;
    right: 4vw;
}





/* 프로젝트 */
.dcon01{
    height: 46vw;
}
.dcon01_tt01 {
    font-size: 4.4vw;
    color: var(--main-blue);
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1.5vw;
}
.dcon01_tt01 p {
    overflow: hidden;
}
.dcon01_tt02{
    font-size: 1.25vw;
    color: var(--main-blue);
}
.swiper_dcon01{
    width: 25%;
    height: 100%;
    top: 0;
}
.swiper_dcon01_left{
    left: 1%;
}
.swiper_dcon01_right{
    right: 2%;
}
.dcon01_01{
    width: 82.3529%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dcon01_02{
    width: 80.6723%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.dcon02{
    background-color: var(--main-blue);
    padding: 6vw 0 8vw 0;
    color: #fff;
}
.dcon02_tt01{
    font-size: 5.2vw;
    margin-bottom: 1vw;
}
.dcon02_tt02{
    font-size: 2vw;
    margin-bottom: 3vw;
}
.dcon01_con{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2vw;
    z-index: 5;
}
.dcon01_con_box{
    width: 36%;
    padding: 3.5vw 0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 1.8vw;
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.dcon01_con_tt01{
    font-size: 2vw;
    line-height: 1.2;
    margin-bottom: 2vw;
}
.dcon01_con_tt02{
    font-size: 1.1vw;
    line-height: 1.5;
    font-family: 'SUIT-Light';
}
.dcon02_01 {
    width: 9.50131%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8.6%;
    bottom: 43%;
}
.dcon02_02 {
    width: 8.8189%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 9%;
    bottom: 12%;
}




.dcon03{
    padding: 8vw 0 2vw 0;
}
.dcon03_ttrow{
    width: 80%;
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 5vw;
}
.dcon03_tt01{
    font-size: 5.4vw;
    line-height: 0.8;
    overflow: hidden;
}
.dcon03_tt02{
    font-size: 1.2vw;
    line-height: 1.5;
}
.dcon03_con{
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.dcon03_con_btnwrap_tt{
    font-size: 1.7vw;
    color: var(--main-blue);
    margin-bottom: 1.5vw;
}
.dcon03_con_btn{
    font-size: 1.2vw;
    width: 9vw;
    padding: 1vw 0;
    border-radius: 100px;
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 0.8vw;
    color: var(--main-gray);
    transition: 0.3s;
    cursor: pointer;
}
.dcon03_con_btn:hover{
    background-color: var(--main-blue);
    border: 1px solid var(--main-blue);
    color: #fff;
}
.dcon03_con_btn.on{
    background-color: var(--main-blue);
    border: 1px solid var(--main-blue);
    color: #fff;
}
.dcon03_con_portwrap{
    width: 78%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    display: none;
}
.dcon03_con_portwrap.port_interior{
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1vw;
}
.dcon03_con_portwrap.on{
    display: flex;
}
.dcon03_con_port{
    width: 100% !important;
    position: relative;
}
.dcon03 .acon08_con_box_link {
    width: 8.2vw;
    height: 2.5vw;
    bottom: 2.2vw;
    left: 4.3vw;
}




/* 컨택트 */
.econ01{
    height: 40vw;
    background: url("/images/econ01_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--main-blue);
    z-index: 0;
}
.econ01_tt01{
    font-size: 5vw;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 1.5vw;
    margin-top: 5vw;
}
.econ01_tt01 p{
    overflow: hidden;
}
.econ01_tt02{
    font-size: 1.4vw;
    line-height: 1.5;
    margin-bottom: 4vw;
}
.econ01_01 {
    width: 11.7585%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 26%;
    bottom: 27%;
    z-index: -1;
}

.econ01_more_btn{
    width: 10vw;
    color: var(--main-blue);
    border: 1px solid var(--main-blue);
    gap: 2.5vw;
    opacity: 0;
}
.econ01_more_btn::before{
    background-color: var(--main-blue);
}
.econ01_more_btn .arrow{
    width: 19.7917%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(1) invert(0);
}
.econ01_more_btn:hover{
    color: #fff;
}
.econ01_more_btn:hover .arrow{
    filter: brightness(0) invert(1);
}




.econ02{
    padding: 5vw 0;
}
.econ02_con{
    width: 80%;
    margin-bottom: 8vw;
}
.econ02 form{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3vw;
}
.econ02_con_box{
    width: 100%;
    border-radius: 2.8vw;
    border: 1px solid #ddd;
    padding: 3vw 0;
    box-shadow: 0.1vw 0.1vw 0.5vw 0.2vw rgba(13, 14, 97, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
}
.econ02_con_box_left{
    width: 42%;
    padding-left: 2vw;
    box-sizing: border-box;
}
.item1 .econ02_con_box_left{
    padding-top: 1vw;
}
.econ02_con_tt01{
    font-size: 2.6vw;
    margin-bottom: 1.5vw;
}
.econ02_con_tt02{
    font-size: 1.2vw;
}
.econ02_con_box_right{
    width: 58%;
    display: flex;
    justify-content: space-between;
}
.econ02_con_box_right_box{
    width: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--main-blue);
    text-align: center;
    padding: 3vw 0;
    border-radius: 1.8vw;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #ddd;
    box-shadow: 0.1vw 0.1vw 0.5vw 0.2vw rgba(13, 14, 97, 0.08);
}
.econ02_con_box_right_box.on{
    background-color: var(--main-blue);
    border: 1px solid var(--main-blue);
    color: #fff;
}
.econ02_con_box_in{
    width: 90%;
    display: flex;
    justify-content: space-between;
}
.econ02_con_box_right_tt01{
    font-size: 1.4vw;
    margin-bottom: 1vw;
}
.econ02_con_box_right_tt02{
    font-size: 1vw;
    line-height: 1.5;
    font-family: 'SUIT-Light';
    margin-bottom: 2vw;
}
.econ02_con_box_num {
    font-size: 1vw;
    bottom: 4vw;
    left: 5vw;
}
.econ2_col02_right {
    width: 100%;
}
.econ02  .form_col{
    width: 100%;
}
.econ02  .form_col input{
    width: 100%;
    outline: none;
    border-radius: 100px;
    border: 1px solid #ddd;
    padding: 0.8vw 0;
    padding-left: 2vw;
    box-sizing: border-box;
    font-size: 0.95vw;
    color: #000;
}
.econ02  .form_col input::placeholder {
    color: #a7a7a7;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 300;
}
.item2 .econ2_col02_right{
    display: flex;
    flex-direction: column;
    gap: 0.8vw;
}
.econ02_con_box{
    padding: 5vw 0;
}
.item3 .econ2_col02_right input {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
}
.item3 .econ2_col02_right {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8vw;
    width: 70%;
    padding: 4vw 0;
}
.econ02_con_box.item1{
    padding: 3vw 0;
}
.item3 .econ2_col02_right label {
    padding: 0.6vw 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 100px;
    font-weight: 500;
    opacity: 0.4;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1vw;
}
.item3 .econ2_col02_right input:checked + label {
    background-color: var(--main-blue);
    color: #fff;
    opacity: 1;
}
.econ2_col01_right_item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.form_submit_div02{
    width: 20vw;
    height: 4vw;
    background-color: var(--main-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9vw;
    color: #fff;
    font-size: 1.1vw;
    cursor: pointer;
    margin-top: 1vw;
}
.form_submit_div02 .arrow_white{
    width: 9.89583%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_submit_div02:hover .arrow_white {
    animation: poke-right 1.8s infinite;
}
.econ02_con_btm_tt01{
    font-size: 2.8vw;
    margin-bottom: 1vw;
    overflow: hidden;
}
.econ02_con_btm_tt02{
    font-size: 1.1vw;
}
.econ02_01{
    width: 63.9037%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.econ02_02{
    width: 67.3797%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acon06_01 img{
    animation: ddm 1.7s infinite;
}
.acon07_01 img{
    animation: ddm 1.9s infinite;
}
.acon07_02 img{
    animation: ddm 1.9s 0.5s infinite;
}
.bcon03_02 img{
    animation: ddm 1.9s infinite;
}
.bcon03_03 img{
    animation: ddm 1.9s 0.5s infinite;
}
.dcon02_01 img{
    animation: ddm 1.9s infinite;
}
.dcon02_02 img{
    animation: ddm 1.9s 0.5s infinite;
}
.ccon04_02 img{
    animation: ddm 1.9s infinite;
}
.ccon04_03 img{
    animation: ddm_m 1.9s 0.5s infinite;
}
.ccon04_04 img{
    animation: ddm 1.9s 1s infinite;
}
.econ01_01 img{
    animation: ddm 1.9s infinite;
}