@charset "utf-8";
.home_tab {
    line-height: 1.4em;
    margin: 0 0 5px 0;
    overflow: hidden;
    padding: 0 0 0 14px;
    position: relative;
}
.home_tab li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid var(--bg--neu--20-1);
    padding: 0 8px;
}
.home_tab li:first-child {
    border: 0;
    padding: 0 8px 0 0;
}
.home_tab li a {
    color: var(--txt--neu--500);
    display: inline-block;
    padding: 0px;
}

.home_tab li.on a {
    color: var(--txt--pri--500);
    font-weight: normal; /*원래볼드*/
}

.book_swipe_area {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*리스트 띠배너*/
.list_banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.list_banner img {
    width: 100%;
}

.pre_banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pre_banner img {
    width: 100%;
}

/*독자추천*/
.review_area {
    position: relative;
    width: 93%;
    overflow: hidden;
    margin: 0 auto 10px auto;
    border-radius: 5px;
}
.review_txt {
    max-width: 100%;
    padding: 14px 10px 5px 10px;
}
.review_txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.review_txt p.novel_name {
    color: #000;
    font-weight: normal; /*원래500*/ /*제목 글자두께*/
    font-size: 1.1em; /*작품썸네일 제목*/
    height: 1.5em;
    line-height: 1.5em;
}
.review_txt p.author {
    color: #000;
    font-weight: 400;
    font-size: 0.9em;
    height: 1.5em;
    line-height: 1.5em;
    margin: 2px 0 0 0;
}
.review_txt p.author span {
    color: #ff4862;
}
.review_txt p.title {
    font-size: 1em;
    font-weight: 400; /*제목 글자두께*/
    padding: 5px 0 2px 5px;
    height: 1.4em;
    line-height: 1.4em;
}
.review_txt p.review {
    color: #777;
    font-size: 0.9em;
    padding: 2px 0 2px 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 라인수 */
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: pre-wrap;
    height: 2.7em;
    line-height: 1.4em;
}
.review_txt p.date_nick {
    font-size: 1em;
}

/*골드게이지*/

.gold_gauge_area {
    padding: 0 14px;
}

.gold_gauge_area a.btn_gold {
    line-height: 1.7em;
    height: 1.6em;
    background-color: #3e6de3;
    border-radius: 0.3em;
    border-bottom: 2px solid #2f55b5;
    padding: 2px 6px;
    font-size: 1.05em;
    float: none;
    color: #fff;
}
.gold_gauge_area a.btn_gold.on {
    background-color: #ffd543;
    border: 1px solid #da9819;
    border-bottom: 2px solid #da9819;
    color: #78530e;
}

.gauge_marking {
    padding: 10px 14px;
}
.gauge_marking li {
    float: left;
    width: 9%;
    height: 8px;
    margin-right: 1.1%;
    background-color: #e1e1e1;
}
.gauge_marking li.on {
    background-color: #3e6de3;
}
.gauge_marking li:nth-child(1).on,
.gauge_marking li:nth-child(2).on {
    background-color: #8ba7ee;
}

.gauge_marking li:nth-child(3).on,
.gauge_marking li:nth-child(4).on {
    background-color: #7899eb;
}

.gauge_marking li:nth-child(5).on,
.gauge_marking li:nth-child(6).on {
    background-color: #658ae9;
}

.gauge_marking li:nth-child(7).on,
.gauge_marking li:nth-child(8).on {
    background-color: #517be6;
}

.gauge_marking li:first-child {
    border-radius: 3px 0 0 3px;
}
.gauge_marking li:last-child {
    margin-right: 0;
    border-radius: 0 3px 3px 0;
}
.gold_day {
    float: right;
    color: #f66000;
}

.gold_serv_txt {
    line-height: 1.1em;
    position: relative;
    font-weight: 400;
    font-size: 1.1em;
}

.gold_serv_txt span {
    float: right;
    color: #3e6de3;
}

.gold_serv_txt span.get_before {
    float: none;
    color: #000;
}

.r_rank {
    padding: 10px 15px 0 15px;
    position: relative;
    overflow: hidden;
}

.r_rank li {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0 0 7px 0;
}
.r_rank .state_issue {
    position: absolute;
    top: 25px;
    right: 0;
    line-height: 13px;
    letter-spacing: 0;
}
.r_rank .state_issue .num_rank {
    display: inline-block;
    width: 32px;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}

.r_rank .state_issue .num_rank.num_rank_up {
    color: var(--txt--sec--red500);
}

.r_rank .state_issue .num_rank.num_rank_down {
    color: #6b7080;
}

.r_rank .state_issue .num_rank.num_rank_new {
    /*background-color:*/
    color: var(--txt--sec--red500);
    font-size: 11px;
    text-align: center;
}
.r_rank .state_issue .num_rank.num_rank_equal {
    width: 10px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 12px;
}
.r_rank .rank_txt {
    float: left;
    max-width: 69%;
}
.r_rank .rank_txt p {
    display: block;
    overflow: hidden;
    padding: 0 50px 0 0;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.r_rank .rank_txt p.title {
    color: #000;
    font-weight: normal; /*원래500*/ /*제목 글자두께*/
    font-size: 1.1em; /*작품썸네일 제목*/
    height: 1.5em;
    line-height: 1.5em;
}
.r_rank .rank_txt p.rank {
    color: var(--txt--pri--500);
    font-weight: normal; /*원래500*/ /*제목 글자두께*/
    font-size: 1em;
    height: 1.4em;
    line-height: 1.4em;
}

.r_rank .rank_txt p.rank.winner {
    background-color: #3e6de3;
    color: #fff;
    padding: 0 4px;
    display: inline-block;
    border-radius: 3px;
}

.r_rank .rank_txt p.author {
    color: #000;
    font-weight: 400;
    font-size: 0.9em;
    height: 1.5em;
    line-height: 1.5em;
    margin: 2px 0 0 0;
}
.md_focus {
    position: relative;
    overflow: hidden;
    padding: 8px;
}
.md_focus .box_title span {
    top: 13px;
}
.md_focus .left_txt {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 12px 0;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    line-height: 1.1em;
    font-size: 1.2em;
    width: 72px;
}
.md_focus .left_txt span {
    line-height: 0.7em;
    font-size: 0.7em;
}
.md_focus p.md_txt {
    color: #fff;
    text-align: center;
    font-size: 1.2em;
    padding: 2px 0 2px 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
    max-height: 2.3em;
    line-height: 1.4em;
    padding: 10px 35px;
    overflow: hidden;
    position: relative;
}
.md_focus .tags {
    padding: 0 10px 10px 10px;
    text-align: center;
}
.md_focus .tags span {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 2px 7px;
    margin: 2px;
    font-size: 1.1em;
}
.md_focus .md_book {
    width: 36%;
    margin: 3px auto;
    position: relative;
    overflow: hidden;
}
.md_focus .md_book img {
    width: 100%;
}

/*메인 추천란*/

.recomm {
    width: 35px;
    height: 36px;
    content: '';
    position: absolute;
    top: 16px;
    left: 13px;
    background-position: -2px -271px;
}
.recomm_num {
    position: absolute;
    left: 0;
    top: 14px;
    font-weight: bold;
    color: #ffffff;
}

.main_page_board_list li .comment:after,
.main_page_board_list .entry_re:before,
.main_page_board_list .entry_re:before {
    background-color: transparent;
    background-repeat: no-repeat;
}

.main_page_board_list {
    margin-top: 0;
}
.main_page_board_list li {
    text-align: left;
    position: relative;
    padding: 10px 55px 10px 10px;
    color: #555;
    border-top: 1px solid #e4e4e4;
    cursor: pointer;
    border-bottom: 0;
    width: calc(100% - 65px);
}
.main_page_board_list li.bottom_line {
    border-bottom: 1px solid #dbdbdb;
}
.main_page_board_list li.notice {
    background-color: #f2f9fc;
    font-weight: bold;
}
.main_page_board_list li .tit {
    width: 82%;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.main_page_board_list li .tit a {
    color: #000;
}
.main_page_board_list li .tit .category {
    color: #179cbd;
    margin-right: 7px;
}
.main_page_board_list li .date {
    font-size: 12px;
    color: #555;
}
.main_page_board_list li .date span {
    margin: 0 6px;
    color: #b0b6b8;
}
.main_page_board_list li .comment {
    min-width: 30px;
    height: 23px;
    display: block;
    position: absolute;
    top: 10px;
    right: 60px;
    padding-top: 1px;
    font-size: 14px;
    line-height: 23px;
    color: #0867d2;
    text-align: center;
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 5px;
    border-radius: 3px;
}
.main_page_board_list li .comment:after {
    width: 6px;
    height: 6px;
    content: '';
    display: block;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -3px;
    background-position: -56px -146px;
}
.main_page_board_list li .i_new:after {
    margin: 6px 0 0 4px;
    vertical-align: top;
    position: absolute;
    right: 44px;
}
.main_page_board_list li .i_new-pluszone:after {
    margin: 1px 0 0 4px;
    vertical-align: top;
}
.main_page_board_list .entry_re:before {
    width: 11px;
    height: 9px;
    display: inline-block;
    content: '';
    position: relative;
    background-position: -99px -178px;
}

.r_rank_btn {
    position: relative;
    padding: 10px 0 3px 0;
    text-align: center;
    font-weight: 500;
    border-top: 1px solid var(--bor--neu--20-4);
}
/*다크테마추가*/
.r_rank_btn a,
.r_rank_btn a:hover {
    color: var(--txt--neu--500);
}
.r_rank_btn span {
    font-size: 14px;
}

.book_info_70 p.title.line-clamp-2 {
    height: 34px;
    white-space: normal;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 5px 0;
}
.book_info_70.box-bg {
    margin: 0 0 10px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    padding: 5px;
    width: auto;
}
.books .book_thumb {
    position: relative;
    height: 117px;
}
.mun_box .box_title span.sub_title {
    font-size: 1rem;
    color: #475baa;
    position: relative;
    top: 0;
    left: 0;
}
p.author {
    /* opacity: 0.7; */
    color: var(--txt--neu--300);
}
.book_swipe li.main-bullet {
    width: 180px;
    height: 105px;
    border: 1px solid rgba(72, 91, 170, 0.5);
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    margin-right: 3px;
}

.book_swipe li.main-bullet:first-child {
    margin-left: 13px;
}
.book_swipe li.main-bullet:last-child {
    margin-right: 13px;
}
.books_h_48 {
    width: 68px;
    margin: 6px 0;
    overflow: hidden;
    position: relative;
}
.books_h_48 .book_thumb {
    position: relative;
    height: 93px;
}
.books_h_48 .thumb_cover {
    display: block;
    width: 68px;
    height: 93px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 3px;
}

.bullet_txt {
    float: left;
}
.bullet_txt .title {
    max-height: 37px;
    height: auto;
    white-space: normal;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 7px 6px 0 0;
    width: 90px;
    font-size: 1.2em;
    color: #131c41;
    font-weight: 400;
}
.book_swipe li.main-bullet p.author {
    color: #000;
    font-size: 0.9em;
    height: 1.5em;
    line-height: 1.5em;
    margin: 4px 0 0 0px;
    float: left;
    padding: 0;
    width: 95px;
}
.book_swipe li.main-bullet p.novel_info {
    height: 34px;
    white-space: normal;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 6px 0 10px 0;
    font-size: 1.1em;
    float: left;
}
.book_swipe li.main-bullet p.bullet-count {
    display: block;
    background: #485baa;
    color: #fff;
    border-radius: 3px;
    padding: 2px 0;
    text-align: center;
    width: 94px;
    margin: 9px 0 6px 0;
    overflow: hidden;
    position: absolute;
    bottom: 1px;
    right: 6px;
}
.book_swipe li.main-bullet p.bullet-count.comp {
    background: #ddd;
    color: #404040;
}
.book_swipe li.main-bullet p.bullet-count span {
    color: #fccd49;
}
.books_96 {
    width: 96px;
    margin: 6px 0;
    position: relative;
    overflow: hidden;
}
.books_96 .book_thumb {
    position: relative;
    height: 127px;
}
.books_96 .book_thumb.btn_more {
    background-color: #f4f4f4;
    text-align: center;
}
.books_96 .book_thumb.btn_more span {
    margin-top: 50px;
    display: inline-block;
}

.books_96 .thumb_cover {
    display: block;
    width: 94px;
    height: 127px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border: 1px solid #e1e1e1; /*작품외곽선*/
}
.books_96 .thumb_cover:before {
    content: '';
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}
.bullet-free .books_96 span.day_dim {
    background: #131c41;
    color: #ffecb8;
}
.bullet-free .books_96 .thumb_cover {
    border: 1px solid #475baa;
}
.bullet-free .book_info_70.box-bg {
    background: #475baa;
    margin: 0 0 10px 0;
    border: 1px solid #475baa;
    border-top: 0;
}
.bullet-free .book_info_70 p.title.line-clamp-2 {
    color: #fff;
}
.bullet-free .book_info_70 p.author {
    color: #fff;
}

/*수정*/
.books span.day_dim,
.books_96 span.day_dim,
.books_h span.day_dim,
.books_h_80 span.day_dim,
.books_40 span.day_dim,
.books_50 span.day_dim,
.books_57 span.day_dim,
.books_100 span.day_dim,
.books_test span.day_dim {
    position: absolute;
    bottom: 0px;
    height: 1.5em;
    background-color: rgb(62, 109, 227, 0.9);
    color: #fff;
    text-align: center;
    width: 100%;
}