.bn-search01.type03 .b-search-wrap{margin-bottom: 40px;}
.bn-search01.type02 .b-search-wrap{margin-bottom: 40px;}
.b-top-info-wrap{padding-bottom: 10px;}
.article-chk{z-index: unset;}
/*bn-list-img01*/
.bn-list-img01.type01 > ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px 40px;border-top: 1px solid #ccc;padding: 40px 0 0;}
.bn-list-img01.type01 > ul > li{position: relative;}
.bn-list-img01.type01 > ul > li .b-img-box{overflow: hidden;height: 321px;margin-bottom: 24px;position: relative;border-radius:8px;z-index: -1;border: 1px solid #CCCCCC;}
.bn-list-img01.type01 > ul > li .b-img-box img{max-width: 100%;max-height: 100%;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: transform 0.5s ease;}
.bn-list-img01.type01 > ul > li .b-title{font-weight: 500;font-size: 20px;line-height: 150%;letter-spacing: -0.02em;color: #111;margin: 0 0 12px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.bn-list-img01.type01 > ul > li .b-i-box{display: flex;flex-wrap: wrap;gap: 10px 24px;}
.bn-list-img01.type01 > ul > li .b-i-box span{font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: -0.02em;color:#666;position:relative;}
.bn-list-img01.type01 > ul > li .b-i-box span + span:before {content: "";position: absolute;top: 50%;transform: translateY(-50%);width: 1px;height: 12px;background: #666;left: -12px;}
.bn-list-img01.type01 > ul > li a:hover .b-img-box img{transform: scale(1.1);}

@media (max-width: 1200px) {
	.bn-list-img01.type01 > ul {grid-template-columns: repeat(3, 1fr);}
	.bn-list-img01.type01 > ul > li .b-i-box {gap: 5px 10px;}
	.bn-list-img01.type01 > ul > li .b-i-box span + span:before {left:-5px;}
}
@media screen and (max-width: 1024px) {
	.bn-list-img01.type01 > ul{grid-template-columns: repeat(2, 1fr);gap: 30px 10px;padding: 30px 0 0;}
	.bn-list-img01.type01 > ul > li .b-img-box{margin-bottom: 16px;}
	.bn-list-img01.type01 > ul > li .b-title{margin-bottom: 10px;}
	.bn-list-img01.type01 > ul {gap: 34px 20px;}
}

@media screen and (max-width: 768px) {
	.bn-list-img01.type01 > ul{grid-template-columns: repeat(1, 1fr);}
	.bn-list-img01.type01 > ul > li .b-title {font-size:18px;}
}

/*bn-list-img01 type02*/
.bn-list-img01.type02 > ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px 40px;border-top: 1px solid #ccc;padding: 40px 0 0;}
.bn-list-img01.type02 > ul > li{position: relative;}
.bn-list-img01.type02 > ul > li .b-img-box{overflow: hidden;height: 262px;margin-bottom: 24px;position: relative;border-radius:8px;z-index: -1;}
.bn-list-img01.type02 > ul > li .b-img-box img{max-width: 100%;max-height: 100%;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: transform 0.5s ease;}
.bn-list-img01.type02 > ul > li .b-title{font-weight: 500;font-size: 20px;line-height: 150%;letter-spacing: -0.02em;color: #111;margin: 0 0 12px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.bn-list-img01.type02 > ul > li .b-i-box{display: flex;flex-wrap: wrap;gap: 10px 24px;}
.bn-list-img01.type02 > ul > li .b-i-box span{font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: -0.02em;color:#666;position:relative;}
.bn-list-img01.type02 > ul > li .b-i-box span + span:before {content: "";position: absolute;top: 50%;transform: translateY(-50%);width: 1px;height: 12px;background: #666;left: -12px;}
.bn-list-img01.type02 > ul > li a:hover .b-img-box img{transform: scale(1.1);}
.bn-list-img01.type02 > ul > li .b-tag-box{display: flex;gap: 8px;margin-top:8px;}
.bn-list-img01.type02 > ul > li .b-tag-box span{font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: -0.02em;color:rgba(102, 102, 102, 0.8);position:relative;}
.bn-list-img01.type02 > ul > li .b-category {position:absolute;top:20px;right:20px;display:inline-block;font-weight: 400;font-size: 18px;line-height: 150%;letter-spacing: -0.02em;color:#fff;background: rgba(0, 0, 0, 0.3);backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);padding: 8px 16px;border-radius:8px; z-index:0 !important;}
@media (max-width: 1200px) {
	.bn-list-img01.type02 > ul {grid-template-columns: repeat(3, 1fr);}
	.bn-list-img01.type02 > ul > li .b-i-box {gap: 5px 10px;}
	.bn-list-img01.type02 > ul > li .b-i-box span + span:before {left:-5px;}
}
@media screen and (max-width: 1024px) {
	.bn-list-img01.type02 > ul{grid-template-columns: repeat(2, 1fr);gap: 30px 10px;padding: 30px 0 0;}
	.bn-list-img01.type02 > ul > li .b-img-box{margin-bottom: 16px;}
	.bn-list-img01.type02 > ul > li .b-title{margin-bottom: 10px;}
	.bn-list-img01.type02 > ul {gap: 34px 20px;}
}

@media screen and (max-width: 768px) {
	.bn-list-img01.type02 > ul{grid-template-columns: repeat(1, 1fr);}
	.bn-list-img01.type02 > ul > li .b-title {font-size:18px;}
	.bn-list-img01.type02 > ul > li .b-i-box {flex-direction:column;}
	.bn-list-img01.type02 > ul > li .b-i-box span + span:before {content:none;}
}

/*bn-list-img01 type03*/
.bn-list-img01.type03 > ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 40px 40px;border-top: 1px solid #ccc;padding: 40px 0 0;}
.bn-list-img01.type03 > ul > li{position: relative;}
.bn-list-img01.type03 > ul > li .b-img-box{overflow: hidden;height: 262px;margin-bottom: 24px;position: relative;border-radius:8px;z-index: -1;border: 1px solid #CCCCCC;}
.bn-list-img01.type03 > ul > li .b-img-box img{max-width: 100%;max-height: 100%;width: 100%;height: 100%;object-fit: cover;object-position: center;transition: transform 0.5s ease;}
.bn-list-img01.type03 > ul > li .b-title{font-weight: 500;font-size: 20px;line-height: 150%;letter-spacing: -0.02em;color: #111;margin: 0 0 12px 0;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.bn-list-img01.type03 > ul > li .b-i-box{display: flex;flex-wrap: wrap;gap: 10px 24px;}
.bn-list-img01.type03 > ul > li .b-i-box span{font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: -0.02em;color:#666;position:relative;}
.bn-list-img01.type03 > ul > li .b-i-box span + span:before {content: "";position: absolute;top: 50%;transform: translateY(-50%);width: 1px;height: 12px;background: #666;left: -12px;}
.bn-list-img01.type03 > ul > li a:hover .b-img-box img{transform: scale(1.1);}
.bn-list-img01.type03 > ul > li .b-tag-box{display: flex;gap: 8px;margin-top:8px;}
.bn-list-img01.type03 > ul > li .b-tag-box span{font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: -0.02em;color:rgba(102, 102, 102, 0.8);position:relative;}
.bn-list-img01.type03 > ul > li .b-i-box span.b-hit{background: url('../img/board/ico-view.png') no-repeat top 3.5px left;padding-left: 20px;color:rgba(102, 102, 102, 0.8);}
.bn-list-img01.type03 > ul > li .b-category {position:absolute;top:20px;right:20px;display:inline-block;font-weight: 400;font-size: 18px;line-height: 150%;letter-spacing: -0.02em;color:#fff;background: rgba(0, 0, 0, 0.3);backdrop-filter: blur(20px);-webkit-backdrop-filter: blur(20px);padding: 8px 16px;border-radius:8px;}
@media (max-width: 1200px) {
	.bn-list-img01.type03 > ul {grid-template-columns: repeat(3, 1fr);}
	.bn-list-img01.type03 > ul > li .b-i-box {gap: 5px 10px;}
	.bn-list-img01.type03 > ul > li .b-i-box span + span:before {left:-5px;}
}
@media screen and (max-width: 1024px) {
	.bn-list-img01.type03 > ul{grid-template-columns: repeat(2, 1fr);gap: 30px 10px;padding: 30px 0 0;}
	.bn-list-img01.type03 > ul > li .b-img-box{margin-bottom: 16px;}
	.bn-list-img01.type03 > ul > li .b-title{margin-bottom: 10px;}
	.bn-list-img01.type03 > ul {gap: 34px 20px;}
}

@media screen and (max-width: 768px) {
	.bn-list-img01.type03 > ul{grid-template-columns: repeat(1, 1fr);}
	.bn-list-img01.type03 > ul > li .b-title {font-size:18px;}
	.bn-list-img01.type03 > ul > li .b-i-box {flex-direction:column;}
	.bn-list-img01.type03 > ul > li .b-i-box span + span:before {content:none;}
}
/*view paper*/
.list-info {display:grid; grid-template-columns: auto auto auto auto auto auto auto auto;}
.list-info > div > div {border-right:1px solid #CCC;border-bottom:1px solid #CCC;}
.list-info > div:last-child >div {border-right:0;}
.list-info > div .th-title {padding: 25px 8px;background:#F2F6FB;}
.list-info > div  p {font-weight: 400;font-size: 20px;line-height: 150%;letter-spacing: -0.02em;text-align: center;color:#222}
.list-info > div .td-info {padding: 12px 8px;min-height: 65px;box-sizing: border-box;}
.list-info > div .td-info > p a {display:inline-block;font-size:16px;padding:4px 11px;background:#F2F6FB;border-radius:8px;color:#111;}
@media (max-width:1024px) {
	.list-info {display:block;}
	.list-info > div {display:flex;align-items:center;border-bottom:1px solid #CCC;}
	.list-info > div > div {border-bottom:0;}
	.list-info > div .th-title {min-width:200px;}
	.list-info > div .td-info {flex:1;border-right:0;min-height: auto;}
	.list-info > div:last-child > .th-title {border-right:1px solid #CCC;}
}
@media (max-width: 768px) {
	.list-info > div {flex-direction:column;align-items:flex-start;}
	.list-info > div .th-title {min-width: 100%;border-right: 0;padding: 12px 8px;}
	.list-info > div p {text-align:left}
}