
#bo_v >header {
    display: none;
}
@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_m_reverse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: matrix(0.8, 0.01, 0.01, 0.8, 0, -5);
    }

    100% {
        transform: scale(1);
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }

    49%{
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");


.pc-inline {
    display: inline;
}


.tablet {
    display:none;
}


.mobile {
    display:none;
}


.pc {
    display: flex;
}


.pc-mobile {
    display: flex;
}


.mobile-pc {
    display: none;
}


.footer_right {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    right: 6vw;
    gap: 1vw;
}


.footer_right_icon {
    width: 16.1%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.footer_right img {
    width: 100%;
}


div.footer_right_top {
    justify-content: flex-end;
    gap: 0.5vw;
}


.footer_right_bot {
    color: #fff;
    font-size: 0.8vw;
    line-height: 1.4;
    opacity: 0.5;
    text-decoration: underline;
    cursor: pointer;
}


.footer_title {
    font-family: 'Pretendard variable' !important;
}


.footer_bottom p:nth-child(2) {
    padding-bottom: 2%;
}


.footer_bottom p:nth-of-type(3) {
    margin-top: 3%;
}


.quickAgree {
    white-space: nowrap;
}


.quick_checkbox {
    accent-color: #f4a81c;
    margin: 0 0.5% 0 3%;
}


.quickAgree a {
    font-family: 'Pretendard variable';
    font-size: 0.6em;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
}


.ddm_logo {
    left: 0;
    width: 100% !important;
    margin-bottom: -24%;
}


.tel_logo2 {
    margin-bottom: -7%;
}


.quick_m1 {
    display: none;
}


.mobile_background {
    padding-bottom: 1.5%;
    padding-top: 0.7%;
    background: #911d1e;
}


.quick_3 {
    margin-bottom: -9%;
}
/*개인정보 처리 방침*/

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}


.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 37px;
    border: 1px solid #888;
    width: 48%;
    border-radius: 30px;
    padding-top: 0;
}


.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 1%;
    margin-right: 0%;
    z-index: 1;
    position: relative;
}


.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


#policyWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 2000;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}


#policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 530px;
    margin: 0 auto;
    padding: 1px;
    text-align: left;
}


#policy div.policy_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 75px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: -3vw;
}


#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #000;
}


#policy div.policy_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    background: #fff;
    border-radius: 10px;
}


#policy p.policy_text {
    overflow-y: scroll;
    height: 400px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
}


#policyLoader {
    padding-top: 10px;
}
@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;
}


.footer_top {
    width: 80%;
    padding-top: 0vw;
    padding-bottom: 2vw;
    /* display: none;
    */
    justify-content: space-between;
}


.footer_top_tel {
    width: 11.5%;
    color: #6F6F6F;
    font-family: 'Suit';
    font-weight: 800;
    font-style: normal;
    letter-spacing: 0.1vw;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -0.05vw;
    font-size: 1.7vw;
    white-space: nowrap;
}


.footer_top_tel > img {
    width: 12.982%;
}


/* quick */


.footer_input:focus::placeholder {
    opacity: 0;
}


.quickAgree_fornt span {
    text-decoration: underline;
}


.quick_logo {
    left: 9%;
    bottom: 0;
    width: 10.8662%;
    cursor: pointer;
    z-index: 2;
    /* animation: left_right 2s infinite;
    */;
}


.quick_logo_2 {
    left: 15.5%;
    bottom: 0%;
    width: 8.5%;
}


.footer_call {
    width: 17%;
    cursor: pointer;
}


.quick_submit_div img {
    width: 100%;
}
/* quick */

.footer_logo img {
    width: 100%;
}


.copy {
    margin-top: 1.5vw;
    opacity: 0.6 !important;
    font-size: 0.85vw !important;
}


.form_footer img {
    width: 100%;
}


.form_footer {
    width: 5.67%;
    right: 2%;
    top: -230%;
    transform: translateY(-50%);
    z-index: 11111111;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.footer_logo {
    /* top: 40%;
    right: 5%;
    transform: translateY(-50%);
    */
    width: 10.021%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.footer_mid {
    font-size: 0.9vw;
    color: black;
    text-decoration: underline;
    font-family: 'Pretendard variable';
    margin-bottom: 2vw;
    cursor: pointer;
    right: unset;
    top: 74%;
    opacity: 0.7;
}

.contact_serviceright {
    height: 100%;
    background: var(--tc);
    width: 27%;
    right: unset;
    left: 0;
}



.quick_call_absol img {
    width: unset;
    min-width: unset;
}

.contact_mid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 40%;
    z-index: 1;
    font-family: 'Pretendard variable';
    margin: 0% 0% 0% -2.9%;
    transform: unset;
}


.tothetop a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.tothetop img {
    width: 100%;
}

.tothetop {
    width: 2.6772%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11111111;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*개인정보 처리 방침*/
@media screen and (max-width:1023px) {


}
@media screen and (max-width: 599px) {

    .pc{
        display: none;
    }

    .pc-inline{
        display: none !important;
    }

    .tablet{
        display:flex;
    }

    .mobile{
        display:none;
    }

    .footer_bottom p:nth-of-type(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .footer_bottom div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #ffffff73;
        font-size: 0.5em;
    }

    .tel_logo{
        display: none;
    }

    .mobile_background {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding-top: 2%;
        padding-bottom: 3%;
    }


    .pc-mobile {
        display: none;
    }


    .mobile-pc {
        display: flex;
    }

    .footer_bottom {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        font-family: 'Pretendard-Regular';
        text-align: center;
    }
    /*     .footer_bottom p:nth-of-type(1) {
            justify-content: flex-start;
        }

        .footer_bottom p:nth-of-type(2) {
            justify-content: flex-start;
        }
 */.footer_bottom p:nth-of-type(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* justify-content: flex-start; */
    padding-top: 3%;
}
.ddm_logo {
    left: 0;
    width: 100% !important;
    margin-bottom: -16%;
    margin-right: -63%;
    display: none;
}

    .contact-form-top{
        width: 123% !important;
    }

    .mobile_inputs input{
        height: 30px !important;
    }

    .form-button2{
        margin-top: 0%;
        width: 41%;

    }
#contact-form {
    background: transparent !important;
    width: 95% !important;
    margin-left: 3% !important;
    margin-bottom: -1% !important;
}
.form-button2 img {
    width: 96% !important;
    padding-left: 0 !important;
}

    .modal-content {
        background-color: #fefefe;
        margin: 7% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 86%;
        border-radius: 30px;
    }
.footer {
    padding-bottom: 36%;
    padding-top: 8%;
    font-size: 3.5vw;
}

    .contact_fixed_left {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 4.5%;
        margin-left: -2%;
        padding-bottom: 0.8%;
    }

    .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 2.8vw;
        color: black;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    }

    .footer_bottom p {
        font-size: 3.2vw;
    }

    /* 퀵 */
    .contact_service {
        height: 19vw;
        align-items: flex-end;
        justify-content: flex-start;
    }


    .contact_mid {
        width: 66%;
        margin: 0% 0% 1% 1%;
    }


    .footer_input {
        width: 33%;
        height: 6.5vw;
        font-size: 3.2vw;
        margin-right: 1%;
    }

    .footer_input::placeholder {
        font-size: 2.6vw;
    }


    .quick_logo {
        left: 3%;
        top: -57%;
        width: 25%;
    }

    .quick_logo_2 {
        display: none;
    }

    .quick_call_absol p {
        display: none;
    }

    .quick_call_absol span {
        font-size: 3.5vw;
    }

    .footer_link .quickAgree_fornt {
        font-size: 3.1vw;
    }


    .quick_agree .quickAgree_fornt {
        font-size: 2.8vw;
    }


    .quickAgree_checkbox {
        width: 3.3vw;
        height: 3.3vw;
    }

    .quickAgree_checkbox:checked::before {
        scale: 0.6;
        width: 100%;
        height: 100%;
    }

    .form_footer{
        width: 17%;
        right: 2%;
        top: -135%;
    }
.footer_bottom > div {
    /* justify-content: flex-start; */
    align-items: center;
    color: #fff;
    flex-direction: column;
}

    .footer_bottom > div > p {
        padding: 0 !important;
        margin: 0 !important;
    }
.footer_bottom p:nth-of-type(2) {
    justify-content: center;
    display: flex;
    /*         justify-content: flex-start; */
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 6vw;
}

    div.footer_top {
        padding-bottom: 6vw;
        order: -2;
        justify-content: center;
    }

    .footer_top_line {
        margin-bottom: 6vw;
    }

    .footer_top_tel {
        width: 33.5%;
        color: #6F6F6F;
        font-family: 'Suit';
        font-weight: 800;
        font-style: normal;
        letter-spacing: 0.1vw;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        letter-spacing: -0.05vw;
        font-size: 4.7vw;
        white-space: nowrap;
    }

    div.footer_right {
        width: 60%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        right: 0vw;
        gap: 3vw;
        position: relative;
        order: -1;
        margin-bottom: 8vw;
    }

    div.footer_right_top {
        justify-content: center;
        gap: 2.5vw;
    }

    .footer_right_bot {
        color: #fff;
        font-size: 2.8vw;
        line-height: 1.4;
        opacity: 0.5;
        text-decoration: underline;
        cursor: pointer;
    }


    div.footer_vweb {
        margin-top: 3vw;
        font-weight: 400;
    }

    .copy{
        font-size: 3.2vw !important;
    }
.quick_agree {
    left: 68%;
    top: 66%;
    gap: 1.3vw;
}
.footer_mid {
    font-size: 3.2vw;
    color: black;
    text-decoration: underline;
    font-family: 'Pretendard variable';
    margin-bottom: 4vw;
    cursor: pointer;
    position: static;
}

    .con16top5th {
        width: 88.8898%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -21%;
        margin-left: 10%;
    }


    .tothetop2 {
        position: fixed;
        right: -4% !important;
        top: unset !important;
        z-index: 11111111;
        opacity: 1;
        width: 24% !important;
        bottom: 20%;
    }

    .tothetop2 a {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 6%;
    }


    .contact_serviceright {
        height: 100%;
        background: var(--tc);
        width: 50%;
        right: unset;
        left: 0;
    }
.quick_call_absol {
    width: 42%;
    left: 4.5%;
    top: 13%;
}
.quick_submit_div {
    left: 59%;
    top: 8%;
    width: 37%;
    font-size: 3.5vw;
    padding: 0vw 0;
}
.tothetop {
    width: 11%;
    right: 2.5%;
    top: unset;
    position: fixed;
    bottom: 105%;
}
.footer_logo {
    width: 32%;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    margin-left: 0;
}

}


/* ===== Contact Fixed / Footer rebuild ===== */


.contact_fixed .quick_call_absol img,
.contact_fixed .quick_submit_div img,
.footer_social_icon img {
    width: 100%;
    display: block;
}



.quickAgree_checkbox:checked::before {
    /* background-color: #fff;
    background-image: url(/images/q_check.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90%;
    border-radius: 50%;
    */
    content: '';
    display: inline-block;
    width: 0.6vw;
    height: 0.6vw;
    background-color: black;
    border: 1px solid white;
    box-sizing: border-box;
    content: none;
}

.quickAgree_fornt {
    /* width: 54.5%;
    */
    /* margin-bottom: 0.5%;
    */
    font-size: 0.85vw;
    */
    font-family: 'Pretendard Variable';
    display: flex;
    position: relative;
    color: #1b1b1b;
    font-family: 'Pretendard variable', 'Pretendard', sans-serif;
    font-size: 0.629921vw;
    line-height: 1;
}

.contact_fixed .quickAgree_fornt a {
    color: #1b1b1b;
    font-family: 'Pretendard variable', 'Pretendard', sans-serif;
    font-size: 0.629921vw;
    line-height: 1;
    text-decoration: none;
}


.footer_social_icon:nth-child(3),
.footer_social_icon:nth-child(4) {
    width: 1.732283vw;
}


.footer_bottom p:nth-child(2),
.footer_bottom p:nth-of-type(3) {
    margin-top: 0;
    padding-bottom: 0;
}


@media (max-width: 599px) {
    body {
        padding-bottom: 28vw;
    }

    .contact_service.contact_fixed {
        height: 28vw;
        padding: 2.666667vw 0;
    }

    .contact_fixed_inner {
        width: 92%;
        display: grid;
        grid-template-columns: 42.000000% 58.000000%;
        grid-template-rows: auto auto;
        row-gap: 1.600000vw;
        align-items: center;
    }

    .contact_fixed .quick_call_absol {
        width: 100%;
    }

    .contact_fixed .footer-form {
        width: 100%;
        grid-column: 1 / 3;
        grid-row: 2;
    }

    .contact_fixed .footer_input_form {
        grid-template-columns: 33.333333% 33.333333% 33.333333%;
    }

    .footer_input {
        height: 7.466667vw;
        padding: 0 1.866667vw;
        font-size: 2.933333vw;
    }

    .footer_input::placeholder {
        font-size: 2.933333vw;
    }

    .contact_fixed_action {
        width: 100%;
        grid-column: 2;
        grid-row: 1;
        align-items: flex-end;
    }

    .contact_fixed .quick_agree {
        gap: 0.800000vw;
        margin-bottom: 1.066667vw;
    }

    .contact_fixed .quickAgree_checkbox {
        width: 2.666667vw;
        height: 2.666667vw;
    }

    .contact_fixed .quickAgree_fornt,
    .contact_fixed .quickAgree_fornt a {
        font-size: 2.533333vw;
    }

    .contact_fixed .quick_submit_div {
        width: 27.466667vw;
    }

    .footer {
        padding-bottom: 11.200000vw;
    }

    .footer_social {
        padding-top: 12.800000vw;
        padding-bottom: 8.533333vw;
    }

    .footer_social_icons {
        gap: 5.333333vw;
    }

    .footer_social_icon:nth-child(1),
    .footer_social_icon:nth-child(2),
    .footer_social_icon:nth-child(3),
    .footer_social_icon:nth-child(4) {
        width: 5.866667vw;
    }

    .footer_policy_btn {
        position: relative;
        top: auto;
        right: auto;
        margin-left: 5.333333vw;
        font-size: 2.666667vw;
    }

    .footer_bottom {
        padding-top: 6.400000vw;
    }

    .footer_bottom p {
        width: 92%;
        font-size: 2.666667vw;
        line-height: 1.6;
        white-space: normal;
    }

    .footer_bottom .copy {
        margin-top: 1.066667vw;
        font-size: 2.666667vw !important;
    }

    .footer_vweb {
        margin-top: 4.266667vw;
        font-size: 2.400000vw !important;
    }
}

/* ===== PSD exact quick/footer correction ===== */
body {
    padding-bottom: 4.199475vw;
}

.contact_service.contact_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4.199475vw;
    padding: 0;
    background: #eef7fd;
    color: #000000;
    z-index: 9999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: visible;
    box-sizing: border-box;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.contact_service.contact_fixed::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 45.511811%;
    height: 100%;
    background: #0021af;
    z-index: 0;
    border-right: 1px solid #000;
}

.contact_fixed_inner {
    width: 100%;
    display: block;
    grid-template-columns: 19.842520vw 32.283465vw 10.813648vw;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}

.quick_call_absol {
    width: 19.842520vw;
    top: 0.839895vw;
    transform: unset;
    cursor: pointer;
    z-index: 1;
    font-size: 1vw;
    font-family: 'Pretendard variable';
    left: 19.107612%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}

.footer-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    position: absolute;
    left: 39.370079%;
    top: 1.784777vw;
}

.footer_input_form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.footer_input {
    width: calc(var(--px) * 206);
    aspect-ratio: 206 / 34;
    margin: 0;
    padding: 0 0.524934vw;
    border: 1px solid #303030;
    border-right: none;
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
    color: #1a1a1a;
    font-family: 'Pretendard variable', 'Pretendard', sans-serif;
    font-size: 0.893438vw;
    line-height: 0;
    text-align: center;
    outline: none;
    position: relative;
}

.footer_input::placeholder {
    color: #000000;
    font-family: 'Pretendard variable', 'Pretendard', sans-serif;
    font-size: 0.893438vw;
    text-align: center;
}

.contact_fixed_action {
    /* width: 10.813648vw; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    position: absolute;
    left: 71.8%;
    top: 10%;
    /* height: 0; */
}

.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 0.314961vw;
    top: 0;
    left: 0;
    transform: unset;
    z-index: 1;
    position: relative;
    margin: 0;
}

.quickAgree_checkbox {
    width: 1.102362vw;
    height: 1.102362vw;
    z-index: 1;
    appearance: auto;
    scale: 1;
    background-color: white;
    cursor: pointer;
    border: 2px solid black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    margin: 0;
    accent-color: #061bb7;
}

.contact_fixed .quickAgree_fornt,
.contact_fixed .quickAgree_fornt a {
    font-size: 0.892388vw;
    line-height: 1.102362vw;
}

.quick_submit_div {
    left: 0;
    top: 0;
    width: calc(var(--px) * 206);
    cursor: pointer;
    z-index: 1;
    animation: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    aspect-ratio: 206 / 34;
}

.quick_submit_div p {
    display: none;
}

.footer {
    display: flex;
    background: #ffffff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    /* padding: 0 0 26.199475vw; */
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    position: relative;
    width: 100%;
    margin: 0;
    font-family: 'Pretendard variable', 'Pretendard', sans-serif;
    box-sizing: border-box;
    padding-bottom: 9.204724vw;
}

.footer_social {
    width: 100%;
    padding-top: 3.517060vw;
    padding-bottom: 2.099738vw;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    height: 6.876640vw;
    padding: 0;
}

.footer_social_icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.469816vw;
    position: absolute;
    left: 43.884514%;
    top: 3.464567vw;
    width: 12.965879vw;
    height: 1.994751vw;
}

.footer_social_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.72;
    /* position: absolute; */
}

.footer_social_icon:nth-child(1) {
    width: 1.784777vw;
    left: 0;
    top: 0.262467vw;
}

.footer_social_icon:nth-child(2) {
    width: 1.784777vw;
    left: 0;
    top: 0;
}

.footer_social_icon:nth-child(3) {
    left: 7.454068vw;
    top: 0.052493vw;
    width: 1.732283vw;
}

.footer_social_icon:nth-child(4) {
    left: 11.233596vw;
    top: 0.052493vw;
    width: 1.732283vw;
}

.footer_policy_btn {
    position: absolute;
    top: 3.832021vw;
    right: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9b9b9b;
    font-family: 'Pretendard variable', 'Pretendard', sans-serif;
    font-size: 0.839895vw;
    line-height: 1;
    text-decoration: underline;
    cursor: pointer;
    left: 86.614173%;
}

.footer_top_line {
    width: 100%;
    height: 1px;
    background-color: black;
    opacity: 1;
    left: 0;
    bottom: 0;
    margin-bottom: 2vw;
    margin: 0;
    background: #c6c6c6;
}

.footer_bottom {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    font-family: 'Pretendard variable';
    font-weight: 300;
    box-sizing: border-box;
    text-align: center;
    margin: 0;
    padding-top: 1.889764vw;
}

.footer_bottom p {
    color: #747474;
    font-size: 0.629921vw;
    line-height: 1.416668;
    opacity: 1;
    margin: 0;
    padding: 0;
    font-family: 'Pretendard variable', 'Pretendard', sans-serif;
    font-weight: 400;
    white-space: nowrap;
}

.footer_bottom .copy {
    margin-top: 0.157480vw;
    color: #747474;
    font-size: 0.629921vw !important;
    opacity: 1 !important;
}

.footer_email_break {
    display: none;
}

.footer_email_text {
    display: inline;
}

.footer_vweb {
    opacity: 1 !important;
    font-size: 0.524934vw !important;
    margin-top: 0.892388vw;
    cursor: pointer;
    font-family: 'Pretendard variable', 'Pretendard', sans-serif;
    font-weight: 400;
    text-transform: none;
    padding: 0;
    border: 0;
    background: transparent;
    color: #747474;
    line-height: 1;
}

@media (max-width: 599px) {
    body {
        padding-bottom: 28vw;
    }
}

@media (max-width: 599px) {
    body {
        padding-bottom: 27.3713vw;
    }

    .contact_service.contact_fixed {
        height: 27.3713vw;
        padding: 1.6260vw 1.6260vw 0;
        background: #eef7fd;
        align-items: stretch;
        overflow: hidden;
    }

    .contact_service.contact_fixed::before {
        display: block;
        width: 69.511811%;
    }

    .contact_fixed_inner {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 65.0407% 34.9593%;
        grid-template-rows: 42.8571% 39.1429%;
        align-items: center;
        padding: 0;
        box-sizing: border-box;
    }

    .contact_fixed .quick_call_absol {
        grid-column: 1;
        grid-row: 1;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        justify-content: flex-start;
    }

    .contact_fixed .quick_call_absol img {
        width: 100%;
        height: auto;
        display: block;
    }

    .contact_fixed_action {
        grid-column: 2;
        grid-row: 1;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 100%;
        align-items: flex-end;
        justify-content: center;
    }

    .contact_fixed .quick_agree {
        gap: 0.8130vw;
        margin: 0;
        justify-content: flex-end;
    }

    .contact_fixed .quickAgree_checkbox {
        width: 3.2520vw;
        height: 3.2520vw;
        background: #fff;
        margin: 0;
    }

    .contact_fixed .quickAgree_fornt,
    .contact_fixed .quickAgree_fornt a {
        color: #1b1b1b;
        font-size: 2.568vw;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0;
    }

    .contact_fixed .footer-form {
        grid-column: 1 / 3;
        grid-row: 2;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: 100%;
        align-items: stretch;
    }

    .contact_fixed .footer_input_form {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 25% 25% 25% 25%;
        align-items: stretch;
        justify-content: stretch;
        gap: 0;
    }

    .contact_fixed .footer_input {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        padding: 0 1.6260vw;
        border: 1px solid #222;
        border-right: 0;
        background: #fff;
        color: #111;
        font-size: 3.3vw;
        line-height: 1;
        text-align: center;
    }

    .contact_fixed .footer_input::placeholder {
        color: #111;
        font-size: 3.3vw;
    }

    .contact_fixed .quick_submit_div {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
        background: #0021af;
        border: 0;
    }

    .contact_fixed .quick_submit_div img {
        display: none;
    }

    .contact_fixed .quick_submit_div p {
        display: block;
        margin: 0;
        color: #fff;
        font-family: 'Paperozi', 'Paperlogy', sans-serif;
        font-size: 3.3vw;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0;
    }

    .footer {
        padding-top: 10.6667vw;
        padding-bottom: 36.0000vw;
        background: #fff;
        align-items: center;
        overflow: hidden;
    }

    .footer_social {
        height: auto;
        padding: 0 5.3333vw 5.3333vw;
        flex-direction: column;
        gap: 4.2667vw;
    }

    .footer_social_icons {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        height: auto;
        display: flex;
        gap: 5.3333vw;
        align-items: center;
        justify-content: center;
    }

    .footer_social_icon,
    .footer_social_icon:nth-child(1),
    .footer_social_icon:nth-child(2),
    .footer_social_icon:nth-child(3),
    .footer_social_icon:nth-child(4) {
        position: relative;
        left: auto;
        top: auto;
        width: 7.4667vw;
        opacity: 0.85;
    }

    .footer_policy_btn {
        position: relative;
        left: auto;
        top: auto;
        font-size: 3.2000vw;
        line-height: 1;
        color: #747474;
        margin-left: 0;
    }

    .footer_top_line {
        width: 89.3333%;
        margin: 0;
        background: #d8d8d8;
    }

    .footer_bottom {
        width: 89.3333%;
        padding-top: 6.4000vw;
        align-items: center;
        text-align: center;
    }

    .footer_bottom p {
        width: 100%;
        font-size: 3.2000vw;
        line-height: 1.65;
        color: #686868;
        white-space: normal;
        word-break: keep-all;
    }

    .footer_bottom .copy {
        margin-top: 3.2000vw;
        font-size: 2.9333vw !important;
        line-height: 1.45;
    }

    .footer_email_break {
        display: block;
    }

    .footer_email_text {
        display: block;
    }

    .footer_vweb {
        margin-top: 4.2667vw;
        font-size: 2.9333vw !important;
        line-height: 1;
        color: #747474;
        align-self: center;
    }
}
