/* 
* post 페이지 시작
*/
.j-posts-container .j-posts-header {
    background-color: #F9F9F9;
    border-radius: 20px;
    min-height: 198px;
    height: 198px;
    margin-top: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
.j-posts-container .j-posts-header .j-posts-header-title {
    color: #131313;
    font-size: 32px;
    line-height: 38.41px;
    font-weight: 700;
}
.j-posts-container .j-posts-header .j-posts-search-bar {
    background-color: white;
    margin-top: 26px;
    width: 526px;
    height: 49px;
    padding: 0 14px;
    border-radius: 100px;
    display: flex;
    align-items: center;
}
.j-posts-container .j-posts-header .j-posts-search-divider {
    margin-left: 10px; 
    width: 1px; 
    height: 16px;
    background-color: #D9D9D9;
}
.j-posts-container .j-posts-header .j-posts-search-bar select {
    padding-right: 10px;
    border: none;
    color: black;
}
.j-posts-container .j-posts-header .j-posts-search-bar input {
    flex-grow: 1;
    margin-left: 14px;
    border: none;
}
.j-posts-container .j-posts-header .j-posts-search-bar button {
    border: none;
    background: none;
}

/* 왼쪽 카테고리 */
.j-posts-container .j-posts-category {
    border-right: 1px solid #EEEEEE;
    min-height: 650px;
}
.j-posts-container .j-posts-category li {
    padding: 19px 30px 19px 0;
    font-size: 18px;
    font-weight: 400;
    color: #131313;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.j-posts-container .j-posts-category li a {
    text-decoration: none;
}
.j-posts-container .j-posts-category .active a{
    font-weight: 700;
    color: #F5821E;
}
.j-posts-container .j-posts-category .not-active img {
    display: none;
}
.j-posts-container .j-posts-category .j-posts-sub-category {
    margin-left: 12px;
}
.j-posts-container #j-posts-category-mobile {
    display: none;
}
.j-posts-container .j-posts-list li {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}
.j-posts-container .j-posts-list li .j-category-name {
    height: 45px;
    display: flex;
    align-items: center;
    background-color: #F6F6F6;
    border-radius: 30px;
    padding: 0 37.5px;
    white-space: nowrap;
}
.j-posts-container .j-posts-list-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    color: #131313;
    font-size: 15px;
    line-height: 18px;
}
/* 제품 일람 시작 */
.j-posts-container .j-posts-product .j-posts-search-bar{
    display: none !important;
}
.j-posts-container .j-posts-product .j-posts-product-button-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-size: 15px;
    color: #131313;
    line-height: 18px;
}
.j-posts-container .j-posts-product .j-posts-product-button-container button {
    background-color: white;
    border-radius: 100px;
    padding: 16px 74px;
    display: flex;
    flex-direction: row;
    gap: 8.5px;
    justify-content: center;
    align-items: center;
}
.j-posts-container .j-posts-product-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.j-posts-container .j-posts-product-list li {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.j-posts-container .j-posts-product-list li:hover {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.j-posts-container .j-posts-product-list .j-posts-product-image {
    min-width: 175px;
    display: flex;
    justify-content: center;
}

.j-posts-container .j-posts-product-list .j-posts-product-image .gate4mobile {
    min-width: 127px;
    max-width: 127px;
    min-height: 28px;
}
.j-posts-container .j-posts-product-list .j-posts-product-image .gigapod {
    min-width: 126px;
    max-width: 126px;
    min-height: 28px;
}
.j-posts-container .j-posts-product-list .j-posts-product-image .pcfilter {
    min-width: 123px;
    max-width: 123px;
    min-height: 23px;
}
.j-posts-container .j-posts-product-list .j-posts-product-image .firemon {
    min-width: 123px;
    max-width: 123px;
    min-height: 30px;
}
.j-posts-container .j-posts-product-list .j-posts-product-image .mailscreen {
    min-width: 122px;
    max-width: 122px;
    min-height: 22px;
}
.j-posts-container .j-posts-product-list .j-posts-product-image .spamsniper {
    min-width: 122px;
    max-width: 122px;
    min-height: 21px;
}
.j-posts-container .j-posts-product-list .j-posts-product-image .securityone {
    min-width: 131px;
    max-width: 131px;
    min-height: 22px;
}
.j-posts-container .j-posts-product-list .j-posts-product-image .appcheck {
    min-width: 102px;
    max-width: 102px;
    min-height: 20px;
}
.j-posts-container .j-posts-product-list .j-posts-product-image .mudfix {
    min-width: 105px;
    max-width: 105px;
    min-height: 24px;
}

.j-posts-container .j-posts-product-list .j-posts-product-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 30px 30px 30px 20px;
}
.j-posts-container .j-posts-product-list .j-posts-product-content .j-category-name-container {
    display: flex;
    flex-direction: row;
}
.j-posts-container .j-posts-product-list .j-posts-product-content .j-category-name-container .j-category-name {
    background-color: #F6F6F6;
    border-radius: 30px;
    padding: 0 37.5px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.j-posts-container .j-posts-product-list .j-posts-excerpt {
    font-size: 15px;
    line-height: 24px;
    color: #545454;
}
/* 제품 일람 끝 */


/* 채용 시작 */
.j-posts-container .j-posts-recruit {
    background-image: url("/wp-content/themes/twentytwentyfour/assets/images/recruit/recruit_background.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.j-posts-container .j-posts-recruit .j-posts-header-title {
    color: white !important;
}

.j-posts-container .j-posts-recruit .j-posts-search-bar {
    display: none !important;
}
/* 채용 끝 */

@media (max-width: 1000px) {
    .j-posts-container .j-posts-header {
        height: auto;
    }
    .j-posts-container .j-posts-header .j-posts-search-bar {
        width: 100%;
        margin-left: 3px;
        margin-right: 3px;
    }

    .j-posts-container .j-posts-header .j-posts-search-bar select {
        display: none;
    }
    .j-posts-container .j-posts-header .j-posts-search-divider {
        display: none;
    }
    .j-posts-container .j-posts-header .j-posts-search-bar input {
        margin-left: 2px;
        font-size: 12px;
    }

    .j-posts-container .j-posts-category {
        height: auto;
        border-right: none;
        display: none;
    }
    .j-posts-container .j-posts-category li {
        padding: 10px 30px 10px 0;
    }

    .j-posts-container #j-posts-category-mobile {
        background: white;
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 19.2px;
        color: #131313;
    }

    .j-posts-container .j-posts-list li {
        gap: 8px;
    }
    .j-posts-container .j-posts-list li .j-category-name {
        font-size: 13px;
        padding: 8px 13px;
        white-space: nowrap;
    }
    .j-posts-container .j-posts-list li a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    /* 제품 일람 시작 */
    .j-posts-container .j-posts-product .j-posts-product-button-container {
        flex-direction: column;
    }
    .j-posts-container .j-posts-product-list li {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        padding: 20px;
    }
    .j-posts-container .j-posts-product-list li .j-posts-product-image {
        justify-content: start;
    }
    .j-posts-container .j-posts-product-list .j-posts-product-content {
        padding: 0;
    }
    .j-posts-container .j-posts-product-list .j-posts-product-content .j-category-name-container .j-category-name {
        padding: 10px 14px;
    }
    /* 제품 일람 끝 */
}
/* post 페이지 끝 */

/* post detail 페이지 시작 */
.j-post-detail-container {
    padding-left: 2rem;
    padding-right: 2rem;
}
.j-post-detail-container .j-post-detail-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}
.j-post-detail-container .j-post-detail-title .j-post-detail-category {
    margin-left: 0 !important;
    margin-right: 0 !important;
    color: #545454;
    font-size: 0.875rem;
    font-weight: 700;
    background-color: #F6F6F6;
    padding: 10px 16px;
    border-radius: 30px;

}
.j-post-detail-container .j-post-detail-title .wp-block-post-terms {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.j-post-detail-container .j-post-detail-title .wp-block-post-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    color: #131313;
    text-align: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.j-post-detail-container .j-post-detail-date {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.j-post-detail-container .j-post-detail-date .wp-block-post-date,
.j-post-detail-container .j-post-detail-date .post-views
 {
    color: #545454;
    font-size: 15px;
    line-height: 18px;
}

.j-post-detail-button-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px 0;

    border-top: 1px solid #EEEEEE;
}
.j-post-detail-button-container > div {
    display: flex;
    gap: 10px;
}

.j-post-detail-button-container .wp-block-post-navigation-link {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #F1F1F1;
    border-radius: 8px;
}
.j-post-detail-button-container .wp-block-post-navigation-link a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    color: #545454;
}
.j-post-detail-button-container .wp-block-post-navigation-link.post-navigation-link-previous {
    padding-left: 10px;
    padding-right: 20px;
}

.j-post-detail-button-container .wp-block-post-navigation-link.post-navigation-link-next {
    padding-left: 20px;
    padding-right: 10px;
}
.j-post-detail-button-container button {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #F1F1F1;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.j-post-detail-button-container button p {
    font-size: 1rem;
    font-weight: 500;
    color: #545454;
}
.j-post-detail-button-container button img {
    min-width: 24px;
}
/* post detail 페이지 끝 */