@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%;
    height: 100vh;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    overflow-x: hidden;
    font-family: serif "SquareRegular";
    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(31, 31, 31);
}

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

.fav .lan-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);
}

.lan-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-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: auto;
    border-bottom: 1px solid #9d9d9b;
    margin-left: 15px;
}

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

.lan-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;
}

.lan-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;
}

.lan-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;
    gap: 20px;
}

.lan-header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin: 0;
    gap: 15px;
}

.lan-header-menu div {
    color: white;
    font-size: 16px;
    cursor: pointer;
}

.lan-header-menu span {
    color: white;
    font-size: 16px;
    font-weight: 800;
}

.lan-header-menu div:hover {
    text-decoration: underline;
}

.lan-search-button-box {
    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: 5px;
}

.lan-search-box {
    position: fixed;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60%;
    height: 40px;
    /* display: flex; */
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(199, 236, 252, 1);
    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;
    z-index: 999;
}

.lan-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;
}

.lan-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%;
}

.lan-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;
}

.lan-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%;
}

.lan-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;
}

.lan-sidebar-container {
    padding: 20px;
}

.lan-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;
}

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

.lan-list-canvas .lan-menu-tag,
.lan-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;
}

.lan-list-canvas .lan-menu-tag p,
.lan-list-canvas .item .icon-name {
    padding-left: 0px;
}

.lan-bottom-container {
    width: 100%;
    text-align: center;
}

.footer-line {
    width: 90%;
    border: none;
    border-top: 1px solid #999;
    margin: 10px auto 20px;
}

.footer-domain {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.footer-desc {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.footer-links {
    font-size: 14px;
    margin-bottom: 30px;
}

.footer-links a {
    color: #333;
    text-decoration: underline;
    margin: 0 8px;
}

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

.footer-links span {
    color: #666;
    margin: 0 2px;
}

.lan-footer-bottom {
    color: white;
    margin-top: 20px;
    height: 60px;
}

.lan-footer-bottom .fav {
    margin: 0 auto;
}

.footer-logo {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-logo a {
    color: white;
    text-decoration: none;
}

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

.copyright .awebsite {
    color: #f0f0f0;
    text-decoration: none;
}

.copyright .awebsite:hover {
    text-decoration: underline;
}

.lan-main {
    width: 100%;
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
}

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

.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;
}

.lan-card {
    overflow: hidden;
}

.lan-card__icon-box {
    width: 100%;
    aspect-ratio: 0.9;
    min-height: 113px;
    border-radius: 10px;
    overflow: hidden;
}

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

.lan-card__info {
    gap: 5px;
    padding: 5px;
}

.lan-card__title {
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lan-card__author,
.lan-card__category {
    font-size: 10px;
    color: #9d9d9b;
    height: 15px;
    white-space: nowrap;
}

.lan-card__meta {
    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;
    color: #9d9d9b;
    font-size: 10px;
}

.lan-card__score-box {
    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;
}

.lan-card__score-box .start-icon {
    width: 15px;
    aspect-ratio: 1;
    background-image: url(../../images/collections.142448f.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.lan-card__summary {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 11px;
    margin-bottom: 5px;
}

.lan-card__start-btn {
    display: inline-block;
    background-color: #4f9d85;
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid #4d6f64;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    overflow: hidden;
}

.lan-card--type2 .lan-card__author,
.lan-card--type2 .lan-card__score-box,
.lan-card--type2 .lan-card__start-btn,
.lan-card--type2 .lan-card__category,
.lan-card--type3 .lan-card__start-btn,
.lan-card--type3 .lan-card__author,
.lan-card--type3 .lan-card__meta,
.lan-card--type4 .lan-card__start-btn,
.lan-card--type4 .lan-card__category,
.lan-card--type5 .lan-card__category,
.lan-card--type5 .lan-card__summary,
.lan-card--type5 .lan-card__author,
.lan-card--type5 .lan-card__start-btn {
    display: none;
}

.lan-card--type1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
}

.lan-card--type1 .lan-card__info {
    width: -webkit-calc(100% - 10px - 30%);
    width: calc(100% - 10px - 30%);
}

.lan-card--type2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
    border-bottom: 1px solid #9d9d9b;
    padding: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.lan-card--type2 .lan-card__icon-box {
    width: 100px;
    aspect-ratio: 0.7;
    min-height: auto;
}

.lan-card--type2 .lan-card__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.lan-card--type3 {
    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;
}

.lan-card--type3 .lan-card__icon-box {
    width: 100%;
    aspect-ratio: 0.7;
}

.lan-card--type4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.lan-card--type4 .lan-card__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
}

.lan-card--type5 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.lan-shadow {
    padding: 20px;
    background-color: #f4f3ef;
    border-radius: 10px;
    border: 1px solid rgb(180, 183, 177);
    box-shadow: 2px 3px 0 rgb(175, 172, 167);
}

.lan-container-box {
    margin: 0 auto 20px;
}

.bg-box {
    background-color: #cac7c0;
    border-top: 1px solid #8c8a87;
    border-bottom: 1px solid #8c8a87;
    padding: 30px 0;
}

.container {
    width: 80%;
    margin: 0 auto;
}

.bg-box .container {
    padding: 10px;
    display: block;
}

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

    .lan-main,
    .lan-bottom-container,
    .lan-header-box {
        width: 100%;
        padding: 0;
    }

    .lan-header-banner,
    .lan-header-menu {
        display: none;
    }

    .lan-aside-menu {
        display: block;
    }

    .title {
        font-size: 16px;
    }

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

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

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

    .lan-header-box {
        height: 40px;
    }

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

    .lan-bottom .fav {
        height: 60px;
    }

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


    .lan-title {
        margin-left: 5px;
    }

    .lan-bottom {
        font-size: 0.9rem;
    }

    .lan-novel-list .lan-card__icon-box,
    .lan-novel-list .lan-card__thumbnail {
        height: 143px;
        min-width: 30%;
        aspect-ratio: auto;
    }

    .lan-card__info {
        max-width: 68%;
        padding: 1%;
    }



}
.carousel-box {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.carousel {
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    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 .lan-card__icon-box {
    width: 100%;
    height: 100%;
    aspect-ratio: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
    z-index: 2;
    padding: 30px;
    color: #fff;
}

.carousel-slide .lan-card__bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: blur(8px);
            filter: blur(8px);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 1;
}

.carousel-slide .lan-card__icon-box .lan-card__thumbnail {
    width: 40%;
}

.carousel-slide .lan-card__icon-box .lan-card__meta .lan-card__title {
    font-size: 16px;
    height: 16px;
}

.lan-card--type5 .lan-card__title {
    white-space: wrap;
    max-height: 80%;
    overflow-y: auto;
}

.carousel-slide .lan-card__icon-box .lan-card__meta {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    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;
    gap: 10px;
    color: #fff;
    overflow: hidden;
}

.lan-card__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 11px;
}

.carousel-btn {
    display: none;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    right: 40%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    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 {
    background-color: #fff;
}

.lan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-columns: 1fr;
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.lan-novel-box {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.carousel-box .lan-title {
    border: none;
}

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

.novel-list2,
.novel-list4 {
    grid-template-columns: repeat(8, 1fr);
}

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

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

.two-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 20px;
}

.two-container .novel-list-box {
    width: 60%;
}

.two-container .novel-list-box .lan-shadow {
    margin-top: 10px;
}

.two-container .novel-nov_sidebar-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.detail-card {
    margin: 10px 0;
}

.carousel-track {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
}

.carousel-track .carousel-item {
    aspect-ratio: 0.8;
    border-radius: 10px;
    overflow: hidden;
}

.carousel-track .carousel-item img {
    border-radius: 7px;
}

.carousel-track .carousel-item.active {
    padding: 2px;
    border-radius: 10px;
    border: 2px solid #2ecc71;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.lan-card--type4 .lan-card__icon-box {
    width: 40%;
}

.lan-card--type4 .lan-card__info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    width: 60%;
}

.lan-card--type2 .lan-card__summary {
    -webkit-line-clamp: 10;
    height: -webkit-calc(11px * 10);
    height: calc(11px * 10);
}

.lan-card--type4 .lan-card__summary {
    -webkit-line-clamp: 12;
    height: -webkit-calc(11px * 12);
    height: calc(11px * 12);
}

.two-container .lan-card__summary {
    -webkit-line-clamp: 30;
    height: -webkit-calc(11px * 30);
    height: calc(11px * 30);
}

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

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

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

    .novel-list2,
    .novel-list4,
    .novel-list5 {
        grid-template-columns: repeat(4, 1fr);
    }

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

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

    .two-container {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
        -moz-box-sizing: border-box;
             box-sizing: border-box;
        border-radius: 15px;
        padding: 0 10px;
    }
}

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

    .container,
    .bg-box .container {
        width: 98%;
        margin: 10px auto;
    }

    .carousel-slides {
        height: 320px;
    }

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

    .carousel-track .carousel-item {
        aspect-ratio: auto;
        height: 65px;
    }

    .lan-card--type1 .lan-card__icon-box {
        width: 40%;
        aspect-ratio: 0.9;
        min-height: 113px;
        border-radius: 10px;
        overflow: hidden;
    }

    .lan-card--type5 .lan-card__title {
        white-space: wrap;
        max-height: 80%;
        overflow-y: auto;
    }

    .lan-card--type4 .lan-card__info {
        width: 50%;
    }

    .lan-card__desc {
        -webkit-line-clamp: 19;
        max-height: -webkit-calc(11px * 19);
        max-height: calc(11px * 19);
    }

    .lan-card--type4 .lan-card__summary {
        -webkit-line-clamp: 8;
        height: -webkit-calc(11px * 8);
        height: calc(11px * 8);
    }

    .lan-card--type4 .lan-card__icon-box {
        width: 50%;
    }

    .two-container .lan-card__summary {
        -webkit-line-clamp: 8;
        height: -webkit-calc(11px * 8);
        height: calc(11px * 8);
    }

    .two-container .lan-shadow {
        height: 335px;
    }
}
