@charset "utf-8";

* {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: serif;
}

html,
body {
    width: 100%;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    overflow-x: hidden;
    color: rgb(51, 51, 51);
}

a {
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.ad-container {
    margin: 16px auto;
}

.ad-container[data-ad-index="0"] {
    margin-top: 0;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    min-height: 250px;
    max-width: 300px;
    margin: 0 auto;
}

.ad-label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
            align-items: start;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.fav {
    width: 160px;
    height: 100%;
    margin-right: auto;
}

.fav .nov_rootbg {
    display: inline-block;
    width: 160px;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bgi {
    min-width: 30px;
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/loading.e29b847.gif);
}

.title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: auto;
}

.trending-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 8px;
    font-weight: bold;
    color: whitesmoke;
}

.title-icon {
    width: 40px;
    aspect-ratio: 1;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.title-text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    position: relative;
    white-space: nowrap;

    height: 45px;
}

.title-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 80%;
    height: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f87561), to(#feb7ad));
    background: -webkit-linear-gradient(top, #f87561, #feb7ad);
    background: linear-gradient(to bottom, #f87561, #feb7ad);
    border-radius: 10px;
}

.more-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #ff5722;
    font-size: 16px;
    font-weight: bold;
}

.more-btn p {
    margin: 0;
    font-size: 14px;
}

header {
    position: relative;
    width: 100%;
    padding: 0 5px;
    color: #fff;
}

.nov_header-box {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    height: 60px;
}

.nov_header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    border-radius: 0 0 0 30px;
}

.nov_header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    border-radius: 0 0 30px 0;
    z-index: 900;
}

.nov_header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 0;
    color: #333;
    font-weight: 600;
}

#MoreShow {
    color: #333;
    font-size: 16px;
    cursor: pointer;
    border: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
}

.about-list {
    position: absolute;
    top: 43px !important;
    right: 0 !important;
    height: auto;
    width: auto;
    background-color: #353535;
    z-index: 9999;
    display: none;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 5px;
    border-radius: 10px;
    padding: 20px 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.about-list .play-item {
    margin: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    padding: 3px 16px;
    border-radius: 8px;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 2px solid #000;
    position: relative;
}

.play-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.nov_about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: relative;
}

.nov_header-banner {
    background-color: #f7f7f7f1;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.nov_header-banner-container {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
    padding: 10px 0;
}

#HeaderHome,
.play-item {
    border-radius: 8px;
    padding: 5px 20px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

#HeaderHome {
    position: relative;
}

#HeaderHome::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -5px;
    height: 10px;
    background: #d85050;
    border-radius: 10px;
}

.nov_header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 5px;
}

.nov_search-box {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    /* display: none; */
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    margin: 0;
}

.nov_search-btn-box {
    margin-right: 2px;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    height: 90%;
    border-radius: 30px;
    padding: 0 15px;
}

.nov_search-btn,
.search-button {
    width: 30px;
    aspect-ratio: 1;
    background-image: url(../../images/search.6f6dbe1.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.search-button {
    margin: 0 10px;
}

.ricle-icon {
    width: 30px;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130%;
}

.myInput {
    color: #000;
    height: 30px;
    outline: 0;
    font-size: 1rem;
    border: 0;
    display: inline-block;
    margin: 0 1em;
    text-decoration: none;
    width: 80%;
}

.nov_aside-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../../images/menu.37ced67.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.nov_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.945);
    z-index: 998;
    display: none;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.nov_sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100vh;
    background: #fff;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 999;
    overflow: scroll;
}

.nov_sidebar-container {
    padding: 20px;
}

.nov_sidebar-container .fav {
    height: 60px;
}

.close-btn-box {
    position: fixed;
    top: 5px;
    right: 5px;
    background-image: url(../../images/close.03a4c6d.png);
    width: 30px;
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
    z-index: 999;
    pointer-events: none;
    display: none;
}

.nov_sidebar-container .nov_list-canvas {
    width: 95%;
    margin: 10px auto;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
}

.nov_list-canvas .nov_menu-tag,
.nov_list-canvas .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    height: 45px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.514);
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}

.tag-icon {
    margin-left: 5px;
    background-image: none;
}

.nov_list-canvas .nov_menu-tag p,
.nov_list-canvas .item .icon-name {
    padding-left: 0px;
}

.nov_bottom {
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 10px 0;
}

.nov_bottom .fav {
    height: 60px;
    margin: 0 auto;
}

.nov_bottom-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 10px;
}

.greeting {
    font-size: 20px;
    font-weight: 600;
}

.random-novel-btn {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 8px 30px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.random-novel-btn:hover {
    background-color: #222;
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 15px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
}

.footer-links a {
    color: #26738a;
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.copyright {
    color: #3f89ae;
    font-size: 12px;
}

.nov_main {
    width: 80%;
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
    margin: 0 auto;
    padding: 0 10px;

    overflow: hidden;
}

.novel-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
    padding: 0 10px;
}

.novel-container-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    padding: 10px;
    margin: 10px 0;
}

.one-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.box-shadow {
    padding: 10px;
    box-shadow: 0 2px 10px rgba(99, 84, 84, 0.4);
    border-radius: 15px;
    margin: 10px 0 30px;
}

.novel-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.novel-card__icon-box {
    position: relative;
    width: 100%;
    min-height: 113px;
    height: -webkit-calc(100% - 75px);
    height: calc(100% - 75px);

}

.novel-card__thumbnail {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
}

.novel-card__duration {
    font-size: 12px;
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
}

.novel-card__info {
    color: #13616d;
    gap: 10px;
}

.novel-card__title {
    font-size: 14px;
    font-weight: 500;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    height: 12px;
    margin: 5px;
}

.novel-card__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 12px;
    padding: 0 0 8px 8px;
    font-size: 10px;
}

.novel-card__like-btn,
.novel-card__star-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 4px;
    background: none;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
}

.like-icon,
.star-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
}

.like-icon {
    background-image: url(../../images/likes.1e9e9b3.png);
}

.star-icon {
    background-image: url(../../images/collections.142448f.png);
}

.novel-card__badge {
    background-color: #fbbf24;
    color: #000;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 10px 0 0 10px;
    margin-left: auto;
    white-space: nowrap;
}

@media screen and (max-width:900px) {

    .nov_main,
    .nov_bottom-container,
    .nov_header-box {
        width: 100%;
        padding: 0;
    }

    .nov_header-banner,
    .nov_header-menu {
        display: none;
    }

    .nov_aside-menu {
        display: block;
    }

    .title {
        font-size: 16px;
    }

    .more-btn p {
        font-size: 12px;
    }
}

@media screen and (max-width:480px) {

    .novel-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .nov_header-box {
        height: 40px;
    }

    .aside,
    .nov_search-box {
        width: 90%;
    }

    .nov_bottom .fav {
        height: 60px;
    }

    .nov_sidebar {
        width: 90%;
    }

    .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .column:nth-child(2) {
        border: none;
    }

    .wave-container {
        height: 40px;
    }

    .footer-links {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }

    .nov_bottom {
        font-size: 0.9rem;
    }

    .column {
        padding: 0;
        min-height: 212.55px;
        overflow-y: auto;

        min-width: 0px;
        padding: 0px;
    }

    .novel-card-type1 .novel-card__thumbnail {
        aspect-ratio: auto;
        height: 113px;
    }



}
.novel-list-box {
    width: 80%;
}

.novel-nov_sidebar-box {
    width: 20%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3);

    background-position: center;
    background-size: cover;

    position: relative;
    overflow: hidden;
    color: #fff;
}

.novel-nov_sidebar-box::before {
    content: '';
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear,
            left top, left bottom,
            from(rgba(0, 0, 0, 0.55)),
            to(rgba(0, 0, 0, 0.25)));
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.25));
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.25));
    z-index: 0;
}

.novel-nov_sidebar-box>* {
    position: relative;
    z-index: 1;
}

.novel-nov_sidebar-box .title {
    font-weight: bolder;
    white-space: nowrap;
    padding: 0 10px;
    margin: 0;
}

.novel-nov_sidebar-box .show-more {
    background-color: #cacaca;
    width: 90%;
    margin: 5px 5%;
    border: none;
    padding: 5px;
    border-radius: 10px;
}

.novel-nov_sidebar-list {
    padding: 20px 15px;
}

.novel-nov_sidebar-list .card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.novel-nov_sidebar-list .book-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.novel-nov_sidebar-list .book-sub {
    font-size: 14px;
    margin: 5px 0;
}

.book-nov_main .book-summary {
    line-height: 1.2;
    font-size: 12px;
    overflow-y: auto;
    max-height: 600px;
}

.novel-nov_sidebar-list .status {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 999px;
    white-space: nowrap;
}

.novel-nov_sidebar-list .status.completed {
    background: rgba(76, 175, 80, .15);
    color: #6ddf7c;
}

.novel-nov_sidebar-list .status.ongoing {
    background: rgba(255, 193, 7, .15);
    color: #ffd166;
}

.novel-nov_sidebar-list .novel-card {
    box-shadow: none;
}

.novel-nov_sidebar-list .novel-card:nth-child(-n+3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 5px 0;
}

.novel-nov_sidebar-list .novel-card:nth-child(-n+3) .novel-card__icon-box,
.novel-nov_sidebar-list .novel-card:nth-child(-n+3) .novel-card__info {
    width: 50%;
    max-height: 70px;
    min-height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.novel-nov_sidebar-list .novel-card:nth-child(n+4) .novel-card__icon-box,
.novel-nov_sidebar-list .novel-card:nth-child(n+4) .novel-card__meta {
    display: none;
}

.novel-list-box1 .novel-card:nth-child(1),
.novel-list-box2 .novel-card:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
}

.carousel {
    grid-column: span 2;
    grid-row: span 2;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.carousel-slides {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    padding: 0;
    color: white;
    position: relative;
}

.carousel-slide .novel-card__title,
.novel-grid .novel-card__title {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    position: absolute;
    bottom: 5px;
    left: 10px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-rows: auto;
    height: 24px;
}

.novel-grid .novel-card__icon-box {
    height: 100%;
}

.novel-grid .novel-card__title {
    width: 50%;
}

.carousel-slide .novel-card__icon-box {
    height: 100%;
    width: 100%;
}

.carousel-slide .novel-card__duration {
    display: none;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: transparent;
    color: white;
    border: none;
    font-size: 28px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 20;
}

.prev {
    left: 0;
    background-image: url(../../images/left.95450ec.png);
}

.next {
    right: 0;
    background-image: url(../../images/right.758e351.png);
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
}

.indicator.active {
    width: 22px;
    border-radius: 15px;
    background-color: #f76f59;
}

.novel-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.novel-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.novel-placeholder {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.novel-card p {
    padding: 10px;
    font-size: 14px;
}

.novel-card span {
    padding: 0 10px 10px;
    font-size: 12px;
    color: #666;
}

.novel-card--first_child .novel-card__icon-box {
    height: 100%;
    min-height: 232px;
}

.novel-card--first_child .novel-card__thumbnail {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
}

.novel-card--first_child .novel-card__title {
    position: absolute;
    bottom: 8px;
    left: 8px;
    color: #fff;
    max-height: 24px;
    height: auto;
}

.novel-list-box3,
.novel-list-box4 {
    grid-template-columns: repeat(6, 1fr);
}

@media screen and (max-width:900px) {
    .novel-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .carousel {
        grid-column: span 3;
        grid-row: span 3;
    }

    .carousel-slides {
        height: 400px;
    }

    .novel-grid .novel-card-type1 {
        height: 113px;
    }

    .novel-nov_sidebar-box {
        display: none;
    }

    .novel-list-box {
        width: 100%;
    }

    .novel-list-box3,
    .novel-list-box4 {
        grid-template-columns: repeat(4, 1fr);
    }

}

@media screen and (max-width:480px) {
    .novel-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .carousel {
        grid-column: span 2;
        grid-row: span 2;
    }

    .carousel-slides {
        height: 320px;
    }

    .novel-list-box3,
    .novel-list-box4 {
        grid-template-columns: repeat(2, 1fr);
    }

    .novel-card--first_child .novel-card__thumbnail {
        height: 320px;
    }

    .novel-card--type1 .novel-card__icon-box {
        height: 260px;
    }

    .novel-list-box1 .novel-card:nth-child(n+10),
    .novel-list-box2 .novel-card:nth-child(n+10) {
        display: none;
    }
}
