@charset "utf-8";

.article-list {
    background: #f1fcfd;
}

.article-list .inner {
    padding: 120px 0 160px;
}

.article-list .cate-list {
    display: flex;
    align-items: center;
    gap: 20px 30px;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.article-list .cate-list .webgene-blog {
    display: flex;
    align-items: center;
    gap: 20px 30px;
    flex-wrap: wrap;
}

.article-list .cate-list a {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 18px 38px;
    background: transparent;
    border: 1.5px solid #05a6bc;
    border-radius: 50px;
    font-family: var(--font-main);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.659rem + 0.39vw, 1.125rem);
    color: #05a6bc;
    transition: var(--default);
}

.article-list .cate-list a:hover {
    background: #dbf0f2;
}

.article-main .box {
    background-color: #FFF;
    border-radius: 25px;
}

.article-main .box .box-inner {
    width: min(75%, 1344px);
    margin: 0 auto;
    padding: 100px 0;
}

.article-main .webgene-blog {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.newsLink {
    display: grid;
    grid-template-columns: 30% 1fr 67px;
    align-items: center;
    gap: 60px;

}

.newsLink .arrow {
    width: 67px;
    aspect-ratio: 1/1;
    background: url(/system_panel/uploads/images/20260414000115465107.svg) no-repeat center/contain;
    transition: var(--default);
}



.newsItem {
    padding-bottom: 40px;
    border-bottom: 0.8px solid #e2e2e2;
    transition: var(--default);
}

.newsItem:hover .arrow {
    background-image: url(/system_panel/uploads/images/20260414001552398530.svg);
}

.newsdate {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: clamp(0.625rem, 0.534rem + 0.39vw, 1rem);
    color: #a5a0a0;
}



.newscontents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.newsItem .newsthum {
    max-width: 318px;
    width: 100%;
    height: 262px;
    border-radius: 10px;
}

.newsItem .newsthum img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.newsItemTit {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: clamp(1.125rem, 1.095rem + 0.13vw, 1.25rem);
    line-height: 2;
    color: #000;
}



.newslements {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
}

.newsItemCate {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #05a6bc;
    padding: 5px 40px;
    border-radius: 15.5px;
    background: #fff;
    border: 1px solid #05a6bc;
}

.webgene-pagination {
    width: 100%;
    grid-column: 1 / 4;
}

.webgene-pagination>ul {
    display: flex;
    gap: 1em;
    padding: 0;
    justify-content: center;
    margin: 0;
}



.webgene-pagination>ul>li {
    list-style: none;
    aspect-ratio: 1/1;
    width: clamp(2.5rem, 1.377rem + 2.34vw, 4.188rem);
    border-radius: 50px;
    background: transparent;
    border: 1px solid #0ca5bc;
    font-family: var(--font-main);
    font-weight: 400;
    font-size: clamp(1rem, 0.848rem + 0.65vw, 1.625rem);
    color: #05a6bc;

}

.webgene-pagination>ul>li.next,
.webgene-pagination>ul>li.prev {
    border: none;
    background-color: transparent;
}

.webgene-pagination>ul>li.next:hover,
.webgene-pagination>ul>li.prev:hover {
    background-color: transparent;
    opacity: 50%;
}

.webgene-pagination>ul>li.next:hover a,
.webgene-pagination>ul>li.prev:hover a {
    background-color: transparent;
}





.webgene-pagination>ul>li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webgene-pagination>ul>li.selected a,
.webgene-pagination>ul>li:hover a {
    position: relative;
}

.webgene-pagination>ul>li.selected,
.webgene-pagination>ul>li:hover {
    background: #dbf0f2;
}


/* 詳細 */
.article-detail {
    background: #f1fcfd;
}

.article-detail .inner {
    padding: 123px 0 140px;
}

.article-detail .box {
    background-color: #FFF;
}

.article-detail .box-inner {
    padding: 64px 180px 80px;
}

.article-detail .newsItemTit {
    margin-bottom: 32px;
}

.article-detail .newsDetailImg {
    margin-bottom: 40px;
}

.article-detail .newsDetailTxt {
    font-family: var(--font-main);
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: calc(27/16);
    color: #000;
    padding-bottom: 80px;
    border-bottom: 1px solid #d1d1d1;
}

.article-detail .page-navi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.article-detail .page-navi .btn {
    font-family: var(--font-main);
    font-weight: 500;
    font-size: 20px;
    color: #000;
    transition: var(--default);
    padding: 0;

}

.article-detail .page-navi .btn .arrow {
    width: clamp(2.125rem, 1.624rem + 2.14vw, 4.188rem);
    aspect-ratio: 1/1;
    background: url(/system_panel/uploads/images/20260414000115465107.svg) no-repeat center/contain;
    transform: scaleX(-1);
}

.article-detail .page-navi .btn:hover {
    opacity: 50%;
}

.article-detail .page-navi .btn a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: var(--font-main);
    font-weight: 500;
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    color: #000;
}

.footer::after {
    content: none;
}



@media (max-width: 1023px) {
    .newsLink .arrow {
        display: none;
    }

    .newsLink {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .article-main .box .box-inner,
    .article-detail .box-inner {
        width: 90%;
        padding: 30px 0;
        margin: 0 auto;
    }

    .newscontents {
        width: 100%;
        gap: 10px;
    }

    .newsItem .newsthum {
        max-width: none;
        height: 181px;
    }

    .newsItemTit {
        line-height: calc(24/18);
    }
}

@media (max-width: 767px) {
    .article-list .cate-list a {
        padding: 8px 10px;
    }

    .article-list .cate-list .webgene-blog,
    .article-list .cate-list {
        gap: 24px 6px;
    }

    .newsLink {
        transition: var(--default);
    }

    .newsLink:hover {
        opacity: 50%;
    }
}