.bn-list-img01.type02 .article-chk{position: absolute;top: 0;left: 0;z-index: 5;}
.bn-list-img01.type02 > ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 30px 20px;}
.bn-list-img01.type02 > ul > li{position: relative;outline: 1px solid rgba(0, 0, 0, 0.2);border-radius: 16px;box-sizing: border-box;overflow: hidden;box-shadow: 0px 1px 2px -1px #0000001A;box-shadow: 0px 1px 3px 0px #0000001A;}
.bn-list-img01.type02 > ul > li:hover{outline: 2px solid #003b90;}
.bn-list-img01.type02 > ul > li:hover .b-img-box img {transform:scale(1.1);}
.bn-list-img01.type02 .b-num-box{display: none;}
.bn-list-img01.type02 .b-img-box {display: block;height: 234px;text-align: center;overflow:hidden;}
.bn-list-img01.type02 .b-img-box img{width: 100%;height: 100%;object-fit: cover;transition: transform 0.3s;}
.bn-list-img01.type02 .b-con-box {padding: 20px;}
.bn-list-img01.type02 .b-title {font-weight: 700;font-size: 18px;line-height: 120%;color:#000;margin-bottom:5px;}
.bn-list-img01.type02 .b-desc {font-weight: 400;font-size: 16px;line-height: 120%;color:#767676;}
.bn-list-img01.type02 .b-date {font-weight: 400;font-size: 16px;line-height: 120%;color:#767676;margin-top:20px;}
.bn-list-img01.type02 .b-cate{font-weight: 400;font-size: 16px;line-height: 1;color: #fff;padding: 7px 12px;border-radius: 30px;background: #003B90;backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);display: inline-block;position: absolute;top: 16px;left: 20px;}
.bn-list-img01.type02 .b-info-box{display: none;}
.bn-list-img01.type02 .b-info-box li span{display: none;}
.bn-list-img01.type02 .b-sns-box{display: none;}
.bn-list-img01.type02 .b-box03{display: none;}
.bn-list-img01.type02 > ul > li.b-no-post{grid-column: 1 / -1;outline: none;box-shadow: none;border-radius: 0;overflow: visible;text-align: center;padding: 60px 20px;color: #767676;font-size: 16px;}
.bn-list-img01.type02 > ul > li.b-no-post:hover{outline: none;}

.b-tabs-container{display: flex;flex-direction: column;}
.b-tabs-header{display: flex;flex-wrap:wrap;gap: 8px;margin-bottom:40px;}
.b-tab-a{cursor: pointer;transition: background ease .2s;flex: 0 0 auto;border: 1px solid rgba(0, 0, 0, 0.2);font-weight: 600;font-size: 18px;line-height: 120%;text-align: center;color: #767676;padding: 12px 20px;border-radius: 50px;}
.b-tab-a.active{background: #000000;color: #fff;}
.b-tab-content{display: none;padding: 10px;background: #fff;margin-top: 10px;}
.b-tab-content.active{display: block;}

@media screen and (max-width: 1024px){
	.bn-list-img01.type02 > ul {grid-template-columns: repeat(2, 1fr);gap: 20px;}
	.b-tabs-header {margin-bottom: 20px;}
}
@media screen and (max-width: 768px){
	.bn-list-img01.type02 .b-title-box .b-cate{padding: 0 0 2px 0;font-size: 13px;line-height: 19px;}
}
@media screen and (max-width: 580px){
	.bn-list-img01.type02 > ul {grid-template-columns: repeat(1, 1fr);}
}