.container_banner {
        margin-top: -0.9375vw;
        position: relative;
    }

    .container_banner .banner_info {
        position: absolute;
        bottom: 5.2604vw;
        right: 4.6875vw;
    }

    .container_banner .banner_info h2 {
        font-size: 6.875vw;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 107%;
        margin-bottom: .5208vw;
    }

    .container_banner .banner_info h3 {
        font-size: 3.6458vw;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1%;
    }

    .container_banner .banner_info h4 {
        font-size: 5.7292vw;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFA319;
        margin: 0 5.2083vw 0 3.4375vw;
        line-height: 6.5104vw;
    }

    .container_banner .banner_info h5 {
        font-size: 2.1875vw;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 140%;
    }

    .container_banner .banner_info span {
        font-size: 1.25vw;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
    }

    .container_banner .banner_info p {
        font-size: 1.25vw;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
    }

    .container_banner .count_down {
        padding-left: 4.1667vw;
    }

    .container_banner .count_down .txt_box {
        gap: 1.0417vw;
    }

    .page_inner_container_nav {
        width: 100%;
        height: 6.1458vw;
        background: url(../img/container_nav_bg.png) no-repeat;
        background-size: 100% 100%;
        margin-top: -4.4792vw;
    }

    .page_inner_container_nav .nav-link:after {
        display: block;
        content: '';
        width: .1042vw;
        height: 1.1458vw;
        background: #fff;
        position: absolute;
        right: -0.1042vw;
        bottom: 0;
    }

    .container_content {
        position: relative;
        padding: 2.6042vw 11.1458vw 6.3542vw 10vw;
    }

    .container_content li {
        margin-bottom: 1.9271vw;
        position: relative;
        padding-left: 2.0833vw;
    }

    .container_content li:after {
        display: block;
        content: '';
        width: 1.3542vw;
        height: 1.3542vw;
        background: url(../img/icon_star.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 3.9994px;
    }

    .container_content li span {
        font-size: 1.5625vw;
        color: #231815;
        font-family: Arial;
        font-weight: 400;
    }

    .container_content li span:hover {
        font-size: 1.5625vw;
        color: #986915;
        font-family: Arial;
        font-weight: bold;
        cursor: url(../img/cursor.png),auto;
    }

    .apply_btn {
        width: 6.9271vw;
        height: 10.1563vw;
        background: url(../img/apply_btn.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 2.9167vw;
        bottom: 6.3542vw;
        cursor: url(../img/cursor.png),auto;
    }

@media screen and (max-width: 1923px) {
    
    .container_banner {
        margin-top: -18px;
        position: relative;
    }

    .container_banner .banner_info {
        position: absolute;
        bottom: 101px;
        right: 90px;
    }

    .container_banner .banner_info h2 {
        font-size: 132px;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 107%;
        margin-bottom: 10px;
    }

    .container_banner .banner_info h3 {
        font-size: 70px;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1%;
    }

    .container_banner .banner_info h4 {
        font-size: 110px;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFA319;
        margin: 0 100px 0 66px;
        line-height: 125px;
    }

    .container_banner .banner_info h5 {
        font-size: 42px;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 140%;
    }

    .container_banner .banner_info span {
        font-size: 24px;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
    }

    .container_banner .banner_info p {
        font-size: 24px;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
    }

    .container_banner .count_down {
        padding-left: 80px;
    }

    .container_banner .count_down .txt_box {
        gap: 20px;
    }

    .page_inner_container_nav {
        width: 100%;
        height: 118px;
        background: url(../img/container_nav_bg.png) no-repeat;
        background-size: 100% 100%;
        margin-top: -86px;
    }

    .page_inner_container_nav .nav-link:after {
        display: block;
        content: '';
        width: 2px;
        height: 22px;
        background: #fff;
        position: absolute;
        right: -2px;
        bottom: 0;
    }

    .container_content {
        position: relative;
        padding: 50px 214px 122px 192px;
    }

    .container_content li {
        margin-bottom: 37px;
        position: relative;
        padding-left: 40px;
    }

    .container_content li:after {
        display: block;
        content: '';
        width: 26px;
        height: 26px;
        background: url(../img/icon_star.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 4px;
    }

    .container_content li span {
        font-size: 30px;
        color: #231815;
        font-family: Arial;
        font-weight: 400;
    }

    .container_content li span:hover {
        font-size: 30px;
        color: #986915;
        font-family: Arial;
        font-weight: bold;
        cursor: url(../img/cursor.png),auto;
    }

    .apply_btn {
        width: 133px;
        height: 195px;
        background: url(../img/apply_btn.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 56px;
        bottom: 122px;
        cursor: url(../img/cursor.png),auto;
    }


}

@media screen and (max-width: 1918px) {
    
    .container_banner {
        margin-top: -0.9375vw;
        position: relative;
    }

    .container_banner .banner_info {
        position: absolute;
        bottom: 5.2604vw;
        right: 4.6875vw;
    }

    .container_banner .banner_info h2 {
        font-size: 6.875vw;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 107%;
        margin-bottom: .5208vw;
    }

    .container_banner .banner_info h3 {
        font-size: 3.6458vw;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1%;
    }

    .container_banner .banner_info h4 {
        font-size: 5.7292vw;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFA319;
        margin: 0 5.2083vw 0 3.4375vw;
        line-height: 6.5104vw;
    }

    .container_banner .banner_info h5 {
        font-size: 2.1875vw;
        font-family: 'Microsoft Himalaya';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 140%;
    }

    .container_banner .banner_info span {
        font-size: 1.25vw;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
    }

    .container_banner .banner_info p {
        font-size: 1.25vw;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
    }

    .container_banner .count_down {
        padding-left: 4.1667vw;
    }

    .container_banner .count_down .txt_box {
        gap: 1.0417vw;
    }

    .page_inner_container_nav {
        width: 100%;
        height: 6.1458vw;
        background: url(../img/container_nav_bg.png) no-repeat;
        background-size: 100% 100%;
        margin-top: -4.4792vw;
    }

    .page_inner_container_nav .nav-link:after {
        display: block;
        content: '';
        width: .1042vw;
        height: 1.1458vw;
        background: #fff;
        position: absolute;
        right: -0.1042vw;
        bottom: 0;
    }
    .container_content {
        position: relative;
        padding: 2.6042vw 11.1458vw 6.3542vw 10vw;
    }

    .container_content li {
        margin-bottom: 1.9271vw;
        position: relative;
        padding-left: 2.0833vw;
    }

    .container_content li:after {
        display: block;
        content: '';
        width: 1.3542vw;
        height: 1.3542vw;
        background: url(../img/icon_star.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 3.9994px;
    }

    .container_content li span {
        font-size: 1.5625vw;
        color: #231815;
        font-family: Arial;
        font-weight: 400;
    }

    .container_content li span:hover {
        font-size: 1.5625vw;
        color: #986915;
        font-family: Arial;
        font-weight: bold;
        cursor: url(../img/cursor.png),auto;
    }

    .apply_btn {
        width: 6.9271vw;
        height: 10.1563vw;
        background: url(../img/apply_btn.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        right: 2.9167vw;
        bottom: 6.3542vw;
        cursor: url(../img/cursor.png),auto;
    }

}

@media screen and (max-width: 992px) {
    .container_banner .banner_info {
            position: absolute;
            bottom: 3.0556vw;
            right: 3.8889vw;
        }
    
        .container_banner .banner_info h2 {
            font-size: 3.8889vw;
            font-family: 'Microsoft Himalaya';
            font-weight: 400;
            color: #FFFFFF;
            line-height: 120%;
            margin-bottom: .5556vw;
            padding-left: 4.1667vw;
        }
    
        .container_banner .banner_info h3 {
            font-size: 3.3333vw;
            font-family: 'Microsoft Himalaya';
            font-weight: 400;
            color: #FFFFFF;
            line-height: 60%;
            padding-left: 4.1667vw;
        }
    
        .container_banner .banner_info h4 {
            font-size: 3.8889vw;
            font-family: 'Microsoft Himalaya';
            font-weight: 400;
            color: #FFA319;
            margin: 0vw 2.7778vw 0 1.6667vw;
            line-height: 6.6667vw;
        }
    
        .container_banner .banner_info h5 {
            font-size: 2.2222vw;
            font-family: 'Microsoft Himalaya';
            font-weight: 400;
            line-height: 5vw;
            color: #FFFFFF;
        }
    
        .container_banner .banner_info span {
            font-size: 1.9444vw;
            font-family: Arial;
            font-weight: 400;
            color: #FFFFFF;
        }
    
        .container_banner .banner_info p {
            font-size: 1.9444vw;
            font-family: Arial;
            font-weight: 400;
            color: #FFFFFF;
        }

        .container_content li:after {
            top: 0;
        }
}