@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;
    }
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
.pc{
    display: flex;
}
.pc-mobile{
    display: flex !important;
}
.mobile-pc{
    display: none !important;
}

.footer{
    display: flex;
    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-regular' !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 !important;
    font-size: 0.5em;

}
.footer_bottom p:nth-child(1){
}
.footer_bottom p:nth-child(2){
    padding-bottom: 2%;
}
.footer_bottom p:nth-of-type(3){
    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: black !important;
    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
}
.quick_6_left{
    background: white !important;
}
.quick_6_left img{
    filter: unset;
    -webkit-filter: unset;

}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    right: -100%;
    opacity: 0;
}
.footer_absol_2{
    bottom: 54%;
    right: 8%;
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_absol_2 img{
    width: 17%;
    margin: 0 2%;
}
.footer_absol_2 {
    bottom: 53%;
    right: 5%;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_02:hover .absol{
    opacity: 1;
}
.footer_02:hover .rltv{
    opacity: 0;
}


.footer_bottom p {
    color: #ffffff73 !important;
    font-size: 0.4em;
    font-family: pretendard-light;
}
.footer_title {
    font-weight: 700;
    font-family: 'Pretendard-light' !important;
}

.footer_bottom p:nth-of-type(3) {
    color: white;
    font-weight: 600;
    font-size: 0.4em;
    margin-top: 1%;
    font-family: 'Pretendard-regular';
}



.footer_bottom {
    margin-top: 3%;
}

.footer_agree{
    color: white;
    font-family: 'Pretendard-Regular';
    font-size: 0.7vw;
    text-decoration: underline;
    left: 5%;
    bottom: 56%;
    cursor: pointer;
}


.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: 1000011111;
}


#policy div.policy_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px;
    background: #9b9b9b;
    border-radius: 10px;
    box-sizing: border-box;
}
/*개인정보 처리 방침*/

.footer {
    background: black !important;
}



















.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(4) {
    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(2){
    padding-bottom: 2%;
}
.footer_bottom p:nth-of-type(4){
    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;
}
.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;
}
.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_4 {
    left: 83.5%;
    width: 11%;
}

.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%;
}

.footer {
    padding: 7% 5% !important;
    padding-bottom: 9% !important;
}
.contact_fixed {
    background: #79E76A;
}
.contact_fixed_left_1 {
    padding: 0.5% 2% 0.5% 2%;
    color: white;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    color: unset !important;
    border-radius: 50%;
}
.contact_fixed_left_2 {
    left: 6.6%;
    width: 10%;
    bottom: 13%;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.9vw;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
}
inputs {
    left: 20%;
    bottom: 15%;
    width: 32%;
    height: 2vw;
    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: 150%;
}
.contact_fixed_left_1 {
    margin-right: 24%;
    padding: 0.7% 2% 0.7% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    border-radius: unset;
}
.inputs {
    left: 20%;
    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: 139%;
}
.contact_fixed_left_1{
    margin-right: 24%;
    padding: 0.7% 2% 0.7% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    border-radius: 50px;
    background: #FFDF40;
    color: #4b1b67;
}
.contact_fixed {
    background: #350c4c;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #350c4c;
    color: unset !important;
    border-radius: 50%;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.9vw;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
    color: white;
}
.contact_fixed_left_2 {
    left: 13.6%;
    width: 5%;
    bottom: 13%;
}
.footer {
    background: #350c4c;
}
.contact_fixed_left_4 {
    left: 14.5%;
    width: 11%;
}
.contact_fixed_left_2 {
    left: 8.6%;
    width: 5%;
    bottom: 13%;
}
.inputs {
    left: 27%;
    width: 32%;
    height: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 65.4%;
    top: 139%;
}
.contact_fixed_left_1 {
    margin-right: 18%;
    padding: 0.4% 2% 0.4% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    border-radius: 50px;
    background: #FFDF40;
    color: #4b1b67;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
}
.footer_bottom p:nth-of-type(4){
    color: #ffffffcf !important;
    font-weight: 600;
    margin-top: 1%;
    padding: 0;
    padding-top: unset !important;
}

.footer_bottom p:last-child{
    color: white;
    margin-top: 5%;
    font-family: 'Pretendard-bold';
}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1.6%;
    padding-bottom: 0.8%;
    right: 0;
    opacity: 1 !important;
    ㅣㄷㄹㅅ: ㅅ;
    left: 0;
}


.contact_fixed {
    background: black !important;
}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1.6%;
    padding-bottom: 0.8%;
    right: 0;
    opacity: 0;
    margin-left: 0;
}

.contact_fixed_left_2 {
    left: 7.6%;
    width: 10%;
    bottom: 20%;
}

.contact_fixed_left_1 {
    margin-right: 14%;
    padding: 0.4% 2% 0.4% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    border-radius: 50px;
    background: #bf2121;
    color: white;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
    border-radius: 0;
}

.quick_agree {
    left: 61%;
    width: 10% !important;
    color: white;
}




.footer_vweb {
    bottom: 26%;
}
.footer {
    padding: 13% 5% !important;
    padding-bottom: 9% !important;
    margin-top: -6%;
}
.footer_01 {
    top: 41%;
    left: 88%;
    width: 6%;
}

.contact_fixed_left_1 {
    margin-right: 12%;
    padding: 0.4% 2% 0.4% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    border-radius: 50px;
    background: #bf2121;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
}
.contact_fixed_left_1_img{
    width: 100%;
}

.contact_fixed_left_2 {
    left: 2.6%;
    width: 11%;
    bottom: 26%;
}
.contact_fixed_left_4 {
    left: 15.5%;
    width: 15%;
    bottom: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_fixed_left_2 {
    left: 2.6%;
    width: 12%;
    bottom: 29%;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: black !important;
    color: unset !important;
}
.inputs > input {
    width: 32%;
    height: 100%;
    font-size: 0.55em;
    text-align: center;
    font-family: pretendard-regular;
    outline: none;
    border: 1px solid black !important;
    background: transparent;
    color: black !important;

}
.inputs > input::placeholder{
    color: black !important;
}
.inputs {
    left: 31.5%;
    width: 33%;
    height: 2vw !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_05{
    z-index: 1;
    top: -32%;
    width: 100%;
    pointer-events: none;
}



.footer_03_con{
    width: 100%;
    cursor: pointer;
}
.contact_fixed_left_4 {
    left: 16.2%;
    width: 14%;
    bottom: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quick_checkbox:checked {
    background: transparent;
}

.quick_checkbox:checked {
    background: transparent !important;
    border: 1px solid black !important;
    display: flex;
    outline: unset;
    justify-content: center;
    align-items: center;
}
.quick_checkbox {
    border: 1px solid black !important;
}



.footer_agree {
    color: white;
    font-family: 'Pretendard-Regular';
    font-size: 0.7vw;
    text-decoration: underline;
    left: 5%;
    bottom: 73%;
    cursor: pointer;
}


.contact_fixed_left_1 {
    margin-right: 8%;
    width: 8%;
    padding: 0.4% 2% 0.4% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    border-radius: 50px;
    background: #bf2121;
    color: white;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
}


.contact_fixed_left {
    background: #f3f2ea !important;
}


.contact_fixed{
    background: #982e38 !important;
}

.footer {
    margin-bottom: -2%;
}
.footer {
    background: black !important;
}

@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(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer_bottom p:nth-of-type(3) {
        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;
    }
    .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;
    }
    .footer_line {
        width: 100%;
        top: 58%;
    }
}
@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(3) {
        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(3) {
        font-size: 0.9em;
    }
}






.contact_fixed{
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1.6%;
    background: white;
    padding-bottom: 0.8%;
    transition: 0.6s all;
}
.quick_2{
    margin-right: 14%;
    width: 10.3%;
    animation: 1s blk infinite;
    cursor:pointer;
    z-index: 10001;
}
.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: 1px solid #0064DE;
}


.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;
}
.quick_logo {
    width: 11%;
    left: 9%;
    opacity: 1;
}

.inputs {
    left: 33%;
    width: 43%;
    height: 2.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.inputs > input::placeholder{
}
.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 {
    accent-color: #73a3fc;
    margin: 0 0.5% 0 3%;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.8vw;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
}




.quick_checkbox{
    margin-right: 2%;
    width: 0.9vw;
    height: 0.9vw;
    overflow: hidden;
    outline: 1px solid white;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.quick_checkbox:checked {
    background: #0063de;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.quick_checkbox:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images/quick_04.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.5%;
    width: 10%;
    animation: 1s blk infinite;
}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1.6%;
    padding-bottom: 0.8%;
    right: -100%;
    opacity: 0;
}
.inputs {
    left: 33%;
    width: 43%;
    height: 2.2vw;
    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: 92%;
}

.footer {
    display: flex;
    background: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 2% 5%;
    padding-bottom: 7%;
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    border-top: white solid 2px;
}
.footer_left{
    right: 7%;
    opacity: 1;
}
.quick_6_1{
    width: 6.3%;
    margin-bottom: -1%;
    transition: all 0.5s;
    rotate: 0deg;
}
.quick_6_2{
    width: 47%;
    margin-left: 5%;

}
.quick_6_1_rotate{
    rotate: 180deg;
}
.quick_6 {
    bottom: 0;
    left: 82.4%;
    width: 17.6%;
    z-index: 10001;
    transition: all 0.6s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #0063de;
}
.quick_6_1{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.quick_6_2{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 25%;
    margin-left: 5%;
}
.contact_fixed_left {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}
.inputs {
    left: 38%;
    width: 39%;
    height: 1.8vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inputs > input::placeholder{
    color: #0064DE;
}
.inputs {
    left: 31.5%;
    width: 33%;
    height: 1.8vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_1 {
    left: 23%;
    width: 7%;
    bottom: 13%;
}
.quick_agree {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 66.8%;
    top: 0;
    margin: 0;
    bottom: 0;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.8vw;
    color: #0064DE;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
}
.quick_agree {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 66.8%;
    top: 0;
    margin: 0;
    bottom: 0;
}
.footer{
    background: white;
}
.footer_bottom p{
}

.footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 11% 5%;
    padding-bottom: 12%;
    font-size: calc(1rem +((1vw - 0.48rem)* 1.3889));
    border-top: white solid 2px;
}
/*개인정보 처리 방침*/

.footer_01{
    top: 22%;
    left: 5%;
    width: 13%;
}
.footer_02{
    top: 22%;
    right: 5%;
    width: 6.5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quick_2 {
    margin-right: 10.5%;
    padding: 0.2% 0;
    width: 12% ;
    animation: 1s blk infinite;
}
.quick_6 {
    bottom: 0;
    right: 0;
    width: 15.6%;
    left: unset;
    z-index: 10001;
    transition: all 0.6s;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #0063de;
}
.quick_6_1 {
    width: 8.3%;
}
.quick_6_2 {
    width: 30%;
}
.quick_1 {
    left: 23%;
    width: 7%;
    bottom: 21%;
}
.quick_2 {
    width: 10%;
}
.footer_02 .absol{
    opacity: 0;
}
.footer{
    background: #10069f !important;
}
.footer{
    border-top: unset;
}
.footer_absol_2 img{
}
.footer_absol_2 img:hover{
    background: #0064de;
    border: 1px solid transparent;;
    opacity: 1;
    box-sizing: border-box;
}
.footer_02 {
    top: 20%;
    right: 5%;
    width: 8.5%;
}
.footer_bottom p{
    color: white !important;
}













/* quick */
.contact_service {
    background-color: #3a2f1d;
    object-fit: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: -0.1%;
    z-index: 111111111;
    padding: 0.5% 0% 0.5% 8%;
    box-sizing: border-box;
}
.quick_call_absol {
    width: 13.85%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5vw;
    /* font-size: 1vw;
    font-family: 'pretendard-light'; */
    margin-left: 0.5vw;
}
.quick_call_absol img {
    width: 94.5%;
}
/* .quick_call_absol span  {
    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;
    letter-spacing: 0.1vw;
    font-size: 1.5vw;
    color: #6bcdb2;
} */
.contact_mid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 41%;
    z-index: 1;
    font-family: 'Pretendard Variable';
    margin: 1.5% 0% 0% 0%;
}
.footer-form{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction: row;
    width: 100%;
}
.footer_input_form{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items:center;
    width: 100%;
}
.footer_input_form .footer_input {
    width: 12vw;
    height: 1.7vw;
    white-space: nowrap;
    font-size: 0.85vw;
    font-family: 'Pretendard Variable';
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 1vw;
    margin-right: 0.5%;
    border: none;
    outline: none;
}
.footer_input_form .footer_input::placeholder {
    font-weight: bold;
    font-family: 'Pretendard Variable';
    font-weight: 600;
    font-size: 0.8vw;
    text-align: center;
}
.footer_input_form .footer_input:focus::placeholder {
    opacity: 0;
}
.footer_input_form .footer_input:nth-child(2)::placeholder {
    padding: 0 1.8vw;
}
.footer_input_form .footer_input:nth-child(3)::placeholder {
    padding: 0 1.4vw;
}
.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;
    width: fit-content;
    /* white-space: nowrap; */
    /* margin-right: 1vw; */
    top: 13%;
    left: 60.7%;
}
.quickAgree_checkbox {
    /* position: absolute;
    left: 58%;
    top: 40%; */
    width: 0.9vw;
    height: 0.9vw;
    z-index: 1;
    appearance: none;
    background-color: transparent;
    scale: 1;
    outline: 0.05vw solid #ffffff;
    cursor: pointer;
}
.quickAgree_checkbox:checked::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    scale: 0.85;
}
.quickAgree_fornt{
    color: #ffffff;
    font-size: 0.8vw;
    /* width: 54.5%; */
    /* margin-bottom: 0.5%; */
    font-family: 'Pretendard Variable';
    font-weight: 300;
}
/* .quick_logo {
    left: 5.5%;
    top: 48%;
    transform: translateY(-50%);
    width: 12%;
    cursor: pointer;
} */
.footer_call{
    width: 17%;
    cursor: pointer;
}
.quick_submit_div {
    width: 11vw;
    cursor: pointer;
    z-index: 3;
    animation: blk 1s infinite ease-in-out;
    /* background-color: white; */
    color: #1541a2;
    /* border: 0.1vw solid #43464a; */
    text-align: center;
    font-size: 1.2vw;
    /* padding: 0.5vw 0; */
    font-family: 'Pretendard Variable';
    border-radius: 0.5vw;
    /* margin-left: 0.9vw; */
    font-weight: 900;
    margin-top: 1.4vw;
}
.quick_submit {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quick_submit img {
    width: 100%;
}
/* .quick_left_img {
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transform: rotate(-19deg);
    left: 5%;
    bottom: -17%;
}
.quick_left_img02 {
    transform: rotate(36deg);
    left: 55%;
    bottom: -18%;
}
.quick_left_img img {
    width: 100%;
} */

.quick_logo {
    width: 7.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 15%;
    bottom: 13%;
    cursor: pointer;
}
.quick_logo img {
    width: 100%;
}
.quick_02 {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1.5vw;
    margin-right: 1vw;
    margin-top: 0.5vw;

}
.quick_02 img {
    width: 100%;
}


/* quick */






.quick_agree {
    left: 61%;
}


.contact_service{
    background: white !important;
}

.quick_logo {
    width: 14.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 7%;
    bottom: 20%;
    cursor: pointer;
}



.footer_input_form .footer_input {
    width: 12vw;
    height: 2vw;
    border: 1px solid #10069f;
    white-space: nowrap;
    font-size: 0.85vw;
    font-family: 'GmarketSansMedium' !important;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0 1vw;
    margin-right: 0.5%;
    /* border: none; */
    outline: none;
}

.footer_input_form .footer_input::placeholder{
    font-family: 'GmarketSansMedium' !important;

    color: #10069f;
}


.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;
    width: fit-content;
    /* white-space: nowrap; */
    /* margin-right: 1vw; */
    top: 13%;
    left: 60.7%;
    bottom: unset;
    font-family: 'GmarketSansMedium' !important;

    color: #10069f;
}
.quickAgree_fornt{
    font-family: 'GmarketSansMedium' !important;

    color: #10069f;
}

.quickAgree_checkbox {
    width: 0.9vw;
    height: 0.9vw;
    z-index: 1;
    appearance: none;
    background-color: transparent;
    scale: 1;
    outline: 0.05vw solid #10069f;
    cursor: pointer;
}

.quickAgree_checkbox:checked::before {
    background-color: #10069f;
}

.quick_submit_div {
    width: 8.7vw;
    cursor: pointer;
    z-index: 3;
    animation: blk 1s infinite ease-in-out;
    /* background-color: white; */
    color: #1541a2;
    /* border: 0.1vw solid #43464a; */
    text-align: center;
    font-size: 1.2vw;
    /* padding: 0.5vw 0; */
    font-family: 'Pretendard Variable';
    border-radius: 0.5vw;
    /* margin-left: 0.9vw; */
    font-weight: 900;
    margin-top: 1.4vw;
}
.quick_logo {
    width: 12.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 11%;
    bottom: 14%;
    cursor: pointer;
}
.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;
    width: fit-content;
    /* white-space: nowrap; */
    /* margin-right: 1vw; */
    top: 13%;
    left: 61.7%;
    bottom: unset;
    font-family: 'GmarketSansMedium' !important;
    color: #10069f;
}

.quick_call_absol{
    margin-right: 7%;
}

.quick_logo {
    width: 11.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 9%;
    bottom: 14%;
    cursor: pointer;
}
.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;
    width: fit-content;
    /* white-space: nowrap; */
    /* margin-right: 1vw; */
    top: 13%;
    left: 58.7%;
    bottom: unset;
    font-family: 'GmarketSansMedium' !important;
    color: #10069f;
}
.contact_service {
    background-color: #3a2f1d;
    object-fit: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: -0.1%;
    z-index: 111111111;
    padding: 0.3% 0;
    padding: 0;
    box-sizing: border-box;
    padding: 0.3% 0;
}
.quick_call_absol {
    margin-right: -2%;
}
.quick_call_absol_2 img{
    width: 100%;
}
.contact_service{
    overflow: hidden;
}
.quick_call_absol_2{
    right: 3%;
    width: 12.4%;
    top: 0;
}
.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;
    width: fit-content;
    /* white-space: nowrap; */
    /* margin-right: 1vw; */
    top: 13%;
    left: 59.7%;
    bottom: unset;
    font-family: 'GmarketSansMedium' !important;
    color: #10069f;
}
.footer{
    background: black !important;
}
.footer_02 {
    top: 23%;
    right: 5%;
    width: 12.5%;
    font-size: 2vw;
}


.contact_service {
    position: fixed !important;
}

.contact_service {
    background: black !important;
    border-top: 2px solid white;
}


.quick_logo {
    width: 1.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 21%;
    bottom: 14%;
    cursor: pointer;
}


.contact_mid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 33%;
    z-index: 1;
    font-family: 'Pretendard Variable';
    margin: 1.5% 0% 0% 0%;
    margin-left: 25%;
}


.quick_submit_div {
    width: 8.7vw;
    cursor: pointer;
    z-index: 3;
    animation: blk 1s infinite ease-in-out;
    /* background-color: white; */
    color: white;
    /* border: 0.1vw solid #43464a; */
    text-align: center;
    font-size: 1.2vw;
    /* padding: 0.5vw 0; */
    font-family: 'Pretendard Variable';
    border-radius: 0.5vw;
    /* margin-left: 0.9vw; */
    font-weight: 900;
    margin-top: 1.4vw;
    background: #bf2121;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
}


.contact_fixed_left {
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    background: black !important;

}
.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;
    width: fit-content;
    /* white-space: nowrap; */
    /* margin-right: 1vw; */
    top: 33%;
    left: 65.7%;
    bottom: unset;
    font-family: 'GmarketSansMedium' !important;
    color: white;
}

.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.8vw;
    color: white;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
}

.quick_checkbox:checked {
    background: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}


.contact_fixed_left_4 {
    left: 16.5%;
    width: 13%;
    bottom: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.contact_fixed_left_4_ab{
    left: 33%;
    bottom: -27%;
    font-size: 1.7vw;
    white-space: nowrap;
}

.contact_fixed_left_4 {
    left: 16.5%;
    width: 13%;
    bottom: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inputs > input {
    width: 32%;
    height: 100%;
    font-size: 0.55em;
    text-align: center;
    font-family: pretendard-regular;
    outline: none;
    border: 1px solid white;
}
.inputs > input::placeholder{
    color: rgba(0, 0, 0, 0.32);
}
.contact_fixed {
    background: black !important;
    border-top: 2px solid white;
}

.footer_bottom p:last-child {
    color: white;
    margin-top: 1%;
    font-family: 'Pretendard-bold';
}


.footer {
    padding: 13% 5% !important;
    padding-bottom: 9% !important;
}

.footer_vweb {
    left: 5%;
    bottom: 25%;
    cursor: pointer;
    color: white;
    font-family: pretendard-regular;
    position: absolute;
    font-size: 12px;
}

.footer_vweb {
    left: 5%;
    bottom: 26%;
    cursor: pointer;
    color: white;
    font-family: pretendard-regular;
    position: absolute;
    font-size: 12px;
}
.footer_01 {
    top: 41%;
    left: 88%;
    width: 6%;
}
.footer {
    margin-bottom: 4%;
}

.quick_checkbox {
    margin-right: 2%;
    width: 0.9vw;
    height: 0.9vw;
    overflow: hidden;
    outline: unset;
    background: transparent;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.footer {
    padding: 4% 5% !important;
    padding-bottom: 9% !important;
}
.footer_01 {
    top: 32%;
    left: 88%;
    width: 6%;
}

.footer_vweb {
    left: 5%;
    bottom: 35%;
    cursor: pointer;
    color: white;
    font-family: pretendard-regular;
    position: absolute;
    font-size: 12px;
}
.footer_agree {
    color: white;
    font-family: 'Pretendard-Regular';
    font-size: 0.7vw;
    text-decoration: underline;
    left: 5%;
    bottom: 77%;
    cursor: pointer;
}
.footer_01 {
    top: 25%;
    left: 88%;
    width: 6%;
}



.contact_fixed {
    border-top: unset;
}
.contact_fixed_left {
    background: #f37f24 !important;
}
.contact_fixed_left_1 {
    margin-right: 8%;
    width: 10%;
    padding: 0;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    border-radius: 50px;
    background: #bf2121;
    color: white;
    margin-top: 0.3%;
    margin-bottom: 0;
    border-radius: 0;
    background: transparent;
}
.quick_agree {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5vw;
    width: fit-content;
    /* white-space: nowrap; */
    /* margin-right: 1vw; */
    top: unset;
    left: 70.7%;
    bottom: unset;
    font-family: 'GmarketSansMedium' !important;
    color: white;
}

.inputs {
    left: 36.5%;
    width: 33%;
    height: 1.8vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_fixed_left_4 {
    left: 24.5%;
    width: 10%;
    bottom: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact_fixed_left_2 {
    left: 9.6%;
    width: 13%;
    bottom: 29%;
}
.footer_05 {
    z-index: 1;
    top: unset;
    width: 9%;
    left: 1%;
    pointer-events: none;
}
.contact_fixed_left_5 {
    width: 26.5%;
    height: 100%;
    left: -3%;
    background: #f4f2e3;
    border-radius: unset;
}
.footer{
    margin-top: 0;
}
.footer{
    padding: 13% 5% !important;
    padding-bottom: 9% !important;
}
.footer_agree {
    color: white;
    font-family: 'Pretendard-Regular';
    font-size: 0.7vw;
    text-decoration: underline;
    left: 5%;
    bottom: 58%;
    cursor: pointer;
}
.footer_01 {
    top: 16%;
    left: 5%;
    width: 13%;
}
.footer_line {
    top: 34%;
    width: 100%;
    border-top: 1px solid rgb(163 163 163);
}




.footer_01 {
    top: 39%;
    left: unset;
    width: 4%;
    right: 9%;
}
.footer {
    padding: 7% 5% !important;
    padding-bottom: 9% !important;
}
.footer_vweb {
    left: 5%;
    bottom: 29%;
    cursor: pointer;
    color: white;
    font-family: pretendard-regular;
    position: absolute;
    font-size: 12px;
}
.footer_agree {
    color: white;
    font-family: 'Pretendard-Regular';
    font-size: 0.7vw;
    text-decoration: underline;
    left: 5%;
    bottom: 66%;
    cursor: pointer;
}
.footer_01 {
    top: 34%;
    left: unset;
    width: 4%;
    right: 9%;
}
.footer_line {
    top: 34%;
    width: 100%;
    display: none;
    border-top: 1px solid rgb(163 163 163);
}
.footer {
    background: #1c1712 !important;
}

.contact_fixed_left {
    background: white !important;
}
.contact_fixed_left_5 {
    width: 26.5%;
    height: 100%;
    left: -3%;
    background: white;
    border-radius: unset;
}
.contact_fixed_left_6{
    height: 100%;
}
.contact_fixed_left_2 {
    left: 10.6%;
    width: 12%;
    bottom: 0;
}
.footer_05 {
    z-index: 1;
    top: unset;
    width: 2%;
    left: 5%;
    pointer-events: none;
}
.quickAgree a {
    color: #00000080 !important;
}
.quick_checkbox{
    border-radius: unset;
}
.quick_checkbox:checked {
    background: white;
    border: none;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: unset;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.8vw;
    height: 0.8vw;
    border-radius: unset;
    position: absolute;
    background: #bf2121;
    color: unset !important;
}

.footer_bottom p {
    color: #ffffff7d !important;
}
.footer_agree {
    color: #ffffffa6 !important;
}

.contact_fixed_left {
    background: #f3f2ea !important;
}
.contact_fixed_left_5{
    display: none;
}

/*
    .contact_fixed_2nd  input::placeholder{
        color: white !important;
        font-size: 0.8vw;
    }

.inputs > input {
    font-size: 0.9vw;
}
.inputs > input::placeholder {
    font-size: 0.85vw;
}
*/
.contact_fixed_left {
    background: #f3f2ea !important;
    border-top: 1px solid #291e14;
}
.contact_fixed{
    background: #982e38 !important;
}

.contact_fixed_left{
    background: #982e38 !important;
}
.quickAgree a{
    color: white !important;
}
.footer_05 {
    height: 100%;
    width: unset !important;
    pointer-events: none;
    left: 0% !important;
}
.contact_fixed_left_2 {
    left: 10.6%;
    width: 12%;
    bottom: 0;
    z-index: 1;
}
.inputs > input {
    background: white;
}
.footer {
    margin-bottom: -2%;
}
.inputs > input {
    font-size: 0.45em;
}
.contact_fixed_left_1{
    text-align: center;
    padding: 0.5% 0 !important;
    border-radius: 0.4vw !important;
    background: var(--sc) !important;
}
.quickAgree a {
    color: black !important;
}
.contact_fixed_left {
    background: var(--mc) !important;
}
.contact_fixed_left_2 {
    left: 10.6%;
    width: 10%;
    bottom: 9%;
    z-index: 1;
}
.contact_fixed_left_4 {
    left: 22.5%;
    width: 1.7%;
    bottom: unset;
    display: flex
;
    justify-content: center;
    align-items: center;
    filter: brightness(0);
}
.contact_fixed_left_4_ab {
    left: 122%;
    bottom: unset;
    font-size: 2vw;
    white-space: nowrap;
}
.footer {
    background: black !important;
}
@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(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer_bottom p:nth-of-type(3) {
        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;
    }
    .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;
    }
    .quickAgree{
        white-space: nowrap;
    }
    .quick_agree {
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 34.8%;
        top: 75%;
    }

    .contact_fixed_left {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 2.6%;
        padding-bottom: 0.8%;
    }
    .quick_6 {
        bottom: 0;
        left: 79.4%;
        width: 20.6%;
        z-index: 10001;
        transition: all 0.6s;
        cursor: pointer;
    }
    .con2_2_absol{
        width: 50.7%;
        top: 15.5%;
    }
    .footer_line {
        width: 100%;
        top: 58%;
    }
    .quick_agree {
        width: 15%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 65.8%;
        top: 35%;
    }
    /*
        .inputs {
        left: 31.5%;
        width: 33%;
        height: 2.8vw;
        top: 26%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
        .quick_1 {
        left: 14%;
        width: 12%;
        bottom: 18%;
    }
    */
}
@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(3) {
        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;
    }

    .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%;
    }

    .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;
    }



    .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(4) {
        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(4) {
        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(4) {
        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(4) {
        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(4) {
        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(4) {
        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;
    }



    .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%;
    }

    .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%;
    }


    .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%;
    }


    .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: white;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        padding: 0;
        color: black;
    }

    .contact_fixed_left_6 {
        height: 100%;
        display: none;
    }
    .contact_fixed_left_2 {
        left: 4.6%;
        width: 26.6%;
        top: 8%;
        display: none;
    }

    .contact_fixed_left_2 {
        left: 4.6%;
        width: 26.6%;
        top: 8%;
        display: none;
    }

    .footer_05 {
        z-index: 1;
        top: 8%;
        width: 7%;
        pointer-events: none;
        display: flex
    ;
    }

    .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: 28%;
        text-align: center;
        margin-bottom: 1.5%;
        margin-top: unset;
        overflow: hidden;
        background: #c58e3b;
        border: 1px solid #74593f;
    }

    .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: 28%;
        text-align: center;
        margin-bottom: 1.5%;
        margin-top: unset;
        overflow: hidden;
        background: #c58e3b;
        border: 1px solid #74593f;
        height: 7.2vw;
        margin-bottom: 2.3%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        padding-top: 0;
    }
    .contact_fixed_left_1_img {
        width: 146%;
    }
    .contact_fixed_left_4 {
        left: 24.5%;
        color: white;
        top: 9%;
        bottom: unset;
        width: 34%;
        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;
        z-index: 2;
    }
    .footer_05 {
        z-index: 1;
        top: -12%;
        width: 12%;
        pointer-events: none;
        display: flex
    ;
    }
    .footer_01 {
        left: unset;
        right: unset;
        top: 14%;
        width: 11.4%;
    }
    .footer {
        padding: 14% 3% !important;
        padding-bottom: 26% !important;
    }
    .footer_01 {
        left: unset;
        right: unset;
        top: 12%;
        width: 10.4%;
    }
    .footer_agree {
        font-family: 'Pretendard-Regular';
        font-size: 2.1vw;
        text-decoration: underline;
        left: unset;
        bottom: 46%;
        cursor: pointer;
    }
    .footer_vweb {
        left: unset;
        bottom: 27%;
        font-size: 10px;
    }
    .contact_fixed  {
        overflow: hidden;
    }


    .footer_vweb {
        bottom: 28% !important;
    }

    .footer_bottom p {
        color: #ffffff7d !important;
    }
    .footer_agree {
        color: #ffffffa6 !important;
    }

    .contact_fixed_left {
        background: #f3f2ea !important;
    }

    .contact_fixed_left {
        background: #f3f2ea !important;
    }
    .footer_05 {
        z-index: 1;
        top: 3%;
        width: 6%;
        pointer-events: none;
        display: flex
    ;
    }

    .contact_fixed_left_4 {
        left: 14.5%;
        color: white;
        top: 9%;
        bottom: unset;
        width: 34%;
        height: unset;
        line-height: unset;
    }

    .footer_bottom p {
        color: #ffffff7d !important;
        font-size: 2.5vw !important;
    }

    .footer_bottom div {
        color: #ffffff7d !important;
        font-size: 2.5vw !important;

    }


    .footer_05{
        display: none;
    }
    .contact_fixed_left {
        background: #982e38 !important;
    }
    .contact_fixed_left_4 {
        left: 31.5%;
        color: white;
        top: 9%;
        bottom: unset;
        width: 34%;
        height: unset;
        line-height: unset;
    }
    .contact_fixed_left_2 {
        left: 1.6%;
        width: 26.6%;
        top: -27%;
        display: flex
    ;
    }

    .contact_fixed {
        overflow: unset;
    }
    .quick_checkbox{
        border-radius: unset !important;
    }

    .footer {
        margin-bottom: -3%;
    }

    .footer_01 {
        left: unset;
        right: unset;
        top: 12%;
        width: 14.4%;
    }
    .contact_fixed_left {
        background: var(--mc) !important;
    }
    .contact_fixed_left_1 {
        width: 29%;
    }
    .contact_fixed_left_2 {
        left: 1.6%;
        width: 26.6%;
        top: 6%;
        display: flex
    ;
    }
    .contact_fixed_left_4 {
        left: 31.5%;
        color: white;
        top: 9%;
        bottom: unset;
        width: 5%;
        height: unset;
        line-height: unset;
    }
    .contact_fixed_left_4_ab {
        left: 106%;
        bottom: unset;
        font-size: 5vw;
        white-space: nowrap;
    }
    .header_margin {
        margin-right: 0;
    }
    .tothetop {
        position: fixed;
        top: 80%;
        right: 3%;
        width: 11%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        z-index: 102;
    }

}