@charset "utf-8";
/**
 * author : hong
 * last modified date : 2023-01-04
 */


.webzine-list {
    width: 100%;
}

.webzine-list .board-list {
    width: 100%;
}

.webzine-list .board-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-top: 3px solid #333333;
}

.webzine-list .board-list ul li {
    height: 100%;
    display: flex;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    padding-top: 30px;
    justify-content: space-between;
}

.webzine-list .board-list ul li .uid {
    position: absolute;
    z-index: 999;
    background: #999;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 0.8rem;
    top: 0;
    left: 0;
}

.webzine-list .board-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.webzine-list .board-list ul li .thumb {
    width: 300px;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.webzine-list .board-list ul li .thumb img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}

.webzine-list .board-list ul li .thumb .no-img {
    background: #f6f6f6;
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.webzine-list .board-list ul li .ctt {
    display: flex;
    width: calc(100% - 300px - 40px);
    flex-direction: column;
    box-sizing: border-box;
    /*    justify-content: center;*/
    position: relative;
}

.webzine-list .board-list ul li .ctt a {
    font-size: 1.2rem;
    font-weight: 600;
}

.webzine-list .board-list ul li .ctt .desc {
    margin-top: 20px;
    font-size: 1rem;
}


.webzine-list .board-list ul li .ctt .date {
    position: absolute;
    bottom: 0;
    color: #555;
    font-size: 0.9rem;
}

.webzine-latest ul {
    display: flex;
    margin-right: -15px !important;
    flex-flow: row wrap;
}

.webzine-latest ul li {
    width: calc(100%/3 - 15px);
    margin-right: 15px;
}

.webzine-latest ul li a {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
}

.webzine-latest ul li a .thumb {
    width: 100%;
    padding-bottom: 50%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.webzine-latest ul li a .thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.webzine-latest ul li a .cut-strings {
    padding: 20px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

@media screen and (max-width: 768px) {

    .webzine-list .kboard-category.category-mobile {
        display: block;
    }

    .webzine-list .kboard-category.category-pc {
        display: none;
    }

    .webzine-list .kboard-tree-category-search .kboard-search-option-wrap.select {
        width: 100%;
    }

    .webzine-list .board-list ul li {
        flex-direction: column;
    }

    .webzine-list .board-list ul li .thumb {
        width: 100%;
    }

    .webzine-list .board-list ul li .ctt {
        width: 100%;
        padding: 20px 0;
        padding-bottom: 0;
    }

    .webzine-list .board-list ul li .ctt .desc {
        margin-top: 10px;
    }

    .webzine-list .board-list ul li .ctt .date {
        position: relative;
        bottom: auto;
        font-size: 0.9rem;
        margin-top: 20px;
    }

    .webzine-latest ul {
        margin-right: 0 !important;
        flex-direction: column;
    }

    .webzine-latest ul li {
        width: 100%;
        margin-right: 0;
    }

    .webzine-latest ul li + li {
        margin-top: 20px;
    }

}
