@import url("/css/flip_clock.css"); /* url 형식 */
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.css"); /* url 형식 */

* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate130 {
    0% {
        transform: rotate(-100deg);
    }
    100% {
        transform: rotate(100deg);
    }
}

@keyframes rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
.opazoom{
    animation: opazoom 1.5s infinite;
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
.rotate{
    animation: rotate360 2s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}

.main{
    background: url(/images/m_07.jpg) no-repeat center / cover;
}
.main_top{
    width: 11.916%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    overflow: hidden;
}
.main_top_2nd{
    width: 37.4803%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.main_top_3rd{
    width: 28.6089%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-bottom: 4%;
}
.main_top_3rd_ab_2{
    width: 26.9725%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 110%;
}
.main_top_3rd_ab_3{
    width: 17.0642%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 110%;
}
.main_bg{
    opacity: 0.5;
    mix-blend-mode: difference;
    bottom: 0;
}

.con1_top_2nd_item{
    clip-path: circle(40.7% at 50% 50%);
    transition: 0.4s all;
    width: 33.5958%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con1_top_2nd_item:hover{
    clip-path: circle(70.7% at 50% 50%);
}
.con1_top_2nd_item:hover .con1_top_2nd_item_top{
    bottom: 30%;
}
.con1_top_2nd_item:hover .con1_top_2nd_item_top_2nd{
    text-align: center;
    bottom: 16%;
    opacity: 1;
}


.con1_top_2nd_item_on{
    clip-path: circle(70.7% at 50% 50%);
}
.con1_top_2nd_item_on .con1_top_2nd_item_top{
    bottom: 30%;
}
.con1_top_2nd_item_on .con1_top_2nd_item_top_2nd{
    text-align: center;
    bottom: 16%;
    opacity: 1;
}
.con1_top_2nd_item_top{
    bottom: 43%;
    transition: 0.4s all;
}
.con1_top_2nd_item_top_2nd{
    transition: 0.4s all;
    opacity: 0;
    bottom: 6%;

}
.con1_scrx{
    background: #da3730;
    padding: 0.8% 0;
}
.con1{
    background: url(/images/con01_9.jpg) no-repeat center / cover;

}
.con1_top{
    width: 33.8583%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 4%;
}
.con10_mid_swiper_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 33.3vw;
    overflow: hidden;
}
.con10_mid_swiper_1 {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 12.3vw;
    overflow: hidden;
    top: 17%;
}
.con10_mid_swiper_1_slide{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.con10_mid_swiper_1_slide > div{
    transition: 0.3s all;
}
.con10_mid_swiper_1_slide.swiper-slide-next > div{
    opacity: 0.4;
}

.con2{
    background: url(/images/con02_22.jpg) no-repeat center / cover;

}
.con2_top_2nd{
    font-size: 5.5vw;
    width: 39%;
    text-align: right;
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_2nd_ab{
    left: 91%;
    font-size: 2vw;
    bottom: 15%;
}
.con2_top_2nd_ab_2{
    right: 92%;
    top: 45%;
    width: 18.3381%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_2nd_ab_3 {
    right: 92%;
    white-space: nowrap;
    top: 71%;
}
.con2_con {
    width: 94%;
    box-shadow: #da373096 0px 0px 21px 0px;
    overflow: hidden;
}
.con14_swiper{
    width: 116%;
}
.con10_mid_swiper_1_slide_con1{
    width: 48.2759%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_mid_swiper_1_slide_con2{
    width: 84.4828%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_mid_swiper_1_slide_con3{
    width: 80.0766%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_swiper {
    width: 116%;
    margin-top: 3%;
}
.con2_top_3rd{
    width: 1.61921%;
    display: flex
;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: -1.6%;
}
.con2_con {
    margin-bottom: 3%;
}
.con2_top_3rd {
    width: 1.61921%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.6%;
    margin-bottom: -0.7%;
}
.con2_top_4th_1{
    width: 13.0095%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6%;
}
.con2_top_4th{
    margin-top: -13%;
    margin-bottom: 11%;
}
.con2_top_4th_1_ab {
    top: 100%;
    font-size: 3.4vw;
    right: 27%;
}
.con2_top_4th_1_ab span{
    font-size: 4vw;
}
.con2_top_4th_1_ab {
    top: 100%;
    font-size: 3.5vw;
    right: 27%;
}
.con2_top_4th_1_ab_2{
    width: 13.7339%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 82%;
    top: 227%;
}



.con2_top_4th_2_ab {
    top: 100%;
    font-size: 3.4vw;
    right: 27%;
}
.con2_top_4th_2_ab span{
    font-size: 4vw;
}
.con2_top_4th_2_ab {
    top: 100%;
    font-size: 3.5vw;
    right: 27%;
}
.con2_top_4th_2_ab_2{
    left: 80%;
    top: 227%;
}
.con2_con_ab{
    width: 77vw;
    bottom: 4%;
    height: 77vw;
}
.con2_con_ab {
    width: 71vw;
    bottom: 4%;
    height: 71vw;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotate130 10s infinite linear;
}
.con2_con_ab_ab{
    width: 8.20399%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4%;
}
.con3{
    background: #fff3f1;
}
.con3_top{
    width: 21.8373%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 10%;
}
.con3_top_2nd_con {
    width: 40%;
    align-items: flex-start;
    margin-left: 42%;
}
.con3_top_2nd_top_2nd{
    width: 29.0026%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.3%;
    overflow: hidden;
}
.con3_top_2nd_top_3rd{
    width: 51.9685%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 3%;
}
.con3_top_2nd_top_4th{
    margin-top: 4%;
}
.con3_top_2nd_ab {
    width: 33.1759%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 51.3%;
    top: -43%;
}

.con3_top_3rd_con {
    width: 40%;
    align-items: flex-end;
    margin-right: 42%;
}

.con3_top_3rd_ab {
    width: 33.1759%;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 52%;
    top: -41%;
}
.con3_top_3rd{
    margin-top: 16%;
}
.con3_top_3rd_top_2nd{
    width: 29.3963%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con3_top_3rd_top_3rd{
    width: 41.9948%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 4%;
}
.con3_top_3rd_top_4th{
    text-align: right;
    margin-top: 5%;
}
.con3_top_4th{
    margin-top: 16%;
}
.con3_top_2nd_con {
    margin-left: 44%;
}
.con3_top_4th_con {
    width: 40%;
    align-items: flex-start;
    margin-left: 44%;
}
.con3_top_4th_top_2nd{
    width: 29.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
}
.con3_top_4th_top_3rd{
    width: 38.8451%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 4%;
}
.con3_top_4th_top_4th{
    margin-top: 5%;
}
.con3_top_4th {
    margin-top: 16%;
    margin-bottom: 15%;
}
.con3_ab{
    width: 8.34646%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    top: -0.5%;
}
.con3_ab_2{
    width: 8.29396%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -0.5%;
    right: 1%;
}


.con4_top{
    width: 30.1312%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}











.con07_tab{
    width: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
}
.con07_tab_wrap{
    border-top: 1px solid #74593f;
    border-bottom: 1px solid #74593f;
    height: 2.4vw;
    margin-top: 2.4%;
}
.con07_tab_h {
    border: unset;
    border-radius: unset;
    height: 62%;
    width: 70%;
    bottom: unset;
}
.con07_tab_h{
    transition: 0.3s all;
}


.con07_menu_wrap{
    height: 28.4vw;
    cursor: pointer;
}
.con05_menu_div{
    height: 28.4vw;
    opacity: 0 !important;

}
.con05_menu_div.con05_change {
    opacity: 1 !important;
    z-index: 2;
}
.con07_menu_wrap {
    height: 28.4vw;
    top: 41%;
    width: 84%;
}
.con05_menu_div {
    height: 28.8vw;
    width: 100%;
}
.con02_2_con{
    overflow: hidden;
}


.con07_menu_wrap {
    width: 115%;
}
.con05_menu_img{
    width: 57.2545%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 7.1vw;
    overflow: hidden;
}


.con05_menu_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
        height: 14.8vw;
}
.con05_menu_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    border: 1px solid #74593f;
}
.con05_menu_title{
    width: 100%;
    border-top: 1px solid #74593f;
    font-size: 1.3vw;
    text-align: center;
    height: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_menu_wrap{
    height: 28.4vw;
    cursor: pointer;
}
.con05_menu_div{
    height: 28.4vw;
    opacity: 0 !important;

}
.con05_menu_div.con05_change {
    opacity: 1 !important;
    z-index: 2;
}
.con9_con_top{
    width: 15.8015%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con9_con_top_2nd{
    width: 36.5659%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    overflow: hidden;
}
.con07_tab_wrap {
    border-top: 1px solid #005aff;
    border-bottom: 1px solid #005aff;
    height: 3.6vw;
    margin-top: 2.4%;
}

.con07_tab {
    width: 8%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #005aff;
}
.con07_tab_h{
    border: 1px solid #005aff;
    border-radius: 50%;
    height: 50%;
    width: 100%;

}
.con07_tab_h {
    border: 1px solid #005aff;
    border-radius: 50%;
    height: 62%;
    width: 70%;
    bottom: unset;
}
.con07_tab:nth-child(1){
    margin-left: 36%;
}



.con07_menu_wrap {
    height: 28.4vw;
    cursor: pointer;
    width: 60%;
    right: 0;
}
.con05_menu_img {
    width: 8.1vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 8.1vw;
    border-radius: 50%;
    overflow: hidden;
    background: #005aff;
}
.con05_menu_div{
    padding: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.con07_menu_wrap {
    height: 33.8vw;
    cursor: pointer;
    width: 60.3%;
    right: 0;
    top: 40%;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.con05_menu_img {
    width: 10.1vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 10.1vw;
    border-radius: 50%;
    overflow: hidden;
    background: #005aff;
}
.con05_menu_img img{
    width: 100%;
    scale: 1.5;
}
.con07_menu_wrap {
    height: 34.4vw;
    cursor: pointer;
    width: 60.3%;
    right: 0;
    top: 40%;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.con05_menu_div {
    height: 100%;
    opacity: 0 !important;
}
.con05_menu_title {
    width: 100%;
    border-top: 1px solid #005aff;
    font-size: 1.3vw;
    text-align: center;
    height: 4vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con05_menu_con {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    border: 1px solid #005aff;
}

.con07_menu_wrap {
    height: 30.55vw;
    cursor: pointer;
    width: 60.3%;
    right: 0;
    top: 43%;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.con05_menu_img {
    width: 8.5vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 8.5vw;
    border-radius: 50%;
    overflow: hidden;
    background: #005aff;
}



.con9_con_top_3rd{
    width: 39.5322%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -60.4%;
}
.con9_con_top_3rd_ab{
    width: 89.7547%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_con_top_3rd_ab_item:nth-child(1){
    width: 3.21543%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    left: 4%;
}

.con9_con_top_3rd_ab_item:nth-child(2){
    width: 3.21543%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    right: 4%;
}

.con9_con_top_3rd_ab_item:nth-child(3){
    width: 3.21543%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
    left: 4%;
}

.con9_con_top_3rd_ab_item:nth-child(4){
    width: 3.21543%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
    right: 4%;
}
.con9_con_top_3rd_ab_2{
    height: 22.5vw;
    top: 10%;
    width: 78%;
    border-radius: 50%;
    overflow: hidden;
    background: #005aff;
}
.con9_con_top_3rd_ab_2_ab_2 {
    width: 93%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 90%;
    overflow: hidden;
    border-radius: 50%;
}
.con9_con_top_3rd_ab_2_ab{
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_07{
    scale: 1.2;
}
.con9_con_top_3rd_ab_item_title{
    top: 79%;
    font-size: 1.6vw;
    font-weight: 600;
}
.con9_con_top_3rd {
    width: 39.5322%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -60.4%;
    height: 34vw;
}


.con07_tab:nth-child(1) {
    margin-left: 0;
}
.con07_tab_wrap {
    border-top: unset;
    border-bottom: unset;
    height: 3.6vw;
    margin-top: 2.4%;
}

.con07_tab_h {
    border: unset;
    border-radius: unset;
    height: 62%;
    width: 70%;
    bottom: unset;
    opacity: 0;
}

.con07_tab {
    width: 8%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #005aff;
    font-size: 1.4vw;
    color: #b68651;
    font-weight: 500;
}

.con07_tab_h{
    background: #b68651;
    border: unset;
    border-radius: unset;
    height: 62%;
    width: 100%;
    bottom: unset;
}
.con07_tab p{
    z-index: 2;
}
.con07_tab {
    border-top: 1px solid #b68651;
    border-bottom: 1px solid #b68651;
}

.con07_tab {
    width: 9%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 77%;
    color: #005aff;
    font-size: 1.4vw;
    color: #b68651;
    font-weight: 500;
    margin: 0 1%;
    border-top: 1px solid #b68651;
    border-bottom: 1px solid #b68651;
}
.con07_tab_h {
    background: #b68651;
    border: unset;
    border-radius: unset;
    height: 88%;
    width: 100%;
    bottom: unset;
}

.con07_change{
    color: white;
}
.con07_change .con07_tab_h{
    opacity: 1;
}
.con9_con_top_3rd {
    width: 25.5322%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -48.4%;
    height: 24vw;
    margin-top: 2%;
}
.con9_con_top_3rd_ab_2 {
    height: 13.5vw;
    top: 10%;
    width: 78%;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
}



.con9_con_top_3rd_ab_item_title {
    top: 76%;
    font-size: 1.6vw;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 2% 0;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}
.con9_con_top_3rd {
    width: 25.5322%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -48.4%;
    height: 25vw;
    margin-top: 2%;
    margin-bottom: 10%;
}
.con05_menu_img {
    width: 8.5vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 8.5vw;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
}

.con07_menu_wrap {
    height: 24.95vw;
    cursor: pointer;
    width: 49.3%;
    right: unset;
    left: 38.6%;
    top: 38.8%;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}

.con05_menu_img {
    width: 9.5vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 12%;
    margin-bottom: 9%;
    height: 6.8vw;
    border-radius: unset;
    overflow: hidden;
    background: transparent;
}
.con05_menu_img img {
    width: 100%;
    scale: 1;
}

.con05_menu_title {
    width: 100%;
    border-top: 1px solid #b68651;
    font-size: 1.3vw;
    text-align: center;
    height: 3vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con05_menu_con {
    border: 1px solid #b68651;
}
.con05_menu_img {
    width: 9.5vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 7%;
    height: 7.8vw;
    border-radius: unset;
    overflow: hidden;
    background: transparent;
}


.con9_con_top_3rd {
    width: 25.5322%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -48.4%;
    height: 25vw;
    margin-top: 2%;
    margin-bottom: 10%;
    background: #da3730;
}

.con07_tab {
    width: 9%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 77%;
    color: #005aff;
    font-size: 1.4vw;
    color: black;
    font-weight: 500;
    margin: 0 1%;
    border-top: unset;
    border-bottom: unset;
}
.con07_change.con07_tab{
    color: white;

}
.con07_tab_h {
    background: transparent;
    border: unset;
    border-radius: unset;
    height: 88%;
    width: 100%;
    bottom: unset;
}
.con07_tab {
    font-size: 1.2vw;
}
.con9_con_top_3rd{
    background: url(/images/con04_4.png) no-repeat center / cover;
}
.con9_con_top_3rd {
    width: 35.5322%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: -64.4%;
    height: 30vw;
    margin-top: 2%;
    margin-bottom: 10%;
    background: #da3730;
}
.con07_menu_wrap {
    height: 30vw;
    cursor: pointer;
    width: 64.3%;
    right: unset;
    left: 35.6%;
    top: 34%;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
}
.con05_menu_con {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    border: 1px solid #005aff;
    height: 15vw;
}
.con05_menu_img {
    width: 13.5vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 7%;
    height: 8.8vw;
    border-radius: unset;
    overflow: hidden;
    background: transparent;
    border-radius: 50%;
}
.con05_menu_title {
    width: 100%;
    border-top: unset;
    font-size: 1.3vw;
    text-align: center;
    height: 3vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con05_menu_con {
    border: 1px solid #da3730;
}
.con9_con_top_3rd_ab_item_title {
    top: 68%;
    font-size: 1.6vw;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding: 2% 0;
    border-top: unset;
    border-bottom: unset;
}

.con9_con_top_3rd_ab_2 {
    height: 18.5vw;
    top: 6%;
    width: 78%;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
}
.con9_con_top_3rd_ab_item_desc{
    top: 80%;
}
.con4_ab{
    width: 97.0079%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
}
.con4_ab_2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 84.5%;
}
.con4_ab_2_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 1000%;
}
.con5{
    background: url(/images/con05_7.jpg) no-repeat center / cover;
}
.con5_top{
    width: 36.1155%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con05_1{
    z-index: 2;
}
.con5_top_ab{
    width: 32.2674%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4%;
    right: -1%;
}


.con7_prev:after,.con7_next:after {
    content: unset !important;
}
.con14_swiper_2nd{
    width: 100%;
    margin-top: 10%;
    margin-bottom: 5%;
}
.con5_ab{
    width: 26.2467%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    bottom: 53%;
}
.con5_ab_2{
    width: 25.8268%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5%;
    z-index: 2;
    right: 0;
}

.con5_ab_3{
    width: 24.4094%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    bottom: -5%;
}
.con5_bg{
    top: 7%;
    width: 87%;
    overflow: hidden;
}
.con6{
    background: url(/images/con06_7.jpg) no-repeat center / cover;
}
.con6_top{
    width: 32.8609%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}
.con6_top_ab{
    width: 21.246%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -15%;
    bottom: 69%;
}
.con6_top_ab_ab{
    width: 35.3383%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 36%;
}
.con6_top_2nd{
    margin-top: 1%;
}
.con6_top_3rd_1 {
    width: 37%;
    height: 20.3vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-right: 3%;
}
.con6_top_3rd_2{
    width: 37%;
    height: 20.3vw;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con6_top_3rd_1_ab{
    top: 109%;
}
.con6_top_3rd_2_ab{
    top: 109%;
}
.con6_top_3rd_1_vid{
    border: 0.2vw solid #da3730;
}
.con6_top_3rd_2_vid{
    border: 0.2vw solid #da3730;
}
.con6_top_3rd{
    margin-top: 4%;
    margin-bottom: 10%;
}
.con7_top{
    width: 31.916%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 6%;
}
.con7_top_2nd{
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center;
    margin-top: 11%;
}
.con7_top_3rd{
    flex-wrap: wrap;
    z-index: 1;
    justify-content: flex-start;
}
.con7_top_3rd_item{
    width: 34%;
}
.con7_ab_3{
    top: 0;
    width: 100% !important;
    overflow: hidden;
}

.con7_top_3rd_item {
    width: 34%;
    height: 9.6vw;
    background: #da3730;
}
.con7_ab_2{
    width: 50.4987%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2;
}
.con7{
    background: #da3730;

}
.con7_top_3rd_item_top_1{
    width: 41.358%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10%;
}
.con7_top_3rd_item .absol{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}


.con7_top_3rd_item_top_2{
    width: 40.1235%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
}
.con7_top_3rd_item_top_3{
    right: 10%;
    width: 34.1049%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_top_3rd_item_top_4{
    width: 32.5617%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
}
.con07_3{
    width: 100%;
    margin-bottom: -6%;
}
.con7{
    overflow: unset ;
}
.con7_ab{
    width: 20.3675%;
    display: flex;
    justify-content: center;
    align-items: center;
    새ㅔ: ㅔ;
    top: 11%;
    z-index: 1;
    left: 18%;
}
.con07_5{
    width: 109% !important;
}
.con7_top_3rd_item{
    transition: 0.3s all;
}
.con7_top_3rd_item .absol {
    transition: 0.3s all;

}
.con7_top_3rd_item_on{
    background: white;
}
.con7_top_3rd_item_on .absol {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
.con8_scrx{
    padding: 1% 0;
    background: black;
}
.con8{
    background: url(/images/con08_2.jpg) no-repeat center / cover;

}
.con8_top{
    width: 20.3675%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: -38%;
}
.con8_top_2nd{
    width: 13.3333%;
    display: flex;
    overflow: hidden;

    justify-content: center;
    align-items: center;
    margin-left: -59%;
    margin-top: -3%;
}

.con14_swiper_3 .swiper-wrapper {
    transition-timing-function: linear !important;
}
.con14_swiper_3{
    margin-top: 2%;
    margin-bottom: 3%;
}
.con9 .main_bg{
    opacity: 1;
    mix-blend-mode: unset;
}
.con9_top{
    width: 13.4383%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con9_top_2nd{
    width: 24.147%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4%;
    overflow: hidden;
}
.con9_top_3rd{
    margin-top: 4%;
    margin-bottom: 10%;
}
.con8_ab{
    width: 56.8504%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con10{
    background: url(/images/con10_8.jpg) no-repeat center / cover;
}
.con10_top{
    width: 18.7927%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.con10_top_2nd{
    width: 52%;
    height: 26vw;
    margin-bottom: 9%;
    margin-top: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_2nd_ab{
    width: 19.1726%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -15%;
    left: -11%;
    z-index: 2;
}
.con10_bg{
    overflow: hidden;
    height: 100%;
    border:1px solid #da3730;
}
.con10_ab_3{
    width: 34.2257%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -10%;
    right: 1%;
}
.con10_ab{
    width: 8.34646%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
    top: -35%;
}
.con10_ab_2{
    width: 8.29396%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
    top: 50%;
}
.con11{
    background: url(/images/con11_14.jpg) no-repeat center / cover;

}
.con11_1{
    z-index: 2;
}
.con11_2{
    z-index: 2;
}
.con11_top{
    width: 14.3307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: -66%;
}
.con11_top_2nd{
    width: 29.1864%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -51.4%;
    margin-top: 0.5%;
}
.con11_top_ab{
    width: 49.4505%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 58%;
    bottom: -19%;
}
.con11_top_2nd_ab{
    width: 29.1367%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -12%;
    right: -3%;
}
.con11_top_3rd{
    width: 42.8871%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: -38%;
    margin-bottom: 6%;
}
.con11_top_3rd_ab_line{
    bottom: 20%;
}
.con11_top_3rd_ab{
    width: 8.56793%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20.3%;
    left: 13.5%;
}
.con11_top_3rd_ab_ab_1{
    width: 172.857%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 104%;
}
.con11_top_3rd_ab_ab_2{
    width: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 98%;
}
.con11_top_3rd_ab_2{
    width: 8.56793%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 34%;
    bottom: 20.3%;
}
.con11_top_3rd_ab_2_ab_1{
    width: 172.857%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 105.4%;
}
.con11_top_3rd_ab_2_ab_2{
    width: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 98%;
}
.con11_top_3rd_ab_3{
    width: 8.56793%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 20.3%;
    left: 55%;
}
.con11_top_3rd_ab_3_ab_2{
    width: 72.8571%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 109%;
}
.con11_top_3rd_ab_3_ab_1{
    width: 181.429%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 96%;
}
.con11_top_3rd_ab_4{
    width: 8.56793%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 75%;
    bottom: 20.3%;
}
.con11_top_3rd_ab_4_ab_1{
    width: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 98%;
}
.con11_top_3rd_ab_4_ab_2{
    width: 152.857%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 108%;
}
.con11_top_3rd_ab_5{
    width: 22.8886%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 9%;
}
.con11_5_2_con{
    overflow: hidden;
}
.con11_6_2_con{
    overflow: hidden;
}
.con11_7_2_con{
    overflow: hidden;
    height: 6.7vw;
    justify-content: flex-start;
}
.con11_8_2_con{
    overflow: hidden;
}

.con11_top_3rd_ab_6{
    width: 9.17993%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 9%;
    right: 7%;
}
.con11_ab{
    width: 22.5197%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 60%;
}
.con11_ab_2{
    width: 22.5197%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 32.5%;
}
.con11_ab_3{
    width: 24.23197%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 60%;
}
.con11_ab_item{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
}
.con11_ab_4{
    left: 100%;
    width: 18vw;
}
.con11_ab_5{
    right: 100%;
    width: 17.5vw;
}
.con11_ab_6 {
    left: 100%;
    width: 16vw;
}
.con11_ab_4_ab{
    width: 48.688%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 35%;
}
.con11_ab_4_ab_ab{
    top: 110%;
    font-size: 2.6vw;
    white-space: nowrap;
}
.con11_ab_5_ab{
    width: 42.042%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 35%;
}
.con11_ab_5_ab_ab{
    top: 110%;
    font-size: 2.6vw;
    white-space: nowrap;
}


.con11_ab_6_ab{
    width: 46.8852%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 35%;
}
.con11_ab_6_ab_ab{
    top: 110%;
    font-size: 2.6vw;
    white-space: nowrap;
}
.con12{
    background: url(/images/con12_9.jpg) no-repeat center / cover;

}
.con12_con{
    background: url(/images/con12_8.png) no-repeat top / contain;
    width: 95%;
    margin-top: 3%;
}
.con12_con_top{
    margin-top: 6%;
    margin-bottom: 14%;
}
.con12_con_top_2{
    width: 31.6535%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 5%;
}
.con12_con_top_1_ab{
    width: 27.789%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 16%;
    top: 43%;
}
.con12_con_top_2_ab{
    width: 48.2587%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 105%;
}
.con12_con_top_2_ab_2{
    width: 30.6799%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 92%;
    right: 9%;
}



.flip_clock01{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}












.flip{
    border-radius: 19px !important;
    overflow: hidden !important;
    border: 1px solid #166c5d;
}
.flip div{
    box-shadow: unset !important;
}
.flip-clock-wrapper .flip{
    box-shadow: unset !important;
}



.clock1 .flip:nth-of-type(1) .inn{
    color: black !important;

    background: white;
    font-family: "Noto Serif KR", serif;


}
.clock1 .flip:nth-of-type(2) .inn{
    color: black !important;
    font-family: "Noto Serif KR", serif;

    background: white;
}
.clock1 .flip:nth-of-type(3) .inn{
    color: black !important;
    font-family: "Noto Serif KR", serif;

    background: white;
}
.clock1 .flip:nth-of-type(4) .inn{
    color: black !important;
    font-family: "Noto Serif KR", serif;

    background: white;
}
.clock1 .flip:nth-of-type(5) .inn{
    color: #c1272c !important;
    background: black;
    font-family: "Noto Serif KR", serif;

}
.clock1 .flip:nth-of-type(6) .inn{
    color: #c1272c !important;
    background: black;
    font-family: "Noto Serif KR", serif;
}

.flip-clock-wrapper ul {
    background: unset;
}

.flip{
    border: 1px solid black;
}
.flip-clock-wrapper ul li a div div.inn {
    top: -17%;
    font-size: 3vw;
}
.flip_clock01 {
    width: 61%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}
.flip-clock-wrapper ul {
    width: 15%;
    height: 4vw;
    border-radius: 0;
    background: #000;
    margin: 0;
}
.flip-clock-wrapper ul li a div div.inn {
    top: -102%;
    font-size: 3vw;
}
.flip_clock01 {
    width: 61%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 2%;
}
.flip{
    border-radius: unset !important;
}
.con13_scrx{
    padding: 0.8% 0;
    background: #da3730;
}
.con13_con_top_3rd{
    width: 63.0446%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}
.con13_con_bg{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    top: -28%;
}
.con13_con_top{
    width: 8.13648%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30%;
    margin-top: 0;
}
.con13_con_top_2nd{
    width: 30.5512%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con13_con_top_3rd {
    width: 63.0446%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
    margin-top: -1%;
}
.con13_con{
    margin-top: -9%;
}


.con14{
    background: url(/images/con13_6.jpg) no-repeat center / cover;
}
.con14_top{
    width: 21.7323%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.con14_top_2nd{
    flex-wrap: wrap;
    margin-top: 3%;
    margin-bottom: 7%;
    width: 70%;
}
.con14_top_2nd_item{
    width: 37.8561%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.6%;
}
.con15_top{
    width: 17.9003%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.con15_ab{
    width: 35.4856%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -3%;
    left: 0%;
}
.con15{
    background: url(/images/con14_12.jpg) no-repeat center / cover;
}
.con16_con {
    width: 75.4428%;
    margin-top: 7%;
    margin-bottom: 4%;
    justify-content: flex-start;
}
.con16_con_left{
    width: 50% !important;
}
.con16_con_left_ab{
    width: 34.9096%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 63%;
    left: 8%;
}
.con16_con_left_ab_2{
    width: 38.6648%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 8%;
    bottom: 10%;
}
.con15_con_ab{
    width: 26.3517%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}








.con25_mid{
    position: absolute;
    left: 50%;
    width: 39%;
    top: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con25_mid_con{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    flex-direction: row;
    flex-wrap: wrap;
}

.con25_mid {
    ㅔㅐ냐: 냐;
    position: absolute;
    left: 50%;
    width: 39%;
    top: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f08200;
}
.con25_mid_con {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 99%;
    margin: 0.5%;
    flex-direction: row;
    padding: 11% 0;
    flex-wrap: wrap;
    border: 1px solid #f08200;
}
.con25_mid_con_item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 40%;
    margin: 1%;
    margin-bottom: 2%;
}
.con25_mid_con_item input{
    width: 95%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
}
.con25_mid_con_item label{
    font-size: 1.3vw;
    margin-bottom: 3%;
    font-weight: 400;
}



.con25_mid_con_item_2{
    width: 82%;
}


.form_row_imput_radio {
    width: 95%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
    background: white;
}
.form_row_imput_radio:checked{
    border: none;
    appearance: none;

}

.form_row_imput_radio:focus{
    border: none;
    appearance: none;
}

.form_row_imput_radio_1_label{
    font-family: 'Pretendard-Regular';
    font-size: 1.2vw;
    left: 28.3%;
    color: #da3730;

    pointer-events: none;
}
.form_row_imput_radio_1_label_2{
    font-family: 'Pretendard-Regular';
    font-size: 1.2vw;
    left: 61.8%;
    color: #da3730;

    pointer-events: none;

}
.con25_mid_con_item_2_bt{
    width: 98% !important;
    justify-content: space-between;
}
.form_row_imput_radio {
    width: 47.2%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
    background: white;
}

.form_row_imput_radio_1_label {
    font-family: 'Pretendard-Regular';
    font-size: 1.2vw;
    left: 22.4%;
    color: white;
    pointer-events: none;
}
.con25_mid_con_item_2{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;

}
.con25_mid_con_item_2 label{
    font-size: 1.3vw;
    margin-bottom: 2%;
    font-weight: 400;
}
.con25_mid_con_item_2 {
    display: flex
;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1%;
}

.form_row_imput_radio_1_label {
    font-family: 'Pretendard-Regular';
    font-size: 1.3vw;
    left: 22.1%;
    color: white;
    pointer-events: none;
}
.form_row_imput_radio_1_label_2 {
    font-family: 'Pretendard-Regular';
    font-size: 1.3vw;
    left: 73.8%;
    color: white;
    pointer-events: none;
}



.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
}

.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px black solid;
    appearance: none;
}


.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px black solid;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/con25_03.png) center / 86% no-repeat;
    color: unset !important;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}

.form_submit{
    color: white;
    background: rgba(0, 0, 0, 0.9);
    padding: 1% 5%;
    font-size: 1.5vw;
    cursor: pointer;
}

.con25_mid_con_item input {
    width: 100%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
}
.con25_mid_con_item_2_bt {
    width: 100% !important;
    justify-content: space-between;
}
.form_row_imput_radio {
    width: 48.8%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
    background: white;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex
;
    justify-content: center;
    border: 1px white solid;
    align-items: center;
    border-radius: 50%;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px white solid;
    appearance: none;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px white solid;
    appearance: none;
    border-radius: 50%;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #f08200;
    color: unset !important;
    border-radius: 50%;
}
.form_agree {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    width: 82%;
    margin-top: 4%;
    margin-bottom: 3%;
}
.form_submit {
    color: white;
    background: rgba(0, 0, 0, 0.9);
    padding: 1% 5%;
    font-size: 1.7vw;
    width: 73%;
    text-align: center;
    background: #f08200;
    height: 2.7vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 0.4vw;
}

.con25_mid_con_ab_1{
    width: 4.77342%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    left: 2%;
}
.con25_mid_con_ab_2{
    width: 4.77342%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    right: 2%;
}
.con25_mid_con_ab_3{
    width: 4.77342%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
    left: 2%;
}
.con25_mid_con_ab_4{
    width: 4.77342%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
    right: 2%;
}
.con25_mid {
    ㅔㅐ냐: 냐;
    position: absolute;
    left: 50%;
    width: 50%;
    top: 0;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 2px solid #f08200;
}
.con25_mid_con {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 97%;
    margin: 0.5%;
    flex-direction: row;
    padding: 8% 0;
    flex-wrap: wrap;
    border: 1px solid white;
}
.form_row_imput_radio_1_label{
    color: #da3730;

}
.form_row_imput_radio_1_label_2{
    color: #da3730;

}
.form_row_imput_radio_1_label_off{
    color: black;
}
.con25_mid {
    background: #da3730;
    border: unset;
}
.form_submit {
    color: white;
    background: rgba(0, 0, 0, 0.9);
    padding: 1% 5%;
    font-size: 1.7vw;
    width: 73%;
    text-align: center;
    background: white;
    height: 2.7vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}
.form_submit{
    font-family: "Noto Serif KR", serif;
    color: #da3730;
    font-weight: 500;

}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: white;
    color: unset !important;
    border-radius: 50%;
}
.con25_mid_con_ab_2 {
    transform: scaleX(-1);
}

.con25_mid_con_ab_4 {
    scale: -1;
}
.con25_mid_con_ab_3 {
    transform: scaleY(-1);
}
.main_top_3rd_ab{
    width: 60.5505%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con1_top_2nd_item_top_1{
    width: 40.16%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_top_2nd_item_top_2{
    width: 32.3855%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_top_2nd_item_top_3{
    width: 39.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top{
    width: 72.9202%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con7_prev:after,.con7_next:after {
    content: unset !important;
}
.con10_prev:after,.con10_next:after {
    content: unset !important;
}
.con7_prev{
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    z-index: 1111 !important;
    overflow: hidden;
    left: 45.5% !important;
    bottom: 3%;
    transition: 0.4s background;
}
.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    z-index: 1111 !important;
    overflow: hidden;
    right: 45.5% !important;
    bottom: 3%;
    transition: 0.4s background;

}

.con2_top_4th_2_ab_2{
    width: 12.4514%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_4th_2{
    width: 14.3495%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_top_3rd_item{
    width: 22.2572%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con5_ab_2{
    pointer-events: none;
}

.con13_con_bg {
    width: 100.787%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    top: 0%;
}
.main_bg_2{
    bottom: 0;
    width: 105% !important;
    transform-origin: bottom;
}
.con05_1_con{
    overflow: hidden;
}
.con6_top_con{
    overflow: hidden;
}
.con7_ab{
    opacity: 0.5;
}
.con8_top{
    opacity: 0.5;
}
.con11_con{
    height: 100%;
}
.con11_ab_item_on{
    background: #da3730;
}


@keyframes headlightBlink {
    0% {
        opacity: 0.2;
    }
    15% {
        opacity: 0.8;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0.7;
    }
    55% {
        opacity: 1;
    }
    70% {
        opacity: 0.6;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

.con14_ab{
    animation: headlightBlink 3.5s infinite ease-in-out;
}
.con14_ab_2{
    animation: headlightBlink 3.5s infinite ease-in-out;
    animation-delay: 1s;
}
.con3_top_2nd_ab{
    overflow: hidden;
}
.con6_top_3rd_1_vid {
    border: 0.2vw solid #da3730;
    height: 20.4vw;
}
.con6_top_3rd_1_vid iframe{
    width: 100%;
    height: 100%;
}
.con05_menu_div.absol{
    position: absolute !important;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .main_top {
        width: 43.916%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
    }

    .main_top_2nd {
        width: 90.4803%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .main_top_3rd {
        width: 68.6089%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 39%;
        margin-bottom: 20%;
    }

    .main_top {
        width: 43.916%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 30%;
    }
    .main_top_3rd_ab_2 {
        width: 42.9725%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 46%;
        top: -24%;
    }
    .main_top_3rd_ab_3 {
        width: 27.0642%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 56%;
        top: -24%;
    }
    .main_top_3rd {
        width: 68.6089%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 31%;
        margin-bottom: 20%;
    }

    .con1_top {
        width: 76.8583%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-bottom: 4%;
    }
    .con1_top_2nd{
        flex-direction: column;
    }
    .con1_top_2nd_item {
        transition: 0.4s all;
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con1_top {
        width: 84.8583%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-bottom: 4%;
    }
    .con1_scrx {
        background: #da3730;
        padding: 2.8% 0;
        width: 300%;
    }
    .con1_scrx {
        background: #da3730;
        padding: 2.8% 0;
        width: 300%;
    }
    .con2_top {
        width: 152.9202%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con10_mid_swiper_1 {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 53%;
        height: 22.3vw;
        overflow: hidden;
        top: 17%;
    }
    .con2_con_ab {
        width: 140vw;
        bottom: 4%;
        height: 140vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        animation: rotate130 10s infinite linear;
    }
    .con2_top_2nd {
        font-size: 13.5vw;
        width: 31%;
        text-align: right;
        margin-top: 8%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -3%;
    }
    .con2_top_2nd_ab_2 {
        right: 80%;
        top: -19%;
        width: 67.3381%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con2_top_2nd {
        font-size: 13.5vw;
        width: 31%;
        text-align: right;
        margin-top: 12%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -3%;
    }
    .con2_top_2nd_ab_3 {
        right: -24%;
        white-space: nowrap;
        top: -19%;
    }
    .con2_top_2nd_ab {
        left: 179%;
        font-size: 5vw;
        bottom: 15%;
    }
    .con14_swiper {
        width: 329%;
        margin-top: 5%;
    }

    .con5 .con7_prev {
        bottom: 38%;
        width: 9vw !important;
        height: 8vw !important;
        left: 39.5% !important;
    }
    .con5 .con7_next {
        bottom: 38%;
        width: 9vw !important;
        height: 8vw !important;
        right: 39.5% !important;
    }


    .con2 .con7_prev {
        bottom: 38%;
        width: 9vw !important;
        height: 8vw !important;
        left: 39.5% !important;
    }
    .con2 .con7_next {
        bottom: 38%;
        width: 9vw !important;
        height: 8vw !important;
        right: 39.5% !important;
    }


    .con2_top_4th {
        margin-top: -13%;
        margin-bottom: 11%;
        flex-direction: column;
    }

    .con2_top_4th_1 {
        width: 37.0095%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
    .con2_top_4th {
        margin-top: -7%;
        margin-bottom: 49%;
        flex-direction: column;
    }
    .con2_top_4th_2{
        width: 42.3578%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 23%;
    }

    .con2_top_4th_1_ab {
        top: 136%;
        font-size: 6.5vw;
        right: -5%;
    }
    .con2_top_4th_1_ab span {
        font-size: 12vw;
    }
    .con2_top_4th_1_ab_2 {
        width: 13.7339%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 112%;
        top: 308%;
    }
    .con2_top_4th_2_ab_2 {
        left: 92%;
        top: 308%;
    }
    .con2_top_4th_2_ab {
        top: 290%;
        font-size: 6.5vw;
        right: 27%;
    }
    .con2_top_4th_2_ab span {
        font-size: 12vw;
    }
    .con2_top_4th_2_ab {
        top: 153%;
        font-size: 6.5vw;
        right: 27%;
    }
    .con2_top_4th_2_ab_2 {
        left: 80%;
        top: 308%;
    }

    .con2_top_4th {
        margin-top: -7%;
        margin-bottom: 33%;
        flex-direction: column;
    }
    .con3_top {
        width: 56.8373%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-bottom: 10%;
    }
    .con3_top_2nd_ab {
        width: 69.1759%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0;
        top: -43%;
        position: relative;
    }

    .con3_top_2nd_con {
        margin-left: 0;
        align-items: center;
        margin-top: 5%;
        width: 77%;
    }
    .con3_top_2nd_top_2nd {
        width: 61.0026%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7.3%;
    }
    .con3_top_2nd_top_3rd {
        width: 81.9685%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
    }
    .con3_top_2nd_top_4th {
        margin-top: 4%;
        text-align: center;
        width: 112%;
    }


    .con3_top_3rd_ab {
        width: auto;
        width: 69.1759%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        top: -41%;
        position: relative;
    }
    .con3_top_3rd_con {
        margin-right: 0;
        margin-left: 0;
        align-items: center;
        margin-top: 5%;
        width: 77%;
    }
    .con3_top_3rd_top_2nd {
        width: 61.3963%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7.3%;
    }
    .con3_top_3rd_top_3rd {
        width: 64.9948%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
    }
    .con3_top_3rd_top_4th {
        text-align: center;
        margin-top: 4%;
    }

    .con3_top {
        width: 69.8373%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-bottom: 10%;
    }
    .con3_top_4th_con{
        margin-right: 0;
        margin-left: 0;
        align-items: center;
        margin-top: 5%;
        width: 77%;
    }
    .con3_top_4th_top_2nd {
        width: 61.3963%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7.3%;
    }
    .con3_top_4th_top_3rd {
        width: 64.9948%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
    }
    .con3_top_2nd_top_3rd {
        width: 87.9685%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
    }
    .con3_top_3rd_top_3rd {
        width: 69.9948%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
    }
    .con3_top_4th_top_3rd {
        width: 68.9948%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
    }
    .con3_top_4th_top_4th {
        margin-top: 5%;
        text-align: center;
        width: 116%;
    }
    .contact_fixed_left_2_3rd {
        bottom: 0%;
        left: 6.4%;
        width: 24%;
        display: unset;
        bottom: 58%;
        max-width: unset;
    }
    .contact_fixed_left_4 {
        font-size: 4vw;
        left: 33.5%;
        color: white;
        top: 11%;
        width: 31%;
        animation: blk 1s infinite;
    }






    .con07_tab_wrap {
        border-top: unset;
        border-bottom: unset;
        height: 7.6vw;
        margin-top: 4.4%;
    }
    .con07_tab {
        width: 19%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 102%;
        color: #005aff;
        font-size: 3.4vw;
        color: #b68651;
        font-weight: 500;
        margin: 0 1%;
        border-top: 1px solid #b68651;
        border-bottom: 1px solid #b68651;
    }
    .con9_con_top_3rd {
        width: 83%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 55vw;
        margin-top: 3%;
        margin-bottom: 10%;
    }
    .con9_con_top_3rd_ab_2 {
        height: 36.5vw;
        top: 5%;
        width: 78%;
        border-radius: 50%;
        overflow: hidden;
        background: transparent;
    }
    .con9_con_top_3rd_ab_item_title {
        top: 75%;
        font-size: 3.6vw;
        font-weight: 600;
        width: 100%;
        text-align: center;
        padding: 2% 0;
        border-top: 1px solid white;
        border-bottom: 1px solid white;
    }

    .con07_menu_wrap {
        height: 80vw;
        cursor: pointer;
        width: 84%;
        right: unset;
        left: unset;
        top: unset;
        padding: 0;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        position: relative;
    }
    .con9_con_top_3rd {
        width: 83%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 55vw;
        margin-top: 3%;
        margin-bottom: 1%;
    }
    .con05_menu_img {
        width: 29.5vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 7%;
        height: 26.8vw;
        border-radius: unset;
        overflow: hidden;
        background: transparent;
    }

    .con05_menu_title {
        width: 100%;
        font-size: 3.3vw;
        text-align: center;
        height: 7vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con07_menu_wrap {
        margin-bottom: 6%;
    }


    .con14_swiper {
        margin-top: 9%;
        margin-bottom: 16%;
        width: 314%;
        margin-left: -130%;
    }

    .con14_swiper_ab {
        width: 9.50131%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        top: -29%;
        left: 75%;
    }
    .con14_swiper_ab_ab {
        rotate: 17deg;
        font-size: 5.6vw;
        top: 57%;
        left: 13%;
    }
    .con14_swiper_ab_ab span {
        font-size: 11vw;
    }
    .con7 .con21_mid_prev {
        top: unset !important;
        right: 39% !important;
        left: unset !important;
        bottom: 50% !important;
        width: 10vw !important;
        height: 10vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con7 .con21_mid_next {
        top: unset !important;
        left: 79.5% !important;
        right: unset !important;
        bottom: 50% !important;
        width: 10vw !important;
        height: 10vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con05_menu_con {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: white;
        border: 1px solid #da3730;
        height: 40vw;
    }
    .con9_con_top_3rd {
        width: 83%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 68vw;
        margin-top: 3%;
        margin-bottom: 1%;
    }
    .con9_con_top_3rd_ab_2 {
        height: 43.5vw;
        top: 5%;
        width: 78%;
        border-radius: 50%;
        overflow: hidden;
        background: transparent;
    }
    .con9_con_top_3rd_ab_item_title {
        top: 71%;
        font-size: 4vw;
        font-weight: 600;
        width: 100%;
        text-align: center;
        padding: 2% 0;
        border-top: unset;
        border-bottom: unset;
    }
    .con9_con_top_3rd_ab_item_desc {
        top: 82%;
    }
    .con4_top {
        width: 78.1312%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con07_tab {
        width: 19%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 102%;
        color: #005aff;
        font-size: 3.4vw;
        color: black;
        font-weight: 500;
        margin: 0 1%;
        border-top: unset;
        border-bottom: unset;
    }
    .con07_tab_h{
        width: 110.2031%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con4_ab {
        display: none;
    }
    .con4_ab_2 {
        display: none;
    }

    .con5_top {
        width: 86.1155%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con14_swiper_2nd {
        width: 300%;
        margin-top: 10%;
        margin-bottom: 12%;
    }
    .con5_ab_2 {
        width: 47.8268%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: -5%;
        z-index: 2;
        right: 0;
    }
    .con5_ab_3{
        display: none;
    }
    .con6_top {
        width: 82.8609%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con6_top_ab {
        display: none;
    }

    .con6_top_3rd {
        margin-top: 6%;
        margin-bottom: 20%;
        flex-direction: column;
    }
    .con6_top_3rd_1 {
        width: 77%;
        height: 45.3vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 16%;
    }
    .con6_top_3rd_2 {
        width: 77%;
        height: 45.3vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con6_top_3rd_1_ab {
        top: 106%;
        width: 56.3625%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con6_top_3rd_2_ab{
        top: 106%;
        width: 56.3625%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con7_top {
        width: 82.105%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con7_ab_3 {
        top: 0;
        width: 200% !important;
        overflow: hidden;
    }
    .con7_ab_2 {
        width: 50.4987%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0;
        bottom: 0;
        overflow: hidden;
        z-index: 2;
        display: none;
    }
    .con7_top_3rd_item {
        width: 50%;
        height: 24.6vw;
        background: #da3730;
    }
    .con7_top_3rd_item_top_1 {
        width: 75.358%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 6%;
    }
    .con7_top_3rd_item_top_2 {
        width: 69.1235%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 6%;
    }
    .con7_top_3rd_item_top_3 {
        right: 10%;
        width: 62.1049%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con7_top_3rd_item_top_4 {
        width: 60.5617%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 10%;
    }
    .con7_ab_3 {
        top: 0;
        width: 250% !important;
        overflow: hidden;
    }
    .con7_ab_3 {
        top: 0;
        width: 100% !important;
        overflow: hidden;
    }
    .con07_5 {
        width: 223% !important;
    }
    .con7_ab {
        width: 27.3675%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        새ㅔ: ㅔ;
        top: 12%;
        z-index: 1;
        left: 8%;
        opacity: 0.4;
    }
    .con8_scrx {
        padding: 2% 0;
        background: black;
        width: 300%;
    }
    .con8_top_2nd {
        width: 33.3333%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: -3%;
    }
    .con8_top {
        width: 27.3675%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -8%;
        margin-left: -38%;
        opacity: 0.5;
        margin-bottom: -3%;
    }
    .con14_swiper_3 {
        margin-top: 5%;
        margin-bottom: 10%;
        width: 250%;
    }
    .con8_top {
        width: 27.3675%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: -38%;
        opacity: 0.5;
        margin-bottom: -8%;
    }
    .con9_top {
        width: 34.4383%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }


    .con9_top_2nd {
        width: 59.147%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4.4%;
    }
    .con9_top_ab{
        width: 74.8988%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con9_top_2nd {
        width: 74.147%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6.4%;
    }
    .con9_top_3rd {
        margin-top: 4%;
        margin-bottom: 10%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .main_bg {
        opacity: 0.5;
        mix-blend-mode: difference;
        bottom: 0;
        width: 338% !important;
    }
    .con9_top_3rd_item {
        width: 70.2572%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_bg {
        opacity: 0.5;
        mix-blend-mode: difference;
        bottom: 0;
        width: 362% !important;
    }
    .con14_swiper {
        margin-top: 9%;
        margin-bottom: 16%;
        width: 314%;
        margin-left: 0;
    }
    .con14_swiper {
        margin-top: 9%;
        margin-bottom: 16%;
        width: 344%;
        margin-left: 0;
    }
    .con8_ab {
        width: 103.8504%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }
    .con10_top {
        width: 54.7927%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con10_top_2nd {
        width: 82%;
        height: 47vw;
        margin-bottom: 14%;
        margin-top: 6%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con10_top_2nd_ab {
        width: 26.1726%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -12%;
        left: -7%;
        z-index: 2;
    }
    .con10_ab {
        width: 11.34646%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 2%;
        top: -35%;
    }
    .con10_ab_2 {
        width: 12.29396%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 2%;
        top: 50%;
    }
    .con10_ab_3 {
        width: 51.2257%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: -19%;
        right: 2%;
    }
    .con11_top {
        width: 44.3307%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con11_top_2nd {
        width: 85.1864%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 1.5%;
    }

    .con11_top_3rd {
        width: 92.8871%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-left: 0;
        margin-bottom: 8%;
    }
    .con11_con {
        height: 100%;
        position: relative;
        height: 79vw;
    }
    .con11_10{
        width: 100%;
        height: 82vw;
    }
    .con11_top_3rd_ab_5 {
        width: 42.8886%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 9%;
    }

    .con11_top_3rd_ab_6 {
        width: 16.17993%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 6%;
        right: 5%;
    }

    .con11_top_3rd_ab_line {
        bottom: 20%;
        width: 93.6986%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con11_top_3rd_ab_ab_2 {
        width: 269%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 105%;
    }
    .con11_top_3rd_ab_2_ab_2 {
        width: 260%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 104%;
    }
    .con11_top_3rd_ab_3_ab_1 {
        width: 281.429%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 96%;
    }

    .con11_top_3rd_ab_4_ab_1 {
        width: 260%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 110%;
    }
    .con11_top_3rd_ab_ab_1 {
        width: 267.857%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 109%;
    }
    .con11_top_3rd_ab {
        width: 8.56793%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 20.3%;
        left: 10.5%;
    }
    .con11_top_3rd_ab_2_ab_1 {
        width: 272.857%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 111.4%;
    }
    .con11_top_3rd_ab_2 {
        width: 8.56793%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 36%;
        bottom: 20.3%;
    }
    .con11_top_3rd_ab_3 {
        width: 9.56793%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 20.3%;
        left: 57%;
    }
    .con11_top_3rd_ab_4 {
        width: 8.56793%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 81.5%;
        bottom: 20.3%;
    }
    .con11_top_3rd_ab_4_ab_1 {
        width: 260%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 108%;
    }
    .con11_top_3rd_ab_3_ab_1 {
        width: 281.429%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 80%;
    }
    .con11_top_3rd_ab_3_ab_2 {
        width: 90.8571%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 115%;
    }
    .con11_top_3rd_ab_4_ab_2 {
        width: 250.857%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 113%;
    }
    .con07_tab {
        margin: 0 0%;
    }
    .con11_top_3rd_ab_5 {
        width: 50%;

        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 13%;
    }
    .con11_ab {
        width: 50%;

        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }
    .con11_ab_2 {
        width: 50%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0;
        top: 33.33%;
    }
    .con11_ab_3 {
        width: 50%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
        left: 0;
    }
    .con11_ab_item {
        height: 100%;
        display: flex;
        width: 56.5vw;
        justify-content: center;
        align-items: center;
    }
    .con11_ab_4_ab_ab {
        top: 110%;
        font-size: 7.6vw;
        white-space: nowrap;
    }
    .con11_ab_5_ab_ab{
        font-size: 7.6vw;

    }
    .con11_ab_6_ab_ab{
        font-size: 7.6vw;

    }
    .con11_con {
        height: 100%;
        position: relative;
        height: 101.3vw;
    }
    .con11_ab {
        width: 50%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 0;
    }
    .con11_ab_item {
        width: 50vw;
    }
    .con12_con_top {
        margin-top: 6%;
        margin-bottom: 14%;
        flex-direction: column-reverse;
    }
    .con12_con_top_2 {
        width: 88.6535%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
        margin-left: 0;
    }

    .con12_con_top_2_ab {
        width: 55.2587%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 105%;
    }
    .con12_con_top_2_ab_2 {
        width: 40.6799%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 91%;
        right: 9%;
    }
    .con12_con_top_1{
        width: 85.2621%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con13_con_top {
        width: 32.13648%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 58%;
        margin-top: 0;
    }
    .con13_con_top_2nd {
        width: 90.5512%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con13_con_top {
        width: 32.13648%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 58%;
        margin-top: -8%;
        margin-bottom: 2%;
    }

    .flip-clock-wrapper ul {
        width: 15%;
        height: 13vw;
        border-radius: 0;
        background: #000;
        margin: 0;
    }
    .flip_clock01 {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 5%;
    }
    .flip-clock-wrapper ul li a div div.inn {
        top: -102%;
        font-size: 10vw;
    }
    .con13_con_top_3rd {
        width: 93.0446%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 10%;
        margin-top: 1%;
    }

    .con13_scrx {
        padding: 1.8% 0;
        background: #da3730;
        width: 300%;
    }

    .con14_top {
        width: 57.7323%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con14_top_2nd {
        flex-wrap: wrap;
        margin-top: 5%;
        margin-bottom: 12%;
        width: 80%;
    }
    .con14_top_2nd_item {
        width: 99.8561%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 1.6%;
    }
    .con14_ab{
        width: 128.6352%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 3%;
    }
    .con14_ab_2{
        width: 92.8609%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 3%;
    }
    .con15_top {
        width: 52.9003%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }




    .con25_mid {
        ㅔㅐ냐: 냐;
        position: relative !important;
        left: unset;
        width: 92%;
        margin-top: 5%;
        margin-bottom: 25%;
        top: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border: 2px solid #f08200;
    }
    .con25_mid_con_item label {
        font-size: 3.3vw;
        margin-bottom: 3%;
        font-weight: 400;
    }
    .con25_mid_con_item input {
        width: 100%;
        height: 6.5vw;
        appearance: none;
        outline: none;
        font-size: 3.3vw;
        border: unset;
        border-radius: 0.3vw;
    }
    .con25_mid_con_item_2 label {
        font-size: 3.3vw;
        margin-bottom: 2%;
        font-weight: 400;
    }
    .form_row_imput_radio {
        width: 48.8%;
        height: 6.5vw;
        appearance: none;
        outline: none;
        border: unset;
        border-radius: 0.3vw;
        background: white;
    }
    .form_row_imput_radio_1_label{
        font-size: 3.3vw;

    }
    .form_row_imput_radio_1_label_2 {
        font-family: 'Pretendard-Regular';
        font-size: 3.3vw;
    }
    .form_agree_span {
        font-size: 3.1vw;
        font-family: Pretendard-regular;
        color: white;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        border: none;
        border: 1px white solid;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.3vw;
        height: 2.3vw;
        position: absolute;
        background: #f08200;
        color: unset !important;
        border-radius: 50%;
    }
    .form_submit {
        color: white;
        background: rgba(0, 0, 0, 0.9);
        padding: 1% 5%;
        font-size: 3.7vw;
        width: 73%;
        text-align: center;
        background: #f08200;
        height: 7.7vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-radius: 0.4vw;
    }
    .con22_top_3rd {
        width: 81.1496%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -6%;
        margin-bottom: unset;
        margin-top: 10%;
        position: absolute;
        bottom: -20%;
    }
    .con25_mid {
        ㅔㅐ냐: 냐;
        position: relative !important;
        left: unset;
        width: 92%;
        margin-top: 5%;
        margin-bottom: 44%;
        top: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border: 2px solid #f08200;
    }
    .con16_con {
        width: 75.4428%;
        margin-top: 7%;
        margin-bottom: 4%;
        justify-content: flex-start;
        flex-direction: column;
    }
    .con16_con_left {
        width: 100% !important;
    }

    .con16_con_left_ab {
        width: 39.9096%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 15%;
        left: unset;
    }

    .con16_con_left_ab {
        width: 36.9096%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 52%;
        left: 8%;
    }
    .con16_con_left_ab_2 {
        width: 63.6648%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 8%;
        bottom: 10%;
    }
    .con25_mid {
        position: relative !important;
        left: unset;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 44%;
        top: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border: unset;
    }
    .form_submit {
        color: #da3730;
        background: rgba(0, 0, 0, 0.9);
        padding: 1% 5%;
        font-size: 3.7vw;
        width: 73%;
        text-align: center;
        background: white;
        height: 7.7vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-radius: 0.4vw;
        font-weight: 800;
    }


    .con25_mid {
        position: relative !important;
        left: unset;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 14%;
        top: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border: unset;
    }

    .con13_con_bg {
        width: 112.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        top: 0%;
        top: 1%;
    }
    .con15_ab {
        width: 51.4856%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -3%;
        left: 0%;
    }
    .main_bg_2 {
        bottom: 0;
        width: 329% !important;
    }

    .con11_7_2_con {
        overflow: hidden;
        height: 13.7vw;
        justify-content: flex-start;
    }

    .con12_con{
        background: url(/images/con12_8.png) no-repeat center / cover;
    }

    .con6_top_3rd_1_vid {
        border: 0.2vw solid #da3730;
        height: 44.4vw;
    }
    
    .con05_menu_img {
        width: 34.5vw;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 3%;
        height: 22.8vw;
        border-radius: unset;
        overflow: hidden;
        background: transparent;
        border-radius: 50%;
    }    

    .con7_top_2nd {
    width: 100%;
    display: flex
;
    justify-content: center;
    z-index: 1;
    align-items: center;
    margin-top: 7%;
}
    .con6_top_2nd {
    margin-top: 3%;
}
    
    .form_agree_check:checked::after {
        content: "";
        width: 2.3vw;
        height: 2.3vw;
        position: absolute;
        background: white;
        color: unset !important;
        border-radius: 50%;
    }
    .con15_con_ab{
        display: none;
    }
    
    .con16_con {
        margin-top: 15%;
    }
    .con2_top_3rd {
        width: 1.61921%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -1.6%;
        margin-bottom: -0.7%;
        rotate: 90deg;
        top: 54%;
        position: absolute;
        top: 76%;
    }
    .con2_top_4th_2 {
        width: 42.3578%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 28%;
    }
    
}
