@charset "utf-8";

/* course */
.course-info-wrap h2.title {
	font-size: 18px;
	padding: 10px 0;
	margin-top: 20px;
	font-weight: 400;
}

.course-info-wrap h3.title {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 500;
}

.course-list {
	display: flex;
	align-items: center;
	margin: 20px 0;
	gap: 0 10px;
}

.course-list li {
	display: flex;
	align-items: center;
	gap: 0 5px;
	font-size: 15px;
	font-weight: 500;
}

.course-list li:nth-of-type(1) b {
	color: #F73294;
}

.course-list li:nth-of-type(2) b {
	color: #F66200;
}

.course-list li:nth-of-type(3) b {
	color: #00C4F6;
}

.course-img {
	width: 100%;
	height: 200px;
}

.course-img img {
	width: 100%;
	height: 100%;
}

.course-info-text {
	font-size: 14px;
	line-height: 22px;
	margin-top: 16px;
}

.course-info-table-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	margin: 20px 0 50px 0;
}

.course-info-table .table-scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.course-info-table .table-scroll table {
	min-width: 700px;
}

.course-info-table table thead tr th {
	padding: 5px;
	background: #fff;
	border: 1px solid #cacaca;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.course-info-table table thead tr th:first-child {
	background: #FBFBFB;
}

.course-info-table table tbody tr th {
	padding: 5px;
	background: #FBFBFB;
	border: 1px solid #cacaca;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.course-info-table table tbody tr td {
	padding: 5px;
	background: #fff;
	border: 1px solid #cacaca;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}