/* BASIC css start */
.page-journal {
    padding-top: 22px;
    font-family: 'Henry', 'Eulyoo1945', 'Noto Serif KR', serif;
    color: var(--ub-color-main);
}
.journal__h {
    margin-top: 120px;
    margin-bottom: 80px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--ub-color-sys250);
}
.journal__h h2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-variant: all-small-caps;
}


.jn-card {
    position: relative;
}
.jn-card .c_thumb a {display: block; position: relative;}
.jn-card .c_thumb img {display: block; width: 100%;}
.jn-card .c_info {margin-top: 10px;}
.jn-card .c_info .t_bx {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.jn-card .c_info .t1 {
    font-size: 24px;
    line-height: 1.1;
}
.jn-card .c_info .t1 * {
    font: inherit;
}
.jn-card .c_info .t2 {
    flex-shrink: 0;
    font-family: var(--ub-font-sans);
    font-size: 10px;
    letter-spacing: .03em;
    text-transform: uppercase;
    font-variant: all-small-caps;
}
.jn-card:first-child .e_bx {
    margin-top: 10px;
}
.jn-card .e_bx .ex2 {display: none;}
.jn-card:first-child .e_bx .ex2 {
    display: block;
    font-size: 13px;
    line-height: 1.6;
}

.jn-card .btag {
    position: absolute;
    left: 8px;
    top: 8px;
    padding: 4px 4px 3.5px;
    font-family: var(--ub-font-sans);
    font-size: 10px;
    line-height: 1.05;
    letter-spacing: .03em;
    font-variant: all-small-caps;
    background-color: #f1f1f1;
}
.jn-card .btag.be2 {
    position: absolute;
    left: 8px;
    top: auto;
    bottom: 8px;
    opacity: 0;
    transition: opacity .25s;
}

.jn-card a:hover .btag.be2 {
    opacity: 1;
}

.jn-card .e_bx .ex1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.36;
}
.jn-card .e_bx .ex1 > span {
    display: inline-block;
    width: 230px;
    border-bottom: 1px solid var(--ub-color-sys300);
    margin-bottom: 4px;
    font-size: 10px;
    letter-spacing: .03em;
    font-family: var(--ub-font-sans);
    font-variant: all-small-caps;
}


.jc-listcont {
    display: grid;
    grid-template-columns: 1fr;
    gap: 80px;
    padding: 0 10px;
}


@media (min-width: 768px) {

}

@media (min-width: 900px) {
    .journal__h {
        position: relative;
        margin: 0 10px;
        padding: 0;
        border-bottom: 0;
    }
    .journal__h h2 {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        text-align: left;
        font-size: 18px;
    }

    .jn-card:first-child {
        grid-column: 1 / -1;
        margin: 0 -40px;
        margin-bottom: 100px;
    }
    .jn-card:first-child .inr {
        width: 36%;
        max-width: 100%;
        margin: 0 auto;

    }
    .jn-card:first-child .c_info {
        margin-top: 0;
    }
    .jn-card:first-child .c_info .t1 {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        max-width: 28%;
        font-size: 32px;
    }
    .jn-card:first-child .c_info .t2 {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        max-width: 26%;
    }
    .jn-card:first-child .e_bx {
        margin-top: 8px;
    }
    .jn-card:first-child .e_bx .ex1 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .jn-card:first-child .e_bx .ex2 {
        display: block;
    }

    .jc-listcont {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 100px 40px;
        padding: 0 40px;
    }
}

@media (min-width: 1400px) {
    .jn-card:first-child {
        margin: 0 -9vw;
        margin-bottom: 150px;
    }
    .jc-listcont {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 120px 9vw;
        padding: 0 9vw;
    }
}


.page-journal .item-page {display: none; text-align:center; padding:50px 30px 0 0px;}
.page-journal .item-page a{text-underline-position: under;}

/* BASIC css end */

