.top_bg {
    background-color: #fff7e3;
}

.contents img {
    width: 100%;
}

ol,
ul {
    list-style: none;
}

.tab-footer-inner_div a {
    color: #333;
    font-size: 14px;
}

.fv-cv-btn {
    margin: 34px auto;
    width: 421px;
}

.contents {
    width: 990px;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: left;
    background-color: #fdfffa;
    background-image: repeating-linear-gradient(-45deg, #fff, #fbfbfb 7.5px, transparent 0, transparent 15px);
}

/* manga-area */
.manga-head {
    background-color: #f25e6e;
    padding: 0px 10px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.manga-head::before {
    content: "";
    display: block;
    width: 5px;
    height: 38px;
    background-color: #fff;
    margin: 10px;
}

.manga-layout {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.manga-layout-left {
    width: 256px;
}

.manga-free-btn {
    margin: 15px auto 0;
    width: 245px;
}

.manga-buy-btn {
    margin: 15px auto 0;
    width: 245px;
}

.manga-layout-right {
    width: 642px;
}

.manga-title {
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}

.manga-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.manga-author-name {
    font-size: 20px;
}

.manga-details {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.3;
}

/* bottom_banner */
.bottom_banner {
    position: relative;
    margin-top: 20px;
}

.bottom_banner-btn {
    position: absolute;
    bottom: 9.8%;
    left: 6.8%;
    width: 300px;
}