* {
    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{
    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;
    z-index: 0 !important;
    pointer-events: none;
}
.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;
}
@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 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 blkshadow {
    0% {
        text-shadow: 0px 0px 0px #bf2121, 0px 0px 0px #bf2121;
    }
    30% {
        text-shadow: 0px 0px 0px #bf2121, 0px 0px 0px #bf2121;

    }
    45% {
        text-shadow: 1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
    }
    60% {
        text-shadow: 1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
    }
    100% {
        text-shadow: 0px 0px 0px #bf2121, 0px 0px 0px #bf2121;

    }
}



@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);
    }
}


.main{
    background: black;
}
.main_top_3rd p {
    background:#111;
    color:#fff;
    text-shadow:1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
    font-size:48px;
    text-align:center;
}
.main_top{
    width: 37.3228%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}

.main_top_1{
    width: 36.4276%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 102%;
}
.main_top_2{
    left: 102%;
    width: 32.2082%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.main_top_2nd{
    width: 21.5223%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.main_top_3rd{
    z-index: 2;
}
.main_top_3rd p {
    background: unset;
    color: #fff;
    text-shadow: 1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
    font-size: 7vw;
    text-align: center;
}

.main_top_4th{
    align-items: flex-end !important;
}
.main_top_4th_1_ab{
    overflow: hidden;
    left: 0;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}


.main_top_5th_item_1{
    top: 7%;
    font-size: 1.3vw;
}

.main_top_5th_item_2{
    top: 30%;
}
.main_top_5th_item_3{
    font-size: 3vw;
    top: 48%;
}

.main_top_5th_item_4{
    top: 75%;
    width: 46%;
    border: 1px solid white;
    border-radius: 30px;
    text-align: center;
    padding: 1% 0;
}

.main_top_5th_item:nth-child(2) .main_top_5th_item_4{
    top: 75%;
    width: 46%;
    border: 1px solid #ff0101;
    border-radius: 30px;
    text-align: center;
    padding: 1% 0;
}
.main_top_5th{
    margin-top: 2.5%;
}
.main_top_6th{
    font-size: 1.8vw;
    margin-top: 3%;
    margin-bottom: 8%;
    z-index: 1;
}
.main_ab{
    width: 122.52%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6%;
}
.main_08{
    animation: scaleOpa2 infinite 2s;
}
.main_ab_2{
    animation: scaleOpa2 infinite 2s;
}
.main_ab_3{
    animation: scaleOpa infinite 2s;
}

.main_top_5th_item{
    width: 19.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1.5%;
}


.video_con video {
    width: 120%;
    height: 100%;
}

.video_con {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    clip-path: circle(58% at 50% 89%);
    filter: brightness(0.3);
}
.con1_top_item{
    width: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_top_item_ab{
    top: 0;
}
.con1_top_item_ab_top{
    font-size: 1.3vw;
    margin-top: 25%;
}
.con1_top_item_ab_top_2nd{
    font-size: 2.5vw;
    margin-top: 4%;
    margin-bottom: 6%;
}

.con1_top_item_ab_top_3rd{
    text-align: center;
}

.con1_top_item_ab_2nd{
    background: #bf2121;
    height: 100%;
    opacity: 0;
}
.con1_top_item:hover .con1_top_item_ab_2nd{
    opacity: 1;
}

.con2_top_line{
    width: 100%;
    border-bottom: 1px solid black;
    margin-top: 1.3%;
    margin-bottom: 8%;
}
.con2_top{
    width: 29.1864%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con2_top_2nd{
    margin-top: 1%;
    overflow: hidden;
}
.con2{
    /*background: url(/images/con11_08.png) no-repeat center / cover;*/

}
.text_bg {
    position: relative;
    margin: 0;
    padding: 0;
}
.text_bg:before {
    content: attr(data-text);
    position: absolute;
    z-index: 1;
    pointer-events: none;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.4s ease-out width;
}
.text_bg:hover:before {
    width: 100%;
}


.con2_top_2nd_bg{
    --before-width: 0%;
}
.con2_top_2nd_bg:before {
    color: #30662c;
    width:var(--before-width);
}


.con6_left_swiper_10{
    width: 48%;
    overflow: hidden;
    margin-top: 4%;
    margin-left: 33%;
}
.con2_top_5th{
    width: 48% !important;
    justify-content: space-between !important;
    margin-left: 33%;
    margin-top: 1%;
    margin-bottom: 10%;

}
.con2_top_4th_1{
    width: 61.7068%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con2_top_4th_2{
    width: 37.5274%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_3rd{
    width: 6.61417%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    left: 12%;
    top: 36%;
    overflow: hidden;
}
.con2_top_4th{
    left: 18%;
    top: 63%;
    font-size: 1.1vw;
    overflow: hidden;
}
.con2_top_ab_2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con2_top_ab{
    width: 21.5223%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1%;
    top: 43%;
}

.con2_top_ab_3{
    border-left: 1px solid black;
    top: 0%;
    left: 13%;
    height: 33%;
}
.con2_top_ab_4 {
    border-left: 1px solid black;
    bottom: 0%;
    left: 13%;
    height: 44%;
}

.main_video_con {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    overflow: hidden;
}

.main_video_con_video {
    width: 121%;
    height: 125%;
    top: -11%;
    filter: brightness(0.7);
}

.con3{
    height: 45vw;
}

.con4_top{
    width: 40% !important;
    align-items: flex-end !important;
    margin-top: 7%;
    margin-bottom: 2%;
}

.con4_top_1_ab{
    animation: scaleOpa2 infinite 2s;
}
.con4_top_1{
    width: 18.7664%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con4_top_2{
    width: 23.0971%;
    display: flex;
    justify-content: center;
    margin-left: 2%;
    overflow: hidden;
    align-items: center;
}
.con4{
    background: black;
}

.con4_top_3rd{
    width: 41.1024%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 8%;
}
.con4_top_3rd_ab_1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con4_top_3rd_ab_2{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_top_3rd_ab_3{
    width: 31.5453%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 39%;
}
.con4_top_3rd_ab_4_1{
    font-size: 3vw;
}
.con4_top_3rd_ab_4{
    bottom: 37%;
}
.con4_top_3rd_ab_4_ct{
    font-size: 6vw;
}

.con4_ab{
    width: 86.9291%;
    display: flex;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    overflow: hidden;
    left: 0;
    top: 2%;
}
.con04_11{
    animation: scaleOpa2 infinite 2s;
}

.con4_top_3rd_ab_1{
    animation: scaleOpa infinite 2s;
}
.con04_08{
    width: 86.9291vw !important;
}

.con4_top_3rd_ab_5{
    width: 21.7114%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    bottom: 12%;
    right: 14%;
}
.con4_ab_2{
    width: 23.8845%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12%;
    top: 60%;
    z-index: 1;
}
.con4_ab_2_ab{
    opacity: 0;
}

.con4_ab_2_ab_2{
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
}

.con4_ab_3_ab_2{
    text-align: center;
    font-size: 1.5vw;
    line-height: 2vw;
}

.con4_ab_3_ab{
    opacity: 0;
}
.con4_ab_3 {
    width: 23.8845%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 23%;
    right: 12%;
    z-index: 1;
}
.con4_ab_2_ab{
    transition: 0.3s all;
}
.con4_ab_3_ab{
    transition: 0.3s all;
}
.con4_ab_2:hover .con4_ab_2_ab{
    opacity: 1;
}
.con4_ab_3:hover .con4_ab_3_ab{
    opacity: 1;
}

.con4_ab_2 {
    width: 23.8845%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12%;
    top: 55%;
    z-index: 1;
}
.con4_ab_4 {
    width: 5.93176%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: 19%;
    left: 88%;
}
.con5{
    background: #070707;
}
.con4{
    padding-bottom: 9%;
}

.con5_top{
    width: 73.0184%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -14%;
    z-index: 2;
    margin-left: -3%;
    margin-bottom: -12%;
}


.con6_left_swiper_11{
    width: 67%;
    overflow: hidden;
    margin-top: 0;
    margin-right: -36%;
}
.con6_left_swiper_12{
    width: 67%;
    overflow: hidden;
    margin-top: 0;
    margin-left: -36%;
}

.con5_top_ab_2{
    width: 31.1287%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10%;
    bottom: 1%;
    z-index: 2;
}

.con5_top_ab_2_p{
    text-align: center;
    top: 105%;
}

.con5_top_ab{
    width: 1.07836%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 42%;
    z-index: 1;
    left: 57%;
}
.con5_top_ab_3{
    width: 29%;
    border-top: 2px solid white;
    top: 43.2%;
    z-index: 1;
    left: 58%;
    transform-origin: left top;
    rotate: 35deg;
}

.con05_14{
    z-index: 1;
    animation: zoom infinite 2s;
}
.con5_top_ab_4{
    width: 103.666%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 32%;
    left: 19%;
}

.con5_ab{
    left: 9%;
    top: 0%;
    writing-mode: vertical-lr;
    font-weight: 100;
    letter-spacing: 0.5vw;
    font-size: 3vw;
    overflow: hidden;
    white-space: nowrap;
}
.con5_ab_2{
    left: 14%;
    top: 0%;
    writing-mode: vertical-lr;
    font-weight: 100;
    letter-spacing: 0.5vw;
    font-size: 3vw;
    overflow: hidden;
    white-space: nowrap;
}
.con5_ab_2_span{
    font-size: 3vw;
    letter-spacing: 0.5vw;
    font-weight: 500;

}


.con5_ab_bg:before {
    color: #ff0101;
}


.con5_ab_bg:before {
    content: attr(data-text);
    position: absolute;
    z-index: 1;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: 1s ease-out height;
}
.con5_ab_bg:hover:before {
    height: 100%;
}


.con5_ab_2_bg:before {
    color: #ff0101;
}


.con5_ab_bg{
    --before-width: 0%;
}
.con5_ab_bg:before {
    height:var(--before-width);
}




.con5_ab_2_bg:before {
    content: attr(data-text);
    position: absolute;
    z-index: 1;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: 3s ease-out height;
}
.con5_ab_2_bg:hover:before {
    height: 100%;
}

.con5_ab_2_bg{
    --before-width: 0%;
}
.con5_ab_2_bg:before {
    height:var(--before-width);
}




.con5{
    padding-bottom: 6%;
}

.con5_line{
    top: 36%;
    height: 50%;
    left: 11%;
    border-left: 2px solid white;
}
.con6 > div{
    width: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con6{
     background: #bf2121;
}

.con6_right{
    overflow: hidden;
}
.con6_left_swiper_1_slide_ab{
    width: 8.13347%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 6%;
}

.con6_left_top{
    width: 35.8867%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 11%;
    margin-left: -17%;
}
.con6_left_top_2nd{
    width: 7.24029%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-left: -48%;
    margin-top: 2%;
}
.con6_left_top_3rd{
    font-size: 1.7vw;
    overflow: hidden;
    margin-top: -8%;
    line-height: 2.2vw;
}
.con6_left_top{
    width: 35.8867%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: -17%;
}
.con6_left_line {
    border-top: 2px solid white;
    width: 33%;
    bottom: 4%;
    right: 0;
}
.con6_2nd{
    background: #bf2121;
}
.con6_2nd_con{
    background: #fff8e7;
    width: 87% !important;
}
.con6_2nd_top{
    width: 23.4762%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 16%;
    margin-left: 24%;
}


.con6_2nd_top_2nd{
    background: black;
    width: 50% !important;
    margin-left: 50%;
    margin-top: 3%;
}


.con6_2nd_top_2nd_top{
    font-size: 2vw;
    margin-top: 5%;
    width: 90%;
    overflow: hidden;
}
.con7_top_ab_ab{
    animation: scaleOpa2 infinite 2s;
}

.con7_top_con{
    overflow: hidden;
}
.con7_top_ab_2_ab{
    animation: scaleOpa2 infinite 2s;
}

.con6_2nd_top_2nd_top_2nd{
    width: 90%;
    margin-top: 4%;
    margin-bottom: 7%;
}

.con6_2nd_con_top_ab{
    width: 32.2873%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9.3%;
    top: 14%;
}

.con6_2nd_con_top_ab_2{
    width: 20.3983%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -12%;
    top: 11%;
}

.con6_2nd_con_top_ab_3{
    width: 8.14725%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    top: 75%;
}

.con11_top_3rd_item {
    width: 19%;
    text-align: center;
    cursor: pointer;
    padding: 1% 0;
    box-sizing: border-box;
    border-bottom: 1px solid #bf2121;
}
.con11_top_3rd_item > p{
    font-size: 1.6vw;
    color: #bf2121;
    font-family: Pretendard-medium;
}
.con11_top_3rd_item_on > p{
    color: white;
}
.con11_top_3rd_item_on{
    background: #bf2121;
}
.con11_top_3rd{
    margin-top: 11%;
    margin-bottom: 4%;
}
.con6_mid_swiper_1_slide_p_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22vw;
    overflow: hidden;
}
.menu_box{
    width: 79% !important;
    overflow: hidden;
}
.menu_ex{
    width: 100%;
    scale: 2;
}

.con6_mid_swiper_1_p{
    text-align: center;
    font-size: 1.4vw;
    margin-top: 2%;
}
.con6_mid_swiper_1_slide_p_con_ab {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #bf2121;
    z-index: 1;
    top: 101%;
transition: 0.3s all;
}
.con6_mid_swiper_1_slide_p_con_ab_ab{
    text-align: center;
    width: 82%;
}
.con6_mid_swiper_1_slide_p_con{
    overflow: hidden;
}
.con6_mid_swiper_1_slide_p_con:hover .con6_mid_swiper_1_slide_p_con_ab{
    top: 0%;
}

.con6_mid_swiper_1_slide_p_con:hover + .con6_mid_swiper_1_p{
    color: #bf2121;
    
}

.menu_box{
    margin-bottom: 7%;
}


.con7{
    background: #bf2121;
}
.con7_con{
    background: black;
    width: 87% !important;
    margin-top: 2.5%;
}

.con7_top{
    width: 35.7272%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}

.con7_top_ab{
    width: 43.75%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 101%;
}

.con7_top_ab_2{
    width: 43.4122%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 101%;
}
.con7_top_2nd{
    width: 14.303%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;

}
.con7_top_2nd_line{
    border-bottom: 1px solid #ff0101;
    border-top: 1px solid #ff0101;
    width: 265%;
    height: 0.15vw;
    top: 68%;
    right: 110%;
}

.con7_top_2nd_line_2{
    border-bottom: 1px solid #ff0101;
    border-top: 1px solid #ff0101;
    width: 265%;
    height: 0.15vw;
    top: 68%;
    left: 110%;
}


.con7_top_3rd{
    margin-top: 3%;
    margin-bottom: 20%;
}
.con7_top_3rd_top_line{
    height: 4%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
}
.con7_top_3rd_top_line_bottom{
    bottom: 0;
}
.con7_top_3rd_top_line_bottom{
    width: 343.75%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_top_3rd_top .main_small_title{
    white-space: nowrap;
    line-height: 1.1vw;
}

.con7_top_3rd_top_p{
    top: 4%;

}
.con7_top_3rd_top_p_odd{
    text-align: right;
    right: 134%;
}
.con7_top_3rd_top_p_even{
    text-align: left;
    left: 134%;
}
.con7_top_3rd_top_p_2{
    top: 24%;
}
.con7_top_3rd_top_p_3{
    top: 43.5%;
}
.con7_top_3rd_top_p_4{
    top: 63%;
}
.con7_top_3rd_top_p_5{
    top: 78%;
    background: unset;
    color: #fff;
    /*text-shadow: 1px 1px 5px #bf2121, 1px 1px 5px #bf2121;*/
}

.con7_top_3rd_left{
    width: 30.4768%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 6%;    top: 5%;
}
.con7_top_3rd_right{
    width: 30.4768%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 6%;    top: 5%;

}
.con7_top_3rd_left>div{
    margin-bottom: 8%;
}
.con7_top_3rd_right>div{
    margin-bottom: 8%;
}

.con7_top_3rd_ab{
    width: 11.0441%;
    display: flex;
    justify-content: center;
    top: 8%;
    right: 1%;
    animation: blk 1s infinite;
    z-index: 1;
}
.con7_top_3rd_ab_2{
    width: 11.0441%;
    display: flex;
    animation: blk 1s infinite;
    justify-content: center;
    align-items: center;
    left: 4%;
    z-index: 1;
    bottom: -17%;
}
.con8{
    background: url(/images/con08_bg.jpg) no-repeat center / cover;

}
.con8_top{
    width: 17.8478%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}

.con8_top_2nd{
    margin-top: 1.2%;
    margin-bottom: 2%;
}

.con8_top_3rd{
    margin-bottom: 3%;
}
.con8_top_3rd_left{
    width: 40.8924%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_top_3rd_right{
    width: 40.8924%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con8_top_3rd_ab{
    width: 20.6824%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 1;
}

.con8_top_3rd_ab_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con8_top_3rd_left_1{
    width: 7.1887%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    top: 15%;
}
.con8_top_3rd_left_2 {
    border-left: 1.5px solid white;
    left: 11%;
    height: 39%;
    bottom: 0;
}
.con8_top_3rd_left_3{
    left: 16%;
    opacity: 0;
    top: 59%;
    font-size: 1.3vw;
    transition: 0.3s all;
}
.con8_top_3rd_left_4{
    opacity: 0;
    top: 65%;
    left: 16%;
    text-shadow:1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
    animation: blkshadow 2s infinite;
    transition: 0.3s all;

}
.con08_06{
    width: 100%;
    /*filter: brightness(0.4);*/
    transition: 0.3s all;
}


.con08_07{
    width: 100%;
    /*filter: brightness(0.4);*/
    transition: 0.3s all;
}

.con8_top_3rd_left:hover .con08_06{
    filter: brightness(0.4);
}
.con8_top_3rd_right:hover .con08_07{
    filter: brightness(0.4);
}

.con8_top_3rd_left:hover .con8_top_3rd_left_3{
    opacity: 1;
}
.con8_top_3rd_left:hover .con8_top_3rd_left_4{
    opacity: 1;
}


.con8_top_3rd_right:hover .con8_top_3rd_right_3{
    opacity: 1;
}
.con8_top_3rd_right:hover .con8_top_3rd_right_4{
    opacity: 1;
}


.con8_top_3rd_right_1{
    width: 7.06033%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7%;
    bottom: 15%;
}
.con8_top_3rd_right_2 {
    border-left: 1.5px solid white;
    right: 11%;
    height: 39%;
    top: 0;
}
.con8_top_3rd_right_3{
    right: 16%;
    bottom: 77%;
    font-size: 1.3vw;
    transition: 0.3s all;
    opacity: 0;
}
.con08_03{
    animation: blk 1s infinite;
}
.con8_top_3rd_right_4{
    bottom: 56%;
    right: 16%;
    text-shadow:1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
    animation: blkshadow 2s infinite;
    opacity: 0;
    transition: 0.3s all;
}
.con8_top_4th{
    text-align: center;
    margin-bottom: 6%;
}

.con9{
    background: #bf2121;
}

.con9_scrX{
    flex-direction: column;
    width: 130%;
    padding: 1% 0;
    border-bottom: 2px solid white;
}

.con9_top{
    width: 34.9606%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}
.con9_top_2nd_con{
    overflow: hidden;
}
.con9_top_2nd{
    width: 31.1811%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: -48%;
}
.con9_top_2nd_line {
    width: 142%;
    border-top: 1.5px solid white;
    left: 103%;
    top: 21%;
}
.con9_top_3rd{
    width: 79%;
    margin-top: 2%;
    margin-bottom: 3%;
}


.con9_top_2nd_ab{
    width: 10.9428%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    left: 247%;
    top: -8%;
}
.con9_top_4th{
    width: 79% !important;
    background: white;
}
.con9_top_4th_right_top{
    width: 96.5879%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 1.5% 0;
}
.con09_12{
    width: 40.9449vw !important;
}

.con9_top_4th {
    width: 79% !important;
    background: white;
    align-items: flex-start;
}
.con9_top_4th_left_top{
    font-size: 2.2vw;
    margin-top: 14%;
    width: 75%;
}
.con9_top_4th_left_top_2nd{
    width: 74%;
    font-size: 1.7vw;
    margin-top: 1%;
    font-family: pretendard-light;

}

.con9_top_4th_left_top_3rd{
    margin-top: 25%;
    font-size: 1.2vw;
    margin-left: -39%;
    background: white;
    border: 1px solid #bf2121;
    width: 36%;
    height: 2.5vw;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con9_top_4th_left_top_4th{
    margin-top: 2%;
    font-size: 1.2vw;
    margin-left: -39%;
    background: white;
    border: 1px solid #bf2121;
    width: 36%;
    height: 2.3vw;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con9_top_4th_left_ab{
    width: 11.8944%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 87%;
    left: 56%;
}
.con9_top_4th_left_ab_p{
    left: 105%;
    bottom: 10%;
    font-size: 3vw;
}.con9_top_4th_left_ab_p span{
     font-size: 5vw;
     font-family: pretendard-bold;
     letter-spacing: -0.2vw;
 }

 .con9_top_4th_right_top_ab_ab{
     width: 11.0072%;
     display: flex;
     justify-content: center;
     align-items: center;
     bottom: 11%;
     left: 6%;
 }
 .con9_top_4th{

     margin-bottom: 13%;
 }
 .con9_ab{
     width: 61.7848%;
     display: flex;
     justify-content: center;
     align-items: center;
     bottom: -13%;
     right: -3%;
 }
 .con9_ab_ab{
     width: 91.8307%;
     display: flex;
     justify-content: center;
     align-items: center;
     animation: smoke 2s infinite;
     bottom: 41%;
 }

 .con10{
     background: url(/images/con10_bg.jpg) no-repeat center / cover;

 }

 .con10_top{
     width: 80%;
     margin-top: 13%;
 }
 .con10_top_1{
     font-size: 3vw;
     font-weight: 100;
 }
.con10_top_2{
    font-size: 3vw;
    font-weight: 400;
}
.con10_top_2 span{
    font-weight: 600;

}
.con10_top_2nd{
    font-size: 1.3vw;
    width: 80%;
    color: grey;
}
.con10_top_3rd{
    width: 80%;
    margin-top: 1.7%;
    margin-bottom: 3.4%;
}
.con10_top_4th{
    width: 11.4961%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -68%;
}
.con10_top_5th{
    width: 19.3701%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -60%;
    margin-top: 1.6%;
    margin-bottom: 8%;
}
.con10_top_5th_ab{
    width: 24.4183%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 101%;
    bottom: -10%;
}
.con10_top_6th {
    width: 50%;
}
.con6_left_swiper_15_slide_con_ab{
    opacity: 0;
    transition: 0.3s all;
}
.con6_left_swiper_15_slide_con{
    width: 131.903%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_left_swiper_15_slide_con_ab{
    width: 100.021%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_left_swiper_15_slide_con_ab_2{
    width: 100.021%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_6th {
    width: 36%;
    right: 1%;
}
.con10_top_6th {
    width: 40%;
    right: 1%;
    overflow: hidden;
}
.con6_left_swiper_15{
    padding-left: 15%;
    padding-top: 15%;
    padding-bottom: 15%;
}
.con6_left_swiper_15_slide_con{
    transition: 0.3s all;
}
.con6_left_swiper_15_slide.swiper-slide-active .con6_left_swiper_15_slide_con{
    scale: 1.3;
    transform: translateX(-8.5%);
}
.con6_left_swiper_15_slide.swiper-slide-prev .con6_left_swiper_15_slide_con{
    transform: translateX(-55.5%);
}

.con6_left_swiper_15_slide.swiper-slide-active .con6_left_swiper_15_slide_con .con6_left_swiper_15_slide_con_ab{
    opacity: 1;
}
.con6_left_swiper_15 {
    padding-left: 10%;
    padding-top: 15%;
    padding-bottom: 15%;
    box-sizing: border-box;
}
.con6_left_swiper_15_slide.swiper-slide-active{
    z-index: 3;
}
.con6_left_swiper_15_slide.swiper-slide-next{
    z-index: 2;
}
.con6_left_swiper_15_slide.swiper-slide-next + .con6_left_swiper_15_slide{
    z-index: 1;
}
.con11_top{
    width: 26.8241%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    z-index: 2;
    margin-left: -38%;
    overflow: hidden;
}
.con11_top_2nd{
    z-index: 2;
    width: 64%;
    margin-top: 2%;
    overflow: hidden;
}
.con11_top_4th{
    width: 63.9213%;
    display: flex;
    z-index: 2;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 18%;
    margin-bottom: 5%;
}
.con11 .main_video_con{
    scale: 0.81;
}

.con11_ab{
    width: 31.3386%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: 0;
}
.con12_top{
    width: 31.1811%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 5%;
}
.con12_top_2nd{
    font-size: 1.9vw;
    margin-top: 2%;
    overflow: hidden;
    margin-bottom: 3%;
}


.con12_top_2nd_bg:before {
    color: #bf2121;
}

.con12_top_3rd{
    width: 66.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10%;
    margin-bottom: 3%;
}

.con12_top_3rd_item_ab{
    top: 77%;
    left: 69%;
}
.con12_top_3rd_item_ab_2{
    top: 75%;
    border-top: 1px solid white;
    width: 31%;
    right: 0;
}
.con12_top_3rd_left{
    left: 0;
    top: 0;
    height: 100%;
    width: 13.2%;
    background: white;
    border: 1px solid #bf2121;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con12_top_3rd_left_item{
    writing-mode: vertical-lr;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    height: 33.3%;
    font-weight: 300;
    font-size: 1.7vw;
    border-bottom: 1px solid #bf2121;
}
.con12_top_3rd_left_item:last-child{
    border-bottom: unset;
}
.con12_top_3rd_left {
    box-sizing: border-box;

}
.con12_top_3rd_left_item_line{

    width: 100%;
    top: 3%;
    border-bottom: 1px solid white;
}
.con12_top_3rd_left_item_line_2{
    height: 100%;
    left: 4%;
    border-left: 1px solid white;
}

.con12_top_4th{
    font-size: 1.7vw;
    margin-bottom: 7%;
}
.con13 > div{
    width: 50% !important;
    justify-content: flex-start !important;

}
.con13{
    align-items: flex-start !important;
    background: black;
}
.con13_left{
    background: url(/images/con13_07.png) no-repeat center / cover;

}
.con13_left_top{
    width: 76.6404%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    overflow: hidden;
    margin-bottom: 22%;
}
.con13_left_top_2nd{
    margin-bottom: 17%;
}
.con13_left_top_2nd_3{
    width: 12.8084%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -8%;
    right: 8%;
}
.con13_right_top{
    width: 65.3018%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 24%;
    margin-left: -13%;
    margin-bottom: 4%;
}

.con14_top_2nd span {
    background: unset;
    color: #fff;
    text-shadow: 1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
    font-size: 6vw;
    text-align: center;
}
.con14{
    background: black;
}
.con14_top{
    width: 45.7743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    overflow: hidden;
}

.con14_top_2nd{
    font-size: 2vw;
    margin-top: 3.3%;
    margin-left: 3%;
}

.con14_top_3rd{
    width: 80% !important;
    border: 1px solid white;
    background: url(/images/con14_10.png) no-repeat center / cover;
    background-attachment: fixed;
    margin-top: 3%;
    margin-bottom: 7%;

}
.con14_top_3rd_top_item{
    width: 16.6667%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_top_3rd_top_item_last{
    width: 23.294%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3.5%;
}

.con14_top_3rd_top{
    margin-top: 22%;
    margin-bottom: 5%;
}

.con14_top_3rd_ab{
    top: 20%;
    font-size: 2.3vw;
    left: 8%;
    line-height: 4vw;
    white-space: nowrap;
}
.con14_top_3rd_ab_ct{
    font-size: 3.5vw;    font-size: 3.5vw;
    width: 81%;
    display: inline-block;
}
.con14_top_3rd_ab_2_ct{
    font-size: 3.5vw;
    width: 67%;
    display: inline-block;
}
.con14_top_3rd_ab_2{
    top: 20%;
    font-size: 2.3vw;
    white-space: nowrap;
    left: 50%;
    line-height: 4vw;
}
.con14_top_3rd_ab_2_p{
    font-size: 2vw;
    font-family: pretendard-extralight;
    margin-left: 3%;
}

.con14_top_3rd_ab_ab{
    width: 3.08399%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    right: 1.5%;
}


.con15{
    background: #fff8e7;
}

.con15_top{
    width: 25.7743%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 10%;
}

.con15_top_2nd{
    width: 57.8478%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 7%;
}

.con15_top_2nd_ab{
    width: 51.3612%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 23%;
}

.con15_top_2nd_ab_2_p{
    left: 121%;
    font-size: 2.5vw;
    white-space: nowrap;
}
.con15_top_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}

.con15_line{
    top: 2%;
    width: 100%;
    border-bottom: 1px solid black;
}
.con15_line_2{
    left: 1%;
    height: 100%;
    border-left: 1px solid black;
}

.con15_top_2nd_ab_2{
    width: 6.89046%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    left: 25%;
}
.con16{
    background: url(/images/con16_bg.jpg) no-repeat center / cover;

}
.con16_top{
    width: 17.1129%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 8%;
}
.con16_top_2nd{
    font-size: 1.9vw;
    margin-top: 1.5%;
    margin-bottom: 5%;
    overflow: hidden;
}
.con16_top_3rd{
    width: 80% !important;
    flex-wrap: wrap;
}
.con16_top_3rd_item{
    width: 21.4567%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5%;
}
.con16_top_3rd{
    width: 80% !important;
    flex-wrap: wrap;
    margin-bottom: 8%;
}
.con16_top_3rd_item_arrow_1{
    width: 2.95276%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
    left: 26%;
}
.con16_top_3rd_item_arrow_2{
    width: 2.95276%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
}
.con16_top_3rd_item_arrow_3{
    width: 2.95276%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
    right: 26%;
}

.con16_top_3rd_item_arrow_4{
    width: 2.95276%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20%;
    left: 26%;
}
.con16_top_3rd_item_arrow_5{
    width: 2.95276%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20%;
}
.con16_top_3rd_item_arrow_6{
    width: 2.95276%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20%;
    right: 26%;
}

.con17_top{
    width: 22.4147%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    overflow: hidden;

}

.con18{
    background: url(/images/con18_bg.jpeg) no-repeat center / cover;
    background-attachment: fixed;

}

.con18_top{
    width: 10.6037%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    overflow: hidden;
    margin-left: -66%;
}
.con18_top_2nd{
    width: 77%;
    margin-top: 1.5%;
    margin-bottom: 11%;
    overflow: hidden;
}
.con18_top_3rd{
    width: 19.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -61%;
    margin-bottom: 10%;
}

.con18_top_3rd_ab{
    font-size: 2vw;
    text-shadow: 1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
}
.con18_top_2nd {
    width: 77%;
    margin-top: 1.5%;
    margin-bottom: 9%;
}

.con18_top_3rd_ab{
    animation: blkshadow 2s infinite;
}




.con18_02{
    animation: light 2s infinite;
}



.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid black;
}
.con17_bg{
    width: 100%;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: transparent;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}
.form_row_imput:focus{
    border: none;
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4206;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 20%;
    left: 3%;
    border: 1px solid black;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_row_imput_radio:focus {
    border: 1px solid black !important;
}
.form_row_imput_radio{
    display: flex;
    justify-content: center;
    align-items: center;
}.form_row_imput_radio:checked::after {
     content: "";
     width: 1vw;
     height: 1vw;
     position: absolute;
     background: #bf2121;
     color: unset !important;
     border-radius: 50%;
 }
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 20%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid white;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: white;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 75%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 3%;
    top: 15%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}


.main_top_4th_1{
    width: 8.50394%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.main_top_4th_2{
    width: 21.8898%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}

.main_ab_2{
    width: 100.098%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_ab_3{
    width: 100.098%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con4 .video_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    clip-path: unset;
    filter: brightness(0.3);
}
.con4_top_2nd{
    width: 47.0341%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

.con6_left_swiper_11 {
    width: 67%;
    overflow: hidden;
    margin-top: 8%;
    margin-right: -36%;
}


.con5_ab {
    left: 9%;
    top: 9%;
    writing-mode: vertical-lr;
    font-weight: 100;
    letter-spacing: 0.5vw;
    font-size: 3vw;
    overflow: hidden;
    white-space: nowrap;
}


.con5_ab_2 {
    left: 14%;
    top: 9%;
    writing-mode: vertical-lr;
    font-weight: 100;
    letter-spacing: 0.5vw;
    font-size: 3vw;
    overflow: hidden;
    white-space: nowrap;
}


.con5_line {
    top: 41%;
    height: 50%;
    left: 11%;
    border-left: 2px solid white;
}


.con13_left_top_2nd_1{
    width: 46.5897%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}
.con13_left_top_2nd_2{
    width: 46.5897%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    transition: 0.3s all;
    
}
.con13_right_top_2nd{
    width: 76.915%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_top_1_ab{
    animation: scaleOpa2 infinite 2s;
}
.main_top_2_ab{
    animation: scaleOpa2 infinite 2s;
}
.main_top_con{
    overflow: hidden;
}
.main_top_5th_item_3 {
    font-size: 3vw;
    top: 50%;
}


.con09_12 {
    width: 37.9449vw !important;
}

.con9_top_4th_right_top_ab{
    overflow: hidden;
    width: 30%;
    left: 0;
    justify-content: flex-start;
}
.con9_top_4th_right_top_ab_ab {
    width: 11.0072%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11%;
    left: 8%;
    z-index: 1;
}

.con9_top_4th_right_top_ab {
    overflow: hidden;
    width: 23%;
    left: 0;
    justify-content: flex-start;
    transition: 0.4s all;
}

.con9_top_4th_right:hover .con9_top_4th_right_top_ab{
    width: 100%;
}

.con9_top_4th_2{
    position: absolute !important;
}
.con9_top_4th {
    margin-bottom: 13%;
    box-shadow: -4px 2px 54px 1px #0000004a;
}

.con9_top_4th_2 {
    position: absolute;
    top: 97%;
}


.con12_top_3rd_left_item_on{
    color: white;
    background: #bf2121;
}

.con12_top_3rd_item_1{
    width: 99.9606%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_top_3rd_item_2{
    width: 86.9606%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_top_3rd_item_3{
    width: 86.9606%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con12_top_2nd_bg{
    --before-width: 0%;
}
.con12_top_2nd_bg:before {
    width:var(--before-width);
}

.main img{
    width: 100%;
}

.con6 > div {
    width: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 39vw;
}
.con6_left_swiper_13{
    /*height: 100%;*/
}











.con17_mid_2nd{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
}
.con17_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    cursor: pointer;
}
.on2{
    background: #891010;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #891010;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}
.con17_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con17_04{
}
.con17_mid_map_search_bottom{
    overflow: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 1vw;
}
.con17_mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
color: #808080e6;    
    
}
.map {
    width: 100%;
    height: 31vw;
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 31vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
}
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 5%;
}
.con18_03{
    width: 7% !important;
    right: 8%;
}
.con17_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 28vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 3%;
}

.map{
    width: 95%;
    height: 30vw;
}


.markerdesc{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}
.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 27vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 12%;
    border-radius: 30px;
}
.con17_mid_map_search_top {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
}
.con17_mid_map_search_mid {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;
}
.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    margin-top: 6%;
    background: #80808017;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con18_03 {
    width: 7% !important;
    right: 8%;
    top: 47%;
}

.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 87%;
    height: 3vw;
    margin-top: 6%;
    background: #000000e3;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    color: white;
}


.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 87%;
    height: 3vw;
    margin-top: 6%;
    background: #8080801a !important; 
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    color: white;
}

.con18_03 {
    width: 6% !important;
    right: 13%;
    top: 47%;
    filter: grayscale(100%) brightness(0);
    -webkit-filter: grayscale(100%) brightness(0);
}
.con17_mid_2nd {
    margin-top: 3%;
}
.form_row_imput {
    color: white;
}

.con7_top_3rd_top{
    width: 0.9656%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_top_5th_item {
    width: 17.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1.5%;
}

.con4_ab {
    width: 88.9291%;
}

.con7_top_3rd_top_line_bottom {
    bottom: 5%;
}


.con09_07{
    width: 37.9449vw !important;
}

.con14_top_3rd {
    width: 73% !important;
    border: 1px solid white;
    background: url(/images/con14_10.png) no-repeat center / cover;
    background-attachment: fixed;
    margin-top: 3%;
    margin-bottom: 7%;
}
.con14_top {
    width: 40.7743%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    overflow: hidden;
}

.con14_top_2nd span {
    background: unset;
    color: #fff;
    text-shadow: 1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
    font-size: 5.5vw;
    text-align: center;
}


.con11_ab{
    animation: ddm3 infinite 1s alternate;
    right: -2%;
}


.con13_left_top_2nd_3 {
    width: 21.8084%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -26%;
    right: 8%;
    z-index: 2;
}

.con13_left_top_2nd:hover{
    
}

.con13_left_top_2nd_off{
        transform: translateX(-40%) scale(0.8);
    opacity: 0.7;
}
.con13_left_top_2nd_off .con13_left_top_2nd_3{
    opacity: 0;
}


.con13_left_top_2nd_on{
            transform: translateX(30%) scale(1);
    z-index: 1

}
.con13_04{
    animation: blk 1s infinite;
    
}
.con13_left_top_2nd_3 {
    width: 47.8084%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -25%;
    right: -14%;
    z-index: 2;
}


.con13_left_top {
    width: 76.6404%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    overflow: hidden;
    margin-bottom: 13%;
}

.con13_left_top_2nd {
    margin-bottom: 6%;
}

.con13_left_top_3rd {
    font-size: 3vw;
    white-space: nowrap;
}
.con13_left_top_4th{
        text-align: center;
    margin-top: 2%;
    margin-bottom: 9%;
}


.con13_left_top_3rd p{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_left_top_3rd span{
    width: 15%;
    display: inline-block;
}


.con7_top_3rd_right_top_ab{
    bottom: 0;
}
.con7_top_3rd_right_top_ab{
    bottom: 0;
    width: 57%;
}
@media screen and (max-width:1023px) {

}

@media screen and (max-width:599px) {





    .form {
        margin-top: 2%;
        width: 73%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid white;
        padding-top: 2.7%;
        background: white;
        z-index: 1;
        margin-bottom: 7%;
    }
    .con16_04 {
        width: 60%;
    }
    .form_row_imput {
        height: 6.8vw;
        font-size: 2.5vw;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 2.8vw;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 2.8vw;
        height: 2.8vw;
        overflow: hidden;
        outline: 0;
        background: #ffffff;
        color: white;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 14%;
        left: 3%;
        border: 1px solid black;
    }
    .form_row_radio {
        padding-top: 4%;
        padding-bottom: 3%;
    }
    .con16_03 {
        z-index: 2;
        right: 1%;
        top: 9%;
        width: 33%;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: #f2f2f2;
        color: transparent;
        border: none;
        appearance: none;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        background: ;
        color: unset !important;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        color: unset !important;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FF4206;
        padding: 1.5%;
        width: 75%;
        color: white;
        margin-bottom: 7%;
        font-size: 3.6vw;
        font-family: GmarketSansBold;
        border-radius: 0;
        padding-top: 2.5%;
        padding-bottom: 2%;
        cursor: pointer;
    }
    .form_agree {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 78%;
        margin-top: 3%;
        margin-bottom: 6%;
    }

    .form_row > span {
        font-size: 2.7vw;
        margin-right: -7%;
        color: black;
    }
    .form_agree_span {
        font-size: 2.5vw;
        font-family: Pretendard-regular;
        color: black;
    }


    .form {
        margin-top: 2%;
        width: 73%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent !important;
        padding-top: 2.7%;
        background: transparent !important;
        z-index: 1;
        margin-bottom: 7%;
    }

    .form_row_label {
        font-family: Pretendard-regular;
        color: white;
        white-space: nowrap;
        font-size: 2.8vw;
    }
    .form_row_imput {
        color: white;
    }
    .form_row > span {
        color: white;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
    }


    .main_top {
        width: 53.3228%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
    }

    .main_top_2nd {
        width: 47.5223%;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }

    .main_top_3rd p {
        background: unset;
        color: #fff;
        text-shadow: 1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
        font-size: 14vw;
        text-align: center;
    }

    .main_top_4th {
        align-items: flex-end !important;
        width: 208%;
        margin-top: 3%;
    }


    .main_05{
        width: 17.72394vw !important;
    }
    .main_top_5th {
        margin-top: 2.5%;
        width: 80% !important;
        flex-wrap: wrap;
    }



    .main_top_5th_item {
        width: 46.7375%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2% 1.5%;
    }


    .main_top_5th_item_1 {
        top: 7%;
        font-size: 3vw;
    }


    .main_top_5th {
        margin-top: 2.5%;
        width: 89% !important;
        flex-wrap: wrap;
    }
    .main_top_5th_item_3 {
        font-size: 6vw;
        top: 50%;
        font-family: pretendard-bold;
    }

    .main_top_5th_item_4 {
        top: 73%;
        width: 45%;
        border: 1px solid white;
        border-radius: 30px;
        text-align: center;
        padding: 1% 0;
    }
    .main_top_5th_item_2nd .main_top_5th_item_4 {
        border: 1px solid #ff0101;
    }

    .main_top_6th {
        font-size: 4.8vw;
        margin-top: 4%;
        margin-bottom: 11%;
        z-index: 1;
    }

    .main_ab {
        width: 141.52%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 23%;
    }
    .video_con video {
        width: 291%;
        height: 100%;
    }
    .video_con {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        clip-path: circle(41.5% at 50% 66%);
        filter: brightness(0.3);
    }
    .con1_top{
        flex-direction: column;
    }

    .con1_top_item {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con1_top_item_ab_top {
        font-size: 3.3vw;
        margin-top: 24%;
    }


    .con1_top_item_ab_top_2nd {
        font-size: 8.5vw;
        margin-top: 6%;
        margin-bottom: 6%;
    }

    .con2_top {
        width: 60.1864%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }


    .con6_left_swiper_10 {
        width: 67%;
        overflow: hidden;
        margin-top: 4%;
        margin-left: 17%;
    }


    .con2_top_5th {
        width: 67% !important;
        justify-content: space-between !important;
        margin-left: 17%;
        margin-top: 1%;
        margin-bottom: 10%;
        z-index: 1;
    }

    .con2_top_3rd {
        width: 11.61417%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        left: 7%;
        top: 37%;
        overflow: hidden;
    }

    .con2_top_ab_3 {
        border-left: 1px solid black;
        top: 0%;
        left: 6%;
        height: 33%;
        ㅇ: ㅇ;
        display: none;
    }

    .con2_top_4th {
        left: unset;
        top: 76%;
        font-size: 3.1vw;
        text-align: center;
    }

    .con2_top_5th {
        width: 67% !important;
        justify-content: space-between !important;
        margin-left: 17%;
        margin-top: 1%;
        margin-bottom: 32%;
        z-index: 1;
    }

    .con2_top_3rd {
        width: 11.61417%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        left: 7%;
        top: 30%;
        overflow: hidden;
    }


    .con2_top_ab_4 {
        border-left: 1px solid black;
        bottom: 0%;
        left: 16%;
        height: 44%;
    }




    .con4_top {
        width: 96% !important;
        align-items: flex-end !important;
        margin-top: 10%;
        margin-bottom: 3%;
    }

    .con4_top_2nd{
        width: 77.0341%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .con4_top_3rd {
        width: 82.1024%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 37%;
        margin-bottom: 35%;
    }
    .con4_top_3rd_ab_4_1 {
        font-size: 8vw;
    }

    .con4_top_3rd_ab_4_ct {
        font-size: 13vw;
    }

    .con4_top_3rd_ab_4 {
        bottom: 33%;
    }


    .con4_ab_3_ab_2 {
        text-align: center;
        font-size: 3.3vw;
        line-height: 5vw;
    }



    .con4_ab_3_ab_2 {
        text-align: center;
        font-size: 3.3vw;
        line-height: 5vw;
    }


    .con4_ab_2_ab_2{
        text-align: center;
        font-size: 3.3vw;
        line-height: 5vw;
    }

    .con4_top_3rd {
        width: 82.1024%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 29%;
        margin-bottom: 32%;
    }


    .con4_ab_2{
        width: 49.8845%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 6%;
        top: 64%;
        z-index: 1;
    }
    .con4_ab_3 {
        width: 49.8845%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 20%;
        right: 5%;
        z-index: 1;
    }


    .con4_ab {
        width: 92.9291%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        left: 0;
        top: 33%;
    }
    .con04_08 {
        width: 92.9291vw !important;
    }

    .con4_ab_4 {
        width: 15.93176%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 25%;
        left: 81%;
    }


    .con4_top_3rd_ab_5 {
        width: 21.7114%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 11%;
        right: 22%;
    }


    .con6_left_swiper_11 {
        width: 67%;
        overflow: hidden;
        margin-top: 15%;
        margin-right: -36%;
    }


    .con5_ab {
        left: 9%;
        top: 7%;
        writing-mode: vertical-lr;
        font-weight: 100;
        letter-spacing: 0.5vw;
        font-size: 6vw;
        overflow: hidden;
        white-space: nowrap;
    }

    .con5_ab_2 {
        left: 17%;
        top: 7%;
        writing-mode: vertical-lr;
        font-weight: 100;
        letter-spacing: 0.5vw;
        font-size: 6vw;
        overflow: hidden;
        white-space: nowrap;
    }


    .con5_ab_2_span {
        font-size: 6vw;
        letter-spacing: 0.5vw;
        font-weight: 500;
    }


    .con5_top {
        width: 144.0184%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -14%;
        z-index: 2;
        margin-left: -66%;
        margin-bottom: -1%;
    }


    .con5_top_ab_3 {
        width: 22%;
        border-top: 2px solid white;
        top: 43.2%;
        z-index: 1;
        left: 58%;
        transform-origin: left top;
        rotate: 27deg;
    }

    .con5_top_ab_2 {
        width: 31.1287%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -6%;
        bottom: 17%;
        z-index: 2;
    }


    .con5_top_ab {
        width: 2.07836%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 42%;
        z-index: 1;
        left: 57%;
    }
    .con5 {
        padding-bottom: 11%;
    }


    .con6 > div {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .con6 {
        background: #bf2121;
        flex-direction: column;
    }
    .con6 > div {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /*height: 80vw;*/
    }


    .con6_left_top_3rd {
        font-size: 4.7vw;
        margin-top: -12%;
        line-height: 6.2vw;
        margin-left: 8%;
    }

    .con6_left_line {
        border-top: 1px solid white;
        width: 24%;
        bottom: 21%;
        right: 0;
    }


    .con6 > div {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 78vw;
    }


    .con6_2nd_top_2nd_top {
        font-size: 5vw;
        margin-top: 5%;
        width: 90%;
    }


    .con6_2nd_top {
        width: 48.4762%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 61%;
        margin-left: 0;
    }


    .con6_2nd_top_2nd {
        background: black;
        width: 80% !important;
        margin-left: 0;
        margin-top: 6%;
    }

    .con6_2nd_con_top_ab {
        width: 48.2873%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 8%;
    }

    .con6_2nd_con_top_ab_2 {
        width: 27.3983%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -5%;
        top: 6%;
    }

    .con6_2nd_con_top_ab_3 {
        width: 14.14725%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 9%;
        top: 45%;
    }

    .con11_top_3rd_item {
        width: 28%;
        text-align: center;
        padding: 1% 0;
        box-sizing: border-box;
        border-bottom: 1px solid #bf2121;
    }


    .con11_top_3rd_item > p {
        font-size: 3.3vw;
        color: #bf2121;
        font-family: Pretendard-medium;
    }

    .con11_top_3rd_item_on {
        background: #bf2121 !important;
    }


    .con6_mid_swiper_1_slide_p_con {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 44vw;
        overflow: hidden;
    }

    .con6_mid_swiper_1_p {
        text-align: center;
        font-size: 3.4vw;
        margin-top: 2%;
    }


    .con7_top {
        width: 52.7272%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }


    .con7_top_2nd {
        width: 35.303%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
    }

    .con7_top_2nd_line {
        border-bottom: 1px solid #ff0101;
        border-top: 1px solid #ff0101;
        width: 75%;
        height: 0.15vw;
        top: 68%;
        right: 110%;
    }
    .con7_top_2nd_line_2 {
        border-bottom: 1px solid #ff0101;
        border-top: 1px solid #ff0101;
        width: 75%;
        height: 0.15vw;
        top: 68%;
        left: 110%;
    }





    .con11_top_3rd_item_on > p {
        color: white;
    }


    .con7_top_3rd_top{
        width: 1.966137%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con7_top_3rd_top .main_small_title {
        white-space: nowrap;
        line-height: 4.1vw;
    }


    .con7_top_3rd_top_p_odd {
        text-align: right;
        right: 173%;
        font-size: 4vw;
        line-height: 6.1vw !important;
    }
    .con7_top_3rd_top_p_even {
        text-align: left;
        left: 173%;
        font-size: 4vw;
        line-height: 6.1vw !important;
    }



    .con7_top_3rd_ab {
        width: 27.0441%;
        display: flex;
        justify-content: center;
        top: 1%;
        right: 5%;
        z-index: 1;
    }



    .con7_top_3rd_ab_2 {
        width: 27.0441%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        z-index: 1;
        bottom: -8%;
        right: 5%;
    }

    .con7_top_3rd_left{
    }

    .con7_top_3rd_right{
    }


    .con8_top {
        width: 39.8478%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }


    .con8_top_3rd {
        margin-bottom: 3%;
        flex-direction: column;
    }

    .con8_top_3rd_left {
        width: 80.8924%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .con8_top_3rd_right {
        width: 80.8924%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .con8_top_3rd_left_3 {
        left: 16%;
        top: 58%;
        font-size: 3.3vw;
    }

    .con8_top_3rd_right_3 {
        right: 16%;
        bottom: 44%;
        font-size: 3.3vw;
    }


    .con8_top_3rd_right_4 {
        bottom: 14%;
        right: 16%;
        text-shadow: 1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
    }

    .con8_top_3rd_left_4 {
        top: 13%;
        left: 16%;
        text-shadow: 1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
    }
    .main_large_title {
        font-size: 13vw;
        font-family: Pretendard-bold;
    }


    .con8_top_3rd_left_3 {
        left: 16%;
        top: 45%;
        font-size: 3.3vw;
    }

    .con8_top_3rd_ab {
        width: 39.6824%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .con8_top_4th {
        text-align: center;
        margin-bottom: 10%;
    }


    .con9_scrX {
        flex-direction: column;
        width: 250%;
        padding: 2% 0;
        border-bottom: 2px solid white;
    }

    .con9_top {
        width: 59.9606%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }

    .con9_top_2nd {
        width: 56.1811%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: -23%;
    }

    .con9_top_2nd_line {
        width: 22%;
        border-top: 1.5px solid white;
        left: 103%;
        top: 21%;
    }

    .con9_top_2nd_ab {
        width: 10.9428%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 129%;
        top: -8%;
    }
    .con9_top_3rd {
        width: 79%;
        margin-top: 11%;
        margin-bottom: 3%;
    }
    .con9_top_4th {
        width: 79% !important;
        background: white;
        align-items: flex-start;
        flex-direction: column;
    }

    .con09_12 {
        width: 77.9449vw !important;
    }

    .con9_top_4th_right_top_ab_ab {
        width: 15.0072%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 11%;
        left: 6%;
    }

    .con9_top_4th_left_top {
        font-size: 5.2vw;
        margin-top: 12%;
        width: 75%;
    }

    .con9_top_4th_left_top_2nd {
        width: 74%;
        font-size: 3.7vw;
        margin-top: 1%;
        font-family: pretendard-light;
    }

    .con9_top_4th_left_top_3rd {
        margin-top: 19%;
        font-size: 3.2vw;
        margin-left: -39%;
        background: white;
        border: 1px solid #bf2121;
        width: 45%;
        height: 5.5vw;
        border-radius: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con9_top_4th_left_top_4th {
        font-size: 3.2vw;
        margin-left: -39%;
        background: white;
        border: 1px solid #bf2121;
        width: 45%;
        height: 5.5vw;
        border-radius: 23px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 9%;
    }

    .con9_top_4th_left_top {
        font-size: 5.2vw;
        margin-top: 12%;
        width: 85%;
    }

    .con9_top_4th_left_top_2nd {
        width: 84%;
        font-size: 3.7vw;
        margin-top: 1%;
        font-family: pretendard-light;
    }
    .con9_top_4th_left_ab {
        width: 11.8944%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 74%;
        left: 57%;
    }

    .con9_top_4th_left_ab_p span {
        font-size: 10vw;
        font-family: pretendard-bold;
        letter-spacing: -0.2vw;
    }
    .con9_top_4th_left_ab_p {
        left: 105%;
        bottom: -3%;
        font-size: 6vw;
    }

    .con9_ab {
        width: 88.7848%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -13%;
        right: -3%;
    }
    .con9_top_4th {
        margin-bottom: 19%;
    }

    .con10_top_6th {
        width: 80%;
        right: 1%;
        overflow: hidden;
        position: relative !important;
    }

    .con10_top_1 {
        font-size: 6vw;
        font-weight: 100;
    }


    .con10_top_2 {
        font-size: 6vw;
        font-weight: 400;
    }

    .con10_top_2nd {
        font-size: 3.3vw;
        width: 80%;
        color: grey;
    }
    .con10_top {
        width: 80%;
        margin-top: 13%;
        text-align: center;
    }

    .con10_top_4th {
        width: 26.4961%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 3%;
    }

    .con10_top_2nd {
        font-size: 3.3vw;
        width: 80%;
        text-align: center;
        color: grey;
    }
    .con10_top_3rd {
        width: 80%;
        margin-top: 1.7%;
        margin-bottom: 3.4%;
        text-align: center;
    }



    .con10_top_5th {
        width: 46.3701%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 4.6%;
        margin-bottom: 8%;
        margin-left: -9%;
    }


    .con10_top_6th {
        width: 92%;
        right: 1%;
        overflow: hidden;
        position: relative !important;
        margin-right: -10%;
        margin-top: -12%;
    }


    .con11_top {
        width: 45.8241%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
        z-index: 2;
        margin-left: -19%;
    }



    .con11_top_2nd {
        z-index: 2;
        width: 48%;
        margin-top: 6%;
        margin-left: -16%;
    }

    .con11_top {
        width: 55.8241%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
        z-index: 2;
        margin-left: -11%;
    }



    .con11_top_4th {
        width: 71.9213%;
        display: flex;
        z-index: 2;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
        margin-bottom: 7%;
    }
    .main_video_con_video {
        width: 157%;
        height: 125%;
        top: -11%;
        filter: brightness(0.7);
    }


    .con11_ab {
        width: 38.3386%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: 0;
    }
    .con12_top {
        width: 58.1811%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
    }

    .con12_top_2nd {
        font-size: 3.9vw;
        margin-top: 3%;
        margin-bottom: 4%;
    }


    .con12_top_3rd {
        width: 79.6667%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 0;
        padding-top: 12%;
        margin-bottom: 3%;
    }

    .con12_top_3rd_left {
        left: 0;
        top: 0;
        height: unset;
        width: 100%;
        background: white;
        border: 1px solid #bf2121;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        height: 23%;
    }
    .con12_top_3rd_left_item {
        writing-mode: unset;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-weight: 300;
        font-size: 3.7vw;
        border-bottom: 1px solid #bf2121;
        border-right: 1px solid #bf2121;
    }


    .con12_top_3rd_left_item:last-child {
        border-bottom: unset;
        border-right: unset;
    }
    .con12_top_3rd_item{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con12_top_3rd_item_ab_2 {
        top: 57%;
        border-top: 1px solid white;
        width: 44%;
        right: 0;
    }

    .con12_top_3rd_item_ab {
        top: 65%;
        left: unset;
        white-space: nowrap;
        text-align: center;
    }

    .con12_top_3rd_item_ab_2 {
        top: 57%;
        border-top: 1px solid white;
        width: 76%;
        right: 0;
    }


    .con12_top_4th {
        font-size: 3.7vw;
        margin-bottom: 7%;
        width: 67%;
        text-align: center;
    }
    .con13 > div {
        width: 100% !important;
        justify-content: flex-start !important;
    }
    .con13 {
        align-items: flex-start !important;
        background: black;
        flex-direction: column;
    }

    .con13_left_top_2nd_3 {
        width: 21.8084%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -25%;
        right: 8%;
    }

    .con13_right_top {
        width: 66.3018%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-left: 0;
        margin-bottom: 4%;
    }
    .con13_right_top_2nd {
        width: 76.915%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 7%;
    }
    .con14_top {
        width: 75.7743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
    }
    .con14_top_2nd {
        font-size: 3vw;
        margin-top: 8.3%;
        margin-left: 5%;
    }
    .con14_top_2nd span {
        background: unset;
        color: #fff;
        text-shadow: 1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
        font-size: 10vw;
        text-align: center;
    }
    .con14_top_3rd_top {
        margin-top: 22%;
        margin-bottom: 5%;
        flex-wrap: wrap;
    }

    .con14_top_3rd_top {
        margin-top: 22%;
        margin-bottom: 5%;
        flex-wrap: wrap;
    }



    .con14_top_3rd_top_item {
        width: 45.6667%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: -2%;
    }

    .con14_top_3rd_top_item_last {
        width: 64.294%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: -13%;
    }

    .con14_top_3rd_top {
        margin-top: 72%;
        margin-bottom: 5%;
        flex-wrap: wrap;
    }


    .con14_top_3rd_ab {
        top: 7%;
        font-size: 6.3vw;
        left: unset;
        line-height: 6vw;
        white-space: nowrap;
    }

    .con14_top_3rd_ab_ct {
        font-size: 3.5vw;
        font-size: 9.5vw;
        width: 81%;
        display: inline-block;
    }


    .con14_top_3rd_ab {
        top: 6%;
        font-size: 6.3vw;
        left: unset;
        line-height: 9vw;
        white-space: nowrap;
        text-align: center;
    }
    .con14_top_3rd_ab_2 {
        top: 20%;
        font-size: 6.3vw;
        white-space: nowrap;
        left: unset;
        line-height: 9vw;
        text-align: center;
    }
    .con14_top_3rd_ab_2_ct {
        font-size: 9.5vw;
        width: 67%;
        display: inline-block;
    }
    .con14_top_3rd_ab_2_ct {
        font-size: 9.5vw;
        width: 82%;
        display: inline-block;
    }
    .con14_top_3rd_ab_2_p {
        font-size: 4vw;
        font-family: pretendard-extralight;
        margin-left: -3%;
    }

    .con15_top {
        width: 50.7743%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }

    .con15_top_2nd {
        width: 82.8478%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 7%;
    }


    .con15_top_2nd_ab_2_p {
        left: 121%;
        font-size: 4.5vw;
        white-space: nowrap;
    }

    .con15_top_2nd_ab_2 {
        width: 6.89046%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 10%;
        left: 18%;
    }


    .con15_top_2nd_ab {
        width: 77.3612%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 8%;
    }
    .con15_top_2nd_ab_2 {
        width: 6.89046%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 10%;
        left: 26%;
    }

    .con16_top {
        width: 34.1129%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }
    .con16_top_3rd_item {
        width: 48.4567%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0.5%;
    }
    .con16_top_3rd {
        width: 90% !important;
        flex-wrap: wrap;
        margin-bottom: 9%;
    }
    .con16_top_3rd_item_arrow {
        width: 4.95276%;
        display: flex;
        justify-content: center;
        align-items: center;

        left: unset;
    }

    .con16_top_3rd_item_arrow_1 {
        top: 12%;
    }
    .con16_top_3rd_item_arrow_2 {
        top: 36.5%;
    }
    .con16_top_3rd_item_arrow_3 {
        top: 61.5%;
        right: unset;
    }
    .con16_top_3rd_item_arrow_4 {
        bottom: 10%;
    }
    .con16_top_3rd_item_arrow_5 {
        display: none;
    }

    .con16_top_3rd_item_arrow_6 {
        display: none;
    }

    .con17_top {
        width: 47.4147%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }


    .form {
        margin-top: 2%;
        width: 86%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent !important;
        padding-top: 2.7%;
        background: transparent !important;
        z-index: 1;
        margin-bottom: 7%;
        position: relative !important;
    }
    .con18_top {
        width: 23.6037%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0;
    }

    .con18_top_2nd {
        width: 77%;
        margin-top: 3.5%;
        margin-bottom: 8%;
        text-align: center;
    }

    .con18_top_3rd {
        width: 42.5276%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: -3%;
    }
    .con18_top_3rd_ab {
        font-size: 4vw;
        text-shadow: 1px 1px 10px #bf2121, 1px 1px 10px #bf2121;
    }

    .con18_top_2nd {
        width: 77%;
        margin-top: 3.5%;
        margin-bottom: 2%;
        text-align: center;
    }

    .form {
        margin-top: 2%;
        width: 46%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: transparent;
        z-index: 1;
        margin-bottom: 7%;
        right: unset;
        top: 15%;
    }


    .form_agree_check:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        background: ;
        color: unset !important;
    }
    .form_agree_span {
        font-size: 2.5vw;
        font-family: Pretendard-regular;
        color: white;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #bf2121;
        padding: 1.5%;
        width: 75%;
        color: white;
        margin-bottom: 7%;
        font-size: 3.6vw;
        font-family: GmarketSansBold;
        border-radius: 0;
        padding-top: 2.5%;
        padding-bottom: 2%;
        cursor: pointer;
    }

    .footer_01 {
        left: unset;
        top: 9%;
        width: 24.4%;
    }



    .form {
        width: 80%;
    }

    .con4_ab {
        width: 292.9291%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        overflow: hidden;
        left: -201%;
        top: -39%;
    }

    .con04_08 {
        width: 292.9291vw !important;
    }
    
    .con14_top_3rd{
        background-attachment: unset;
    }
    
    
    
    
    
    
    
    
    
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 17%;
}    

    
    .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow: scroll;
        height: 82.5vw;
        width: 100%;
    }      

.con17_mid_map_search {
    position: relative !important;
    width: 100%;
    background: white;
    height: 106vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    border-radius: 0;
    left: 0;
    border-bottom: 1px solid #80808082;
    border-left: 1px solid #80808082;
    border-right: 1px solid #80808082;
    box-sizing: border-box;
}       
        .sido1 {
        width: 36%;
        height: 4.6vw;
    }
    .sido1{
        font-size: 2.4vw;
    }    
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 17%;
}    

    
    .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow: scroll;
        height: 82.5vw;
        width: 100%;
    }         
    .con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 11vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 3vw;
}

    
    
        .con09_07 {
        width: 77.9449vw !important;
    }
    
    
        .main_top_5th_item {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2% 1.5%;
    }
    
    
    .con6_left_swiper_20{
        width: 160% !important;
    }
    
    
    .con6_left_swiper_20{
            margin-top: 7%;
    margin-bottom: 3%;
    }

    
        .con13_left_top_2nd_3 {
        width: 49.8084%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -25%;
        right: -17%;
    }
    
    
    
    .con13_left_top_3rd p {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 8vw;
}
    
    .con13_left_top_3rd span {
        width: 16%;
        display: inline-block;
    }
    
    
        .form {
        width: 100%;
    }
    
        .form_row_label {
        font-size: 3.2vw;
    }
    
    
    
        .form_row > span {
        font-size: 3.2vw;
    }
    
    .con14_top_2nd{
        margin-bottom: 2%;
    }
    
    .con14_top_3rd_ab_ab {
    width: 15.08399%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    right: 3.5%;
}
    
    
    
    .con14_top_3rd {
    width: 78% !important;
    border: 1px solid white;
    background: url(/images/con14_10.png) no-repeat center / cover;
    background-attachment: fixed;
    margin-top: 3%;
    margin-bottom: 7%;
}
    
    .con12_top_3rd_item{
            width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    }

    .con12_top_3rd_item >img{
        width: 211% !important;
    }
    
        .con12_top_3rd_left {
        left: 0;
        top: 0;
        height: unset;
        width: 100%;
        background: white;
        border: 1px solid #bf2121;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        height: 15%;
        z-index: 1;
    }
    
        .con12_top_3rd_item_ab_2 {
        top: 68%;
        border-top: 1px solid white;
        width: 76%;
        right: 0;
    }
    
        .con12_top_3rd_item_ab {
        top: 73%;
        left: unset;
        white-space: nowrap;
        text-align: center;
    }
    
    .con6_left_swiper_10 .con6_left_swiper_1_slide > img{
        width: 200% !important;
    }
    .con6_left_swiper_10 .swiper-slide-active{
        z-index: 1;
    }
        .con2_top_4th {
        left: unset;
        top: 81%;
        font-size: 3.1vw;
        text-align: center;
    }
        .con2_top_3rd {
        width: 12.61417%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        left: 7%;
        top: 25%;
        overflow: hidden;
    }
    
        .con2_top_ab_4 {
        border-left: 1px solid black;
        bottom: 0%;
        left: 16%;
        height: 49%;
    }
    
        .form_row_imput {
        font-size: 3.2vw;
    }
    
    .con6_2nd_top_2nd_top {
        text-align: center;
    }
    
    .con6_2nd_top_2nd_top_2nd {
        text-align: center;
    }
        .con6_mid_swiper_1_p {
        font-family: pretendard-semibold;
    }


/*
    .con7_top_3rd {
    margin-top: 3%;
    margin-bottom: 137%;
}
    
    .con7_top_3rd_left {
    width: 56.4768%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: -8%;
    top: 107%;
}
    
    .con7_top_3rd_right {
    width: 56.4768%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: -8%;
    top: 107%;
}
*/
    
    
/*
    .con7_top_3rd_ab_2 {
        width: 27.0441%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        z-index: 1;
        bottom: 36%;
        right: -6%;
    }
    
    .con7_top_3rd_right_top_ab {
        bottom: 0;
        width: 88%;
    }
    
*/
    
    
    .con7_top_3rd_left {
        width: 34.4768%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        left: 4%;
        top: 29%;
    }

    
    
    .con7_top_3rd_right {
        width: 34.4768%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        right: 6%;
        top: 53%;
    }
    
    .con7_top_3rd_right_top_ab {
        bottom: 0;
        width: 61%;
        right: 200%;
        bottom: 222%;
    }    
    
    
    
}
