@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: white;
    font-size: 0.5em;
    font-family: Pretendard-Regular;

}
.footer_bottom p:nth-child(1){
}
.footer_bottom p:nth-child(2){
    padding-bottom: 2%;
}
.footer_bottom p:nth-of-type(3){
    color: white;
    font-weight: 600;
    font-size: 0.5em;
    margin-top: 1%;
    font-family: 'Pretendard-bold';
}
.quickAgree{
    white-space: nowrap;
}
.quick_agree {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -2%;
    margin-top: -4%;
}
.quick_checkbox{
    accent-color: #f4a81c;
    margin: 0 0.5% 0 3%;
}
.quickAgree a {
    font-family: "Pretendard-regular";
    font-size: 0.6em;
    color: black;
    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: #ff6600;
}
.footer_01{
    right: 5%;
}

.contact_fixed{
    position: fixed;
    bottom: 0;
    z-index: 10000;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;

}
.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;
    border: #c51b1b solid 1px;
}
.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;
}


.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 {
    accent-color: #73a3fc;
    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;
    outline: 1px solid #ff6600 !important;
    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(/images/form_01.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: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: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: #ff6600 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: 1.5vw;
    height: 1.5vw;
    position: absolute;
    background: url(/images/form_01.png) center / 86% no-repeat;
    color: unset !important;
}
.quick_checkbox {
    margin-right: 0.3%;
    width: 1.3vw;
    height: 1.3vw;
    overflow: hidden;
    outline: 1px solid #ff6600 !important;
    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%;
}

.footer_bottom p:nth-of-type(3) {
    font-weight: 600;
    font-size: 0.5em;
    margin-top: 2%;
}
.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;
    outline: 1px solid #ff6600 !important;
    color: transparent;
    border: none;
    appearance: none;
    border-radius: 50%;
}
.quick_2 {
    margin-right: 12%;
    width: 9%;
    animation: 1s blk infinite;
}
.inputs {
    left: 36%;
    width: 25%;
    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: 72.4%;
    top: 136%;
}
.inputs{
    left: 36%;
    width: 31%;
    height: 2.3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quick_logo {
    width: 4%;
    left: 14%;
    bottom: 11%;
}
.footer_01 {
    right: 10%;
    width: 12%;
}
/*개인정보 처리 방
침*/
@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: white;
        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 {
        padding-bottom: 16%;
        padding-top: 15%;
    }
    .footer_01{
        right: unset;
        top: 18%;
        width: 24%;
    }
}
@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 {
        padding-bottom: 22%;
        padding-top: 20%;
    }
    .quick_2 {
        margin-right: 5%;
        width: 22%;
        animation: 1s blk infinite;
    }
    .inputs {
        left: 7%;
        width: 64%;
        height: 4.3vw;
        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: 6.5%;
        margin-left: -2%;
        padding-bottom: 0.8%;
    }
    .quick_logo {
        width: 9%;
        left: 6.6%;
        bottom: 52%;
    }
    .quick_02 {
        left: 18%;
        bottom: 58%;
        width: 10.5%;
    }
    .quick_1 {
        left: 30.2%;
        width: 16%;
        bottom: 52%;
    }
    .quick_agree {
        width: 42%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        left: 62.8%;
        top: 27%;
    }
    .quick_checkbox {
        margin-right: 0.3%;
        width: 2.1vw;
        height: 2.1vw;
        overflow: hidden;
        outline: 1px solid #ff6600 !important;
        color: transparent;
        border: none;
        appearance: none;
        border-radius: 50%;
    }
    .quick_checkbox:checked::after {
        content: "";
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        background: url(/images/form_01.png) center / 86% no-repeat;
        color: unset !important;
    }
    .inputs > input {
        width: 49%;
        height: 100%;
        font-size: 0.85em;
        text-align: center;
        font-family: pretendard-regular;
        outline: none;
        border: none;
        border: #ff6600 solid 1px;
    }
    .main_bottom_scr {
        width: 200%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(/images/con1_01.jpg) no-repeat center / cover;
        top: 0;
        padding: 3.5% 0;
    }

    .con1_con {
        width: 90% !important;
        margin-top: 16%;
        margin-bottom: 9%;
        border: 1px solid #ff6600;
    }
    .con4_con_slide_con_right {
        width: 100% !important;
        right: 0;
        flex-direction: row !important;
        bottom: 0;
    }
    .con4_bg{
        width: 100%;
        margin-bottom: 45%;
    }
    .con4_bg2{
        width: 100%;
        margin-bottom: 45%;
    }
    .con4_bg3{
        width: 100%;
        margin-bottom: 45%;
    }
    .con4_bg4{
        width: 100%;
        margin-bottom: 45%;
    }
    .con4_bg5{
        margin-bottom: 45%;

    }
    .con4_con_slide_con_left {
        width: 162% !important;
        left: -60%;
        top: 13%;
    }
    .con4_con_slide_con_left_pagination {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        top: -46% !important;
        left: 38% !important;
        width: 84% !important;
    }
    .swiper-pagination-bullet {
        border-radius: 0;
        width: auto;
        height: 30px;
        text-align: center;
        line-height: 30px;
        font-size: 12px;
        color: #000;
        opacity: 1 !important;
        width: 35% !important;
        height: 7vw !important;
        border-radius: 0 !important;
        position: relative !important;
        transition: 0.3s all;
    }
    .swiper-pagination-bullet0.swiper-pagination-bullet-active::after {
        top: 106%;
    }
    .swiper-pagination-bullet1.swiper-pagination-bullet-active::after {
        top: 106%;
    }
    .swiper-pagination-bullet2.swiper-pagination-bullet-active::after {
        top: 106%;
    }
    .swiper-pagination-bullet3.swiper-pagination-bullet-active::after {
        top: 106%;
    }
    .con4_con_slide_con_left {
        width: 162% !important;
        left: -64%;
        top: 8%;
    }
    .con4_con_slide_con_left_absol {
        width: 15.3498%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .swiper-pagination-bullet0.swiper-pagination-bullet-active::before {
        height: 4.2vw;
        width: 15%;
        top: 22%;
    }
    .swiper-pagination-bullet1.swiper-pagination-bullet-active::before {
        height: 4.2vw;
        width: 15%;
        top: 22%;
    }
    .swiper-pagination-bullet2.swiper-pagination-bullet-active::before {
        height: 4.2vw;
        width: 15%;
        top: 22%;
    }
    .swiper-pagination-bullet3.swiper-pagination-bullet-active::before {
        height: 4.2vw;
        width: 15%;
        top: 22%;
    }
    .swiper-pagination-bullet4.swiper-pagination-bullet-active::before {
        height: 4.2vw;
        width: 15%;
        top: 22%;
    }
    .con4_con_slide_con_left_pagination {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        top: -1% !important;
        left: 38% !important;
        width: 84% !important;
        height: 50vw;
    }
    .con4_con_prev {
        left: 2% !important;
        top: 43% !important;
        color: white !important;
        scale: 0.5;
    }
    .con4_con_next {
        left: 17% !important;
        top: 43% !important;
        color: white !important;
        scale: 0.5;
    }
    .con10_right_1st {
        width: 92.3465%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 13% 0;
    }
    .con10_right_1st_half {
        width: 56.0099%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 25%;
        left: 13%;
    }
    .con10_right_2nd {
        left: 13.3%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 35%;
        width: 60.3%;
    }
}