* {
    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;
}
.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 rotate_image1 {
    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 slick-circle{
    0%{width:0;}
    100%{width:100%;}
}


@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_top{
    padding-bottom: 3.7%;
}

.main_top_1{
    width: 22.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: -57%;
    overflow: hidden;
}
.main_top_1 {
    width: 19.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: -68.7%;
    font-size: 3vw !important;
}
.main_top_1 {
    width: 19.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: -68.7%;
    font-size: 3vw !important;
}

.main_top_1_2nd{
    width: 79%;
    margin-top: 1%;
    font-family: pretendard variable;
    font-weight: 500;
    font-size: 1.4vw;
    overflow: hidden;
}
.main_top_2{
    width: 9.55446%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 14%;
    right: 13%;
}
.main_top_2:hover .absol{
    opacity: 1;
}
.main_top_2_absol{
    opacity: 0;
}


.main_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 61vw;
    overflow: hidden;
    position: relative;
}

.main_right{
    width: 50% !important;
    display: flex;
    justify-content: center;
    height: 61vw;
    align-items: center;
}
.main_left_items{
    width: 30% !important;
    left: 13%;
    top: 18%;
    flex-direction: column-reverse !important;
    height: 74%;
    display: flex;
    justify-content: space-between !important;
}
.main_left_items > div> .absol{
    opacity: 0;
}

.bcon1_11h{
    opacity: 1 !important;
}
.main_line{
    width: 100%;
    border-top: 1px solid #00000036;
    bottom: 2px;
    display: flex;
    justify-content: flex-start;
align-items: flex-start;
}
.main_line_slick{
    border-top: 1px solid black;
    width: 100%;
    animation: slick-circle 10s infinite linear;
}
.main_top_1 {
    width: 19.9307%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14%;
    margin-left: -60%;
}
.main_top_1 {
    width: 19.9307%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 14%;
    margin-left: -60%;
}
.main_top_1_p{
    position: relative;
}
.main_top_1_p::after{
    position: absolute;
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    border-radius: 50%;
    background: #3235cd;
    bottom: 0;
    left: 106%;
}



.main_top_2nd_top {
    top: 28%;
    left: 19%;
    font-family: 'Pretendard';
    font-size: 3.3vw;
    line-height: 3.4vw;
    overflow: hidden;
}
.main_top_2nd_top > span{
    font-family: pretendard variable;
    font-weight: 700;
}



.con3_items{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    right: 5%;
    bottom: -12%;
    width: 9.5%;
}
.con3_item_2nd{
    width: 96.9255%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -58%;
    margin-bottom: -46%;
}
.main_top_2nd_top{
    font-family: 'Pretendard';
    font-size: 3vw;
    line-height: 3vw;
    width: 71%;
    margin-top: 6%;
    margin-bottom: 10%;
}
.main_top_2nd_absol{
    width: 32.7228%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -18%;
    right: 6%;
}
.main_top_2nd_absol_con{
    z-index: 2;
    overflow: hidden;
}
.main_top_2nd_absol_1{
    width: 21.3462%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -10%;
    bottom: 49%;
}
.main_top_2nd_absol_2{
    width: 3.02783%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 91%;
    bottom: 97%;
}
.main_top_2nd_absol_3{
    left: 61%;
}
.main_top_2nd_absol_4{
    width: 7.17822%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 71%;
    left: 61%;
    cursor: pointer;
}
.con3_items{
    scale: 0.6;
    bottom: -2%;
}
.main_top_2nd_absol_5{
    width: 35.396%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 78%;
    top: 26%;
}
.main_top_2nd{
    background: #e9e9ff;
}

.con1_top_1_p{
    position: relative;
}
.con1_con{
    box-shadow: 1px 1px 14px 1px #0000000f;
    width: 74% !important;
    border: 1px solid rgb(0 0 0 / 9%);
    border-radius: 30px;
    margin-top: 5%;
}
.con1_top_1_p::after{
    position: absolute;
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    border-radius: 50%;
    background: #3235cd;
    bottom: 15%;
    transform: translateX(50%);
}

.con1_top_1 {
    width: 87%;
    margin-top: 4%;
    margin-bottom: 2%;
}

.con1_top_2{
    width: 87%;
    margin-bottom: 38%;
}


.con1_right_left_absol{
    opacity: 0;
}
.con1_right_right_absol{
    opacity: 0;
}
.con1_right_right{
    cursor: pointer;
}
.con1_right{
    margin-left: 38%;
}

.con1_right_left{
    width: 28.0305%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -2%;
    cursor: pointer;
}
.con1_right_div_on{
    opacity: 1;

}


.con1_left{
    right: 103%;
    top: 8%;
    font-family: pretendard variable;
    font-weight: 400;
    font-size: 1vw;
    color: #808080bf;
    display: flex;
    height: 9vw;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.con1_left_on{
    font-family: pretendard variable;
    font-weight: 700;
    color: black;
}

.con1_con_2 .con1_top_2{
    margin-bottom: 29%;
}


.con1_right_2{
    width: 50% !important;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28%;
}

.con1_right_2_item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 2%;
    margin-bottom: 6%;
}
.con1_right_2_item p{
    font-family: pretendard variable;
    font-weight: 500;
    font-size: 1.3vw;
    position: relative;
}
.con1_right_2_item input{
    appearance: none;
    border: none;
    text-align: center;
    border-bottom: 1px solid black;
    outline: none;
    font-family: pretendard variable;
    font-weight: 500;
    font-size: 1.25vw;

}
.con1_right_2_item_1st::before{
    content: "";
    width: 0.4vw;
    height: 0.4vw;
    background: #3235cd;
    position: absolute;
    border-radius: 50%;
    transform: translateX(-160%);
    top: 0%;
}


.con1_right_2_item_input_1st{
    width: 22%;
    margin: 0 3%;
    margin-left: 10%;
}
.con1_right_2_item_input_2nd{
    width: 22%;
    margin: 0 3%;
}
.con1_right_2_item_input_3rd{
    margin: 0 4%;
    width: 53.3%;
    margin-right: 3%;
}
.con1_right_2_item_3_item{
    background: white;
    border: 1px solid #0000002b;
    border-radius: 100px;
    width: 25%;
    text-align: center;
    height: 2vw;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    height: 2.3vw;
}
.con1_right_2_item_3_item_on{
    background: black;
    color: white;
}
.con1_right_2_item_3_item p{
    font-size: 1.1vw !important;

}
.con1_right_2_item_3_item_1{
    margin-left: 3%;
    margin-right: 1%;
}
.con1_right_2_item_3{
    margin-top: 6%;
}
.con1_right_2_item_input_4th{
    margin-left: 4%;
    margin-right: 2%;
}
.con1_right_2_item_input_5th{
    margin-left: 10%;
    margin-right: 2%;
}
input::placeholder {
    font-size: 1.1vw;
    color: rgba(128, 128, 128, 0.45);
}

.con1_con_3 .con1_top_2 {
    width: 87%;
    margin-bottom: 17%;
}

.con1_right_3{
    width: 44% !important;
    left: 49% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row !important;
    flex-wrap: wrap;
    font-family: pretendard variable;
    font-weight: 500;
}
.con1_right_3_item{
    width: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: white;
    background: white;
    border: 1px solid #0000002b;
    cursor: pointer;
    border-radius: 100px;
    margin: 1% 1%;
    text-align: center;
    height: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.3vw;
    font-size: 0.93vw;
    color: rgba(128, 128, 128, 0.45);

}
.con1_right_3_item:hover{
/*
    background: black;
    color: white;
*/
}
.con1_right_3_item_on{
    background: black;
    color: white;
}

.con1 .con3_items{
    scale: 1;
}
.con1_bottom{
    width: 21.7822%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 3%;
}
.con1_bottom_2nd{
    width: 12.4752%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3%;
    overflow: hidden;
    margin-bottom: 4%;
}


.con2_top_3rd_line{
    width: 100%;
    border-bottom: 2px solid black;
    position: absolute;
    bottom: 0;
}
.con2_top_3rd{
    font-family: pretendard variable;
    font-weight: 500;
}
.con2_top_4th{
    font-family: pretendard variable;
    font-weight: 500;
}
.con3_item_1st{
    width: 94.8845%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con3_item_3rd{
    width: 76.3201%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container{
    display: none;
}


.con1_top_1 {
    width: 87%;
    margin-top: 8%;
    margin-bottom: 2%;
}

.con1_top_2 {
    width: 87%;
    margin-bottom: 34%;
}
.con1_bottom {
    width: 22.9822%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
    margin-bottom: 3%;
    cursor: pointer;
}

.main_line {
    width: 100%;
    border-top: 1px solid #00000036;
    bottom: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 5;
}
    .con1_right_left_absol{
        width: 100% !important;
    }
    .con1_right_right_absol{
        width: 100% !important;


    }

.main_top_2nd_absol {
    z-index: 10;
}



.header_menu_1:nth-child(5) {
    color: #3235cd;
}
.main_top_2nd_top {
    line-height: 3.3vw;
}






    .select_box{
        width: 14.5vw;
        margin-left: 9%;
        margin-right: 2%;
    }


.h_area1{
    left: 31.12%;
    appearance: none;
    border: 1px solid grey;
    margin-right: 1%;
    width: 100%;
    height: 2.6vw;
    overflow: unset;
    outline: 0;
    color: black;
    border: none;
    appearance: none;
    margin-right: -2%;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
    color: rgb(0 0 0 / 36%);
    border-radius: 50px;
    text-align: center;
    font-size: 1vw;
    font-family: pretendard variable;
    font-weight: 700;
}

.select_box {
    z-index: 2;
}

@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {
    .pc-mobile{
        display: none;
    }
    .mobile-pc{
        display: flex;
    }
    .main_top_1 {
        font-size: 7vw !important;
    }
    .main_top_1 {
        width: 49.9307%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 26%;
        margin-left: 0px;
        z-index: 1;
    }
    .main_top_1_2nd {
        width: 79%;
        margin-top: 2%;
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 4.4vw;
        text-align: center;
    }
    .main_top_1_2nd {
        width: 79%;
        margin-top: 2%;
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 4.4vw;
        text-align: center;
        margin-bottom: 10%;
    }
    .main_top_1_p::after {
        position: absolute;
        content: "";
        width: 1.7vw;
        height: 1.7vw;
        border-radius: 50%;
        background: #3235cd;
        bottom: 0;
        left: 106%;
    }
    .main_top_2nd_top {
        font-family: 'Pretendard';
        font-size: 6vw;
        line-height: 6vw;
        width: 71%;
        margin-top: 6%;
        margin-bottom: 10%;
        text-align: center;
    }
    .main_small_title {
        font-family: Pretendard-light;
        font-size: 3.1vw !important;
        line-height: 4.7vw !important;
    }
    .main_top_2nd_absol_3{
        position: relative !important;
        text-align: center;
        left: unset;
    }
    .main_top_2nd_top {
        font-family: 'Pretendard';
        font-size: 6vw;
        line-height: 6vw;
        width: 71%;
        margin-top: 12%;
        margin-bottom: 4%;
        text-align: center;
    }
    .main_top_2nd_absol_4 {
        width: 19.17822%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 71%;
        left: unset;
        position: relative !important;
        margin-top: 4%;
        margin-bottom: 10%;
    }
    .main_top_2nd_absol_5 {
        width: 54.396%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 66%;
        top: 26%;
    }
    .con3_items {
        scale: 1.6;
        bottom: 16%;
    }
    .main_top_2nd_top {
        font-family: 'Pretendard';
        font-size: 6vw;
        line-height: 6vw;
        width: 71%;
        margin-top: 15%;
        margin-bottom: 4%;
        text-align: center;
    }
    .main_top_1_2nd {
        width: 79%;
        margin-top: 2%;
            font-family: pretendard variable;
    font-weight: 500;
        font-size: 4.4vw;
        text-align: center;
        margin-bottom: 15%;
    }
    .main_top_2nd_absol {
        width: 43.7228%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -10%;
        right: 2%;
    }
    .con1_left {
        right: 103%;
        top: 8%;
    font-family: pretendard variable;
    font-weight: 400;
        font-size: 3vw;
        color: #808080bf;
        display: flex;
        height: 18vw;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .con1_top_2 {
        width: 87%;
        margin-bottom: 3%;
        text-align: center;
    }
    .con1_con {
        box-shadow: 1px 1px 14px 1px #0000000f;
        width: 74% !important;
        border: 1px solid rgb(0 0 0 / 9%);
        border-radius: 15px;
        margin-top: 8%;
    }
    .main_mid_2nd_title {
        font-size: 4.5vw !important;
    font-family: pretendard variable;
    font-weight: 700;
    }
    .con1_top_1_p::after {
        position: absolute;
        content: "";
        width: 1.2vw;
        height: 1.2vw;
        border-radius: 50%;
        background: #3235cd;
        bottom: 9%;
        transform: translateX(50%);
    }
    .con1_top_1 {
        width: 87%;
        margin-top: 4%;
        margin-bottom: 2%;
        text-align: center;
    }
    .con1_right{
            position: relative !important;
    }
    .con1_right {
        margin-left: 0;
    }
    .con1_right_left {
        width: 48.0305%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
    .con1_right_right{
        width: 48.0305%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
    .con1_right_left_absol{
        width: 100% !important;
    }
    .con1_right_right_absol{
        width: 100% !important;


    }
    .con1_left {
        right: 103%;
        top: 8%;
    font-family: pretendard variable;
    font-weight: 400;
        font-size: 3vw;
        color: #808080bf;
        display: flex;
        height: 18vw;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        display: none;
    }
    .con1_con {
        box-shadow: 1px 1px 14px 1px #0000000f;
        width: 84% !important;
        border: 1px solid rgb(0 0 0 / 9%);
        border-radius: 15px;
        margin-top: 8%;
        padding: 4% 2%;
    }

    .con1_right_2 {
        width: 78% !important;
        left: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 28%;
        position: relative !important;
    }
    .con1_con_2 .con1_top_2 {
        margin-bottom: 8%;
    }
    .con1_right_2_item p {
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 3.3vw;
        position: relative;
    }
    .con1_right_2_item input {
        appearance: none;
        border: none;
        text-align: center;
        border-bottom: 1px solid black;
        outline: none;
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 3vw;
    }
    .con1_right_2_item_input_1st {
        width: 27.5%;
        margin: 0 3%;
        margin-left: 10%;
    }
    .con1_right_2_item_input_2nd {
        width: 27.5%;
        margin: 0 3%;
    }
    input::placeholder {
        font-size: 2.7vw;
        color: rgba(128, 128, 128, 0.45);
    }
    .con1_right_2_item_input_3rd {
        margin: 0 4%;
        width: 62.3%;
        margin-right: 3%;
    }
    .con1_right_2_item_3_item p {
        font-size: 2.8vw !important;
    }
    .con1_right_2_item_3_item {
        background: white;
        border: 1px solid #0000002b;
        border-radius: 100px;
        width: 27%;
        text-align: center;
        height: 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 5.3vw;
    }
    .con1_right_2_item_3_item p {
        font-size: 2.8vw !important;
    }
    .con1_right_2_item_input_4th {
        margin-left: 4%;
        margin-right: 2%;
        width: 43%;
    }
    .con1_right_2 {
        width: 86% !important;
        left: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 28%;
        position: relative !important;
    }
    .con1_right_2_item_input_5th {
        margin-left: 12%;
        margin-right: 2%;
        width: 43%;
    }
    .con1_right_2_item_3_item_1 {
        margin-left: 3%;
        margin-right: 2.5%;
    }
    .con1_right_3 {
        width: 86% !important;
        left: unset !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row !important;
        flex-wrap: wrap;
    font-family: pretendard variable;
    font-weight: 500;
        position: relative !important;
    }
    .con1_con_3 .con1_top_2 {
        width: 87%;
        margin-bottom: 3%;
    }
    .con1_right_3_item {
        width: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        background: white;
        background: white;
        border: 1px solid #0000002b;
        border-radius: 100px;
        margin: 2% 2%;
        text-align: center;
        height: 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 7.3vw;
        font-size: 3.1vw;
        color: rgba(128, 128, 128, 0.45);
    }
    .con1_right_3 {
        width: 86% !important;
        left: unset !important;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row !important;
        flex-wrap: wrap;
    font-family: pretendard variable;
    font-weight: 500;
        position: relative !important;
        margin-bottom: 3%;
    }
    .con1_bottom {
        width: 48.7822%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 6%;
        margin-bottom: 4%;
    }
    .con3_items {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        right: 5%;
        bottom: -12%;
        width: 22.5%;
    }
    .con1_bottom_2nd {
        width: 30.4752%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -5%;
        margin-bottom: 7%;
    }
    .con2_top_3rd_line {
        width: 100%;
        border-bottom: 1px solid black;
        position: absolute;
        bottom: 0;
    }
    
        .con3_items {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        right: 5%;
        bottom: -12%;
        width: 22.5%;
        scale: 1;
    }
    .con1_right_3_item_on{
    background: black;
    color: white;
}

    .con1_right_2_item_3_item_on{
        background: black;
        color: white;
    }
    
    
    .main_top_2nd_absol_4 {
        width: 23.17822%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 71%;
        left: unset;
        position: relative !important;
        margin-top: 5%;
        margin-bottom: 13%;
    }    
        .main_top_1 {
        font-size: 9vw !important;
    }
        .con1_right {
        margin-left: 0;
        flex-direction: column;
    }
    .con1_right_item {
        width: 78.0305%;
    }
        .con1_top_2 {
        margin-bottom: 7%;
    }
        .con1_top_1 {
        margin-top: 8%;
    }
    
    .con1_right_2_item_1st::before {
        content: "";
        width: 1vw;
        height: 1vw;
        background: #3235cd;
        position: absolute;
        border-radius: 50%;
        transform: translateX(-226%);
        top: 0%;
    }    
    .con1_right_2_item input {
        appearance: none;
        border: none;
        text-align: center;
        border-bottom: 1px solid black;
        outline: none;
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 1.25vw;
        height: 6vw;
        padding-bottom: 0%;
    }
    .con1_right_2_item_3_item {
        background: white;
        border: 1px solid #0000002b;
        border-radius: 100px;
        width: 27%;
        text-align: center;
        height: 2vw;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 6.3vw;
    }
    .con1_con_3 .con1_top_2 {
        margin-bottom: 8%;
    }
    .con1_bottom {
        width: 70.7822%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
        margin-bottom: 12%;
    }
    .con2_top_4th {
        margin-bottom: 6%;
    }
    .main_top_2nd_absol {
        width: 46.7228%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: -8%;
        right: 1%;
    }
    .main_top_2nd_absol_2{
        width: 6.02783%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 87%;
        bottom: 97%;
    }
    .main_mid_2nd_title {
        font-size: 6vw !important;
    font-family: pretendard variable;
    font-weight: 700;
    }    
    .con1_right_2_item_3_item_on {
        background: black;
        color: white;
    } 
    .con1_right_3 {
        margin-bottom: 6%;
    }
    .con1_right_2_item input {
        appearance: none;
        border: none;
        text-align: center;
        border-bottom: 1px solid black;
        outline: none;
    font-family: pretendard variable;
    font-weight: 500;
        font-size: 3.25vw;
        height: 6vw;
        padding-bottom: 0%;
    }
    .con1_right_item {
        width: 99.0305%;
    }    
    
    
    
    
    
 