/*  cateList
----------------------------------- */
#sub_contents .pageWrap__inner {max-width: 100%; margin: 0 auto;}
#sub_contents .cateList{padding-bottom: 30px;margin-bottom:50px;}
#sub_contents .cateList .webgene-blog{grid-gap: 10px; display: grid; grid-template-columns: repeat(auto-fit, 110px); justify-content: center;}
#sub_contents .cateList .webgene-item {width: 110px;margin-bottom:0px;}
#sub_contents .cateList__item a{display: flex;justify-content: center;align-items: center; text-align: center;height:50px;color:#fff;font-family: "Poppins", sans-serif;font-weight:500;border-radius:10px;}
#sub_contents .webgene-item:nth-child(1) .cateList__item a {background:url(../images/sub_works_cat_01.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(2) .cateList__item a {background:url(../images/sub_works_cat_02.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(3) .cateList__item a {background:url(../images/sub_works_cat_03.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(4) .cateList__item a {background:url(../images/sub_works_cat_04.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(5) .cateList__item a {background:url(../images/sub_works_cat_05.jpg) no-repeat;background-size:cover;}
@media screen and (min-width: 768px) {
#sub_contents .pageWrap__inner {max-width: 100%; margin: 0 auto;}
#sub_contents .cateList{padding-bottom: 30px;margin-bottom:50px;}
#sub_contents .cateList .webgene-blog{grid-gap: 10px; display: grid; grid-template-columns: repeat(auto-fit, 130px); justify-content: center;}
#sub_contents .cateList .webgene-item {width: 130px;margin-bottom:0px;}
#sub_contents .cateList__item a{display: flex;justify-content: center;align-items: center; text-align: center;height:50px;color:#fff;font-family: "Poppins", sans-serif;font-weight:500;border-radius:10px;}
#sub_contents .webgene-item:nth-child(1) .cateList__item a {background:url(../images/sub_works_cat_01.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(2) .cateList__item a {background:url(../images/sub_works_cat_02.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(3) .cateList__item a {background:url(../images/sub_works_cat_03.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(4) .cateList__item a {background:url(../images/sub_works_cat_04.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(5) .cateList__item a {background:url(../images/sub_works_cat_05.jpg) no-repeat;background-size:cover;}
}
@media screen and (min-width: 1025px) {
#sub_contents .pageWrap__inner {max-width: 100%; margin: 0 auto;}
#sub_contents .cateList{padding-bottom: 30px;margin-bottom:100px;}
#sub_contents .cateList .webgene-blog{grid-gap: 30px; display: grid; grid-template-columns: repeat(auto-fit, 200px); justify-content: center;}
#sub_contents .cateList .webgene-item {width: 200px;margin-bottom:20px;}
#sub_contents .cateList__item a{display: flex;justify-content: center;align-items: center; text-align: center;height:100px;color:#fff;font-family: "Poppins", sans-serif;font-weight:500;border-radius:20px;}
#sub_contents .webgene-item:nth-child(1) .cateList__item a {background:url(../images/sub_works_cat_01.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(2) .cateList__item a {background:url(../images/sub_works_cat_02.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(3) .cateList__item a {background:url(../images/sub_works_cat_03.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(4) .cateList__item a {background:url(../images/sub_works_cat_04.jpg) no-repeat;background-size:cover;}
#sub_contents .webgene-item:nth-child(5) .cateList__item a {background:url(../images/sub_works_cat_05.jpg) no-repeat;background-size:cover;}
}