* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/main_14.png) url(/images/main_15.png) url(/images/main_16.png)
    url(/images/main_17.png) url(/images/main_18.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
.opazoom{
    animation: opazoom 1.5s infinite;
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/main_14.png) no-repeat center / contain;
    }

    20% {
        background: url(/images/main_15.png) no-repeat center / contain;
    }

    40% {
        background: url(/images/main_16.png) no-repeat center / contain;
    }

    60% {
        background: url(/images/main_17.png) no-repeat center / contain;
    }

    80% {
        background: url(/images/main_18.png) no-repeat center / contain;
    }
    100% {
        background: url(/images/main_14.png) no-repeat center / contain;
    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
.rotate{
    animation: rotate360 20s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}


.intro{
    z-index: 100011;
}
.main{
    background: url(/images/intro_bg.png) no-repeat center / cover;

}

.car {
    animation: carShake 1.6s infinite ease-in-out;
    will-change: transform;
}

.main_top_3rd_ab{
    width: 295.254%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    animation: headlightBlink 3.5s infinite ease-in-out;
}
.main_top{
    width: 7.76903%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
}
.main_top_2nd{
    width: 24.9869%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    transition: height 0.5s;
    height: 6.5vw;
}
.main_top_2nd_2nd{
    width: 26.0892%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 12%;
}
.main_top_3rd{
    width: 15.4856%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.main_top_2nd_con{
    overflow: hidden;
}
.con1_top_4th_ab{
    width: 77.1739%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: backgroundchange_2 10s infinite ,rotate360 20s infinite linear;

}

.con1_bg{
    width: 83.3071%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con1_top{
    width: 25.9318%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3%;
}
.con1_top_2nd{
    width: 31.2336%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 3%;
}
.con1_top_3rd{
    text-align: center;
    margin-top: 1%;
}
.con1_top_3rd_2nd{
    width: 64.0945%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
}
.con1_top_4th{
    width: 33.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -12%;
}
.con1_top_4th_ab_2{
    width: 32.1429%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7%;
    animation: flashSticker 1.5s infinite ease-in-out reverse;
    top: 52%;
}
.con1_top_4th_ab_3{
    width: 32.4534%;
    display: flex;
    animation: flashSticker 1.5s infinite ease-in-out;
    justify-content: center;
    align-items: center;
    right: -5%;
    top: 24%;
}
.con1_top_4th{
    width: 33.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -12%;
    z-index: 2;
}
.con1_top_5th{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -19%;
}
.con1_top_5th_ab{
    width: 8.75%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 7%;
    top: 13%;
}
.con1_top_5th_ab_ab{
    width: 236.905%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 74%;
}
.con1_top_5th_ab_ab_ab{
    width: 12.0603%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 97%;
    bottom: 6%;
}
.con1_top_5th_ab_ab_2 {
    white-space: nowrap;
    top: 224%;
    left: 26%;
    font-size: 0.9vw;
}
.con1_top_5th_ab_2nd{
    width: 8.75%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 70%;
    top: 13%;
}
.con1_top_5th_ab_2nd_ab{
    width: 214.881%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 90%;
}
.con1_top_5th_ab_2nd_ab_ab{
    width: 13.2964%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 97%;
    top: 23%;
}

.con1_top_6th{
    width: 29.4488%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10.5%;
}
.con1_top_7th{
    width: 38.0052%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.6%;
}
.con1_top_8th{
    text-align: center;
    margin-top: 1%;
    margin-bottom: 4%;
}
.con1_con_1{
    left: 0;
    width: 20%;
    top: 0;
}
.con1_con_2{
    right: 0;
    width: 20%;
    top: 0;
}
.con2_item_top_2nd{
    transition: 0.3s all;
    overflow: hidden;
}
.con2_item_top_ab{
    left: 26%;
    animation: rotate_img5deg 2s infinite;
}
.con2_item_top_ab_2{
    right: 26%;
    animation: rotate_img5deg 2s infinite reverse;
}

.con2_item_1_top_2nd_ab_2{
    top: 40%;
}

@keyframes blinkFade {
    0% {
        opacity: 0.2;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}

.blinking {
    animation: blinkFade 2s infinite ease-in-out;
}


.con2_item_1_top_2nd_ab_3 {
    top: 53%;
}
.con2_item_top_2nd{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 0vw;
    overflow: hidden;
    transition: 0.8s all;
}
.con2_item_top_2nd_on{
    height: 34vw;
}
.con2_item_top_2nd_ab {
    top: 38%;
}
.con2_item_1_top_2nd_ab_2 {
    top: 46%;
}
.con2_scrx{
    bottom: -15%;
}
.con01_18{
    width: 100%;
    margin-top: -2%;
}
.con2_item_2_top_2nd_ab_2{
    top: 49%;
    font-size: 1.3vw;
}
.con2_item_2_top_2nd_ab_3{
    top: 57%;
    text-align: center;
}
.con2_scrx_2nd{
    background: white;
    padding: 0.7% 0;
}


.con01_18 {
    width: 100%;
    margin-top: 0;
}


.con2_item_2 .con2_item_top_2nd_ab {
    top: 46%;
}
.con2_item_2_top_2nd_ab_2 {
    top: 54%;
    font-size: 1.3vw;
}
.con2_item_2_top_2nd_ab_3 {
    top: 63%;
    text-align: center;
}
.con2_scrx_2nd {
    background: white;
    padding: 1.5% 0;
    bottom: 0;
    width: 150%;
}
.con2_item_2_top_2nd_ab_4{
    width: 24.6194%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 6%;
    z-index: 2;
}
.con2_item_2_top_2nd_ab_5{
    width: 28.0315%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 6%;
    z-index: 2;
}
.con2_item_3_top_2nd_ab_2_ab{
    width: 59.375%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: lightningFlash 2s infinite ease-in-out;
}

.con2_item_3 .con2_item_top_2nd_ab {
    top: 44%;
}
.con2_item_3_top_2nd_ab_2{
    width: 15.1181%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 59%;
}
.small{
    font-size: 0.74vw;
}
.con2_item_3_top_2nd_ab_3{
    text-align: center;
    top: 86%;
}
.con2_scrx_4th{
    bottom: 0;
}
.con2_item_4_top_2nd_ab_3{
    width: 10.3412%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.con2_scry_4th{
    height: 200%;
}
.con2_item_4_top_2nd_ab_4{
    width: 33.8583%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    bottom: -7%;
}
.con2_item_4_top_2nd_ab_2{
    text-align: center;
    top: 51%;
}

.con3{
    background: url(/images/con02_bg.png) no-repeat center / cover;
}
.con3_ab{
    width: 34.6982%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -8%;
    left: 18%;
}
.con3_prev{
    width: 11.811%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: light 1.5s infinite ease-in-out;
    margin-left: 35%;
    margin-top: 10%;
}
.con3_top{
    width: 7.34908%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: -6%;
    margin-left: 59%;
}
.con3_top_2nd{
    width: 12.6509%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 54.5%;
    margin-top: 1%;
}
.con3_top_3rd{
    width: 21.1549%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: 45.5%;
    margin-top: 0.5%;
}
@keyframes float {
    0%   { transform: translateY(0%) scale(1); }
    10%  { transform: translateY(-2%) scale(1.02); }
    20%  { transform: translateY(-4%) scale(1.03); }
    30%  { transform: translateY(-3%) scale(1.02); }
    40%  { transform: translateY(-1.5%) scale(1.01); }
    50%  { transform: translateY(0%) scale(1); }
    60%  { transform: translateY(2%) scale(1.01); }
    70%  { transform: translateY(4%) scale(1.03); }
    80%  { transform: translateY(3%) scale(1.02); }
    90%  { transform: translateY(1.5%) scale(1.01); }
    100% { transform: translateY(0%) scale(1); }
}
.con3_top_4th{
    width: 13.5433%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 38%;
    margin-top: 6%;
}
.con3_top_5th{
    margin-left: 42%;
    margin-top: 1.4%;
}
.con3_top_6th{
    margin-left: 43.6%;
    margin-top: 2%;
    margin-bottom: 9%;
}
.con3_ab{
    width: 34.6982%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -26%;
    left: 18%;
}
.con4_top{
    width: 15.9055%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
    margin-left: -65%;
    margin-bottom: 12%;
}
.con4_left{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.con4_left_2{
    width: 43.2021%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.con4_ab{
    width: 49.5013%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 27%;
}
.con4_ab_ab_1{
    width: 20.2545%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -10%;
    right: 56%;
}
.con4_ab_ab_2{
    width: 20.2545%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 73%;
    bottom: 24%;
}
.con4_ab_ab_3{
    width: 20.1485%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 60%;
    top: 12%;
}


.con4_vid_con {
    right: 0;
    width: 33%;
    z-index: 2;
}
.con5_top_item{
    width: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_item_top{
    top: 14%;
}
.con5_top_item_top_2nd{
    top: 55%;
    text-align: center;
}
.con5_2nd_ab{
    width: 37.7953%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_tab_wrap{
    width: 69.8265%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 7vw;

}


.con08_tab{
    transition: 0.3s color;

}

.con5_3rd{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.con08_tab {
    transition: 0.3s color;
    margin: 4%;
}
.con08_tab_ab{
    position: absolute;
    opacity: 0;
    transition: 0.3s all;
}


.con08_change .con08_tab_ab{
    opacity: 1;
}
.con08_tab_text {
    font-size: 0.9vw;
    white-space: nowrap;
    top: 150%;
    opacity: 0;
    transition: 0.3s all;
}

.con08_change .con08_tab_text{
    opacity: 1;
    top: 250%;

}
.con08_tab_wrap {
    width: 69.8265%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 7vw;
    margin-top: 2%;
}
.con08_menu{
    opacity: 0;
}
.con08_change.con08_menu{
    z-index: 3;
    opacity: 1;
}


div.con08_menu {
    width: 70%;
    height: 35vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu .swiper-slide {
    flex-direction: column;
}
.con08_menu_img {
    width: auto;
    height: 13vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
}
.con08_menu_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}


.con08_menu_img {
    width: auto;
    height: 10vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    top: 6%;
}

.con08_menu_title{
    top: 77%;
    text-align: center;
}

.con08_menu_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.con08_menu {
    width: 72%;
    height: 36vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con08_menu_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu_desc{
    color: white;
    text-align: center;
}
.con08_menu_wrap{
     margin-top: 3%;
     margin-bottom: 6%;
}
.con08_menu_con{
    overflow: hidden;
}
.con08_menu_ab {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 100%;
    transition: 0.3s all;
}
.con08_menu_con:hover .con08_menu_ab{
    top: 0;
}





.con7_prev:after,.con7_next:after {
    content: unset !important;
}
.con10_prev:after,.con10_next:after {
    content: unset !important;
}
.con7_prev{
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    z-index: 1111 !important;
    overflow: hidden;
    left: 45.5% !important;
    bottom: 3%;
    transition: 0.4s background;
}
.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    z-index: 1111 !important;
    overflow: hidden;
    right: 45.5% !important;
    bottom: 3%;
    transition: 0.4s background;

}
.con7_mid{
    width: 0.104987%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2.5%;
}
.con7_prev_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con7_next_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con6_bg{
    width: 100%;
    top: 1%;
}

.con6_con{
    width: 82%;
    background: white;
    border: 1px solid black;
    border-bottom: unset;
}
.con6_con_top{
    width: 29.5775%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.con6_con_top_2nd{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}
.con6_con_top_3rd_item{
    width: 29.7055%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 19.6vw;
    margin: 0 1%;
}

.con6_con_top_3rd_item_con{
    top: 0;
}

.con6_con_top_3rd_item_top{
    width: 26.0776%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 62%;
    z-index: 2;
}
.con6_con_top_3rd_item_top_3rd{
    width: 17.4569%;
    display: flex;
    justify-content: center;

    align-items: center;
    left: 94%;
    z-index: 4;
    bottom: 39%;
}
.con6_con_top_3rd_item_top_2nd{
    top: 84%;
}

.con6_con_top_3rd{
    margin-bottom: 6%;
}

.con6_con_top_3rd_ab{
    width: 19.1421%;
    display: flex;
    justify-content: center;
    align-items: center;

    z-index: 8;
    bottom: 92%;
    left: 16%;
}
.con6_2nd{
    background: url(/images/con03_01.png) no-repeat center / cover;
}
.con6_2nd_top{
    width: 15.6955%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.2%;
}
.con6_2nd_top_2nd{
    width: 31.9685%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
}
.con6_2nd_top_3rd{
    text-align: center;
    margin-top: 2%;
}
.con6_2nd_top_4th{
    margin-top: 1%;
}
.con6_2nd_top_5th{
    width: 27.0341%;
    display: flex;
    justify-content: center;
    z-index: 2;

    align-items: center;
    margin-top: 2%;
    margin-left: -29%;
    overflow: hidden;
}
.con6_2nd_top_5th_ab{
    width: 58.835%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
}
.con6_2nd_top_5th_ab_2{
    top: 36%;
    text-align: center;
}
.con6_scrx{
    top: 59%;
    width: 280%;
}
.con6_2nd_top_6th{
    width: 27.0341%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -31%;
    margin-left: 30%;
    z-index: 2;
    margin-bottom: 3%;
    overflow: hidden;
}
.con6_2nd_top_6th_ab{
    width: 58.835%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20%;
}
.con6_2nd_ab{
    width: 37.9003%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: -8%;
}
.con6_2nd_ab_2{
    width: 49.5013%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -9%;
    top: 39%;
}
.con3_scrx_ab{
    bottom: 100%;
  }

.con6_2nd .con3_scrx{
    margin-top: -6.3%;
}.con6_3rd{
    background: black;
 }
 .con6_3rd_top{
     width: 14.7507%;
     display: flex;
     justify-content: center;
     overflow: hidden;
     align-items: center;
     margin-top: 13%;
     margin-left: -55%;
 }
 .con6_3rd_top_2nd{
     width: 18.2152%;
     overflow: hidden;
     display: flex;
     justify-content: center;
     overflow: hidden;
     align-items: center;
     margin-left: -52%;
     margin-top: 2%;
     margin-bottom: 21%;
 }

.con6_3rd_top {
    width: 14.7507%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-left: -55%;
}
.con6_3rd_top_2nd {
    width: 18.2152%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -52%;
    margin-top: 2%;
    margin-bottom: 18%;
}
.con6_3rd_right{
    width: 50.4462%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.con6_3rd_right_ab{
    width: 11.2383%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 33%;
    left: 22%;
}
.con6_3rd_right_ab_2{
    width: 11.2383%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 33%;
    right: 22%;
}
.con6_3rd_right_ab_ab_1{
    width: 262.037%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 108%;
}
.con6_3rd_right_ab_ab_2{
    width: 125.926%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 121%;
}
.con6_3rd_right_ab_2_ab{
    width: 260.185%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 104%;
}
.con6_3rd_right_ab_2_ab_3{
    width: 213.889%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20%;
}
.con6_3rd_right_ab_2_ab_2{
    width: 125.926%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 109%;
}

.con6_3rd_right_ab_3{
    width: 83.975%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 33%;
}
.con6_3rd_right_ab_4{
    width: 36.6285%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    top: 76%;
}
.con6_3rd_right_ab_5 {
    width: 46.7222%;
    display: flex
;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 36%;
}

.con6_4th{
    background: black;
}

.con6_4th_top {
    width: 14.7507%;
    display: flex
;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 12%;
    margin-left: -55%;
}
.con6_4th_top_2nd{
    width: 18.5302%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-left: -51.5%;
    margin-top: 2%;
}
.con6_4th_top_2nd{
    width: 18.5302%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -51.5%;
    margin-top: 2%;
    margin-bottom: 18%;
}
.con6_4th_top {
    width: 14.7507%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 13%;
    margin-left: -55%;
}


.con6_4th_right{
    right: 0;
}

.con6_4th_right_ab_prev{
    width: 100.104%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.con6_4th_right_ab{
    width: 32.7083%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    overflow: hidden;
}
.con6_4th_right_ab_2{
    width: 24.1667%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    top: 35%;
}

.con7{
    background: url(/images/con07_bg.png) no-repeat center / cover;
}

.con7_top{
    width: 11.5486%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 7.3%;
}

.con7_top_2nd{
    width: 31.4436%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.8%;
    overflow: hidden;
}
.con06_10_con{
    overflow: hidden;

}
.con06_08_con{
    overflow: hidden;

}
.con7_top_3rd{
    margin-top: 3%;
    margin-bottom: 7%;
}
.con7_top_3rd_1{
    width: 27.979%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
}
.con7_top_3rd_1_ab{
    width: 63.9775%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 48%;
    top: 16%;
}
.con7_top_3rd_2_ab{
    width: 14.082%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    bottom: 3.4%;
    right: 8%;
}
.con8{
    background: url(/images/con08_07.png) no-repeat center / cover;
}
.con08_01{
    width: 100%;
    z-index: 2;
}
.con8_top_2nd{
    width: 26.0892%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.con8_top{
    width: 20.4199%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7%;
}
.con8_top_ab{
    width: 67.8663%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: -1%;
}
.con4_vid_con {
    right: 0;
    width: 33.333%;
    z-index: 2;
}

.con10_swiper_slide_y{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    width: 100%;
    overflow: hidden !important;
    transition: all 0.3s;
}

.con10_swiper_y_left_2nd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}
.con10_swiper_div_y{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: all 0.3s;
}
.con10_sd_y_img{
    width: 100%;
}
.con10_swiper_y_left_2nd {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
    margin-top: 2%;
    margin-bottom: 3%;
}
.con8_top_5th{
    bottom: 0;
    display: flex;
    width: 100%;
}
.con8_top_3rd{
    width: 31.4961%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con8_top_4th{
    margin-top: 1%;
    margin-bottom: 4%;
}
.con10_swiper_y_left_2nd{
    overflow: unset;
}
.con10_swiper_y_left_2nd_ab{
    width: 14.6457%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    left: 18%;
    animation: flashSticker 1.5s infinite ease-in-out;
    top: 50%;
}
@keyframes flashSticker {
    0% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
    25% {
        opacity: 1;
        transform: scale(1.1) rotate(2deg);
    }
    50% {
        opacity: 0.6;
        transform: scale(1) rotate(0deg);
    }
    75% {
        opacity: 1;
        transform: scale(1.1) rotate(-2deg);
    }
    100% {
        opacity: 0.5;
        transform: scale(1) rotate(0deg);
    }
}
.con10_swiper_y_left_2nd_ab_2{
    width: 14.8556%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: flashSticker 1.5s infinite ease-in-out reverse;
    z-index: 2;
    top: -19%;
    right: 12%;
}


.con10_swiper_y_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 173%;

    overflow: hidden;
    left: -3.5%;
    top: -18%;
    pointer-events: none;
}

.con9{
    background: url(/images/con08_07.png) no-repeat center / cover;
}
.con9_top{
    width: 21.4173%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -49%;
    margin-top: 4%;
}
.con9_top_2nd{
    width: 15.3281%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: -53%;
    margin-top: 2%;
}
.con9_top_3rd{
    width: 68.5%;
    margin-top: 1%;
    margin-bottom: 9%;
}

.con10_swiper_y_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 16%;
    height: 233%;
    overflow: hidden;
    left: 44.5%;
    top: -18%;
    pointer-events: none;
    rotate: 9deg;
}

.con10_swiper_y_left_2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 16%;
    height: 233%;
    overflow: hidden;
    left: 63.5%;
    top: -18%;
    pointer-events: none;
    rotate: 9deg;
}

.con10_swiper_y_left_3{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 16%;
    height: 233%;
    overflow: hidden;
    left: 82.5%;
    top: -18%;
    pointer-events: none;
    rotate: 9deg;
}

.con10_swiper_y_left_3rd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

.con10{
    background: url(/images/con09_bg.png) no-repeat center / cover;
}
.con10_con{
    background: white;
    width: 82.5%;
    border: 0.2vw solid black;
}
.con10_top{
    width: 25.6997%;
    display: flex;
    justify-content: center;
    z-index: 2;
    align-items: center;
    margin-top: 3%;
}
.con10_top_2nd{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -6%;
}
.con10_top_3rd{
    width: 35.1145%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 4.5%;
}
.con10_swiper_y_left_3rd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 123%;
    overflow: unset;
    pointer-events: none;
    margin-top: 2%;
    margin-bottom: 8%;
}

.con10 .con7_prev {
    bottom: -18%;
}
.con10 .con7_next {
    bottom: -18%;
}

.con10 .con7_mid {
    bottom: -18.5%;
}
.con10_top_4th {
    width: 64.0945%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 2.5%;
    margin-bottom: 3%;
}
.con10_top_3rd_ab{
    width: 41.8509%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con11{
    background: url(/images/con10_bg.png) no-repeat center / cover;

}
.con11_bg{
    width: 83.3596%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.8;
    filter: brightness(0);
}
.con11_ab{
    top: 1.5%;
    left: 15%;
    overflow: hidden;
}
.con11_top{
    width: 11.4961%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con11_top_2nd{
    width: 32.0735%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
}
.con10_swiper_y_left_4th{
    margin-top: 3%;
    margin-bottom: 8%;
    width: 142%;
    overflow: unset;
}
@keyframes downUp {
    0%, 100% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(25%);
    }
}

.con11 .con10_swiper_slide_y{
    overflow: unset !important;
}

.con13_top {
    animation: downUp 1.2s ease-in-out infinite;
}
.con10_swiper_y_left_4th_ab{
    width: 27.551%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -16%;
    left: -11%;
    transform-origin: left center;
}
.con10_swiper_y_left_4th_ab img{
    transform-origin: left center;

}
.con10_swiper_y_left_4th_ab_2 img{
    transform-origin: right center;

}
.con10_swiper_y_left_4th_ab_2{
    width: 27.551%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -16%;
    right: -11%;
    transform-origin: right center;
}
.con11 .con7_prev{
    bottom: -18%;
}
.con11 .con7_next{
    bottom: -18%;
}

.con10_swiper_y_left_4th_ab{
    opacity: 0;
}
.con10_swiper_y_left_4th_ab_2{
    opacity: 0;
    z-index: 2;
}.con10_swiper_slide_y.swiper-slide-next{
     z-index: 2;
 }

.con10_swiper_slide_y.swiper-slide-next .con10_swiper_y_left_4th_ab{
    opacity: 1;
}


.con10_swiper_slide_y.swiper-slide-next .con10_swiper_y_left_4th_ab_2{
    opacity: 1;
}
.con11_ab {
    top: 3.5%;
    left: 10%;
}

@keyframes tape-unroll {
    0% {
        transform:
                skewY(20deg)           /* 위쪽이 말려 들어간 느낌 */
                scaleX(0.1)            /* 거의 말린 상태 */
                scaleY(0.7)            /* 두께감 강조 */
                translateX(-95%);      /* 왼쪽에만 좁게 붙어있음 */
        opacity: 0;
    }
    25% {
        transform:
                skewY(12deg)
                scaleX(0.3)
                scaleY(0.85)
                translateX(-65%);
        opacity: 1;
    }
    50% {
        transform:
                skewY(5deg)
                scaleX(0.7)
                scaleY(0.95)
                translateX(-25%);
    }
    75% {
        transform:
                skewY(2deg)
                scaleX(1.02)
                scaleY(1)
                translateX(5%);
    }
    100% {
        transform:
                skewY(0deg)
                scaleX(1)
                scaleY(1)
                translateX(0);
    }
}

.con12 .con10_swiper_wrapper_y {
    transition-timing-function: linear !important;
}
.con12{
    background: black;
}
.con12_top{
    width: 100.682%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.4%;
}
.con12_top_2nd{
    width: 14.4357%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: -10%;
}
.con12_top_2nd_ab{
    width: 78.9091%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 97%;
}
.con12_top_3rd{
    width: 31.3386%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.con12_top_4th{
    text-align: center;
    margin-top: 1%;
}
.con10_swiper_y_left_5th{
    margin-top: 2%;
    margin-bottom: 10%;
}
.con12_ab{
    width: 34.4357%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 41%;
}
.con12_ab_2{
    width: 18.3045%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: -7%;
    z-index: 2;
}
.con12_ab_ab{
    width: 49.0854%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 69%;
    left: 32%;
}
.con13_top{
    width: 3.88451%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5%;
}
.con13_top_2nd{
    width: 22.664%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3%;
}
.con13_top_3rd{
    text-align: center;
    margin-top: 1.7%;
    margin-bottom: 3.4%;
}
.con13_top_4th{
    border-top: 1px solid black;
    justify-content: flex-end;
}
.con13_top_4th_right{
    width: 58%;
    border-left: 1px solid black;
}
.con13_top_4th_right_top{
    width: 41.3575%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -44%;
    margin-top: 18%;
}
.con13_top_4th_right_top_item_top_3rd{
    width: 6.69683%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
}
.con13_top_4th_right_top_item_top{
    top: 21%;
    left: 7%;
}
.con13_top_4th_right_top_item_top_2nd{
    left: 7%;
    top: 44%;
    line-height: 1.2vw;
}
.con13_top_4th_right_top_item{
    height: 9.5vw;
    border: 0.07vw solid black;
    background: white;
    transition: 0.3s all;
}
.con13_top_4th_right_top_item_on{
    background: #ff2217;
}
.con13_top_4th_right_top_item_top_3rd{
    transition: 0.4s all;
}
.con13_top_4th_right_top {
    margin-bottom: 6%;
}
.con13_top_4th_right_top_item_on .con13_top_4th_right_top_item_top_3rd{
    rotate: 180deg;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.con14{
    background: url(/images/con13_bg.png) no-repeat center / cover;

}
.con14_top_4th{
    flex-wrap: wrap;
}
.con14_top{
    width: 15.1706%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
}
.con13_02_con{
    overflow: hidden;
}
.con14_top_2nd{
    width: 11.601%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;;
    margin-left: -9%
}
.con14_top_3rd{
    margin-top: 1.7%;
    margin-bottom: 2%;
}
.con14_top_4th{
    flex-wrap: wrap;
    width: 80%;
}
.con14_top_4th_item{
    width: 21.1942%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1%;
}

.con14_top_4th {
    margin-bottom: 5%;
}


.con15_top {
    width: 18.9501%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: -2%;
    z-index: 2;
}
.con15_top_2nd_ab{
    width: 36.3255%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 16%;
}
.con15_top_ab{
    width: 84.4875%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 101%;
    bottom: 39%;
}
.con15_top_ab_2{
    width: 63.1579%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    bottom: 39%;
    left: 105%;
}
.con14_top_2nd_ab{
    width: 100.452%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 96%;
}
.con14_02_con{
}
.con15_2nd_ab{
    bottom: 0;
}
.con15_2nd_top {
    width: 33.5958%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: -3%;
}
.con15_2nd_bg_1{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.con15_2nd_bg_2{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
}
.con15_2nd_ab_2{
    width: 7.45407%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    left: 15.4%;
    top: 15%;
}
.con15_2nd_ab_2_ab{
    width: 104.225%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 118%;
}
.con15_2nd_ab_2_ab_2{
    top: 200%;
    white-space: nowrap;
}
.con15_2nd_ab_2_ab_3{
    top: 270%;
    white-space: nowrap;
}



.con15_2nd_ab_3{
    width: 7.45407%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    right: 15.4%;
    top: 15%;
}
.con15_2nd_ab_3_ab{
    width: 104.225%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 118%;
}
.con15_2nd_ab_3_ab_2{
    top: 200%;
    white-space: nowrap;
}
.con15_2nd_ab_3_ab_3{
    top: 270%;
    text-align: right;
    white-space: nowrap;
}
.con16{
    border-top: 1px solid black;
}
.con16_top{
    margin-top: 5%;
    width: 22.6378%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con16_top_wrap{
    margin-top: 2.6%;
}
.con16_top_wrap_item{
    margin: 0 3%;
    width: 3.80577%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_top_wrap_item_ab{
    opacity: 0;
    width: 236.207%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}
.con16_top_wrap_item_on .con16_top_wrap_item_ab{
    opacity: 1;
}








div.con14_table {
    width: 52%;
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid #000;
    font-weight: 300;
}
.con14_table_hd {
    width: 100%;
    display: flex;
    background-color: #000000;
    font-size: 1.1vw;
    color: black;
    font-weight: 600;
}
.con14_table_body {
    width: 100%;
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    font-size: 0.95vw;
}
.con14_table_left {
    width: 21.66666%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.con14_table_center {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.con14_table_right {
    width: 21.66666%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.con14_table_right_end {
    width: 21.66666%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.con14_table_hd > div {
    padding: 1vw 0;
}
.con14_table_tr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.05vw solid #2121212a;
}
.con14_table_tr > div {
    padding: 1vw 0;
    line-height: 1.3;
}
.con14_table_body .con14_table_center {
}
.con14_table_bot01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e34b3d;
    padding: 1vw 0;
    color: white;
    font-size: 1.8vw;
}
.con14_table_bot01 span {
    margin-left: 5vw;
}
.con14_ct {
    right: 47.1%;
}

.con14_line {
    width: 23%;
    height: 0.1vw;
    background-color: #e34b3d;
    position: absolute;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%);
}
.con14_table_right p.absol {
    color: #e34b3d;
    left: 58%;
    font-weight: 600;
}
.con14_table_right p.absol.new_animate {
    left: 67%;
    font-weight: 800;
    font-size: 1.1vw;
}
.con14_table_right p.bold {
    position: relative;
    left: -9%;
}
.con14_table_hd {
    width: 100%;
    display: flex
;
    background-color: #ff2217;
    font-size: 1.1vw;
    color: white;
    font-weight: 600;
}
.con14_table_bot01 {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-color: #0034b8;
    padding: 1vw 0;
    color: white;
    font-size: 1.8vw;
}
.con14_table_tr{
    border-bottom: 1px solid black;
}
.con14_table_tr:last-child{
    border-bottom: unset;
}

.con14_table_right_end_ab{

}
.con16{
    background: url(/images/con15_bg.png) no-repeat center / cover;

}
.con16_con{
    width: 80%;
    border: 0.07vw solid black;
    background: white;
}

div.con14_table {
    width: 66%;
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid #000;
    font-weight: 300;
    margin-top: 4%;
}


.con14_table_hd {
    color: black;
}
.con14_table_right p.bold {
    position: relative;
    left: 0;
}
.con14_table_right p{
    font-weight: 700 !important;
}
.con14_table_bot01 {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    background-color: #0034b8;
    padding: 1.4vw 0;
    color: white;
    font-size: 1.8vw;
}
.con14_table_bot01_ab{
    width: 27.9324%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 17%;
}
.con14_table_bot01_ab_3{
    width: 23.2604%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blk 1s infinite;
    left: 56%;
}
.con14_table_bot01_ab_2{
    width: 6.06362%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 48%;
}
.con14_table_bot02{
    width: 7.8084%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: -58%;
    margin-bottom: 7%;
}
.con14_table_bot02_ab{
    color: black;
    left: 120%;
    white-space: nowrap;
    font-weight: 600;
    top: 0%;
}
.con14_table_bot02_ab_2nd{
    height: 4.3vw;
    border-left: 1px solid black;
    left: 377%;
    top: 0;
}
.con14_table_bot02_ab_2{
    color: black;
    left: 400%;
    white-space: nowrap;
    top: 0;
    font-size: 0.8vw;
    font-weight: 600;
}
.con16_top_wrap_item{
    cursor: pointer;
}
.con17{
    background: url(/images/con16_bg.png) no-repeat center / cover;
}
.con17_2nd{
    background: url(/images/con16_bg.png) no-repeat center / cover;
}
.con17_con{
    background: white;
    width: 82%;
}
.con16_2nd{
    height: 22vw;
    overflow: hidden;
}
.con16_01{
    width: 100%;
    margin-bottom: -53%;
}
.con17_top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con17_top_3rd {
    flex-wrap: wrap;
    width: 86%;
    margin-top: 4%;
    margin-bottom: 8%;
}
.con17_top_3rd_item{
    margin: 0.3% 1%;
    width: 22.6254%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_top_3rd_item_ab{
    width: 22.0395%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 93%;
    z-index: 2;
}
.con17_con {
    border: 1px solid black;
}
.con17_2nd_top{
    width: 20.8067%;
    display: flex;
    justify-content: center;
    margin-top: 3%;
    align-items: center;
}
.con18{
    background: url(/images/con17_bg.png) no-repeat center / cover;
}
.con18_top{
    width: 13.5958%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -48%;
    margin-top: 11%;
}
.con18_top_2nd{
    width: 15.4856%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-left: -45%;
    margin-top: 1.3%;
}
.con18_top_3rd{
    width: 18.2283%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -43%;
    z-index: 2;
    margin-top: 2%;
}
.con18_top_4th{
    width: 100.787%;
    display: flex;
    justify-content: center;
    z-index: 2;
    align-items: center;
    margin-top: 11%;
}
.con18_ab{
    width: 32.2835%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -17%;
    z-index: 3;
    left: 0;
}
.con18_ab_2{
    width: 44.0945%;
    display: flex;
    z-index: 3;
    justify-content: center;
    align-items: center;
    top: -54%;
    pointer-events: none;
    left: 37%;
}












.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;
}
.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_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;
    font-family: GmarketSansMedium !important;
}
.form_agree_span{
    font-family: GmarketSansMedium !important;

}
.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{
    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%;
}

.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 1.5%;
    width: 33%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
}

.form {
    margin-top: 2%;
    width: 42%;
    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: 7%;
    top: 13%;
}
.form_row {
    border-bottom: unset;
}
.con20_08 {
    bottom: -34%;
    left: -2%;
    width: 113%;
}


.form_row_imput_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_agree_check:checked {
    background: transparent;
    border: 1px solid #fe0908;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
}


.form_row {
    border-bottom: 1px solid white !important;
}

.form_row_imput_radio {
    border: 1px solid #a84e1d;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #a84e1d;
    color: unset !important;
    border-radius: 50%;
}

.form_agree_check {
    border: 1px solid #a84e1d;
}


.form {
    margin-top: 2%;
    width: 42%;
    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: 6%;
    top: 28%;
}

.form_agree_check:checked {
    border: 1px solid #a84e1d;
}

.form_row > span {
    font-family: Pretendard-regular !important;
}
.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
    right: 13%;
    top: 7%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_row_imput_radio {
    border: 1px solid black;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #002c46;
    color: unset !important;
    border-radius: 50%;
}


.form_row {
    border-bottom: 1px solid black !important;
}
.form_agree {
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check {
    border: 1px solid #002c46;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #002c46;
    color: unset !important;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_agree_check:checked {
    border: 1px solid #002c46;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #002c46;
    padding: 1.5%;
    width: 76%;
    color: white;
    position: relative !important;
    margin-bottom: 3%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 2%;
    cursor: pointer;
    text-align: center;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}

.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
    justify-content: flex-start;
}
.form_row_imput_radio_1 {
    margin-right: 0;
}
.form_row > span {
    font-size: 1.1vw;
    margin-right: 0;
    color: black;
    white-space: nowrap;
}
.form_row > span {
    margin-right: 3% !important;
    margin-left: 3%;
}
.form_row_imput_radio {
    margin-right: 0;
}
.con24{
    background: black;
}

.con24_top{
    width: 22.7297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    margin-left: -36%;
    z-index: 2;
}
.con24_top_2nd{
    width: 15.748%;
    display: flex;
    justify-content: center;
    animation: blk 1s infinite;
    align-items: center;
    margin-left: -37.5%;
    margin-top: 1%;
    z-index: 2;

    margin-bottom: 13%;
}
.form_submit{
    background: transparent;
}
.form_agree_check {
    border: 1px solid black;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: black;
    color: unset !important;
}
.form_agree_check:checked {
    border: 1px solid black;
}
.form_agree_span {
    font-size: 1vw;
    font-family: Pretendard-regular !important;
    color: black;
}
.form_row_label{
    font-family: GmarketSansMedium !important;
}

.form_row_label_required::after {
    content: '*';
    font-family: Pretendard-regular;
    color: #cb1f39;
    white-space: nowrap;
    font-size: 1.1vw;
    position: absolute;
    right: 100%;
    width: 0%;
    bottom: 40%;
}
.form_row_label {
    width: 37% !important;
}
.con24_bg{
    width: 94%;
    height: 92%;
    background: white;
    border-radius: 50%;

}

.form {
    margin-top: 2%;
    width: 35%;
    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: 13%;
    top: 7%;
}

.con24_bg {
    width: 94%;
    height: 85%;
    background: white;
    border-radius: 50%;
}
.form {
    margin-top: 2%;
    width: 35%;
    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: 15%;
    top: 16%;
}

.form_row_label_3lettters {
    letter-spacing: 1.5vw;
}

.form_row_label_4lettters {
    letter-spacing: 0.67vw;
}

.form {
    margin-top: 2%;
    width: 35%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: white;
    margin-bottom: 7%;
    right: 15%;
    top: 0;
    height: 36vw;
}
.main_top_2nd_ab{
    width: 124.908%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con2_item_top{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con2_item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.con08_tab_ab_1{
    width: 170.339%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_tab_ab_2{
    width: 159.524%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_tab_ab_3{
    width: 170.339%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_tab_ab_4{
    width: 171.795%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_tab_ab_5{
    width: 335%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.intro {
    background: black;
}
.intro_vid_con{
    overflow: hidden;
}
.con1_top_5th_ab_ab_2 {
    white-space: nowrap;
    top: 224%;
    left: 26%;
    font-size: 0.9vw;
    overflow: hidden;
    width: 350%;
    text-align: center;
}
.con4_ab_item{
    animation: float 4s ease-in-out infinite;
}
.con6_con_top_3rd_item_1{
    z-index: 5;
}
.con6_con_top_3rd_item_2{
    z-index: 4;
}
.con6_con_top_3rd_item_3{
    z-index: 3;
}

@keyframes softFloat {
    0%   { transform: translateY(0%) scale(1); }
    25%  { transform: translateY(-1.5%) scale(1.015); }
    50%  { transform: translateY(0%) scale(1); }
    75%  { transform: translateY(1%) scale(0.995); }
    100% { transform: translateY(0%) scale(1); }
}
.con6_2nd_ab {
    animation: softFloat 4s ease-in-out infinite;
    will-change: transform;
}
.con6_2nd_ab_2 {
    animation: softFloat 4s ease-in-out infinite;
    will-change: transform;
}
.main {
    background: url(/images/intro_bg.png) no-repeat center / cover;
    height: 49vw;
}
.con17_top_3rd_item_8{
    z-index: 1;
}
.con17_top_3rd_item_7{
    z-index: 2;
}
.con17_top_3rd_item_6{
    z-index: 3;
}
.con17_top_3rd_item_5{
    z-index: 4;
}
.con17_top_3rd_item_4{
    z-index: 5;
}
.con17_top_3rd_item_3{
    z-index: 6;
}
.con17_top_3rd_item_2{
    z-index: 7;
}
.con17_top_3rd_item_1{
    z-index: 8;
}
.con17_top_2nd{
    width: 21.5109%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: -2%;
}
section img{
    width: 100%;
}

.con2_item_top_2nd  div{
    opacity: 0;
    transform: translateY(10%);
    transition: 0.3s all;
    transition-delay: 0.3s;
}
.con2_item_top_2nd_on  div{
    opacity: 1;
    transform: translateY(0);
}
.con08_menu.absol{
    position: absolute !important;
}
.con08_tab_ab_6{
    width: 386.336%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_table{
    opacity: 0!important;
}
.con14_table_on.con14_table{
    opacity: 1 !important;
}
.con14_table_right_end .line{
        border-top: 1px solid black;
    width: 85%;
    display: inline-block;
}



















.con17_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
        border-radius: 30px;
    border: 1px solid black;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    flex-direction: column;
}
.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: #ff2118;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #ff2118;
    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;
}
.map_search{
    width: 7% !important;
    right: 8% !important;
}
.con17_mid_map_search_bottom{
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    width: 80%;
}
.con17_mid_map_search_item_title{
    font-size: 1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
    flex-direction: column;
}
.con17_mid_map_search_bottom {
    overflow-y: scroll;
    height: 23.5vw;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start !important;
}
#page_wrap{
    background: #f6f6f6;
}

.con17_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 5%;
}
.map {
    width: 98%;
    height: 38vw;
}
.con17_mid_map_search {
    width: 24%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
    flex-direction: column;
}
.con17_mid_map_search_mid input{
    border-radius: unset !important;
}


.map {
    width: 80%;
    height: 38vw;
        border-radius: 0;
    border:unset;
}
.con17_mid_map_search {
    width: 21%;
    background: white;
    height: 34vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 13%;
    flex-direction: column;
}






.con17_mid {
    margin-bottom: 0;
}
.con20_top {
    width: 16.5879%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
    margin-bottom: 2%;
}
.con17_mid {
    margin-bottom: 5%;
}





.con17_mid {
    margin-bottom: 5%;
    margin-top: 3%;
}

.map {
    border: 2px solid black;
}
.con17_mid_map_search_top > div {
}

.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 95%;
    height: 2vw;
    margin: 2% 3%;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    border: 2px solid black;
}
.map_search {
    width: 6% !important;
    right: 8% !important;
}
.con17_mid_map_search {
    border: 2px solid black;
}








.con3_mid_3rd{
    padding: 0.7% 0;
    margin-top: 8%;
    background: #ff2118;
}


.con6_mid_swiper_1_slide_p_con_3rd{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1){
    color: white;
    font-size: 0.9vw;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2){
    color: white;
    font-size: 0.9vw;
    border-radius: 40px;
    color: white;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}

.con6_3rd_ab{
        right: 50.3%;
    width: 81%;
    filter: brightness(0.2);
}

.con6_4th_right{
        width: 50.3937%;
    display: flex;
    justify-content: center;
    align-items: center;
        right: 0;
    top: 100%;
}
.con6_4th_top_2nd {
    width: 18.5302%;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -51.5%;
    margin-top: 15%;
    margin-bottom: 18%;
    z-index: 2;
    overflow: hidden;
}
.con13_top_4th{
    overflow: hidden;
}
.con13_top_4th_vid{
        width: 42%;
    left: 0;
    bottom: 0;
    height: 49vw;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}
.con13_top_4th_vid video{
    width: 212%;
    filter: brightness(0.5)
}
.con3_mid_3rd {
    margin-top: 0;
}
.con08_tab_1{
    width: 8.8694%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con08_tab_2{
        width: 9.47072%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con08_tab_3{
    width: 8.8694%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con08_tab_4{
        width: 8.79424%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con08_tab_5{
        width: 4.50986%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con2_item_top {
    height: 8.8vw;
    overflow: hidden;
}
.con2_item_on > .con2_item_top{
    height: 0;
}
.con2_item_on{
    transition: 0.3s all;
}
.con2_item_4_top_2nd_ab_4{
    transform: translateX(50%) !important;
        transition-delay: 0.7s all!important;
    transition: 0.5s  all;
}
.con2_item_top_2nd_on .con2_item_4_top_2nd_ab_4{
    transform: translateX(0%)!important;
    
}
.con3_scrx_ab {
    bottom: 95%;
}
.con6_3rd_right_ab_4{
        width: 36.6285%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    top: 9%;
}
.con6_3rd_right_ab_3{
    bottom: 20%;
}
.con6_3rd_right_ab{
    bottom: 20.1%;
}
.con6_3rd_right_ab_2{
    bottom: 20.1%;
}
.con6_3rd_right_ab_5{
    bottom: 22%;
}
.con7_top_3rd_2_ab_2{
    width: 26.025%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    top: 44%;
}
.con14_table_tr{
    letter-spacing: -0.09vw;
}
.con14_table_bot02_ab {
    color: black;
    left: 120%;
    white-space: nowrap;
    font-weight: 400 !important;
    top: 0%;
}
.con14_table_bot02_ab_2 {
    font-weight: 400 !important;
}
.con6{
    overflow: unset;

}

.con6_2nd_ab {
    top: 88%;
    z-index: 7;
}
.con6_scrx_con{
        top: 54%;
    width: 97.5%;
    overflow: hidden;
}
.con7_top_3rd_2_ab{
    width: 21.082%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    bottom: 3.4%;
    right: 4%;    
}
.con7_top_3rd_2_ab_2{
    width: 26.025%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    top: 79%;
}

.con08_menu_img {
    width: auto;
    height: 12.7vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vw;
    top: 0%;
}

.con6_2nd_top_5th_ab {
    width: 54.835%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 16%;
}

.con6_2nd_top_6th_ab {
    width: 42.835%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 16%;
}
.con1_top_5th_ab_ab_2 {
    text-align: left;
}

.con4_left {
    width: 104.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.con4_left_2 {
    width: 44.2021%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.con7_top_3rd_2_ab_2 {
    width: 26.025%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    top: 45%;
}
.add01 {
    background: url(/images/con01.png) no-repeat top / cover;
}


.add01_con {
    background: url(/images/con02.png) no-repeat top / cover;
    width: 80%;
    margin-top: 4%;
}
.add01_top{
    margin-top: -2%;
        width: 46.4567%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add01_top2nd{
        width: 43.5039%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}
.add01_top3rd1 >img{
    z-index: 2
}
.add01_top3rd2 >img{
    z-index: 2
}
.add01_top3rd1abab{
    z-index: 3;
}
.add01_top3rd1abab2{
    z-index: 3;
}
.add01_top3rd{
        width: 121%;
    margin-top: 3%;
    margin-bottom: 4%;
}
.add01_top3rd1{
        width: 49.0781%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add01_top3rd2{
        width: 49.0781%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add01_top3rd1ab{
        width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.add01_top3rd1abab3{
        z-index: 2;
    top: 0;
    height: 86%;
    background: white;
    border-radius: 2.3vw;
    border: 0.15vw black solid;
    overflow: hidden;
}
.add01_top3rd1abab3 iframe{
    height: 100%;
}
.add01_top3rd1abab2{
        width: 17.2376%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
    left: 3%;
}
.add01_top3rd1abab{
    bottom: 5%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {


    .intro{
        z-index: 111;
    }
    .main{
        margin-top: 21%;
    }

    .main_top {
        width: 26.76903%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }
    .main_top_2nd {
        width: 44.9869%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0.5%;
        transition: height 0.5s;
        height: 14.5vw;
    }
    .main_top_2nd_2nd {
        width: 68.0892%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 14%;
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .main_top_3rd {
        width: 30.4856%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
    }
    .main {
        background: url(/images/intro_bg.png) no-repeat bottom / 164%;
    }
    .intro {
        z-index: 111;
        height: 70vw;
    }
    .intro_vid_con{
        width: 128%;
    }
    .con1_bg {
        width: 200.3071%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 0;
    }
    .con1_top {
        width: 55.9318%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.3%;
    }
    .con1_top_2nd {
        width: 69.2336%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }
    .con1_top_3rd {
        text-align: center;
        margin-top: 4%;
    }
    .con1_top_3rd_2nd {
        width: 84.0945%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 24%;
    }
    .con1_top_4th {
        width: 71.8058%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -12%;
        z-index: 2;
    }
    .con1_top_4th {
        width: 71.8058%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -25%;
        z-index: 2;
    }
    .con1_top_5th {
        width: 100.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -14%;
        background: #0034b8;
        height: 72vw;
    }
    .con1_top_5th_ab_ab_2 {
        white-space: nowrap;
        top: 224%;
        left: 26%;
        font-size: 2.9vw;
    }
    .con1_top_5th_ab {
        width: 22.75%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 26%;
    }
    .con1_top_5th_ab_ab_2 {
        white-space: nowrap;
        top: 224%;
        left: unset;
        font-size: 3.3vw;
    }
    .con1_top_5th_ab_2nd {
        width: 22.85%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 61%;
    }
    .main_04{
        width: 918%;
        margin-top: 11%;
        opacity: 0;
    }
    .con1_top_6th {
        width: 58.4488%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 12.5%;
    }
    .con1_top_7th {
        width: 71.0052%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4.6%;
    }
    .con1_top_8th {
        text-align: center;
        margin-top: 5%;
        margin-bottom: 14%;
        width: 80%;
    }
    .con2_item_top >img{
        width: 250% !important;
    }
    .con2_item_top_ab {
        left: 9%;
        scale: 1.5;
    }
    .con2_item_top_ab_2 {
        scale: 1.5;
        right: 9%;
    }
    .con2_item_top_2nd {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: flex-start;
        height: 74vw;
        overflow: hidden;
    }
    .con2_item_top_2nd > img {
        width: 218% !important;
    }
    .con2_item_top_2nd_ab {
        top: 41%;
        scale: 2.6;
    }
    .con2_item_1_top_2nd_ab_2 {
        top: 46%;
        width: 80%;
        text-align: center;
    }
    .con2_item_1_top_2nd_ab_3 {
        top: 57%;
    }
    .con2_scrx {
        bottom: -2%;
        width: 161%;
    }
    .con2_item_2_top_2nd_ab_4 {
        width: 24.6194%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 25%;
        z-index: 2;
        display: none;
    }
    .con2_item_2_top_2nd_ab_5{
        display: none;

    }
    .con2_item_1_top_2nd_ab_2 {
        top: 37%;
        width: 80%;
        text-align: center;
    }
    .con2_item_1_top_2nd_ab_2 {
        top: 50%;
        width: 80%;
        text-align: center;
    }
    .con2_item_1_top_2nd_ab_3{
        display: none;
    }
    .con2_scrx {
        bottom: -8%;
        width: 161%;
    }
    .con2_item_2_top_2nd_ab_2 {
        top: 54%;
        font-size: 3.8vw;
    }
    .con2_scrx_2nd {
        background: white;
        padding: 3.5% 0;
        bottom: 0;
        width: 250%;
    }
    .con2_item_3_top_2nd_ab_2 {
        width: 26.1181%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 57%;
    }
    .con2_item_3_top_2nd_ab_3 {
        text-align: center;
        top: 77%;
        width: 80%;
    }
    .con2_item_3_top_2nd_ab_3 .small{
        position: absolute;
        display: flex;
        bottom: -46%;
        left: unset;
        font-size: 2.5vw;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: none;
    }
    .con2_item_4_top_2nd_ab_2 {
        text-align: center;
        top: 55%;
        width: 85%;
    }
    .con2_item_4_top_2nd_ab_3 {
        width: 10.3412%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0;
        overflow: hidden;
    }
    .con2_scry_4th {
        height: 250%;
    }
    .con2_scrx_4th {
        bottom: 0;
        width: 150%;
    }
    .con2_item_4_top_2nd_ab_4{
        display: none;
    }
    .con2_item_3_top_2nd_ab_3 {
        text-align: center;
        top: 79%;
        width: 80%;
    }
    .con3_prev {
        width: 26.811%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -28%;
        margin-top: 16%;
    }
    .con3_top {
        width: 21.34908%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -13%;
        margin-left: 35%;
    }
    .con3_prev {
        width: 26.811%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -35%;
        margin-top: 16%;
    }
    .con3_top_2nd {
        width: 29.6509%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 27.5%;
        margin-top: 2%;
    }
    .con3_top_3rd {
        width: 50.1549%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 6.5%;
        margin-top: 1.5%;
    }
    .con3_prev {
        width: 26.811%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -24%;
        margin-top: 16%;
    }
    .con3_top_4th {
        width: 43.5433%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 6%;
    }
    .con3_top_5th {
        margin-left: 0;
        margin-top: 4.4%;
        text-align: center;
        width: 81%;
    }
    .con3_top_6th {
        margin-left: 0;
        margin-top: 3%;
        margin-bottom: 11%;
        text-align: center;
    }
    .con3_ab{
        display: none;
    }
    .con3_scrx{
        width: 200%;
    }
    .con4_top {
        width: 39.9055%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
        margin-left: -44%;
        margin-bottom: 17%;
    }
    .con4_ab {
        width: 60.5013%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 24%;
        right: -4%;
    }
    .con4_ab_ab_1 {
        width: 37.2545%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -23%;
        right: 45%;
    }

    .con4_ab_ab_3 {
        width: 41.1485%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 57%;
        top: 7%;

    }
    .con4_ab_ab_2 {
        width: 40.2545%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 62%;
        bottom: 2%;
    }
    .con4_left {
        width: 212.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        right: 39%;
    }
    .con4_left_2 {
        width: 91.2021%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: unset;
        left: 52%;
    }
    .con5_top{
        flex-direction: column;
    }
    .con5_top_item {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con5_top_item_top {
        top: 19%;
        scale: 3;
    }
    .con4_vid_con {
        display: none;
    }
    .con5_2nd_ab {
        width: 85.7953%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -60%;
    }
    .con08_tab_wrap{
        width: 120.8265%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 11vw;
        margin-top: 22%;
    }
    .con08_tab {
        transition: 0.3s color;
        margin: 4%;
        scale: 1.5;
    }
    .con08_tab {
        transition: 0.3s color;
        margin: 5%;
        scale: 2.3;
    }
    .con08_change .con08_tab_ab {
        opacity: 1;
        scale: 1.2;
    }
    .con08_tab_text {
        font-size: 1.2vw;
    }

    .con08_change .con08_tab_ab {
        opacity: 1;
        scale: 0.7;
    }
    div.con08_menu {
        width: 90%;
        height: 90vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con08_menu_title {
        top: 76%;
        text-align: center;
    }
    .con08_menu_img {
        width: auto;
        height: 23vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 1vw;
        top: 6%;
    }
    .con08_tab_wrap {
        width: 120.8265%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 11vw;
        margin-top: 23%;
        margin-bottom: 5%;
    }

    .con08_menu_wrap {
        margin-top: 3%;
        margin-bottom: 18%;
    }
    .con7_mid {
        width: 0.204987%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 4.5%;
    }
    .con7_prev {
        bottom: 4%;
        width: 9vw !important;
        height: 8vw !important;
        left: 36.5% !important;
    }
    .con7_next {
        bottom: 4%;
        width: 9vw !important;
        height: 8vw !important;
        right: 36.5% !important;
    }

    .con6_con {
        width: 90%;
        background: white;
        border: 1px solid black;
        border-bottom: unset;
    }
    .con6_con_top {
        width: 59.5775%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }

    .con6_con_top_2nd {
        text-align: center;
        margin-top: 5%;
        margin-bottom: 5%;
        width: 80%;
    }

    .con6_con_top_3rd {
        margin-bottom: 6%;
        flex-direction: column;
    }
    .con6_con_top_3rd_item {
        width: 79.7055%;
        display: flex
    ;
        justify-content: center;
        align-items: flex-end;
        height: 57.6vw;
        margin: 0 1%;
    }
    .con6_con_top_3rd_ab {
        width: 34.1421%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: 92%;
        left: 3%;
    }
    .con6_con_top_3rd {
        margin-bottom: 11%;
    }
    .con6_con_top_3rd_item_top_2nd {
        top: 84%;
        scale: 2.5;
    }
    .con6_bg {
        width: 500%;
        top: 1%;
    }
    .con04_bg{
        width: 750% !important;
    }

    .con6_2nd_top {
        width: 45.6955%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15.2%;
    }
    .con6_2nd_top_2nd {
        width: 80.9685%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.5%;
    }
    .con6_2nd_top_3rd {
        text-align: center;
        margin-top: 5%;
    }
    .con6_2nd_top_4th {
        margin-top: 3%;
        text-align: center;
        width: 80%;
    }
    .con6_2nd_top_5th {
        width: 73.0341%;
        display: flex
    ;
        justify-content: center;
        z-index: 2;
        align-items: center;
        margin-top: 5%;
        margin-left: 0;
        overflow: hidden;
    }
    .con6_2nd_top_6th {
        width: 73.0341%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -8%;
        margin-left: 0;
        z-index: 2;
        margin-bottom: 3%;
        overflow: hidden;
    }
    .con6_2nd_ab {
        width: 47.9003%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        top: -8%;
    }
    .con6_2nd_ab_2 {
        width: 64.5013%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: -9%;
        top: 27%;
        display: none;
    }
    .con6_2nd .con3_scrx {
        margin-top: -6.3%;
        width: 250%;
    }
    .con6_3rd_right {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0;
        position: relative;
    }
    .con6_3rd_top {
        width: 42.7507%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con6_3rd_top_2nd {
        width: 44.2152%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 6%;
        margin-bottom: 8%;
    }
    .con6_3rd_right_ab {
        width: 15.2383%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 33%;
        left: 20%;
    }
    .con6_3rd_right_ab_2 {
        width: 14.2383%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 33%;
        right: 22%;
    }
    .con6_3rd_right_ab {
        width: 14.2383%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 33%;
        left: 20%;
    }
    .con6_3rd_right_ab_2_ab_3 {
        width: 257.889%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 4%;
    }
    .con6_3rd_right_ab_4 {
        width: 44.6285%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 79%;
    }
    .con06_04{
        width: 100%;
        margin-bottom: -6%;
    }
    .con6_3rd_right_ab_4{
        width: 44.6285%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 79%;
        overflow: hidden;
    }
    .con6_4th_right{
        width: 149%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative !important;
    }
    .con6_4th_right_ab_2 {
        width: 26.1667%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 33%;
    }
    .con6_4th_top {
        width: 42.5507%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con6_4th_top_2nd {
        width: 43.5302%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 5%;
        margin-bottom: 14%;
    }
    .con7_top {
        width: 43.5486%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15.3%;
    }
    .con7_top_2nd {
        width: 84.4436%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2.8%;
    }
    .con7_top_3rd {
        margin-top: 3%;
        margin-bottom: 7%;
        flex-direction: column;
    }
    .con7_top_3rd_1 {
        width: 68.979%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-top: 6%;
    }
    .con7_top_3rd_2{
        width: 69.4488%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 13%;
    }
    .con7_top {
        width: 43.5486%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 20.3%;
    }
    .con8_top {
        width: 50.4199%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con8_top_2nd {
        width: 64.0892%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 4%;
    }
    .con10_swiper_y_left_2nd {
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
        pointer-events: none;
        margin-top: 3%;
        margin-bottom: 7%;
    }
    .con10_swiper_y_left_2nd_ab {
        width: 20.6457%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        left: 15%;
        animation: flashSticker 1.5s infinite ease-in-out;
        top: 52%;
    }
    .con10_swiper_y_left_2nd_ab_2 {
         width: 22.8556%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         animation: flashSticker 1.5s infinite ease-in-out reverse;
         z-index: 2;
         top: -9%;
         right: 9%;
     }
    .con8_top_3rd {
        width: 84.4961%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con8_top_4th {
        margin-top: 4%;
        text-align: center;
        margin-bottom: 8%;
        width: 63%;
    }

    .con8_top_5th {
        bottom: 0;
        display: flex
    ;
        width: 271%;
    }
    .con9_top {
        width: 46.4173%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 13%;
    }

    .con9_top_2nd {
        width: 45.3281%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 4%;
    }
    .con9_top_3rd {
        width: 68.5%;
        margin-top: 5%;
        margin-bottom: 6%;
        text-align: center;
    }
    .con10_swiper_y_left{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: unset;
        overflow: hidden;
        left:unset;
        top: unset;
        pointer-events: none;
        rotate: 0deg;
        position: relative !important;
    }
    .con10_swiper_y_left_2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: unset;
        overflow: hidden;
        left:unset;
        top: unset;
        pointer-events: none;
        rotate: 0deg;
        position: relative !important;
        margin-top: 1.5%;
    }
    .con10_swiper_y_left_3{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: unset;
        overflow: hidden;
        left:unset;
        top: unset;
        pointer-events: none;
        rotate: 0deg;
        position: relative !important;
        margin-top: 1.5%;
        margin-bottom: 10.5%;
    }
    .con10_top {
        width: 63.6997%;
        display: flex
    ;
        justify-content: center;
        z-index: 2;
        align-items: center;
        margin-top: 12%;
    }

    .con10_con {
        background: white;
        width: 92.5%;
        border: 0.2vw solid black;
    }
    .con10_top_2nd {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -15%;
    }

    .con10_swiper_y_left_3rd {
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 173%;
        overflow: unset;
        pointer-events: none;
        margin-top: -1%;
        margin-bottom: 23%;
    }
    .con10 .con7_prev {
        bottom: -24%;
    }
    .con10 .con7_next {
        bottom: -24%;
    }
    .con10 .con7_mid {
        bottom: -25.5%;
    }
    .con10_top_4th {
        width: 92.0945%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 6%;
    }
    .con10_top_3rd_ab {
        width: 53.8509%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con11_bg {
        width: 93.3596%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        opacity: 0.8;
        filter: brightness(0);
    }
    .con11_top {
        width: 26.4961%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con11_top_2nd {
        width: 62.0735%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }
    .con10_swiper_y_left_4th {
        margin-top: 8%;
        margin-bottom: 18%;
        width: 242%;
        overflow: unset;
    }
    .con11_bg{
        width: 193.3596%;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0.8;
        filter: brightness(0);
    }
    .con11_ab{
        top: 3.5%;
        left: 8%;
        width: 21.65879%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con12_top {
        width: 200.682%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -1.4%;
    }
    .con12_top_2nd {
        width: 32.4357%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: -21%;
    }
    .con12_top_3rd {
        width: 79.3386%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }
    .con12_top_4th {
        text-align: center;
        margin-top: 3%;
    }
    .con10_swiper_y_left_5th {
        margin-top: 4%;
        margin-bottom: 15%;
        width: 150%;
    }.con12_ab_2 {
         width: 28.3045%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         right: -4%;
         top: -7%;
         z-index: 2;
     }
     .con12_ab{
         display: none;
     }
    .con13_top {
        width: 8.88451%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
    }
    .con13_top_4th_right {
        width: 100%;
        border-left: 1px solid black;
        border-right: 1px solid black;
    }
    .con13_top_4th_right_top {
        width: 41.3575%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 16%;
    }
    .con13_top_4th_right_top_item {
        height: 38.5vw;
        border: 0.07vw solid black;
        background: white;
        transition: 0.3s all;
    }

    .con13_top_4th_right_top_item_top {
        top: 23%;
        left: 9%;
        scale: 3;
        transform-origin: left;
    }
    .con13_top_4th_right_top_item_top_2nd {
        left: 9%;
        top: 39%;
        line-height: 4.2vw;
        width: 64%;
    }
    .con13_top_4th_right_top_item_top_3rd {
        width: 8.69683%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 8%;
    }
    .con13_top_4th_right_top_item_on{
        background: #ff2217;
    }
    .con7_top_3rd_2 {
        width: 77.4488%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-bottom: 16%;
    }
    .con3_scrx_ab {
        bottom: 100%;
        width: 100%;
    }
    .con13_top_2nd {
        width: 54.664%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2.3%;
        margin-bottom: 2%;
    }

    .con14_top {
        width: 33.1706%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con14_top_2nd {
        width: 24.601%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: -20%;
    }
    .con14_top_3rd {
        margin-top: 4.7%;
        margin-bottom: 5%;
        width: 69%;
        text-align: center;
    }
    .con14_top_4th_item {
        width: 45.1942%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 2%;
    }
    .con14_top_4th {
        flex-wrap: wrap;
        width: 86%;
    }
    .con14_top_4th {
        margin-bottom: 11%;
    }
    .con15_top_2nd{
        width: 200%;
    }
    .con15_top {
        width: 50.9501%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 38%;
        margin-bottom: -3%;
        z-index: 2;
    }
    .con15_top_ab {
        width: 69.4875%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 57%;
        bottom: 103%;
    }
    .con15_top {
        width: 55.9501%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-bottom: 23%;
        z-index: 2;
    }

    .con15_top_ab {
        width: 67.4875%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 47%;
        right: unset;
        top: 104%;
        bottom: unset;
    }
    .con15_top_ab_2 {
        width: 50.1579%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: unset;
        right: 57%;
        top: 104%;
    }
    .con15_top_ab_2 {
        width: 50.1579%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: unset;
        right: 62%;
        top: 104%;
    }
    .con15_top_2nd_ab {
        width: 41.3255%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 16%;
    }
    .con15_2nd_bg_1 {
        width: 275%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        left: unset;
        right: 50%;
    }
    .con15_2nd_bg_2{
        width: 275%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        right: unset;
        left: 50%;
    }
    .con15_2nd_ab_2 {
        width: 17.45407%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: unset;
        position: relative;
        margin-top: 15%;
    }
    .con15_2nd_ab_2_ab {
        width: 137.225%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 124%;
    }
    .con15_2nd_ab_2_ab_2 {
        top: 222%;
        white-space: nowrap;
    }
    .con15_2nd_ab_2_ab_3 {
        top: 296%;
        text-align: center;

        white-space: nowrap;
    }





    .con15_2nd_ab_3 {
        width: 17.45407%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        right: unset;
        top: unset;
        position: relative;
        margin-top: 39%;
    }
    .con15_2nd_ab_3_ab {
        width: 137.225%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 124%;
    }
    .con15_2nd_ab_3_ab_2 {
        top: 222%;
        white-space: nowrap;
    }
    .con15_2nd_ab_3_ab_3 {
        top: 296%;
        white-space: nowrap;
        text-align: center;
    }

    .con15_2nd_top {
        width: 68.5958%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 35%;
        margin-bottom: -3%;
    }
    .con15_2nd_ab{
        width: 300.787%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con16_con {
        width: 94%;
        border: 0.07vw solid black;
        background: white;
    }
    .con16_top {
        margin-top: 15%;
        width: 41.6378%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con16_top_wrap_item {
        margin: 0 7%;
        width: 7.80577%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con16_top_wrap {
        margin-top: 7.6%;
    }

    div.con14_table {
        width: 91%;
        flex-wrap: wrap;
    }
    .con14_table_hd > div {
        padding: 6vw 0;
    }
    .con14_table_hd {
        width: 100%;
        display: flex;
        font-size: 3.6vw;
        font-weight: 300;
    }
    .con14_table_tr > div {
        padding: 4vw 0;
        line-height: 1.3;
    }
    .con14_table_body {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        font-size: 3.5vw;
    }
    .con14_line {
        width: 51%;
        left: 50%;
    }
    .con14_table_right p.absol {
        font-weight: bold;
        left: auto;
        top: 1%;
    }
    .con14_table_right p.absol.new_animate {
        left: auto;
        font-weight: 800;
        font-size: 5.1vw;
        top: 66%;
    }
    .con14_table_right p.bold {
        position: static;
        left: 0%;
    }
    .con14_table_bot01 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 4vw 0;
        font-size: 4.8vw;
    }
    .con14_table_bot01 span {
        margin-left: 15vw;
    }    .con14_table_tr > div {
             padding: 4vw 0;
             line-height: 1.3;
             text-align: center;
         }
         .con14_table p{
             font-weight: 600 !important;
         }
    .con14_table_hd > div {
        padding: 3vw 0;
    }
    div.con14_table {
        flex-wrap: wrap;
        color: #212121;
        border: 1px solid #000;
        font-weight: 300;
        margin-top: 8%;
    }
    .con14_table_bot01 {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        padding: 7vw 0;
        font-size: 4.8vw;
    }
    .con14_table_bot01_ab {
        width: 44.9324%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 7%;
    }
    .con14_table_bot01_ab_3 {
        width: 37.2604%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 65%;
    }
    .con14_table_bot01_ab_2 {
        width: 6.06362%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 56%;
    }
    .con14_table_right_end_ab {
        width: 105.6665%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 10%;
    }
    .con14_table_bot02 {
             width: 25.8084%;
             display: flex
         ;
             justify-content: center;
             align-items: center;
             margin-top: 2%;
             margin-left: -58%;
             margin-bottom: 7%;
         }
    .con14_table_bot02 {
        width: 25.8084%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: -58%;
        margin-bottom: 38%;
    }
    .con14_table_bot02_ab_2nd {
        display: none;
        height: 4.3vw;
        border-left: 1px solid black;
        left: 0%;
        top: 106%;
    }
    .con14_table_bot02_ab {
        color: black;
        left: 0%;
        white-space: nowrap;
        font-weight: 600;
        top: 130%;
        font-size: 2.9vw;
    }
    .con14_table_bot02 {
        width: 25.8084%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: -58%;
        margin-bottom: 58%;
    }
    .con14_table_bot02_ab_2 {
        color: black;
        left: 0%;
        white-space: unset;
        top: 0;
        font-size: 2.8vw;
        font-weight: 600;
        top: 339%;
        width: 350%;
    }
    .con16_con {
        margin-bottom: 3%;
    }
    .con17_con {
        background: white;
        width: 92%;
    }
    .con17_top_2nd{
        width: 42.54%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }
    .con17_top_3rd_item {
        margin: 0.3% 1%;
        width: 47.6254%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con17_2nd_top {
        width: 42.8067%;
        display: flex
    ;
        justify-content: center;
        margin-top: 10%;
        align-items: center;
    }













    .form {
        margin-top: 2%;
        width: 92%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        z-index: 1;
        margin-bottom: 7%;
        right: unset;
        top: 28%;
        position: relative !important;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        white-space: nowrap;
        font-size: 3.2vw;
        width: 22% !important;
    }.form_row_imput {
         width: 70%;
         height: 7.8vw;
         border: none;
         font-size: 3.2vw;
         font-family: 'Pretendard-Regular';
         outline: none;
     }
    .form_agree_span {
        font-size: 2.8vw;
        font-family: Pretendard-regular !important;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2.5vw;
        height: 2.5vw;
        overflow: hidden;
        outline: 0;
        border: none;
        appearance: none;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.5%;
        width: 41%;
        position: relative !important;
        margin-bottom: 17%;
        font-size: 1.6vw;
        font-family: pretendard-bold;
        border-radius: 0;
        padding-top: 0.5%;
        padding-bottom: 2%;
        cursor: pointer;
    }
    .form_row_imput_text {
        padding-left: 3%;
        box-sizing: border-box;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2.5vw;
        height: 2.5vw;
        overflow: hidden;
        outline: 0;
        border: none;
        appearance: none;
    }
    .form_row_imput_radio {
    }

    .form_row_imput_radio {
        margin-right: 1%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        border-radius: 50%;
        margin-right: 20%;
        left: 3%;
    }
    .form_row > span {
        font-size: 3.3vw;
        margin-right: -35%;
        font-family: pretendard-regular !important;
    }

    .form {
        margin-top: 2%;
        width: 92%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        z-index: 1;
        margin-bottom: -4%;
        right: unset;
        top: 28%;
        margin-top: 18%;
        position: relative !important;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
        border-radius: 50%;
    }

    .form_agree_check:checked::after {
        content: "";
        width: 0.8vw;
        height: 0.8vw;
        position: absolute;
        color: unset !important;
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
        border-radius: unset;
    }
    .form_agree_check:checked {
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form {
        margin-top: 2%;
        width: 94%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 6%;
        right: unset;
        top: 28%;
        margin-top: 0;
        position: relative !important;
    }

    .form_row_imput_radio {
        margin-right: 1%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 0;
        border: 1px solid black;
        left: 3%;
    }
    .form_agree_check {
        border: 1px solid black;
    }

    .form_submit {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        padding: 1.5%;
        width: 75%;
        position: relative !important;
        margin-bottom: 4%;
        font-size: 4.6vw;
        font-family: pretendard-bold;
        border-radius: 0;
        padding-top: 1.5%;
        padding-bottom: 2%;
        cursor: pointer;
    }
    .form {
        margin-top: 2%;
        width: 94%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 11%;
        right: unset;
        top: 28%;
        margin-top: 0;
        position: relative !important;
    }

    .con21_top {
        width: 41.3832%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        white-space: nowrap;
        font-size: 3.2vw;
        width: 30% !important;
    }
    .form {
        margin-top: 2%;
        width: 94%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 11%;
        right: unset;
        top: 28%;
        margin-top: 0;
        position: relative !important;
    }
    .con18_top {
        width: 28.5958%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 15%;
    }.con18_top_2nd {
         width: 37.4856%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         margin-left: 0;
         margin-top: 4.3%;
     }
    .con18_top_3rd {
        width: 42.2283%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        z-index: 2;
        margin-top: 4%;
    }
    .form {
        margin-top: 2%;
        width: 88%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: white;
        z-index: 1;
        margin-bottom: 11%;
        right: unset;
        top: 28%;
        margin-top: 4%;
        position: relative !important;
        height: 86vw;
        margin-bottom: -1%;
    }
    .form_row_label_required::after {
        content: '*';
        font-family: Pretendard-regular;
        color: #cb1f39;
        white-space: nowrap;
        font-size: 3.1vw;
        position: absolute;
        right: 100%;
        width: 0%;
        bottom: 40%;
    }
    .con18_top_4th {
        width: 200.787%;
        display: flex
    ;
        justify-content: center;
        z-index: 2;
        align-items: center;
        margin-top: 11%;
    }
    .con18_ab {
        width: 42.2835%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: -3%;
        z-index: 3;
        left: 0;
    }
    .con18_ab_2 {
        width: 51.0945%;
        display: flex
    ;
        z-index: 3;
        justify-content: center;
        align-items: center;
        top: -14%;
        pointer-events: none;
        left: 72%;
    }
    .con17_top_3rd {
        margin-bottom: 11%;
    }
    div.con14_table {
        width: 100%;
        flex-wrap: wrap;
    }
    .con14_table_body {
        width: 100%;
        display: flex
    ;
        flex-wrap: wrap;
        font-size: 3vw;
    }

    .main {
        margin-top: 18%;
    }
    .main {
        background: url(/images/intro_bg.png) no-repeat bottom / 176%;
    }
    .main_top {
        margin-bottom: 3%;
    }
    .con2_item_top_2nd {
        height: 0;
    }
    .con2_item_top_2nd_on {
        height: 75vw;
    }
    .con2{
        height: 163vw;
    }
    .con6_con_top_3rd_ab {
        width: 34.1421%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 7;
        bottom: 93%;
        left: 2%;
    }
    .con15_top_ab_2 {
        right: 62%;
        left: unset;
    }
    .con13_top_4th_right_top{
        margin-left: -41%;
    }
    .main {
        background: url(/images/intro_bg_m.jpeg) no-repeat center / cover;
        height: 148vw;
        justify-content: flex-start;
    }

    .main_top {
        width: 26.76903%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
    }    .main_top_2nd_2nd {
             width: 68.0892%;
             display: flex
         ;
             justify-content: center;
             align-items: center;
             margin-top: 4%;
             margin-bottom: 14%;
             -webkit-filter: unset;
             filter: unset;
         }
    .main_top {
        width: 26.76903%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 36%;
    }
    .main_top_3rd {
        width: 37.4856%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
        margin-top: 34%;
    }
    .main_top_3rd {
        width: 37.4856%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
        margin-top: 23%;
    }
    .main_top_3rd {
        width: 46.4856%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
        margin-top: 20%;
    }
    .con08_tab_text{
        display: none;
    }
    .con06_18{
        width: 100%;
        margin-left: -2%;
    }
        .con7_top_3rd_1 {
            width: 75.979%;
            display: flex
        ;
            justify-content: center;
            align-items: center;
            margin-right: 0;
            margin-top: 6%;
        }
        .con10_swiper_y_left_2nd{
            overflow: unset;
        }

    .con9_top_2nd {
        width: 54.3281%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 4%;
        margin-bottom: -2%;
    }
    .con8_top_3rd {
        width: 89.4961%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con8_top_2nd {
        width: 81.0892%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 4%;
    }

    .con8_top {
        width: 64.4199%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }

    .con18_top_2nd {
        width: 52.4856%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 4.3%;
    }

    .con17_top_2nd {
        width: 54.54%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }
    .con17_2nd_top {
        width: 51.8067%;
        display: flex
    ;
        justify-content: center;
        margin-top: 10%;
        align-items: center;
    }
    .con14_top {
        width: 37.1706%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con14_top_2nd {
        width: 29.601%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: -24%;
    }
    .con13_top_2nd {
        width: 65.664%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5.3%;
        margin-bottom: 3%;
    }
    .con12 .con3_scrx_ab {
        bottom: 100%;
        width: 100% !important;
    }
    div.con14_table {
        margin-bottom: 10%;
    }
    .con14_table_2{
        margin-top: 0 !important;
        top: 10%!important;
    }


    
    
    
    
    
    
        .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-y: scroll;
        height: 82.5vw;
        width: 100%;
    }    
    
    .main4_01{
        width: 40% !important;
    }
    .main_title {
        font-family: NanumSquareNeoTTF-dEb;
        font-size: 10.1vw;
        margin-top: -15%;
    }
    .con17_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 83%;
        margin-bottom: 16%;
    }
    
    .map {
        width: 98%;
        height: 33vw;
        height: 53vw;
        border-radius: 0;
        border: 1px solid #ff2118;
    }
    .map_search {
    width: 5% !important;
    right: 8% !important;
}
    

    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
        color: white;
        font-size: 2.5vw;
        border-radius: 40px;
        color: white;
        font-family: Pretendard-bold;
        padding: 0 3%;
        margin-left: 3%;
    }
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1) {
        color: white;
        font-size: 2.5vw;
    }

    .con3_mid_3rd {
        padding: 1.7% 0;
        margin-top: 8%;
    }
    
        .con18_top {
        width: 32.1286%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: 0;
    }
    .con18_top_2nd {
        width: 60.8661%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 4.5%;
        margin-left: 0;
    }    
    .con17_mid_map_search {
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: unset;
        left: 0;
    }
.con17_mid_map_search_top > div {
    border: 1px solid black;
}
    .map {
        width: 98%;
        height: 33vw;
        height: 53vw;
        border-radius: 0;
        border: 1px solid black;
    }    
    
    .con6_4th_top_2nd {
        width: 43.5302%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 5%;
        margin-bottom: 14%;
        top: 7%;
    }
.con6_3rd_ab {
    right: 0;
    width: 104%;
    filter: brightness(0.2);
    top: 0;
}    
    
        .main {
        overflow: unset;
        z-index: 113;
    }
        .con3_prev {
        width: 35.811%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-left: -24%;
        margin-top: 16%;
    }
        .con08_tab {
        transition: 0.3s color;
        margin: 3.5%;
        scale: 1;
    }
    .con08_tab_wrap {
        width: 100%;
        display: flex
;
        justify-content: center;
        align-items: center;
        height: 24vw;
        margin-top: 23%;
        margin-bottom: 5%;
        flex-wrap: wrap;
    }
.con08_tab_1 {
    width: 17.8694%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
    .con08_tab_2 {
    width: 18.47072%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
    
.con08_tab_3 {
    width: 17.8694%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con08_tab_4 {
    width: 18.79424%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
    .con08_tab_5 {
    width: 9.50986%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
    .con08_tab_6{
            width: 8.32966%;
    display: flex
;
    justify-content: center;
    align-items: center;
    }
    .con2_item_top {
    height: 20.8vw;
    overflow: hidden;
}
    
        .con2 {
        height: 138vw;
    }
    .con2_item_4_top_2nd_ab_3{
        display: none;
    }
    
    .con6_3rd_right_ab_4{
    top: 9%;
}
.con6_3rd_right_ab_3{
    bottom: 20%;
}
.con6_3rd_right_ab{
    bottom: 20.1%;
}
.con6_3rd_right_ab_2{
    bottom: 20.1%;
}
.con6_3rd_right_ab_5{
    bottom: 22%;
}
    
        .con6_3rd_right_ab_3 {
        bottom: 12%;
    }
        .con6_3rd_right_ab {
        bottom: 12.1%;
    }
    .con6_3rd_right_ab_2 {
        bottom: 12.1%;
    }    
    
    .con6_con_top_3rd_item_top_3rd{
        display: none;
    }
    
    .con6_2nd_ab {
        width: 47.9003%;
        display: flex
;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 92%;
    }     
    .con7_top_3rd_2_ab{
        width: 23.082%;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        bottom: 3.4%;
        right: 4%;
    }
    
.con3 {
    background: url(/images/con02_bg.png) no-repeat center / cover;
    padding-top: 25%;
}
        .main {
        margin-top: 0;
    }
    .main_top {
        width: 26.76903%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }    
    .con08_menu_img {
        width: auto;
        height: 31vw;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-bottom: 1vw;
        top: 0%;
    }    
.con7_top_3rd_2_ab_2 {
    width: 26.025%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    top: 45%;
}    
.add01_con {
    background: url(/images/con02.png) no-repeat top / cover;
    width: 92%;
    margin-top: 11%;
}
.add01_top {
    margin-top: -8%;
    width: 76.4567%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add01_top2nd {
    width: 78.5039%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.add01_top3rd {
    width: 211%;
    margin-top: 8%;
    flex-direction: column;
    margin-bottom: 11%;
}
    .add01_top3rd1 .add01_top3rd1abab{
            width: 33.9774%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
        .add01_top3rd2 .add01_top3rd1abab{
    width: 55.0478%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.add01_con {
    background: url(/images/con02.png) no-repeat top / cover;
    width: 92%;
    margin-top: 11%;
    border-left: 0.5vw solid black;
        box-sizing: border-box;
    border-right: 0.5vw solid black;
}    
    .add01{
            border-left: 0.5vw solid black;
    border-right: 0.5vw solid black;
        box-sizing: border-box;
    }
}
