.nav_other {
    background: #1F1F24 !important;
}

.index_main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    min-height: calc(100vh - 435px);
    padding-bottom: 80px;
}

.index_title {
    width: 100%;
    display: flex;
    padding: 32px 0;
}

.index_header {
    position: sticky;
    top: 64px;
    z-index: 11;
    background: #1C1D1F;
    width: 100%;
    margin: unset !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #3F414B;

}

.index_discounts {
    position: relative;
    left: 0px;
    width: 100%;
    height: auto;
    border-radius: 6px;
    opacity: 1;
    text-align: center;
    display: flex;
    margin: 30px 0;
}

.index_discounts .index_discounts_left {

    flex: 1;
    max-width: 260px;

}

.index_discounts .index_discounts_left .left_area {
    position: sticky;
    top: 180px;
    z-index: 10;

    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 12px;
    background: linear-gradient(344deg, rgba(46, 47, 54, 0.2) 0%, #2E2F36 96%);
    padding: 20px 0;
    height: 100%;
    max-height: calc(100vh - 150px);
    overflow: auto;
}

.index_discounts .index_discounts_left .left_area::-webkit-scrollbar {
    display: none;
}

.index_discounts .index_discounts_left .left_area>div {
    width: 100%;
    white-space: nowrap;
    padding: 24px 40px 24px 30px;

    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #80879A;
    z-index: 0;
    cursor: pointer;
    text-align: left;
    white-space: normal;
}

.index_discounts .index_discounts_left .left_area>div.active,
.index_discounts .index_discounts_left .left_area>div:hover {
    position: relative;
    color: #FFDB9E;
}

.index_discounts .index_discounts_left .left_area>div.active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 32px;
    background: linear-gradient(270deg, #F5BA47 0%, #FFEABA 100%);
    border-radius: 4px 0px 0px 4px;
}

.index_discounts .index_discounts_right {
    flex: 1;
    padding: 0px 30px 30px 30px;
    width: 50%;
}

.title-image {
    height: 32px;
}

.title-test {
    font-family: "Inter Regular";
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #262626;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
}

.index_title a:hover,
.index_title a:focus,
.index_title a:active {
    color: #FFDB9E !important;
}

.title-test-btn1 {
    font-family: "Inter Regular";
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFDB9E;
    z-index: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.title-test-btn2:hover,
.title-test-btn2:focus,
.title-test-btn2:active {
    color: #FFDB9E !important;
}

.title-test-btn2 {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #FFFFFF;
    z-index: 1;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list-item {
    padding: 30px 20px 30px 20px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #3F414B;
}

.article-list-item:hover .icon-title,
.article-list-item:hover .icon-title-time-pc,
.article-list-item:hover .article-content .icon-content,
.article-list-item:hover .icon-title-time-h5 {
    color: var(--primary) !important;
}

.article-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.article-content {
    text-align: left;
}

.icon-title {
    font-family: "Inter Regular";
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0em;
    color: #FFFFFF;
    text-align: left;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.icon-title-time-pc {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #80879A;
    -webkit-font-smoothing: antialiased;
    min-width: fit-content;
}

.index-title-test {
    margin-left: 8px;
}

.icon-title-time-h5 {
    font-family: "Inter Regular";
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #80879A;
    margin-top: 30px;
    display: none;
    -webkit-font-smoothing: antialiased;
}

.icon-content {
    font-family: "Inter Regular";
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0em;
    font-feature-settings: "kern" on;
    color: #80879A;
    -webkit-font-smoothing: antialiased;

    /*  width: 80%; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 1000px;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 767px) {

    .index_main .main_part {
        width: 100% !important;
    }

    .index_header {
        border: none;
    }

    .icon-title-time-pc {
        display: none;
    }

    .article-content {
        width: 100%;
    }

    .icon-title-time-h5 {
        display: block;
        margin-top: 14px;
    }

    .article-list-item {
        padding: 10px 0;
    }

    .icon-title {
        font-size: 15px;
        padding-right: 0;
        white-space: normal;
        overflow: unset;
        text-overflow: unset;
    }

    .icon-content {
        width: 100%;
        font-size: 14px;
    }

    .index_discounts {
        flex-direction: column;
        margin: 0 0 30px 0;
    }

    .index_title {
        border: none;
        padding-left: 0px;
    }

    .index_discounts .index_discounts_left {
        max-width: unset;
    }

    .index_discounts .index_discounts_left .left_area {
        padding: 10px 0;
        flex-direction: row;
        border: none;
        background: none;
        flex-wrap: wrap;
    }

    .index_discounts .index_discounts_right {
        width: 100%;
        padding: 10px;
        border-radius: 12px;
        border: 1px solid #3F414B;
        background: linear-gradient(216deg, rgba(46, 47, 54, 0) 8%, #2E2F36 93%);
        margin: 0 0 30px 0;
    }

    .index_discounts .index_discounts_left .left_area {
        flex-direction: row;
    }

    .index_discounts .index_discounts_left .left_area>div.active::after {
        display: none;
    }

    .index_discounts .index_discounts_left .left_area>div {
        height: 44px;
        border-radius: 12px;
        opacity: 1;
        background: linear-gradient(258deg, rgba(46, 47, 54, 0) 1%, #2E2F36 98%);
        box-sizing: border-box;
        border: 1px solid #3F414B;
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .index_discounts .index_discounts_left .left_area>div.active,
    .index_discounts .index_discounts_left .left_area>div:hover {
        background: linear-gradient(270deg, #FFCC57 0%, #FFDB9E 100%);
        border: none;
        color: #1F1F24;
    }

}

@media only screen and (max-width: 500px) {
    /* .icon-title {
        font-size: 18px;
    } */
}

@media only screen and (max-width: 410px) {
    /* .icon-title {
        font-size: 18px;
    } */
/* 
    .icon-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 1000px;
    } */
}