.post-type-archive-event {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

.post-type-archive-event .wrapper {
	max-width: 1542px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;

	width: 100%;
	height: auto;
	padding-top: 100px;
	padding-bottom: 200px;
}

.post-type-archive-event .top-section {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.post-type-archive-event .title {
	display: block;
	font-family: 'Roboto';
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	color: #111;
}

.post-type-archive-event .tab-wrapper {
	display: inline-block;
	position: absolute;
	bottom: 16px;
	right: 0;
	list-style: none;
	padding: 0;
}

.post-type-archive-event .tab {
	float: left;
	margin-right: 30px;
}

.post-type-archive-event .tab a {
	cursor: pointer;
	font-weight: 500;
	font-size: 17px;
	line-height: 25px;
	color: #9a9a9e;
}

.post-type-archive-event .tab:last-child {
	margin: 0;
}

.post-type-archive-event .tab.active a {
	color: #111;
}

.post-type-archive-event .event-card-wrapper {
	width: calc(100% + 30px);
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}

.post-type-archive-event .event-card {
	display: inline-block;
	width: 33.3%;
	height: auto;
	margin-bottom: 6.658%;
	vertical-align: top;
	padding: 0 15px;
}

.post-type-archive-event .card-image {
	display: inline-block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: darkgray;
	border-radius: 2px;
	margin-bottom: 18px;
	background-size: cover;
	background-position: center center;
}

.post-type-archive-event .card-badge {
	display: inline-block;
	width: auto;
	height: 24px;
	background: #ffffff;
	border: 1px solid #DA3023;
	border-radius: 300px;
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	color: #DA3023;
	text-align: center;
	padding: 0 12px;
	margin-bottom: 7px;
	transition: 0.2s;
}

.post-type-archive-event .card-badge:hover {
	background: #DA3023;
	color: #fff;
}

.post-type-archive-event .card-title {
	font-weight: bold;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 15px;
}

.post-type-archive-event .card-tag {
	font-size: 13px;
	line-height: 19px;
	color: #111;
}

/* 반응형 스타일 */
@media (max-width: 600px) {
	.post-type-archive-event .wrapper {
		padding: 0 20px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.post-type-archive-event .top-section {
		margin-bottom: 30px;
		padding-bottom: 10px;
	}

	.post-type-archive-event .title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	.post-type-archive-event .tab-wrapper {
		position: static;
	}

	.post-type-archive-event .tab {
		margin-right: 24px;
		font-size: 16px;
		line-height: 20px;
	}

	.post-type-archive-event .tab a {
		font-size: 16px;
		line-height: 20px;
	}

	.post-type-archive-event .event-card {
		width: 100%;
		max-width: 440px;
		margin: 0 auto 50px;
	}

	.post-type-archive-event .card-image {
		margin-bottom: 20px;
	}

	.post-type-archive-event .card-badge {
		height: 22px;
		line-height: 20px;
		font-size: 12px;
		margin-bottom: 9px;
	}

	.post-type-archive-event .card-title {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 4px;
	}

	.post-type-archive-event .card-tag {
		font-size: 12px;
		line-height: 16px;
	}
}
