@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{
    background: #091535;
    padding-top: 0;
    padding: 0;
    padding-bottom: 6%;
}
.footer_top {
    justify-content: space-between;
    color: white;
    font-family: Pretendard-regular;
    font-size: 0.8vw;
    padding: 0 5%;
    box-sizing: border-box;
    padding-top: 1.6%;
    padding-bottom: 1%;

    border-top: 1px solid rgba(255, 255, 255, 0.49);
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
}
.footer_top_2nd{
    justify-content: space-between;
    color: white;
    padding: 0 5%;
    box-sizing: border-box;
    padding-top: 4.6%;
    padding-bottom: 1%;
}
.footer_top_3rd {
    justify-content: space-between;
    color: white;
    font-family: Pretendard-regular;
    font-size: 0.8vw;
    padding: 0 5%;
    box-sizing: border-box;
    padding-top: 0.6%;
    padding-bottom: 0.5%;
}
.footer_top_4th {
    justify-content: space-between;
    color: white;
    font-family: Pretendard-regular;
    font-size: 0.8vw;
    padding: 0 5%;
    box-sizing: border-box;
    padding-top: 0.3%;
    padding-bottom: 1%;
}
.footer_top_left{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 11%;
}
.footer_top_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 21%;
}
.footer_top_2nd_right{
    width: 14.6%;

}
.footer_top_4th_right{
    width: 14.3%;
}
.footer_top_left_item {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.footer_top_right_item {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.footer_top_left_item{

}
.footer_top_right_item{

}
/*.footer_top_left_item:nth-child(1)::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    border-left: 1px solid rgba(255, 255, 255, 0.49);*/
/*    height: 80%;*/
/*    left: 113%;*/
/*}*/
.footer_top_right_item:nth-child(3)::before {
    content: '';
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.49);
    height: 80%;
    left: 131%;
}
.footer_top_right_item:nth-child(2)::before {
    content: '';
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.49);
    height: 80%;
    right: 121%;
}
.footer_top_right_item:nth-child(3)::after {
    content: '';
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.49);
    height: 80%;
    right: 131%;
}
.footer_top_2nd{
    justify-content: space-between;
    color: white;
    font-family: Pretendard-semibold;
    font-size: 1.5vw;
}
.footer_top_3rd_left{
    display: flex;
    justify-content: space-between;
    width: 26%;
    word-break: keep-all;
}
.footer_top_3rd_left_item:nth-child(1){
    width: 43%;
}
.footer_top_3rd_left_item_1{
    position: relative;
}
.footer_top_3rd_left_item_1:after {
    content: '';
    position: absolute;
    border-left: 1px solid rgba(255, 255, 255, 0.49);
    height: 42%;
    top: 4%;
    left: 85%;
}
.footer_top_left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 37%;
}
.footer_top_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 10%;
}
.footer_top_absol{
    right: 50%;
    transform: translateX(-50%);
    top: 120%;
    color: #ffffff78;
}
.footer_top_4th_right_item_2nd{
    margin-top: 4%;
    color: #ffffff96;
    font-family: 'Pretendard';
}
/*
.footer_top{
    color: white;
    font-family: Pretendard-regular;
    font-size: 0.8vw;
    padding: 0 5%;
    box-sizing: border-box;
    padding-top: 1.6%;
    padding-bottom: 1%;
    border-top: 1px solid rgba(255, 255, 255, 0.49);
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
    flex-direction: column;
    justify-content: center;
}
.footer_top_left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    margin-bottom: 1%;
}
.footer_top {
    justify-content: space-between;
    color: white;
    font-family: Pretendard-regular;
    font-size: 0.8vw;
    padding: 0 5%;
    box-sizing: border-box;
    padding-top: 1%;
    padding-bottom: 1%;
    border-top: 1px solid rgba(255, 255, 255, 0.49);
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
    flex-direction: column;
    justify-content: center;
}
*/

.footer_top {
    padding-top: 1%;
    padding-bottom: 1%;
}
@media screen and (max-width:1023px) {
    .pc{
        display: none;
    }
    .pc-inline{
        display: none !important;
    }
    .tablet{
        display:flex;
    }
    .mobile{
        display:none;
    }
    .footer {
        padding-bottom: 16%;
        padding-top: 5%;
    }
    .footer_bottom p:nth-of-type(1) {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .footer_bottom p:nth-of-type(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;
    }
    .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_top{
        flex-direction: column;
    }
    .footer_top_left_item {
        white-space: nowrap;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-size: 2.7vw;
    }
    .footer_top_left {
        display: flex;
        align-items: center;
        width: 37%;
    }
    .footer_top_right_item {
        white-space: nowrap;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-size: 2.7vw;
    }
    .footer_top_right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 69%;
    }
    .footer_top_left {
        display: flex;
        align-items: center;
        width: 37%;
        margin-bottom: 2%;
    }
    .footer_top_right {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 69%;
        margin-bottom: 2%;
    }
    .footer_top_2nd {
        justify-content: space-between;
        color: white;
        font-family: Pretendard-semibold;
        font-size: 4.5vw;
    }
    .footer_top_3rd {
        justify-content: space-between;
        color: white;
        font-family: Pretendard-regular;
        font-size: 2.8vw;
        padding: 0 5%;
        box-sizing: border-box;
        padding-top: 0.6%;
        padding-bottom: 0.5%;
    }
    .footer_top_4th {
        justify-content: space-between;
        color: white;
        font-family: Pretendard-regular;
        font-size: 2.8vw;
        padding: 0 5%;
        box-sizing: border-box;
        padding-top: 0.3%;
        padding-bottom: 1%;
    }
    .footer_top_3rd_left {
        display: flex;
        justify-content: space-between;
        width: 136%;
        word-break: keep-all;
    }
    .footer_top_2nd_right {
        width: 27.6%;
    }
    .footer_top_4th_right {
        width: 42.3%;
    }
    .footer_top_2nd {
        justify-content: space-between;
        color: white;
        padding: 0 5%;
        box-sizing: border-box;
        padding-top: 4.6%;
        padding-bottom: 7%;
    }
    .footer_top_3rd {
        justify-content: space-between;
        color: white;
        font-family: Pretendard-regular;
        font-size: 2.8vw;
        padding: 0 5%;
        box-sizing: border-box;
        padding-top: 0.6%;
        flex-direction: column;
        padding-bottom: 0.5%;
    }
    .footer_top_3rd_left {
        display: flex;
        justify-content: space-between;
        width: 100%;
        word-break: keep-all;
    }
    .footer_top_3rd {
        justify-content: space-between;
        color: white;
        font-family: Pretendard-regular;
        font-size: 2.8vw;
        padding: 0 5%;
        box-sizing: border-box;
        padding-top: 0.6%;
        flex-direction: column;
        padding-bottom: 0.5%;
        line-height: 4.8vw;
    }
    .footer_top_3rd_right{
        padding: 2% 0;
    }
    .footer {
        padding-bottom: 11%;
        padding-top: 5%;
    }
    .footer_top_left {
        display: flex;
        align-items: center;
        width: 37%;
        ㅓㅕ: ㅕ;
        justify-content: center;
        margin-bottom: 2%;
    }
    
    .footer_top_4th {
        justify-content: space-between;
        align-items: flex-start;
        color: white;
        font-family: Pretendard-regular;
        font-size: 2.8vw;
        padding: 0 5%;
        box-sizing: border-box;
        padding-top: 3.3%;
        padding-bottom: 1%;
    }    
.footer_top {
    justify-content: space-between;
    color: white;
    font-family: Pretendard-regular;
    font-size: 0.8vw;
    padding: 0 5%;
    box-sizing: border-box;
    padding-top: 2%;
    padding-bottom: 1%;
    border-top: 1px solid rgba(255, 255, 255, 0.49);
    border-bottom: 1px solid rgba(255, 255, 255, 0.49);
    flex-direction: column;
    justify-content: center;
}    

}