@charset "utf-8";

/* top blog area */
.l-top-blog-area {
	padding: 80px 0;
}

@media only screen and (max-width: 690px) {
	.l-top-blog-area {
		padding: 30px 0;
	}
}

.c-media__container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 24px;

}

.c-media__txtarea {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0px 8px 8px;
}

.c-media__item {
	width: calc((100% - 54px) / 3);
	display: flex;
	flex-direction: column-reverse;
	gap: 16px;
	border: solid #ddd 1px;
}

@media only screen and (max-width: 690px) {
	.c-media__item {
		width: 100%;
	}
}

.c-media__time {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.c-media__time p {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.c-media__time p span {
	width: 4rem;
}

.c-media__time p time {
	flex: 1;
	text-align: left;
}

.c-media__time-release {
	font-size: 12px;
	color: #777;
}

.c-media__time-update {
	display: none !important;
}

.c-media__title {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
}

.c-media__title a {
	color: #333;
	transition: ease .3s;
}

.c-media__title a:hover {
	color: #1b79c0;
	text-decoration: none;
}

.c-media__thumb {
	width: 100%;
	height: 150px;
}

.c-media__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-badge__outer {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
}

.c-badge__category {
	background-color: #fff;
	border: solid #1b79c0 1px;
	border-radius: 5px;
	color: #333;
	padding: 3px 5px;
	transition: ease .3s;
}

.c-badge__category:hover {
	background-color: #1b79c0;
	color: #fff;
	text-decoration: none;
}

.c-badge__tag {
	padding-left: 1rem;
	position: relative;
	color: #333;
	transition: ease .3s;
}

.c-badge__tag:hover {
	color: #1b79c0;
}

.c-badge__tag::before {
	position: absolute;
	content: '#';
	font-size: 14px;
	color: #333;
	top: 1px;
	left: 0;
	height: 14px;
	width: 14px;
	transition: ease .3s;
}

.c-badge__tag:hover::before {
	color: #1b79c0;
}

.t_title01__wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.t_title01__sub {
	font-size: 14px;
	font-weight: 700;
	color: #777;
}