/* 퍼블리싱 전용 JS가 .b-button-box 클릭을 팝업으로 가로채므로 실제 외부링크는 독립 클래스를 쓴다. */
.search-industry-iacf .industry-name {
	display: inline-flex;
	max-width: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	color: #000;
}

.search-industry-iacf .industry-homepage-link {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 4px 12px;
	width: 96px;
	height: 34px;
	border: 1px solid #bbb;
	border-radius: 8px;
	box-sizing: border-box;
	background: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #767676;
	transition: .3s ease;
}

.search-industry-iacf .industry-homepage-link:hover,
.search-industry-iacf .industry-homepage-link:focus {
	border-color: #002c63;
	background-color: #002c63;
	color: #fff;
}

.search-industry-iacf .bn-list-common01.type04 .b-no-post {
	padding: 60px 20px;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.search-industry-iacf .bn-list-common01.type04 table tbody td.b-no-post {
		display: block !important;
		width: 100% !important;
		padding: 40px 12px;
		box-sizing: border-box;
	}

	.search-industry-iacf .industry-name {
		display: block;
		margin-bottom: 10px;
		font-size: 16px;
		font-weight: 600;
		word-break: break-all;
	}

	.search-industry-iacf .b-m-con .industry-homepage-link {
		margin: 0;
	}
}
