/***** list *****/
.toon_header {
    padding: 20px;
    background: #FFF;
    margin-bottom: 8px;
}

.toon_inner {
    padding: 20px 0;
    background: #FFF;
}

.synopsis {
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    margin-top: 20px;
    text-align: center;
}

.synopsis span {
    color: #FB6D3A;
}

.list_top_btn {
    width: 100%;
    padding: 0 20px 8px;
    display: flex;
    justify-content: space-between;
}

.list_top_btn .btn_wrap {
    display: flex;
    height: 15px;
    gap: 8px;
}

.view_first_btn {
    color: #FB6D3A;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
}

.sort_btn {
    height: 15px;
}

.share_btn,
.sort_btn button {
    color: #aaa;
    font-size: 13px;
    line-height: 15px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.episode_list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #DDD;
}

.episode_list li {
    padding: 8px 20px;
    background: #FFF;
    border-bottom: 1px solid #f0f0f0;
}

.episode_list a {
    display: flex;
    gap: 12px;
}

.episode_thumb_box {
    width: 75px;
    height: 45px;
    overflow: hidden;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
}

.episode_tit_box {
    color: #202020;
    font-size: 14px;
}

.toon_read_header {
    width: 100%;
    padding: 0 12px;
    height: 42px;
    background: #1E1E1E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 1000;
    top: 56px;
    transform: translateY(0);
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
    -webkit-transform: translateY(0px);
    -webkit-transition: all 0.6s;
    -webkit-transition-timing-function: cubic-bezier(.5, -0.02, 0, .99);
}

.scrolled.up .toon_read_header {
    top: 0;
}

.down .toon_read_header {
    transform: translateY(-56px);
}

.toon_read_header h2 {
    text-align: center;
    color: #FFF;
    font-size: 13px;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 19px;
    line-height: 19px;
}

.toon_read_header .next_btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.toon_read_inner {
    padding-top: 122px;
    background: #FFF;
}

.toon_read_inner .toon_cut_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 160px;
}

.toon_read_inner .toon_cut_box br {
    display: none;
}

.toon_btn_wrap {
    padding: 60px 0;
}

.toon_btn_wrap ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.toon_btn_wrap ul:after {
    display: none;
}

.toon_btn_wrap ul a {
    width: fit-content;
    height: 48px;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    background: #2D2D2D;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0 16px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 24px;
}

.toon_btn_wrap ul li {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.toon_btn_wrap ul a.share_btn {
    width: 48px;
}

.toon_btn_wrap ul li a i {
    font-size: 15px;
    color: #FFF;
    text-align: center;
}

.toon_btn_wrap ul li .like_btn {
    color: #FB6D3A;
}

.toon_btn_wrap ul li p {
    font-size: 13px;
    color: #333;
}

.toon_next_episode {
    width: 100%;
    padding: 12px 20px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.toon_next_episode a {
    display: flex;
    gap: 12px;
    align-items: center;
}

.next_episode_thumb {
    width: 80px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.toon_next_episode a p {
    font-size: 13px;
    font-weight: 500;
    color: #202020;
    width: calc(100% - 112px);
}

.toon_next_episode a p span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    height: 18px;
}

.toon_next_episode > p {
    text-align: center;
}

/***** share layer *****/
#ly_toon_share .mongLayer {
    height: auto
}

#ly_toon_share .mongLayer_cont {
    position: relative
}

#ly_toon_share .mongLayer_cont .inner {
    padding: 8px 28px 22px
}

#ly_toon_share .mongLayer_cont .share_icon > ul {
    font-size: 0;
    text-align: center
}

#ly_toon_share .mongLayer_cont .share_icon > ul > li {
    width: 33.333333%;
    display: inline-block;
    margin-top: 16px
}

#ly_toon_share .mongLayer_cont .share_icon > ul > li a {
    display: block;
    text-align: center
}

#ly_toon_share .mongLayer_cont .share_icon > ul > li a:before {
    content: '';
    width: 56px;
    height: 56px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-background-size: 100%;
    background-size: 100%
}

#ly_toon_share .mongLayer_cont .share_icon > ul > li a.sns_url:before {
    background-image: url("../img/sns_url.svg")
}

#ly_toon_share .mongLayer_cont .share_icon > ul > li a.sns_kakaotalk:before {
    background-image: url("../img/sns_kakaotalk.svg")
}

#ly_toon_share .mongLayer_cont .share_icon > ul > li a.sns_kakaostory:before {
    background-image: url("../img/sns_kakaostory.svg")
}

#ly_toon_share .mongLayer_cont .share_icon > ul > li a.sns_facebook:before {
    background-image: url("../img/sns_facebook.svg")
}

#ly_toon_share .mongLayer_cont .share_icon > ul > li a.sns_twitter:before {
    background-image: url("../img/sns_twitter.svg")
}

#ly_toon_share .mongLayer_cont .share_icon > ul > li a p {
    color: #999;
    font-size: 12px;
    margin-top: 6px
}