<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.koreancomic_chapter_block {
    width: 780px;
    position: absolute;
    bottom: 230px;
    background-color: rgba(0,0,0,0.85);
    left: 65px;
    padding: 12px;
    box-sizing: border-box;
    display: none;
}

.koreancomic_chapter_block ul{
    max-height: 200px;
    overflow-x: hidden;
}

.arrow-up{
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0px 5px 7px 5px;
    border-color:  transparent transparent #fff transparent;
    display: inline-block;
}

.arrow-down{
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 5px 0px 5px;
    border-color:  #fff  transparent transparent transparent;
    display: inline-block;
}

.koreancomic_chapter_block&gt;ul::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #252525;
}

.koreancomic_chapter_block&gt;ul::-webkit-scrollbar{
	width: 10px;
	background-color:none;
}

.koreancomic_chapter_block&gt;ul::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #757575;
}

.chapter_btn {
    text-align: center;
    padding: 5px 0px;
    width: 74px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 15px;
    box-sizing: border-box;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
}
.chapter_btn:hover{   
    border: 1px solid #2ea7e0;
}


.toolbar_list{
    width: 95%;
    margin: 0 auto;
    display: flex;
    padding: 15px 0px;
    box-sizing: border-box;
    justify-content: space-between;
}

.comic_player_up_money&gt;a 
,.comic_player_up_point&gt;a 
,.comic_player_up_list&gt;a{
    border: 1px solid #aaaaaa;
    color: #ffd900;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 13px;
}
.comic_player_up_list&gt;a{
    width: 109px;
}

.comic_player_up_point .days ,
.comic_player_up_list .days{
    padding: 0 14px 0 18px;
    border-left: 1px solid #ffd900;
}

.comic_player_up_movie_arr {
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    padding: 0px 7px;
}

.comic_player_up_movie_arr .read-radio{
    display: inline-block;
}

.btn-toggle-light-open ,
.btn-toggle-light-close,
.btn-toggle-full,
.btn-toggle-window{
    border-left: 1px solid #fff;
    padding: 0 5px;
}

.btn-toggle-light-open &gt;input ,
.btn-toggle-light-close&gt;input,
.btn-toggle-full&gt;input,
.btn-toggle-window&gt;input{
    vertical-align: middle;
}

.btn-toggle-light-open &gt;span,
.btn-toggle-light-close&gt;span,
.btn-toggle-full&gt;span,
.btn-toggle-window&gt;span{
    color: #fff;
}

.comic_player_catalog&gt;a{
    border: 1px solid #aaaaaa;
    color: #ffffff;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 13px;
}

.comic-chapter-box{

    display: flex;
    justify-content: center;
}

.comic-chapter-box img{
    min-height: 200px;
}
.chapter-top-bar{
    position: absolute;
    left: 0;
    height: 44px;
    text-align: center;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    color: white;

}

.chapter_btn li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    padding-left: 5px;
    padding-right: 5px;

    line-height: 20px;
}
.prev-chapter,.next-chapter{
    background: none !important;
    color: white;
    border-left: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    opacity: 1;
}
.next-chapter{
    border-right: 1px solid black;
}
.prev-chapter:hover,.next-chapter:hover{
    color: red;
}
.prev-chapter.disabled,.next-chapter.disabled{
    opacity: 0.5;
}
.chapter_btn.active{
    color: #ffd900;
    border: 1px solid #ffd900;
}
.chapter_btn.read{
    background-color: gray;
    border: 1px solid gray;
}
.chapter-lock{
    width: 0.7rem;
    position: relative;
    top: 1px;
    right: -4px;
}

.chapter_btn:hover img,.chapter_btn.focus {
    filter: invert(50%) sepia(84%) saturate(416%) hue-rotate(155deg) brightness(96%) contrast(96%);
}


/* 20211209æ–°å¢ž */

.d-none{
    display: none;
}

.manhwa{
    margin-bottom: 15px;
}

.manhwa_cover{

    margin-right: 25px;
}
.manhwa_cover img{
    width: 200px;

}

.manhwa_group{
    display: flex;
    margin-bottom: 10px;
}

.manhwa_info{
    display: flex;
    flex-direction: column;
}

.manhwa_info .fav-add-to-favo-btn{
    position: relative;
    top: 0px;
    left: 0px
}
.chapter_group{
    margin: auto 0 0 0;
}

.chapter_group &gt;p{
    margin-bottom:5px;
}


.info_chapter{
    width: 75%;
    box-sizing: border-box;
    height: 120px;
    overflow-y: scroll;
}

.chapter_order_list {
    border: none;
    background-color: transparent;
    font-size: 16px;
    margin-bottom: 6px;
    cursor: pointer;
}

.sort-numeric-down{
    content: '';
    display: inline-block;
    background-image: url(../images/sort-numeric-down-solid.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 18px;
    vertical-align: bottom;
}

.sort-numeric-up{
    content: '';
    display: inline-block;
    background-image: url(../images/sort-numeric-up-solid.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 18px;
    vertical-align: bottom;
}

.chapter_btn.dark{
    color: #444853;
    border: 1px solid #444853;
    width: 77px;
}

.chapter-lock.dark{
    filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(273deg) brightness(30%) contrast(107%);
}

.chapter_btn.dark:hover {
    color: #2ea7e0;
    border: 1px solid #2ea7e0;
}

.continue_read{
    display: block;
    margin: 0 auto;
    background-color: #252525;
    color: #fff;
    padding: 8px 40px;
    font-size: 15px;
    border-radius: 5px;
    border-style: none;
    cursor: pointer;
}

.continue_read:hover{
    color: #ffa713;
}

.info_chapter::-webkit-scrollbar {
    width: 10px;
    background-color: none;
}

.info_chapter::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #757575;
}

.info_chapter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    border-radius: 10px;
    background-color: #252525;
}

/* 1213-æ–°å¢žç«&nbsp;ç¯€æŽ’åºéœ€æ±‚ */

.white-color{
    color: #fff;
}

.sort-numeric-down-w{
    content: '';
    display: inline-block;
    background-image: url(../images/sort-numeric-down-solid-w.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 18px;
    vertical-align: bottom;
}

.sort-numeric-up-w{
    content: '';
    display: inline-block;
    background-image: url(../images/sort-numeric-up-solid-w.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 16px;
    height: 18px;
    vertical-align: bottom;
}




/* è¡Œå…§æ¨£å¼ä¿®æ”¹ */
.movie_txt_nsme {
    text-indent: 5px;
}

</pre></body></html>