/* 반응형 설정 */

@media all and (max-width: 1080px) {

    nav#menu {
        top: -1px;
        background-color: var(--light-bg);
    }

    .reverse nav#menu {
        background-color: var(--dark-bg);
        transition: background 1s;
    }

    nav#vol-nav {
        width: 220px;
        left: calc(50% - 110px);
        position: sticky;
        padding: 0;
        margin: 0;
        z-index: 999;
        margin-top: -92px;
    }

    #vol-title {
        margin: 0;
        color: #000;
        width: calc(50% + 14px);
        text-align: right;
    }

    #vol-title::before, 
    #vol-title::after,
    #vol-index li {
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        height: 92px;
        line-height: 92px;
    }

    #vol-title::before {
        content: 'Vol.';
        text-transform: capitalize;
        margin-right: -7px;  
    }

    #vol-title::after {
        width: 15px;
        padding: 0 28px 0 0;
        letter-spacing: -0.5px;
        background: url('../img/dropdown-mo.png') center right no-repeat;
        background-size: 28px;
    }

    .reverse #vol-title:after {
        background-image: url('../img/dropdown-w-mo.png');
    }

    #vol-index {
        width: calc(50% - 14px);
        right: 0;
        top: 0;
        height: 92px;
        line-height: 92px;
        position: absolute;
        float: none;
        display: block;
    }

    #vol-index li:not(.current-menu) {
        display: none;
    }

    nav#vol-nav select {
        width: 40px;
        left: calc(50% - 45px);
    }

    .post {
        margin-left: 30px;
        padding-left: 0;
        overflow: hidden;
    }

    .post::after {
        height: 75px;
    }

    .post .title {
        margin: 25px 0 !important;
        padding: 0 !important;
        float: none;
        color: #000 !important;
        opacity: 1 !important;
        width: 100%;
        font-size: 24px;
        font-weight: 700;
        position: relative !important;
        top: 0 !important;
        animation: none !important;
    }

    .post.reverse > .title {
        color: #fff !important;
    }

    .post div.align-top {
        font-size: 21px;
        top: -7px;
        -webkit-line-clamp: 16;
    }

    .post .excerpt {
        display: block !important;
        height: auto;
        min-width: 100%;
    }

    .poster-type-1 {
        margin-right: 30px;
        max-width: calc(100% - 60px);
    }

    .poster-type-1 .inner-wrapper {
        max-width: 580px;
    }

    .poster-type-2 .thumbnail, 
    .poster-type-3 .thumbnail {
        width: 50%;
        padding-top: 85.526316%;
    }

    .poster-type-1 .excerpt,
    .poster-type-4 .excerpt {
        margin-top: 15px;
    }

    .post div.align-top {
        font-size: 13px;
    }

    .post.poster-type-1 div.align-top,
    .post.poster-type-4 div.align-top {
        top: 0;
    }

        /* fixed post 설정 */

        .post.fixed .excerpt div.align-top {
            color: rgb(80 80 80 / 95%);
            transition: color 1s;
        }

        .post.fixed .thumbnail {
            filter: grayscale(0) brightness(1) contrast(1) !important;
            opacity: 1;
            transition: filter 1s, opacity 1s;
        }


    #lang {
        bottom: 28px;
    }

    body.open-single .block-index-open #single-wrapper {
        transform: none;
    }

    #single-title > .title {
        font-size: 38px;
    }

    #content-cover .cover {
        /* padding-top: 0 !important;
        min-height: calc(100vh - 100px); */
        margin-bottom: 30px;
    }

    footer {
        width: calc(100% - 30px);
        padding: 0px 15px;
        bottom: 10px;
        text-align: center;
        font-size: 10px;
    }
}

@media all and (max-width: 580px) {

    .post {
        margin: 0 !important;
        max-width: 100% !important;
    }

    .hidden .post.fixed > .title,
    .post .title {
        font-size: 20px;
        filter: none;
        transform: scale(1) translateY(0);
    }

    .poster-type-1,
    .poster-type-1 .inner-wrapper {
        min-width: auto;
    }

    .post .thumbnail {
        width: 100% !important;
        padding-top: min(56.25%, calc(100vh - 100px)) !important;
        margin: 0 !important;
        float: none;
    }

    .post div.align-top {
        top: 0 !important;
        -webkit-line-clamp: 6;
    }

    .post .excerpt {
        margin-top: 15px !important;
    }

    #single-title {
        width: 100%;
        left: 0;
    }

    #single-title > .title {
        font-size: 24px;
    }

    #content {
        /* font-size: 14px; */
        font-size: 16px;
        padding-bottom: 35px;
    }

    #chapter-list {
        font-size: 14px;
    }

    #content h2 {
        font-size: 22px;
    }
    
    #content h3 {
        font-size: 16px;
    }

    #content blockquote {
        font-size: 20px;
        margin: 2.5em auto;
    }

    #content .wp-block-group {
        margin: 0 auto;
    }

    #content .chapter-title.wp-block-group {
        margin-top: 4em;
    }

    #content .chapter-title p {
        margin-top: 2em;
    }

    #content .additional-note {
        margin: 2.5em auto;
        padding: 1.75em 0 1px;
    }

    #content .additional-note > .wp-block-group__inner-container {
        column-count: 1;
        padding: 5em 0 1.5em;
    }

    #content .profile > .wp-block-group__inner-container {
        display: block;
        padding: 0;
    }

    #content .profile h5 {
        position: relative;
    }

    #content .profile figure {
        padding-top: 1.25em;
    }

    #content br.mobile-only {
        display: block;
    }

    #content br.desktop-only {
        display: none;
    }
}

@media all and (min-width: 1441px) {

    /* #recent {
        padding-top: 50vh;
    } */

}