@media screen and (min-width:769px) {
    .footer_mob {
        display: none;
    }
    .footer .container-box {
        padding: 0 200px;
    }
    .footer {
        color: white;
        background: url('../images/home/footer_bg.png') no-repeat center;
    }
    .footer .menu {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
        border-bottom: 1px solid #87806E;
        padding-top: 40px;
        padding-bottom: 26px;
        margin-bottom: 0;
        font-family: Source Han Sans SC;
    }
    .footer .menu li {
        position: relative;
        margin-right: 60px;
    }
    .footer .menu li:last-child {
        margin-right: 0;
    }
    .footer .menu li:not(:last-child)::after {
        content: '';
        position: absolute;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 14px;
    }
    .footer .menu a {
        color: white;
        font-weight: 500;
        font-size: 15px;
        font-family: Source Han Sans SC;
        line-height: 22px;
        text-decoration: none;
    }
    .footer .content {
        border-bottom: 1px solid #87806E;
        border-top: 1px solid #87806E;
        padding: 40px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 25px;
    }
    .footer .content .logo {
        margin-bottom: 20px;
        height: 56px;
        width: 56px;
    }
    .footer .content .logo img {
        width: 100%;
        height: 100%;
        max-width: 150px;
    }
    .footer .content p {
        font-size: 14px;
        color: white;
        margin-bottom: 15px;
        font-weight: 400;
    }
    .footer .content .contact {
        width: 430px;
    }
    .email2 {
        margin-left: 10px;
    }
    .footer .content .contact-title {
        font-size: 15px;
        color: white;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .footer .content .contact input {
        width: 100%;
        height: 86px;
        background: #F4F1EC;
        border: none;
        border-radius: 8px;
        padding: 10px 20px;
        font-size: 14px;
    }
    .footer .content .contact .email-input {
        width: 430px;
        height: 86px;
        background: #F4F1EC;
        border: none;
        border-radius: 9px;
        padding: 10px 20px;
        font-size: 14px;
        resize: none;
        color: black;
        cursor: auto;
    }
    .footer .content .contact input::placeholder,
    .footer .content .contact .email-input::placeholder {
        color: #999;
    }
    .footer .content .contact .text {
        font-size: 14px;
        color: #5b5b5b;
        line-height: 16px;
        margin: 20px 0 10px 0;
    }
    .footer .content .contact .send-button {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        border: 1px solid #D3CBBC;
        border-radius: 8px;
        margin-top: 20px;
        cursor: pointer;
        font-size: 15px;
    }
    .footer .content .contact .send-button:hover {
        opacity: 0.9;
    }
    .footer .content .contact .send-button.disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }
    .footer .copyright {
        /* margin-top: 10px; */
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }
    .footer .copyright .text {
        color: white;
        font-size: 14px;
    }
    .footer .info .social-media {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 25px;
    }
    .footer .info .social-media a {
        display: inline-block;
    }
    .footer .info .social-media img {
        width: 32px;
        height: 32px;
        opacity: 0.9;
        transition: opacity 0.3s;
    }
    .footer .info .social-media img:hover {
        opacity: 1;
    }
    .free-part-modal .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -180px;
        margin-left: -180px;
        width: 360px;
        height: 360px;
        border-radius: 18px;
        max-width: initial;
    }
    .free-part-modal .modal-dialog .modal-content .model-close {
        display: inline-block;
        position: absolute;
        right: 8px;
        top: 8px;
        font-size: 20px;
        font-weight: 400 !important;
        z-index: 999999;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body {
        border-radius: 18px;
        padding: 0;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body img {
        width: 100%;
        height: 100%;
        border: none;
        margin: 0;
    }
    .modal-open {
        padding-right: 0 !important;
    }
}

@media screen and (max-width:769px) {
    .footer {
        display: none;
    }
    .footer_mob {
        color: white;
        background: url('../images/home/footer_bg.png') no-repeat center;
        background-size: cover;
    }
    .footer_mob .container {
        padding: 0 20px;
    }
    .footer_mob .content {
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .footer_mob .content .contact {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #87806E;
    }
    .footer_mob .content .logo {
        margin-bottom: 20px;
        height: 54px;
        width: 54px;
    }
    .footer_mob .content .logo img {
        width: 100%;
        height: 100%;
        max-width: 150px;
    }
    .footer_mob .content p {
        font-size: 14px;
        color: white;
        margin-bottom: 15px;
        font-weight: 400;
        line-height: 1.6;
    }
    .footer_mob .content p a {
        color: white;
        text-decoration: none;
    }
    .footer_mob .content p a:hover {
        text-decoration: underline;
    }
    .footer_mob .content .contact-title {
        font-size: 15px;
        color: white;
        line-height: 19px;
        margin-bottom: 20px;
        font-weight: 400;
    }
    .footer_mob .content .contact .email-input_mob {
        width: 100%;
        height: 86px;
        background: #F4F1EC;
        border: none;
        border-radius: 9px;
        padding: 10px 20px;
        font-size: 14px;
        resize: none;
        color: black;
        cursor: auto;
        font-family: inherit;
    }
    .footer_mob .content .contact .email-input_mob::placeholder {
        color: #999;
    }
    .footer_mob .content .info {
        padding-top: 30px;
        border-top: 1px solid #87806E;
    }
    .footer_mob .content .contact .text {
        font-size: 14px;
        color: #5b5b5b;
        line-height: 16px;
        margin: 20px 0 10px 0;
    }
    .footer_mob .content .contact .send-button_mob {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        border: 1px solid #D3CBBC;
        border-radius: 8px;
        margin-top: 20px;
        cursor: pointer;
        font-size: 15px;
        transition: opacity 0.3s;
    }
    .footer_mob .content .contact .send-button_mob:hover {
        opacity: 0.9;
    }
    .footer_mob .content .contact .send-button_mob.disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }
    .footer_mob .copyright {
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }
    .footer_mob .copyright .text {
        color: white;
        font-size: 14px;
    }
    .footer_mob .info .social-media {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 25px;
    }
    .footer_mob .info .social-media a {
        display: inline-block;
    }
    .footer_mob .info .social-media img {
        width: 32px;
        height: 32px;
        opacity: 0.9;
        transition: opacity 0.3s;
    }
    .footer_mob .info .social-media img:hover {
        opacity: 1;
    }
    .free-part-modal .modal-dialog {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -180px;
        margin-left: -180px;
        width: 360px;
        height: 360px;
        border-radius: 18px;
        max-width: initial;
    }
    .free-part-modal .modal-dialog .modal-content .model-close {
        display: inline-block;
        position: absolute;
        right: 8px;
        top: 8px;
        font-size: 20px;
        font-weight: 400 !important;
        z-index: 999999;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body {
        border-radius: 18px;
        padding: 0;
    }
    .free-part-modal .modal-dialog .modal-content .modal-body img {
        width: 100%;
        height: 100%;
        border: none;
        margin: 0;
    }
    .modal-open {
        padding-right: 0 !important;
    }
}