@media screen and (min-width: 1580px) {
    input[type="button"] {
        /* ok */
        font-size: 14px;
        width: 270px;
        height: 55px;
    }
    .cover_text::after {
        /* ok */
        right: -3.5px;
        height: 40px;
    }
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    .nav {
        /* ok */
        top: calc(50% - 395px);
        transform: translate(-50%, -50%);
        padding: 15px 20px;
    }
    .nav div {
        /* ok */
        width: 8px;
        height: 8px;
        margin: 0 10px;
        display: inline-block;
    }
    .nav_s_btn,
    .nav_p_btn,
    .nav_t_btn {
        top: 50%;
        width: 70px;
        height: 70px;
        border-radius: 50px;
        background: rgb(255, 255, 255);
        font-size: 16px;
        color: rgb(0, 0, 0);
    }
    .nav_s_btn,
    .nav_t_btn,
    .nav_s_ani {
        left: calc(50% - 785px);
    }
    .nav_p_btn {
        right: calc(50% - 785px);
    }
    /* ///////////////////////////////// */
    .img {
        /* ? */
        position: relative;
        height: 95%;
        top: 49%;
        background: url(img/3.jpg);
        margin-left: 2%;
        margin-right: 1%;
        transform: translate(0, -50%);
        border-radius: 20px 20px 20px 20px;
    }
    .titlepage_card {
        /* ok */
        width: 1300px;
        height: 715px;
        top: 50%;
        margin-right: calc(50% - 710px);
    }
    .titlepage_card:nth-child(1) {
        margin-left: calc(50% - 650px);
    }
    .titlepage_card_end {
        margin-right: calc(50% - 650px);
    }
    /* //////////////////////////////////////// */

    .next_up p {
        font-weight: 600;
        font-size: 80px;
        letter-spacing: -5px;
        color: var(--text_color_p);
        font-family: "font-b" !important;
        margin-bottom: 2.8px;
        transform: translate(-6px, 0px);
    }
    .next_up a {
        font-size: 20px;
        color: var(--text_color_a);
        letter-spacing: var(--spacing);
    }
    .next_up_btn {
        display: inline-block;
        margin-top: 80px;
        background: var(--btn_bg);
        color: var(--btn_text);
    }
    .next_up_btn:hover {
        background: var(--btn_bg_hover);
    }
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    .wit {
        width: 100%;
        height: 260px;
        position: absolute;
        background: var(--card_bg);
        border-bottom: 1px solid #d6d6d6;
    }
    .wit_content {
        position: absolute;
        top: 50%;
        left: 100px;
        transform: translate(0, -50%);
    }
    .wit_content p {
        color: var(--text_color_p);
        font-size: 50px;
        font-weight: 600;
        letter-spacing: -3px;
        line-height: 100%;
        margin-right: 40px;
    }
    .wit_content a {
        color: var(--text_color_a);
        font-size: 20px;
        letter-spacing: var(--spacing);
    }
    .wit_btn {
        position: absolute;
        top: 50%;
        right: 100px;
        transform: translate(0, -50%);
        color: var(--btn_text);
        background: var(--btn_bg);
    }
    .wit_btn:hover {
        background: var(--btn_bg_hover);
    }
    .wit_bg {
        background-size: 110%;
    }
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    .epilogue_title {
        /* ok */
        top: 160px;
    }
    .epilogue_title p {
        /* ok */
        font-size: 50px;
    }
    .epilogue_content {
        /* ok */
        bottom: 55px;
    }
    .epilogue_content_bg {
        /* ok */
        width: 370px;
        height: 185px;
        margin: 5px 15px;
    }
    .epilogue_content_text {
        /* ok */
        margin-top: 65px;
    }
    .epilogue_content_text p {
        /* ok */
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 5px;
        font-family: "font-b" !important;
    }
    .epilogue_content_text a {
        letter-spacing: -0.3px;
    }
    .epilogue_content_text_btn {
        display: none;
    }
    .icon_info {
        /* ok */
        width: 40px;
    }
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    .epilogue_btn {
        /* ok */
        bottom: 13%;
    }
    .epilogue_about_content a {
        /* ok */
        font-size: 20px;
        line-height: 1.85;
    }
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    .epilogue_quest {
        height: 715px;
    }
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    /* ------------------------------------------------ */
    .baffle {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .baffle_s {
        width: 100%;
        height: 100%;
        font-size: 18px;
        text-align: center;
        color: rgb(0, 0, 0);
        line-height: 33px;
        background: #f1f1f1;
        z-index: 10;
        position: absolute;
    }
    .s_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .baffle_s input {
        background: #000000;
        color: white;
        margin-bottom: 15px;
    }
    #baffle_height {
        padding: 1px 5px;
        background: rgb(255, 100, 0);
        color: #fff;
        border-radius: 5px;
    }
    #baffle_v {
        text-align: center;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 20;
        position: absolute;
    }
    #baffle_v p {}
    .v_content {
        position: absolute;
        top: 20%;
        left: 20%;
    }
}