/*  cateList
----------------------------------- */
#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: 10px; display: grid; grid-template-columns: repeat(auto-fit, 300px); justify-content: center;}
#sub_contents .cateList .webgene-item {width: 300px;}
#sub_contents .cateList__item{display: block; position: relative; padding: 0.8em 2em 0.8em 1em; border-bottom: 1px solid #ee626c; text-align: center;}
#sub_contents .cateList__item::before {content: '';width: 18px;height: 18px;background: #ee626c;border-radius: 50%;position: absolute;top: 0;left: 0;bottom: 0;margin: auto;transition: all 0.3s ease;}
#sub_contents .cateList__item:hover::before{transform: translate(6px, 0);}
@media (min-width: 768px) {
}