* {
    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;
}
.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%;
    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_top_3rd{
    text-align: center;
}

.con2_top{
    width: 20.6299%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
    margin-left: 0%;
    margin-bottom: 2.7%;
}

.con2_top_2nd{
    width: 80%;
    border-bottom: 2px solid #e50111;
}
.con2_top_3rd{
    margin-top: 2%;
    margin-bottom: 2%;
}













.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 #00000030;
    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 #00000030;
    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%;
}























.con2 .quickAgree{
    white-space: nowrap;
}
.con2 .quick_agree {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: -4%;
}
.con2 .quick_checkbox{
    accent-color: #f4a81c;
    margin: 0 0.5% 0 3%;
}
.con2 .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%;
}
.con2 .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;
}
.con2 .quick_checkbox{
    border-radius: 50%;
    border: 1px solid white;
    width: 1.3vw;
    height: 1.3vw;
    overflow: hidden;
}

.con2 .quick_checkbox{
    margin-right: 0.3%;
    width: 0.9vw;
    height: 0.9vw;
    overflow: hidden;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.con2 .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;
}
.con2 .quick_agree {
    width: 73% !important;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: -4%;
}
.con2 .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;
}

.con2 .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%);

}
.con2_ab{
    width: 116.187%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
}
.title_row .form_row_imput{
    width: 76%;
}
.form_row select {
    color: #e50213;
}
#change {
    width: 12.9vw !important;
}
#change {
    left: 72.7%;
}

.container{
    display: none;
}

.header_menu_1:nth-child(5){
    border-bottom: 0.5vw solid #e50213;
    color: #e50213;    
    font-weight: 700;
    width: unset;
}


.con2_ab {
    width: 144.387%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-top: 0%;
    margin-left: 0%;
    bottom: 0;
}


.con2_ab {
    bottom: unset;
    top: 22%;
}


.con2_top_2nd {
    width: 100%;
    border-bottom: 2px solid #e50111;
}

@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: 64.6299%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 15%;
        margin-left: 0%;
        margin-bottom: 4.7%;
    }
    .con2_top_3rd {
        margin-top: 4%;
        margin-bottom: 4%;
        width: 78%;
    }









    .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;
    }


















    .con2 .quick_checkbox {
        margin: 0 0.5% 0 3%;
        width: 3.5vw !important;
        height: 3.5vw !important;
    }
    .con2 .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;
    }
    .con2 .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 2.8vw !important;
    }
    .con2 .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;
    }

    .con12_top_3rd {
        height: 9vw;
        width: 86%;
        margin-top: 2%;
    }

    .title_row .form_row_imput {
        width: 73.6%;
    }
    .con2_ab {
        width: 226.587%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0;
    }
    
    .con2_top_3rd {
        margin-top: 6%;
        margin-bottom: 4%;
        width: 65%;
    }
    
    .con2_ab {
        width: 310.587%;
        display: flex
;
        justify-content: center;
        align-items: center;
        margin-top: 0%;
        margin-left: 0%;
        bottom: 0;
    }
    
.con2_ab {
        bottom: unset;
        top: 28%;
    }


.con2_top_2nd {
    width: 100%;
}
}
