* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}
section{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.pc{
    display: flex;
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
html {
    scroll-behavior: smooth;
}
.main::after{
    width: 1vw;
    height: 0vw;
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
    pointer-events: none;
    content:url(/images/con1_10.png) url(/images/con1_11.png) url(/images/con1_12.png)
    url(/images/con6_08.png) url(/images/con6_09.png)  url(/images/con6_10.png) url(/images/con6_11.png) url(/images/con6_12.png)
    url(/images/con7_02.png) url(/images/con7_03.png) url(/images/con7_04.png)  url(/images/con7_05.png);
}
.clearfix::after,
.clearfix::before {
    display: block;
    clear: both;
    content: "";
}
.flowhid{
    overflow: hidden;
}
.hide{
    display: none !important;
}
.hideopa{
    opacity: 0 !important;
}
.show{
    opacity: 1 !important;
}
.absol{
    position: absolute;
}
.rltv{
    position: relative;
}
.scrX{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrX .scrX_item{
    animation: marqueeX 20s infinite linear;
    width: 100%;
}
.scrX .scrX_item_absol {
    right: -100%;
    width: 100%;

}

.scrY{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrY .scrY_item{
    animation: marqueeY 20s infinite linear;
    height: 100%;
}
.scrY .scrY_item_absol {
    bottom: -100%;
    width: 100%;
}


.flexrow{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.flexcol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@400;500;600;700&display=swap");
@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes ani_scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.1, 0.01, 0.01, 1.2, 0, 0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0;
    }
    31% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes blk3 {
    0% {
        opacity: 1;
    }
    24% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
    99% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes rotate_image {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes scaleOpa {
    100% {
        transform: scale(1.1);
        opacity: 0;
    }
}
@keyframes scaleOpa2 {
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}
@keyframes ball {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: 20px;
    }
}
@keyframes ddm {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.15, 0.01, 0.01, 1.15, 0, 30);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes zoom2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate_imageY {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes ddm2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2X {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-100%);
    }
    100% {
        transform: scale(1.02);
    }
}
@keyframes ddm2Xhalf {
    0% {
        transform: scale(1);
    }
    50% {
        transform: translateX(-50%);
    }
    100% {
        transform: scale(1.02);
    }
}

@keyframes scaleOpa3 {
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
@keyframes uitLineMove {
    0% { stroke-dashoffset: 300.292; }
    100% { stroke-dashoffset: 110; }
}

@keyframes hand {
    0% {
        transform: translateY(-0.5%);
    }

    25% {
        transform: translateY(1%);
    }

    50% {
        transform: translate(0.5%, -1%);
    }

    75% {
        transform: translate(1%, 0.5%);
    }

    100% {
        transform: translate(1%, -1%);
    }
}

@keyframes hand2 {
    0% {
        transform: translateY(2%);
    }

    25% {
        transform: translateY(-1%);
    }

    50% {
        transform: translate(-1%, 2%);
    }

    75% {
        transform: translate(2%, 1%);
    }

    100% {
        transform: translateY(2%);
    }
}
@keyframes bg-position {
    0% {
        background-position: bottom;
    }
    25% {
        background-position: center;
    }
    50% {
        background-position: inherit;
    }
    75% {
        background-position: center;
    }
    100% {
        background-position: bottom;
    }
}
@keyframes smoke {
    0% {
        transform: translate(0, 30%) rotate(0);
        opacity: 0.2;
    }
    25% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(10px);
        opacity: 1;
    }
    50% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    75% {
        transform: translate(calc(random() * 100vw), 100vh) rotate(50deg) translateX(50px);
        opacity: 1;
    }
    100% {
        transform: translate(calc(random() * 100vw), 200vh) rotate(0) translateX(70px);
        opacity: 0.2;
    }
}

@keyframes light {
    0%, 31%, 34%, 39%, 42%, 47% {
        opacity: 0;
    }
    5%, 30%, 35%, 38%, 43%, 46% {
        opacity: 0.4;
    }
    50%, 55%, 60%, 67%, 51%, 54%, 68%, 100% {
        opacity: 1;
    }
    70% {
        opacity: 0.2;
    }
}
@keyframes marqueeX {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
@keyframes marqueeY {
    from { transform: translateY(0); }
    to { transform: translateY(-100%); }
}
@keyframes fall {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(240deg) rotateY(400deg) rotateZ(310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes fall2 {
    0% {
        top: -0%;
        opacity: 1;
        transform: rotateX(0deg) rotateY(0deg) (0deg);
        transform-origin: center center;
    }
    100%{
        transform: rotateX(-240deg) rotateY(-400deg) rotateZ(-310deg);
        transform-origin: center center;
        top: 100%;
        opacity: 0;
    }
}
@keyframes backgroundchange {
    0% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }

    25% {
        background: url(/images/con11_08.png) no-repeat center / contain;
    }

    50% {
        background: url(/images/con11_09.png) no-repeat center / contain;
    }

    75% {
        background: url(/images/con11_10.png) no-repeat center / contain;
    }

    100% {
        background: url(/images/con11_07.png) no-repeat center / contain;
    }
}
@keyframes opa {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes backgroundchange_2 {
    0% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }

    20% {
        background: url(/images/con08_08.png) no-repeat center / contain;

    }

    40% {
        background: url(/images/con08_09.png) no-repeat center / contain;

    }

    60% {
        background: url(/images/con08_10.png) no-repeat center / contain;

    }

    80% {
        background: url(/images/con08_11.png) no-repeat center / contain;

    }
    100% {
        background: url(/images/con08_07.png) no-repeat center / contain;

    }
}
@keyframes rotateAnimation {
    0% {
        transform: rotate(-1deg);
    }
    40% {
        transform: rotate(1deg);
    }
    60% {
        transform: rotate(2deg);
    }
    80% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(1deg);
    }
}
.main{
    background: url(/images/topcon1_03.jpg) no-repeat center / cover;

}
.main_top{
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
    margin-left: 54%;
}

.main_top_2nd{
    width: 64%;
    text-align: right;
    margin-top: 1%;
    margin-bottom: 6%;
}
header {
    background: white;
}
.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 54%;
}
.main {
    background: url(/images/topcon3_01.jpg) no-repeat center / cover;
    margin-top: 3%;
}

.con7_mid_top{
    padding: 2% 2%;
    background: white;
}
.con7_mid_top_cate_margin{
    margin: 0 9%;
}
.con7_mid_top_cate{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.3%;
    white-space: nowrap;
    height: 100%;
    transition: 0.3s all;
    cursor: pointer;
}
.con7_mid_top_cate:hover .absol{
    opacity: 1;
}
.con7_mid_top_cate:hover{
    background: #192853;
    color: white;
    font-weight: 600;
}

.con7_mid_top_cate > .absol{
    opacity: 0;
    transition: 0.3s all;
}
.main_2nd{
    background: url(/images/topcon3_01.jpg) no-repeat center / cover;

}

.con7_mid_top {
    padding: 0;
    background: white;
    height: 5vw;
}

.main_top_3rd{
    width: 11.0761%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10%;
    top: 31%;
}


.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 56%;
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
}

/*물결 버튼 start*/

.liquid_button {
    position: relative;
    padding: 20px 50px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    width: 15%;
    overflow: hidden;
    padding: 1.3% 3%;
    border-radius: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6%;
    margin-top: 5%;
}

.liquid_button span {

    z-index: 1;
    color: white;
}

.liquid_button .liquid {
    position: absolute;
    top: -80px;
    left: 0;
    width: 200px;
    height: 200px;
    background: #4973ff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    transition: .5s;
}

.liquid_button .liquid::after,
.liquid_button .liquid::before {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
    background: #000;
}

.liquid_button .liquid::before {

    border-radius: 45%;
    background: rgba(20, 20, 20, 1);
    animation: animate 5s linear infinite;
}

.liquid_button .liquid::after {

    border-radius: 40%;
    background: rgba(20, 20, 20, .5);
    animation: animate 10s linear infinite;
}

.liquid_button:hover .liquid{
    top: -130%;
}

@keyframes animate {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}
.liquid_button .liquid {
    position: absolute;
    top: -22%;
    left: 0;
    width: 100%;
    height: 223%;
    background: #4973ff;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    transition: .5s;
}
.liquid_button .liquid::after, .liquid_button .liquid::before {
    content: '';
    width: 133%;
    height: 236%;
    position: absolute;
    top: -35%;
    left: 50%;
    transform: translate(-50%, -75%);
    background: white;
}
.liquid_button:hover .liquid {
    top: -107%;
}
.liquid_button .liquid {
    position: absolute;
    top: -22%;
    left: 0;
    width: 100%;
    height: 223%;
    background: #205eb7;
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);
    transition: .5s;
}
.liquid_button .liquid {
    position: absolute;
    top: -22%;
    left: 0;
    width: 100%;
    height: 223%;
    background: #205eb7;
    box-shadow: unset;
    transition: .5s;
}
/*물결 버튼 end*/
.main_top {
    width: 13.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 52%;
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
}
.main_top {
    width: 9.76378%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    margin-left: 51%;
    font-size: 3vw;
    font-weight: 600;
    font-style: italic;
}


.con2_left{
    width: 50%;
    background: url(/images/gcon1_bg.jpg) no-repeat center / cover;
    height: 45vw;
}
.con2_right{
    width: 50%;
    height: 45vw;
    background: url(/images/gcon1_bg2.jpg) no-repeat center / cover;

}
.con2_left_top{
    width: 21.6273%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 41%;
    transform: translateX(-5%);
}
.con2_right_top{
    width: 33.3858%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 41%;
}
.con2_left_top_2nd{
    top: 52%;
    text-align: center;
}
.con2_right_top_2nd{
    text-align: center;
    top: 52%;
}
.con2_left_bg{
    background: #192853;
    height: 100%;

}

.con2_right_bg{
    background: #eaf3ff;
    height: 100%;
}
.con2_item_top{
    transition: 0.3s top;
}
.con2_on .con2_item_top{
    top: 17%;
}
.con2_item_bg{
    opacity: 0;
    transition: 0.3s all;
}
.con2_on .con2_item_bg{
    opacity: 1;
}
.con2_item_top_2nd{
    transition: 0.3s all;
}
.con2_on .con2_item_top_2nd{
    opacity: 0;
    top: 80%;
}












.form {
    margin-top: 2%;
    width: 55.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    z-index: 1;
    margin-bottom: 6%;
    margin-top: 0%;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0%;
    padding-left: 3%;
    padding-top: 1%;
    margin-top: 1%;
    /*border-bottom: 1px solid black;*/
}

.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.2vw;
    position: relative;
}
.form_row_imput{
    width: 70%;
    height: 2.8vw;
    background: #ececec;
    border: none;
    font-size: 1.2vw;
    font-family: 'Pretendard-Regular';
    outline: none;
}
.form_row_imput:focus{
    border: none;
}
.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: transparent;
    color: transparent;
    border: none;
    border: 1px black solid;

    appearance: none;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px black solid;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/d_51.png) center / 86% no-repeat;
    color: unset !important;
}
.form_submit {
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 8.5vw;
    height: 2.3vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: 26%;
    left: 3%;
    cursor: pointer;
}
.form_row_imput_radio:checked{
    border: none;
    appearance: none;

}

.form_row > span {
    font-size: 1.3vw;
    margin-right: -18%;
    color: black;
}
.form_row_imput_radio_1{
    margin-right: -6%;
}
.form_row_imput_text{
    padding-left: 3%;
    box-sizing: border-box;
}
.form_row_radio{
    padding-top: 2%;
    padding-bottom: 2%;
}
.form_row_imput_radio:focus {
    border: none;
}

.form_row_label_tel{
    position: relative;
}
.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 5%;
    margin-bottom: 9%;
}
.form_row_imput{
    color: black;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.83);
    padding: 1.5%;
    width: 25%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}
.form_row_label_3lettters{
    letter-spacing: 1.5vw;
}

.form_agree {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
}
.form {
    width: 55.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    background: white;
    z-index: 1;
    margin-bottom: 6%;
}
.form_row_radio {
    padding-top: 2%;
    padding-bottom: 1%;
    border-bottom: unset;
}
.form_row_imput_radio_1 {
    margin-right: -13%;
}

.form_row_imput_radio_1{
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgba(0, 0, 0, 0.15);
    border-radius: 50px;

}
.form_row_imput_radio_1:checked{
    background: #F73C5A;
    color: white;
}

.form_row_imput_radio_2{
    border: 1px solid rgba(0, 0, 0, 0.15) !important;

    color: rgba(0, 0, 0, 0.15);
    border-radius: 50px;


}
.form_row_imput_radio_2:checked{
    background: #F73C5A;
    color: white;



}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9C0001;
    padding: 1.5%;
    width: 25%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    font-family: auto;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
    font-family: pretendard-bold;
    padding-bottom: 1.55%;
}
.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.83);
    padding: 1.5%;
    width: 25%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.6vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 14.5vw;
    height: 2.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;

    left: 3%;
}
.form_row_imput_radio_1 {
    margin-right: 0%;
    margin-left: 12%;
}
.form_row_imput_radio_2{
    margin-left: -1%;
    margin-right: -1%;
}
textarea{
    height: 6vw !important;
    padding-left: 1% !important;
    padding-top: 1% !important;
}
.form_row_label_4lettters {
    letter-spacing: 0.7vw;
}
.form{
    background: transparent;
}

.form_row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 1%;
    padding-left: 3%;
    padding-top: 1%;
    background: white;
    margin-top: 1%;
    padding-right: 2%;
}
.form_row_imput_radio{
    background: transparent;

}
.form_row_imput_text{
    background: transparent;
}
.form_row_imput_radio_1_label{
    left: 46%;
    font-family: pretendard-bold;
    color: #80808094;
    pointer-events: none;
}
.form_row_imput_radio_1_label_2{
    left: 80%;
    font-family: pretendard-bold;
    color: #80808094;
    pointer-events: none;
    
}
.form_row_imput_radio_2:checked ~ .form_row_imput_radio_1_label_2{
    color: white;
}
.form_row_imput_radio_1:checked ~ .form_row_imput_radio_1_label{
    color: white;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 1%;
    padding-left: 3%;
    padding-top: 1%;
    background: white;
    margin-top: 1%;
    padding-right: 2%;
    border-radius: 20px;
    border: 1px solid #80808069;
}
.form_row_label_line{
    height: 2vw;
    border-left: 1px solid #ffd3d3;
}
.form_row{
    position: relative;
}
.form_row_label_line {
    height: 1.7vw;
    border-left: 1px solid #ffd3d3;
    position: absolute;
    left: 26%;
}

.form_row_imput_radio_1_label_2nd {
    left: 37%;
    pointer-events: none;
    
}

.form_row_imput_radio_1_label_2_2nd {
    left: 77.2%;
    pointer-events: none;
    
}

.h_area1{
    left: 31.12%;
    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';
}

.con14{
    background: url(/images/dcon14_bg.jpg) no-repeat center / cover;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
    text-align: right;
}
.form_agree_check:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #2b73d9;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px black solid;
    align-items: center;
    border-radius: 50%;
}
.form_row_imput_radio_2:checked {
    background: #2b73d9;
    color: white;
}
.form_row_imput_radio_1:checked {
    background: #2b73d9;
    color: white;
}



.form_row_label_line {
    display: none;
}

.form_row_ab{
    width: 0.889552%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 2%;
    bottom: 62%;
}
.form_row_ab_2nd{
    width: 1.27079%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20%;
}

.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px black solid;
    appearance: none;
    border-radius: 50%;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: #0000004d;
}
.form {
    width: 75.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 1.7%;
    z-index: 1;
    margin-bottom: 2%;
    top: 34%;
}

.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    padding-bottom: 0.5%;
    padding-left: 3%;
    padding-top: 0.5%;
    background: transparent;
    margin-top: 0%;
    padding-right: 2%;
    border-radius: 0;
    border: unset;
    border-bottom: 1px solid white;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: white;
    white-space: nowrap;
    font-size: 1.2vw;
    position: relative;
}

.form_row_ab_2nd{
    display: none;
}
.form_row_imput {
    color: white;
}
textarea {
    height: 3vw !important;
    padding-left: 1% !important;
    padding-top: 1% !important;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 1.5%;
    width: 25%;
    color: black;
    margin-bottom: 5%;
    font-size: 1.2vw;
    height: 2vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
}

.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 78%;
    margin-top: 4%;
    margin-bottom: 3%;
    text-align: right;
    position: absolute;
    top: -9%;
    color: white;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 0;
    background: transparent;
    color: transparent;
    border: none;
    border: 1px white solid;
    appearance: none;
    border-radius: 50%;
}
.form_agree_check:checked {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    border: 1px white solid;
    align-items: center;
    border-radius: 50%;
}
.form_agree_span {
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: white;
}

.form_submit {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    padding: 1.5%;
    width: 25%;
    color: black;
    margin-bottom: 5%;
    font-size: 1.2vw;
    height: 2vw;
    border-radius: 0;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    cursor: pointer;
    border-radius: 50px;
    z-index: 1;
    margin-top: 10%;
}

.h_area1 {
    left: 31.12%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 8.5vw;
    height: 2.4vw;
    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: 62.3%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 8.5vw;
    height: 2.4vw;
    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';
}
.form_row_radio{
    justify-content: flex-start;
}
.form_row_imput_radio_1 {
    margin-right: 0%;
    margin-left: 3%;
    width: 8.5vw;
    height: 2.4vw;
    margin-left: 7%;
    background: white;
}
.form_row_imput_radio_2 {
    margin-right: 0%;
    margin-left: 3%;
    width: 8.5vw;
    height: 2.4vw;
    background: white;
}
.form_row_imput_radio_1_label {
    left: 42.6%;
    font-family: pretendard-bold;
    color: #80808094;
    pointer-events: none;
}
.form_row_imput_radio_1_label_2 {
    left: 74%;
    font-family: pretendard-bold;
    color: #80808094;
    pointer-events: none;
}
.con2_right_line{
    border-top: 1px solid #192853;

}
.con2_left_line{
    border-top: 1px solid #ffffff8a;
    
}

.con2_item_line{
    width: 0%;
    transition: 0.3s all;
    transition-delay: 200ms;

}
.con2_on .con2_item_line{
    top: 28%;
    width: 90%;
}
.form_item{
    opacity: 0;
    top: 55%;
    transition: 0.3s all;
}
.con2_on .form_item{
    opacity: 1;
    top: 34%;
}


.form_right .form_row_label{
color: black;

}
.form_right .form_row{
    border-bottom: 1px solid black;
}

.form_right .form_row_imput {
    color: black;
}
.form_right .form_agree_span {
    font-family: Pretendard-regular;
    color: black;
}
.form_right .form_agree_check:checked {
    border: 1px black solid;
    border-radius: 50%;
}
.form_right .form_agree_check {
    color: black;
    border: 1px black solid;
}
.form_right .form_submit {
    background: #2b73d9;
    color: white;
}

.form_row_label_5lettters{
    letter-spacing: 0.23vw;
}
.form_row_label_2lettters{
    letter-spacing: 4vw;
}
.container{
display:none;
}
.header_contact{
    color: #192853;
}
.form_row select{
    scale:0.85;
}
.form_row_imput_radio{
    scale:0.85;
    
}
@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {



    .main_top {
        width: 9.76378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 49%;
        font-size: 7vw;
        font-weight: 600;
        font-style: italic;
    }
    .main {
        background: url(/images/topcon3_01.jpg) no-repeat 29% 0% / cover;
        margin-top: 15%;
    }
    .main_top_2nd {
        width: 84%;
        text-align: right;
        margin-top: 1%;
        margin-bottom: 6%;
    }
    .main_top_3rd {
        width: 39.0761%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 5%;
        top: 26%;
    }
    .main {
        background: url(/images/topcon3_01.jpg) no-repeat 33% 0% / cover;
        margin-top: 15%;
    }

    .main_top {
        width: 9.76378%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 27%;
        margin-left: 62%;
        font-size: 7vw;
        font-weight: 600;
        font-style: italic;
    }

    .con2{
        flex-direction: column;
    }
    .con2_left {
        width: 100%;
        height: 90vw;
    }

    .con2_right {
        width: 100%;
        height: 90vw;
    }
    .con2_left_top {
        width: 30.6273%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 37%;
        transform: translateX(-5%);
    }
    .con2_right_top {
        width: 45.3858%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 37%;
    }
    .con2_on .con2_item_top {
        top: 11%;
    }





















    .form {
        width: 88.1%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-top: 3.7%;
        z-index: 1;
        margin-bottom: 7%;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        white-space: nowrap;
        font-size: 3.2vw;
        position: relative;
    }
    .form_row_label_3lettters {
        letter-spacing: 4.2vw;
    }
    .form_row_label_4lettters {
        letter-spacing: 1.8vw;
    }
    .form_row_label_line {
        height: 2.7vw;
        position: absolute;
        left: 30%;
    }
    textarea {
        height: 15vw !important;
        padding-left: 1% !important;
        padding-top: 1% !important;
    }
    .form_row_imput {
        width: 70%;
        height: 2.8vw;
        border: none;
        font-size: 3.2vw;
        font-family: 'Pretendard-Regular';
        outline: none;
    }
    .form_agree_span {
        font-size: 3.1vw;
        font-family: Pretendard-regular;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 0;
        background: transparent;
        color: transparent;
        appearance: none;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        background: url(/images/d_51.png) center / 86% no-repeat;
    }
    .form_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 75%;
        padding-bottom: 2%;
        padding-left: 3%;
        padding-top: 2%;
        margin-top: 3%;
        padding-right: 2%;
        border-radius: 20px;
        margin-top: 2%;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 14.5vw;
        height: 3.6vw;
        overflow: unset;
        outline: 0;
        appearance: none;
        margin-right: -2%;
        left: 3%;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 21.5vw;
        height: 4.6vw;
        overflow: unset;
        outline: 0;
        appearance: none;
        margin-right: 3%;
        left: 3%;
    }
    .form_row_imput_radio_1{

        margin-left: 7%;
    }
    .form_row_imput_radio_1_label {
        left: 45%;
        font-family: pretendard-bold;
    }
    .form_row_imput_radio_1_label_2 {
        left: 77%;
        font-family: pretendard-bold;
    }



    .form_agree {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 78%;
        margin-top: 5%;
        margin-bottom: 4%;
    }

.form {
    width: 100.1%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 3.7%;
    z-index: 1;
    margin-bottom: 7%;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 24.5vw;
    height: 4.6vw;
    overflow: unset;
    outline: 0;
    border: none;
    appearance: none;
    margin-right: 0%;
    left: 3%;
}    
    .form_row_imput_radio_1_label_2{
    font-size: 2.4vw !important;
        left: 80.5%;
        
    }
.form_row_imput_radio_1_label {
    font-size: 2.4vw !important;
    left: 47%;
    
}    
    .form_row_imput_radio_1_label_2nd{
    font-size: 2.4vw !important;
        left: 35%;
        
    }
    .form_row_imput_radio_1_label_2_2nd{
    font-size: 2.4vw !important;
        left: 75.5%;
        
    }



    
    .h_area1{
        width: 24.5vw;
        height: 4.6vw;
        overflow: unset;
        outline: 0;
        border: none;
        appearance: none;
        margin-right: 0%;
        font-size: 3.2vw;
        font-family: 'Pretendard-Regular';
        left: 33.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align-last: center;
        font-size: 2.4vw !important;
        font-family: pretendard-bold;
    }
    .h_area2 {
        width: 24.5vw;
        height: 4.6vw;
        overflow: unset;
        outline: 0;
        border: none;
        appearance: none;
        margin-right: 0%;
        font-size: 3.2vw;
        font-family: 'Pretendard-Regular';
        left: 66.3%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align-last: center;
        font-size: 2.4vw !important;
        font-family: pretendard-bold;
    }
    .form_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 75%;
        padding-bottom: 2%;
        padding-left: 3%;
        padding-top: 2%;
        margin-top: 3%;
        padding-right: 2%;
        border-radius: 5px;
        margin-top: 2%;
    }
    .form_row_ab {
        width: 1.389552%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 1%;
        bottom: 62%;
    }
    .form_row_ab_2nd {
        width: 1.27079%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 27%;
    }

    .form_row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 75%;
        padding-bottom: 2%;
        padding-left: 3%;
        padding-top: 2%;
        margin-top: 3%;
        padding-right: 2%;
        border-radius: 0;
        margin-top: 2%;
    }
    .dcon14_17{
        width: 100%;
    }

        .con2_left {
        width: 100%;
        height: 120vw;
    }

    .con2_right {
        width: 100%;
        height: 120vw;
    }
    .form_agree {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 78%;
        margin-top: 5%;
        margin-bottom: 2%;
        text-align: right;
        justify-content: flex-end;
    }

    textarea {
        height: 5vw !important;
        padding-left: 1% !important;
        padding-top: 1% !important;
    }
    .con2_on .con2_item_top {
        top: 8%;
    }
    .con2_on .con2_item_line {
        top: 20%;
        width: 90%;
    }

    .con2_on .form_item {
        opacity: 1;
        top: 27%;
    }

    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        padding: 1.5%;
        width: 30%;
        color: black;
        margin-bottom: 5%;
        font-size: 3.2vw;
        height: 4vw;
        border-radius: 0;
        padding-top: 1.5%;
        padding-bottom: 1.5%;
        cursor: pointer;
        border-radius: 50px;
        z-index: 1;
        margin-top: 10%;
    }

    .form_row_label_2lettters {
        letter-spacing: 10.7vw;
    }

    .form_row_label_5lettters {
        letter-spacing: 0.63vw;
    }
    .form_row_imput_radio_1 {
        margin-left: 10%;
    }
    .form_row_imput_radio_2{
        margin-left: 1%;
    }
}