@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;
}
.mobile-pc{
    display: none;
}
.footer{
    display: flex;
    background: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 2% 5%;
    padding-bottom: 11%;
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
}
.quick_submit_div{
    cursor: pointer;
}
.footer_title{
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 200;
}
.footer_bottom{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
}
.footer_bottom p{
    color: #ffffff73;
    font-size: 0.5em;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 200;

}
.footer_bottom .footer_bottom_top_2nd p{
    color: #fff;
    /* font-size: 0.5em; */
    margin: 0

}
.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-size: 0.5em;
    margin-top: 1%;
}
.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 variable';
    font-weight: 300;
    font-size: 0.6em;
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
}
.ddm_logo{
    left: 0;
    max-width: 100%;
    width: 100% !important;
    margin-bottom: -24%;
}
.tel_logo2{
    margin-bottom: -7%;
}
.quick_m1{
    display: none;
}
.mobile_background{
    padding-bottom: 1.5%;
    padding-top: 0.7%;
    background: #911d1e;
}
.quick_3{
    margin-bottom: -9%;
}
/*개인정보 처리 방침*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 56%;
    border-radius: 30px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -2%;
    margin-right: -1%;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#policyWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 2000;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    text-align: center;
    border-radius: 5px
}
#policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 530px;
    margin: 0 auto;
    padding: 1px;
    text-align: left
}
#policy div.policy_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 75px;
    background-color: #b1b1b1;
    border-radius: 10px;
}
#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}
#policy div.policy_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    background: #9b9b9b;
    border-radius: 10px;
}
#policy p.policy_text {
    overflow-y: scroll;
    height: 400px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px
}
#policyLoader {
    padding-top: 10px
}
/*개인정보 처리 방침*/
.rltv{
    position: relative;
}
.absol{
    position: absolute;
}
.footer{
    background:white;
    padding: 0;
}
.footer_con{
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
    margin-top: 7%;
}
.footer_left{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 15vw;

}
.footer_right{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15vw;

    flex-direction: column;
    background: #3235cd;
}
.footer_con{
    color: white;
    text-align: center;
}
.footer_left_con_p{
    font-size: 2vw;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
}
.footer_left_con_p_2{
    font-size: 1vw;
    font-weight: 300;
    margin-top: 3%;
        font-family: "Bricolage Grotesque", sans-serif;
}

.footer_right_con_p{
    font-size: 2vw;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 800;
}
.footer_right_con_p_2{
    font-size: 1vw;
    font-weight: 300;
    margin-top: 3%;
        font-family: "Bricolage Grotesque", sans-serif;
}
.footer_mid{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 16.5%;
}
.footer_mid .absol{
    opacity: 0;
    transition: 0.3s all;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_mid:hover .absol{
    opacity: 1;
}
.acon1_53{
    transition: 0.3s all;
}
.footer_mid:hover .acon1_53{
    opacity: 0;
}
.acon1_53{
    width: 100%;
}
.acon1_53h{
    width: 100%;
}
.footer_left_absol {
    height: 101%;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: 0.3s all;
}
.footer_left_absol_right_bottom{
    bottom: 0;
    width: 50%;
    background: white;
    right: 0;
    height: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer_left_absol_right_bottom_top{
    color: #000;
    text-align: left;
    width: 70%;
    margin-bottom: 0.5vw;
}
.footer_left_absol_right_bottom_top_2nd{
    color: black;
    font-family: 'pretendard variable' ;
    font-weight: 400;
    font-size: 1.1vw;
    width: 70%;
    text-align: left;
    margin-top: 1%;
}
.footer_bottom{
    width: 85%;
    background: black;
    padding: 4% 6%;
    box-sizing: border-box;
}
.footer_bottom_top{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.407%;
    margin-bottom: 3%;
}
.footer_bottom_top_2nd{
    right: 8%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    width: 12%;
}
.footer_bottom_top_2nd_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-top: 0.8vw;
}
.footer_bottom_top_2nd_bottom_mid_line{
    width: 1px;
    height: 1vw;
    left: 62%;
    border-right: 1px solid #ffffff94;
    margin: 0 0.5vw;
}
.footer_bottom {
    width: 85%;
    background: black;
    padding: 4% 6%;
    box-sizing: border-box;
    padding-bottom: 10%;
}
.footer_right{
    z-index: 1;
    transition: 0.3s all;
}
.footer_left_con{
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #000000c9;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer_left{
    transition: 0.3s all;
}
.footer_left_con{
    transition: 0.3s all;
}
.footer_left_con_p_2 {
    font-size: 1vw;
    font-weight: 400;
    margin-top: 1%;
}
.footer_left:hover {
    opacity: 0;
    /*scale: 1.4;*/
    /*transform: translateX(15%);*/
    width: 100% !important;
}
.footer_left:hover + .footer_right{
    /*opacity: 0;*/
    width: 0;
}
.footer_left:hover .footer_left_absol{
    /*opacity: 0;*/
    width: 100%;
}
.footer_left:hover +.footer_right p{
    opacity: 0;
}

.footer_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    width: 16.5%;
    z-index: 4;
    background-color: #fff;
    padding: 1.5vw 0;
    border: 1px solid #000;
    color: #000;
    font-size: 1vw;
    transition: 0.3s;
}
.arrow_black{
    width: 1.9vw;
    margin-top: -0.3vw;
    transition: 0.3s;
}
.arrow_black img{
    width: 100%;
}
.footer_mid:hover{
    background-color: #000;
    color: #fff;
}
.footer_mid:hover .arrow_black{
    filter: brightness(1) invert(1);
}
.footer_left:hover ~ .footer_mid{
    opacity: 0;
}
.footer_left_absol img{
    width: 100%;
}
.footer_bottom img{
    width: 100%;
}
.footer_bottom_top_2nd img{
    width: 52.5% !important;
}
.footer_bottom {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'pretendard variable'  !important;
    font-weight: 300;
}
.footer_bottom p:nth-of-type(4) {
    color: #ffffff73;
    font-size: 0.5em;
    margin-top: 1%;
}

.quick_tel {
    color: #fff;
    left: 12%;
    top: 8%;
    font-size: 2.4vw;
    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: 10000;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 56%;
    border-radius: 30px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -2%;
    margin-right: -1%;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#policyWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 2000;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    text-align: center;
    border-radius: 5px
}
#policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 530px;
    margin: 0 auto;
    padding: 1px;
    text-align: left
}
#policy div.policy_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 75px;
    background-color: #b1b1b1;
    border-radius: 10px;
}
#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}
#policy div.policy_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    background: #9b9b9b;
    border-radius: 10px;
}
#policy p.policy_text {
    overflow-y: scroll;
    height: 400px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px
}
#policyLoader {
    padding-top: 10px
}
.footer_medals {
    width: 36%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    right: 5%;
    top: 13%;
}
.footer_line{
    width: 90%;
    border-bottom: 1px solid #8080808a;
    top: 32%;
}
.footer_call1{
    left: 5%;
    right: unset;
    width: 9.4%;
    top: 21%;
}
.footer_call2{
    right: 5%;
    top: 47%;
    width: 12%;
}
.footer_medals img{
    width: 11%;
}



.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;
    padding: 1vw 0 0.6vw 0;

}
.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 variable' ;
    font-weight: 400;
    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{
    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 variable' ;
    font-weight: 400;
    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;
    border: 1px solid #fff;
    appearance: none;
    border-radius: 50%;
}
.quick_checkbox:checked {

    display: flex;
    justify-content: center;
    align-items: center;

}
.quick_checkbox:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: white;
    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%;
}
.quick_agree {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 34.8%;
    top: 94%;
}
.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;
    bottom: -3%;
}
.inputs > input {
    width: 49%;
    height: 100%;
    font-size: 0.55em;
    text-align: center;
    font-family: 'pretendard variable' ;
    font-weight: 400;
    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 variable' ;
    font-weight: 400;
    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(/images/vweb_footer_check.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 variable' ;
    font-weight: 400;
    font-size: 0.85vw;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
}
.quick_checkbox {
    margin: 0;
    width: 1vw;
    height: 1vw;
    overflow: hidden;
    color: transparent;
    border: 1px solid #fff;
    background-color: transparent;
    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: start;
    font-family: 'pretendard variable' ;
    font-weight: 400;
    outline: none;
    border: none;
    border-right: 1px solid #3235cd;
    padding-left: 1vw;
    box-sizing: border-box;
}

.contact_fixed_left_3{
    left: 10%;
    font-family: VITRO_CORE_TTF;
    font-size: 1.7vw;
}
.contact_fixed_left_4{
    font-size: 1.7vw;
    font-family: VITRO_CORE_TTF;

    left: 19.5%;
    color: #891010;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.inputs {
    left: 33%;
    width: 32%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 70.4%;
    top: 122%;
}
.contact_fixed_left_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;
}
.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: #8646de;
    border-top: 1px solid white;
}
.contact_fixed_left_2 {
    left: 10.6%;
    width: 8.4%;
    bottom: -12%;
}

.footer_call1{
    right: 5%;
    width: 9.4%;
    top: 39%;
}

.contact_fixed_left_4 {
    left: 20.5%;
    width: 11%;
}
.footer_logo_2nd{
    top: 20%;
    left: 5%;
    width: 20.5%;
}
.contact_fixed_left_2 {
    left: 10.6%;
    width: 8.4%;
    bottom: 13%;
}

.quick_checkbox:checked::after {
    content: "";
    width: 0.6vw;
    height: 0.6vw;
    position: absolute;
    color: unset !important;
    content: "";

    position: absolute;
    background: #8646DE;
    border-radius: 50%;
    padding: 0%;
    box-sizing: border-box;
}
.contact_fixed.is-fixed {
    position: relative;
}

.footer_bottom_top_2nd_bottom {
    text-align: center;
    color: #fff !important;
}
.contact_fixed {
    background: #3235cd;
    border-top: unset;
}
.per_Infor_policy span{
    border-bottom: 1px solid white;
    cursor: pointer;
}
.contact_fixed_left_2 {
    left: 8.8%;
    top: 20%;
    width: 2.4%;
    bottom: unset;
}
.contact_fixed_left {
    padding-top: 0;
    padding-bottom: 0;
}
.contact_fixed_left_1 {
    margin-right: 10%;
    background: #000;
    padding: 1vw 4vw;
    font-size: 1.2vw;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: unset;
}
.quick_agree {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 55.5%;
    top: -13%;
    bottom: unset;
    margin-left: 0;
    margin-top: 0;
}



.inputs {
    left: 37%;
    width: 32%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inputs {
    left: 35%;
    width: 35%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_fixed_left_4 {
    left: 22.5%;
    width: 11%;
}
.contact_fixed_left_6{
    left: 23.2%;
    color: white;
    font-family: 'pretendard variable' ;
    font-weight: 300;
    font-size: 0.94vw;
    line-height: 1.3;
}
.contact_fixed_left_6 span{
        font-family: 'pretendard variable' ;
    font-weight: 500;
    
}

.inputs > input {
    font-size: 0.45em;
}
.quick_checkbox:checked {
    margin: 0;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.6vw;
    height: 0.6vw;
    position: absolute;
    content: "";
    background-color: #fff;

    position: absolute;
    border-radius: 50%;
    padding: 0%;
    box-sizing: border-box;
}
.inputs {
    left: 36.5%;
    width: 40%;
    height: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 2%;
}
.tothetop {
    width: 2.679%;
    top: -180%;
    right: 3%;
}
.tothetop img{
    width: 100%;
}

.insta {
    width: 3.675%;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}
.insta img{
    width: 100%;
}




.inputs > input::placeholder{
    font-size: 0.8vw !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{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 3.2vw;
        margin-bottom: 3vw;
    }
    .footer_bottom div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        color: #ffffff73;
        font-size: 0.5em;
    }
    .ddm_logo {
        left: 0;
        max-width: 100%;
        width: 100% !important;
        margin-bottom: -16%;
        margin-right: -63%;
    }
    .tel_logo{
        display: none;
    }
    .mobile_inputs {
    }
    .mobile_background {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding-top: 2%;
        padding-bottom: 3%;
    }
    .form-button2{
    }
    #contact-form{
        background: transparent !important;
    }
    #contact-form{
        width: 62% !important;
        margin-left: 9% !important;
    }
    .footer{
        font-size: 3vw;
    }

    .footer_bottom_top_2nd {
        right: 9%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        width: 12% !important;
    }
    .footer_bottom_top_2nd_bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 79%;
        margin-top: 5%;
        font-size: 3vw !important;
    }
    .footer_bottom_top_2nd {
        right: 4%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: column;
        width: 17% !important;
    }
    .footer_bottom_top_2nd_bottom_mid_line {
        height: 33%;
        position: absolute;
        left: 50%;
        border-right: 1px solid #ffffff94;
        width: 0 !important;
    }
    .footer_bottom_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 12.5% !important;
        margin-bottom: 3%;
    }
}
@media screen and (max-width: 599px) {
    .pc-mobile {
        display: none;
    }

    .mobile-pc {
        display: flex;
    }
    .footer {
        padding-bottom: 22%;
        padding-top: 5%;
    }
    .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 variable' ;
    font-weight: 400;
        font-size: 2.8vw;
        color: black;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    }



    .footer_con {
        color: white;
        text-align: center;
        flex-direction: column;
        width: 80%;
    }

    .footer_left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 30vw;
    }
    .footer_right {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 30vw;
    }

    .quick_tel {
        top: 5%;
        left: 3.5%;
        font-size: 6.4vw;
    }


    .footer_left_con_p {
    font-weight: 700;
        font-size: 4.4vw;
    }
    .footer_left_con_p_2 {
        font-size: 3.4vw;
    font-weight: 400;
        margin-top: 1%;
    }


    .footer_right_con_p {
    font-weight: 700;
        font-size: 4.4vw;
    }
    .footer_right_con_p_2 {
        font-size: 3.4vw;
    font-weight: 400;
        margin-top: 1%;
    }

    .footer_mid {
        display: flex;
        justify-content: center;
        align-items: center;
        width:45%;
        z-index: 4;
        font-size: 3.6vw;
        padding: 3vw 0;
    }
    .arrow_black {
        width: 8vw;
        margin-top: -0.5vw;
    }

    .footer_left:hover {
        opacity: 1;
        /* scale: 1.4; */
        /* transform: translateX(15%); */
        width: 0% !important;
    }

    .footer_left:hover  p{
        opacity: 0;
    }

    .footer_left_absol{

    }
    .footer_left_absol_right_bottom {
        bottom: 0;
        width: 100%;
        background: white;
        right: 0;
        height: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .footer_left_absol_right_bottom_top_2nd {
        color: black;
    font-family: 'pretendard variable' ;
    font-weight: 400;
        font-size: 3.1vw;
        width: 70%;
        text-align: center;
        margin-top: 1%;
    }
    .footer_left_absol_right_bottom_top {
        width: 43%;
        margin-left: 0;
    }
    .footer_bottom_top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 23.5% !important;
        margin-left: 37%;
        margin-bottom: 7%;
        margin-top: 6%;
    }

    .footer_bottom_top_2nd {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: row;
        width: 53% !important;
        bottom: 4%;
        left: 0%;
    }

    .footer_bottom_top_2nd_bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        width: 79%;
        margin-top: 0;
        font-size: 3vw !important;
        gap: 6vw;
    }
    .footer_bottom_top_2nd {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 100% !important;
        bottom: 12%;
        left: 0%;
        gap: 4vw;
    }
    .acon1_57{
        width: 45% !important;
    }
    .footer_con {
        color: white;
        text-align: center;
        flex-direction: column;
        width: 86%;
    }
    .footer_bottom {
        width: 86%;
    }
    .footer_bottom_top_2nd_bottom_mid_line {
        height: 2vw;
        left: 67%;
        background-color: #ffffff94;
        width: 1px !important;
    }
    .footer_bottom_top_2nd img {
        width: 28% !important;
    }
    .footer {
        padding-bottom: 6.5%;
        padding-top: 5%;
    }
    .acon1_53h{
    }

    
    
    
    
    .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 variable' ;
    font-weight: 400;
        font-size: 2.8vw;
        color: black;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    }

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

    .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 variable' ;
    font-weight: 400;
        font-size: 2.8vw;
        color: black;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    }

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

    .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 variable' ;
    font-weight: 400;
        font-size: 2.8vw;
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 3%;
    }

    .quick_2 {
        margin-right: 2%;
        width: 27%;
        animation: 1s blk infinite;
    }
    .inputs {
        left: 3%;
        width: 94%;
        height: 6.5vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        bottom: 8%;
    }
    .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 variable' ;
    font-weight: 400;
        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 variable' ;
    font-weight: 400;
        outline: none;
        border: none;
        border-right: 1px solid var(--main-blue);
    }
    .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 variable' ;
    font-weight: 400;
        font-size: 2.8vw;
        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_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%;
    }

    .quick_checkbox:checked::after {
        content: "";
        width: 2.4vw;
        height: 2.4vw;
        position: absolute;
        color: unset !important;
        content: "";

        position: absolute;
        border-radius: 50%;
        padding: 0%;
        box-sizing: border-box;
    }

    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 26.5%;
        color: white;
        top: 13%;
        width: 26%;
    }
    
    .contact_fixed_left_1 {
        margin-right: 3%;
        padding: 2% 5% 2% 5%;
        font-size: 3.4vw;
        white-space: nowrap;
        margin-bottom: 0.6%;
    }
    .contact_fixed_left_2 {
        left: 5.6%;
        width: 6.6%;
        top: 7%;
    }
        .contact_fixed_left_4 {
        font-size: 5vw;
        left: 42.5%;
        color: white;
        top: 13%;
        width: 26%;
    }
    
    .contact_fixed_left_6 {
    left: 14%;
    color: white;
    font-family: 'pretendard variable' ;
    font-weight: 300;
    font-size: 2.64vw;
    top: 5%;
}
        .quick_checkbox:checked::after {
        content: "";
        width: 2.4vw;
        height: 2.4vw;
        position: absolute;
        color: unset !important;
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 0%;
        box-sizing: border-box;
    }
    .contact_fixed_left_6{
        display: none;
    }
    .contact_fixed_left_2 {
        left: 5.6%;
        width: 5.6%;
        top: 12%;
        display: none;
    }
    .inputs > input {
        width: 33%;
    }
        .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 29.8%;
        top: 23%;
        color: white;
    }
    .contact_fixed_left_1 {
        margin-right: 0;
        padding: 2.5vw 5vw;
        margin-bottom: 10vw;
        margin-right: 3vw;
        font-size: 3.8vw;
        white-space: nowrap;
        margin-top: 0;
    }
    .contact_fixed_left {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-top: 0;
        margin-left: 0;
        padding-bottom: 0;
    }    
    .inputs {
        left: 3%;
        width: 94%;
        height: 6.5vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        bottom: 8%;
    }  
        .contact_fixed_left_4 {
        font-size: 5vw;
        left: 4.5%;
        color: white;
        top: 15%;
        width: 29%;
    }
    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 26%;
        top: 8%;
        color: white;
        margin: 0;
        gap: 1vw;
    }
    .quick_checkbox {
        margin-left: 0;
        width: 2.9vw;
        height: 2.9vw;
        overflow: hidden;
        color: transparent;
        border: 1px solid white;
        appearance: none;
        border-radius: 50%;
    }
    .footer_bottom {
    padding-bottom: 20%;
    margin-bottom: 15%;
}
    
    .footer_bg{
        margin-top: -33%;
    }   
    .inputs > input::placeholder{
    font-size: 2.8vw !important;
}
  .footer_bottom p {
        text-align: center;
    }

    .contact_fixed{
        padding-top: 2.5vw;
    }
    .footer_bottom p:nth-of-type(4){
        font-size: 3.2vw;
    }

    .tothetop {
        width: 10%;
        top: -83%;
        right: 3%;
    }

    .insta {
        width: 13%;
    }

    
}