* {
    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;
}

.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: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'TmonMonsori';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
    font-weight: normal;
    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 blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}

@keyframes sector2{
    0% {
        clip-path: polygon(50% 50%, 0% 0%, 0% 0%);
        z-index: 2;
    }
    12.5% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%);
    }
    12.500001% {
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 0%);
    }
    25%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%);
    }
    25.000001%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
    37.5%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    37.500001%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 100%);
    }
    50%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
        z-index: 1;
    }
    100%{
        clip-path: polygon(50% 50%, 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
        z-index: 1;
    }
}

.main{
    background: url(/images/main_bg.jpg) no-repeat center / cover;

}
.video_con{
    mix-blend-mode: color-dodge;
    width: 100%;
}
.video_con video{
    mix-blend-mode: overlay;
    width: 100%;
}
.main_top{
    width: 23.7129%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    margin-top: 12%;
}
.main_top_2nd{
    width: 55.1782%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    margin-top: -5.5%;
}
.main_left_absol{
    width: 30.2475%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16%;
    left: -9%;
    z-index: 2;
}
.main_right_absol{
    width: 30.2475%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -11%;
    top: 20%;
}
.main_right_bottom_absol{
    width: 10.2673%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11%;
    right: 6%;
}
.main_left_bottom_absol{
    left: 6%;
    bottom: 11%;
    width: 10.2673%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_top_3rd{
    width: 14.4851%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15%;
    margin-top: -6%;
    z-index: 1;
    overflow: hidden;
}
.main_01{
    width: 23.7129vw !important;
}
.main_02{
    width: 55.1782vw !important;
}
.main_left_bottom_absol_2{
    animation: scaleOpa2 2s infinite ;
}
.main_right_bottom_absol_2{
    animation: scaleOpa2 2s infinite ;
}
.main_top_4th{
    width: 62.0297%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -26%;
}
.con1_bottom_swiper {
    width: 75%;
    overflow: hidden;
    margin-top: 2%;
}
.con1{
    background: #ff2f00;
}
.con1_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con1_top_1st{
    width: 13.4158%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    margin-top: 8%;
    margin-bottom: 0.5%;
}
.con1_top_ct {
    color: #ffffff00;
    padding: 10px;
    background: url(/images/fire.png) repeat center / 200%;
    background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 6vw;
    font-weight: 900;
    font-style: italic;
    font-family: GmarketSansBold;
    letter-spacing: 1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    mix-blend-mode: lighten;
    white-space: nowrap;
}
.con2_top{
    width: 0.0990099%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    z-index: 1;
}
.con2_top_3rd{
    width: 28.8614%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 2%;
    margin-bottom: 2%;
}
.con2_top_4th{
    width: 34.1089%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_4th_ct_div{
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffd611;
    font-family: GmarketSansBold;
    font-style: italic;
    margin-top: 8%;
}
.con2_top_5th{
    width: 31.5842%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 2%;
    margin-bottom: 10%;
}
.con2_top_4th_ct_1{
    font-size: 7vw;
}
.con2_top_4th_ct_2{
    font-size: 3.5vw;
    margin-bottom: -13%;
}
.con1_bottom_scr{
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.4% 0;
    z-index: 1;
    bottom: 0;
}
.con1_bottom_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con1_bottom_scr .absol{
    right: -100%;
}
.con1 .video_con{
    mix-blend-mode: difference;
    width: 100%;
    bottom: 0;
    opacity: 0.3;
}
.con4_right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 14% 0;
}
.con4_right_swiper {
    width: 55%;
    overflow: hidden;
    margin-top: 2%;
}
.con4{
    background: url(/images/con04_bg.jpg) no-repeat center / cover;

}
.con4_left{
    width: 36.7822%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.con4_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}
.con4_right_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;

}
.con4_right_slide_con > img:nth-of-type(1){
    width: 100%;
}
.con4_right_slide_con > img:nth-of-type(2){
    width: 100%;
    opacity: 0;

}
.con4_right_slide_top{
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1%;
    height: 9vw;
    overflow: hidden;
    border-radius: 13px 13px 0 0;
}
.con4_right_slide img{
    transition: 0.3s all;
}
.con4_right_slide_top_2 > img:nth-of-type(2){
    opacity: 0;

}

.con4_right_slide.swiper-slide.swiper-slide-active >.con4_right_slide_con {
    scale: 1.32;
    margin-left: -26%;
}

.con4_right_slide.swiper-slide.swiper-slide-active >.con4_right_slide_con > img:nth-of-type(2) {
    opacity: 1;
}
.con4_right_slide.swiper-slide >.con4_right_slide_con > .con4_right_slide_top_2 > img:nth-of-type(2) {
    width: 127%;
}

.con4_right_slide.swiper-slide >.con4_right_slide_con > .con4_right_slide_top_2 > img:nth-of-type(1) {
    width: 98%;
}
.con4_right_slide.swiper-slide.swiper-slide-active >.con4_right_slide_con > .con4_right_slide_top_2 > img:nth-of-type(2) {
    opacity: 1;
    width: 127%;
}

.con4_right_slide.swiper-slide.swiper-slide-active >.con4_right_slide_con > .con4_right_slide_top_2 > img:nth-of-type(1) {
    opacity: 0;
    width: 98%;
}

.con4_right_slide_con{
    width: 100%;
    display: flex;justify-content: center;
    align-items: center;
    transition: 0.3s all;
}
.con4_right_swiper {
    width: 55%;
    overflow: hidden;
    margin-top: 2%;
    padding-left: 2%;
    padding: 3% 0;
    padding-left: 5.12%;
}
.con4_right_slide_top_2{
    top: -12%;
    right: 9%;
    width: 22%;
    display: flex;justify-content: center;
    align-items: center;
}
.con4_right_swiper {
    width: 55%;
    overflow: hidden;
    margin-top: 2%;
    padding-left: 2%;
    padding: 7% 0;
    padding-left: 5.12%;
}
.con4_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-top: 7%;
    padding-bottom: 12%;
}
.con3{
    height: 100%;
    pointer-events: none;
}
.con3_bg{
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.con3_bg img{
    height: 100%;
    width: 100%;
}
.con3_left{
    width: 21.3366%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
}
.con3_right{
    width: 21.3366%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7%;
}
.con3_top{
    width: 23.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
}
.con3_top_2nd{
    width: 0.0990099%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2% 0;
}
.con3_top_3rd{
    width: 35.9901%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;

}





.con5{
    flex-direction: column;
    background: url(/images/con05_bg.jpg) no-repeat center / cover;
    cursor: url(/images/con05_07.png), auto;
}
.con5_top{
    width: 18.7129%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 1.5%;
}
.con5_top_2nd{
    width: 29.3564%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-bottom: -6%;
}
.con5_top_3rd{
    width: 27.3267%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2%;
}
.con5_top_4th{
    width: 29.2574%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    margin-bottom: 5%;
}
.con5_left{
    position: absolute;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    transition: 0.3s all;
}
.con5_right{
    position: absolute;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    height: 100%;
    transition: 0.3s all;

}
.con5_left{
    position: absolute;
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    height: 100%;
}
.con5_left_top{
    width: 65.5443%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.con5_left_top_2nd{
    width: 112.102%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -24%;
    right: 25%;
    z-index: 1;

}
.con5_mid{
    transition: 0.3s all;

}
.con5_right_top{
    width: 100.215%;
    display: flex;
    justify-content: center;
    z-index: 2;
    align-items: center;
    margin-right: -43%;
}
.con5_right_top_2nd{
    width: 124.815%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -8%;
    left: 3%;
    z-index: 1;

}
.con5_left_top_3rd{
    width: 64.3886%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    right: 56%;
    z-index: 1;

}
.con5_right_top_3rd{
    width: 66.2047%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
    left: 56%;
    z-index: 1;
}
.con5_left_hover{
    left: 0;
     width: 50%;
    height: 100%;
    z-index: 3;
}
.con5_right_hover{
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 3;
}
.con5_left_hover:hover + .con5_right_hover + .con5_left{

    left: 11%;
}
.con5_left_hover:hover + .con5_right_hover + .con5_left + .con5_right{
    right: -11%;
}
.con5_left_hover:hover + .con5_right_hover + .con5_left + .con5_right +.con5_mid{
    transform: translateX(10%);
}




.con5_right_hover:hover  + .con5_left{

    left: -11%;
}
.con5_right_hover:hover + .con5_left + .con5_right{
    right: 11%;
}
.con5_right_hover:hover +  .con5_left + .con5_right +.con5_mid{
    transform: translateX(-10%);
}
.con6{
    flex-direction: row;
    background: #ff2f00;

}
.con6_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con6_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.con6_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-right: -15%;
    margin-left: 4%;
}
.con6_left_1st{
    justify-content: flex-start !important;
}
.con6_left_3rd{
    width: 55.022%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-bottom: 3%;
}
.con6_left_5th{
    width: 73.0328%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.con6{
    flex-direction: row;
    background: #ff2f00;
    padding-top: 10%;
    padding-bottom: 0%;
}
.con6_left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-right: -15%;
    margin-left: 4%;
    margin-top: -10%;
}
.con6_right_3rd{
    width: 32.0632%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6%;
    left: -8%;
}



.con6_bottom_scr{
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.55% 0;
    z-index: 1;
    top: 0;
}
.con6_bottom_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con6_bottom_scr .absol{
    right: -100%;
}



.con6_top_scr{
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.55% 0;
    z-index: 1;
    bottom: 0;
}
.con6_top_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con6_top_scr .absol{
    right: -100%;
}
.con6_right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: -3%;
}
.con7{
    background: url(/images/con07_bg.jpg) no-repeat center / cover;
}
.con7_top{
    width: 13.4158%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7%;
}
.con7_top_2nd{
    width: 15.9901%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    margin-bottom: 1.4%;
}
.con7_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 2%;
    margin-bottom: 6%;
}
.con7_mid_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    background: white;
    border-radius: 30px 0 0 30px;

}
.con7_mid_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: #ff2f00;
    border-radius: 0 30px 30px 0;


}

.con5_left_top_4th{
    width: 261.022%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}
.con5_right_top_4th{
    width: 261.022%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}
.con7_mid_left_1st{
    width: 42.3479%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-bottom: 4%;
    margin-right: 15%;
    overflow: hidden;
}
.con7_mid_right_1st{
    width: 56.2162%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-bottom: 4%;
    margin-left: 15%;
    overflow: hidden;
}
.con7_mid_left_swiper {
    width: 79%;
    overflow: hidden;
    margin-top: 0%;
    margin-bottom: 7%;
    margin-right: 13%;
}
.con7_mid_right_swiper {
    width: 79%;

    overflow: hidden;
    margin-top: 0%;
    margin-bottom: 7%;
    margin-left: 13%;
}
.con7_mid_top{
    width: 13.179%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    top: 11%;
}
.con7_mid_left_swiper {
    width: 79%;
    overflow: hidden;
    margin-top: 0%;
    margin-bottom: 7%;
    margin-right: 15%;
}
.con7_mid_right_swiper {
    width: 79%;
    overflow: hidden;
    margin-top: 0%;
    margin-bottom: 7%;
    margin-left: 15%;
}
.con8{
    background: #ffd611;
}
.con8_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 20vw;
}
.con8_mid_swiper{
    width: 55%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -7%;
    padding: 0 3%;
}

.con8_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 20vw;
    background: white;
    border-radius: 30px;
    margin-top: 3%;
    margin-bottom: 6%;
}
.con8_mid_swiper {
    width: 55%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -7%;
    padding: 0 24%;
}
.con8_mid_inner{
    width: 100%;
    height: 100%;
}
.con8_mid_inner {
    width: 99.5%;
    height: 98%;
    border: 9px solid #ffd611;
    border-radius: 25px;
    box-sizing: border-box;
}
.con8_top{
    width: 47.0297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con8_top_2nd{
    width: 47.0297%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.7% 0;
}
.con8_mid_swiper_prev{
    left: 21% !important;
    top: 57% !important;
    color: #ffd611 !important;
}
.con8_mid_swiper_next{
    right: 21% !important;
    top: 57% !important;
    color: #ffd611 !important;
}
.con08_4{
    width: 22.9219%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16%;
    left: 6%;
}
.con08_5{
    width: 40.5452%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11%;
    right: 5%;
}
.con08_6{
    width: 41.5819%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -38%;
    bottom: 15%;
}








.con9_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60%;
    margin-bottom: -1%;
    border-radius: 15px;
}



.con9_mid .con7_mid_con{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    border-radius: 15px  ;
}

.con7_mid_top_cate_margin{
    border-left: 1px solid #ff2F00;
    border-right: 1px solid #ff2F00;
}
.con9_mid .con7_mid_top {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 87%;
    border: 1px solid #ff2f00;
    height: 3vw;
    background: white;
    font-family: pretendard-regular;
    color: #ff2f00;
    font-size: 1.4vw;
}
.con7_mid_top_cate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    white-space: nowrap;
    height: 100%;
    transition: 0.3s all;
    cursor: pointer;
}
.con9_mid  .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 .absol{
    opacity: 1;
}
.con7_mid_top_cate:hover{
    background: #ff2f00;
    color: white;
    font-family: Pretendard-bold;
}

.con7_mid_top_cate_on{
    background: #ff2f00;
    color: white;
    font-family: Pretendard-bold;
}

.con9_top_2nd{
    width: 36.8317%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    overflow: hidden;
}
.con9_mid  .con7_mid_top > div> img{
    width: 100%;
}
.con9_mid  .con7_22{
    width: 100%;
    margin-top: 0.76%;
    border-bottom: 1px solid black;
}
.con9_mid .con7_2_2nd{
    width: 100%;
}
.con9_mid .con7_mid_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 88%;
    padding-top: 3%;
    padding-bottom: 5%;
}
.con9_mid .con7_mid_swiper_1 {
    width: 100%;
    overflow: hidden;
}
.con9_mid .con7_mid_swiper_2 {
    width: 100%;
    overflow: hidden;
}
.con9_mid .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%;
    border: 1px solid #ff2f00;
    box-sizing: border-box;
    border-radius: 15px;
    background: #ff2F00;
}
.con7_mid_swiper_1_slide img{
    width: 100%;
}

.con7_swiper_item_img:hover img{
    scale: 1.1;
}
.con7_swiper_item_img:hover p{
    opacity: 1;
}
.con7_swiper_item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 14vw;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-radius: 15px 15px 0 0;
    margin-top: 0.2%;
}
.con7_mid_swiper_1_slide_text{
    color: white;
    opacity: 0;
    display: flex;
    justify-content: center;align-items: center;
    text-align: center;
    padding: 5%;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.9vw;
    letter-spacing: 0.06vw;
}
.con7_swiper_item_img > img{
    transition: all 0.3s;
}
.con7_mid_swiper_1_slide img {
    width: 100%;
}
.con7_mid_swiper_1_slide > p {
    margin-top: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73%;
    white-space: nowrap;
    font-size: 1.5vw;
    font-family: GmarketSansMedium;
    bottom: 9%;
    border-radius: 50px;
    padding-top: 1%;
    color: white;
    margin-bottom: 4%;
}
.con9 {
    background: #ffd611;
}
.con9_mid .con7_mid_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 115%;
    padding-top: 3%;
    padding-bottom: 5%;
}
.con9_bottom_1st{
    width: 19.604%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_bottom_2nd{
    width: 19.604%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3%;
}
.con9_bottom_3rd{
    width: 19.604%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_bottom{
    margin-bottom: 6%;
}
.con9_left{
    width: 28.2673%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -6%;
    top: 0%;
}
.con9_right{
    width: 28.2673%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10%;
    top: 0%;
}
.con9_bottom_absol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con9_bottom {
    margin-bottom: 6%;
    z-index: 1;
}
.con6_bg2{
    width: 100% !important;
    bottom: 0;
}
.con10{
    background: #ff2F00;
}
.con10_con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 94%;
    background: white;
    margin: 3%;
    overflow: hidden;
    border-radius: 20px;
}
.con10_top{
    width: 43.8157%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 5%;
    overflow: hidden;
}
.con10_con_top_absol{
    width: 4.47637%;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center;
}
.con10_mid_item:nth-of-type(2) {
    width: 22.8031%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2%;
    margin-top: -6%;
}
.con10_mid_item_2nd{
    width: 48.9524%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -3%;
    right: -12%;
    z-index: 1;
}
.con10_bottom{
    width: 20.644%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6.5%;
}


.con10_top_scr{
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.4% 0;
    z-index: 1;
    top: 0;
}
.con10_top_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con10_top_scr .absol{
    right: -100%;
}

.con10_mid_scr{
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.4% 0;
    z-index: 1;
}
.con10_mid_scr img{
    width: 300%;
    animation: marqueeX 60s infinite linear;
}
.con10_mid_scr .absol{
    right: -100%;
}


.con10_bottom_scr{
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.4% 0;
    z-index: 1;
    bottom: 0;
}
.con10_bottom_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con10_bottom_scr .absol{
    right: -100%;
}
.con10_mid{
    z-index: 1;
}
.con10_con_top_absol {
    width: 4.47637%;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center;
    top: 19%;
    right: 17%;
}


.sector {
    display: inline-block;
    width: 3.5vw;
    height: 3.5vw;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -4.1%;
    margin-left: -4%;
    z-index: 1;
}

.con10_con_top_absol_2nd {
    animation: sector2 4s steps(2,end) both infinite;
    transform: rotate(45deg);
}
.con10_con_top_absol_3rd {
    animation: sector2 4s steps(2,end) both infinite;
    animation-delay: 2s;
    transform: rotate(45deg);
}
.con10_con_top_absol_4th{
    width: 81.3702%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.con11_bottom{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con11_bottom_swiper {
    width: 100%;
    overflow: hidden;
}
.con11{
    background: #ff2F00;
}
.con11_top{
    margin-top: 2%;
}
.con11_mid{
    width: 29.4059%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 1%;
    z-index: 1;
}
.con11_mid_2nd{
    width: 38.3663%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;

}
.con11_bottom_swiper {
    width: 100%;
    overflow: hidden;
    padding: 5% 0;
    margin-bottom: 2%;
}
.con11_bottom_slide img{
    transition: 0.3s all;
}
.con11_bottom_slide.swiper-slide.swiper-slide-next +.con11_bottom_slide +.con11_bottom_slide{
    z-index: 2;
}
.con11_bottom_slide.swiper-slide.swiper-slide-next +.con11_bottom_slide +.con11_bottom_slide > img {
    scale :1.4
}
.con11_12_div{
    width: 37.1287%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.con11 .fire02{
    opacity: 0.4;
}
.con12{
    background: url(/images/con12_bg.jpg) no-repeat center / cover;

}
.con12_top{
    width: 13.4158%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7%;
    margin-bottom: 1%;
}
.con12_top_2nd{
    width: 43.9109%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 2%;
}
.con12_mid{
    margin-bottom: 9%;
}
.con12_mid_left{
    width: 27.6238%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
}
.con12_mid_left_3rd{
    top: 24%;
    left: 22%;
    color: white;
    font-family: pretendard-bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_mid_left_3rd{
    top: 24%;
    right: 63%;
    color: white;
    font-family: pretendard-bold;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5vw;
}
.con12_mid_left_3rd_ct{
    font-family: TmonMonsori;
    white-space: nowrap;
}
.con12_03{
    width: 31%;
    margin-bottom: -15%;
    margin-left: 2%;
}
.con12_mid_left_2rd{
    width: 40.1253%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 55%;
    left: 38%;
    animation: blk 1s infinite;
}
.con12_mid_right{
    width: 25.5446%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.con12_mid_right_2nd{
    width: 16.0899%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 3.5%;
    right: 12%;
    animation: blk 1s infinite;
}


.con12_bottom_scr{
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.55% 0;
    z-index: 1;
    bottom: 0;
}
.con12_bottom_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con12_bottom_scr .absol{
    right: -100%;
}
.con13{
    background: #ff2F00;
}
.flip_clock01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3% 0;
}



.con13_bottom_scr{
    background: #ff2F00;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.4% 0;
    z-index: 1;
    bottom: 0;
}
.con13_bottom_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con13_bottom_scr .absol{
    right: -100%;
}
.con13_top{
    width: 41.9802%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 6%;
    margin-bottom: 2%;
    overflow: hidden;
}
.con13_mid{
    z-index: 1;
}
.con13_mid img{
    width: 18%;
}
.con13_04{
    margin: 0 1.3%;
}
.con13_mid_2nd{
    width: 0.0990099%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 1%;
}
.con13_mid_3rd{
    width: 20.3465%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 2%;
}
.con13_mid_4th{
    width: 53.4653%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8%;
}
.con13_mid_4th_absol{
    width: 4.99926%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16%;
    left: 30.6%;
    overflow: hidden;
}
.con13_mid_5th_absol{
    width: 11.1095%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18.4%;
    left: 27.5%;
    animation: blk 1s infinite;
}
.con13_mid_6th_absol{
    width: 33.0507%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8.7%;
    animation: blk 1s infinite;

}
.clock_wrap {
    width: 45%;
}

.con13 .video_con {
    mix-blend-mode: hard-light;
    width: 100%;
    bottom: 0;
    opacity: 0.3;
    z-index: 1;
}






.con17_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 80%;
    margin-bottom: 7%;
}
.map{
    width: 98%;
    height: 33vw;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    border-radius: 20px;
    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: #ff2F00;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #ff2F00;
    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{
    width: 7% !important;
    right: 8%;
}
.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%;
}
.con14_top{
    width: 13.4158%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 0.6%;
    overflow: hidden;
}
.con14_top_2nd{
    width: 36.6337%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;overflow: hidden;
}
.con14{
    background: url(/images/map_BG.jpg) no-repeat center / cover;

}
.con14_bottom{
    background: #ff2F00;
    width: 100%;
    height: 20vw;
    bottom: 0;
}
.con14_left{
    width: 39.3564%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -1%;
    bottom: 33%;
}
.con14_right{
    width: 39.3564%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 22%;
    right: -1%;
}





.bcon26{
    padding-bottom: 8%;
    flex-direction: row-reverse;
}
.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: 2px solid #ff2F00;
    border-radius: 30px;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    border-bottom: 1px solid #ff2f00;
    padding-bottom: 2%;
    margin-top: 5%;
}
.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 87%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: #ff2F00;
    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: #ff2f00;
    color: #ff2f00;
    padding-left: 5%;
}
.form_row_imput:focus{
    border: none;
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: #ff2F00;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 1px solid #ff2f00;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.form_agree_check:checked {
    background: #ff2f00;
    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: #ff2F00;
    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;
    border-radius: 30px;
}
.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: 82%;
}
.con14_03{
    margin-top: 5%;
    margin-bottom: 5%;
    width: 61%;
}
.con14_04{
    cursor: pointer;
    width: 81%;
    animation: blk 1s infinite;
}
.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 #ff2F00;
    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: #ff2F00;
    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: #ff2F00;
}
.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 #ff2F00;
    padding-left: 0%;
}
.form_row_imput_radio:checked {
    background:#ff2F00;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    background: url(/images/con20_05.png) center / 86% no-repeat;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -8%;
    color: #ff2F00;
}
.form_row_radio {
    padding-top: 1%;
    padding-bottom: 2%;
}

.bcon26_bottom_scr{
    background: #ff2F00;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.4% 0;
    z-index: 1;
    bottom: 0;
}
.bcon26_bottom_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.bcon26_bottom_scr .absol{
    right: -100%;
}
.con13_mid_4th {
    width: 53.4653%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8%;
    z-index: 1;
}
.flip_clock01 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3% 0;
    z-index: 1;
}
.con10_mid_item_video_1{
    width: 81%;
    overflow: hidden;
    height: 22vw;
    top: 0.2%;
    right: 3%;
    border-radius: 0 30px 30px 0;
}
.con10_mid_item_video_1 video{
    width: 100%;
}
.con10_mid_item_video_2 video{
    width: 100%;
	margin-top:-43%
}
.con10_mid_item_video_2{
    width: 81%;
    overflow: hidden;
    height: 22vw;
    top: 0.2%;
    right: 3%;
    border-radius: 0 30px 30px 0;
}
.con10_mid_item_video_3 video{
    width: 100%;
}
.con10_mid_item_video_3{
    width: 81%;
    overflow: hidden;
    height: 22vw;
    top: 0.2%;
    left: 1%;
    border-radius:  30px 0 0 30px;
}
.con1_top_ct{
    color: #ec7a0080;
}
.con06_07{
    width: 100%;
    animation: light 2s infinite;
}
.con6_left_2nd_2{
    width: 12.0792%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con6_left_2nd{
    width: 50.9901%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: unset;
}
.main_top_4th {
    width: 88.0297%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -96%;
}
.main_top_4th_1{
    width: 37.6416%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 13%;
    animation: rotate_image1 infinite linear 15s;
}
.main_top_4th_2{
    width: 37.6416%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 13%;
    animation: rotate_image1 infinite linear 15s;
}
.main_09{
    width: 100%;
    z-index: 1;
}
.main_left_absol{
    /*animation: hand 2s infinite alternate;*/
}
.main_right_absol{
    /*animation: hand 2s infinite alternate;*/
    animation-delay: 0.3s;
}
.con2_top{
    overflow: hidden;
}
.con6_left_2nd {
    width: 50.9901%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2%;
}
.con7_top_3rd{
    overflow: hidden;
}
.con11_top_2nd{
    width: 68.7129%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2%;
}
.con11_top{
    margin-top: 2%;
    z-index: 1;
}
.con11_top_1st{
    overflow: hidden;
}
.con11_top_2nd{
    overflow: hidden;
}
.con11_12_div{
    z-index: 1;
}
.con08_11{
    width: 117% !important;
    margin-right: -8%;
}
.con08_12{
    width: 122% !important;
    margin-left: -9%;
}
.con10_09{
    animation: blk 1s infinite;
}
.con10_05{
    animation: blk 1s infinite;
    
}
.con7{
    background-attachment: fixed;
}
.con12{
    background-attachment: fixed;
}
.con10_con_top_absol {
    width: 4.47637%;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center;
    top: 16%;
    right: 21%;
}
.con10_mid_item_video_3 {
    width: 83%;
    overflow: hidden;
    height: 22vw;
    top: 0.2%;
    left: 0%;
    border-radius: 30px 0 0 30px;
}
.con10_mid_item_video_2 {
    width: 82%;
    overflow: hidden;
    height: 22vw;
    top: 0.2%;
    right: 2%;
    border-radius: 0 30px 30px 0;
}
.con10_mid_item_video_1 {
    width: 82%;
    overflow: hidden;
    height: 22vw;
    top: 0.2%;
    right: 2%;
    border-radius: 0 30px 30px 0;
}


.con13_mid_4th_add_1st{
        width: 10.9901%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 6%;
    overflow: hidden;
}

.con13_mid_4th_add_2nd{
    width: 37.2277%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 1%;
    margin-bottom: 2%;
    overflow: hidden;
}


.con13_mid_4th_absol_2nd{
    animation: blk 1s infinite linear
}



.con13_mid_4th_1st{
    width: 6.01579%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12.3%;
    overflow: hidden;
    left: 30%;
}
.con13_mid_4th_2nd{
    width: 6.01579%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 20.3%;
    left: 30%;
    overflow: hidden;
    
}
.con13_mid_4th_3rd{
    width: 6.01579%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28.3%;
    left: 30%;
    overflow: hidden;
    
}



.con13_mid_4th_4th{
    width: 9.90292%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    left: 37%;
}

.con13_mid_4th_5th{
    width: 9.90292%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 14.5%;
    left: 37%;
}
.con13_mid_4th_6th{
    width: 9.90292%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 23%;
    left: 37%;
}

.con13_mid_4th_7th{
    width: 23.8781%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -15%;
    right: -10%;
}


@media screen and (max-width:1023px) {
    .con12{
        background-attachment: unset;
    }
    .con7{
        background-attachment: unset;
    }    
    .con11_bottom_slide.swiper-slide.swiper-slide-next +.con11_bottom_slide +.con11_bottom_slide{
        z-index: 2;
    }
    .con11_bottom_slide.swiper-slide.swiper-slide-next +.con11_bottom_slide +.con11_bottom_slide > img {
        scale :1
    }
    .con11_bottom_slide.swiper-slide.swiper-slide-active{
        z-index: 2;
    }
    .con11_bottom_slide.swiper-slide.swiper-slide-active{
        scale :1.4
    }
    .con11_bottom_swiper {
        width: 91%;
        overflow: hidden;
        padding: 7% 4%;
        margin-bottom: 2%;
    }
    .con08_12{
        margin-left: 0;
    }
    .con08_11{
        margin-right: 0;
        
    }
}
@media screen and (max-width:599px) {
    .main{
        background: url(/images/main_bgm.jpg) no-repeat center / cover;

    }
    .con4{
        background: url(/images/con04_bgm.jpg) no-repeat center / cover;

    }
    .con5{
        background: url(/images/con05_bgm.jpg) no-repeat center / cover;

    }
    .con14{
        background: url(/images/map_bgm.jpg) no-repeat center / cover;

    }
    .bcon26{
        background: url(/images/form_bgm.jpg) no-repeat center / cover;

    }
    .main  img{
        width: 100%;
    }
    .main_top {
        width: 23.7129%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        margin-top: 37%;
    }
    .main_01 {
        width: 58.7129vw !important;
    }
    .main_top {
        width: 58.7129%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        margin-top: 37%;
    }
    .main_02 {
        width: 110.1782vw !important;
    }
    .main_top_2nd {
        width: 74.1782%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        margin-top: -9.5%;
    }
    .main_top_3rd {
        width: 40.4851%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 34%;
        margin-top: -8%;
        z-index: 1;
    }
    .main_left_absol {
        width: 30.2475%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 55%;
        left: -9%;
        z-index: 2;
    }
    .main_right_absol {
        width: 30.2475%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -11%;
        top: 55%;
    }
    .main_left_bottom_absol {
        left: 1%;
        bottom: 8%;
        width: 20.2673%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_right_bottom_absol {
        width: 20.2673%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 8%;
        right: 1%;
    }
    .video_con {
        mix-blend-mode: color-dodge;
        width: 200%;
        bottom: 0;
        opacity: 0.4;
    }
    .map_01{
        width: 35.4158vw !important;
    }
    .con1_top_1st {
        width: 35.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        margin-top: 12%;
        margin-bottom: 0.5%;
    }
    .con1_top{
        width: 84.6139%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-bottom: 0%;
    }
    .con02_04{
        width: 164.4356% !important;
    }
    .con1_top_ct {
        color: #ffffff00;
        padding: 10px;
        background: url(/images/fire.png) repeat center / 200%;
        background-size: cover;
        background-position: center;
        -webkit-background-clip: text;
        text-transform: uppercase;
        font-size: 10vw;
        font-weight: 900;
        font-style: italic;
        font-family: GmarketSansBold;
        letter-spacing: 1px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        mix-blend-mode: lighten;
    }
    .con1_bottom_swiper{
        width: 91%;
        overflow: hidden;
        margin-top: 2%;
    }
    .con1_top{
        width: 71.6139%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 0%;
    }
    .con2_top_3rd{
        width: 50.8614%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 3%;
        margin-bottom: 2%;
    }
    .con2_top_4th{
        width: 69.1089%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .con2_top_5th{
        width: 49.5842%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 3%;
        margin-bottom: 17%;
    }
    .con2_top_4th {
        width: 84.1089%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .con2_top_4th_ct_1 {
        font-size: 16vw;
    }
    .con2_top_4th_ct_2 {
        font-size: 7.5vw;
        margin-bottom: -13%;
    }
    .con1_top_ct {
        color: #ffffff00;
        background: url(/images/fire.png) repeat center / 200%;
        background-size: cover;
        background-position: center;
        -webkit-background-clip: text;
        text-transform: uppercase;
        font-size: 12vw;
        font-weight: 900;
        font-style: italic;
        font-family: GmarketSansBold;
        letter-spacing: 1px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
        mix-blend-mode: lighten;
        margin-bottom: -5%;
    }
    .con1 .video_con {
        mix-blend-mode: difference;
        width: 200%;
        bottom: 0;
        opacity: 0.3;
    }
    .con1_bottom_scr {
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200%;
        padding: 0.4% 0;
        z-index: 1;
        bottom: 0;
    }
    .con1_bottom_scr img {
        width: 100%;
        animation: marqueeX 30s infinite linear;
    }
    .con3_top {
        width: 61.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 26%;
    }

    .con1_top {
        width: 84.6139%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 0%;
    }
    .con4_left {
        width: 36.7822%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        position: relative !important;
    }

    .con4_right_swiper {
        width: 79%;
        overflow: hidden;
        margin-top: 2%;
        padding-left: 2%;
        padding: 34% 0;
        padding-left: 21%;
    }
    .con4_right_slide.swiper-slide.swiper-slide-active >.con4_right_slide_con {
        scale: 1.8;
        margin-left: -32%;
    }
    .con4_right_slide.swiper-slide.swiper-slide-active{
        z-index: 2;
    }
    .con4_right_slide_top {
        width: 98%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 1%;
        height: 19vw;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
    }
    .con4_left {
        width: 93.7822%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        position: relative !important;
        margin-left: -7%;
        margin-top: 17%;
        margin-bottom: -8%;
    }
    .con1_bottom_scr {
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300%;
        padding: 0.8% 0;
        z-index: 1;
        bottom: 0;
    }
    .con4_right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        padding-top: 7%;
        padding-bottom: 0%;
    }
    .con2_top_5th {
        width: 49.5842%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 3%;
        margin-bottom: 21%;
    }
    .con4_left{
    }
    .con4_right{
    }
    .con03_bg{
        width: 234% !important;
    }
    .con3_top {
        width: 70.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 26%;
    }
    .con3_top_2nd {
        width: 0.2990099%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 4% 0;
    }
    .con3_top_3rd {
        width: 84.9901%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .con3_top {
        width: 84.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 66%;
    }
    .con5_left_hover{
        left: 0;
        width: 100%;
        height: 50%;
        top: 0;
        z-index: 3;
    }
    .con5_right_hover {
        right: 0;
        width: 100%;
        height: 50%;
        z-index: 3;
        bottom: 0;
    }
    .con5_left {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        height: 30%;
        top: 0;
    }
    .con5_right {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0;
        height: 30%;
        bottom: 0;
        transition: 0.3s all;
    }
    .con5_mid {
        transition: 0.3s all;
        margin-top: 65%;
        margin-bottom: 65%;
        width: 250%;
    }
    .con5_left_top_2nd {
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: unset;
        right: -30%;
        z-index: 1;
        top: -52%;
    }
    .con5_left_top_3rd {
        width: 64.3886%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -20%;
        right: 30%;
        z-index: 1;
    }
    .con5_left_top {
        width: 65.5443%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: 0%;
    }

    .con5_left_top_4th {
        width: 150%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: -112%;
    }

    .con5_right_top_4th {
        width: 150%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        left: unset;
        bottom: -112%;
    }
    .con5_right_top {
        width: 87.215%;
        display: flex;
        justify-content: center;
        z-index: 2;
        align-items: center;
        margin-right: 0;
    }
    .con5_right_top_2nd {
        width: 109.815%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -39%;
        left: -47%;
        z-index: 1;
    }
    .con5_right_top_3rd {
        width: 66.2047%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: unset;
        bottom: -20%;
        left: 29%;
        z-index: 1;
    }



    .con5_left_hover:hover + .con5_right_hover + .con5_left{

        left: unset;
        top: 11%;
    }
    .con5_left_hover:hover + .con5_right_hover + .con5_left + .con5_right{
        right: unset;
        bottom: -11%;

    }
    .con5_left_hover:hover + .con5_right_hover + .con5_left + .con5_right +.con5_mid{
        transform: translateX(-10%);
        transform: translateY(20%);
    }




    .con5_right_hover:hover  + .con5_left{

        left: unset;
        top: -11%;

    }
    .con5_right_hover:hover + .con5_left + .con5_right{
        right: unset;
        bottom: 11%;

    }
    .con5_right_hover:hover +  .con5_left + .con5_right +.con5_mid{
        transform: translateX(10%);
        transform: translateY(-20%);
    }
    .con5_right_top_2nd {
        width: 109.815%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -64%;
        left: -59%;
        z-index: 1;
    }
    .con6_bottom_scr {
        background: black;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300%;
        padding: 0.65% 0;
        z-index: 1;
        top: 0;
    }
    .con6 {
        flex-direction: row;
        background: #ff2f00;
        padding-top: 10%;
        padding-bottom: 0%;
        flex-direction: column;
    }
    .con6_left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-right: 0;
        margin-left: 0;
        margin-top: 4%;
    }
    .con6_left_1st {
        justify-content: center !important;
        width: 137%;
    }
    .con6_left_3rd {
        width: 81.022%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-bottom: 3%;
    }
    .con6_left_4th{
        width: 0.397493%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_left_5th {
        width: 85.0328%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 14%;
    }
    .con6_right {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: -1%;
    }
    .con6_right_3rd {
        width: 32.0632%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -10%;
        left: -1%;
    }
    .con6_top_scr {
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300%;
        padding: 0.75% 0;
        z-index: 1;
        bottom: 0;
    }
    .con07_01{
        width: 56.4158vw !important;
    }
    .con7_top{
        width: 56.4158%;
        margin-top: 15%;

    }
    .con6_right_1st{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_right_2nd{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con7_top_2nd {
        width: 73.9901%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.5%;
        margin-bottom: 4.4%;
    }
    .con7_top_3rd{
        width: 81.4257%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }
    .con7_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin-top: 3%;
        margin-bottom: 15%;
    }
    .con7_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin-top: 3%;
        margin-bottom: 15%;
        flex-direction: column;
    }
    .con7_mid_left {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: white;
        border-radius: 30px 30px 0 0px;
    }
    .con7_mid_left_1st {
        width: 75.3479%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 4%;
        margin-right: 0;
    }
    .con7_mid_left_swiper {
        width: 82%;
        overflow: hidden;
        margin-top: 0%;
        margin-bottom: 7%;
        margin-right: 0;
    }
    .con7_mid_right {
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #ff2f00;
        border-radius: 0 0px 30px 30px;
    }
    .con7_mid_right_1st {
        width: 90.2162%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 4%;
        margin-left: 0;
    }
    .con7_mid_right_swiper {
        width: 82%;
        overflow: hidden;
        margin-top: 0%;
        margin-bottom: 11%;
        margin-left: 0;
    }

    .con7_mid_left_swiper {
        width: 82%;
        overflow: hidden;
        margin-top: 0%;
        margin-bottom: 23%;
        margin-right: 0;
    }
    .con7_mid_right_1st {
        width: 90.2162%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 24%;
        margin-bottom: 4%;
        margin-left: 0;
    }
    .con7 .con7_mid_top {
        width: 27.179%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 40%;
        rotate: 90deg;
    }
    .con8_top{
        width: 78.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
    }
    .con8_top_2nd{
        width: 78.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1.7% 0;
    }
    .con8_top_3rd{
        width: 78.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con8_mid{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 96%;
        height: 70vw;
        background: white;
        border-radius: 30px;
        margin-top: 6%;
        margin-bottom: 6%;
    }
    .con8_mid_swiper {
        width: 106%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -11%;
        padding: 0px 10%;
        padding-bottom: 25%;
    }
    .con8_mid_swiper_prev{
        left: 4% !important;
        top: 57% !important;
        color: #ffd611 !important;
    }
    .con8_mid_swiper_next{
        right: 4% !important;
        top: 57% !important;
        color: #ffd611 !important;
    }
    .con08_6 {
        width: 79.5819%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        bottom: -28%;
    }
    .con09_01{
        width: 49.4158vw !important;
    }
    .con9_top{
        width: 49.4158%;
        display: flex;

    }
    .con9_top_2nd {
        width: 83.8317%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2.5%;
        margin-bottom: 2.5%;
    }
    .con9_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 83%;
        margin-bottom: -1%;
        border-radius: 15px;
    }
    .con9_mid .con7_mid_top {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: 115%;
        border: 1px solid #ff2f00;
        height: 7vw;
        background: white;
        font-family: pretendard-regular;
        color: #ff2f00;
        font-size: 3.4vw;
    }
    .con7_swiper_item_img{
        height: 39vw;
    }
    .con7_mid_swiper_1_slide > p{
        margin-top: 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 73%;
        white-space: nowrap;
        font-size: 4.5vw;
        font-family: GmarketSansMedium;
        bottom: 9%;
        border-radius: 50px;
        padding-top: 1%;
        color: white;
        margin-bottom: 4%;
    }
    .con9_bottom {
        margin-bottom: 6%;
        z-index: 1;
        width: 184%;
        margin-left: -6%;
    }
    .con10_top {
        width: 78.8157%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 7%;
    }
    .con10_top_scr {
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300%;
        padding: 1% 0;
        z-index: 1;
        top: 0;
    }
    .con10_mid_scr {
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200%;
        padding: 0.4% 0;
        z-index: 1;
    }
    .con10_mid {
        z-index: 1;
        flex-direction: column !important;
    }
    .con10_mid_item{
        width: 72.7716%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con10_mid_item_video_1 {
        width: 81%;
        overflow: hidden;
        height: 70vw;
        top: 0.2%;
        right: 3%;
        border-radius: 0 15px 15px 0;
    }
    .con10_mid_item:nth-of-type(2) {
        width: 72.8031%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 2%;
        margin-top: 3%;
    }
    .con10_mid_item_video_2 {
        width: 81%;
        overflow: hidden;
        height: 71vw;
        top: 0.2%;
        right: 3%;
        border-radius: 0 15px 15px 0;
    }
    .con10_mid_item_video_3 {
        width: 83%;
        overflow: hidden;
        height: 71vw;
        top: 0.2%;
        left: 0%;
        border-radius: 14px 0 0 15px;
    }
    .con10_bottom {
        width: 68.644%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 12.5%;
        margin-top: 6%;
    }
    .con10_mid_item:nth-of-type(3) {
        margin-top: 4%;
    }
    .con10_bottom_scr {
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300%;
        padding: 1% 0;
        z-index: 1;
        bottom: 0;
    }
    .con11_top{
        margin-top: 8%;
    }
    .con11_top_1st{
        width: 23.57426%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con11_top_2nd{
        width: 59.7129%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 3%;
    }
    .con11_mid {
        width: 77.4059%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 3%;
    }
    .con11_mid_2nd {
        width: 93.3663%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
    }
    .con11_bottom_slide.swiper-slide.swiper-slide-next +.con11_bottom_slide +.con11_bottom_slide > img {
        scale :1
    }
    .con11_bottom_slide.swiper-slide.swiper-slide-active{
        scale :1
    }
    .con11_bottom_swiper{
        width: 91%;
        overflow: hidden;
        padding: 7% 4%;
        margin-bottom: 2%;
        margin-top: -6%;
    }
    .con11_12_div{
        width: 81.1287%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 14%;
        z-index: 1;
    }
    .con12_top {
        width: 49.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 12%;
        margin-bottom: 1%;
    }
    .con12_01{
        width: 49.4158vw !important;
    }
    .con12_top_2nd {
        width: 92.9109%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
        margin-top: 3%;
    }
    .con12_mid {
        margin-bottom: 9%;
        flex-direction: column;
    }
    .con12_mid_left {
        width: 83.6238%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 8%;
    }
    .con12_mid_right {
        width: 79.5446%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 6%;
        margin-bottom: 7%;
    }
    .con12_bottom_scr {
        background: black;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300%;
        padding: 1.05% 0;
        z-index: 1;
        bottom: 0;
    }
    .con12_mid_right_2nd {
        width: 23.0899%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 2%;
        right: 9%;
    }
    .con12_mid_left_3rd {
        top: 26%;
        right: 71%;
        color: white;
        font-family: pretendard-bold;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 10.5vw;
    }
    .con12_03 {
        width: 71%;
        margin-bottom: -42%;
        margin-left: 2%;
    }
    .con13_top {
        width: 76.9802%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 15%;
        margin-bottom: 5%;
    }
    .con13_mid {
        z-index: 1;
        flex-direction: column;
    }
    .con13_mid img {
        width: 73%;
    }
    .con13_mid_2nd {
        width: 0.2990099%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 2%;
    }
    .con13_mid_3rd {
        width: 79.3465%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 6%;
    }
    .clock_wrap {
        width: 93%;
    }
    .con13_mid_4th {
        width: 91.4653%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 9%;
        z-index: 1;
        margin-top: 4%;
    }
    .con13_12{
        width: 388.455% !important;
    }
    .con13_bottom_scr {
        background: #ff2F00;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300%;
        padding: 1.4% 0;
        z-index: 1;
        bottom: 0;
    }
    .con13 .video_con {
        mix-blend-mode: hard-light;
        width: 250%;
        bottom: 0;
        opacity: 0.3;
        z-index: 1;
    }
    .con13_mid_4th {
        width: 91.4653%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 18%;
        z-index: 1;
        margin-top: 4%;
    }



    .con17_01 {
        width: 55.1188vw !important;
    }
    .con17_top{
        width: 55.1188% !important;
        margin-top: 11%;
        margin-bottom: 3%;
    }
    .map {
        width: 100%;
        height: 61vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 10vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 4vw;
    }
    .con17_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 94%;
        margin-bottom: 7%;
        margin-top: 8%;
    }
    .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;
    }
    .sido1 {
        width: 36%;
        height: 6.6vw;
    }
    .search {
        width: 54%;
        height: 6.6vw;
    }
    .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: 10vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 5.3vw;
        font-family: pretendard-bold;
    }
    .map_01 {
        width: 71.4158vw !important;
    }
    .con14_top {
        width: 71.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 0.6%;
    }
    .con14_top_2nd {
        width: 90.6337%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
        margin-top: 4%;
    }



    .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: 3.5vw;
        height: 3.5vw;
        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: 3vw;
        height: 3vw;
        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;
    }
    .bcon26_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        right: 17%;
        left: unset;
        width: 24.7%;
        top: 16%;
        position: relative !important;
    }
    .bcon26_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        right: unset;
        left: unset;
        width: 48.7%;
        position: relative !important;
        margin-top: 12%;
    }
    .form {
        margin-top: 7%;
        width: 76%;
        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: 2.4vw;
    }
    .form_row > span {
        font-size: 2.3vw;
        margin-right: -8%;
    }
    .form_agree_span {
        font-size: 2.1vw;
        font-family: Pretendard-regular;
    }
    .form_row_imput {
        width: 70%;
        height: 3vw;
        background: transparent;
        border: none;
        font-size: 2.6vw;
        font-family: 'Pretendard-Regular';
        outline: none;
        padding-left: 5%;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 2.5vw;
        height: 2.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: 2.5vw;
        height: 2.5vw;
        position: absolute;
        color: unset !important;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2vw;
        height: 2vw;
        overflow: hidden;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
    }
    .con14_02 {
        width: 43%;
    }
    .con14_03{
        margin-top: 5%;
        margin-bottom: 5%;
        width: 113%;
        filter: brightness(0) invert(1);
    }
    .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: 3.4vw;
        font-family: Pretendard-bold;
        cursor: pointer;
    }
    .bcon26{
        flex-direction: column;
    }
    .bcon26_left {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        right: unset;
        left: unset;
        width: 70.7%;
        position: relative !important;
        margin-top: 12%;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        white-space: nowrap;
        font-size: 3.4vw;
    }
    .form {
        margin-top: 7%;
        width: 89%;
        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_imput {
        width: 70%;
        height: 5vw;
        background: transparent;
        border: none;
        font-size: 3.6vw;
        font-family: 'Pretendard-Regular';
        outline: none;
        padding-left: 5%;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 2.5vw;
        height: 2.5vw;
        overflow: hidden;
        outline: 0;
        background: #ffffff;
        color: white;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 11%;
        left: 3%;
        padding-left: 0%;
        border: 1px solid #ff2F00;
    }
    .form_row > span {
        font-size: 3.3vw;
        margin-right: -8%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        color: unset !important;
    }
    .bcon26 {
        padding-bottom: 13%;
    }
    .bcon26_bottom_scr {
        background: #ff2F00;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 300%;
        padding: 1% 0;
        z-index: 1;
        bottom: 0;
    }
    .con1_top_1st {
        width: 72.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        margin-top: 15%;
        margin-bottom: 0.5%;
    }
    .con2_top {
        width: 0.1990099%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        z-index: 1;
    }
    .con7_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 96%;
        margin-top: 3%;
        margin-bottom: 15%;
        flex-direction: column;
    }
    .con9_bottom {
        margin-bottom: 6%;
        z-index: 1;
        width: 184%;
        margin-left: 0;
        flex-direction: column-reverse !important;
    }
    .con9_bottom_3rd {
        width: 40.604%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .con9_bottom_2nd {
        width: 38.604%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 1.5%;
        margin-bottom: 1.5%;
    }
    .con9_bottom_1st {
        width: 36.604%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 4%;
    }
    .con9_bottom_absol {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }
    .con9_top {
        width: 49.4158%;
        display: flex;
        margin-top: 8%;
    }

    .con10_left_card{
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .con3_card{
        width: 72.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6%;
    }
    .main_top_4th {
        width: 194.0297%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -60%;
    }
.main_top_3rd {
    width: 40.4851%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 65%;
    margin-top: -8%;
    z-index: 1;
}    
    .con3{
        position: relative !important;
    background: url(/images/con04_bg.jpg) no-repeat center / cover;
        
    }
.con3_top {
    width: 84.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 113%;
}    
.con3_top_3rd {
    width: 92.9901%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 31%;
}    
.con13_mid_4th_absol {
    width: 6.99926%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 15%;
    left: 32.6%;
    overflow: hidden;
}
.con13_mid_5th_absol {
    width: 14.1095%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17.4%;
    left: 29.5%;
    animation: blk 1s infinite;
}
.con13_mid_6th_absol {
    width: 43.0507%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 9.7%;
    animation: blk 1s infinite;
}    
    .con02_04 {
        width: 185.4356% !important;
    }    
    .map_01 {
        width: 40.4158vw !important;
    }
    .con1_top_1st {
        width: 40.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        margin-top: 15%;
        margin-bottom: 0.5%;
    }    
    .con07_01{
            width: 40.4158vw !important;
    }    
    .con7_top{
            width: 40.4158% !important;
        
    }
    .con09_01 {
        width: 40.4158vw !important;
    }    
    .con9_top {
        width: 40.4158%;
    }    
    .con9_left {
        width: 31.2673%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -2%;
        top: 0%;
    }    
    .con9_right {
        width: 31.2673%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -9%;
        top: 0%;
    }    
    .con10_con_top_absol{
        width: 17.47637%;
        display: flex;
        justify-content: center;
        z-index: 1;
        align-items: center;
        top: 1%;
        right: 0%;        
    }
    .sector {
        display: inline-block;
        width: 13.5vw;
        height: 13.5vw;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -4.1%;
        margin-left: -4%;
        z-index: 1;
    }    
    .con12_01 {
        width: 40.4158vw !important;
    }    
    .con12_top {
        width: 40.4158% !important;
    }
.con13_mid_4th_add_1st {
    width: 25.9901%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 10%;
}    
    .con13_mid_4th_add_2nd {
    width: 63.2277%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 3%;
    margin-bottom: 2%;
}
    
    .con13_mid_4th_7th {
    width: 24.8781%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -7%;
    right: -2%;
}
    
    
    
    .con13_mid_4th_1st {
        width: 9.01579%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 9.7%;
        left: 30%;
    }
    .con13_mid_4th_2nd{
        width: 9.01579%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 15.7%;
        left: 30%;        
    }
    
        .con13_mid_4th_3rd{
        width: 9.01579%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 22.2%;
        left: 30%;        
    }
    
    .con13_mid_4th_4th {
    width: 12.90292%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    left: 39%;
}
    
        .con13_mid_4th_5th {
    width: 12.90292%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10.3%;
    left: 39%;
}
    
    .con13_mid_4th_6th {
        width: 12.90292%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 16.7%;
        left: 39%;
    }
    .con13_12 {
        width: 436.455% !important;
    }
}
