@charset "UTF-8";
/* CSS Document */
/* Color :#0867B2, #F79420 */
.seller-edu-list span, h1, h2, h3, h4, h5, .ui.menu, .ui.card>.content>.header {
	font-family: 'Prompt', sans-serif !important;
}

.seller-edu-list .edu-list {
	max-width: 1280px;
	margin: 30px auto;
}

.seller-edu-list .ui.accordion .content .ui.checkbox {
	margin-bottom: 10px;
}

.seller-edu-list .ui.checkbox {
	display: block;
	margin-bottom: 10px;
}

.seller-edu-list .header-highlight {
	height: 128px;
	width: 100%;
	background-color: #ebf3fa;
	min-width: 1280px;
	flex-direction: row;
	display: flex;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	padding: 20px 0;
	margin-left: auto;
	margin-right: auto
}

.seller-edu-list .homepro-tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.seller-edu-list .tabs-header {
	display: flex;
	align-items: center;
	width: 100%;
}

.seller-edu-list .tabs-header h4 {
	margin: 0;
	flex-grow: 1;
}

.seller-edu-list .ui.menu {
	margin: 0
}

.seller-edu-list .card .content .items .item:first-child {
	margin: 0 10px 0 0;
	position: relative;
}

.seller-edu-list .card .content .items .item:not(:first-child) {
	margin: 0 10px;
	position: relative;
}

.seller-edu-list .card .content .items .item:not(:first-child):before {
	content: " ";
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background: #999;
}

.seller-edu-list .edu-paginate {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 32px;
}

.seller-edu-list .ui.card .content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.seller-edu-list .ui.card .header {
	min-height: 3.2rem;
	/* ปรับความสูงขั้นต่ำให้เหมาะสม */
}

.seller-edu-list .ui.card .description {
	flex: 1;
}

.seller-edu-list .ui.grid.equal.height .column {
	display: flex;
}

.seller-edu-list .ui.grid.equal.height .column>.ui.card {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.seller-edu-list .ui.grid.equal.height .column>.ui.card .content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.seller-edu-list .swiper-slide .item-img {
	width: 100%;
	height: calc(100vw * 0.15);
	background-size: cover;
	background-position: center center;
}

.search-from{
	display: inline-flex; 
	align-items: center;
}
.search-from .label{
	margin: 0 20px;
}
