/* BASIC css start */
.cate-wrap {width: 100%; margin: 0 0 10px;}
.cate-wrap h1.titl, .cate-wrap h1.titl b, .cate-wrap h1.titl strong {
    font-family: 'Noto Serif KR', serif;
    font-weight: 600;
    font-size: 1.4em;
    margin: 30px 0 15px;
    text-align: center;
}
.cate-wrap h1.titl2, .cate-wrap h1.titl2 b, .cate-wrap h1.titl2 strong {
    font-weight: 400;
    font-size: 1.3em;
    margin: 30px 0 15px;
    text-align: center;
}
.cate-wrap .mcate {text-align: left;display: flex;overflow: scroll;}
.cate-wrap .mcate span {
    display: block;
    white-space: nowrap;
    overflow: visible;
    text-overflow: ellipsis;
}
.cate-wrap .mcate span a {
    display: inline-block;
    margin: 3px 10px;
    line-height: 1em;
}
/* BASIC css end */

