@media screen and (min-width:769px) {
    .footer_mob {
        display: none;
    }
    .footer .container-box {
        padding: 0 200px;
    }
    .footer {
        color: white;
        background: #112651;
    }
    .footer .menu-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #87806E;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 0;
    }
    .footer .menu-wrapper .logo {
        height: 56px;
        width: 56px;
        flex-shrink: 0;
    }
    .footer .menu-wrapper .logo img {
        width: 100%;
        height: 100%;
        max-width: 150px;
    }
    .footer .menu {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 0;
        font-family: Source Han Sans SC;
    }
    .footer .menu li {
        position: relative;
        margin-right: 0px;
        white-space: nowrap;
    }
    .footer .menu li a{
        color: white;
    }
    .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 li.try-now-item {
        margin-right: 0;
    }
    .footer .menu li.try-now-item::after {
        display: none;
    }
    .footer .menu a.try-now-button {
        display: inline-block;
        width: 130px;
        height: 36px;
        background: linear-gradient(90deg, #1A3E88, #1583AA, #1A3E88);
        border-radius: 18px;
        border: 1px solid rgba(223,247,255,0.5);
        color: white;
        font-weight: 500;
        font-size: 15px;
        font-family: Source Han Sans SC;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        transition: opacity 0.3s;
    }
    .footer .menu a.try-now-button:hover {
        opacity: 0.9;
    }
    .footer .content {
        border-bottom: 1px solid #87806E;
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 20px;
    }
    .footer .content .info {
        flex-shrink: 0;
    }
    .footer .content .logo {
        margin-bottom: 20px;
        height: 56px;
        width: 56px;
        display: none;
    }
    .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: space-between;
        align-items: center;
        padding: 20px 0;
    }
    .footer .copyright .ys{
        display: flex;
        align-items: center;
    }
    .footer .copyright .text {
        color: white;
        font-size: 14px;
    }
    .footer  .social-media {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 25px;
    }
    .footer  .social-media a {
        display: inline-block;
    }
    .footer  .social-media img {
        width: 40px;
        height: 40px;
        opacity: 0.9;
        transition: opacity 0.3s;
    }
    .footer  .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: #112651;
    }
    .footer_mob .container {
        padding: 0 20px;
    }
    .footer_mob .menu-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #87806E;
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 0;
    }
    .footer_mob .menu-wrapper .logo {
        height: 56px;
        width: 56px;
        flex-shrink: 0;
        margin-bottom: 16px;
    }
    .footer_mob .menu-wrapper .logo img {
        width: 100%;
        height: 100%;
        max-width: 150px;
    }
    .footer_mob .menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        margin-bottom: 0;
        font-family: Source Han Sans SC;
        width: 100%;
    }
    .footer_mob .menu li {
        position: relative;
        margin-right: 0;
        text-align: center;
        width: 100%;
        white-space: nowrap;

    }
    .footer_mob .menu li a {
        color: white;
        font-size: 14px;
    }
    .footer_mob .menu li:not(:last-child)::after {
        display: none;
    }
    .footer_mob .menu li.try-now-item {
        margin-top: 8px;
    }
    .footer_mob .menu a.try-now-button {
        display: inline-block;
        width: 130px;
        height: 36px;
        background: linear-gradient(90deg, #1A3E88, #1583AA, #1A3E88);
        border-radius: 18px;
        border: 1px solid rgba(223,247,255,0.5);
        color: white;
        font-weight: 500;
        font-size: 15px;
        font-family: Source Han Sans SC;
        line-height: 36px;
        text-align: center;
        text-decoration: none;
        transition: opacity 0.3s;
    }
    .footer_mob .menu a.try-now-button:hover {
        opacity: 0.9;
    }
    .footer_mob .content {
        border-bottom: 1px solid #87806E;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .footer_mob .content .info {
        flex-shrink: 0;
        text-align: center;
        width: 100%;
        padding-top: 0;
        border-top: none;
    }
    .footer_mob .content p {
        font-size: 14px;
        color: white;
        margin-bottom: 15px;
        font-weight: 400;
        line-height: 1.6;
    }
    .footer_mob .content .contact {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .footer_mob  .social-media {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
    }
    .footer_mob  .social-media a {
        display: inline-block;
    }
    .footer_mob  .social-media img {
        width: 32px;
        height: 32px;
        opacity: 0.9;
        transition: opacity 0.3s;
    }
    .footer_mob  .social-media img:hover {
        opacity: 1;
    }
    .footer_mob .copyright {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 20px 0;
    }
    .footer_mob .copyright .ys {
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .footer_mob .copyright .text {
        color: white;
        font-size: 14px;
    }
    .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;
    }
}