@charset "utf-8";

/*
display,visible,float,clear,overflow,position,z-index,top,right,bottom,left,
width,*-width,height,*-height,padding,margin,border-*,background-*
font-*,color,text-align,vertical-align, ...
*/
/* Small devices (portrait phones, landscape phones, less than 690px) */
/* No media query this is the default */

/* layout */
header.title_wrap {
    border-top: none;
}

.list_option_area .all_count {
    font-size: 14px;
}

.title_wrap + .row {
    margin-top: 0 !important;
}

/* content */
.chain_wrap .header_nav {
    border-bottom: 0;
}

.chain_wrap .header_nav::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.chain_wrap .header_nav .nav .nav_item.swiper-slide {
    width: auto;
}

.chain_wrap .header_nav, .chain_wrap .tab_nav {
    padding-bottom: 1px;
}

.nav_link > i {
    margin-left: 5px;
}

.meta .date {
    letter-spacing: -0.4px;
}

.dropdown .ico_arrow {
    width: 14px;
    height: 14px;
    margin-left: 4px;
}

/* 하이라이트 */
[class*="highlighted"] {
    position: relative;
}

.highlighted {
    background-color: #e2e2e2;
}

.highlighted::before,
.highlighted::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 1.5em;
    background-color: #999;
}

.highlighted::before {
    top: 0;
}

.highlighted::after {
    bottom: 0;
}

.highligth_bx {
    z-index: 1;
    position: absolute;
    bottom: -45px;
    width: 230px;
    height: 40px;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: #333;
}

.highligth_bx button {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    vertical-align: top;
    color: #fff;
}

.highligth_bx button:nth-child(n+2) {
    margin-left: 13px;
}

.highligth_bx button.active {
    color: #ff7558;
}

/* 비로그인 */
.storage_info_wrap .title em.font_orange {
    font-weight: bold;
}

.storage_info_wrap .btn_group {
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.storage_info_wrap .btn_group button:not(:first-child) {
    margin-left: 8px;
}

.storage_info_wrap .btn_group .btn_outline_orange,
.storage_info_wrap .btn_group .btn_outline_black {
    padding: 7px 20px;
    font-size: 14px;
}

/* 구독한 */
.mynews_subcribe_list .ico_up {
    margin-left: 4px;
}

.mynews_subcribe_list .list_item {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/* 유의사항 */
.note_wrap .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.note_wrap .description {
    padding-top: 8px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #666;
}

/* 하이라이트한 */
.mynews_highlight_list .highlight_text,
.mynews_highlight_list .highlight_memo {
    margin-bottom: 16px;
}

.mynews_highlight_list .list_item .title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    letter-spacing: -0.4px;
}

.mynews_highlight_list .list_item .title a, .mynews_highlight_list .list_item .title span {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: #666;
}

.mynews_highlight_list .memo_text::after {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 1px;
    border-top: dotted 1px rgba(0, 0, 0, .1);
}

.mynews_highlight_list .memo_text + .meta {
    margin-top: 0;
}

/* 댓글단 */
.mynews_comment_list .list_item .title {
    display: flex;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.mynews_comment_list .list_item .title a, .mynews_comment_list .list_item .title span {
    display: inline-block;
    overflow: hidden;
    width: calc(100% - 35px);
    margin-left: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mynews_comment_list .list_item .comment_delete {
    display: flex;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.mynews_comment_list .list_item .comment_delete .txt {
    display: inline-block;
    margin-left: 6px;
    font-family: NotoSansKR;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: #fff;
    vertical-align: top;
}

.mynews_comment_list .list_item .meta > p:nth-child(2) {
    margin-left: auto;
}

.mynews_comment_list .list_item .meta .reply_count {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.4px;
}

.mynews_comment_list .list_item .meta .ico_wrap {
    margin: 0 0 0 10px;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: #111;
}

.note_wrap .btn_more {
    display: flex;
    align-items: center;
    padding-top: 12px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.note_wrap .ico_arrow_bold_down {
    margin-left: 2px;
    transform: rotate(270deg);
}

/* 최근 본 */
.storage_comment {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: -0.4px;
    color: #999;
}

.storage_comment .ico_bang {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background-size: 100%;
}

.mynews_subcribe_list,
.list_option_area + .story_list,
.mynews_highlight_list,
.mynews_comment_list {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* view mode */
.storage_option {
    position: relative;
}

.storage_option .btn_edit {
    position: relative;
    margin-right: auto;
    margin-left: 16px;
    padding-left: 16px;
}

.storage_option .btn_edit::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #bcbcbc;
    transform: translateY(-50%);
}

.storage_option .all_count, .storage_option .btn_edit {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #111;
}

/* edit mode */
.storage_toolbar {
    position: relative;
    padding-top: 24px;
}

.storage_toolbar .toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.storage_toolbar.sticky_top {
    z-index: 300;
    width: 100%;
    margin-top: 0;
    padding: 19px 0;
    background: #fff;
}

.storage_toolbar.sticky_top::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}

.storage_toolbar.sticky_top {
    position: fixed;
}

.storage_toolbar .form_check_label,
.storage_toolbar .btn_delete {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.storage_toolbar .form_check_label {
    margin-right: 0;
    padding-left: 30px;
    color: #999;
}

.storage_toolbar .form_check_input[type="checkbox"]:checked + .form_check_label {
    color: #f6330a;
}

.storage_toolbar .form_check_input[type="checkbox"]:checked + .form_check_label:before,
.edit_mode .form_check_input[type="checkbox"]:checked + .form_check_label:before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23F6330A' cx='10' cy='10' r='10'/%3E%3Cpath fill='%23FFF' fill-rule='nonzero' d='M4.8 10.06l4.074 4.074 6.715-6.72-1.167-1.167-5.544 5.551L5.969 8.89z'/%3E%3C/g%3E%3C/svg%3E");
}

.storage_toolbar .btn_delete {
    position: relative;
    margin-right: auto;
    margin-left: 16px;
    padding-left: 16px;
}

.storage_toolbar .btn_delete::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #bcbcbc;
    transform: translateY(-50%);
}

.storage_toolbar .btn_delete {
    display: inline-flex;
    color: #999;
}

.storage_toolbar .btn_delete .ico_delete {
    margin-top: 1px;
    margin-right: 6px;
}

.storage_toolbar .btn_delete .ico_delete {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%23999999' fill-rule='nonzero' d='M9.5 2h1v2H18v1h-2v12.2c0 .405-.282.74-.648.793L15.25 18H4.75c-.414 0-.75-.358-.75-.8V5H2V4h7.5V2zM15 5H5v12h10V5zM9 8v6H8V8h1zm3 0v6h-1V8h1z'/%3E%3C/g%3E%3C/svg%3E");
}

.storage_toolbar .btn_delete .font_orange {
    margin-left: 4px;
}

.storage_toolbar .btn_delete.select_button {
    color: #111;
}

.storage_toolbar .btn_delete.select_button .ico_delete {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%231D1D1D' fill-rule='nonzero' d='M9.5 2h1v2H18v1h-2v12.2c0 .405-.282.74-.648.793L15.25 18H4.75c-.414 0-.75-.358-.75-.8V5H2V4h7.5V2zM15 5H5v12h10V5zM9 8v6H8V8h1zm3 0v6h-1V8h1z'/%3E%3C/g%3E%3C/svg%3E");
}

.storage_toolbar .btn_close {
    width: 20px;
    height: 20px;
}

.edit_mode .list_item,
.edit_mode .card {
    position: relative;
    padding-left: 30px !important;
}

.edit_mode .form_check_label {
    display: block;
    position: static;
    margin: 0;
    padding: 0;
}

.edit_mode .form_check_label:before {
    z-index: 7;
    top: 18px;
    transform: none;
}

.edit_mode .form_check_input + .form_check_label:after {
    content: "";
    position: absolute;
    z-index: 6;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.edit_mode .select_list .headline,
.edit_mode .select_list .highlight_memo,
.edit_mode .select_list .highlight_text {
    color: #999;
}

.mynews_highlight_list .list_item {
    padding-top: 16px !important;
}

.mynews_highlight_list .list_item .title {
    line-height: 22px;
}

/* 2022-08-01 유료 라벨 추가 */
.mynews_highlight_list .list_item .title a,
.mynews_highlight_list .list_item .title span {
    display: inline;
}

.mynews_comment_list .list_item .title {
    display: block;
}

.mynews_comment_list .list_item .title a,
.mynews_comment_list .list_item .title span {
    vertical-align: top;
}

.mynews_comment_list .list_item .comment_delete {
    top: 0;
    height: 100%;
}

.mynews_comment_list .list_item > .comment_delete {
    top: 45px;
    height: calc(100% - 60px);
}

.subscription_wrap .title_wrap .title_area {
    justify-content: space-between;
}
.subscription_wrap .title_wrap .title_area .title {
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: -0.4px;
}
.subscription_wrap .title_wrap .title_area a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.4px;
}

.card_list li > div,
.journalist_list li > div {
    height: 100%;
}

.journalist_list .profile_area .profile_body {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-width: 0;
    width: 100%;
    margin-left: 16px;
}
.journalist_list .profile_area .profile_body .badge_writing {
    margin-left: 6px;
}
.journalist_list .profile_area .profile_body .btn_subscribe {
    border-color: #f6330a;
    color: #f6330a;
}
.journalist_list .profile_area .profile_body .btn_subscribe.active {
    background-color: rgba(255, 226, 202, 0.8);
}
.journalist_list .profile_info {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
}
.journalist_list .meta {
    margin-top: auto;
}
.journalist_list .meta .date {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -0.5px;
    color: #666;
}
.journalist_list .meta .ico_up {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 26 16' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23f6330a%7D%3C/style%3E%3Cpath class='st0' d='M18 1c3.86 0 7 3.14 7 7s-3.14 7-7 7H8c-3.86 0-7-3.14-7-7s3.14-7 7-7h10m0-1H8C3.58 0 0 3.58 0 8s3.58 8 8 8h10c4.42 0 8-3.58 8-8s-3.58-8-8-8z'/%3E%3Cpath class='st0' d='M6.58 8.3V4.23h1.48v4.21c0 1.54.54 2.06 1.4 2.06.88 0 1.44-.52 1.44-2.06V4.23h1.42V8.3c0 2.46-1.05 3.47-2.86 3.47-1.8 0-2.88-1.01-2.88-3.47zM14.1 4.23h2.43c1.64 0 2.9.58 2.9 2.33 0 1.69-1.27 2.45-2.86 2.45h-.99v2.63H14.1V4.23zm2.37 3.6c1.02 0 1.51-.43 1.51-1.28 0-.86-.54-1.15-1.56-1.15h-.84v2.43h.89z'/%3E%3C/svg%3E");
}

.ico_right_angle {
    width: 11px;
    height: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='none'%3E%3Cpath d='M3.1167 9.90039L7.5167 5.44815L3.1167 1.10039' stroke='%23666666'/%3E%3C/svg%3E");
}

/* "position_re" 추가시 삭제 */
/* 2022-08-01 유료 콘텐트만 보기 추가 */
.storage_option .option {
    display: flex;
    align-items: center;
}

/* common_plus.css */
.mynews_comment_list .list_item .title a,
.mynews_comment_list .list_item .title span {
    display: inline !important;
    white-space: normal !important;
}

/* Medium devices (mobile ~ tablet, 985px and down) */
@media (max-width: 985px) {
    /* 보관함 공통 */
    .tab_content .list_option_area {
        margin-top: 15px;
    }

    .list_option_area .all_count {
        font-size: 14px;
        line-height: 20px;
    }

    /* 비로그인 */
    .storage_info_wrap {
        margin-top: 20px;
        padding: 36px 30px 40px;
        background-color: #f4f5fa;
        text-align: center;
    }

    .storage_info_wrap .title {
        display: block;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 28px;
        font-weight: bold;
        letter-spacing: -0.4px;
    }

    .storage_info_wrap .description {
        font-size: 14px;
        color: #111;
        line-height: 22px;
        letter-spacing: -0.4px;
    }

    .storage_info_wrap .image {
        max-width: 500px;
        margin: 24px auto 28px;
    }

    /* 컨텐츠 없음 */
    .no_contents {
        margin: 150px 0;
        text-align: center;
    }

    .no_contents .title {
        font-size: 18px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: -0.4px;
    }

    .no_contents .btn_more {
        display: flex;
        margin-top: 16px;
        font-size: 14px;
        line-height: 22px;
        color: #666;
        justify-content: center;
        align-items: center;
    }

    .no_contents .btn_more .ico_more {
        width: 12px;
        height: 12px;
    }

    /* 구독한 */
    .mynews_subcribe_list {
        margin-top: 12px;
    }

    .mynews_subcribe_list .list_item .meta {
        margin-top: 4px;
    }

    .mynews_subcribe_list .list_item .headline {
        font-size: 16px;
    }

    /* 유의사항 */
    .note_wrap {
        margin-top: 40px;
        padding: 20px 24px;
        background-color: #f4f5fa
    }

    .note_wrap .description br {
        display: none;
    }

    /* 하이라이트한 */
    .mynews_highlight_list {
        margin-top: 12px;
    }

    .mynews_highlight_list .highlight_memo a, .mynews_highlight_list .highlight_memo span {
        background-color: #ddf3d0;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.5px;
        word-break: break-all;
    }

    .mynews_highlight_list .highlight_text a, .mynews_highlight_list .highlight_text span {
        background-color: #ffd9ca;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.5px;
        word-break: break-all;
    }

    .mynews_highlight_list .yellow a, .mynews_highlight_list .yellow span {
        background-color: #ffedc8;
    }

    .mynews_highlight_list .green a, .mynews_highlight_list .green span {
        background-color: #cbe2e1;
    }

    .mynews_highlight_list .mint a, .mynews_highlight_list .mint span {
        background-color: #dce4f0;;
    }

    .mynews_highlight_list .pink a, .mynews_highlight_list .pink span {
        background-color: #f6d5ed;
    }

    .mynews_highlight_list .purple a, .mynews_highlight_list .purple span {
        background-color: #c6d0f9;
    }

    .mynews_highlight_list .list_item {
        padding: 14px 0 17px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .mynews_highlight_list .memo_text {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 15px 0;
        padding-left: 31px;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.4px;
        word-break: break-all;
    }

    .mynews_highlight_list .memo_text::before {
        content: "";
        position: absolute;
        left: 16px;
        top: 0;
        width: 3px;
        height: 100%;
        background-color: #f6330a;
    }

    /* 댓글단 */
    .mynews_comment_list {
        margin-top: 12px;
    }

    .mynews_comment_list .list_item {
        position: relative;
        padding: 15px 0 17px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .mynews_comment_list .list_item .comment_text {
        margin-bottom: 12px;
    }

    .mynews_comment_list .list_item .comment_text a, .mynews_comment_list .list_item .comment_text span {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: -0.4px;
    }

    .mynews_comment_list .ico_bang {
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1a9 9 0 10.001 18.001A9 9 0 0010 1zm0 12a.8.8 0 110 1.6.8.8 0 010-1.6zm.65-7.5v6h-1.3v-6h1.3z' fill='%23979797' fill-rule='nonzero'/%3E%3C/svg%3E");
    }

    .mynews_comment_list .ico_like {
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h30v30H0z'/%3E%3Cpath fill='%231D1D1D' d='M15 3c6.627 0 12 5.373 12 12s-5.373 12-12 12S3 21.627 3 15 8.373 3 15 3zm0 1.5C9.201 4.5 4.5 9.201 4.5 15S9.201 25.5 15 25.5 25.5 20.799 25.5 15 20.799 4.5 15 4.5z'/%3E%3Cpath fill='%231D1D1D' d='M15 22.5a7.5 7.5 0 01-7.463-6.75H8.92a6.127 6.127 0 0012.16 0h1.383A7.5 7.5 0 0115 22.5z'/%3E%3Ccircle cx='11.25' cy='11.25' r='1.5' fill='%231D1D1D'/%3E%3Ccircle cx='18.75' cy='11.25' r='1.5' fill='%231D1D1D'/%3E%3Cpath fill='%231D1D1D' d='M15 4.5h9.375L25.5 3.375V3H15z'/%3E%3C/g%3E%3C/svg%3E");
    }

    .mynews_comment_list .ico_dislike {
        width: 20px;
        height: 20px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath fill='%231D1D1D' d='M10 2a8 8 0 110 16 8 8 0 010-16zm0 1a7 7 0 100 14 7 7 0 000-14z'/%3E%3Cpath fill='%231D1D1D' d='M10 9.834A5.002 5.002 0 005.18 13.5h.96a4.085 4.085 0 017.72 0h.96A5 5 0 0010 9.834z'/%3E%3Ccircle cx='7.5' cy='6.25' r='1' fill='%231D1D1D'/%3E%3Ccircle cx='12.5' cy='6.25' r='1' fill='%231D1D1D'/%3E%3Cpath fill='%231D1D1D' d='M10 3h6.25l.75-.75V2h-7z'/%3E%3C/g%3E%3C/svg%3E");
    }

    .list_option_area + .story_list {
        margin-top: 12px;
    }

    /* edit mode */
    .storage_toolbar + .story_list {
        margin-top: 12px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .storage_toolbar + .story_list .card:first-child {
        padding-top: 16px;
    }

    .mynews_subcribe_list.edit_mode .form_check_label:before,
    .story_list.edit_mode .form_check_label:before {
        top: 20px;
    }

    .mynews_subcribe_list .list_item .headline {
        line-height: 24px;
    }

    /* 2022-08-01 유료 콘텐트만 보기 추가 */
    .storage_option {
        flex-wrap: wrap;
    }

    .storage_option .option {
        width: 100%;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .storage_option .option .btn:not(:first-child) {
        margin-left: 6px;
    }

    .storage_option .option .switch_area,
    .storage_option .option .dropdown {
        margin-left: auto;
    }
    .subscription_wrap .title_wrap + .row.card_list,
    .subscription_wrap .title_wrap + .row.journalist_list {
        margin-top: -4px !important;
    }

    .title_wrap.header_swiper + .no_contents {
        margin-top: 100px !important;
    }

    .title_wrap.header_swiper + .list_option_area {
        margin-top: 24px !important;
    }

    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap {
        border-top: solid 1px rgba(0, 0, 0, 0.1);
    }

    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap:first-of-type {
        margin-top: 16px;
    }

    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap:first-of-type .title_wrap {
        padding-top: 20px;
    }

    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap:not(:first-of-type) {
        margin-top: 24px;
    }

    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap:not(:first-of-type) .title_wrap {
        padding-top: 12px;
    }

    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap .title_area {
        padding-top: 0;
    }

    .card_list li,
    .journalist_list li {
        margin-top: 16px;
    }

    .card_list li {
        min-height: 146px;
    }

    .journalist_list {
        position: relative;
    }

    .journalist_list li {
        min-height: 160px;
    }

    .journalist_list .list_item {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .journalist_list .profile_area {
        position: relative;
    }
    .journalist_list .profile_area .profile_body .flex_area {
        display: block;
        font-size: 0;
        word-break: break-all;
        width: calc(100% - 70px);
    }
    .journalist_list .profile_area .profile_body .flex_area .name {
        display: inline;
        font-size: 20px;
        line-height: 30px;
        vertical-align: middle;
    }
    .journalist_list .profile_area .profile_body .flex_area [class*=badge_] {
        vertical-align: middle;
    }
    .journalist_list .profile_area .profile_body .flex_area .btn_subscribe {
        position: absolute;
        top: 0;
        right: 0;
    }

    .journalist_list .profile_area .profile_body .journalist_popularity {
        margin-top: 6px;
    }
}

/* Large devices (desktops, 986px and up) */
@media (min-width: 986px) {
    /* 보관함 공통 */
    .tab_content .list_option_area {
        margin-top: 40px;
        padding-bottom: 16px;
    }

    .storage_con .list_option_area {
        margin-top: 39px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    /* 비로그인 */
    .storage_info_wrap {
        margin-top: 40px;
        padding: 70px 0 80px;
        background-color: #f4f5fa;
        text-align: center;
    }

    .storage_info_wrap .title {
        display: block;
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        letter-spacing: -0.4px;
    }

    .storage_info_wrap .description {
        font-size: 16px;
        color: #111;
        line-height: 24px;
        letter-spacing: -0.4px;
    }

    .storage_info_wrap .btn_group {
        margin: 0 auto;
    }

    .storage_info_wrap .btn_group .btn_outline_orange,
    .storage_info_wrap .btn_group .btn_outline_black {
        padding: 8px 24px;
        font-size: 14px;
    }

    .storage_info_wrap .image {
        max-width: 500px;
        margin: 28px auto 40px;
    }

    /* 컨텐츠 없음 */
    .no_contents {
        display: inline-block;
        width: 100%;
        margin: 280px 0 238px;
        text-align: center;
    }

    .no_contents .title {
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: -0.4px;
    }

    .no_contents .btn_more {
        display: flex;;
        margin-top: 16px;
        font-size: 14px;
        line-height: 22px;
        color: #666;
        justify-content: center;
        align-items: center;
    }

    /* 구독한 */
    .mynews_subcribe_list {
        margin-top: 16px;
    }

    .mynews_subcribe_list .list_item .meta {
        margin-top: 6px;
    }

    .mynews_subcribe_list .list_item .headline {
        font-size: 20px;
    }

    /* 유의사항 */
    .note_wrap {
        margin-top: 60px;
        padding: 24px 36px 32px;
        background-color: #f4f5fa
    }

    /* 하이라이트한 */
    .mynews_highlight_list {
        margin-top: 16px;
    }

    .mynews_highlight_list .highlight_memo a, .mynews_highlight_list .highlight_memo span {
        background-color: #ddf3d0;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.4px;
        word-break: break-all;
    }

    .mynews_highlight_list .highlight_text a, .mynews_highlight_list .highlight_text span {
        background-color: #ffd9ca;
        font-size: 18px;
        line-height: 30px;
        letter-spacing: -0.4px;
        word-break: break-all;
    }

    .mynews_highlight_list .yellow a, .mynews_highlight_list .yellow span {
        background-color: #ffedc8;
    }

    .mynews_highlight_list .green a, .mynews_highlight_list .green span {
        background-color: #cbe2e1;
    }

    .mynews_highlight_list .mint a, .mynews_highlight_list .mint span {
        background-color: #dce4f0;;
    }

    .mynews_highlight_list .pink a, .mynews_highlight_list .pink span {
        background-color: #f6d5ed;
    }

    .mynews_highlight_list .purple a, .mynews_highlight_list .purple span {
        background-color: #c6d0f9;
    }

    .mynews_highlight_list .list_item {
        padding: 13px 0 17px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .mynews_highlight_list .memo_text {
        position: relative;
        display: inline-block;
        margin: 20px 0;
        padding-left: 50px;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.4px;
        word-break: break-all;
    }

    .mynews_highlight_list .memo_text::before {
        content: "";
        position: absolute;
        left: 30px;
        top: 0;
        width: 3px;
        height: 100%;
        background-color: #f6330a;
    }

    .highlighted {
        position: relative;
        background-color: #e2e2e2;
    }

    /* 댓글단 */
    .mynews_comment_list {
        margin-top: 16px;
    }

    .mynews_comment_list .list_item {
        position: relative;
        padding: 16px 0 17px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .mynews_comment_list .list_item .comment_text {
        margin-bottom: 10px;
    }

    .mynews_comment_list .list_item .comment_text a, .mynews_comment_list .list_item .comment_text span {
        font-size: 18px;
        font-weight: normal;
        line-height: 28px;
        letter-spacing: -0.4px;
    }

    .mynews_comment_list .ico_bang {
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20'%3E%3Cpath d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0zm0 1a9 9 0 10.001 18.001A9 9 0 0010 1zm0 12a.8.8 0 110 1.6.8.8 0 010-1.6zm.65-7.5v6h-1.3v-6h1.3z' fill='%23979797' fill-rule='nonzero'/%3E%3C/svg%3E");
    }

    .mynews_comment_list .ico_like {
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h30v30H0z'/%3E%3Cpath fill='%231D1D1D' d='M15 3c6.627 0 12 5.373 12 12s-5.373 12-12 12S3 21.627 3 15 8.373 3 15 3zm0 1.5C9.201 4.5 4.5 9.201 4.5 15S9.201 25.5 15 25.5 25.5 20.799 25.5 15 20.799 4.5 15 4.5z'/%3E%3Cpath fill='%231D1D1D' d='M15 22.5a7.5 7.5 0 01-7.463-6.75H8.92a6.127 6.127 0 0012.16 0h1.383A7.5 7.5 0 0115 22.5z'/%3E%3Ccircle cx='11.25' cy='11.25' r='1.5' fill='%231D1D1D'/%3E%3Ccircle cx='18.75' cy='11.25' r='1.5' fill='%231D1D1D'/%3E%3Cpath fill='%231D1D1D' d='M15 4.5h9.375L25.5 3.375V3H15z'/%3E%3C/g%3E%3C/svg%3E");
    }

    .mynews_comment_list .ico_dislike {
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h16v16H0z'/%3E%3Cpath fill='%231D1D1D' d='M8 1.6c3.535 0 6.4 2.865 6.4 6.4s-2.865 6.4-6.4 6.4S1.6 11.535 1.6 8 4.465 1.6 8 1.6zm0 .8a5.6 5.6 0 100 11.2A5.6 5.6 0 008 2.4z'/%3E%3Cpath fill='%231D1D1D' d='M8 7.866a4 4 0 00-3.856 2.933l.767.001a3.269 3.269 0 016.177 0l.768-.001A4.002 4.002 0 008 7.866z'/%3E%3Ccircle cx='6' cy='6' r='1' fill='%231D1D1D'/%3E%3Ccircle cx='10' cy='6' r='1' fill='%231D1D1D'/%3E%3Cpath fill='%231D1D1D' d='M8 2.4h5l.6-.6v-.2H8z'/%3E%3C/g%3E%3C/svg%3E");
    }

    .list_option_area + .story_list {
        margin-top: 16px;
    }

    /* edit mode */
    .storage_toolbar .toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .storage_toolbar.sticky_top .toolbar {
        width: calc(100% / 12 * 9 - 0.01%);
    }

    .storage_toolbar + .story_list {
        margin-top: 16px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

    .storage_toolbar + .story_list .card:first-child {
        padding-top: 16px;
    }

    .mynews_subcribe_list.edit_mode .form_check_label:before,
    .story_list.edit_mode .form_check_label:before {
        top: 22px;
    }

    .edit_mode .card {
        padding-left: 32px !important;
    }

    .mynews_subcribe_list .list_item .headline {
        line-height: 30px;
    }

    /* 2022-08-01 유료 콘텐트만 보기 추가 */
    .storage_option .option .btn:not(:first-child) {
        margin-left: 8px;
    }

    .storage_option .option .switch_area,
    .storage_option .option .dropdown {
        margin-left: 20px;
    }
    .subscription_wrap .title_wrap + .row.card_list,
    .subscription_wrap .title_wrap + .row.journalist_list {
        margin-top: -14px !important;
    }
    .title_wrap.header_swiper + .no_contents {
        margin-top: 220px !important;
    }

    .title_wrap.header_swiper + .list_option_area {
        margin-top: 40px !important;
    }

    .title_wrap.header_swiper + .row .storage_option {
        margin-top: 40px;
    }

    .title_wrap.header_swiper + .row .storage_toolbar {
        padding-top: 40px;
    }

    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap {
        border-top: solid 1px rgba(0, 0, 0, 0.1);
    }

    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap:first-of-type {
        margin-top: 16px;
    }

    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap:first-of-type .title_wrap {
        padding-top: 24px;
    }

    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap:not(:first-of-type) {
        margin-top: 40px;
    }

    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap:not(:first-of-type) .title_wrap {
        padding-top: 16px;
    }
    .title_wrap.header_swiper ~ .chain_wrap.subscription_wrap .title_area {
        padding-top: 0;
    }
    .card_list li,
    .journalist_list li {
        min-height: 180px;
        margin-top: 30px;
    }
    .card_list li > div,
    .journalist_list li > div {
        height: 100%;
    }
    .card_list .btn_subscribe,
    .journalist_list .btn_subscribe {
        margin-left: auto;
    }

    .journalist_list .profile_info {
        margin-top: 4px;
    }

    .journalist_list .profile_area .profile_body .flex_area .name {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        max-width: calc(100% - 110px);
        font-size: 18px;
        color: #111;
    }
}
@media (max-width: 689px) {
    /* edit mode */
    .storage_toolbar.sticky_top {
        max-width: calc(100% - 40px) !important;
    }

}

@media (min-width: 690px) and (max-width: 985px) {

    /* edit mode */
    .storage_toolbar.sticky_top {
        max-width: 719px !important;
    }

}

@media (min-width: 986px) and (max-width: 1279px) {

    /* edit mode */
    .storage_toolbar.sticky_top {
        max-width: 980px !important;
    }

}

@media (min-width: 1280px) {

    /* edit mode */
    .storage_toolbar.sticky_top {
        max-width: 1200px !important;
    }

}


/* skeleton - common */
.skeleton_wrap .skeleton {
  background-color: rgb(247, 248, 250);
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.skeleton_wrap .skeleton:after {
  animation: shimmer 2s infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, transparent), color-stop(50%, rgb(243, 244, 246)), color-stop(80%, transparent));
  background: linear-gradient(90deg, transparent 20%, rgb(243, 244, 246) 50%, transparent 80%);
  border-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(-100%);
}

@media (min-width: 986px) {
  .skeleton_wrap .skeleton {
    height: 20px;
  }
  .skeleton_wrap .skeleton:not(:first-child) {
    margin-top: 10px;
  }
}
@media (max-width: 985px) {
  .skeleton_wrap .skeleton {
    height: 17px;
  }
  .skeleton_wrap .skeleton:not(:first-child) {
    margin-top: 8px;
  }
}
@keyframes shimmer {
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* skeleton custom */
.skeleton_wrap.story_list {
  border-top-color: rgba(0, 0, 0, 0.04);
}
.skeleton_wrap.story_list .card {
  align-items: center;
}
.skeleton_wrap.story_list .card::before {
  background: rgba(0, 0, 0, 0.04);
}
.skeleton_wrap.story_list .card_image .skeleton {
  flex-shrink: 0;
  margin: 0;
  width: 132px;
  height: 74px;
}
.skeleton_wrap.story_list .card_foot .skeleton {
  height: 15px;
}
.skeleton_wrap.story_list .card_foot .skeleton:not(:first-child) {
  margin-top: 6px;
}
.skeleton_wrap .list_item {
  border-bottom-color: rgba(0, 0, 0, 0.04);
}
.skeleton_wrap.mynews_subcribe_list, .skeleton_wrap.mynews_comment_list, .skeleton_wrap.mynews_highlight_list {
  border-top-color: rgba(0, 0, 0, 0.04);
}

@media (min-width: 986px) {
  .skeleton_wrap .list_item {
    padding: 32px 0 !important;
  }
  .skeleton_wrap.story_list .card_image .skeleton {
    width: 205px;
    height: 115px;
  }
}
@media (max-width: 985px) {
  .skeleton_wrap .list_item {
    padding: 24px 0 !important;
  }
  .skeleton_wrap.story_list .card {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .skeleton_wrap.story_list .card_image {
    float: none;
  }
  .skeleton_wrap.story_list .card_foot {
    width: 100%;
    margin-top: 10px;
  }
}