* {
    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/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}


.main_top{
    width: 19%;
    height: 3vw;
}
.main_top_item{
    width: 11.111%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #f08200;
}
.main_top_item:last-child{
    border-right: 1px solid #f08200;

}

.main{
    background: url(/images/main_18.png) no-repeat center / cover;
}

.main_top_2nd{
    width: 35.6955%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_top{
    width: 19%;
    height: 2.4vw;
    margin-top: 9%;
}
.main_top_top{
    width: 110%;
    border-top: 1px solid #f08200;
    top: 0;
}
.main_top_bottom{
    width: 110%;
    border-top: 1px solid #f08200;
    bottom: 0;
}
.main_top_2nd {
    margin-top: 1.5%;
}
.main_top_3rd {
    text-align: center;
    margin-top: 1%;
    margin-bottom: 1%;
}
.con7_top_4th_2nd{
    background: #f08200;
    padding: 0.7% 0;
}
.main_top_4th_1{
    width: 14.4357%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_top_4th_2{
    width: 14.0682%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_top_4th_3{
    width: 15.1706%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_top_4th_4{
    width: 14.5407%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_top_4th_item{
    margin-right: 9%;
}
.main_top_4th_item:last-child{
    margin: 0;
}
.main_top_4th{
    margin-bottom: 8%;
}
.main_top_4th_ab{
    width: 11.7585%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 23%;
    z-index: 2;
    bottom: -5%;
}
.main_ab{
    width: 51.1811%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 48%;
}
.video_con2{
    width: 100%;
    mix-blend-mode: color-dodge;
    bottom: 0;
}
.video_con2 video{
    width: 100%;
    height: 100%;
}
.con1{
    background: black;

}
.con1_top{
    width: 5%;
}
.con1_top_item_1{
    width: 100%;
    height: 7vw;
}
.con1_top{
    border-left: 2px solid #f08200;
    border-right: 2px solid #f08200;
}
.con1_top_item{
    font-size: 3vw;
}
.con1_top_item{
    font-size: 3vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.2vw;
}
.con1_top_item{
    border-bottom: 2px solid #f08200;

}
.con1_top_item_1{
    border-bottom: 2px solid #f08200;

}
.con1_top_item_2{
    width: 100%;
    height: 14vw;
    border-bottom: 2px solid #f08200;
}
.con1_top_item:last-child {
    margin-bottom: 100%;
}

.con1_left{
    width: 28%;
    background: #f08200;
    left: 7%;
    top: 0;
    height: 100%;
    justify-content: flex-start;
}
.con1_right{
    width: 28%;
    background: #f08200;
    right: 7%;
    top: 0;
    height: 100%;
    justify-content: flex-start;
}
.con1_left_top{
    margin-top: 13%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 100%;
    text-align: center;
    height: 2.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;

}
.con1_left_top_2nd{
    font-size: 4vw;
    margin-top: 3%;
    margin-bottom: 5%;
}
.con1_left_top_4th{
    width: 66%;
    border-bottom: 2px solid white;
    margin: 2%;
}
.con1_left_top_6th{
    width: 136.961%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -10%;
}
.con1_left_top_6th_ab{
    width: 46.6484%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 2s infinite;
    bottom: 50%;
}
.con1_left_top_6th_ab_2{
    width: 24.6238%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 71%;
    top: -8%;
}
.con1_left_top_6th_ab_2_ab{
    width: 63.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con1_top_ab{
    width: 15vw;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 31%;
}

.con1_top_ab_1{
    width: 100%;
    height: 100%;
    background: #f0820073;
    animation: scaleOpa2 infinite 2s;
    border-radius: 50%;
}
.con1_top_ab_2{
    width: 90%;
    height: 90%;
    background: #f08200a8;
    animation: scaleOpa infinite 2s;
    border-radius: 50%;
}
.con1_top_ab_3{
    width: 80%;
    height: 80%;
    background: #f08200;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 2.3vw;
}
.con1_left_top_6th_ab_2_ab_2nd{
    width: 51.6667%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}

.con1_left_top_6th_2nd{
    position: absolute;
    bottom: -0%;
    width: 129.456%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con1_left_top_6th_2nd {
    position: absolute;
    bottom: 0%;
    width: 145.456%;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con1_left_top_6th_ab_2_2nd {
    left: 71%;
    top: 6%;
    width: 23.1959%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_left_top_6th_2nd_ab{
    width: 35.3093%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10%;
    right: 18%;
}
.con1_left_top_top{
    width: 100%;
    bottom: 111%;
    border-top: 1px solid white;
}
.con1_left_top_bottom{
    width: 100%;
    top: 111%;
    border-top: 1px solid white;
}
.con1_left_top {
    margin-top: 13%;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    width: 100%;
    text-align: center;
    height: 2.3vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
}


.con1_top_top{
    left: 111%;
    height: 100%;
    border-left: 1px solid #f08200;
}
.con1_top_bottom{
    height: 100%;

    right: 111%;
    border-left: 1px solid #f08200;

}

.con2{
    background: url(/images/con02_12.png) no-repeat center / cover;

}

.con2_top{
    width: 12.336%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con2_top_2nd{
    width: 27.1391%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.6%;
}
.con2_top_3rd{
    width: 10.2887%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    position: relative;
}
.con2_top_4th_left{
    right: 106%;
    width: 500%;
    border-top: 1px solid white;
}
.con2_top_4th_right{
    left: 106%;
    width: 500%;
    border-top: 1px solid white;
}
.con2_top_5th{
    font-size: 2.9vw;
    margin-top: 1%;
    margin-bottom: 1%;
}
.con2_top_5th .orange{
    font-size: 3.4vw;
}
.con2_top_5th_line{
    border-bottom: 1px solid white;
    margin-bottom: 4%;
}
.con2_swiper_con{
    width: 67%;
    overflow: hidden;
}
.con2_top_6th{
    text-align: center;
    margin-top: 2%;
    position: relative;
    margin-bottom: 5%;
    overflow: hidden;
}
.con2_top_6th_ab{
    width: 78%;
    background: white;
    height: 1.2vw;
    bottom: 6%;
    left: 5%;
}
.con2_top_6th p{
    z-index: 2;
    position: relative;

}
.con2_top_6th_ab {
    width: 78.8%;
    background: white;
    height: 1.2vw;
    bottom: 6%;
    left: 4.5%;
}
.con3_top_4th{
    width: 74%;
    border-radius: 2vw 2vw 0 0;
    border: 1px solid white;
    background: #f08200;
}
.con3_top_4th_con{
    width: 99%;
    border-radius: 1.6vw 1.6vw 0 0;
    border: 1px solid white;
    background: #f08200;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}
.con3_top_4th_con_top{
    width: 12.6071%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: -73%;
    overflow: hidden;
}
.con3_top_4th_con_top_2nd{
    width: 17.2631%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -68%;
    margin-top: 1.7%;
    overflow: hidden;
}
.con3_top_4th_con_top_3rd{
    width: 30.5865%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -55%;
    margin-top: 1.6%;
    overflow: hidden;
    margin-bottom: 13%;
}
.con3_top_4th_con_ab{
    width: 52.2907%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28%;
    left: 36%;
    z-index: 2;
}
.con3_top_4th_con_ab_ab{
    width: 46.7679%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 44%;
    animation: smoke 2s infinite;
}
.con3_top_4th_con_ab_2{
    width: 39.2538%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 64%;
    bottom: 10%;
}
.con3_top_4th_con_ab_2_ab{
    width: 95.7517%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2%;
    left: 6%;
}
.con3_top{
    width: 9.13386%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 5%;
}
.con3_top_2nd{
    width: 44.8294%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 1%;
    overflow: hidden;
}
.con3_top_3rd{
    text-align: center;
    margin-bottom: 3%;
}


.con3_top_5th{
    width: 74%;
    border-radius: 2vw 2vw 0 0;
    border: 1.3px solid #f08200;
    background:white;
    margin-top: 6%;
}
.con3_top_5th_con{
    width: 99%;
    border-radius: 1.6vw 1.6vw 0 0;
    border: 1px solid #f08200;
    background: white;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}
.con3_top_5th_con_top{
    width: 12.6071%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-right: -71%;
    margin-top: 6%;
}
.con3_top_5th_con_top_2nd{
    width: 17.2631%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -66%;
    overflow: hidden;
    margin-top: 2%;
}
.con3_top_5th_con_top_3rd{
    width: 19.412%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1.6%;
    margin-right: -64%;
    margin-bottom: 12%;
}
.con3_top_5th_con_ab{
    width: 57.3396%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -13%;
    left: 11%;
    z-index: 2;
}
.con3_top_5th_con_ab_ab{
    width: 42.6111%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 2s infinite;
    bottom: 46%;
}
.con3_top_5th_con_ab_2{
    width: 39.2776%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -5%;
    top: -18%;
}
.con3_top_5th_con_ab_2_ab{
    width: 95.6444%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1%;
    left: 6%;
}





.con3_top_6th{
    width: 74%;
    border-radius: 2vw 2vw 0 0;
    border: 1px solid white;
    background: #f08200;
    margin-top: 5%;
}
.con3_top_6th_con{
    width: 99%;
    border-radius: 1.6vw 1.6vw 0 0;
    border: 1px solid white;
    background: #f08200;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
}
.con3_top_6th_con_top{
    width: 12.6071%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
    margin-left: -73%;
}
.con3_top_6th_con_top_2nd{
    margin-left: -65%;
    margin-top: 1.7%;
    width: 20.6422%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.con3_top_6th_con_top_3rd{
    margin-left: -60%;
    margin-top: 1.6%;
    margin-bottom: 13%;
    width: 25.8745%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.con3_top_6th_con_ab{
    width: 52.2907%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28%;
    left: 36%;
    z-index: 2;
}
.con3_top_6th_con_ab_ab{
    width: 46.7679%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 44%;
    animation: smoke 2s infinite;
}
.con3_top_6th_con_ab_2{
    width: 39.2538%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 64%;
    bottom: 10%;
}
.con3_top_6th_con_ab_2_ab{
    width: 101.7517%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2%;
    left: 0%;
}
.con4_top{
    width: 11.601%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 6%;
}
.con4_top_2nd{
    width: 42.2047%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    overflow: hidden;
}
.con4_top_3rd_2nd{
    margin-top: 1.5%;
}
.con4_top_3rd_item{
    width: 33.333%;
}
.con4_top_3rd{
    background: url(/images/con04_14.png) no-repeat center / cover;

}
.con4_top_3rd_item_top{
    width: 63.7795%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
    margin-bottom: 2%;
}
.con4_top_3rd_item_top_2nd{
    font-size: 2vw;
    margin-top: 0%;
}
.con4_top_3rd_item_ct{
    font-size: 3.1vw;
}

.con4_top_3rd_item{
    width: 33.333%;
    height: 38vw;
    justify-content: flex-start;
}
.con4_top_3rd_item_ab_1{
    width: 6.29921%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 59%;
}
.con4_top_3rd_item_ab_1_1{
    width: 99.8425%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 150%;
}
.con4_top_3rd_item_ab_1_2{
    width: 99.8425%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 300%;

}
.con4_top_3rd_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con4_top_3rd_ab_1{
    width: 16.3019%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    overflow: hidden;
    left: 0;
}
.con4_top_3rd_ab_2{
    width: 67.2908%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 25.3%;
    overflow: hidden;
}
.con4_top_3rd_item {
    width: 33.333%;
    height: 41vw;
    justify-content: flex-start;
}
.con4_top_3rd_ab_3{
    width: 16.6665%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 62%;
    overflow: hidden;
    right: -0.2%;
}
.con4_top_3rd_ab_4{
    width: 1.31234%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 24%;
    left: 15.7%;
}
.con4_top_3rd_ab_5{
    width: 1.31234%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 41.5%;
}
.con4_top_3rd_ab_6{
    width: 1.31234%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15.5%;
    bottom: 60.5%;
}
.con4_top_3rd_item_ab_2{
    width: 6.29921%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 47%;
}
.con4_top_3rd_item_ab_3{
    width: 6.29921%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 43%;
    left: 48.3%;
}

.con4_top_3rd_item {
    border-right: 1px solid white;
}
.con4_top_3rd_item:last-child {
    border-right: unset;
}

.con4_top_3rd_ab_2nd{
    top: 66%;
    z-index: 1;
    right: 5%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.con4_top_3rd_ab_2nd_2{
    font-size: 1.9vw;
    margin-top: 5%;
    margin-bottom: 5%;
}
.con4_top_3rd_ab_2nd_ct{
    font-size: 3vw;
}
.con4_top_3rd_ab_2nd_ab{
    width: 57.7484%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 48%;
}
.con4_top_3rd_ab_2nd_2{
    z-index: 2;
}

.con5{
    background: black;
}

.con5_top{
    width: 17.8478%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    overflow: hidden;
}
.con5_top_2nd{
    width: 29.5013%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -0.5%;
}
.con5_top_3rd{
    font-size: 1.4vw;
}
.con5_top_4th{
    text-align: center;
    margin-top: 1.6%;
    margin-bottom: 3%;
}
.con5_top_2nd_ab{
    width: 45.205%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    bottom: 14%;
    left: -3%;
}
.con05_02{
    z-index: 2;
}
.con5_top_5th{
    width: 88.189%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_5th_ab{
    width: 28.7561%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_5th_ab_ab{
    animation: scaleOpa2 infinite 2s;
}
.con5_top_5th_ab_ab_2{
    width: 13.4642%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_6th{
    width: 59.1076%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -16%;
}
.con2_swiper_2{
    margin-top: -13%;
    margin-bottom: 3%;
}
.con5_bg {
    width: 108.35%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.con6_top{
    width: 20.8924%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
}
.con6_top_2nd{
    width: 15.4331%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con06_02{
    z-index: 2;
}
.con6_top_2nd_ab{
    width: 102.899%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    bottom: -7%;
}
.con6_top_3rd{
    text-align: center;
    margin-top: 1%;
}
.con6_top_4th{
    height: 31vw;
    margin-top: 3%;
    background: #f08200;
}
.con6_top_4th_left{
    height: 100%;
}
.con6_top_4th_right{
    height: 100%;
}
.con6_top_4th_left_ab_4{
    width: 53.7533%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}
.con6_top_4th_right_ab_4{
    width: 45.8793%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
}
.con6_top_4th_left_top{
    position: absolute;
    top: 16%;
    left: 19%;
}
.con6_top_4th_left_top_2nd{
    width: 16.168%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 19%;
    top: 30%;
    position: absolute;
}
.con6_top_4th_left_top_2nd_ab{
    width: 121.237%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 105%;
}
.con6_top_4th_left_ab{
    width: 20.1575%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -4%;
    top: 44%;
}
.con6_top_4th_left_ab_2{
    width: 17.9528%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4%;
    left: 18%;
}
.con6_top_4th_left_ab_3{
    width: 22.1522%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    bottom: 13%;
    left: 41%;
}
.con6_top_4th_right_top{
    position: absolute;
    top: 58%;
    right: 20%;
    text-align: right;
}
.con6_top_4th_right_top_2nd{
    width: 23.727%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 71%;
    position: absolute;
    right: 20%;
}
.con6_top_4th_right_top_2nd_ab{
    width: 154.623%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 102%;
}
.con6_top_4th_right_ab_2{
    width: 24.9869%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    top: -2%;
}
.con6_top_4th_right_ab{
    width: 20.1575%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: 51%;
    left: 31%;
}
.con6_top_4th_left_bg{
    right: 0;
    width: 199.37%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6_top_4th_right_bg{
    left: 0;
    width: 199.37%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_top{
    width: 9.55381%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    overflow: hidden;
}
.con7_top_2nd{
    width: 11.0761%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1%;
}
.con7_top_3rd{
    margin-top: 2%;
    font-size: 1.3vw;
}
.con7_top_3rd p{
    z-index: 2;
    position: relative;
}
.con7_top_3rd_ab{
    width: 27.635%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    bottom: 0%;
    left: -2%;
}
.con7_top_4th{
    margin-top: 0.2%;
}




.con07_tab_wrap {
    margin-bottom: 3vw;
    margin-top: 2vw;
}
.con07_tab {
    width: 10.4987%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 2%;
}
.con07_tab:nth-child(2) {
    margin: 0 -0.1vw;
}
.con07_tab_h {
    bottom: 0%;
}
.con07_tab .absol {
    opacity: 0;
    transition: opacity 0.3s;
}
.con07_tab .rltv {
    transition: opacity 0.3s;
}
.con07_tab:hover .absol {
    opacity: 1;
}
.con07_tab:hover .rltv {
    opacity: 0;
}
.con07_tab.con07_change .absol {
    opacity: 1;
}
.con07_tab.con07_change .rltv {
    opacity: 0;
}
.con07_tab_h {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con07_menu_wrap {
    width: 62%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}
div.con07_menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 1vw;
    gap: 1vw 0;
    display: none;
    padding-bottom: 13vw;
    margin-bottom: 4%;
}
div.con07_menu.con07_change {
    display: flex;
}
.con07_menu_box {
    width: 25%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 1vw;
}
.con07_menu_img {
    width: 84.4257%;
    height: 10.6vw;
    border-radius: 2vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    margin-bottom: 1vw;
}
.con07_menu_img img {
    height: 100%;
    object-fit: cover;
}
.con07_menu_title {
    font-size: 1.2vw;
    font-weight: 600;
    margin-bottom: 0.5vw;
    transition: 0.3s all;
}
.con07_menu_box:hover .con07_menu_title {
    color: #f08200;
}
.con07_more {
    width: 17.3274%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.con07_menu_des{
    height: 4vw;
    width: 80%;
    text-align: center;
}
.con07_more {
    width: 23.3274%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.con7_top_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
}
.con7_bottom_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
}
.con7_left_ab{
    width: 1.36483%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 5%;
    bottom: 0;
}
.con7_right_ab{
    width: 1.36483%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(-1);
    top: 0;
    right: 5%;
}

.con07_more {
    width: 30.3274%;
    display: flex
;
    justify-content: center;
    align-items: center;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.con8{
    background: url(/images/con08_07.png) no-repeat center / cover;
}
.con8_top{
    width: 35.3806%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con8_top_ab{
    width: 11.1266%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    left: -6%;
    bottom: 42%;
}
.con8_top_ab_2{
    width: 7.86278%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -4.5%;
    overflow: hidden;
    bottom: 41%;
}
.con8_top_2nd{
    text-align: center;
    margin-top: 1.4%;
}
.con8_top_3rd{
    width: 41.3123%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: -44%;
    margin-bottom: -5%;
    z-index: 2;
}
.con8_top_4th_2nd{
    bottom: -12%;
}
.con8_top_3rd_ab{
    width: 18.2918%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    position: absolute;
    left: 13%;
    bottom: 70%;
}
.con8_top_3rd_ab_ab{
    animation: scaleOpa2 infinite 2s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.con8_top_3rd_ab_ab_2{
    width: 72.8018%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_top_3rd_2nd{
    width: 97.175%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 109%;
    bottom: 5%;
}
.con8_top_3rd_ab_2nd{
    width: 18.8185%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 14%;
    top: 20%;
}
.con8_top_3rd_ab_ab_2_2nd{
    width: 67.9484%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con9{
    background: url(/images/con09_07.png) no-repeat center / cover;
}
.con9_top{
    width: 15.4331%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -50%;
    margin-top: 10%;
}
.con9_top_2nd{
    width: 35.2231%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -30%;
    margin-top: 2.4%;
    margin-bottom: 11%;
}
.con9_ab{
    width: 43.622%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 26%;
    right: 0;
    z-index: 1;
}
.con9_ab_ab{
    width: 57.2591%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 2s infinite;
    bottom: 60%;
    left: 41%;
}
.con9{
    overflow: unset;
}
.con09_01{
    z-index: 2;
}
.con7_top_4th_2nd{
    overflow: hidden;
}
.con9_top_ab{
    width: 31.5828%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    left: 65%;
    bottom: 0;
}
.con10_top{
    width: 11.1286%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 6%;
}
.con10_top_2nd{
    width: 27.8215%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}

.con10_top_3rd{
    text-align: center;
    font-weight: 400;
    margin-top: 1%;
}
.con10_top_4th {
    width: 84%;
    margin-top: 6%;
    background: #f08200;
    margin-bottom: 6%;
}
.con10_top_4th_con{
    margin: 0.5%;
    width: 99%;
    border:0.2vw solid white;
    box-sizing: border-box;
}
.con10_top_4th_con_top{
    width: 40.4185%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
    overflow: hidden;
    margin-left: 48%;
}
.con10_top_4th_con_top_2nd{
    margin-left: 39%;
    margin-top: 2%;
    margin-bottom: 10%;
}
.con10_top_4th_con_ab_5{
    width: 51.4208%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    z-index: 2;
    left: 2.5%;
}
.con10_top_4th_con_ab_5_ab{
    width: 95.5913%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -24%;
    bottom: 39%;
    animation: ddm3 2s infinite alternate;
}
.con10_top_4th_con_ab_5_ab_2{
    width: 70.4485%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke infinite 2s;
    bottom: 40%;
}
.con10_top_4th_con_ab_1{
    width: 3.16759%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    top: 3%;
}
.con10_top_4th_con_ab_2{
    width: 3.16759%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1%;
    top: 3%;
}

.con10_top_4th_con_ab_3{
    width: 3.16759%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    bottom: 3%;
}
.con10_top_4th_con_ab_4{
    width: 3.16759%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1%;
    bottom: 3%;
}
.con10_ab_1{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 37.7%;
}
.con10_ab_2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 89.5%;
}
.con10_ab_3{
    width: 0.314961%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7.7%;
}
.con10_ab_4{
    width: 0.314961%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 7.7%;
}
.con11{
    background: url(/images/con11_05.png) no-repeat center / cover;
}
.con11_top{
    width: 30.2362%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 11%;
    margin-left: -47%;
}
.con11_top_2nd {
    width: 76%;
    margin-top: 2%;
    margin-bottom: 14%;
}
.video_con4{
    right: 3%;
    height: 21vw;
    overflow: hidden;
    width: 26%;
    border: 2px solid #f08200;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17%;
}
.video_con3{
    right: 30%;
    height: 21vw;
    overflow: hidden;
    width: 26%;
    border: 2px solid #f08200;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 17%;

}
.video_con4 video{
    width: 110%;
    filter: blur(2px);
}
.video_con3 video{
    width: 110%;
    filter: blur(2px);
}
.con11_top_ab_1{
    width: 1.04183%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 114%;
    left: 4%;
}
.con11_top_ab_2{
    width: 1.04183%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 114%;
    left: 14%;
}
.con11_top_ab_3{
    width: 1.04183%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 114%;
    left: 23%;
}
.con11_top_ab_4{
    width: 1.04183%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 114%;
    left: 32.6%;
}
.con12{
    background: #f08200;
}
.con12_top_item {
    font-size: 1.6vw;
    width: 20%;
    text-align: center;
}
.con12_top{
    height: 3vw;
}
.con12_top_item_arrow{
    font-size: 1.4vw;


}
.con12_top{
    background: #f082003d;
    bottom: 0;
}
.con12_top_bg {
    width: 100%;
    background: #f08200;
    height: 100%;
    clip-path: polygon(98% 0%, 100% 50%, 98% 100%, 0% 100%, 0 55%, 0% 0%);
}
.con2_swiper_3{
    right: 0;
    width: 60%;
}
.con12_con{
    width: 97%;
    background: white;
    margin-bottom: 1.5%;
}
.con12_con_top{
    width: 21.2132%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 6%;
    margin-left: -58%;
}
.con12_con_top_2nd{
    width: 79%;
    margin-top: 1%;
    margin-bottom: 19%;
}
.con2_swiper_3{
    overflow: hidden;
}
.con2_swiper_3 img{
    max-width: 100%;
    width: unset !important;
}
.con12_ab{
    width: 35.4856%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: -14%;
    left: 12%;
}
.con12_con_ab{
    width: 10.7143%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 38%;
}
.con13_top{
    width: 8.13648%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -67%;
    margin-top: 10%;
    overflow: hidden;
}
.con13_02{
    z-index: 2;
}
.con13_top_2nd{
    width: 18.0052%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -57%;
    margin-top: 2%;
}
.con13_top_2nd_ab{
    width: 27.0903%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    left: 0%;
    bottom: 0;
}
.con13_top_3rd{
    width: 21.8898%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -53%;
    overflow: hidden;
    margin-top: 1.5%;
}
.con13_top_4th{
    width: 75%;
    margin-top: 3%;
}
.con13_top_5th{
    width: 75%;
    margin-top: 1.3%;
}
.con13_top_5th{
    width: 75%;
    margin-top: 1.3%;
    margin-bottom: 8.5%;
}
.main_video_con{
    width: 49%;
    height: 28vw;
    left: 40%;
}
.main_video_con iframe{
    width: 100%;
    height: 100%;
}
.con12 {
    overflow: unset;
}
.con2_mid_swiper_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 33.3vw;

}


.con14{
    background: url(/images/con14_06.png) no-repeat center / cover;

}
.con14_top{
    width: 23.9895%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 7%;
}
.con14_top_2nd{
    width: 39.0551%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4%;
}
.con14_top_2nd_ab{
    width: 13.4383%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    left: -8%;
    bottom: 94%;
}
.con14_top_2nd_ab_ab{
    width: 11.1538%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -7%;
    bottom: 93%;
}
.con14_top_4th_ab{
    width: 20.1223%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 78%;
    bottom: 63%;
}
.con14_top_4th_ab_ab{
    animation: scaleOpa2 infinite 2s;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_top_4th_ab_ab_2{
    width: 83.335%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_top_4th_ab_ab_3{
    width: 75.0452%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    left: 40%;
    top: -19%;
}
.con14_top_4th{
    width: 59.7375%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -14%;
}
.con14_top_3rd{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_mid_swiper_1 {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 24.3vw;
}
.con2_mid_swiper_1_slide_con {
    height: 85%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 2% 0;
    white-space: nowrap;
    font-size: 1.3vw;
    background: black;
    border-radius: 50px;
}
.con2_mid_swiper_1_slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.con2_mid_swiper_1 {
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 37%;
    height: 20.3vw;
    margin-top: 3%;
    margin-bottom: -9%;
}
.con2_mid_swiper_1_slide.swiper-slide-active .con2_mid_swiper_1_slide_con{
 background: #f08200;
}
.con2_mid_swiper_1_slide_con{
    transition: 0.3s all;
}
.con2_mid_swiper_1_slide.swiper-slide-next .con2_mid_swiper_1_slide_con{
    opacity: 0.8;
    width: 95%;
}
.con2_mid_swiper_1_slide.swiper-slide-next +.con2_mid_swiper_1_slide .con2_mid_swiper_1_slide_con{
    opacity: 0.6;
    width: 90%;

}
.con2_mid_swiper_1_slide.swiper-slide-next +.con2_mid_swiper_1_slide +.con2_mid_swiper_1_slide .con2_mid_swiper_1_slide_con{
    opacity: 0.4;
    width: 85%;

}

.con14_top_5th_ab{
    top: 100%;
}
.con14_top_5th{
    height: 5vw;
    font-size: 2.2vw;
    background: #f08200;
}
.con14_top_5th_ab{
    width: 2.88714%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

.con15_top{
    width: 20.7874%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 7%;
}
.con15_top_2nd{
    font-size: 3vw;
    margin-top: 1%;
}
.con15_top_3rd{
    margin-top: 1%;
}

.con15_top_4th{
    width: 72%;
    background: #f08200;
    margin-top: 3%;
}
.con15_top_4th_top{
    width: 22.0974%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 1%;
}
.con15_top_4th_top_2nd{
    margin-bottom: 1.6%;
}
.con15_top_4th_ab{
    width: 15.7526%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 89%;
    top: -69%;
}
.con15_top_4th_ab_ab_2{
    width: 61.4896%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 21%;
    left: 24%;
}
.con15_top_4th_ab_ab_3{
    width: 22.654%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 59%;
    left: 33%;
}
.con15_top_4th_ab_ab{
    animation: scaleOpa2 infinite 2s;
    width: 99.8627%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_top_5th {
    width: 72%;
    margin-bottom: 14%;
}
.con15_top_5th_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_top_5th_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_top_5th_left_ab{
    width: 17.3561%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    bottom: 13%;
}
.con15_top_5th_right_ab{
    width: 13.5647%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    bottom: 13%;
}
.con15_top_5th_left_ab_3{
    width: 0.145857%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 95%;
}
.con15_top_5th_left_ab_2{
    top: 108%;
    font-size: 1.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_top_5th_left_ab_2_ab{
    width: 111.586%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 117%;
}

.con15_top_5th_right_ab_2{
    top: 108%;
    font-size: 1.2vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con15_top_5th_right_ab_2_ab{
    top: 117%;
    width: 100.187%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.con15_top_5th_right_ab_2_ab_2{
    color: black;
    top: 295%;
    white-space: nowrap;
}
.con15_top_5th_ab{
    width: 10.8664%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.con15_top_5th_right_ab_2_ab_2 {
    color: black;
    top: 295%;
    white-space: nowrap;
    font-size: 1vw;
}
.con15_top_5th_ab_2nd{
    top: 109%;
    width: 10.8664%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con2_swiper_4{
    width: 70%;
}

.con16_bg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con16_top{
    width: 17.0604%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con16_top_2nd{
    width: 36.6404%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    overflow: hidden;
}
.con16_top_3rd{
    margin-top: 1%;
}
.con16_05{
    max-width: 100%;
    width: unset !important;
}
.con2_swiper_4 {
    width: 75%;
    margin-top: 3%;
}
.con16_top_4th{
    width: 39.2651%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 2%;
}
.con16_ab{
    width: 26.0367%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: -25%;
    z-index: 2;
}
.con16_ab_ab{
    animation: smoke 2s infinite;
    bottom: 40%;
}
.con16{
    overflow: unset;
}

.con17_top{
    width: 19.4751%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 7%;
}
.con17_top_2nd{
    width: 25.5118%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: -36%;
}

.con17_top_2nd_ab_ab{
    width: 46.5173%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 29%;
    overflow: hidden;
}

.con17_top_2nd_ab_ab_2{
    font-size: 1.8vw;
    top: 42%;
}
.con17_top_2nd_ab_ab_3{
    top: 54%;
    font-size: 1.7vw;
}
.con17_top_2nd_ab_ab_3_ct{
    font-size: 3.8vw;
}
.con17_top_2nd_ab_2nd{
    animation: scaleOpa infinite 2s;
}
.con17_top_2nd_ab_3rd{
    animation: scaleOpa2 infinite 2s;
}

.con17_top_2nd_item_1{
    width: 46.6913%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -15%;
    top: -15%;
}
.con17_top_2nd_item_2{
    width: 25.7111%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1%;
    right: -2%;
}
.con17_top_2nd_item_3{
    width: 31.676%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -10%;
    top: 72%;
}
.con17_top_2nd_item_4{
    width: 19.9518%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1%;
    top: 73%;
}

.con17_top_2nd {
    width: 25.5118%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: -36%;
    margin-bottom: 10%;
}

.con17_ab{
    width: 31.6535%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 51%;
    top: 33%;
}
.con17_ab_2{
    width: 82.8871%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 6%;
}
.con17_ab_3{
    width: 82.8871%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 6%;
    right: 0;
}
.con17_ab_4{
    width: 0.344961%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
}
.con17_ab_5{
    width: 0.344961%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 6%;
}
.con17_ab_6{
    width: 8.50394%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 5%;
    left: 84%;
}
.con17_ab_7{
    width: 8.50394%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 5%;
    right: 84%;
}

.con18{
    background: url(/images/con18_06.png) no-repeat center / cover;

}
.con18_top{
    width: 9.55381%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 7%;
}
.con18_top_2nd{
    width: 11.916%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 3%;
}
.con18_top_3rd{
    width: 62.9921%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
}
.con18_top_3rd_ab{
    width: 5.50204%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    bottom: 102%;
}
.con18_top_3rd_ab_2{
    width: 38.2642%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 103%;
}


.con19_top{
    width: 17.2703%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 7%;
}
.con19_top_2nd {
    flex-wrap: wrap;
    width: 85%;
    margin-top: 3%;
    margin-bottom: 6%;
}
.con19_top_2nd_item {
    margin: 0.8%;
    width: 21.4746%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_top_2nd_item_2{
    width: 20.8121%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con19_top_2nd_item_ab{
    width: 31.0115%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -12%;
    top: -9%;
}
.con19_top_2nd_item_ab_ab{
    width: 83.219%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 30%;
    left: 10%;
}

.con20{
    background: url(/images/con20_05.png) no-repeat center / cover;
}
.con20_top{
    width: 9.71129%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: -71%;
}
.con20_top_2nd{
    font-size: 2.56vw;
    width: 81%;
    margin-top: 1.5%;
}
.con20_top_3rd{
    width: 81%;
    margin-top: 2%;
    overflow: hidden;
}
.con20_top_4th{
    width: 81%;
    margin-top: 1.4%;
    margin-bottom: 17%;
    overflow: hidden;

}

.con20_ab_ab{
    animation: smoke 2s infinite;
    bottom: 40%;
}
.con20_ab{
    width: 54.2782%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 36%;
}

.con20_top_4th_2nd{
    bottom: -1.5%;
    position: absolute;
}
.con20_ab{
    z-index: 1;
}

.con20_ab_2nd {
    align-items: flex-end;
    width: 50%;
    text-align: right;
    right: 10%;
    top: 14%;
    z-index: 3;
}
.con20_ab_2nd p {
    margin-bottom: 3.0%;
}
.con21_top{
    width: 27.0866%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.con21_top_2nd{
    margin-top: 1.2%;
}
.con22{
    background: url(/images/con22_10.png) no-repeat center / cover;
}
.con22_top{
    width: 14.5932%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    overflow: hidden;
    margin-left: -54%;
}
.con22_top_2nd{
    width: 69%;
    margin-top: 2%;
}
.con22_top_3rd{
    width: 43.1496%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -50%;
    margin-bottom: -11%;
    margin-top: 10%;
}
.con22_top_3rd_ab{
    width: 88.7367%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -9%;
    bottom: 42%;
}
.con22_top_3rd_ab_2{
    width: 96.6488%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: smoke 2s infinite;
    bottom: 22%;
}

.con25_mid{
    ㅔㅐ냐: 냐;
    position: absolute;
    left: 50%;
    width: 39%;
    top: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con25_mid_con{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    flex-direction: row;
    flex-wrap: wrap;
}

.con25_mid {
    ㅔㅐ냐: 냐;
    position: absolute;
    left: 50%;
    width: 39%;
    top: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f08200;
}
.con25_mid_con {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 99%;
    margin: 0.5%;
    flex-direction: row;
    padding: 11% 0;
    flex-wrap: wrap;
    border: 1px solid #f08200;
}
.con25_mid_con_item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 40%;
    margin: 1%;
    margin-bottom: 2%;
}
.con25_mid_con_item input{
    width: 95%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
}
.con25_mid_con_item label{
    font-size: 1.3vw;
    margin-bottom: 3%;
    font-weight: 400;
}



.con25_mid_con_item_2{
    width: 82%;
}


.form_row_imput_radio {
    width: 95%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
    background: white;
}
.form_row_imput_radio:checked{
    border: none;
    appearance: none;

}
.form_row_imput_radio:checked{
    background: #e60013;
}
.form_row_imput_radio:focus{
    border: none;
    appearance: none;
}

.form_row_imput_radio_1_label{
    font-family: 'Pretendard-Regular';
    font-size: 1.2vw;
    left: 28.3%;
    color: white;
    pointer-events: none;
}
.form_row_imput_radio_1_label_2{
    font-family: 'Pretendard-Regular';
    font-size: 1.2vw;
    left: 61.8%;
    color: white;
    pointer-events: none;

}
.con25_mid_con_item_2_bt{
    width: 98% !important;
    justify-content: space-between;
}
.form_row_imput_radio {
    width: 47.2%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
    background: white;
}
.form_row_imput_radio:checked {
    background: #f08200;
}
.form_row_imput_radio_1_label {
    font-family: 'Pretendard-Regular';
    font-size: 1.2vw;
    left: 22.4%;
    color: white;
    pointer-events: none;
}
.con25_mid_con_item_2{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;

}
.con25_mid_con_item_2 label{
    font-size: 1.3vw;
    margin-bottom: 2%;
    font-weight: 400;
}
.con25_mid_con_item_2 {
    display: flex
;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 1%;
}

.form_row_imput_radio_1_label {
    font-family: 'Pretendard-Regular';
    font-size: 1.3vw;
    left: 22.1%;
    color: white;
    pointer-events: none;
}
.form_row_imput_radio_1_label_2 {
    font-family: 'Pretendard-Regular';
    font-size: 1.3vw;
    left: 73.8%;
    color: white;
    pointer-events: none;
}



.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
}

.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px black solid;
    appearance: none;
}


.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px black solid;
    align-items: center;
}

.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/con25_03.png) center / 86% no-repeat;
    color: unset !important;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}

.form_submit{
    color: white;
    background: rgba(0, 0, 0, 0.9);
    padding: 1% 5%;
    font-size: 1.5vw;
    cursor: pointer;
}

.con25_mid_con_item input {
    width: 100%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
}
.con25_mid_con_item_2_bt {
    width: 100% !important;
    justify-content: space-between;
}
.form_row_imput_radio {
    width: 48.8%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
    background: white;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex
;
    justify-content: center;
    border: 1px white solid;
    align-items: center;
    border-radius: 50%;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px white solid;
    appearance: none;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px white solid;
    appearance: none;
    border-radius: 50%;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #f08200;
    color: unset !important;
    border-radius: 50%;
}
.form_agree {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    width: 82%;
    margin-top: 4%;
    margin-bottom: 3%;
}
.form_submit {
    color: white;
    background: rgba(0, 0, 0, 0.9);
    padding: 1% 5%;
    font-size: 1.7vw;
    width: 73%;
    text-align: center;
    background: #f08200;
    height: 2.7vw;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 0.4vw;
}

.con25_mid_con_ab_1{
    width: 4.77342%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    left: 2%;
}
.con25_mid_con_ab_2{
    width: 4.77342%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2%;
    right: 2%;
}
.con25_mid_con_ab_3{
    width: 4.77342%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
    left: 2%;
}
.con25_mid_con_ab_4{
    width: 4.77342%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 2%;
    right: 2%;
}

.con22_top_3rd_ab_3{
    width: 21.6669%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 76%;
    cursor: pointer;
    bottom: 70%;
}
.con22_top_3rd_ab_3_ab{
    animation: scaleOpa2 infinite 2s;
    width: 99.6675%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con22_top_3rd_ab_3_ab_2{
    width: 53.1934%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ain_top_4th_1{
    width: 14.4357%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con17_top_2nd_ab{
    width: 71.6484%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_top_item > div{
    overflow: hidden;
}
.main_top_2nd{
    overflow: hidden;
}
.main_top_4th_ab_ab{
    overflow: hidden;
}

.con1_left_top_2nd {
    font-size: 4vw;
    margin-top: 3%;
    margin-bottom: 5%;
    display: flex
;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}


.con1_left_top_2nd {
    width: 78%;
    overflow: hidden;
}
.con1_left_top_3rd{
    overflow: hidden;
}
.con1_left_top_5th{

    overflow: hidden;
}

.con1_top_item{
    overflow: hidden;
}
.con1_top_item{
    overflow: hidden;
}
.con2_top_2nd_ab{
    width: 22.4563%;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    align-items: flex-start;
    left: -3%;
    bottom: -2%;
    z-index: 1;
}
.con02_02{
    z-index: 2;
}

.con4_top_3rd_2nd {
    margin-top: 1.5%;
    margin-bottom: 3%;
}

.con4_top{
    overflow: hidden;
}

.con4_top_2nd{
    overflow: hidden;
}
.con5_top_4th_2nd{
    padding: 0.7% 0;
}
.con17_top_2nd_item_ab_2{
    overflow: hidden;
}
.con17_top_2nd_item_2_ab_2{
    overflow: hidden;

}
.con17_top_2nd_item_3_ab_2{
    overflow: hidden;

}
.con17_top_2nd_item_4_ab_2{
    overflow: hidden;

}








.con17_top_2nd_item_ab{
    animation: scaleOpa2 infinite 2s;
}

































.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;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: 22%;
}


.on2 {
    background: #ff1900;
}
.con17_mid_map_search_mid {
    background: #ff1900;
}
.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%;
}



































.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;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: 22%;
}


.on2 {
    background: #ff1900;
}
.con17_mid_map_search_mid {
    background: #ff1900;
}
.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%;
}











.on2 {
    background: #de9195;
}
.con17_mid_map_search_mid {
    background: #de9195;
}



.popup {
    width: 26%;
    height: 24vw;
    padding-top: 0;
    top: 2%;
    border: 1px solid black;
    flex-direction: column;
    padding-bottom: 1%;
}
.popup_img {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 34vw;
    overflow: hidden;
}
.popup_img_con {
    left: unset;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}


.popup_right {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.popup_right_2nd {
    font-family: Pretendard-semibold;
    width: 78%;
    font-size: 1.36vw;
    border-bottom: 1px solid black;
    padding-bottom: 2%;
}
.popup_right> div {
    display: flex
;
    justify-content: flex-start;
    align-items: flex-start;
    width: 78%;
    color: black;
    margin-top: 3%;
}
.popup_right_6th{
    justify-content: flex-end !important;
}

.popup_img {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 13vw;
    overflow: hidden;
}
.popup_right {
    width: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 4%;
}



.on2 {
    background: #f08200;
}
.con17_mid_map_search_mid {
    background: #f08200;
}

.popup_right_6th_left {
    width: 42.523% !important;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 1.2vw;
    color: white;
    background: #f08200;
    padding: 2% 0;
}

.con7 img{
    width: 100%;
}
.form_row_imput_radio_1_label_off{
    color: black;
}

.con25_mid_con_item input {
    width: 100%;
    height: 2.5vw;
    appearance: none;
    outline: none;
    border: unset;
    border-radius: 0.3vw;
    font-size: 1.2vw;
    padding-left: 5%;
    box-sizing: border-box;
}







.con3_mid_3rd{
    padding: 0.7% 0;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    margin-top: 8%;
}

.con6_mid_swiper_1_slide_p_con_3rd{
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1){
    color: white;
    font-size: 0.9vw;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2){
    color: white;
    font-size: 0.9vw;
    background: white;
    border-radius: 40px;
    color: #820000;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
    color: white;
    font-size: 0.9vw;
    background: transparent;
    border-radius: 40px;
    color: #a84e1d;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}

.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1) {
    color: black;
    font-size: 0.9vw;
    font-family: 'Pretendard-semibold';
}

.con3_mid_3rd {
    padding: 0.7% 0;
    border-top: unset;
    border-bottom: unset;
    margin-top: 8%;
}


.con3_mid_3rd {
    bottom: 1%;
}



.con3_mid_3rd {
    bottom: 0%;
    background: #f08200;
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1) {
    color: white;
    font-size: 0.9vw;
    font-family: 'Pretendard-semibold';
}
.con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
    color: white;
    font-size: 0.9vw;
    background: white;
    border-radius: 40px;
    color: #f08200;
    font-family: Pretendard-bold;
    padding: 0 3%;
    margin-left: 2%;
}
.con17_mid_2nd {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92%;
    margin-bottom: 8%;
}


.con2_top_5th {
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con2_top_5th_left{
    height: 159%;
    border-left: 2px solid white;
    right: 117%;
    top: -35%;
    width: 0.7%;
}
.con2_top_5th_left_ab{
    height: 100%;
    border-left: 1px solid white;
    right: 200%;
        width: 100%;
    
    
}

.con2_top_5th_right{
    height: 159%;
    border-right: 2px solid white;
    left: 117%;
    top: -35%;
    width: 0.7%;
}
.con2_top_5th_right_ab{
    height: 100%;
    border-right: 1px solid white;
    left: 200%;
    width: 100%;
}

.con4_top_3rd_item_top_2nd{
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
.con4_top_3rd_item_top_2nd.absol{
    animation: scaleOpa2 infinite 2s;
}
*/

.con12_top_bg {
    width: 106%;
}

.con2_mid_swiper_1 {
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 31%;
    height: 17vw;
    margin-top: 3%;
    margin-bottom: -9%;
}
.con2_mid_swiper_1_slide_con{
        height: 90%;
    width: 100%;
    font-size: 1.1vw;
    font-weight: 300!important;
    
}

.con2_mid_swiper_1_slide.swiper-slide-active .con2_mid_swiper_1_slide_con{
    font-weight: 600 !important;
}
.con6_top_4th_left_ab_4{
    width: 47.7533%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
}

.con6_top_4th_right_ab_4{
    width: 48.8793%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
}
.con20_ab {
    width: 47.2782%;
    display: flex
;
    justify-content: center;
    align-items: center;
    top: 35%;
}

@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {

    .main_top {
        width: 69%;
        height: 10.4vw;
        margin-top: 39%;
    }
    .main_top_2nd {
        width: 84.6955%;
        margin-top: 7.5%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .main_top_item_1 {
        width: 27.7165%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_top_item_2{
        width: 17.6378%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_top_item_3{
        width: 52.9134%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_top_item_4{
        width: 40.315%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_top_item_5{
        width: 37.7953%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_top_item_6 {
        width: 35.2756%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_top_item_7{
        width: 32.7559%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_top_item_8{
        width: 20.1575%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_top_item_9{
        width: 33.5958%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main_top_3rd {
        text-align: center;
        margin-top: 4%;
        margin-bottom: 2%;
    }
    .main_top_4th {
        margin-bottom: 8%;
        flex-wrap: wrap;
        width: 79%;
    }

    .ain_top_4th_1 {
        width: 30.4357%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .main_top_4th_2 {
        width: 30.0682%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .main_top_4th_3 {
        width: 32.1706%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .main_top_4th_4 {
        width: 33.5407%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .main_top_4th_item {
        margin: 0% 6%;
    }
    .main_top_4th {
        margin-bottom: 8%;
        flex-wrap: wrap;
        width: 89%;
    }
    .main_top_4th_2 {
        width: 34.0682%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .main_top_4th_ab {
        width: 35.7585%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        z-index: 2;
        bottom: 20%;
    }
    .main_top_4th_ab_ab{
        width: 75.2201%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main_top_4th {
        margin-bottom: 42%;
        flex-wrap: wrap;
        width: 89%;
    }
    .main_ab {
        width: 90.1811%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 68%;
    }
    .con7_top_4th_2nd {
        background: #f08200;
        padding: 2.7% 0;
    }
    .con7_top_4th_2nd {
        background: #f08200;
        padding: 2.7% 0;
        width: 200%;
    }
    .main_top_4th {
        margin-bottom: 36%;
        flex-wrap: wrap;
        width: 89%;
    }
    .video_con2 {
        width: 200%;
        mix-blend-mode: color-dodge;
        bottom: 0;
    }
    .main_top_4th_item:last-child {
        margin: 0% 6%;
    }
    .con1_left{
        position: relative !important;
        height: unset !important;
    }
    .con1_right{
        position: relative !important;
        height: unset !important;

    }
    .con1_top {
        border-left: 2px solid #f08200;
        border-right: 2px solid #f08200;
        flex-direction: row;
        width: 100%;
    }
    .con1_top_item:last-child {
        margin-bottom: 0;
    }
    .con1_top_item {
        border-bottom: 2px solid #f08200;
        margin: 0;
    }

    .con1_top_item {
        font-size: 7vw;
        width: 16%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 14.2vw;
        border-left: 1px solid #f08200;
        border-bottom: unset;
    }
    .con1_top_item_2 {
        height: 14vw;
        border-bottom: 2px solid #f08200;
        display: none;
    }
    .con1_top_item:last-child{
        border-right: 1px solid #f08200 !important;
    }
    .con1_top {
        border-left: 2px solid #f08200;
        border-right: 2px solid #f08200;
        flex-direction: row;
        width: 100%;
        margin-top: 16%;
        border-top: 1px solid #f08200;
        border-bottom: 1px solid #f08200;
    }
    .con1_top_ab {
        width: 40vw;
        height: 40vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 51%;
        z-index: 2;
    }
    .con1_top_ab_3 {
        width: 80%;
        height: 80%;
        background: #f08200;
        border-radius: 50%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        color: black;
        font-size: 6.3vw;
    }
    .con1_left {
        width: 100%;
        background: #f08200;
        left: unset;
        top: unset;
        height: 100%;
        justify-content: flex-start;
    }
    .con1_right {
        width: 100%;
        background: #f08200;
        right: 0;
        top: 0;
        height: 100%;
        justify-content: flex-start;
    }
    .con1_left_top_6th {
        width: 94.961%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: unset;
        margin-top: 9%;
        margin-bottom: -8%;
    }
    .con1_left {
        position: relative !important;
        height: unset !important;
        margin-top: 0;
    }
    .con1_top {
        border-left: 2px solid #f08200;
        border-right: 2px solid #f08200;
        flex-direction: row;
        width: 100%;
        margin-top: 38%;
        border-top: 1px solid #f08200;
        border-bottom: 1px solid #f08200;
    }
    .con1_top_ab {
        width: 40vw;
        height: 40vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -229%;
        z-index: 2;
    }
    .con1_left_top {
        margin-top: 13%;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        width: 100%;
        text-align: center;
        height: 10.3vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        font-size: 4.3vw;
    }
    .con1_left_top_2nd {
        font-size: 16vw;
        margin-top: 6%;
        margin-bottom: 5%;
    }
    .con1_left_top_4th {
        width: 66%;
        border-bottom: 2px solid white;
        margin: 3%;
    }
    .con1_left_top_6th {
        width: 94.961%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        position: relative;
        bottom: unset;
        margin-top: 12%;
        margin-bottom: -28%;
    }
    .con1_left_top_6th_ab_2 {
        width: 34.6238%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 63%;
        top: -8%;
    }
    .con1_top {
        border-left: 2px solid #f08200;
        border-right: 2px solid #f08200;
        flex-direction: row;
        width: 100%;
        margin-top: 44%;
        border-top: 1px solid #f08200;
        border-bottom: 1px solid #f08200;
    }
    .con1_top_ab {
        width: 40vw;
        height: 40vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -243%;
        z-index: 2;
    }
    .con1_left_top_6th_2nd {
        position: relative;
        bottom: 0%;
        width: 99.456%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: -9%;
        margin-top: 8%;
    }
    .con1_left_top_6th_2nd_ab {
        width: 38.3093%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 22%;
        right: 30%;
    }
    .con1_left_top_6th_ab_2_2nd {
        left: 61%;
        top: 0%;
        width: 34.1959%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con1_left_top_6th_2nd_ab {
        width: 38.3093%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 24%;
        right: 30%;
    }
    .con1_left_top_3rd {
        font-size: 3.6vw;
    }
    .con1_left_top_5th{
        font-size: 3.6vw;

    }
    .con1_top_item {
        z-index: 2;
    }
    .con2_top {
        width: 54.336%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con2_top_2nd {
        width: 85.1391%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2.6%;
    }
    .con2_top {
        width: 44.336%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con2_top_5th {
        font-size: 6.9vw;
        margin-top: 4%;
        margin-bottom: 3%;
    }
    .con2_top_5th .orange {
        font-size: 14.4vw;
    }
    .con2_top_3rd {
        width: 40.2887%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        position: relative;
    }
    .con2_top_5th {
        font-size: 6.9vw;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .con2_top_5th_line {
        border-bottom: 1px solid white;
        margin-bottom: 9%;
    }
    .con2_swiper_con {
        width: 92%;
        overflow: hidden;
    }
    .con2_top_6th {
        text-align: center;
        margin-top: 5%;
        position: relative;
        margin-bottom: 15%;
    }
    .con2_top_6th_ab {
        width: 78.8%;
        background: white;
        height: 4.2vw;
        bottom: 2%;
        left: 4.5%;
    }
    .con3_top {
        width: 27.13386%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con3_top_2nd {
        width: 60.8294%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 3%;
    }
    .con3_top_3rd {
        text-align: center;
        margin-bottom: 6%;
        width: 81%;
        margin-top: 2%;
    }
    .con3_top_4th_con_top {
        width: 41.6071%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-left: 0;
    }
    .con3_top_4th {
        width: 90%;
        border-radius: 4vw 4vw 0 0;
        border: 1px solid white;
        background: #f08200;
    }
    .con3_top_4th_con_top {
        width: 27.6071%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: -61%;
    }.con3_top_4th_con {
         width: 96%;
         border-radius: 1.6vw 1.6vw 0 0;
         border: 1px solid white;
         background: #f08200;
         margin-top: 1.5%;
         margin-bottom: 1.5%;
     }
    .con3_top_4th_con_top_2nd {
        width: 36.2631%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -52%;
        margin-top: 3.7%;
    }
    .con3_top_4th_con_top_3rd {
        width: 72.5865%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -14%;
        margin-top: 5.6%;
        margin-bottom: 10%;
    }
    .con3_top_4th_con_top {
        width: 32.6071%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
        margin-left: -58%;
    }
    .con3_top_4th_con_top_3rd {
        width: 72.5865%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -14%;
        margin-top: 5.6%;
        margin-bottom: 15%;
        z-index: 2;
    }
    .con3_top_4th_con_ab {
        width: 74.2907%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 42%;
        left: 38%;
        z-index: 2;
    }
    .con3_top_4th_con_ab_2 {
        width: 72.2538%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 33%;
        bottom: 25%;
    }
    .con3_top_4th_con_top {
        width: 44.6071%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
        margin-left: -46%;
        margin-bottom: 2%;
    }
    .con3_top_4th_con_ab_2 {
        width: 80.2538%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 25%;
        bottom: 12%;
    }
    .con3_top_4th {
        width: 90%;
        border-radius: 4vw 4vw 0 0;
        border: 1px solid white;
        background: #f08200;
        margin-top: 5%;
    }
    .con3_top_4th_con_ab {
        width: 69.2907%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 51%;
        left: 43%;
        z-index: 2;
    }
    .con3_top_5th {
        width: 90%;
        border-radius: 2vw 2vw 0 0;
        border: 1.3px solid #f08200;
        background: white;
        margin-top: 14%;
    }
    .con3_top_5th_con_top {
        width: 39.6071%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: -50%;
        margin-top: 18%;
    }
    .con3_top_5th_con_top_2nd {
        width: 35.2631%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: -53%;
        margin-top: 6%;
    }
    .con3_top_4th_con {
        width: 96%;
        border-radius: 2.6vw 2.6vw 0 0;
        border: 1px solid white;
        background: #f08200;
        margin-top: 1.5%;
        margin-bottom: 1.5%;
    }
    .con3_top_5th_con_top_3rd {
        width: 41.412%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5.6%;
        margin-right: -47%;
        margin-bottom: 14%;
    }
    .con3_top_5th_con {
        width: 96%;
        border-radius: 1.6vw 1.6vw 0 0;
        border: 1px solid #f08200;
        background: white;
        margin-top: 1.5%;
        margin-bottom: 1.5%;
    }
    .con3_top_5th_con {
        width: 96%;
        border-radius: 2.6vw 2.6vw 0 0;
        border: 1px solid #f08200;
        background: white;
        margin-top: 1.5%;
        margin-bottom: 1.5%;
    }
    .con3_top_5th_con_ab {
        width: 76.3396%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: -43%;
        left: -10%;
        z-index: 2;
    }
    .con3_top_5th_con_top_3rd {
        width: 41.412%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5.6%;
        margin-right: -47%;
        margin-bottom: 14%;
        z-index: 2;
    }
    .con3_top_5th_con_ab {
        width: 76.3396%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: -19%;
        left: -17%;
        z-index: 2;
    }
    .con3_top_5th_con_ab_2 {
        width: 80.2776%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: -27%;
        top: -19%;
    }
    .con3_top_5th {
        width: 90%;
        border-radius: 2vw 2vw 0 0;
        border: 1.3px solid #f08200;
        background: white;
        margin-top: 18%;
    }
    .con3_top_6th {
        width: 90%;
        border-radius: 2vw 2vw 0 0;
        border: 1px solid white;
        background: #f08200;
        margin-top: 16%;
    }
    .con3_top_6th_con_top {
        width: 41.6071%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
        margin-left: -46%;
    }
    .con3_top_6th_con_top_2nd {
        margin-left: -46%;
        margin-top: 4.7%;
        width: 40.6422%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con3_top_6th_con_top_3rd {
        margin-left: -32%;
        margin-top: 5.6%;
        margin-bottom: 14%;
        width: 53.8745%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con3_top_6th_con {
        width: 96%;
        border-radius: 2.6vw 2.6vw 0 0;
        border: 1px solid white;
        background: #f08200;
        margin-top: 1.5%;
        margin-bottom: 1.5%;
    }
    .con3_top_6th_con_top_3rd {
        margin-left: -32%;
        margin-top: 7.6%;
        margin-bottom: 17%;
        z-index: 2;
        width: 53.8745%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con3_top_6th_con_ab {
        width: 77.2907%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 46%;
        left: 40%;
        z-index: 2;
    }
    .con3_top_6th_con_ab_2 {
        width: 79.2538%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 26%;
        bottom: 26%;
    }
    .con3_top_6th_con_ab_2_ab {
        width: 102.7517%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -2%;
        left: -1%;
    }
    .con4_top {
        width: 28.601%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con4_top_2nd {
        width: 55.2047%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con4_top_3rd_2nd {
        margin-top: 3.5%;
        margin-bottom: 7%;
    }
    .con4_top_3rd_item {
        width: 33.333%;
        height: 174vw;
        justify-content: flex-start;
    }
    .con4_top_3rd_item_top_2nd {
        font-size: 14vw;
        margin-top: 1%;
    }
    .con4_top_3rd_item_ct {
        font-size: 22.1vw;
    }
    .con4_top_3rd_item_top_3rd{
        font-size: 4vw;
    }
    .con4_top_3rd_item_ab_2 {
        width: 12.29921%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 47%;
    }
    .con4_top_3rd_item_ab_1 {
        width: 12.29921%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 50%;
    }
    .con4_top_3rd_item_ab_3 {
        width: 12.29921%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 43%;
        left: unset;
    }.con4_top_3rd {
         width: 300%;
     }
     .con4_top_3rd_ab_2nd > p {
         font-size: 5vw;
     }
    .con4_top_3rd_ab_2nd_2 {
        font-size: 6.9vw;
        margin-top: 15%;
        margin-bottom: 6%;
    }
    .con4_top_3rd_ab_2nd_ct {
        font-size: 15vw;
    }
    .con4_top_3rd_ab_2nd_ab {
        width: 79.7484%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 56%;
    }
    .con4_top_3rd_item_ab_3 {
        width: 12.29921%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 52%;
        left: unset;
    }
    .con4_top_3rd_item_ab_1 {
        width: 12.29921%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 59%;
    }
    .con5_top {
        width: 47.8478%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con5_top_2nd {
        width: 80.5013%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -0.5%;
    }
    .con05_03{
        width: 35.3333vw !important;
    }
    .con5_top_3rd {
        font-size: 3.4vw;
        margin-top: 2%;
        margin-bottom: 3%;
    }
    .con5_top_4th {
        text-align: center;
        margin-top: 1.6%;
        margin-bottom: 7%;
        width: 76%;
    }
    .con5_top_3rd {
        font-size: 4vw;
        margin-top: 2%;
        margin-bottom: 3%;
    }
    .con5_top_4th_2nd{
        width: 250%;
        padding: 1.7% 0;
        margin-top: -3%;
    }
    .con6_top {
        width: 54.8924%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con6_top_2nd {
        width: 43.4331%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con06_03{
        width: 45.9055vw !important;
    }
    .con6_top_3rd {
        text-align: center;
        margin-top: 3%;
    }
    .con6_top_4th {
        height: 78vw;
        margin-top: 3%;
        background: #f08200;
    }
    .con6_top_4th_left_ab_4 {
        width: 91.7533%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: 0;
    }
    .con6_top_4th_right_ab_4 {
        width: 78.8793%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
        left: 0;
    }
    .con6_top_4th_right_top {
        position: absolute;
        top: 17%;
        right: 20%;
        text-align: right;
    }
    .con6_top_4th_right_top_2nd {
        width: 23.727%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 32%;
        position: absolute;
        right: 20%;
    }
    .con6_top_4th_right_ab_2 {
        width: 37.9869%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 4%;
        top: 48%;
    }
    .con6_top_4th_right_ab {
        width: 35.1575%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: 39%;
        left: 5%;
    }
    .con6_top_4th_left_ab {
        width: 37.1575%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 6%;
        top: 44%;
    }
    .con6_top_4th_left_ab_3 {
        width: 31.1522%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        bottom: 11%;
        left: 56%;
    }
    .con6_top_4th_left_ab_2 {
        width: 27.9528%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 1%;
        left: 11%;
        z-index: 2;
    }
    .con7_top {
        width: 36.55381%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con7_top_2nd {
        width: 33.0761%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con7_top_3rd {
        margin-top: 3%;
        font-size: 3.8vw;
    }
    .con09_02{
        width: 14.88189vw !important;
    }
    .con07_tab {
        width: 26.4987%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        margin: 0 2%;
    }
    .con7_left_ab {
        display: none;
    }
    .con7_right_ab{
        display: none;

    }


    .con07_menu_box {
        width: 50%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        box-sizing: border-box;
        padding-bottom: 3vw;
    }
    .con07_menu_wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
    }
    .con07_menu_img {
        width: 90.4257%;
        height: 36.6vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #000;
        margin-bottom: 3vw;
    }
    .con07_menu_title {
        font-size: 4.2vw;
        font-weight: 600;
        margin-bottom: 1.5vw;
    }
    div.con07_menu {
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 3.3vw;
        gap: 1vw 0;
        display: none;
        padding-bottom: 28vw;
    }
    .con07_more {
        width: 48.3274%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        cursor: pointer;
    }
    .con07_menu_wrap {
        width: 92%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1;
    }
    .con07_menu_img {
        width: 90.4257%;
        height: 31.6vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border: 2px solid #000;
        margin-bottom: 3vw;
    }

    div.con07_menu {
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 1vw;
        gap: 1vw 0;
        display: none;
        padding-bottom: 13vw;
        margin-bottom: 8%;
    }
    .con07_tab_wrap {
        margin-bottom: 5vw;
        margin-top: 5vw;
    }
    .con8_top {
        width: 73.3806%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con8_top_ab {
        width: 24.1266%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: -9%;
        bottom: 40%;
    }
    .con8_top_ab_2 {
        width: 14.86278%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: -5.5%;
        bottom: 41%;
    }

    .con08_02{
        width: 17.93701vw !important;
    }
    .con8_top_2nd {
        text-align: center;
        margin-top: 3.4%;
    }
    .con8_top_3rd {
        width: 47.3123%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-left: -44%;
        margin-bottom: -5%;
        z-index: 2;
    }
    .con8_top_3rd_2nd {
        width: 97.175%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 91%;
        bottom: 5%;
    }
    .con8_top_3rd_ab {
        width: 32.2918%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        position: absolute;
        left: 10%;
        bottom: 68%;
    }
    .con8_top_3rd_ab_2nd {
        width: 31.8185%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 13%;
        top: 4%;
    }
    .con8_top_3rd {
        width: 47.3123%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: -44%;
        margin-bottom: -5%;
        z-index: 2;
    }
    .con9_top {
        width: 43.4331%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 17%;
    }
    .con9_top_2nd {
        width: 72.2231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 6.4%;
        margin-bottom: 46%;
    }
    .con9_ab {
        width: 70.622%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 56%;
        right: 0%;
        z-index: 5;
    }
    .con9_top_2nd {
        width: 72.2231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 6.4%;
        margin-bottom: 39%;
    }
    .con8_top {
        width: 86.3806%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
    }
    .con8_top_ab {
        width: 24.1266%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: -2%;
        bottom: 51%;
    }
    .con8_top_ab_2 {
        width: 14.86278%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 1.5%;
        bottom: 47%;
    }
    .con9_top_2nd {
        width: 86.2231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 6.4%;
        margin-bottom: 39%;
    }
    .con10_top {
        width: 42.1286%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con10_top_2nd {
        width: 79.8215%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .con10_top_3rd {
        text-align: center;
        font-weight: 400;
        margin-top: 3%;
    }
    .con10_top_4th {
        width: 94%;
        margin-top: 7%;
        background: #f08200;
        margin-bottom: 9%;
    }
    .con10_top_4th_con_top {
        width: 69.4185%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-left: 0;
    }
    .con10_top_4th_con_top_2nd {
        margin-left: 0;
        margin-top: 4%;
        margin-bottom: 61%;
        width: 63%;
        text-align: center;
    }
    .con10_top_4th_con_ab_5 {
        width: 77.4208%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0%;
        z-index: 2;
        left: 11.5%;
    }
    .con11_top {
        width: 67.2362%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
        margin-left: 0;
    }
    .con11_top_2nd {
        width: 76%;
        margin-top: 3%;
        margin-bottom: 14%;
        text-align: center;
    }
    .con11_top_2nd {
        width: 76%;
        margin-top: 3%;
        margin-bottom: 56%;
        text-align: center;
    }
    .video_con3 {
        right: 50%;
        height: 31vw;
        overflow: hidden;
        width: 39%;
        border: 2px solid #f08200;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 51%;
    }
    .video_con4 {
        left: 50%;
        height: 31vw;
        overflow: hidden;
        width: 39%;
        border: 2px solid #f08200;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 51%;
    }
    .video_con3 video {
        width: 110%;
        filter: blur(1.5px);
    }
    .video_con4 video {
        width: 110%;
        filter: blur(1.5px);
    }

    .con12_top {
        background: #f082003d;
        bottom: 0;
        flex-wrap: wrap;
    }

    .con12_top_item {
        font-size: 3.6vw;
        width: 45%;
        text-align: center;
        box-sizing: border-box;
    }
    .con10_top_4th_con_ab_1 {
        width: 7.16759%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 2%;
        top: 3%;
    }
    .con10_top_4th_con_ab_2 {
        width: 7.16759%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 2%;
        top: 3%;
    }
    .con10_top_4th_con_ab_3 {
        width: 7.16759%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 2%;
        bottom: 3%;
    }
    .con10_top_4th_con_ab_4 {
        width: 7.16759%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 2%;
        bottom: 3%;
    }
    .con12_top {
        height: 14vw;
    }
    .con11_top_2nd {
        width: 76%;
        margin-top: 3%;
        margin-bottom: 63%;
        text-align: center;
    }
    .video_con3 {
        top: 49%;
    }
    .video_con4 {
        top: 49%;
    }
    .con12_top_item_arrow {
        font-size: 3.4vw;
    }
    .con12_con_top {
        width: 50.2132%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con12_con_top_2nd {
        width: 72%;
        margin-top: 4%;
        margin-bottom: 19%;
        text-align: center;
    }
    .con12_con_top_2nd {
        width: 72%;
        margin-top: 4%;
        margin-bottom: 82%;
        text-align: center;
    }
    .con2_swiper_3 {
        right: unset;
        width: 173%;
        top: 40%;
    }
    .con12_con_top_2nd {
        width: 72%;
        margin-top: 4%;
        margin-bottom: 103%;
        text-align: center;
    }
    .con2_swiper_3 {
        right: unset;
        width: 173%;
        top: 37%;
    }
    .con12_con_ab {
        width: 23.7143%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 27%;
    }
    .con12_ab {
        width: 60.4856%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: -11%;
        left: 12%;
    }
    .con13_top {
        width: 26.13648%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 15%;
    }
    .con13_top_2nd {
        width: 49.0052%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 4%;
    }
    .con12_con_top {
        width: 61.2132%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con11_top {
        width: 80.2362%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 20%;
        margin-left: 0;
    }
    .con13_top_3rd {
        width: 61.8898%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 2.5%;
    }
    .con13_top_4th {
        width: 75%;
        margin-top: 5%;
        text-align: center;
    }
    .con13_top_5th {
        width: 75%;
        margin-top: 1.3%;
        margin-bottom: 14%;
        text-align: center;
    }
    .con13_top_4th {
        width: 75%;
        margin-top: 51%;
        text-align: center;
    }
    .main_video_con {
        width: 80%;
        height: 45vw;
        left: unset;
        top: 42%;
    }
    .con14_top {
        width: 62.9895%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con14_top_2nd {
        width: 62.0551%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5.4%;
    }
    .con14_top_2nd_ab_ab {
        width: 23.1538%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: -19%;
        bottom: 79%;
    }
    .con14_top_2nd_ab {
        width: 27.4383%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        left: -20%;
        bottom: 84%;
    }
    .con14_03{
        width: 19.24934vw !important;
    }
    .con14_top_2nd_ab {
        width: 27.4383%;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        left: -21%;
        bottom: 77%;
    }
    .con2_mid_swiper_1 {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        width: 92%;
        height: 54.3vw;
        margin-top: 8%;
        margin-bottom: -8%;
    }
    .con2_mid_swiper_1_slide_con {
        height: 85%;
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        padding: 2% 0;
        white-space: nowrap;
        font-size: 3vw;
        background: black;
        border-radius: 50px;
    }
    .con14_top_4th {
        width: 91.7375%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: -11%;
        margin-top: 21%;
    }
    .con14_top_4th_ab {
        width: 32.1223%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 66%;
        bottom: 40%;
    }
    .con14_04_3{
        width: 21.02887vw !important;
    }
    .con14_top_4th_ab {
        width: 32.1223%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 59%;
        bottom: 47%;
    }
    .con14_top_5th {
        height: 10vw;
        font-size: 4.2vw;
        background: #f08200;
    }
    .con14_top_5th_ab {
        width: 7.88714%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 0;
    }
    .con15_top{
        width: 56.7874%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con15_top_2nd {
        font-size: 9vw;
        margin-top: 2%;
    }
    .con15_top_4th {
        width: 90%;
        background: #f08200;
        margin-top: 10%;
    }
    .con15_top_4th_top {
        width: 62.0974%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-bottom: 4%;
    }
    .con15_top_4th_top_2nd {
        margin-bottom: 4.6%;
        text-align: center;
        width: 63%;
    }
    .con15_top_4th_ab {
        width: 29.7526%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 73%;
        top: -44%;
    }
    .con15_top_5th {
        width: 90%;
        margin-bottom: 36%;
    }
    .con15_top_5th_left_ab {
        width: 51.3561%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 16%;
    }
    .con15_top_5th_right_ab {
        width: 41.5647%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 16%;
    }
    .con15_top_5th_ab {
        width: 18.8664%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .con15_top_5th_left_ab_2 {
        top: 117%;
        font-size: 3.3vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con15_top_5th_left_ab_3 {
        width: 0.445857%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 86%;
    }
    .con15_top_5th_left_ab {
        width: 51.3561%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 21%;
    }
    .con15_top_5th_right_ab {
        width: 41.5647%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 21%;
    }
    .con15_top_5th_right_ab_2 {
        top: 117%;
        font-size: 3.3vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con15_top_5th_right_ab_2_ab_2 {
        color: black;
        top: 295%;
        white-space: unset;
        font-size: 3vw;
        width: 137%;
        text-align: center;
    }
    .con15_top_5th {
        width: 90%;
        margin-bottom: 42%;
    }
    .con15_top_4th {
        width: 90%;
        background: #f08200;
        margin-top: 15%;
    }

    .con15_top_4th_ab {
        width: 29.7526%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 73%;
        top: -44%;
        display: none;
    }
    .con15_top_4th {
        width: 90%;
        background: #f08200;
        margin-top: 6%;
    }
    .con16_top {
        width: 55.0604%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con16_top_2nd {
        width: 63.6404%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .con16_top_3rd {
        margin-top: 4%;
    }
    .con16_top_4th {
        width: 80.2651%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-bottom: 10%;
    }
    .con16_bg {
        width: 250%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }
    .con17_top {
        width: 58.4751%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con17_top_2nd {
        width: 70.5118%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-left: 0;
        margin-bottom: 10%;
    }
    .con17_top_2nd_ab_ab_2 {
        font-size: 4.8vw;
        top: 42%;
    }
    .con17_top_2nd_ab_ab_3 {
        top: 63%;
        font-size: 7.7vw;
    }
    .con17_top_2nd_ab_ab_3_ct {
        font-size: 12.8vw;
    }
    .con17_top_2nd_ab_ab_3 {
        top: 52%;
        font-size: 7.7vw;
    }

    .con17_ab{
        position: relative !important;
    }
    .con17_ab {
        width: 80.6535%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: unset;
        top: 33%;
        margin-bottom: 15%;
    }

    .con17_ab_6 {
        width: 17.50394%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 4%;
        left: 78%;
    }
    .con17_ab_7{
        width: 17.50394%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 4%;
        right: 78%;
    }
    .con17_ab_4{
        width: 1.10961%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 4%;
        display: none;
    }
    .con17_ab_5 {
        width: 1.10961%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 4%;
        display: none;

    }
    .con17_ab_2 {
        width: 340.8871%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: -266%;
        top: 4%;
    }
    .con17_ab_3{
        width: 340.8871%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: -266%;
        bottom: 4%;
    }
    .con18_top {
        width: 30.55381%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
    }
    .con18_top_2nd {
        width: 35.916%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 4%;
    }
    .con18_top_3rd {
        width: 90.9921%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 20%;
    }
    .con19_top {
        width: 44.2703%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con19_top_2nd_item {
        margin: 0.8%;
        width: 47.4746%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con19_top_2nd_item_2 {
        width: 45.6%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 2.4%;
    }
    .con19_top_2nd_item_ab {
        width: 44.0115%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: -12%;
        top: -9%;
        display: none;
    }
    .con19_top_2nd {
        flex-wrap: wrap;
        width: 85%;
        margin-top: 3%;
        margin-bottom: 11%;
    }
    .con20_top {
        width: 26.71129%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con20_top_2nd {
        font-size: 7.0vw;
        width: 81%;
        margin-top: 2.5%;
        text-align: center;
    }
    .con20_top_3rd {
        width: 81%;
        margin-top: 2%;
        text-align: center;
    }
    .con20_top_4th {
        width: 81%;
        margin-top: 1.4%;
        margin-bottom: 5%;
        text-align: center;
    }

    .con20_ab_2nd{
        position: relative !important;
    }
    .con20_ab_2nd {
        position: relative !important;
        margin-bottom: 53%;
    }
    .con20_top_4th_2nd {
        bottom: -1.5%;
        position: absolute;
        width: 200%;
    }
    .con20_ab_2nd {
        position: relative !important;
        margin-bottom: 53%;
        width: 81%;
        text-align: center;
        right: unset;
    }
    .con20_ab {
        width: 88.2782%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 74%;
    }
    .con21_top {
        width: 69.0866%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
    }
    .con21_top_2nd {
        margin-top: 2.2%;
    }
    .con22_top {
        width: 40.5932%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }
    .con3_top_2nd {
        width: 67.8294%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 3%;
    }
    .con4_top_2nd {
        width: 61.2047%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con4_top_3rd_item_top {
        width: 80.7795%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-bottom: 2%;
    }
    .con5_top_6th{
        opacity: 0;
        pointer-events: none;
    }
    .con6_top_2nd {
        width: 60.4331%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .con06_03 {
        width: 68.9055vw !important;
    }
    .con7_top_2nd {
        width: 43.0761%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con13_top_3rd {
        width: 66.8898%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 2.5%;
        margin-bottom: 6%;
    }
    .con22_top_3rd {
        width: 73.1496%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -50%;
        margin-bottom: unset;
        margin-top: 10%;
        position: absolute;
        bottom: -20%;
    }
    .con25_mid {
        ㅔㅐ냐: 냐;
        position: relative !important;
        left: unset;
        width: 92%;
        margin-top: 5%;
        margin-bottom: 25%;
        top: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border: 2px solid #f08200;
    }
    .con25_mid_con_item label {
        font-size: 3.3vw;
        margin-bottom: 3%;
        font-weight: 400;
    }
    .con25_mid_con_item input {
        width: 100%;
        height: 6.5vw;
        appearance: none;
        outline: none;
        font-size: 3.3vw;
        border: unset;
        border-radius: 0.3vw;
    }
    .con25_mid_con_item_2 label {
        font-size: 3.3vw;
        margin-bottom: 2%;
        font-weight: 400;
    }
    .form_row_imput_radio {
        width: 48.8%;
        height: 6.5vw;
        appearance: none;
        outline: none;
        border: unset;
        border-radius: 0.3vw;
        background: white;
    }
    .form_row_imput_radio_1_label{
        font-size: 3.3vw;

    }
    .form_row_imput_radio_1_label_2 {
        font-family: 'Pretendard-Regular';
        font-size: 3.3vw;
    }
    .form_agree_span {
        font-size: 3.1vw;
        font-family: Pretendard-regular;
        color: white;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        border: none;
        border: 1px white solid;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.3vw;
        height: 2.3vw;
        position: absolute;
        background: #f08200;
        color: unset !important;
        border-radius: 50%;
    }
    .form_submit {
        color: white;
        background: rgba(0, 0, 0, 0.9);
        padding: 1% 5%;
        font-size: 3.7vw;
        width: 73%;
        text-align: center;
        background: #f08200;
        height: 7.7vw;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-radius: 0.4vw;
    }
    .con22_top_3rd {
        width: 81.1496%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -6%;
        margin-bottom: unset;
        margin-top: 10%;
        position: absolute;
        bottom: -20%;
    }
    .con25_mid {
        ㅔㅐ냐: 냐;
        position: relative !important;
        left: unset;
        width: 92%;
        margin-top: 5%;
        margin-bottom: 44%;
        top: unset;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border: 2px solid #f08200;
    }
    .con22_top_3rd_ab_3 {
        width: 32.6669%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 71%;
        bottom: 70%;
    }
    .con22_top_2nd {
        width: 69%;
        margin-top: 2%;
        text-align: center;
    }

    .con17_top_2nd_item_ab_2{
        width: 40.1008%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con17_top_2nd_item_2_ab_2{
        width: 41.4648%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con17_top_2nd_item_3_ab_2{
        width: 47.6467%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con17_top_2nd_item_3_ab_2{
        width: 36.2997%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con1_top{
        height: 15vw;
    }
    .con2_top_5th {
        font-size: 6.9vw;
        margin-top: 3%;
        margin-bottom: 3%;
        text-align: center;
    }
    .con04_13{
        width: 300.787vw !important;
    }
    .con7_top_4th_2nd {
        background: #f08200;
        padding: 2.7% 0;
        width: 300%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
.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;
    }    
    
    
        .popup_img_con {
        overflow: hidden;
        width: 100%;
        scale: 1;
        height: 51vw;
        display: flex
;
        justify-content: center;
        align-items: center;
    }
    .popup {
        width: 94%;
        background: white;
        height: 132vw;
        top: 2% !important;
        padding-top: 0;
        flex-direction: column;
    }

    .popup_top_absol {
    filter: unset;
}
    
        .popup_img {
        width: 100%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 50%;
        overflow: hidden;
        margin-top: 0;
        margin-bottom: 2%;
        margin-top: -11%;
    }
    .popup_top_absol {
        width: 10.4369%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 5%;
        left: 9%;
    }
        .popup_close {
        filter: unset;
    }
        .popup_close {
        top: 4% !important;
        right: 8% !important;
        width: 6.3% !important;
        z-index: 10 !important;
        -webkit-filter: brightness(0) invert(1);
        filter: unset;
    }
    .popup_right_2nd {
    font-family: Pretendard-semibold;
    width: 78%;
    border-bottom: 1px solid black;
    padding-bottom: 7%;
}
    
    
        div.con07_menu {
        padding-bottom: 18vw;
        margin-bottom: 8%;
    }
    .con7_top_ab{
        display: none;
    }
    .con7_bottom_ab{
        display: none;
    }
    
    
.con1_top {
        border-left: unset;
        border-right: unset;
    }    
    
    
        .popup_right_6th_left {
        width: 54.523% !important;
        display: flex
;
        justify-content: center;
        align-items: center;
    }
        .map {
        width: 100%;
        height: 51vw;
    }
    .con17_mid_2nd {
        display: flex
;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-bottom: 17%;
        margin-top: 4%;
    }
    
    
    
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(2) {
        font-size: 2.5vw;
        border-radius: 40px;
        font-family: Pretendard-bold;
        padding: 0 3%;
        margin-left: 3%;
    }
    .con6_mid_swiper_1_slide_p_con_3rd > p:nth-child(1) {
        font-size: 2.5vw;
    }

    .con3_mid_3rd {
        bottom: 0;
    }
    .con1_top_top{
        display: none;
    }
    .con1_top_bottom{
        display: none;
    }
    
    
    .con18_top_3rd_ab_2 {
        width: 65.2642%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0;
        top: 103%;
    }
    
    .con7_top_4th_2nd {
        background: #f08200;
        padding: 2.7% 0;
        width: 350%;
    }
    
    
        .con1_top {
        height: 15vw;
        margin-bottom: 3%;
    }
    
    
.con2_top_5th_left {
    height: 129%;
    border-left: 1px solid white;
    right: 117%;
    top: -19%;
    width: 0.7%;
}
    
    
    .con2_top_5th_right{
        height: 129%;
        border-right: 1px solid white;
        left: 117%;
        top: -19%;
        width: 0.7%;
    }
    
    .con3_top_4th_con_ab {
        width: 69.2907%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 33%;
        left: 43%;
        z-index: 2;
    }
    
    .con3_top_6th_con_ab {
        width: 77.2907%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 39%;
        left: 40%;
        z-index: 2;
    }
    
    .con6_top_4th {
        height: 95vw;
        margin-top: 3%;
        background: #f08200;
    }
.con6_top_4th_left_top_2nd {
    width: 35.168%;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 18%;
    top: 34%;
    position: absolute;
}
    .con6_top_4th_right_top_2nd {
        width: 50.727%;
        display: flex
;
        justify-content: center;
        align-items: center;
          top: 31%;
        position: absolute;
        right: 18%;
    }
.con6_top_4th_left_top_2nd {
    width: 35.168%;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 18%;
    top: 39%;
    position: absolute;
}
        .con6_top_4th_left_ab {
        width: 37.1575%;
        display: flex
;
        justify-content: center;
        align-items: center;
        left: 8%;
        top: 53%;
    }
        .con6_top_4th_right_ab {
        width: 35.1575%;
        display: flex
;
        justify-content: center;
        align-items: center;
        z-index: 1;
        bottom: 32%;
        left: 5%;
    }
        .con6_top_4th_right_ab_2 {
        width: 37.9869%;
        display: flex
;
        justify-content: center;
        align-items: center;
        right: 4%;
        top: 62%;
    }
        .con6_top_4th_right_top {
        position: absolute;
        top: 16%;
        right: 20%;
        text-align: right;
    }
    .con07_menu_des {
    height: 10vw;
    width: 80%;
    text-align: center;
}
    .con07_menu_des p{
        font-size: 4.2vw !important;
    }
    
    .con12_top_bg {
        width: 100%;
        background: #f08200;
        height: 50%;
        clip-path: polygon(98% 0%, 100% 50%, 98% 100%, 0% 100%, 0 55%, 0% 0%);
        top: 0;
    }
    
    .con12_top_bg_2nd {
        width: 100%;
        background: #f08200;
        height: 50%;
        clip-path: polygon(98% 0%, 100% 50%, 98% 100%, 0% 100%, 0 55%, 0% 0%);
        bottom:0;
    }
    
        .con12_top_bg {
        width: 105%;
    }
            .con12_top_bg_2nd {
        width: 105%;
    }
    
        .con3_mid_3rd {
        bottom: 0;
        padding: 2.7% 0;
    }
.con17_top_2nd_item_4 {
    width: 26.9518%;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: -2%;
    top: 73%;
}
    
.con18_top_3rd_ab_2 {
    width: 64.2642%;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 103%;
}
    
        .con6_top_4th_right_ab_4 {
        width: 92.8793%;
        display: flex
;
        justify-content: center;
        align-items: center;
        bottom: 0;
        left: 0;
    }
    .con18_top_3rd_ab_3{
        cursor: pointer;
        width: 101.0132%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
}


