* {
    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;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.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;
}



.flexrowhalf{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcolhalf{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.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-Regular';
    src: url('https://cdn.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-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@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(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
.opazoom{
    animation: opazoom 1.5s infinite;
}
@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);
    }
    100% {
        transform: scale(1.02);
    }
}
@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 marqueeY {
    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);
    }
}
.rotate{
    animation: rotate360 2s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}




.con7_prev:after,.con7_next:after {
    content: unset !important;
}
.con10_prev:after,.con10_next:after {
    content: unset !important;
}
.con7_prev{
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 50%;
    overflow: hidden;
    left: 9% !important;
    bottom: 15%;
    transition: 0.4s background;
}
.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    border-radius: 50%;

    height: 3vw !important;
    overflow: hidden;
    transition: 0.4s background;

    right: 9% !important;
    bottom: 15%;
}
.con7_prev_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transition: 0.4s all;
}
.con7_next_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 50%;
    transition: 0.4s all;

}
.con7_prev:hover .con7_prev_ab{
    left: 20%;
}
.con7_next:hover .con7_next_ab{
    right: 20%;
}

.con7_prev:hover {
    background: black;
}
.con7_next:hover {
    background: black;

}


.swiper-pagination { position: relative; width: 100px; bottom: auto;}
.swiper-progressbar-fill { background: #7c8789; }
.swiper-pagination2 { position: relative !important;  width: calc(100% - 150px); height: 10px; bottom: auto; }
.pagination_container{
    position: absolute;
}
.swiper-pagination {
    position: absolute !important;
    bottom: auto !important;
    color: white !important;
    font-size: 1vw !important;
    font-family: 'pretendard Variable' !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    top: 20% !important;
    letter-spacing: 0.6vw !important;
    left: 4% !important;
}
.pagination_container {
    width: 6vw;
    height: 6vw;
    bottom: 0;
    background: #00000099;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.swiper-pagination2{
    width: 50% !important;
    top: 4% !important;
    bottom: unset !important;
    background: #ffffffde !important;
}
.swiper-pagination-progressbar-fill{
    background: #d71921 !important;
}
.main_top{
    z-index: 2;
    font-family: Pretendard variable;
    font-weight: 100;
    font-size: 3.7vw;
    letter-spacing: -0.04vw;
    bottom: 24%;
    right: 18%;
}
.main_top .red {
    bottom: -4%;
    left: 103%;
    position: absolute !important;
    font-size: 4.3vw;
}

.main_top .red .char{
    font-weight: 700 !important;
}

.con1_top{
    width: 7.50656%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 8%;
}
.con1_top_2nd{
    margin-top: 3%;
    margin-bottom: 3%;
    overflow: hidden;
}
.con1_top_3rd{
    margin-bottom: 8%;
}
.con1_top_3rd_item{
    margin: 0 0.1%;
    width: 14.5932%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con2 {
    height: 41vw;
}
.con2 > div{
    justify-content: flex-start;
    height: 100%;
}
.con2_right{
    background: url(/images/acon3_bg.jpg) no-repeat center / cover;
}
.con2_left{
    background: #dbd4cc;
}
.con2_left_top{
    width: 11.5425%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23%;
    margin-left: -48%;
    overflow: hidden;
}
.con2_left_top_2nd{
    width: 60%;
    margin-top: 5%;
    font-size: 2.4vw;
    line-height: 2.4vw;
}
.con2_left_top_3rd{
    width: 60%;
    margin-top: 5%;
}
.con2_left_ab{
    width: 68.3106%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -39%;
    top: 12%;
}
.con2_left_top{
    width: 11.5425%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 21%;
    margin-left: -48%;
}




.con7_next{
    display: flex;
    justify-content: center;
    align-items: center;
}

.con2_left   .con7_next{
    left: 55%;
    top: 74% !important;
}


.con2_right   .con7_next{
    left: 70%;
    top: 74% !important;
}



.con2_right_top{
    width: 11.3326%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23%;
    margin-left: -48%;
    overflow: hidden;
}

.con2_right_top_2nd{
    width: 60%;
    margin-top: 5%;
    font-size: 2.4vw;
    line-height: 2.4vw;
}
.con2_right_top_3rd{
    width: 60%;
    margin-top: 5%;
    white-space: nowrap;
}

.con3_top{
    width: 3.14961%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7.5%;
}
.con3_top_2nd{
    font-size: 2vw;
    margin-top: 2.3%;
    line-height: unset;
}




.con11_mid_swiper_1_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.con11_swiper_item_img{
    width: 100% !important;
    overflow: hidden;
}
.con11_swiper_item_img iframe{
    overflow: hidden;
    width: 100%;
}
.con11_swiper_item_img {
    width: 75% !important;
    overflow: hidden;
}
.con11_swiper_item_img {
    width: 75% !important;
    overflow: hidden;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.con11_mid_bottom{
    width: 118% !important;
}
.con11_swiper_item_img {
    width: 74% !important;
    overflow: hidden;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.con11_swiper_item_img{
    transition: 0.3s all;

}
.con11_mid_swiper_1_slide.swiper-slide-next > div{
    scale: 1.5;
}
.con11_mid_swiper_1{
    padding: 7% 0;
    padding-bottom: 9%;
}



.con3 .con7_prev {
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 50%;
    overflow: hidden;
    left: 29% !important;
    bottom: 55%;
    transition: 0.4s background;
}

.con3 .con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 50%;
    overflow: hidden;
    right: 29% !important;
    bottom: 55%;
    transition: 0.4s background;
}

.con11_mid_swiper_1 {
    padding: 5% 0;
    padding-bottom: 11%;
}
.con11_swiper_item_img_2nd{
    opacity: 0;
    transition: 0.3s opacity;
}
.con11_mid_swiper_1_slide.swiper-slide-next > .con11_swiper_item_img_2nd{
    scale: 1;
    opacity: 1;

}
.con11_mid_swiper_1_slide{
    flex-direction: column;
}
.con11_swiper_item_img_2nd{
    position: absolute;
    top: 133%;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
    padding-bottom: 1.3%;
}

.con4{
    background: url(/images/acon5_bg.jpg) no-repeat center / cover;

}
.con4_con{

}
.con4_top{
    width: 7.03412%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
}
.con4_top_2nd{
    text-align: center;
    margin-top: 2.6%;
}
.con4_top_3rd{
    width: 43%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 3%;
    margin-bottom: 8%;
    height: 20vw;
}
.con4_top_3rd iframe{
    height: 100%;
}
.con4_top {
    width: 7.03412%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}

.con5_top{
    width: 2.88714%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 6%;
}
.con5_top_2nd{
    margin-top: 3%;
}

.con5_mid_swiper_1 {
    width: 93%;
    margin-right: -21%;
}
.con5_mid_bottom{
    width: 100%;
    margin-top: 4%;
    margin-bottom: 10%;
}
.con5_swiper_item_img{
    width: 100% !important;
}

.con5_swiper_item_img{
    width: 101.091%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 20px;
}
.con5_swiper_item_img_2nd{
    top: 63%;
    left: 13%;
}
.con5_swiper_item_img_3rd{
    top: 84%;
    left: 13%;
}

.con5_mid_swiper_1 {
    overflow: hidden;
}

.con5 .con7_prev {
    left: 9% !important;
    bottom: 43%;
}

.con6_left{
    background: #dbd4cc;

}
.con6_right{
    background: black;

}
.con6 {
    height: 23vw;
}
.con6 > div {
    height: 100%;
    justify-content: flex-start;
    border-radius: 20px ;
}
.con6_right{
    margin-left: 1.5%;
    margin-right: -1%;
}
.con6_left{
    margin-left: -1%;
}
.con6_left_top{
    width: 12.4869%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: -40%;
}
.con6_left_top_2nd{
    width: 53%;
    margin-top: 3%;
}
.con6_mid_swiper_2_slide_p_con_ab{
    width: 100%;
    background: black;
    top: 0;
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6 {
    height: 25vw;
}
.con6_mid_swiper_2{
    margin-top: 5%;
}
.con6_mid_swiper_2_slide_p_con{
    height: 14.6vw;
}
.con6_mid_swiper_2_slide_p_con{
    width: 98.6784%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.con6  .con7_next{
    top: 26% !important;
}
.con6_right_top{
    width: 6.40084%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: -63%;
}
.con6_right_top_2nd{
    width: 70%;
    margin-top: 3%;
}
.con6_right_top_3rd{
    margin-top: 3%;
    width: 70%;
}
.con6_right_ab{
    width: 40.0839%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}
.con6_right_ab_2{
    bottom: 15%;
    left: 14%;
    height: 4.3vw;
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_right_ab_2 input{
    width: 100%;
    height: 100%;
    border-radius: 50px;
    outline: none;
    border: none;

    padding-left: 6%;
}
.con6_right_ab_2:focus{
    outline: none;
    border: none;
}
.con6_right_ab_2 input::placeholder{
    color: rgba(0, 0, 0, 0.37);
    font-size: 1.1vw;

}
.con6_right_ab_2 input{
    font-size: 1.1vw;
}
.con6_right_ab_2_ab{
    z-index: 2;
    pointer-events: none;
    right: 7.5%;
    width: 7.70878%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_top_4th_2nd{
    width: 220%;
    margin: 5% 0;
    margin-top: 8%;
}

.dot_2nd{
    left: 88% !important;
}
.con7_next{
    z-index: 1111 !important;
}
.con7_prev{
    z-index: 1111 !important;
}

.con2_right_top {
    margin-top: 21%;

}


.main_fixed_bar {
    width: 1% !important;
    position: fixed;
    top: 22%;
    font-family: "SUIT Variable";
    font-weight: 600;
    font-size: 1vw;
    z-index: 1001;
    left: 6%;
}

.main_fixed_bar_mid{
    display: flex;
    justify-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 7vw;
    overflow: hidden;
}
.main_fixed_bar_mid_1st{
    height: 7vw;
}
.main_fixed_bar_mid_absol{
    height: 7vw;
}
.main_fixed_bar2{
    height: 7vw;
}
.main_fixed_bar_mid {
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    height: 7vw;
    margin: 26% 0;
}
.main_fixed_bar_mid_absol {
    overflow: hidden;
}


.main_fixed_bar_mid_1st {
    height: 7vw;
    background: #dcdcdc;
    width: 0.2vw;
}

.main_fixed_bar_mid_absol{
    width: 100%;
    height: 100%;
}
.container{
    display: none;
}
.main_fixed_bar_mid_1st {
    margin: 39% 0;
}
.con5_swiper_item_img{
    height: 20vw;
}

.con5_swiper_item_img_2nd {
    width: 68%;
}
.con6_mid_swiper_2_slide_p_con{
    overflow: hidden;
}
.con6_mid_swiper_2_slide_p_con_ab p{
        text-align: center;
}
.con6_mid_swiper_1{
    overflow: hidden
}

.con7_top_4th_2nd .scrX_item {
    animation: marqueeX 50s infinite linear;
}

.con7_top_4th_2nd_bg{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    
}

.con6_left{
    overflow: hidden;
}
.main_fixed_bar_p_2{
    color: white;
}

.main_fixed_bar_mid_1st {
    height: 7vw;
    background: #ffffff66;
    width: 0.2vw;
}
.con2_left_top_2nd {
    line-height: 2.8vw;
}
.con2_right_top_2nd{
    line-height: 2.8vw;
}
.con2_left_top_3rd{
    line-height: 1.5vw;
}
.con2_right_top_3rd{
    line-height: 1.5vw;
}

.con6_right {
    background: #111112;
}
.con6_mid_swiper_2_slide_p_con_ab{
    background: #111112;
    
}

.con11_swiper_item_img iframe {
    height: 100%;
}
.main .con7_prev{
    left: 46% !important;
}
.main .con7_next{
    right: 46% !important;
}

.intro_left_ab_3 {
    width: 9vw;
    border-radius: 100px;
    border: 1px solid #0000001a;
    height: 2.6vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #ffffff7d;
    bottom: 13%;
    left: 55%;
}
.con2_right .intro_left_ab_3{
        background: #ffffff7d;
}
.con6_left .intro_left_ab_3{
    bottom: 63%;
    left: 74%;
}
.con6_right .intro_left_ab_3{
    bottom: 63%;
    left: 74%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {

    .con1_top {
        width: 29.50656%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 15%;
    }
    .con1_top_3rd {
        margin-bottom: 8%;
        width: 80%;
        margin-top: 5%;
        flex-wrap: wrap;
    }
    .con1_top_3rd_item {
        margin: 0 0.1%;
        width: 49.5932%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con1_top_3rd_item_3{
        width: 100%;
    }
    .con1_top_3rd {
        margin-bottom: 15%;
        width: 80%;
        margin-top: 5%;
        flex-wrap: wrap;
    }
    .main{
        margin-top: 20%;
    }
    .con2 {
        height: 164vw;
        flex-direction: column;
    }

    .con2 > div {
        justify-content: flex-start;
        height: 50%;
        width: 100%;
    }

    .con2_left_top {
        width: 21.5425%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: -61%;
    }

    .con2_left_top_2nd {
        width: 83%;
        margin-top: 5%;
        font-size: 2.4vw;
        line-height: 2.4vw;
        font-size: 6vw;
        line-height: 7vw;
        letter-spacing: -0.2vw;
    }
    .con2_left_top_3rd {
        width: 83%;
        margin-top: 5%;
    }
    .con7_next {
        width: 8vw !important;
        height: 8vw !important;
    }
    .con7_prev {
        width: 8vw !important;
        height: 8vw !important;
    }

    .con2_left .con7_next {
        left: 65%;
        top: 83% !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .con2_right_top {
        width: 21.3326%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: -60%;
    }
    .con2_right_top_2nd {
        width: 83%;
        margin-top: 5%;
        font-size: 6vw;
        line-height: 7vw;
        letter-spacing: -0.2vw;
    }

    .con2_right_top_3rd {
        width: 83%;
        margin-top: 5%;
    }
    .con2_right .con7_next {
        left: 65%;
        top: 10% !important;
    }
    .con3_top {
        width: 12.14961%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 15%;
    }

    .con3_top_2nd {
        margin-top: 2.3%;
        font-size: 6vw;
        line-height: 7vw;
    }

    .con11_mid_bottom {
        width: 178% !important;
    }

    .con11_swiper_item_img {
        width: 92% !important;
        overflow: hidden;
        height: 28vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

    .con11_swiper_item_img_2nd {
        position: absolute;
        top: 138%;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid black;
        padding-bottom: 4.3%;
    }

    .con11_mid_swiper_1 {
        padding: 7% 0;
        padding-bottom: 21%;
    }

    .con3 .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: 50%;
        overflow: hidden;
        left: 27% !important;
        bottom: 60%;
        transition: 0.4s background;
    }


    .con3 .con7_next {
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: 50%;
        overflow: hidden;
        right: 27% !important;
        bottom: 60%;
        transition: 0.4s background;
    }

    .con4_top {
        width: 25.03412%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
    }
    .con4_top_3rd {
        width: 86%;
        border-radius: 20px;
        overflow: hidden;
        margin-top: 7%;
        margin-bottom: 16%;
        height: 48vw;
    }
    .con4_con{
        width: 94%;
        margin: 4% 0;
        overflow: hidden;
    }
    .con4_top {
        width: 26.03412%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
    }
    .con4_con_bg{
        width: 257.365%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con4_top_2nd {
        text-align: center;
        margin-top: 2.6%;
        width: 90%;
    }
    .con5_top {
        width: 9.88714%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }


    .con5_mid_swiper_1 {
        width: 173%;
        margin-right: 0;
        flex-direction: column;
    }

    .con5_mid_bottom {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 15%;
        flex-direction: column;
    }
    .con5 .con7_prev {
        left: 16% !important;
        bottom: 43%;
    }

    .con5 .con7_next {
        right: 16% !important;
        bottom: 43%;
    }

    .con6 {
        height: 75vw;
        flex-direction: column;
    }
    .con6 > div {
    }

    .con6 > div {
        height: 50%;
        justify-content: flex-start;
        border-radius: 10px;
        width: 100%;
        z-index: 1;
    }

    .con6_right {
        margin-left: 0;
        margin-right: 0;
    }
    .con6 {
        height: 165vw;
        flex-direction: column;
    }
    .con6_left_top {
        width: 20.4869%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: -43%;
    }
    .con6_left_top_2nd {
        width: 65%;
        margin-top: 4%;
    }
    .con6_mid_swiper_2 {
        margin-top: 10%;
        position: relative !important;
        height: 48vw;
    }
    .con6_mid_swiper_2_slide_p_con {
        height: 100%;
        overflow: hidden;
    }

    .con6_mid_swiper_2_slide_p_con_ab {
        width: 100%;
        background: black;
        top: 0;
        height: 18vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con6_right_top {
        width: 10.40084%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-left: -59%;
    }
    .con6_right_ab_2 {
        bottom: 26%;
        left: 14%;
        height: 9.3vw;
        width: 58%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con6_right_ab_2 input {
        font-size: 3.1vw;
    }
    .con6_right_ab_2 input::placeholder{
        font-size: 3.1vw;

    }

    .con6_right_ab {
        width: 55.0839%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: 0;
    }

    .con7_top_4th_2nd {
        width: 420%;
        margin: 5% 0;
        margin-top: 8%;
    }


    .pagination_container {
        width: 21vw;
        height: 23vw;
        bottom: 0;
        background: #00000099;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .swiper-pagination {
        position: absolute !important;
        bottom: auto !important;
        color: white !important;
        font-size: 3.3vw !important;
        font-family: 'pretendard Variable' !important;
        width: 100% !important;
        display: flex!important;
        justify-content: center !important;
        align-items: center !important;
        top: 20% !important;
        letter-spacing: 2.6vw !important;
        left: 4% !important;
    }

    .main_top {
        z-index: 2;
        font-family: Pretendard variable;
        font-weight: 100;
        font-size: 9.7vw;
        letter-spacing: -0.04vw;
        bottom: 24%;
        right: unset;
    }
    .main_top .red {
        bottom: -4%;
        left: 103%;
        position: absolute !important;
        font-size: 11.3vw;
    }
.con5_swiper_item_img{
    height: 40vw;
}

    .con5_swiper_item_img{
        height: 70vw;
    }
    .con7_top_4th_2nd {
        width: 523%;
        margin: 5% 0;
        margin-top: 8%;
    }
    .main_fixed_bar{
        display: none;
    }
    
    
    .con1_top {
        width: 22.50656%;
        margin-top: 15%;
    }
    
    .con1_top_2nd {
    margin-top: 5%;
    margin-bottom: 3%;
    overflow: hidden;
    font-size: 7vw;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center;
}
    
.con2_left_top_3rd {
    line-height: 4.4vw;
}    
.con2_right_top_3rd {
    line-height: 4.4vw;
}    
    .con2_left .con7_next {
        width: 12vw !important;
        height: 12vw !important;
    }    
    .con2 {
        height: 184vw;
        flex-direction: column;
    }
    .con2_left .con7_next {
        width: 12vw !important;
        height: 12vw !important;
        left: 8%;
        top: 74% !important;
    }
    
    .con2_right .con7_next {
        left: 8%;
        top: 74% !important;
    }    
        .con3_top {
        width: 9.74961%;
    }
    
        .con4_top {
        width: 23.03412%;
    }
    
        .con5_top {
        width: 7.88714%;
    }    
    .con6_right_ab_2 {
        width: 73%;
    }
    .con6_right{
        height: 48%;
    }
    
    .con6_right_ab_2 {
        bottom: 37%;
        left: 14%;
        height: 9.3vw;
        width: 58%;
        display: flex
;
        justify-content: center;
        align-items: center;
    }
    .con6_right_ab {
        width: 59.0839%;
        display: flex
;
        justify-content: center;
        align-items: center;
        bottom: -13%;
        right: 23%;
    }
    
    .con6_right_ab_2 {
        bottom: 39%;
    }
    .con6 {
        height: unset;
        flex-direction: column;
    }    
    
.con6_left {
    margin-left: -1%;
    height: 85vw !important;
}
    
    .con6_right {
        height: 48%;
        height: 92vw !important;
    }
    
        .con6_right_ab_2 {
        bottom: 43%;
    }
    .con6_right_ab {
        width: 66.0839%;
        display: flex
;
        justify-content: center;
        align-items: center;
        bottom: -13%;
        right: 0;
    }
.con6 .con7_next {
    top: 23% !important;
}    
    
    .intro_left_ab_3 {
    width: 25vw;
    border-radius: 100px;
    border: 1px solid #0000001a;
    height: 7.6vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 11%;
}
    
    
    .main .con7_prev {
    left: 37% !important;
}
    
    .main .con7_next {
    right: 37% !important;
}
    .acon2_01{
            width: 19.41648vw !important;
    min-width: 19.50656vw !important;
    }
    
.con6_left .intro_left_ab_3 {
    bottom: 77%;
    left: 67%;
}
.con6_right .intro_left_ab_3 {
    bottom: 24%;
    left: 14%;
    z-index: 3;
    background: #ffffffd4;
}
    
    
}
