* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
.opazoom{
    animation: opazoom 1.5s infinite;
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
.rotate{
    animation: rotate360 15s infinite linear;
}
.rotatereverse{
    animation: rotate360 15s infinite linear reverse;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}

/* 까딱까딱 애니메이션 */
@keyframes tiltLeftBottom {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-2deg) translate(-0.5vw, 0.5vw);
    }
    50% {
        transform: rotate(0deg);
    }
    75% {
        transform: rotate(-1.5deg) translate(-0.3vw, 0.4vw);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes headlightBlink {


    0% {
        opacity: 0.2;
    }
    15% {
        opacity: 0.8;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 0.7;
    }
    55% {
        opacity: 1;
    }
    70% {
        opacity: 0.6;
    }
    85% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}
@keyframes shakeAndFall{
    0% {
        transform: translate(0, -100%) rotate(0);
        opacity: 0;
    }
}
@keyframes rotate_img10deg {
    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}








.main .slide_left {
    width: 50% !important;
    align-items: flex-start;
    padding-left: 7%;
    box-sizing: border-box;
    position: relative;
}


.main .slide_left{
    width: 50% !important;
}
.main .slide_right{
    width: 50% !important;
}

.slide_left_top_pv{
    width: 27.937%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16%;
    margin-left: 0%;
}
.slide_left_top_2nd{
    font-weight: 700;
    overflow: hidden;
    margin-top: 3%;
    font-size: 2.43vw;
}
.slide_left_top_3rd{
    overflow: hidden;
}

.slide_left_top_4th {
    font-weight: 700;
    font-size: 1.45vw;
    margin-top: 4.3%;
    border-bottom: 0.1vw solid black;
}
.slide_left_top_5th {
    font-weight: 400;
    margin-top: 1.2%;
    margin-bottom: 25%;
    font-size: 1.23vw;
}
.main{
    border-bottom: 1px solid black;
}
.slide_left{

}
.slide_left_top{
    border-radius: 0.3vw;
    padding: 0.6% 1.3%;
    margin-top: 17%;
    overflow: hidden;
}
.slide_left_top{
    border-radius: 0.3vw;
    padding: 0.6% 1.3%;
    margin-top: 17%;
}

.main .slide_left {
    width: 50% !important;
    height: 42.9vw;
}

.slide_right{
    height: 42.9vw;


}

.swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.2);
    transition: 0.3s all;

}

.swiper-pagination-progressbar-fill {
    background: black !important; /* 하얀색 진행바 */
    transition: width 0.3s ease-out; /* 빠르게 */
    transition: 0.3s all;
}
.swiper-pagination { top: 9% !important;
    width: 20% !important;
    left: 35% !important;
    top: -10% !important;}



.slide_left_top_pv2{
    width: 28.4721%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 16%;
}
.slide_left_top_pv3{
    width: 19.9443%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16%;
    margin-left: 0%;
}
.swiper-pagination-progressbar {
    background: rgb(0 0 0 / 28%);
    transition: 0.3s all;
}
.swiper-pagination{
    top: 53% !important;
    rotate: 90deg;
    left: -2% !important;
    right: unset !important;
    width: 14% !important;
    height: 0.18vw !important;
}
.number1{
    z-index: 3;
    top: 32%;
    left: 4.76%;
}
.number3{
    top: 71%;
    left: 4.76%;
    z-index: 2;
}
.main_ab{
    width: 14.2782%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 4%;
}

.con1_top{
    width: 8.45144%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 0%;
}
.con1_top_2nd{
    margin-top: 2%;
}
.con1_top_3rd{
    font-weight: 600;
    margin-top: 0.2%;
    overflow: hidden;
}

.con1_top_4th{
    width: 84% !important;
    justify-content: space-between;
    margin-top: 2.6%;
    margin-bottom: 8%;
}

.con1_top_4th_item {
    width: 32.5625%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    border-radius: 2vw;
    overflow: hidden;
    flex-direction: column;
    height: 25vw;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.con1_top_4th_item_1_top_2nd{
    width: 37.8119%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: 0%;
}
.con1_top_4th_item_top_3rd{
    margin-top: 4%;
}
.con1_top_4th_item_top_4th{
    font-weight: 700;
    margin-top: 2%;
}
.con1_top_4th_item_top_5th{
    font-weight: 700;
}
.con1_top_4th_item_2_top_2nd{
    width: 38.9635%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin-top: 4%;
}
.con1_top_4th_item_3_top_2nd{
    width: 29.1747%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: 0%;
}


.con1_bg_2{
    height: 20vw;
    bottom: 0;
    width: 100%;
    position: absolute;
}
.con1_ab{
    width: 31.916%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    top: 4%;
}

.con1_ab2{
    width: 24.042%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    left: 0;
}
.con2_01_con_ab{
    width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    height: 100%;
    left: 66.5%;
}
.con2_01b{
    width: unset;
    height: 100%;
}
.con2_01_con_ab2{
    width: 12%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 78%;
}
.con2_01_con_ab2{
    width: 8.5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 78.4%;
    border-radius: 3vw;
}
.con2_01_con_ab2_ab{
    margin-top: 0%;
    margin-left: 0%;
}
.con2_item{
    padding-top: 4%;
    padding-bottom: 10%;
}


.con2_01_con_ab{
    width: 32.8129%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 33.3%;
}
.con2_01_con_ab2 {
    width: 8.5%;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
    left: 45.3%;
    border-radius: 3vw;
    bottom: 2%;
}
.con2_01_con_ab2_ab{
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    width: 93.9759%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}

.con2_item_top_2nd{
    width: 204.619%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    padding-top: 1.2%;
    margin-top: -0.134%;
}
.con2_item_top_2nd_ab{
    width: 5.7vw;
    height: 5.7vw;
    bottom: 2%;
    border-radius: 50%;
    left: 57.6%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con2_item_top_2nd_ab_ab{
    width: 140.367%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 30%;
}

.con2_item_top_3rd{
    width: 204.829%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con2_item_top_3rd_ab{
    display: flex;
    justify-content: center;
    align-items: center;
    left: 37.2%;
    width: 13.6%;
    border-radius: 3vw;
    height: 5.7vw;
    overflow: hidden;
}
.con2_scrx{
    width: 120%;
}


.con3{
    background: url(/images/con3_bg.jpg) no-repeat center / cover;

}

.con3_top{
    margin-top: 9%;
}
.con3_top_2nd{
    margin-top: 1.8%;
    font-weight: 300;
    overflow: hidden;
}
.con3_top_3rd{
    font-weight: 600;
    font-size: 3.7vw;
    margin-top: 0.4%;
}
.con3_top_3rd {
    font-weight: 600;
    font-size: 3.7vw;
    margin-top: 0.4%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 1%;
}
.con3_top_3rd .scbg{
    display: inline-block;
    padding: 0% 1%;
    font-weight: 700;
    line-height: 1.1;
}
.con3_top_4th{
    width: 84% !important;
    justify-content: space-between;
    margin-top: 2.6%;
    margin-bottom: 8%;

}

.con3_top_4th_item {
    width: 32.5%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-left: 0%;
    border-radius: 2vw;
    overflow: hidden;
    flex-direction: column;
    height: 17.3vw;
}
.con3_top_4th_item_top_2nd{
    margin-top: 2.5%;
    font-size: 1.2vw;
    font-weight: 500;
}
.width84{
    width: 84% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_top_5th {
    flex-direction: column;
    border-radius: 1.5vw;
}
.con3_top_5th_top{
    margin-top: 8%;
    width: 80%;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 0.1vw white;
}
.con3_top_5th_top_2nd{
    width: 80%;
    font-weight: 700;
    margin-top: -0.2%;
}
.con3_top_5th_top_3rd{
    width: 80%;
    margin-top: 2%;
    margin-bottom: 11%;
}

.con3_top_5th{
    flex-direction: column;
    border-radius: 1.5vw;
    margin-top: 8%;
    margin-bottom: 9.5%;
}
.con3_top_4th_ab{
    width: 62%;
    right: 5%;
    bottom: 0;
    justify-content: space-around;
    align-items: flex-end;
}
.con3_top_4th_ab_item_ab{
    opacity: 0;
}
.con3_top_4th_ab_item{
    width: 11.6935%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con3_top_4th_ab_item_last{
    width: 14.7177%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con3_top_4th_ab_item_ab2{
    width: 122.603%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 100%;
}
.con3_top_5th_top {
    margin-top: 9%;
}
.con3_top_4th_ab_item_ab3{
    width: 278.082%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 54%;
}
.con3_top_5th_ab_2{
    width: 79.625%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 28%;
    bottom: -33%;
}
.con3_top_5th_ab_3{
    width: 46.25%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 39%;
    top: -7%;
    z-index: 2;

}
.con3_top_4th_ab_item_ab2{
    z-index: 3;
}
.con3_top_4th_ab_item_ab3{
    z-index: 1;

}
.con3_scrx{
    top: 49%;
    width: 120%;
}
.con3_scrx2{
    top: 55.5%;
    width: 120%;
}
.con3_scrx2 .scrX_item{
    animation: marqueeX 20s infinite linear reverse;
}
.con3_ab{
    width: 10.3412%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 8%;
    top: 3.5%;
}

.con4_top_3rd{
    border: 1px solid #eb2f30;
    border-radius: 2vw;
    margin-top: -1.25%;
    margin-bottom: 7%;
}
.slide-inner_con{
    width: 90%;
    display: flex;
}
.con4_slide_img{
    width: 84.9257%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: 0%;
}
.slide-inner_con {
    margin-top: 7%;
    height: 30vw;
    justify-content: flex-start;
}
.con4_slide_top_2nd {
    margin-top: 5%;
    font-weight: 500;
}
.con4_slide_top_3rd {
    margin-top: 1%;
    font-weight: 700;
}
.con4_slide_top_4th{
    margin-top: 5%;
    text-align: center;
}
.con4_slide_top_4th .underline{
    text-decoration: underline;
    font-weight: 500;
}
.underline{
    text-decoration: underline;
    font-weight: 500;
}
.con14_table_bot01{
    font-family: "SUIT Variable";
}
.con4 .mySwiper{
    padding-bottom: 5%;
    margin-bottom: -5%;
}
.con4_slide_img_ab{
    overflow: hidden;
    top: 100%;
}
.con4_slide_img_ab img{
    transform: translateY(-100%);
    transition: 0.3s all;
    opacity: 0;
}
.con4_slide_top_5th{
    font-size: 0.7vw;
    margin-top: 2%;
    color: #0000007d;
}
.slide-inner_con{
    transition: 0.3s all;
    position: relative;
}
.slide-inner_con p{
    transition: 0.3s all;
}

.con4 .swiper-slide.swiper-slide-next  .slide-inner_con{
    background: #eb2f30;
}
.con4 .swiper-slide.swiper-slide-next  .slide-inner_con p{
    color: white !important;
}

.con4 .swiper-slide.swiper-slide-next  .con4_slide_img_ab img{
    transform: translateY(0%);
    opacity: 1;
}
.con4_top{
    margin-top: 7%;
    overflow: hidden;
    font-weight: 300;
}
.con4bold{
    font-weight: 700;
}
.con4_top_2nd{
    margin-top: 3%;
    background: #fef7e4;
    padding: 0 4%;
}



.con7_prev:after,.con7_next:after {
    content: unset !important;
}

.con7_prev{
    left: 1% !important;
    top: unset !important;
    width: 3vw !important;
    height: 3vw !important;
    border-radius: 50%;
    overflow: hidden;
    left: 9% !important;
    bottom: 33%;
    transition: 0.4s background;
}
.con7_next{
    right: 1% !important;
    top: unset !important;
    width: 3vw !important;
    border-radius: 50%;

    height: 3vw !important;
    overflow: hidden;
    transition: 0.4s background;

    right: 9% !important;
    bottom: 33%;

}

.con7_next{
    right: 9% !important;
    bottom: 36% !important;

}


.con7_prev {
    left: 59% !important;
    bottom: 36% !important;
}


.con7_prev {
    left: 38% !important;
    bottom: 70% !important;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: unset;
}

.con7_next {
    right: 38% !important;
    bottom: 70% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: unset;
}

.con5_con{
    background: white;
    border-radius: 2vw;
}
.con5_top{
    width: 31.9375%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-left: 0%;
}
.con5_top_ab{
    top: 68.3%;
    right: 0.5%;
    font-weight: 600;
    overflow: hidden;
    font-size: 2.8vw;
}



.con8_con{
    background: white;
    border: 0.15vw solid  #ffd801;
    width: 79%;
    border-radius: 1vw;
    margin-top: 3%;
    margin-bottom: 8%;
}

div.con08_menu {
    width: 65%;
    height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_tab p{
    z-index: 2;
}
.con08_tab.con08_change {
    color: var(--main-color);
    font-weight: 700;
    border-bottom: 0.3vw var(--main-color) solid;
}
.con08_tab:hover{
    color: var(--main-color);
    font-weight: 700;
    border-bottom: 0.3vw var(--main-color) solid;
}
.con08_menu .swiper-slide.swiper-slide-active .con08_menu_tt {
    color: black;
}

.con08_menu .swiper-slide.swiper-slide-active .con08_menu_img {
    box-shadow: unset;
}

.con08_prev {
    left: -2%;
    z-index: 20;
}
.con08_next {
    z-index: 20;
    right: -2%;
}

.con08_prev  img{
    width: 100%
}
.con08_next img{
    width: 100%

}


.con08_tab {
    width: 5.806%;
    display: flex
;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.2vw;
    margin: 0 1%;
}
.con08_menu_img {
    width: auto;
    height: 11vw;
}
div.con08_menu {
    width: 65%;
    height: unset;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
}

.con8_con {
    background: white;
    border: unset;
    width: 83%;
    border-radius: unset;
    margin-top: 2%;
    margin-bottom: 8%;
}
.con5_con {
    background: white;
    border-radius: 2vw;
    margin-bottom: 6%;
}
div.con08_menu {
    width: 100%;
    height: unset;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}

.con08_tab {
    width: unset;
    display: flex
;
    justify-content: center;
    align-items: flex-end;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1.2vw;
    margin: 0 3%;
}

.con08_menu{
    opacity: 0;
    position: absolute ;

}
.con08_menu.con08_change{
    opacity: 1;
    z-index: 2;
    position: relative !important;
}
.con08_menu .swiper-slide{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.con08_menu_con{
    border: 1px solid #d1c8b0;
    cursor: pointer;
    border-radius: 1.7vw;
    width: 94%;
    height: 20vw;
    justify-content: flex-start;
    align-items: center;
    scale: 1;
    transition: 0.3s all;
}


.con08_menu_img {
    height: 11vw;
    border: 1px solid #d1c8b0;
    border-radius: unset;
    width: 84%;
    margin-top: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con08_menu_img_img{
    width: unset;
    display: flex;
    height: 7vw;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 7%;
}
.con08_menu_img_img img{
    width: unset !important;
    height: 100%;
}
.con08_menu_img_type{
    top: 6%;
    font-size: 1.3vw;
}
.con08_menu_tt{
    font-family: "SUIT Variable";
    margin-top: 7%;
}
.con08_menu_desc{
        font-family: "SUIT Variable";
    font-weight: 400;
    margin-top: 2%;
    text-align: center;
}
.con08_menu_con{
    border-radius: 1.3vw;
}
.slide_arr{
    cursor: pointer;
}
.con08_menu_con_on{
    border-radius: 1.3vw;
}
.con08_menu_img {
    overflow: hidden;
    height: 11vw;
    border: 1px solid #d1c8b0;
    border-radius: unset;
    width: 84%;
    margin-top: 8%;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: white;
}

.con08_menu.con08_change {
    opacity: 1;
    z-index: 2;
    padding-top: 9%;
    margin-top: -4%;
    padding-bottom: 8%;
    margin-bottom: -9%;
}
.con08_menu_con_on{
    scale: 1.5;
    background: var(--main-color);
    z-index: 7;
    transition: 0.3s all;
}
.con08_menu_con_on .con08_menu_tt{
    color: white !important;
}
.con08_menu_con_on .con08_menu_desc{
    color: white;
}
.con08_menu_con_on .con08_menu_img_type{
    color: var(--main-color);
}



 .con08_menu_tt{
    transition: 0.3s all;
}
 .con08_menu_desc{
     transition: 0.3s all;
 }
 .con08_menu_img_type{
     transition: 0.3s all;
 }
.con08_menu_img_type {
    top: 6%;
    font-size: 1.1vw;
    font-weight: 500;
}
.con08_menu{
    padding-top: 9%;
    margin-top: -4%;
    padding-bottom: 8%;
    margin-bottom: -9%;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}
.con08_tab_wrap{
    z-index: 10;
}
.con08_menu_img_img{
    transform-origin: top;
    transition: 0.3s all;
}
.con08_menu_con_on .con08_menu_img_img {
    width: unset;
    display: flex;
    height: 13vw;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -44%;
}

.con08_menu_con_on {
    scale: 1.5;
    background: var(--main-color);
    z-index: 7;
    transition: 0.3s all;
    border-radius: 0.4vw;
    border: 0;
}
.con08_menu_con_on .con08_menu_img {
    overflow: hidden;
    height: 13vw;
    border: 1px solid #d1c8b0;
    border-radius: unset;
    width: 92%;
    margin-top: 4%;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: white;
    border: unset;
}
.con08_menu_con_on .con08_menu_img_img {
    height: 15vw;
}

.con5 .swiper-slide.swiper-slide-next +.swiper-slide +.swiper-slide +.swiper-slide .con08_menu_con{
    opacity: 0.3;
}
.con5 .swiper-slide.swiper-slide-prev .con08_menu_con{
    opacity: 0.3;

}

.con08_prev{
    left: unset;
    right: 50.3%;
    bottom: -5%;
}
.con08_next{
    right: unset;
    left: 50.3%;
    bottom: -5%;
}

.con6_top{
    margin-top: 6%;
    overflow: hidden;
}
.con6_top_2nd{
    margin-top: 0.5%;
    overflow: hidden;
    font-weight: 700;
}
.con6 .slide-inner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con6 .slide-img{
    width: 95% !important;
    border-radius: 2vw 2vw 0 0;
    overflow: hidden;
}
.con6_5_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    pointer-events: none;
}
.con6 .mySwiper{
    width: 110%;
    margin: 0;
    margin-top: 14%;
}
.con6_5_ab2{

}

.con6 .mySwiper {
    width: 110%;
    margin: 0;
    margin-top: 3%;
    padding-top: 8%;
}
.con6 .slide-inner{
    transition: 0.3s all;
}
.con6 .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide .slide-inner{
    scale: 1.34;
    transform: translateY(-12.4%);
}


.con6 .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide{
    z-index: 5;
}
.con6_5_ab2{
    width: 18.9885%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
}
.con6_5_ab22{
    width: 34.9246%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    top: 3%;
    margin-left: 0%;
}
.con6_ab{
    width: 9.55381%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 13%;
    top: 25%;
    animation: ddm_m 2s infinite ;
}
.con6_ab2{
    width: 11.601%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 18%;
    animation: ddm_m 2s infinite ;
    animation-delay: 1s;
    top: 38%;
}
.con6_ab3{
    width: 12.336%;
    display: flex;
    justify-content: center;
    animation: ddm_m 2s infinite ;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 15%;
    top: 29%;
}
.con6_ab4{
    width: 11.9685%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 68%;
    top: 43%;
    animation: ddm_m 2s infinite ;
    animation-delay: 1s;
}

.con6 .con7_prev {
    left: 35% !important;
    bottom: 48% !important;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: unset;
}
.con6 .con7_next {
    right: 35% !important;
    bottom: 48% !important;
    display: flex
;
    justify-content: center;
    align-items: center;
    overflow: unset;
}
.con7{
    background: url(/images/con7_bg.jpg) no-repeat center / cover;
}
.con7_top{
    margin-top: 7%;
}
.con7_top_2nd{
    margin-top: 0.3%;
    overflow: hidden;
}
.con7_top_3rd{
    margin-top: 1.5%;
}
.con7_top_3rd{
    justify-content: space-between;
}
.con7_top_3rd_item{
    width: 30.5%;
    border: 0.1vw solid var(--main-color);

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 1vw;
}
.con7_top_3rd_item_top{
    border: 0.1vw solid var(--main-color);
    background: var(--second-color);
    border-radius: 2vw;
    font-size: 1.1vw;
    font-weight: 600;
    padding: 0.5% 5%;
    margin-top: -4%;
}
.con7_top_3rd_item_top_2nd{
    overflow: hidden;
    height: 14vw;
    width: 23vw;
    margin-top: 3%;
    border-radius: 0.7vw;
}
.con7_top_3rd_item_top_3rd{
    font-size: 1.8vw;
    font-weight: 700;
    margin-top: 6%;
}
.con7_top_3rd_item_top_4th{
    margin-top: 2%;
    margin-bottom: 9%;
}
.con7_top_4th{
    justify-content: space-between;
    margin-top: 3.3%;
    margin-bottom: 7%;
}
.con7_scrx{
    top: 43%;
}
.con7_top_4th_ab{
    width: 1.625%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 18%;
    left: 32%;
}
.con7_top_4th_ab2{
    width: 1.625%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 18%;
    right: 32%;
}
.con7_top_3rd_item{
    transition: 0.3s all;
}
.con7_top_3rd_item_on{
    background: var(--main-color);
}
.con7_top_3rd_item_top_3rd{
    transition: 0.3s all;
}
.con7_top_3rd_item_on .con7_top_3rd_item_top_3rd{
    color: white;
}

.con7_top_3rd_item_top_4th{
    transition: 0.3s all;
}
.con7_top_3rd_item_on .con7_top_3rd_item_top_4th{
    color: white;
}
.con8{
    border-top: 0.1vw solid var(--main-color);
    border-bottom: 0.1vw solid var(--main-color);
}
.con8_top{
    width: 17.4278%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: 43%;
}
.con8_top_2nd{
    font-size: 2.15vw;
    margin-left: 51%;
    margin-top: 2%;
    font-weight: 700;
}
.con8_top_3rd{
    margin-left: 50%;
    margin-top: 2.4%;
    margin-bottom: 9%;
}
.con8_top_2nd_ab{
    height: 1.1vw;
    top: 36.5%;
    width: 45%;
    left: -0.4%;
}
.con8_top_3rd p{
    z-index: 5 ;
    position: relative;
}
.con8_ab{
    width: 45.7218%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 8%;
}
.con8_ab2{
    height: 100%;
    width: 3.2%;
    left: 0;
    background: var(--main-color);
}
.con8_ab2_ab{
    width: 32.7869%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 160%;
    top: 8.3%;
}
.con9_top{
    margin-top: 5%;
    overflow: hidden;
}










div.con14_table {
    width: 52%;
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid #000;
    font-weight: 300;
}
.con14_table_hd {
    width: 100%;
    display: flex;
    background-color: #000000;
    font-size: 1.1vw;
    color: white;
    font-weight: 600;
}
.con14_table_body {
    width: 100%;
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    font-size: 0.95vw;
}
.con14_table_left {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.con14_table_center {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.con14_table_right {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.con14_table_hd > div {
    padding: 1vw 0;
}
.con14_table_tr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 0.05vw solid #2121212a;
}
.con14_table_tr > div {
    padding: 1vw 0;
    line-height: 1.3;
}
.con14_table_body .con14_table_center {
    border-left: 0.05vw solid #2121212a;
    border-right: 0.05vw solid #2121212a;
}
.con14_table_bot01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e34b3d;
    padding: 1vw 0;
    color: white;
    font-size: 1.8vw;
}
.con14_table_bot01 span {
    margin-left: 5vw;
}
.con14_ct {
    right: 47.1%;
}
.con14_table_bot02 {
    width: 52%;
    color: white;
    opacity: 0.7;
    line-height: 1.5;
    margin-top: 0.5vw;
    font-size: 0.8vw;
    font-family: "SUIT Variable";
    margin-bottom: 5vw;
    
}
.con14_line {
    width: 23%;
    height: 0.1vw;
    background-color: #e34b3d;
    position: absolute;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%);
}
.con14_table_right p.absol {
    color: #e34b3d;
    left: 58%;
    font-weight: 600;
}
.con14_table_right p.absol.new_animate {
    left: 67%;
    font-weight: 800;
    font-size: 1.1vw;
}
.con14_table_right p.bold {
    position: relative;
    left: -9%;
}

.con14_top_bg {
    width: 100%;
    top: 0%;
    height: 50%;
    background-color: #e34b3d;
}
.con14_table_top_tt {
    right: 0%;
    bottom: 101%;
    font-size: 0.8vw;
}

.con14_table_hd {
    width: 100%;
    display: flex
;
    background-color: unset;
    font-size: 1.1vw;
    color: black;
    font-weight: 600;
}


.con14_table_center {
    border-left: 0.05vw solid #2121212a;
    border-right: 0.05vw solid #2121212a;
}
.con14_table_hd {
    border-bottom: 0.05vw solid #2121212a;
}
.con14_table_top_tt2{
    left: 0%;
    bottom: 101%;
    font-size: 0.8vw;
}

div.con14_table {
    width: 63%;
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid #000;
    font-weight: 500;
    margin-top: 4%;
}
.con14_table_bot02 {
    width: 52%;
    color: black;
    opacity: 0.7;
    line-height: 1.5;
    margin-top: 2.5vw;
    font-size: 0.8vw;
    margin-bottom: 5vw;
    text-align: left;
    width: 63%;
}
.con14_table_bot01 {
    background-color: #c62724;
}
.con14_table_hd {
    border-bottom: 0.05vw solid #212121;
}
div.con14_table {
    width: 63%;
    flex-wrap: wrap;
    color: #212121;
    border: 1px solid #000;
    font-weight: 500;
    margin-top: 4%;
    border-left: unset;
    border-right: unset;
}
.con14_table_right p.bold {
    position: relative;
    left: 0;
}
.con14_table_right p.bold{
    font-weight: 500 !important;
}
.con14_ct {
    position: relative !important;
}
.con9_ab{
    width: 33.4908%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    bottom: 0;
    right: 0;
}
.con14_ct {
    right: unset;
}
.con2_item {
    padding-top: 5%;
    padding-bottom: 10%;
}
.con2_item_2 {
    padding-top: 13%;
}

.con2_01_con_ab {
    width: 32.8129%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 33.34%;
}

.con11{
    background: url(/images/con11_bg.jpg) no-repeat center / cover;
}
.con11_top{
    margin-top: 11.5%;
}
.con11_top_item{
    width: 16.7979%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    margin: 0 -2%;
}
.con11_top_item_ab{
    font-weight: 600;
    overflow: hidden;
}
.con11_ab2{
    width: 21.8898%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
}
.con11_ab3{
    width: 23.3071%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
}
.con11_top_2nd{
    margin-top: 2%;
    font-weight: 500;
    overflow: hidden;
}
.con11_top_2nd .line{
    overflow: hidden;
}
.con11_top_3rd{
    width: 20.0525%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con11_top_4th{
    width: 23.3071%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5%;
    margin-left: 0%;
}
.con11_top_4th > img{
    animation: light 2s infinite;
}
.con11_top_5th{
    text-align: center;
    margin-top: 1.5%;
    margin-bottom: 10%;
}
.con11_ab{
    width: 12.231%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 8%;
    top: 9%;
}

.con12_top{
    width: 40.5625%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: 0%;
}
.con12_top_ab{
    top: 50.3%;
    overflow: hidden;
    right: 42.5%;
    font-weight: 600;
    font-size: 2.8vw;
}
.con6_ab4 {
    width: 12.9685%;
}
.con7_2{
    background: url(/images/con15_bg.jpg) no-repeat center / cover;

}
.con7_top_3rd .underline{
    font-weight: 400;
}
.con08_tab_wrap_2{
    margin-top: 3%;
}
.con16{
    background: url(/images/con16_bg.jpg) no-repeat top / cover;

}
.con16_top_3rd_ab{
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    width: 45.4593%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 3;
}
.con16_top_3rd_ab2{
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    width: 27.2966%;
    display: flex
;
    z-index: 5;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con16_top{
    margin-top: 6%;
    overflow: hidden;
}
.con16_top_2nd{
    font-weight: 700;
    overflow: hidden;
    margin-top: 0.3%;
}
.con16_top_3rd{
    width: 50.4987%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3%;
    margin-left: 0%;
}
.con16 .slide-img{
    width: 99% !important;
}
.con16_top_3rd{
    z-index: 2;
}
.con16 .mySwiper{
    top: 57%;
    z-index: 3;
}
.con16_ab{
    width: 29.9213%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    overflow: hidden;
    right: 71%;
    top: 43%;
}
.con16_ab2{
    top: 43%;
    width: 27.9265%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 72%;
}

.con9_2{

}
.con14_table_center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.con14_table_center_1 p{
    width: 100%;
    padding: 2% 0;
}

.con14_table_center_1{
    padding: 0.5% 0 !important;
}
.con14_table_center_1 p:nth-child(1){
    border-bottom: 0.05vw solid #2121212a;
}

.con9_2_ab{
    width: 26.8766%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.con9_2_ab_ab{
    width: 66.4062%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    top: -70%;
}
.con9_con{
    flex-direction: column;
    background: white;
    border-radius: 2vw;
    margin-top: 3%;
}
.con9{
    background: var(--second-color);
}
div.con14_table {
    width: 72%;
}


.con14_table_bot02 {
    width: 71%;
}


.con2_item_3 .con2_01_con_ab {
    width: 32.7529%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 33.36%;
}

.con2_item_3 {
    padding-top: 13%;
}

.con11_2{
    background: url(/images/con19_bg.jpg) no-repeat center / cover;

}
.con19_ab2{
    width: 23.937%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 0;
}
.con19_ab3{
    width: 23.1496%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
}
.con19_ab33{
    width: 17.5853%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    top: 17%;
}
.con11_top_2nd {
    margin-top: 2%;
    font-weight: 500;
    text-align: center;
}
.con19_ab{
    width: 9.13386%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 10%;
    left: 8%;
}

.con5_3 .con5_top_ab {
    top: 52.3%;
    right: 0.5%;
    font-weight: 600;
    font-size: 2.8vw;
}
.con5_top3{
    width: 31.5625%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: 0%;
}
.con6_5_ab222{
    width: 28.6432%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 3%;
}
.con6_ab4 {
    width: 10.9685%;
}
.con7_3{
    background: var(--second-color);
}

/*
.con7_3 .con7_top_3rd_item {
    width: 22%;
}
*/
/*
.con7_top_3rd_item_top_2nd {
    overflow: hidden;
    height: 14vw;
    width: 16vw;
}
*/
.con7_scrx2 {
    bottom: -9%;
}
.con7_3 .con7_scrx {
    top: 43%;
    width: 140%;
}
.con7_top_4th {
    z-index: 2;
}

.con7_3 .con7_top_4th_ab {
    width: 1.625%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 18%;
    left: 23.4%;
}
.con7_3 .con7_top_4th_ab2 {
    width: 1.625%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 18%;
    right: 49%;
}
.con7_3 .con7_top_4th_ab3{
    width: 1.625%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 18%;
    right: 23.4%;
}

.con16_2 .con16_top_3rd_ab2 {
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
    width: 49.7966%;
}

.con9_3_top{
    margin-top: 4%;
}
.con9_3_top_2nd{
    font-size: 1.8vw;
    overflow: hidden;
    margin-top: 0.7%;
}
.con9_3_top_3rd{
    overflow: hidden;

}
.con9_3_ab{
    width: 23.1496%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0%;
    z-index: 1;
    bottom: 9%;
}
.con9_3_ab_ab{
    width: 39.229%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0;
    bottom: 78%;
}
.con9_top_4th{
    width: 14.7507%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2%;
    margin-bottom: 3%;
}
.con9_con_ab{
    width: 12.0625%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    top: 2%;
    left: 62%;
    animation: ddm_m 2s infinite;
}
.con9_3_ab {
    width: 23.1496%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 0%;
    z-index: 1;
    bottom: 19%;
}
.con14_table_center .smal{
    font-size: 0.8vw;
}
.con26{
    background: url(/images/con26_bg.jpg) no-repeat center / cover;
}
.con26_ab{
    top: 0;
    width: 100% !important;
}
.con26_top{
    width: 9.13386%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: 0%;
}
.con26_top_2nd{
    width: 9.44882%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.4%;
    margin-left: 0%;
}

.con26_top_4th_2nd{
    width: 40.6299%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.3%;
    margin-left: -46%;
}
.con26_top_5th{
    margin-top: -13.3%;
    margin-left: 34%;
}
.con26_top_5th_2nd{
    width: 24.8294%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5%;
    margin-left: 30%;
}
.con26_scrx{
    margin-top: 7.3%;
}
.con26_top_6th .underline{
    font-weight: 300;
}
.con26_top_6th{
    margin-top: 5.4%;
}
.con26_top_7th{
    font-size: 1.7vw;
    margin-top: 2%;
    font-weight: 500;
}
.con26_top_8th{
    font-weight: 700;

}
.con26_top_3rd{
    margin-top: 5%;
    font-size: 2vw;
    font-weight: 600;
}
.con26_top_3rd .mc{
    font-weight: 700;
}
.con26_top_4th{
    font-weight: 600;
    overflow: hidden;
}
.con26_top_3rd_ab{
    width: 70.0692%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    left: 32%;
    overflow: hidden;
    bottom: -2%;
}
.con26_top_9th_item{
    width: 31.0761%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con26_top_9th_item:nth-child(2){
    margin: 0 -2.47%;
}
.con27_top{
    margin-top: 6%;
    font-weight: 700;
    overflow: hidden;
}
.con27_top_2nd{
    margin-top: 0.6%;
}
.con27_top_3rd_item {
    height: 8.4vw;
    width: 21.3%;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 2vw;
    border: 1px solid #d1c8b0;
    margin-bottom: 3.3%;
}
.con27_top_3rd{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4%;
}
.con27_top_3rd_item_1{
    width: 14.3695%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -10%;
}
.con27_top_3rd_item_2{
    width: 13.4897%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 29%;
}
.con27_top_3rd_item_3{
    top: 58%;
}
.con27_top_3rd_item_2{
    width: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 29%;
    height: 2.1vw;
}
.con27_top_3rd_item_2 img{
    width: unset !important;
    height: 100% !important;
}

.con27_top_3rd {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4%;
    margin-bottom: 3%;
}


.con27 {
    border-bottom: 1px solid var(--main-color);
}
.con27_top_3rd_item_2 {
    height: 2vw;
}
.con27_top_3rd_item_ab{
    font-size: 1.5vw;
    left: 109%;
    font-weight: 500;
}
.con27_top_3rd_item_op p{
    color: white;
}
.con27_top_3rd_item_op{
    background: var(--main-color);
}
.con27_top_3rd_item_op .con27_top_3rd_item_ab p{
    color: var(--main-color) !important;

}
.con28_top{
    margin-top: 6%;
    font-weight: 700;
    overflow: hidden;
}
.con28_top_2nd{
    margin-top: 0.6%;
    overflow: hidden;
}















.form {
    width: 52%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid grey;
    background: white;
    z-index: 1;
    margin-bottom: 4%;
}
.form_con {
    margin-top: 2%;
    padding-top: 2%;
    margin-bottom: 2%;
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(/images/con22_15.png) no-repeat center / cover;
    z-index: 1;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 86%;
    padding-bottom: 2%;
    padding-left: 3%;
    padding-top: 2%;
    margin-top: 1%;
    background: #F2F2F2;
}
.con17_bg{
    width: 100%;
}
.form_agree {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    color: #560000;
    white-space: nowrap;
    font-size: 1.2vw;
}
.form_row_imput {
    width: 70%;
    margin-left: 2.2%;
    height: 2.5vw;
    background: white;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
    padding-left: 2%;
    box-sizing: border-box;
}
.form_row_imput:focus{
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: black;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: #f2f2f2;
    color: transparent;
    border: none;
    appearance: none;
}
.form_agree_check:checked {
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/con22_11.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5%;
    width: 86%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    padding-top: 2%;
    padding-bottom: 2%;
    cursor: pointer;
}

.form_row_imput_radio {
    margin-right: 1%;
    width: 1.2vw;
    height: 1.2vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    margin-right: 20%;
    left: 3%;
    border-radius: 5px;
    border: black 1px solid;
}
.form_row_imput_radio:focus{
    border: black 1px solid;

}

.form_row > span {
    font-size: 1vw;
    margin-right: -15%;
}
.form_row_check_div >span{
    font-size: 1vw;
    white-space: nowrap;
}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}
.form_row_check_div_con{
    width: 83%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.form_row_check_div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 18%;
    padding-right: 6%;
    height: 1.7vw;
}
.form_row_check_div_text{
    width: 91%;
    margin-top: 3%;
}
.form_row_check_div_text{
    width: 91%;
    margin-top: 3%;
}
.form_row_check_div_text input{
    width: 95%;
    height: 2.5vw;
    background: #e7e7e7;
}
.form_row_check_div_text input{
    padding-left: 5%;
    font-size: 1.1vw;
}
.form_row_label_letter{
    letter-spacing: 9px;
}


.h_area1{
    left: 31.42%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 14.5vw;
    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';
}
.h_area2{
    left: 65.3%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 14.5vw;
    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';
}
.hideopa{
    opacity: 0;
    pointer-events: none;
}
.h_area1 {
    left: 24.42%;
    border-radius: 0;
}
.h_area1{
    left: 31.42%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 14.5vw;
    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';
    left: 24.42%;
    border-radius: 0;
}
.h_area2 {
    left: 54.3%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 14.5vw;
    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: 0;
    text-align: center;
    font-size: 1vw;
    font-family: 'Pretendard-bold';
}
.form_row {
    display: flex;
    justify-content: flex-start;
    width: 86%;
    padding-bottom: 2%;
    padding-left: 3%;
    padding-top: 2%;
    margin-top: 1%;
    background: #F2F2F2;
}
.form_row_imput_radio_1 {
    margin-right: 1%;
}
.form_row > span {
    font-size: 1vw;
    margin-right: -2%;
    margin-left: 5%;
}


.h_visit1{
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 21.5vw;
    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';
    left: 24.42%;
    border-radius: 0;
}

.h_question{
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 21.5vw;
    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';
    left: 24.42%;
    border-radius: 0;
}
.h_change{
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 21.5vw;
    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';
    left: 24.42%;
    border-radius: 0;
}
.h_choose{
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 21.5vw;
    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';
    left: 24.42%;
    border-radius: 0;
}
textarea{
    height: 5vw !important;
}
.biz_top{
    width: 70%;
    margin-top: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid black;
    padding-bottom: 1%;
    padding-top: 6%;
}
.biz_top_p_1{
    font-family: pretendard-bold;
    font-size: 1.5vw;
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.biz_top_p_2{
    font-size: 1vw;
    color: #666;
    margin-top: 0.6%;
}
.con2_con {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 52%;
    z-index: 1;
    margin-top: 5%;
}
.biz_top {
    width: 52%;
    margin-top: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid black;
    padding-bottom: 1%;
}
.form {
    width: 52%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid grey;
    background: white;
    z-index: 1;
    margin-bottom: 4%;
}
.sa_06{
    width: 35vw !important;
}

.con2_mid_swiper_1_slide{
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form_row_label {
    color: #560000;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 16.5%;
}
#extra{
    margin-bottom: -7%;
    width: 21.5vw !important;
    opacity: 0;
}

.extra::placeholder{
    font-family: pretendard-regular;
    font-size: 1.1vw;
    color: rgb(0 0 0 / 36%);
}


#change{
    margin-bottom: -7%;
    width: 21.5vw !important;
    opacity: 0;
}

.change::placeholder{
    font-family: pretendard-regular;
    font-size: 1.1vw;
    color: rgb(0 0 0 / 36%);
}
.form {
    width: 82%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: unset;
    background: white;
    z-index: 1;
    margin-bottom: 4%;
}

.form_row {
    display: flex;
    justify-content: flex-start;
    width: 86%;
    padding-bottom: 2%;
    padding-left: 3%;
    padding-top: 2%;
    margin-top: 1%;
    background: transparent;
}
.form_row_label {
    color: #e50213;
    white-space: nowrap;
    font-size: 1.2vw;
    width: 16.5%;
}
.form_row_imput {
    width: 29%;
    margin-left: 2.2%;
    height: 3.5vw;
    background: white;
    border: 1px solid #e50213;
    font-size: 1vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}
.form_row_label {
    color: #e50213;
    white-space: nowrap;
    font-size: 1.1vw;
    width: 14.5%;
    position: relative;
}

.form_row_imput_radio{
    margin-right: 1%;
    width: 1.2vw;
    height: 1.2vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    left: 3%;
    border-radius: 5px;
    border: black 1px solid;
}
.form_row > span {
    font-size: 1vw;
    margin-right: -1%;
    margin-left: 5%;
}
.form_row {
    display: flex;
    justify-content: flex-start;
    width: 86%;
    padding-bottom: 1%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    background: transparent;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e50213;
    padding: 1.2%;
    width: 16%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.4vw;
    padding-top: 1.6%;
    padding-bottom: 1.6%;
    border-radius: 50px;
    cursor: pointer;
}
textarea{
    width: 76% !important;
    height: 13vw !important;
    padding-top: 2%;
    padding-left: 0 !important;
}
.h_area1 {
    left: 31.42%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 14.5vw;
    height: 3.5vw;
    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';
    left: 22.82%;
    border-radius: 0;
}
.email{
    left: 53.3%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 14.5vw;
    height: 3.5vw;

    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: 0;
    text-align: center;
    font-size: 1vw;
    font-family: 'Pretendard-bold';
}
.h_area2{
    left: 42.3%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 14.5vw;
    height: 3.5vw;

    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: 0;
    text-align: center;
    font-size: 1vw;
    font-family: 'Pretendard-bold';
}
.golbang{
    margin-left: 2.5%;
    font-family: pretendard-regular;
    font-size: 1.3vw;
    color: #e50213;
}
.policy_con_2nd{
    width: 76% !important;
    height: 13vw !important;
    padding-top: 2%;
    padding-left: 0 !important;
    overflow: hidden;
    border: 1px solid;
    width: 29%;
    margin-left: 2.2%;
    height: 3.5vw;
    background: white;
    border: 1px solid #e50213;
    font-size: 1vw;
    font-family: 'Pretendard-Regular';
    outline: none;
    padding: 2%;
    box-sizing: border-box;
    padding-left: 2% !important;
    font-family: pretendard-light;
    font-size: 0.9vw;
    color: #000000a8;
    line-height: 1.6vw;
    overflow-y: scroll;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: #e50213;
}
.form_agree {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 66%;
    margin-top: 0%;
    margin-bottom: 4%;
    margin-left: 12%;
    flex-direction: row-reverse;
}
.form_agree_check {
    margin-right: 1%;
    margin-left: auto;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: 1px solid #00000045;
    appearance: none;
    border-radius: 50%;
}
.form_agree_mt {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: #e50213;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #e50213;
    border-radius: 50%;
    color: unset !important;
}
.required{
    background-repeat: no-repeat !important;
    background-position: left top !important;
    padding-left: 2%;
    margin-left: -2%;


}
.required::after {
    font-size: 1vw;
    content: '*';
    color: var(--main-color);
    position: absolute;
    left: 0%;
}

.form_con {
    margin-top: 0%;
    padding-top: 1%;
    margin-bottom: 2%;
}
.form_row_label {
    font-family: pretendard-semibold;
}
textarea{
    padding-left: 2% !important;
}
textarea::placeholder{
    font-size: 1vw;
    font-family: pretendard-regular;
    color: #e50213;
}
input::placeholder{
    color: #e50213;

}
select option{
    color: #e50213;
}
.form{
    scale: 0.8;
    margin-top: -7%;
    margin-bottom: -6%;
}


#change {
    margin-bottom: 0;
    width: 16.5vw !important;
    opacity: 1;
    position: absolute;
    left: 70%;
}























.con12 .quickAgree{
    white-space: nowrap;
}
.con12 .quick_agree {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: -4%;
}
.con12 .quick_checkbox{
    accent-color: #f4a81c;
    margin: 0 0.5% 0 3%;
}
.con12 .quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 1.3vw !important;
    color: white !important;
    display: flex;
    width: 100%;
    justify-content: center;
    font-weight: 400;
}
.con12_top_3rd{
    height: 5vw;
    width: 80%;
    margin-top: 2%;
}
.con12 .quick_agree {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: 0% !important;
    position: relative !important;
    color: white;
}
.con12_top_3rd{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.underline{
    text-decoration: underline;
}
.con12 .quick_checkbox{
    border-radius: 50%;
    border: 1px solid white;
    width: 1.3vw;
    height: 1.3vw;
    overflow: hidden;
}

.con12 .quick_checkbox{
    margin-right: 0.3%;
    width: 0.9vw;
    height: 0.9vw;
    overflow: hidden;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.con12 .quick_checkbox:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.15vw solid white;
    width: 1.5vw;
    height: 1.5vw;
}
.con12 .quick_agree {
    width: 73% !important;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: -4%;
}
.con12 .quick_checkbox:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/franchise/con7_18_2nd.png) center / 86% no-repeat;
    color: unset !important;
}

.con12 .quick_checkbox {
    background: transparent;
    border: none;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 0.15vw solid white;
    width: 1.5vw;
    height: 1.5vw;
}

.form{
    background: transparent;
}

.form {
    scale: 0.8;
    margin-top: -4%;
    margin-bottom: -6%;
}

.form_row_imput{
    border: 1px solid #e50213;
}
.form_row select{
    border: 1px solid #e50213 !important;

}
.form_submit{
    margin-top: 5%;
    margin-bottom: 8%;
}
.form_row_label {
    font-family: pretedard Variable;
    font-weight: 700;
    font-size: 1.1vw;
}



.form_row_imput_radio {
    margin-right: -0.6%;
    width: 14.2vw;
    height: 3.2vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    left: 3%;
    border-radius: unset;
    border: 1px #e50213 solid;
    width: 14.5vw;
    height: 3.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    left: 0;
}
.form_row_imput_radio:checked{
    background: #e50213;
    border: 1px #e50213 solid;

}
.form_row_imput_radio_1::after {
    content: '유';
    color: #e50213;
    position: absolute;
    font-size: 1.2vw;
    font-family: pretendard Variable;
}

.form_row_imput_radio_2::after {
    content: '무';
    color: #e50213;
    position: absolute;
    font-size: 1.2vw;
    font-family: pretendard Variable;
}
.form_row_imput_radio{
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

.form_row_imput_radio:checked::after{
    color: white;
    left: 50%;
    transform: translateX(-50%);

}
.con28_top_3rd{
    background: white;
    border-radius: 1vw;
    margin-top: 2%;
    margin-bottom: 6%;
}

.form_row_imput {
    border: 1px solid #d1c8b0;
}

.form_row_label {
    color: black;
    white-space: nowrap;
    font-size: 1.1vw;
    width: 14.5%;
    position: relative;
}
.form_row select {
    border: 1px solid #d1c8b0 !important;
}

.form_row_imput_radio:checked{
    border: 1px var(--main-color) solid;
    background: var(--main-color);
}
.form_row_imput_radio{
    border: unset !important;
}

.form_row_imput_radio {
    background: #e9e9e1;
    color: #828077 !important;
}
.form_submit{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    color: white !important;
    font-weight: 600;
    font-family: Paperlogy;
    font-size: 1.7vw;
    letter-spacing: -0.04vw;
}
.form_row_imput_radio_2::after {
    color: #828077 ;
}
.form_row_imput_radio_1::after {
    color: #828077 ;
}
.golbang {
    color: #828077;
}

.form_submit {
    width: 36%;
    border-radius: unset;
}

.con28{
    border-bottom: 1px var(--main-color) solid;
}
.form_row select {
    border: 1px solid #d1c8b0 !important;
}
.slide_left_top{
    transition: unset;
}

.con08_menu.con08_change {
    opacity: 1;
    z-index: 2;
    padding-top: 7%;
    margin-top: 0%;
    padding-bottom: 8%;
    margin-bottom: -9%;
}

.con8_top_2nd .line{
    overflow: hidden;
}
.con19_top_4th >img{
    animation: light 2s infinite;
}
.con26_top_9th{
    margin-bottom: 5%;
}
.h_area1{
    left: 19.42%;
}
.h_area2 {
    left: 45.1%;
}
#change {
    left: 76%;
}
.tot{
    left: 10.3%;
    font-size: 1.4vw;
}
.con1_scr{
    margin-top: -1px;
}
.form_row {
    padding-bottom: 0%;
    padding-top: 0%;
}

.form_row_imput {
    border-radius: 0.4vw;
}

.form_row select {
    border-radius: 0.4vw;
}
.quick_agree_pc{
    position: relative;
    left: unset;
    top: unset !important;
    margin-top: 3%;
    width: 83% !important;
}
.quick_agree_pc .quickAgree a {
    color: black !important;
}
.form_row_label {
    font-weight: 400;
}
.con7_top_4th{
    opacity: 0;
    transition: 0.3s all;
    transform: translateY(20%);

}

.con7_top_4th_change.con7_top_4th{
    opacity: 1 !important;
    z-index: 10;
    transform: translateY(0);
}

.required, textarea.required {
    background-image: unset !important;
}
.con26_top_9th_item img{
    transition: 0.3s all;
    
}
.con26_top_9th_item:hover img{
    scale:1.05;
    cursor: pointer;
}
.con14_table_tr{
        font-family: "SUIT Variable";
    
}
.con08_tab_wrap{
        font-family: "SUIT Variable";
    
}
.h_area1 {
    left: 22.72%;
}
.h_area2 {
    left: 45.7%;
}
#change {
    left: 74%;
}
.con28 .quick_checkbox {
    border: unset !important;
    background: white !important;
    border: 1px solid var(--main-color) !important;
}
.con28 .quick_checkbox:checked {
    background: white !important;
    border: unset !important;
    border: 1px solid var(--main-color) !important;
    display: flex
;
    outline: unset;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {

    .tot{
        left: 10.3%;
        font-size: 3.5vw;
    }


    .slide-inner{
        flex-direction: column;
    }
    .main .slide_left {
        width: 100% !important;
        height: 124.9vw;
    }
    .main .slide_right {
        width: 100% !important;
        height: 84.9vw;
    }

    .main .slide_left {
        width: 50% !important;
        align-items: center;
        padding-left: 0;
        box-sizing: border-box;
        position: relative;
    }
    .slide_left_top_pv {
        width: 27.937%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 13%;
        margin-left: 0%;
    }
    .slide_left_top_4th {
        font-weight: 700;
        font-size: 3.45vw;
        margin-top: 4.3%;
        border-bottom: 0.1vw solid black;
    }
    .slide_left_top_5th {
        font-weight: 400;
        margin-top: 1.2%;
        margin-bottom: 25%;
        font-size: 3.33vw;
    }
    .main .slide_left {
        width: 100% !important;
        height: 94.9vw;
    }


    .slide_left_top {
        border-radius: 0.3vw;
        padding: 0.6% 1.3%;
        margin-top: 9%;
    }
    .slide_left_top_pv {
        width: 43.937%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 32%;
        margin-left: 0%;
    }
    .slide_left_top_pv2 {
        width: 45.4721%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 32%;
    }
    .slide_left_top_2nd {
        font-weight: 700;
        margin-top: 3%;
        font-size: 5.63vw;
    }

    .slide_left_top_pv3 {
        width: 29.9443%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 32%;
        margin-left: 0%;
    }

    .main_ab {
        width: 38.2782%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 4%;
    }

    .swiper-pagination {
        top: 30% !important;
        rotate: 90deg;
        left: -4% !important;
        right: unset !important;
        width: 27% !important;
        height: 0.7vw !important;
    }

    .number1 {
        z-index: 3;
        top: 19%;
        left: 8.76%;
    }
    .number3 {
        top: 39.5%;
        left: 8.1%;
        z-index: 2;
    }
    .con1_scr > div{
        width: 250% !important;
    }

    .con1_top {
        width: 22.45144%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }

    .con1_top_2nd {
        margin-top: 6%;
    }
    .con1_top_4th {
        flex-direction: column;
    }
    .con1_top_4th_item {
        width: 82.5625%;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
        border-radius: 2vw;
        overflow: hidden;
        flex-direction: column;
        height: 68vw;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
    }
    .con1_top_4th_item_1_top_2nd{
        margin-top: 6%;
    }
    .con1_top_4th_item_2_top_2nd{
        margin-top: 6%;
    }
    .con1_top_4th_item_3_top_2nd{
        margin-top: 6%;
    }

    .con1_ab {
        width: 39.916%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 0;
        top: 12%;
    }
    .con1_ab2 {
        width: 39.042%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0;
        left: 0;
    }

    .con2_item {
        padding-top: 13%;
        padding-bottom: 13%;
    }
    .con2_item_top{
        width: 305.092%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con2_item_top_2nd {
        width: 304.619%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        padding-top: 2.2%;
        margin-top: -0.134%;
    }

    .con2_item_top_3rd {
        width: 304.829%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
    }

    .con2_item_top_2nd_ab {
        width: 8.7vw;
        height: 8.7vw;
        bottom: 2%;
        border-radius: 50%;
        left: 57.6%;
        overflow: hidden;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con2_item_top_3rd_ab {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 37.2%;
        width: 13.6%;
        border-radius: 5vw;
        height: 8.7vw;
        overflow: hidden;
    }
    .con3_top {
        margin-top: 20%;
        ㅅㄷ: ㄷ;
        text-align: center;
        width: 80%;
    }
    .con3_top_3rd {
        font-weight: 600;
        font-size: 7.3vw;
        margin-top: 0.4%;
        white-space: nowrap;
    }
    .con3_top_4th {
        width: 84% !important;
        justify-content: space-between;
        margin-top: 2.6%;
        margin-bottom: 8%;
    }
    .con3_top_4th {
        flex-direction: column;
    }
    .con3_top_4th_item {
        width: 84.5%;
        display: flex
    ;
        justify-content: flex-start;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin-top: 0%;
        margin-left: 0%;
        border-radius: 3vw;
        overflow: hidden;
        flex-direction: column;
        height: 47.3vw;
        margin-bottom: 5%;
        margin-top: 2%;
    }
    .con3_top_4th_item_top_2nd {
        margin-top: 4%;
        font-size: 3.89vw;
        font-weight: 500;
    }
    .con3_top_5th {
        flex-direction: column;
        border-radius: 1.5vw;
        margin-top: 22%;
        margin-bottom: 15.5%;
    }

    .con3_top_5th_top {
        margin-top: 12%;
        text-align: center;
        -webkit-text-stroke: 0.25vw white;
    }
    .con3_top_5th_top_2nd {
        width: 80%;
        font-weight: 700;
        margin-top: -0.2%;
        text-align: center;
    }
    .con3_top_5th_top_3rd {
        width: 80%;
        margin-top: 4%;
        margin-bottom: 78%;
        text-align: center;
    }


    .con3_top_4th_ab_item {
        width: 9.6935%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        overflow: hidden;
    }
    .con3_top_4th_ab_item img {
        width: 141% !important;
    }

    .con3_top_4th_ab {
        width: 101%;
        right: unset;
        bottom: 0;
        justify-content: space-around;
        align-items: flex-end;
    }
    .con3_top_4th_ab_item_ab2 {
        width: 160.603%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 101%;
    }
    .con3_top_5th_top_3rd {
        width: 80%;
        margin-top: 4%;
        margin-bottom: 70%;
        text-align: center;
    }

    .con3_top_5th_ab_3 {
        width: 84.25%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 3%;
        top: 42%;
        z-index: 2;
    }


    .con3_top_5th_ab_2 {
        width: 109.625%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: -14%;
        bottom: -6%;
    }
    .con3_scrx {
        top: 60%;
        width: 220%;
    }

    .con3_scrx2 {
        top: 63.5%;
        width: 220%;
    }

    .con3_ab {
        width: 30.3412%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
        left: unset;
        top: 3.5%;
        position: relative;
    }
    .con3_top {
        margin-top: 9%;
        text-align: center;
        width: 80%;
    }
    .con3_top_4th {
        width: 84% !important;
        justify-content: space-between;
        margin-top: 6.6%;
    }

    .con4_top {
        margin-top: 15%;
        font-weight: 300;
    }
    .con4_top_3rd{
        overflow: hidden;
    }
    .width84 {
        width: 90% !important;
        flex-direction: column;
    }
    .con4 .mySwiper {
        margin: 0;
        width: 260%;
    }
    .slide-inner_con {
        margin-top: 9%;
        height: 85vw;
        justify-content: flex-start;
    }
    .con4_slide_top_5th {
        font-size: 2.7vw;
        margin-top: 2%;
        color: #0000007d;
    }
    .con4 .mySwiper {
        padding-bottom: 18%;
        margin-bottom: 0%;
    }
    .con4_top_2nd{
        margin-top: 5%;
        background: #fef7e4;
        padding: 0 4%;
        font-size: 4.5vw;
    }
    .con4_top_3rd {
        border: 1px solid #eb2f30;
        border-radius: 2vw;
        margin-top: -3.25%;
        margin-bottom: 12%;
    }
    .con4 .con7_prev {
        left: 22% !important;
        bottom: 76.4% !important;
    }
    .con4 .con7_next{
        right: 22% !important;
        bottom: 76.4% !important;
    }
    .con7_prev{
        width: 8vw !important;
        height: 8vw !important;
    }
    .con7_next{
        width: 8vw !important;
        height: 8vw !important;
    }
    .con5_top {
        width: 72.9375%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-left: 0%;
    }
    .con5_top_ab {
        font-size: 5.8vw;
    }
    .con08_tab {
        width: unset;
        display: flex
    ;
        justify-content: center;
        align-items: flex-end;
        cursor: pointer;
        transition: all 0.3s;
        font-size: 3.6vw;
        margin: 0 3%;
    }
    .con8_con {
        background: white;
        border: unset;
        width: 93%;
        border-radius: unset;
        margin-top: 6%;
        margin-bottom: 12%;
    }
    .con08_menu_con {
        border: 1px solid #d1c8b0;
        border-radius: 1.7vw;
        width: 94%;
        height: 45vw;
        justify-content: flex-start;
        align-items: center;
        scale: 1;
        transition: 0.3s all;
    }
    .con08_menu_tt {
        font-family: "SUIT Variable";
        margin-top: 7%;
        font-size: 4.4vw;
    }
    .con08_menu_img_type {
        top: 6%;
        font-size: 2.9vw;
        font-weight: 500;
    }
    .con08_menu_img_img {
        width: unset;
        display: flex
    ;
        height: 14vw;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 3%;
    }
    .con08_prev {
        width: 8vw;
        height: 8vw;bottom: -3%;
    }

    .con08_next {
        width: 8vw;bottom: -3%;
        height: 8vw;
    }

    .con08_prev img{
        width: 100%;
    }

    .con08_next img{
        width: 100%;
    }
    .con08_menu_img {
        overflow: hidden;
        height: 22vw;
    }

    .con08_menu_con_on{
        scale: 1.5;
        background: var(--main-color);
        z-index: 7;
        transition: 0.3s all;
    }
    .con08_menu_con_on .con08_menu_tt{
        color: white !important;
    }
    .con08_menu_con_on .con08_menu_desc{
        color: white;
    }
    .con08_menu_con_on .con08_menu_img_type{
        color: var(--main-color);
    }
    .con08_menu.con08_change {
        opacity: 1;
        z-index: 2;
        padding-top: 23%;
        margin-top: -4%;
        padding-bottom: 17%;
        margin-bottom: -9%;
    }
    .con08_menu_con_on .con08_menu_img {
        overflow: hidden;
        height: 24vw;
    }
    .con08_menu_con_on .con08_menu_img_img {
        height: 28vw;
    }
    .con08_menu {
        padding-top: 9%;
        margin-top: -4%;
        padding-bottom: 8%;
        margin-bottom: -9%;
        padding-left: 8.6%;
        padding-right: 8.6%;
        box-sizing: border-box;
    }
    .swiper-slide.swiper-slide-next +.swiper-slide .con08_menu_con{
        opacity: 0.3;
    }
    .con08_menu.con08_change {
        opacity: 1;
        z-index: 2;
        padding-top: 23%;
        margin-top: -14%;
        padding-bottom: 17%;
        margin-bottom: -9%;
    }
    .con5_con {
        background: white;
        border-radius: 2vw;
        margin-bottom: 12%;
    }

    .con6_top {
        margin-top: 15%;
    }
    .con6 .mySwiper {
        width: 323%;
        margin: 0;
        margin-top: 46%;
        padding-top: 29%;
    }
    .con6 .slide-img {
        width: 102% !important;
        border-radius: 5vw 5vw 0 0;
        overflow: hidden;
    }
    .con6 .con7_prev {
        left: 6% !important;
        bottom: 37% !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: unset;
    }
    .con6 .con7_next {
        right: 6% !important;
        bottom: 37% !important;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        overflow: unset;
    }

    .con6_ab {
        width: 30.55381%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 11%;
        top: 23%;
    }
    .con6_ab3 {
        width: 39.336%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 11%;
        top: 24%;
    }
    .con6_ab2 {
        width: 37.601%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: 13%;
        top: 37%;
    }
    .con6_ab4 {
        width: 37.9685%;
        left: 57%;
        top: 38%;
    }
    .con6_scr >div{
        width: 250%;
    }
    .con7_top {
        margin-top: 15%;
    }
    .con7_top_2nd {
        margin-top: 1.3%;
    }
    .con7_top_3rd_item {
        width: 83.5% !important;
    }

    .con7_top_3rd_item_top {
        border: 0.1vw solid var(--main-color);
        background: var(--second-color);
        border-radius: 3vw;
        font-size: 3.5vw;
        font-weight: 600;
        padding: 0.5% 6%;
        margin-top: -3%;
    }
    .con7_top_3rd_item_top_2nd {
        overflow: hidden;
        height: 38vw;
        width: 61vw;
        margin-top: 5%;
    }
    .con7_top_3rd_item_top_3rd {
        font-size: 4.8vw;
        font-weight: 700;
        margin-top: 6%;
    }
    .con7_top_3rd_item {
        margin-top: 5%;
    }
    .con7_scrx {
        top: 43%;
        width: 300%;
    }
    .con7_top_4th {
        justify-content: space-between;
        margin-top: 3.3%;
        margin-bottom: 14%;
    }
    .con8_top {
        width: 54.4278%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }

    .con8_top_2nd {
        font-size: 6.15vw;
        margin-left: 0;
        margin-top: 4%;
        font-weight: 700;
        text-align: center;
    }
    .con8_top_3rd {
        margin-left: 0;
        margin-top: 2.4%;
        margin-bottom: 9%;
        text-align: center;
    }

    .con8_top_2nd_ab {
        height: 4vw;
        top: 35%;
        width: 45.5%;
        left: 16.5%;
    }


    .con8_ab {
        width: 90.7218%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: unset;
        margin-bottom: 12%;
        position: relative;
    }
    .con8_top_3rd {
        margin-left: 0;
        margin-top: 2.4%;
        margin-bottom: 4%;
        text-align: center;
    }


    .con8_ab2 {
        display: none;
    }

    .con9_con {
        margin-top: 10%;
    }
    .con9_top {
        margin-top: 10%;
    }

    div.con14_table {
        width: 92%;
    }
    .con14_table_hd {
        font-size: 3.1vw;
    }

    .con14_table_body {
        width: 100%;
        display: flex
    ;
        background-color: white;
        flex-wrap: wrap;
        font-size: 2.95vw;
        text-align: center;
    }

    .con14_table_tr > div {
        padding: 3vw 0;
        line-height: 1.5;
    }
    .con14_table_bot01 {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        background-color: #e34b3d;
        padding: 2vw 0;
        color: white;
        font-size: 4.8vw;
    }
    .con14_table_top_tt2 {
        left: 0%;
        bottom: 102%;
        font-size: 2.8vw;
    }
    .con14_table_top_tt {
        right: 0%;
        bottom: 102%;
        font-size: 2.8vw;
    }
    .con14_table_hd > div {
        padding: 2vw 0;
    }
    .con14_table_bot02 {
        width: 81%;
        width: 52%;
        color: black;
        opacity: 0.7;
        line-height: 1.5;
        margin-top: 2.5vw;
        font-size: 2.8vw;
        margin-bottom: 5vw;
        text-align: center;
        width: 63%;
    }
    div.con14_table {
        flex-wrap: wrap;
        color: #212121;
        border: 1px solid #000;
        font-weight: 500;
        margin-top: 13%;
        margin-bottom: 1%;
        border-left: unset;
        border-right: unset;
    }
    .con14_table_bot02 {
        margin-bottom: 6vw;
    }
    .con9_con {
        margin-bottom: 9%;
    }
    .con9_ab {
        width: 42.4908%;
    }
    .con11_top_item {
        width: 33.7979%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        margin: 0 -3.5%;
    }


    .con11_top_4th {
        width: 64.3071%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0.5%;
        margin-left: 0%;
    }
    .con11_top_5th {
        text-align: center;
        margin-top: 1.5%;
        margin-bottom: 13%;
        width: 79%;
    }
    .con11_ab {
        width: 32.231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: unset;
        top: 9%;
        position: relative;
        margin-top: 15%;
    }
    .con11_ab2{
        display: none;
    }
    .con11_ab3{
        display: none;

    }
    .con11_top_3rd {
        width: 64.0525%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 1%;
        margin-left: 0%;
    }
    .con12_top {
        width: 87.5625%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-left: 0%;
    }
    .con12_top_ab {
        top: 50.3%;
        right: 42.5%;
        font-weight: 600;
        font-size: 5.8vw;
    }
    .con08_tab_wrap_2 {
        margin-top: 8%;
    }
    .con16_top {
        margin-top: 15%;
    }

    .con16_top_3rd {
        width: 80.4987%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.3%;
        margin-left: 0%;
    }
    .con16_top_3rd_ab2 {
             margin-top: 0%;
             margin-left: 0%;
             bottom: 0;
             width: 44.2966%;
         }

    .con16_top_3rd_ab {
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0;
        width: 76.4593%;
    }

    .con9_2_ab {
        width: 33.8766%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -7%;
    }

    .con19_ab {
        left: unset;
        width: 32.231%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        left: unset;
        top: 9%;
        position: relative;
        margin-top: 15%;
    }

    .con19_top_3rd{
        width: 62.4199%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con19_top_4th{
        width: 74.2861%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con11_2 .con11_top_5th {
        text-align: center;
        margin-top: 1.5%;
        margin-bottom: 13%;
        width: 74%;
    }
    .con19_ab2 {
        top: 61%;
    }
    .con19_ab33 {
        width: 25.5853%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: 0;
        top: 8%;
    }
    .con19_ab3 {
        display: none;
    }
    .con5_top3 {
        width: 78.5625%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 10%;
        margin-left: 0%;
    }
    .con5_3 .con5_top_ab {
        top: 53.3%;
        right: 0.5%;
        font-weight: 600;
        font-size: 5.8vw;
    }
    .con7_3 .con7_scrx {
        top: 43%;
        width: 340%;
    }
    .con6_scr3 > div{
        width: 250% !important;
    }
    .con16_2 .con16_top_3rd_ab2 {
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0;
        width: 73.7966%;
    }
    .con9_3_top_2nd {
        font-size: 4.8vw;
        margin-top: 1.7%;
    }
    .con9_3_top {
        margin-top: 10%;
    }

    .con9_con_ab {
        width: 34.0625%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 2;
        top: -4%;
        left: 69%;
    }
    .con9_3_ab {
        width: 33.1496%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: -6%;
        z-index: 1;
        bottom: 0%;
    }

    .con9_top_4th {
        width: 46.7507%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-bottom: 6%;
    }
    .con26_top {
        width: 35.13386%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 22%;
        margin-left: 0%;
    }
    .con26_top_3rd {
        margin-top: 5%;
        font-size: 7vw;
        font-weight: 600;
    }
    .con26_top_4th {
        font-weight: 600;
        width: 70%;
        text-align: center;
    }
    .con26_top_4th_2nd {
        width: 80.6299%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 3.3%;
        margin-left: 0;
    }
    .con26_top_5th {
        margin-top: 4%;
        margin-left: 0;
        text-align: center;
        width: 96%;
    }
    .con26_top_5th_2nd {
        width: 56.8294%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2.5%;
        margin-left: 0;
        margin-bottom: 7%;
    }
    .con26_scrx {
        margin-top: 7.3%;
        width: 250%;
    }
    .con26_top_6th {
        margin-top: 15.4%;
    }
    .con26_top_7th {
        font-size: 4.7vw;
        margin-top: 3%;
        font-weight: 500;
    }
    .con26_top_9th{
        flex-direction: column;
    }

    .con26_top_9th_item {
        width: 84.0761%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
    }
    .con27_top {
        margin-top: 15%;
        font-weight: 700;
    }
    .con27_top_2nd {
        margin-top: 1.6%;
    }

    .con27_top_3rd {
        flex-direction: row;
    }
    .con27_top_3rd_item {
        height: 21.4vw;
        width: 45.3%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        background: white;
        border-radius: 2vw;
        border: 1px solid #d1c8b0;
        margin-bottom: 6.3%;
    }
    .con27_top_3rd_item_ab {
        font-size: 5.5vw;
        left: 106%;
        font-weight: 500;
    }
    .con27_top_3rd_item_2 {
        height: 5vw;
    }

    .con27_top_3rd_item_op {
        background: var(--main-color);
    }
    .con26_top_9th {
        flex-direction: column;
        margin-bottom: 7%;
    }
    .con27_top_3rd {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 6%;
        margin-bottom: 7%;
    }
    .con28_top {
        margin-top: 15%;
        font-weight: 700;
    }
    .con28_top_2nd {
        margin-top: 1.6%;
    }
    .con28_top_2nd {
        margin-top: 2.6%;
    }





    .form_row_label {
        color: #e50213;
        white-space: nowrap;
        font-size: 3.1vw;
        width: 21.5%;
        position: relative;
    }
    .form {
        width: 100%;
    }
    .form_row_imput {
        width: 35%;
        margin-left: 2.2%;
        height: 6.5vw;
        background: white;
        border: 1px solid #e50213;
        font-size: 3vw;
        font-family: 'Pretendard-Regular';
        outline: none;
    }
    .golbang {
        margin-left: 2.5%;
        font-family: pretendard-regular;
        font-size: 3.3vw;
    }
    .email {
        left: 66.3%;
        appearance: none;
        border: 1px solid grey;
        margin-right: 1%;
        width: 29vw;
        height: 6.5vw;
        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: 0;
        text-align: center;
        font-size: 3vw;
        font-family: 'Pretendard-bold';
        text-align-last: center;
    }
    .h_area1 {
        left: 29% !important;
        appearance: none;
        border: 1px solid grey;font-size: 3vw;
        margin-right: 1%;
        width: 28.8vw;
        height: 6.5vw;
        text-align-last: center;
    }
    .h_area2 {
        left: 61% !important;
        appearance: none;
        border: 1px solid grey;
        margin-right: 1%;
        width: 28.8vw;font-size: 3vw;
        height: 6.5vw;
        text-align-last: center;
    }
    textarea {
        width: 72% !important;
        height: 17vw !important;
        padding-top: 2%;
        padding-left: 0 !important;
    }
    .policy_con_2nd {
        width: 76% !important;
        height: 24vw !important;
        padding-top: 2%;
        padding-left: 0 !important;
        overflow: hidden;
        border: 1px solid;
        width: 29%;
        margin-left: 2.2%;
        height: 3.5vw;
        background: white;
        border: 1px solid #e50213;
        font-size: 1vw;
        font-family: 'Pretendard-Regular';
        outline: none;
        padding: 2%;
        box-sizing: border-box;
        padding-left: 2% !important;
        font-family: pretendard-light;
        font-size: 2.7vw;
        color: #000000a8;
        line-height: 4.6vw;
        overflow-y: scroll;
    }
    .form_agree {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 65%;
        margin-top: 1%;
        margin-bottom: 5%;
        margin-left: 23%;
        flex-direction: row-reverse;
    }
    .form_agree_span {
        font-size: 2.2vw;
        font-family: Pretendard-regular;
        color: #e50213;
    }
    .form_agree_check {
        margin-right: 1%;
        margin-left: auto;
        height: 3.3vw;
        width: 3.3vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        border: 1px solid #00000045;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        background: #e50213;
        border-radius: 50%;
        color: unset !important;
    }
    .form_agree_mt {
        font-size: 2.3vw;
        font-family: Pretendard-regular;
        color: #e50213;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e50213;
        padding: 1.2%;
        width: 39%;
        color: white;
        margin-bottom: 5%;
        font-size: 4.4vw;
        font-family: pretendard-bold;
        padding-top: 1.6%;
        padding-bottom: 1.6%;
        border-radius: 50px;
        cursor: pointer;
    }

    .main_small_title {
        font-size: 3vw;
        font-family: Pretendard-light;
        line-height: 4.7vw;
    }
    .required {
        background-repeat: no-repeat !important;
        background-position: left top !important;
        padding-left: 6%;
        margin-left: -6%;
    }
    textarea{
        padding-left: 2% !important;
    }
    textarea::placeholder{
        font-size: 3vw;
        font-family: pretendard-regular;
        color: e50213;
    }
    .form{
        scale: 1;
        margin-top: 0%;
        margin-bottom: 4%;
    }


    .form_row_mail{
        padding-bottom: 5%;
    }
    .form_row_mail {
        padding-bottom: 11%;
        position: relative !important;
    }
    #change{
        left: 66.3%;
        appearance: none;
        margin-right: 1%;
        width: 29vw !important;
        height: 6.5vw;
        padding: 0;
        text-align: center;
        margin: 0;
        font-size: 3vw !important;
        bottom: 8%;
    }
    #change::placeholder{
        font-size: 3vw !important;
    }


















    .con12 .quick_checkbox {
        margin: 0 0.5% 0 3%;
        width: 3.5vw !important;
        height: 3.5vw !important;
    }
    .con12 .quick_checkbox:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        background: url(/images/franchise/con7_18_2nd.png) center / 86% no-repeat;
        color: unset !important;
    }
    .con12 .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 2.8vw !important;
    }
    .con12 .quick_agree {
        width: 42%;
        display: flex
    ;
        align-items: center;
        justify-content: flex-start;
        left: -0.2% !important;
        top: 8%;
    }
    .con12_top {
        margin-top: 8.4%
    ;
        text-align: center;
        width: 60%;
    }
    .con11_top {
        margin-bottom: 8%;
    }
    .form_row_imput_radio_1::after {
        font-size: 3.2vw ;
    }
    .form_row_imput_radio_2::after {
        font-size: 3.2vw ;
    }
    .form_submit {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        background: #e50213;
        padding: 1.2%;
        width: 39%;
        color: white;
        margin-bottom: 5%;
        font-size: 4vw
    ;
        font-family: pretendard variable;
        padding-top: 1.6%;
        padding-bottom: 1.6%;
        border-radius: 50px;
        cursor: pointer;
    }

    .golbang {
        margin-left: 0.5%;
        font-family: pretendard-regular;
        font-size: 2.5vw

    ;
    }
    .email {
        left: 64.3%;
    }
    #change {
        left: 64.3%;
    }
    .h_area2{
        left: 62.3% !important;

    }.form_row_imput_radio {
         margin-right: 1.4%;
     }
    .email {
        width: 28.5vw;
    }
    textarea {
        width: 73.4% !important;
    }
    .con28_top_3rd {
        margin-top: 5%;
        margin-bottom: 13%;
    }
    .form_row_imput {
        border: 1px solid #d1c8b0 !important;
    }
    .form_row_label {
        color: black;
    }
    .h_area1 {
        box-sizing: border-box;
        width: 25.9vw;
    }
    .h_area2 {
        box-sizing: border-box;
        width: 25.9vw;
    }
    .email {
        box-sizing: border-box;
        width: 25.9vw;
    }
    #change{
        width: 25.9vw !important;
        box-sizing: border-box;

    }

    .form_row_imput_radio:checked {
        box-sizing: border-box;
        border: 1px var(--main-color) solid !important;
    }
    .form_row_imput_radio {
        box-sizing: border-box;
        width: 25.9vw !important;

    }
    .form_row_imput_radio_2{
        margin-left: 3.5%;
        box-sizing: border-box;
    }
    .form_submit {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        background: var(--main-color);
        color: white !important;
        font-weight: 600;
        font-family: Paperlogy;
        font-size: 4.2vw;
        letter-spacing: -0.04vw;
    }
    .form_con {
        margin-top: 0%;
        padding-top: 6%;
        margin-bottom: 2%;
    }


    .con12_top {
        width: 87.5625%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-left: 0%;
    }

    .slide_left_top_pv {
        width: 43.937%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 28%;
        margin-left: 0%;
    }
    .slide_left_top_5th {
        font-weight: 400;
        margin-top: 1.2%;
        margin-bottom: 8%;
        font-size: 3.33vw;
    }
    .main .slide_left{
        height: 103.9vw;
    }

    .slide_left_top_pv {
        margin-top: 22%;
    }
    .slide_left_top_pv2 {
        margin-top: 22%;
    }
    .slide_left_top_pv3 {
        margin-top: 22%;
    }


    .con2_item_top_2nd {
        width: 304.619%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        padding-top: 2.2%;
        margin-top: -0.134%;
        padding-bottom: 4%;
        margin-bottom: -4%;
    }
    .con2_item_top_2nd_ab {
        width: 8.7vw;
        height: 8.7vw;
        bottom: 23%;
        border-radius: 50%;
        left: 57.6%;
        overflow: hidden;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }

    .con3_top_4th_ab_item_ab3{
        bottom: 57%;
    }
    .con08_menu.con08_change{
        opacity: 1;
        z-index: 2;
        padding-top: 14%;
        margin-top: 0%;
        padding-bottom: 17%;
        margin-bottom: -9%;
    }
    .form_row_imput {
        width: 25.9vw;
        box-sizing: border-box;
    }
    .h_area1 {
        left: 26.2% !important;
    }
    .h_area2 {
        left: 64.1% !important;
    }
    .form_submit{
        border-radius: unset;
    }

    .con9_con_ab {
        width: 30.0625%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        z-index: 2;
        top: -2%;
        left: 69%;
    }
    .con9{
        background: white;
    }
    .required::after {
        font-size: 3vw;
        content: '*';
        color: var(--main-color);
        position: absolute;
        left: 5%;
    }
    .form_row {
        padding-bottom: 1%;
        padding-top: 1%;
    }
    .quick_agree_pc {
        position: relative;
        left: unset;
        top: unset !important;
        margin-top: 3%;
        width: 83% !important;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin: 0 !important;
        margin-top: 5% !important;
    }
    .golbang{
        margin-left: 1% !important;
    }

    .slide-inner {
        flex-direction: column-reverse;
    }

    .main .mySwiper{
        margin-top: 10%;
    }
    .main .slide_left {
        height: 96.9vw;
    }
    .main .slide_left {
        height: 96.9vw;
        justify-content: flex-start;
    }
    .slide_left_top_pv {
        margin-top: 15%;
    }
    .slide_left_top_pv2 {
        margin-top: 15%;
    }
    .slide_left_top_pv3 {
        margin-top: 15%;
    }
    .slide_left_top {
        font-size: 4.3vw;
    }
    .slide_left_top_2nd {
        font-size: 7.63vw;
    }
    .slide_left_top_3rd {
        overflow: hidden;
        font-size: 12vw;
    }
    .main_ab {
        width: 38.2782%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 54%;
    }
    .swiper-pagination {
        top: 70% !important;
        rotate: 90deg;
        left: -5% !important;
    }
    .number1 {
        z-index: 3;
        top: 60%;
        left: 7.76%;
    }

    .number3 {
        top: 78.5%;
        left: 7.5%;
        z-index: 2;
    }
    .con7_top_4th_ab3{
        display: none !important;
    }
    .con7_top_4th_ab2{
        display: none !important;
    }
    .con7_top_4th_ab{
        display: none !important;
    }
    .h_area1 {
        left: 28.7% !important;
    }
        .h_area2 {
        left: 62.4% !important;
    }
}
