.top-nav .nav-popup--discover {
    min-width: 480px;
}
.top-nav .nav-popup--profile .nav-popup__header {
    justify-content: flex-start;
}
.side__body .side__item {
    display: flex;
    flex-direction: row;
}
.side__body .side__item .item__thumb {
    width: 100px;
}
.side__body .side__item .item__wrap {
    margin-right: 20px;
}
.side__body .side__item .item__info {
    margin: 0 !important;
    width: 100%;
}
.side__body .side__item .item__info .item__title {
    align-self: flex-end;
}
.viewer__tab .tab__left {
    align-self: center;
}
.viewer__center .item__creator .creator__thumb-wrap, .viewer__center .item__creator .creator__info {
    display: inline-block !important;
}
.viewer__center .item__creator .creator__thumb-wrap {
    margin-right: 20px;
    width: 50px;
}
.viewer__center .item__creator .creator__info {
    vertical-align: middle;
}
.viewer__main-info .episode__like {
    align-self: center;
}
.side__body li {
    display: flex;
    flex-direction: row;
}
.side__body li .item__thumb {
    min-width: 52px;
    min-height: 52px;
    margin-left: 12px;
}
#comment .comment__body .comment__writer {
    display: inline-block;
    width: 50px;
    margin-right: 14px;
}
#comment .comment__body .comment__write-box {
    display: inline-block;
    min-width: 600px;
    width: calc(100% - 68px);
    vertical-align: middle;
}
@media screen and (-ms-high-contrast: active)and (max-width: 1099px),(-ms-high-contrast: none)and (max-width: 1099px) {
    .side__body {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .side__body:before {
        content: "";
        margin-left: 0;
    }
    .side__body:after {
        content: "";
        padding-right: 0;
    }
    .side__body::-webkit-scrollbar {
        display: none;
    }
    .side__body li {
        width: 170px;
        display: inline-block;
    }
    .side__body li .item__thumb {
        width: 100% !important;
    }
}
.top-nav-wrap {
    position: relative;
}
.top-nav {
    position: relative;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    color: #060616;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
.top-nav.nav--fixed {
    position: fixed;
    transition: all .2s linear 0s;
}
.top-nav-wrap {
    height: 70px;
}
.top-nav .top-nav__body .body--right {
    display: flex;
}
.top-nav .top-nav__bottom {
    display: none;
}
.top-nav .top-nav__logo {
    display: block;
    font-size: 0;
    line-height: 0;
}
.top-nav .top-nav__item {
    position: relative;
    flex-direction: column;
    margin-right: 30px;
    align-self: center;
}
.top-nav .top-nav__item.item--text {
    align-self: normal;
}
.top-nav .top-nav__item.item--text .top-nav__button {
    line-height: 77px;
}
.top-nav .top-nav__item.item--input {
    margin-right: 10px;
}
.top-nav .top-nav__item.item--img {
    margin-right: 8px;
}
.top-nav .top-nav__item.item--resize {
    display: none;
}
.top-nav .top-nav__item.item--selected {
    border-bottom: 3px solid #262636;
}
.top-nav .top-nav__item.item--profile {
    padding: 4px;
}
.top-nav .top-nav__item:last-child {
    margin-right: 0 !important;
}
.top-nav .top-nav__button {
    position: relative;
    display: block;
    font-size: 16px;
    color: #262636;
    font-weight: 600 !important;
}
.top-nav .top-nav__button.button--img {
    position: relative;
    width: 34px;
    height: 34px;
}
.top-nav .top-nav__button.button--img:hover {
    opacity: .78;
}
.top-nav .top-nav__button.button--thumb {
    width: 26px;
    height: 26px;
}
.top-nav .top-nav__button.button--thumb:hover {
    opacity: 1 !important;
}
.top-nav .top-nav__button:hover {
    color: #666676;
}
.top-nav .top-nav__button:hover i.arrow-icon {
    opacity: .72;
}
.top-nav .top-nav__button .ico {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}
.top-nav .top-nav__button .ico.ico--search {
    margin-right: 5px;
    margin-left: 5px;
}
.top-nav .top-nav__button .ico.ico--library {
    margin-right: 9px;
    margin-left: 9px;
}
.top-nav .top-nav__button .ico.ico--activity {
    margin-right: 6px;
    margin-left: 7px;
}
.top-nav .mature-icon {
    vertical-align: middle;
    margin: auto 0 auto 4px;
}
.top-nav .arrow-icon, .top-nav .arrow-icon--open {
    vertical-align: middle;
    margin: auto 0 auto 4px;
}
.top-nav .arrow-icon--open {
    display: none;
}
.top-nav .nav-popup--discover {
    position: absolute;
    top: 62px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 30px 45px 30px 30px;
}
.top-nav .nav-popup--discover .discover--left {
    display: flex;
    padding-right: 10px;
}
.top-nav .nav-popup--discover .discover--right {
    padding-left: 30px;
    border-left: 1px solid #e6e6e6;
}
.top-nav .nav-popup--discover .discover__item {
    flex-direction: column;
    width: 120px;
    margin-right: 20px;
}
.top-nav .nav-popup--discover .discover__item .discover__image {
    display: block;
    width: 120px;
    height: 90px;
    border-radius: 8px;
    margin-bottom: 10px;
}
.top-nav .nav-popup--discover .discover__item .discover__title {
    display: block;
    margin-bottom: 4px;
    line-height: 18px;
    font-size: 16px;
    color: #262636;
    font-weight: 600 !important;
}
.top-nav .nav-popup--discover .discover__item .discover__desc {
    margin: 0;
    font-size: 12px;
    color: #262636;
}
.top-nav .tapas-menu {
    height: 165px;
}
.top-nav .tapas-menu .tapas-menu__list {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.top-nav .tapas-menu .tapas-menu__list.list--wide {
    flex-direction: row;
    justify-content: space-between;
}
.top-nav .tapas-menu .tapas-menu__list .tapas-menu__item {
    font-size: 14px;
    color: #262636;
    font-weight: 600 !important;
    white-space: nowrap;
}
.top-nav .tapas-menu .tapas-menu__list .tapas-menu__item.item--bold {
    font-weight: 700 !important;
}
.top-nav .top-nav__search .search__input::placeholder {
    font-weight: 400 !important;
}
.top-nav .top-nav__search .search__input:focus {
    color: #262636;
}
.top-nav .top-nav__search .search__btn > i {
    margin: 7px;
}
#loader-manga {
    text-align: center;
}
#loader-manga .js-loading-wrap {
    display: inline-block;
}
#loader-manga span {
    margin-right: 9px;
    font-family: Yekan-B;
    font-size: 17px;
}
.nav__btn {
    display: block;
    color: #060616;
    font-size: 14px;
    padding: 5px 12px;
}
.viewer__side.side--open {
    width: 260px;
}
.nav__btn:hover {
    color: #666676;
}
.nav__btn.nav__btn--round-large {
    border-radius: 20px;
}
.nav__btn.nav__btn--dark {
    color: #fff;
    background-color: #262636;
}
.nav__btn.nav__btn--dark:hover {
    background-color: #666676;
}
.nav__btn.nav__btn--weight-semi {
    font-weight: 600 !important;
}
.nav-popup {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    top: 45px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    z-index: 999;
}
.nav-popup.nav-popup--library {
    right: -116px;
    width: 280px;
}
.nav-popup.nav-popup--activity {
    right: -140px;
    width: 326px;
}
.nav-popup.nav-popup--profile {
    right: -88px;
    width: 213px;
}
.nav-popup.nav-popup--search {
    width: 260px;
    padding: 20px;
    overflow: hidden;
}
.nav-popup .menu__text {
    font-size: 16px;
    color: #262636;
    font-weight: 600 !important;
    margin-left: 10px;
}
.nav-popup .nav-popup--triangle-up {
    position: absolute;
    margin: auto;
    top: -10px;
    left: 13px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
}
.nav-popup .nav-popup__header {
    display: flex;
    justify-content: space-between;
    padding: 24px 20px 12px 20px;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
}
.nav-popup .nav-popup__header.nav-popup__header--profile {
    justify-content: normal;
}
.nav-popup .nav-popup__header .header__thumb {
    position: relative;
    width: 34px;
    height: 34px;
    margin-right: 14px;
    align-self: center;
}
.nav-popup .nav-popup__header .header__title {
    align-self: flex-end;
}
.nav-popup .nav-popup__header .header__title.header__title--large {
    font-size: 16px;
    color: #262636;
    font-weight: 700 !important;
}
.nav-popup .nav-popup__header .header__title.header__title--inline {
    display: inline-flex;
}
.nav-popup .nav-popup__header .header__title .title.title--username {
    display: block;
    margin-bottom: 2px;
    line-height: 18px;
    font-size: 14px;
    color: #262636;
    font-weight: 600 !important;
}
.nav-popup .nav-popup__header .header__title .title.title__ink {
    font-size: 0;
    line-height: 0;
}
.nav-popup .nav-popup__header .header__title .title.title__ink .ink-link {
    display: inline-flex;
}
.nav-popup .nav-popup__header .header__title .title.title__ink .ink-amount {
    line-height: 16px;
    font-size: 12px;
    color: #262636;
    font-weight: 600 !important;
    margin-left: 4px;
}
.nav-popup .nav-popup__header .header__title.header__title--small {
    font-size: 12px;
    color: #868696;
}
.nav-popup .nav-popup__header .header__title.header__title--small:hover {
    color: #262636;
}
.nav-popup .nav-popup__header .header__title.header__title--right {
    float: right;
}
.nav-popup .nav-popup__body {
    max-height: 300px;
}
.nav-popup .nav-popup__body.nav-popup__body--profile {
    max-height: 325px;
}
.nav-popup .nav-popup__body .content {
    display: flex;
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;
}
.nav-popup .nav-popup__body .content:first-child {
    border: none !important;
}
.nav-popup .nav-popup__body .content.content--line-bold {
    border-top: 1px solid #e6e6e6;
}
.nav-popup .nav-popup__body .content:hover {
    background-color: #f6f6f6;
}
.nav-popup .nav-popup__body .content .content__row {
    display: inline-flex;
    align-items: center;
    width: 100%;
    line-height: 20px;
}
.nav-popup .nav-popup__body .content .content__row .ico--mg0 {
    margin: 2px 0;
}
.nav-popup .nav-popup__body .content .content__row .ico--mg1 {
    margin: 2px 2px 2px 3px;
}
.nav-popup .nav-popup__body .content .content__row .ico--mg2 {
    margin: 2px 1px;
}
.nav-popup .nav-popup__footer {
    height: 39px;
    background-color: #f6f6f6;
    border-top: 1px solid #e6e6e6;
    text-align: center;
    line-height: 39px;
}
.nav-popup .nav-popup__footer .nav-popup__footer--empty {
    display: block;
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 600 !important;
}
.nav-popup .nav-popup__footer .nav-popup__footer--empty .comics {
    color: #f6b606 !important;
}
.nav-popup .nav-popup__footer .nav-popup__footer--empty .novels {
    color: #26b6b6 !important;
}
.nav-popup .nav-popup__footer .nav-popup__footer--not-empty {
    display: block;
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 700 !important;
}
.nav-popup .nav-popup__footer .nav-popup__footer--not-empty:hover {
    color: #666676;
}
.nav-bar {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #26b6b6;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    color: #fff;
    z-index: 9;
}
@media (max-width: 1015px) {
    .top-nav-wrap {
        height: 96px;
    }
    .top-nav .top-nav__body .body--left {
        min-height: 48px !important;
    }
    .top-nav .top-nav__body .nav-popup--resize {
        display: none !important;
    }
    .top-nav .top-nav__bottom {
        position: relative;
        display: block !important;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    }
    .top-nav .top-nav__bottom .tapas-menu {
        display: none;
        position: absolute;
        top: 48px;
        width: 100%;
        height: 100%;
        font-size: 0;
        line-height: 0;
        flex-direction: column;
        border-top: 1px solid #e6e6e6;
    }
    .top-nav .top-nav__bottom .tapas-menu .tapas-menu__list {
        padding: 0 16px;
        background-color: #fff;
    }
    .top-nav .top-nav__bottom .tapas-menu .tapas-menu__list.list--border-top .tapas-menu__item {
        border-top: 1px solid #e6e6e6;
    }
    .top-nav .top-nav__bottom .tapas-menu .tapas-menu__list .tapas-menu__item {
        display: inline-flex;
        justify-content: space-between;
        line-height: 44px;
        font-size: 16px !important;
        color: #464656 !important;
    }
    .top-nav .top-nav__bottom .tapas-menu .tapas-menu__list .tapas-menu__item .ink-amount {
        font-size: 14px !important;
        font-weight: 700 !important;
    }
    .top-nav .top-nav__bottom .tapas-menu .tapas-menu__list .tapas-menu__item > .ico {
        margin: auto 0;
    }
    .top-nav .top-nav__bottom .tapas-menu .tapas-menu__list .tapas-menu__item > .ico.ico--ink {
        margin-right: 8px;
    }
    .top-nav .top-nav__item.item--img {
        margin: auto 0 auto 8px !important;
    }
    .top-nav .top-nav__item.item--text {
        display: none;
    }
    .top-nav .top-nav__item.item--hide {
        display: none;
    }
    .top-nav .top-nav__item.item--resize {
        display: block !important;
    }
    .top-nav .top-nav__item.item--selected {
        border-bottom: 2px solid !important;
    }
    .top-nav .bottom--search {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 1;
        grid-template-columns: 48px minmax(200px, 1fr) 48px;
        -ms-grid-columns: 48px minmax(200px, 1fr) 48px;
    }
    .top-nav .bottom--search .search__btn {
        font-size: 0;
        line-height: 0;
        -ms-grid-column: 1;
        display: inline-block;
    }
    .top-nav .bottom--search .search__btn.btn--close {
        -ms-grid-column: 3;
    }
    .top-nav .bottom--search .search__btn.btn--close > i {
        margin: 16px;
    }
    .top-nav .bottom--search .search__btn > i {
        margin: 14px;
    }
    .top-nav .bottom--search .search__form {
        -ms-grid-column: 2;
    }
    .top-nav .bottom--search .search__input {
        height: 48px;
        border: none;
        padding-left: 3px !important;
        font-size: 16px;
        color: #a6a6a6;
        font-weight: 600 !important;
    }
    .top-nav .bottom--search .search__input::placeholder {
        font-weight: 400 !important;
    }
    .top-nav .bottom--menu {
        position: relative;
        font-size: 0;
        line-height: 0;
        display: flex;
        min-height: 48px;
        margin: auto 0;
    }
    .top-nav .bottom--menu .top-nav__item {
        margin: 13px 30px 0 0;
        padding-bottom: 11px;
    }
    .top-nav .bottom--menu .top-nav__item:first-child {
        margin-left: 20px;
    }
    .top-nav .bottom--menu .top-nav__item:last-child {
        padding-right: 20px;
    }
    .top-nav .bottom--menu .top-nav__button {
        display: flex;
        line-height: 22px;
    }
}
@media (max-width: 767px) {
    .top-nav .nav-bar {
        position: fixed !important;
        bottom: 0;
    }
}
@media (max-width: 480px) {
    .top-nav .bottom--menu {
        overflow: scroll;
        -ms-overflow-style: none;
    }
    .top-nav .bottom--menu::-webkit-scrollbar {
        display: none;
    }
    .top-nav .bottom--menu .top-nav__item {
        margin-right: 16px !important;
    }
}
.top-nav--dark {
    background-color: #262636;
}
.top-nav--dark .search__input {
    background-color: #464656 !important;
    color: #868696 !important;
}
.top-nav--dark .search__input:focus {
    color: #fff;
}
.top-nav--dark .top-nav__item.item--selected {
    border-color: #fff !important;
}
.top-nav--dark .top-nav__item .top-nav__button {
    color: #fff;
}
.top-nav--dark .top-nav__item .top-nav__button.button--img:hover {
    opacity: .67;
}
.top-nav--dark .top-nav__item .top-nav__button:hover {
    color: #868696;
}
.top-nav--dark .top-nav__item .top-nav__button:hover i.arrow-icon {
    opacity: .45;
}
.top-nav--dark .top-nav__bottom .tapas-menu {
    border-top-color: #464656;
}
.top-nav--dark .top-nav__bottom .tapas-menu .tapas-menu__list {
    background-color: #262636;
}
.top-nav--dark .top-nav__bottom .tapas-menu .tapas-menu__list.list--border-top .tapas-menu__item {
    border-top: 1px solid #464656;
}
.top-nav--dark .top-nav__bottom .tapas-menu .tapas-menu__list .tapas-menu__item {
    color: #fff !important;
}
.top-nav--dark .bottom--search {
    background-color: #464656 !important;
}
.top-nav--dark .bottom--search .search__input {
    color: #fff;
}
.top-nav--dark .bottom--search .search__input:-moz-placeholder {
    color: #fff !important;
    text-overflow: ellipsis;
}
.top-nav--dark .bottom--search .search__input::-moz-placeholder {
    color: #fff !important;
    text-overflow: ellipsis;
}
.top-nav--dark .bottom--search .search__input:-ms-input-placeholder {
    color: #fff !important;
    text-overflow: ellipsis;
}
.top-nav--dark .bottom--search .search__input::-webkit-input-placeholder {
    color: #fff !important;
    text-overflow: ellipsis;
    line-height: normal;
}
.top-nav--dark .nav__btn.nav__btn--dark {
    color: #fff !important;
    background-color: #666676 !important;
}
.top-nav--dark .nav__btn.nav__btn--dark:hover {
    background-color: #464656 !important;
}
{
    position: relative
;
}
.viewer__header {
    display: none;
    width: 100%;
    background-color: #262636;
    transition: all .2s linear 0s;
    z-index: 1;
}
.viewer__header .header__left {
    font-size: 0;
    line-height: 0;
}
.viewer__header .header__center {
    display: flex;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.viewer__header .header__right {
    display: flex;
    font-size: 0;
    line-height: 0;
}
.viewer__header .center__info {
    margin: auto 10px auto 0;
    font-size: 14px;
    font-weight: 600 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.viewer__header .center__info .info__title {
    line-height: 20px;
    margin: 0;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.viewer__header .center__info .info__title--small {
    margin-bottom: 2px;
    line-height: 18px;
    font-size: 12px;
    color: #d6d6d6;
}
.viewer__header .header__button {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.viewer__header .header__button .ico--list {
    margin: 16px 14px;
}
.viewer__header .header__button .ico--dot {
    margin: 14px 22px;
}
.viewer__main {
    position: relative;
    padding-bottom: 30px;
}
.viewer__main .main__body {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.chapter-title {
    text-align: center;
    font-weight: 900;
    font-size: 29px;
    margin-bottom: 60px;
    border-top: 2px solid #EEEEEE;
    position: relative;
    width: 100%;
}
.dark .chapter-title {
    border-top: 1px solid #fff;
}
.chapter-title span {
    position: absolute;
    top: -20px;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px;
    font-family: Yekan-B;
    font-weight: bold;
    color: #616161;
}
.dark .chapter-title span {
    background: #000000;
    color: #fff;
}
.viewer__main .main__body {
    padding: 30px 0;
    margin: 40px 0;
    color: #161626;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
}
.viewer__main .main__body .content__img {
    margin: 0 auto;
    display: block;
    width: 55%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.viewer__main-info {
    position: relative;
    padding: 30px 0;
}
.viewer__main-info .main-info {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 0 auto;
}
.viewer__main-info .main-info .episode__like {
    display: block;
    line-height: 44px;
    margin: 0 auto;
    padding: 0 22px;
    border-radius: 22px;
    background-color: #c6c6c6;
    font-size: 16px;
    color: #fff;
    font-weight: 700 !important;
}
.viewer__main-info .main-info .episode__like > i {
    vertical-align: sub;
    margin-right: 8px;
}
.viewer__ad-top {
    padding-top: 20px;
}
.viewer__center {
    background-color: #fff;
    padding-top: 30px;
    margin-bottom: 67px;
}
.viewer__center .center__body {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.viewer__center .center__body .body__left {
    width: calc(700px);
}
.viewer__center .center__body .body__left .left__section {
    display: none;
}
.viewer__center .center__body .body__left .item--line {
    border-bottom: 1px solid #f6f6f6;
}
.viewer__center .center__body .body__left .item__creator {
    margin-top: 30px;
    padding-bottom: 20px;
    display: grid;
    grid-template-columns: 50px minmax(600px, 1fr);
    grid-gap: 20px;
}
.viewer__center .center__body .body__left .item__creator .creator__thumb {
    position: relative;
    display: block;
}
.viewer__center .center__body .body__left .item__creator .creator__info {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.viewer__center .center__body .body__left .item__creator .info__owner {
    display: flex;
    justify-content: flex-start;
    margin: auto 0;
}
.viewer__center .center__body .body__left .item__creator .info__title {
    line-height: 18px;
    font-size: 14px;
    color: #262636;
    font-weight: 600 !important;
}
.viewer__center .center__body .body__left .item__creator .info__label {
    margin: 0 0 0 6px;
    padding: 1px 4px;
    border-radius: 2px;
    background-color: #f6b606;
    line-height: 16px;
    font-size: 10px;
    color: #060616;
}
.viewer__center .center__body .body__left .item__creator .info__desc {
    position: relative;
    margin: 4px 0 0 0;
    line-height: 18px;
    font-size: 14px;
    color: #666676;
}
.viewer__center .center__body .body__right {
    width: 360px;
}
.viewer__center .center__body .body__right .side__label {
    margin-top: 30px;
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 16px;
    color: #666676;
    font-weight: 600 !important;
}
.viewer__center .center__body .body__right .side__body {
    border: 1px solid rgba(214, 214, 214, .6);
}
.viewer__center .center__body .body__right .side__body li {
    border-bottom: 1px solid rgba(214, 214, 214, .6);
}
.viewer__center .center__body .body__right .side__body li:hover {
    background-color: rgba(246, 246, 246, .6);
}
.viewer__center .center__body .body__right .side__body li:last-child {
    border-bottom: none;
}
.viewer__center .center__body .body__right .side__body .side__item {
    display: grid;
    grid-template-columns: 100px minmax(180px, 1fr);
    grid-gap: 20px;
}
.viewer__center .center__body .body__right .side__body .side__item:last-child {
    border-bottom: none;
}
.viewer__center .center__body .body__right .side__body .side__item .item__thumb {
    position: relative;
}
.viewer__center .center__body .body__right .side__body .side__item .item__thumb img {
    border-right: 1px solid rgba(38, 38, 54, .1);
}
.viewer__center .center__body .body__right .side__body .side__item .item__thumb .thumb-overlay {
    display: none;
}
.viewer__center .center__body .body__right .side__body .side__item .item__info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: auto 20px auto 0;
    color: #a6a6a6;
}
.viewer__center .center__body .body__right .side__body .side__item .item__title {
    display: block;
    min-width: 100%;
    margin-bottom: 4px;
    line-height: 1.3;
    font-size: 16px;
    color: #161626;
    cursor: pointer;
    font-weight: 600 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.viewer__center .center__body .body__right .side__body .side__item .item__genre {
    line-height: 18px;
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 600 !important;
    flex-grow: 0;
    cursor: pointer;
}
.viewer__center .center__body .body__right .side__body .side__item .item__genre:hover {
    color: #161626;
}
.viewer__center .center__body .body__right .side__body .side__item .item__genre:hover:after {
    color: #a6a6a6;
}
.viewer__center .center__body .body__right .side__body .side__item .item__stat {
    flex-grow: 1;
    padding: 0;
    line-height: 18px;
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 600 !important;
}
.viewer__side {
    position: fixed;
    direction: ltr;
    top: 70px;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 2px 12px 0 rgba(0, 0, 0, .2);
    transition: width .3s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
    overflow-y: scroll;
    z-index: 4;
}
.viewer__side .side__header {
    top: 80px;
    width: 100%;
    padding: 20px 16px 15px 16px;
    line-height: 18px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(70, 70, 86, .06);
    z-index: 1;
    font-size: 14px;
    color: #161626;
}
.viewer__side .side__header:after {
    content: " episode";
}
.viewer__side .side__header.header--plural:after {
    content: " episodes";
}
.viewer__side .side__body {
    font-size: 0;
    line-height: 0;
    margin-bottom: 1px;
}
.viewer__side .side__body li {
    position: relative;
    margin: 1px 0 0 1px;
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-gap: 12px;
    cursor: pointer;
}
.viewer__side .side__body li:hover {
    background-color: #f6f6f6;
}
.viewer__side .side__body li.body__item--selected {
    background-color: #f6f6f6;
}
.viewer__side .side__body li.body__item--selected > a .thumb__overlay {
    box-shadow: inset 0 0 0 2px #f6b606;
}
.viewer__side .side__body li.body__item--opaque > a .thumb__overlay {
    background-color: rgba(0, 0, 0, .4);
}
.viewer__side .side__body li.body__item--read > a .thumb__overlay {
    background-color: rgba(0, 0, 0, .1);
}
.viewer__side .side__body li.body__item--read > .item__info .info__title {
    opacity: .3;
}
.viewer__side .side__body li:last-child {
    border-bottom: none;
}
.viewer__side .side__body li > a {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 52px;
}
.viewer__side .side__body li > a img {
    height: 53px;
}
.viewer__side .side__body li > a .thumb__overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
}
.viewer__side .side__body li > a .thumb__overlay > i {
    position: absolute;
    top: 0;
}
.viewer__side .side__body li > a .thumb__overlay .ico--schedule {
    margin: 18px;
}
.viewer__side .side__body li > a .thumb__overlay .ico--lock {
    margin: 16px 19px;
}
.viewer__side .side__body li > .item__info {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.viewer__side .side__body li > .item__info > .info__label {
    margin-bottom: 2px;
    line-height: 16px;
    font-size: 13px;
    color: #a6a6a6;
}
.viewer__side .side__body li > .item__info > .info__title {
    display: block;
    line-height: 18px;
    font-size: 11px;
    color: #262636;
    font-weight: 600 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.viewer__tab {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #262636;
    z-index: 3;
    height: 60px;
    transition: all .5s;
}
.viewer__tab .tab__wrapper {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    direction: ltr;
    display: flex;
    justify-content: space-between;
}
.viewer__tab .tab__wrapper.wrapper--small {
    display: none;
    width: 100%;
    min-width: 320px;
    padding: 0 20px;
    justify-content: space-evenly;
}
.viewer__tab .tab__wrapper.wrapper--small > div {
    display: flex;
    margin: auto;
    justify-content: space-evenly;
}
.viewer__tab .tab__wrapper.wrapper--small > div.tab__left {
    flex-grow: 4;
}
.viewer__tab .tab__wrapper.wrapper--small > div.tab__center {
    justify-content: center;
    flex-grow: 1;
}
.viewer__tab .tab__wrapper.wrapper--small > div.tab__right {
    flex-grow: 4;
}
.viewer__tab .tab__wrapper hr {
    display: inline-block;
    height: 20px;
    margin: 0 18px;
    border-top: none;
    border-left: 1px solid #ffffff2e;
    vertical-align: top;
}
.viewer__tab .tab__left {
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: space-between;
    margin: auto 0;
}
.viewer__tab .tab__left .left__button {
    display: flex;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    position: relative;
    font-weight: 600 !important;
}
.viewer__tab .tab__left .left__button.button--left > i {
    margin-left: 13px;
    font-size: 27px;
}
.viewer__tab .tab__left .left__button.button--right i {
    margin-right: 13px;
    font-size: 26px;
}
.viewer__tab .tab__left .left__button span {
    line-height: 2;
    font-family: Yekan-B;
}
.viewer__tab .tab__left .left__button i {
    vertical-align: top;
}
.viewer__tab .tab__center {
    display: flex;
    margin: 13px auto;
}
.viewer__tab .tab__center img {
    margin: auto 12px auto 0;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}
.viewer__tab .tab__center .center__info {
    margin: auto 10px auto 0;
    font-size: 14px;
    font-weight: 600 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.viewer__tab .tab__center .center__info .info__title {
    line-height: 20px;
    margin: 0;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.viewer__tab .tab__center .center__info .info__title--small {
    margin-bottom: 2px;
    line-height: 18px;
    font-size: 12px;
    color: #d6d6d6;
}
.viewer__tab .tab__center .center__info .info__title--link:hover {
    text-decoration: underline !important;
}
.viewer__tab .tab__right {
    position: relative;
    display: flex;
    transition: margin-right .3s cubic-bezier(0.2, 0.3, 0.25, 0.9) 0s;
}
.viewer__tab .tab__right hr {
    margin: auto 20px;
}
.viewer__tab .tab__button {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: auto 10px auto 0;
}
.viewer__tab .tab__button i {
    font-size: 27px;
    line-height: 1;
    color: #fff;
}
.viewer__tab .tab__button.button--no-space {
    margin-right: 0;
}
.viewer__tab .tab__button .ico--like {
    display: inline-block;
    margin: 5px 4px 5px 3px;
}
.viewer__tab .tab__button .ico--liked {
    display: none;
    margin: 5px 4px 5px 3px;
}
.viewer__tab .tab__button .ico--comment {
    margin: 5px 3px 4px 2px;
}
.viewer__tab .tab__button .ico--dot {
    margin: 5px 13px;
}
.viewer__tab .tab__button .ico--list-on {
    display: none;
    margin: 0 3px 4px 3px;
}
.viewer__tab .tab__button .ico--list-off {
    display: inline-block;
    margin: 0 3px 4px 3px;
}
.viewer__tab .tab__button--small {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    line-height: 2;
    font-size: 10px;
    color: #868696;
    font-weight: 600 !important;
}
.page-wrap {
    background: #fff;
}
.page-wrap.dark {
    background-color: #060616;
    color: #fff !important;
}
.viewer__tab .tab__button--small .ico--like {
    margin: 6px 12px 2px 13px;
}
.viewer__tab .tab__button--small .ico--liked {
    display: none;
    margin: 6px 12px 2px 13px;
}
.viewer__tab .tab__button--small .ico--comment {
    margin: 6px 11px 1px 12px;
}
.viewer__tab .tab__button--small .ico--arrow {
    margin: 6px 16px 2px 16px;
}
.viewer__tab .tab__button--small .ico--virtual {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 5px 0 1px 0;
}
.top-nav .top-nav__body {
    height: 65px;
}
@media (max-width: 1100px) {
    .wrapper--wide {
        padding: 0 10px !important;
    }
}
@media (max-width: 1099px) {
    .viewer__main .main__body .content__img {
        height: auto;
    }
    .viewer__center .center__body .body__left {
        width: 100% !important;
    }
    .viewer__center .center__body .body__left .left__item {
        margin: 0 20px !important;
    }
    .viewer__center .center__body .body__left .left__item.item__comment-list {
        padding-bottom: 30px;
    }
    .viewer__center .center__body .body__right {
        display: none;
    }
    .left__section {
        display: flex !important;
        flex-direction: column;
    }
    .left__section.section--top {
        padding-bottom: 30px;
        border-bottom: 1px solid #f6f6f6;
    }
    .left__section.section--bottom {
        border-top: 1px solid #f6f6f6;
    }
    .left__section > p {
        margin: 30px 0 16px 20px;
        line-height: 20px;
        font-size: 16px;
        color: #666676;
        font-weight: 600 !important;
    }
    .left__section .section__list {
        font-size: 0;
        line-height: 0;
        display: flex;
        justify-content: space-between;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }
    .left__section .section__list.section--start {
        justify-content: flex-start;
    }
    .left__section .section__list:after {
        content: "";
        padding: 0 2px;
    }
    .left__section .section__list .series__item {
        font-size: 0;
        line-height: 0;
        flex: 0 0 25%;
        margin: 0 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .left__section .section__list .series__item:first-child {
        margin-left: 20px !important;
    }
    .left__section .section__list .series__item:last-child {
        margin-right: 20px;
    }
    .left__section .section__list .series__item .item__thumb {
        font-size: 0;
        line-height: 0;
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 4px;
        text-align: center;
        margin-bottom: 10px;
    }
    .left__section .section__list .series__item .item__thumb .thumb > img {
        width: 100%;
    }
    .left__section .section__list .series__item .item__info {
        font-size: 14px;
        color: #a6a6a6;
    }
    .left__section .section__list .series__item .item__title {
        display: block;
        min-width: 100%;
        margin-bottom: 4px;
        line-height: 1.3;
        font-size: 16px;
        color: #161626;
        cursor: pointer;
        font-weight: 600 !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .left__section .section__list .series__item .item__genre {
        line-height: 18px;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 600 !important;
        flex-grow: 0;
        cursor: pointer;
    }
    .left__section .section__list .series__item .item__genre:hover {
        color: #161626;
    }
    .left__section .section__list .series__item .item__genre:hover:after {
        color: #a6a6a6;
    }
    .left__section .section__list .series__item .item__stat {
        flex-grow: 1;
        padding: 0;
        line-height: 18px;
        font-size: 14px;
        color: #a6a6a6;
        font-weight: 600 !important;
    }
}
.dark .viewer__main .main__body {
    background: #000000;
}
@media (max-width: 940px) {
    .viewer__main .main__body .content__img {
        width: 60%;
    }
    .series__item .item__genre {
        font-size: 12px !important;
    }
    .series__item .item__genre:after {
        margin: 0 4px !important;
    }
    .series__item .item__stat {
        font-size: 12px !important;
    }
}
@media (max-width: 900px) {
    .top-nav .top-nav__body {
        height: 65px;
    }
}
@media (max-width: 767px) {
    .top-nav .top-nav__body {
        max-width: 96%;
    }
    .viewer__main .main__body .content__img {
        width: 70%;
    }
    .viewer__header {
        display: flex !important;
        justify-content: space-between;
        position: fixed;
    }
    .viewer__center .center__body .body__left .item__creator {
        grid-template-columns: 40px minmax(236px, 1fr) !important;
        grid-gap: 12px !important;
    }
    .wrapper--small {
        display: flex !important;
    }
    .left__section {
        margin-right: 0 !important;
    }
    .series__item {
        min-width: 136px;
    }
    .series__item .item__thumb {
        font-size: 0;
        line-height: 0;
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 4px;
        text-align: center;
        margin-bottom: 10px;
    }
    .series__item .item__thumb .thumb {
        display: block;
    }
    .series__item .item__title {
        font-size: 14px !important;
    }
    .series__item .item__genre {
        font-size: 10px !important;
    }
    .series__item .item__genre:after {
        margin: 0 2px !important;
    }
    .series__item .item__stat {
        font-size: 10px !important;
    }
}
@media (max-width: 670px) {
    .viewer__main .main__body .content__img {
        width: 95%;
    }
}
@media (max-width: 600px) {
    .viewer__tab .tab__center {
        display: none;
    }
}
@media (max-width: 480px) {
    .viewer__center .center__body .body__left .left__item {
        margin: 0 16px !important;
    }
}
@media (max-width: 400px) {
    .viewer__main #chapters.lists .content__img {
        width: 95% !important;
    }
}
@media (max-width: 300px) {
    .viewer__tab .tab__left .left__button {
        font-size: 11px;
    }
    .viewer__tab .tab__left .left__button.button--left > i {
        margin-left: 8px;
        font-size: 21px;
    }
    .viewer__tab .tab__left .left__button.button--right i {
        margin-right: 9px;
        font-size: 21px;
    }
    .viewer__tab .tab__right {
        margin-top: 3px;
    }
    .viewer__tab .tab__button i {
        font-size: 22px;
    }
}
img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mtbl {
    margin-top: 20px;
    margin-bottom: 20px;
}
.force.mtbl {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.vw-root .side-section {
    position: fixed;
    top: 66px;
    right: 0;
    width: 265px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 2px 12px 0 rgba(0, 0, 0, .2);
    z-index: 3;
    transition: all .5s;
}
.vw-root .side-section.top {
    top: 0;
}
.viewer__tab.top {
    top: -67px!important;
}
.vw-root .side-section.hide {
    display: none;
}
.vw-root .side-section--series .series-info .info-header {
    position: relative;
}
.vw-root .side-section--series .series-info .info-header .layer-btn {
    display: block;
}
.vw-root .side-section--series .series-info .info-header .header-layer {
    width: 100%;
}
.vw-root .side-section--series .series-info .info-body {
    padding: 30px 16px 0 16px;
}
.vw-root .side-section--series .series-info .info-body__top {
    position: relative;
    display: flex;
}
.vw-root .side-section--series .series-info .info-body__top .thumb-wrapper {
    display: flex;
    width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px;
    border-radius: 4px;
    background-color: #fff;
}
.vw-root .side-section--series .series-info .info-body__top .thumb-wrapper--mg25 {
    margin-top: -25px;
}
.vw-root .side-section--series .series-info .info-body__top .thumb-wrapper .thumb {
    position: relative;
    flex-shrink: 0;
    width: 74px;
    border-radius: 4px;
}
.vw-root .side-section--series .series-info .info-body__top .thumb-wrapper .thumb img {
    border-radius: 1px;
    height: auto;
}
.vw-root .side-section--series .series-info .info-body__top .title-wrapper {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.vw-root .side-section--series .series-info .info-body__top .title-wrapper--mg12 {
    margin-top: 12px;
    direction: ltr;
}
.vw-root .side-section--series .series-info .info-body__top .title-wrapper .title {
    line-height: 27px;
    font-size: 21px;
    font-family: kalame;
    color: #060616;
    font-weight: 700 !important;
}
.vw-root .side-section--series .series-info .info-body__top .title-wrapper .stat {
    display: flex;
    margin: 4px 0 0;
    line-height: 17px;
    font-size: 12px;
    color: #a6a6a6;
    font-weight: 600 !important;
}
.vw-root .side-section--series .series-info .info-body__top .title-wrapper .stat span {
    font-family: Yekan-B;
}
.vw-root .side-section--series .series-info .info-body__top .title-wrapper .stat-dot {
    align-self: center;
    margin: auto 6px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #a6a6a6;
}
.vw-root .side-section--series .series-info .info-body__center {
    position: relative;
    margin-bottom: 14px;
    line-height: 18px;
    display: -webkit-box;
    color: #060616;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    text-align: justify;
    font-family: Yekan-b;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.vw-root .side-section--series .series-info .info-body__center:hover {
    -webkit-line-clamp: 15;
}
.vw-root .side-section--series .series-info .info-body__bottom .subscribe-btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 36px;
    border-radius: 4px;
    border: 2px solid #060616;
    font-size: 14px;
    color: #060616;
    font-weight: 600 !important;
    text-align: center;
}
.vw-root .side-section--series .episode-list {
    margin-top: 20px;
}
.vw-root .side-section--series .episode-list .list-header {
    display: flex;
    justify-content: space-between;
    height: 42px;
    background-color: #f6f6f6;
    align-items: center;
}
.vw-root .side-section--series .episode-list .list-header__left {
    margin: auto 16px auto 0;
    font-size: 16px;
    font-family: Yekan-B;
    color: #060616;
}
.vw-root .side-section--series .episode-list .list-header__right {
    display: flex;
    justify-content: center;
    margin: auto 0 auto 16px;
}
.vw-root .side-section--series .episode-list .list-header__right .sort-btn i {
    font-size: 18px;
}
.vw-root .side-section--series .episode-list .list-header__right .sort-btn {
    font-size: 0;
    line-height: 0;
}
.vw-root .side-section--series .episode-list .list-header__right .sort-btn .ico--dark {
    display: none;
}
.vw-root .side-section--series .episode-list .list-header__right .sort-btn--asc .ico--oldest {
    opacity: 1;
}
.vw-root .side-section--series .episode-list .list-header__right .sort-btn--asc .ico--newest {
    opacity: .4;
}
.vw-root .side-section--series .episode-list .list-body {
    font-size: 0;
    line-height: 0;
    overflow: auto;
    overscroll-behavior-y: none;
}
.vw-root .side-section--series .episode-list .list-body::after {
    padding: 33px;
}
.vw-root .side-section--series .episode-list .list-body li {
    position: relative;
    margin: 1px 0 0 1px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 52px 12px 1fr;
    grid-template-columns: 52px 1fr;
    grid-gap: 12px;
    cursor: pointer;
}
.vw-root .side-section--series .episode-list .list-body li:hover {
    background-color: #f6f6f6;
}
.vw-root .side-section--series .episode-list .list-body li.body__item--selected {
    background-color: #f6f6f6;
}
.vw-root .side-section--series .episode-list .list-body li.body__item--selected > a .thumb__overlay {
    box-shadow: inset 0 0 0 2px #f6b606;
}
.vw-root .side-section--series .episode-list .list-body li > a {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 52px;
    -ms-grid-column: 1;
}
.vw-root .side-section--series .episode-list .list-body li > a img {
    height: auto;
}
.vw-root .side-section--series .episode-list .list-body li > a .thumb__overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
}
.vw-root .side-section--series .episode-list .list-body li > .item__info {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -ms-grid-column: 3;
}
.vw-root .side-section--series .episode-list .list-body li > .item__info > .info__label {
    margin-bottom: 2px;
    line-height: 16px;
    font-size: 19px;
    color: #616161;
    text-overflow: ellipsis;
    font-weight: bold;
    overflow: hidden;
    font-family: kalame;
}
.vw-root .side-section--series .episode-list .list-body li > .item__info > .info__title {
    display: block;
    line-height: 18px;
    font-size: 10px;
    color: #BDBDBD;
    font-weight: 600 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
a.right-menu {
    color: #fff;
    text-align: center;
    margin: auto 0;
    position: relative;
}
a.right-menu i {
    display: block;
    font-size: 20px;
    margin-bottom: 2px;
}
a.right-menu span {
    font-size: 10px;
}
.viewer__main #chapters.lists {
    margin-right: 265px;
    width: calc(100% - 265px);
}
.viewer__main #chapters.lists .content__img {
    width: 75%;
}
.ico-wrap {
    display: flex;
    position: absolute;
    width: 100%;
    height: 102%;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .4);
}
.ico-wrap i {
    color: #fff;
    font-size: 20px;
}
span.not {
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 28px;
    background: #fff;
    z-index: 9999;
    top: -3px;
    right: 20px;
    transform: rotate(45deg);
}
/*non-demo*/
.size-select [type="range"] {
    -webkit-appearance: none;
    margin: 13px 0;
    width: 100%;
}
.size-select [type="range"]:focus {
    outline: 0;
}
.size-select [type="range"]:focus::-webkit-slider-runnable-track {
    background: #dddddd;
}
.size-select [type="range"]:focus::-ms-fill-lower {
    background: #ddd;
}
.size-select [type="range"]:focus::-ms-fill-upper {
    background: #dddddd;
}
.size-select [type="range"]::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    background: #ddd;
    border: 0 solid #cfd8dc;
    border-radius: 5px;
}
.size-select [type="range"]::-webkit-slider-thumb {
    background: var(--planet-color, #EBF3FF);
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
    height: 26px;
    width: 26px;
    box-shadow: inset -2px -2px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background 1s cubic-bezier(0.5, 0, 0.5, 1);
    transition: background 1s cubic-bezier(0.5, 0, 0.5, 1);
    -webkit-appearance: none;
    margin-top: -10px;
}
.size-select [type="range"]::-moz-range-track {
    cursor: pointer;
    height: 6px;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    background: #ddd;
    border: 0 solid #cfd8dc;
    border-radius: 5px;
}
.size-select {
    margin-top: 30px;
}
.size-select .range-value {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: kalame;
    font-size: 28px;
    font-weight: bold;
    color: #616161;
}
.size-select .range-value div {
    font-family: kalame;
}
.size-select .range-value div span {
    font-size: 15px;
    vertical-align: 4px;
    margin-left: 10px;
    font-family: yekan-b;
}
.size-select [type="range"]::-moz-range-thumb {
    background: var(--planet-color, #EBF3FF);
    border: 1px solid #333;
    border-radius: 50%;
    cursor: pointer;
    height: 26px;
    width: 26px;
    box-shadow: inset -2px -2px 0 rgba(0, 0, 0, 0.2);
    -moz-transition: background 1s cubic-bezier(0.5, 0, 0.5, 1);
    transition: background 1s cubic-bezier(0.5, 0, 0.5, 1);
}
.size-select [type="range"]::-ms-track {
    cursor: pointer;
    height: 6px;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 100%;
    background: transparent;
    border-color: transparent;
    border-width: 13px 0;
    color: transparent;
}
.size-select [type="range"]::-ms-fill-lower {
    background: #dddddd;
    border: 0 solid #cfd8dc;
    border-radius: 10px;
}
.size-select [type="range"]::-ms-fill-upper {
    background: #ddd;
    border: 0 solid #cfd8dc;
    border-radius: 10px;
}
.size-select [type="range"]::-ms-thumb {
    background: var(--planet-color, #EBF3FF);
    border: 0.4vmin solid #333;
    border-radius: 50%;
    cursor: pointer;
    height: 26px;
    width: 26px;
    box-shadow: inset -2px -2px 0 rgba(0, 0, 0, 0.2);
    -ms-transition: background 1s cubic-bezier(0.5, 0, 0.5, 1);
    transition: background 1s cubic-bezier(0.5, 0, 0.5, 1);
    margin-top: 0;
}
.return-home {
    position: absolute !important;
    top: 11px;
    font-size: 10px;
    right: 0px;
}
.return-manga {
    position: absolute !important;
    bottom: 11px;
    font-size: 10px;
    right: -2px;
}
.fa-repeat {
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    height: 22px;
    margin-top: 24px;
}
.f-menu {
    display: inline-block;
}
.return {
    display: none;
}
@media (max-width: 900px) {
    .viewer__tab .tab__center {
        display: none;
    }
    .home {
        display: none;
    }
    .return {
        display: inline-block;
    }
}
@media (max-width: 768px) {
    .vw-root .side-section {
        display: none;
    }
    .viewer__main #chapters.lists {
        margin-right: 0;
        width: 100%;
    }
    .right-menu.lists, .hr-hide, .full-page {
        display: none !important;
    }
}
@media (max-width: 400px) {
    .viewer__main #chapters.lists .content__img {
        width: 95% !important;
    }
    .viewer__tab .tab__left .left__button.button--left > i {
        display: inline-block;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transform: rotate(-90deg);
    }
    .viewer__tab .tab__left .left__button.button--right i {
        display: inline-block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: rotate(-90deg);
    }
    .viewer__tab .tab__left .left__button span {
        line-height: 2;
        font-family: Yekan-B;
        display: block;
        margin-top: 16px;
        font-size: 12px;
    }
}
@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}