.read #container {
    background: #FFF;
}

/***** list *****/
.toon_inner {
    width: 1280px;
    margin: 0 auto;
    padding-top: 40px;
}

.synopsis p {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #202020;
}

.synopsis p span {
    color: #FB6D3A;
}

.top_btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.top_btn a,
.top_btn div {
    width: 300px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 8px;
}

.view_episode_01 {
    background: #FB6D3A;
    color: #FFF;
}

.share_btn {
    background: #DEDCDC;
    color: #000;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.sort_wrap {
    margin-top: 80px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 12px;
    position: relative;
}

.sort_box {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.admin_option {
    position: absolute;
    left: 0;
    bottom: 12px;
    display: flex;
    gap: 12px;
}

.toon_view_header .admin_option {
    bottom: 16px;
    display: flex;
    gap: 12px;
}

.admin_option div {
    padding: 4px 12px;
    background: #e6e6e6;
    border-radius: 4px;
}

.del_btn input {
    display: none;
}

.sort_box:after,
.episode_list:after {
    display: none;
}

.sort_box li {
    font-size: 12px;
    color: #aaa;
}

.sort_box li.sort_btn {
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
}

.sort_box li.sort_btn.active {
    font-weight: bold;
    color: #202020;
}

.episode_list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 20px;
    margin-top: 20px;
}

.episode_list li {
    width: calc((100% - 60px) / 4);
}

.episode_list li a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.episode_thumb_box {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.episode_thumb_box img {
    width: 100%;
}

.episode_text {
    padding-left: 8px;
}

.episode_text h3 {
    font-size: 20px;
    color: #202020;
    font-weight: 500;
}

.episode_text p {
    font-size: 13px;
    color: #999;
}

/***** list *****/

/***** read(view) *****/

.toon_view_header {
    background: #000;
    width: 100%;
    height: 60px;
    transition: all 0.2s linear;
    position: fixed;
    top: 140px;
    z-index: 1000;
}

.scrolled .toon_view_header {
    transform: translateY(-86px);
}

.toon_view_header .inner {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
}

.toon_view_header .inner:after {
    display: none;
}

.toon_view_header h2 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: nowrap;
    height: 24px;
}

.toon_view_header .list_btn {
    position: absolute;
    right: 0;
}

.toon_view_header .list_btn a {
    color: #fff;
}

.toon_view_header .pre_btn.disabled {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.read .toon_inner {
    margin-top: 60px;
    padding-top: 0;
    width: 100%;
    border-bottom: 1px solid #DDD;
}

.toon_cut_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 200px;
    padding: 200px 0;
}

.toon_cut_box br {
    display: none;
}

.toon_btn_wrap {
    padding-bottom: 32px;
}

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

.toon_btn_wrap ul:after {
    display: none;
}

.toon_btn_wrap ul a {
    width: fit-content;
    height: 65px;
    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 22px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 35px;
}

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

.toon_btn_wrap ul li a i {
    font-size: 21px;
    color: #FFF;
    font-weight: bold;
}

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

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

.toon_view_bottom {
    padding: 80px 0;
}

.toon_view_bottom nav {
    border: 1px solid #ddd;
    padding: 32px 90px;
}

.toon_view_bottom nav > div {
    overflow: hidden;
}

.toon_view_bottom nav ul {
    width: 100%;
}

.toon_view_bottom nav ul:after {
    display: none;
}

.toon_view_bottom nav ul li {
    width: 180px;
}

.toon_view_bottom nav ul li a {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.list_thumb_box {
    width: 100%;
    height: 120px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #aaa;
}

.list_tit_box {
    width: 100%;
    height: 24px;
    overflow: hidden;
    color: #000;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}

.toon_view_bottom nav ul li.active .list_thumb_box {
    border: 2px solid #FB6D3A;
}

.toon_view_bottom nav ul li.active .list_tit_box {
    color: #FB6D3A;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    display: block;
    opacity: 0.5;
}

.toon_plan_banner .inner {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}

.toon_plan_banner .swiper-pagination {
    width: fit-content;
    bottom: auto;
    left: auto;
    top: 20px;
    right: 0;
    margin: 0;
    border-radius: 8px 0 0 8px;
    padding: 4px 8px;
    background: #00000066;
    color: #FFF;
    font-size: 15px;
}

.toon_view_bottom .swiper-button-prev {
    background-image: url("../img/ico_toon_pre_btn.svg");
    left: 12px;
}

.toon_view_bottom .swiper-button-next {
    background-image: url("../img/ico_toon_next_btn.svg");
    right: 12px;
}

.toon_view_bottom .swiper-button-prev,
.toon_view_bottom .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
}

.toon_inner .toon_cut_box .hash_tag_wrap ul {
    display: flex;
}

.toon_inner .toon_cut_box .hash_tag_wrap li {
    padding: 6px 10px;
    margin: 0 6px;
    background-color: #fb6d3a;
    border-radius: 16px 16px;
    color: #fff;
}

/***** del *****/
.del_box {
    text-align: center;
    padding: 200px 0;
    width: 600px;
    margin: 0 auto;
}

.del_box p {
    font-size: 20px;
}

.del_btn_wrap {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.del_btn_wrap .del_btn {
    background: #a50034;
    color: #FFF;
    display: block;
    width: 120px;
    padding: 12px 0;
    border-radius: 8px;
    cursor: pointer;
}

.del_btn_wrap .back_btn {
    display: block;
    background: #101010;
    color: #FFF;
    width: 120px;
    padding: 12px 0;
    border-radius: 8px;
    cursor: pointer;
}

/***** write *****/
.write_btn_wrap {
    width: 100%;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.write_btn_wrap .write_btn {
    background: #FB6D3A;
    color: #FFF;
    display: block;
    width: 120px;
    padding: 12px 0;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
}

.write_btn_wrap .back_btn {
    display: block;
    background: #101010;
    color: #FFF;
    width: 120px;
    padding: 12px 0;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
}

/***** share modal *****/
#shareModel {
    padding: 0;
}

#shareModel .share_head {
    width: 100%;
    border-bottom: 1px solid #DDD;
    padding: 8px 20px;
}

#shareModel .share_cont {
    padding: 20px;
}

#shareModel .share_cont ul {
    display: flex;
    justify-content: center;
    gap: 40px;
}

#shareModel .share_cont ul:after {
    display: none;
}

#shareModel .share_cont ul li a {
    width: 60px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#shareModel .share_cont ul li a:before {
    width: 60px;
    height: 60px;
    display: block;
    content: '';
    background: no-repeat center/cover;
}

#shareModel .share_cont ul li a.sns_url:before {
    background-image: url("../img/sns_url.svg");
}

#shareModel .share_cont ul li a.sns_kakaotalk:before {
    background-image: url("../img/sns_kakaotalk.svg");
}

#shareModel .share_cont ul li a.sns_facebook:before {
    background-image: url("../img/sns_facebook.svg");
}

#shareModel .share_cont ul li a.sns_twitter:before {
    background-image: url("../img/sns_twitter.svg");
}

#shareModel .share_cont ul li a p {
    font-size: 13px;
    color: #999;
    text-align: center;
}

