* {
    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: '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 20s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}

.main{
    background: url(/images/biz/con01_02.png) no-repeat center / cover;
}
.main_top{
    margin-top: 15%;
    font-weight: 700;
    font-size: 1.2vw;
}
.main_top_2nd {
    font-size: 4vw;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 8%;
}
.main_top_3rd{
    margin-top: 2%;
    margin-bottom: 9%;
}
.con1{
    background: url(/images/biz/con01_03.png) no-repeat center / cover;
    flex-direction: row;
    height: 5vw;
}
.con1_item{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.2vw;
    margin: 0 2%;
    padding: 0% 1%;
    border-bottom: 0vw solid #e50111;
    transition: 0.3s ease border-bottom,0.3s ease color;


}
.con1_item_on{
    color: #e50111;
    font-weight: 700;
    border-bottom: 1vw solid #e50111;
}
.con1_item:hover {
    color: #e50111;
    font-weight: 700;
    border-bottom: 1vw solid #e50111;
}




.con2 .interview-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
    padding: 5vw 0;
    flex-wrap: wrap;
}

.con2 .interview-visual,
.con2 .interview-text {
    width: 45vw;
    position: relative;
}

.con2 .interview-visual .video-box img {
    width: 100%;
    border-radius: 1vw;
    display: block;
}

.con2 .text-box .circle {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background: white;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e50211;
}

.con2 .text-box .circle > * {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.con2 .text-box h4 {
    top: 20%;
    background: #e50111;
    color: white;
    padding: 0.5vw 1vw;
    font-size: 1.2vw;
    border-radius: 1vw;
}

.con2 .text-box .title {
    top: 40%;
    font-size: 1.5vw;
    font-weight: bold;
    color: #e50111;
}

.con2 .text-box .desc {
    top: 55%;
    font-size: 1vw;
    line-height: 1.5;
    color: #333;
    width: 80%;
}

.con2 .custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #e50111;
    color: white;
    width: 3vw;
    height: 3vw;
    font-size: 1.5vw;
    line-height: 3vw;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.con2 .swiper-button-prev {
    left: -4vw;
}

.con2 .swiper-button-next {
    right: -4vw;
}
.interview-text{
    position: absolute !important
}

.con2 .interview-visual {
    width: 61vw;
    position: relative;
    margin: 0;
    height: 32vw;
    margin-left: -25%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: unset;
    border: 1px solid #e50211;
}
.interview-text{
    width: 30vw !important;
    position: relative;
    height: 30vw;
}
.con2 .text-box h4 {
    top: 20%
;
    background: #e50111;
    color: white;
    padding: 0.3vw
    1vw;
    font-size: 1.2vw;
    border-radius: 100px;
}
.con2 .text-box .title {
    top: 30%
;
    font-size: 1.5vw;
    font-weight: bold;
    color: #e50111;
}
.con2 .text-box .desc {
    top: 42%;
    font-size: 1vw;
    line-height: 1.5;
    color: #333;
    width: 80%;
}
.interview-text{
    left: 60%;
    top: 37%;
}
.video-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    height: 100%;
}

.con2_ab{
    bottom: 0;
}
.con2_top_3rd{
    width: 24.7769%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2%;
    margin-left: 0%;
}
.con2_top_4th{
    margin-top: 1%;
    text-align: center;
    margin-bottom: 3%;
}
.con2_top{
    width: 15.2756%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}

.swiper-pagination-bullet{
    width: 0.8vw;
    height: 0.8vw;
    background: #e50111;
    opacity: 1;
    transition: 0.3s all;
}
.swiper-pagination-bullet-active{
    width: 2.7vw;
    height: 0.8vw;
    background: #e50111;
    border-radius: 100px;
}
.con1_top_4th_pagination{
    bottom: 4% !important;
}



.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;
}

.con3_12_scrx{
    padding: 0.4% 0;
    width: 130% !important;

}
.con3_top_2nd_item_ab_2{
    font-size: 3.5vw;
    font-weight: 900;
    bottom: 6%;
    left: 9%;
}
.con3_top_2nd_item_ab{
    width: 6.2645%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 8%;
    bottom: 16%;
}
.con3_top_2nd_item{
    width: 22.6247%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5%;
}
.con3_top_2nd{
    margin-top: 2%;
}
.con3_top{
    width: 30.3937%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4%;
    margin-left: 0%;
}
.con3_top_3rd{
    margin-top: 2%;
}
.con3_top_4th{
    width: 25.8268%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
    margin-left: 0%;
}
.con3 {
    background: url(/images/franchise/con03_bg.png) no-repeat center / cover;
}
.con3_ab{
    width: 100.787%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -22%;
}
.con3_ab_3{
    width: 62.2572%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 55%;
}





.swiper_con02_02{
    width: 100%;
    height: 16vw;
    margin-bottom: 2vw;
}
.swiper_con02_02_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.con02_03{
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}
.swiper_con02_02_title{
    font-size: 1.2vw;
    font-weight: 500;
    margin-bottom: 3vw;
}
.swiper_con02_02_txt{
    font-size: 1vw;
    margin-bottom: 0.5vw;
}
.swiper_con02_02_txt2{
    font-size: 2.2vw;
    font-weight: 800;
    margin-bottom: 0.5vw;
}


.swiper_con02_02 {
    width: 100%;
    height: 10.3vw;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}
.swiper_con02_02_title {
    font-size: 1.2vw;
    font-weight: 500;
    margin-bottom: 0.2vw;
    margin-top: 4%;
}
.swiper_con02_02_txt2 {
    font-size: 2.4vw;
    font-weight: 800;
    margin-bottom: 1.3vw;
    color: #e50111;
    margin-top: 7%;
}

.swiper_con02_02_title {
    font-size: 1.2vw;
    font-weight: 700;
    margin-bottom: 0.2vw;
    margin-top: 4%;
}
.con4_bg{
    filter: brightness(0.2);
}
.con4_top{
    width: 23.5171%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 10%;
    margin-left: -43%;
}
.con4_top_2nd{
    width: 4.98688%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-top: 7%;
    margin-left: -61%;
}
.con4_top_3rd{
    font-weight: 800;
    margin-left: -49%;
    font-size: 2.9vw;
    line-height: 1;
}
.con4_top_3rd_ab{
    width: 6.72783%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 102%;
    bottom: 14%;
}
.con4_top_4th_prv{
    margin-left: -36%;
    font-size: 0.8vw;
}
.con4_top_4th{
    width: 66%;
    margin-top: 1%;
    margin-bottom: 9%;
}
.con4_ab{
    width: 41.3648%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 2;
    bottom: 18%;
    left: 51%;
}
.con04_04{
    z-index: 5;
}
.con4_ab_item{
    width: 13.7056%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;

}
.con4_ab_item_con{
    overflow: hidden;
}
.con4_ab_item_1{
    bottom: 90%;
    left: 9%;
}
.con4_ab_item_2{
    bottom: 90%;

}
.con4_ab_item_3{
    bottom: 90%;
    right: 9%;
}
.con4_ab_item_ab{
    width: 198.148%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 100%;
    transform: translateY(-50%);
}
.con4_ab_item_3_ab_3{
    width: 200%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 20%;
}
.con4_ab_item_3_ab_2{
    width: 205.556%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -18%;
}
.con4_ab_item_3_ab{
    bottom: 118%;
}
.con5{
    background: url(/images/franchise/con05_02.png) no-repeat center / cover;
    background-attachment: fixed;
    height: 33vw;
}
.con6{
    background: url(/images/franchise/con06_bg.png) no-repeat center / cover;
}
.con6_top{
    width: 13.0184%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
    margin-left: 0%;
}
.con6_top_2nd{
    margin-top: 1%;
    margin-bottom: 5%;
}
.con6_top_2nd_1_ab{
    width: 22.5326%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0%;
    margin-left: 0%;
    right: 7%;
    top: 43%;
}
.con6_top_2nd_2{
    width: 28.3465%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 5%;
}
.con6_top_2nd_2_ab{
    width: 11.1111%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    overflow: hidden;
    margin-left: 0%;
    bottom: 15%;
    right: 13%;
}

.con7_top_2nd{
    width: 35.4331%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 0%;
}
.con7_top_3rd{
    margin-top: 1%;
}
.con7_top_4th{
    font-size: 7.3vw;
    font-weight: 900;
    line-height: 1;
    margin-left: -3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con7_top_4th_ab{
    width: 3.84615%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: -6%;
    bottom: 22%;
}
.con7_top_5th{
    text-align: right;
    width: 43%;
}
.con7_scrx{
    width: 130% !important;
    margin-bottom: -3px;
}
.con8{
    background: url(/images/franchise/con08_bg.png) no-repeat center / cover;
}
.con8_top{
    width: 15.4856%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
    margin-left: 0%;
}
.con8_top_2nd{
    margin-top: 3%;
    margin-bottom: 6%;
}
.con8_top_2nd_1{
    width: 36.7979%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con8_top_2nd_2{
    width: 36.7979%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 5%;
}

.con9_div{
    flex-wrap: wrap;
}
.con9_item{
    width: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con9_item_1{
    margin-bottom: 0.7%;
}

.con9_item_1st_ab{
    width: 40.315%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 20%;
}
.con9_item_1st_ab_2{
    width: 71.4961%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 11%;
}
.con9_item_1st_ab_2_ab{
    width: 31.4978%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 70%;
    right: 7%;
}
.con9_item_1st_ab_3{
    width: 39.5276%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 19%;
    right: 31.4%;
}

.con9_item_2nd_ab{
    width: 71.9685%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 19%;
}
.con9_item_2nd_ab_2{
    width: 25.1969%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 12%;
}
.con9_item_3rd_ab{
    width: 56.378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 18%;
}
.con9_item_3rd_ab_2{
    width: 40.4724%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 40%;
}
.con9_item_3rd_ab_2_ab{
    width: 58.7549%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: -2%;
    top: 2%;
}
.con9_item_3rd_ab_2_ab_2_ab{
    opacity: 0;
}
.con9_item_3rd_ab_2_ab_2{
    width: 34.6304%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 97%;
    top: 7%;
}
.con9_item_3rd_ab_2_ab_3{
    width: 34.2412%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 100%;
    top: 5%;
}
.con9_item_3rd_ab_2_ab_3_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    opacity: 0;
}
.con9_item_3rd_ab_2_ab_4{
    width: 62.2568%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 110%;
}
.con9_item_3rd_ab_2_ab_4_ab{
    opacity: 0;
}
.con9_item_4th_ab_item >img{
    z-index: 2;
}
.con9_item_4th_ab_item{
    animation: ddm_m 2s infinite;
}
.con9_item_4th_ab_4{
    width: 32.7559%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con9_item_4th_ab{
    width: 40.6299%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -11%;
    right: 1%;
}
.con9_item_4th_ab_ab{
    width: 91.0853%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 44%;
    right: -2%;
}
.con9_item_4th_ab_2{
    width: 28.0315%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 17%;
    left: 0;
}
.con9_item_4th_ab_2_ab{
    width: 111.798%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: -1%;
    top: 30%;
}
.con9_item_4th_ab_3{
    width: 34.0157%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: -16%;
    right: 10%;
}
.con9_item_4th_ab_3_ab{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 13%;
    top: 31%;
}
.con9_item{
    overflow: hidden;
}
.con9_item_6th_ab_2{
    width: 74.6457%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 63%;
}
.con9_item_6th_ab{
    width: 79.8425%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
}
.con9_item_5th_ab_5{
    width: 120.157%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 60%;
}
.con9_item_5th_ab_item >img{
    z-index: 2;
}


.con9_item_5th_ab_item{
    
}



.con9_item_5th_ab_2{
    width: 18.5827%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 0;
    left: 4%;
}
.con9_item_5th_ab_2_ab{
    top: 15%;
}
.con9_item_5th_ab_3{
    width: 19.2126%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: -5%;
    left: unset;
}
.con9_item_5th_ab_3_ab{
    top: 15%;
    left: 10%;
}
.con9_item_5th_ab_4{
    width: 19.8425%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    right: 1%;
    top: -2%;
}
.con9_item_5th_ab_4_ab{
    left: 15%;
    top: 14%;
}
.con9_item_5th_ab{
    width: 36.2205%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    z-index: 1;
}
.con10_top{
    width: 15.4856%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7%;
    margin-left: 0%;
}
.con10_top_2nd{
    width: 80% !important;
    margin-top: 4%;
    margin-bottom: 5%;
    flex-wrap: wrap;
}
.con10_top_2nd_item{
    margin: 0 1.25% ;
    width: 16.5354%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-bottom: 2%;
}
.con10_top_2nd_item_last{
    width: 16.1417%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 1.4%;
    margin-right: 1.5%;
}
.con10_top_2nd_item{
}
.con10_top_2nd_item_ab{
    width: 25.3968%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: 94%;
    z-index: 2;
}

.con10{
    background: url(/images/franchise/con11_bg.png) no-repeat center / cover;

}

.con11_top{
    width: 9.81627%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9%;
    margin-left: 0%;
    margin-bottom: 5%;
}
.con11_bottom{
    bottom: 0;
    width: 80%;
    border-top: 0.2vw solid #e50012;
}
.con12{
    background: url(/images/franchise/con11_bg.png) no-repeat center / cover;
}
.con12_top{
    margin-top: 2.4%;
}
.con12_top_2nd{
    margin-top: 0.4%;
}










.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;
}
.con1_top {
    width: 34.7%;
}
.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%;
}
.con1_top_2nd{
    margin-top: 3%;
    width: 67%;
    font-size: 0.85vw;
    color: red;
    font-family: pretendard-regular;
}
.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%;


}


.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%);

}
.con9_item_3rd_ab_2_ab{
    width: 58.7549%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    left: -2%;
    top: 2%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.con9_item_3rd_ab_2_ab_ab{
    width: 58.7549%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    top: 0%;
    left: 0;
}
.con9_item_3rd_ab_2_ab_item .absol{
    transition: 0.3s all;
}
.con9_item_3rd_ab_2_ab_item_on .absol{
    opacity: 1;
}
.con9_item_3rd_ab_2_ab {
    animation: rotate360 5s reverse infinite linear;
    left: 0.5%;
    top: -1%;
}
.con10_top_2nd_item:nth-child(1) { z-index: 12; }
.con10_top_2nd_item:nth-child(2) { z-index: 11; }
.con10_top_2nd_item:nth-child(3) { z-index: 10; }
.con10_top_2nd_item:nth-child(4) { z-index: 9; }
.con10_top_2nd_item:nth-child(5) { z-index: 8; }
.con10_top_2nd_item:nth-child(6) { z-index: 7; }
.con10_top_2nd_item:nth-child(7) { z-index: 6; }
.con10_top_2nd_item:nth-child(8) { z-index: 5; }
.con10_top_2nd_item:nth-child(9) { z-index: 4; }
.con10_top_2nd_item:nth-child(10) { z-index: 3; }
.con10_top_2nd_item:nth-child(11) { z-index: 2; }
.con10_top_2nd_item:nth-child(12) { z-index: 1; }

.h_area1{left: 19.5%;
}
.h_area2 {
    left: 41.3%;
}

.video-box{
    z-index: 1;
    width: 100%;
    height: 100%;
}


.con2 .text-box .desc {
    top: 42%;
    font-size: 0.9vw;
    line-height: 1.5;
    color: black;
    width: 80%;
}
.interview-visual iframe{
    width: 100%;
    height: 100%;
}
.container{
    display: none;
}
.header_menu_1:nth-child(4){
    border-bottom: 0.5vw solid #e50213;
    color: #e50213;    
    font-weight: 700;
    width: unset;
}
#change {
    left: 72%;
}
@keyframes floatDownScale {
  0% {
    transform: translateY(-1vw) scale(1);
  }
  50% {
    transform: translateY(1vw) scale(1.03);
  }
  100% {
    transform: translateY(-1vw) scale(1);
  }
}
.con9_item_5th_ab_item {
  animation: floatDownScale 3s ease-in-out infinite;
}
.con9_item.absol{
    width: 100%;
    z-index: 10;
    transition: 0.3s all;
    height: 100%;
    scale:1.05;
}
.con9_item.rltv:hover .con9_item.absol{
/*       opacity: 1;*/
}
.con2 .text-box .desc {
    font-family: Pretendard Variable;
}
.con3_ab_2 img{
    animation: ddm_m 2s infinite;
}
.con3_top_4th{
    
}

.con9_item_3rd_ab_2_ab_ab {
    top: 2.5%;
    left: -1.3%;
}
.con3_top_2nd_item_ab_2 { 
    width: 88%;
    background: white;
}
.con3_top_2nd_item_ab {
    z-index: 2;
}
.golbang {
    margin-left: 2.3%;
}
#change {
    left: 72.9%;
}
.con9_item_3rd_ab_2_ab{
    animation: rotate360 3s reverse infinite linear;
    animation-delay: 2.4s;
    
}
.form_row_imput_radio_2{
    margin-left: 2.15%;
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {

    .main_top {
        margin-top: 32%;
        font-weight: 700;
        font-size: 3.6vw;
    }
    .main_top_2nd {
        font-size: 9vw;
        font-weight: 900;
        line-height: 1.7;
    }
    .con1_item {
        font-size: 3.2vw;
    }
    .con1 {
        background: url(/images/biz/con01_03.png) no-repeat center / cover;
        flex-direction: row;
        height: 13vw;
    }
    .con1_item_on {
        color: #e50111;
        font-weight: 700;
        border-bottom: 3vw solid #e50111;
    }
    .con1_item:hover {
        color: #e50111;
        font-weight: 700;
        border-bottom: 3vw solid #e50111;
    }



    .con2_top {
        width: 43.2756%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con2 .interview-visual {
        width: 82vw;
        position: relative;
        margin: 0;
        height: 43vw;
        margin-left: 0;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        border-radius: unset;
        border: 1px solid #e50211;
    }
    .interview-text {
        width: 58vw !important;
        position: relative;
        height: 59vw;
    }
    .con2 .text-box h4 {
        top: 17%;
        background: #e50111;
        color: white;
        padding: 0.3vw 1vw;
        font-size: 3.4vw
    ;
        border-radius: 100px;
    }
    .con2 .text-box .title {
        top: 30%;
        font-size: 3.5vw;
        font-weight: bold;
        color: #e50111;
        width: 92%;
    }
    .con2 .text-box .desc {
        top: 42%;
        font-size: 3vw;
        line-height: 1.5;
        color: #333;
        width: 89%
    ;
    }

    .swiper-pagination-bullet {
        width: 2.8vw;
        height: 2.8vw;
        background: #e50111;
        opacity: 1;
        transition: 0.3s all;
    }

    .con2 .text-box .circle {
        width: 99%;
        padding-top: 100%;
        position: relative;
        background: white;
        border-radius: 50%;
        text-align: center;
        overflow: hidden;
        border: 1px solid #e50211;
    }
    .con1_top_4th_pagination {
        bottom: 11% !important;
    }
    .con7_prev {
        left: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: 50%;
        overflow: hidden;
        left: 9% !important;
        bottom: 37%;
        transition: 0.4s background;


        left: 16% !important;
        bottom: 37% !important;
    }
    .con7_next {
        right: 1% !important;
        top: unset !important;
        width: 8vw !important;
        height: 8vw !important;
        border-radius: 50%;
        overflow: hidden;
        right: 9% !important;
        bottom: 37%;
        transition: 0.4s background;


        right: 16% !important;
        bottom: 37% !important;
    }
    .interview-text {
        position: relative !important;
        left: unset !important;
        margin-top: -5%;
        margin-bottom: 12%;
    }
    .swiper-pagination-bullet-active {
        width: 5.7vw;
        height: 2.8vw;
        background: #e50111;
        border-radius: 100px;
    }
    .interview-text {
        position: relative !important;
        left: unset !important;
        margin-top: -7%;
        margin-bottom: 9%;
    }

    .con2_top_3rd {
        width: 83.7769%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-bottom: 2%;
        margin-left: 0%;
    }
    .con2_ab{
        width: 146.787%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }
    .con3_12_scrx {
        padding: 0.4% 0;
        width: 330% !important;
    }
    .con3_top {
        width: 74.3937%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0%;
    }

    .con3_top_3rd {
        margin-top: 5%;
        text-align: center;
        width: 71%;
    }

    .con3_top_4th {
        width: 45.8268%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
    }

    .swiper_con02_02 {
        width: 265%;
        height: 21.3vw;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        overflow: unset;
    }
    .con3_top_2nd {
        margin-top: 2%;
        flex-direction: column;
    }
    .con3_top_2nd_item {
        width: 65.6247%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 2% 0.5%;
    }
    .con3_top_2nd_item_ab_2 {
        font-size: 10vw;
        font-weight: 900;
        bottom: 6%;
        left: 9%;
    }
    .con02_03{
        width: 100% !important;
    }
    .swiper_con02_02_title {
        font-size: 3.5vw;
        font-weight: 700;
        margin-bottom: 0.2vw;
        margin-top: 4%;
    }
    .swiper_con02_02_txt {
        font-size: 3.2vw
    ;
        margin-bottom: 0.5vw;
    }
    .swiper_con02_02_txt2 {
        font-size: 7.4vw
    ;
        font-weight: 800;
        margin-bottom: 1.3vw;
        color: #e50111;
        margin-top: 7%;
    }
    .swiper_con02_02 {
        width: 265%;
        height: 26.3vw;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        overflow: unset;
    }
    .con3_top_4th {
        width: 45.8268%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-left: 0%;
        margin-bottom: 16%;
    }
    .con3_ab {
        width: 100.787%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: -1%;
    }
    .con3_top_2nd {
        margin-top: 6%
    ;
        flex-direction: column;
    }

    .con3_top {
        width: 85.3937%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 14%;
        margin-left: 0%;
    }
    .con4_top {
        width: 75.5171%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0;
    }

    .con4_top_2nd {
        width: 14.98688%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9%;
        margin-left: 0;
    }
    .con4_top_3rd {
        font-weight: 800;
        margin-left: -6%;
        font-size: 9.9vw;
        line-height: 1;
        margin-top: 2%;
    }
    .con4{
        background: black;
    }
    .con4_top_4th_prv {
        margin-left: 0;
        font-size: 2.67vw;
    }
    .con4_top_4th {
        width: 66%;
        margin-top: 3%
    ;
        margin-bottom: 9%;
        text-align: center;
    }
    .con4_ab{
        position: relative !important;
    }

    .con4_ab {
        width: 94.3648%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 50%;
        margin-left: 0%;
        z-index: 2;
        bottom: 18%;
        left: unset;
        margin-bottom: 11%;
    }
    .con4_bg {
        filter: brightness(0.2);
        width: 200%;
    }

    .con5 {
        background: url(/images/franchise/con05_02.png) no-repeat center / cover;
        background-attachment: unset;
        height: 69vw
    ;
    }
    .con5_top{
        width: 26.13386%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con6_top {
        width: 33.0184%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con6_top_2nd {
        margin-top: 4%;
        margin-bottom: 5%;
        flex-direction: column;
    }
    .con6_top_2nd_1{
        width: 69.189%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 3%;
        margin-left: 0%;
    }
    .con6_top_2nd_2 {
        width: 78.3465%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0;
        margin-bottom: 8%;
    }

    .con7_top_2nd {
        width: 85.4331%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: 0%;
    }
    .con7_top_3rd {
        margin-top: 4%;
        text-align: center;
    }
    .con7_top_4th {
        font-size: 14.3vw;
        font-weight: 900;
        line-height: 1;
        margin-left: -3%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
    }
    .con7_top_4th_ab {
        width: 4.84615%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        right: -6%;
        bottom: 22%;
    }
    .con7_top_5th {
        text-align: right;
        width: 43%;
        text-align: center;
    }
    .con7_scrx {
        width: 230% !important;
        margin-bottom: -3px;
    }

    .con8_top {
        width: 48.4856%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }

    .con8_top_2nd {
        margin-top: 5%;
        margin-bottom: 10%
    ;
        flex-direction: column;
    }

    .con8_top_2nd_1 {
        width: 84.7979%
    ;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2%;
        margin-left: 0%;
    }
    .con8_top_2nd_2 {
        width: 84.7979%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
        margin-left: 0;
    }

    .con9_item {
        width: 100%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
    }

    .con10_top {
        width: 37.4856%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
    }
    .con10_top_2nd_item {
        margin: 0 1.25%;
        width: 46.5354%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-bottom: 3%;
    }

    .con10_top_2nd {
        width: 90% !important;
        margin-top: 8%;
        margin-bottom: 10%;
        flex-wrap: wrap;
    }
    .con10_top_2nd_item_last {
        width: 44.1417%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: -3%;
        margin-left: 3.4%;
        margin-right: 1.5%;
    }
    .con10_top_2nd_item:nth-child(even) .absol{
        opacity: 0;
    }
    .con11_top {
        width: 32.81627%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
        margin-bottom: 5%;
    }
    .con10_top {
        width: 48.4856% ;
    }
    .con6_top {
        width: 42.0184% ;
    }
    .con2_top {
        width: 49.2756%;
    }
    .con12_top {
        margin-top: 5.4%;
        text-align: center;
        width: 60%;
    }
    .con12_top_2nd {
        margin-top: 1.4%;
        text-align: center;
        width: 70%;
    }

    .con12_top_3rd {
        height: 9vw;
        width: 86%;
        margin-top: 2%;
    }






    .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;
    }
    .con1_top_2nd {
        margin-top: 7%;
        width: 85%;
        font-size: 2.55vw;
        color: red;
        font-family: pretendard-regular;
    }
    .main_top {
        margin-top: 38%;
    }
    .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;
    }
    .interview-text {
        width: 90vw !important;
        position: relative;
        height: 92vw;
    }
    .con2 .interview-visual {
        width: 91vw;
        position: relative;
        margin: 0;
        height: 55vw;
    }
    .con7_prev {
        left: 2% !important;
    }
    .con7_next {
        right: 2% !important;
    }    
    .con2_ab {
        width: 160.787%;
    }
    .h_area1 {
        left: 26.3% !important;
    }
    .h_area2 {
        left: 63.6% !important;
    }
    .container{
        display: none;
    }
    .golbang {
        margin-left: 0.8%;
    }
.con9_item_1st_ab {
    width: 38.315%;
}
    
    
    
}
