/* product - list */
.archive-default{margin-top: 75rem;}
.prd-function{font-size: 14rem;font-weight: 500;color: var(--color-neutral-4);display: inline-flex;gap: 2rem;margin-bottom: 25rem;margin-top: 85rem;}
.prd-function > span{font-weight: 700;color: var(--color-neutral-9);}
.product-list{}
.product-list .product-item{}
.product-list .product-item > a{display: block;width: 100%;}
.product-list .product-item > a .product-thumbnail{border-radius: 15rem;overflow: hidden;border: 1px solid var(--color-neutral-2);}
.product-list .product-item > a .product-thumbnail img{display: block;width: 100%;}
.product-list .product-item > a > h3{font-weight: 500;font-size: 17rem;text-align: center;margin-top: 25rem;}

@media all and (max-width:767px) {
    .product-list .product-item > a > h3{font-size: 15rem;margin-top: 13rem;}
}



.category-table{margin-bottom: 75rem;}
.category-table .category-table-title{text-align: center;margin: 100rem 0 50rem;}
.category-table .category-table-title > h3{font-size: 30rem;font-weight: 600;color: var(--color-sub-3);margin-bottom: 20rem;}
.category-table .category-table-title > p{font-size: 18rem;font-weight: 500;}

.category-table .category-table-header{display: grid;grid-template-columns: 41% 36% 6% 6% 11%;background: var(--color-sub-2);}
.category-table .category-table-header > div{height: 68rem; display: flex;align-items: center;justify-content: center;color: var(--color-neutral-1);font-size: 14rem;line-height: 1.4;position: relative;}
.category-table .category-table-header > div::after{content: "";width: 1px;height: 100%;background: var(--color-neutral-1);position: absolute;top: 0;right: -1px;}
.category-table .category-table-header > div:last-child:after{display: none;}
.category-table .category-table-body .category-table-content{display: grid;grid-template-columns: 13% 87%;}
.category-table .category-table-content .cont-tit{border-left: 1px solid var(--color-neutral-2);}
.category-table .category-table-content .cont-tit > span{height: 100%;display: flex;align-items: center;justify-content: center;text-align: center;font-size: 17rem;line-height: 1.4;border-bottom: 1px solid var(--color-neutral-2);font-weight: 500;}
.category-table .category-table-content > div:not(.cont-tit){}
.category-table .category-table-content .cont-tit__img img{display: block;height: 150rem;object-fit: cover;margin-inline: auto;}
.category-table .category-table-content .cont-box{border-bottom: 1px solid var(--color-neutral-2);border-left: 1px solid var(--color-neutral-2);display: grid;grid-template-columns: 32.1% 41.5% 6.9% 6.9% 12.6%;}
.category-table .category-table-content .cont-box > div{border-right: 1px solid var(--color-neutral-2);}
.category-table .category-table-content .cont-code{}
.category-table .category-table-content .cont-code > ul{height: 100%;}
.category-table .category-table-content .cont-code > ul > li{display: grid;grid-template-columns: repeat(2,minmax(0,1fr));align-items: center; height: 100%;border-bottom: 1px solid var(--color-neutral-2);}
.category-table .category-table-content .cont-code > ul > li span{line-height: 1.6;}
.category-table .category-table-content .cont-code > ul > li span:first-child{padding-left: 20rem;}
.category-table .category-table-content .cont-code > ul > li span:last-child{}
.category-table .category-table-content .cont-ld{}
.category-table .category-table-content .cont-id{}
.category-table .category-table-content .cont-num{}
.category-table .category-table-content .cont-ld > ul,
.category-table .category-table-content .cont-id > ul,
.category-table .category-table-content .cont-num > ul{height: 100%;}
.category-table .category-table-content .cont-ld > ul > li,
.category-table .category-table-content .cont-id > ul > li,
.category-table .category-table-content .cont-num > ul > li{height: 100%;display: flex;align-items: center;justify-content: center;border-bottom: 1px solid var(--color-neutral-2);}
.category-table .category-table-content .cont-code > ul > li:last-child,
.category-table .category-table-content .cont-ld > ul > li:last-child,
.category-table .category-table-content .cont-id > ul > li:last-child,
.category-table .category-table-content .cont-num > ul > li:last-child{border-bottom: none;}

.category-table .category-table-content:nth-child(2){background: #F5FCFF;}
.category-table .category-table-content:nth-child(2) .cont-tit__img img{height: 250rem;}
.category-table .category-table-content:nth-child(2) .cont-code > ul > li,
.category-table .category-table-content:nth-child(2) .cont-ld > ul > li,
.category-table .category-table-content:nth-child(2) .cont-id > ul > li,
.category-table .category-table-content:nth-child(2) .cont-num > ul > li{height: calc(100% / 4);}
.category-table .category-table-content:nth-child(2) .cont-box .cont-tit__img.small img{scale: 0.5;}
.category-table .category-table-content:nth-child(2) .cont-box:last-child .cont-tit__img img{height: 185rem;}
.category-table .category-table-content:nth-child(2) .cont-box:last-child .cont-code > ul > li,
.category-table .category-table-content:nth-child(2) .cont-box:last-child .cont-ld > ul > li,
.category-table .category-table-content:nth-child(2) .cont-box:last-child .cont-id > ul > li,
.category-table .category-table-content:nth-child(2) .cont-box:last-child .cont-num > ul > li{height: calc(100% / 3);}

.category-table .category-table-content:nth-child(3){}
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(1) .cont-tit__img img{height: 320rem;}
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(2) .cont-tit__img img{height: 150rem;}
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(3) .cont-tit__img img{height: 685rem;scale: 0.5;}
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(4) .cont-tit__img img{height: 390rem;scale: 0.7;}
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(1) .cont-code > ul > li,
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(1) .cont-ld > ul > li,
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(1) .cont-id > ul > li,
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(1) .cont-num > ul > li{height: 30%;}
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(1) .cont-code > ul > li:not(:nth-child(1), :nth-child(2)),
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(1) .cont-ld > ul > li:not(:nth-child(1), :nth-child(2)),
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(1) .cont-id > ul > li:not(:nth-child(1), :nth-child(2)),
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(1) .cont-num > ul > li:not(:nth-child(1), :nth-child(2)){height: 20%;}
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(2) .cont-code > ul > li,
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(2) .cont-ld > ul > li,
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(2) .cont-id > ul > li,
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(2) .cont-num > ul > li{height: 100%;}
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(3) .cont-code > ul > li,
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(3) .cont-ld > ul > li,
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(3) .cont-id > ul > li,
.category-table .category-table-content:nth-child(3) .cont-box:nth-child(3) .cont-num > ul > li{height: calc(100% / 7);}
.category-table .category-table-content:nth-child(3) .cont-code > ul > li,
.category-table .category-table-content:nth-child(3) .cont-ld > ul > li,
.category-table .category-table-content:nth-child(3) .cont-id > ul > li,
.category-table .category-table-content:nth-child(3) .cont-num > ul > li{height: calc(100% / 4);}

.category-table .category-table-content:nth-child(4){background: #F5FCFF;}
.category-table .category-table-content:nth-child(4) .cont-tit__img img{height: 310rem;scale: 0.8;}
.category-table .category-table-content:nth-child(4) .cont-code > ul > li,
.category-table .category-table-content:nth-child(4) .cont-ld > ul > li,
.category-table .category-table-content:nth-child(4) .cont-id > ul > li,
.category-table .category-table-content:nth-child(4) .cont-num > ul > li{height: calc(100% / 5);}

.category-table .category-table-content:nth-child(5){}
.category-table .category-table-content:nth-child(5) .cont-tit__img img{scale: 0.8;}
.category-table .category-table-content:nth-child(5) .cont-box .cont-code > ul > li,
.category-table .category-table-content:nth-child(5) .cont-box .cont-ld > ul > li,
.category-table .category-table-content:nth-child(5) .cont-box .cont-id > ul > li,
.category-table .category-table-content:nth-child(5) .cont-box .cont-num > ul > li{height: calc(100% / 2);}

.category-table .category-table-content:nth-child(6){background: #F5FCFF;}
.category-table .category-table-content:nth-child(6) .cont-tit__img img{height: 250rem;scale: 0.8;}
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(1) .cont-tit__img img{height: 370rem;scale: 0.7;}
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(1) .cont-code > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(1) .cont-ld > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(1) .cont-id > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(1) .cont-num > ul > li{height: calc(100% / 6);}
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(2) .cont-code > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(2) .cont-ld > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(2) .cont-id > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(2) .cont-num > ul > li{height: calc(100% / 4);}
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(3) .cont-code > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(3) .cont-ld > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(3) .cont-id > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(3) .cont-num > ul > li{height: 100%;}
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(4) .cont-code > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(4) .cont-ld > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(4) .cont-id > ul > li,
.category-table .category-table-content:nth-child(6) .cont-box:nth-child(4) .cont-num > ul > li{height: calc(100% / 2);}

.category-table .category-table-content:nth-child(7){}
.category-table .category-table-content:nth-child(7) .cont-tit__img img{height: 225rem;scale: 0.7;}
.category-table .category-table-content:nth-child(7) .cont-code > ul > li,
.category-table .category-table-content:nth-child(7) .cont-ld > ul > li,
.category-table .category-table-content:nth-child(7) .cont-id > ul > li,
.category-table .category-table-content:nth-child(7) .cont-num > ul > li{height: calc(100% / 3);grid-template-columns: 1fr;}

.category-table .category-table-content:nth-child(8){background: #F5FCFF;}
.category-table .category-table-content:nth-child(8) .cont-tit__img img{height: 795rem;scale: 0.6;}
.category-table .category-table-content:nth-child(8) .cont-box .cont-code > ul > li:not(:nth-child(9), :nth-child(10)),
.category-table .category-table-content:nth-child(8) .cont-box .cont-ld > ul > li:not(:nth-child(9), :nth-child(10)),
.category-table .category-table-content:nth-child(8) .cont-box .cont-id > ul > li:not(:nth-child(9), :nth-child(10)),
.category-table .category-table-content:nth-child(8) .cont-box .cont-num > ul > li:not(:nth-child(9), :nth-child(10)){height: 9%}
.category-table .category-table-content:nth-child(8) .cont-box .cont-code > ul > li,
.category-table .category-table-content:nth-child(8) .cont-box .cont-ld > ul > li,
.category-table .category-table-content:nth-child(8) .cont-box .cont-id > ul > li,
.category-table .category-table-content:nth-child(8) .cont-box .cont-num > ul > li{height: 14%;}

@media all and (max-width:1023px) {
    .category-table .category-table-title{margin: 75rem 0 35rem;}
    .category-table .category-table-title > h3{font-size: 26rem;margin-bottom: 15rem;}
    .category-table .category-table-title > p{font-size: 16rem;}

    .category-table .category-table-header > div{height: 55rem;font-size: 15rem;}
    .category-table .category-table-content .cont-tit > span{font-size: 15rem;}
    
    .category-table-wr { width: 1024rem; font-size: 14rem; } 
    
    .scroll-table__wrap { overflow-x:auto; padding-bottom: 20rem; } 
    .scroll-table__wrap + .text-info { display: block; text-align: center; margin-top: 20rem; font-size: 14rem; color: var(--color-neutral-4); } 
   
}

@media all and (max-width:660px) {
    .category-table .category-table-title > h3{font-size: 22rem;margin-bottom: 10rem;}
    .category-table .category-table-title > p{font-size: 14rem;}

    .category-table .category-table-header > div{height: 45rem;font-size: 14rem;}
    .category-table .category-table-content .cont-tit > span{font-size: 14rem;}
    
    .category-table-wr{font-size: 12rem;}

    .category-table .category-table-content .cont-tit__img img{height: 110rem;}
    .category-table .category-table-content:nth-child(2) .cont-tit__img img{height: 180rem;}
    .category-table .category-table-content:nth-child(2) .cont-box:last-child .cont-tit__img img{height: 155rem;}
    .category-table .category-table-content:nth-child(3) .cont-box:nth-child(1) .cont-tit__img img{height: 220rem;}
    .category-table .category-table-content:nth-child(3) .cont-box:nth-child(3) .cont-tit__img img{height: 485rem;}
    .category-table .category-table-content:nth-child(3) .cont-box:nth-child(4) .cont-tit__img img{height: 250rem;}
    .category-table .category-table-content:nth-child(4) .cont-tit__img img{height: 260rem;}
    .category-table .category-table-content:nth-child(6) .cont-box:nth-child(1) .cont-tit__img img{height: 270rem;}
    .category-table .category-table-content:nth-child(6) .cont-tit__img img{height: 200rem;}
    .category-table .category-table-content:nth-child(7) .cont-tit__img img{height: 155rem;scale: 0.9;}
    .category-table .category-table-content:nth-child(8) .cont-tit__img img{height: 525rem;}
}