* {
    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/main02_02_1.png) url(/images/main02_02_5.png) url(/images/main02_02_6.png)
    url(/images/main02_02.png) url(/images/con20_bg01.png)  url(/images/con20_bg02.png) url(/images/con20_bg03.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%;

}
.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes 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 ddm2 {
    0% {
        transform: scale(1);
    }
    20% {
        transform: translateY(20%);
    }
    30% {
        transform: translateY(0%);
    }
    40% {
        transform: translateY(15%);
    }
    50% {
        transform: translateY(0%);
    }

    60% {
        transform: translateY(10%);
    }
    70% {
        transform: translateY(0%);
    }


    100% {
        transform: scale(1);
    }
}


@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/main02_02.png) no-repeat center / contain;
    }
    22% {
        background: url(/images/main02_02.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/main02_02_1.png) no-repeat center / contain;
    }
    47% {
        background: url(/images/main02_02_1.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/main02_02_5.png) no-repeat center / contain;
    }

    72% {
        background: url(/images/main02_02_5.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/main02_02_6.png) no-repeat center / contain;
    }


    97% {
        background: url(/images/main02_02_6.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/main02_02.png) no-repeat center / contain;
    }
}




@keyframes backgroundchange_2nd {
    0% {
        background: url(/images/con16_05.png) no-repeat center / contain;
    }
    22% {
        background: url(/images/con16_05.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con16_06.png) no-repeat center / contain;
    }
    47% {
        background: url(/images/con16_06.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con16_07.png) no-repeat center / contain;
    }

    72% {
        background: url(/images/con16_07.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con16_08.png) no-repeat center / contain;
    }


    97% {
        background: url(/images/con16_08.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con16_05.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}




.intro{
    position: relative !important;
    width: 100%;
    height: 50vw;
}
.main_video_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_video_con_video{
    width: 115%;
    height: 114%;
    top: -11%;
    pointer-events: none;
}


.main_small_title .bold{
    font-family: Pretendard-semibold;
}

.main{
    background: #ef4617;
}
.con1_top{
    width: 26.1417%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
}
.con1_top_2nd{
    width: 38.3202%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0.5%;
}
.con1_top_3rd{
    overflow: hidden;
    margin-top: 1.3%;
}
.con1_top_4th{
    overflow: hidden;
    margin-bottom: -9%;
}
.con1_top_4th_left{
    width: 11.9685%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 18%;
    bottom: 63%;
    animation: blk 1s infinite;
}
.con1_top_4th_right{
    width: 14.9081%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15%;
    bottom: 58.5%;
    animation: blk 1s infinite;
    animation-delay: 0.5s;

}

.con1_top_4th_con{
    width: 46.6142%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con1_ab{
    width: 55.3806%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -13%;
}
.con1_scr{
    bottom: 3%;
}

.con2{
    background: url(/images/con02_bg.png) no-repeat center / cover;
}
.con2_top{
    width: 28.399%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8.5%;
    margin-bottom: 2%;
}

.con2_top_2nd_ct {
    font-family: GongGothicBold;
    color: #ef4718;
    font-size: 4.2vw;
    margin-left: 4%;
}
.con2_top_2nd_ab{
    width: 5.09186%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 31.5%;
}
.con2_top_4th_ab{
    animation: scaleOpa2 infinite 2s ;
}
.con2_top_3rd{
    width: 11.7585%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 19%;
    margin-bottom: 2%;
}
.con6_mid_swiper_1_slide_p_con{
    width: 100% !important;
}
.con3_mid_1st{
    width: 110% !important;
}
.con2_top_4th{
    width: 21.9948%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.con2_top_5th{
    color: white;
    margin-bottom: 7%;
}

.con2 {
    background: url(/images/con02_bg.png) no-repeat bottom / cover;
}
.con2_ab{
    width: 9.92126%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 23%;
    top: 14%;
}
.con2_ab_ab{
    width: 77.9776%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blk 1s infinite;
}
.con2_top_5th {
    color: white;
    margin-bottom: 7%;
    margin-top: 0.6%;
}

.main_top{
    width: 27.874%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 23%;
    margin-bottom: 9%;
}
.main_top_3rd{
    width: 39.3701%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 0.6%;
    margin-bottom: 9%;
}
.main_2nd{
    background: #ef4718;
}
.main_2nd_top{
    width: 44.357%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 8%;
}
.main_2nd_top_2nd{
    width: 45.1969%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 0.8%;
}
.main_2nd_top_3rd{
    width: 44.5669%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.7%;
}
.main_2nd_top_4th{
    width: 43.8845%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-bottom: 8%;
    margin-top: 1%;
}
.main_2nd_ab{
    width: 33.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: backgroundchange 3.5s infinite;
    z-index: 1;
}
.con1_ab {
    width: 55.3806%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 49%;
}

.con3_top{
    width: 25.0919%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 1%;
}
.con3_top_2nd{
    margin-bottom: 2.5%;
    overflow: hidden;
}


.con3_left{
    width: 50% !important;
}

.con3_left > div{
    width: 100% !important;
}

.con3_right > div{
    width: 100% !important;
}
.con3_right{
    width: 50% !important;
}
.con3_left_top_2nd_ab{
    width: 45.1444%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 13%;
}
.con3_right_top_2nd_ab{
    width: 44.4094%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 13%;
}
.con03_12{
    z-index: 1;
}
.con3_right_top_2nd_ab_1{
    width: 100.078%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17%;
}
.con3_right_top_2nd_ab_2{
    width: 100.078%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32.7%;
}
.con3_right_top_2nd_ab_3{
    width: 100.078%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 48%;
}


.con3_right_top_2nd_ab_4{
    width: 100.078%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 64%;
}




.con13_top_3rd_top_4th{
    width: 53.378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1%;
    margin-top: 1%;
    z-index: 2;
    bottom: 8%;
}

.con13_top_3rd_top_4th_absol_1st{
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0% 100%);
    transition: 0.3s all;
}
.con13_top_3rd_top_4th_absol{
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    transition: 0.3s all;

}

/*.con13_top_3rd_left:hover ~ .con13_top_3rd_top_4th .con13_top_3rd_top_4th_absol_1st{*/
/*    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);*/
/*    z-index: 1;*/

/*}*/

.con13_top_3rd_right:hover ~ .con13_top_3rd_top_4th .con13_top_3rd_top_4th_absol{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;


}
.con13_top_3rd_left{
    width: 50%;
    display: flex;
    justify-content: center;
    left: 0;
    height: 100%;
    z-index: 10;
}
.con13_top_3rd_right{
    width: 50%;
    display: flex;
    justify-content: center;
    right: 0;
    height: 100%;
    z-index: 10;

}


.con13_top_3rd_top_4th {
    width: 41.378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1%;
    margin-top: 1%;
    z-index: 2;
    bottom: 11%;
    left: 32%;
}

.con13_top_3rd_top_4th_absol_1st{
    width: 87% !important;
}
.con13_top_3rd_top_4th_absol {
    clip-path: polygon(43.5% 0, 100% 0, 100% 100%, 43.5% 100%);
    transition: 0.3s all;
}

.con13_top_3rd_top_4th_ab{
    width: 41.0004%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 5%;
    top: 42%;
    animation: ddm2 4s infinite;
}
.con13_top_3rd_top_4th_ab_2{
    width: 27.2913%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    right: 19%;
    bottom: 34%;
}
.con3_left_top{
    border-bottom: 2px solid white;
}
.con3_right_top{
    border-bottom: 2px solid white;
}

.con4_video_con{
    width: 100%;
    height: 100%;
    filter: brightness(0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_video_con_video{
    width: 115%;
    height: 114%;
    top: -11%;
    pointer-events: none;
}
.con4_top{
    width: 31.2861%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4%;
}
.con4_top_ab{
    width: 62.7196%;
    display: flex;
    justify-content: center;
    top: 22%;
    align-items: center;
    overflow: hidden;
}
.con4_top_ab_2{
    color: white;
    top: 39%;
}
.con4_top_ab_2 span{
    display: inline-block;
}
.con4_video_con {
    width: 100%;
    height: 100%;
    filter: brightness(0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 1.3;
}

.con4_top_ab_3{
    width: 43.6019%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 47%;
    left: 25%;
}
.con5_ab{
    width: 10.6562%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    right: 0;
    height: 100%;
}
.con5_ab_2{
    width: 42.3097%;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center;
    right: 10.3%;
    bottom: 0;
}
.con5_ab_3{
    width: 13.7008%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 0%;
    left: 0;
}

.con5 p{
    color: #ef4718;
    font-size: 0.9vw;
}
.con5_ab_4{
    left: 15.8%;
    overflow: hidden;
    top: 20%;
}
.con5_ab_5{
    left: 26%;
    top: 32.5%;
    overflow: hidden;
    text-align: center;
    line-height: 1.4vw;
}
.con5_ab_6{
    width: 20.2617%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 43.5%;
    left: 14.4%;
}
.con5_ab_7{
    width: 20.2617%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    left: 29.6%;
    top: 58%;
}
.con5_ab_8{
    overflow: hidden;
    top: 77%;
    left: 30.4%;
}
.con5_ab_8 p{
    font-size: 1.15vw !important;

}
.con6{
    background: black;
}
.con6_top_2nd{
    color: white;
    font-size: 1.2vw !important;
    margin-top: 6%;
    margin-bottom: 0.7%;
    overflow: hidden;
}
.con6_top_3rd{
    width: 38.1627%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.con6_top_4th{
    width: 29.9738%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.8%;
    margin-bottom: -0.5%;
}

.con05_02{
    width: 100%;
    z-index: 1;
}
.con5_ab_2_ab{
    width: 46.7634%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
}
.con6_bottom_left{
    width: 50% !important;
}
.con6_bottom_right{
    width: 50% !important;
}
.con6_bottom{
    margin-top: -6%;
}

.con6_bottom_left_ab{
    width: 7.55906%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 15%;
    left: 22.9%;
    overflow: hidden;
}
.con6_bottom_left_ab_2{
    width: 15.0131%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32%;
    left: 19%;
}
.con6_bottom_right_ab{
    width: 61.2073%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;;
    overflow: hidden;
    bottom: 23%;
    left: 21%;
}
.con6_bottom_right_ab_2{
    width: 21.9423%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 29%;
    left: 71%;
}
.con6_scr{
    top: -17%;
    justify-content: space-between !important;
    height: 60vw;
    transform: rotate(-16deg);
    width: 150% !important;
}
.scrX_2nd .scrX_item{
    animation: marqueeX 20s infinite linear reverse;
}
.con7_top_top{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.1%;
    margin-bottom: -1.3%;
}
.con7_top{
    width: 31.2861%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4%;
}
.con7{
    background: black;
}
.con7_left{
    width: 20.7874%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12%;
}
.con7_right{
    width: 19.1601%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 12%;
}
.con8{
    background: #ef4718;
}
.con8_top{
    width: 36.5879%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 0%;
}
.con8_top_mid{
    width: 2.99213%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    margin-top: -5%;
    margin-right: 5%;
}
.con8_top_right{
    width: 35.0131%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5.5%;
}
.con8_top_2nd{
    margin-left: 13%;
    margin-top: -2%;
}
.con8_top_right_ab{
    width: 35.0956%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 27%;
}
.con8_top_3rd {
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2%;
    z-index: 1;
    margin-bottom: -13%;
}

.con8_top_4th_2nd{
    width: 33.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: backgroundchange 3.5s infinite;
    z-index: 1;
}

.con9{
    background: black;
}
.con8_top_4th{
    width: 39.4226%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 19%;
    margin-bottom: 0%;
    overflow: hidden;
}
.con8_top_4th_2nd {
    width: 44.8058%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: backgroundchange 3.5s infinite;
    z-index: 1;
}
.con8_top_4th_2nd_ab_1{
    width: 35.7444%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 14%;
    left: -14%;
}
.con8_top_4th_2nd_ab_2{
    width: 27.5407%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -16%;
    bottom: 46%;
}
.con8_top_4th_2nd_ab_3{
    width: 52.2688%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -31%;
    bottom: 30%;
}
.con8_top_4th_2nd_ab_4 {
    width: 46.2919%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -18%;
    bottom: 3%;
}
.con9 .con6_top{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -11%;
}

.con10{
    background: url(/images/con10_bg.png) no-repeat bottom / cover;
}
.con10_top{
    width: 27.7165%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
}
.con10_top_2nd{
    color: white;
    text-align: center;
    overflow: hidden;
}
.con10_top_3rd{
    color: white;
    text-align: center;
}

.con10_top_2nd {
    color: white;
    text-align: center;
    font-size: 1.25vw !important;
    margin-top: 1.8%;
    margin-bottom: 2%;
}
.con10_top_3rd {
    color: white;
    text-align: center;
    font-size: 0.77vw !important;
    margin-bottom: 7%;
}
.con10_scr{
    padding: 1% 0;
    background: white;
}
.con17_scr{
    padding: 1% 0;
    background: white;

}
.con19_scr{
    padding: 1% 0;
    background: white;
}

.con11{
    background: black;
}
.con11_top{
    color: white;
    margin-top: 6%;
    margin-bottom: 0.5%;
    overflow: hidden;
}
.con11_top_3rd_item_1{
    width: 9.81627%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5% 2%;
    background: #ef4718;
    border-radius: 50%;
}
.con11_top_3rd_item_2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15.5381%;
    padding: 1.5% 2%;
    border-radius: 50%;
}

.con11_top_3rd_item_3{
    width: 5.66929%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5% 2%;
    border-radius: 50%;
}
.con11_top_3rd_item_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15.5381%;
    padding: 1.5% 2%;
    border-radius: 50%;
    margin: 0 2%;
}
.con11_top_3rd_item{
    background: transparent;
    transition: 0.2s background-color;
    cursor: pointer;

}
.con11_top_3rd_item_on{
    background: #ef4718;

}
.con11_top_3rd{
    margin-left: -3%;
    margin-top: 1.7%;
    margin-bottom: 1.7%;
}



.con7_prev:after,.con7_next:after {
    content: unset !important;
}
.con10_prev:after,.con10_next:after {
    content: unset !important;
}
.con7_prev {
    left: 16% !important;
    top: 52% !important;
    width: 3vw !important;
    height: 3vw !important;
}
.con7_next{
    right: 16% !important;
    top: 52% !important;
    width: 3vw !important;
    height: 3vw !important;
}

.menu_box{
    width: 75% !important;
    background: white;
}
.con6_mid_swiper_2{
    width: 77% !important;
    margin-top: 6%;
    margin-bottom: 5%;
    overflow: hidden;
}

.con6_mid_swiper_3{
    width: 77% !important;
    margin-top: 6%;
    margin-bottom: 5%;
    overflow: hidden;
}

.con6_mid_swiper_4{
    width: 77% !important;
    margin-top: 6%;
    margin-bottom: 5%;
    overflow: hidden;
}


.menu_box_ab{
    border: 0.3vw solid #ef4718;
    height: 96%;
    width: 99% !important;
}

.con6_mid_swiper_1_slide{
    justify-content: center !important;
    align-items: center !important;
}

.con6_mid_swiper_1_p {
    font-family: GangwonEduPowerExtraBoldA !important;
    text-align: center;
    font-size: 1.3vw !important;
    margin-top: 4%;
}
.con6_mid_swiper_1_p_2{
    text-align: center;
}
.con6_mid_swiper_1_slide_p_con {
    width: 100% !important;
    height: 14vw;
}
.menu_box{
    margin-bottom: 6.5%;
}
.con7_prev {
    left: unset !important;
    bottom: unset !important;
    right: 50% !important;
    top: 104.2% !important;
    width: 3vw !important;
    height: 3vw !important;
}
.con7_next {
    right: unset !important;
    bottom: unset !important;
    left: 50% !important;
    top: 104.2% !important;
    width: 3vw !important;
    height: 3vw !important;
}

.con12_top_item{
    width: 25% !important;
    margin: 0.3% 0.5%;

}
.con12_top_item > div{
    width: 100% !important;
    margin: 1%;
}
.con13{
    border: 0.2vw solid black;
    box-sizing: border-box;

}
.con13_left_top{
    color: white;
    overflow: hidden;
    top: 14%;
}
.con13_left_top_2nd{
    width: 60.3226%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21%;
    overflow: hidden;
}
.con13_left_top_3rd{
    flex-wrap: wrap;
    width: 70% !important;
    margin-top: 28%;
}
.con13_left_top_3rd_item{
    width: 35.677%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0.4% 1%;
}
.con13_left{
    width: 42.1791%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -58%;
}
.con13_left_top_3rd_item_ab{
    opacity: 0;
}
.con13_left_top_3rd_item_ab_p{
    color: white;
}



.con2_mid_swiper_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16%;
    height: 98%;
    overflow: hidden;
    right: 1%;
}

.con2_mid_swiper_1_slide img{
    width: 100%;
}
.con2_mid_swiper_1_slide{
    width: 100% !important;
}


.con2_mid_swiper_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16%;
    height: 98%;
    right: 18%;
    overflow: hidden;
}

.con2_mid_swiper_1_slide img{
    width: 100%;
}
.con2_mid_swiper_1_slide{
    width: 100% !important;
}

.con13_absol_con{
    top: 45%;
    left: 46.5%;
    width: 16%;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.con13_absol_con_1{

}
.con13_absol_con_top_2nd{
    margin-top: 9%;
}

.con14_bg{
    background: url(/images/con13_01.png) no-repeat bottom / cover;
    height: 24vw;
    background-attachment: fixed;

}

.con14_bg_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5%;
}
.con14{
    background: #ef4718;
}
.con14_top{
    width: 32.126%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7%;
}
.con14_top_2nd{
    color: white;
    margin-top: 0.7%;
    margin-bottom: 1.4%;
    overflow: hidden;
}
.con14_mid_item{
    width: 19.0551%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_mid_item_ab{
    opacity: 0;
    width: 100% !important;
}
.con14_mid{
    margin-bottom: 6%;
}
.con14_scr{
    bottom: 1.5%;
}
.con14_line{
    border-bottom: 2px solid white;
    top: 63.8%;
}

.con15_2nd_top_2nd{
    margin-top: 4%;
    overflow: hidden;
}
.con15_2nd_top_3rd{
    width: 25.3543%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3%;
    overflow: hidden;
    margin-bottom: 3%;
}

.con3_mid_3rd{
    width: 130% !important;
}


.con15_video_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_video_con_video{
    width: 115%;
    height: 114%;
    top: -11%;
    pointer-events: none;
}
.con15_video_con {
    width: 100%;
    height: 81%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con6_mid_swiper_1_slide_p_con_img{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.con6_mid_swiper_1_slide_p_con_2{
    overflow: hidden;
}
.con15_video_con {
    width: 98.8%;
    height: 77%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con6_mid_swiper_1_slide_p_con_img_2nd_1{
    width: 28.2797%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 83%;
}

.con6_mid_swiper_1_slide_p_con_img_2nd_2{
    width: 60.5694%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 83%;
}
.con6_mid_swiper_1_slide_p_con_img_2nd_3{
    width: 71.068%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 83%;
}
.con6_mid_swiper_1_slide_p_con_img_2nd_4{
    width: 8.8835%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 86%;
}


.con15_ab{
    width: 14.4882%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    top: 13%;
    right: 12%;
    overflow: hidden;
    animation: blk 1s infinite;
}

.con14_bt{
    background: #ef4718;
}
.con14_bt_top{
    margin: 3% 0;
    margin-top: 4%;
    width: 45.6168%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_top_top{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1.1%;
}
.con15_top_2nd_ct{
    font-family: GongGothicBold;
    color: #ef4718;
    font-size: 4.2vw;
}
.con15{
    background: black;
}

.con15_top{
    width: 25.4593%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con15_top_2nd {
    margin-top: 1.4%;
}
.con15_top_2nd_ct {
    font-family: GongGothicBold;
    color: #ef4718;
    font-size: 5vw;
    margin-left: 11%;
}
.con15_top_ab{
    width: 12.5984%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 28%;
}
.con15_top_ab2{
    width: 6.45669%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 29.5%;
    top: 93%;
}

.con15_top_3rd_2{
    width: 24.8294%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7%;
    margin-top: 5%;
}
.con15_top_3rd_1_ab{
    width: 43.4321%;
    display: flex;
    justify-content: center;
    animation: blk 1s infinite;
    align-items: center;
    top: 47%;
}
.con15_top_3rd_1_ab_2{
    width: 13.1002%;
    display: flex;
    animation: blk 1s infinite;
    justify-content: center;
    align-items: center;
    bottom: 11%;
    right: 6%;
}

.con15_top_3rd {
    margin-top: 1.3%;
    margin-bottom: 5%;
}

.con16_top{
    animation: backgroundchange_2nd 4s infinite;
    width: 50% !important;
}
.con16_top_2nd{
    width: 50% !important;

}

.con16_top_2nd_top{
    width: 53.0184%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 21%;
}
.con16_top_2nd_top_2nd_2{
    width: 17.958%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20.3%;
    overflow: hidden;
    left: 0.2%;
}
.con16_top_2nd_top_2nd_1{
    width: 50.6721%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -62%;
    left: 23.5%;
}

.con16_top_2nd_top_3rd{
    text-align: center;
    margin-top: 4%;
    overflow: hidden;
}
.con16_top_top{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2.3%;
    z-index: 2;
}
.con17{
    background: url(/images/con17_bg.png) no-repeat center / cover;

}
.con17_top{
    width: 25.6168%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 2%;
}
.con17_top_2nd_left{
    width: 31.0236%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1%;
}
.con17_top_2nd{
    margin-bottom: 6%;
}

.con17_top_2nd_left_ab{
    width: 31.4538%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 24%;
    right: 4.5%;
}
.con17_top_2nd_left_ab_2{
    width: 31.4538%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4.5%;
    top: 35%;
}
.con17_top_2nd_right_ab_1{
    width: 31.4538%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4.5%;
    top: 24%;
}
.con17_top_2nd_right_ab_2{
    width: 31.4538%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 4.5%;
    top: 35%;
}
.con17_01{
    width: 25.6168vw !important;
}
.con17_top_2nd_right{
    width: 31.0236%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.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: black;
    font-size: 0.9vw;
    font-family: GmarketSansmedium;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2){
    color: white;
    font-size: 0.9vw;
    background: #ef4718;
    border-radius: 40px;
    padding: 0 3%;
    margin-left: 2%;
}

.con3_mid_3rd_2nd{
    background: white;
    padding: 1% 0;
}

.con18{
    background: #ef4718;

}

.con18_top_3rd_absol{
    width: 44.0115%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blk 1s infinite;
    bottom: 5%;
}

.con18_top{
    width: 11.601%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 5%;
}

.con18_top_2nd{
    width: 34.9081%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}
.con18_top_3rd{
    width: 51.3911%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}

.con19{
    background: black;
}
.con19_top{
    width: 4.04199%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: 4%;
}
.con19_top_2nd{
    width: 22.1522%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 1.4%;
}
.con19_top_3rd{
    width: 16.4829%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 1%;
}
.con19_top_4th{
    width: 16.063%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    margin-top: -2%;
    margin-left: 14%;
}
.con19_top_5th{
    width: 16.2205%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -2.5%;
    margin-left: -10%;
}
.con19_top_6th{
    width: 16.7454%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -2%;
}
.con19_top_7th{
    width: 31.4961%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -8%;
    margin-bottom: -12%;
    z-index: 1;
}
.con19_top_7th_ab1{
    width: 13.9936%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1%;
    bottom: 94%;
}
.con19_top_7th_ab2{
    width: 13.9936%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 191%;
    left: 86%;
}
.con19_top_7th_ab3{
    width: 19.9909%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 92%;
    left: 77%;
}
.con19_top_7th_ab4{
    width: 28.6536%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 155%;
    left: -5%;
}
.con19_top_ab_2nd{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(-7deg);
    bottom: 10%;
}
.con19_top_ab{
    animation: scaleOpa2 infinite 2s;
}
.con19_scr{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(7deg);
    bottom: 10%;
}

.con20_item{
    width: 33.3% !important;
    border-right: 1px solid white;
    height: 43vw;
}
.con20_item:last-child{
    border-right: unset;

}
.con20_item_top{
    width: 58.3589%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48%;
}
.con20_item_top_2nd{
    text-align: center;
    margin-top: 3%;
    color: white;

}
.con20{
    background: url(/images/con20_bg01.png) no-repeat center / cover;
}

.con20_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 9%;
    width: 20%;
}
.con20_mid_top{
    width: 70.3412%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con20_mid_top_2nd{
    width: 121.785%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
}
.con20_item {
    width: 33.3% !important;
    border-right: 1px solid white;
    height: 50vw;
}
.con20_item_top {
    width: 58.3589%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 62%;
}

.con21_left_top{
    width: 59.5942%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17%;
    animation: blk 1s infinite;
}

.con21_left_top_2nd{
    width: 56.4577%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
}
.con21_right{
    background: black;
}












.form {
    margin-top: 10%;
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    margin-bottom: 3%;
    z-index: 1;
    margin-left: -38%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    border-bottom: 1px solid white;
    padding-bottom: 2%;
    margin-top: 5%;
}
.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 87%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    color: white;
    white-space: nowrap;
    font-size: 1.4vw;
}
.form_row_imput{
    width: 70%;
    height: 2vw;
    background: transparent;
    border: none;
    font-size: 1.6vw;
    font-family: 'Pretendard-Regular';
    outline: none;
    padding-left: 5%;
}
.form_row_imput:focus{
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 1px solid white;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.form_agree_check:checked {
    background: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;


}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images2/con7_08.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2.5%;
    box-sizing: border-box;
    width: 87.5%;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
}
.bcon26{
    padding-bottom: 8%;
}
.bcon25_6{
    width: 100%;
    bottom: 0;
}
.bcon26_left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 17%;
    left: unset;
    width: 24.7%;
    top: 16%;
}

.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    border-bottom: 1px solid white;
    padding-bottom: 2%;
    margin-top: 5%;
}
.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 77%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFC816;
    padding: 2.5%;
    box-sizing: border-box;
    width: 61.5%;
    color: #0a723d;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: white;
}
.form_row_imput_radio_1 {
    margin-right: -6%;
}
.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: 11%;
    left: 3%;
    border: 1px solid white;
    padding-left: 0%;
}
.form_row_imput_radio:checked {
    background:white;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    background: url(/images2/con7_08.png) center / 86% no-repeat;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -8%;
    color: white;
}
.form_row_radio {
    padding-top: 1%;
    padding-bottom: 2%;
}

.form {
    margin-top: 2%;
    width: 53%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    margin-bottom: 3%;
    z-index: 1;
    margin-left: -47%;
}
.form_row_label {
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row {
    margin-top: 4%;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFC816;
    padding: 2.5%;
    box-sizing: border-box;
    width: 75.5%;
    color: #0a723d;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
    border-radius: 20px;
}

.form {
    margin-top: 2%;
    width: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    margin-bottom: 3%;
    z-index: 1;
    margin-left: 0;
}

.form_row_label {
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    border-bottom: 1px solid white;
    padding-bottom: 2%;
    margin-top: 5%;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -8%;
    color: black;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 1px solid black;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #C03A37;
    padding: 2.5%;
    box-sizing: border-box;
    width: 37.5%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
    border-radius: 20px;
}
.form {
    margin-top: 2%;
    width: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    margin-bottom: 2%;
    z-index: 1;
    margin-left: 0;
}


.form_row_imput_radio{
    border: 1px solid black;
}
.flip_clock01{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}
.con18_bottom {
    width: 19.3564%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 19%;
    margin-top: -2%;
    z-index: 3;
}
.form_row > span{
    font-family: BMEULJIRO;

}
.form_row_label{
    font-family: BMEULJIRO;
}
.form_agree_span{
    font-family: BMEULJIRO;

}
.form {
    margin-top: 0%;
    width: 44%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0%;
    margin-bottom: 2%;
    z-index: 1;
    margin-left: 0;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
    margin-top: 3%;
}



.form_row_label{
    font-family: GmarketSansMedium;
}
.form_submit{
    font-family: GmarketSansMedium;

}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ef4718;
    padding: 2.5%;
    box-sizing: border-box;
    width: 37.5%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.4vw;
    cursor: pointer;
    border-radius: 0;
}
.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: #ef4718;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #ef4718;
    border-radius: 50%;
    color: unset !important;
}

.form {
    margin-top: 0%;
    width: 92%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0%;
    margin-bottom: 2%;
    z-index: 1;
    margin-left: 0;
    position: absolute !important;
}

.form_row {
    border-bottom: 1px solid white;
}
.form_row_label {
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row_imput {
    color: white;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 1px solid white;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -8%;
    color: white;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}

.form_submit {
    background: #ef4718;
    width: 76.5%;
    font-family: GongGothicBold;
}

.main_top_2nd{
    width: 22.0997%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con13_top_3rd_top_4th_ab_2_2nd{
    width: 148.575%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_right_top_2nd_ab .absol{
    opacity: 0;
}
.con5_top{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top{
    width: 100% !important;
}
.con6_top_5th{
    width: 19.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con06_10{
    width: 30.6037vw !important;
}
.con8_top_left{
    width: 15.748%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_top_2nd{
    width: 42.5197%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con12_top_item_item_ab{
    opacity: 0;
}
.con13_03{
    width: 32.126vw !important;
}
.con15_top_3rd_1{
    width: 25.2493%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_top_2nd_top_2nd{
    width: 75.3806%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_top_ab_3rd{
    width: 38.0577%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con21_left{
    width: 50.1837%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con21_right{
    width: 50.1837%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_top_ab_2{
    width: 82.6759%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -9%;
    overflow: hidden;

}
.con7_top_ab{
    width: 78.9865%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 33%;
}
.con7_top {
    width: 31.2861%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4%;
    border-radius: 50%;
    overflow: hidden;
}
    .con13_left_top_3rd_item_ab{
        width: 100% !important;
    }
.con3_mid_3rd{
    width: 56% !important;
    overflow: hidden
}
.con13_absol_con_top img{
    width: 100%;
}
.con13_absol_con_1 .con13_absol_con_top{
        width: 99.7993%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_absol_con_2 .con13_absol_con_top{
    width: 61.9217%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_absol_con_3 .con13_absol_con_top{
    width: 60.2748%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con13_absol_con_4 .con13_absol_con_top{
    width: 110.01%;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {


    .main_top {
        width: 71.874%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 23%;
        margin-bottom: 9%;
    }
    .intro {
        position: relative !important;
        width: 100%;
        height: 74vw;
    }
    .main_video_con_video {
        width: 155%;
        height: 118%;
        top: -15%;
        pointer-events: none;
    }
    .main_top_2nd{
        width: 59.0997%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main_top_3rd {
        width: 93.3701%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.6%;
        margin-bottom: 20%;
    }
    .main_2nd_top {
        width: 77.357%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24%;
    }
    .main_2nd_top_2nd {
        width: 77.1969%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.8%;
    }
    .main_2nd_top_3rd {
        width: 75.5669%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.7%;
    }
    .main_2nd_top_4th {
        width: 75.8845%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25%;
        margin-top: 1.5%;
    }

    .main_2nd_ab {
        width: 67.8058%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: backgroundchange 3.5s infinite;
        z-index: 1;
    }
    .con1_ab {
        width: 91.3806%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 49%;
    }
    .con1_top {
        width: 78.1417%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }

    .con1_top_2nd {
        width: 90.3202%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.5%;
    }
    .con1_top_3rd {
        margin-top: 1.3%;
        width: 50%;
        text-align: center;
        margin-top: 3%;
    }
    .con1_top_4th_con {
        width: 76.6142%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 33%;
    }
    .con1_top_4th_left {
        width: 31.9685%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 12%;
        bottom: 69%;
    }
    .con1_top_4th_right {
        width: 38.9081%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 8%;
        bottom: 64.5%;
    }
    .con1_scr {
        bottom: 2%;
        width: 300%;
    }
    .con1_ab {
        width: 91.3806%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 45%;
    }

    .con2_top {
        width: 67.399%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14.5%;
        margin-bottom: 2%;
    }
    .con2_top_2nd_ct {
        font-family: GongGothicBold;
        color: #ef4718;
        font-size: 10.2vw;
        margin-left: 0;
    }
    .con2_top_2nd_ab {
        width: 12.09186%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: 100%;
        left: unset;
    }
    .con2_top_2nd{
        margin-top: 10%;
    }
    .con2_top {
        width: 67.399%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 17.5%;
        margin-bottom: 2%;
    }

    .con2_top_2nd{
        margin-top: 10%;
        margin-bottom: 33%;
    }
    .con2_top_2nd_ab {
        width: 12.09186%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: 25%;
        left: 9%;
    }
    .con2_top_3rd {
        width: 28.7585%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: 11%;
    }

    .con2_top_2nd_ct {
        font-family: GongGothicBold;
        color: #ef4718;
        font-size: 10.2vw;
        margin-left: 17%;
    }

    .con2_top_2nd{
        margin-top: 2%;
        margin-bottom: 0%;
    }

    .con2_top_3rd {
        width: 28.7585%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: 46%;
    }

    .con2_top_4th{
        width: 69.9948%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
    }
    .con2_top_5th {
        color: white;
        margin-bottom: 15%;
        margin-top: 1.6%;
    }
    .con2_ab {
        width: 37.92126%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: 36%;
    }
    .con3_top {
        width: 81.0919%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-bottom: 2%;
    }
    .con3_top_2nd {
        margin-bottom: 5.5%;
    }
    .con3_con{
        flex-direction: column !important;
    }
    .con13_top_3rd_left {
        width: 100%;
        display: flex;
        justify-content: center;
        left: 0;
        height: 50%;
        z-index: 10;
        top: 0;
    }
    .con13_top_3rd_right {
        width: 100%;
        display: flex;
        justify-content: center;
        left: 0;
        height: 50%;
        z-index: 10;
        bottom: 0;
    }
    .con3_left {
        width: 100% !important;
    }
    .con3_right{
        width: 100% !important;

    }
    .con3_right{
        flex-direction: column-reverse !important;
    }
    .con3_left_top_2nd_ab {
        width: 49.1444%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 10%;
    }
    .con3_right_top_2nd_ab {
        width: 49.4094%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        bottom: 5%;
    }
    .con13_top_3rd_top_4th {
        width: 54.378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -1%;
        margin-top: 1%;
        z-index: 2;
        bottom: 41%;
        left: 23%;
    }
    .con13_top_3rd_top_4th_ab {
        width: 57.0004%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        left: -37%;
        top: 61%;
    }

    .con13_top_3rd_top_4th_ab_2 {
        width: 40.2913%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 4;
        right: -27%;
        bottom: 37%;
    }
    .con3_right_top {
        border-bottom: unset;
        border-top: 2px solid white;
    }
    .con4_top {
        width: 85.2861%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 9%;
    }
    .con4_top {
        width: 73.2861%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 19%;
    }
    .con4_video_con_video {
        width: 133%;
        height: 114%;
        top: -7%;
        pointer-events: none;
    }
    .con4_video_con {
        width: 120%;
        height: 100%;
        filter: brightness(0.4);
        display: flex;
        justify-content: center;
        align-items: center;
        scale: 1.3;
    }
    .con5_scr{
        width: 200% !important;
    }
    .con05_bg{
        width: 300% !important;
    }
    .con5_ab{
        width: 15.6562%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: 0;
        height: unset;
        bottom: 0;
    }

    .con5_ab_2 {
        width: 62.7097%;
        display: flex;
        justify-content: center;
        z-index: 1;
        align-items: center;
        right: 10.3%;
        bottom: 0;
    }

    .con5_ab_3 {
        width: 24.7008%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 0%;
        left: -4%;
    }
    .con5_ab_3 {
        width: 24.7008%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 0%;
        left: -7%;
    }
    .con5 p {
        color: #ef4718;
        font-size: 3.3vw;
    }
    .con5_ab_4 {
        left: unset;
        top: 17%;
    }

    .con5_ab_5 {
        left: unset;
        top: 32.5%;
        text-align: center;
        line-height: 1.4vw;
    }
    .con5_ab_6 {
        width: 61.2617%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 43.5%;
        left: unset;
    }
    .con05_bg {
        width: 300% !important;
        margin-left: 122%;
    }
    .con5_ab_7 {
        width: 59.6617%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 19.6%;
        padding-right: 1%;
        top: 58%;
        background: #ef4718;
    }
    .con5_ab_6 {
        width: 60.6617%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 43.5%;
        left: unset;
    }
    .con5_ab_8 p {
        font-size: 4.15vw !important;
    }
    .con5_ab_8 {
        top: 72.4%;
        left: unset;
        background: white;
        padding: 5.1%;
    }
    .con5_ab_4 {
        left: unset;
        top: 19.6%;
        background: white;
    }
    .con5_ab_5 {
        left: unset;
        top: 32.5%;
        text-align: center;
        line-height: 1.4vw;
        background: white;
    }

    .con6_top_2nd {
        color: white;
        font-size: 4vw !important;
        margin-top: 12%;
        margin-bottom: 0.7%;
    }
    .con6_top{
        width: 300.787%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_top_3rd {
        width: 87.1627%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_top_4th {
        width: 68.9738%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5.8%;
        margin-bottom: -1.5%;
    }
    .con6_top_5th{
        width: 39.7375%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -2%;
    }
    .con6_scr{
        width: 300% !important;
        height: 133vw;
    }
    .con6_bottom {
        margin-top: -6%;
        flex-direction: column !important;
    }
    .con6_bottom {
        margin-top: -6%;
        flex-direction: column !important;
    }
    .con6_bottom_left {
        width: 100% !important;
    }
    .con6_bottom_right {
        width: 100% !important;
    }
    .con06_10{
        width: 72.6037vw !important;
    }
    .con6_bottom_right_ab {
        width: 68.2073%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        bottom: 21%;
        left: 19%;
    }

    .con6_bottom_right_ab_2 {
        width: 25.9423%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 27%;
        left: 69%;
    }
    .con7_top_top {
        width: 200.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -2.6%;
        margin-bottom: -1.3%;
    }
    .con7_top_ab_2{
        width: 82.6759%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -9%;
    }
    .con7_top_ab{
        width: 78.9865%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 33%;
    }
    .con7_top {
        width: 31.2861%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 4%;
        border-radius: 50%;
        overflow: hidden;
    }
    .con7_top {
        width: 68.2861%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 4%;
        border-radius: 50%;
        overflow: hidden;
        margin-top: 52%;
        margin-bottom: 12%;
    }
    .con7_left {
        width: 42.7874%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 6%;
        top: 14%;
    }
    .con7_right {
        width: 41.1601%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 6%;
        top: 14%;
    }
    .con7_left {
        width: 46.4874%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 6%;
        top: 14%;
    }
    .con6_scr {
        width: 380% !important;
        height: 160vw;
    }
    .con7_right {
        width: 41.4601%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 6%;
        top: 14%;
    }
    .con6_top {
        width: 300% !important;
    }
    .con8_top {
        width: 78.5879%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 0%;
    }
    .con8_top_mid {
        width: 5.99213%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 2%;
        margin-top: -4%;
        margin-right: 1%;
    }
    .con8_top_2nd {
        margin-left: 13%;
        margin-top: 8%;
    }
    .con8_top_right {
        width: 56.0131%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 9.5%;
    }
    .con8_top_right_ab {
        width: 46.0956%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 23%;
    }
    .con8_top_2nd {
        margin-left: 11%;
        margin-top: 3%;
    }


    .con8_top_3rd {
        width: 119.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -2%;
        z-index: 1;
        margin-bottom: -13%;
    }
    .con8_top_4th {
        width: 85.4226%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24%;
        margin-bottom: 7%;
    }
    .con8_top_4th_2nd {
        width: 69.8058%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: backgroundchange 3.5s infinite;
        z-index: 1;
    }
    .con8_top_4th_2nd_ab_1{
        width: 46.7444%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 2%;
        left: -13%;
    }
    .con8_top_4th_2nd_ab_2 {
        width: 37.5407%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -16%;
        bottom: 63%;
    }
    .con8_top_4th_2nd_ab_3 {
        width: 66.2688%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -19%;
        bottom: 30%;
    }
    .con8_top_4th_2nd_ab_4 {
        width: 60.2919%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -17%;
        bottom: 3%;
    }
    .con9 .con6_top {
        width: 100.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -21%;
    }
    .con10_top {
        width: 62.7165%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
    }
    .con10_top_2nd {
        color: white;
        text-align: center;
        font-size: 3.25vw !important;
        margin-top: 3.8%;
        margin-bottom: 4%;
        line-height: 5vw !important;
        width: 85%;
    }
    .con10_top_3rd {
        color: white;
        text-align: center;
        font-size: 2vw !important;
        margin-bottom: 13%;
    }
    .con10_top {
        width: 68.7165%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24%;
    }
    .con10_scr {
        padding: 2% 0;
        background: white;
        width: 200%;
    }
    .con11_top {
        color: white;
        margin-top: 13%;
        margin-bottom: 1.5%;
    }
    .con11_top_2nd{
        width: 86.5197%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_top_3rd{
        width: 165% !important;
        margin-top: 3.7%;
        margin-bottom: 2.7%;
    }
    .con6_mid_swiper_1_p {
        font-family: GangwonEduPowerExtraBoldA !important;
        text-align: center;
        font-size: 3vw !important;
        margin-top: 11%;
        white-space: nowrap;
    }
    .con6_mid_swiper_1_slide_p_con{
        width: 100% !important;
        height: 18vw;
    }
    .con7_prev {
        left: unset !important;
        bottom: unset !important;
        right: 50% !important;
        top: 104.2% !important;
        width: 8vw !important;
        height: 8vw !important;
    }

    .menu_box {
        margin-bottom: 14.5%;
        width: 88% !important;
    }
    .con7_prev {
        left: unset !important;
        bottom: unset !important;
        right: 50% !important;
        top: 114.2% !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .con7_next {
        right: unset !important;
        bottom: unset !important;
        left: 50% !important;
        top: 114.2% !important;
        width: 8vw !important;
        height: 8vw !important;
    }
    .menu_box_ab {
        border: 1vw solid #ef4718;
        height: 94%;
        width: 96% !important;
    }
    .con12_top{
        width: 200% !important;
    }

    .con13_left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: 114%;
    }

    .con2_mid_swiper_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 47%;
        height: 30%;
        overflow: hidden;
        right: 2%;
        bottom: 3%;
    }
    .con2_mid_swiper_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 47%;
        height: 30%;
        overflow: hidden;
        left: 2%;
        bottom: 3%;
    }

    .con13_absol_con {
        top: 55%;
        left: unset;
        width: 62%;
        white-space: nowrap;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .con13_absol_con_top{
    }
    .con13_03{
        width: 85.126vw !important;
    }

    .con14_top {
        width: 87.126%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 7%;
    }
    .con14_bg_ab {
        width: 200.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -9%;
    }
    .con14_bg {
        background: url(/images/con13_01.png) no-repeat bottom / cover;
        height: 59vw;
        background-attachment: unset;
    }
    .con14_bg_ab {
        width: 200.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -4%;
    }
    .con14_top_2nd {
        color: white;
        margin-top: 1.7%;
        margin-bottom: 3.4%;
    }
    .con14_mid {
        margin-bottom: 6%;
        flex-wrap: wrap;
    }
    .con14_mid_item {
        width: 68.0551%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
    }
    .con14_bg_ab {
        width: 300.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -6%;
    }

    .con14_top {
        width: 87.126%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 12%;
    }
    .con14_scr {
        bottom: 1.5%;
        width: 300% !important;
    }
    .con14_mid {
        margin-bottom: 12%;
        flex-wrap: wrap;
    }
    .con3_mid_3rd {
        width: 90% !important;
    }

    .con15_2nd_top{
        width: 200.787%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con15_2nd_top_3rd {
        width: 72.3543%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.3%;
        margin-bottom: 5%;
    }
    .con15_ab {
        width: 29.4882%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        top: 20%;
        right: 1%;
    }
    .con14_bt_top {
        margin: 7% 0;
        margin-top: 9%;
        width: 89.6168%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con14_top_top {
        width: 300.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -3.1%;
    }
    .con15_top_2nd_ct {
        font-family: GongGothicBold;
        color: #ef4718;
        font-size: 10vw;
        margin-left: 23%;
    }
    .con15_top_ab {
        width: 41.5984%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: unset;
        bottom: 105%;
    }
    .con15_top_2nd_ct {
        font-family: GongGothicBold;
        color: #ef4718;
        font-size: 12vw;
        margin-left: 0;
    }
    .con15_top_2nd {
        margin-top: 18.4%;
    }
    .con15_top {
        width: 79.4593%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
    }
    .con15_top_ab2 {
        width: 16.45669%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 14.5%;
        top: 105%;
    }
    .con15_top_3rd{
        flex-direction: column !important;
    }
    .con15_top_3rd_2 {
        width: 78.8294%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 12%;
        margin-bottom: 9%;
    }
    .con15_top_3rd_1{
        width: 79.2493%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }


    .con16{
        flex-direction: column !important;
    }

    .con16_top{
        width: 100% !important;
    }
    .con16_top_2nd{
        width: 100% !important;

    }
    .con16_top_2nd_top {
        width: 80.0184%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 21%;
        margin-top: 13%;
    }

    .con16_top_2nd_top_2nd {
        width: 90.3806%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;

    }
    .con16_top_2nd_top_2nd_1 {
        width: 61.6721%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -81%;
        left: 23.5%;
    }
    .con16_top_2nd_top_3rd {
        text-align: center;
        margin-top: 6%;
        margin-bottom: 12%;
    }
    .con17_scr {
        padding: 2% 0;
        background: white;
        width: 200%;
    }
    .con17_01 {
        width: 59.6168vw !important;
    }
    .con8_top_left {
        width: 24.748%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con13_left_top_3rd {
        flex-wrap: wrap;
        width: 97% !important;
        margin-top: 28%;
    }
    .con17_01 {
        width: 66.6168vw !important;
    }
    .con17_top {
        width: 67.6168%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 3%;
    }
    .con17_top_2nd {
        margin-bottom: 9%;
        flex-direction: column !important;
    }
    .con17_top_2nd_left {
        width: 82.0236%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-top: 4%;
    }
    .con17_top_2nd_right {
        width: 82.0236%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-bottom: 4%;
    }

    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1) {
        color: black;
        font-size: 2.9vw;
        font-family: GmarketSansmedium;
    }
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
        color: white;
        font-size: 2.9vw;
        background: #ef4718;
        border-radius: 40px;
        padding: 0 6%;
        margin-left: 4%;
    }
    .con3_mid_3rd_2nd {
        background: white;
        padding: 2% 0;
    }

    .con18_top {
        width: 39.601%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
    }
    .con18_top_2nd {
        width: 89.9081%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.5%;
        margin-bottom: 3.5%;
    }
    .con18_top_3rd {
        width: 90.3911%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 12%;
    }

    .con18_top_3rd {
        width: 90.3911%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 12%;
    }
    .con19_top_2nd {
        width: 59.1522%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 3.4%;
    }
    .con19_top_3rd {
        width: 45.4829%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 8%;
    }
    .con19_top_4th {
        width: 43.063%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 3;
        margin-top: -5%;
        margin-left: 18%;
    }
    .con19_top_5th {
        width: 42.2205%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: -3.5%;
        margin-left: -13%;
    }
    .con19_top_6th {
        width: 43.7454%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: -4%;
    }
    .con19_top_7th {
        width: 80.4961%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -17%;
        margin-bottom: -12%;
        z-index: 1;
    }

    .con19_top_ab_2nd {
        width: 300%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotate(-7deg);
        bottom: 6%;
    }
    .con19_scr {
        width: 300%;
        display: flex;
        justify-content: center;
        align-items: center;
        transform: rotate(7deg);
        bottom: 6%;
    }
    .con19_top_ab_3rd{
        top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con20 {
        background: url(/images/con20_bg01.png) no-repeat center / cover;
        flex-wrap: wrap;
    }
    .con20_item {
        width: 100% !important;
        border-right: unset;
        height: 54vw;
        border-bottom: 1px solid white;
    }

    .con20_item_top {
        width: 58.3589%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }.con20_item_top {
         width: 58.3589%;
         display: flex;
         justify-content: center;
         align-items: center;
         margin-top: 2%;
     }
    .con20_mid{
        display: none;
    }
    .con21{
        flex-direction: column !important;
    }

    .con21_left{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con21_right{
        width: 100%;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con21_left_top {
        width: 73.5942%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 16%;
    }
    .con21_left_top_2nd {
        width: 72.4577%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 50%;
    }
    .form_row_label {
        color: white;
        white-space: nowrap;
        font-size: 3vw;
    }
    .form {
        margin-top: 0%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 0%;
        margin-bottom: 2%;
        z-index: 1;
        margin-left: 0;
        position: absolute !important;
    }
    .form_row_imput {
        width: 70%;
        height: 6vw;
        background: transparent;
        border: none;
        font-size: 3.6vw;
        font-family: 'Pretendard-Regular';
        outline: none;
        padding-left: 5%;
    }
    .form_row > span {
        font-size: 3vw;
        margin-right: -8%;
        color: white;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 3.5vw;
        height: 3.5vw;
        overflow: hidden;
        outline: 0;
        background: #ffffff;
        color: white;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 11%;
        left: 3%;
        border: 1px solid white;
        padding-left: 0%;
    }

    .form_row_imput_radio:checked::after {
        content: "";
        width: 2.2vw;
        height: 2.2vw;
        position: absolute;
        background: #ef4718;
        color: unset !important;
        border-radius: 50%;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 1px solid white;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.2vw;
        height: 2.2vw;
        position: absolute;
        background: #ef4718;
        border-radius: 50%;
        color: unset !important;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ef4718;
        padding: 2.5%;
        box-sizing: border-box;
        width: 37.5%;
        color: white;
        margin-bottom: 5%;
        font-size: 3.4vw;
        cursor: pointer;
        border-radius: 0;
    }
    .con21_right .con21_02{
        width: 100%;
        padding: 5%;
    }
    .form_agree_span {
        font-size: 3.1vw;
        font-family: Pretendard-regular;
        color: white;
    }

    .con5_ab_2{
        display: none;
    }
    .con5_ab {
        width: 8.6562%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        right: 0;
        height: unset;
        bottom: 0;
    }

    .con8_top_4th_2nd {
        width: 69.8058%;
        display: flex;
        justify-content: center;
        align-items: center;
        animation: backgroundchange 3.5s infinite;
        z-index: 1;
        margin-top: 14%;
    }
    .con8_top_4th_2nd_ab_1 {
        width: 68.7444%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -14%;
        left: -16%;
    }
    .con8_top_4th_2nd_ab_2 {
        width: 54.5407%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -16%;
        bottom: 63%;
    }
    .con8_top {
        width: 89.5879%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 0%;
    }


.con19_top {
    width: 14.04199%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: 6%;
}
    .con5_ab_5 {
        left: unset;
        top: 32.5%;
        text-align: center;
        line-height: 4.4vw;
        background: white;
    }
    
    .con6_bottom_left_ab {
    width: 14.55906%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 14.5%;
    left: 4.9%;
    overflow: hidden;
}
    
    .con6_bottom_left_ab_2{
            width: 21.0131%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 27%;
    left: 2%;
    }
    .con6_bottom_right_ab{
            width: 75.2073%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    bottom: 18%;
    left: 18%;
    }
    .con06_10{
        width: 75.6037vw !important;
    }
    .con6_bottom_right_ab_2{
        width: 30.9423%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 30%;
        left: 67%;
    }
    .con8_top_2nd{
        width: 115%;
        margin-left: 14%;
    }
    .con8_top_4th_2nd_ab_1{
        width: 58.7444%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -4%;
        left: -17%;
    }
    .con8_top_4th_2nd_ab_2{
            width: 51.5407%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -16%;
    bottom: 63%;
    }
    .con10_top{
            width: 68.7165%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 29%;
    }
    .con8_top_4th_2nd_ab_3{
            width: 57.2688%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -17%;
    bottom: -2%;
    }
    .con8_top_4th_2nd_ab_4{
            width: 52.2919%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -13%;
    bottom: -6%;
    }
    .con13_left_top_3rd_item_ab{
        width: 100% !important;
    }
    
    .con18_top_3rd_absol {
    width: 67.0115%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: blk 1s infinite;
    bottom: 5%;
}
  .con7_prev img{
  width:100%
  }
    
    .con7_next img{
  width:100%
  }
    
}


