* {
	color: #000;
}

#wrap {
	width: 100%;
	overflow: hidden;
}

.base_width {
	max-width: 1200px;
	margin: 0 auto;
}

.section {
	padding: 50px 0;
}

.section .text-common {
	line-height: 44px;
	font-size: 35px;
	font-weight: 600;
}

.section .txt {
	font-size: 20px;
	font-weight: 600;
}

.section .shadow_box {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.section .box_wrap {
	width: 100%;
	gap: 0 15px;
	display: flex;
}

.section .box_wrap .box {
	width: calc(33.333% - 10px);
}

.section .box_wrap .box .subject {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.section .box_wrap .box .thumb {
	margin-bottom: 20px;
}

.section .box_wrap .box .thumb img {
	width: 100%;
}

.section .box_wrap .box .title {
	font-size: 23px;
	font-weight: 600;
	padding: 0 20px 15px;
}

.section .box_wrap .box ul {
	padding: 0 15px;
}

.section .box_wrap .box ul li {
	position: relative;
	font-size: 20px;
	padding-left: 15px;
}

.section .box_wrap .box ul li:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
	margin: auto 0;
}

.section .link_btn {
	width: fit-content;
	height: 50px;
	background-color: #000;
	color: #fff;
	padding: 0 30px;
	margin: 25px auto 0;
	font-size: 25px;
	font-weight: 600;
	border-radius: 90px;
	align-items: center;
	display: flex;
}

@media(max-width: 1250px) {
	.section .text-common,
	.section .box_wrap {
		padding: 0 25px;
	}

	.section .box_wrap {
		overflow-x: auto;
	}

	.section .box_wrap::-webkit-scrollbar {
		display: none;
	}

	.section .box_wrap .box {
		width: 380px;
		flex-shrink: 0;
	}
}

@media(max-width: 768px) {
	.section {
		padding: 25px 0;
	}

	.section .text-common {
		line-height: 34px;
		font-size: 28px;
	}
}

@media(max-width: 480px) {
	.section .text-common {
		line-height: 28px;
		font-size: 22px;
	}

	.section .txt {
		font-size: 16px;
	}

	.section .box_wrap .box {
		width: 250px;
	}

	.section .box_wrap .box .subject {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.section .box_wrap .box .thumb {
		margin-bottom: 10px;
	}

	.section .box_wrap .box .title {
		font-size: 16px;
		padding: 0 10px 10px;
	}

	.section .box_wrap .box ul li {
		font-size: 14px;
	}

	.section .box_wrap .box ul li:before {
		width: 4px;
		height: 4px;
	}

	.section .link_btn {
		height: 40px;
		padding: 0 20px;
		font-size: 18px;
		margin-top: 20px;
	}
}

@media(max-width: 360px) {
	.section .text-common {
		line-height: 24px;
		font-size: 18px;
	}

	.section .shadow_box {
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	}
}
