@charset "UTF-8";   

.aka-id-webtoon {
    background-color: #fff;
    padding-bottom: 0;
}
.aka-id-webtoon-box {
    background-color: #FCFCFC;;
}
.aka-id-webtoon .share-btn-wrap {
    display: none;
}
.content-rayout2 > .content-rayout2__card > .aka-photo {
    height: auto;
}
.content-rayout2 > .content-rayout2__card > .aka-photo::after  {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.aka-id-comments {
    padding-bottom: 40px;;
}

.webtoon-box {
    background-color:inherit;
}
.webtoon-img {
    min-width: 400px;
    height: 300px;
}
.aka-id-comments.webtoon-detail-comment {
    display: flex;
}
.webtoon__text {
    padding: 10px 40px;
}
.webtoon__line1 > .webtoon__text-in-wrap {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.webtoon__line1  .csr-line1 {
    font-size: 26px;
    font-weight: bold;
    margin-right: 05px;
}
.webtoon__line1 > .webtoon__text-in-wrap > .aka-p:nth-child(2), .webtoon__line1 > .aka-a {
    font-size: 15px;
    margin-bottom: 4px;
    color: #111111;
}
.webtoon__line2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 13px;
}
.webtoon__line2 .aka-p {
    color: #6D7385;
    font-size: 16px;
    margin-bottom: 10px;
}
.webtoon__hashtag {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 17px;
    border-bottom: 1px solid #EFEFEF;
}
.webtoon__hashtag  > .aka-button {
    margin-right: 16px;
    
}
.insta {
    width: 36px;
    height: 36px;
    background: url(https://cdn.dbpia.co.kr/static/akaroot/img/btn_insta.svg) no-repeat 50% 50%;
    background-size: contain;
}
.webtoon__hashtag  .aka-a {
    font-size: 15px;
    color: #6189FF;
    margin-right: 10px;
}
.aka-id-webtoon-box .share-btn-wrap {
    margin-top: 0;
    padding-bottom: 0;
}
.webtoon__line3 {
    margin-top: 25px;
}
.webtoon__btn-wrap .aka-a, .webtoon__btn-wrap.aka-a {
    border: 1px solid #ECECEC;
    padding: 09px 25px;
    background-color: #fff;
    margin-right: 8px;
}

.content-rayout2 > .aka-a, .content-rayout2 > .content-rayout2__card {
    margin-bottom: 20px;
}
.aka-id-webtoon-list {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 150px;
}
.menu-select-wrap .csr-row {
    justify-content: flex-start;
}
.menu-select-wrap .menu-select {
    padding: 05px 0;
    margin-right: 40px;
    font-size: 16px;
    border: none;
    background-color: #fff;
    width: auto;
}
.menu-select-wrap.click-webtoon-list {
    position: relative; 
    height: 1160px;
}
.menu-select-wrap.click-comments {
    position: relative; 
    height: 1155px;
}
.content-rayout2 {
    margin-bottom: 40px;
}

.menu-select + .select-box {
    top: 40px;
}
.menu-select-wrap > .csr-row > .aka-ul > .aka-li {
    width: auto;
}
.menu-select-wrap .menu-select-checked.menu-select {
    border: none;
    border-bottom: 3px solid #C93035;
    font-weight: bold;
}
.aka-id-comments{
    display: none;
}
.aka-id-comments .subpage-title {
margin-bottom: 20px;
}
.aka-id-comments .subpage-title-description {
text-align: center;
margin-bottom: 50px;
}
.menu-select-wrap {
    margin-top: 50px;
    border-bottom: 1px solid #EFEFEF;
}
.menu-select-btns .aka-a {
    min-width: 110px;
    text-align: center;
    box-sizing: border-box;
}

.webtoon-detail__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.webtoon-detail__title > .aka-p:nth-child(1){
    width: 60%;
}
.webtoon-detail__title > .aka-p:nth-child(2){
    width: 10%;
}
.webtoon-detail__title > .csr-row:nth-child(3){
    width: 10%;
}
.detail__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.detail__befor-after {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.detail__befor-after:hover > .detail__befor-after-wrap > .aka-span:nth-child(2){
    text-decoration: underline;
}

.tab2 .aka-id-comments .subpage-title {
    margin-top:40px;
}

.aka-id-webtoon-detail {
    background-color: #fff;
}
.webtoon-detail__title {
    width: 100%;
    background-color: #F9F9F9;;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 30px;
}
.webtoon-detail__title > .csr-row {
    width: 100%;
    display: flex;

    justify-content: space-between;
    padding: 16px 0;
}
.webtoon-detail__title > .csr-row > .aka-p {
    font-size: 16px;
    font-weight: bold;
}
.webtoon-detail__title > .csr-row .aka-p {
    font-size: 16px;
  
}
.detail__contents .aka-img{
    width: 800px;
}
.webtoon-btns {
    display: flex;
    margin-top: 60px;
    position: relative;
}
.webtoon__share-btn,.webtoon__heart {
    width: 120px;height: 120px;
    border: 1px solid #ECECEC;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} 
.webtoon__share-btn{
    margin-right: 9px;

}
.webtoon__share-btn .aka-p {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.webtoon__share-btn .aka-p::before {
    content: '';
    display: block;
    width: 36px;
    min-height: 36px;
    background: url(https://cdn.dbpia.co.kr/static/akaroot/img/shear-btn.svg) no-repeat;
    background-size: contain;
}
.webtoon__heart.heart-icon::before{
    width: 36px;
    height: 36px;
    background: url(https://cdn.dbpia.co.kr/static/akaroot/img/heart-empty-btn.svg) no-repeat;
    background-size: contain;
}
.webtoon__heart.heart-icon-on::before {
    content: '';
    width: 37px;
    height: 37px;
    background: url(https://cdn.dbpia.co.kr/static/akaroot/img/btn_webtoon_heart.svg) no-repeat 50% 50%;
    background-size: contain;
}
.webtoon__heart {
    margin-left: 9px;
}
.webtoon-btns .share-btn-wrap {
    display: none;
    position: absolute;
    bottom: 130px;
    left: -60px;
    padding-bottom: 0;
    margin-top: 0;
    padding: 30px 60px;
    background-color: #fff;
    border: 1px solid #EFEFEF;
}
.webtoon-btns  .show{
    display: block;
}
.webtoon-btns .share-btn-wrap  .aka-close {
    right: 14px;
    top: 14px;
}
.webtoon__share-btn .aka-p::before, .webtoon__share-btn > .aka-p {
    pointer-events: none;
}

.tab2 .journal-container, .webtoon-detail-comment .journal-container {
    display: block;
}
.tab2 .journal-container .see-more .aka-button small.btn_none, .webtoon-detail-comment .journal-container .see-more .aka-button small.btn_none {
    display: none;
}
.tab2 .journal-container .see-more, .webtoon-detail-comment .journal-container .see-more {
    padding: 20px 0 30px;
}
.tab2 .journal-container .see-more .aka-button {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    height: 44px;
}
.webtoon-detail-comment .journal-container .see-more .aka-button {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fcfcfc;
    width: 100%;
    height: 44px;
}
.tab2 .journal-container .publisher-list .thead .aka-span, .tab2 .journal-container .see-more .aka-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tab2 .journal-container .see-more .aka-button small, .tab2  .journal-container .see-more .aka-button .aka-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.webtoon-detail-comment .journal-container .publisher-list .thead .aka-span, .webtoon-detail-comment .journal-container .see-more .aka-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.webtoon-detail-comment .journal-container .see-more .aka-button small, .webtoon-detail-comment  .journal-container .see-more .aka-button .aka-span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tab2 .journal-container .see-more .aka-button .aka-span,  .webtoon-detail-comment .journal-container .see-more .aka-button .aka-span {
    font-size: 16px;
}

.tab2 .journal-container .see-more .aka-button .aka-span::after, .webtoon-detail-comment .journal-container .see-more .aka-button .aka-span::after {
    content: '';
    display: block;
    background: url(https://cdn.dbpia.co.kr/static/akaroot/img/seemore-arrow.svg) no-repeat 50% 50%/contain;
    margin-left: 8px;
    width: 16px;
    height: 10px;
}
.tab2 .journal-container .see-more .aka-button small strong, .webtoon-detail-comment .journal-container .see-more .aka-button small strong {
    font-size: 12px;
    font-family: 'notokr-regular',sans-serif;
    color: #666666;;
}
.tab2 .journal-container .see-more .aka-button small .see-more-week-total, .webtoon-detail-comment .journal-container .see-more .aka-button small .see-more-week-total {
    font-size: 12px;
    font-family: 'notokr-regular',sans-serif;
    color: #666666;;
}

.click-webtoon-list_line {
    width: 100%;
    border-bottom: 1px solid #ECECEC;
    position: absolute;
    top: 37px
}

@media (max-width: 960px) {
    .tab2 .journal-container .see-more .aka-button small.btn_none, .webtoon-detail-comment .journal-container .see-more .aka-button small.btn_none {
        display: block;
    }
    .tab2 .journal-container .see-more .aka-button .aka-span, .webtoon-detail-comment .journal-container .see-more .aka-button .aka-span {
        font-size: 13px;
    }
    .tab2 .journal-container .see-more .aka-button .aka-span::after, .webtoon-detail-comment .journal-container .see-more .aka-button .aka-span::after {
        content: '';
        display: block;
        background: url(https://cdn.dbpia.co.kr/static/akaroot/img/seemore-arrow.svg) no-repeat 50% 50%/contain;
        margin-left: 4px;
        width: 12px;
        height: 7px;
    }
    .webtoon-detail-comment .journal-container .see-more .aka-button {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
        width: 100%;
        height: 44px;
    }
    .aka-body {
        overflow-x: hidden;
    }
    .webtoon-img {
        min-width: inherit;
        width: 100%;
        min-height: 195px;
        height: auto;
    }
    .webtoon-img .webtoon__img-pc{
        min-height: 195px;
        object-fit: cover;
    }
    .webtoon-box > .csr-row {
        flex-direction: column;
    }
    .webtoon-box {
        padding: 0;
    }
    .aka-id-webtoon-box {
        background-color: #fff;
        border-bottom: 12px solid #ECECEC;
    }
    .aka-id-webtoon .share-btn-wrap {
        display: flex;
        padding-bottom: 30px;
    }
    .aka-id-webtoon{
        padding-bottom: 0;
    }
    .aka-id-webtoon-box .csr-row {
        padding: 0;
    }
    .webtoon__text {
        width: 100%;
        box-sizing: border-box;
        padding: 18px 14px 40px 14px;
    }
    .webtoon__line1 .csr-line1 {
        font-size: 18px;
    }
    .webtoon__line1 > .webtoon__text-in-wrap > .aka-p:nth-child(2), .webtoon__line1 > .aka-a {
        font-size: 13px;
    }
    .webtoon__line2 .aka-p {
        font-size: 14px;
    }
    .webtoon__line2 {
        margin-bottom: 24px;
    }
    .webtoon__hashtag {
        position: relative;
        padding-right: 40px;
    }
    .webtoon__hashtag > .aka-button {
        margin-right: 0;
        position: absolute;
        right: 0;
    }
    
    .webtoon__line3 > .share-btn-wrap {
        display: none;
    }
    .webtoon__line3 {
        justify-content: center;
    }
    .webtoon__btn-wrap{
        margin-right: 0;
        display: flex;
        text-align: center;
        box-sizing: border-box;
        font-size: 15px;
         
    }
    .webtoon__btn-wrap .aka-a {
        width: calc(50% - 12px);
        white-space: nowrap;
        margin-right: 0px;
    }
    .menu-select-wrap > .csr-row > .aka-ul > .aka-li {
        width: 100%;
    }
    .menu-select + .select-box {
        top: 47px;
    }
    .menu-select-wrap .csr-row {
        padding: 0 14px;
    }
    .menu-select-wrap .menu-select{
        text-align: center;
        width: 100%;
        border: 1px solid #efefef;
        border-bottom: 1px solid #000000;
        padding: 11.9px;
        margin: 0;
        box-sizing: border-box;
        font-size: 14px;
        color: #000000;

    }
    .menu-select-wrap .menu-select-checked.menu-select {
        border: 1px solid #EFEFEF;
        border: 1px solid #000000;
        border-bottom: 1px solid #EFEFEF;
        background-color: #FBFBFB;
    }
    .menu-select-wrap {
        border: none;
    }
    .aka-id-webtoon-list {
        padding-bottom: 40px;
        background-color: #FBFBFB;
        padding-top: 20px;
    }
    .aka-id-webtoon-list .content-rayout2 > .aka-a,.aka-id-webtoon-list  .content-rayout2 > .content-rayout2__card {
        margin-bottom: 12px;
    }
    .aka-id-comments {
        background-color: #FBFBFB;
        

    }
    .aka-id-comments .subpage-title {
        margin-top: 0;
        margin-bottom: 13px;
        padding-top: 30px;
        text-align-last: left;
        font-size: 20px;
    }
    .aka-id-comments .subpage-title-description {
        display: none;
    }
    .comment-area-wrap {
        margin-bottom: 0;
    }
    .comment-area-wrap > .comment-area-wrap-num {
        background-color: #fff;
    }
    .detail__contents .aka-img{
        width: 100%;
    }
    .webtoon-detail__title > .csr-row {
        padding: 18px 14px;
        display: flex;
        flex-direction: column;
    }
    .webtoon-detail__title > .csr-row > .webtoon-detail__title-date {
        color: #ACADB1;;
        font-size: 13px;
    }
    .webtoon__share-btn, .webtoon__heart {
        width: 90px;
        height: 90px;
    }
    .webtoon__share-btn .aka-p::before ,.webtoon__heart.heart-icon::before {
        width: 28px;
        height: 28px;
    }
    .webtoon__share-btn > .aka-p, .webtoon__heart .aka-p {
        font-size: 14px;
        color: #6D7385;
        margin-top: 04px;
    }
    .webtoon-btns {
        margin-top: 32px;
    }
    .aka-id-webtoon-detail {
        
        padding-bottom: 40px;
        border-bottom: 12px solid #ECECEC;
    }
    .aka-id-webtoon-detail + .aka-id-comments {
        
        margin-top: 0;
        background-color: #fff;
    }
    .detail__befor-after:nth-last-child(2) {
        margin-bottom: 20px;
    }
    .webtoon-btns .share-btn-wrap {
        bottom: 100px;
    }
    .menu-select-wrap.click-webtoon-list {
        margin-top: 20px;
        height: auto;
        padding-bottom: 47px;
    }
    .menu-select-wrap.click-comments {
        margin-top: 20px;
        height: auto;
        padding-bottom: 47px;
    }
    .menu-select-wrap .menu-select {
        width: calc(50% - 14px);
        position: absolute;
    }
    .menu-select-wrap .aka-li:nth-child(1) .menu-select{
        left: 14px;
        top: 0;
    }
    .menu-select-wrap .aka-li:nth-child(2) .menu-select{
        right: 14px;
        top: 0;
    }
    .menu-select + .select-box {
        position: relative;
        width: calc(100% + 28px);
        transform: translateX(-14px);
    }
    .content-rayout2 {
        margin-bottom: 0px; 
    }
    .journal-container {
         
    }
    .menu-select-wrap > .csr-row > .aka-ul {
        flex-direction: column;
    }
    .menu-select-wrap .menu-select-checked.menu-select {
        font-weight: normal;
    }
    .journal-container {
        padding: 0 14px;
        width: calc(100% + 28px);
        transform: translateX(-14px);
        box-sizing: border-box;
        background-color: #F9F9F9;
    }
    .journal-container .see-more {
        padding-bottom: 50px;
    }
    .tab2 .journal-container .see-more {
        padding-bottom: 50px;
    }
    .aka-id-comments {
        padding-bottom: 0px;
    }
    .webtoon-detail-comment .journal-container .see-more {
        padding-bottom: 50px;
    }

}