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

.container_banner .banner_info {
        position: absolute;
        bottom: 4.8438vw;
        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 4.6875vw;
        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;
    }

        #myDialog {
            width: 56%;
            padding: 2.3958vw 1.5625vw;
            border: none;
            text-align: center;
            font-size: 1.3542vw;
            top: 30%;
            left: 50%;
            transform: translateX(-50%);
            border-radius: .4167vw;
        }
    
        #myDialog div {
            position: absolute;
            /* right: 1.0417vw; */
            right:0;
            top: .2604vw;
            font-size: 2.3958vw;
            display: inline-block;
            line-height: 1;
            max-height:500px;
            overflow-y:auto;
        }
    
        dialog:-internal-dialog-in-top-layer::backdrop {
            background: rgba(0, 0, 0, .6);
        }
    
        :focus-visible {
            outline: unset;
        }

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

    .container_banner .banner_info {
        position: absolute;
        bottom: 93px;
        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 90px;
        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;
    }

        #myDialog {
            width: 56%;
            padding: 46px 30px;
            border: none;
            text-align: center;
            font-size: 26px;
            top: 30%;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 8px;
        }
    
        #myDialog div {
            position: absolute;
            /* right: 20px; */
            right:0;
            top: 5px;
            font-size: 46px;
            display: inline-block;
            line-height: 1;
        }
    
        dialog:-internal-dialog-in-top-layer::backdrop {
            background: rgba(0, 0, 0, .6);
        }
    
        :focus-visible {
            outline: unset;
        }


}

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

    .container_banner .banner_info {
        position: absolute;
        bottom: 4.8438vw;
        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 4.6875vw;
        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;
    }

        #myDialog {
            width: 56%;
            padding: 2.3958vw 1.5625vw;
            border: none;
            text-align: center;
            font-size: 1.3542vw;
            top: 30%;
            left: 50%;
            transform: translateX(-50%);
            border-radius: .4167vw;
        }
    
        #myDialog div {
            position: absolute;
            /* right: 1.0417vw; */
            right:0;
            top: .2604vw;
            font-size: 2.3958vw;
            display: inline-block;
            line-height: 1;
        }
    
        dialog:-internal-dialog-in-top-layer::backdrop {
            background: rgba(0, 0, 0, .6);
        }
    
        :focus-visible {
            outline: unset;
        }

}

@media screen and (max-width: 992px) {
    body {
        padding-top: 16.6667vw;
    }
    .container_content {
        width: 100%;
        padding: 8.3333vw;
        margin-top: 0;
    }

    .container_content li {
        padding-left: 8.3333vw;
    }

    .container_content li span,
    .container_content li span:hover,
    .container_content li span:active {
        font-size: 4.4444vw;
        line-height: 1.6;
    }

    .container_content li span:active { 
        color: #986915;
        font-weight: bold;
    }

    .container_content li:after {
        width: 4.4444vw;
        height: 4.4444vw;
        top: 1.1111vw;
    }

    .apply_btn {
        width: 18.0556vw;
        height: 26.3889vw;
        position: fixed;
        bottom: 22.2222vw;
        right: 5.5556vw;
    }
        #myDialog {
            width: 90%;
            padding: 10vw 4.4444vw 7.7778vw;
            border: none;
            text-align: center;
            font-size: 4.4444vw;
            top: 30%;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2.2222vw;
        }
    
        #myDialog p {
            font-size: 3.3333vw;
        }
    
        #myDialog p:nth-of-type(1) {
            width: 76%;
            margin: 0 auto;
        }
    
        #myDialog div {
            position: absolute;
            /* right: 2.7778vw; */
            right:0;
            top: 0;
            font-size: 10vw;
            display: inline-block;
            line-height: 1;
        }
    
        dialog:-internal-dialog-in-top-layer::backdrop {
            background: rgba(0, 0, 0, .6);
        }
    
        :focus-visible {
            outline: unset;
        }
        
}

@media screen and (max-width: 361px) {
    body {
        padding-top: 60px;
    }
    .container_content {
        width: 100%;
        padding: 30px;
        margin-top: 0;
    }

    .container_content li {
        padding-left: 30px;
    }

    .container_content li span,
    .container_content li span:hover,
    .container_content li span:active {
        font-size: 16px;
        line-height: 1.6;
    }

    .container_content li span:active { 
        color: #986915;
        font-weight: bold;
    }

    .container_content li:after {
        width: 16px;
        height: 16px;
        top: 4px;
    }

    .apply_btn {
        width: 65px;
        height: 95px;
        position: fixed;
        bottom: 80px;
        right: 20px;
    }

    #myDialog {
        width: 90%;
        padding: 36px 16px 28px;
        border: none;
        text-align: center;
        font-size: 16px;
        top: 30%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 8px;
    }
    #myDialog p {
        font-size: 12px;
    }
    #myDialog p:nth-of-type(1) {
        width: 76%;
        margin: 0 auto;
    }
    #myDialog div {
        position: absolute;
        /* right: 10px; */
        right:0;
        top: 0;
        font-size: 36px;
        display: inline-block;
        line-height: 1;
    }
    dialog:-internal-dialog-in-top-layer::backdrop {
        background: rgba(0,0,0,.6);
    }
    :focus-visible {
        outline: unset;
    }
}