* {
    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: "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: 'SUIT-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    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: 'SDKukdetopokki-bold';
    src: url('/fonts/SDKukdetopokki-bBd.otf') 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: 'gukdae';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/SDKukdetopokki-aLt00.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 blk4 {
    0% {
        opacity: 1;
    }
    33% {
        opacity: 1;
    }
    34% {
        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 backgroundchange_3 {
    0% {
        background: url(/images/con1_11.png) no-repeat center / contain;
    }

    33% {
        background: url(/images/con1_12.png) no-repeat center / contain;
    }

    66% {
        background: url(/images/con1_13.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con1_11.png) no-repeat center / contain;
    }
}
@keyframes backgroundchange_4 {

    0% {
        background: url(/images/con15_14a.jpg) no-repeat center / contain;
    }
    33% {
        background: url(/images/con15_14b.jpg) no-repeat center / contain;
    }
    66% {
        background: url(/images/con15_14c.jpg) no-repeat center / contain;
    }
    100% {
        background: url(/images/con15_14a.jpg) no-repeat center / contain;
    }

}
.main{
    background: #022778;
}

.wing_lines{
    position: relative;
    left: 0;
    width: 100%;
    height: 36px
}
.wing_lines02{
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 80%;
    height: 23px;
}


.wing_lines::before, .wing_lines02::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px
}
.p3_line_long{
    width: 100%;
    bottom: 0;
}
.con19 .p3_line_long{
    width: 100%;
    top: 0;
    rotate: 180deg;
}
.wing_line {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 6px
}



/*.main_con > .wing_lines{bottom: 0}*/
.main_con > .wing_lines::before{background-color: #022778}
.main_con > .wing_lines .wing_line{background-color: #022778}
.con19 > .wing_lines::before{background-color: white}
.con19 > .wing_lines .wing_line{background-color: white}
.main_con {
    background: url(/images/main_bg.jpg) no-repeat center / cover;
    width: 96%;
    margin-bottom: 4%;
}

.main_top{
    width: 13.4617%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 1%;
    overflow: hidden;
}
.main_top_2nd{
    width: 11.966%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
    overflow: hidden;
}
.main_top_3rd{
    width: 21.7141%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
    overflow: hidden;
}
.main_top_4th{
    width: 25.9435%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
}
.p3_line_long {
    width: 30%;
    bottom: 0;
    margin-bottom: 1%;
}
.con19 .p3_line_long {
    width: 100%;
    top: 0;
    margin-bottom: 1%;
}
.main_top_6th{
    width: 34.4538%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 2%;
    overflow: hidden;
}
.main_17{
    height: 100%;
    width: 100%;
}
.main_con_absol_1{
    width: 92.5902%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84%;
    bottom: 4%;
}
.main_con_absol_2{
    width: 88.7534%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 13%;
}
.main div>img{
    width: 100% !important;
}
.main_top_5th_absol{
    width: 168.187%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    mix-blend-mode: overlay;
    animation: smoke 3s infinite;
    bottom: -81%;
}
.main_con_absol_3{
    width: 22.952%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    bottom: 24%;
    animation: ddm3;
}
.main_con_absol_4{
    width: 22.8488%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    bottom: 24%;
}
.main_con_absol_5{
    width: 4.1262%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 14%;
    left: 5%;
}
.main_con_absol_6{
    width: 4.1262%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 14%;
    right: 5%;
    transform: scaleX(-1);
}


.main_con_absol_7{
    width: 4.1262%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6%;
    left: 5%;
    transform: scaleY(-1);

}
.main_con_absol_8{
    width: 4.1262%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6%;
    right: 5%;
    transform: scaleY(-1) scaleX(-1);
}
.main_14_1{
    width: 100% !important;
    bottom: 8%;
}
.main_14_2{
    width: 100% !important;

    bottom: 14%;
}
.main_14_3{
    width: 100% !important;

    bottom: 20%;
}
.main_14_4{
    width: 100% !important;

    bottom: 26%;
}
.main_15{
    width: 100% !important;
    bottom: 0;
}
.main_con_absol_9{
    width: 24.4477%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 66%;
    left: 6%;
    overflow: hidden;
}
.main_con_absol_10{
    width: 26.5108%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 66%;
    right: 6%;
    overflow: hidden;
}
.con1{
    background: url(/images/con1_bg.jpg) no-repeat center / cover;
}
.con1_top{
    width: 35.5446%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-bottom: 3%;
}
.con1_top_absol{
    width: 19.0865%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -23%;
    bottom: 7%;
    overflow: hidden;
}
.con1_top_absol_2{
    width: 19.0865%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -23%;
    bottom: 7%;
    overflow: hidden;

}
.con1_absol_3{
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 1%;
}
.con1_mid{
    width: 41.8812%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -14%;
}
.con1_mid_left_absol{
    left: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39%;
}
.con1_09{
    width: 100%;
}
.con1_mid_left_absol {
    left: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39%;
    bottom: 15%;
}
.con1_mid_right_absol {
    right: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 39%;
    bottom: 15%;
}
.con1_absol{
    width: 11.9802%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    top: 7%;
}
.con1_absol_2{
    width: 11.9802%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    top: 7%;
}
.con1_mid_left_absol_2{
    width: 22.0992%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16%;
}
.con1_mid_left_absol_3{
    width: 6.98537%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 19%;
    top: 31%;
}
.con1_mid_left_absol_ct{
    font-family: SDKukdetopokki-bold;
    font-size: 6vw;
    color: #b9272e;
    left: 27%;
    top: 28%;
}



.con1_mid_right_absol_2{
    top: 16%;
    width: 10.1605%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_mid_right_absol_3 {
    width: 6.98537%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 29%;
    top: 31%;
}
.con1_mid_right_absol_ct {
    font-family: SDKukdetopokki-bold;
    font-size: 6vw;
    color: #b9272e;
    right: 38%;
    top: 28%;
}
.con1_mid_absol{
    width: 86.1195%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_mid_absol img{
    width: 100% !important;
}
.con1_11{
    animation: blk4 3s infinite linear;
}
.con1_12{
    animation: blk4 3s infinite linear;
    animation-delay: 1s;
}
.con1_13{
    animation: blk4 3s infinite linear;
    animation-delay: 2s;

}
.con2_mid{
    width: 41.9802%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    pointer-events: none;
}
.con2_mid_absol{
    opacity: 0;
}
.con2_absol_5{
    width: 68.5149%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    left: -20%;
    transition: 0.3s all;
}
.con2_absol_5:hover{
    left: 0;
}
.con2_absol_5:hover +.con2_absol_6{
    right: -20%;
}
.con2_absol_5:hover ~ .con2_top .con2_top_absol{
    opacity: 1;
}
.con2_absol_5:hover ~ .con2_top .con2_top_absol_2{
    opacity: 0;
}
.con2_absol_5:hover ~ .con2_top .con2_top_absol_3{
    opacity: 1;
}
.con2_absol_5:hover ~ .con2_absol_3{
    filter: unset;
}
.con2_absol_5:hover ~ .con2_absol_4{
    filter: grayscale(1);
}

.con2_absol_5:hover ~ .con2_mid .con2_mid_absol{
    opacity: 1;
}

.con2_absol_6{
    width: 68.5149%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;

    right: 0;
}
.con2_top{
    width: 12.9703%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    pointer-events: none;
    transition: 0.3s all;
}
.con2_top_absol_2{
    top: 0;
    left: 0%;
    width: 275.502%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: 0.3s all;

}
.con2_top_absol_3{
    top: 0;
    right: 0%;
    width: 275.502%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;

}
.con2_top_absol{
    width: 99.9746%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: 0.3s all;

}
.con2_07{
    z-index: 1;
    transition: 0.3s all;

}
.con2_absol{
    width: 24.3564%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 16%;
    left: 5%;
    pointer-events: none;
    transition: 0.3s all;

}
.con2_absol_2{
    width: 19.0594%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    right: 5%;
    top: 16%;
    pointer-events: none;
    transition: 0.3s all;


}
.con2_absol_3{
    width: 19.3564%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 0;
   left: 4%;
    pointer-events: none;
    transition: 0.3s all;


}
.con2_absol_4{
    width: 29.1584%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 5%;
    z-index: 1;
    pointer-events: none;
    transition: 0.3s all;


}
.con2_absol_3 {
    width: 19.3564%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 0;
    left: 4%;
    filter: grayscale(1);
    pointer-events: none;
    transition: 0.3s all;


}
.con3{
    background: url(/images/con3_bg.jpg) no-repeat center / cover;

}
.con3_con{
    width: 90%;
    border: 1px solid #022778;
    margin: 4% 0%;
}
.con3_con_top_2nd{
    display: flex;
    height: 31vw;
    width: 61%;
    background: white;
    justify-content: center;
    align-items: center;
    margin-top: 2.3%;
    position: relative;
    margin-bottom: 4%;
}
.con3_con_top_1st{
    width: 29.5342%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-right: -31%;
    overflow: hidden;

}
.con3_con_top_2nd iframe{
    width: 97%;
    height: 96%;
}
.con3_con_absol{
    width: 8.63476%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12%;
    top: 10%;
    overflow: hidden;
}
.con3_con_absol_2nd{
    width: 3.5749%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 16%;
    right: 13%;
}



.con3_con_absol_lt{
    top: 3%;
    left: 1.5%;
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_con_absol_rt{
    top: 3%;
    right: 1.5%;
    transform: scaleX(-1);
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con3_con_absol_lb{
    bottom: 3%;
    left: 1.5%;
    transform: scaleY(-1);
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con3_con_absol_rb{
    bottom: 3%;
    right: 1.5%;
    transform: scaleY(-1) scaleX(-1);
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_mid_scr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200%;
}
.con3_mid_scr img{
    width: 100%;
    animation:marqueeX 30s infinite linear;
}
.con3_mid_scr .absol{
    right: -100%;
}
.con4{
    background: url(/images/con4_bg.jpg) no-repeat center / cover;

}
.con4_top{
    width: 7.87129%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4.5%;
    margin-bottom: 1%;
    overflow: hidden;
}
.con4_top_2nd{
    width: 58.2178%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    overflow: hidden;
}
.con4_mid_top{
    width: 17.2772%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con4_mid_absol_2nd{
    width: 88.9109%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_mid_mid{

}
.con4_mid_mid_left{
    width: 41.4851%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_mid_mid_right{
    width: 41.4851%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_bottom{
    width: 27.9703%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    margin-top: 3%;
}
.con4_bottom_2nd{
    width: 100% !important;
}
.con4_mid_mid_mid{
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con4_mid_mid_mid_absol_1{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_mid_mid_mid_absol_2{
    width: 54.314%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    bottom: 17%;
}
.con4_mid_mid_mid_absol_3{
    width: 67.5474%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 15%;
}
.con4_mid_mid_left_absol{
    width: 30.538%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 53%;
    top: 39%;
    animation: blk 1s infinite;
}
.con4_top {
    width: 7.87129%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6.5%;
    margin-bottom: 1%;
}
.con5{
    background: url(/images/con5_bg.jpg) no-repeat center / cover;

}
.con5_01{
    width: 33.7129% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 3%;
}
.con5_top_left{
    width: 22.1287%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    bottom: -8%;
}
.con5_top_right{
    width: 23.0693%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 5%;
    bottom: -8%;
}
.con5_mid_left_top_1st_absol{
    opacity: 0;
}
.con5_mid_right_top_1st_absol{
    opacity: 0;
}
.con5_mid_right_absol_2nd{
    width: 100.059%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.con5_mid_left_absol_2nd{
    width: 100.044%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.con5_mid_left_top_2nd{
    filter: brightness(0.5) grayscale(1);
}
.con5_mid_left_absol{
    width: 38.3168%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con5_mid_right_top_2nd{
    filter: brightness(0.5) grayscale(1);

}
.con5_mid_right_absol{
    z-index: 1;
    width: 47.2277%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_left_overlay{
    width: 50%;
    height: 100%;
    left: 0;
    z-index: 2;
}
.con5_right_overlay{
    width: 50%;
    height: 100%;
    right: 0;
    z-index: 2;
}
.con5_top > div > img{
    opacity: 0;
}
.con5_top > div{
}
con5_top  div > .absol{

}
.con5_left_overlay:hover ~ .con5_top .con5_top_left >img{
    opacity: 1;
}
.con5_left_overlay:hover ~ .con5_top .con5_top_left > .absol{
    opacity: 0;
}

.con5_right_overlay:hover ~ .con5_top .con5_top_right >img{
    opacity: 1;
}
.con5_right_overlay:hover ~ .con5_top .con5_top_right > .absol{
    opacity: 0;
}


.con5_left_overlay:hover ~ .con5_mid .con5_mid_left > div >.absol{
    opacity: 1;
}
.con5_right_overlay:hover ~ .con5_mid .con5_mid_right > div >.absol{
    opacity: 1;
}
.con5_right_overlay:hover ~ .con5_mid .con5_mid_right > div >.absol{
    opacity: 1;
}



.con5_left_overlay:hover ~ .con5_mid .con5_mid_left_top_2nd{
    filter: unset;
}

.con5_right_overlay:hover ~ .con5_mid .con5_mid_right_top_2nd{
    filter: unset;
}


.con6{
    background: url(/images/con6_bg.jpg) no-repeat center / cover;
}
.con6_top {
    width: 26.7822%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 1.3%;
    overflow: hidden;
}
.con6_top_2nd_3_p {
    font-family: SDKukdetopokki-bold;
    font-size: 8vw;
    color: white;
    text-shadow: 5px 5px 0px #b9272e;
}
.con6_top_2nd_3{
    margin-left: 1%;
    margin-right: 1%;
}
.con6_top_2nd_2{
    width: 2.37624%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3%;
}
.con6_top_2nd_4{
    width: 6.83168%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
}
.con6_mid {
    clip-path: circle(50% at 50% 0);
    width: 72%;
    height: 25vw;
    background: #f9f2e8;
    margin-top: 1%;
    margin-bottom: -7%;
}
.con6_bottom {
    z-index: 1;
    margin-bottom: 6.5%;
}
.con6_bottom > div{
    margin: 0 -0.5%;
}
.con6_mid_scr {
    width: 77%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    left: 11%;
}
.con6_mid_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;

}
.con6_mid_scr .absol{
    right: -100%;
}

.con6_mid_scr_2 {
    width: 77%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40%;
    left: 11%;
}
.con6_mid_scr_2 img{
    width: 100%;
    animation: marqueeX 20s infinite linear reverse;

}
.con6_mid_scr_2 .absol{
    right: -100%;
}


.con6_mid_scr_3 {
    width: 77%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 76%;
    left: 11%;
}
.con6_mid_scr_3 img{
    width: 100%;
    animation: marqueeX 20s infinite linear;

}
.con6_mid_scr_3 .absol{
    right: -100%;
}
.con6_left_absol{
    width: 26.3366%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
}
.con6_right_absol{
    width: 26.3366%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
}
.con6_video_con{
    width: 100%;
    height: 100%;
    mix-blend-mode: color-dodge;
}
.Smoke{
    width: 120%;
}
.con7_top{
    width: 40.6436%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 2.3%;
    overflow: hidden;
}
.con7_mid{
    width: 54% !important;
    padding: 5% 0;
    background: white;
    border: 1px solid #022778;
}
.con7_mid_2{
    width: 7.60699%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -13%;
    margin-right: 6%;
}
.con7_mid_3{
    width: 3.84932%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
}
.con7_mid_absol_1{
    width: 6.23223%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 52%;
}
.con7_mid_absol_2{
    width: 6.23223%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 60.5%;
    top: 30%;
}
.con7_mid_absol_3{
    width: 6.23223%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 60.5%;
    bottom: 30%;
}


.con7_mid_absol_4{
    width: 6.23223%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 72.5%;
    top: 30%;
}
.con7_mid_absol_5{
    width: 6.23223%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 72.5%;
    bottom: 30%;
}
.con7_mid_absol_6{
    width: 6.23223%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 84.5%;
    top: 30%;
}
.con7_mid_absol_7{
    width: 6.23223%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 84.5%;
    bottom: 30%;
}
.con7_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54%;
    margin-top: 3%;
    margin-bottom: 7%;
}
.con7_mid_absol{
    width: 56.7822%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 23%;
}


.con7_con_absol_lt{
    top: 8%;
    left: 5.5%;
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_con_absol_rt{
    top: 8%;
    right: 5.5%;
    transform: scaleX(-1);
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con7_con_absol_lb{
    bottom: 8%;
    left: 5.5%;
    transform: scaleY(-1);
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con7_con_absol_rb{
    bottom: 8%;
    right: 5.5%;
    transform: scaleY(-1) scaleX(-1);
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7{
    background: url(/images/con7_bg.jpg) no-repeat center / cover;
}
.con7_bottom_1{
    width: 59.7561%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2%;
}
.con8{
    background: url(/images/con8_bg.jpg) no-repeat center / cover;
    background-attachment: fixed;
}
.con8_mid {
    justify-content: space-between !important;
    padding: 5% 0;
}
.con9{
    background: url(/images/con9_bg.jpg) no-repeat center / cover;

}
.con9_top{
    margin-top: 11%;
}
.con9_top_1{
    width: 11.6832%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10%;
    margin-right: 3%;
    overflow: hidden;
}
.con9_top_2{
    width: 24.2079%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_top_3{
    width: 26.7327%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -12%;
    margin-left: 5%;
}
.con9_mid_1{
    width: 34.0099%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-right: 6%;
    margin-left: 3%;
}
.con9_top_2{
    width: 24.2079%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_mid{
    margin-top: -5%;
    margin-bottom: 8%;
}
.con7_absol_1{
    width: 5.34653%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12%;
    overflow: hidden;
}
.con7_absol_2{
    width: 5.34653%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 12%;
    overflow: hidden;
}
.con10{
    flex-direction: row;
}



.con10_left_absol{
    width: 48.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    height: 100%;
}
.con10_left{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}
.con10_left_swiper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con10_left_swiper_2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
}
.con10_left_swiper_3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;

}
.con10_left_slide_img{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
}
.con10_left_slide_img img{
}
.con10_right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.con10_right_con {
    justify-content: flex-start !important;
    align-items: flex-start !important;
}
.con10_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 78%;
    margin-bottom: 2%;
    overflow: hidden;
}
.con10_03{
    width: 31.8%;
}
.con10_04{
    width: 67%;
}
.con10_top_2{
    margin-bottom: 2%;
    overflow: hidden;
}
.con10_mid{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 37%;
}
.con10_mid_item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    cursor: pointer;
}
.con10_mid_item img{
    width: 100%;
    transition: 0.3s all;
}
.con10_mid_item .absol{
    opacity: 0;
}

.con10_mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 54%;
    margin-bottom: 47%;
}
.con10_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 78%;
    margin-bottom: 2%;
    margin-top: 21%;
}
.con10_left_swiper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}
.con10_left_swiper_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}
.con10_left_swiper_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}
.con10_mid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 54%;
    margin-bottom: 55%;
}
.con10_left_slide_desc {
    box-sizing: border-box;
    left: 119%;
    top: 43%;
    width: 130%;
    height: 15vw;
    border: 2px solid #001e6c;
    padding: 0 6%;
    padding-top: 6%;
    background: #f9f2e8;
}
.con10_left_slide_desc_title {
    font-family: SUIT-Bold;
    font-size: 2.5vw;
    color: #001e6c;
    width: 100%;
    border-bottom: 1px solid #001e6c;
    padding-bottom: 2%;
    margin-bottom: 4%;
}
.con10_left_slide_desc_desc{
    margin-top: 2%;
    font-family: SUIT-Regular;
    font-size: 1.5vw;
    color: #001e6c;
}
.con10_left_absol{
    width: 48.5%;
    display: flex;
    justify-content: center;
    left: -11%;
    align-items: center;
}
.con10_left_swiper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-left: 17%;
}
.con10_left_swiper_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-left: 17%;
}
.con10_left_swiper_3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin-left: 17%;
}
.con10_left_swiper_prev{
    left: -8% !important;
}
.con10_left_swiper_next{
    right: -8% !important;
}
.con10_left_swiper_next:after{
    color: white;
}
.con10_left_swiper_prev:after{
    color: white;
}
.con10_12_div{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}
.con10_12{
    width: 100%;
}
.con10{
    background: #f9f2e8;
}
.con10_bg{
    width: 122% !important;
    right: 0;
    top: 0;
}
.con10_top_2{
    width: 74.7525%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 20%;
}
.con10_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-bottom: 59%;
}
.con10_mid_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26%;
    cursor: pointer;
    margin: 0 1%;
}
.con10_12_div {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -9%;
    right: 0;
    width: 100%;
}
.con10_left_swiper_prev {
    left: unset !important;
    width: 4vw !important;
    background: #001e6c;
    height: 4vw !important;
    right: 30.9% !important;
    bottom: -17% !important;
    top: unset !important;
}
.con10_left_swiper_next {
    left: unset !important;
    width: 4vw !important;
    background: #001e6c;
    height: 4vw !important;
    right: 17% !important;
    bottom: -17% !important;
    top: unset !important;
}
.con10_left_slide_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: unset;
    overflow: hidden;
    box-sizing: border-box;
    height: 26vw;
}
.con10_left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 9% 0;
    margin-left: 2%;
    background: #d8ccbd;
}
.con10_left_absol_2{
    width: 63.6634%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 30%;
    top: 28%;
}
.con10_left_absol_1{
    width: 37.1287%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -10%;
}




.con10_con_absol_lt{
    top: 8%;
    left: 5.5%;
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con10_con_absol_rt{
    top: 8%;
    right: 5.5%;
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;

}


.con10_con_absol_lb{
    bottom: 8%;
    left: 5.5%;
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;

}
.con10_con_absol_rb{
    bottom: 8%;
    right: 5.5%;
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;

}
.con10_bg {
    width: 124% !important;
    right: -2%;
    top: 0;
}
.con12_con_cover{
    background: #002277;
    border-radius: 0 0 29vw 29vw;
}
.con12_con{
    background: #f9f2e8;
    width: 90%;
    margin-top: 4%;
    margin-bottom: 6%;
    border-radius: 0 0 29vw 29vw;
    overflow: hidden;
}
.con12_con_con{
    border: 1px solid #002277;
    width: 96%;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 0 0 29vw 29vw;
}
.con12_top{
    width: 33.7482%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    overflow: hidden;
}
.con12_top_2nd{
    width: 27.6746%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: -42%;
}
.con12_top_2nd_2{
    width: 32.52%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6%;
}
.con12_top_2nd_3{
    width: 23.4061%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -9%;
    bottom: 3%;
}
.con12_top_3rd{
    width: 27.6746%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5%;
    margin-left: -7%;
}

.con12_top_3rd_2{
    width: 32.52%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6%;
}
.con12_top_3rd_3{
    width: 23.4061%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -9%;
    bottom: 3%;
}
.con12_top_4th {
    width: 27.6746%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5%;
    margin-left: 25%;
    margin-bottom: 6%;
}

.con12_top_4th_2{
    width: 32.52%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -6%;
}
.con12_top_4th_3{
    width: 23.4061%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -9%;
    bottom: 3%;
}
.con12_con_cover_absol{
    width: 13.4158%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    left: 11%;
    z-index: 1;

}
.con12_con_cover_absol_2{
    width: 30.6931%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1%;
    top: 18%;
    z-index: 1;
}
.con12_con_cover_absol_2_2nd{
    width: 99.9774%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotate_image infinite 10s linear;
}
.con12_con_cover_absol_3_2nd{
    width: 99.9774%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotate_image infinite 10s linear reverse;
}
.con12_con_cover_absol_3 {
    width: 30.6931%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 3%;
    bottom: 16%;
    z-index: 1;
}
.con12_con_cover_absol_4{
    width: 9.50495%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 17%;
    right: 15%;
    z-index: 1;
}
.con12_con_bottom{
    width: 48%;
    height: 3vw;
    background: #002277;
    margin-top: 0.5%;
    margin-bottom: 2%;
    border-radius: 0 0 20px 20px;
}
.con12_con_cover_absol_5{
    width: 27.9703%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
}
.con12_con_cover_absol_5_2{
    width: 70.6708%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -77%;
    bottom: 9%;
}
.con12_con_cover_absol_5_3{
    width: 70.6708%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -77%;
    bottom: 9%;
}



.con12_mid_scr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200%;
}
.con12_mid_scr img{
    width: 100%;
    animation:marqueeX 30s infinite linear;
}
.con12_mid_scr .absol{
    right: -100%;
}
.con12_mid_scr_2{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200%;
}
.con12_mid_scr_2 img{
    width: 100%;
    animation:marqueeX 30s infinite linear;
}
.con12_mid_scr_2 .absol{
    right: -100%;
}
.con12_mid_scr {
    top: 22%;
}
.con12_mid_scr_2 {
    top: 63%;
}
.con12{
    background: url(/images/con12_20.png) no-repeat center / cover;

}
.con13{
    background: url(/images/con13_bg.jpg) no-repeat center / cover;

}
.con12 img{
    width: 100%;
}
.con13_top{
    width: 77.2277%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con13_top_absol{
    width: 13.9062%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 25%;
}
.con13_top_absol_2{
    width: 13.9062%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    top: 25%;
}
.con13_mid_top{
    width: 36.1881%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 3%;
}
.con13_mid_mid{
    width: 41.0891%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14%;
}
.con13_mid_absol_3_half{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 0;
}
.con13_mid_absol_3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 0;
}
.con13_mid_absol_4{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 0;
}
.con13 img{
    width: 100%;
}
.con13_mid_top{
    width: 36.1881%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 3%;
    margin-left: 34%;
}
.con13_mid_mid {
    width: 41.0891%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18%;
    margin-left: 34%;
}
.con13_mid_absol_2{
    width: 32.7723%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 15%;
}
.con13_mid_absol_1{
    overflow: hidden;
}
.con13_mid_absol_5{
    width: 13.9604%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11%;
    right: 7%;
    overflow: hidden;
}
.con13_mid_mid {
    width: 41.0891%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18%;
    margin-left: 34%;
    z-index: 1;
}
.con13_mid_absol_1{
    width: 6.78218%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15%;
    top: 13%;
}
.con11_top_scr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con11_top_scr img{
    width: 100%;
    animation:marqueeX 30s infinite linear;
}
.con11_top_scr .absol{
    right: -100%;
}
.con11_01{
    width: 4.9505% !important;
    z-index: 1;
}
.con14_mid_absol {
    clip-path: circle(50% at 50% 100%);
    width: 50%;
    height: 25vw;
    margin-top: 1%;
    margin-bottom: -7%;
}
.con14_top{
    width: 8.0198%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
    margin-top: 7%;
}
.con14_top_2nd{
    width: 34.703%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-top: 1.5%;
    margin-bottom: 2%;
}
.con14_top_2nd_left{
    width: 19.4025%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -25%;
    overflow: hidden;
}
.con14_top_2nd_right{
    width: 19.4025%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -25%;
    overflow: hidden;

}
.con14_top_3rd{
    width: 32.9703%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin-bottom: 2%;
}
.con14_mid{
    width: 70%;
    background: url(/images/con14_12.jpg) no-repeat center / cover;
    z-index: 1;

}
.con14_mid_1{
    width: 55.9406%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7%;
    padding-bottom: 3%;
}
.con14_mid_absol {
    clip-path: circle(50% at 50% 100%);
    width: 50% !important;
    height: 27vw;
    margin-top: 1%;
    margin-bottom: -7%;
    z-index: 1;
    top: 15%;
}
.con14_06{
    width: 100%;
    top: 33%;
    padding: 0 5%;
    box-sizing: border-box;
}
.con14_bg{
    width: 100% !important;
    top: -1%;
}
.con14_mid {
    width: 70%;
    background: url(/images/con14_12.jpg) no-repeat center / cover;
    z-index: 1;
    margin-bottom: 4%;
}
.con15_mid_left {
    width: 50% !important;
    overflow: hidden;
    height: 33.6vw;
}
.con15_mid_right{
    width: 50% !important;
}
.con15_mid_2nd_left{
    width: 50% !important;
}
.con15_mid_2nd_right {
    width: 50% !important;
    overflow: hidden;
}
.con15_mid_left_scr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 295%;
}
.con15_mid_left_scr img{
    width: 100%;
    animation:marqueeX 30s infinite linear;
}
.con15_mid_left_scr .absol{
    right: -100%;
}
.con15_mid_right_absol{
    width: 37.3267%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15%;
}
.con15_mid_2nd_left_absol{
    width: 42.3762%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15%;
}
.con15_14{
    width: 104.5% !important;
}
.con15_mid_2nd_right_absol{
    width: 94.7129%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: backgroundchange_4 10s infinite;
    bottom: 0;
    right: 0;
}
.con15_mid_right {
    width: 50% !important;
    margin-left: 6%;
}
.con15_mid_2nd_right{
    margin-left: 6%;

}
.con15{
    background: url(/images/con15_bg.jpg) no-repeat center / cover;

}
.con15_top{
    width: 23.4158%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-bottom: 3%;
    overflow: hidden;
}
.con15_top_2nd{
    width: 45.6436%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
    overflow: hidden;
}
.con15_mid_mid_scr{
    height: 100%;
    width: unset !important;
    overflow: hidden;
}
.con15_mid_mid_scr img{
    height: 100%;
    animation: marqueeY 20s infinite linear;
}
.con15_mid_mid_scr .absol{
    bottom: -100%;
}


.con15_mid_2nd_mid_scr{
    height: 100%;
    width: unset !important;
    overflow: hidden;
}
.con15_mid_2nd_mid_scr img{
    height: 100%;
    animation: marqueeY 20s infinite linear reverse;
}
.con15_mid_2nd_mid_scr .absol{
    bottom: -100%;
}
.flip_clock01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3% 0;
    scale: 0.8;
}
.flip_clock02{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 3% 0;
    scale: 0.8;
}
.flip_clock01_absol{
    width: 92.1287%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16{
    background: url(/images/con16_bg.jpg) no-repeat center / cover;

}
.con16_top_scr{
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con16_top_scr img{
    width: 100%;
    animation: marqueeX 20s infinite linear;
}
.con16_top_scr .absol{
    right: -100%;
}
.con16_mid_left{
    width: 50% !important;
    align-items: flex-end;
}
.con16_mid_right{
    width: 50% !important;
    align-items: flex-start;
    margin-left: 3%;
}
.con16_mid{
    margin-bottom: 6%;
}
.con16_mid_left_3{
    width: 24.089%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 28%;
    left: 53%;
}
.con16_mid_left_2{
    width: 13.3714%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 28%;
    bottom: 36%;
    overflow: hidden;
}
.con16_mid_right_1{
    width: 64.3054%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}
.con16_mid_right_item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55%;
    margin-bottom: 1%;
}
.con16_mid_right_item img{
    width: 100%;
}
.con16_mid_right_item .absol{
    opacity: 0;
}
.con17{
    height: 90vh;
}
.con17_mid{
    flex-direction: column;
}
.con17_cover_item{
    height: 100%;
    width: 25% !important;
}
.con17_cover_item_1{
    left: 0;
}
.con17_cover_item_2{
    left: 25%;
}
.con17_cover_item_3{
    left: 50%;
}
.con17_cover_item_4{
    left: 75%;
}
.con17_cover_item_cover{
    height: 100%;
    width: 99% !important;
}
.con17_cover_item_bg{
    opacity: 0;
    pointer-events: none;
}
.con17_cover_item_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 18%;
    width: 51%;
    z-index: 1;
}
.con17_cover_item_bottom img{
    width: 100%;
}
.con17_cover_item_bottom_2{
    width: 43% !important;
}
.con17_cover_item_bottom_3{
    width: 44% !important;

}
.con17_cover_item {
}
.con17_cover_item_1{
    border-left: unset !important;
}
.con17_cover_item_bg{
    width: 400% !important;
    height: 100%;
}
.con17_cover_item_bg img{
    width: 25%;
    height: 100%;
}

.con17_cover_item_cover{
    opacity: 0;
}
.con17_cover_item_bg_1st{
    left: 0;
    opacity: 1;
}
.con17_cover_item_bg img{
    border-right:2px solid white;
}
.con17_cover_item_bg img:last-child{
    border-right: unset;
}
.con17_cover_item_bg_2nd{
    left: -100%;
    /*opacity: 1 !important;*/
}
.con17_cover_item_bg_3rd{
    left: -200%;
    /*opacity: 1 !important;*/
}.con17_cover_item_bg_4th{
     left: -300%;

     /*opacity: 1 !important;*/
 }
.con17_cover_item_bottom .absol{
    opacity: 0;
}
.con17_cover_item:hover .absol{
    opacity: 1;
}
.con17_cover_item img{
    transition: 0.3s all;
}
.con17_mid{
    z-index: 1;
    width: 26.4356%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -12%;
    pointer-events: none;
}
.con17_mid_top{
    margin-bottom: 2%;
}
.con18_con{
    border: 1px solid #001e6c;
    width: 94% !important;
    margin: 3% 0;
}
.con18_top{
    width: 31.1776%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 5%;
    margin-bottom: 3%;
}

.con18_con_absol_lt{
    top: 3%;
    left: 1.5%;
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_con_absol_rt{
    top: 3%;
    right: 1.5%;
    transform: scaleX(-1);
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_con_absol_lb{
    bottom: 3%;
    left: 1.5%;
    transform: scaleY(-1);
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;

}
.con18_con_absol_rb{
    bottom: 3%;
    right: 1.5%;
    transform: scaleY(-1) scaleX(-1);
    width: 4.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18{
    background: url(/images/con18_bg.jpg) no-repeat center / cover;

}
.con19{
    background: url(/images/con19_bg.jpg) no-repeat center / cover;

}
.flip_clock02_absol{
    width: 55.1188%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_top{
    width: 24.505%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: -1%;
    overflow: hidden;
}
.form_row_imput {
    width: 78%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 93%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid black;
    background: white;
    border-radius: 50px;
}

.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    z-index: 1;
    margin-bottom: 7%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid black;
}
.con17_bg{
    width: 100%;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row_imput{
    width: 87%;
    height: 2.8vw;
    background: transparent;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}
.form_row_imput:focus{
    border: none;
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/con19_08.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4206;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 20%;
    left: 3%;
    border: 1px solid black;
    background: #00329b;

}
.form_row_imput_radio:checked{
    background: white;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    background: url(/images/con19_08.png) center / 86% no-repeat;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}
.form_row_imput_radio:focus {
    border: 1px solid black !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #b7272e;
    border-radius: 50px;
    padding: 1.5%;
    width: 37%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    cursor: pointer;
    border-radius: 50px;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    border-right: 1px solid black;
    padding-right: 3%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.1vw;
    border-right: 1px solid black;
    padding-right: 3%;
    width: 14%;
}
.form_row_label_2_letter{
    letter-spacing: 2.6vw;
}
.form_row_label_3_letter{
    letter-spacing: 0.9vw;
}
.form_row_label_4_letter{
    letter-spacing: 0.3vw;
}
.form_row_imput_radio{
    border-radius: 6px;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 4%;
}
.form {
    margin-top: -1%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    z-index: 1;
    margin-bottom: 7%;
}
.con19_left_absol{
    width: 26.2871%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
}
.con19_right_absol{
    width: 26.2871%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
}
.con19_bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 0;
}
.con19_bottom img{
    width: 100%;
    animation:marqueeX 30s infinite linear;
}
.con19_bottom .absol{
    right: -100%;
}
.form_row_label {
    width: 11%;
}
.main_top_5th{
    width: 32.4361%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_video_con {
    pointer-events: none;
}
.con7_mid_1{
    width: 56.179%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_mid_4{
    width: 22.5449%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_row_label {
    border-right: 1px solid rgba(0, 0, 0, 0.43);
}
.main_top_5th {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_14{
    animation: rotate_image infinite linear 20s;
}
.con1_04{
    animation: light 2s infinite;
}
.con1_03{
    animation: light 2s infinite;
}
.con6_top_2nd_1{
    width: 11.4356%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con6_top_2nd_5{
    width: 11.4356%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con10_left_slide_desc {
    box-sizing: border-box;
    left: 119%;
    top: 43%;
    width: 120%;
    height: 15vw;
    border: 2px solid #001e6c;
    padding: 0 6%;
    padding-top: 6%;
    background: #f9f2e8;
}
.con10_15{
    animation: ddm_m 2s infinite;
}
.con14_mid_absol {
    clip-path: circle(50% at 50% 100%);
    width: 50% !important;
    height: 31vw;
    margin-top: 1%;
    margin-bottom: -9%;
    z-index: 1;
    top: 13%;
    overflow: hidden;
}
.con8_mid_2{
    width: 27.9703%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_mid_1{
    width: 31.0891%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_mid_3{
    width: 31.0891%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_top_item_con video{
    width: 105%;
}
.con12_top_item_con {
    width: 97%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    height: 93%;
}




.con17_mid_2nd{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
}
.con17_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    cursor: pointer;
}
.on2{
    background: #011f6f;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #011f6f;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}
.con17_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con17_04{
}
.con17_mid_map_search_bottom{
    overflow: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 1vw;
}
.con17_mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
}
.map {
    width: 100%;
    height: 31vw;
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 31vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
    border: 1px solid #011f6f;
}
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 5%;
    border: 1px solid #011f6f;
}
.con18_03{
    width: 7% !important;
    right: 8%;
}
.con7_bottom_2{
        width: 26.4943%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    
}
.con11{
    background: #f9f2e8;
}
.con11_top_scr{
    margin-top: 12%;
}
.con11_01 {
    width: 33.9505% !important;
    z-index: 1;
    top: 13%;
}
@media screen and (max-width:1023px) {
    .swiper-button-prev:after, .swiper-button-next:after {
        scale: 0.4;
    }
    .con17 {
        height: 34vh;
    }
    .flip_clock02_absol {
        width: 82.1188%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con19_left_absol {
        width: 26.2871%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0%;
        top: 50%;
    }
    .con19_right_absol {
        width: 26.2871%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 0%;
        top: 50%;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 1.3vw;
        border-right: 1px solid black;
        padding-right: 4%;
    }
}
@media screen and (max-width:599px) {
    .main img{
        width: 100% !important;
    }
    .main_top {
        width: 43.4617%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 34%;
        margin-bottom: 1%;
    }
    .main_top_2nd {
        width: 31.966%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .main_top_3rd {
        width: 41.7141%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
    }
    .main_top_4th {
        width: 81.9435%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2%;
        margin-top: 2%;
    }
    .main_top_5th {
        width: 84.4361%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 5%;
    }
    .main_con_absol_3 {
        width: 36.952%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -14%;
        bottom: 52%;
    }
    .main_con_absol_4 {
        width: 36.952%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -14%;
        bottom: 52%;
    }
    .p3_line_long {
        width: 84%;
        bottom: 0;
        margin-bottom: 0%;
    }
    .main_con_absol_5 {
        width: 8.1262%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 19%;
        left: 7%;
    }
    .main_con_absol_6 {
        width: 8.1262%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 19%;
        right: 7%;
        transform: scaleX(-1);
    }
    .main_con_absol_7 {
        width: 8.1262%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 4.5%;
        left: 7%;
    }
    .main_con_absol_8 {
        width: 8.1262%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 4.5%;
        right: 7%;
    }
    .main_con_absol_2 {
        width: 88.7534%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 13%;
        display: none;
    }
    .main_con_absol_1 {
        width: 92.5902%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 81%;
        bottom: 2%;
    }
    .main_con_absol_9{
        display: none;
    }
    .main_con_absol_10{
        display: none;
    }
    .con1_14{
        width: 100%;
        animation: rotate_image infinite linear 15s;
    }
    .con1_top {
        width: 57.5446%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 3%;
    }
    .con1_mid {
        width: 70.8812%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -31%;
        margin-top: 36%;
    }
    .con1_mid_left_absol {
        left: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45%;
        bottom: 42%;
    }
    .con1_mid_right_absol {
        right: 3%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 45%;
        bottom: 42%;
    }
    .con1_mid_left_absol_2 {
        width: 37.0992%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 11%;
    }
    .con1_mid_right_absol_2 {
        top: 10%;
        width: 17.1605%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_mid_left_absol_ct {
        font-family: SDKukdetopokki-bold;
        font-size: 9vw;
        color: #b9272e;
        left: 23%;
        top: 30%;
    }
    .con1_mid_right_absol_ct {
        font-family: SDKukdetopokki-bold;
        font-size: 9vw;
        color: #b9272e;
        right: 39%;
        top: 30%;
    }
    .con1_mid_right_absol_3 {
        width: 9.98537%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 28%;
        top: 31%;
    }
    .con1_mid_left_absol_3 {
        width: 9.98537%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 14%;
        top: 27%;
    }
    .con1_mid_right_absol_3 {
        width: 9.98537%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 27%;
        top: 27%;
    }
    .con1_mid {
        width: 70.8812%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -31%;
        margin-top: 27%;
    }
    .con1_absol_3 {
        width: 200% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 1%;
    }
    .con1_top {
        width: 57.5446%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-bottom: 3%;
    }
    .con1_absol {
        width: 15.9802%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 6%;
        top: 5%;
    }
    .con1_absol_2 {
        width: 15.9802%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 6%;
        top: 5%;
    }
    .con2_top {
        width: 25.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 7%;
        pointer-events: none;
        transition: 0.3s all;
    }
    .con2_mid {
        width: 62.9802%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        pointer-events: none;
    }
    .con2_absol_5{
        width: 68.5149%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        left: -20%;
        transition: 0.3s all;
        height: 100%;
    }
    .con2_absol_6 {
        width: 68.5149%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s all;
        right: 0;
        height: 100%;
    }
    .con2_absol_3 {
        width: 26.3564%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: 0;
        left: -3%;
        filter: grayscale(1);
        pointer-events: none;
        transition: 0.3s all;
    }
    .con2_absol_4 {
        width: 40.1584%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: -3%;
        z-index: 1;
        pointer-events: none;
        transition: 0.3s all;
    }
    .con2_absol {
        width: 39.3564%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 31%;
        left: 3%;
        pointer-events: none;
        transition: 0.3s all;
    }
    .con2_absol_2 {
        width: 34.0594%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: 3%;
        top: 31%;
        pointer-events: none;
    }
    .con2_10{
        height: 100%;
    }
    .con2_09{
        height: 100%;
    }
    .con2_top {
        width: 25.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 34%;
        pointer-events: none;
        transition: 0.3s all;
    }
    .con2_absol_2 {
        width: 46.0594%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        right: 4%;
        top: 35%;
        pointer-events: none;
    }
    .con2_absol {
        width: 56.3564%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 34%;
        left: 1%;
        pointer-events: none;
        transition: 0.3s all;
    }
    .con2_absol_5:hover ~ .con2_absol_2{
        right: -20%;
    }
    .con2_absol_5:hover ~ .con2_absol{
        left: 2%;
    }
    .con2_absol {
        width: 56.3564%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 34%;
        left: 1%;
        pointer-events: none;
        transition: 0.3s all;
        left: -20%;
    }
    .con2_mid_absol{
        width: 88% !important;
    }

    .con3_con_absol {
        width: 10.63476%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 4%;
        top: 15%;
    }
    .con3_con {
        width: 96%;
        border: 1px solid #022778;
        margin: 2% 0%;
    }
    .con3_con_top_2nd {
        display: flex;
        height: 42vw;
        width: 78%;
        background: white;
        justify-content: center;
        align-items: center;
        margin-top: 2.3%;
        position: relative;
        margin-bottom: 4%;
    }
    .con3_con_top_1st {
        width: 58.5342%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-right: -19%;
    }
    .con3_con_absol_2nd {
        width: 5.5749%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 15%;
        right: 3%;
    }
    .con3_con_absol {
        width: 10.63476%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 4%;
        top: 11%;
    }
    .con3_con_top_2nd {
        display: flex;
        height: 42vw;
        width: 78%;
        background: white;
        justify-content: center;
        align-items: center;
        margin-top: 2.3%;
        position: relative;
        margin-bottom: 8%;
    }
    .con4_top {
        width: 16.87129%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10.5%;
        margin-bottom: 2%;
    }
    .con4_top_2nd {
        width: 89.2178%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }
    .con5_mid{
        flex-direction: column !important;
    }
    .con5_01 {
        width: 67.7129% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 5%;
    }
    .con5_top > div {
        display: none;
    }
    .con5_left_overlay {
        width: 100%;
        height: 59%;
        left: 0;
        top: 0;
        z-index: 2;
    }
    .con5_right_overlay {
        width: 100%;
        height: 41%;
        left: 0;
        bottom: 0;
        z-index: 2;
    }
    .con5_mid_left_absol {
        width: 53.3168%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: 20%;
    }
    .con5_mid_right_absol {
        z-index: 1;
        width: 66.2277%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 20%;
    }
    .con5_mid_left_top_1st{
        width: 162%;
    }
    .con5_mid_right_top_1st{
        width: 162%;
    }
    .con5 div{
        transition: 0.3s all;
    }
    .con6_top{
        width: 52.7822%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-bottom: 2.3%;
    }
    .con6_top_2nd_3_p {
        font-family: SDKukdetopokki-bold;
        font-size: 13vw;
        color: white;
        text-shadow: 3px 3px 0px #b9272e;
    }
    .con6_top_2nd{
        width: 141%;
    }
    .con6_top_2nd_1{
        width: 11.4356%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_top_2nd_4 {
        width: 10.83168%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 3%;
    }
    .con6_top_2nd_5{
        width: 11.4356%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con6_mid {
        clip-path: circle(50% at 50% 0);
        width: 121%;
        height: 41vw;
        background: #f9f2e8;
        margin-top: 1%;
        margin-bottom: -7%;
    }
    .con6_bottom {
        z-index: 1;
        margin-bottom: 10.5%;
        margin-top: 3%;
        width: 92%;
        flex-wrap: wrap;
    }
    .con6_bottom > div {
        margin: 0 -0.5%;
        width: 46.4851% !important;
    }
    .con6_bottom {
        z-index: 1;
        margin-bottom: 9.5%;
        margin-top: 3%;
        width: 92%;
        flex-wrap: wrap;
    }
    .con6_bottom > div {
        margin: -2.5% -0.5%;
        width: 32.4851% !important;
    }

    .con7_top {
        width: 78.6436%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 12%;
        margin-bottom: 5.3%;
    }
    .con7_mid {
        width: 91% !important;
        padding: 7% 0;
        background: white;
        border: 1px solid #022778;
    }
    .con7_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin-top: 4%;
        margin-bottom: 11%;
    }
    .con7_con_absol_lt {
        top: 5%;
        left: 4.5%;
        width: 8.39988%;
    }
    .con7_con_absol_rt {
        top: 5%;
        right: 4.5%;
        width: 8.39988%;
    }
    .con7_con_absol_lb {
        bottom: 5%;
        left: 4.5%;
        width: 8.39988%;
    }
    .con7_con_absol_rb {
        bottom: 5%;
        right: 4.5%;
        width: 8.39988%;
    }
    .con8_mid {
        justify-content: space-between !important;
        padding: 10% 0;
        width: 173%;
    }
    .con8{
        background-attachment: unset;
    }
    .con6 img{
        width: 100%;
    }
    .con9_top {
        margin-top: 17%;
        width: 161%;
    }
    .con9_mid {
        margin-top: -2%;
        margin-bottom: 12%;
        width: 161%;
    }
    .con9_mid_1 {
        width: 34.0099%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-right: 2%;
        margin-left: 0%;
    }
    .con9_top_2 {
        width: 19.2079%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con9_top_3 {
        width: 31.7327%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -3%;
        margin-left: 4%;
    }
    .con9_mid_1 {
        width: 36.0099%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-right: 3%;
        margin-left: 0%;
    }
    .con9_mid {
        margin-top: 10%;
        margin-bottom: 12%;
        width: 161%;
    }



    .con10_left {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 66%;
    }
    .con10_left_swiper_next {
        right: -13% !important;
        top: 30% !important;
    }
    .con10_left_swiper_prev {
        left: -13% !important;
        top: 30% !important;
    }
    .con10_left_slide_desc {
        box-sizing: border-box;
        left: unset;
        top: 43%;
        width: 112%;
        height: 37vw;
        padding: 0 6%;
        padding-top: 6%;
        margin-bottom: 20%;
        margin-top: 7%;
        position: relative !important;
    }
    .con10_left_slide_desc_desc {
        margin-top: 2%;
        font-family: SUIT-Regular;
        font-size: 3.5vw;
    }
    .con10_left_slide_desc_title {
        font-family: SUIT-Bold;
        font-size: 5.5vw;
    }
    .con10{
        flex-direction: column-reverse;
    }
    .con10_mid {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 75%;
        margin-bottom: 8%;
        margin-top: 3%;
    }
    .con10_right{
        width: 100% !important;
    }
    .con10_left{
        width: 100% !important;
    }
    .con10_right_con {
        justify-content: center !important;
        align-items: center !important;
    }
    .con10_left_swiper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        margin-left: 0;
    }
        .con10_left_swiper_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        margin-left: 0;
    }
        .con10_left_swiper_3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 60%;
        margin-left: 0;
    }
    .con10_left_slide_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: unset;
        overflow: hidden;
        box-sizing: border-box;
        height: 53vw;
    }
    .con10_left_slide{
        display: flex;
        justify-content: center;
        align-items:center;
        flex-direction: column;
    }
    .con10_left_swiper {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
        margin-left: 0;
    }
        .con10_left_swiper_2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
        margin-left: 0;
    }
        .con10_left_swiper_3 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70%;
        margin-left: 0;
    }
    .con10_left_slide_desc {
        box-sizing: border-box;
        left: unset;
        top: 43%;
        width: 100%;
        height: 37vw;
        padding: 0 6%;
        padding-top: 6%;
        margin-bottom: 20%;
        margin-top: 7%;
        position: relative !important;
    }
    .con10_left_absol_2 {
        width: 87.6634%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        top: 28%;
    }
    .con10_top_2 {
        width: 81.7525%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 18%;
    }
    .con10_mid_item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30%;
        cursor: pointer;
        margin: 0 1%;
    }
    .con10_mid {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 75%;
        margin-bottom: 0%;
        margin-top: 3%;
    }
    .con10_left_slide_desc {
        box-sizing: border-box;
        left: unset;
        top: 43%;
        width: 100%;
        height: 37vw;
        padding: 0 6%;
        padding-top: 6%;
        margin-bottom: 12%;
        margin-top: 7%;
        position: relative !important;
    }
    .con10_bg {
        width: 100% !important;
        right: 0%;
        top: -42%;
    }
    .con10_left_swiper_prev {
        width: 6vw !important;
        height: 6vw !important;
    }
    .con10_left_swiper_next {
        width: 6vw !important;
        height: 6vw !important;
    }
    .con10_con_absol_lt {
        top: 3%;
        left: 3.5%;
        width: 8.39988%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        transform: rotateY(180deg);
    }
    .con10_con_absol_rt {
        top: 3%;
        right: 3.5%;
        width: 8.39988%;
    }
    .con10_con_absol_lb {
        bottom: 3%;
        left: 3.5%;
        width: 8.39988%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .con10_con_absol_rb {
        bottom: 3%;
        right: 3.5%;
        width: 8.39988%;
        transform: rotateY(180deg);

    }
    .con11_top_scr {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200%;
    }
    .con11_01 {
        width: 10.9505% !important;
        z-index: 1;
    }
    .con12_top {
        width: 63.7482%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }
    .con12_top_2nd {
        width: 67.6746%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-left: 0;
    }
    .con12_top_3rd {
        width: 67.6746%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5.5%;
        margin-left: 0;
    }
    .con12_top_4th {
        width: 67.6746%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5.5%;
        margin-left: 0;
        margin-bottom: 17%;
    }
    .con12_con {
        background: #f9f2e8;
        width: 96%;
        margin-top: 2%;
        margin-bottom: 9%;
        border-radius: 0 0 20vw 20vw;
        overflow: hidden;
    }
    .con12_con_cover {
        background: #002277;
        border-radius: 0 0 20vw 20vw;
    }
    .con12_con_con {
        border: 1px solid #002277;
        width: 96%;
        margin-top: 2%;
        margin-bottom: 2%;
        border-radius: 0 0 20vw 20vw;
    }
    .con12_con_cover_absol_5 {
        width: 36.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 1.7%;
    }
    .con12_con_cover_absol_2 {
        width: 36.6931%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -18%;
        top: 8%;
        z-index: 1;
    }
    .con12_con_cover_absol_3 {
        width: 36.6931%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -17%;
        bottom: 16%;
        z-index: 1;
    }
    .con12_con_cover_absol_4 {
        width: 14.50495%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 8%;
        right: 5%;
        z-index: 1;
    }
    .con12_con_cover_absol {
        width: 19.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 1%;
        left: 1%;
        z-index: 1;
    }
    .con13_top {
        width: 88.2277%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }
    .con13_top_absol {
        width: 17.9062%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -6%;
        top: 42%;
    }
    .con13_top_absol_2 {
        width: 17.9062%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -6%;
        top: 42%;
    }
    .con13_mid_top {
        width: 67.1881%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-bottom: 4%;
        margin-left: 0;
    }
    .con13_mid_mid {
        width: 70.0891%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 31%;
        margin-left: 0;
        z-index: 1;
    }
    .con13_mid_absol_2 {
        width: 40.7723%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        left: -12%;
    }
    .con13_mid_absol_5 {
        width: 23.9604%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 5%;
        right: 9%;
    }
    .con13_mid_absol_1 {
        width: 9.78218%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 3%;
        top: 7%;
    }
    .con14_top {
        width: 25.0198%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        z-index: 1;
        margin-top: 10%;
    }
    .con14_top_3rd {
        width: 41.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-bottom: 5%;
        margin-top: 2%;
    }
    .con14_mid {
        width: 96%;
        background: url(/images/con14_12.jpg) no-repeat center / 197%;
        z-index: 1;
        margin-bottom: 4%;
    }
    .con14_mid_1 {
        width: 80.9406%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 23%;
        padding-bottom: 17%;
    }
    .con14_mid_absol {
        clip-path: circle(50% at 50% 100%);
        width: 117% !important;
        height: 74vw;
        margin-top: 1%;
        margin-bottom: -7%;
        z-index: 1;
        top: 15%;
    }
    .con14_bg {
        width: 239% !important;
        top: -1%;
    }
    .con15_top {
        width: 48.4158%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 0%;
    }
    .con15_top_2nd {
        width: 54.6436%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
    }
    .flip_clock01_absol {
        width: 189.1287%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con16_mid {
        margin-bottom: 6%;
        flex-direction: column-reverse;
    }
    .con16_mid_right{
        width: 100% !important;
        align-items: center !important;
    }
    .con16_mid_left{
        width: 100% !important;
        align-items: center !important;
    }
    .con16_mid_right_1 {
        width: 64.3054%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .con16_mid_right_item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 71%;
        margin-bottom: 1%;
    }
    .flip_clock01 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 3% 0;
        scale: 0.8;
        margin-top: 5%;
    }
    .con16_mid_left_1{
        width: 78.1881%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con16_mid_left_2 {
        width: 13.3714%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 15%;
        bottom: 37%;
    }
    .con16_mid_left_3 {
        width: 31.089%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 24%;
        left: 37%;
    }
    .con17 {
        height: 100vw;
    }
    .con17_cover_item {
        height: 50%;
        width: 50% !important;
    }
    .con17_cover_item_1 {
        left: 0;
        top: 0;
    }
    .con17_cover_item_2 {
        left: 50%;
        top: 0;
    }
    .con17_cover_item_3 {
        left: 0%;
        bottom: 0;
    }
    .con17_cover_item_4 {
        left: 50%;
        bottom: 0;
    }
    .con17_cover_item_bottom_1{
        bottom: 59%;
    }
    .con17_cover_item_bottom_2{
        bottom: 59%;
    }
    .con17_cover_item_bg {
        width: 200% !important;
        height: 200%;
        display: flex;
        flex-wrap: wrap;
    }
    .con17_cover_item_bg_1st {
        top: 0;
    }
    .con17_cover_item_bg_2nd {
        top: 0;
        left: -100%;
    }

    .con17_cover_item_bg_3rd {
        bottom: 0;
        left: 0;
    }
    .con17_cover_item_bg_4th {
        bottom: 0;
        left: -100%;
    }


    .con17_cover_item_bg img {
        width: 49%;
        height: 49%;
        margin: 0.5%;
        box-sizing: border-box;
    }
    .con17_mid {
        z-index: 1;
        width: 53.4356%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -7%;
        pointer-events: none;
    }
    .con17_02{
        width: 45.3861vw !important;
    }
    .con17_mid_top{
        width: 72.099%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .con18_01{
        width: 53.3069vw !important;
    }
    .con18_top {
        width: 57.1776%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 6%;
        margin-bottom: 4%;
    }
    .con19_top {
        width: 59.505%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-bottom: 1%;
    }
    .form {
        margin-top: -1%;
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 1.7%;
        z-index: 1;
        margin-bottom: 7%;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 3.3vw;
        border-right: 1px solid black;
        padding-right: 12%;
    }
    .form_row_imput {
        height: 6.8vw;
    }
    .form_row_imput_radio {
        width: 3.5vw;
        height: 3.5vw;
        border: 1px solid black;
    }
    .form_row > span {
        font-size: 3.3vw;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 3.5vw;
        height: 3.5vw;
        position: absolute;
        background: url(/images/con19_08.png) center / 86% no-repeat;
        color: unset !important;
    }
    .form_row_label_2_letter {
        letter-spacing: 6.3vw;
    }
    .form_row_label_3_letter {
        letter-spacing: 1.9vw;
    }
    .form_agree_span {
        font-size: 2.1vw;
        font-family: Pretendard-regular;
        color: white;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: #f2f2f2;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        background: url(/images/con19_08.png) center / 86% no-repeat;
        color: unset !important;
    }
    .flip_clock02_absol {
        width: 134.1188%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con19_left_absol {
        width: 35.2871%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -6%;
        top: 65%;
    }
    .con19_right_absol {
        width: 35.2871%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -6%;
        top: 65%;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #b7272e;
        border-radius: 50px;
        padding: 1.5%;
        width: 51%;
        color: white;
        margin-bottom: 5%;
        font-size: 3.6vw;
        font-family: pretendard-bold;
        border-radius: 0;
        padding-top: 2%;
        padding-bottom: 2%;
        cursor: pointer;
        border-radius: 50px;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 3.3vw;
        border-right: 1px solid #0000007d;
        padding-right: 12%;
    }
    .con19_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200%;
        bottom: 0;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #b7272e;
        border-radius: 50px;
        padding: 1.5%;
        width: 51%;
        color: white;
        margin-bottom: 14%;
        font-size: 3.6vw;
        font-family: pretendard-bold;
        border-radius: 0;
        padding-top: 2%;
        padding-bottom: 2%;
        cursor: pointer;
        border-radius: 50px;
    }
    .con19 img{
        width: 100%;
    }
    .main_top_5th_absol {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        pointer-events: none;
        mix-blend-mode: overlay;
        animation: smoke 3s infinite;
        bottom: -47%;
    }
    .con9_top_1{
        display: none;
    }
    .con17_cover_item_bg img {
        border-right: unset
    ;
    }
    .con4_top_2nd{
        margin-bottom: 0%;
    }
    .con4_mid_mid_mid{
        width: 75%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 105%;
    }
    .con4_mid_top{
        width: 41.2772%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 63%;
    }
    .con4_mid_absol_2nd{
        width: 107.9109%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 47%;
        height: 56%;
    }
    .con4_mid_mid_left{
        width: 41.4851%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #022778;
        border-bottom: 1px solid #022778;
    }
    .con4_mid_mid_right{
        width: 41.4851%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #022778;
        border-bottom: 1px solid #022778;
    }
    .con4_bottom{
        width: 49.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
        margin-top: 6%;
    }
    .con4_mid_mid{
        width: 109%;
    }
    .con4_12{
        height: 100%;
    }
    .con9_top_3{
        width: 35.7327%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -3%;
        margin-left: 4%;
    }
    .con9_mid_1{
        width: 36.0099%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-right: 3%;
        margin-left: 0%;
        margin-bottom: 2%;
    }
    .con14_01{
        width: 19.0198vw !important;
    }
    .con14_top_2nd {
        width: 54.703%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-top: 1.5%;
        margin-bottom: 2%;
    }
    .con14_top_3rd {
        width: 53.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        margin-bottom: 5%;
        margin-top: 2%;
    }
    .con14_02{
        width: 119% !important;
    }
    .con14_top_2nd_left {
        width: 19.4025%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: -32%;
        overflow: hidden;
    }
    .con14_top_2nd_right {
        width: 19.4025%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: -32%;
        overflow: hidden;
    }
    .con15_mid{
        flex-direction: column-reverse !important;

    }
    .con15_mid_left{
        width: 100% !important;
    }
    .con15_mid_right{
        width: 100% !important;
        margin-left: 0%;
    }
    .con15_mid_left {
        width: 100% !important;
        overflow: hidden;
        height: 70.6vw;
    }
    .con15_mid_right {
        width: 100% !important;
        margin-left: 14%;
    }
    .con15_mid_mid_scr {
        height: 50%;
        width: unset !important;
        overflow: hidden;
        left: 0;
        top: 0;
    }
    .con15_mid_left {
        overflow: hidden;
        height: 70.6vw;
    }
    .con15_mid_right_absol {
        width: 49.3267%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 19%;
    }
    .con15_mid_2nd{
        flex-direction: column !important;
    }
    .con15_mid_2nd_left{
        width: 100% !important;
        margin-right: 14%;

    }
    .con15_mid_2nd_right{
        width: 100% !important;
        margin-left: 0%;
    }
    .con15_mid_2nd_mid_scr{
        height: 50%;
        width: unset !important;
        overflow: hidden;
        right: 0;
        top: 0;
    }
    .con15_mid_2nd_left_absol {
        width: 56.3762%;
        display: flex;
        justify-content: center;
        align-items: center;
        right: 15%;
    }
    .con16_top_scr {
        bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200%;
    }
    .con16_mid_left {
        width: 100% !important;
        margin-bottom: 6%;
        align-items: center !important;
    }
    .con16 {
        background: url(/images/con16_bg.jpg) no-repeat center / cover;
        padding-top: 3%;
    }
    .con16_mid_right_1 {
        width: 72.3054%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: 4%;
    }
    .form_row_label {
        margin-top: -0.4%;
    }
    .con13_mid_top {
        width: 75.1881%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-bottom: 4%;
        margin-left: 0;
    }
    .con13_mid_mid {
        width: 78.0891%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25%;
        margin-left: 0;
        z-index: 1;
    }
    .con13_mid_absol_2 {
        width: 40.7723%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -17%;
        left: -12%;
        z-index: 2;
    }
    .main_con_absol_3{
        animation: ddm_m 2s infinite;
    }
    .main_con_absol_4{
        animation: ddm_m 2s infinite;
    }
    .con4_bottom {
        width: 49.9703%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
        margin-top: 9%;
    }
    .con7_bottom {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 104%;
        margin-top: 6%;
        margin-bottom: 14%;
    }
    .con7_mid_absol {
        width: 97.7822%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 23%;
    }
    
    
    
    .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow: scroll;
        height: 82.5vw;
        width: 100%;
    }     
    .flip_clock01_absol {
        width: 211.1287%;
        display: flex;
        justify-content: center;
        align-items: center;
    }    
.con15_mid_right_absol {
    width: 55.3267%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 16%;
}
.con15_mid_2nd_left_absol {
    width: 63.3762%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 11%;
}
.con16_mid_right {
    width: 119% !important;
    align-items: center !important;
    margin-top: 2%;
    margin-bottom: 3%;
}    
.con18_top {
    width: 57.1776%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 10%;
    margin-bottom: 4%;
}    
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 12%;
    border: 1px solid #011f6f;
}
.con18_con_absol_lb {
    bottom: 2%;
    left: 1.5%;
    transform: scaleY(-1);
    width: 8.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}    
.con18_con_absol_rb {
    bottom: 2%;
    right: 1.5%;
    transform: scaleY(-1) scaleX(-1);
    width: 8.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}    
.con18_con_absol_lt {
    top: 2%;
    left: 1.5%;
    width: 8.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con18_con_absol_rt {
    top: 2%;
    right: 1.5%;
    transform: scaleX(-1);
    width: 8.39988%;
    display: flex;
    justify-content: center;
    align-items: center;
}    
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 17%;
    border: 1px solid #011f6f;
}    
    .tothetop{
            right: -6% !important;
    top: 78% !important;
        width: 18%;
    }
.Smoke {
    width: 250%;
}    
.con11_01 {
width: 75.9505% !important;
    z-index: 1;
    top: 15%;
}    
.con11_top_scr {
    margin-top: 27%;
}    
}


@media (hover: hover) {
    .con10_mid_item:hover .absol{
        opacity: 1;
    }
    .con10_mid_item:hover img:nth-child(1){
        opacity: 0;
    }
}
