* {
    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;
}
.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(4deg);
    }
    20% {
      transform: rotate(-4deg);
    }
    30% {
      transform: rotate(3deg);
    }
    40% {
      transform: rotate(-3deg);
    }
    50% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  @keyframes shakeTwices {
    0% {
      transform: rotate(0deg);
    }
    10% {
      transform: rotate(2deg);
    }
    20% {
      transform: rotate(-2deg);
    }
    30% {
      transform: rotate(1deg);
    }
    40% {
      transform: rotate(-1deg);
    }
    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, 20%) 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;
    }
}
.smoke{
    animation: smoke 1.6s infinite;
}

@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: 400;
    font-size: 0.9vw;
    letter-spacing: -0.04vw;
}
section img { 
    width: 100%;
}
.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;
}


/* 퍼블시작 */


:root{
    --main-red: #CB313F;
    --main-blue: #333C8B;
    --main-yellow: #FFE86A;
}
.red{
    color: #CB313F;
}
.blue{
    color: #333C8B;
}
.yellow{
    color: #FFE86A;
}
b{
    font-family: 'SUIT-Bold';
}
.bold{
    font-family: 'SUIT-Bold';
}
.sub {
    font-size: 1.5vw;
    margin-bottom: 0.7vw;
    text-align: center;
    line-height: 1.5;
}
.title{
    width: fit-content;
    font-size: 3.6vw;
    letter-spacing: -0.2vw;
    font-family: 'SchoolSafeLocker';
    text-align: center;
}
.subtt{
    font-size: 1.05vw;
    line-height: 1.5;
    text-align: center;
}

.school{
  font-family: 'SchoolSafeLocker';
}
.ham{
  font-family: 'SfHambakneun';
}
.chungL{
  font-family: 'CheongdoLight';
}
.chungM{
   font-family: 'CheongdoMedium';
}




.main{
    height: 50vw;
    background: url("/images/main_16.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.main_02_in{
    top: 0;
    height: 100%;
}
.main_tt01{
    font-size: 1.8vw;
    margin-bottom: 0.8vw;
}
.main_tt02{
    font-size: 4.4vw;
    color: var(--main-blue);
    margin-bottom: 0.5vw;
    overflow: hidden;
}
/* .main_tt02 span{
    display: block;
    transform-origin: center center;
} */
.main_tt03{
    font-size: 1.1vw;
    font-weight: 500;
    margin-bottom: 2vw;
}
.main_01 {
    width: 50.0482%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 25.5%;
    top: -5%;
}
.main_02 {
    width: 54.5408%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
}
.main_03{
    width: 49.5014%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -28%;
}
.main_04 {
    left: 20%;
    bottom: 20%;
    mix-blend-mode: screen;
}
.main_05 {
    width: 21.3649%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3%;
    right: 13.5%;
}

.main_05 img{
    animation: tilt 2s ease-in-out infinite;
    transform-origin: center top;
}
@keyframes tilt {
    0% {
      transform: rotate(-1.5deg);
    }
    50% {
      transform: rotate(1.5deg);
    }
    100% {
      transform: rotate(-1.5deg);
    }
  }
.main_07{
    width: 86.0893%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: shakeTwices 2.5s infinite;
}
.main_08{
    width: 88.1891%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_09{
    width: 88.714%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_10{
    width: 88.714%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: shakeTwices 2.5s 1s infinite;
}
.main_11{
    width: 86.3518%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_12{
    width: 77.1655%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: shakeTwices 2.5s infinite;
}
.main_13{
    width: 84.5145%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_14{
    width: 90.0263%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: shakeTwices 2.5s 0.7s infinite;
}
.main_15{
    width: 92.1261%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper_main{
    width: 100%;
    bottom: 3%;
    z-index: -1;
}
.main_slide{
    transform-origin: center top;
}





.con01{
    height: 50vw;
    background: url("/images/con01_12.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    z-index: 0;
}
.con01_line{
    width: 100%;
    height: 0.3vw;
    top: 4.5%;
    border-top: 4px solid var(--main-red);
    border-bottom: 4px solid var(--main-blue);
}
.con01_01{
    width: 14.7508%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con01_02{
    width: 12.9135%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: -1;
}
.con01_02 img{
    animation: light 2.5s infinite;
}
.con01_tt01{
    margin-bottom: 1.5vw;
}
.swiper_con01{
    width: 100%;
    margin-bottom: 10vw;
}
.swiper_con01_slide{
    width: 42vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2vw;
    opacity: 0.4;
    transition: 0.5s;
}
.swiper_con01_title{
    width: 26.4269%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide-active .swiper_con01_slide{
    opacity: 1;
}
.swiper_con01_tt{
    text-align: center;
    line-height: 1.5;
    font-size: 1vw;
}
.con01_07 {
    width: 50.8137%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -32.5%;
    left: 22%;
    z-index: 5;
}
.con01_08 {
    width: 45.5119%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -40%;
    left: 3%;
    z-index: 4;
}
.con01_09 {
    width: 87.7691%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -48%;
    left: 0%;
    animation: smog 2.5s infinite ease-in-out;
}
@keyframes smog {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04)  translateX(0.8vw);
    }
}
.con01_10 {
    width: 96.0631%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -47%;
    left: -4%;
    animation: smog 3s 1s infinite ease-in-out;
}





.con0203{
    padding: 6vw 0 0 0;
    background: url("/images/con02_08.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con02_01{
    width: 70.2363%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4vw;
}
.con02_tt01{
    margin-bottom: 0.5vw;
}
.con02_tt02{
    margin-bottom: 2.5vw;
}
.con02_01_line{
    width: 40%;
    height: 0.3vw;
    border-top: 0.3vw solid var(--main-blue);
    border-bottom: 0.15vw solid var(--main-blue);
    margin-bottom: 1vw;
}
.swiper_con02{
    width: 100%;
    height: 8vw;
    pointer-events: none;
}
.swiper_con02_slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5vw;
}
.con02_sinho_tt01{
    font-size: 1.05vw;
}
.con02_sinho_tt02{
    font-size: 3.2vw;
}
.con02_sinho_tt02 span{
    font-size: 4.8vw;
    letter-spacing: -0.3vw;
    margin-right: 0.3vw;
}
.con02_02 {
    width: 16.891%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -3%;
    top: -2%;
}
.con02_03 {
    width: 12.2572%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -2%;
    bottom: -2%;
}
.con02_04{
    width: 29.2914%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 25%;
    z-index: 5;
}
.con02_smog{
    width: 134.588%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -10%;
    bottom: 0%;
}
.con02_linewrap{
    width: 100%;
    height: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 30%;
}
.con02_line{
    width: 100%;
    height: 1vw;
    background-color: var(--main-red);
}
.swiper_con02_2{
    width: 100%;
    color: #fff;
}
.con02_slide{
    width: 20vw;
    height: 11vw;
    text-align: center;
    background-color: #0000002f;
    border: 1px solid #000;
    border-right: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8vw;
}
.con02_slide_tt01{
    font-size: 1vw;
}
.con02_slide_tt02{
    font-size: 2.4vw;
}





.con03{
    width: 95%;
    padding: 6vw 0;
    background: url("/images/con03_06.jpg") no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;
    justify-content: center;
}
.con03_01 {
    width: 45.3466%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 6%;
}
.con03_02 {
    width: 27.9007%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_03 {
    width: 31.8786%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con03_04 {
    width: 37.955%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -4%;
    left: 36%;
}
.con03_05 {
    width: 13.1717%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8.8%;
    right: 20%;
}
.con03_ttwrap{
    margin-left: 2vw;
}
.con03_tt02{
    margin-bottom: 4vw;
}
.con03_ttwrap p {
    text-align: start;
}





.con04{
    height: 48vw;
    flex-direction: row;
    color: #fff;
}
.con04_01 {
    width: 135.356%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -49%;
    left: -42%;
}
.con04_02 {
    width: 42.8239%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 13%;
    right: -1.6%;
    z-index: 5;
}
.con04_03 {
    width: 66.0444%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: screen;
    right: -6%;
    bottom: -5%;
    opacity: 0.8;
}
.con04_06 {
    width: 25.9054%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -15%;
    bottom: 7%;
    animation: shakeTwice 2s infinite;
}
.con04_08 {
    width: 25.9054%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    top: -8%;
    animation: shakeTwice 2s 1s infinite;

}
.con04_10 {
    width: 21.4486%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -10%;
    top: 7%;
    animation: shakeTwice 2s 0.5s infinite;
}
.con04_12 {
    width: 25.9054%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    top: -8%;
    animation: shakeTwice 2s infinite;
}
.con04_left{
    width: 45%;
    height: 100%;
    background: url("/images/con04_04.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 10vw;
    box-sizing: border-box;
}
.con04_left p{
    text-align: start;
    margin-left: 8vw;
}
.con04_right{
    width: 55%;
    height: 100%;
    background-color: var(--main-red);
    display: flex;
    align-items: center;
    justify-content: center;
}
.con04_right_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con04_right_move{
    width: 77%;
    display: flex;
    justify-content: space-between;
    top: 0;
    padding: 8vw 0;
}
.con04_right_tt01{
    font-size: 1.4vw;
    padding: 1.8vw 0 1.3vw 0;
}
.con04_right_tt02{
    font-size: 0.95vw;
    line-height: 1.5;
}
.con04_right_move_col{
    width: 45.1573%;
    display: flex;
    flex-direction: column;
    gap: 8vw;
}
.con04_right_move_col.this{
    margin-top: 8vw;
}
.con04_right_move_box{
    width: 100%;
}





.con05{
    padding: 7vw 0 0 0;
    background: url("/images/con05_15.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.con05_02{
    width: 12.9135%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con05_03 {
    width: 24.3571%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    top: 35%;
}
.con05_04 {
    width: 23.8321%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 13%;
    top: 46%;
}
.con05_05{
    width: 37.2846%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_06{
    width: 36.1234%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_07{
    width: 34.9139%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_08{
    width: 36.1234%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_09{
    width: 35.776%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_10{
    width: 36.1234%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con05_11{
    width: 51.9161%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -5.5vw;
}
.con05_12{
    width: 23.2022%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -16.8%;
}
.con05_13 {
    width: 25.3395%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 52.1%;
    bottom: 48.1%;
    transform-origin: left bottom;
}
.con05_14 {
    width: 45.9277%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -27%;
    bottom: 60%;
}
.con05_line{
    width: 100%;
    height: 0.2vw;
    top: 2%;
    border-top: 0.45vw solid var(--main-blue);
    border-bottom: 0.45vw solid var(--main-red);
}
.con05_tt01{
    margin-bottom: 0.5vw;
}
.con05_tt02{
    margin-bottom: 2.5vw;
}
.con05_sinho{
    transition: 0.7s;
    opacity: 0;
}
.con05_sinho_left{
    transform: translateX(-150%);
}
.con05_sinho_right{
    transform: translateX(150%);
    transition-delay: 0.2s;
}
.con05_03_04_wrap.on .con05_sinho_left{
    transform: translateX(0%);
    opacity: 1;
}
.con05_03_04_wrap.on .con05_sinho_right{
    transform: translateX(0%);
    opacity: 1;
}
.con05_03_04_wrap{
    width: 100%;
    height: 100%;
    z-index: -2;
    top: 0;
}





.con06{
    color: #fff;
    z-index: 0;
    cursor: pointer;
}
.con06_con{
    width: 100%;
    height: 47vw;
    display: flex;
    flex-direction: row;
}
.con06_circle {
    width: 23.4202%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_01{
    width: 28.2416%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 5;
}
.con06_02{
    right: -11%;
    top: 29%;
}
.con06_03{
    right: -11%;
    top: 48%;
}
.con06_04{
    left: -11%;
    top: 29%;
}
.con06_05{
    left: -11%;
    top: 48%;
}
.con06_07{
    width: 81.3222%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -24%;
    left: 5%;
}
.con06_08{
    width: 71.8711%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: screen;
    bottom: 13%;
    left: 10%;
    pointer-events: none;
}
.con06_10{

    left: -62%;
    pointer-events: none;
}
.con06_11 {
    width: 85.3161%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 39%;
    top: 16%;
    opacity: 0.8;
}
.con06_11 img{
    opacity: 0.8;
}
.con06_12 {
    width: 59.1816%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -12%;
    bottom: -10%;
}
.con06_box{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0.6);
    transition: 0.3s;
}
.con06_box.on{
    filter: brightness(01);
}
.con06_box.item1{
    background: url("/images/con06_06.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con06_box.item2{
    background: url("/images/con06_09.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.con06_box.on .con06_08 {
    animation: smoke 1.6s infinite;
}
.con06_box.on .con06_11  {
    animation: light 2.3s infinite;
}
.con06_tt01{
    font-size: 2.4vw;
    margin-bottom: 2vw;
}
.con06_tt02{
    font-size: 1.05vw;
    line-height: 1.5;
}
.con06_box.item2 p{
    text-align: end;
}
.con06_ttrap {
    width: 100%;
    padding: 0 13vw;
    margin-bottom: 17vw;
    z-index: 5;
}
.con06_circle_left{
    transform: translateX(15%);
    opacity: 0;
    transition: 0.5s
}
.con06_circle_right{
    transform: translateX(-15%);
    opacity: 0;
    transition: 0.5s
}
.con06_circle_left.on  {
    transform: translateX(0%);
    opacity: 1;
}
.con06_circle_right.on  {
    transform: translateX(0%);
    opacity: 1;
}





.con07{
    padding: 10vw 0 4vw 0;
    z-index: 5;
}
.con07_01{
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 5;
}
.con07_02{
    width: 7.71664%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1.1vw;
}
.con07_03 {
    width: 25.7872%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    top: -8%;
}
.con07_04 {
    width: 31.9341%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: -20%;
}
.con07_07{
    width: 10.195%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_08{
    width: 11.9941%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.item1 .con07_07{
    left: -2%;
    top: -5%;
}
.item1 .con07_08 {
    right: -4%;
    bottom: 3%;
}
.item2 .con07_07 {
    left: -3.5%;
    top: 80%;
    rotate: 76deg;
}
.item2 .con07_08 {
    right: -5.5%;
    bottom: 85%;
    rotate: 136deg;
}
.item3 .con07_07 {
    left: -3%;
    top: 1%;
    rotate: 189deg;
}
.item3 .con07_08 {
    right: -5.5%;
    bottom: 4%;
}
.con07_09 {
    width: 73.9832%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -4%;
    bottom: -41%;
}
.con07_10 {
    width: 28.3899%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -25%;
    right: 14%;
    animation: floatUp 2s ease-in-out infinite;
}
@keyframes floatUp {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-1.5vw);
    }
    100% {
      transform: translateY(0);
    }
  }
.con07_11 {
    width: 30.8476%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15%;
    right: 20%;
    z-index: -1;
}
.con07_12 {
    width: 36.1865%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: screen;
    right: 21%;
    bottom: -12%;
}
.con07_top{
    margin-bottom: 2.5vw;
}
.con07_con{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.con07_con_box{
    width: 70%;
    height: 25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.con07_con_box.absol{
    transform: translateY(150%);
}
.con07_con_box.item1{
    background: url("/images/con07_05.jpg") no-repeat;
    background-size: cover;
    background-position: center; 
}
.con07_con_box.item2{
    background-color: var(--main-red);
    color: #fff;
}
.con07_con_box.item3{
    color: #fff;
    background-color: #000;
}
.con07_con_box.item2 p{
    text-align: start;
}
.con07_con_box.item2 .con07_con_ttwrap{
    align-items: start;
    margin-left: 8vw;
}
.con07_con_ttwrap{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.con07_num{
    width: 7.27146%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
}
.con07_con_tt01{
    font-size: 2.2vw;
    margin-bottom: 2vw;
}
.con07_con_tt02{
    font-size: 0.95vw;
    line-height: 1.5;
}
.con07_con_box_line{
    width: 0.35vw;
    height: 100%;
    border-left: 0.45vw solid var(--main-blue);
    border-right: 0.45vw solid var(--main-blue);
}
.con07_con_box_line.item1{
    left: 1.8%;
}
.con07_con_box_line.item2{
    right: 1.8%;
}
.con07_con_video{
    width: 69.4vw;
    height: 25vw;
    z-index: -1;
    overflow: hidden;
    filter: brightness(0.4);
}
.con07_con_video iframe{
    scale: 1.6;
}





.con07_btm{
    height: 44vw;
    color: #fff;
}
.con07_btm_tt01{
    margin-bottom: 4vw;
    z-index: 6;
}
.con07_btm_tt02 {
    z-index: 6;
    overflow: hidden;
}




.con08{
    padding: 5vw 0;
    z-index: 5;
}
.con08_00 {
    width: 21.5105%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3.5%;
    top: 30%;
}
.con08_01{
    width: 9.29144%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2vw;
    overflow: hidden;
}
.con08_02 {
    width: 16.3543%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 15%;
}
.con08_02 img{
    animation: tilt 2s ease-in-out infinite;
    transform-origin: center top;
}
.con08_03 {
    width: 8.07302%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 19%;
    right: 9%;
}
.con08_04 {
    width: 49.1668%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -9%;
    right: -9%;
}
.con08_05 {
    width: 40.6772%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: screen;
    bottom: 0%;
    right: -2%;
}
.con08_06{
    width: 62.289%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10%;
}
.con08_07{
    width: 77.2984%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -11%;
}
.con08_13{
    width: 100.788%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
    mask-image: url(/images/con08_13.png);
    -webkit-mask-image: url(/images/con08_13.png);

    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  
    -webkit-mask-size: cover;
    mask-size: cover;
  
    -webkit-mask-position: center;
    mask-position: center;
}
.con08_con{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 2.5vw;
}
.con08_con_box{
    width: 28%;
    background-color: #fff;
    border: 1px solid #b3ab9b;
    padding: 4vw 0 1.5vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con08_con_tt{
    width: 100%;
    text-align: center;
    height: 4vw;
    border-bottom: 1px solid #b3ab9b;
    font-size: 1.05vw;
    line-height: 4vw;
}
.con08_con_tt.last{
    border: none;
}
.item2 .con08_con_tt{
    font-family: 'CheongdoLight';
    font-size: 1.15vw;
}
.con08_con_tt.this{
    font-size: 1.3vw;
}
.con08_con_tt.this span{
    color: #fff;
    background-color: var(--main-red);
    border-radius: 0.3vw;
    padding: 0.1vw 0.2vw;
}
.con08_circle_wrap {
    width: 7.45417%;
    display: flex;
    flex-direction: column;
    gap: 0.6vw;
    top: 53.9%;
}
.con08_circle{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_tt01 {
    margin-bottom: 0.5vw;
}
.con08_tt02 {
    margin-bottom: 5vw;
}





.con09{
    padding: 14vw 0 14vw 0;
    background: url("/images/con09_04.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.interior1{
    width: 103.293%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.interior2{
    width: 93.6986%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_01{
    width: 9.3233%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3vw;
    overflow: hidden;
}
.con09_02{
    top: -13%;
    left: 30%;
}
.con09_03{
    left: -5%;
    top: -10%;
}
.con09_05{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con09_06{

}
.con09_07{

}
.con09_08{

}
.con09_09{

}
.con09_10{

}
.con09_11{

}
.con09_12{

}
.con09_13{

}
.con09_14{

}
.con09_15{

}
.con09_16{

}
.con09_17{

}
.con09_18{

}
.con09_19{

}
.con09_con{
    width: 76%;
}
.con09_con p {
    text-align: start;
}
.con09_tt01{
    width: fit-content;
    margin-bottom: 1vw;
}
.swiper_con09{
    width: 63%;
    right: 0;
    padding: 3vw 0;

    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}
.swiper_con09 .swiper-slide{
    width: auto;
}





.con10{
    background-color: var(--main-red);
}
.con10_01 {
    width: 25.7219%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -14.1%;
    z-index: 5;
}
.con10_03{
    width: 92.3886%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1vw solid #fff;
    border-bottom: none;
    overflow: hidden;
}
.con10_04 {
    width: 53.5796%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -17%;
    left: 21%;
}
.con10_05 {
    width: 34.4887%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -20%;
    left: 58%;
    z-index: 4;
}
.con10_06 {
    width: 24.4319%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -8%;
    left: 80%;
    z-index: 5;
}
.con10_07 {
    width: 36.0796%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 3%;
    left: 75.5%;
}
.con10_08 {
    width: 26.5342%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -9%;
    left: 11%;
    z-index: 5;
}
.con10_09 {
    width: 35.7956%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -6%;
    left: -10%;
    z-index: 4;
}
.con10_10 {
    width: 22.1592%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20%;
    left: 6%;
}
.con10_11 {
    width: 12.3296%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 21%;
    bottom: 20%;
    z-index: 6;
}
.con10_12 {
    width: 12.1592%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 70.5%;
    bottom: 24%;
    z-index: 6;
}
.con10_13 {
    width: 13.6933%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 85%;
    bottom: 20%;
    z-index: 6;
}
.swiper_con10{
    width: 100%;
}
.swiper_con10_tt{
    font-size: 1.6vw;
    color: #fff;
    padding: 1.5vw 0;
}
.con10_ttwrap{
    top: 25%;
    z-index: 5;
}
.con10_tt02{
    margin: 0 auto;
    margin-bottom: 1vw;
}
.con10_03_line{
    width: 100%;
    height: 96%;
    bottom: 0;
    border: 0.2vw solid var(--main-blue);
    border-top: none;
    z-index: 6;
    pointer-events: none;
    box-sizing: border-box;
}





.con11{
    height: 46vw;
    background-color: #EFEFEF;
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    gap: 2.5vw;
    color: #fff;
    z-index: 7;
}
.con11_01{
    width: 18.5186%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5vw;
    overflow: hidden;
}
.con11_02{
    width: 53.8584%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: -5%;
}
.con11_03 {
    width: 30.7019%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4%;
    right: -8%;
}
.swiper_con11{
    width: 19vw;
    height: 100%;
    margin: 0;
}
.swiper_con11_slide{
    width: 100%;
    padding: 0.5vw 0;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.swiper_con11_img{
    width: 91.4602%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_tt01{
    margin-bottom: 1.3vw;
}
.con11_tt02 span{
    border-bottom: 2px solid #fff;
    font-weight: 600;
}
.con11_01_tt01{
    font-size: 1vw;
    margin-top: 0.5vw;
}
.con11_01_tt02{
    font-size: 3vw;
}
.con11_01_tt02 span{
    font-size: 4.5vw;
}
.con11_01_in{
    margin-left: 0.5vw;
}





.con11_btm{
    padding: 7vw 0;
    background: url("/images/con11_04.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.con11_05{
    width: 20.4577%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_08{
    width: 58.5527%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 48%;
    bottom: -5%;
}
.con11_btm_con{
    width: 78%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.con11_btm_ttrap{
    width: 30%;
}
.con11_btm_ttrap p{
    text-align: start;
}
.con11_btm_tt01{
    margin-bottom: 2vw;
}
.con11_btm_tt02{
    font-size: 1.2vw;
    line-height: 1.3;
}





.con12{
    padding: 7vw 0 0 0;
    background: url("/images/con12_10.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.con12_01 {
    width: 16.2731%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
    top: -13%;
}
.con12_02 {
    width: 16.6405%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5.2%;
    top: 16%;
}
.con12_03{
    width: 12.7437%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5%;
    left: 23%;
}
.con12_04{
    width: 12.7437%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -5%;
    right: 23%;
}
/* .con12_08{
    width: 9.44538%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5%;
    top: 35%;
}
.con12_09{
    width: 9.44538%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -5%;
    top: 35%;
} */
.con12_08{
    width: 6.61427%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 11%;
    top: 52%;
}
.con12_09{
    width: 6.61427%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 11%;
    top: 52%;
}

.con12_tt01{
    font-size: 1.1vw;
    margin-bottom: 1vw;
}
.con12_tt02{
    margin-bottom: 2vw;
}
.con12_con{
    width: 70%;
    background-color: #fff;
    border: 2px solid var(--main-red);
    border-bottom: none;
    padding: 3vw 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.con12_con_row{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4vw;
}
.con12_con_box{
    width: 36.282%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_con_tt01{
    color: #777777;
    padding: 0.8vw 0;
    font-size: 0.85vw;
}
.con12_con_tt02{
    width: 100%;
    text-align: center;
    background-color: var(--main-blue);
    color: var(--main-yellow);
    font-size: 2vw;
    padding: 0.8vw 0 0.5vw 0;
}
.con12_con_box_tt {
    font-size: 1vw;
    right: 7.3%;
    top: 18%;
    text-align: center;
    font-weight: 600;
    line-height: 1.3;
}





.con13{
    padding: 6vw 0;
    background: url("/images/con13_12.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.con13_01{
    width: 2.15233%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_02{
    width: 24.3046%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: -10%;
}
.titlerow{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5vw;
    margin-bottom: 1vw;
    overflow: hidden;
}
.con13_tt02{
    margin-bottom: 4vw;
}
.con13_con{
    width: 90%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.4vw;
    z-index: 5;
}
.con13_con_box{
    width: 18.315%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_arrow{
    width: 6.688%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 104%;
}




.con14{
    padding: 7vw 0 5vw 0;
    background: url("/images/con14_04.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con14_tt02{
    margin-bottom: 4vw;
}





.con15{
    height: 54vw;
    background: url("/images/con15_14.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    z-index: 0;
}
.con15_poster1{
    width: 75.0657%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_poster2{
    width: 94.0946%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_01{
    width: 50.4463%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: -1%;
    left: 0;
}
.con15_02{
    width: 50.4463%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    top: -1%;
    right: 0;
}
.con15_03{
    
}
.con15_04{
    
}
.con15_05{
    
}
.con15_06{
    
}
.con15_07{
    
}
.con15_08{
    
}
.con15_09{
    
}
.con15_10{
    
}
.con15_11{
    
}
.con15_12 {
    width: 49.5014%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -25%;
}
.con15_13 {
    width: 82.8209%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: lighten;
    opacity: 0.8;
    bottom: 4%;
    left: 14%;
}
.con15_15 {
    width: 100.984%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_smog {
    width: 79.6395%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
    bottom: 5%;
    opacity: 0.6;
}
.con15_tt01{
    margin-bottom: 2.5vw;
    font-size: 4.4vw;
}
.con15_tt02{
    margin-bottom: 2vw;
    font-size: 1.1vw;
}
.con15_tt03{
    font-size: 1.3vw;
    line-height: 1;
    border-bottom: 1px solid #ffffff4d;
    margin-bottom: 18vw;
}
.swiper_con15_1{
    width: 40%;
    height: 100%;
    top: 0;
    left: -9%;
    z-index: -1;
}
.swiper_con15_2{
    width: 40%;
    height: 100%;
    top: 0;
    right: -10%;
    z-index: -1;
}
.swiper_con15_3{
    width: 100%;
    padding: 1.7vw 0 1.5vw 0;
    background-color: var(--main-red);
    bottom: 0;
}





.con16{
    padding: 5vw 0;
    background: url("/images/con16_07.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.con16_01{
    width: 84.5145%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_02 {
    width: 17.7641%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3%;
    top: -2%;
}
.con16_03 {
    width: 11.5529%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
    right: -4%;
}
.con16_04 {
    width: 31.4837%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3%;
    right: 7%;
    z-index: 5;
    cursor: pointer;
}
.con16_05{
    width: 46.3518%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 6%;
}
.con16_06{
    width: 70.4418%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: screen;
}
.con16_08 {
    width: 10.4318%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_ttwrap p{
    text-align: start;
}
.con16_tt01{
    margin-bottom: 2.5vw;
}
.con16_tt02{
    font-size: 1.4vw;
    margin-bottom: 1.5vw;
}
.con16_tt03{
    margin-bottom: 6vw;
}
.con16_con{
    gap: 3vw;
}
.con16_04_in{
    gap: 0.5vw;
}
.con16_04 p{
    font-size: 2.1vw;
    color: #fff;
}







/* form1 - start */

  div.form_wrap {
    width: 42%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    color: #000;
    font-size: 1.1vw;
  }
  .form_col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.6vw;
  }
  .form {
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Paperlogy-5Medium';
    gap: 0;
    margin-left: 0vw;
}
  .form_input {
    height: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    color: #000;
    font-family: 'Pretendard variable' !important;
  }
  .form_input_box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #a7a7a7;
    padding-left: 2vw;
  }
  
  .form label {
    white-space: nowrap;
    display: flex;
    font-family: 'CheongdoLight';
  }
  /* .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: url(/images/con01_02.png) no-repeat; */
    background-size: 3%;
    background-position: 90%;
  }
  .form_check_wrap {
    width: 70%;
    display: flex;
    align-items: center;
    gap: 1vw;
  }
  .form_check_wrap label{
    width: auto;
    font-family: 'Pretendard variable' !important;
    background-color: #818181;
    color: #fff;
    padding: 0.6vw 2.3vw;
    font-size: 0.9vw;
    cursor: pointer;
  }
  .form_col .form_check_wrap input:checked + label {
    background-color: var(--main-blue);
}
  .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: #c9a275;
    color: white;
    border-color: #01053e;
    font-family: "SUIT-SemiBold";
  }
  .agree_text {
    cursor: pointer;
    font-size: 0.9vw;
font-family: 'Pretendard variable';

  }
  .form_check_wrap01 input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  
  .footeer_agree_checkbox_01,
  .footeer_checkbox_05,
  .footeer_checkbox_06 {
    width: 0.8vw;
    height: 0.8vw;
    border: none;
    cursor: pointer;
    appearance: none;
    border-radius: 50%;
    margin-right: 0.5vw;
    border: 1px solid #000;
  }
  .footeer_agree_checkbox_01:checked::before,
  .footeer_checkbox_05:checked::before,
  .footeer_checkbox_06:checked::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #CB313F;
    border-radius: 50%;
    scale: 0.7;
  }
  .footeer_agree_checkbox_01 {
    border-radius: 0%;
    background-color: transparent;
    border: 1px solid #000;
  }
  .footeer_agree_checkbox_01:checked::before {
    border-radius: 0%;
  }
  .footeer_checkbox_05 , .footeer_checkbox_06 {
    display: none;
  }
  .form_check_name_05,
  .form_check_name_06 {
    margin-right: 3vw;
    font-size: 1.1vw;
  }
  .form_agree_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.9vw;
    margin: 1vw 0 3vw 0;
  }
  .form_submit_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    background-color: #CB313F;
    padding: 1vw 0;
    font-size: 1.3vw;
  }
  .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;
  }
  .form_col::after {
    content: "*";
    position: absolute;
    color: var(--main-red);
    font-size: 1vw;
    left: 0.9vw;
    font-weight: 700;
    top: 0.8vw;
}
  
  /* form1 - end */


/* map-start */

/* map */
@font-face {
    font-family: 'Pretendard-Thin';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-Light';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Pretendard-Black';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
  }
  .map_mid_map_search_top{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
    }
    .map_mid_map_search_top > div{
      color: #000;
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 6%;
      padding-bottom: 3%;
      font-size: 1vw;
      font-weight: 300;
      cursor: pointer;
      background-color: #fff;
    }
    .on2{
      background: #16992C !important;
      color: white !important;
      font-weight: 900 !important;
    }
    .off2{
      font-weight: 300 !important;
    }
    .map_mid_map_search_mid {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 40%;
        height: 3.8vw;
        padding: 0% 1%;
        box-sizing: border-box;
        margin: auto;
        z-index: 3;
        top: -1.7vw;
        border: 1px solid var(--main-red);
        background-color: #fff;
        overflow: hidden;
    }
    .map_mid_map_search_mid input {
      appearance: none;
      border: none;
      outline: none;
      /* border-radius: 0.6vw; */
      width: 100%;
      height: 100%;
      padding-left: 5%;
      font-family: 'Paperlogy-7Bold';
      font-size: 1vw;
      box-sizing: border-box;
      color: #000;
    }
    .map_mid_map_search_mid input::placeholder {
      color: #9e9e9e;
    }
    .map_mid_map_search_mid_bg{
        width: 3.8vw;
        height: 3.8vw;
        background-color: var(--main-red);
        right: 0;
    }
    /* .map_04{
    } */
    .map_mid_map_search_bottom{
      overflow-y: scroll;
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      /* margin: auto; */
      padding: 0vw 0;
      border-right: 1px solid var(--main-blue);
    }
    .map_mid_map_search_item_title{
      font-size: 1.15vw;
      font-weight: 600;
    }
    .map_mid_map_search_item_address{
      width: 100%;
      margin-top: 10%;
      margin-bottom: 4%;
    }
    .map {
      width: 100%;
      height: 30vw;
      background-color: #ddd;
      border: 1px solid var(--main-blue);
      border-radius: 0;
    }
    .map_mid_2nd {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 75%;
      margin-bottom: 0%;
      box-sizing: border-box;
    }
    .map_search{
      width: 1.6146vw !important;
      right: 3.5%;
      cursor: pointer;
      z-index: 5;
    }
    .con7_bottom_2{
          width: 26.4943%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .map_mid_map_search_item {
        width: 100%;
        margin: 0% auto;
        border-bottom: 1px solid var(--main-blue);
        padding: 3vw 2.5vw;
        padding-bottom: 2.5vw;
        font-size: 0.9vw;
        font-family: pretendard-regular;
        box-sizing: border-box;
        position: relative;
        color: #000;
    }
    .map_mid_map_search {
        width: 26%;
        background: white;
        height: calc(100% - 2px);
        top: 50%;
        z-index: 2;
        overflow: hidden;
        left: 0;
        box-sizing: border-box;
        transform: translateY(-50%);
        box-sizing: border-box;
        border-radius: 0;
        border-right: 1px solid #ddd;
        border-right: none
    }
    .map_mid_map_search_bottom::-webkit-scrollbar {
      display: none;
    }
    .map_plus {
        width: 1.3542vw;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 2vw;
        bottom: 2vw;
        cursor: pointer;
    }
  /*   .map_plus_h {
      width: 150.769%;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s;
    }
    .map_plus:hover .map_plus_h {
      opacity: 1;
    } */
    .sido1 {
      width: 16%;
      height: 48%;
      border: none;
      border-right: 1px solid #b5b5b5;
      outline: none;
    }
    .map_link {
      width: 55.594%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 1.5vw;
    }
    .map_link_popup {
        width: 35.286%;
        padding-top: 1vw;
    }
    
    
    
    /* map 추가 css */
    
    
    
    
    /*popup*/
    
    
    div.popup {
      width: 47%;
      height: 19vw;
      top: 2%;
      /* border: 1px solid black; */
      background-color: #fff;
      border: 1px solid #3C2420;
      box-sizing: border-box;
      gap: 0vw;
      border-radius: 1vw;
      justify-content: space-between;
      overflow: hidden;
    }
    
    .fixed_popup{
      height: 100vh;
      background: #00000045;
    }
    .popup_top{
      font-size: 1.5vw;
      width: 88%;
      padding-bottom: 3%;
      text-align: center;
      border-bottom: 1px solid #0000002e;
    }
    .popup > p:nth-child(2){
      font-size: 1.3vw;
      width: 88%;
      margin-top: 5%;
      padding-bottom: 2%;
      text-align: left;
    }
    .popup > p:nth-child(4){
      font-size: 0.9vw;
      width: 88%;
      margin-top: 1%;
    }
    .popup > p:nth-child(5){
      left: 42%;
      width: 58%;
      padding-right: 8%;
      height: 12vw;
      top: 43%;
      box-sizing: border-box;
      font-size: 0.9vw;
      overflow-y: scroll;
    }
    .fixed_popup{
      position: fixed !important;
      top: 0;
      z-index: 5;
      /*pointer-events: none;*/
      /*opacity: 0;*/
    }
    .popup_right_1st{
      color: #E3C179;
      width: 78%;
      margin-bottom: 1%;
      text-align: left;
      justify-content: flex-start;
      align-items: flex-start;
      font-size: 1.2vw;
      margin-top: -6%;
    }
    .popup_right> div > div:nth-child(1){
      font-weight: 600;
      font-size: 1vw;
      width: 13%;
      color: #000;
      
    }
    .popup_right> div > div:nth-child(2){
      width: 65%;
      font-weight: 400;
      font-size: 0.85vw;
    }
    .popup_right> div{
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
      color: #000;
      margin-top: 5%;
    }
    .popup_right{
      width: 46%;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      color: #000;
    }
    .popup_img img{
      width: 100%;
    }
    
    
    .fixed_popup_con{
      width: 62%;
      height: 49%;
      background-color: #000;
      top: 31%;
      left: 20%;
      border-radius: 1vw;
    }
    
    
    
    
    .popup_img {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 100%;
        overflow: hidden;
        padding: 2vw;
        padding-right: 0;
        box-sizing: border-box;
        border-radius: 1vw;
    }
    .popup_img img {
      width: 108%;
    }
    
    
    .popup_top_absol{
          width: 12.4369%;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 12%;
      left: 10%;
    }
    .popup_top_absol_2nd{
          width: 96.6687%;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 21%;
      left: 1.5%;
    }
    
    .popup_img_con{
      position: static !important;
      overflow: hidden;
    }
    .popup_right_6th_left{
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000;
      background-color: #19c365;
      border-radius: 5vw;
      padding: 0.5vw 1vw;
      right: 30%;
      bottom: 9%;
    }
    
    .popup_img_con {
      overflow: hidden;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .popup_img img {
        border-radius: 0.8vw;
    width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .popup_top_absol {
      width: 12.4369%;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 18%;
      left: 52.5%;
    }
    .popup_right_2nd {
        font-weight: 600;
        width: 90%;
        font-size: 1.36vw;
        padding-bottom: 3%;
        box-sizing: border-box;
        font-family: 'pretendard variable';
        font-weight: 400;
        border-bottom: 1px solid #bebebe;
    }
    
    .popup img{
      width: 100%;
    }
    
    .popup_close {
        width: 1.1vw;
        /* height: 2vw; */
        display: flex;
        justify-content: center;
        align-items: center;
        top: 5%;
        right: 3%;
        cursor: pointer;
        font-size: 1.2vw;
        /* font-family: 'Paperlogy-5Medium'; */
    }
    .popup_close_border {
      position: absolute;
      width: 110%;
      height: 110%;
      border-radius: 50%;
      border: 1px solid #ef823a;
    }
    .popup_close .absol {
      width: 60%;
      height: 2px;
      background-color: #fff;
    }
    .popup_close .absol:nth-child(1) {
      transform: rotate(45deg);
    }
    .popup_close .absol:nth-child(2) {
      transform: rotate(-45deg);
    }
  
    div.popup_logo {
      width: 17.156%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 1vw;
    }