* {
    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 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);
        opacity: 1;
        
        
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 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/con12_03.jpg) no-repeat center / contain;
    }

    7% {
        background: url(/images/con12_03.jpg) no-repeat center / contain;
    }

    10% {
        background: url(/images/con12_04.jpg) no-repeat center / contain;
    }
    17% {
        background: url(/images/con12_04.jpg) no-repeat center / contain;
    }

    20% {
        background: url(/images/con12_05.jpg) no-repeat center / contain;
    }
    27% {
        background: url(/images/con12_05.jpg) no-repeat center / contain;
    }

    30% {
        background: url(/images/con12_32.jpg) no-repeat center / contain;
    }
    37% {
        background: url(/images/con12_32.jpg) no-repeat center / contain;
    }

    40% {
        background: url(/images/con12_07.jpg) no-repeat center / contain;
    }
    47% {
        background: url(/images/con12_07.jpg) no-repeat center / contain;
    }
    50% {
        background: url(/images/con12_33.jpg) no-repeat center / contain;
    }
    57% {
        background: url(/images/con12_33.jpg) no-repeat center / contain;
    }
    60% {
        background: url(/images/con12_09.jpg) no-repeat center / contain;
    }
    67% {
        background: url(/images/con12_09.jpg) no-repeat center / contain;
    }
    70% {
        background: url(/images/con12_10.jpg) no-repeat center / contain;
    }
    77% {
        background: url(/images/con12_10.jpg) no-repeat center / contain;
    }
    80% {
        background: url(/images/con12_11.jpg) no-repeat center / contain;
    }
    87% {
        background: url(/images/con12_11.jpg) no-repeat center / contain;
    }
    90% {
        background: url(/images/con12_12.jpg) no-repeat center / contain;
    }
    97% {
        background: url(/images/con12_12.jpg) no-repeat center / contain;
    }
    100% {
        background: url(/images/con12_03.jpg) no-repeat center / contain;
    }


}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con04_07_2.png) no-repeat center / contain;
    }
    15% {
        background: url(/images/con04_07_2.png) no-repeat center / contain;
    }
    20% {
        background: url(/images/con04_07_3.png) no-repeat center / contain;
    }
    35% {
        background: url(/images/con04_07_3.png) no-repeat center / contain;
    }
    40% {
        background: url(/images/con04_07_4.png) no-repeat center / contain;
    }
    55% {
        background: url(/images/con04_07_4.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con04_07_5.png) no-repeat center / contain;

    }
    75% {
        background: url(/images/con04_07_5.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con04_07_6.png) no-repeat center / contain;

    }
    95% {
        background: url(/images/con04_07_6.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con04_07_2.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);
    }
}

.video_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    height: 40vw;
}

.video_con video {
    width: 100%;
}
.intro{
    height: 49vw;
    z-index: 10001;
    justify-content: flex-start;
}
.intro_top{
    width: 14.2782%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    margin-top: 16%;
}
.intro_top_2nd{
    width: 47.0866%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: -3.2%;
}
.intro_top_2nd_1{
    width: 41.806%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 32%;
    overflow: hidden;
}
.intro_top_2nd_2{
    top: 48%;
}
.intro_top_2nd_2_1{
    width: 15.6076%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.intro_top_2nd_2_2{
    width: 8.24972%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.4%;
}
.intro_top_2nd_2_3{
    width: 15.1616%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.intro_top_2nd_2_4{
    width: 8.02676%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.4%;
}
.intro_top_2nd_2_5{
    width: 6.57748%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.intro_top_2nd_2_6{
    width: 8.13824%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2.4%;
}
.video_con{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    height: 100%;
}
.intro_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    bottom: 41%;
}
.main{
    background: url(/images/main_06.jpg) no-repeat center / cover;
}
.main_top{
    width: 43.0446%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10% 0;
    clip-path: ellipse(50% 49% at 50% 50%);
}
.main_top_ab{
    top: 32%;
}
.main_top_ab_1{
    width: 44.7561%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-right: 3%;
}
.main_top_ab_2{
    width: 23.2927%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.main_top_ab_2nd{
    width: 61.7073%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 54%;
}
.main_scr_2nd{
    bottom: -8%;
    width: 200%;
}
.con1{
    background: #de9195;
}
.con1_top_1{
    width: 6.92913%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -6%;
}
.con1_top_2{
    width: 11.5486%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10%;
    margin-right: 18%;
}
.con1_top_3{
    width: 8.50394%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con1_top{
    padding-top: 7%;
    padding-bottom: 15%;
}
.con1_top > div > .absol{
    top: 127%;
    font-size: 1.7vw;
    font-weight: 600;
}
.con1_top > div > .absol span{
    font-size: 4vw;
    font-weight: 800;
}
.con1_line_1 {
    height: 8vw;
    border-left: 1px solid white;
    left: 31.5%;
    top: 28%;
}
.con1_line_2{
    height: 8vw;
    border-left: 1px solid white;
    left: 53.5%;
    top: 28%;
}
.con1_scr_2nd{
    padding: 1% 0;
}
.con2_top{
    width: 26.6142%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 10%;
    margin-left: -48%;
}
.con2_top_2nd{
    width: 23.5696%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: -51%;
    margin-top: 1%;
}
.con2_top_3rd{
    width: 24.9869%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: -49.5%;
    margin-top: 2%;
}
.con2_top_4th{
    width: 16.7454%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20%;
    margin-right: -35%;
    overflow: hidden;
}
.con2_top_5th{
    width: 16.7454%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
    margin-right: -35%;
}
.con2_top_6th{
    width: 29.2388%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-right: -47%;
    margin-top: 2%;
    margin-bottom: 13%;
}


.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}
.con21_mid_prev{
    top: 0 !important;
    right: 0 !important;
    left: unset !important;
    bottom: unset !important;
    width: 6%!important;
    height: 8vw!important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con21_mid_next{
    bottom: 0 !important;
    right: 0 !important;
    left: unset !important;
    top: unset !important;
    width: 6%!important;
    height: 8vw!important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.con2_swiper_con{
    width: 55%;
}
.con2_swiper{
    overflow: hidden;
}
.con2_swiper_con {
    width: 60%;
    right: -5%;
    top: 10%;
}
.con2_swiper_2{
    overflow: hidden;
}
.con2_swiper_con_2 {
    width: 60%;
    left: -5%;
    top: 60%;
}
.con21_mid_prev {
    top: 67% !important;
    right: 148% !important;
    left: unset !important;
    bottom: unset !important;
    width: 6% !important;
    height: 8vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con21_mid_next {
    bottom: unset !important;
    right: 141% !important;
    left: unset !important;
    top: unset !important;
    top: 67% !important;
    width: 6% !important;
    height: 8vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con2_top_4th {
    width: 16.7454%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 16%;
    margin-right: -35%;
}


.con2_swiper_con_2 .con21_mid_prev {
    top: 55% !important;
    right: -13% !important;
    left: unset !important;
    bottom: unset !important;
    width: 6% !important;
    height: 8vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con2_swiper_con_2 .con21_mid_next {
    bottom: unset !important;
    right: -20% !important;
    left: unset !important;
    top: unset !important;
    top: 55% !important;
    width: 6% !important;
    height: 8vw !important;
    margin: 0 !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con2_ab{
    width: 42.6772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.con2_ab_2{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con2_top_6th {
    width: 29.2388%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-right: -47%;
    margin-top: 2%;
    margin-bottom: 15%;
}

.con2_ab{
    width: 0.892388%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 6%;
    top: 10%;
}
.con2_ab_ab{
    width: 5.88235%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 115%;
}
.con2_ab_2{
    width: 0.892388%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 9%;
    right: 6%;
}

.con2_ab_2_ab{
    width: 5.88235%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 115%;
}

.con3_top{
    width: 7.24409%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: 13%;
}
.con3_top_2nd{
    width: 32.021%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    overflow: hidden;
    margin-top: 3%;
}
.con3_top_3rd_ab{
    overflow: hidden;
}
.con3_top_3rd{
    width: 27.5591%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin-top: 0.6%;
    overflow: hidden;

}
.con3_top_4th{
    width: 23.2546%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    margin-top: 1.8%;
    margin-bottom: 15%;
}
.con4{

}
.con4_top{
    margin-top: 5%;
    margin-bottom: 1.7%;
}
.con4_top>  div{
    width: 4.19947%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.1%;
}
.con4_top_2nd{
    width: 23.937%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0.7%;
}
.con4_top_3rd{
    width: 18.2152%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-bottom: 1.5%;
}
.con4_top_4th{
    width: 35.0131%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 22%;
}
.con4_scr_2nd{
    top: 62%;
}
.con5_top_2nd{
    color: #5d1c20;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_top_2nd_ab{
    color: #5d1c20;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_con{
    background: #de9195;

}
.con5_top{
    width: 15.643%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
}
.con5_top_ab{
    width: 53.6913%;
    display: flex;
    justify-content: center;
    left: 123%;
    align-items: center;
    bottom: -90%;
}
.con5_top_2nd{
    font-size: 2.7vw;
}
.con5_top_2nd span {
    font-size: 4vw;
    font-weight: 800;
}
.con5_con {
    background: #de9195;
    border-radius: 180px 180px 0 0;
}
.con5_swiper_con{
    width: 79%;
}
.con5_swiper{
    overflow: hidden;
}
.con5_swiper_item{

}

.con5_swiper_con_top{
    font-size: 1.2vw;
    background: white;
    color: #5d1c20;
    padding: 1% 3%;
    border-radius: 30px;
    margin-bottom: 4%;
    font-weight: 600;
}

.con5_video_con {
    overflow: hidden;
    height: 13vw;
}
.con5_video_con video {
    width: 106%;
    height: 111%;
}
.con5_swiper_con_p{
    background: #5d1c20;
    height: 2vw;
}
.con5_swiper_con_p_2{
    font-size: 1.4vw;
}
.con5_swiper_con_p_2 span{
    font-weight: 700;
    font-size: 2vw;
}


.con5_swiper_con .con21_mid_prev {
    top: unset !important;
    right: 102% !important;
    left: unset !important;
    bottom: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con5_swiper_con .con21_mid_next {
    bottom: unset !important;
    right: 141% !important;
    left: unset !important;
    top: unset !important;
    top: 67% !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    top: unset !important;
    left: 102% !important;
    right: unset !important;
}

.con5_swiper_con {
    width: 79%;
    margin-top: 3%;
    margin-bottom: 3%;
}
.con5_top_6th{
    width: 81%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
}
.con5_top_6th_item{
    width: 31%;
    margin: 0 1.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    border-radius: 30px;
}
.con5_top_6th_item_1_top{
    width: 24.6862%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 4%;
}
.con5_top_6th_item_top_2nd{
    width: 76%;
    height: 14vw;
    margin-bottom: 8%;
    margin-top: 1%;
    overflow: scroll;
}
.con5_top_6th_item_top_2nd{
    width: 76%;
    height: 14vw;
    margin-bottom: 8%;
    margin-top: 1%;
    overflow: scroll;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.con5_top_6th_item_top_2nd_item {
    width: 48%;
    margin: 1%;
    height: 2.3vw;
    background: #de9195;
    color: white;
    font-family: pretendard-regular;
    font-size: 1vw;
}

.con5_top_6th_item_2_top{
    width: 38.8889%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 4%;
}

.con5_top_6th_item_3_top{
    width: 31.1966%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 4%;
}

.con5_top_6th_item_2 .con5_top_6th_item_top_2nd_item{
background: #454545;
}
.con5_top_6th_item_3 .con5_top_6th_item_top_2nd_item{
    background: #5d1c20;
}
.con5_line{
    border-top: 1px solid white;
    width: 79%;
}
.con5_top_3rd{
    width: 13.7533%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5%;
}
.con5_top_4th{
    width: 20.7349%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con5_top_5th{
    width: 21.6273%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 2%;
}
.con5_top_7th{
    width: 42.9396%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
}
.con5_con{
    background: url(/images/con04_38.png) no-repeat center / cover;

}
.con6{
    background: url(/images/con05_29.jpg) no-repeat center / cover;

}
.con6_prev_1st{
    width: 23.0971%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.con6_prev_2nd{
    width: 21.5223%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con6_top{
    width: 10.3412%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-left: -76%;
}
.con6_swiper{
    width: 93%;
    overflow: hidden;
    margin-left: 7%;
    margin-top: 1.4%;
}
.con6_top_2nd{
    width: 10.3412%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-right: -76%;
}
.con6_swiper_2{
    width: 93%;
    overflow: hidden;
    margin-right: 7%;
    margin-top: 1.4%;
    margin-bottom: 6%;
}


.con7_video_con{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
}

.con7_video_con video {
    width: 100%;
}

.con7{
    background: #de9195;

}
.con7_video_con {
    width: 93%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    overflow: hidden;
}
.con7_top_4th .con5_swiper_item{
    display: flex;
    justify-content: center;align-items: center;
    width: 25%;
    flex-direction: column;
}

.con7_top{
    width: 11.811%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con7_top_2nd{
    width: 33.1234%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    overflow: hidden;
}
.con7_top_3rd{
    width: 24.357%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0.6%;
}
.con7_top_4th{
    margin-top: 2.3%;
    margin-bottom: 7%;
}
.con7_top_4th .con5_swiper_item {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 24%;
    flex-direction: column;
    margin: 0 1%;
}
.con7_top_4th .con5_swiper_con_top {
    font-size: 1.2vw;
    background: white;
    color: #5d1c20;
    padding: 1% 11%;
    border-radius: 30px;
    margin-bottom: 4%;
    font-weight: 600;
}
.con7_top_4th .con5_video_con{
    height: unset;
}
.con7_top {
    width: 11.811%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.con7_video_con {
    width: 93%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 88%;
    overflow: hidden;
    filter: brightness(0.5);
}
.con7_ab{
    width: 800%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con5_ab{
    width: 38.0577%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: -20%;
}
.con5{
    overflow: unset;
}
.con8{
    background: #5d1c20;
}
.con8_top{
    width: 1.41732%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
}
.con8_top_2nd{
    width: 24.252%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.8%;
}
.con8_top_3rd{
    width: 24.3045%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
}
.con8_top_4th{
    width: 1.41732%;
    display: flex;
    justify-content: center;
    margin-bottom: 4%;
    align-items: center;
}
.con8_top_5th{
    width: 35.1706%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -36%;
}
.con8_top_5th_ab{
    width: 98.5075%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.con8_top_5th_ab_2{

}
.con8_top_5th_ab_2{
    align-items: flex-start;
    left: 111%;
    top: 22%;
}
.con8_top_5th_ab_2_top{
    width: 19.7015%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_top_5th_ab_2_top_2nd{
    width: 44.6269%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con8_top_5th_ab_2_top_3rd{
    width: 88.5075%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
}
.con8_top_6th{
    width: 2.88714%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5%;
    margin-right: -66%;
}
.con8_top_6th_line{
    right: 120%;
    width: 2302%;
    border-top: 1px solid white;
}
.con8_top_7th{
    width: 35.1706%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-right: -34%;
}
.con8_top_7th_ab_2{
    align-items: flex-start;
    right: 99%;
    top: 22%;
}
.con8_top_7th_ab_2_top{
    width: 19.7015%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con8_top_7th_ab_2_top_2nd {
    width: 44.3284%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
}
.con8_top_7th_ab_2_top_3rd{
    margin-top: 3%;
    width: 82.9851%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con8_video_con{
    top: 0;
    overflow: hidden;
}
.con8_video_con video{
    height: 120%;
    width: 113%;
}
.con8_top_8th {
    width: 2.88714%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3.5%;
    margin-left: -68%;
}
.con8_top_8th_line{
    left: 120%;
    width: 2302%;
    border-top: 1px solid white;
}
.con8_top_9th{
    text-align: center;
    margin-top: 2%;
    margin-bottom: 6%;
}

.con8_ab{
    width: 38.0052%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -13%;
    left: 0%;
}
.con8_ab_2{
    width: 31.0236%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -9%;
    right: 2%;
}
.con8_ab_3{
    width: 45.0919%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -4%;
    top: 26%;
}
.con8_ab_4{
    width: 32.7559%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 61%;
    right: -7%;
}
.con9{
    align-items: flex-start;
}
.con9_left{
    width: 33%;
    background: black;
    overflow: hidden;
}
.con9_left_top{
    width: 20.0318%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17%;
}
.con9_left_top_2nd{
    width: 61.6852%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 3%;
}
.con9_left_top_3rd{
    width: 56.2798%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 2%;
    margin-bottom: 7%;
}
.con9_swiper{
    width: 200%;
    margin-bottom: 21%;
}
.con9_left_ab_2{
    bottom: 0;
}
.con9_video_con {
    top: 0;
    z-index: 1;
    right: 0;
    width: 67%;
    height: 20vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(0.5);
}
.con9_video_con video{
    width: 100%;
}

.con9_left_ab{
    width: 21.3037%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 25%;
    right: 3%;
}

.con9_video_con_2 {
    bottom: 0;
    z-index: 1;
    right: 0;
    width: 67%;
    filter: brightness(0.5);

    height: 34vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con9_video_con_2 video{
    width: 100%;
}

.con9_video_con_ab{
    width: 8.92388%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    z-index: 2;
    top: 16%;
    right: 29%;
}
.con9_video_con_2_ab{
    width: 17.6903%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    overflow: hidden;
    z-index: 2;
    top: 44%;
}
.con9_video_con_2_ab_2{
    width: 25.6168%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    right: 8%;
    z-index: 2;
    top: 52%;
}
.con9_video_con_2_ab_3{
    width: 27.664%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 8%;
    overflow: hidden;
    z-index: 2;
    top: 62%;
}
.con10_bg{
    top: 0;
    width: 100%;
}
.con9_2nd_scr_2nd {
    background: black;
    padding: 1% 0;
}
.con10_top{
    width: 11.5486%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-bottom: 6%;
}
.con10_top_ab_2{
    width: 20.9091%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 14%;
}
.con10_top_ab{
    width: 20.4545%;
    display: flex;
    justify-content: center;
    left: 16%;
    align-items: center;
}
.con10_top_ab_3{
    border-left: 1px solid white;
    height: 90%;
}






.con10_top_4th{
    width: 84% !important;
    overflow: hidden;
    background: black;
}
.con10_top_4th_item{
    height: 13vw;
    border-top: #fe0908 2px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}



.con10_top_4th_item_2{
    left: unset;
    top: unset;
}

.con10_top_4th_item_3{
    left: 55%;
    top: 36%;
    font-family: pretendard-semibold;
}
.con10_top_4th_item_4 {
    top: 30%;
    left: 11.7%;
}


.con10_top_4th_item_on {
    border-radius: 100% 100% 0 0;
    width: 108% !important;
    height: 39vw;
    margin-bottom: -13%;
    border-top: #fe0908 2px solid;
}
.con10_top_4th_item_1{
    opacity: 0;
}

.con10_top_4th_item_on .con10_top_4th_item_1{
    width: 33.5648%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 52%;
    bottom: 37%;
    opacity: 1;
}
.con10_top_4th_item_1{
    width: 33.5648%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_4th_item_on .con10_top_4th_item_2{
    left: 51%;
    top: 25%;
}
.con10_top_4th_item_2_ab{
    opacity: 0;
}
.con10_top_4th_item_on .con10_top_4th_item_2 > img{
    opacity: 1;
}

.con10_top_4th_item_on .con10_top_4th_item_3{
    left: 55%;
    top: 46%;
    font-family: pretendard-semibold;
    color: #0be685;
}
.con10_top_4th_item_on .con10_top_4th_item_4{
    top: 5%;
    left: 49%;
}
.con10_top_4th_item_4_ab{
    opacity: 0;
}
.con10_top_4th_item_4 > img{
    opacity: 0;
}
.con10_top_4th_item_on .con10_top_4th_item_4 > img{
    opacity: 1;

}



.con10_top_4th {
    width: 84% !important;
    overflow: hidden;
    background: black;
    margin-bottom: 5%;
}


.con10_top_4th_item_1st .con10_top_4th_item_2{
}
.con10_top_4th_item_1st .con10_top_4th_item_4{
}
.con10_top_4th_item_on .con10_top_4th_item_2{
    margin-left: 0;

}

.con10_top_4th_item_2nd .con10_top_4th_item_4{
}
.con10_top_4th_item_2nd.con10_top_4th_item_on .con10_top_4th_item_2{
}

.con10_top_4th_item_3rd .con10_top_4th_item_2{
    width: 15.1181%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_4th_item_3rd .con10_top_4th_item_4{
}
.con10_top_4th_item_on.con10_top_4th_item_3rd .con10_top_4th_item_2{
}

.con10_top_4th_item_1 {
    height: 16vw;
}
.con10_top_4th_item_4th .con10_top_4th_item_2{
    width: 21.4375%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_top_4th_item_on.con10_top_4th_item_4th .con10_top_4th_item_2{
    margin-left: 2%;

}
.con10_top_4th_item_4th .con10_top_4th_item_4{
    width: 1.625%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con10_top_4th_item_4{
    transition: 0.5s all;

}
.con10_top_4th_item_3{
    transition: 0.5s all;

}
.con10_top_4th_item_2{
    transition: 0.5s all;

}
.con10_top_4th_item_1{
    transition: 0.5s all;

}
.con10_top_4th_item{
    transition: 0.7s all;


}
.con10_top_4th_item div div{
    transition: 0.5s all;


}
.con10_top_4th_item img{
    transition: 0.5s all;


}
.con10_top_4th_item_2{
    transition: 0.5s all;

}
.con10_top_4th_item_1 {
    right: 52%;
    bottom: 37%;
}

.con10_top_4th_item_2nd .con10_top_4th_item_2{
    width: 12.231%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_4th {
    width: 100% !important;
    overflow: hidden;
    margin-bottom: 5%;
    background: unset !important;
}
.con10_top_4th_item {
    transition: 0.7s all;
    background: white;
}

.con10_top_4th_item {
    height: 13vw;
    border-top: #de9195 2px solid;
}
.con10_top_4th_item_on {
    border-top: #de9195 2px solid;
    height: 47vw;
}
.con10_top_4th_item_on .con10_top_4th_item_1 {
    width: 26.5648%;
    display: flex
;
    justify-content: center;
    align-items: center;
    right: 52%;
    bottom: 44%;
    opacity: 1;
}
.con10_top_4th_item_2{
    opacity: 0.4;
}
.con10_top_4th_item_on .con10_top_4th_item_2 {
    left: 52%;
    top: 31%;
    width: 18.279%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.con10_top_4th_item_2nd.con10_top_4th_item_on .con10_top_4th_item_2 {
    left: 52%;
    top: 31%;
    width: 12.231%  !important;
    display: flex
;
    justify-content: center;
    align-items: center;
}


.con10_top_4th_item_3{
    left: 38%;
    top: 45%;
    opacity: 0;
}
.con10_top_4th_item_on .con10_top_4th_item_3{
    opacity: 1;
    left: 52%;
    top: 39%;
}
.con10_top_4th_item_on .con10_top_4th_item_4 {
    top: 24%;
    left: 52%;
}
.con10_top_4th {
    margin-bottom: 0;
}

.con10_top_4th_item_3rd.con10_top_4th_item_on .con10_top_4th_item_2 {
    left: 52%;
    top: 31%;
    width: 15.1181%;
    display: flex;
    justify-content: center;
    align-items: center;
}




.con11{
    border-top: #de9195 2px solid;
}
.con11_top{
    margin-top: 7%;
}
.con11_top_item{
    width: 3.77953%;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    margin: 0 0.4%;
}
.con11_top_2nd{
    width: 19.0551%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 3%;
}
.con11_top_3rd{
    width: 19.1076%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 2%;
}
.con11_top_4th{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 1%;
}
.con11_top_5th{
    width: 34.4882%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-bottom: 3%;
}
.con11_top_ab{
    width: 81.8898%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 48%;
}
.con11_top_6th{
    width: 81.8898%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #de9195 !important;
    border-radius: 40px 40px 0 0;
    margin-bottom: 7%;
}
.con11_ab{
    width: 30.4987%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -13%;
    right: 0;
}
.con11_ab_2{
    width: 31.706%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0%;
    top: 19%;
}

.con12{
    background: url(/images/con11_07.jpg) no-repeat center / cover;
}
.con12_top{
    width: 11.811%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}
.con12_top_ab absol{
    width: 853.333%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con12_top_2nd{
    width: 13.6483%;
    display: flex;

    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-bottom: 3%;
}
.con12_top_3rd{
    display: flex
;
    width: 67%;
    border: 1px solid white;
    margin-bottom: 7%;
    justify-content: center;
    align-items: center;
}
.con12_top_3rd_ab{
    width: 14.8903%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -11%;
    right: -6%;
}
.con12_top_3rd video{
    width: 100%;
    height: 106%;
}
.con12_top_3rd_ab_2{
    width: 13.3229%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 3%;
    top: 5%;
}

.con13_top{
    width: 24.4619%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
}
.con13_top_2nd{
    width: 28.294%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.4%;
    margin-bottom: 3%;
    overflow: hidden;
}
.con13_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.con13_ab_2{
    bottom: -8%;
    width: 200%;
}
.con13_con{
    margin-bottom: 7%;
}
.con13_con_1_ab{
    width: 12.4493%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 3%;
    left: 2%;
}
.con13_con_2_ab{
    width: 7.54505%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    top: 3%;
    right: 2%;
}
.con13_con_1_ab_2{
    width: 94.7226%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: backgroundchange 10s infinite;
    bottom: 3%;
}
.con13_swiper_1{
    width: 97%;
    overflow: hidden;
    top: 9%;
}
.con13_swiper_2{
    width: 97%;
    overflow: hidden;
    bottom: 3%;
}
.con14{
    background: url(/images/con13_12.jpg) no-repeat center / cover;

}
.con14_top{
    width: 35.5381%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-bottom: 1%;
}
.con14_top_2nd{
    width: 31.9685%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-bottom: 1.3%;
}
.con14_top_4th{
    margin-top: 4%;
}
.con14_top_4th_item{
    width: 13vw;
    height: 13vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
}
.con14_top_4th_item_bg{
    height: 90%;
    width: 90%;
    border-radius: 50%;
    background: white;
    transition: 0.3s all;
}
.con14_top_4th_item_bg_2{
    background: #de9195;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    opacity: 0.4;
    animation: scaleOpa2 infinite linear 2s;
}
.con14_top_4th_item_bg_3{
    background: #de9195;
    height: 95%;
    width: 95%;
    border-radius: 50%;
    opacity: 0.65;
    animation: scaleOpa infinite linear 2s;
    transition: 0.3s all;
}
.con14_top_4th_item_bg_4{
    background: #de9195;
    height: 95%;
    width: 95%;
    border-radius: 50%;
    opacity: 0.3;
}
.con14_top_4th_item_1{
    width: 16.129%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 24%;
}
.con14_top_4th_item_2{
    top: 48%;
    position: absolute;

}
.con14_top_4th_item_1st .con14_top_4th_item_2{
    width: 32.6613%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_top_4th_item_2nd .con14_top_4th_item_2{
    width: 57.2581%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_top_4th_item_3rd .con14_top_4th_item_2{
    width: 55.6452%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_top_4th_item_4th .con14_top_4th_item_2{
    width: 21.7742%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con14_top_4th_item {
    margin: 0 1.5%;
}
.con14_top_5th{
    text-align: center;
    margin-top: 3%;
    margin-bottom: 7%;
}
.con15_top{
    width: 11.0236%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 7%;
}
.con15_top_2nd{
    width: 17.3228%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
}
.con15_top_3rd{
    width: 52.4934%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 7%;
}
.con15_ab{
    width: 0.892388%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    left: 4%;
}
.con15_ab_ab{
    width: 5.88235%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    top: 109%;
}


.con15_ab_2{
    width: 0.892388%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 6%;
    right: 4%;
}
.con15_ab_2_ab{
    width: 5.88235%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 109%;
}
.con16{
    background: url(/images/con15_11.png) no-repeat top / cover;
}
.con16_top{
    width: 17.2703%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    overflow: hidden;
}
.con16_top_2nd{
    width: 31.3386%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 1.4%;
    margin-bottom: 3%;
}
.con16_top_3rd {
    width: 74%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4%;
}
.con16_top_3rd_item {
    width: 23.2272%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin: 1% 0.7%;
}
.con16_top_3rd_item_sm{
    width: 22.705%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con16_top_3rd_item_lg{
    width: 24.023%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_4th_item {
    background: #fff6f6;
}
.con17_top{
    width: 18.8451%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-bottom: 4%;
}


.con20{
    background: url(/images/con17_06.jpg) no-repeat center / cover;

}



.con20_top{
    overflow: hidden;
    margin-top: 8%;
    margin-left: -59%;
}
.con20_top_2nd{
    margin-left: -53%;
    margin-top: 1.3%;
    overflow: hidden;
    margin-bottom: 2%;
}
.con20_top_3rd {
    width: 16.273%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -53%;
    margin-bottom: 32%;
}
.con20_ab{
}

.con20_ab_ab{
}

.con18_right{
    width: 50% !important;
}





.con18_right{
    background: #ca2c1e;
    height: 47.2vw;
}










.con1_right_2{
    width: 50% !important;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28%;
}

.con1_right_2_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 2%;
    margin-bottom: 6%;
}
.con1_right_2_item p{
    font-family: Pretendard-medium;
    font-size: 1.3vw;
    position: relative;
}
.con1_right_2_item input{
    appearance: none;
    border: none;
    text-align: center;
    border-bottom: 1px solid #;
    outline: none;
    font-family: Pretendard-medium;
    font-size: 1.25vw;

}
.con1_right_2_item_1st::before{
    content: "";
    width: 0.4vw;
    height: 0.4vw;
    background: white;
    position: absolute;
    border-radius: 50%;
    transform: translateX(-160%);
    top: 0%;
}


.con1_right_2_item_input_1st{
    width: 22%;
    margin: 0 3%;
    margin-left: 10%;
}
.con1_right_2_item_input_2nd{
    width: 22%;
    margin: 0 3%;
}
.con1_right_2_item_input_3rd{
    margin: 0 4%;
    width: 53.3%;
    margin-right: 3%;
}
.con1_right_2_item_3_item{
    background: white;
    border: 1px solid #0000002b;
    border-radius: 100px;
    width: 25%;
    text-align: center;
    height: 2vw;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    height: 2.3vw;
}

.con1_right_2_item_3_item p{
    font-size: 1.1vw !important;

}
.con1_right_2_item_3_item_1{
    margin-left: 3%;
    margin-right: 1%;
}
.con1_right_2_item_3{
    margin-top: 6%;
}
.con1_right_2_item_input_4th{
    margin-left: 4%;
    margin-right: 2%;
}
.con1_right_2_item_input_5th{
    margin-left: 10%;
    margin-right: 2%;
}
input::placeholder {
    font-size: 1.1vw;
    color: #797979;
}



.select_box{
    width: 14.5vw;
    margin-left: 9%;
    margin-right: 2%;
}


.h_area1{
    left: 31.12%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 100%;
    height: 2.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgb(0 0 0 / 36%);
    border-radius: 50px;
    text-align: center;
    font-size: 1vw;
    font-family: 'Pretendard-bold';
}



.con1_right_2 {
    width: 73% !important;
    left: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 18%;
}
.con1_right_2_item p{
    color: white;
    font-family: Pretendard;
}
.con1_right_2_item input {
    appearance: none;
    border: none;
    background: transparent;
    text-align: center;
    border-bottom: 1px solid #ff490e;
    outline: none;
    font-family: Pretendard-medium;
    font-size: 1.25vw;
}

.con1_right_2_item_3_item {
    background: transparent;
    border: 1px solid white;
    border-radius: 100px;
    width: 25%;
    text-align: center;
    height: 2vw;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    height: 2.3vw;
}

.con1_right_2_item_3_item_on{
    background: #de9195 !important;
    color: white !important;
}
.con1_right_2_item_3_item_on p{
    color: white !important;

    font-family: Pretendard-light;
}



.con1_bottom{
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    background: white;
    align-items: center;
    margin-left: -20%;
    font-family: pretendard-semibold;
    font-size: 1.4vw;
    padding: 3% 0;
    color: #ca2c1e;
    margin-top: 6%;
    cursor: pointer;
}

.con18_right {
    background: #00000066;
    height: 44.2vw;
    border: 2px solid #ff490e;
    left: 45%;
}

.con1_right_2_item_1st::before {
    content: "";
    width: 0.4vw;
    height: 0.4vw;
    background: #ff490e;
    position: absolute;
    border-radius: 50%;
    transform: translateX(-260%);
    top: 0%;
}

.con18_right {
    background: #00000066;
    height: 44.2vw;
    border: 2px solid #ff490e;
    left: 45%;
    z-index: 3;
}

.con18_right {
    background: #00000066;
    height: 37.2vw;
    border: 2px solid #ff490e;
    left: 45%;
    z-index: 3;
    width: 40% !important;
    top: unset;
}

.con1_right_2 {
    width: 73% !important;
    left: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 11%;
}

.con1_bottom {
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    background: #ff490e;
    align-items: center;
    margin-left: -20%;
    font-family: pretendard-semibold;
    font-size: 1.4vw;
    padding: 3% 0;
    color: white;
    margin-top: 6%;
    cursor: pointer;
}
.con20_ab {
    bottom: -9%;
    pointer-events: none;
    left: 0;
    z-index: 3;
}

.con18_right {
    background: #00000066;
    height: 37.2vw;
    border: 2px solid #ff490e;
    left: 49%;
    z-index: 3;
    width: 40% !important;
    top: unset;
}

.con18_right {
    background: white;
    height: 37.2vw;
    border: unset;
    left: 49%;
    z-index: 3;
    width: 40% !important;
    top: unset;
    border-radius: 30px;
}
.con1_right_2_item p {
    color: black;
    font-family: Pretendard-regular;
}
.con1_right_2_item input {
    appearance: none;
    border: none;
    background: transparent;
    text-align: center;
    border-bottom: 2px solid #de9195;
    outline: none;
    font-family: Pretendard-medium;
    font-size: 1.25vw;
}
.con1_right_2_item_1st::before {
    content: "";
    width: 0.4vw;
    height: 0.4vw;
    background: #de9195;
    position: absolute;
    border-radius: 50%;
    transform: translateX(-260%);
    top: 0%;
}
.con1_right_2_item_3_item {
    background: transparent;
    border: 2px solid #de9195;
    border-radius: 100px;
    width: 25%;
    text-align: center;
    height: 2vw;
    display: flex
;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    height: 2.3vw;
}
.con1_bottom {
    width: 85%;
    text-align: center;
    display: flex;
    justify-content: center;
    background: #de9195;
    align-items: center;
    margin-left: -17%;
    font-family: pretendard-semibold;
    font-size: 1.4vw;
    padding: 3% 0;
    color: white;
    margin-top: 6%;
    cursor: pointer;
}

.con20_top {
    overflow: hidden;
    margin-top: 12%;
    margin-left: -59%;
    width: 10.9186%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.con20_top_2nd {
    margin-left: -47%;
    margin-top: 1.3%;
    overflow: hidden;
    margin-bottom: 2%;
    width: 22.8346%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 32%;
}
.con20_ab{
    width: 7.08661%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 9%;
    bottom: unset;
    left: 46%;
    z-index: 4;
}
.con20_ab_ab{
    width: 131.852%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotate_image 10s infinite linear;
}

.con2_scr_1st{
    width: 200%;
    position: relative;
}
.con1_line_1 {
    height: 8vw;
    border-left: 1px solid white;
    left: 31.5%;
    top: 15%;
}
.con1_line_2{
    top: 15%;

}

.con4_scr_2nd_1{
    top: 0;
    left: 8%;
    height: 110%;
}

.con4_scr_2nd_2{
    top: 0;
    right: 8%;
    height: 110%;
}.con8_top_4th {
     width: 1.41732%;
     display: flex
 ;
     justify-content: center;
     margin-bottom: 4%;
     align-items: center;
     margin-top: 2%;
 }


 .con10{
     background: #fff6f6;
 }
 .con13_con_1{
     width: 38.7927%;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 .con13_con_2{
     width: 46.6142%;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 .con14_top_3rd{
     width: 43.0971%;
     display: flex;
     justify-content: center;
     align-items: center;
     overflow: hidden;
 }
 .con17_ab{
     width: 100.682%;
     display: flex;
     justify-content: center;
     align-items: center;
 }

.con7_top_4th .con5_swiper_con_p {
    margin-top: -8%;
}

.con2_ab_3{
    width: 42.6772%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.con2_ab_4{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
}
.con2{
    background: #fff6f6;
}
.con3 .video_con{
    filter: brightness(0.5);
}
.con3_top_ab{
    animation: scaleOpa2 infinite 2s;
}
.con4_scr_2{
    animation: marqueeY 20s infinite linear reverse !important;
}

.con04_18_con_2nd{
    width: 90.604%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con04_18_con_2nd{
    top: 100%;
}
.con04_18_con{
    overflow: hidden;
}
.con5_top_2nd{
    overflow: hidden;

}
.con5_top_2nd_ab{
    top: 100%;
}

.con21_mid_prev {
    top: 75% !important;
}
.con21_mid_next {
    top: 75% !important;
}

.con3_top_3rd_ab{
    overflow: hidden;
    justify-content: flex-start;
    left: 0;
}
.con10_top_ab{
    width: 20.4545%;
    display: flex;
    justify-content: center;
    left: 16%;
    align-items: flex-start;
    top: 5%;
    overflow: hidden;
}
.con10_top_ab_2{
    width: 20.9091%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    right: 14%;
    top: 23%;
    overflow: hidden;
}
.con5_ab {
    animation: backgroundchange_2 10s infinite;
}
.con1_top {
    padding-top: 6%;
    padding-bottom: 12%;
}















div.con05_bottom {
    padding: unset;
    background-color: unset;
}
div.con05_bottom_main {
    width: 70%;
    height: auto;
    background-color: white;
    background: url(/images/con10_17.png) no-repeat center / contain;
    border-radius: 30px 30px 0 0;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 1vw 0.5vw;
}
.con05_tab_wrap {
    gap: 5vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid black;
}
.con05_tab {
    width: 16.1281%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con05_tab > img {
    opacity: 0;
    transition: all 0.3s;
}
.con05_tab:hover > img {
    opacity: 1;
}
.con05_tab:hover > div {
    opacity: 0;
}
.con05_tab.con05_change > img {
    opacity: 1;
}
.con05_tab.con05_change > div {
    opacity: 0;
}
.con05_tab_absol {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    width: 100%;
}

.con05_menu_wrap {
    height: 30vw;
}
.con05_menu_div {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.con05_menu_div.con05_change {
    opacity: 1;
    z-index: 2;
}
.con05_menu_img {
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.con05_menu_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.con05_menu_div .swiper-slide {
    flex-direction: column;
}
.con05_menu_title {
    font-size: 1.3vw;
    font-weight: 600;
}
.con05_menu_div .swiper-button-next ,
.con05_menu_div .swiper-button-prev {
    color: #E94F06;
}
.con05_tab_wrap {
    gap: 2vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid black;
}
.con05_tab {
    width: 12.1281%;
    display: flex
;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.con05_tab_wrap {
    gap: 2vw;
    padding-bottom: 1vw;
    border-bottom: unset;
    margin-top: 3%;
}
div.con05_bottom {
    padding: unset;
    background-color: unset;
    margin-bottom: 6%;
}
div.con05_bottom_main {
    width: 70%;
    height: auto;
    background-color: white;
    background: url(/images/con10_17.png) no-repeat center / cover;
    border-radius: 40px 40px 0 0;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 1vw 0.5vw;
}
.con05_menu_div{
    position: absolute !important;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap !important;
    flex-direction: column!important;
}
div.swiper-slide {
    display: flex
;
    justify-content: center;
    align-items: center;
}

.con05_menu_img {
    height: 10vw;
    width: 10vw;
    background: white;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.con05_menu_img {
    height: 10vw;
    width: 10vw;
    background: white;
    border-radius: 50%;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.con05_menu_img img {
    height: unset;
    object-fit: cover;
    scale: 1;
    width: 132% !important;
    position: absolute;
    top: 40%;
    transition: 0.3s all;
}
.con05_menu_img img:hover{
    top: 15%;
    
}
.con05_menu_title {
    font-size: 1.3vw;
    font-weight: 600;
    color: white;
    margin-top: 7%;
}

.con05_bottom .con21_mid_next {
    bottom: unset !important;
    right: 0% !important;
    left: unset !important;
    top: unset !important;
    top: 67% !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
        top: 44% !important;
    justify-content: center;
    align-items: center;
}

.con05_bottom .con21_mid_prev {
    bottom: unset !important;
    left: 0% !important;
    right: unset !important;
    top: unset !important;
    top: 67% !important;
    width: 3vw !important;
    height: 3vw !important;
    margin: 0 !important;
    display: flex
;
        top: 44% !important;
    justify-content: center;
    align-items: center;
}


























.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%;
}
.intro_11{
        width: 100%;
    animation: ddm_m 5s infinite;
}
.con10_top_4th_item_4 {
    top: 26%;
    left: 52%;
}
.con10_bg{
        width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -14.5%;
}
.con10_top_4th_item_1st .con10_top_4th_item_2 {
    left: 41%;
    top: 43%;
}
.con10_top_4th_item_2nd .con10_top_4th_item_2 {
    top: 43%;
    left: 43.6%;
}
.con10_top_4th_item_3rd .con10_top_4th_item_2 {
    top: 43%;
    left: 42%;
}

.con10_top_4th_item_on .con10_top_4th_item_2 {
    left: 52%;
    top: 31%;
    width: 18.279%;
    display: flex
;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.con10_top_4th_item_1st .con10_top_4th_item_3{
    width: 27.4672%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_4th_item_2nd .con10_top_4th_item_3{
    width: 25.1444%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con10_top_4th_item_3rd .con10_top_4th_item_3{
    width: 26.3517%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:1023px) {

}

@media screen and (max-width:599px) {
    .con10_top_4th_item_1st .con10_top_4th_item_2 {
        width: 60.1111%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 1%;
    }
    .intro img{
        width: 100%;
    }
    .main img{
        width: 100%;
    }
    .intro {
        height: 90vh;
        z-index: 10001;
        justify-content: flex-start;
    }
    .intro_top {
        width: 33.2782%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        margin-top: 34%;
    }

    .video_con video {
        width: 299%;    filter: brightness(0.5);
    }
    .intro_02{
        width: 33.2782vw !important;
    }

    .intro_top_2nd {
        width: 91.0866%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: -3.2%;
    }

    .intro_10{
        width: 91.0866vw !important;
    }

    .intro_top {
        width: 33.2782%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        margin-top: 58%;
        margin-bottom: -4%;
    }

    .intro_10{
        height: 43vw;
    }
    .intro_top_2nd_1 {
        width: 61.806%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 27%;
    }

    .intro_ab {
        width: 250.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 3;
        bottom: 18%;
    }
    .intro_top_2nd_2 {
        top: 48%;
        width: 115%;
    }
    .main_top {
        width: 95.0446%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 22% 0;
    }

    .main_top_ab_2nd {
        width: 72.7073%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 56%;
    }

    .main_scr_2nd {
        bottom: -1%;
        width: 300%;
    }
    .con1_top {
        padding-top: 7%;
        padding-bottom: 15%;
        flex-wrap: wrap;
    }
    .con1_top_1 {
        width: 18.92913%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 17%;
        margin-right: 5%;
    }
    .con1_top_2 {
        width: 30.5486%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 10%;
        margin-right: 18%;
    }
    .con1_top_3 {
        width: 24.50394%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 28%;
        margin-bottom: 13%;
    }
    .con1_top {
        padding-top: 18%;
        padding-bottom: 15%;
        flex-wrap: wrap;
    }
    .con1_top > div > .absol {
        top: 271%;
        font-size: 4.7vw;
        font-weight: 600;
    }
    .con1_top > div > .absol span {
        font-size: 11vw;
        font-weight: 800;
    }
    .con1_top > div > .absol {
        top: 126%;
        font-size: 4.7vw;
        font-weight: 600;
    }
    .con1_line_1 {
        height: 20vw;
        border-left: 1px solid white;
        left: 44.5%;
        top: 16%;
    }
    .con2_scr_1st {
        width: 300%;
        position: relative;
    }
    .con1_scr_2nd {
        padding: 2% 0;
        width: 300%;
        position: relative;
    }
    .con1_line_2{
        display: none;
    }
    .con2_top {
        width: 58.6142%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-left: 0;
    }
    .con2_top_2nd {
        width: 53.5696%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 2%;
    }
    .con2_top_3rd {
        width: 73.9869%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 5%;
    }
    .con2_swiper_con {
        width: 80%;
        right: unset;
        top: 10%;
    }
    .con2_swiper_con_2{
        width: 80%;
        left: unset;
    }

    .con2_top_3rd {
        width: 73.9869%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 5%;
        margin-bottom: 41%;
    }
    .con2_top_4th{
        width: 41.7454%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-right: 0;
    }
    .con2_top_5th {
        width: 41.7454%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
        margin-right: 0;
    }
    .con2_top_6th {
        width: 85.2388%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        margin-top: 5%;
        margin-bottom: 66%;
    }
    .con2_swiper_con {
        width: 80%;
        right: unset;
        top: 29%;
    }
    .con21_mid_prev {
        top: 87% !important;
        right: 52% !important;
        left: unset !important;
        bottom: unset !important;
        width: 11% !important;
        height: 9vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con21_mid_next {
        bottom: unset !important;
        right: 38% !important;
        left: unset !important;
        top: unset !important;
        top: 87% !important;
        width: 11% !important;
        height: 9vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con2_swiper_con_2 {
        top: 71%;
    }

    .con2_swiper_con_2 .con21_mid_prev {
        top: 87% !important;
        right: 52% !important;
        left: unset !important;
        bottom: unset !important;
        width: 11% !important;
        height: 9vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con2_swiper_con_2 .con21_mid_next {
        bottom: unset !important;
        right: 38% !important;
        left: unset !important;
        top: unset !important;
        top: 87% !important;
        width: 11% !important;
        height: 9vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con2_ab {
        width: 2.892388%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 3%;
        top: 10%;
    }
    .con2_ab_2 {
        width: 2.892388%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: 6%;
        top: unset;
        right: 3%;
    }

    .con3_top {
        width: 20.24409%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: 18%;
    }
    .con3_top_2nd {
        width: 72.021%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: 6%;
    }
    .con3_top_3rd {
        width: 63.5591%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: 1.6%;
    }
    .con3_top_4th {
        width: 53.2546%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        margin-top: 3.8%;
        margin-bottom: 23%;
    }
    .con4_top {
        margin-top: 18%;
        margin-bottom: 1.7%;
        width: 248%;
    }
    .con4_top_2nd {
        width: 53.937%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.7%;
        margin-top: 3%;
    }
    .con4_top_3rd {
        width: 42.2152%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5%;
    }

    .con4_top_4th {
        width: 79.0131%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 26%;
        margin-top: 3%;
    }
    .con4_top_4th {
        width: 79.0131%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 51%;
        margin-top: 3%;
    }
    .con4_scr_2nd_1{
        display: none;
    }
    .con4_scr_2nd_2{
        display: none;
    }
    .con4_scr_2nd {
        top: 65%;
        width: 197%;
    }
    .con5_con {
        border-radius: 60px 60px 0 0;
    }
    .con5_top {
        width: 41.643%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 21%;
    }
    .con5_top_ab {
        width: 47.6913%;
        display: flex
    ;
        justify-content: center;
        left: 109%;
        align-items: center;
        bottom: -90%;
    }
    .con5_top_2nd {
        font-size: 7.7vw;
    }
    .con5_top_2nd span {
        font-size: 12vw;
        font-weight: 800;
    }
    .con5_swiper_con_top {
        font-size: 3.2vw;
        background: white;
        color: #5d1c20;
        padding: 1% 7%;
        border-radius: 30px;
        margin-bottom: 11%;
        font-weight: 600;
    }
    .con5_swiper_con {
        width: 79%;
        margin-top: 8%;
        margin-bottom: 7%;
    }
    .con5_video_con {
        overflow: hidden;
        height: 21vw;
    }
    .con5_swiper_con_p {
        background: #5d1c20;
        height: 7vw;
    }
    .con5_swiper_con_p_2 span {
        font-weight: 700;
        font-size: 5vw;
    }
    .con5_swiper_con_p_2 {
        font-size: 3.2vw;
    }
    .con5_swiper_con .con21_mid_prev {
        top: unset !important;
        right: 97% !important;
        left: unset !important;
        bottom: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con5_swiper_con .con21_mid_next{
        top: unset !important;
        left: 97% !important;
        right: unset !important;
        bottom: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        margin: 0 !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con5_top_3rd {
        width: 36.7533%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13.5%;
    }
    .con5_top_4th {
        width: 54.7349%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .con5_top_5th {
        width: 59.6273%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 4%;
    }
    .con5_top_6th {
        width: 97%;
        margin-top: 2.5%;
        margin-bottom: 6.5%;
    }
    .con5_top_6th_item_1_top {
        width: 50.6862%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 7%;
    }
    .con5_top_6th_item_2_top {
        width: 77.8889%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 7%;
    }
    .con5_top_6th_item_3_top {
        width: 59.1966%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-bottom: 7%;
    }
    .con5_top_6th_item_top_2nd_item {
        width: 98%;
        margin: 1%;
        height: 5.3vw;
        background: #de9195;
        color: white;
        font-family: pretendard-regular;
        font-size: 3vw;
    }
    .con5_top_6th_item {
        border-radius: 10px;
    }
    .con5_top_6th_item_top_2nd {
        width: 76%;
        height: 34vw;
        margin-bottom: 8%;
        margin-top: 1%;
        overflow: scroll;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: unset;
    }
    .con5_top_7th {
        width: 92.9396%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 17%;
        margin-top: -3%;
    }
    .con6_prev_1st {
        width: 55.0971%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
    }
    .con6_prev_2nd {
        width: 54.5223%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .con6_top {
        width: 26.3412%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-left: 0;
    }
    .con6_swiper {
        width: 93%;
        overflow: hidden;
        margin-left: 0;
        margin-top: 5.4%;
    }
    .con6_top_2nd {
        width: 26.3412%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-right: 0;
    }
    .con6_swiper_2 {
        width: 93%;
        overflow: hidden;
        margin-right: 0;
        margin-top: 5.4%;
        margin-bottom: 17%;
    }
    .con06_01{
        width: 27.811vw !important;
    }
    .con7_top {
        width: 28.811%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 19%;
    }
    .con7_top_2nd {
        width: 70.1234%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con7_top_3rd {
        width: 49.357%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 1.6%;
    }
    .con7_top_4th .con5_swiper_item {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 38%;
        flex-direction: column;
        margin: 0 2%;
    }
    .con7_top_4th .con5_swiper_con_top {
        font-size: 3.2vw;
        background: white;
        color: #5d1c20;
        padding: 1% 11%;
        border-radius: 30px;
        margin-bottom: 4%;
        font-weight: 600;
    }
    .con7_top_4th {
        margin-top: 4.3%;
        margin-bottom: 18%;
    }
    .con7_top_4th .con5_swiper_item {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 46%;
        flex-direction: column;
        margin: 0 2%;
    }
    .con7_top_4th .con5_swiper_item {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 40%;
        flex-direction: column;
        margin: 0 2%;
    }
    .con7_top_4th .con5_swiper_con_p {
        background: #5d1c20;
        height: 7vw;
        margin-top: -7%;
    }
    .con7_video_con {
        width: 93%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        height: 94%;
        overflow: hidden;
        filter: brightness(0.5);
    }
    .con7_video_con video {
        width: 220%;
    }
    .con8_top {
        width: 4.41732%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
    }
    .con8_top_2nd {
        width: 52.252%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2.8%;
    }
    .con8_top_3rd {
        width: 52.3045%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.4%;
    }
    .con8_top_4th {
        width: 4.41732%;
        display: flex;
        justify-content: center;
        margin-bottom: 5%;
        align-items: center;
        margin-top: 2%;
    }
    .con8_top_5th {
        width: 61.1706%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        flex-direction: column;
    }
    .con8_top_5th_ab {
        width: 98.5075%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: unset;
        left: 0;
        bottom: -2.5%;
    }
    .con8_top_5th_ab_2 {
        align-items: center;
        left: unset;
        top: 22%;
        position: relative !important;
        margin-bottom: 8%;
    }
    .con8_top_5th_ab_2_top {
        width: 35.7015%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
    }


    .con8_top_7th_ab_2 {
        align-items: center;
        left: unset;
        top: 22%;
        position: relative !important;
        margin-bottom: 8%;
        right: unset;
    }
    .con8_top_7th_ab_2_top {
        width: 35.7015%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
    }



    .con8_top_5th_ab_2_top_2nd {
        width: 73.6269%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }

    .con8_top_7th_ab_2_top_2nd {
        width: 73.3284%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8%;
    }
    .con8_top_5th_ab_2_top_3rd {
        width: 140.5075%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
    }
    .con8_top_6th {
        width: 7.88714%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8.5%;
        margin-right: -66%;
        margin-bottom: 5%;
    }
    .con8_top_6th_line {
        right: 120%;
        width: 802%;
        border-top: 1px solid white;
    }
    .con8_top_8th{
        width: 7.88714%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 8.5%;
        margin-left: -66%;
        margin-bottom: 5%;
    }
    .con8_top_8th_line {
        left: 120%;
        width: 802%;
        border-top: 1px solid white;
    }
    .con8_top_7th {
        width: 61.17%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 2%;
        margin-right: 0;
    }
    .con8_top_7th_ab_2_top_3rd {
        margin-top: 6%;
        width: 130.9851%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con8_top_9th {
        text-align: center;
        margin-top: 2%;
        margin-bottom: 17%;
    }

    .con9_left {
        width: 100%;
        background: black;
        overflow: hidden;
    }
    .con08_01{
        width: 30.61417vw !important;
    }
    .con9_left_top_2nd {
        width: 53.6852%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con9_left_top_3rd {
        width: 48.2798%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 7%;
    }
    .con9_left_top {
        width: 31.0318%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 18%;
    }
    .con9_video_con {
        top: 0;
        z-index: 1;
        right: 0;
        width: 100%;
        height: 41vw;
        overflow: hidden;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        filter: brightness(0.5);
        position: relative;
    }
    .con9_video_con_2 {
        bottom: 0;
        z-index: 1;
        right: 0;
        width: 100%;
        filter: brightness(0.5);
        height: 54vw;
        overflow: hidden;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        position: relative !important;
    }
    .con9_video_con_ab {
        width: 25.92388%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        top: 66%;
        right: 36%;
    }
    .con9_video_con {
        top: 0;
        z-index: 1;
        right: 0;
        width: 100%;
        height: 55vw;
        overflow: hidden;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        filter: brightness(0.5);
        position: relative !important;
    }
    .con9_video_con_2_ab {
        width: 42.6903%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 28%;
        z-index: 2;
        top: 71%;
    }
    .con9_video_con_ab {
        width: 25.92388%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 2;
        top: 62%;
        right: 11%;
    }
    .con9_video_con_2_ab {
        width: 42.6903%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 28%;
        z-index: 2;
        top: 67%;
    }
    .con9_video_con_2_ab_2 {
        width: 59.6168%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 19.5%;
        z-index: 2;
        top: 70%;
    }
    .con9_video_con_2_ab_3 {
        width: 87.664%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 6%;
        z-index: 2;
        top: 73.5%;
    }
    .con9_2nd_scr_2nd {
        background: black;
        padding: 2% 0;
        width: 300%;
    }
    .con10_top {
        width: 27.5486%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-bottom: 9%;
    }
    .con10_bg{
        width: 200.787%;
        display: flex;
        justify-content: center;
        align-items: center;
    }








    .con10_top_4th_item_3 {
        left: 55%;
        top: 36%;
        opacity: 0;
        font-family: pretendard-semibold;
    }
    .con10_top_4th_item {
        height: 22vw;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .con10_top_4th_item_2nd .con10_top_4th_item_4 {
    }
    .con10_top_4th_item_2nd .con10_top_4th_item_2 {
        width: 50.3093%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con10_top_4th_item_2 {
        left: 20%;
        top: 29%;
    }
    .con10_top_4th_item_3rd .con10_top_4th_item_2 {
        width: 52%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con10_top_4th_item_3rd .con10_top_4th_item_4 {
        width: 5.225%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con10_top_4th_item_4th .con10_top_4th_item_2 {
        width: 41.4375%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con10_top_4th_item_4th .con10_top_4th_item_4 {
        width: 5.125%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con10_top_4th_item_1st .con10_top_4th_item_4 {
        width: 4.75741%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con10_top_4th_item_1st .con10_top_4th_item_2 {
        width: 68.1111%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -4%;
    }
    .con10_top_4th_item_1st .con10_top_4th_item_2 {
        width: 70.1111%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con10_top_4th_item_on {
        border-radius: 100% 100% 0 0;
        width: 108% !important;
        height: 100vw !important;
        margin-bottom: -13%;
    }

    .con10_top_4th_item_on .con10_top_4th_item_2 {
        left: 16%;
        top: 18%;
    }
    .con10_top_4th_item_on .con10_top_4th_item_1 {
        width: 58.5648%;
        height: 27vw;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        bottom: 41%;
        opacity: 1;
    }

    .con10_top_4th_item_on .con10_top_4th_item_3 {
        left: unset;
        top: 62%;
        font-family: pretendard-semibold;
        color: #0be685;
        opacity: 1;
        width: 100%;
        text-align: center;
    }
    .con10_top_4th_item_on .con10_top_4th_item_3 {
        left: unset;
        top: 62%;
        font-family: pretendard-semibold;
        color: #0be685;
        opacity: 1;
        width: 65%;
        text-align: center;
        word-break: keep-all;
    }

    .con10_top_4th_item_on .con10_top_4th_item_2 {
        left: unset;
        top: 18%;
        margin-left: 0;
    }


    .con10_bg {
        width: 237.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }



    .con10_top_4th_item_on .con10_top_4th_item_4 {
        top: 9%;
        left: 45%;
    }
    .con10_top_4th_item_1st .con10_top_4th_item_2 {
        width: 59.1111%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -4%;
        margin-top: 1%;
    }
    .con10_top_4th_item_on .con10_top_4th_item_1 {
        width: 58.5648%;
        height: 35vw;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        right: unset;
        bottom: 37%;
        opacity: 1;
    }
    .con10_top_4th_item_4{
        width: 11.75741%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con10_top_4th_item_on .con10_top_4th_item_4 {
        width: 11.75741%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con10_top_4th_item_on .con10_top_4th_item_3 {
        left: unset;
        top: 66%;
        font-family: pretendard-semibold;
        color: #0be685;
        opacity: 1;
        width: 82%;
        text-align: center;
        word-break: keep-all;
    }
    .con10_top_4th_item_1st .con10_top_4th_item_2 {
        width: 59.1111%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 1%;
        margin-top: 2%;
    }
    .con10_top_4th_item_2nd .con10_top_4th_item_2 {
        width: 39.3093%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 30%;
        top: 34%;
    }
    .con10_top_4th_item_3rd .con10_top_4th_item_2 {
        width: 47%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 26%;
        top: 33%;
    }
    .con10_top_4th_item_on .con10_top_4th_item_4 {
        top: 5%;
        left: 44.5%;
    }
    .con10_top_4th_item_1st .con10_top_4th_item_2 {
        width: 59.1111%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 1%;
        margin-top: -3%;
    }
    .con10_top_4th_item_on .con10_top_4th_item_1 {
        width: 54.5648%;
        height: 32vw;
        overflow: hidden;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: unset;
        bottom: 43%;
        opacity: 1;
    }
    .con10_top_4th_item_1st .con10_top_4th_item_2 {
        width: 59.1111%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 1%;
    }

    .con10_top_4th_item_on .con10_top_4th_item_3 {
        left: unset;
        top: 61%;
        font-family: pretendard-semibold;
        color: #0be685;
        opacity: 1;
        width: 82%;
        text-align: center;
        word-break: keep-all;
    }
    .con10_top_4th_item_1st .con10_top_4th_item_2 {
        width: 59.1111%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 2%;
    }
    .con10_top_4th_item_on.con10_top_4th_item_1st .con10_top_4th_item_2 {
        top: 13% !important;
    }
    .con10_top_4th_item_2nd.con10_top_4th_item_on .con10_top_4th_item_2 {
        left: 32.4%;
        top: 15%;
        width: 36.231% !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con10_top_4th_item_2nd.con10_top_4th_item_on .con10_top_4th_item_3 {
        left: unset;
        top: 61%;
        font-family: pretendard-semibold;
        color: #0be685;
        opacity: 1;
        width: 74%;
        text-align: center;
        word-break: keep-all;
    }
    .con10_top_4th_item_3rd.con10_top_4th_item_on .con10_top_4th_item_2 {
        left: 28%;
        top: 15%;
        width: 44.1181%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con10_top_4th_item_3rd.con10_top_4th_item_on .con10_top_4th_item_3 {
        left: unset;
        top: 61%;
        font-family: pretendard-semibold;
        color: #0be685;
        opacity: 1;
        width: 77%;
        text-align: center;
        word-break: keep-all;
    }

    .con11_top{
        margin-top: 15%;
        width: 245%;
    }

    .con11_top_2nd {
        width: 57.0551%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }
    .con11_top_3rd {
        width: 57.1076%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 1.4%;
        margin-bottom: 4%;
    }
    .con11_top_4th {
        width: 58%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1%;
    }
    .con11_top_5th {
        width: 85.4882%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 8%;
        margin-top: 3%;
    }
    .con11_ab {
        width: 34.4987%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: -15%;
        right: 0;
    }
    .con11_ab_2 {
        width: 37.706%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0%;
        top: 56%;
    }
    .con12_top {
        width: 36.811%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
    }
    .con12_top_2nd {
        width: 41.6483%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 7%;
    }
    .con12_top_3rd {
        display: flex;
        width: 84%;
        border: 1px solid white;
        margin-bottom: 17%;
        justify-content: center;
        align-items: center;
    }
    .con12_top {
        width: 36.811%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
    }
    .con12_top_3rd_ab {
        width: 26.8903%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: -18%;
        right: -6%;
    }
    .con13_top {
        width: 45.4619%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
    }
    .con13_ab {
        width: 200.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
    }
    .con13_top_2nd {
        width: 79.294%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3.4%;
        margin-bottom: 6%;
    }
    .con13_con {
        margin-bottom: 7%;
        flex-direction: column;
    }
    .con13_con_1{
        width: 82.7927%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .con13_con_2{
        width: 82.7942%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .con13_con_2_ab {
        width: 9.54505%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 2%;
        right: 2%;
    }
    .con13_con {
        margin-bottom: 16%;
        flex-direction: column;
    }
    .con13_ab_2 {
        bottom: -8%;
        width: 400%;
    }

    .con14_top {
        width: 81.5381%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-bottom: 2%;
    }
    .con14_top_2nd {
        width: 75.9685%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.3%;
    }
    .con14_top_3rd{
        width: 76.0971%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 3%;
    }
    .con14_top_4th {
        margin-top: 4%;
        flex-wrap: wrap;
    }

    .con14_top_4th_item {
        width: 37vw;
        height: 37vw;
        display: flex
    ;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        border-radius: 50%;
    }
    .con14_top_4th_item {
        margin: 0 3.5%;
    }
    .con14_top_5th {
        text-align: center;
        margin-top: 7%;
        margin-bottom: 17%;
    }
    .con15_top {
        width: 35.0236%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
    }
    .con15_top_2nd {
        width: 41.3228%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
    }
    .con15_top_3rd {
        width: 84.4934%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
        margin-bottom: 14%;
    }
    .con15_ab {
        width: 2.892388%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 6%;
        left: 2%;
    }
    .con15_ab_2 {
        width: 2.892388%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 6%;
        right: 2%;
    }
    .con16 {
        background: url(/images/con15_11.png) no-repeat top / cover;
        border-radius: 30px 30px 0 0;
    }
    .con16_top {
        width: 44.2703%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
    }
    .con16_top_2nd {
        width: 87.3386%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.4%;
        margin-bottom: 4%;
    }
    .con16_top_3rd {
        width: 86%;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 15%;
    }
    .con16_top_3rd_item {
        width: 48.2272%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 3% 0.7%;
    }
    .con16_top_3rd_item_sm {
        width: 45.705%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }
    .con16_top_3rd_item_lg {
        width: 48.023%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        transform-origin: top left;
        scale: 1.03;
    }
    .con16 {
        background: url(/images/con15_11.png) no-repeat bottom / 395%;
        border-radius: 30px 30px 0 0;
    }
    .con17_top {
        width: 50.8451%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-bottom: 7%;
    }
    .con17_ab{
        width: 200.682%;
        display: flex;
        justify-content: center;
        align-items: center;
    }







    .con18_top {
        width: 24.7585%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 11%;
        margin-bottom: 5%;
    }

    .con18_right {
        height: 90vw;
        width: 100% !important;
    }









    .con1_right_2 {
        width: 78% !important;
        left: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 28%;
        position: relative !important;
    }
    .con1_con_2 .con1_top_2 {
        margin-bottom: 8%;
    }
    .con1_right_2_item p {
        font-family: Pretendard-medium;
        font-size: 3.3vw;
        position: relative;
    }
    .con1_right_2_item input {
        appearance: none;
        text-align: center;
        outline: none;
        font-family: Pretendard-medium;
        font-size: 3vw;
    }
    .con1_right_2_item_input_1st {
        width: 27.5%;
        margin: 0 3%;
        margin-left: 10%;
    }
    .con1_right_2_item_input_2nd {
        width: 27.5%;
        margin: 0 3%;
    }
    input::placeholder {
        font-size: 2.7vw;
    }
    .con1_right_2_item_input_3rd {
        margin: 0 4%;
        width: 62.3%;
        margin-right: 3%;
    }
    .con1_right_2_item_3_item p {
        font-size: 2.8vw !important;
    }
    .con1_right_2_item_3_item {
        border-radius: 100px;
        width: 27%;
        text-align: center;
        height: 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 5.3vw;
    }
    .con1_right_2_item_3_item p {
        font-size: 2.8vw !important;
    }
    .con1_right_2_item_input_4th {
        margin-left: 4%;
        margin-right: 2%;
        width: 43%;
    }
    .con1_right_2 {
        width: 86% !important;
        left: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 28%;
        position: relative !important;
    }
    .con1_right_2_item_input_5th {
        margin-left: 12%;
        margin-right: 2%;
        width: 43%;
    }
    .con1_right_2_item_3_item_1 {
        margin-left: 3%;
        margin-right: 2.5%;
    }
    .con1_right_3 {
        width: 86% !important;
        left: unset !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row !important;
        flex-wrap: wrap;
        font-family: pretendard-medium;
        position: relative !important;
    }
    .con1_con_3 .con1_top_2 {
        width: 87%;
        margin-bottom: 3%;
    }
    .con1_right_2_item_1st::before {
        content: "";
        width: 1vw;
        height: 1vw;
        position: absolute;
        border-radius: 50%;
        transform: translateX(-172%);
        top: 0%;
    }
    .con18_right {
        height: 99vw;
        width: 100% !important;
        position: relative !important;
    }
    .con1_right_2 {
        width: 78% !important;
        left: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 2%;
        left: 4%;
        position: relative !important;
    }
    .con1_bottom {
        width: 92%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: -9%;
        font-family: pretendard-semibold;
        font-size: 3.4vw;
        padding: 3% 0;
        margin-top: 6%;
    }
    .con20_top {
        width: 25.1811%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-left: 0;
    }
    .con20_top_2nd {
        margin-left: 0;
        margin-top: 2.3%;
        margin-bottom: 2%;
        text-align: center;
    }
    .con20_top_3rd {
        width: 36.273%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: 9%;
        margin-top: 2%;
    }

    .con18_right {
        height: 99vw;
        width: 91% !important;
        position: relative !important;
        margin: 0;
        left: unset;
        margin-bottom: 11%;
    }
    .con20_top_3rd {
        width: 45.273%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-bottom: 9%;
        margin-top: 2%;
    }
    .con20 .con2_scr {
        z-index: 1;
        bottom: 8%;
        width: 200%;
    }

    .con1_left {
        align-items: center !important;
        width: 101%;
        position: relative !important;
        margin-top: 3%;
        left: unset;
    }
    .main_bg iframe {
        width: 135%;
        height: 139%;
        top: -24%;
        pointer-events: none;
        filter: brightness(0.7);
    }
    .con20_top {
        width: 30.1811%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
        margin-left: 0;
    }
    .con20_top_2nd {
        margin-left: 0;
        margin-top: 3.3%;
        margin-bottom: 6%;
        width: 60.8346%;
        text-align: center;
    }
    .con18_right {
        height: 99vw;
        width: 91% !important;
        position: relative !important;
        margin: 0;
        left: unset;
        margin-bottom: 18%;
    }
    .con20_ab {
        width: 17.4698%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        bottom: unset;
        left: unset;
        z-index: 5;
        top: 22%;
        right: 4%;
    }

    .con5_ab {
        width: 56.0577%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: -15%;
    }
    .con8_ab_3 {
         width: 77.0919%;
         display: flex
     ;
         justify-content: center;
         align-items: center;
         left: -4%;
         top: 31%;
     }
    .con8_ab_4 {
        width: 64.7559%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 69%;
        right: -7%;
    }
     .con21_mid_prev {
        top: 107% !important;
    }

     .con21_mid_next {
        top: 107% !important;
    }

    .con2_swiper_con_2 .con21_mid_prev {
        top: 107% !important;
    }

    .con2_swiper_con_2 .con21_mid_next {
        top: 107% !important;
    }
    .con03_04_2{
        width: 63.5591vw !important;
    }
    
    
    
    
    
    
    
    
    
    
    
    div.con05_bottom {
        padding: 18vw 0 15vw;
    }

    div.con05_bottom_main {
        width: 93%;
        height: auto;
        background-color: ;
        border-radius: 2vw;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 1vw 0.5vw;
    }

    .con05_menu_wrap {
        height: 97vw;
    }

    .con05_tab {
        width: 33.1281%;
    }

    div.con05_tab_wrap {
        width: 90%;
        gap: 0vw;
        justify-content: space-between;
        padding: 5vw 0;
    }

    .con05_menu_img {
        height: 21vw;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .con05_menu_title {
        font-size: 4.3vw;
        font-weight: 600;
    }
    
    
        .con05_tab {
        width: 29.1281%;
    }
        .con05_menu_img {
        height: 29vw;
        display: flex
;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        width: 29vw;
    }
    .con05_bottom .con21_mid_prev {
    bottom: unset !important;
    left: 0% !important;
    right: unset !important;
    top: unset !important;
    top: 67% !important;
    width: 8vw !important;
    height: 8vw !important;
    margin: 0 !important;
    display: flex
;
    top: 44% !important;
    justify-content: center;
    align-items: center;
}
.con05_bottom .con21_mid_next {
    bottom: unset !important;
    right: 0% !important;
    left: unset !important;
    top: unset !important;
    top: 67% !important;
    width: 8vw !important;
    height: 8vw !important;
    margin: 0 !important;
    display: flex
;
    top: 44% !important;
    justify-content: center;
    align-items: center;
}

        div.con05_bottom {
        padding: 0vw 0 8vw;
    }
    
        .con11_ab {
        width: 34.4987%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: -8%;
        right: 0;
    }
        .con11_ab_2 {
        width: 52.706%;
        display: flex
;
        justify-content: center;
        align-items: center;
        left: 0%;
        top: 92%;
    }
        .con11_ab_2 {
        width: 52.706%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 0%;
        top: 92%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
.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%;
}
    .con10_bg{
            width: 163.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .intro {
        height: 158vw;
        z-index: 10001;
        justify-content: flex-start;
    }
    .con04_06{
        
    }
        .con5_top_6th {
        width: 97%;
        margin-top: 2.5%;
        margin-bottom: 6.5%;
        flex-direction: column;
    }
    .con5_top_6th_item {
    width: 91%;
    margin: 3% 1.5%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: white;
    border-radius: 30px;

    }
    .con5_top_6th_item_1_top {
        width: 23.6862%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-bottom: 4%;
    }
    .con5_top_6th_item_2_top {
        width: 38.8889%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-bottom: 4%;
    }
    .con5_top_6th_item_3_top {
        width: 29.1966%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-bottom: 4%;
    }
    .con5_top_6th_item_top_2nd_item {
        width: 48%;
        margin: 1%;
        height: 5.3vw;
        background: #de9195;
        color: white;
        font-family: pretendard-regular;
        font-size: 3vw;
    }
        .con5_top_6th_item_top_2nd {
        width: 76%;
        height: 24vw;
        margin-bottom: 8%;
        margin-top: 1%;
        overflow: scroll;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
        .con5_ab {
        width: 56.0577%;
        display: flex
;
        justify-content: center;
        align-items: center;
        z-index: 1;
        top: -11%;
    }
    .con8_top_5th_ab_2_top_3rd{
        
    }
    p.mobile-pc{
        display: block !important;
    }
    
        .con8_top_5th_ab_2_top_3rd {
        width: 140.5075%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        font-size: 3.2vw;
        text-align: center;
        line-height: 4.9vw;
    }
    
        .con8_top_7th_ab_2_top_3rd {
        margin-top: 6%;
        width: 130.9851%;
        display: flex
;
        justify-content: center;
        align-items: center;
        width: 140.5075%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        font-size: 3.2vw;
        text-align: center;
        line-height: 4.9vw;
    }
    
    
    .con8_top_5th_ab_2_top_3rd {
        font-weight: 100;
    }
    .con8_top_5th_ab_2_top_3rd span{
        font-weight: 600;
        
    }
    
    
    
        
    .con8_top_7th_ab_2_top_3rd {
        font-weight: 100;
    }
    .con8_top_7th_ab_2_top_3rd span{
        font-weight: 600;
        
    }
    
    .con8_ab_3 {
        width: 77.0919%;
        display: flex
;
        justify-content: center;
        align-items: center;
        left: -4%;
        top: 34%;
    }
    
    .con8_ab_4 {
        width: 64.7559%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 72%;
        right: -7%;
    }
    
    .con10_top_4th_item_1st .con10_top_4th_item_2 {
    left: 22%;
        top: 28%;
}
        .con10_bg {
        width: 163.787%;
        display: flex
;
        justify-content: center;
        align-items: center;
        top: 0;
    }
    
    .con05_tab_wrap{
        width: 91%;
        gap: 0vw;
        justify-content: center !important;
        padding: 5vw 0;
        flex-wrap: wrap;
    }
    .con05_tab {
        width: 29.1281%;
        margin: 2%;
    }
}
