@media screen and (max-width: 1450px) {
    .header-container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .main-menu-wrap {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .section-container {
        width: 100%;
    }

    .footer-wrap {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .contract-wrap {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 1210px) {
    .contract-wrap {
        flex: 1;
    }
    .contract-us {
        flex-shrink: 1;
        height: 200px;
        padding: 20px;
    }
    .contract-us > h1 {
        font-size: 28px;
    }
    .tel-number-box p:first-child {
        font-size: 16px;
        margin-top: 5px;
        font-weight: 400;
    }
    .tel-number-box p:last-child {
        font-size: 18px;
        font-weight: 400;
    }

    .pklt-introduce {
        flex-shrink: 1;
        flex: 1;
        height: 200px;
    }
    .pklt-introduce img {
        height: 80px
    }
    .pklt-fee {
        flex-shrink: 1;
        flex: 1;
        height: 200px;
    }
    .pklt-fee img {
        height: 80px
    }

    .tel-info-box {
        gap: 10px;
    }
    .tel-info-box > img {
        width: 48px; height: 48px;
    }
}

@media screen and (max-width: 1050px) {
    .main-menus .section-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .footer-left {
        flex-direction: column;
        text-align: center;
    }
    .footer-left p:last-child {
        font-size: 12px;
    }

    .contract-wrap {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .contract-wrap > div {
        width: 100%;
    }
    .short-cut-wrap {
        gap: 20px;
    }
    main {
        padding-bottom: 50px;
    }


}

@media screen and (max-width: 650px) {
    .menu-grid .menu-btn {
        width: 100px; height: 100px;
    }
    .menu-grid .menu-btn .menu-btn-img {
        background-size: auto 100%;
    }
    .menu-btn p {
        font-size: 14px;
    }

    .main-menus .section-container h1 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    .short-cut-wrap {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .contract-wrap {
        gap: 10px;
    }
    .short-cut-wrap > div {
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .short-cut-wrap > div > img {
        height: 60px;
    }
    .header-container {
        padding: 0 10px;
    }
    .header-container .logo {
        width: 210px;
        height: 40px;
    }
    .user-tools {
        gap:5px;
    }

    .menu-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}