*{
    box-sizing: unset;
}

.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
#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.5;
    }
    30% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
.pc{
    display: flex;
}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.footer{
    display: flex;
    background: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 2% 5%;
    padding-bottom: 11%;
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
}
.footer_title{
    font-weight: 700;
    font-family: 'Pretendard-bold' !important;
}
.footer_bottom{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Pretendard-Regular';
}
.footer_bottom p{
    color: #ffffff73;
    font-size: 0.5em;

}
.footer_bottom p:nth-child(1){
}
.footer_bottom p:nth-child(5){
    padding-bottom: 2%;
}
.footer_bottom p:nth-of-type(6){
    color: white;
    font-weight: 600;
    font-size: 0.5em;
    margin-top: 1%;
    font-family: 'Pretendard-bold';
}
.quickAgree{
    white-space: nowrap;
}
.quick_agree {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: -4%;
}
.quick_checkbox{
    accent-color: #f4a81c;
    margin: 0 0.5% 0 3%;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.6em;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
}
.ddm_logo{
    left: 0;
    max-width: 100%;
    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: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 56%;
    border-radius: 30px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -2%;
    margin-right: -1%;
}
.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: #b1b1b1;
    border-radius: 10px;
}
#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}
#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: #9b9b9b;
    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
}

.footer {
    display: flex;
    background: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 2% 5%;
    padding-bottom: 11%;
    font-size: calc(1rem +((1vw - 0.48rem)* 1.3889));
    padding-top: 8%;
}


.footer_bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Pretendard-Regular';
}
.footer_bottom p {
    color: #ffffff73;
    font-size: 0.5em;
    text-align: center;
}
/*개인정보 처리 방침*/

.footer_logo{
    left: 21%;
    top: 6%;
    max-width: 11%;
}

.footer_tel{
    right: 21%;
    top: 6%;
    max-width: 9%;
}

.footer_line{
    top: 18%;
    width: 100%;
    border-top: 1px solid #808080bd;
}



















.contact_fixed{
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/images/quick_bg.png) no-repeat center / cover;

}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1.6%;
    margin-left: 2%;
    padding-bottom: 0.2%;
}
.quick_2{
    margin-right: 14%;
    width: 10.3%;
    animation: 1s blk infinite;
    cursor:pointer;
}
.inputs{
    left: 31.6%;
    width: 43%;
    height: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inputs > input{
    width: 32%;
    height: 100%;
    font-size: 0.55em;
    text-align: center;
    font-family: pretendard-regular;
    outline: none;
    border: none;
}
.inputs > input::placeholder{
}


.quick_1 {
    left: 21%;
    width: 11%;
    bottom: 13%;
}
.quick_1 > img{
    width: 100%;
}
.quick_agree {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 31.3%;
    top: 5%;
}
.quick_checkbox{
    width: 17px;
    height: 17px;
    background: white
}


.inputs {
    left: 33%;
    width: 43%;
    height: 2.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.inputs > input::placeholder{
    color: grey;
}
.quick_2{
    margin-right: 11.5%;
    width: 11.3%;
    animation: 1s blk infinite;
}
.quick_agree {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 34.8%;
    top: 85%;
}
.quick_checkbox {
    margin: 0 0.5% 0 3%;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.8vw;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
}




.quick_checkbox{
    margin-right: 0.3%;
    width: 0.9vw;
    height: 0.9vw;
    overflow: hidden;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.quick_checkbox:checked {
    background: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.quick_checkbox:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images2/con7_08.png) center / 86% no-repeat;
    color: unset !important;
}
.quick_logo {
    width: 9.5%;
    left: 11%;
    bottom: 21%;
}
.quick_1 {
    left: 22%;
    width: 10%;
    bottom: 13%;
}
.quick_2 {
    margin-right: 12%;
    width: 11%;
    animation: 1s blk infinite;
}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1.3%;
    margin-left: 2%;
    padding-bottom: 0.2%;
}
.inputs {
    left: 33%;
    width: 43%;
    height: 2.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_agree {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 34.8%;
    top: 89%;
}
.quick_logo {
    width: 11%;
    left: 10%;
    bottom: 13%;
}
.quick_logo {
    width: 7%;
    left: 13%;
    bottom: 18%;
}
.quick_1 {
    left: 21%;
    width: 11%;
    bottom: 3%;
}
.quick_logo {
    width: 10%;
    left: 10%;
    bottom: 8%;
}
.quick_agree {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -4.8%;
    margin-top: -3.5%;
}
.footer_bottom p {
    color: #ffffff73;
    font-size: 0.8em;
    font-family: Pretendard-Regular;
}
.footer_bottom p:nth-of-type(6) {
    font-family: Pretendard-bold;
}
.quick_agree {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 34.8%;
    top: 94%;
}
.footer_bottom p{
    color: #ffffff73;
    font-size: 0.5em;

}
.footer_bottom p:nth-child(1){
}
.footer_bottom p:nth-child(5){
    padding-bottom: 2%;
}
.footer_bottom p:nth-of-type(6){
    color: white;
    font-weight: 600;
    font-size: 0.5em;
    margin-top: 2%;
}
.quick_logo {
    width: 9%;
    left: 11%;
    bottom: 11%;
}
.quick_agree {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 37.4%;
    top: 85%;
}
.quick_1 {
    left: 21%;
    width: 11%;
    bottom: 1%;
}
.quick_logo {
    width: 6%;
    left: 13%;
    bottom: 11%;
}
.quick_1 {
    left: 20.2%;
    width: 12%;
    bottom: 3%;
}
.inputs {
    left: 35%;
    width: 27%;
    height: 2.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inputs > input {
    width: 49%;
    height: 100%;
    font-size: 0.55em;
    text-align: center;
    font-family: pretendard-regular;
    outline: none;
    border: none;
    border: #ff2F00 solid 1px;
}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0.6%;
    margin-left: 2%;
    padding-bottom: 0.5%;
}
.quick_agree{
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 67.4%;
    top: 119%;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 1.1vw;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
}
.quick_checkbox:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images2/con7_08.png) center / 86% no-repeat;
    color: unset !important;
}
.quick_checkbox {
    margin-right: 0.3%;
    width: 1.3vw;
    height: 1.3vw;
    overflow: hidden;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.quick_1 {
    left: 25.2%;
    width: 9%;
    bottom: 9%;
}
.quick_logo {
    width: 6%;
    left: 9%;
    bottom: 11%;
}
.quick_1 {
    left: 25.2%;
    width: 9%;
    bottom: 18%;
}
.quick_02{
    left: 17%;
    bottom: 30%;
    width: 7%;
}
.quick_logo {
    width: 6%;
    left: 10%;
    bottom: 11%;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 68.4%;
    top: 111%;
}


.quick_2 {
    margin-right: 15%;
    width: 9%;
    animation: 1s blk infinite;
}
.quick_1 {
    left: 26.2%;
    width: 8%;
    bottom: 16%;
}
.quick_02 {
    left: 19%;
    bottom: 28%;
    width: 6.5%;
}
.quick_logo {
    width: 5%;
    left: 13%;
    bottom: 11%;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 67.4%;
    top: 120%;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.9vw;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
}
.quick_checkbox {
    margin-right: 0.3%;
    width: 1.1vw;
    height: 1.1vw;
    overflow: hidden;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.quick_2 {
    margin-right: 17%;
    width: 9%;
    animation: 1s blk infinite;
}
.inputs {
    left: 36%;
    width: 25%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_1 {
    left: 20.2%;
    width: 8%;
    bottom: 16%;
}
.inputs {
    left: 30%;
    width: 32%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 67.4%;
    top: 133%;
}
.footer_bottom_absol{
    color: white !important;
    top: -139%;
    font-size: 2.4vw !important;
    width: 100%;
    border-bottom: 1px solid #ffffff99 !important;
    padding-bottom: 2%;
    font-family: GmarketSansBold !important;
    font-style: italic;
}
.contact_fixed {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/images/quick_bg.png) no-repeat center / cover;
    background: #806650;
}
.inputs > input {
    width: 49%;
    height: 100%;
    font-size: 0.55em;
    text-align: center;
    font-family: pretendard-regular;
    outline: none;
    border: none;
    border: #d1d1d1 solid 1px;
}
.contact_fixed_left_1 {
    margin-right: 16%;
    background: #891010;
    padding: 1% 2% 1% 2%;
    cursor: pointer;
    font-family: GongGothicMedium !important;
}
.contact_fixed_left_3{
    left: 10%;
    font-family: VITRO_CORE_TTF;
    font-size: 1.7vw;
}
.contact_fixed_left_4{
    font-size: 1.7vw;
    font-family: VITRO_CORE_TTF;

    left: 19.5%;
    color: #891010;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.inputs {
    left: 33%;
    width: 32%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 70.4%;
    top: 122%;
}
.contact_fixed_left_1 {
    margin-right: 13%;
    background: #891010;
    padding: 1% 2% 1% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
}
.contact_fixed_left_2{
    left: 5.6%;
    width: 3.4%;
}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0.3%;
    margin-left: 2%;
    padding-bottom: 0.4%;
}
.contact_fixed_left_5 {
    width: 35%;
    height: 100%;
    left: -3%;
}
.contact_fixed_left {
    padding-top: 0.3%;
    padding-bottom: 0.3%;
}

.contact_fixed_left_5 {
    width: 35.5%;
    height: 100%;
    left: -3%;
    border-radius: 0 50px 50px 0;
}
.contact_fixed_left_1 {
    border-radius: 50px;
}
.main_top_5th_2 {
    font-family: suit-regular;
}
.footer_bottom p {
    width: 39%;
    margin-bottom: 0.5%;
    width: 100%;
}
.contact_fixed_left_4 {
    font-size: 1.7vw;
    font-family: VITRO_CORE_TTF;
    left: 20.5%;
    color: #891010;
}
.contact_fixed_left_3 {
    left: 12%;
    font-family: VITRO_CORE_TTF;
    font-size: 1.7vw;
}
.contact_fixed_left_2 {
    left: 7.6%;
    width: 3.4%;
}
.contact_fixed {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9402d;
}
.contact_fixed_left_1 {
    margin-right: 13%;
    background: black;
    padding: 1% 2% 1% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #e9402d;
}
.contact_fixed_left_2 {
    left: 10.6%;
    width: 8.4%;
    bottom: -12%;
}
.footer{
    padding-bottom: 12%;
}
.footer_call1{
    right: 5%;
    width: 9.4%;
    top: 39%;
}
.footer_bottom p{
    color: #ffffffcf;
    font-size: 0.5em;

}
.contact_fixed_left_4 {
    left: 20.5%;
    width: 11%;
}
.contact_fixed_left_2 {
    left: 10.6%;
    width: 8.4%;
    bottom: 24%;
}
.contact_fixed_left_4 {
    left: 78.5%;
    width: 11%;
}
.inputs {
    left: 21%;
    width: 32%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 58.4%;
    top: 122%;
}
.contact_fixed_left_1 {
    margin-right: 25%;
    background: black;
    padding: 1% 2% 1% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #e9402d;
}
.contact_fixed_left_3 {
    left: 0%;
    font-family: VITRO_CORE_TTF;
    font-size: 1.7vw;
    width: 13%;
    bottom: -48%;
}
.contact_fixed.is-fixed {
    position: relative;
}

.contact_fixed_left_1 {
    margin-right: 25%;
    background: black;
    padding: 1% 2% 1% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #8c2227;
    border-radius: unset;
}
.contact_fixed {
    background: #8c2227;
}
.contact_fixed_left_4 {
    left: 83.5%;
    width: 11%;
}
.contact_fixed_left_1 {
    margin-right: 19%;
    background: black;
    padding: 1% 2% 1% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #8c2227;
    border-radius: unset;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 63.4%;
    top: 122%;
}
.inputs {
    left: 26%;
    width: 32%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_fixed_left_2 {
    left: 16.6%;
    width: 8%;
    bottom: 21%;
}
.contact_fixed_left_3 {
    left: 5%;
    font-family: VITRO_CORE_TTF;
    font-size: 1.7vw;
    width: 10%;
    bottom: -1%;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #c9252b;
    color: unset !important;
    border-radius: 50%;
}
.footer {
    padding: 10% 5%;
}

.contact_fixed_left_4 {
    left: 78.5%;
    width: 11%;
}
.contact_fixed_left_1 {
    margin-right: 26%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #c9252b;
    border-radius: unset;
    margin-top: 1.6%;
}

.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 68.8%;
    top: 83%;
}

.contact_fixed {
    background: #c9252b;
}

.quick_checkbox {
    border-radius: 0;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #c9252b;
    color: unset !important;
    border-radius: 0;
}
.inputs {
    left: 26%;
    width: 37%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 8%;
}
.contact_fixed_left_2 {
    left: 15.6%;
    width: 9%;
    bottom: 5%;
}
.contact_fixed_left_4 {
    left: 75.5%;
    width: 15%;
}
.footer {
    padding: 10% 5%;
    padding-top: 5%;
}

.contact_fixed_left_2{
    left: -0.4%;
    width: 10%;
    bottom: 0;
}
.contact_fixed_left_2_2nd{
    left: 10.6%;
    width: 15%;
    bottom: 27%;
}
.contact_fixed_left_4 {
    left: 75.5%;
    width: 12%;
}

.inputs {
    left: 28%;
    width: 37%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 8%;
}
.contact_fixed_left_1 {
    margin-right: 24%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #c9252b;
    border-radius: unset;
    margin-top: 1.6%;
}
.contact_fixed_left_4 {
    left: 77.5%;
    width: 12%;
    bottom: 15%;
}
.contact_fixed_left_2_2nd {
    left: 12.6%;
    width: 15%;
    bottom: 31%;
}
.contact_fixed_left_2 {
    left: 2.6%;
    width: 10%;
    bottom: 0;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 70.5%;
    top: 83%;
}

.footer_insta{
    width: 2%;
    right: 3%;
    top: 2%;
}

.contact_fixed_left_1 {
    margin-right: 24%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #c9252b;
    border-radius: unset;
    margin-top: 0%;
}

.contact_fixed_left_1 {
    margin-right: 24%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #c9252b;
    border-radius: unset;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
}

.contact_fixed_left_4 {
    left: 76.9%;
    width: 9%;
    bottom: 52%;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 81.2%;
    top: 150%;
}

.contact_fixed_left_2_2nd {
    left: 14.6%;
    width: 12%;
    bottom: 25%;
}

.inputs {
    left: 28%;
    width: 37%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 20%;
}

.contact_fixed_left_2_2nd {
    left: 14.6%;
    width: 12%;
    bottom: 34%;
}

.contact_fixed_left_1 {
    margin-right: 24%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: white;
    border-radius: unset;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
    text-align: center;
    background: transparent;
    border: 2px solid white;
}

.contact_fixed {
    background: #ff490e;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #ff490e;
    color: unset !important;
    border-radius: 0;
}
.contact_fixed_left_2_2nd {
    left: 20.6%;
    width: 6%;
    bottom: 23%;
}
.footer_logo {
    left: unset;
    top: 15%;
    max-width: 11%;
}
.footer {
    padding: 10% 5%;
    padding-top: 8%;
}

.footer_vweb {
    bottom: 30%;
    cursor: pointer;
    color: white;
    font-family: pretendard-regular;
    position: absolute;
    font-size: 12px;
}


.contact_fixed_left_2_3rd{
    bottom: -33%;
    left: -3%;
    width: 12%;
}

.contact_fixed {
    background: #be1011;
}

.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #be1011;
    color: unset !important;
    border-radius: 0;
}
.contact_fixed_left_2_2nd {
    left: 18.4%;
    width: 9%;
    bottom: 23%;
}
.contact_fixed_left_2_3rd {
    bottom: 0%;
    left: 5.4%;
    width: 12%;
}
.contact_fixed_left_4 {
    left: 76.9%;
    width: 10%;
    bottom: 57%;
}
.quick_agree {
    width: 12%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    left: 81.2%;
    top: 144%;
}

.footer_bottom p {
    color: #ffffff73;
    font-size: 0.5em;
    text-align: left;
    padding-left: 13%;
}

.footer_vweb {
    left: 11%;
    bottom: 36%;
    cursor: pointer;
    color: white;
    font-family: pretendard-regular;
    position: absolute;
    font-size: 12px;
}
.footer_logo {
    left: 11%;
    top: 11%;
    max-width: 11%;
}
.footer_line {
    top: 26%;
    width: 79%;
    border-top: 1px solid #808080bd;
}
.footer_tel {
    right: 11%;
    top: 13%;
    max-width: 14%;
}
.footer_vweb{
    left: 11%;
}
.contact_fixed_left_2_3rd {
    bottom: 0%;
    left: 5.4%;
    max-width: 13%;
}
.contact_fixed_left_4 {
    left: 65.9%;
    width: 8.8%;
    bottom: 57%;
}
.quick_agree {
    width: 12%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    left: 70.2%;
    top: 144%;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #b68651;
    color: unset !important;
    border-radius: 0;
}
.contact_fixed_left_1 {
    margin-right: 13%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: white;
    border-radius: unset;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
    text-align: center;
    border-radius: 0.3vw;
    background: transparent;
    border: 2px solid white;
}
.contact_fixed_left_2_3rd {
    bottom: 0%;
    left: 13.4%;
    max-width: 13%;
}
.contact_fixed {
    background: #b68651 !important;
}
.absol contact_fixed_left_2_4th {
    height: 100%;
}

.contact_fixed_left_2_3rd {
    bottom: 0%;
    left: 5.4%;
    max-width: 13%;
}
.contact_fixed_left_2_5th{
    left: 17.4%;
    width: 10.1%;
}
.contact_fixed_left_2_4th{
    cursor: pointer;
    height: 72%;
    right: 9%;
}
.contact_fixed_left_4 {
    left: 65.9%;
    width: 8.8%;
    bottom: 52%;
}

.footer_bottom p {
    color: #ffffff73;
    font-size: 0.5em;
    text-align: left;
    padding-left: 0;
    text-align: center;
}
.footer_vweb {
    left: unset !important;
}
.footer_logo {
    left: unset;
    top: 11%;
    max-width: 11%;
}
.contact_fixed_left{
    background: white;
}
.contact_fixed_left_2_3rd {
    bottom: 13%;
    left: 7.4%;
    max-width: 8.5%;
}
.contact_fixed_left_2_5th {
    left: 16.7%;
    width: 10.1%;
    top: 40%;
}
.contact_fixed_left_4{
    display: none !important;
}
.contact_fixed {
    background: white !important;
}
.quickAgree a {
    color: black;
}
.contact_fixed_left_1{
    background: #e60012;
}
.quick_agree {
    width: 12%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    left: 70.2%;
    top: 119%;
}
.quick_checkbox:checked::after {
    background: #e60012;
}
.quick_checkbox {
    border: 1px solid black;
}
.quick_checkbox:checked {
    border: 1px solid black;
}

.footer_logo {
    left: unset;
    top: 9%;
    max-width: 8%;
}
.sns_absol{
    width: 17%;
    right: 10%;
    top: 8%;
    justify-content: flex-end;
    bottom: 78%;
}
.sns_absol_item{
    display: flex;
    justify-content: center
;
    align-items: center;
    width: 15%;
    margin-left: 3%;
}
.sns_absol_item img{
    width: 100%;
}
.footer{
    background: var(--sc);
}
.footer_logo{
    left: unset;
    top: 11%;
    max-width: 8%;
    left: 11%;
}
.contact_fixed_left{
    background: var(--mc);
}
.contact_fixed{
    background: var(--mc) !important;

}
.quickAgree a{
    color: white;
}
.quick_checkbox:checked::after{
    background: var(--mc);
}
.quick_checkbox:checked{

    border: 1px solid transparent;
}
.quick_checkbox{
    border: 1px solid transparent;
}
.contact_fixed_left_1{
    margin-right: 13%;
    background: black;
    padding: 0;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: white;
    border-radius: unset;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
    text-align: center;
    border-radius: 0.3vw;
    background: transparent;
    border: 2px solid white;
    height: 2.3vw;
    width: 10vw;
    display: flex;
    background: white !important;
    justify-content: center;
    align-items: center;
}
.contact_fixed_left_1ab{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_fixed_left_2_3rd{
    bottom: -30%;
    left: 5.4%;
    max-width: 9.5%;
}
.contact_fixed_left_2_3rd_2nd{
    bottom: 16%;
    left: 4.1%;
    max-width: 11%;
}
.quick_agree{
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 70.2%;
    top: 126%;
}
.contact_fixed_left_2_4th{
    cursor: pointer;
    height: 72%;
    right: 4%;
    top: -120%;
}
.inputs > input{
    width: 31.5%;
    height: 100%;
    font-size: 1vw;
    text-align: center;
    font-family: pretendard-regular;
    outline: none;
    border: none;
    border: #d1d1d1 solid 1px;
    border-radius: 0.5vw;
}
.contact_fixed_left_2_4th {
    cursor: pointer;
    height: 101%;
    right: 4%;
    top: -140%;
}
.footer{
    background: #2d1f16 !important;
}
.footer_line {
    top: 22%;
    width: 79%;
    border-top: 1px solid #808080bd;
}
.contact_fixed_left_1{
    transition: 0.3s all;
    border: unset !important;
}

.contact_fixed_left_1 > img{
    transition: 0.3s all;
}

.contact_fixed_left_1:hover{
    background: var(--sc) !important;
}
.contact_fixed_left_1:hover > div{
    -webkit-filter: brightness(0) invert(1); 
filter: brightness(0) invert(1);
}
@media screen and (max-width:1023px) {
    .pc{
        display: none;
    }
    .pc-inline{
        display: none !important;
    }
    .tablet{
        display:flex;
    }
    .mobile{
        display:none;
    }
    .footer {
        padding-bottom: 16%;
        padding-top: 5%;
    }
    .footer_bottom p:nth-of-type(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer_bottom p:nth-of-type(5) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer_bottom p:nth-of-type(6) {
        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;
    }
    .ddm_logo {
        left: 0;
        max-width: 100%;
        width: 100% !important;
        margin-bottom: -16%;
        margin-right: -63%;
    }
    .tel_logo{
        display: none;
    }
    .mobile_inputs {
    }
    .mobile_background {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding-top: 2%;
        padding-bottom: 3%;
    }
    .form-button2{
    }
    #contact-form{
        background: transparent !important;
    }
    #contact-form{
        width: 62% !important;
        margin-left: 9% !important;
    }
    .footer{
        font-size: 3vw;
    }

}
@media screen and (max-width: 599px) {
    .pc-mobile {
        display: none;
    }

    .mobile-pc {
        display: flex;
    }
    .footer {
        padding-bottom: 22%;
        padding-top: 5%;
    }
    .footer_bottom p:nth-of-type(6) {
        padding-top: 3%;
    }
    .ddm_logo{
        display: none;

    }
    .contact-form-top{
        width: 123% !important;
    }
    .mobile_inputs {
    }
    .mobile_inputs input{
        height: 30px !important;
    }
    .form-button2{
        margin-top: 0%;
        width: 41%;

    }
    .form-button2 img{
        width: 66% !important;
    }#contact-form {
         width: 95% !important;
         margin-left: 3% !important;
         margin-bottom: -1% !important;
     }
    .form-button2 img {
        width: 96% !important;
        padding-left: 0 !important;
    }
    .tothetop {
        right: -22% !important;
        top: 77% !important;
    }
    .tothetop > a > img {
        max-width: 41% !important;
    }
    .modal-content {
        background-color: #fefefe;
        margin: 7% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 86%;
        border-radius: 30px;
    }
    .quick_2 {
        margin-right: 11.5%;
        width: 19.3%;
        animation: 1s blk infinite;
    }
    .inputs {
        left: 21%;
        width: 54%;
        height: 3.9vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .quick_2 {
        margin-right: 4.5%;
        width: 19.3%;
        animation: 1s blk infinite;
    }
    .quick_1 {
        left: 2%;
        width: 17%;
        bottom: 11%;
    }
    .quick_agree {
        width: 36%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 22.8%;
        top: 44%;
    }
    .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 2vw;
        color: #fff;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    }
    .quick_checkbox {
        margin-right: 2%;
        width: 2vw;
        height: 2vw;
        overflow: hidden;
        outline: 1px solid white;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .quick_checkbox:checked::after {
        content: "";
        width: 2.3vw;
        height: 2.3vw;
        position: absolute;
        background: url(/images/quick_04.png) center / 86% no-repeat;
        color: unset !important;
    }
    .contact_fixed_left {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 4.7%;
        padding-bottom: 0.8%;
    }
    .quick_agree {
        width: 36%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 22.8%;
        top: 47%;
    }
    .tothetop {
        right: -2% !important;
        top: 82% !important;
    }
    .tothetop > a > img {
        max-width: 59% !important;
    }
    .quick_2{
        margin-right: 4.5%;
        width: 25.3%;
        animation: 1s blk infinite;
    }
    .inputs{
        left: 2%;
        width: 67%;
        height: 5.9vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .contact_fixed_left{
        padding-top: 7.7%;
    }
    .quick_agree{
        left: 68.8%;
    }
    .quick_logo{
        width: 22.5%;
        left: 2%;
        bottom: 58%;
    }
    .quick_1{
        left: 27%;
        width: 22%;
        bottom: 55%;
    }
    .quick_logo{
        display: flex;
    }
    .quick_agree {
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        top: 44%;
    }
    .quick_checkbox{
        margin-right: 2%;
        width: 3vw;
        height: 3vw;
        overflow: hidden;
        outline: 1px solid white;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .quick_checkbox:checked::after{
        content: "";
        width: 3.3vw;
        height: 3.3vw;
        position: absolute;
        background: url(/images/quick_04.png) center / 86% no-repeat;
        color: unset !important;
    }
    .con2_2_absol{
        width: 65.7%;
        top: 16.5%;
    }
    .quick_6{
        display: none;
    }
    .contact_fixed_left{
        opacity: 1;
        right:0;
    }
    .quick_logo {
        opacity: 1;
    }
    .quick_2 {
        margin-right: 3.5%;
        width: 25.3%;
        animation: 1s blk infinite;
    }
    .inputs {
        left: 3%;
        width: 67%;
        height: 5.9vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .quick_logo {
        width: 22.5%;
        left: 3%;
        bottom: 58%;
    }
    .quick_1 {
        left: 28%;
        width: 22%;
        bottom: 55%;
    }
    .quick_agree {
        left: 70.8%;
    }
    .inputs > input {
        font-size: 1.1em;
    }
    .footer {
        padding-bottom: 22%;
        padding-top: 24%;
    }

    .footer_01 {
        top: 20%;
        left: unset;
        width: 39%;
    }
    .footer_02 {
        top: 72%;
        right: unset;
        width: 22.5%;
    }





    .contact_fixed_2nd{
        position: fixed;
        bottom: 0;
        z-index: 100000002;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #0064de;
        flex-direction: column;
        transform: translateY(86%);
        transition: all 0.3s;
    }
    .rotate{
        rotate:90deg !important;
    }
    .transformY{
        transition: 0.3s all !important;
        bottom: 0 !important;
    }
    .transformY .contact_fixed_2nd_top{
        opacity: 0 !important;
    }
    .contact_fixed_2nd_top{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 14vw;
    }
    .contact_fixed_2nd_top > div{
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .quick_1m{
        width: 17%;
        margin-left: -72%;
        animation: blk 1s infinite;
    }
    .quick_2m{
        width: 72%;
        left: 25%;
    }
    .contact_fixed_2nd_top_left{
        background: white
    }

    .contact_fixed_2nd_top_right{
        background: white;
        cursor:pointer;
    }
    .quick_5m{
        right: 0;
        bottom: 0;
        width: 39%;
    }
    .quick_3m{
        width: 41%;
        margin-left: -49%;
    }
    .quick_6m{
        width: 11%;
        left: 50%;
        rotate: 180deg;
        transition: 0.3s all;
    }
    .contact_fixed_2nd_bottom{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .inputs > input {
        width: 100%;
        font-size: 1.5em;
        text-align: left;
        font-family: pretendard-regular;
        outline: none;
        border: none;
        height: 11vw;
        margin-bottom: 3%;
        box-sizing: border-box;
        padding-left: 5%;
    }

    .inputs {
        margin-top: 10%;
        margin-bottom: 7%;
        height: unset;
        width: 78%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

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

    .quick_agree {
        margin-left: 0;
        margin-top: -1% !important;
    }

    .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 4vw;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 0% !important;
    }

    .quick_checkbox {
        margin-right: 2%;
        width: 3.9vw;
        height: 3.9vw;
        overflow: hidden;
        outline: 1px solid white;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }

    .quick_checkbox:checked::after {
        content: "";
        width: 4vw;
        height: 4vw;
        position: absolute;
        background: url(/images/quick_04.png) center / 86% no-repeat;
        color: unset !important;
    }

    .contact_fixed_2nd_submit{
        width: 79%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: black;
        color: white;
        padding: 3% 0;
        font-family: pretendard-bold;
        font-size: 5vw;
        margin-top: 5%;
        margin-bottom: 6%;
    }
    .quick_1m {
        width: 53%;
        margin-left: 0;
        animation: unset;
    }


    .quick_3m {
        width: 35%;
        margin-left: 19%;
    }
    .quick_6m {
        width: 8%;
        left: 23%;
        rotate: 270deg;
        transition: 0.3s all;
    }

    .inputs > input {
        width: 100%;
        font-size: 1.5em;
        text-align: left;
        font-family: pretendard-regular;
        outline: none;
        border: none;
        height: 11vw;
        margin-bottom: 3%;
        box-sizing: border-box;
        padding-left: 5%;
        outline: none;
        border: none;
        border-bottom: 1px solid white;
        background: transparent;
        color: white;
    }
    .contact_fixed_2nd  input::placeholder{
        color: white !important;
    }

    .quick_agree {
        margin-left: 0;
        margin-top: -1% !important;
        margin-left: -31% !important;
        width: 50%;
    }
    .quick_checkbox {
        margin-right: 4%;
        width: 3.9vw;
        height: 3.9vw;
        overflow: hidden;
        outline: 1px solid white;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .quick_checkbox:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        background: url(/images/quick_04.png) center / 86% no-repeat;
        color: unset !important;
    }
    .contact_fixed_2nd_submit {
        width: 79%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: white;
        color: #0064de;
        padding: 3% 0;
        font-family: pretendard-bold;
        font-size: 5vw;
        margin-top: 5%;
        margin-bottom: 6%;
    }
    .m_13{
        width: 39%;
        margin-left: -38%;
        margin-bottom: 16%;
    }
    .m_14{
        bottom: 10%;
        right: 10%;
        width: 14%;
        cursor: pointer;
    }
    .contact_fixed_2nd {
        transform: unset;
        transition: unset;
        bottom: -86%;
    }
    .m_12 {
        margin-top: 10.3%;
        width: 57%;
    }
    .footer {
        padding-bottom: 35%;
        padding-top: 24%;
    }
    .footer_02 {
        top: 64%;
        right: unset;
        width: 22.5%;
    }
    .footer_line {
        width: 100%;
        top: 28%;
    }
    .footer_01 {
        top: 16%;
        left: unset;
        width: 39%;
    }
    .m_12 {
        margin-top: 10%;
        width: 57%;
    }
    .transition{
        transition: 0.3s all !important;
    }


    .contact_fixed_2nd_top {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 7%;
        position: absolute;
        top: -7%;
    }
    .contact_fixed_2nd {
        transform: unset;
        transition: unset;
        bottom: -100%;
        height: 100%;
    }
    .contact_fixed_2nd_top_right{
        background: #0064de;
    }
    .quick_6m{
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }
    .footer_absol_2 {
        bottom: 26%;
        right: unset;
        width: 37%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer_02 {
        top: 58%;
        right: unset;
        width: 22.5%;
    }
    .footer_absol_2 {
        bottom: 23%;
        right: unset;
        width: 37%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer_02 {
        top: 61%;
        right: unset;
        width: 22.5%;
    }
    .footer_absol_2 {
        bottom: 14%;
        right: unset;
        width: 43%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tothetop {
        right: 6% !important;
        top: 68% !important;
        width: 10%;
    }
    .tothetop >img{
        width: 170% !important;
        max-width: unset !important;
    }

    .tothetop p {
        font-size: 2.2vw !important;
        white-space: nowrap;
    }
    .tothetop a {
        margin-bottom: 15%;
    }
    .tothetop > a.contact_nav img{
        max-width: 112% !important;
    }


    .footer {
        padding-bottom: 35%;
        padding-top: 24%;
        margin-bottom: 18%;
    }

    .footer_bottom {
        margin-top: 12%;
    }
    .footer_agree{
        font-family: 'Pretendard-Regular';
        font-size: 2.6vw;
        text-decoration: underline;
        left: unset;
        bottom: 61%;
        cursor: pointer;
    }
    .footer_02 {
        top: 65%;
        right: unset;
        width: 22.5%;
    }

    .footer_bottom div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: white;
    }










    .contact-form-top{
        width: 123% !important;
    }
    .mobile_inputs input{
        height: 30px !important;
    }
    .form-button2{
        margin-top: 0%;
        width: 41%;

    }
    .form-button2 img{
        width: 66% !important;
    }#contact-form {
         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;
    }

    .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%;
    }

    /* quick */
    .contact_service {
        padding: 11.5% 0% 3.5% 0%;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0vw;
        gap: 3vw;
    }
    .footer_input_form .footer_input {
        width: 30%;
        height: 6.4vw;
        font-size: 3.1vw;
    }
    .footer_input_form .footer_input::placeholder {
        font-weight: bold;
        font-family: 'Pretendard Variable';
        font-size: 3.1vw;
        text-align: center;
    }
    .contact_mid {
        width: 100%;
    }
    .quick_submit_div {
        width: 29.2%;
        position: absolute;
        right: 4.3%;
        top: 16%;
        font-size: 3.2vw;
        padding: 1.5vw 0;
    }
    .quick_call_absol {
        width: 33.85%;
        /* padding-left: 3vw; */
        position: absolute;
        top: 27%;
        left: 32%;
        /* gap: 1.5vw; */
        margin-left: 0vw;
    }
    .quick_agree {
        right: 4%;
        top: 7%;
        gap: 2vw;
        left: auto;
        width: max-content;
    }
    .quickAgree_checkbox {
        width: 3vw;
        height: 3vw;
    }
    .quickAgree_fornt {
        font-size: 2.7vw;
    }

    .quick_left_img {
        display: none;
    }
    .quick_logo {
        width: 25%;
        left: 5.5%;
        bottom: 51%;
    }
    .quick_02 {
        display: none;
    }
    .quick_logo {
        width: 21%;
        left: 5.5%;
        bottom: 51%;
    }
    .quick_call_absol {
        width: 34.85%;
        /* padding-left: 3vw; */
        position: absolute;
        top: 27%;
        left: 30%;
        /* gap: 1.5vw; */
        margin-left: 0vw;
    }
    .quick_submit_div {
        width: 30.2%;
        position: absolute;
        right: 4.6%;
        top: 16%;
        font-size: 3.2vw;
        padding: 1.5vw 0;
    }
    .contact_service {
        padding: 9.5% 0% 3.5% 0%;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0vw;
        gap: 3vw;
    }
    .quick_call_absol {
        width: 34.85%;
        /* padding-left: 3vw; */
        position: absolute;
        top: 21%;
        left: 30%;
        /* gap: 1.5vw; */
        margin-left: 0vw;
    }

    .quick_submit_div {
        width: 30.2%;
        position: absolute;
        right: 4.6%;
        top: 10%;
        font-size: 3.2vw;
        padding: 1.5vw 0;
    }
    .quick_agree {
        right: 5%;
        top: 4%;
        gap: 2vw;
        left: auto;
        width: max-content;
    }
    .quickAgree_checkbox {
        width: 2.7vw;
        height: 2.7vw;
    }
    .quickAgree_fornt {
        font-size: 2.5vw;
    }
    .quick_agree {
        right: 7%;
        top: 6%;
        gap: 2vw;
        left: auto;
        width: max-content;
    }
    .quickAgree_checkbox {
        width: 2.7vw;
        height: 2.7vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact_mid {
        width: 72%;
    }

    .quick_submit_div {
        width: 27.2%;
        position: absolute;
        right: 2%;
        top: unset;
        bottom: unset;
        font-size: 3.2vw;
        padding: 1.5vw 0;
        background: #817054;
    }
    .quick_agree {
        right: 3%;
        top: 28%;
        gap: 2vw;
        left: auto;
        width: max-content;
    }

    .quick_submit_div {
        width: 27.2%;
        position: absolute;
        right: 2%;
        top: unset;
        bottom: unset;
        font-size: 3.2vw;
        padding: 1vw 0;
        background: #10069f;
    }
    .contact_service {
        padding: 7.5% 0% 2.5% 0%;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 0vw;
        gap: 3vw;
    }
    .footer {
        padding-bottom: 35%;
        padding-top: 24%;
        margin-bottom: 13%;
    }

    .quick_logo {
        width: 21%;
        left: 3.5%;
        bottom: 61%;
    }
    .quick_call_absol {
        width: 31.85%;
        /* padding-left: 3vw; */
        position: absolute;
        top: 12%;
        left: 28%;
        /* gap: 1.5vw; */
        margin-left: 0vw;
    }
    .footer_input_form .footer_input {
        width: 30%;
        height: 8vw;
        font-size: 3.1vw;
    }

    .quick_agree {
        right: 2%;
        top: 23%;
        gap: 2vw;
        left: auto;
        width: max-content;
    }
    .quick_agree {
        right: 2%;
        top: 21%;
        gap: 2vw;
        left: auto;
        width: max-content;
    }

    .quick_logo {
        width: 23%;
        left: 2.5%;
        bottom: 65%;
    }
    .quick_call_absol {
        width: 31.85%;
        /* padding-left: 3vw; */
        position: absolute;
        top: 10%;
        left: 28%;
        /* gap: 1.5vw; */
        margin-left: 0vw;
    }

    .quick_call_absol_2 {
        right: 3%;
        width: 12.4%;
        top: 0;
        display: none;
    }



    .pc-mobile {
        display: none;
    }

    .mobile-pc {
        display: flex;
    }
    .footer {
        padding-bottom: 22%;
        padding-top: 5%;
    }
    .footer_bottom p:nth-of-type(6) {
        padding-top: 3%;
    }
    .ddm_logo{
        display: none;

    }
    .contact-form-top{
        width: 123% !important;
    }
    .mobile_inputs {
    }
    .mobile_inputs input{
        height: 30px !important;
    }
    .form-button2{
        margin-top: 0%;
        width: 41%;

    }
    .form-button2 img{
        width: 66% !important;
    }#contact-form {
         width: 95% !important;
         margin-left: 3% !important;
         margin-bottom: -1% !important;
     }
    .quick_agree {
        margin-left: 6% !important;
        margin-top: -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{
        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%;
    }
    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 8.8%;
        top: 12%;
    }
    .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: 0.9em;
    }
    .footer_bottom div {
        font-size: 0.9em;
    }
    .footer_bottom p:nth-of-type(6) {
        font-size: 0.9em;
    }
    .footer {
        padding-bottom: 37%;
        padding-top: 27%;
    }

    .contact-form-top{
        width: 123% !important;
    }
    .mobile_inputs {
    }
    .mobile_inputs input{
        height: 30px !important;
    }
    .form-button2{
        margin-top: 0%;
        width: 41%;

    }
    .form-button2 img{
        width: 66% !important;
    }#contact-form {
         width: 95% !important;
         margin-left: 3% !important;
         margin-bottom: -1% !important;
     }
    .quick_agree {
        margin-left: 6% !important;
        margin-top: -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{
        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%;
    }
    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 8.8%;
        top: 12%;
    }
    .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: 0.9em;
    }
    .footer_bottom div {
        font-size: 0.9em;
    }
    .footer_bottom p:nth-of-type(6) {
        font-size: 0.9em;
    }
    .quick_agree {
        margin-left: 6% !important;
        margin-top: -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{
        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%;
    }
    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 8.8%;
        top: 12%;
    }
    .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 2.8vw;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    }
    .footer_bottom p {
        font-size: 0.9em;
    }
    .footer_bottom div {
        font-size: 0.9em;
    }
    .footer_bottom p:nth-of-type(6) {
        font-size: 0.9em;
    }
    .footer {
        font-size: 3.2vw;
    }
    .quick_2 {
        margin-right: 2%;
        width: 27%;
        animation: 1s blk infinite;
    }
    .inputs {
        left: 5%;
        width: 64%;
        height: 6.5vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .contact_fixed_left {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 7.5%;
        margin-left: -2%;
        padding-bottom: 0.8%;
    }
    .quick_logo {
        width: 13%;
        left: 5%;
        bottom: 47%;
    }
    .quick_1 {
        left: 20.2%;
        width: 25%;
        bottom: 54%;
        display: none;
    }
    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 15.8%;
        top: 23%;
    }
    .quick_checkbox:checked::after {
        content: "";
        width: 3vw;
        height: 3vw;
        position: absolute;
        color: unset !important;
    }
    .quick_checkbox {
        margin-right: 0.3%;
        width: 2.9vw;
        height: 2.9vw;
        overflow: hidden;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 3.2vw;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    }
    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 14.8%;
        top: 23%;
    }
    .inputs > input {
        width: 32%;
        height: 100%;
        font-size: 1em;
        text-align: center;
        font-family: pretendard-regular;
        outline: none;
        border: none;
    }
    .contact_fixed_left_1 {
        margin-right: 3%;
        padding: 2% 3% 2% 3%;
        font-size: 3.4vw;
    }
    .contact_fixed_left_3 {
        left: 4%;
        font-size: 5vw;
        top: 5%;
    }
    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 39.5%;
        color: white;
        top: 5%;
    }
    .contact_fixed_left_2 {
        left: 5.6%;
        width: 9.4%;
        top: -17%;
    }
    .per_Infor_policy{

    }
    .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 2.5vw;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
        color: white;
    }
    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 64.8%;
        top: 25%;
        color: white;
    }
    .contact_fixed_left_3 {
        left: 17%;
        font-size: 5vw;
        top: 5%;
    }
    .contact_fixed_left_5 {
        width: 41%;
        height: 100%;
        background: #f8f1e7;
        left: -3%;
        top: -1%;
    }
    .footer {
        padding-bottom: 28%;
        padding-top: 23%;
    }
    .footer_01 {
        left: unset;
        top: 8%;
        width: 14.4%;
    }
    .contact_fixed_left_5 {
        width: 43%;
        height: 100%;
        background: #f8f1e7;
        left: -3%;
        top: -1%;
    }
    .contact_fixed_left_2 {
        left: 5.6%;
        width: 6.6%;
        top: 5%;
    }
    .contact_fixed_left_5 {
        width: 43%;
        height: 100%;
        background: #f8f1e7;
        left: -3%;
        top: -1%;
        display: none;
    }
    .contact_fixed_left_3 {
        left: 14%;
        font-size: 5vw;
        top: 5%;
    }
    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 36.5%;
        color: white;
        top: 5%;
    }
    .main_top_5th_2 {
        font-family: suit-regular;
    }
    .contact_fixed_left_1 {
        margin-right: 3%;
        padding: 2% 4% 2% 3%;
        font-size: 3.4vw;
        white-space: nowrap;
        margin-bottom: 0.6%;
    }
    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 27.5%;
        color: white;
        top: 10%;
        width: 33%;
    }
    .contact_fixed_left_2 {
        left: 5.6%;
        width: 11.6%;
        top: -30%;
    }
    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 20.5%;
        color: white;
        top: 13%;
        width: 30%;
    }
    .footer {
        padding-bottom: 45%;
        padding-top: 24%;
    }
    .footer_medals {
        width: 58%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        right: unset;
        top: 52%;
    }
    .footer_call1 {
        right: unset;
        width: 21.4%;
        top: 66%;
    }
    .footer_call2 {
        right: unset;
        top: 72%;
        width: 28%;
    }
    .contact_fixed_left_2 {
        left: 4.6%;
        width: 19.6%;
        top: 12%;
    }
    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 26.5%;
        color: white;
        top: 13%;
        width: 30%;
    }
    .footer {
        padding-bottom: 28%;
        padding-top: 10%;
    }
    .footer_bottom div{
        color: #ffffffcf !important;

    }
    .contact_fixed_left_3 {
        left: 0%;
        font-family: VITRO_CORE_TTF;
        font-size: 1.7vw;
        width: 20%;
        top: unset !important;
        bottom: 37%;
        left: 0% !important;
    }
    .contact_fixed_left_2 {
        left: 17.6%;
        width: 19.6%;
        top: 12%;
    }
    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 39.5%;
        color: white;
        top: 13%;
        width: 30%;
    }
    .con5_bottom_scr {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        z-index: 2;
    }
    .con7_mid_6th_absol {
        width: 52.1751%;
        display: flex;
        justify-content: center;
        align-items: center;
        left: 34%;
        top: -35%;
    }
    .con7_video_con {
        width: 96%;
        height: 89.2%;
        overflow: hidden;
        top: 5%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .contact_fixed_left_3{
        display: none;
    }
    .contact_fixed_left_2 {
        left: 4.6%;
        width: 20.6%;
        top: 12%;
    }
    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 28.5%;
        color: white;
        top: 10%;
        width: 28%;
    }
    .quick_checkbox:checked::after {
        content: "";
        width: 2.2vw;
        height: 2.2vw;
        position: absolute;
        color: unset !important;
    }
    .footer {
        padding-bottom: 30%;
        padding-top: 24%;
    }
    .con17_01 {
        cursor: pointer;
        top: 15%;
        left: unset;
        width: 27%;
    }
    .contact_fixed_left_1 {
        margin-right: 24%;
        padding: 1% 2% 1% 2%;
        font-family: pretendard-bold;
        font-size: 1.1vw;
        color: white;
        border-radius: unset;
    }

    .footer {
        padding: 10% 5% !important;
        padding-bottom: 26% !important;
    }
    .contact_fixed_left_2 {
        left: 4.6%;
        width: 31.6%;
        top: 1%;
    }
    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 38.5%;
        color: white;
        top: 12%;
        width: 28%;
    }
    .contact_fixed_left_1 {
        margin-right: 2%;
        padding: 2% 2% 2% 2%;
        font-family: pretendard-bold;
        font-size: 3.5vw;
        color: white;
        border-radius: unset;
        width: 21%;
        text-align: center;
    }
    .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 2.5vw;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    }
    .contact_fixed_left_2 {
        left: 4.6%;
        width: 13.6%;
        top: -36%;
    }
    .contact_fixed_left_1 {
        margin-right: 2%;
        padding: 2% 2% 2% 2%;
        font-family: pretendard-bold;
        font-size: 3.5vw;
        color: #350c4c;
        border-radius: unset;
        width: 21%;
        text-align: center;
    }
    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 21.5%;
        color: white;
        top: 12%;
        width: 28%;
    }
    .footer_bottom   > p > span{
        text-align: center;
    }
    .tablet{
        justify-content: center;
        align-items: flex-start;
    }
    .footer_bottom p:nth-of-type(6) {
        color: #ffffffcf !important;
        font-weight: 600;
        margin-top: 2%;
        padding: 0;
        padding-top: unset !important;
    }

    .footer_bottom p:last-child{
        text-align: center;
        color: white;
        margin-top: 5%;
        font-family: 'Pretendard-bold';
    }

    .footer_bottom p:nth-of-type(6) {
        font-size: 0.7em;
    }
    .footer_bottom div {
        font-size: 0.7em;
    }

    .footer_bottom p {
        font-size: 0.7em;
    }

    .footer {
        padding: 10% 3% !important;
        padding-bottom: 26% !important;
    }
    .abc{
        display:none;
    }

    .abcd{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 4%;
    }
    .inputs > input {
        width: 32%;
        height: 100%;
        font-size: 1em;
        text-align: center;
        font-family: pretendard-regular;
        outline: none;
        border: none;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: black;
    }
    .inputs {
        left: 5%;
        width: 64%;
        height: 6.5vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        ㅇ: ㅇ;
        display: flex;
        flex-direction: row;
    }

    .inputs {
        left: 5%;
        width: 64%;
        height: 8.3vw;
        bottom: -36%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        ㅇ: ㅇ;
        display: flex;
        flex-direction: row;
    }

    .contact_fixed_left_1 {
        margin-right: 2%;
        padding: 2% 2% 2% 2%;
        font-family: pretendard-bold;
        font-size: 3.5vw;
        color: white;
        border-radius: unset;
        width: 21%;
        text-align: center;
    }

    .contact_fixed_left_2 {
        left: 5.6%;
        width: 23.6%;
        top: 8%;
    }
    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 26.5%;
        color: white;
        top: 6%;
        width: 22%;
    }

    .contact_fixed_left_4_ab {
        left: 56%;
        bottom: 52%;
        font-size: 5vw;
        white-space: nowrap;
    }
    .quick_agree{
        width: 28% !important;
    }

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

    .mobile-pc {
        display: flex !important;
    }


    .footer_02 {
        top: 23%;
        right: 5%;
        width: 12.5%;
        font-size: 4vw;
    }
    .footer_01 {
        left: unset;
        top: 11%;
        width: 24.4%;
    }

    .footer {
        padding: 19% 3% !important;
        padding-bottom: 34% !important;
    }


    .footer_02 {
        top: 21%;
        right: unset;
        width: 22.5%;
    }
    .footer_line {
        width: 100%;
        top: 31%;
    }
    .footer_agree {
        font-family: 'Pretendard-Regular';
        font-size: 2.6vw;
        text-decoration: underline;
        left: unset;
        bottom: 50%;
        cursor: pointer;
    }

    .tothetop {
        right: -3% !important;
        top: 80% !important;
        width: 16%;
    }


    .contact_fixed_left_4 {
        left: 32.5%;
        color: white;
        top: 9%;
        bottom: unset;
        width: 32%;
        height: unset;
        line-height: unset;
    }
    .inputs {
        left: 5%;
        width: 64%;
        height: 7.3vw !important;
        bottom: -25%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        ㅇ: ㅇ;
        display: flex;
        flex-direction: row;
    }


    .inputs > input {
        width: 32%;
        height: 100%;
        font-size: 1em;
        text-align: center;
        font-family: pretendard-regular;
        outline: none;
        border: none;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: black;
    }

    .contact_fixed_left_1 {
        margin-right: 2%;
        padding: 1% 1% 0% 1%;
        font-family: pretendard-bold;
        font-size: 3.5vw;
        color: white;
        border-radius: unset;
        width: 21%;
        text-align: center;
        margin-bottom: 2.5%;
        margin-top: unset;
    }

    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 64.8%;
        top: 19%;
        color: white;
    }
    .inputs {
        left: 5%;
        width: 64%;
        height: 7.3vw !important;
        bottom: -26%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        ㅇ: ㅇ;
        display: flex;
        flex-direction: row;
    }
    .quick_checkbox:checked {
        background: transparent;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .quick_checkbox:checked {
        background: transparent;
        border: 1px solid black
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .quick_checkbox {
        margin-right: 0.3%;
        width: 2.9vw;
        height: 2.9vw;
        overflow: hidden;
        color: transparent;
        border: none;
        background: transparent;
        border: 1px solid black;
        outline: unset;
        appearance: none;
        border-radius: 50%;
    }

    .footer_05 {
        z-index: 1;
        top: -10%;
        width: 100%;
        pointer-events: none;
    }
    .footer_01 {
        left: unset;
        top: 20%;
        width: 24.4%;
    }
    .tothetop {
        right: -9% !important;
        top: 80% !important;
        width: 24% !important;
    }
    .contact_fixed_left_2 {
        left: 4.6%;
        width: 26.6%;
        top: 8%;
    }
    .contact_fixed_left_1 {
        margin-right: 1%;
        padding: 1% 1% 0% 1%;
        font-family: pretendard-bold;
        font-size: 3.5vw;
        color: white;
        border-radius: unset;
        width: 29%;
        text-align: center;
        margin-bottom: 1.5%;
        margin-top: unset;
    }
    .footer_05 {
        z-index: 1;
        top: -10%;
        width: 30%;
        pointer-events: none;
        display: none;
    }
    .contact_fixed_left_4 {
        left: 32.5%;
        color: white;
        top: 9%;
        bottom: unset;
        width: 29%;
        height: unset;
        line-height: unset;
    }
    .inputs {
        left: 5%;
        width: 62%;
        height: 7.3vw !important;
        bottom: -26%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        ㅇ: ㅇ;
        display: flex;
        flex-direction: row;
    }
    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 62.8%;
        top: 19%;
        color: white;
    }
    .footer_01 {
        left: unset;
        top: 17%;
        width: 33.4%;
    }


    .tothetop {
        right: 0% !important;
        top: 80% !important;
        width: 16%;
    }
    .contact_fixed_left {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 7.5%;
        margin-left: 0%;
        padding-bottom: 0.8%;
    }
    .tothetop {
        top: 67% !important;
        width: 17% !important;
        height: 11vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tothetop {
        top: 67% !important;
        width: 14vw !important;
        height: 14vw;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        right: 3% !important;
    }

    .tothetop > a > img {
        max-width: unset !important;
        width: 40%;
    }

    .footer_agree {
        font-family: 'Pretendard-Regular';
        font-size: 2.1vw;
        text-decoration: underline;
        left: unset;
        bottom: 50%;
        cursor: pointer;
    }


    .inputs > input {
        width: 32%;
        height: 100%;
        font-size: 1em;
        text-align: center;
        font-family: pretendard-regular;
        outline: none;
        border: none;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: black;
        border: 1px solid #00000087;
    }
    .contact_fixed_left_1 {
        margin-right: 1%;
        padding: 1% 1% 0% 1%;
        font-family: pretendard-bold;
        font-size: 3.5vw;
        color: white;
        border-radius: unset;
        width: 29%;
        text-align: center;
        margin-bottom: 2.5%;
        margin-top: unset;
    }

    .contact_fixed_left_2_5th {
        left: 32.7%;
        width: 25.1%;
        top: 14%;
    }.contact_fixed_left_2_3rd {
         bottom: 61%;
         left: 5.4%;
         max-width: unset;
         width: 20%;
     }
    .quickAgree a {
        font-family: "Pretendard-regular";
        font-size: 2.5vw;
        display: flex
    ;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
        color: black;
    }
    .quick_checkbox:checked {
        background: transparent;
        border: 1px solid black;
        justify-content: center;
        align-items: center;
        display: flex
    ;
        border-radius: unset;
    }
    .quick_checkbox {
        background: transparent;
        border: 1px solid black;
        justify-content: center;
        align-items: center;
        display: flex
    ;
        border-radius: unset;
    }
    .quick_checkbox:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
    }
    .tothetop > a > img {
        max-width: unset !important;
        width: 80%;
    }

    .footer_bottom div {
        color: #ffffff73 !important;
    }
    .footer_logo{
        left: unset;
        top: 9%;
        max-width: 28%;
    }

    .footer_vweb {
        left: unset;
        bottom: 32% !important;
    }
    .last_tt{
        width: 60% !important;
    }
    .sns_absol {
        width: 54%;
        right: unset;
        top: unset;
        justify-content: center;
        bottom: 18%;
    }
    .contact_fixed_left_1{
        margin-right: 1%;
        padding: 0;
        font-family: pretendard-bold;
        font-size: 3.5vw;
        color: white;
        border-radius: unset;
        width: 29%;
        text-align: center;
        margin-bottom: 2.5%;
        margin-top: unset;
        height: 6.2vw;
    }
    .inputs > input{
        width: 32%;
        height: 100%;
        font-size: 1em;
        text-align: center;
        font-family: pretendard-regular;
        outline: none;
        border: none;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: black;
        border: 1px solid transparent;
    }
    .inputs{
        left: 3%;
        width: 64%;
        height: 7.3vw !important;
        bottom: -26%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        ㅇ: ㅇ;
        display: flex;
        flex-direction: row;
    }
    .contact_fixed_left_2_3rd{
        bottom: 36%;
        left: 1.4%;
        max-width: unset;
        width: 25%;
    }
    .contact_fixed_left_2_3rd_2nd{
        display: none;
    }
    .contact_fixed_left_2_5th{
        left: 30.7%;
        width: 32.1%;
        top: 10%;
    }
    .quickAgree a{
        font-family: "Pretendard-regular";
        font-size: 2.5vw;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
        color: white;
    }
    .quick_checkbox:checked{
        border: 1px solid white;
    }
    .quick_checkbox{
        border: 1px solid white;
    }
    .contact_fixed_left_1ab{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 17%;
    }
    .q_03{
        width: 100%;
    }
    .quick_checkbox{
        background: white !important;
    }
    .quick_checkbox:checked::after{
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
        background: var(--mc);
    }
    .footer_logo {
        left: unset;
        top: 11%;
        max-width: 36%;
    }
    .footer_bottom p:nth-of-type(6) {
        padding-top: 0%;
    }
    .footer_bottom p {
        font-size: 2.8vw !important;
    }
    .footer_bottom div {
        font-size: 2.8vw !important;
    }
.footer{
    background: #2d1f16 !important;
}
.footer_line {
    width: 100%;
    top: 27%;
}    
    
}