
		body {
			margin: 0;
			background: #fff;
			color: #111;
		}

		a {
			color: inherit;
			text-decoration: none;
		}

.wm-page {
	max-width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 120px;
}

.title_box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 50px 0;
	text-align: center;
	width: 100%;
}

	.title_box .sub_tit {
		color: #999;
		letter-spacing: 5px;
		text-transform: uppercase;
	}

	.title_box .main_tit {
		font-size: 48px;
		font-weight: 700;
		margin: 10px 0 20px 0;
	}

.wm-banner-wrap {
	position: relative;
	max-width: 1100px;
	max-height: 450px;
	margin: 0 auto;
	border-radius: 14px;
	overflow: hidden;
	background: #f1f1f1;
}

		.wm-banner-track {
			display: flex;
			transition: transform 0.35s ease;
		}

		.wm-banner-item {
			min-width: 100%;
			position: relative;
			flex: 0 0 100%;
		}

		.wm-banner-item img {
			display: block;
			width: 100%;
			height: auto;
			-webkit-user-drag: none;
			user-select: none;
			pointer-events: none;
		}

		.wm-banner-empty {
			height: 360px;
			display: flex;
			align-items: center;
			justify-content: center;
			background: #5b9bd5;
			color: #fff;
			font-size: 30px;
		}

		.wm-banner-count {
			position: absolute;
			right: 18px;
			bottom: 14px;
			background: rgba(0, 0, 0, 0.45);
			color: #fff;
			border-radius: 18px;
			padding: 5px 12px;
			font-size: 14px;
			z-index: 5;
		}

		.wm-banner-pc-img {
			display: block !important;
		}

		.wm-banner-mo-img {
			display: none !important;
		}

		.wm-pc-img {
			display: block;
		}

		.wm-mo-img {
			display: none;
		}

.wm-section-title {
	text-align: left;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}

.wm-main-interview {
	max-width: 1100px;
	margin: 80px auto;
}


	.wm-main-interview .rank_box {
		display: flex;
		justify-content: space-between;
	}

.wm-main-item {
	display: grid;
	grid-template-columns: 140px 30px 150px;
	align-items: center;
	gap: 15px;
	margin-bottom: 18px;
}

.wm-main-thumb {
	width: 140px;
	aspect-ratio: 1 / 1;
	border-radius: 10px;
	overflow: hidden;
	background: #f1f1f1;
}

		.wm-main-thumb img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
		}

.wm-main-rank {
	font-size: 20px;
	font-weight: 500;
	color: #51a8ae;
	text-align: center;
}

	.wm-main-rank .new_icon {
		font-size: 10px;
		color: #e86161;
		font-weight: 700;
	}


	.wm-main-subject {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 5px;
		letter-spacing: -1px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

		.wm-main-subtitle {
			font-size: 15px;
			color: #777;
			margin-bottom: 12px;
		}

.wm-main-keyword {
	font-size: 15px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

		.wm-list-section {
			margin-top: 30px;
			margin-bottom: 100px;
		}

.wm-list-title {
	text-align: left;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}

		.wm-category {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 12px;
			margin-bottom: 32px;
			flex-wrap: wrap;
		}

			.wm-category a {
				border: 1px solid #d1d1d1;
				border-radius: 20px;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				box-sizing: border-box;
				font-size: 15px;
				font-weight: 500;
				color: #a6a6a6;
				padding: 10px 20px;
				line-height: 1;
			}

				.wm-category a.active {
					background: #51a8ae;
					color: #fff;
					border: 0;
					font-weight: 700;
				}

.wm-card-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 10px;
}

		.wm-card {
			display: block;
		}

		.wm-card-thumb {
			width: 100%;
			aspect-ratio: 1 / 1;
			border-radius: 15px;
			overflow: hidden;
			background: #f1f1f1;
			box-sizing: border-box;
		}

		.wm-card-thumb img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
		}

.wm-card-keyword {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	word-break: keep-all;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

		.wm-empty {
			text-align: center;
			padding: 60px 0;
			color: #777;
			grid-column: 1 / -1;
		}

.wm-paging {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 40px;
	font-size: 14px;
}

			.wm-paging a,
			.wm-paging span {
				min-width: 30px;
				height: 30px;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				border-radius: 50%;
				box-sizing: border-box;
			}

		.wm-paging .active {
			background: #62c0c8;
			color: #fff;
		}

		.wm-paging .arrow {
			color: #777;
			border-radius: 0;
		}

		.wm-list-loading {
			opacity: 0.35;
			pointer-events: none;
		}


		.wm-banner-wrap {
			cursor: grab;
			touch-action: pan-y;
			user-select: none;
		}

		.wm-banner-wrap.is-dragging {
			cursor: grabbing;
		}

		.wm-banner-track {
			will-change: transform;
		}

		@media screen and (max-width: 768px) {
			.wm-page {
				padding: 110px 20px 0 20px;
			}

			.title_box {
				padding: 0px;
			}

				.title_box .main_tit {
					font-size: 36px;
					margin-bottom: 50px;
				}

				.title_box .sub_tit {
					letter-spacing: 4px;
					font-size: 15px;
				}

			.wm-banner-wrap {
				border-radius: 20px;
				max-height: 520px;
			}

			.wm-banner-empty {
				height: 194px;
				font-size: 24px;
			}

			.wm-banner-count {
				right: 10px;
				bottom: 10px;
				font-size: 12px;
				padding: 4px 9px;
			}

			.wm-banner-pc-img {
				display: none !important;
			}

			.wm-banner-mo-img {
				display: block !important;
			}

			.wm-pc-img {
				display: none;
			}

			.wm-mo-img {
				display: block;
			}

			.wm-section-title {
				font-size: 20px;
				margin-bottom: 20px;
			}

			.wm-main-interview {
				margin-bottom: 34px;
			}

				.wm-main-interview .rank_box {
					flex-direction: column;
				}


			.wm-main-item {
				grid-template-columns: 130px 45px 1fr;
				gap: 10px;
			}

			.wm-main-thumb {
				width: 130px;
			}

			.wm-main-rank {
				font-size: 22px;
			}

			.wm-main-subject {
				font-size: 18px;
			}

			.wm-main-subtitle {
				font-size: 12px;
				margin-bottom: 8px;
			}

			.wm-main-keyword {
				font-size: 12px;
			}

			.wm-list-title {
				font-size: 20px;
				margin-bottom: 20px;
			}

			.wm-category {
				gap: 10px;
				margin-bottom: 20px;
			}

				.wm-category a {
					font-size: 14px;
				}

			.wm-card-grid {
				grid-template-columns: repeat(2, 1fr);
				gap: 12px 12px;
			}

			.wm-card-keyword {
				font-size: 12px;
				margin-top: 6px;
			}
		}