* {
    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 rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}



@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/con16_11.jpg) no-repeat center / contain;
    }
    5% {
        background: url(/images/con16_11.jpg) no-repeat center / contain;
    }

    8.333% {
        background: url(/images/con16_12.jpg) no-repeat center / contain;
    }
    12.333% {
        background: url(/images/con16_12.jpg) no-repeat center / contain;
    }
    16.666% {
        background: url(/images/con16_13.jpg) no-repeat center / contain;
    }
    20.666% {
        background: url(/images/con16_13.jpg) no-repeat center / contain;
    }
    25% {
        background: url(/images/con16_14.jpg) no-repeat center / contain;
    }
    28% {
        background: url(/images/con16_14.jpg) no-repeat center / contain;
    }
    33.333% {
        background: url(/images/con16_15.jpg) no-repeat center / contain;
    }
    39.333% {
        background: url(/images/con16_15.jpg) no-repeat center / contain;
    }
    41.666% {
        background: url(/images/con16_16.jpg) no-repeat center / contain;
    }
    46.666% {
        background: url(/images/con16_16.jpg) no-repeat center / contain;
    }

    50% {
        background: url(/images/con16_17.jpg) no-repeat center / contain;
    }
    55% {
        background: url(/images/con16_17.jpg) no-repeat center / contain;
    }
    58.333% {
        background: url(/images/con16_18.jpg) no-repeat center / contain;
    }
    62.333% {
        background: url(/images/con16_18.jpg) no-repeat center / contain;
    }
    66.666% {
        background: url(/images/con16_19.jpg) no-repeat center / contain;
    }
    71.666% {
        background: url(/images/con16_19.jpg) no-repeat center / contain;
    }
    75% {
        background: url(/images/con16_20.jpg) no-repeat center / contain;
    }
    80% {
        background: url(/images/con16_20.jpg) no-repeat center / contain;
    }
    83.333% {
        background: url(/images/con16_21.jpg) no-repeat center / contain;
    }
    88.333% {
        background: url(/images/con16_21.jpg) no-repeat center / contain;
    }
    91.666% {
        background: url(/images/con16_22.jpg) no-repeat center / contain;
    }
    96.666% {
        background: url(/images/con16_22.jpg) no-repeat center / contain;
    }
    100% {
        background: url(/images/con16_11.jpg) no-repeat center / contain;
    }


}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con16_07.png) no-repeat center / contain;

    }
    20% {
        background: url(/images/con16_07.png) no-repeat center / contain;

    }

    33.3% {
        background: url(/images/con16_08.png) no-repeat center / contain;

    }
    53.3% {
        background: url(/images/con16_08.png) no-repeat center / contain;

    }

    66.6% {
        background: url(/images/con16_09.png) no-repeat center / contain;

    }
    88.6% {
        background: url(/images/con16_09.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con16_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);
    }
}




.orange_stroke{
    -webkit-text-stroke-width: 0.07vw;
    -webkit-text-stroke-color: #f54701;
    color: transparent;
}

.main_02{
    z-index: 2;
}
.video_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_con video {
    width: 100%;
}

.main_video_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0.3);
    top: 0;
}
.main_video_con video {
    width: 100%;
}
.main_top{
    margin-top: 8%;
    font-size: 2.4vw;
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.main_top_2nd{
    font-size: 3vw;
}
.main_top_3rd{
    margin-top: 0.5%;
}
.main_top_4th{
    width: 44.9344%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.5%;
}
.main_top_4th_2nd{
    margin-top: -26%;
}

.video_con {
    width: 150%;
    display: flex
;
    justify-content: center;
    z-index: 1;
    align-items: center;
    mix-blend-mode: screen;
}
.main_top_1{
    width: 9.24092%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 105%;
    animation: hand2 infinite 0.5s;
}

.main_top_2{
    width: 9.24092%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 105%;
    animation: hand2 infinite 0.5s;

}
.main_ab_6{
    width: 0.944882%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
}
.main_ab_4{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10%;
}
.main_ab_5{
    width: 0.944882%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 2%;
}
.main_top_5th_ab{
    left: 12%;
    font-size: 6.7vw;
    font-weight: 800;
    top: 36%;
    width: 15%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.main_top_5th_ab_ab{
    font-weight: 200;
    font-size: 1.3vw;
    overflow: hidden;
    bottom: 104%;
}
.main_top_5th_ab_2nd {
    right: 10.5%;
    font-size: 6.7vw;
    font-weight: 800;
    top: 30%;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18%;
}
.main_top_5th_ab_ab_2{
    font-size: 1.1vw;
    writing-mode: vertical-lr;
    right: 8.3%;
    overflow: hidden;
    top: 24%;
}
.main_top_5th_ab_ab_3{
    white-space: nowrap;
    top: 85%;
}
.intro{
    height: 100%;
    justify-content: flex-start;
    z-index: 10001;
}
.intro_top_2nd{
    overflow: hidden;
}
.intro_box{
    height: 100%;
    flex-wrap: wrap;
}
.intro_box_item{
    background: #f54701;
    box-sizing: border-box;
}
.intro_box_item_1{
    width: 33.33%;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    height: 60%;
}
.intro_box_item_1:last-child{
    border-right: unset;
}
.intro_box_item_2{
    width: 100%;
    border-bottom: 1px solid black;
    height: 10%;

}
.intro_box_item_3{
    width: 33.33%;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    height: 30%;

}
.intro_box_item_3:last-child{
    border-right: unset;
}
.intro_top{
    width: 23.8845%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
}
.intro_top_2nd {
    margin-top: 4%;
    font-size: 2.4vw;
}
.main_ab{
    width: 31.1286%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
}
.main_ab_2{
    width: 20.3675%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -8%;
    top: 17%;
}
.main_ab_3{
    width: 19.895%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -9%;
    left: 30%;
}
.con1_top_4th_left_ab{
    flex-direction: column;
    justify-content: flex-start;
}
.con1_top_4th_left_ab {
    width: 42.5278%;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 3.4%;
    justify-content: flex-start;
}
.con1_top_4th_left_ab{
    width: 42.5278%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
}
.con1_top_4th_right_ab{
    height: 86%;
    right: 3.4%;
    width: 50.7%;
    justify-content: center;
}
.con1_top_4th_right_ab_item{
    height: 16.666%;
    transition: 0.3s all;
}
.con1_top_4th_right_ab_item_p {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con1_top_4th_right_ab_item_p_1{
    right: 80%;
    opacity: 0;
    transition: 0.3s;
}
.con1_top_4th_right_ab_item_p_2{
    left: 80%;
    opacity: 0;
    transition: 0.3s;
}
.con1_top_4th_right_ab_item_on {
    background: #f54701;
    font-weight: 600;
}
.con1_top_4th_right_ab_item_on .con1_top_4th_right_ab_item_p_1{
    right: 110%;
    opacity: 1;
}
.con1_top_4th_right_ab_item_on .con1_top_4th_right_ab_item_p_2{
    left: 110%;
    opacity: 1;
}
.con1_top_4th_right_ab {
    width: 50%;
}
.con1_top_4th_right_ab_item {
    border: 1px solid #f54701;
    box-sizing: border-box;
}
.con1_top_4th_right_ab {
    width: 50.7%;
}
.con1_top_4th_left_ab {
    width: 42.5278%;
    display: flex
;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #f54701;
    border-radius: unset;
}
.con1_top_4th_left_ab_ab_1{
    margin-top: 11%;
    overflow: hidden;
}
.con1_top_4th_left_ab_ab_2{
    margin-top: 1.3%;
    font-size: 2.3vw;
    overflow: hidden;
}
.con1_top_4th_left_ab_ab_3{
    font-size: 2.3vw;
}
.con1 .main_top_5th_ab {
    left: unset;
    font-size: 6.7vw;
    font-weight: 800;
    top: 36%;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 18.7%;
}
.con1 .main_top_5th_ab .perc{
    font-size: 3vw;
}
.con1_top_4th_line{
    width: 80%;
    border-top: 1px solid grey;
    margin-top: 12%;
}
.con1{
    background: url(/images/con01_08.jpg) no-repeat center / cover;

}
.con1_top_ab{
    animation: light 2s infinite;
}
.con1_top{
    width: 11.3911%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con1_top_2nd{
    font-size: 2.1vw;
    margin-top: -0.5%;
}
.con1_top_3rd{
    font-size: 2.4vw;
}
.con1_top_4th_right_ab_item_p {
    font-size: 1.3vw;
}
.con1_top_4th{
    width: 66.0367%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}
.con1_top_3rd{
    font-size: 2.8vw;
    margin-bottom: 1%;
}
.con1_ab{
    top: 0;
    left: 2%;
}
.con1_ab_ab{
    width: 177.778%;
    display: flex;
    overflow: hidden;

    justify-content: center;
    align-items: center;
    top: 102%;
}
.con1_ab_2{
    bottom: 0;
    right: 2%;
}
.con1_ab_2_ab{
    width: 177.778%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 102%;
}
.con1_top_4th_ab{
    width: 23.2114%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: -20%;
    right: -9%;
    animation: rotate_image infinite 10s linear;
}
.con2{
    background: url(/images/con02_12.jpg) no-repeat center / cover;

}
.con2_top_3rd_item{
    width: 25%;
    height: 9vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #f54701;
}
.con2_top_3rd_item_top{
    margin-top: 6%;
}
.con2_top_3rd_item_top_2nd{
    font-size: 1.4vw;
}
.con2_top_3rd_item_top_2nd span{
    font-size: 2.7vw;
}
.con2_top_3rd_item_1{
    background: transparent;
    border: 1px solid #00000036;
}
.con2_top_3rd_item_1_top{
    width: 100%;
    background: black;
    text-align: center;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_3rd_item_1_top_2nd{
    margin-top: 7%;
    margin-left: 22%;
}
.con2_top_3rd_item_1_top_3rd{
    font-size: 1.7vw;
    width: 66%;
    text-align: right;
    margin-top: 1%;
}
.con2_top_3rd_item_1_top_4th{
    bottom: 7%;
    font-size: 4vw;
    font-weight: 700;
    right: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_top_3rd_item_1_top_4th_ab{
    width: 36.1111%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 107%;
    bottom: 29%;
}
.con2_top_3rd_item_1_top_4th_ab_2{
    width: 80.5556%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 110%;
    bottom: 29%;
}
.con2_top_3rd_item_1_top_5th{
    height: 3vw;
    border-right: 1px solid grey;
    top: 45%;
    left: 49%;
}

.con2_top_3rd_item_1_top_4th {
    bottom: 7%;
    font-size: 4vw;
    font-weight: 700;
    right: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
}
.con2_top_3rd_item_3 .con2_top_3rd_item_1_top_3rd {
    width: 72%;
}
.con2_top_3rd_item {
    margin: 0 0.3%;
}
.con2_top_4th{
    width: 22.8346%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.main_slide_con{
    border: 1px solid #f54701;
}
.main_slide_con_top{
    width: 38.4824%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.main_slide_con_top_2nd{
    background: #f54701;
    color: white;
    height: 2vw;
    margin-top: 6%;
}
.main_slide_con_top_3rd {
    font-size: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 4%;
    margin-bottom: 4%;
}
.main_slide_con_ab{
    width: 5.14905%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100%;
}
.main_slide_con_top_3rd_ab{
    color: black;
    right: 89%;
    white-space: nowrap;
}
.main_slide_con_top_3rd {
    font-size: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-top: 4%;
    margin-bottom: 4%;
    right: -8%;
}
.main_slide > div{
    transition: 0.3s all;
}
.main_slide.swiper-slide-next + .main_slide > div{
    opacity: 0;
}

.con2_top{
    font-size: 1.3vw;
    margin-top: 7.5%;
    margin-bottom: 0%;
    overflow: hidden;
}
.con2_top_2nd{
    overflow: hidden;
    font-size: 2.8vw;
}
.con2_top_3rd{
    margin-top: 2%;
    margin-bottom: 1%;
}
.con2_top_3rd_item {
    width: 25%;
    height: 10vw;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.con2_top_4th {
    width: 22.8346%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.con2_top_4th_ab{
    width: 82.7586%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: 85%;
}
.con2_top_4th_ab_2{
    width: 25.0575%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
}
.con2_top_4th_ab_4{
    width: 25.0575%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -3%;
    top: 29%;
    overflow: hidden;
}
.con2_top_4th_ab_item{
    overflow: hidden;

}
.con2_top_4th_ab_3{
    width: 26.2069%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -3%;
    top: 29%;
}
.con2_top_4th{
    margin-bottom: -2%;
}
.con2_top_4th {
    margin-bottom: -2%;
    z-index: 2;
}
.main_swiper_1{
    bottom: 9%;
    width: 108%;
}

.con2_ab{
    width: 20.9974%;
    display: flex;
    justify-content: center;
    animation: ddm_m 2s infinite;
    align-items: center;
    right: 62%;
    top: 6%;
}
.con2_ab_2{
    width: 16.378%;
    display: flex;
    justify-content: center;
    align-items: center;animation: ddm_m 2s infinite;
    animation-delay: 1s;
    top: 15%;
    left: 64%;
}
.con2_top_3rd_item_1_top_4th {
    bottom: 14%;
    font-size: 4vw;
    font-weight: 700;
    right: 68%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
}
.main_swiper_1 {
    bottom: 9%;
    width: 100%;
    overflow: hidden;
}

.con3_video_con{
    width: 100%;
    filter: brightness(0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.con3_video_con video {
    width: 100%;
}




.con3{

}

.con3_top{
    margin-top: 7%;
    margin-right: 20%;
    overflow: hidden;
    font-size: 2vw;
}
.con3_top_2nd{
    font-size: 2vw;
    margin-right: 19.4%;
    overflow: hidden;
}
.con3_top_3rd{
    font-size: 2.8vw;
    margin-right: 40%;
}
.con3_top_4th{
    text-align: right;
    margin-top: 0.8%;
    margin-left: -28%;
}
.con3_ab{
    flex-direction: column;
    align-items: flex-start;
    width: 40%;
    border-left: 1px solid #f54701;
    left: 50%;
}
.con3_top_5th{
    width: 95%;
}
.con3_ab {
    flex-direction: column;
    align-items: flex-start;
    width: 40%;
    border-left: 1px solid #f54701;
    left: 50%;
    padding: 0 2%;
    top: 14%;
}
.con3_top_4th_2nd{
    padding: 0.7% 0;
    background: #f54701;
}
.main_slide_2_con_top{
    width: 100%;
}
.con3_top_5th_top{
    width: 23.6464%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 2%;
}
.main_slide_2_con{
    height: 26vw;
}
.main_slide_2_con_top_ab{
    width: 32.7586%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2%;
    left: 69%;
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.con21_mid_prev{
    top: 0 !important;
    right: 0 !important;
    left: unset !important;
    bottom: unset !important;
    width: 6%!important;
    height: 8vw!important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con21_mid_next{
    bottom: 0 !important;
    right: 0 !important;
    left: unset !important;
    top: unset !important;
    width: 6%!important;
    height: 8vw!important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con21_mid_prev {
    top: unset !important;
    right: 68% !important;
    left: unset !important;
    bottom: unset !important;
    width: 2vw !important;
    height: 2vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con21_mid_next {
    bottom: unset !important;
    left: unset !important;
    top: unset !important;
    top: 67% !important;
    width: 2vw !important;
    height: 2vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset !important;
    left: 68% !important;
    right: unset !important;
}

.main_slide_2_con{
    scale: 0.6;
    filter: brightness(0.5);
    transition: 0.3s all;
}


.main_slide_2.swiper-slide-next .main_slide_2_con{
    scale: 1;
    filter: brightness(1);
}
.main_swiper_2{
    margin-bottom: -5%;
}
.con3_ab_top_2nd{
    width: 64.7141%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2.3%;
    margin-bottom: 1%;
}
.con3_ab_top_4th{
    width: 85.4541%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2.1%;
}
.con3_ab_top{
    width: 69.1771%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -1%;
    margin-top: -1%;
    animation: light 2s infinite;
}
.con3_ab_top_3rd{
    margin-bottom: -1%;
    animation: light 2s infinite;
    width: 89.6546%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_ab {
    top: 13.4%;
}
.con4{
    background: black;
}
.con4_top{
    text-align: center;
    margin-top: 6%;
    overflow: hidden;
    font-size: 1.3vw;
}
.con4_top_2nd{
    font-size: 3vw;
    margin-bottom: 2%;
}
.con4_top_4th{
    width: 16.4829%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}
.con4_top_3rd_ab_2{
    width: 10.6037%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_top_3rd_ab_2_ab{
    width: 114.356%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 118%;
}
.con4_top_3rd_ab_2_ab_ab{
    bottom: 110%;
    font-size: 1.3vw;
}
.con4_top_3rd_ab{
    width: 7.82152%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 67%;
}
.con4_top_3rd_ab_ab{
    width: 155.034%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 118%;
}
.con4_top_3rd_ab_ab_2{
    font-size: 1.3vw;
    bottom: 110%;
    white-space: nowrap;
}

.con4_top_3rd_ab_3{
    left: 67%;
    width: 9.81627%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con4_top_3rd_ab_3_ab{
    width: 123.529%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 118%;
}
.con4_top_3rd_ab_3_ab_ab{
    bottom: 110%;
    font-size: 1.3vw;
}
.con4_ab{
    width: 25.7743%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: -12%;
    z-index: 1;
}
.con4_ab_2{
    width: 16.0105%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -2%;
    z-index: 1;
    bottom: 0;
    animation: rotate_img10deg 2s infinite;
}

.con4_top_3rd_line_1 {
    height: 12vw;
    border-left: 1px solid white;
    left: 40%;
}
.con4_top_3rd_line_2 {
    height: 12vw;
    border-left: 1px solid white;
    right: 40%;
}
.con5{
    background: #f54701;
}
.con5_con{
    margin: 2%;
    width: 94%;
    background: url(/images/con05_09.png) no-repeat center / cover;

}
.con5_top{
    width: 85%;
    margin-top: 7%;
    font-size: 3vw;
}
.con5_top_2nd{
    width: 85%;
    margin-top: 1.3%;
    overflow: hidden;
    margin-bottom: 1%;
    font-size: 1.2vw;
}
.con5_top_3rd{
    width: 85%;
    margin-bottom: 11%;
}
.con2_swiper_con{
    width: 63%;
    right: 3%;
}
.con2_swiper{
    overflow: hidden;
}


.con2_swiper_con .con21_mid_prev {
    top: 85% !important;
    left: -38.5% !important;
    right: unset !important;
    bottom: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con2_swiper_con .con21_mid_next {
    bottom: unset !important;
    right: unset !important;

    left: -20% !important;
    top: unset !important;
    top: 55% !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con2_swiper_con .con21_mid_next {
    bottom: unset !important;
    right: unset !important;
    left: -34% !important;
    top: unset !important;
    top: 85% !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}


.con5_ab {
    top: 9%;
    left: 4%;
    width: 83.8638%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_ab_ab{
    overflow: hidden;
    width: 10.4527%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 100%;
}

.con5_ab_2 {
    bottom: 9%;
    right: 4%;
    width: 83.8638%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_ab_2_ab{
    width: 10.4527%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 100%;
}
.con3_top_5th_ab{
    width: 100.11%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
}
.main_top_5th_ab_ababab absol{
    width: 96.875%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6%;
}
.con3_top_5th .video_con{
    width: 58.1%;
}
.con6_top{
    font-size: 1.7vw;
    margin-top: 6%;
    overflow: hidden;
    margin-bottom: 1%;
}
.con6_top_2nd{
    text-align: center;
    font-size: 2.7vw;
    margin-bottom: 7%;
}
.con6{
    background: url(/images/con06_11.jpg) no-repeat center / cover;
}
.con6_top_3rd_item{
    width: 33.2283%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0  2.5%;

}

.con6_top_3rd{
    margin-bottom: 5%;
}
.con6_top_3rd_item_ab{
    width: 27.1722%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -20%;
    right: -8%;
}
.con6_top_3rd_item_ab_ab{
    animation: scaleOpa2 infinite 2s;

}
.con6_2nd_ab_line{
    top: 0;

}
.con6_2nd{
    background: url(/images/con06_11.jpg) no-repeat center / cover;
}


.con6_2nd_top{
    font-size: 1.7vw;
    margin-top: 6%;
    overflow: hidden;
    margin-bottom: 1%;
}
.con6_2nd_top_2nd{
    text-align: center;
    font-size: 2.7vw;
    margin-bottom: 1%;
}
.con6_2nd_top_3rd{
    text-align: center;
    margin-bottom: 3%;
    overflow: hidden;
}
.con6_2nd_ab{
    width: 27.6115%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -6%;
    right: 0;
}
.con6_2nd_ab_ab{
    width: 72.0532%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: 61%;
    left: 7%;
}
.con06_08{
    width: 100%;
    z-index: 1;
}
.con6_2nd_ab_ab_2{
    width: 82.1293%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 35%;
    animation: smoke 2s infinite;
}
.con6_2nd_top_4th{
    width: 39.3701%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
}
.con6_2nd_top_4th_ab_3{
    top: 48%;
    left: 6%;
    font-size: 1.4vw;
    font-weight: 300;
}
.con6_2nd_top_4th_ab_4{
    font-size: 2.5vw;
    left: 6%;
    top: 63%;
}
.con6_2nd_top_4th_ab_5{
    left: 6%;
    top: 78%;
}
.con6_2nd_ab_2nd{
    width: 30%;
    left: 10%;
    top: 44%;
    align-items: flex-start;
}
.con6_2nd_ab_2nd_item{
    margin-bottom: 14%;
    width: 100%;
}
.con6_2nd_ab_2nd_item_ab{
    width: 4.37063%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 104%;
    top: 10%;
}
.con6_2nd_ab_line{
    left: 8.15%;
    height: 103%;
    border-left: 1px solid #f54701;
}
.con6_2nd_ab_line_2{
    right: 8.15%;
    height: 103%;
    border-left: 1px solid #f54701;
}
.con6_2nd_ab_line_3_top{
    top: 0.45%;

    width: 100%;
    border-top: 1px solid #f54701;
}
.con6_2nd_ab_line_3_bt{
    bottom: 0.45%;
    width: 100%;
    border-top: 1px solid #f54701;
}
.con6 {
    background: url(/images/con06_11.jpg) no-repeat center / cover;
    padding-bottom: 1%;
}
.con7{
    background: url(/images/con07_07.jpg) no-repeat center / cover;
}
.con7_top{
    width: 11.3911%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 5%;
}
.con7_top_2nd{
    font-size: 1.3vw;
    margin-top: 0.6%;
    overflow: hidden;
}
.con7_top_3rd{
    font-size: 2.9vw;
    margin-top: 0.5%;
    margin-bottom: 3%;
    overflow: hidden;
}



.con11_top_3rd {
    margin-top: 2%;
    margin-bottom: 4%;
}
.con11_top_3rd_item {
    width: 9%;
    text-align: center;
    cursor: pointer;
    font-size: 1vw;
    padding: 1% 0;
    box-sizing: border-box;
}

.con11_top_3rd_item {
    width: 9%;
    text-align: center;
    cursor: pointer;
    font-size: 1vw;
    padding: 1% 0;
    margin: 0 4%;
    box-sizing: border-box;
}


.con6_mid_swiper_1_slide_p_con {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vw;
    overflow: hidden;
}
.con11_top_3rd_ab{
    bottom: 100%;
}
.con11_top_3rd_ab_2{
    top: 100%;
}
.con11_top_3rd_item {
    width: 12%;
    text-align: center;
    cursor: pointer;
    font-size: 1vw;
    padding: 0.5% 0;
    margin: 0 0%;
    box-sizing: border-box;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con11_top_3rd_item_on{
    background: #f54701;
    font-weight: 500;
}
.con11_top_3rd_ab {
    bottom: 91%;
    transform: scaleY(-1);
}
.con11_top_3rd_ab_2 {
    top: 92%;
}

.con11_top_3rd_item_ab{
    bottom: 65%;
    width: 6.11354%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s all;
}
.con11_top_3rd_item_on .con11_top_3rd_item_ab {
    bottom: 100%;
    opacity: 1;
}
.con11_top_3rd_item {
    width: 12%;
    text-align: center;
    cursor: pointer;
    font-size: 1vw;
    padding: 0.5% 0;
    margin: 0 0%;
    box-sizing: border-box;
    color: white;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 1px solid #f54701;
    border-right: unset;
}
.con11_top_3rd_item:last-child{
    border-right: 1px solid #f54701;

}
.con6_mid_swiper_1_p{
    text-align: center;
    font-size: 1.3vw;
}
.con6_mid_swiper_1_p_2nd{
    text-align: center;
    margin-top: 2%;
}
.con6_mid_swiper_1_slide_p_con{
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 21vw;
    overflow: hidden;
    padding: 1%;
}
.con6_mid_swiper_1_slide_p_con_ab{
    width: 107.068%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu_ex{
    width: 96% !important;
    z-index: 1;
}
.con6_mid_swiper_1_slide_con{
    scale: 0.8;
    filter: brightness(0.5);
    transition: 0.3s all;
}
.menu_box{
    margin-bottom: 6%;
}

.con6_mid_swiper_1_slide.swiper-slide-next +.con6_mid_swiper_1_slide .con6_mid_swiper_1_slide_con{
    scale: 1;
    filter: brightness(1);
}
.con6_mid_swiper_1_slide.swiper-slide-next .con6_mid_swiper_1_slide_con{
    transform: translateX(-20%);
}
.con6_mid_swiper_1_slide.swiper-slide-next +.con6_mid_swiper_1_slide +.con6_mid_swiper_1_slide .con6_mid_swiper_1_slide_con{
    transform: translateX(20%);
}
.con7_top_4th_2nd{
    padding: 0.7% 0;
    background: #f54701;
}


.con7 .con21_mid_prev {
    top: unset !important;
    right: 61% !important;
    left: unset !important;
    bottom: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con7 .con21_mid_next {
    bottom: unset !important;
    left: unset !important;
    top: unset !important;
    top: 67% !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: unset !important;
    left: 61% !important;
    right: unset !important;
}
.con8{
    height: 45vw;
}
.con8_left{
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_right{
    height: 100%;
    width: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
'
}
.con8  .con8_video_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8 > div > div video{
    width: 164%;
    height: 100%;
}
.con8_left_ab{
    width: 3.46275%;
    display: flex;
    justify-content: center;
    z-index: 3;
    align-items: center;
    left: 6%;
}
.con8_left_ab_2{
    width: 1.67891%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    left: 13.8%;
}

.con8_left_ab_3{
    width: 101.259%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 8%;
}

.con8_right_ab{
    width: 3.35782%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6%;
}
.con8_right_ab_2{
    width: 1.67891%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 13.8%;
}
.con8_right_ab_3{
    width: 101.259%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 8%;
}
.con8_mid{
    width: 19.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con08_02{
    animation: rotate_image 10s infinite linear;
}
.con8_left_con{
    height: 100%;
    width: 70%;

}
.con8_right_con{
    height: 100%;
    width: 70%;
    right: 0;
}
.con8_left_con_con{
    height: 100%;
    background: #f54701;

}
.con8_right_con_con{
    height: 100%;
    background: #f54701;

}
.con8_left_con {
    height: 100%;
    width: 70%;
    left: 0;
}
.con8_left_con_con_top{
    top: 54%;
    left: 30%;
    font-weight: 200;
    font-size: 1.9vw;
}
.con8_right_con_con_top{
    top: 24%;
    right: 30%;
    font-weight: 200;
    font-size: 1.9vw;
}
.con8_left_con_con_top_2nd{
    top: 67%;
    left: 30%;
    font-weight: 200;
    font-size: 1.9vw;
}
.con8_right_con_con_top_2nd{
    top: 37%;
    left: 30%;
    font-weight: 200;
    font-size: 1.9vw;
}

.con8 .con8_video_con {
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
}

.con8_left_con_con_2nd{
    height: 100%;
    justify-content: flex-start;
    text-align: center;
    width: 144%;
    left: 100%;
    z-index: 1;
}
.con8_right_con_con_2nd{
    height: 100%;
    justify-content: flex-start;
    text-align: center;
    width: 144%;
    right: 100%;
    z-index: 1;
}
.con8_left_con_con_2nd_top{
    font-size: 2vw;
    margin-top: 20%;
}
.con8_right_con_con_2nd_top{
    font-size: 2vw;
    margin-top: 20%;
}
.con8_left_con_con_2nd_top_2nd_item{
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    border: 1px solid #f54701;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    margin: 0 -1%;
}
.con8_left_con_con_2nd_top_2nd{
    margin-top: 6%;
    margin-bottom: 5%;
}
.con8_left_con_con_2nd_top_3rd{
    font-size: 1.3vw;
}
.con8_left_con_con_2nd_top {
    font-size: 2vw;
    margin-top: 17%;
}
.con8_left_con_hide{
    opacity: 0;
}
.con8_right_con_con_top {
    top: 24%;
    right: 30%;
    text-align: right;
    font-weight: 200;
    font-size: 1.9vw;
}

.con8_right_con_con_2nd_top_2nd{
    flex-direction: column;
}
.con8_right_con_con_2nd_top_2nd_top > div{
    width: 50%;
    border: 1px solid white;
    height: 2.6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    font-weight: 400;
}

.con8_right_con_con_2nd_top_2nd_top_2nd > div{
    width: 50%;
    border: 1px solid white;
    height: 13.6vw;
    display: flex;
    justify-content: flex-start !important;
    justify-content: center;
    align-items: center;
}
.con8_right_con_con_2nd_top_2nd_top_2nd_1_top{
    width: 25.9414%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
}
.con8_right_con_con_2nd_top_2nd_top_2nd_2_top{
    width: 25.9414%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
}
.con8_right_con_con_2nd_top_2nd_top_2nd_1_top_2nd{
    width: 27.8243%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con8_right_con_con_2nd_top_2nd_top_2nd_2_top_2nd{
    margin-top: 5%;
    width: 31.7992%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.con8_right_con_con_2nd_top {
    font-size: 2vw;
    margin-top: 16%;
    margin-bottom: 4%;
}

.con8_right_con_hide{
    opacity: 0;
    transition: 0.3s all;
}
.con9_top_4th{
    font-size: 2.4vw;
    text-align: center;
    overflow: hidden;
}
.small_span{
    font-size: 2vw;
}
.con9_scr{
    padding: 0.7% 0;
    background: #eedfc8;
}
.con9_top{
    width: 39.2651%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.con9_top_2nd{
    width: 25.7218%;
    display: flex;
    justify-content: center;
    margin-top: 1%;
    align-items: center;
    margin-bottom: 0%;
}
.con9_top_4th_2nd{
    text-align: center;
    font-size: 1.2vw;
    margin-bottom: 7%;
    margin-top: 1%;
}
.con9_top_3rd{
    width: 2.15223%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con9_video_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0.3);
}

.con9_video_con video {
    width: 100%;
}

.con10{
    justify-content: flex-start;
    flex-direction: row;
    height: 46.5vw;
}
.con10_left {
    width: 50%;
    background: #f54701;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.con10_top{
    width: 79%;
    font-size: 2.9vw;
    margin-top: 10%;
    margin-bottom: 2%;
    overflow: hidden;
}
.con10_top_2nd{
    width: 79%;
}
.con10_top_3rd{
    background: white;
    margin-top: 26%;
    margin-bottom: 10%;
}
.con10_top_3rd_top{
    margin-top: 4%;
    font-size: 1.4vw;
    text-align: center;
    margin-left: -39%;
}
.con10_top_3rd_top_2nd{
    width: 63%;
    margin-top: 2%;
}
.con10_top_3rd_top_3rd{
    width: 21.1962%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -39%;
    margin-top: 1%;
    margin-bottom: 4%;
}
.con10_top_3rd_top_4th{
    width: 50.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 46%;
    bottom: 16%;
}
.con10_top_3rd_top_4th_ab{
    width: 50.6198%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 83%;
    bottom: 73%;
}
.con10_top_3rd_top_4th_ab_2{
    width: 52.2727%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 91%;
    left: 60%;
    animation: ddm_m 2s infinite;
    animation-delay: 1s;
}
.con10_right{
    width: 50%;
    height: 100%;
    flex-wrap: wrap;
}
.con10_right_item{
    width: 20%;
    height: 20%;
    box-sizing: border-box;
    background: #f54701;
    display: flex;
    justify-content: center;
    z-index: 3;
    align-items: center;
    border: 1px solid rgb(255 255 255 / 25%);
}
.con10_top_3rd_top_4th_ab_2 {
    width: 52.2727%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 91%;
    left: 60%;
    z-index: 3;
}
.con10_top_3rd {
    background: white;
    margin-top: 28%;
    margin-bottom: 8%;
}
.con10_right_item_ab_2{
    width: 55.0265%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_right_item_ab{
    width: 59.7884%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_right > .absol{
    z-index: 2;
}
.con10_right_ab{
    width: 20%;
    height: 20%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;

}
.con10_right_ab_2{
    left: 20%;
    top: 20%;
    width: 20%;
    height: 20%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_right_ab_3{
    left: 60%;
    top: 20%;
    width: 20%;
    height: 20%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_right_ab_4{
    left: 80%;
    top: 20%;
    width: 20%;
    height: 20%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_right_ab_5{
    left: 0%;
    top: 80%;
    width: 20%;
    height: 20%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_right_ab_6{
    left: 80%;
    top: 80%;
    width: 20%;
    height: 20%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_video_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    overflow: hidden;
}

.con10_video_con video {
    width: 141%;
    height: 139%;
}
.con10_video_con{
    overflow: hidden;
}
.con10_right_ab_7{
    width: 40%;
    height: 60%;
    top: 40%;
    left: 40%;
}
.con11_top_5th{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    border: 1px solid #f54701;
}
.con11_top_5th video{
    width: 100%;
    height: 100%;
}
.con11{
    background: url(/images/con11_18.jpg) no-repeat center / cover;
}
.con11_top{
    width: 6.14173%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 6%;
}
.con11_top_2nd{
    font-size: 2.3vw;
    margin-top: 1.4%;
}
.con11_top_3rd_2nd{
    font-size: 2.8vw;
    margin-bottom: 1%;
}
.con11_top_4th{
    margin-bottom: 2.3%;
}
.con11_05{
    width: 100%;
    z-index: 1;
}
.con11_top_6th{
    width: 37.5328%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -9%;
}
.con11_top_6th_ab{
    width: 126.853%;
    display: flex;
    justify-content: center;
    align-items: center;
    mix-blend-mode: exclusion;
    animation: hand2 infinite 5s;
}
.con11_top_5th_ab{
    width: 28.7402%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation:ddm_m 2s infinite;
    left: -20%;
    bottom: 86%;
}
.con11_top_5th_ab_2{
    width: 30.8399%;
    display: flex;
    justify-content: center;
    animation:ddm_m 2s infinite;
    align-items: center;
    left: -16%;
    bottom: 4%;
}
.con11_top_5th_ab_3{
    width: 30.8399%;
    display: flex;
    justify-content: center;
    animation:ddm_m 2s infinite;
    animation-delay: 1s;
    align-items: center;
    left: 88%;
    top: 20%;
}


.con10_swiper_y_left {
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 293%;
    overflow: hidden;
    left: 5.5%;
    top: -18%;
    pointer-events: none;
    border-left: 0.5px solid #000;
    border-right: 0.5px solid #000;
}
.con10_swiper_y_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 293%;
    overflow: hidden;
    right: 5.5%;
    top: -18%;
    pointer-events: none;
    border-left: 0.5px solid #000;
    border-right: 0.5px solid #000;
}
.con10_swiper_slide_y{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center !important;
    width: 100%;
    overflow: hidden !important;
    transition: all 0.3s;
}
.con10_swiper_div_y{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    transition: all 0.3s;
}
.con10_sd_y_img{
    width: 100%;
}

.con11_top_5th {
    z-index: 1;
}
.con12_top{
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12{
    background: url(/images/con12_07.jpg) no-repeat center / cover;
}
.con12_top{
    font-size: 3vw;
    margin-top: 5%;
    margin-bottom: 1.5%;
}
.con12_top_2nd_item {
    width: 12%;
    height: 4vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    border-left: 1px solid black;
}
.con12_top_2nd_item:last-child{
    border-right: 1px solid black;
}
.con12_top_2nd_item_on{
    color: #f54701;
    font-weight: 500;
}
.con12_top_2nd_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100%;
}
.con12_top_2nd_ab_2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 100%;
}
.con12_top{

}
.con12_top_ab_1{
    width: 6.23608%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 103%;
}
.con12_top_ab_2{
    width: 6.23608%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 103%;
}
.con12_ab{
    width: 53.5958%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -15%;
    left: 0;
}
.con12_top_3rd{
    width: 27.1916%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
    margin-top: 5%;
}
.con12_top_4th{
    width: 28.9239%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 65%;
    top: 57%;
}
.con12_top_4th_ab{
    width: 31.9419%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 3%;
    left: 57%;
}
.con12_top_4th_ab_2{
    font-size: 2.3vw;
    width: 99%;
    bottom: 108%;
    font-weight: 200;
}
.con13{
    background: black;
}
.con12_scr{
    background: #f54701;
    padding: 0.7% 0;
}
.con12_ab {
    width: 53.5958%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -8%;
    left: 0;
}
.con13_top{
    width: 9.44882%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 5%;
}
.con13{

}
.con13_top_2nd{
    font-size: 2.5vw;
    margin-top: 0.5%;
    overflow: hidden;
    margin-bottom: 2%;
}
.con13_top_3rd{
    width: 64.4619%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18%;
    z-index: 1;
}
.con13_top_4th_ab{
    width: 76.6%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 48%;
}
.con13_top_4th_ab_2{
    width: 23.6971%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    animation: rotate_image 10s infinite linear;
    right: -9%;
    bottom: 69%;
}
.con13_top_4th{
    width: 40.7166%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14{
    background: url(/images/con14_07.jpg) no-repeat center / cover;
}
.con14_top{
    font-size: 1.3vw;
    margin-top: 6%;
    overflow: hidden;
}
.con14_top_2nd{
    font-size: 2.6vw;
    overflow: hidden;
    margin-top: 0.5%;
}
.con14_top_3rd{
    text-align: center;
    overflow: hidden;
    margin-top: 1%;
    margin-bottom: 2.5%;
}
.con14_top_4th{
    width: 31.4961%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 27%;
    margin-bottom: 6%;
}
.con14_top_4th_ab_2nd_ab{
    width: 5.83027%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 56%;
}
.con14_top_4th_ab_2nd_abab{
    animation: scaleOpa2 infinite 2s;
}
.con14_top_4th_ab_2{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    left: 99%;
}
.con14_top_4th_ab{
    width: 8.66212%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: ddm2 2s infinite;
}
.con14_top_4th_ab_2_item{
    width: 46.1667%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.4%;
}
.con14_top_4th_ab_2nd{
    width: 25.1667%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 82%;
    left: -12%;
}
.con14_top_4th_ab_2_item_ab{
    position: absolute !important;
    transition: 0.3s all;
    width: 100% !important;
}
.con15_top_3rd{
    width: 40%;
}
.con15{
    background: #f54701;
}
.con15_top{
    margin-top: 7%;
    overflow: hidden;
    font-size: 1.4vw;
}
.con15_top_2nd{
    font-size: 2.8vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_top_2nd_ab{
    width: 6.00858%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: hand2 infinite 0.5s ;
    right: 102%;
}
.con15_top_2nd_ab_2{
    width: 6.00858%;
    display: flex;
    animation: hand2 infinite 0.5s ;

    justify-content: center;
    align-items: center;
    left: 102%;
}
.con15_top_3rd{
    width: 40%;
    margin-top: 3.3%;
    margin-bottom: 8%;
}
.con15_top_3rd_item{
    width: 89.2388%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
}
.con15_top_3rd_item_2nd{
    width: 85.0394%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: light 2s infinite;
    margin-bottom: -3%;
}
.con15_top_3rd_item_3rd{
    width: 78.7402%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_top_3rd{
    width: 40%;
    margin-top: 3.3%;
    margin-bottom: 8%;
    margin-left: 35%;
}
.con15_top_3rd_abab{
    width: 93.832%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 99%;
}
.con15 .main_video_con{
    top: 5%;
    width: 93%;
    height: 90%;
    overflow: hidden;
}
.con15 .main_video_con video{
    width: 120%;
}
.con15_line{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
}
.con15_line_2nd{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4%;
}
.con15_line_2_2nd{
    width: 0.839895%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 5.5%;
}
.con15_line_2_2nd_ab{
    width: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 56%;
    background: #f54701;
    padding: 69% 0;
}


.con15_line_2{
    width: 0.839895%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 5.5%;
}
.con15_line_2_ab{
    width: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 56%;
    background: #f54701;
    padding: 69% 0;
}
.con15_top_2nd {
    font-size: 2.8vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 1%;
}
.con16{
    height: 41.5vw;
}
.con16_left{
    height: 100%;
}
.con16_right{
    height: 100%;
    justify-content: flex-start;
}
.con16_left{
    height: 100%;
    animation: backgroundchange 18s infinite linear;
}
.con16_right {
    height: 100%;
    justify-content: flex-start;
    background: black;
}
.con16_right_top{
    width: 31.0598%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: light 2s infinite;
    margin-top: 24%;
}
.con16_right_top_2nd{
    width: 57.3977%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1.3%;
}
.con16_right_top_4th{
    width: 61.595%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: backgroundchange_2 4s infinite;
}
.con16_right_top_4th_ab{
    width: 95.1731%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -41%;
    margin-bottom: -48%;
}
.con16_right_top_4th{

}
.con16_mid_ab_2 .orange_stroke{
    -webkit-text-stroke-width: 0.05vw;
    -webkit-text-stroke-color: white;
    color: transparent;
}
.con16_mid_ab_2{
    font-size: 1.9vw;
}
.con16_mid{
    text-align: center;
    z-index: 1;
}
.con16_right_slide_con{
    width: 100% !important;
    border: 2px solid white;
}
.con16_right_swiper{
    overflow: hidden;
    width: 98%;
    right: 0;
}

.con4_scr_2nd_1{
    top: 0;
    left: 8%;
    height: 110%;
}

.con4_scr_2nd_2{
    top: 0;
    right: 8%;
    height: 110%;
    transform: scaleX(-1);
}
.con17{
    background: #f54701;
}
.con17_con{
    width: 96%;
    margin: 2% 0;
    background: black;
}
.con4_scr_2nd_1 {
    top: 0;
    left: 0;
    height: 210%;
}
.con4_scr_2nd_2{
    top: 0;
    right: 0;
    height: 210%;
}

.con17_top_3rd{
    width: 50% !important;
    height: 25vw;
    border: 1px solid #f54701;
}

.con17_top{
    margin-top: 5%;
}
.con17_top_2nd{
    font-size: 2.7vw;
}
.con17_top_2nd_2nd{
    margin-top: 1%;
    margin-bottom: 2%;
}
.con17_top_3rd_ab{
    width: 21.0066%;
    display: flex;
    justify-content: center;
    bottom: 75%;
    align-items: center;
    left: 89%;
}
.con17_top_3rd_ab_ab{
    width: 56.25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_top_3rd{
    width: 50%;
    height: 25vw;
    border: 1px solid #f54701;
    margin-bottom: 6%;
}
.con18{
    background: #ede0c9;
}
.con18_top_3rd{
    flex-wrap: wrap;
}
.con18_top_2nd{
    font-size: 2.8vw;
}
.con18_top{
    margin-top: 5%;
    font-size: 1.2vw;
    margin-bottom: 0.3%;
}
.con18_top_3rd {
    width: 90%;
    margin-top: 2%;
    margin-bottom: 6%;
}
.con18_top_3rd_item{
    width: 16.035%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.5% 0.7%;
}
.con18_top_3rd_item_arr{
    width: 0.932945%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con18_top_3rd_item_arr_1{
    top: 24%;
    left: 23.4%;
}
.con18_top_3rd_item_arr_2{
    top: 24%;
    left: 40.8%;
}
.con18_top_3rd_item_arr_3{
    top: 24%;
    right: 40.8%;
}
.con18_top_3rd_item_arr_4{
    top: 24%;
    right: 23.4%;
}


.con18_top_3rd_item_arr_5{
    bottom: 24%;
    left: 23.4%;
}
.con18_top_3rd_item_arr_6{
    bottom: 24%;
    left: 40.8%;
}
.con18_top_3rd_item_arr_7{
    bottom: 24%;
    right: 40.8%;
}
.con18_top_3rd_item_arr_8{
    bottom: 24%;
    right: 23.4%;
}
.con19{
    background: url(/images/con19_11.jpg) no-repeat top / cover;

}
.con19_top{
    width: 11.3911%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con19_top_2nd{
    font-size: 2.8vw;
    margin-bottom: 3%;
    overflow: hidden;
}



.con17_con_2nd{
    width: 80%;
    border: 1px solid #0000008c;
    margin-top: 3%;
    margin-bottom: 7%;
}
.con17_ab{
    width: 100%;
    bottom: 0;
}
.con17_con_left{
    overflow: hidden;
}
.con17_con_left .video_con {
    width: 190%;
    height: 100%;
    mix-blend-mode: screen;
}














.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid white;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 7%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid black;
}
.con17_bg{
    width: 100%;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: transparent;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}

.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF4206;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: GmarketSansBold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 20%;
    left: 3%;
    border: 1px solid black;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
    font-family: GmarketSansMedium !important;
}
.form_agree_span{
    font-family: GmarketSansMedium !important;

}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_row_imput_radio{
    display: flex;
    justify-content: center;
    align-items: center;
}.form_row_imput_radio:checked::after {
     content: "";
     width: 1vw;
     height: 1vw;
     position: absolute;
     background: #bf2121;
     color: unset !important;
     border-radius: 50%;
 }
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 48%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 20%;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    border-bottom: 1px solid white;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: white;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #bf2121;
    padding: 1.5%;
    width: 75%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 2.5%;
    padding-bottom: 2%;
    cursor: pointer;
}
.form {
    margin-top: 2%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 3%;
    top: 15%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 2%;
}

.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}

.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    padding: 1.5%;
    width: 33%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    font-family: pretendard-bold;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
}

.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 7%;
    top: 13%;
}
.form_row {
    border-bottom: unset;
}
.con20_08 {
    bottom: -34%;
    left: -2%;
    width: 113%;
}


.form_row_imput_radio {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
    border: 1px solid #fe0908;
    background: transparent;
}
.form_agree_check:checked {
    background: transparent;
    border: 1px solid #fe0908;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #fe0908;
    color: unset !important;
}


.form_row {
    border-bottom: 1px solid white !important;
}

.form_row_imput_radio {
    border: 1px solid #a84e1d;
    background: transparent;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: #a84e1d;
    color: unset !important;
    border-radius: 50%;
}

.form_agree_check {
    border: 1px solid #a84e1d;
}


.form {
    margin-top: 2%;
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 6%;
    top: 28%;
}

.form_agree_span {
    font-family: Pretendard-regular !important;
}
.form_agree_check:checked::after {
    background: #a84e1d;
}



.form_agree_check:checked {
    border: 1px solid #a84e1d;
}

.form_row > span {
    font-family: Pretendard-regular !important;
}
.con17_con_right{
    background: white;
}
.con17_con_right_form form{
    width: 90%;
}

.form_row_label {
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 22% !important;
}
.form_row {
    border-bottom: 1px solid #000 !important;
}

.form_agree {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}

.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #be1011;
    padding: 1.5%;
    width: 75%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 0.5%;
    padding-bottom: 2%;
    cursor: pointer;
    font-weight: 700;
}
.form_row {
    border-bottom: 1px solid black !important;
}
.con17_con_right {
    background: white;
    justify-content: flex-start;
}
.con17_con_right_form_top{
    width: 40.2887%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
}
/* .form_row {
    padding: 0 4%;
} */

.con16_12{
    width: 4%;
    right: 97.5%;
}
.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}
.form_row_imput_radio {
    border: 1px solid grey;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: grey;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check {
    border: 1px solid grey;
}
.form_agree_check:checked::after {
    background: grey;
}
.form_agree_check:checked {
    border: 1px solid grey;
}



/* 규남 start(메뉴안내부터) */
.noto {
    font-family: 'Noto Serif', serif;
}
.notokr {
    font-family: "Noto Serif KR", serif;
}
.con20{
    background: url(/images/con19_11.jpg) no-repeat bottom / cover;
}
.con17_con_2nd {
    width: 80%;
    border: 1px solid white;
    margin-top: 3%;
    margin-bottom: 7%;
}

.form {
    margin-top: 8%;
    width: 42%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid transparent;
    padding-top: 1.7%;
    background: transparent;
    z-index: 1;
    margin-bottom: 7%;
    right: 6%;
    top: 28%;
}
.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #f54701;
    padding: 1.5%;
    width: 75%;
    color: white;
    position: relative !important;
    margin-bottom: 17%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 2%;
    cursor: pointer;
    font-weight: 700;
}
.con17_con_left_top{
    top: 54%;
    left: 7%;
    font-size: 1.4vw;
    overflow: hidden;
}
.con17_con_left_top_2nd{
    top: 61%;
    font-size: 2.7vw;
    left: 6%;
}
.con17_con_left_top_3rd{
    top: 83%;
    width: 87%;
}

.con17_con_2nd {
    width: 80%;
    border: 1px solid white;
    margin-top: 3%;
    margin-bottom: 5%;
}
.con17_con_2nd {
    width: 80%;
    border: 1px solid white;
    margin-top: 3%;
    margin-bottom: 5%;
    z-index: 4;
}
.con20 .video_con{
    width: 80%;
}
.main_slide_2_con_top{
    width: 101.879%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_swiper_con {
    width: 63%;
    right: 0%;
}
.con2_swiper_con .con21_mid_prev {
    top: 85% !important;
    left: -47.5% !important;
    right: unset !important;
    bottom: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con2_swiper_con .con21_mid_next {
    bottom: unset !important;
    right: unset !important;
    left: -42.5% !important;
    top: unset !important;
    top: 85% !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con6_2nd_ab_2nd_item_ab_ab{
    width: 100% !important;
    animation: scaleOpa2 infinite 2s;
}
.con12_top_3rd_ab{
    width: 22.5799%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_mid_ab{
    width: 118.462%;
    display: flex;
    justify-content: center;
    animation: rotate_image 10s infinite linear;
    align-items: center;
}
.con8 > div > div video {
    width: 164%;
    height: 100%;
    filter: brightness(0.4);
}
.intro_top_ab{
    background: #f54701;
    width: 101%;
}
.main_top_5th_ab_ababab{
    width: 96.875%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6%;
}
.con1_top_4th_left_ab_ab_3 .orange_stroke{
    display: inline-block;
}
.con1_top_4th_ab_ab{
    animation: light 2s infinite;
}
.main_top_5th_ab .perc {
    font-size: 3vw;
    margin-left: -11%;
}
.con4_top_3rd_ab > img{
    animation: light 2s infinite;
}
.con4_top_3rd_ab_2 > img{
    animation: light 2s infinite;
}
.con4_top_3rd_ab_3 > img{
    animation: light 2s infinite;
}
.con2_top_3rd_item_3 .con2_top_3rd_item_1_top_4th > p{
    font-size: 5vw;
    animation: blk 1s infinite;
}
.con2_top_3rd_item_3 .con2_top_3rd_item_1_top_3rd{
    animation: blk 1s infinite;
    animation-delay: 0.5s;
}
.con2{
    overflow: unset;
}

.con6_2nd_ab_ab {
    justify-content: flex-start;
}
.con8_left_con_hide{
    transition: 0.3s all;
}
.con8_left_con_hide{
    transform: translateX(-20%);
}


.con8_left:hover .con8_left_con_hide{
    opacity: 1;
    transform: translateX(0%);
    z-index: 2;

}
.con8_right:hover .con8_right_con_hide{
    opacity: 1;
    transform: translateX(0%);
    z-index: 2;

}

.con8_video_con_1{
    transition: 0.3s all;
    left: 0;
}
.con8_video_con_2{
    transition: 0.3s all;
    right: 0;
}
.con8_left:hover .con8_video_con_1{
    left: 69%;
}

.con8_right:hover .con8_video_con_2{
    right: 69%;
}


.towhite{
    transition: 0.3s all;
    filter:unset;
    z-index: 2;
}
.con8_left:hover .towhite{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.con8_right:hover .towhite{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.con8_mid{
    transition: 0.3s all;
    transform: translateY(0%);

}
.con8_left:hover ~.con8_mid{
    opacity: 0;
    transform: translateY(-20%);

}
.con8_right_ab{
    z-index: 3;
}
.con8_right:hover ~.con8_mid{
    opacity: 0;
    transform: translateY(-20%);

}
.con8_left:hover ~.con8_right .con8_video_con_2{
    z-index: -1;

}
.con8_right:hover  .con8_video_con_2{
    z-index: 2;

}
.con8_left_con{
    pointer-events: none;
}
.con8_right_con{
    pointer-events: none;
}
.con8_mid{
    pointer-events: none;

}
.con8_right_con_con_top_2nd {
    top: 37%;
    left: unset;
    right: 30%;
    font-weight: 200;
    font-size: 1.9vw;
    text-align: right;
}
.con9_top_con{
    animation: light 2s infinite;
}
.con10_top_3rd_top_4th_ab{
    animation: ddm_m 2s infinite;
}
.con10_top_3rd_top_4th_ab_2{
    animation: ddm_m 2s infinite;
    z-index: 4;
}

.con12_top_ab_1 {
    width: 6.23608%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 103%;
    animation: hand2 infinite 0.5s;
}

.con12_top_ab_2 {
    width: 6.23608%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 103%;
    animation: hand2 infinite 0.5s;
}

.con13_03_con{
    animation: light 2s infinite;
}
.con17_top_3rd_ab_ab_ab{
    animation: scaleOpa2 infinite 2s;
}
.con15_top_3rd_item_ab{
    width: 101.711%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_top_3rd_abab video{
    filter: unset;
}
.con8_right_con_con_2nd {
    height: 100%;
    justify-content: flex-start;
    text-align: center;
    width: 141.3%;
    right: 100%;
    z-index: 1;
}
.con8_right:hover .con8_right_ab_3{
    transform: translateX(30.3%);
}
.con8_left:hover .con8_left_ab_3{
    transform: translateX(-30.3%);
}
.con8_left:hover ~.con8_right .con8_right_ab_3{
    transform: translateX(68.3%);
}

.menu_ex {
    border-radius: 50%;
}

























.con17_mid_2nd{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 83%;
    margin-bottom: 5%;
}
.map{
    width: 98%;
    height: 33vw;
}
.con17_mid_map_search{
    width: 26%;
    background: white;
    height: 30vw;
    top: 5%;
    z-index: 2;
    overflow: hidden;
    left: 5%;
}
.con17_mid_map_search_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con17_mid_map_search_top > div{
    color: white;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 1.2vw;
    font-family: pretendard-bold;
    cursor: pointer;
}
.on2{
    background: #a77e59;
    color: white !important;
}
.off2{
    color: grey !important;
}
.con17_mid_map_search_mid{
    background: #a77e59;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 94%;
    padding: 3%;

}
.con17_mid_map_search_mid input{
    appearance: none;
    border: none;
    outline: none;
    border-radius: 50px;
    width: 100%;
    height: 3vw;
    padding-left: 5%;
    font-family: 'Pretendard-regular';
    font-size: 1vw;
}
.con17_04{
}
.con17_mid_map_search_bottom{
    overflow: scroll;
    height: 23.5vw;
    width: 100%;
}
.con17_mid_map_search_item{
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    cursor: pointer;
    padding: 5% 0;
    font-size: 1vw;
}
.con17_mid_map_search_item_title{
    font-size: 1.3vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item_address{
    margin-top: 4%;
    margin-bottom: 1%;
}
.map {
    width: 100%;
    height: 31vw;
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 31vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 0%;
}
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 5%;
}
.map_search{
    width: 7% !important;
    right: 8%;
}

.con17_mid_map_search_item_title {
    font-size: 1.1vw;
    font-family: pretendard-bold;
}
.con17_mid_map_search_item {
    margin: 0% 7%;
    border-bottom: 1px solid #808080a3;
    padding: 5% 0;
    font-size: 0.8vw;
    font-family: pretendard-regular;
    
}
.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 28vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 3%;
}


.map{
    width: 95%;
    height: 30vw;
}

.sido1{
    width: 36%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: 2px #24b977 solid;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
.search{
    width: 54%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: 2px #24b977 solid;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select_pin_left{
    left: 33%;
    width: 2%;
}
.select_pin_right{
    right: 4.5%;
    width: 2%;
}





















.fixed_popup{
    height: 100vh;
    background: #00000045;
}
.popup {
    width: 50%;
    background: white;
    height: 29vw;
    border-radius: 30px;
    overflow: hidden;
    top: 10%;
    justify-content: flex-start;
}
.popup_top{
    font-size: 1.5vw;
    width: 88%;
    padding-bottom: 3%;
    text-align: center;
    border-bottom: 1px solid #0000002e;
}
.popup > p:nth-child(2){
    font-size: 1.3vw;
    width: 88%;
    margin-top: 5%;
    padding-bottom: 2%;
    text-align: left;
}
.popup_img {
    width: 46.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 100%;
    overflow: hidden;
}
.popup > p:nth-child(4){
    font-size: 0.9vw;
    width: 88%;
    margin-top: 1%;
}
.popup > p:nth-child(5){
    left: 42%;
    width: 58%;
    padding-right: 8%;
    height: 12vw;
    top: 43%;
    box-sizing: border-box;
    font-size: 0.9vw;
    overflow-y: scroll;
}
.fixed_popup{
    position: fixed !important;
    top: 0;
    z-index: 5;
    /*pointer-events: none;*/
    /*opacity: 0;*/
}
.popup_right_1st{
    color: #E3C179;
    width: 78%;
    margin-bottom: 1%;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.2vw;
    margin-top: -6%;
}
.popup_right_2nd{
    font-family: Pretendard-semibold;
    width: 78%;
    font-size: 1.56vw;

}
.popup_right> div > div:nth-child(1){
    font-family: Pretendard-semibold;
    font-size: 1vw;
        color: black;
    
}
.popup_right> div > div:nth-child(2){
    font-family: Pretendard-regular;
    font-size: 1vw;

}
.popup_right> div{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 78%;
    color: black;
    margin-top: 5%;
}
.popup_right{
    width: 53%;
    display: flex;
    justify-content: center;align-items: center;
    flex-direction: column;
}
.popup_img img{
    width: 100%;
}


.fixed_popup_con{
    width: 100%;
    height: 100%;
}


.popup_right> div > div:nth-child(2) {
    font-family: Pretendard-regular;
    font-size: 1vw;
    width: 71%;
}
.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    font-size: 1vw;
    width: 21%;
}

.main_mid_title {
    font-size: 2vw;
    font-family: Pretendard-semibold;
    color: black;
}


.popup_img {
    width: 47.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 103%;
    overflow: hidden;
}
.popup_img img {
    width: 108%;
}

.popup {
    width: 56%;
    height: 31vw;
}


.popup_close{
        width: 1.40634%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}

.popup {
    width: 65%;
    height: 32vw;
    padding-top: 4%;
    top: 2%;
}

.popup_top_absol{
        width: 12.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12%;
    left: 10%;
}
.popup_top_absol_2nd{
        width: 96.6687%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21%;
    left: 1.5%;
}
.popup_img {
    width: 47.5248%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 31vw;
    overflow: hidden;
}

.popup_img_con{
    left: 18%;
    border-radius: 23px;
    overflow: hidden;
}
.popup_right_6th_left{
    width: 26.523% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup_img_con {
    left: 18%;
    border-radius: 23px;
    overflow: hidden;
    width: 77%;
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add2_top_11th{
    width: 36.7327%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.add3_top_3rd_ab_2nd {
    bottom: 11%;
    left: 151%;
    width: 46.5746%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add3_04_con{
    overflow: hidden;
}
.add3_top_8th_item_con{
    overflow: hidden;
}

.popup {
    width: 57%;
    height: 24vw;
    padding-top: 4%;
    top: 2%;
    border: 1px solid black;
}
.popup_top_absol {
    width: 12.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
    left: 52.5%;
}
.popup_right_2nd {
    font-family: Pretendard-semibold;
    width: 78%;
    font-size: 1.56vw;
    border-bottom: 1px solid black;
    padding-bottom: 3%;
}
.popup_right_6th_left {
    width: 38.523% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup img{
    width: 100%;
}

.map {
    width: 95%;
    height: 37vw;
}

.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 32vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 3%;
}

.popup_close {
    width: 2.40634%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    right: 4%;
}

.add3_top_4th {
    margin-top: 2%;
}





.con17_mid_map_search {
    width: 26%;
    background: white;
    height: 37vw;
    top: 0%;
    z-index: 2;
    overflow: hidden;
    left: 3%;
}





.con17_mid_map_search_item_plus_con {
    width: 17.8571%;
    display: flex
;
    height: 3.5vw;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: 22%;
    background: #f54701;
    font-size: 0.9vw;
}

.popup_right_6th_left {
    width: 38.523% !important;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: #f54701;
}

.on2 {
    background: #f54701;
}
.con17_mid_map_search_mid {
    background: #f54701;
}
.con17_mid_map_search_item_tel{
    padding-left: 6%;
}
.con20_6{
    bottom: 18%;
    position: absolute;
    width: 5.5%;
}


.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    font-size: 1vw;
    width: 7%;
}

.popup_right_3rd_ab{
        width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_right_4th_ab{
        width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_right_5th_ab{
        width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_top_absol{
    filter: grayscale(100%) brightness(0);
    
}

.popup_top_absol {
    width: 18.4369%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 12%;
    left: 52.5%;
}
















.add1_video_con{
        width: 100%;
    height: 100%;
}


.add1_video_con iframe{
        width: 100%;
    height: 100%;
}




@media screen and (max-width:1023px) {





}
@media screen and (max-width:599px) {
    .con1_top_4th_ab_ab{
        opacity: 0;
    }

    .main_top {
        margin-top: 27%;
        font-size: 7.4vw;
        position: relative;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }


    .orange_stroke{
        -webkit-text-stroke-width: 0.28vw;
        -webkit-text-stroke-color: #f54701;
        color: transparent;
    }
    .main_top_2nd {
        font-size: 8vw;
        margin-top: 0%;
    }

    .main_top_1 {
        width: 7.24092%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 105%;
    }
    .main_top_2 {
        width: 7.24092%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 105%;
    }
    .main_top_4th {
        width: 90.9344%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 22.5%;
    }
    .main_top_5th{
        width: 100.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
    }
    .main_05{
        width: 200% !important;
    }
    .main_top_5th_ab {
        left: 14%;
        font-size: 10.7vw;
        font-weight: 800;
        top: 36%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .main_top_5th_ab_2nd {
        right: 16.5%;
        font-size: 10.7vw;
        font-weight: 800;
        top: 30%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .main_top_5th_ab_ab {
        font-weight: 200;
        font-size: 3.7vw;
        white-space: nowrap;
        bottom: 104%;
    }
    .main_top_5th_ab {
        left: 8%;
        font-size: 10.7vw;
        font-weight: 800;
        top: 42%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .main_top_5th_ab_2nd {
        right: 16.5%;
        font-size: 10.7vw;
        font-weight: 800;
        top: 39%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .main_top_5th_ab_ab_3 {
        white-space: nowrap;
        top: 85%;
        font-size: 2.8vw;
    }
    .main_top_5th_ab {
        left: 11%;
        font-size: 10.7vw;
        font-weight: 800;
        top: 40%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .main_top_4th {
        width: 90.9344%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 32.5%;
        margin-bottom: 10%;
    }
    .main_top_4th_2nd {
        margin-top: -24%;
        width: 200%;
        margin-bottom: 0%;
    }
    .main_top_5th_ab_ababab{
        width: 96.8629%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 4%;
    }
    .main_video_con {
        width: 283%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        filter: brightness(0.3);
        top: 0;
    }
    .main_top_5th {
        width: 100.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 38%;
    }
    .main_05 {
        width: 220% !important;
    }
    .intro_box_item_1 {
        width: 33.33%;
        border-right: unset;
        border-bottom: 1px solid black;
        height: 60%;
    }
    .intro_top {
        width: 53.8845%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
    }
    .intro_top_2nd {
        margin-top: 6%;
        font-size: 5.4vw;
    }
    .intro_top {
        width: 53.8845%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 30%;
    }
    .con1_top {
        width: 41.3911%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
    }
    .con1_top_2nd {
        font-size: 6.1vw;
        margin-top: 0.5%;
    }
    .con1_top_3rd {
        font-size: 7.8vw;
        margin-bottom: 1%;
        margin-top: 1%;
    }
    .con1_top_4th {
        width: 72.0367%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 8%;
        margin-top: 2%;
        flex-direction: column;
    }
    .con01_07{
        opacity: 0;
    }
    .con1_top_4th {
        width: 66.0367%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 8%;
        margin-top: 5%;
        flex-direction: column;
    }
    .con1_top_4th_left_ab {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        justify-content: flex-start;
        border: 1px solid #f54701;
        border-radius: unset;
        ㅔㅐ냐: 냐;
        top: 0;
    }
    .con1_top_4th_left_ab {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        justify-content: flex-start;
        border: 1px solid #f54701;
        border-radius: unset;
        ㅔㅐ냐: 냐;
        top: 0;
        left: unset;
    }
    .con1_top_4th_left_ab_ab_2 {
        margin-top: 1.3%;
        font-size: 5.3vw;
    }
    .con1_top_4th_left_ab_ab_3 {
        font-size: 6.3vw;
    }
    .con1_top_4th_line {
        width: 80%;
        border-top: 1px solid grey;
        margin-top: 9%;
    }
    .con1_top_4th_left_ab_ab_2 {
        margin-top: 1.3%;
        font-size: 5.7vw;
    }
    .main_top_5th_ab_ab {
        font-weight: 200;
        font-size: 5.7vw;
        white-space: nowrap;
        bottom: 104%;
    }
    .con1 .main_top_5th_ab {
        left: unset;
        font-size: 13.7vw;
        font-weight: 800;
        top: 36%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 18.7%;
    }
    .con1 .main_top_5th_ab span {
        font-size: 6vw;
    }
    .con1_top_4th_right_ab{
        width: 100.3%;
        ㅣㄷㄹㅅ: ㅅ;
        right: unset;
        top: 68%;
        height: 69%;
    }
    .con1_top_4th {
        width: 66.0367%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 55%;
        margin-top: 5%;
        flex-direction: column;
    }
    .con1_top_4th_right_ab_item_p {
        font-size: 3.3vw;
    }
    .con01_07{
        width: 100%;
        height: 100vw;
    }
    .con1_top_4th_right_ab_item_on .con1_top_4th_right_ab_item_p_1 {
        right: 115%;
        opacity: 1;
        scale: 2.5;
    }
    .con1_top_4th_right_ab_item_on .con1_top_4th_right_ab_item_p_2 {
        left: 115%;
        opacity: 1;
        scale: 2.5;
    }
    .con1_top_4th_ab {
        width: 36.2114%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: -7%;
        right: -15%;
        animation: rotate_image infinite 10s linear;
    }
    .con1_ab{
        width: 2.944882%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con1_ab_2{
        width: 2.944882%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con2_top {
        font-size: 3.8vw;
        margin-top: 16.5%;
        margin-bottom: 0%;
    }
    .con2_top_2nd {
        font-size: 8.8vw;
    }
    .con2_top_3rd_item_1 {
        position: absolute;
        top:100%;
    }
    .con2_top_3rd_item_3 {
        position: absolute;
        top:200%;

    }
    .con2_top_3rd {
        margin-top: 2%;
        margin-bottom: 90%;
    }
    .con2_top_3rd_item {
        width: 65%;
        height: 28vw;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
    }
    .con2_top_3rd_item_top_2nd {
        font-size: 7.4vw;
    }
    .con2_top_3rd_item_top_2nd span {
        font-size: 9.7vw;
    }
    .con2_top_3rd_item_1_top {
        width: 100%;
        background: black;
        text-align: center;
        height: 6.5vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con2_top_3rd_item_1_top_4th {
        bottom: 14%;
        font-size: 11vw;
        font-weight: 700;
        right: 69%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .con2_top_3rd_item_1_top_2nd {
        margin-top: 7%;
        margin-left: 29%;
    }
    .con2_top_3rd_item_1_top_3rd {
        font-size: 4.7vw;
        width: 70%;
        text-align: right;
        margin-top: 1%;
        font-weight: 700;
        font-family: pretendard_var;
    }
    .con2_top_3rd_item_1_top_2nd {
        margin-top: 6%;
        margin-bottom: 2%;
        margin-left: 29%;
    }
    .con2_top_3rd_item_3 .con2_top_3rd_item_1_top_3rd {
        width: 77%;
    }
    .con2_top_3rd_item_1_top_5th {
        height: 9vw;
        border-right: 1px solid grey;
        top: 42%;
        left: 49%;
    }
    .con2_top_4th {
        margin-bottom: 32%;
        margin-top: -20%;
        z-index: 2;
        width: 67.8346%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con02_05{
        width: 66.8976vw !important;
    }
    .con2_top_4th_ab {
        width: 100.7586%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        bottom: 84%;
    }
    .main_swiper_1 {
        bottom: 2%;
        width: 114%;
        overflow: hidden;
    }.main_slide_con_top_2nd {
         background: #f54701;
         color: white;
         height: 7vw;
         margin-top: 6%;
     }
    .main_slide_con_top_3rd {
        font-size: 7vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 70%;
        margin-top: 4%;
        margin-bottom: 4%;
        right: -11%;
    }
    .main_slide_con_top_3rd_ab {
        color: black;
        right: 95%;
        white-space: nowrap;
    }
    .con2_top_4th {
        margin-bottom: 38%;
        margin-top: -20%;
        z-index: 2;
    }
    .con3_top {
        margin-top: 16%;
        margin-right: 0;
        font-size: 5vw;
    }
    .con3_top_2nd {
        font-size: 5vw;
        margin-right: 0;
    }
    .con3_top_3rd {
        font-size: 7vw;
        margin-right: 0;
        margin: 1%;
    }
    .con3_top_4th {
        text-align: center;
        margin-top: 0.8%;
        margin-left: 0;
    }
    .con3_top {
        margin-top: 46%;
    }
    .con3_ab {
        flex-direction: column;
        align-items: center;
        width: 79%;
        border-left: unset;
        border-bottom: 1px solid #f54701;
        left: unset;
        padding: 0 2%;
        top: 14%;
        padding-bottom: 4%;
        top: 9.4%;
    }
    .con3_video_con {
        width: 300%;
        filter: brightness(0.4);
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 0;
    }
    .con3_top_5th_top {
        width: 49.6464%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-bottom: 3%;
    }
    .con3_top_5th_ab {
        width: 100.11%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 25%;
    }
    .main_slide_2.swiper-slide-next .main_slide_2_con {
        scale: 0.6;
        filter: brightness(0.5);
    }
    .main_slide_2.swiper-slide-active .main_slide_2_con {
        scale: 1;
        filter: brightness(1);
    }
    .main_swiper_2{
        margin-bottom: 4%;
        width: 150%;
        margin-top: 5%;
    }
    .con3_top_5th_ab {
        width: 100.11%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 20%;
    }
    .con21_mid_prev {
        top: unset !important;
        right: 68% !important;
        left: unset !important;
        bottom: unset !important;
        width: 5vw !important;
        height: 5vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con21_mid_next {
        bottom: unset !important;
        left: unset !important;
        top: unset !important;
        top: 67% !important;
        width: 5vw !important;
        height: 5vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: unset !important;
        left: 68% !important;
        right: unset !important;
    }
    .con3_top_4th_2nd {
        padding: 1.7% 0;
        background: #f54701;
        width: 200%;
    }
    .con4_top {
        text-align: center;
        margin-top: 6%;
        font-size: 3.3vw;
    }
    .con4_top {
        text-align: center;
        margin-top: 12%;
        font-size: 3.3vw;
    }
    .con4_ab {
        width: 30.7743%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        top: -12%;
        z-index: 1;
    }
    .con4_top_2nd {
        font-size: 7vw;
        margin-bottom: 3%;
        margin-top: 2%;
    }
    .con4_top_3rd_ab_ab_2 {
        font-size: 3.3vw;
        bottom: 110%;
        white-space: nowrap;
    }
    .con4_top_3rd_ab {
        width: 18.82152%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 67%;
    }
    .con4_top_3rd_ab_2 {
        width: 25.6037%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con4_top_3rd_ab_3 {
        left: 67%;
        width: 23.81627%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con04_06{
        width: 200% !important;
    }
    .con4_top_3rd_ab_2_ab_ab {
        bottom: 110%;
        font-size: 3.3vw;
    }
    .con4_top_3rd_ab_3_ab_ab {
        bottom: 110%;
        font-size: 3.3vw;
        white-space: nowrap;
    }
    .con4_top_3rd_ab {
        width: 18.82152%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 72%;
    }
    .con4_top_3rd_ab_3 {
        left: 70%;
        width: 23.81627%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con4_top_3rd_line_1 {
        height: 12vw;
        border-left: 1px solid white;
        left: 34%;
    }
    .con4_top_3rd_line_2 {
        height: 12vw;
        border-left: 1px solid white;
        right: 34%;
    }
    .con4_top_4th {
        width: 39.4829%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
        margin-bottom: 13%;
    }
    .con4_top_4th_2nd{
        width: 200%;
    }
    .con4_ab_2 {
        width: 26.0105%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 0%;
        z-index: 1;
        bottom: -10%;
    }
    .con5_top {
        width: 85%;
        margin-top: 16%;
        font-size: 7vw;
        text-align: center;
    }
    .con5_top_2nd {
        width: 85%;
        margin-top: 1.3%;
        margin-bottom: 1%;
        font-size: 3.5vw;
        text-align: center;
    }
    .con5_top_3rd {
        width: 85%;
        margin-bottom: 11%;
        text-align: center;
    }
    .con5_ab {
        top: 7%;
        left: unset;
        width: 91.8638%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con5_ab_ab {
        width: 30.4527%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 70%;
        bottom: 100%;
    }




    .con5_ab_2 {
        bottom: 7%;
        left: unset;
        width: 91.8638%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con5_ab_2_ab {
        width: 30.4527%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 70%;
        top: 100%;
    }
    .con6_top {
        font-size: 4.7vw;
        margin-top: 13%;
        margin-bottom: 1%;
    }
    .con6_top_2nd {
        text-align: center;
        font-size: 7vw;
        margin-bottom: 8%;
        margin-top: 2%;
    }
    .con6_top_3rd {
        margin-bottom: 5%;
        flex-direction: column;
    }
    .con6_top_3rd_item {
        width: 61.2283%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 2% 2.5%;
    }
    .con6_top_3rd {
        margin-bottom: 11%;
        flex-direction: column;
    }
    .con6_top_3rd {
        margin-bottom: 13%;
        flex-direction: column;
    }
    .con6_2nd_top {
        font-size: 4.7vw;
        margin-top: 13%;
        margin-bottom: 1%;
    }
    .con6_2nd_top_2nd {
        text-align: center;
        font-size: 7vw;
        margin-bottom: 2%;
        margin-top: 1%;
    }
    .con6_2nd_top_4th {
        width: 77.3701%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 7%;
    }
    .con6_2nd_top_4th_ab_3 {
        top: 29%;
        left: 4%;
        font-size: 3.4vw;
        font-weight: 300;
    }
    .con6_2nd_top_4th_ab_4 {
        font-size: 5.5vw;
        left: 4%;
        top: 51%;
    }
    .con6_2nd_top_4th_ab_5 {
        left: 4%;
        top: 69%;
    }
    .con6_2nd_ab_2nd{
        position: relative;
    }
    .con6_2nd_ab_line_2 {
        right: 4.15%;
        height: 103%;
        border-left: 1px solid #f54701;
    }
    .con6_2nd_ab_line {
        left: 4.15%;
        height: 103%;
        border-left: 1px solid #f54701;
    }
    .con6_2nd_ab_2nd {
        width: 65%;
        left: unset;
        top: 44%;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 4%;
        margin-bottom: 12%;
    }
    .con6_2nd_ab_2nd_item_top{
        font-size: 5vw;
        margin-bottom: 2%;
    }

    .con6_2nd_ab_2nd_item_ab {
        width: 4.37063%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 49%;
        top: unset;
        bottom: 100%;
        transform: translateY(-33%);
    }
    .con6_2nd_ab {
        width: 38.6115%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: -6%;
        right: 0;
    }
    .con6_2nd_ab_ab {
        width: 86.0532%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        bottom: 73%;
        left: -13%;
    }
    .con06_10{
        width: 25.895vw !important;
    }
    .con6_2nd_ab_ab {
        width: 69.0532%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        bottom: 64%;
        left: 6%;
    }
    .con07_01{
        width: 31.3911vw !important;
    }
    .con7_top {
        width: 31.3911%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 13%;
    }
    .con7_top_2nd {
        font-size: 3.3vw;
        margin-top: 1.6%;
    }
    .con7_top_3rd {
        font-size: 7vw;
        margin-top: 1.5%;
        margin-bottom: 4%;
    }
    .con11_top_3rd_item {
        width: 23%;
        text-align: center;
        cursor: pointer;
        font-size: 1vw;
        padding: 0.5% 0;
        margin: 0 0%;
        box-sizing: border-box;
        color: white;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border: 1px solid #f54701;
        border-right: unset;
    }
    .con11_top_3rd_item_ab {
        bottom: 65%;
        width: 10.11354%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: 0.3s all;
    }
    .con11_top_3rd_ab {
        bottom: 88%;
        transform: scaleY(-1);
        width: 300% !important;

    }
    .con11_top_3rd_ab_2{
        width: 300% !important;
        top: 88%;

    }
    .con6_mid_swiper_item{
        width: 250%;
    }
    .con6_mid_swiper_1_slide_p_con {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 52vw;
        overflow: hidden;
        padding: 1%;
    }
    .con6_mid_swiper_1_p {
        text-align: center;
        font-size: 4.3vw;
        margin-top: 1%;
        margin-bottom: 3%;
    }
    .menu_box {
        margin-bottom: 13%;
    }
    .con7_top_4th_2nd {
        padding: 1.7% 0;
        background: #f54701;
        width: 250%;
    }
    .con8 {
        height: 180vw;
        flex-direction: column;
    }
    .con8_left {
        height: 100%;
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        padding-top: 35%;
    }
    .con8_right {
        height: 100%;
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con08_05{
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .con08_06{
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .con8_left_con_hide {
        opacity: 1;
    }
    .con8_left_con_con_2nd {
        height: 100%;
        justify-content: flex-start;
        text-align: center;
        width: 100%;
        left: 0;
        z-index: 1;
    }
    .con8 {
        height: 240vw;
        flex-direction: column;
    }
    .con8 .con8_video_con {
        width: 100%;
        height: 67%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        position: absolute;
        overflow: hidden;
        bottom: 0;
    }
    .con8_left_con {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
    .con8_left_con_con_2nd {
        height: 100%;
        justify-content: flex-start;
        text-align: center;
        width: 100%;
        left: 0;
        z-index: 1;
        top: 0;
        position: relative !important;
    }
    .con8_left_con_con {
        height: 50%;
        background: #f54701;
    }
    .con8_left_con_con_top {
        top: 27%;
        left: 21%;
        font-weight: 200;
        font-size: 4.4vw;
    }
    .con8_left_con_con_top_2nd {
        top: 56%;
        left: 21%;
        font-weight: 200;
        font-size: 4.4vw;
    }
    .con8_left_ab_2 {
        width: 2.67891%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 9.8%;
        bottom: 0;
    }
    .con8_left_con_con_2nd_top {
        font-size: 5vw;
        margin-top: 12%;
    }
    .con8_left_con_con_2nd_top_2nd_item {
        width: 23vw;
        height: 23vw;
        border-radius: 50%;
        border: 1px solid #f54701;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        font-size: 3.3vw;
        margin: 0 -1%;
    }
    .con8_left_con_con_2nd_top_3rd {
        font-size: 3.3vw;
    }
    .con8_left_ab_2 {
        width: 2.67891%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 3.8%;
        bottom: 0;
    }
    .con8_left_ab{
        width: 3.76275%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        left: 87%;
        top: 2%;
        overflow: hidden;
    }











    .con8_right_con {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
    .con8_right_con_con_2nd {
        height: 100%;
        justify-content: flex-start;
        text-align: center;
        width: 100%;
        left: 0;
        z-index: 1;
        top: 0;
        position: relative !important;
    }
    .con8_right_con_con {
        height: 50%;
        background: #f54701;
    }
    .con8_right_con_con_top {
        top: 27%;
        left: 21%;
        font-weight: 200;
        font-size: 4.4vw;
    }
    .con8_right_con_con_top_2nd {
        top: 56%;
        left: 21%;
        font-weight: 200;
        font-size: 4.4vw;
    }
    .con8_right_ab_2 {
        width: 2.67891%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 9.8%;
        bottom: 0;
    }
    .con8_right_con_con_2nd_top {
        font-size: 5vw;
        margin-top: 12%;
    }
    .con8_right_con_con_2nd_top_2nd_item {
        width: 23vw;
        height: 23vw;
        border-radius: 50%;
        border: 1px solid #f54701;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        font-size: 3.3vw;
        margin: 0 -1%;
    }
    .con8_right_con_con_2nd_top_3rd {
        font-size: 3.3vw;
    }
    .con8_right_ab_2 {
        width: 2.67891%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 3.8%;
        bottom: 0;
    }
    .con8_right_ab{
        width: 3.76275%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        overflow: hidden;
        left: 87%;
        top: 2%;
    }
    .con8_right_con_hide {
        opacity: 1;
        transition: 0.3s all;
    }
    .con8_right {
        height: 100%;
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        padding-top: 35%;
    }
    .con8 {
        height: 275vw;
        flex-direction: column;
    }
    .con8_right_con_con_top {
        top: 27%;
        right: 21%;
        font-weight: 200;
        font-size: 4.4vw;
    }
    .con8_right_ab_3{
        display: none;
    }
    .con8_right_con_con_top_2nd {
        top: 56%;
        right: 21%;
        font-weight: 200;
        font-size: 4.4vw;
        text-align: right;
    }
    .con8_right_ab {
        width: 3.56275%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 87%;
        top: 2%;
    }
    .con8_right_ab_2 {
        width: 2.67891%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 3.8%;
        bottom: 0;
        left: unset;
    }
    .con8_right_ab_2 {
        width: 2.67891%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 3.8%;
        bottom: 0;
        left: unset;
        top: -0.7%;
        bottom: unset;
    }
    .con8_right_con_con_2nd_top_2nd {
        flex-direction: column;
        width: 81%;
    }
    .con8_right_con_con_2nd_top_2nd_top > div {
        width: 50%;
        border: 1px solid white;
        height: 7.6vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        font-size: 3.3vw;
        font-weight: 400;
    }
    .con8_right_con_con_2nd_top_2nd_top_2nd > div {
        width: 50%;
        border: 1px solid white;
        height: 22.6vw;
        display: flex
    ;
        justify-content: flex-start !important;
        justify-content: center;
        align-items: center;
    }
    .con8_right_con_con_2nd_top_2nd {
        flex-direction: column;
        width: 81%;
        margin-top: 3%;
    }
    .con8_right_con_con_2nd_top_2nd_top_2nd_1_top {
        width: 43.9414%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
    }
    .con8_right_con_con_2nd_top_2nd_top_2nd_2_top{
        width: 43.9414%;
        margin-top: 11%;

    }
    .con8_right_ab {
        width: 3.56275%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 87%;
        top: 2%;
        left: unset;
    }
    .con9_scr {
        padding: 1.7% 0;
        background: #eedfc8;
        width: 250%;
    }
    .con8_mid {
        display: none;
        width: 25.5276%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        display: none;
    }
    .con9_top {
        width: 75.2651%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
    }
    .con9_top_4th {
        font-size: 5vw;
        text-align: center;
        overflow: hidden;
    }
    .con9_top_2nd {
        width: 56.7218%;
        display: flex
    ;
        justify-content: center;
        margin-top: 1%;
        align-items: center;
        margin-bottom: 2%;
    }
    .con9_top_3rd {
        width: 3.15223%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con9_top_4th_2nd {
        text-align: center;
        font-size: 3.2vw;
        margin-bottom: 14%;
        margin-top: 2%;
    }
    .con9_video_con {
        width: 200%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        filter: brightness(0.3);
    }
    .con10 {
        justify-content: flex-start;
        flex-direction: column;
        height: 146.5vw;
    }
    .con10_left {
        width: 100%;
        background: #f54701;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 50%;
    }
    .con10_right {
        width: 100%;
        height: 50%;
        flex-wrap: wrap;
    }
    .con10 {
        justify-content: flex-start;
        flex-direction: column;
        height: 180.5vw;
    }
    .con10_top {
        width: 79%;
        font-size: 5.9vw;
        margin-top: 10%;
        margin-bottom: 2%;
    }
    .con10_top_3rd_top {
        margin-top: 4%;
        font-size: 3.4vw;
        text-align: center;
        margin-left: -45%;
    }
    .con10_top_3rd_top_2nd {
        width: 86%;
        margin-top: 2%;
    }
    .con10_top_3rd_top_3rd {
        width: 28.1962%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -41%;
        margin-top: 1%;
        margin-bottom: 4%;
    }
    .con10_top_3rd_top_4th_ab_2 {
        width: 52.2727%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 97%;
        left: 52%;
        z-index: 1;
    }
    .con11_top {
        width: 30.14173%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
    }
    .con11_top_2nd {
        font-size: 5.3vw;
        margin-top: 3.4%;
    }
    .con11_top_3rd_2nd {
        font-size: 6vw;
        margin-bottom: 2%;
        margin-top: 0%;
    }
    .con11_top_4th {
        margin-bottom: 4.3%;
    }
    .con11_top_5th {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 73%;
        border: 1px solid #f54701;
        margin-top: 7%;
        margin-bottom: 1%;
    }
    .con11_top_6th {
        width: 82.5328%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -17%;
    }
    .con11_top_5th_ab {
        width: 48.7402%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: -15%;
        bottom: 84%;
    }
    .con11_top_5th_ab_3 {
        width: 51.8399%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 65%;
        top: 20%;
    }
    .con11_top_5th_ab_2 {
        width: 50.8399%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: -12%;
        bottom: -2%;
    }
    .con11 {
        background: url(/images/con11_18.jpg) no-repeat center / cover;
        padding-top: 86%;
    }
    .con10_swiper_y_left {
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 118%;
        height: unset;
        overflow: hidden;
        left: unset;
        top: 2%;
        pointer-events: none;
        border-left: 0.5px solid #000;
        border-right: 0.5px solid #000;
    }
    .con10_swiper_y_right {
        display: flex
    ;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 118%;
        height: unset;
        overflow: hidden;
        right: unset;
        top: 28%;
        pointer-events: none;
        border-left: 0.5px solid #000;
        border-right: 0.5px solid #000;
    }
    .con11 {
        background: url(/images/con11_18.jpg) no-repeat center / cover;
        padding-top: 136%;
    }
    .con12_top {
        font-size: 7vw;
        margin-top: 15%;
        margin-bottom: 3.5%;
    }
    .con12_top_2nd_item {
        width: 22%;
        height: 7vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-left: 1px solid black;
    }
    .con12_top_2nd_ab {
        width: 300.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 100%;
    }
    .con12_top_2nd_ab_2 {
        width: 300.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 100%;
    }
    .con12_top_3rd {
        width: 81.1916%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 5%;
        margin-top: 7%;
    }
    .con12_top_4th {
        width: 77.9239%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 57%;
        position: relative !important;
        margin-bottom: 13%;
    }
    .con12_top_4th_ab_2 {
        font-size: 4.3vw;
        width: 99%;
        bottom: 108%;
        font-weight: 200;
        text-align: center;
    }
    .con12_top_4th {
        width: 77.9239%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 57%;
        position: relative !important;
        margin-bottom: 13%;
        margin-top: 13%;
    }
    .con12_ab {
        width: 84.5958%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: -14%;
        left: 0;
    }
    .con12_top_4th {
        width: 77.9239%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 57%;
        position: relative !important;
        margin-bottom: 28%;
        margin-top: 13%;
    }
    .con12_scr {
        background: #f54701;
        padding: 1.7% 0;
        width: 300%;
    }
    .con12_top_2nd_item {
        width: 25%;
        height: 7vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-left: 1px solid black;
        font-size: 3.8vw;
    }
    .con12_top_4th_ab_2 {
        font-size: 6.3vw;
        width: 99%;
        bottom: 108%;
        font-weight: 200;
        text-align: center;
    }
    .con12_top_4th {
        width: 77.9239%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 60%;
        position: relative !important;
        margin-bottom: 28%;
        margin-top: 18%;
    }
    .con13_01{
        width: 31.44882vw !important;
    }
    .con13_top {
        width: 33.44882%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin-top: 14%;
    }
    .con13_top_2nd {
        font-size: 7.5vw;
        margin-top: 3.5%;
        margin-bottom: 2%;
    }
    .con13_top_3rd {
        width: 80.4619%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 29%;
        z-index: 1;
        margin-top: 3%;
    }
    .con13_top_4th {
        width: 84.7166%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con13_top_2nd {
        font-size: 7.5vw;
        margin-top: 3.5%;
        margin-bottom: 8%;
    }
    .con13_top_3rd {
        width: 80.4619%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 37%;
        z-index: 1;
        margin-top: 3%;
    }
    .con13_top_4th_ab_2 {
        width: 26.6971%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 10;
        right: -10%;
        bottom: 63%;
    }
    .main_top_4th_2nd {
        margin-top: -47%;
        width: 200%;
        margin-bottom: 0%;
    }
    .main_top_4th_2nd {
        margin-top: -52%;
        width: 200%;
        margin-bottom: 0%;
    }
    .con13_top_5th{
        width: 156.787%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con14_top {
        font-size: 3.6vw;
        margin-top: 14%;
    }
    .con14_top_2nd {
        font-size: 6.6vw;
        margin-top: 1.5%;
        margin-bottom: 4%;
    }
    .con14_top_3rd {
        text-align: center;
        margin-top: 1%;
        margin-bottom: 5.5%;
    }
    .con14_top_4th{
        width: 67.4961%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 6%;
    }
    .con14_top_4th_ab_2 {
        width: 109%;
        display: flex
    ;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        left: unset;
        top: 103%;
    }
    .con14_top_4th {
        width: 79.4961%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 74%;
        margin-top: 3%;
    }
    .con15_top {
        margin-top: 14%;
        font-size: 4.3vw;
    }
    .con15_top_3rd {
        width: 88%;
        margin-top: 60.3%;
        margin-bottom: 15%;
        margin-left: 0;
    }
    .con15_top_2nd {
        font-size: 7vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 1%;
    }
    .con15_top_3rd_abab {
        width: 93.832%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: unset;
        bottom: 103%;
    }
    .con15_line_2_2nd {
        width: 1.839895%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 0;
        left: 3.5%;
    }.con15_line_2 {
         width: 1.839895%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         bottom: 0;
         right: 3.5%;
     }
    .con15_line {
        width: 300.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 3%;
    }
    .con15_line_2nd {
        width: 300.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 3%;
    }
    .con16 {
        height: 177.5vw;
        flex-direction: column;
    }
    .con16_right_swiper {
        overflow: hidden;
        width: 99%;
        right: unset;
    }
    .con16_mid{
        width: 40.9081%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        top: 33%;
    }
    .con16_mid_ab_2 {
        font-size: 3.9vw;
    }
    .con16_right_top_4th {
        width: 72.595%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        animation: backgroundchange_2 4s infinite;
    }
    .con16_mid_ab_2 .orange_stroke {
        -webkit-text-stroke-width: 0.25vw;
        -webkit-text-stroke-color: white;
        color: transparent;
    }
    .con16_mid_ab_2 {
        font-size: 5.3vw;
    }
    .con17_top {
        margin-top: 12%;
        font-size: 6vw;
    }
    .con17_top_2nd {
        font-size: 7.7vw;
    }
    .con17_top_3rd {
        width: 78% !important;
        height: 41vw;
        border: 1px solid #f54701;
        margin-bottom: 13%;
    }
    .con18_top {
        margin-top: 15%;
        font-size: 3.2vw;
        margin-bottom: 0.3%;
    }
    .con18_top_2nd {
        font-size: 7.8vw;
    }
    .con18_top_3rd_item {
        width: 46.035%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 0.5% 0.7%;
    }
    .con18_top_3rd_item_arr{
        display: none;
    }
    .con18_top_3rd {
        width: 90%;
        margin-top: 2%;
        margin-bottom: 12%;
    }
    .con19_top_2nd {
        font-size: 7.8vw;
        margin-bottom: 5%;
    }


    .form {
        margin-top: 5%;
        width: 42%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: transparent;
        z-index: 1;
        margin-bottom: 7%;
        right: 6%;
        top: 28%;
    }

    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
        white-space: nowrap;
        font-size: 3.5vw;
        width: 22% !important;
    }
    .form_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        padding-bottom: 0%;
        padding-left: 5%;
        padding-top: 1%;
        margin-top: 1%;
        border-bottom: 1px solid white;
    }

    .form_row > span {
        font-size: 3.3vw;
        color: black;
    }
    .form_row_imput_radio {
        width: 3.5vw;
        height: 3.5vw;
        overflow: hidden;
        outline: 0;
        background: #ffffff;
        color: white;
        border: none;
        appearance: none;
        border-radius: 50%;
        margin-right: 6%;
        left: 3%;
        border: 1px solid black;
        position: relative;
    }
    .form_row_radio  {
        height: 9vw;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 100%;
        height: 100%;
        scale: 0.9;
        position: absolute;
        background: grey;
        color: unset !important;
        border-radius: 50%;
    }
    .form_agree_span {
        font-size: 3.2vw;
        font-family: Pretendard-regular;
        color: black;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 4vw;
        height: 4vw;
        overflow: hidden;
        outline: 0;
        background: #f2f2f2;
        color: transparent;
        background: transparent;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 3.5vw;
        height: 3.5vw;
        position: absolute;
        color: unset !important;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #be1011;
        padding: 1.5%;
        width: 93%;
        position: relative !important;
        margin-bottom: 17%;
        font-size: 4.6vw;
        border-radius: 0;
        padding-top: 2.5%;
        padding-bottom: 3%;
        cursor: pointer;
        font-weight: 700;
    }
    .con17_con_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 92%;
        margin-bottom: 17%;
    }

    .form_submit {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        background: #f54701;
        padding: 1.5%;
        width: 93%;
        position: relative !important;
        margin-bottom: 17%;
        font-size: 4.6vw;
        border-radius: 0;
        padding-top: 2.5%;
        padding-bottom: 3%;
        cursor: pointer;
        font-weight: 700;
    }
    .form_row {
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        width: 90%;
        padding-bottom: 3%;
        padding-left: 5%;
        padding-top: 1%;
        margin-top: 1%;
        border-bottom: 1px solid white;
    }
    .form {
        margin-top: 2%;
        width: 42%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid transparent;
        padding-top: 1.7%;
        background: transparent;
        z-index: 1;
        margin-bottom: 7%;
        right: 6%;
        top: 28%;
    }
    .con17_con_left_top {
        top: 46%;
        left: 7%;
        font-size: 4.4vw;
    }
    .con17_con_left_top_2nd {
        top: 55%;
        font-size: 6.7vw;
        left: 6%;
    }
    .con17_con_left_top_3rd {
        top: 82%;
        width: 87%;
    }
    .con19_top {
        width: 30.3911%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
    }
    .main_top_5th_ab_ab {
        font-weight: 200;
        font-size: 4.3vw;
        white-space: nowrap;
        bottom: 104%;
    }
    .main_top_4th {
        width: 109.9344%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 33.5%;
        margin-bottom: 10%;
    }
    .main_top_5th {
        width: 100.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 40%;
    }
    .main_top_5th_ab_ab_2 {
        font-size: 2.1vw;
        writing-mode: vertical-lr;
        right: 8.3%;
        top: 24%;
    }
    .con2_top {
        font-size: 3.8vw;
        margin-top: 35.5%;
        margin-bottom: 0%;
    }
    .con2_ab {
        width: 44.9974%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 51%;
        top: 6%;
        ㅣㄷㄹㅅ: ㅅ;
        left: unset;
    }
    .con2_ab_2 {
        width: 37.378%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 19%;
        left: 55%;
    }
    .con2_top_2nd {
        font-size: 8.8vw;
        margin-bottom: 16%;
    }
    .con2_ab {
        width: 49.9974%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 46%;
        top: 6%;
        left: unset;
    }
    .con3_ab {
        flex-direction: column;
        align-items: center;
        width: 91%;
        border-left: unset;
        border-bottom: 1px solid #f54701;
        left: unset;
        padding: 0 2%;
        top: 14%;
        padding-bottom: 4%;
        top: 9.4%;
    }
    .con3_top {
        margin-top: 53%;
    }
    .con3_ab_top_2nd {
        width: 65.141%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0.3%;
        margin-bottom: 1%;
    }
    .con3_ab_top_4th {
        width: 85.4541%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0.7%;
    }

    .con2_swiper_con {
        width: 90%;
        right: unset;
        position: relative !important;
        margin-bottom: 19%;
        margin-top: 11%;
    }
    .con2_swiper_con .con21_mid_prev {
        top: -26% !important;
        left: 36.5% !important;
        right: unset !important;
        bottom: unset !important;
        width: 10vw !important;
        height: 10vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con2_swiper_con .con21_mid_next {
        top: -26% !important;
        right: 36.5% !important;
        left: unset !important;
        bottom: unset !important;
        width: 10vw !important;
        height: 10vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con2 {
        overflow: hidden;
    }
    .intro_01{
        width: 54.8845vw !important;
    }


    .main_top_5th_ab_2nd {
        width: 29%;
    }
    .main_top_5th_ab {
        width: 23%;
    }


    .con1 .main_top_5th_ab span {
        font-size: 15vw;
    }
    .con1 .main_top_5th_ab .perc {
        font-size: 7vw;
    }
    .con2_top_2nd {
        font-size: 8.8vw;
        margin-bottom: 20%;
    }
    .con2_ab_2 {
        width: 37.378%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 20%;
        left: 55%;
    }
    .con2_top_3rd_item_3 .con2_top_3rd_item_1_top_4th > p {
        font-size: 14vw;
        animation: blk 1s infinite;
        margin-bottom: -29%;
    }.con16_right_top{
             width: 41.0598%;
             display: flex;
             justify-content: center;
             align-items: center;
             animation: light 2s infinite;
             margin-top: 47%;
         }
    .con16_right_top_2nd {
        width: 94.3977%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -2.3%;
    }
    .con16_right_top_3rd{
        width: 46.8766%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: -3%;
    }
    .con16{
        height: 214.5vw;
        flex-direction: column;
    }
    .small_span {
        font-size: 3.8vw;
    }
    .con9_top_4th {
        font-size: 5.3vw;
        text-align: center;
        overflow: hidden;
    }
    .con9_top_3rd {
        width: 5.15223%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con8{
        pointer-events: none;
    }
    .con8_left_con_hide {
        transform: translateX(0%);
    }

    .con7 .con21_mid_prev{
        top: unset !important;
        right: 77% !important;
        left: unset !important;
        bottom: unset !important;
        width: 9vw !important;
        height: 9vw !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con7 .con21_mid_next{
        top: unset !important;
        left: 77% !important;
        right: unset !important;
        bottom: unset !important;
        width: 9vw !important;
        height: 9vw !important;
        margin: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con14_top_4th_ab {
        width: 8.66212%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        animation: ddm2 2s infinite;
        top: 35%;
    }

    
    
    
    
    
    
    

    
.con17_mid_2nd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 17%;
}    

    
    .map {
        width: 100%;
        height: 45vw;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }
    .con17_mid_map_search{
        position: relative !important;
        width: 100%;
        background: white;
        height: 106vw;
        top: 5%;
        z-index: 2;
        overflow: hidden;
        border-radius: 0 0 20px 20px;
        left: 0;
    }
    .con17_mid_map_search_top > div {
        color: white;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 5%;
        padding-bottom: 3%;
        font-size: 3.2vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 7vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }

    .con17_mid_map_search_item {
        margin: 0% 7%;
        border-bottom: 1px solid #808080a3;
        padding: 5% 0;
        font-size: 3.4vw;
    }
    .con17_mid_map_search_item_title {
        font-size: 4.3vw;
        font-family: pretendard-bold;
    }
    .con17_mid_map_search_bottom {
        overflow: scroll;
        height: 82.5vw;
        width: 100%;
    }          
    
    
    

    
    

.popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    width: 27%;
}
    .popup_right_1st {
        color: #E3C179;
        width: 78%;
        margin-bottom: 1%;
        text-align: left;
        justify-content: center;
        align-items: center;
        font-size: 4.2vw;
        margin-top: 6%;
        text-align: center;
    }
    .popup {
        width: 84%;
        background: white;
        height: 140vw;
    }
    .popup_close {
        top: 3% !important;
        right: 5% !important;
        width: 8.3% !important;
        z-index: 10 !important;
-webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1);
    }    
    .popup {
        width: 84%;
        background: white;
        height: 140vw;
        top: 2% !important;
    }        
    
    
    
        .popup {
        width: 94%;
        background: white;
        height: 143vw;
        top: 2% !important;
    }
    .popup_right_3rd .popup_right_3rd_right{
            width: 72%;
    }
    .popup_right> div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    color: black;
    margin-top: 8%;
}

    
    .popup {
        width: 94%;
        background: white;
        height: 127vw;
        top: 2% !important;
        padding-top: 14%;
    }    
    .con17_mid_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 17%;
    }
    
    .popup_right> div {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 90%;
        color: black;
        margin-top: 5%;
    }    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 39%;
        overflow: hidden;
        margin-top: 10%;
        margin-bottom: 7%;
    }
    
    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 10%;
        margin-bottom: 7%;
    }    
    .popup_img_con {
    left: unset;
    border-radius: 9px;
    overflow: hidden;
    scale: 0.8;
    overflow: hidden;
}
    
    .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 14%;
    }
    
    .popup_top_absol {
        width: 12.4369%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 6%;
        left: unset;
    }
    .popup_top_absol_2nd {
        width: 96.6687%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 13%;
        left: unset;
    }    
    .popup_img {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 6%;
        margin-bottom: 2%;
    }
    .popup_right_6th{
        justify-content: center !important;
    }
    .holme_close{
        width: 100%;
    }
    .popup_close {
        top: 4% !important;
        right: 5% !important;
        width: 5.3% !important;
        z-index: 10 !important;
        -webkit-filter: brightness(0) invert(1);
        filter: unset;
    }    
    
    .fixed_popup {
        z-index: 500000000;
    }
    
    
    .con01pop_05{
        width: 100%;
    }
    .popup_right_6th_left {
        width: 37.523% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }    
    
.popup_img_con {
    overflow: hidden;
    width: 80%;
    scale: 1;
    height: 49vw;
    display: flex;
    justify-content: center;
    align-items: center;
}    
    
       
        .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 14%;
        flex-direction: column;
    }
    
    .main_mid_title {
        font-size: 5vw;
        word-break: keep-all;
    }
    
    .popup_right> div > div:nth-child(1) {
    font-family: Pretendard-semibold;
    font-size: 3vw;
    width: 21%;
    color: black;
}
    .popup_right> div > div:nth-child(2) {
    font-family: Pretendard-regular;
    font-size: 3vw;
    width: 71%;
}
    
    .popup_right {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
    .popup_right_2nd {
    font-family: Pretendard-semibold;
    width: 78%;
    text-align: center;
    font-family: pretendard-semibold;
}
    
    
        .popup_top_absol {
        width: 30.4369%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 8%;
        left: unset;
    }
    .popup_right_2nd {
        font-family: Pretendard-semibold;
        width: 95%;
        text-align: center;
        font-family: pretendard-semibold;
    }
     
    
    .popup_close{
            filter: grayscale(100%) brightness(0);
    }
    
    .popup_right> div > div:nth-child(1) {
        font-family: Pretendard-semibold;
        font-size: 3vw;
        width: 10%;
        color: black;
    }
    
.con17_mid_map_search_mid input {
        appearance: none;
        border: none;
        outline: none;
        border-radius: 50px;
        width: 100%;
        height: 10vw;
        padding-left: 5%;
        font-family: 'Pretendard-regular';
        font-size: 3vw;
    }    
    
    
    
    .map {
        width: 100%;
        height: 70vw;
    }

       .con17_mid_map_search_item_plus_con {
    width: 17.8571%;
    display: flex
;
    height: 13.5vw;
    height: 14.5vw;
    align-items: center;
    right: 3%;
    top: 22%; 
    font-size: 2.9vw;
}

        .popup_right_6th_left {
        width: 37.523% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }    

    .popup_right_6th_left {
        width: 44.523% !important;
        display: flex
;
        justify-content: center;
        align-items: center;
        padding: 2%;
    }
.con2_swiper {
    overflow: hidden;
    width: 200%;
}
    
    .con1_top_4th_right_ab_item_p {
        font-size: 4.3vw;
    }
    
    .con3_top_5th {
    width: 122%;
}
    .con12_top_4th {
        width: 90.9239%;
        display: flex
;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 60%;
        position: relative !important;
        margin-bottom: 28%;
        margin-top: 18%;
    }
    .con13_top_5th {
        width: 156.787%;
        display: flex
;
        justify-content: center;
        align-items: center;
        -webkit-filter: grayscale(100%) brightness(0);
        filter: grayscale(100%) brightness(0);
    }

.con13_top_3rd {
        width: 99.4619%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-bottom: 40%;
        z-index: 1;
        margin-top: 3%;
    }
        .con13_top_4th_ab_2 {
        width: 26.6971%;
        display: flex
;
        justify-content: center;
        align-items: center;
        z-index: 10;
        right: 1%;
        bottom: 66%;
    }
    .con14_top_4th_ab_2_item {
    width: 95.1667%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 0.4%;
}
    
    .con14_top_4th {
        width: 59.4961%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 209%;
        margin-top: 3%;
    }
    
    .con14_top_4th_ab_2nd{
            width: 38.1667%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 65%;
    left: -26%;
    }
}

