@charset "utf-8";

/* 카테코리형 탭 */
#sub_page #bo_cate_ul {display:flex;justify-content:space-between;}
#sub_page #bo_cate_ul li {background: #fff !important;box-shadow: none;width: 100%;display:block;text-align: center;padding: 0;}
#sub_page #bo_cate_ul li a {border-radius: 0;background: #f5f5f5;border-top:1px #e3e3e3 solid;border-bottom:1px #000 solid;border-left: 1px #e3e3e3 solid;border-right: 1px #e3e3e3 solid;display:block;padding-top: 22px;padding-bottom: 22px;transition: 0.2;font-weight:600;color: rgb(26, 26, 26);font-family: 'Pretendard','Noto Sans KR';font-size:18px;}
#sub_page #bo_cate_ul li .bo_cate_on {background: #fff;border-bottom: 0;border-top: 3px #000 solid;outline: none;text-decoration: none;color: #000;box-shadow: none;border-left: 1px #e3e3e3 solid;border-right: 1px #e3e3e3 solid;}
#sub_page #bo_cate_ul li a:hover {text-decoration: none;background: #fff;color: #000;}
/* 카테코리 마감 */
.sub-tab:before,.sub-tab:after{
    content:'';
    display:table;
    clear:both;
}
.agency-data{
    margin-top:2.5rem;
}
.agency-map{display:none;}
.agency-map.active{display:block;}

.agency-map{
    text-align:center;
}
.agency-map > img{border:0;}
.agency-map > .map-image{width:auto; max-width:100%;}

.client-items{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap:10px;
}
.client-item{position:relative;}
.client-item > img{width:100%;}