* {
    padding: 0;
    margin: 0;
    box-sizing: unset;
}

ul,
ol {
    list-style: none;
}
.container{
display: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: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansbold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSanslight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.gmarketsans{
    font-family: 'GmarketSansMedium';
    letter-spacing: -0.04vw;
}
.gmarketsansbold{
    font-family: 'GmarketSansBold';
    letter-spacing: -0.04vw;
}
.gmarketsanslight{
    font-family: 'GmarketSansLight';
    letter-spacing: -0.04vw;
}


@font-face {
    font-family: "Noto Sans KR", sans-serif;
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
/*@font-face {*/
/*    font-family: 'VITRO_CORE_TTF';*/
/*    src: url('/font/VITRO_CORE_TTF.ttf') format('woff');*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*}*/
@font-face {
    font-family: 'TTTtangsbudaejjigaeB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2212@1.0/TTTtangsbudaejjigaeB.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'TheJamsil5Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
body {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes marquee2 {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
@keyframes slick-circle{
    0%{left:0;}
    100%{left:99%;}
}
@keyframes soul_out {
    0% {
        opacity: 0.7;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%);
    }
}
@keyframes ddm3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: rotate(-2deg);
    }
    100% {
        transform: scale(1.05);
    }
}
@keyframes ddm4 {
    0% {
        transform: scale(1);
    }
    25% {
        transform: rotate(-2deg);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: rotate(2deg);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes rotate360 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate_img10deg {

    0% {
        transform: rotate(10deg);
    }
    49% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
    99% {
        transform: rotate(-10deg);
    }
    100% {
        transform: rotate(10deg);
    }
}

@keyframes rotate_img5deg {

    0% {
        transform: rotate(5deg);
    }
    49% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    99% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}


@keyframes opazoom {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.02);
        opacity: 0;

    }
    100% {
        transform: scale(1);
        opacity: 1;

    }
}
@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 2s infinite linear;
}
.pointer{
    cursor: pointer;
}
.blk{
    animation: blk 1s infinite;
}
.scaleopa1{
    animation: scaleOpa 2s infinite;
}

.scaleopa2{
    animation: scaleOpa2 2s infinite;
}















.form {
    margin-top: 4%;
    width: 41%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #00af78;
    padding-top: 1.7%;
    background: white;
    margin-bottom: -8.8%;
    z-index: 1;
}
.form_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    border-bottom: 1px solid #00af78;
    padding-bottom: 2%;
    margin-top: 5%;
}
.con17_bg{
    width: 100%;
}
.form_agree {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 87%;
    margin-top: 5%;
    margin-bottom: 4%;
}
.form_row_label{
    font-family: Pretendard-regular;
    color: #00af78;
    white-space: nowrap;
    font-size: 1.4vw;
}
.form_row_imput{
    width: 70%;
    height: 2vw;
    background: transparent;
    border: none;
    font-size: 1.6vw;
    font-family: 'Pretendard-Regular';
    outline: none;
    caret-color: #00af78;
    color: #00af78;
}
.form_row_imput:focus{
    border: none;
}
.form_agree_span{
    font-size: 1.1vw;
    font-family: Pretendard-regular;
    color: #00af78;
}
.form_agree_check{
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 1px solid #00af78;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.form_agree_check:checked {
    background: #00af78;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.form_agree_check:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    color: unset !important;
}
.form_submit{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00af78;
    padding: 1.5%;
    width: 37%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.4vw;
    font-family: Pretendard-bold;
    cursor:pointer;
}

.form_row > span {
    font-size: 1.3vw;
    margin-right: -8%;
    color: #00af78;
}
.form_row_imput_radio {
    margin-right: 1%;
    width: 1.5vw;
    height: 1.5vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 50%;
    margin-right: 11%;
    left: 3%;
    border: 1px solid #00af78;
    padding-left: 0%;
}
.form_row_imput_radio:checked {
    background: #00af78;
}
.form_row_imput_radio:checked::after {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    position: absolute;
    background: url(https://xn--vr0ba453g.com/images/con20_05.png) center / 86% no-repeat;
    color: unset !important;
}
.sido1 {
    width: 36%;
    height: 2.6vw;
    font-family: pretendard-regular;
    color: grey;
    border-radius: 50px;
    border: 2px #00af78 solid;
    padding-left: 3%;
    outline: none;
    font-size: 1vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 28%;
    color: #00af78;
}
.select_pin_left {
    right: 33%;
    width: 2%;
}
.con2{
    background: #00af78;

}
.con2 {
    background: #00af78;
    padding-bottom: 13%;
}
.sido1 {
    border: 2px #dadada solid;
}
.form_row_label {
    font-family: Pretendard-regular;
    color: black;
    white-space: nowrap;
    font-size: 1.1vw;
}
.form_row {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    border-bottom: 1px solid #dadada;
    padding-bottom: 2%;
    margin-top: 5%;
}
.sido1 {
    color: #dadada;
}
.form_agree_span {
    font-size: 0.9vw;
    font-family: Pretendard variable;
    color: black;
    font-weight: 400;
}

.form_row {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    width: 87%;
    border-bottom: 1px solid #dadada;
    padding-bottom: 2%;
    margin-top: 3%;
}
.form {
    margin-top: 4%;
    width: 41%;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #00af78;
    padding-top: 3.7%;
    background: white;
    margin-bottom: -8.8%;
    z-index: 1;
}
.contact-form2_ab{
    width: 25.8643%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 4%;
    overflow: hidden;
    right: 9%;
}
.con2_ab{
    width: 2.62467%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    right: 73%;
    bottom: 10%;
}

.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: black;
    padding: 1.5%;
    width: 37%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.2vw;
    font-family: Pretendard-bold;
    cursor: pointer;
    border-radius: 200px;
}


.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 1px solid black;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}

.form_agree_check:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    background: black;
    position: absolute;
    color: unset !important;
    border-radius: 50%;
}
.form_agree_check {
    margin-right: 2%;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    outline: 1px solid #a9a9a9;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}

.form_agree_check:checked {
    background: unset;
    border: none;
    display: flex
;
    justify-content: center;
    align-items: center;
}


.form_submit {
    display: flex
;
    justify-content: center;
    align-items: center;
    background: black;
    padding: 2% 2.5%;
    width: 37%;
    color: white;
    margin-bottom: 5%;
    font-size: 1.2vw;
    font-family: Pretendard-bold;
    cursor: pointer;
    border-radius: 200px;
}

.form_row_radio{
    justify-content: flex-start !important;
}

.form_row_imput_radio {
    margin-right: 1%;
    height: 2vw;
    overflow: hidden;
    outline: 0;
    background: #ffffff;
    color: #dadada;
    border: none;
    appearance: none;
    border-radius: 200px;
    margin-right: 1%;
    left: 3%;
    border: 1px solid #dadada;
    padding-left: 0%;
}

.form_row_imput_radio {
    margin-right: 1%;
    height: 2vw;
    overflow: hidden;
    outline: 0;
    width: 11.5vw;

    background: #ffffff;
    color: white;
    border: none;
    appearance: none;
    border-radius: 200px;
    margin-right: 1%;
    left: 3%;
    border: 1px solid #00af78;
    padding-left: 0%;
    border: 2px #dadada solid;
}
.form_row_imput_radio_1{
    margin-left: 11%;
}
.sido1 {
    width: 10.5vw;
    position: relative;
    left: -13%;
    height: 2vw;
}

.select_pin_left {
    right: 44%;
    width: 2%;
}
.mc{
    color: #00af78;
}
.mcbg{
    background: #00af78;
}
.sc{
    color: #eee3d0;
}
.scbg{
    background: #eee3d0;
}
.tc{
    color: #e74d38;
}
.tcbg{
    background: #e74d38;
}


.form_row_imput_radio:checked {
    background: #00af78;
    border: unset;
}
.form_row > span {
    font-size: 1.1vw;
    margin-right: -8%;
    color: #00af78;
}
.form_row > span {
    font-size: 1.1vw;
    margin-right: -8%;
    color: white;
}

.form_row_label_1{
    left: 42.5%;
}
.form_row_label_2{
    left: 71.6%;
}
.form_row_label{
    pointer-events: none;
}
.form_row_imput {
    font-size: 1.1vw;
    caret-color: black;
    color: black;
}


.form_row > span {
    color: #dadada;
}

.form_row_imput_radio:checked + span{
    color: white;
}
header{
    display: none;
}
.contact_fixed{

    display: none;
}









.ifs_section{
    background: white;
    padding: 1.7% 0;
}
.ifs_section_2{
    width: 1.04987%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% 2.5%;
    margin-top: 0%;
}
.ifs_section_1{
    width: 14.6457%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -3%;
    margin-top: 0%;
}
.ifs_section_3{
    width: 11.1286%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
}

.ifs_section_2nd{
    background: #00af78;
}
.ifs_section_2nd_top{
    width: 30.5512%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 4.4%;
}
.ifs_section_2nd_top_2nd{
    width: 25.4593%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: 0%;
    margin-top: 2%;
}
.ifs_section_2nd_top_3rd{
    width: 43.7795%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    margin-left: 0%;
    margin-top: 1%;
    margin-bottom: 4%;
}
.ifs_section_2nd_top_4th_left{
    width: 50%;
    overflow: hidden;
}
.ifs_section_2nd_top_4th_right{
    width: 50%;
    overflow: hidden;

}

.ifs_section_2nd_top_4th_right_ab{
    bottom: -2%;
    z-index: 2;

}
.ifs_section_2nd_top_4th_left_ab{
    bottom: -2%;

    z-index: 2;
}

.ifs_section_2nd_top_4th_left_ab_2{
    width: 17.5236%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    z-index: 2;
    left: 11%;
    top: 58%;
}
.ifs_section_2nd_top_4th_right_ab_2{
    width: 17.5236%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    z-index: 2;
    right: 11%;
    top: 58%;
}

.main_small_title{
    font-family: "Pretendard variable";
    font-weight: 400;
    font-size: 1vw;
    line-height: 1.6vw;
    letter-spacing: -0.04vw;
}

.ifs_section_2nd_top_4th_left_ab_3{
    top: 74%;
    left: 12%;
    z-index: 3;
    color: white;
    font-size: 1.2vw;
    font-weight: 300;
}
.ifs_section_2nd_top_4th_right_ab_3{
    top: 74%;
    right: 12%;
    z-index: 3;
    color: white;
    font-size: 1.2vw;
    font-weight: 300;
    text-align: right;
}

.ifs_section_2nd_top_5th{
    background: #00af78;

}
.ifs_section_2nd_top_5th_con{
    width: 94%;
    background: url(/images/ifs_06.jpg) no-repeat center / cover;

    margin: 3% 0;
    overflow: hidden;
}
.ifs_section_2nd_top_5th_left{
    width: 50%;
}
.ifs_section_2nd_top_5th_right{
    width: 50%;
}


.ifs_section_2nd_top_5th_left_top_3rd {
    z-index: 3;
    color: white;
    font-size: 1.2vw;
    font-weight: 500;
    width: 64%;
    margin-top: 8%;
    margin-bottom: 38%;
}
.ifs_section_2nd_top_5th_con_bg{
    filter: brightness(0.3);
}
.ifs_section_2nd_top_5th_left_top{
    width: 46.3687%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -18%;
    overflow: hidden;
    margin-top: 18%;
}
.ifs_section_2nd_top_5th_left_top_2nd{
    width: 70.838%;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-left: 6%;
    margin-top: 1.5%;
}
.ifs_section_2nd_ab {
    bottom: 0;
    border-left: 0.1vw white solid;
    height: 79.7%;
    z-index: 2;
}

.ifs_section_2nd_top_5th_con {
    align-items: flex-start;
}

.ifs_section_2nd_top_5th_right {
    width: 50%;
    height: 39.5vw;
    align-items: flex-end;
    justify-content: flex-start;
}
.ifs_section_2nd_top_5th_right_item {
    height: 100%;
    background: white;
    width: 93%;
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.ifs_section_2nd_top_5th_right_top{
    width: 83.6735%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 7%;
}
.ifs_section_2nd_ab {
    bottom: 0;
    border-left: 0.1vw #ffffff80 solid;
    height: 79.7%;
    z-index: 2;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansbold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.gmarketsans{
    font-family: 'GmarketSansMedium';
    letter-spacing: -0.04vw;
}
.gmarketsansbold{
    font-family: 'GmarketSansBold';
    letter-spacing: -0.04vw;
}
.white{
    color: white;
}
.green{
    color: #00af78;
    letter-spacing: -0.04vw;
}
.bold{
    font-weight: 700;
}
.ifs_section_2nd_top_5th_right_top {
    width: 83.6735%;
    display: flex
;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 4%;
}
.ifs_section_2nd_top_5th_right_top_2nd{
    width: 6.96279%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -70%;
    margin-top: 1%;
}
.ifs_section_2nd_top_5th_right_top_3rd{
    width: 78%;
    margin-top: 2%;
    font-size: 1.6vw;
}
.ifs_section_2nd_top_5th_right_top_4th {
    width: 78%;
    font-size: 1.2vw;
    line-height: 1.8vw;
    margin-top: 2%;
}

.ifs_section_2nd_top_5th_right {
    overflow-y: scroll;
}
.ifs_section_2nd_top_5th_right_top_4th {
    margin-bottom: 8%;
}
.ifs_section_2nd_top_5th_right_top_ab{
    width: 22.2382%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    top: -10%;
    left: 69%;
}
.ifs_section_2nd_top_5th_right_top_ab_3{
    width: 11.4778%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    bottom: 41%;
    left: 16.9%;
}
.ifs_section_2nd_top_5th_right_top_ab_2{
    width: 20.2296%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    left: 13%;
    bottom: 64%;
}
.ifs_section_2nd_top_5th_right_2nd_top_ab_3{
    width: 22.2382%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    top: -6%;
    left: 9%;
}
.ifs_section_2nd_top_5th_right_2nd_top_ab{
    width: 80.0574%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    bottom: 24%;
    left: 4.5%;
}
.ifs_section_2nd_top_5th_right_2nd_top_ab_2{
    width: 14.9211%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    bottom: 35%;
    right: 11.5%;
}
.ifs_section_2nd_top_5th_right_2nd_top_ab_4{
    width: 10.6169%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    top: 30%;
}
.ifs_section_2nd_top_5th_right_2nd_top_ab_5{
    width: 10.6169%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    right: 13.8%;
    bottom: 78%;
}

/* 왼쪽부터 나타나기 */
.clip_left {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: clip-path 0.8s;
}
/* 가운데에서 나타나기 */
.clip_mid {
    clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
    transition: clip-path 0.8s;
}
/* gsap에서 넣을 class */
.clip_on {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
}


.ifs_section_2nd_ab_2{
    width: 11.8635%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    z-index: 3;
    top: 20%;
}
.ifs_section_2nd_top_5th_right {
    overflow: hidden;
}


.pr1_top{
    width: 23.5171%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    margin: 2% 0;
}

.pr2_top{
    width: 17.4803%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 5%;
    overflow: hidden;
}
.pr2_top_2nd{
    margin-top: 3%;
    font-size: 1.8vw;
}
p{
    letter-spacing: -0.04vw;
}
.pr2_top_3rd{
    margin-top: 0%;
    font-size: 3.2vw;
}
.pr2_top_4th{
    background: white;
    padding: 0.3% 1%;
    border-radius: 50vw;
    padding-left: 2.5%;
    margin-top: 1%;
}
.pr2_top_4thab{
    width: 5.23084%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    left: 3%;
}
.pr2_top_5th{
    margin-top: 1.5%;
}
.pr2_top_6th{
    width: 75.1207%;
    background: white;
    border: 0.5vw solid #ddd2c1;
    border-radius: 2vw;
    margin-top: 2%;
}
.pr2_top_6th1{
    font-size: 1.5vw;
    width: 73%;
    margin-top: 4%;
    line-height: 1.7;
}
.pr2_top_6th2{
    width: 73%;
}
.pr2_top_6th3{
    width: 98.6723%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 3%;
    margin-bottom: 11%;
}
.pr2_top_7th{
    text-align: center;
    margin-top: 3%;
}
.pr2_top_8th{
    font-size: 1.7vw;
    margin-top: 1%;
    margin-bottom: 6%;
}
.pr2_top_6th3_item1{
    width: 13.1728%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    left: 18%;
    bottom: -19%;
}
.pr2_top_6th3_item{
    width: 13.1728%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    bottom: -19%;
}
.pr2_top_6th3_item2{
    left: 35%;
}
.pr2_top_6th3_item3{
    right: 35%;
}
.pr2_top_6th3_item4{
    right: 18%;
}
.pr2_top_6th3_itemab{
    width: 77.957%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    bottom: 103%;
}
.pr2_top_6th3_itemab4{
    bottom: 103%;
    width: 115.591%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
}
.pr2_top_6th3_item4 >img{
    z-index: 1;
}
.pr2_top_6th4_itemab2{
    width: 145.699%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    bottom: -40%;
}
.pr2_top_6thab{
    width: 17.051%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    z-index: 2;
    top: -18%;
    mix-blend-mode: darken;
    right: -3%;
    animation: ddm_m 2s infinite;
}
.gmarketsans .line{
    overflow: hidden;
}
.gmarketsansbold .line{
    overflow: hidden;
}
.pr2_top_6thab2nd{
    width: 34.0321%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    top: 5%;
    right: 7%;
}
.whitebg{
    background: white;
    font-weight: 600;
}
.pr2_top_6thab2{
    width: 27.874%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    bottom: -9%;
    left: 0%;
}
.pr2_top_6thab3rd {
    width: 98.6723%;
    border: 1px solid rgb(0 0 0 / 9%);
    height: 98%;
    border-radius: 1.4vw;
}
.pr2ab2{
    background: #fbf6f2;
}
.pr2ab2{
    width: 100.629%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    bottom: 0%;
    height: 7vw;
    border-radius: 0 0 2vw 2vw;
}
.pr2_top_6th3_itemab2nd{
    top: 105%;
}

.pr2_top_6th3_itemab2nd2nd {
    top: 100%;
    text-align: center;
    font-size: 0.8vw;
    line-height: 1.2;
    transform: translateY(148%);
}
.pr2_top_6th3_itemab2nd {
    top: 100%;
    transform: translateY(50%);
}
.pr2_top_6th3 {
    width: 98.6723%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 3%;
    margin-bottom: 13%;
}
.pr2_top_6th4_itemab2 {
    width: 145.699%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    bottom: -48%;
}
.pr3_top{
    background: url(/images/po_16.jpg) no-repeat center / cover;
}
.pr3_top1{
    width: 14.4882%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: -5%;
    margin-bottom: -3%;
}
.pr3_topab{
    width: 44.2029%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    animation: blk 1s infinite;
    margin-top: 0%;
    top: 48%;
}
.pr3_topabitem{
    width: 10.6037%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    top: -54%;
}
.pr3_topab2{
    left: 33%;

}
.pr3_topab1{
    left: 18%;

}
.pr3_topabitem2{
    width: 4.1037%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    top: -17%;
}

.pr3_topab3{
    right: 33%;

}
.pr3_topab4{
    right: 18%;

}
.pr3_top2ndtop{
    margin-top: 8%;
    width: 66%;
    font-size: 1.7vw;
}
.pr3_top2ndtop2nd {
    margin-top: 1%;
    width: 66%;
    font-size: 2.85vw;
    margin-bottom: 7%;
}
.pr3_top2ndab{
    width: 34.6457%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    right: 12%;
}
.pr3_top2ndabab{
    font-size: 1.8vw;
    top: 58%;
}

.quick_6{
    display: none !important;
}
.tothetop{
    display: none !important;
    
}

.line{
        background: unset;
    margin-top: unset;
    margin-bottom: unset;
    width: unset;
    height: unset;
    border-radius: unset;
    position: unset;
}

.pr3_top2ndabab {
    font-size: 1.8vw;
    top: 45%;
}

.pr3_top2ndabab2{
        font-size: 1vw;
    top: 78%;
    color: #000000ba;
}
.pr3_top2ndabab3{
    width: 4.75758%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    bottom: 13%;
    left: 8%;    
}

@media screen and (max-width:1023px) {

}
@media screen and (max-width:599px) {



    .form {
        margin-top: 5%;
        width: 72%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid #00af78;
        padding-top: 1.7%;
        background: white;
        margin-bottom: -7.8%;
        z-index: 1;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: #00af78;
        white-space: nowrap;
        font-size: 2.4vw;
    }
    .form_row_imput {
        width: 70%;
        height: 4vw;
        background: transparent;
        border: none;
        font-size: 2.6vw;
        font-family: 'Pretendard-Regular';
        outline: none;
        caret-color: #00af78;
        color: #00af78;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 2vw;
        height: 2vw;
        overflow: hidden;
        outline: 1px solid #00af78;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .form_agree_span {
        font-size: 2.1vw;
        font-family: Pretendard-regular;
        color: #00af78;
    }
    .form_agree_check:checked::after {
        content: "";
        width: 2.3vw;
        height: 2.3vw;
        position: absolute;
        color: unset !important;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #00af78;
        padding: 2.5%;
        width: 40%;
        color: white;
        margin-bottom: 8%;
        font-size: 2.4vw;
        font-family: Pretendard-bold;
    }
    .form_row > span {
        font-size: 3.3vw;
        margin-right: -8%;
    }


    .select_pin_left {
        right: 24%;
        width: 3%;
    }

    .form {
        margin-top: 7%;
        width: 86%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid #00af78;
        padding-top: 1.7%;
        background: white;
        margin-bottom: -6.8%;
        z-index: 1;
    }
    .form_agree_check {
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 1px solid #00af78;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: #00af78;
        white-space: nowrap;
        font-size: 4vw;
    }
    .form_row_imput {
        width: 70%;
        height: 5vw;
        background: transparent;
        border: none;
        font-size: 3.6vw;
        font-family: 'Pretendard-Regular';
        outline: none;
        caret-color: #00af78;
        color: #00af78;
    }
    .form_agree_span {
        font-size: 2.9vw;
        font-family: Pretendard-regular;
        color: #00af78;
    }
    .form_submit {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #00af78;
        padding: 3.5%;
        width: 43%;
        color: white;
        margin-bottom: 8%;
        font-size: 3.8vw;
        font-family: Pretendard-bold;
    }
    .con17_bg {
        width: 141%;
    }
    .form {
        margin-bottom: -9.8%;
    }

    .form_row > span {
        font-size: 3.3vw;
        margin-right: -8%;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        width: 3.5vw;
        height: 3.5vw;
        border-radius: 50%;
        margin-right: 11%;
        left: 3%;
        padding-left: 0%;
        outline: #00af78;
        border: 1px solid #00af78;
    }
    .form_row_imput_radio:checked::after {
        content: "";
        width: 3.5vw;
        height: 3.5vw;
        position: absolute;
        color: unset !important;
    }
    .sido1 {
        width: 39%;
        height: 4.6vw;
        font-family: pretendard-regular;
        color: grey;
        border-radius: 50px;
        border: 2px #00af78 solid;
        padding-left: 3%;
        outline: none;
        font-size: 3vw;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin-right: 20%;
        color: #00af78;
    }
    .select_pin_left {
        right: 24%;
        width: 3%;
    }


    #header_2nd {
        position: fixed;
        width: 100%;
        display: flex
    ;
        z-index: 2;
        justify-content: center;
        align-items: center;
        background: #121e35;
        position: fixed;
        height: 19vw;
    }

    .header_2nd_1 {
        margin: 1% 0;
        width: 42.2283%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: -47%;
        margin-top: 1%;
    }
    .header_2nd_3 {
        width: 44.378%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: 52.5%;
        bottom: unset;
    }
    .main_top {
        width: 68.4199%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 33%;
    }
    .main_top_2nd {
        width: 75.0919%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 9.5%;
    }
    .main_top_3rd {
        margin-top: 14%;
        margin-bottom: 15%;
        flex-wrap: wrap;
    }
    .main_top_3rd_item {
        width: 42.1234%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 3% 2.3%;
    }
    .con1_top {
        width: 47.9633%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 17%;
    }
    .con1_top_2nd {
        width: 81.7113%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 6.3%;
    }

    .con1_top_3rd {
        width: 97.4121%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 7%;
    }


    .pc-mobile {
        display: none;
    }

    .mobile-pc {
        display: flex;
    }

    .con1_top_4th {
        width: 97.109%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }


    .con1_ab_3 {
        width: 37.9554%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: -22%;
        z-index: 2;
        top: 38%;
    }
    .con1_ab_2 {
        width: 11.2336%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 21%;
        top: 13%;
        display: none;
    }

    .con1_ab {
        width: 37.1155%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        left: -10%;
        top: -7%;
    }
    .form {
             margin-bottom: -1.8%;
             margin-top: 9%;
         }



    .form_submit {
        background: black;
        color: white;
    }


    .form_agree_check {
        outline: 1px solid black;
    }

    .form_agree_check:checked::after {
        background: black;
    }
    .form_agree_check {
        outline: 1px solid #a9a9a9;
    }

    .form_agree_check:checked {
        background: unset;
        border: none;
        display: flex
    ;
        justify-content: center;
        align-items: center;
    }


    .form_submit {
        background: black;
        color: white;
    }

    .form_row_radio{
        justify-content: flex-start !important;
    }

    .form_row_imput_radio {
        margin-right: 1%;
        height: 2vw;
        overflow: hidden;
        outline: 0;
        background: #ffffff;
        color: #dadada;
        border: none;
        appearance: none;
        border-radius: 200px;
        margin-right: 1%;
        left: 3%;
        border: 1px solid #dadada;
        padding-left: 0%;
    }

    .form_row_imput_radio {
        margin-right: 1%;
        height: 2vw;
        overflow: hidden;
        outline: 0;
        width: 11.5vw;

        background: #ffffff;
        color: white;
        border: none;
        appearance: none;
        border-radius: 200px;
        margin-right: 1%;
        left: 3%;
        border: 1px solid #00af78;
        padding-left: 0%;
        border: 2px #dadada solid;
    }
    .form_row_imput_radio_1{
        margin-left: 11%;
    }
    .sido1 {
        width: 10.5vw;
        position: relative;
        left: -13%;
        height: 2vw;
    }

    .select_pin_left {
        right: 44%;
        width: 2%;
    }

    .form_row_imput_radio:checked {
        background: #00af78;
        border: unset;
    }
    .form_row > span {
        color: #00af78;
    }
    .form_row > span {
        color: white;
    }


    .form_row_imput {
        font-size: 1.1vw;
        caret-color: black;
        color: black;
    }
    .form_row_label {
        font-family: Pretendard-regular;
        color: black;
    }

    .form {
        margin-top: 7%;
        width: 86%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border: 1px solid #00af78;
        padding-top: 12.7%;
        background: white;
        margin-bottom: -6.8%;
        z-index: 1;
    }

    .form_row_label {
        font-family: Pretendard-regular;
        white-space: nowrap;
        font-size: 3.5vw;
    }
    .contact-form2_ab {
        width: 37.8643%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        top: 5%;
        right: unset;
    }


    .form_row_imput {
        font-size: 3.1vw;
        caret-color: black;
        color: black;
    }
    .form_row_imput_radio {
        margin-right: 1%;
        overflow: hidden;
        outline: 0;
        height: 6vw;
        width: 19.5vw;
        background: #ffffff;
        color: white;
        border: none;
        appearance: none;
        border-radius: 200px;
        margin-right: 1%;
        left: 3%;
        border: 1px solid #00af78;
        padding-left: 0%;
        border: 2px #dadada solid;
    }
    .sido1 {
        width: 10.5vw;
        position: relative;
        left: -13%;
        height: 2vw;
        border: 2px #dadada solid;
        height: 6vw;
        width: 19.5vw;
    }
    .sido1 {
        width: 10.5vw;
        position: relative;
        left: -1%;
        height: 2vw;
        border: 2px #dadada solid;
        height: 6vw;
        width: 31.5vw;
    }

    .sido1 {
        color: #dadada;
    }
    .select_pin_left {
        right: 26%;
        width: 4%;
    }
    .form_row_label_1{
        left: 46%;
    }
    .form_row_label_2{
        left: 70%;
    }
    .form_agree_span {
        font-size: 2.9vw;
        font-family: Pretendard-regular;
        color: black;
    }


    .form_agree {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 87%;
        margin-top: 5%;
        margin-bottom: 4%;
    }


    .form_row > span {
        color: #dadada;
    }
    .con2_ab {
        width: 2.62467%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        right: 73%;
        bottom: 10%;
        display: none;
    }

    .main_small_title{
        font-size: 3.3vw;
        line-height: 4.7vw;
    }



    header{
        display: none;
    }
    .contact_fixed{

        display: none;
    }







    .ifs_section {
        background: white;
        padding: 9.7% 0;
        flex-direction: column;
    }
    .ifs_section_1 {
        width: 51.6457%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 0%;
    }
    .ifs_section_2 {
        width: 5.04987%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin: 5% 0;
    }

    .ifs_section_3 {
        width: 46.1286%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
    }
    .ifs_section_2nd_top {
        width: 60.5512%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 12.4%;
    }
    .ifs_section_2nd_top_2nd {
        width: 54.4593%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 5%;
    }
    .ifs_section_2nd_top_3rd {
        width: 71.7795%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 3%;
        margin-bottom: 9%;
    }
    .ifs_section_2nd_top_4th{
        flex-direction: column;
    }
    .ifs_section_2nd_top_4th_left {
        width: 100%;
        overflow: hidden;
    }

    .ifs_section_2nd_top_4th_right {
        width: 100%;
        overflow: hidden;
    }
    .ifs_section_2nd_top_4th_left_ab_2 {
        width: 29.5236%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        z-index: 2;
        left: 11%;
        top: 42%;
    }

    .ifs_section_2nd_top_4th_right_ab_2{
        width: 29.5236%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        z-index: 2;
        right: 11%;
        top: 42%;
    }
    .ifs_section_2nd_top_4th_left_ab_3 {
        top: 68%;
    }

    .ifs_section_2nd_top_4th_right_ab_3 {
        top: 68%;
    }
    .con10_swiper_slide_y{
        width: 100% !important;
    }
    .con10_swiper_div_y_2{
        width: 100% !important;

    }

    .ifs_section_2nd_top_5th_con {
        width: 94%;
        background: url(/images/ifs_06.jpg) no-repeat center / cover;
        margin: 3% 0;
        overflow: hidden;
        flex-direction: column;
    }

    .ifs_section_2nd_top_5th_con_bg {
        filter: brightness(0.3);
        width: 400%;
        left: -30%;
        top: -10%;
    }
    .ifs_section_2nd_top_5th_left {
        width: 100%;
    }
    .ifs_section_2nd_top_5th_right {
        width: 100%;
        height: 80.5vw;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .ifs_section_2nd_top_5th_right_item {
        height: 100%;
        background: white;
        width: 100%;
        display: flex
    ;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    .ifs_section_2nd_top_5th_left_top {
        width: 66.3687%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 18%;
    }

    .ifs_section_2nd_top_5th_left_top_2nd {
        width: 70.838%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 3.5%;
    }
    .ifs_section_2nd_top_5th_left_top_3rd {
        z-index: 3;
        color: white;
        font-size: 4vw;
        font-weight: 500;
        width: 69%;
        margin-top: 8%;
        margin-bottom: 18%;
        text-align: center;
    }

    .ifs_section_2nd_top_5th_right_top {
        width: 101.6735%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 4%;
    }

    .ifs_section_2nd_top_5th_right_top_2nd {
        width: 12.96279%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        margin-top: 1%;
    }

    .ifs_section_2nd_top_5th_right {
        width: 100%;
        height: 111.5vw
    ;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .ifs_section_2nd_top_5th_right_top_3rd {
        width: 78%;
        margin-top: 3%;
        font-size: 4vw;
        text-align: center;
    }
    .ifs_section_2nd_top_5th_right_top_4th {
        margin-bottom: 9%;
        text-align: center;
        margin-top: 5%;
    }

    .ifs_section_2nd_top_5th_right_top_3rd {
        width: 100%;
        margin-top: 6%;
        font-size: 4.7vw;
        text-align: center;
    }
    .ifs_section_2nd_top_5th_right {
        overflow-y: hidden;
    }
    .ifs_section_2nd_ab_2 {
        width: 16.8635%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        z-index: 3;
        top: 14%;
    }

    .ifs_section_2nd_top_5th_right_2nd_top_ab_2 {
        width: 18.9211%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        bottom: 35%;
        right: 9.5%;
    }



    .pr1_top {
        width: 54.5171%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        margin: 6% 0;
    }
    .pr2_top {
        width: 39.4803%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 11%;
    }
    .pr2_top_2nd {
        margin-top: 5%;
        font-size: 4.3vw;
    }
    .pr2_top_3rd {
        margin-top: 2%;
        font-size: 7.2vw;
    }
    .pr2_top_4th {
        background: white;
        padding: 1.3% 2%;
        border-radius: 50vw;
        padding-left: 9.5%;
        margin-top: 2%;
    }
    .pr2_top_5th {
        margin-top: 3.5%;
        ㄷ: ㄷ;
        text-align: center;
        width: 80%;
    }
    .pr2_top_6th {
        width: 91.1207%;
        background: white;
        border: 0.5vw solid #ddd2c1;
        border-radius: 2vw;
        margin-top: 6%;
    }
    .pr2_top_6th1 {
        font-size: 1.5vw;
        width: 77%;
        margin-top: 28%;
        line-height: 1.7;
        text-align: center;
    }
    .pr2_top_6th2 {
        width: 73%;
        text-align: center;
        margin-top: 4%;
    }
    .pr2_top_6thab2nd {
        width: 72.0321%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        top: 6%;
        right: unset;
    }
    .pr2_top_6thab {
        width: 28.051%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        z-index: 2;
        top: -18%;
        mix-blend-mode: darken;
        right: -3%;
    }
    .pr2_top_6th3_item {
        width: 20.1728%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        bottom: -19%;
    }
    .pr2_top_6th3_item1 {
        margin-left: 0%;
        margin-top: 0%;
        left: 2%;
        bottom: -19%;
    }
    .pr2_top_6th3_item2 {
        left: 25%;
    }
    .pr2_top_6th3_item3 {
        right: 32%;
    }
    .pr2_top_6th3_item4 {
        right: 6%;
    }
    .pr2_top_6th3 {
        width: 98.6723%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 12%;
        margin-bottom: 33%;
    }
    .pr2_top_6th3_itemab4 {
        bottom: 103%;
        width: 148.591%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
    }
    .pr2_top_6th3_itemab2nd2nd {
        top: 100%;
        text-align: center;
        font-size: 0.8vw;
        line-height: 1.2;
        transform: translateY(85%);
        white-space: nowrap;
        font-size: 2.7vw !important;
    }
    .pr2ab2 {
        width: 100.629%;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        bottom: 0%;
        height: 30vw;
        border-radius: 0 0 2vw 2vw;
    }
    .pr2_top_6th3 {
        width: 98.6723%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 18%;
        margin-bottom: 28%;
    }
    .pr2_top_6th1 {
        font-size: 4vw;
        width: 77%;
        margin-top: 28%;
        line-height: 1.7;
        text-align: center;
    }
    .pr2_top_6thab {
        width: 28.051%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        z-index: 2;
        top: -8%;
        mix-blend-mode: darken;
        right: -3%;
    }
    .pr2_top_8th {
        font-size: 5.7vw;
        margin-top: 5%;
        margin-bottom: 13%;
        text-align: center;
        width: 80%;
    }
    .pr2_top_6thab2 {
        width: 39.874%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        bottom: -12%;
        left: 0%;
    }
    .pr2_top {
        width: 39.4803%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 15%;
    }
    .pr3_top1 {
        width: 41.4882%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: -5%;
        margin-bottom: -3%;
    }
    .pr3_topabitem {
        width: 22.6037%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        top: -23%;
    }
    .pr3_topab1 {
        left: 0%;
    }
    .pr3_topab4 {
        right: 0%;
    }
    .pr3_topabitem2 {
        width: 12.1037%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        top: -13%;
    }
    .pr3_topabitem2 {
        width: 12.1037%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        top: -13%;
    }
    .pr3_topab2 {
        left: 26%;
    }
    .pr3_topab3 {
        right: 26%;
    }
    .pr3_topab {
        width: 54.2029%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        top: 37%;
    }
    .pr3_top2ndtop {
        margin-top: 15%;
        width: 66%;
        font-size: 4.7vw;
        text-align: center;
    }
    .pr3_top2ndtop2nd {
        margin-top: 4%;
        width: 83%;
        font-size: 9.85vw;
        margin-bottom: 7%;
        text-align: center;
    }
    .pr3_top2ndab{
        position: relative !important;
    }
    .pr3_top2ndab {
        width: 87.6457%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        right: unset;
        margin-bottom: 14%;
    }
    .pr2_top_6th3_itemab2nd2nd {
        top: 100%;
        text-align: center;
        font-size: 0.8vw;
        line-height: 1.2;
        transform: translateY(135%);
        white-space: nowrap;
        font-size: 2.7vw !important;
    }
    .pr2_top_6thab2nd {
        width: 72.0321%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0%;
        margin-top: 0%;
        top: 5%;
        right: unset;
    }
    .pr2_top_6th4_itemab2 {
        bottom: -86%;
    }
    
.pr2_top {
    width: 39.4803%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 15%;
    display: none;
}    
.pr2_top_6th3 {
    width: 98.6723%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 13%;
    margin-bottom: 28%;
}    
.pr2_top_6th1 {
    font-size: 4vw;
    width: 77%;
    margin-top: 22%;
    line-height: 1.7;
    text-align: center;
}    
.pr2_top_6thab2nd {
    width: 72.0321%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    top: 2.5%;
    right: unset;
}
    .pr2_top_6th {
    width: 91.1207%;
    background: white;
    border: 0.5vw solid #ddd2c1;
    border-radius: 2vw;
    margin-top: 1%;
}
    .pr2_top_8th {
    font-size: 5.7vw;
    margin-top: 1%;
    margin-bottom: 7%;
    text-align: center;
    width: 80%;
}
.pr2_top_3rd {
    margin-top: 0%;
    font-size: 7.2vw;
}    
.pr2_top_2nd {
    margin-top: 3%;
    font-size: 4.3vw;
}
    .pr2_top_7th{
        display: none;
    }
.pr2_top_8th {
    font-size: 5.7vw;
    margin-top: 3%;
    margin-bottom: 3%;
    text-align: center;
    width: 80%;
}    
    .pr2_top_6thab2{
        display: none;
    }
.pr3_top2ndtop2nd {
    margin-top: 4%;
    width: 83%;
    font-size: 9.85vw;
    margin-bottom: 7%;
    text-align: center;
    line-height: 1.2;
}    
.pr2_top_2nd {
    margin-top: 3%;
    font-size: 4.3vw;
    display: none;
}
.pr2_top_3rd {
    margin-top: 3%;
    font-size: 7.2vw;
}
.pr2_top_5th {
    margin-top: 3.5%;
    ㄷ: ㄷ;
    text-align: center;
    width: 80%;
    display: none;
}
.pr2_top_4th {
    background: white;
    padding: 1.3% 2%;
    border-radius: 50vw;
    padding-left: 9.5%;
    margin-top: 2%;
    margin-bottom: 9%;
}    
.pr2_top_6th1 {
    font-size: 4vw;
    width: 77%;
    margin-top: 22%;
    line-height: 1.3;
    text-align: center;
}    
.pr2_top_6thab2nd {
    width: 85.0321%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    top: 5.5%;
    right: unset;
}    
    .pr3_top2ndabab2{
        font-size: 2.9vw;
    text-align: right;
    width: 91%;    
    }
.pr3_top2ndabab3 {
    width: 4.75758%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-top: 0%;
    bottom: 13%;
    left: 6%;
}
}
