*{
    box-sizing: unset;
}

.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none !important;
}
#bo_v >header{
    display: none;
}


@keyframes ddm_m {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(1.05, 0.01, 0.01, 1.05, 0, -15);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes ddm_m_reverse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: matrix(0.8, 0.01, 0.01, 0.8, 0, -5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes blk2 {
    0% {
        opacity: 0;
    }
    49%{
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.pc-inline{
    display: inline;
}
.tablet{
    display:none;
}
.mobile{
    display:none;
}
.pc{
    display: flex;
}
.pc-mobile{
    display: flex;
}
.mobile-pc{
    display: none;
}
.footer{
    display: flex;
    background: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 2% 5%;
    padding-bottom: 11%;
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
}
.footer_title{
    font-weight: 700;
    font-family: 'Pretendard-bold' !important;
}
.footer_bottom{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Pretendard-Regular';
}
.footer_bottom p{
    color: #ffffff73;
    font-size: 0.5em;

}
.footer_bottom p:nth-child(1){
}
.footer_bottom p:nth-child(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: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
}
.ddm_logo{
    left: 0;
    max-width: 100%;
    width: 100% !important;
    margin-bottom: -24%;
}
.tel_logo2{
    margin-bottom: -7%;
}
.quick_m1{
    display: none;
}
.mobile_background{
    padding-bottom: 1.5%;
    padding-top: 0.7%;
    background: #911d1e;
}
.quick_3{
    margin-bottom: -9%;
}
/*개인정보 처리 방침*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10000;
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 56%;
    border-radius: 30px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 33px;
    font-weight: bold;
    cursor: pointer;
    margin-top: -2%;
    margin-right: -1%;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#policyWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    z-index: 2000;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    text-align: center;
    border-radius: 5px
}
#policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 530px;
    margin: 0 auto;
    padding: 1px;
    text-align: left
}
#policy div.policy_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 75px;
    background-color: #b1b1b1;
    border-radius: 10px;
}
#policy div.policy_title h2 {
    font-weight: 700;
    font-size: 25px;
    color: #fff
}
#policy div.policy_con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    padding: 20px 0px 20px 0px;
    background: #9b9b9b;
    border-radius: 10px;
}
#policy p.policy_text {
    overflow-y: scroll;
    height: 400px;
    padding-right: 20px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px
}
#policyLoader {
    padding-top: 10px
}

.footer {
    display: flex;
    background: black;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 2% 5%;
    padding-bottom: 11%;
    font-size: calc(1rem +((1vw - 0.48rem)* 1.3889));
    padding-top: 8%;
}


.footer_bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: 'Pretendard-Regular';
}
.footer_bottom p {
    color: #ffffff73;
    font-size: 0.5em;
    text-align: center;
}
/*개인정보 처리 방침*/

.footer_logo{
    left: 21%;
    top: 6%;
    max-width: 11%;
}

.footer_tel{
    right: 21%;
    top: 6%;
    max-width: 9%;
}

.footer_line{
    top: 18%;
    width: 100%;
    border-top: 1px solid #808080bd;
}



















.contact_fixed{
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/images/quick_bg.png) no-repeat center / cover;

}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1.6%;
    margin-left: 2%;
    padding-bottom: 0.2%;
}
.quick_2{
    margin-right: 14%;
    width: 10.3%;
    animation: 1s blk infinite;
    cursor:pointer;
}
.inputs{
    left: 31.6%;
    width: 43%;
    height: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inputs > input{
    width: 32%;
    height: 100%;
    font-size: 0.55em;
    text-align: center;
    font-family: pretendard-regular;
    outline: none;
    border: none;
}
.inputs > input::placeholder{
}


.quick_1 {
    left: 21%;
    width: 11%;
    bottom: 13%;
}
.quick_1 > img{
    width: 100%;
}
.quick_agree {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 31.3%;
    top: 5%;
}
.quick_checkbox{
    width: 17px;
    height: 17px;
    background: white
}


.inputs {
    left: 33%;
    width: 43%;
    height: 2.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.inputs > input::placeholder{
    color: grey;
}
.quick_2{
    margin-right: 11.5%;
    width: 11.3%;
    animation: 1s blk infinite;
}
.quick_agree {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 34.8%;
    top: 85%;
}
.quick_checkbox {
    margin: 0 0.5% 0 3%;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.8vw;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
}




.quick_checkbox{
    margin-right: 0.3%;
    width: 0.9vw;
    height: 0.9vw;
    overflow: hidden;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.quick_checkbox:checked {
    background: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;

}
.quick_checkbox:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images2/con7_08.png) center / 86% no-repeat;
    color: unset !important;
}
.quick_logo {
    width: 9.5%;
    left: 11%;
    bottom: 21%;
}
.quick_1 {
    left: 22%;
    width: 10%;
    bottom: 13%;
}
.quick_2 {
    margin-right: 12%;
    width: 11%;
    animation: 1s blk infinite;
}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 1.3%;
    margin-left: 2%;
    padding-bottom: 0.2%;
}
.inputs {
    left: 33%;
    width: 43%;
    height: 2.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_agree {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 34.8%;
    top: 89%;
}
.quick_logo {
    width: 11%;
    left: 10%;
    bottom: 13%;
}
.quick_logo {
    width: 7%;
    left: 13%;
    bottom: 18%;
}
.quick_1 {
    left: 21%;
    width: 11%;
    bottom: 3%;
}
.quick_logo {
    width: 10%;
    left: 10%;
    bottom: 8%;
}
.quick_agree {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -4.8%;
    margin-top: -3.5%;
}
.footer_bottom p {
    color: #ffffff73;
    font-size: 0.8em;
    font-family: Pretendard-Regular;
}
.footer_bottom p:nth-of-type(3) {
    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(3){
    color: white;
    font-weight: 600;
    font-size: 0.5em;
    margin-top: 2%;
}
.quick_logo {
    width: 9%;
    left: 11%;
    bottom: 11%;
}
.quick_agree {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 37.4%;
    top: 85%;
}
.quick_1 {
    left: 21%;
    width: 11%;
    bottom: 1%;
}
.quick_logo {
    width: 6%;
    left: 13%;
    bottom: 11%;
}
.quick_1 {
    left: 20.2%;
    width: 12%;
    bottom: 3%;
}
.inputs {
    left: 35%;
    width: 27%;
    height: 2.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inputs > input {
    width: 49%;
    height: 100%;
    font-size: 0.55em;
    text-align: center;
    font-family: pretendard-regular;
    outline: none;
    border: none;
    border: #ff2F00 solid 1px;
}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0.6%;
    margin-left: 2%;
    padding-bottom: 0.5%;
}
.quick_agree{
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 67.4%;
    top: 119%;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 1.1vw;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
}
.quick_checkbox:checked::after {
    content: "";
    width: 1vw;
    height: 1vw;
    position: absolute;
    background: url(/images2/con7_08.png) center / 86% no-repeat;
    color: unset !important;
}
.quick_checkbox {
    margin-right: 0.3%;
    width: 1.3vw;
    height: 1.3vw;
    overflow: hidden;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.quick_1 {
    left: 25.2%;
    width: 9%;
    bottom: 9%;
}
.quick_logo {
    width: 6%;
    left: 9%;
    bottom: 11%;
}
.quick_1 {
    left: 25.2%;
    width: 9%;
    bottom: 18%;
}
.quick_02{
    left: 17%;
    bottom: 30%;
    width: 7%;
}
.quick_logo {
    width: 6%;
    left: 10%;
    bottom: 11%;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 68.4%;
    top: 111%;
}


.quick_2 {
    margin-right: 15%;
    width: 9%;
    animation: 1s blk infinite;
}
.quick_1 {
    left: 26.2%;
    width: 8%;
    bottom: 16%;
}
.quick_02 {
    left: 19%;
    bottom: 28%;
    width: 6.5%;
}
.quick_logo {
    width: 5%;
    left: 13%;
    bottom: 11%;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 67.4%;
    top: 120%;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.9vw;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-left: 3%;
}
.quick_checkbox {
    margin-right: 0.3%;
    width: 1.1vw;
    height: 1.1vw;
    overflow: hidden;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.quick_2 {
    margin-right: 17%;
    width: 9%;
    animation: 1s blk infinite;
}
.inputs {
    left: 36%;
    width: 25%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_1 {
    left: 20.2%;
    width: 8%;
    bottom: 16%;
}
.inputs {
    left: 30%;
    width: 32%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 67.4%;
    top: 133%;
}
.footer_bottom_absol{
    color: white !important;
    top: -139%;
    font-size: 2.4vw !important;
    width: 100%;
    border-bottom: 1px solid #ffffff99 !important;
    padding-bottom: 2%;
    font-family: GmarketSansBold !important;
    font-style: italic;
}
.contact_fixed {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/images/quick_bg.png) no-repeat center / cover;
    background: #806650;
}
.inputs > input {
    width: 49%;
    height: 100%;
    font-size: 0.55em;
    text-align: center;
    font-family: pretendard-regular;
    outline: none;
    border: none;
    border: #d1d1d1 solid 1px;
}
.contact_fixed_left_1 {
    margin-right: 16%;
    background: #891010;
    padding: 1% 2% 1% 2%;
    cursor: pointer;
    font-family: GongGothicMedium !important;
}
.contact_fixed_left_3{
    left: 10%;
    font-family: VITRO_CORE_TTF;
    font-size: 1.7vw;
}
.contact_fixed_left_4{
    font-size: 1.7vw;
    font-family: VITRO_CORE_TTF;

    left: 19.5%;
    color: #891010;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.inputs {
    left: 33%;
    width: 32%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 70.4%;
    top: 122%;
}
.contact_fixed_left_1 {
    margin-right: 13%;
    background: #891010;
    padding: 1% 2% 1% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
}
.contact_fixed_left_2{
    left: 5.6%;
    width: 3.4%;
}
.contact_fixed_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0.3%;
    margin-left: 2%;
    padding-bottom: 0.4%;
}
.contact_fixed_left_5 {
    width: 35%;
    height: 100%;
    left: -3%;
}
.contact_fixed_left {
    padding-top: 0.3%;
    padding-bottom: 0.3%;
}

.contact_fixed_left_5 {
    width: 35.5%;
    height: 100%;
    left: -3%;
    border-radius: 0 50px 50px 0;
}
.contact_fixed_left_1 {
    border-radius: 50px;
}
.main_top_5th_2 {
    font-family: suit-regular;
}
.footer_bottom p {
    width: 39%;
    margin-bottom: 0.5%;
    width: 100%;
}
.contact_fixed_left_4 {
    font-size: 1.7vw;
    font-family: VITRO_CORE_TTF;
    left: 20.5%;
    color: #891010;
}
.contact_fixed_left_3 {
    left: 12%;
    font-family: VITRO_CORE_TTF;
    font-size: 1.7vw;
}
.contact_fixed_left_2 {
    left: 7.6%;
    width: 3.4%;
}
.contact_fixed {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e9402d;
}
.contact_fixed_left_1 {
    margin-right: 13%;
    background: black;
    padding: 1% 2% 1% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #e9402d;
}
.contact_fixed_left_2 {
    left: 10.6%;
    width: 8.4%;
    bottom: -12%;
}
.footer{
    padding-bottom: 12%;
}
.footer_call1{
    right: 5%;
    width: 9.4%;
    top: 39%;
}
.footer_bottom p{
    color: #ffffffcf;
    font-size: 0.5em;

}
.contact_fixed_left_4 {
    left: 20.5%;
    width: 11%;
}
.contact_fixed_left_2 {
    left: 10.6%;
    width: 8.4%;
    bottom: 24%;
}
.contact_fixed_left_4 {
    left: 78.5%;
    width: 11%;
}
.inputs {
    left: 21%;
    width: 32%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 58.4%;
    top: 122%;
}
.contact_fixed_left_1 {
    margin-right: 25%;
    background: black;
    padding: 1% 2% 1% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #e9402d;
}
.contact_fixed_left_3 {
    left: 0%;
    font-family: VITRO_CORE_TTF;
    font-size: 1.7vw;
    width: 13%;
    bottom: -48%;
}
.contact_fixed.is-fixed {
    position: relative;
}

.contact_fixed_left_1 {
    margin-right: 25%;
    background: black;
    padding: 1% 2% 1% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #8c2227;
    border-radius: unset;
}
.contact_fixed {
    background: #8c2227;
}
.contact_fixed_left_4 {
    left: 83.5%;
    width: 11%;
}
.contact_fixed_left_1 {
    margin-right: 19%;
    background: black;
    padding: 1% 2% 1% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #8c2227;
    border-radius: unset;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 63.4%;
    top: 122%;
}
.inputs {
    left: 26%;
    width: 32%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact_fixed_left_2 {
    left: 16.6%;
    width: 8%;
    bottom: 21%;
}
.contact_fixed_left_3 {
    left: 5%;
    font-family: VITRO_CORE_TTF;
    font-size: 1.7vw;
    width: 10%;
    bottom: -1%;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #c9252b;
    color: unset !important;
    border-radius: 50%;
}
.footer {
    padding: 10% 5%;
}

.contact_fixed_left_4 {
    left: 78.5%;
    width: 11%;
}
.contact_fixed_left_1 {
    margin-right: 26%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #c9252b;
    border-radius: unset;
    margin-top: 1.6%;
}

.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 68.8%;
    top: 83%;
}

.contact_fixed {
    background: #c9252b;
}

.quick_checkbox {
    border-radius: 0;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #c9252b;
    color: unset !important;
    border-radius: 0;
}
.inputs {
    left: 26%;
    width: 37%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 8%;
}
.contact_fixed_left_2 {
    left: 15.6%;
    width: 9%;
    bottom: 5%;
}
.contact_fixed_left_4 {
    left: 75.5%;
    width: 15%;
}
.footer {
    padding: 10% 5%;
    padding-top: 5%;
}

.contact_fixed_left_2{
    left: -0.4%;
    width: 10%;
    bottom: 0;
}
.contact_fixed_left_2_2nd{
    left: 10.6%;
    width: 15%;
    bottom: 27%;
}
.contact_fixed_left_4 {
    left: 75.5%;
    width: 12%;
}

.inputs {
    left: 28%;
    width: 37%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 8%;
}
.contact_fixed_left_1 {
    margin-right: 24%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #c9252b;
    border-radius: unset;
    margin-top: 1.6%;
}
.contact_fixed_left_4 {
    left: 77.5%;
    width: 12%;
    bottom: 15%;
}
.contact_fixed_left_2_2nd {
    left: 12.6%;
    width: 15%;
    bottom: 31%;
}
.contact_fixed_left_2 {
    left: 2.6%;
    width: 10%;
    bottom: 0;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 70.5%;
    top: 83%;
}

.footer_insta{
    width: 2%;
    right: 3%;
    top: 2%;
}

.contact_fixed_left_1 {
    margin-right: 24%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #c9252b;
    border-radius: unset;
    margin-top: 0%;
}

.contact_fixed_left_1 {
    margin-right: 24%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: #c9252b;
    border-radius: unset;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
}

.contact_fixed_left_4 {
    left: 76.9%;
    width: 9%;
    bottom: 52%;
}
.quick_agree {
    width: 12%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 81.2%;
    top: 150%;
}

.contact_fixed_left_2_2nd {
    left: 14.6%;
    width: 12%;
    bottom: 25%;
}

.inputs {
    left: 28%;
    width: 37%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 20%;
}

.contact_fixed_left_2_2nd {
    left: 14.6%;
    width: 12%;
    bottom: 34%;
}

.contact_fixed_left_1 {
    margin-right: 24%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: white;
    border-radius: unset;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
    text-align: center;
    background: transparent;
    border: 2px solid white;
}

.contact_fixed {
    background: #ff490e;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #ff490e;
    color: unset !important;
    border-radius: 0;
}
.contact_fixed_left_2_2nd {
    left: 20.6%;
    width: 6%;
    bottom: 23%;
}
.footer_logo {
    left: unset;
    top: 15%;
    max-width: 11%;
}
.footer {
    padding: 10% 5%;
    padding-top: 8%;
}

.footer_vweb {
    bottom: 30%;
    cursor: pointer;
    color: white;
    font-family: pretendard-regular;
    position: absolute;
    font-size: 12px;
}


.contact_fixed_left_2_3rd{
    bottom: -33%;
    left: -3%;
    width: 12%;
}

.contact_fixed {
    background: #be1011;
}

.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #be1011;
    color: unset !important;
    border-radius: 0;
}
.contact_fixed_left_2_2nd {
    left: 18.4%;
    width: 9%;
    bottom: 23%;
}
.contact_fixed_left_2_3rd {
    bottom: 0%;
    left: 5.4%;
    width: 12%;
}
.contact_fixed_left_4 {
    left: 76.9%;
    width: 10%;
    bottom: 57%;
}
.quick_agree {
    width: 12%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    left: 81.2%;
    top: 144%;
}

.footer_bottom p {
    color: #ffffff73;
    font-size: 0.5em;
    text-align: left;
    padding-left: 13%;
}

.footer_vweb {
    left: 11%;
    bottom: 36%;
    cursor: pointer;
    color: white;
    font-family: pretendard-regular;
    position: absolute;
    font-size: 12px;
}
.footer_logo {
    left: 11%;
    top: 11%;
    max-width: 11%;
}
.footer_line {
    top: 26%;
    width: 79%;
    border-top: 1px solid #808080bd;
}
.footer_tel {
    right: 11%;
    top: 13%;
    max-width: 14%;
}
.footer_vweb{
    left: 11%;
}
.contact_fixed_left_2_3rd {
    bottom: 0%;
    left: 5.4%;
    max-width: 13%;
}
.contact_fixed_left_4 {
    left: 65.9%;
    width: 8.8%;
    bottom: 57%;
}
.quick_agree {
    width: 12%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    left: 70.2%;
    top: 144%;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #f08200;
    color: unset !important;
    border-radius: 0;
}
.contact_fixed_left_1 {
    margin-right: 13%;
    background: black;
    padding: 0.6% 2% 0.6% 2%;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: white;
    border-radius: unset;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
    text-align: center;
    border-radius: 0.3vw;
    background: transparent;
    border: 2px solid white;
}
.contact_fixed_left_2_3rd {
    bottom: 0%;
    left: 13.4%;
    max-width: 13%;
}
.contact_fixed {
    background: #f08200 !important;
}
.absol contact_fixed_left_2_4th {
    height: 100%;
}

.footer {
    padding: 10% 5%;
    padding-top: 10%;
}
.footer_line {
    top: 30%;
    width: 100%;
    border-top: 1px solid #808080bd;
}
.footer_logo {
    left: 11%;
    top: 12%;
    max-width: 11%;
}
.footer_line_prv{
    top: 37%;
    color: white;
    text-decoration: underline;
    color: #ffffff73;
    right: 7%;
}
.footer{
    background: #002c46;
}

.contact_fixed_left{
    background: #cb1f39;
}

.contact_fixed_left_2_3rd {
    bottom: 11%;
    left: 13.4%;
    max-width: 13%;
}
.contact_fixed_left {
    padding-top: 0.3%;
    padding-bottom: 0.3%;
}

.contact_fixed {
    background: #cb1f39 !important;
    border-top: 2px solid white;
}.quick_checkbox:checked::after {
     content: "";
     width: 0.7vw;
     height: 0.7vw;
     position: absolute;
     background: #cb1f39;
     color: unset !important;
     border-radius: 0;
 }
.quick_02{
    width: 100% ;
}


.contact_fixed_left_1 {
    margin-right: 13%;
    background: black;
    padding: 0;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: white;
    border-radius: unset;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
    text-align: center;
    border-radius: 0.3vw;
    background: transparent;
    border: unset;
    margin-top: 1%;
    width: 12%;
}


.contact_fixed_left_1 {
    margin-right: 13%;
    background: black;
    padding: 0;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: white;
    border-radius: unset;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
    text-align: center;
    border-radius: 0.3vw;
    background: transparent;
    border: unset;
    margin-top: 1%;
    margin-bottom: -0.4%;
    width: 12%;
    margin-right: 23%;
}
.inputs {
    left: 28%;
    width: 37%;
    height: 1.85vw;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    bottom: 24%;
}

.contact_fixed_left_1 {
    margin-right: 13%;
    background: black;
    padding: 0;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: white;
    border-radius: unset;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
    text-align: center;
    border-radius: 0.3vw;
    background: transparent;
    border: unset;
    margin-top: 1.7%;
    margin-bottom: -0.4%;
    width: 12%;
    margin-right: 23%;
}
.inputs > input {
    width: 49%;
    height: 100%;
    font-size: 0.55em;
    text-align: center;
    font-family: pretendard-regular;
    outline: none;
    border: none;
    border: black solid 1px;
}
.inputs {
    left: 28%;
    width: 37%;
    height: 1.9vw;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    bottom: 9%;
}
.contact_fixed_left_4 {
    left: 78.9%;
    width: 13.8%;
    bottom: 19%;
    filter: unset;
}
.quick_agree {
    width: 12%;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    left: 70.2%;
    top: 88%;
}
.contact_fixed_left_2_3rd {
    bottom: 11%;
    left: 14.4%;
    max-width: 13%;
}

.quick_agree {
    left: 70.2%;
    top: 91%;
}

.footer_logo_2nd{
    right: 5%;
    top: 13%;
    width: 16%;
}
.footer_logo {
    left: 11%;
    top: 11%;
    max-width: 8%;
}
.footer {
    background: black;
}
.contact_fixed_left {
    background: #a33d00;
}
.contact_fixed {
    background: #a33d00 !important;
    border-top: 2px solid white;
}
.contact_fixed_left_2_3rd {
    bottom: 11%;
    left: 18.4%;
    max-width: 8%;
}
.quick_checkbox:checked::after {
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    position: absolute;
    background: #a33d00;
    color: unset !important;
    border-radius: 0;
}
.contact_fixed_left_1 {
    margin-right: 13%;
    background: black;
    padding: 0;
    font-family: pretendard-bold;
    font-size: 1.1vw;
    color: white;
    border-radius: unset;
    margin-top: 0.3%;
    margin-bottom: 0.3%;
    text-align: center;
    border-radius: 0.3vw;
    background: transparent;
    border: unset;
    margin-top: 1.7%;
    margin-bottom: -0.3%;
    width: 13%;
    margin-right: 21.5%;
}
.contact_fixed_left_4 {
    left: 79.9%;
    width: 12.8%;
    bottom: 19%;
    filter: unset;
}
.footer_vweb {
    left: 10.7% !important;
}
.con13_15 {
    margin-top: -7%;
}
.footer_logo {
    left: 11%;
    top: 13%;
    max-width: 9%;
}
.footer_sns{
    width: 9% !important;
    justify-content: space-between !important;
    top: 15%;
    right: 7%;
    align-items: flex-end !important;
}
.footer_sns_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10.2%;
}
.footer_sns_2{
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 19%;
}
.footer_sns_3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19%;
}
.footer_sns  div{
     transition: 0.3s all;
}
.footer_sns > div .absol{
    opacity: 0;
}
.footer_sns > div:hover .absol{
    opacity: 1;
}
.footer_sns img{
    width: 100%;
}
.con7_next{
    z-index: 11 !important; 
}
.con7_prev{
    z-index: 11 !important; 
    
}

.floating_div{
    border: 1px solid #dad4cc !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;
        font-size: 0.5em;
    }
    .ddm_logo {
        left: 0;
        max-width: 100%;
        width: 100% !important;
        margin-bottom: -16%;
        margin-right: -63%;
    }
    .tel_logo{
        display: none;
    }
    .mobile_inputs {
    }
    .mobile_background {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        width: 100%;
        padding-top: 2%;
        padding-bottom: 3%;
    }
    .form-button2{
    }
    #contact-form{
        background: transparent !important;
    }
    #contact-form{
        width: 62% !important;
        margin-left: 9% !important;
    }
    .footer{
        font-size: 3vw;
    }

}
@media screen and (max-width: 599px) {
    .pc-mobile {
        display: none;
    }

    .mobile-pc {
        display: flex !important;
    }
    .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;
    }

    .footer {
        padding-bottom: 26%;
        padding-top: 19%;
    }
    .footer_bottom div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #ffffff73;
        font-size: 0.5em;
        color: #ffffffcf;
    }
    .footer_logo {
        left: 13%;
        top: 6%;
        max-width: 28%;
    }
    .footer_tel {
        right: 14%;
        top: 7%;
        max-width: 26%;
    }



    .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%;
    }
    .contact_fixed_left_2 {
        left: 4.6%;
        width: 19.6%;
        top: 8%;
    }

    .contact_fixed_left_4 {
        font-size: 5vw;
        left: 32.5%;
        color: white;
        top: 18%;
        width: 36%;
    }
    .quick_checkbox:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
    }

    .contact_fixed_left_2 {
        left: 4.6%;
        width: 23.6%;
        top: 14%;
    }
    .contact_fixed_left_4 {
        font-size: 4vw;
        left: 30.5%;
        color: white;
        top: 21%;
        width: 34%;
    }

    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 63.8%;
        top: 25%;
        color: white;
    }
    .quick_checkbox:checked::after {
        content: "";
        width: 2vw;
        height: 2vw;
        position: absolute;
        color: unset !important;
        border-radius: 50%;
    }
    .contact_fixed_left_2_2nd {
        left: 12.6%;
        width: 70%;
        bottom: 30%;
        display: none;
    }

    .contact_fixed_left_1 {
        margin-right: 3%;
        padding: 2% 4% 2% 3%;
        font-size: 3.4vw;
        white-space: nowrap;
        margin-bottom: 1.6%;
    }
    .inputs {
        left: 5%;
        width: 64%;
        height: 8.5vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        bottom: 12%;
    }
    .inputs > input {
        width: 32%;
        height: 100%;
        font-size: 3vw;
        text-align: center;
        font-family: pretendard-regular;
        outline: none;
        border: none;
    }
    .contact_fixed_left_4 {
        font-size: 4vw;
        left: 33.5%;
        color: white;
        top: 13%;
        width: 34%;
    }
    .contact_fixed_left_2_2nd {
        left: 3.6%;
        width: 29%;
        bottom: 69%;
        display: flex;
    }
    .contact_fixed_left_4 {
        font-size: 4vw;
        left: 38.5%;
        color: white;
        top: 13%;
        width: 30%;
    }
    .contact_fixed_left_2_2nd {
        left: 4.6%;
        width: 31%;
        bottom: 68%;
        display: flex;
    }
    .footer {
        padding-bottom: 28%;
        padding-top: 23%;
    }
    .footer_bottom div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        color: #ffffff73;
        font-size: 3.3vw;
        color: #ffffffcf;
        line-height: 6vw;
    }

    .pc-mobile {
        display: none !important;
    }
    .mobile-pc {
        display: flex !important;
    }

    .contact_fixed_left_2_2nd {
        left: 6.6%;
        width: 15%;
        bottom: 64%;
        display: flex;
    }

    .inputs > input::placeholder{
        font-size: 3vw;
    }

    .footer_logo {
        left: unset;
        top: 11%;
        max-width: 17%;
    }

    .contact_fixed_left_4{
        font-size: 4vw;
        left: 25.5%;
        color: white;
        top: 10%;
        width: 37%;
        animation: blk 1s infinite;
    }

    .footer {
        padding-bottom: 39%;
        padding-top: 26%;
    }
    .contact_fixed_left_2_3rd {
        bottom: 0%;
        left: 5.4%;
        width: 44%;
        display: none;
    }
    .contact_fixed_left_2_2nd {
        left: 5.6%;
        width: 18%;
        bottom: 66%;
        display: flex;
    }
    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 63.8%;
        top: 22%;
        color: white;
    }
    .footer_bottom p {
        font-size: 0.75em;
    }
    .footer_bottom p {
        color: #ffffff73;
        text-align: left;
        padding-left: 0;
    }
    .footer_bottom div {
        font-size: 0.75em;
        color: #ffffff73 !important;
    }
    .footer_logo {
        left: unset;
        top: 15%;
        max-width: 20%;
    }
    .footer_tel {
        right: 14%;
        top: 6%;
        max-width: 28%;
    }
    .footer_bottom p:nth-of-type(3) {
        font-size: 0.75em;
    }
    .contact_fixed_left_2_4th{
        display: none;
    }
    .contact_fixed_left_2_3rd {
        bottom: 0%;
        left: -2.6%;
        width: 31%;
        display: unset;
        bottom: 43%;
        max-width: unset;
    }
    .inputs {
        left: 5%;
        width: 62%;
        height: 8.5vw;
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        bottom: 13%;
    }
    .contact_fixed_left_1 {
        margin-right: 3%;
        padding: 2% 4% 2% 3%;
        font-size: 3.4vw;
        white-space: nowrap;
        margin-bottom: 1.6%;
        box-sizing: border-box;
    }
    .contact_fixed_left_4 {
        font-size: 4vw;
        left: 31.5%;
        color: white;
        top: 10%;
        width: 34%;
        animation: blk 1s infinite;
    }

    .footer {
        padding-bottom: 41%;
        padding-top: 42%;
    }
    .footer_vweb {
        left: unset;
        bottom: 34%;
    }
    .footer_line {
        top: 34%;
        width: 79%;
        border-top: 1px solid #808080bd;
    }
    .footer_tel {
        right: unset;
        top: 24%;
        max-width: 32%;
    }
    .footer_logo {
        left: unset;
        top: 15%;
        max-width: 24%;
    }
    .footer_vweb {
        left: unset;
        bottom: 34%;
    }



    .footer_vweb {
        left: unset;
        bottom: 33% !important;
    }

    .contact_fixed_left_1 {
        margin-right: 2%;
        padding: 0;
        font-size: 3.4vw;
        white-space: nowrap;
        margin-bottom: 1.6%;
        box-sizing: border-box;
        width: 29%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        background: #ffc300;
        border: 1px solid #413009;
        height: 6.8vw;
        overflow: hidden;
    }
    .quick_02 {
        width: 130%;
    }
    .inputs {
        left: 5%;
        width: 62%;
        height: 6.8vw;
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        bottom: 13%;
    }

    .contact_fixed_left_2_3rd {
        bottom: 0%;
        left: 4.4%;
        width: 26%;
        display: unset;
        bottom: 55%;
        max-width: unset;
    }
    .contact_fixed_left_4 {
        font-size: 4vw;
        left: 32.5%;
        color: white;
        top: 12%;
        width: 30%;
        animation: blk 1s infinite;
    }

    .footer_logo {
        left: unset;
        top: 10%;
        max-width: 44%;
    }
    .footer_line_prv {
        top: 26%;
        color: white;
        text-decoration: underline;
        color: #ffffff73;
        right: unset;
    }
    .con2 {
        overflow: hidden;
    }
    .con3_con_item_ct {
        letter-spacing: -0.3vw;
        font-size: 8.6vw;
        bottom: 48%;
        right: 30%;
    }
    .con4_con_top_2nd {
        width: 89.7165%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 5%;
    }

    .con8_scr .scrX_item {
        width: 400%;
    }
    .con8_scr .scrX_item_absol {
        right: -400%;
        width: 400%;
    }
    .con18_top {
        width: 30.1286%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 16%;
        margin-left: -55%;
    }
    .con18_top_2nd {
        width: 29.8661%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 2.5%;
        margin-left: -35%;
    }
    .tothetop {
        right: -5% !important;
        top: unset !important;
        width: 31%;
        bottom: 13%;
    }
    .contact_fixed_left_1 {
        margin-right: 2%;
        padding: 0;
        font-size: 3.4vw;
        white-space: nowrap;
        margin-bottom: 1.6%;
        box-sizing: border-box;
        width: 29%;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        background: #1e381f;
        border: 1px solid #413009;
        height: 7vw;
        overflow: hidden;
    }
    .contact_fixed_left_2_3rd {
        bottom: 0%;
        left: 5.4%;
        width: 19%;
        display: unset;
        bottom: 55%;
        max-width: unset;
    }
    .footer_logo {
        left: unset;
        top: 10%;
        max-width: 29%;
    }
    .footer_logo_2nd {
        right: 5%;
        top: 13%;
        width: 16%;
        display: none;
    }
    .footer_vweb {
        left: unset !important;
    }


    .tothetop {
        right: -13% !important;
        top: unset !important;
        width: 31%;
        bottom: 11%;
    }
    .footer_sns {
        width: 29% !important;
        justify-content: space-between !important;
        top: 76%;
        right: unset;
        align-items: flex-end !important;
    }
    .footer_logo {
        left: unset;
        top: 11%;
        max-width: 32%;
    }
    header .pc-mobile{
        display: none !important;
    }
    .header_top.pc-mobile{
        display: none !important;
        
    }
    header .mobile-pc{
        display: flex !important;
    }
    .nav_mobile.mobile-pc{
        display: flex !important;
        
    }
    .header_tel.mobile-pc{
        display: flex !important;
        
    }
    
    .nav_mobile a{
        color: black ;
    }
    
    .header_tel_1_2nd {
        background: #d71921;
        color: white !important;
        border-radius: 50px;
        height: 9vw;
    }
    .con7_next{
        width: 12vw !important;
        height: 12vw !important;        
    }
    .con7_prev{
        width: 12vw !important;
        height: 12vw !important;        
    }
    .con7_next_ab{
        scale: 0.8;
    }
    .con7_prev_ab{
        scale: 0.8;
    }
    
    .floating_div{
    border: 1px solid #dad4cc !important;
}

}