@charset "utf-8";

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

.cate-list .sec-title,
.article-main .sec-title {
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(1.25rem, 1.159rem + 0.39vw, 1.625rem);
    letter-spacing: 0.2em;
    color: #000;
    margin-bottom: 32px;
}

.cate-list {
    padding-bottom: 40px;
    border-bottom: 1px solid #707070;
}

.cate-list .column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px 40px;
}

.cate-list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 32px 40px;
}

.cate-list a {
    display: flex;
    align-items: center;
    padding: 8px 24px;
    gap: 20px;
    border: 1px solid #000;
    background: #ededed;
    transition: var(--default);
    border-radius: 50px;
}

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

.cate-list a .link-text {
    font-family: var(--eng);
    font-weight: 500;
    font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
    text-align: center;
    color: #000;
}

.cate-list a .icon::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 12px solid #000000;
    border-bottom: 0;
}

.article-main {
    padding-top: 120px;
}

.article-main .webgene-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 64px 74px;
}

.article-main .webgene-blog .casethum {
    width: 100%;
    height: 299px;
    margin-bottom: 20px;
}

.article-main .webgene-blog .casethum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.caseItem {
    transition: var(--default);
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
}

.caseItem:hover {
    opacity: 50%;
}

.caseelements {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 13px;
}

.caseItemCate {
    font-family: var(--eng);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #000;
    padding: 7px 16px;
    background: #fff;
    border: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.casedate {
    font-family: var(--eng);
    font-weight: 500;
    font-size: clamp(0.75rem, 0.689rem + 0.26vw, 1rem);
    color: #000;
}

.caseItemTit {
    font-family: var(--eng);
    font-weight: 500;
    font-size: 16px;
    line-height: calc(23/16);
    color: #000;
}


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

.webgene-pagination>ul {
    display: flex;
    gap: 40px;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.webgene-pagination>ul>li {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    list-style: none;
}

.webgene-pagination>ul>li.next,
.webgene-pagination>ul>li.prev {
    width: 16px;
    height: 14px;
    border-radius: 50px;
    color: #d32e26;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s ease;
}

.webgene-pagination>ul>li.next a,
.webgene-pagination>ul>li.prev a,
.webgene-pagination>ul>li.next:hover a,
.webgene-pagination>ul>li.prev:hover a {
    display: flex;
    font-size: 1px;
    width: 100%;
    height: 100%;
    justify-content: center;

}

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

.webgene-pagination>ul>li.next:before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/20260222224955243211.svg) no-repeat center/contain;
    width: 16px;
    height: 14px;
}

.webgene-pagination>ul>li.prev:before {
    content: "";
    position: absolute;
    background: url(/system_panel/uploads/images/20260222224955773560.svg) no-repeat center/contain;

    width: 16px;
    height: 14px;
}

.webgene-pagination>ul>li.selected,
.webgene-pagination>ul>li:hover {
    color: #000000;
}

.webgene-pagination>ul>li a {
    position: relative;
    color: #acacac;
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(1.375rem, 1.314rem + 0.26vw, 1.625rem);
    letter-spacing: 0.2em;
}

.webgene-pagination>ul>li.selected a,
.webgene-pagination>ul>li:hover a {
    position: relative;
    font-family: var(--eng);
    font-weight: 400;
    font-size: clamp(1.375rem, 1.314rem + 0.26vw, 1.625rem);
    letter-spacing: 0.2em;
    color: #000;
}

.article-detail .inner {
    display: grid;
    grid-template-columns: 70% 1fr;
    gap: 102px;
}

.article-detail .caseItemText {
    padding-bottom: 24px;
    border-bottom: 1px solid #707070;
    margin-bottom: 40px;
}

.article-detail .caseItemTit {
    font-size: clamp(1rem, 0.939rem + 0.26vw, 1.25rem);
    line-height: calc(32/20);
}

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

.article-detail .caseDetailTxt {
    font-family: var(--ja);
    font-weight: 400;
    font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
    line-height: 2;
    color: #000;
}

.page-navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 44px;
    border-top: 1px solid #707070;
    margin-top: 40px;
}

.webgene-item-nextPageLink,
.webgene-item-prevPageLink {
    display: flex;
    align-items: center;
    gap: 1em;
    font-family: var(--ja);
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.webgene-item-nextPageLink::after {
    content: ">";
}

.webgene-item-prevPageLink::before {
    content: "<";
}

.backlink {
    background: #494949;
    display: flex;
    align-items: center;
    gap: 31px;
    padding: 14px 41px 14px 23px;
    font-family: var(--ja);
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    transition: var(--default);
}

.backlink:hover {
    color: #FFF;
    opacity: 50%;
}

.backlink .arrow {
    width: 93px;
    height: 10px;
    background: url(/system_panel/uploads/images/20260222233315779231.svg) no-repeat center/100% auto;
}

.side-col .sec-title {
    font-family: var(--eng);
    font-weight: 500;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.side-col .casethum {
    height: 176px;
    margin-bottom: 12px;
}

.side-col .casethum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-col .caseItemCate {
    font-size: 12px;
    padding: 3px 17px;
}

.side-col .caseelements {
    gap: 10px;
}

.side-col .casedate {
    font-size: 14px;
}

.side-col .caseItemTit {
    font-size: 14px;
    line-height: calc(20/14);
}

.side-col .caseItem {
    padding-bottom: 12px;
}

.side-col .webgene-blog {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (max-width: 960px) {
    .article-list .inner {
        padding: 40px 0 120px;
    }

    .cate-list {
        padding-bottom: 32px;
    }

    .cate-list .column {
        gap: 20px 34px;
    }

    .article-main {
        padding-top: 83px;
    }

    .article-main .webgene-blog {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 90%;
        margin: 0 auto;
    }

    .webgene-pagination {
        margin-top: 56px;
    }

    .article-list .inner {
        display: flex;
        flex-direction: column;
    }

    .page-navi {
        display: grid;
        grid-template-areas: "prev prev prev next next next"
            "back back back back back back";
        row-gap: 40px;
    }

    .webgene-item-prevPageLink {
        grid-area: prev;
    }

    .webgene-item-nextPageLink {
        grid-area: next;
        justify-content: flex-end;
    }

    .backlink {
        grid-area: back;
        gap: 31px;
        max-width: 269px;
        width: 100%;
        margin: 0 auto;
    }

    .article-detail .inner {
        width: 80%;
        gap: 80px;
    }

    .side-col .sec-title {
        text-align: center;
    }

    .side-col .webgene-blog {
        width: 80%;
        margin: 0 auto;
    }
}