* {
    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;
    opacity: 0;
    content:url(/images/con03_08.png) url(/images/con03_09.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.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: 'Pretendard-Extrabold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.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 rotate_image1 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes sinho {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@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 scaleOpa4 {
    100% {
        transform: translateY(-60%) scale(1.1);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/05.png) no-repeat center / contain;
    }
    40% {
        background: url(/images/05.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/06.png) no-repeat center / contain;
    }
    90% {
        background: url(/images/06.png) no-repeat center / contain;
    }
    100% {
        background: url(/images/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);
    }
}
.main_mid_bottom{
    width: 47%;
}
.main_11{
    width: 5.7%;
}
.main_09{
    width: 15.198%;
}
.main_10{
    width: 15.198%;
}

.main_top_absol_item img{
    width: 100%;
    animation: marqueeX 250s infinite linear;
        filter: brightness(0.5);
}
.main_top_absol_item .absol{
    right: -100%;
}
.main_top_absol_item_2 img{
    width: 100%;
    animation: marqueeX 250s infinite linear reverse;
        filter: brightness(0.5);
    
}
.main_top_absol_item_2 .absol{
    right: -100%;
}
.main_top_absol_1 {
    width: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -24%;
    transform: rotate(338deg);
}
.main_top_absol_2 {
    width: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1%;
    transform: rotate(338deg);
}
.main_top_absol_3 {
    width: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 22%;
    transform: rotate(338deg);
}
.main_top_absol_4 {
    width: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;
    transform: rotate(338deg);
}
.main_top_absol_5 {
    width: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 68%;
    transform: rotate(338deg);
}
.main_top_absol_6 {
    width: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 91%;
    transform: rotate(338deg);
}
.main_top_absol_7 {
    width: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 114%;
    transform: rotate(338deg);
}
.main_07{
    width: 100%;
}
.main_08{
    width: 87%;
}
.main_06{
    width: 96%;
}
.con01_04{
    width: 80%;
}
.con01_09{
    width: 100%;
}
.con02_02{
    width: 19%;
}
.con02_03 {
    margin: 0% 1% 0% 1%;
    width: 45%;
}
.con02_04{
    width: 28%;
}
.con2_top_bottom{
    width: 24%;
}
.con3_right_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0% 0% -14% -6%;
    width: 28%;
}
.con3_absol_03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 77%;
    width: 29%;
    right: 6%;
}
.con03_12 {
    top: -88%;
    right: -22%;
    width: 176%;
}
.con3_rltv_03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con03_13 {
    z-index: 1;
    margin: 0% 0% 5% 0%;
    width: 65%;
}
.con03_14 {
    z-index: 1;
    width: 100%;
}
.con3_rltv_02{
    animation: backgroundchange;
}
.con4_top_top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15%;
}
.con4_top_mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1% 0% 1% 0%;
    width: 13%;
}
.con4_top_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
}
.con04_01 {
    left: 62%;
    bottom: -5%;
    z-index: 3;
    width: 19%;
}
.con04_02 {
    z-index: 1;
    width: 99%;
}
.con4_bottom_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2% 0% 2% 0%;
    width: 33%;
}
.con5_swiper_slide img{
    transition: 0.3s all;
    opacity: 0.5;

}
.con5_swiper_slide.swiper-slide-next img{
    transform: translateY(-15%);
    opacity: 1;

}
.con5_swiper_slide.swiper-slide-active img{
    opacity: 0.5;
    transform-origin: left bottom;
    transform: translate(25%, 18%) rotate(-12deg);
}
.con5_swiper_slide.swiper-slide-next +.con5_swiper_slide img{
    opacity: 0.5;
    transform-origin: right bottom;
    transform: translate(-25%, 18%) rotate(12deg);
}


.con5_bottom{
    width: 76%;
    background: white;
}
.con5_bottom_1st{
    width: 35.6957%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    overflow: hidden;
    margin-bottom: 1%;
}
.con5_bottom_2nd{
    width: 26.0552%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 3%;
    align-items: center;
}
.con5_bottom_3rd{
    width: 36.9984%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_bottom_3rd_absol{
    width: 94.9579%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotate_image 10s infinite linear;
}
.con5_bottom_3rd_absol_2{
    width: 84.513%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_bottom_3rd_absol_2_absol{
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con5_bottom_3rd_absol_2_absol_1{
    width: 50.9143%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 105%;
    top: 14%;
}
.con5_bottom_3rd_absol_2_absol_2{
    width: 51.7952%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 105%;
    top: 13%;
}
.con5_bottom_3rd_absol_2_absol_3{
    width: 48.4479%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 105%;
    bottom: 13%;
}
.con5_bottom_3rd_absol_2_absol_4{
    width: 52.8523%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 105%;
    bottom: 17%;
}
.con5_bottom {
    width: 76%;
    margin-bottom: 5%;
    background: white;
}
.con5_bottom_3rd {
    width: 36.9984%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.con5_bottom_1st_absol_2nd{
    width: 4.1037%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    top: 5%;
}
.con5_bottom_2nd_absol_2nd{
    width: 4.1037%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    top: 5%;
}


.con5_bottom_3rd_absol_2nd{
    width: 4.1037%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    bottom: 5%;
}
.con5_bottom_4th_absol_2nd{
    width: 4.1037%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    bottom: 5%;
}


.con5_bottom_1st_absol_2nd_absol{
    animation: scaleOpa2 infinite 2s;
}
.con5_bottom_2nd_absol_2nd_absol{
    animation: scaleOpa2 infinite 2s;

}


.con5_bottom_3rd_absol_2nd_absol{
    animation: scaleOpa2 infinite 2s;

}
.con5_bottom_4th_absol_2nd_absol{
    animation: scaleOpa2 infinite 2s;

}


.con5_bottom_5th_absol{
    width: 2.7358%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 13%;
    left: 14%;
}
.con5_bottom_5th_absol .absol{
    width: 100% !important;
    animation: scaleOpa4 1s infinite;
}
.con5_bottom_6th_absol_absol{
    width: 100% !important;
    animation: scaleOpa4 1s infinite;
    animation-delay: 0.3s;
}
.con5_bottom_7th_absol_absol{
    width: 100% !important;
    animation: scaleOpa4 1s infinite;
    animation-delay: 0.3s;
}
.con5_bottom_8th_absol_absol{
    width: 100% !important;
    animation: scaleOpa4 1s infinite;
    animation-delay: 0.6s;
}
.con5_bottom_6th_absol{
    width: 2.7358%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 24%;
    left: 21%;
}
.con5_bottom_7th_absol{
    width: 2.7358%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 14%;
    top: 11%;
}
.con5_bottom_8th_absol{
    width: 2.7358%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 23%;
    right: 18%;
}
.line_wave_div_blue {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 0deg;
    overflow: hidden;
    border-top: 1px solid #151a2d;
}
.con6_swiper_div{
    justify-content: flex-end !important;
}
.con6_swiper {
    width: 55%;
    overflow: hidden;
    margin-right: -6%;
}
.con6_sd_img {
    width: 100%;
}
.con6_sd_div{
    width: 100% !important;
}
.con06_03 {
    left: 39.5%;
    bottom: -4%;
    z-index: 3;
}
.con4_bottom_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3% 0% 5% 0%;
}
.con5_top_top_absol{
    width: 22.9208%;
    display: flex;
    justify-content: center;
    left: 0;
    align-items: center;
    top: -4%;
}


.line_wave_div_red {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 0deg;
    overflow: hidden;
}
.line_wave_div_red::before {
    content: ''; /* 기반 */
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 1px;
}
.line_wave_red {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}
.line_wave_div_red::before{
    background-color:#c30d23
}
.line_wave_div_red .line_wave_red{
    background-color:#c30d23
}

.line_wave_div_blue {
    width: 100%;
    height: 36px;
    z-index: 1;
    rotate: 0deg;
    overflow: hidden;
}
.line_wave_div_blue::before {
    content: ''; /* 기반 */
    position: absolute;
    bottom: -0px;
    left: 0;
    width: 100%;
    height: 1px;
}
.line_wave_blue {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}
.line_wave_div_blue::before{
    background-color:#151a2d
}
.line_wave_div_blue .line_wave_blue{
    background-color:#151a2d
}

.main{
    flex-direction: column;
}
.main_content{
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 93%;
    padding: 9% 0% 0% 0%;
    overflow: hidden;
}
.main_top_top{
    width: 16.5549%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}
.main_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0% 0% 3% 0%;
    z-index: 1;
    width: 16%;
}
.main_mid_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    width: 27%;
    overflow: hidden;
    align-items: center;
    margin: 0% 0% 1% 0%;
}
.main_mid_bottom{
    display: flex;
    z-index: 1;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin: 0% 0% 2% 0%;
}
.main_bottom{
    display: flex;
    flex-direction: column;
    z-index: 1;
    justify-content: center;
    align-items: center;width: 46%;
    margin: 0% 0% -20% 0%;
    z-index: 2;
}
.main_01{
    width: 38%;
}
.main_02{
    margin: 0% 1% 0% 1%;
    width: 54%;
}
.main_06{
    animation: linear infinite 30s rotate_image;
}
.main_line_left{
    background-color: #c30d23;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 0.1%;
    height: 100vw;
    left: 6%;
}
.main_line_right{
    background-color: #c30d23;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 0.1%;
    height: 100vw;
    right: 6%;
}
.main_box_bottom{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3vw;
    bottom: 0%;
    z-index: 1;
}
.main_09{
    top: 28%;
    z-index: 1;
    left: 6%;
}
.main_10{
    z-index: 1;
    top: 16%;
    right: 6%;
}

.con1{
    background: url("/images/con01_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con1_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 11% 0% 12% 0%;
}
.con1_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 21%;
    align-items: center;
    overflow: hidden;
    margin: 0% 0% 2% 0%;
}
.con1_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;width: 27%;
    margin: 0% 0% 1% 0%;
}
.con1_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con01_01{
    left: 0%;width: 17.5743%;
}
.con01_02{
    right: 0%;width: 16.0891%;
}
.con01_12{
    top: 4%;
    left: 5%;
}
.con01_13{
    top: 4%;
    right: 5%;width: 3.11881%;
}
.con01_14{
    bottom: 4%;
    left: 5%;width: 3.11881%;
}
.con01_15{
    bottom: 4%;
    right: 5%;width: 3.11881%;
}



.con01_12_absol{
    animation: scaleOpa2 infinite 2s ;
}
.con01_13_absol{
    animation: scaleOpa2 infinite 2s ;

}
.con01_14_absol{
    animation: scaleOpa2 infinite 2s ;

}
.con01_15_absol{
    animation: scaleOpa2 infinite 2s ;

}



.con01_06{
    margin-left: 2.5%;
    width: 18.5%;
}
.con01_07{
    width: 18.5%;
    margin-right: 1%;
}
.con1_bottom{
    width: 45%;
}
.con01_05{
    width: 27%;
}
.con01_08{
    width: 30%;
}
.con2_top_top{
    width: 19%;
    overflow: hidden;
}
@keyframes marqueeXup {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes windyEffect_rotate {

    0% {
        transform: translateX(0) rotate(0deg);
    }
    50% {
        transform: translateX(1px) rotate(-1deg);
    }
    100% {
        transform: translateX(-1px) rotate(1deg);
    }
}
.con1_scr_section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.con1_scr{
    background-color: #151a2d;
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    padding: 0.5% 0% 0.5% 0%;
}
.con1_sd{
    width: 100%;
    animation: marqueeXup linear 30s infinite;
}
.con1_sd_next{
    right: 101%;
}

.con2{
    background: url("/images/con02_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con2_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 8% 0% 8% 0%;
}
.con2_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con2_top_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0% 0% 1% 0%;
    width: 35%;
}
.con2_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con2_mid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 3% 0% 1% 0%;
}
.con2_bottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.con2_scr_01{
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
}
.con2_sd_01{
    width: 100%;
    animation: marqueeXup linear 30s infinite;
}
.con2_sd_next_01{
    right: 101%;
}
@keyframes marqueeXdown {
    from { transform: translateX(0); }
    to { transform: translateX(100%); }
}
.con2_scr_02{
    transform-origin: top;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    z-index: 1;
}
.con2_sd_02{
    width: 100%;
    animation: marqueeXdown linear 30s infinite;
}
.con2_sd_next_02{
    right: -101%;
}
.con02_03{
    margin: 0% 1% 0% 1%;
}

.con3{
    flex-direction: column;
}
.con03_bg01{
    left: 0%;
    z-index: -1;
    width: 50% !important;
}
.con03_bg02{
    right: 0%;
    z-index: -1;
    width: 50% !important;
}
.con3_content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con3_left_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 48vw;
    margin: 0% 0% 0% 14%;
}
.con3_left_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0% 0% 3% 0%;
    width: 11%;
    animation: windyEffect_rotate 0.5s infinite alternate;
}
.con3_left_mid_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 34%;
}
.con3_left_mid_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 2% 0% 4% 0%;
    width: 53%;
}
.con3_left_mid_bottom{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 53%;
}
.con3_left_bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 58%;
}
.con3_left_bottom > img{
    width: 52%;
    margin: 4% 0% 0% -7%;
}
.con3_right_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    height: 48vw;
}
.con3_right_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    margin: 0% 0% -14% -6%;
}
.con3_absol_01 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 17%;
    left: 36%;
    z-index: 1;
    width: 38%;
}
.con3_absol_01 img{
    width: 50%;
}
.con3_absol_02{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 0%;
    width: 66%;
    top: 22%;
    animation: backgroundchange 3s infinite ;
}
.con3_absol_02
.con3_rltv_02{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.con3_rltv_02 img{
    width: 100%;
}
@keyframes fadeInOut {
    0%, 5% {
        opacity: 0;
    }
    5%, 95% {
        opacity: 1;
    }
    95%, 100% {
        opacity: 0;
    }
}
/*.con03_08, .con03_09 {*/
/*    opacity: 0;*/
/*    animation: fadeInOut 5s infinite ;*/
/*}*/
/*.con03_09{*/
/*    animation-delay: 2.5s;*/
/*}*/
.con3_absol_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 77%;
    right: 6%;
}
.con3_rltv_03{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con03_12{
    top: -92%;
    right: -23%;
    width: 176% !important;
}
.con03_13{
    z-index: 1;
    margin: 0% 0% 5% 0%;
}
.con03_14{
    z-index: 1;
}

.con4{
    background: url("/images/con04_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@keyframes marqueeYup {
    from { transform: translateY(0); }
    to { transform: translateY(100%); }
}
.con4_scr_div_01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    top: 45%;
    left: -33%;
    rotate: 270deg;
    z-index: 0;
    overflow: hidden;
}
.con4_scr_01{
    width: 100%;
    animation: marqueeXup linear 30s infinite;
}
.con4_scr_next_01{
    left: 101%;
}
@keyframes marqueeYdown {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
.con4_scr_div_02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    top: 45%;
    right: -33%;
    rotate: 270deg;
    z-index: 0;
    overflow: hidden;
}
.con4_scr_02{
    width: 100%;
    animation: marqueeXup linear 30s infinite;
}
.con4_scr_next_02{
    left: 101%;
} 
.con4_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 9% 0% 0% 0%;
}
.con4_top_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con4_top_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1% 0% 1% 0%;
}
.con4_top_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con4_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2% 0% 0% 0%;
    width: 44%;
}
.con4_bottom_top{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con4_scr {
    background-color: #000;
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    padding: 2% 0% 1% 0%;
}
.con4_sd{
    width: 100%;
    animation: marqueeXup linear 30s infinite;
}
.con4_sd_next{
    right: 101%;
}
.con4_scr_section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con4_scr_03{
    background-color: #000;
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    padding: 0.5% 0% 1% 0%;
}
.con4_sd_03{
    width: 100%;
    animation: marqueeXup linear 30s infinite;
}
.con4_sd_next_03{
    right: 101%;
}
.con4_bottom_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 2% 0% 2% 0%;
}
.con04_01{
    left: 62%;
    bottom: -5%;
    z-index: 3;
}
@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {opacity: 0.6;}
    5%, 30%, 35%, 38%, 43%, 46% {opacity: 0.5;}
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {opacity: 0.8;}
    70% {opacity: 0.2;}
}
.con04_10{
    mix-blend-mode: exclusion;
    top: -12%;
    animation: light 5s infinite;
    width: 90.8416% !important;
}
@keyframes fall {
    0% {
      top: 0%; 
      opacity: 1;
      transform: rotateX(0deg) rotateY(0deg) (0deg);
      transform-origin: center center;
    }
    100% {
      transform: rotateX(20deg) rotateY(30deg) rotateZ(20deg);
      transform-origin: center center;
      top: 10%; 
      opacity: 0; 
    }
}
.con04_03{
    animation: fall 5s linear infinite;
    mix-blend-mode: lighten;
    animation-delay: 1s;
    width: 73.4158% !important;
}
@keyframes shakeAndFall  {
    0% {
        transform: translate(0, -50%) rotate(0);
        opacity: 0;
    }
}
.con04_04{
    animation: shakeAndFall 4s linear infinite;
    width: 49.703% !important;
}
.con04_09{
    animation: shakeAndFall 2s linear infinite;
    animation-delay: 1.5s;
    width: 33.1683% !important;
}
.con04_02{
    z-index: 1;
}
.con04_08_01{
    top: -25%;
    left: 17%;
    mix-blend-mode: normal;
    width: 21%;
    z-index: 0;
    animation: light 3s infinite;
}
.con04_08_02{
    z-index: 2;
    top: 22%;
    left: 48%;
    width: 34%;
    animation: light 3s infinite;
    animation-delay: 0.5s;
    mix-blend-mode: hard-light;
}
.con04_08_03{
    z-index: 2;
    top: 57%;
    left: 70%;
    z-index: 1;
    width: 34%;
    mix-blend-mode: lighten;
    animation: light 3s infinite;
    animation-delay: 0.3s;
}
.con4_bottom_mid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.con5_scr_section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.con5_scr{
    background-color: #c30d23;
    transform-origin: top;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 1;
    padding: 1% 0% 1% 0%;
}
.con5_sd{
    width: 100%;
    animation: marqueeXup linear 30s infinite;
}
.con5_sd_next{
    right: 101%;
}

.con5{
    background: url("/images/con05_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con5_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con5_top_top{
    width: 15.396%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
}
.con5_top_mid{
    width: 13.297%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    margin-bottom: 0.7%;
}
.con5_top_bottom{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con5_top_bottom_1{
    width: 27.4257%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1%;
}
.con5_top_bottom_2{
    width: 29.4059%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_bottom2{
    width: 30.297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    margin-bottom: 1.6%;
}
.con5_swiper{
    width: 50%;
    overflow: hidden;
    padding-top: 3%;
    padding-bottom: 3%;
}
.con5_swiper_slide > div{
    width: 100% !important;
}
.con5_swiper_slide > div img{
    width: 100%;
}
/* .con5_swiper_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con5_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con5_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con5_sd_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con5_sd_div > img{
    width: 100%;
} */
.con21_mid_prev{
    width: 3vw !important;
    height: 3vw !important;
    right: 50% !important;
    left: unset !important;
    top: unset !important;
    bottom: 0 !important;
    background: black;
}
.con21_mid_next{
    left: 50% !important;
    width: 3vw !important;
    bottom: 0 !important;
    right : unset  !important;
    height: 3vw !important;
    background: black;
    top: unset !important;

}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: white !important;
    font-size: 1vw!important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: white !important;
    font-size: 1vw!important;

}
.con6{
    background: url("/images/con06_bg.jpg") no-repeat center / cover; 
    object-fit: cover;
    flex-direction: column;
}
.con6_content_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 6% 0% 5% 0%;
}
.con6_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0% 0% 0% 27%;
}

.con6_mid{
    overflow: hidden;
    margin: 1% 0% 2% 0%;
}
.con6_top{
    width: 29.4059%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.con6_mid{
    width: 29.505%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_bottom{
    width: 27% !important;
}
.con6_bottom img{
    width: 100%;
}
.con06_06{
    opacity: 1;
    top: 31%;
}
.con06_03{
    left: 39.5%;
    bottom: -4%;
    z-index: 1;
}
.con06_05{
    top: -0.3%;
    opacity: 0;
}
.con06_06{
    opacity: 0;
}
.con06_07{
    bottom: 2%;
    opacity: 0;
}
/* .con6_swiper_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con6_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con6_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con6_sd_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con6_sd_div > img{
    width: 100%;
} */


/* 
    background: url("/images/con3_bg.jpg") no-repeat center / cover; 
    object-fit: cover;

    background-attachment: fixed;

    flex-wrap: wrap;

    background-color: #315247; 

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
*/



.con7{
    background: url("/images/con07_bg.jpg") no-repeat center / cover;
    object-fit: cover;
    flex-direction: column;
}
.con7_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 5% 0% 0% 0%;
}
.con7_scr_div_01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    top: 45%;
    left: -33%;
    rotate: 270deg;
    z-index: 0;
    overflow: hidden;
}
.con7_scr_01{
    width: 100%;
    animation: marqueeXup linear 30s infinite;
}
.con7_scr_next_01{
    left: 101%;
}
.con7_scr_div_02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 75%;
    top: 45%;
    right: -33%;
    rotate: 270deg;
    z-index: 0;
    overflow: hidden;
}
.con7_scr_02{
    width: 100%;
    animation: marqueeXdown linear 30s infinite;
}
.con7_scr_next_02{
    left: -101%;
}
.con7_top_top{
    width: 15.396%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con7_top_mid{
    width: 19.4059%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5% 0% 0% 0%;
}
.con7_top_bottom{
    width: 24.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1% 0% 1% 0%;
    overflow: hidden;
}
.con7_top_bottom2{
    width: 33.3168%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.con7_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5% 0% 0% 0%;
    z-index: 2;
}
.con7_absol_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: -16%;
    left: 73%;
}
.con7_rltv_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.con7_swiper_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 6%;
}
.con7_swiper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.con7_swiper_slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con7_sd_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con7_sd_div > img{
    width: 100%;
}
.con07_08{
    top: 56%;
    left: 57%;
}
.con07_09 {
    top: -5%;
    left: unset;
}
.con7_count {
    font-family: pretendard-bold;
    font-weight: bold;
    font-size: 6vw;
    color: #fff;
    left: 15%;
}
.con7_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5% 0% 0% 0%;
    z-index: 2;
    width: 33%;
}
.con7_absol_01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: -16%;
    left: 73%;
    width: 28.7%;
}
.con7_rltv_01{
    width: 100%;
}
.con07_08 {
    top: 56%;
    left: 57%;
    width: 25%;

}
.con07_09 {
    top: -5%;
    width: 100%;
}
.con07_07{
    width: 100%;
}
.con7_absol_02{
    display: flex;
    justify-content: space-between;
    align-items: center;
    right: 104%;
    top: -13%;
    width: 43%;
}
.con7_absol_02{
    display: flex;
    justify-content: space-between;

    align-items: center;
    right: 104%;
    top: -13%;
    color: white;
    font-size: 6vw;
    font-family: Pretendard-bold;
}
.con07_06{
    width: 21%;
    margin-bottom: -9%;
}
.con8{
    background: url("/images/con08_bg.jpg") no-repeat center / cover;

}
.con8_left{
    width: 50% !important;
    align-items: flex-start !important;
    margin-left: 15%;
    margin-right: -15%;
}
.con8_right{
    width: 50% !important;
}
.con8_right_1{
    width: 59.8714%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8% 0;
}
.con8_left_1{
    width: 39.9802%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1.7%;
}
.con8_left_2{
    width: 23.4538%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.7%;
    overflow: hidden;
}
.con8_left_3{
    width: 53.9337%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.con8_left_4{
    width: 53.4389%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.con8_right_1_absol{
    width: 92.7117%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_right_1_absol_3{
    width: 19.9967%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28%;
    left: 25%;
}
.con8_right_1_absol_5 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 3%;
    margin-left: -4%;
}
.con8_right_1_absol_5_ct{
    display: flex;
    font-size: 10vw;
    font-family: Pretendard-Extrabold;
    color: #fcde35;
    white-space: nowrap;
}
.con08_09{
    width: 11%;
    margin-bottom: -11%;
}
.con8_absol{
    width: 3.66337%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}


@keyframes sector{
    from {
        clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
    }
    25% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
    }
    25.000001% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
    }
    50%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
    }
    50.000001%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
    75%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    75.000001%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    }
    to{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    }
}




.sectoranimation{
    animation: sector 2s linear both;
    animation-delay: 1.5s;

}
.con8_right_1_absol_2{
    width: 92.8214%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_bottom_1st_absol_2nd{
    width: 3.11881%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    top: 5%;
}
.con09_03{
    animation: windyEffect_rotate 0.5s infinite alternate;

}
.con09_01{
    width: 100%;
    animation: hand2 0.5s infinite alternate;
    transform-origin: bottom left;
}
.con8_bottom_2nd_absol_2nd{
    width: 3.11881%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7%;
    top: 5%;
}


.con8_bottom_3rd_absol_2nd{
    width: 3.11881%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    bottom: 5%;
}
.con8_bottom_4th_absol_2nd{
    width: 3.11881%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7%;
    bottom: 5%;
}

.con8_bottom_1st_absol_2nd_absol{
    animation: scaleOpa2 infinite 2s;
}
.con8_bottom_2nd_absol_2nd_absol{
    animation: scaleOpa2 infinite 2s;

}


.con8_bottom_3rd_absol_2nd_absol{
    animation: scaleOpa2 infinite 2s;

}
.con8_bottom_4th_absol_2nd_absol{
    animation: scaleOpa2 infinite 2s;

}

.con8_door_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    left: 0;
}
.con8_door_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: 0;
}
.con9_con{
/*    background: url("/images/con09_bg.jpg") no-repeat center / cover;*/
background:black;
}
.con9_top{
    margin-top: 10%;
    margin-bottom: 1.3%;
}
.con9_absol{
    width: 21.8317%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 0;
}
.con9_top_2{
    width: 6.78218%;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-left: 0.5%;
    margin-right: 0.5%;
}
.con9_top_4{
    width: 21.1386%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: 0.5%;
}
.con9_top {
    margin-top: 10%;
    margin-bottom: 1.3%;
    align-items: flex-end;
}
.con9_top_2nd{
    width: 25.297%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-bottom: 3%;
}
.con9_top_3rd{
    width: 70.0495%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
    z-index: 1;
}
.con9_top_4th{
    width: 29.9505%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -37%;
    margin-bottom: 6%;
}
.con9_top_3rd_absol{
    width: 17.5984%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    right: -9%;
    top: 13%;
}
.con10_con {
    background: #02081e;
}
.con10_top{
    width: 11.4356%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    margin-top: 3%;
}
.con10_top_2nd {
    width: 34.1089%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    margin-top: 1%;
    margin-bottom: 3%;
}
.con10_top_3rd {
    width: 80%;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.con10_top_3rd_item{
    margin: 1.7% 2.5%;
    width: 15.4741%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_3rd_item_absol{
    width: 59.6875%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6.4%;
    right: 10%;
}
.con10_absol_2{
    width: 19.901%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
}
.con10_absol_3{
    width: 20.8911%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
}
.con10_absol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -65%;
}







.bcon26{
    padding-bottom: 8%;
}
.bcon26_left{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    left: 17%;
    width: 24.7%;
}


.form {
    margin-top: 10%;
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    background: white;
    margin-bottom: 3%;
    z-index: 1;
    margin-left: -38%;
    border: 1px solid #02081e;
    background: #f1f200;
    overflow: hidden;
}
.form_02{
    pointer-events: none;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    border-bottom: 1px solid #02081e;
    padding-bottom: 2%;
    z-index: 1;
    margin-top: 5%;
}
.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 87%;
    margin-top: 5%;
    margin-bottom: 4%;
    z-index: 1;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: #02081e;
    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;
    caret-color: #02081e;
    color: #02081e;
    padding-left: 5%;
}
.form_row_imput:focus{
    border: none;
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: #02081e;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 1px solid #02081e;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.form_agree_check:checked {
    background: #02081e;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;


}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/con20_05.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #02081e;
    padding: 2.5%;
    box-sizing: border-box;
    width: 87.5%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
    z-index: 1;
}
.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%;
}
.con14_02{
    width: 89%;
}
.con14_03{
    margin-top: 5%;
    margin-bottom: 5%;
    width: 113%;
}
.con14_04{
    cursor: pointer;
    width: 103%;
}
.bcon26{
    background: url(/images/form_bg.jpg) no-repeat center / cover;

}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    border-bottom: 1px solid #02081e;
    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: #02081e;
    padding: 2.5%;
    box-sizing: border-box;
    width: 61.5%;
    color: white;
    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: #02081e;
}
.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 #02081e;
    padding-left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_row_imput_radio{

}
.form_row_imput_radio:checked {
    /*background:#02081e;*/
    border: 1px solid #02081e;

}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background:#02081e;
    border-radius: 50%;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -8%;
    color: #02081e;
}
.form_row_radio {
    padding-top: 1%;
    padding-bottom: 2%;
}
.form {
    margin-top: 0;
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    background: white;
    margin-bottom: 3%;
    z-index: 1;
    margin-left: -38%;
    border: 1px solid #02081e;
    background: #f1f200;
    overflow: hidden;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #02081e;
    padding: 2.5%;
    box-sizing: border-box;
    width: 61.5%;
    color: white;
    margin-bottom: 11%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
}
.form {
    margin-top: 0;
    width: 34%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    background: white;
    margin-bottom: 3%;
    z-index: 1;
    margin-left: 37%;
    border: 1px solid #02081e;
    background: #f1f200;
    overflow: hidden;
}
.bcon26_left {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    right: 59%;
    left: unset;
    width: 24.7%;
    top: 33%;
}
.form_01{
    width: 89%;
    margin-left: -5%;
}
.form_call{
    cursor: pointer;
    animation: light 2s infinite;
    width: 107%;
}
.bcon26 .main_bottom_so {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 2%;
}
.form {
    margin-top: 0;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0.7%;
    background: white;
    margin-bottom: 3%;
    z-index: 1;
    margin-left: 38%;
    border: 1px solid #02081e;
    background: white;
    overflow: hidden;
    margin-top: 7%;
    margin-bottom: 0%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 76%;
    border-bottom: 1px solid #02081e;
    padding-bottom: 2%;
    margin-top: 3%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: #02081e;
    white-space: nowrap;
    font-size: 1.1vw;
}
.con11_01{
    width: 85%;
    margin-bottom: 3%;
}
.bcon26_left_mid{
    justify-content: flex-start;
    overflow: hidden;
}
.con11_03{
    width: 29%;
    margin-right: 1%;
}
.con11_04{
    width: 49%;
}
.con11_02{
    cursor: pointer;
    margin-top: 16%;
    animation: blk 1s infinite;
    width: 91%;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #02081e;
    padding: 1.5%;
    box-sizing: border-box;
    width: 30.5%;
    color: white;
    margin-bottom: 6%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor: pointer;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: url(/images/con20_05.png) center / 86% no-repeat;
    color: unset !important;
}
.form_agree_check:checked {
    background: transparent;
    border-bottom: 1px solid #02081e;

}
.form_agree_check:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #02081e;
    border-radius: 50%;
    color: unset !important;
}
.bcon26{
    background: url("/images/con11_bg.jpg") no-repeat center / cover;
}
.con12{
    background: url("/images/con12_bg.jpg") no-repeat center / cover;

}
.con12_top{
    width: 15.396%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 10%;
}
.con12_top_2nd{
    width: 22.9703%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0.6%;
}
.con12_top_3rd{
    width: 30.9406%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1.2%;
    margin-bottom: 2%;
}

.con12_top_scr > div{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation: marqueeX 20s infinite linear;
}
.con12_top_scr > div img{
    width: 96% !important;
}
.con12_top_scr {
    background: #c30d23;
    padding: 1%;
    top: 0;
}
.con12_top_scr .absol{
    right: -100%;
}
.con12_top {
    width: 15.396%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 9%;
}
.con13_top{
    width: 15.396%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 7%;
}
.con13_top_2nd{
    width: 22.2772%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 2%;
}











.con7_mid{
    width: 69%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9%;
}

 .con7_mid_con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 46px;
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
}
 .con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 52%;
    padding-top: 2.5%;
    padding-bottom: 1%;
    margin-top: -4.5%;
}
 .con7_mid_top_cate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3%;
}
 .con7_mid_top > div:nth-child(1)>img{
    transition: 0.3s all;
}
 .con7_mid_top_cate > .absol{
    opacity: 0;
    transition: 0.3s all;
}
 .con7_mid_top_cate:hover .con7_mid_top_cate_item{
    color: white;

}

.con7_mid_top_cate_item_on{
    color: white !important;


}

 .con7_mid_top_cate:hover .absol{
    opacity: 1;
    z-index: 0;

}

 .con7_mid_top_cate img{
    transition: 0.3s all;
}
 .con7_mid_top_cate:hover img:nth-of-type(1){
    opacity: 0;
    z-index: 0;

}

 .con7_mid_top > div> img{
    width: 100%;
}
 .con7_2{
    width: 95%;
    margin-top: 0.76%;
}
 .con7_2_2nd{
    width: 100%;
}
 .con7_mid_bottom_2{
    width: 100%;
}
 .con7_mid_bottom{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
 .con7_mid_swiper_1 {
    width: 100%;
    overflow: hidden;
}
 .con7_mid_swiper_2 {
    width: 100%;
    overflow: hidden;
}
 .con7_mid_swiper_3 {
    width: 100%;
    overflow: hidden;
}

 .con7_mid_swiper_1_slide{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
 .con7_mid_swiper_1_slide img{
    width: 100%;
}

.con7_swiper_item_img:hover img{
    scale: 1.2;
}
.con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 14vw;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /*border: 2px solid #FF1515;*/

}
.con7_swiper_item_img > img{
    transition: all 0.3s;
}
.con7_mid_swiper_1_slide img {
    width: 100%;
}

.con7_mid_top_cate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.3%;
}
.con7_mid_swiper_1_slide_p{
    font-family: Pretendard-bold;
    font-size: 2.4vw;
}

.con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 14vw;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid #FF1515; */
}
 .con7_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
}

.con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
}
.con7_mid_swiper_1 {
    width: 74%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.con7_mid_swiper_2 {
    width: 74%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.con7_mid_swiper_3 {
    width: 74%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
}
.con7_mid_con > .con7_mid_top{
    font-family: NanumSquareNeo-Variable;
    font-size: 1.5vw;
    margin-top: 3%;
    width: 66%;
    margin-bottom: 6%;
}

.con7_mid{
    width: 100%;
}
.con7_mid_swiper_1 {
    width: 87%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: -16%;
}
.con7_mid_swiper_2 {
    width: 87%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: -16%;
}
.con7_mid_swiper_3 {
    width: 87%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: -16%;
}
.con7_swiper_item_img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18vw;
    height: 23vw;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.con7_mid{
    background: unset;
}
.con7_mid_swiper_1_slide_p {
    font-family: Pretendard-bold;
    font-size: 1.7vw;
    color: white;
    bottom: 10%;
    width: 100%;
    text-align: center;
}
.con12_left_top{
    width: 62.0792%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 19%;
}
.con12_left_top_2nd {
    width: 67.6238%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -15%;
    margin-left: 10%;
    z-index: 2;
}
.con12_left_top_3rd{
    width: 61.8812%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -32%;
    z-index: 3;

}
.con12_left_top_4th{
    z-index: 1;

}
.con12_left_top_4th {
    width: 61.8812%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 15%;
}
.con12_left_top_absol{
    width: 40.495%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 2;
    top: 18%;
    overflow: hidden;
    left: 29%;
}
.con7_mid_con > .con7_mid_top {
    font-family: NanumSquareNeo-Variable;
    font-size: 1.5vw;
    margin-top: 8%;
    width: 66%;
    margin-bottom: 9%;
}
.con7_mid_line_absol_1{
    width: 84%;
    right: 0;
    top: 22.5%;
    border-bottom: 1px solid black;
}
.con7_mid_line_absol_2{
    width: 84%;
    right: 0;
    top: 23.5%;
    border-bottom: 1px solid black;
}


.con7_mid_line_absol_3{
    width: 84%;
    right: 0;
    bottom: -6.5%;
    border-bottom: 1px solid black;
}
.con7_mid_line_absol_4{
    width: 84%;
    right: 0;
    bottom: -7.5%;
    border-bottom: 1px solid black;
}

.con7_mid_con > .con7_mid_top {
    font-family: NanumSquareNeo-Variable;
    font-size: 1.5vw;
    margin-top: 8%;
    width: 14%;
    margin-bottom: 9%;
}
.con7_mid_top_cate_margin{
    cursor: pointer;
    border-left: 1px solid #151a2d;
    border-right: 1px solid #151a2d;
    padding: 0 14%;
    margin: 0 14%;
}

.con7_mid_con > .con7_mid_top {
    font-family: NanumSquareNeo-Variable;
    font-size: 1.5vw;
    margin-top: 0%;
    width: 27%;
    margin-bottom: 3%;
}
.con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16vw;
    height: 27vw;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.con7_mid_top_cate_margin .absol{
    width: 35% !important;
}
.con7_mid_con {
    margin-bottom: 4%;
}
.con7_mid_swiper_1 {
    width: 57%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 0;
}
.con7_mid_swiper_2 {
    width: 57%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 0;
}
.con7_mid_swiper_3 {
    width: 57%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 0;
}
.con07_09 {
    top: 0;
    width: 100%;
    animation: rotate_image infinite 10s linear;
}
.con10_arrow{
    width: 1.23717%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con10_arrow_1{
    left: 29%;
    top: 24%;
}
.con10_arrow_2{
    left: 49.4%;
    top: 24%;
}
.con10_arrow_3{
    left: 70%;
    top: 24%;
}
.con10_arrow_4{
    top: 74.2%;
    left: 39.3%;
}
.con10_arrow_5{
    left: 59.8%;
    top: 74.2%;


}
.con10_top_3rd_item_absol {
    width: 60.6875%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    top: -6.4%;
    left: 30.4%;

}
.con10_09{
    width: 47.7386vw !important;
}



.con17_mid_2nd{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
}
.con17_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    cursor: pointer;
}
.on2{
    background: #891010;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #891010;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}
.con17_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con17_04{
}
.con17_mid_map_search_bottom{
    overflow: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 1vw;
}
.con17_mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
color: #808080e6;    
    
}
.map {
    width: 100%;
    height: 31vw;
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 31vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
}
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 5%;
}
.con18_03{
    width: 7% !important;
    right: 8%;
}
.con17_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 28vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 3%;
}

.map{
    width: 95%;
    height: 30vw;
}


.markerdesc{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    text-align: center;
}
.con17_mid_map_search {
    width: 22%;
    background: white;
    height: 27vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 12%;
    border-radius: 30px;
}
.con17_mid_map_search_top {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 0;
}
.con17_mid_map_search_mid {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;
}
.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    margin-top: 6%;
    background: #151a2d;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con18_03 {
    width: 7% !important;
    right: 8%;
    top: 47%;
}

.con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 87%;
    height: 3vw;
    margin-top: 6%;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
    color: white;
}
.con18_03 {
    width: 7% !important;
    right: 11%;
    top: 47%;
}
.con17_mid_map_search_item_tel {
    color: #808080e6;
}
 

.map {
    box-shadow: -6px 33px 32px 12px #00000038;
}


.map {
    box-shadow: -6px 33px 24px 12px #0000001f;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.7vw;
    font-family: pretendard-regular;
}
.con17_mid_map_search_item_title {
    font-size: 0.8vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 1.7% 0;
    font-size: 0.7vw;
    font-family: pretendard-regular;
}
.con17_mid_map_search_item_address {
    margin-top: 1%;
    margin-bottom: 1%;
    color: #808080e6;
}
.con17_mid_map_search_item_tel{
    display: none;
}
.con17_mid_map_search_bottom {
    overflow: scroll;
    height: 21.5vw;
    width: 100%;
}
.con04_08_01 {
    top: -19%;
    left: 22%;
    mix-blend-mode: normal;
    width: 21%;
    z-index: 3;
    animation: light 3s infinite;
}
.con06_03 {
    left: 39.5%;
    bottom: -4%;
    z-index: 4;
}
.con8_right_1_absol_5_ct {
    display: flex;
    font-size: 6.3vw;
    font-family: Pretendard-Extrabold;
    color: #fcde35;
    white-space: nowrap;
}

.con08_09 {
    width: 11%;
    margin-bottom: -1%;
}

.con8_right_1_absol_3 {
    width: 19.9967%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 31%;
    left: 13%;
}
.con8_right_1_absol_6{
    width: 31.9036%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 64%;
    right: 13%;
}

.con6_sd_div{
    height: 28vw;
    justify-content: flex-end !important;
    align-items: flex-end !important;
}

.con7_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 9% 0% -7% 0%;
    z-index: 2;
    width: 33%;
}

.con7_swiper_item_img {
    display: flex;
    align-items: flex-end;
    width: 16vw;
    height: 27vw;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.main_video_con{
    width: 60%;
    height: 35vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}
.main_video_con_video{
    width: 100%;
    height: 100%;
}
.interview{
    background: url("/images/16.png") no-repeat center / cover;
    
}
.interview_top{
    width: 32.4257%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.main_video_con {
    width: 64%;
    height: 35vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 6%;
}

.interview_ab{
    width: 11.2871%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 50%;
}
.interview_ab_2{
    width: 11.4851%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 50%;
}
.con9_top_3rd_absol{
display:none;}
.con9_top_4th{
z-index:2;
}
@media screen and (max-width:1023px) {
    .con5_swiper {
        width: 83%;
        overflow: hidden;
        padding-top: 7%;
        padding-bottom: 3%;
    }
}
@media screen and (max-width:599px) {
    .con3_content {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-direction: column;
    }
    .con03_bg01 {
        left: 0%;
        bottom: 50%;
        z-index: -1;
        width: 200% !important;
    }
    .con03_bg02 {
        left: 0%;
        top: 50%;
        z-index: -1;
        width: 200% !important;
    }
    .con3_left_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 48vw;
        margin: 0;
    }
    .con3_right_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: 94vw;
    }
    .con3_left_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 94vw;
        margin: 0;
    }
    .con3_left_mid_mid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 3% 0% 4% 0%;
        width: 68%;
    }
    .con3_left_mid_bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 58%;
    }
    .con3_left_bottom {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 73%;
        margin-left: 5%;
    }
    .con3_left_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 13% 0% 3% 0%;
        width: 17%;
    }
    .line_wave_div_red {
        width: 100%;
        height: 30px;
        z-index: 1;
        rotate: 0deg;
        overflow: hidden;
    }
    .con3_left_top{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 13% 0% 3% 0%;
        width: 17%;
    }
    .con3_left_mid_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 37%;
    }
    .con3_right_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 0% 0% -4% 3%;
        width: 32%;
    }
    .con3_absol_01 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        top: 12%;
        left: 43%;
        z-index: 1;
        width: 49%;
    }
    .con3_right_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: 121vw;
    }
    .con3_absol_01 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        top: 21%;
        left: 39%;
        z-index: 1;
        width: 55%;
    }
    .con3_right_left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 8% 0% -4% 3%;
        width: 32%;
    }
    .con3_absol_02 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        right: -7%;
        width: 69%;
        top: 22%;
        animation: backgroundchange 3s infinite;
    }
    .con3_absol_03 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: 71%;
        width: 43%;
        right: 6%;
    }
    .con4_top_top{
        width: 38%;
    }
    .con4_top_mid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 2% 0% 2% 0%;
        width: 40%;
    }
    .con4_top_bottom{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 87%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .con4_mid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 5% 0% 0% 0%;
        width: 99%;
    }
    .con04_01{
        left: 62%;
        bottom: -12%;
        z-index: 3;
        width: 30%;
    }
    .con4_scr_div_01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 185%;
        top: 1%;
        left: -81%;
        rotate: 270deg;
        z-index: 0;
        overflow: hidden;
    }
    .con4_scr_div_02 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 185%;
        top: 1%;
        right: -81%;
        rotate: 270deg;
        z-index: 0;
        overflow: hidden;
    }
    .con4_bottom_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 300%;
    }
    .con4_bottom_bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 6% 0% 10% 0%;
        width: 79%;
    }
    .con04_10 {
        mix-blend-mode: exclusion;
        top: -12%;
        animation: light 5s infinite;
        width: 161.8416% !important;
    }
    .con04_04 {
        animation: shakeAndFall 4s linear infinite;
        width: 90% !important;
        top: 10%;
    }
    .con04_09 {
        animation: shakeAndFall 2s linear infinite;
        animation-delay: 1.5s;
        width: 92.1683% !important;
    }
    .con04_03 {
        animation: fall 5s linear infinite;
        mix-blend-mode: lighten;
        animation-delay: 1s;
        width: 173.4158% !important;
    }
    .con4_bottom_mid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 300%;
    }
    .main_top_top {
        width: 44.5549%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 22%;
    }
    .main_top_bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 1% 0% 3% 0%;
        z-index: 1;
        width: 47%;
    }
    .main_mid_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        z-index: 1;
        width: 66%;
        align-items: center;
        margin: 6% 0% 3% 0%;
    }
    .main_mid_bottom {
        width: 90%;
        display: flex;
        z-index: 1;
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        margin: 0% 0% 9% 0%;
    }
    .main_bottom {
        display: flex;
        flex-direction: column;
        z-index: 1;
        justify-content: center;
        align-items: center;
        width: 97%;
        margin: 0% 0% -47% 0%;
        z-index: 2;
    }
    .main_top_top {
        width: 44.5549%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 44%;
    }
    .main_09 {
        top: 11%;
        z-index: 1;
        left: 6%;
        width: 35.198%;
    }
    .main_10 {
        z-index: 1;
        top: 18%;
        right: 6%;
        width: 35% !important;
    }
    .main_09 {
        top: 13%;
        z-index: 1;
        left: 6%;
        width: 35.198% !important;
    }
    .main_line_left {
        background-color: #c30d23;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        width: 0.2%;
        height: 167vw;
        left: 6%;
    }
    .main_line_right {
        background-color: #c30d23;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        z-index: 1;
        width: 0.2%;
        height: 167vw;
        left: 6%;
    }
    .con1_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 66%;
        align-items: center;
        margin: 5% 0% 2% 0%;
    }
    .con1_mid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 64%;
        margin: 4% 0% 3% 0%;
    }
    .con1_bottom {
        width: 91%;
    }
    .con1_scr {
        background-color: #151a2d;
        transform-origin: top;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        z-index: 1;
        padding: 0.5% 0% 0.5% 0%;
        scale: 2;
        margin-bottom: 2%;
    }
    .con01_01{
        width: 14.5743% !important;
        top: 21% ;
    }
    .con01_02 {
        right: 0%;
        top: 20%;
        width: 14.0891% !important;
    }
    .con01_12 {
        width: 5.11881% !important;
    }
    .con01_13 {
        width: 5.11881% !important;
    }
    .con01_14 {
        width: 5.11881% !important;
    }
    .con01_15 {
        width: 5.11881% !important;
    }
    .main_top_absol_1 {
        width: 800%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 5%;
        transform: rotate(338deg);
    }
    .main_top_absol_2 {
        width: 800%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 23%;
        transform: rotate(338deg);
    }
    .main_top_absol_3 {
        width: 800%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 41%;
        transform: rotate(338deg);
    }
    .main_top_absol_4 {
        width: 800%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 59%;
        transform: rotate(338deg);
    }
    .main_top_absol_5 {
        width: 800%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 77%;
        transform: rotate(338deg);
    }
    .main_top_absol_6 {
        width: 800%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 95%;
        transform: rotate(338deg);
    }
    .main_top_absol_7 {
        width: 800%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 113%;
        transform: rotate(338deg);
    }
    .con2_top_top {
        width: 44%;
        margin-top: 3%;
    }
    .con2_top_mid {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 2% 0% 2% 0%;
        width: 85%;
    }
    .con2_top_bottom {
        width: 55%;
    }
    .con2_mid {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 13% 0% 13% 0%;
        scale: 2;
    }
    .con2_bottom {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 11% 0;
        scale: 2;
        margin-top: 1%;
    }
    .con5_top_top {
        width: 44.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
    }
    .con5_scr {
        background-color: #c30d23;
        transform-origin: top;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 200%;
        z-index: 1;
        padding: 1% 0% 8% 0%;
        scale: 3;
    }
    .con5_top_mid {
        width: 35.297%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.5%;
        margin-bottom: 2.7%;
    }
    .con5_top_bottom {
        width: 137%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con5_top_bottom2 {
        width: 79.297%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.5%;
        margin-bottom: 2.6%;
    }
    .con5_top_top_absol {
        width: 30.9208%;
        display: flex;
        justify-content: center;
        left: 0;
        align-items: center;
        top: -4%;
    }
    .con5_top_top {
        width: 44.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24%;
    }
    .con5_swiper {
        width: 100%;
        overflow: hidden;
        padding-top: 16%;
        padding-bottom: 7%;
    }
    .con5_swiper_slide.swiper-slide-next img {
        transform: translateY(-15%);
        opacity: 1;
        scale: 1.7;
    }
    .con5_swiper_slide.swiper-slide-next{
        z-index: 3;
    }
    .con5_swiper {
        width: 100%;
        overflow: hidden;
        padding-top: 30%;
        padding-bottom: 7%;
    }
    .con5_swiper {
        width: 100%;
        overflow: hidden;
        padding-top: 27%;
        padding-bottom: 6%;
    }
    .con21_mid_prev {
        width: 10vw !important;
        height: 10vw !important;
    }
    .con21_mid_next {
        width: 10vw !important;
        height: 10vw !important;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        color: white !important;
        font-size: 5vw !important;
    }
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        color: white !important;
        font-size: 5vw !important;
    }
    .con5_bottom {
        width: 92%;
        margin-bottom: 12%;
        background: white;
    }
    .con5_bottom_1st {
        width: 87.6957%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 1%;
    }
    .con5_bottom_2nd {
        width: 54.0552%;
        display: flex;
        justify-content: center;
        margin-bottom: 5%;
        margin-top: 2%;
        align-items: center;
    }
    .con5_bottom_3rd {
        width: 76.9984%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
        margin-top: 66%;
    }
    .con5_bottom_3rd_absol_2_absol_1 {
        width: 50.9143%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 54%;
        top: -82%;
    }
    .con5_bottom_3rd {
        width: 80.9984%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
        margin-top: 85%;
    }
    .con5_bottom_3rd_absol_2_absol_1 {
        width: 50.9143%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 54%;
        top: -97%;
    }
    .con5_bottom_3rd_absol_2_absol_2 {
        width: 60.7952%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 49%;
        top: -99%;
    }
    .con5_bottom_3rd_absol_2_absol_3 {
        width: 44.4479%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 56%;
        bottom: 96%;
    }
    .con5_bottom_3rd_absol_2_absol_4 {
        width: 48.8523%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 55%;
        bottom: 103%;
    }
    .con5_bottom_3rd {
        width: 82.9984%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
        margin-top: 85%;
    }
    .con05_26{
        z-index: 1;
    }
    .con5_bottom_3rd_absol{
        z-index: 2;
    }
    .con5_bottom_3rd_absol_2{
        z-index: 3;
    }
    .con5_bottom_1st {
        width: 87.6957%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
        margin-bottom: 1%;
    }
    .con5_bottom_3rd {
        width: 82.9984%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 16%;
        margin-top: 85%;
    }
    .con5_bottom_1st_absol_2nd {
        width: 6.1037%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: 3%;
    }
    .con5_bottom_2nd_absol_2nd {
        width: 6.1037%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 5%;
        top: 3%;
    }
    .con5_bottom_3rd_absol_2nd {
        width: 6.1037%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        bottom: 3%;
    }
    .con5_bottom_4th_absol_2nd {
        width: 6.1037%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 5%;
        bottom: 3%;
    }
    .con5_bottom_5th_absol {
        width: 6.7358%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 16%;
        left: 12%;
    }
    .con5_bottom_7th_absol {
        width: 6.7358%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 17%;
        top: 4%;
    }
    .con5_bottom_8th_absol {
        width: 2.7358%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 23%;
        right: 18%;
        display: none;
    }
    .con6_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0% 0% 0% 0%;
    }
    .con6_top{
        width: 55.4059%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con6_mid{
        width: 68.505%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 3% 0% 3% 0%;
    }
    .con6_bottom{
        width: 71% !important;
        margin-top: 3%;
    }


    .con6_swiper_div {
        justify-content: center !important;
        position: relative !important;
    }

    .con6_swiper {
        width: 90%;
        overflow: hidden;
        margin-right: 0;
    }
    .con6_swiper_div {
        justify-content: center !important;
        position: relative !important;
    }

    .con6_swiper_div {
        justify-content: center !important;
        position: relative !important;
        margin-top: 7%;
        margin-bottom: 7%;
    }
    .con06_03 {
        left: 62.5%;
        bottom: -4%;
        z-index: 3;
        width: 33.505% !important;
    }

    .con7_top_top {
        width: 44%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }
    .con7_top_mid {
        width: 51.4059%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.5% 0% 0% 0%;
    }
    .con7_top_bottom {
        width: 64.6535%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 2% 0% 2% 0%;
    }
    .con7_top_bottom2 {
        width: 77.3168%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 19%;
    }
    .con7_bottom {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 2% 0% 0% 0%;
        z-index: 2;
        width: 61%;
    }
    .con7_absol_01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        top: -37%;
        left: 63%;
        width: 37.7%;
    }
    .con7_absol_02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        right: 104%;
        top: -13%;
        width: 62%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        right: 61%;
        top: -26%;
        color: white;
        font-size: 11vw;
        font-family: Pretendard-bold;
    }
    .con7_absol_02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        right: 54%;
        top: -30%;
        color: white;
        font-size: 16vw;
        font-family: Pretendard-bold;
    }
    .con7_count {
        font-family: pretendard-bold;
        font-weight: bold;
        font-size: 14vw;
        color: #fff;
        left: 15%;
    }
    .con7_scr_div_01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 116%;
        top: 45%;
        left: -53%;
        rotate: 270deg;
        z-index: 0;
        overflow: hidden;
    }
    .con7_scr_div_02 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 116%;
        top: 45%;
        right: -53%;
        rotate: 270deg;
        z-index: 0;
        overflow: hidden;
    }
    .con8 {
        background: url(/images/con08_bg.jpg) no-repeat center / cover;
        flex-direction: column;
    }

    .con8_left {
        width: 100% !important;
        align-items: center !important;
        margin-left: 0;
        margin-right: 0;
    }
    .con8_left_1 {
        width: 33.9802%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.7%;
        margin-top: 9%;
    }
    .con8_left_2 {
        width: 28.4538%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.7%;
    }
    .con8_left_3 {
        width: 61.9337%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con8_left_4 {
        width: 81.4389%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con8_right {
        width: 100% !important;
    }
    .con8_right_1_absol_5_ct {
        display: flex;
        font-size: 20vw;
        font-family: Pretendard-Extrabold;
        color: #fcde35;
    }
    .con8_right_1_absol_5 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 10%;
        margin-left: -4%;
    }
    .con8_bottom_1st_absol_2nd {
        width: 6.11881%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 7%;
        top: 5%;
    }
    .con8_bottom_2nd_absol_2nd {
        width: 6.11881%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 7%;
        top: 5%;
    }

    .con8_bottom_3rd_absol_2nd {
        width: 6.11881%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 7%;
        bottom: 5%;
    }
    .con8_bottom_4th_absol_2nd {
        width: 6.11881%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 7%;
        bottom: 5%;
    }
    .con8_left_1 {
        width: 33.9802%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.7%;
        margin-top: 12%;
    }
    .con8_right_1_absol_2{
        width: 92.45%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con8_absol {
        width: 7.66337%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 8%;
        top: 44%;
    }
    .con9_top {
        margin-top: 14%;
        margin-bottom: 1.3%;
        align-items: flex-end;
        width: 218%;
    }
    .con9_top_2nd {
        width: 45.297%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
        margin-top: 2%;
    }
    .con9_top_3rd {
        width: 87.0495%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
        z-index: 1;
    }
    .con9_top_3rd_absol {
        width: 20.5984%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -7%;
        top: 6%;
    }
    .con9_top_4th {
        width: 46.9505%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -37%;
        margin-bottom: 6%;
        z-index: 1;
    }
    .con9_top {
        margin-top: 18%;
        margin-bottom: 1.3%;
        align-items: flex-end;
        width: 218%;
    }
    .con9_absol {
        width: 28.8317%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0%;
        top: -6%;
    }
    .con10_top {
        width: 38.4356%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 10%;
    }
    .con9_top_4th {
        width: 56.9505%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -29%;
        margin-bottom: 6%;
        z-index: 1;
    }
    .con10_top_2nd {
        width: 77.1089%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 3%;
        margin-bottom: 4%;
    }
    .con10_top_3rd_item {
        margin: 2.7% 3.5%;
        width: 39.4741%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con10_top_3rd {
        width: 80%;
        flex-wrap: wrap;
        margin-bottom: 8%;
    }
    .con10_top_3rd {
        width: 80%;
        flex-wrap: wrap;
        margin-bottom: 8%;
        margin-top: 3%;
    }






    .bcon26_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        right: unset;
        left: unset;
        width: 67.7%;
        position: relative !important;
        margin-top: 13%;
    }
    .form {
        margin-top: 8%;
        width: 86%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 0.7%;
        background: white;
        margin-bottom: 3%;
        z-index: 1;
        margin-left: 0;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        white-space: nowrap;
        font-size: 3.4vw;
    }
    .form_row_imput {
        width: 70%;
        height: 4vw;
        background: transparent;
        border: none;
        font-size: 3.6vw;
        font-family: 'Pretendard-Regular';
        outline: none;
        padding-left: 5%;
    }
    .form_row > span {
        font-size: 3.3vw;
        margin-right: -8%;
    }
    .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%;
        padding-left: 0%;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
    }
    .form_agree_span {
        font-size: 3.1vw;
        font-family: Pretendard-regular;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        color: unset !important;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2.5%;
        box-sizing: border-box;
        width: 61.5%;
        color: white;
        margin-bottom: 5%;
        font-size: 4.4vw;
        font-family: Pretendard-bold;
        cursor: pointer;
    }
    .form {
        margin-top: 8%;
        width: 86%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        background: white;
        margin-bottom: 3%;
        z-index: 1;
        margin-left: 0;
    }
    .con15_bottom_scr {
        top: 0%;
        width: 300%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.4% 0;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 1.9vw !important;
        height: 1.9vw !important;
        position: absolute;
        border-radius: 50%;
    }



    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2.5%;
        box-sizing: border-box;
        width: 77.5%;
        color: white;
        margin-bottom: 5%;
        font-size: 4.4vw;
        font-family: Pretendard-bold;
        cursor: pointer;
    }


    .bcon26_left_mid {
        justify-content: center;
    }

    .bcon26_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        right: unset;
        left: unset;
        width: 72.7%;
        position: relative !important;
        margin-top: 18%;
    }
    .con11_02 {
        cursor: pointer;
        margin-top: 10%;
        width: 91%;
        margin-left: -14%;
    }
    .form {
        margin-top: 8%;
        width: 86%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        background: white;
        margin-bottom: 12%;
        z-index: 1;
        margin-left: 0;
    }
    .con12_01{
        width: 44.396vw !important;
    }
    .con12_top {
        width: 44.396%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 14%;
    }
    .con12_top_scr {
        background: #c30d23;
        padding: 1%;
        top: 0;
        width: 200%;
    }
    .con12_top_2nd {
        width: 75.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.6%;
    }
    .con12_top_3rd {
        width: 78.9406%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.2%;
        margin-bottom: 6%;
    }
    .con13_top {
        width: 44.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
    }
    .con13_top_2nd {
        width: 70.2772%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 2%;
    }
    .con7_mid_con > .con7_mid_top {
        font-family: NanumSquareNeo-Variable;
        font-size: 1.5vw;
        margin-top: 2%;
        width: 70%;
        margin-bottom: 4%;
    }
    .con7_mid_swiper_1 {
        width: 89%;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-right: 0;
    }
    .con7_mid_swiper_2 {
        width: 89%;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-right: 0;
    }
    .con7_mid_swiper_3 {
        width: 89%;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        display: flex;
        margin-right: 0;
    }
    .con7_swiper_item_img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 38vw;
        height: 58vw;
        border-radius: 0;
        overflow: hidden;
        position: relative;
        box-sizing: border-box;
    }
    .con7_mid_bottom {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }
    .con3_left_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 108vw;
        margin: 0;
    }
    .con04_05{
        width: 36.2772vw !important;
    }
    .con06_07{
        bottom: 1%;
    }
    .con7_top_mid {
        width: 51.4059%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 3.5% 0% 0% 0%;
    }
    .con7_top_bottom {
        width: 64.6535%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 6% 0% 2% 0%;
    }
    .con10_top {
        width: 38.4356%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 19%;
    }
    .con9_top_4th {
        width: 56.9505%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -29%;
        margin-bottom: 23%;
        z-index: 1;
    }
    .con10_absol {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -19%;
    }
    .con10_top {
        width: 38.4356%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 8%;
    }
    .con10_arrow {
        width: 3.23717%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con10_arrow_1 {
        left: unset;
        top: 12.5%;
    }
    .con10_arrow_2 {
        left: unset;
        top: 12.5%;
        display: none;
    }
    .con10_arrow_3 {
        left: unset;
        top: 12.5%;
        left: unset;
        top: 37%;
    }
    .con10_arrow_5 {
        left: unset;
        top: 12.5%;
        display: none;

    }
    .con10_arrow_4 {
        left: unset;
        top: 62.2%;
    }
    .con10_top_3rd_item_absol{
        display: none;
    }
    .con8_door_left{
        display: none;
    }
    .con8_door_right{
        display: none;
    }
    
    
    
    
    
    
    
    
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 17%;
}    

    
    .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow: scroll;
        height: 82.5vw;
        width: 100%;
    }      

.con17_mid_map_search {
    position: relative !important;
    width: 100%;
    background: white;
    height: 106vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    border-radius: 0;
    left: 0;
    border-bottom: 1px solid #80808082;
    border-left: 1px solid #80808082;
    border-right: 1px solid #80808082;
    box-sizing: border-box;
}       
        .sido1 {
        width: 36%;
        height: 4.6vw;
    }
    .sido1{
        font-size: 2.4vw;
    }    
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 17%;
}    

    
    .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow: scroll;
        height: 82.5vw;
        width: 100%;
    }         
    .con17_mid_map_search_mid input {
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 11vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 3vw;
}
    .con04_08_01 {
    top: -19%;
    left: 22%;
    mix-blend-mode: normal;
    width: 21%;
    z-index: 4;
    animation: light 3s infinite;
}
    
    .con01_01 {
        width: 9.5743% !important;
        top: 21%;
    }
    .con01_02 {
        right: 0%;
        top: 20%;
        width: 9.5891% !important;
    }    
    .con09_03{
        display: none;
    }
    
    .con8_right_1 {
        width: 64.8714%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 8% 0;
    }
    .con8_right_1_absol_5_ct {
        display: flex;
        font-size: 13vw;
        font-family: Pretendard-Extrabold;
        color: #fcde35;
    }    
    .con8_right_1_absol_3 {
    width: 19.9967%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 34%;
    left: 13%;
}
    .con8_right_1_absol_6 {
    width: 53.9036%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 66%;
    right: 13%;
}
    
    
    
    .con7_bottom{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 2% 0% -20% 0%;
        z-index: 2;
        width: 61%;
    }
    
    .con6_sd_div{
        height: 72vw;
    }
    
    .interview_top{
            width: 72.4257%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    }
    .main_video_con {
    width: 75%;
    height: 42vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 11%;
}
    
    
    .interview_ab {
    width: 19.2871%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 50%;
}
    
    .interview_ab_2 {
    width: 19.4851%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 50%;
}
    
  .con9_top_3rd_absol{
  display:none;}
  
    
    
}