@media only screen and (min-width: 640px) {
    .container {
        max-width: calc(100vw - 80px) !important;
    }
}

@media only screen and (min-width: 1024px) {
    .container {
        max-width: calc(100vw - 200px) !important;
    }
}

@media only screen and (min-width: 1024px) {
    #menuToggle input:checked~ul {
        display: block;
        right: 0;
        transform: translateY(0);
        z-index: 99 !important;
    }

    .sub-dropdown:hover .sub-dropdown-list-2 {
        display: block !important;
    }

    .sub-dropdown-2:hover .sub-dropdown-list {
        display: block !important;
    }

    /* ======================================================= */

    .section-title {
        font-size: 72px;
        line-height: 80px;
    }

    .section-sub-title {
        font-size: 36px;
        line-height: 40px;
    }


    .font-lightgray-18 {
        font-size: 18px;
        line-height: 28px;
    }

    .font-black-18 {
        font-size: 18px;
        line-height: 28px;
    }

    .section-p {
        font-size: 20px;
        line-height: 28px;
    }

    .font-black-20 {
        font-size: 20px;
        line-height: 28px;
    }

    .font-green-20 {
        font-size: 20px;
        line-height: 28px;
    }

    .font-white-20 {
        font-size: 20px;
        line-height: 28px;
    }

    .font-white-16 {
        font-size: 16px;
        line-height: 24px;
    }

    .font-24-500 {
        font-size: 24px;
        line-height: 28px;
    }

    .font-black-24 {
        font-size: 24px;
        line-height: 32px;
    }

    .font-gray-14 {
        font-size: 14px;
        line-height: 24px;
    }

    .font-black-48 {
        font-size: 48px;
        line-height: 60px;
    }

    .font-48-80 {
        font-size: 48px;
        line-height: 80px;
    }

    .font-28-32 {
        font-size: 28px;
        line-height: 32px;
    }

    /* ================================= */

    .history-slider .slick-arrow {
        height: 42px;
        width: 42px;
        margin-top: 0;
    }

    .history-slider .slick-next {
        right: calc(50% - 115px);
    }



    /* =========================================== */

    .first-section {
        margin-top: 120px;
    }

    .section-space {
        margin: 160px 0px;
    }

    header {
        transition: all .5s ease-in-out !important;

        &.scroll-up {
            box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
            height: 100px;
        }

        &.scroll-down {
            box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 4px 6px -4px rgba(0, 0, 0, 0.10);
        }
    }

    #menu .nav-item:hover {
        padding: 12px 16px !important;
    }

    #menu .nav-item-2:hover {
        padding: 12px 16px !important;
    }

    /* hamburgur========================================================= */

    #menuToggle input:checked~.span-top {
        transform: rotate(45deg) translate(-14px, -3px);
    }

    #menuToggle .span-bottom {
        transform-origin: 0px 0px;
    }
}

@media only screen and (min-width: 1536px) {

    .container {
        max-width: calc(100vw - 256px);
    }


}

@media only screen and (min-width: 1900px) {
    .page-77-web {
        display: block !important;
    }

    .page-77-mobile {
        display: none !important;
    }
}