
.business-archive article .entry-meta .entry-title {
	display: flex;
	margin-bottom: 10px;
}

.business-archive article .entry-meta .entry-title .entry-language {
	color: #B3B3B3;
	text-align: center;
	font-size: 0.4em;
	font-family: "Pretendard Variable";
	font-weight: 700;
	text-transform: uppercase;

	display: inline-flex;
	width: 30px;
	height: 30px;
	padding: 9px 5px;
	margin-right: 5px;
	justify-content: center;
	align-items: center;
	border-radius: 37px;
	background: #f5f5f5;
}

.business-archive article .entry-meta .entry-title img {
	height: 28px;
	margin-right: 15px;
}
.business-archive article .entry-thumbnail {
	border-radius: 3px;

}

.business-archive article .entry-thumbnail:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 75%, rgba(0, 0, 0, 0.20) 100%);
	z-index: 1;
}
.business-archive article .entry-meta .entry-content {
	margin-top: 10px;
}
.business-archive article .entry-meta .entry-content p strong {
	display: flex;
	margin-bottom: 5px;
}
.business-archive article .entry-meta .app-links {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	gap: 15px;
}

.business-archive article .entry-meta .app-links a {
	display: flex;
	align-items: center;
}

.business-archive article .entry-meta .direct-link {
	display: none;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	gap: 5px;
}

.business-archive article .entry-meta .direct-link .button-app-download {
	margin-top: 0;
}

.business-archive article .entry-meta .direct-link .button-web {
	display: flex;
	border: 1px solid;
	border-radius: 40px;
	height: 48px;
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.01em;
	align-items: center;
	justify-content: center;
}

.business-archive article .entry-meta .direct-link .button-web svg {
	margin-left: 8px;
}



.business-loop .business-loop-item {
	width: 33%;
}

.business-loop .business-loop-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
}

.business-loop .business-loop-item:hover:before {
	opacity: 0;
}

@media (max-width: 834px) {
  .business-loop .business-loop-item {
	  width: 50%;
	max-height: calc((100vw - 40px) * 0.712365591);
  }
  .business-archive article .entry-thumbnail {
	  margin: 0 0 30px 0;
  }
}

@media (max-width: 480px) {
	.business-archive article .entry-meta .app-links {
		display: none;
	}
	.business-archive article .entry-meta .direct-link {
		display: flex;
	}
	.business-loop .business-loop-item {
		width: 100%;
		max-height: calc((100vw - 40px) * 0.712365591);
		background-position: 75px center;
	}
}
