@charset "utf-8";

/**
 * @author https://www.cosmosfarm.com/
 */
/* 검색폼 공통 */
.simple-lms-search {
	padding: 20px;
	margin-bottom: 30px;
	font-size: 0;
	text-align: center;
	background: #eee;
	border-radius: 5px;
}

.simple-lms-search .input-group-prepend {
	display: inline-block;
	width: 130px;
	vertical-align: top;
	margin-right: 10px;
}

.simple-lms-search .input-group-prepend select {
	background-position-y: 15px;
	height: 40px;
}

.simple-lms-search input[type=text] {
	display: inline-block;
	width: 394px;
	height: 40px;
	padding: 8px 18px;
	vertical-align: top;
	font-size: 14px;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
	-webkit-transition: border 300ms, background 300ms;
	transition: border 300ms, background 300ms;
}

.simple-lms-search .simple-lms-button-small {
	display: inline-block;
	vertical-align: top;
	width: 110px;
	height: 40px;
	padding: 0;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	border: 1px solid #333;
	background: #333;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: background 300ms, border-color 300ms;
	transition: background 300ms, border-color 300ms;
}

/* 리스트 공통 */
.simple-lms-list-content table {
	width: 100%;
	position: relative;
	border-top: 1px solid #222;
	table-layout: fixed;
	border-left: none;
}

.simple-lms-list-content table thead tr td {
	border-left: none;
	border-right: none;
	padding: 17px 0;
	position: relative;
	font-size: 15px;
	text-align: center;
	font-weight: 600;
	color: #222;
	vertical-align: middle;
	border-bottom: 1px solid #dedede;
}

.simple-lms-list-content table thead tr td:first-child:before {
	display: none;
}

.simple-lms-list-content table thead tr td:before {
	content: '';
	display: block;
	width: 1px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6.5px;
	background: #dedede;
}

.simple-lms-list-content table tbody tr td {
	border-left: none;
	border-right: none;
	padding: 15px 0;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #666;
	vertical-align: middle;
	border-bottom: 1px solid #dedede;
	cursor: pointer;
	-webkit-transition: background 300ms;
	transition: background 300ms;
}

.simple-lms-comments-form .comments-field.field-content textarea {
	line-height: 31px;
}

@media screen and (max-width: 768px) {
	.simple-lms-search input[type=text] {
		width: 59%;
	}

	.simple-lms-list-content table {
		width: 100%;
		table-layout: unset !important;
	}

	.simple-lms-list-content table thead tr td {
		font-size: 10px !important;
	}

	.simple-lms-list-content table tbody tr td {
		font-size: 12px !important;
	}

	.simple-lms-list-certificate a {
		width: 40px;
	}

	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-data .play-btn {
		position: absolute;
		display: block;
		width: 20px;
		height: 20px;
		background: #dd0000;
		left: 28px;
		top: 18px;
		border-radius: 50%;
	}
}

@media screen and (max-width: 400px) {
	.simple-lms-search {
		padding: 30px 20px;
	}

	.simple-lms-search input[type=text] {
		width: 69%;
	}

	.simple-lms-search .simple-lms-button-small {
		width: 26%;
	}
}

/* 상품리스트 */
.simple-lms-list-tuition {
	width: 150px;
}

.simple-lms-list-teacher {
	width: 120px;
}

.simple-lms-list-apply {
	width: 120px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.simple-lms-list-apply a {
	background: #333;
	color: #fff;
	border-radius: 3px;
	display: block;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}

/* 수강중인과정 */
.simple-lms-list-sort,
.simple-lms-list-progress,
.simple-lms-list-status,
.simple-lms-list-class {
	width: 120px;
}

.simple-lms-list-period {
	width: 220px;
}

.simple-lms-list-certificate {
	width: 120px;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.simple-lms-list-certificate a {
	background: #333;
	color: #fff;
	border-radius: 3px;
	display: block;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
	text-decoration: none !important
}

.simple-lms-mobile-certificate {
	display: none;
}

.cosmosfarm-simple-lms-classroom .classroom-item.item-no-found .no-found-message {
	font-size: 20px;
	color: #333333;
}

/*나의 강의실 팝업*/
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 100;
	display: none;
}

.popup {
	width: 100%;
	margin: 0 auto;
	display: none;
	position: fixed;
	z-index: 101;
	left: 0;
	top: 0;
}

.popup-wrap {
	min-width: 480px;
	width: 480px;
	min-height: 150px;
	margin: 100px auto;
	background: #f3f3f3;
	position: relative;
	z-index: 103;
	padding: 30px 35px;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
}

.popup-wrap h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #333;
}

.notice-txt {
	position: relative;
	font-size: 14px;
	padding-left: 60px;
	margin-bottom: 15px;
}

.notice-txt:before {
	content: "!";
	position: absolute;
	font-size: 26px;
	font-weight: 700;
	line-height: 34px;
	width: 40px;
	height: 40px;
	left: 0;
	text-align: center;
	border: 3px solid #777;
	border-radius: 25px;
	top: 5px;
	color: #777
}

.popup-wrap p {
	clear: both;
	color: #555555;
	font-size: 16px;
	padding: 20px 30px;
	background: #eaeaea;
	border-radius: 3px;
	margin-bottom: 15px;
}

.popup-wrap p strong {
	display: block;
	font-weight: 700;
}

.popup-wrap button.close {
	padding: 15px 30px;
	color: #fff;
	font-weight: bold;
	background: #333;
	width: 120px;
	display: block;
	text-align: center;
	border-radius: 3px;
	margin: auto;
}

.popup-wrap .x {
	float: right;
	height: 35px;
	left: 22px;
	position: relative;
	top: -25px;
	width: 34px;
}

.popup-wrap .x:hover {
	cursor: pointer;
}

.small-txt {
	font-size: 14px;
	margin-bottom: 15px;
}

.simple-lms-attr-radio {
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
	padding-bottom: 20px;
}

.simple-lms-attr-radio label.attr-name {
	display: none;
}

.simple-lms-attr-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #ddd;
	border-radius: 50%;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.popup-wrap .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.popup-wrap input:checked~.checkmark:after {
	display: block;
}

.popup-wrap input:checked~.checkmark {
	background-color: #333;
}

.form-check-label {
	padding-left: 35px;
}

.simple-lms-attr-row .attr-value .form-check {
	vertical-align: middle;
	display: inline-block;
}

.simple-lms-attr-row .attr-value .attr-value-label {
	display: inline;
	padding-right: 5px;
	width: auto;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
}

/* 내 강의실 헤더 */
.cosmosfarm-simple-lms-classroom {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	padding-bottom: 10px;
}

.cosmosfarm-simple-lms-classroom-header {
	position: relative;
}

.cosmosfarm-simple-lms-classroom-header .classroom-item-certificate-print {
	position: absolute;
	top: 0px;
	right: 0px;
}

.classroom-item-certificate-print button {
	height: 35px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
	background: #333;
	border-radius: 3px;
	line-height: 35px;
	float: right;
	margin: -18px;
}

.cosmosfarm-simple-lms-classroom .classroom-item {
	position: relative;
	margin: 0;
	padding: 20px 0;
	list-style: none;
	overflow: auto;
}

.cosmosfarm-simple-lms-classroom .classroom-item-thumbnail {
	float: left;
}

.cosmosfarm-simple-lms-classroom .classroom-item-thumbnail a {
	text-decoration: none;
}

.cosmosfarm-simple-lms-classroom .classroom-item-thumbnail img {
	display: block;
	width: 220px;
	height: 124px;
	border-radius: 5px;
	border: 0;
}

.cosmosfarm-simple-lms-classroom .classroom-item-title {
	margin-left: 260px;
	padding: 0;
}

.cosmosfarm-simple-lms-classroom .classroom-item-title a {
	font-size: 20px;
	text-decoration: none;
	color: #333333;
}

.cosmosfarm-simple-lms-classroom .classroom-item-success-percent .text-item-title,
.cosmosfarm-simple-lms-classroom .classroom-item-success-percent .text-item-percent {
	font-size: 16px !important;
	font-weight: 700;
	color: #333;
}

.cosmosfarm-simple-lms-classroom .classroom-item-success-percent .text-item-percent {
	float: right;
}

.cosmosfarm-simple-lms-classroom .classroom-item-success-percent {
	margin-left: 260px;
	font-size: 14px;
	color: #6d6d6d;
	margin-bottom: 15px;
}

.cosmosfarm-simple-lms-classroom .classroom-progress {
	height: 15px;
	border-radius: 0;
	box-shadow: none;
	background-color: #f0f0f0;
	overflow: hidden;
	border-radius: 10px;
}

.cosmosfarm-simple-lms-classroom .classroom-progress .classroom-progress-bar {
	float: left;
	box-shadow: none;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #555;
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
	border-radius: 10px;
}

.cosmosfarm-simple-lms-classroom.classroom-learning {
	margin-bottom: 20px;
}

.cosmosfarm-simple-lms-classroom.classroom-learning .classroom-learning-header {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.cosmosfarm-simple-lms-classroom.classroom-learning .classroom-learning-header a {
	font-size: 20px;
	text-decoration: none;
	color: #333333;
}

@media screen and (max-width: 768px) {
	.popup-wrap {
		min-width: auto;
		width: 100%;
		min-height: 150px;
		margin: 100px auto;
		background: #f3f3f3;
		position: relative;
		z-index: 103;
		padding: 30px 35px;
		border-radius: 5px;
		box-shadow: 0 2px 5px #000;
	}

	.cosmosfarm-simple-lms-classroom .classroom-item-thumbnail {
		float: none;
	}

	.cosmosfarm-simple-lms-classroom .classroom-item-thumbnail img {
		width: 50%;
		height: auto;
	}

	.cosmosfarm-simple-lms-classroom .classroom-item-title {
		margin-left: 0;
	}

	.cosmosfarm-simple-lms-classroom .classroom-item-success-percent {
		margin-left: 0;
	}

	.cosmosfarm-simple-lms-classroom .classroom-item-add-options {
		margin-left: 0;
	}

	.cosmosfarm-simple-lms-classroom .classroom-item-certificate-print {
		position: unset;
		margin-top: 5px;
	}

	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-data .play-btn {
		left: 43px !important;
	}

}

/* @media screen and (max-width: 400px) {
	.popup-wrap { min-width: auto; width: 97%; min-height: 150px; margin: 100px auto; background: #f3f3f3; position: relative; z-index: 103; padding: 30px 35px; border-radius: 5px; box-shadow: 0 2px 5px #000; }
	.popup-wrap h3 { text-align: center; font-size: 20px; font-weight: 700; margin-bottom: 20px; color: #333; }
	.notice-txt { position: relative; font-size: 11px; padding-left: 60px; margin-bottom: 15px; }
	.popup-wrap p { clear: both; color: #555555; font-size: 11px; padding: 20px 30px; background: #eaeaea; border-radius: 3px; margin-bottom: 15px; }
	.popup-wrap p strong { display: block; font-weight: 700; }
	.popup-wrap button.close { padding: 15px 30px; color: #fff; font-weight: bold; background: #333; width: 120px; display: block; text-align: center; border-radius: 3px; margin: auto; }
	.small-txt { font-size: 11px; margin-bottom: 15px; }

	.cosmosfarm-simple-lms-classroom .classroom-item-thumbnail { float: none; }
	.cosmosfarm-simple-lms-classroom .classroom-item-thumbnail img { width: 50%; height: auto; }
	.cosmosfarm-simple-lms-classroom .classroom-item-title { margin-left: 0; }
	.cosmosfarm-simple-lms-classroom .classroom-item-success-percent { margin-left: 0; }
	.cosmosfarm-simple-lms-classroom .classroom-item-add-options { margin-left: 0; }
	.cosmosfarm-simple-lms-classroom .classroom-item-certificate-print { position: unset; margin-top: 5px; }
	
	.cosmosfarm-simple-lms .simple-lms-title { font-size: 18px !important; }
	.cosmosfarm-simple-lms .simple-lms-content-title { padding: unset !important; }
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info.header-contents { display: none; }
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-data .play-btn { left: 0 !important; }
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-start-date {width: 100% !important;text-align: left !important;}
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-end-date {width: 100% !important;text-align: left !important;}
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-learning-time {width: 100% !important;text-align: left !important;}
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info.video { display: flex ; flex-wrap: wrap; justify-content: space-between; }
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-data { display: block !important; font-weight: 600; text-align: left ; width: 100% !important; padding-left: unset !important;}
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-running-time {width: 100% !important;text-align: left !important;}
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-progress {width: 100% !important;text-align: left !important;}
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-status {width: 100% !important; text-align: left !important;}
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-free {width: 100% !important; text-align: left !important;}
	
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-running-time:before { content: "재생시간"; }
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-progress:before { content: "진도율"; }
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-end-date:before { content: "최종학습일"; }
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-learning-time:before { content: "학습시간"; }
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-status:before { /*content: "강의 상태";*/
/*}
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-free:before { content: "강의 상태"; }
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-start-date:before { content: "최초학습일"; }
	.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info span::before { width: 80px; display: inline-block; border-right: 1px dashed; line-height: 1; margin-right: 7px; }
	.classroom-item-certificate-print button {height: 35px;  padding-top: 0;  padding-bottom: 0;  font-size: 14px; background: #333; border-radius: 3px; line-height: 35px; float: unset; margin: auto;}
	.cosmosfarm-simple-lms-classroom .classroom-item-success-percent .text-item-title,.cosmosfarm-simple-lms-classroom .classroom-item-success-percent .text-item-percent { font-size: 12px !important;}
} */

.cosmosfarm-simple-lms .simple-lms-title {
	margin: 0;
	font-size: 22px;
	font-weight: 700;
}

.cosmosfarm-simple-lms .simple-lms-data-title {
	margin: 30px 0 20px 0;
	font-size: 18px;
}

.cosmosfarm-simple-lms .simple-lms-content {
	padding: 0;
}

.cosmosfarm-simple-lms .simple-lms-content-title {
	padding: 7px 0px 0px 65px;
	border-bottom: 1px solid #ddd;
	background-color: #f1f3f5;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: table;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info.header-contents {
	font-weight: 700 !important;
	color: #333;
	border-top: 2px solid #333;
	padding: 17px 0;
	text-align: center;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info.header-contents span {
	position: relative;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info.header-contents span:before {
	content: '';
	display: block;
	width: 1px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6.5px;
	background: #dedede;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info.video {
	cursor: pointer;
	padding: 15px 0;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-number,
.cosmosfarm-simple-lms .simple-lms-quiz .simple-lms-number {
	display: table-cell;
	width: 60px;
	font-size: 14px;
	text-align: center;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-number:before {
	display: none !important;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-data {
	display: table-cell;
	width: auto;
	font-size: 14px;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-data .play-btn {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	background: #dd0000;
	left: 68px;
	top: 18px;
	border-radius: 50%;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-data .play-btn:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 6px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	-webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .7));
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .7));
	top: 6px;
	left: 8px;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-data .play-percent {
	font-size: 14px;
	color: gray;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-running-time {
	display: table-cell;
	width: 70px;
	font-size: 14px;
	text-align: center;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-start-date {
	display: table-cell;
	width: 120px;
	font-size: 14px;
	text-align: center;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-end-date {
	display: table-cell;
	width: 120px;
	font-size: 14px;
	text-align: center;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-learning-time {
	display: table-cell;
	width: 70px;
	font-size: 14px;
	text-align: center;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-progress {
	display: table-cell;
	width: 70px;
	font-size: 14px;
	text-align: center;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-progress em {
	font-style: normal;
	font-weight: 700;
}

.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-info.video .simple-lms-data {
	text-align: left;
	padding: 0 15px;
	font-weight: 700;
	padding-left: 40px;
	position: relative;
}

.cosmosfarm-simple-lms .simple-lms-video {
	display: none;
	padding-top: 5px;
	background: #eee;
}

.cosmosfarm-simple-lms .simple-lms-video .simple-lms-download {
	margin: 10px 0;
	background: #fff;
	padding: 7px 15px;
	border-radius: 3px;
	overflow: hidden;
}

.cosmosfarm-simple-lms .simple-lms-video .simple-lms-download-title {
	display: inline-block;
	padding: 10px 25px;
	background: #333;
	color: #fff;
	margin: -10px 25px -10px -15px;
}

.cosmosfarm-simple-lms .simple-lms-video .simple-lms-download a {
	color: #333;
	font-size: 14px;
}

.cosmosfarm-simple-lms .simple-lms-video .simple-lms-download a img {
	width: 15px;
	margin-right: 10px;
}

.cosmosfarm-simple-lms .simple-lms-video .simple-lms-next-button {
	text-align: right;
}

/* 영상 재생 관련 */
.cosmosfarm-simple-lms .simple-lms-video .simple-lms-video-container {
	position: relative;
	padding-bottom: 56.25%;
}

.cosmosfarm-simple-lms .simple-lms-video .simple-lms-video-container h4 {
	font-weight: 700;
	margin-bottom: 50px;
}

.cosmosfarm-simple-lms .simple-lms-video .simple-lms-video-container iframe,
.cosmosfarm-simple-lms .simple-lms-video .simple-lms-video-container iframe.cosmosfarm-simple-lms-player {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.cosmosfarm-simple-lms .simple-lms-video .simple-lms-video-container .wp-video {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100% !important;
	height: 100%;
	border: 0;
}

.cosmosfarm-simple-lms .simple-lms-video .mejs-mediaelement {
	position: relative;
}

/* 수료증 */
.cosmosfarm-simple-lms-certificate .certificate .certificate-content.main-content {
	white-space: pre-line;
}

/* 퀴즈 관련 */
.cosmosfarm-simple-lms .simple-lms-quiz {
	padding: 17px 0;
	border-bottom: 1px solid #ddd;
}

.cosmosfarm-simple-lms .simple-lms-quiz .simple-lms-data {
	display: table-cell;
	width: auto;
	font-size: 14px;
	text-align: center;
}

.cosmosfarm-simple-lms .simple-lms-quiz .simple-lms-data {
	text-align: left;
	padding: 0 15px;
	font-weight: 700;
	position: relative;
}

.cosmosfarm-simple-lms .simple-lms-quiz .simple-lms-data button {
	background: none !important;
	color: #333;
	padding: 0;
}

.cosmosfarm-simple-lms .simple-lms-quiz .simple-lms-data em {
	font-style: normal;
	font-size: 12px;
	font-weight: 400;
	margin-left: 10px;
}

/* 비메오 풀스크린 버튼 관련 */
.cosmosfarm-simple-lms .simple-lms-video.add-empty-place {
	padding-bottom: 56.25%;
}

.cosmosfarm-simple-lms .simple-lms-video .fullscreen-controller {
	display: none;
	position: relative;
	z-index: 99999999;
	line-height: 1;
}

.cosmosfarm-simple-lms .simple-lms-video .fullscreen-controller button {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	line-height: 1;
	background-color: black;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.cosmosfarm-simple-lms .simple-lms-video .simple-lms-video-frame.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: black;
}

.cosmosfarm-simple-lms .simple-lms-video .simple-lms-video-frame.fullscreen .simple-lms-video-container {
	position: static;
}

.cosmosfarm-simple-lms .cosmosfarm-simple-lms-vimeo .fullscreen-controller {
	display: block;
}

.cosmosfarm-simple-lms .not-success-check .fullscreen-controller {
	display: none;
}

.cosmosfarm-simple-lms .simple-lms-hr {
	margin: 20px 0;
	height: 1px;
	border: none;
	background-color: #eeeeee;
}

.cosmosfarm-simple-lms .next-page-controlbar {
	margin: 20px 0;
	text-align: center;
}

#cosmosfarm-simple-lms-popup-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	z-index: 999999999999;
}

#cosmosfarm-simple-lms-popup-background.hide {
	display: none;
}

#cosmosfarm-simple-lms-popup {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -110px 0 0 -250px;
	width: 500px;
	height: 250px;
	background-color: white;
	border-radius: 10px;
	z-index: 9999999999999;
}

#cosmosfarm-simple-lms-popup.hide {
	display: none;
}

#cosmosfarm-simple-lms-popup .popup-wrap {
	position: relative;
	height: 100%;
}

#cosmosfarm-simple-lms-popup .popup-wrap .popup-message {
	padding: 10px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	box-sizing: content-box;
	color: #3C4858;
}

#cosmosfarm-simple-lms-popup .popup-wrap .popup-countdown {
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	box-sizing: content-box;
	color: #3C4858;
}

#cosmosfarm-simple-lms-popup .popup-wrap .popup-controlbar {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	box-sizing: content-box;
}

.tax-product_cat .woocommerce-result-count {
	display: none;
}

/* pagination 공통 */
.simple-lms-pagination {
	display: block;
	width: 100%;
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}

.simple-lms-goto-page {
	display: inline-block;
	min-width: 33px;
	height: 32px;
	padding: 0 4px;
	margin: 0 4px;
	margin-bottom: 4px;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	vertical-align: top;
	color: #666;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.simple-lms-goto-page a {
	color: #999;
}

.simple-lms-goto-page a:hover {
	color: #333;
}

.simple-lms-goto-page.active {
	width: 36px;
	height: 36px;
	color: #fff;
}

.simple-lms-goto-page.active a {
	background: #333;
	color: #fff;
	display: block;
	margin-left: -4px;
	margin-right: -4px;
	border-radius: 20px;
}

.simple-lms-goto-page.prev-page a span,
.simple-lms-goto-page.next-page a span,
.simple-lms-goto-page.first-page a span,
.simple-lms-goto-page.last-page a span {
	font-size: 0;
	text-align: center !important
}

.simple-lms-goto-page.prev-page a span:before {
	content: "";
	width: 8px;
	height: 8px;
	border-left: 3px solid #999;
	border-bottom: 3px solid #999;
	display: block;
	margin: auto;
	margin-top: 15px;
	transform: rotate(45deg);
	border-radius: 0 0 0 3px;
}

.simple-lms-goto-page.next-page a span:before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 3px solid #999;
	border-top: 3px solid #999;
	display: block;
	margin: auto;
	margin-top: 15px;
	transform: rotate(45deg);
	border-radius: 0 3px 0 0;
}

.simple-lms-goto-page.first-page a span:before,
.simple-lms-goto-page.first-page a span:after {
	content: "";
	width: 8px;
	height: 8px;
	border-left: 3px solid #999;
	border-bottom: 3px solid #999;
	display: block;
	margin: auto;
	margin-top: 15px;
	transform: rotate(45deg);
	border-radius: 0 0 0 3px;
}

.simple-lms-goto-page.first-page a span:after {
	position: absolute;
	top: 0px;
	right: 5px;
}

.simple-lms-goto-page.last-page a span:before,
.simple-lms-goto-page.last-page a span:after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 3px solid #999;
	border-top: 3px solid #999;
	display: block;
	margin: auto;
	margin-top: 15px;
	transform: rotate(45deg);
	border-radius: 0 3px 0 0;
}

.simple-lms-goto-page.last-page a span:after {
	position: absolute;
	top: 0px;
	left: 6px;
}

.simple-lms-goto-page.prev-page a:hover span:before,
.simple-lms-goto-page.next-page a:hover span:before,
.simple-lms-goto-page.first-page a:hover span:before,
.simple-lms-goto-page.first-page a:hover span:after,
.simple-lms-goto-page.last-page a:hover span:before,
.simple-lms-goto-page.last-page a:hover span:after {
	border-color: #333;
}

.simple-lms-cut-strings {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	color: #333;
	font-weight: 700;
}

/* 모바일 컨텐츠 공통 */
.simple-lms-mobile-contents {
	display: none;
}

/* 페이지네이션 */
.cosmosfarm-simple-lms .pagination {
	display: inline-block;
	display: flex;
	justify-content: center;
}

.cosmosfarm-simple-lms .pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

.cosmosfarm-simple-lms .pagination span {
	color: black;
	font-weight: bolder;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

.mypage-tabs {
	position: relative;
	min-width: 240px;
}

.mypage-tabs ul {
	margin: 0 !important;
}

.mypage-tabs input[name=tab-control] {
	display: none;
}

.mypage-tabs ul.tab-nav li label {
	font-weight: bold;
	font-size: 18px;
}

.mypage-tabs ul.tab-nav {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.mypage-tabs ul.tab-nav li {
	box-sizing: border-box;
	flex: 0 1 10%;
	padding: 0;
	text-align: center;
	min-width: 110px;
}

.mypage-tabs ul.tab-nav li label {
	transition: all 0.3s ease-in-out;
	color: var(--ast-global-color-3);
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mypage-tabs ul.tab-nav li label br {
	display: none;
}

.mypage-tabs ul.tab-nav li label:hover,
.mypage-tabs ul.tab-nav li label:focus,
.mypage-tabs ul.tab-nav li label:active {
	outline: 0;
	color: var(--ast-global-color-2);
}

.mypage-tabs .mypage-slider {
	position: relative;
	width: 10%;
	min-width: 110px;
	transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.mypage-tabs .mypage-slider .indicator {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 4px;
	background-color: var(--ast-global-color-0);
}

.mypage-tabs .simple-lms-content {
	margin-top: 30px;
}

.mypage-tabs .simple-lms-content section {
	display: none;
	-webkit-animation-name: mypage-content;
	animation-name: mypage-content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	line-height: 1.4;
}

.mypage-tabs .simple-lms-content section ul.class-video-list,
.mypage-tabs .simple-lms-content section ul.interested-class-list {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 30px;
}

.mypage-tabs .simple-lms-content section ul.class-video-list li,
.mypage-tabs .simple-lms-content section ul.interested-class-list li {
	box-sizing: border-box;
	flex: 0 1 calc(25% - 22.5px);
	padding: 0;
	text-align: left;
}

.mypage-tabs .simple-lms-content section ul.class-video-list li .classroom-item-success-percent {
	font-size: 16px;
}

.mypage-tabs .simple-lms-content section .video-thumbnail {
	position: relative;
	width: 100%;
	aspect-ratio: 5 / 4;
	overflow: hidden;
}

/** 여기width 부터 쭉 추가함 */
.mypage-tabs .simple-lms-content section .video-thumbnail .video-icon {
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mypage-tabs .simple-lms-content section .video-thumbnail .video-icon svg {
	width: 60px;
	height: 60px;
	fill: #fff;
}

.mypage-tabs .simple-lms-content section .video-thumbnail .progress-bar-wrap {
	width: 100%;
	height: 3px;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	z-index: 9999;
	bottom: 0;
}

.mypage-tabs .simple-lms-content section .video-thumbnail .progress-bar {
	height: 3px;
	position: absolute;
	background: red;
	bottom: 0;
}

.mypage-tabs .simple-lms-content section .text-wrap .title-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 10px;
}

.mypage-tabs .simple-lms-content section .text-wrap .title-wrap a.lec-title {
	flex: 0 1 90%;
	text-decoration: none;
}

.mypage-tabs .simple-lms-content section .text-wrap .title-wrap .classroom-option-btn {
	flex: 0 1 10%;
	margin-top: 5px;
	position: relative;
}

.mypage-tabs .simple-lms-content section .text-wrap .title-wrap .classroom-option-btn svg {
	width: 18px;
	height: 18px;
}

.mypage-tabs .simple-lms-content section .text-wrap .title-wrap .classroom-option-btn a {
	position: absolute;
	text-decoration: none;
	color: var(--ast-global-color-2);
	border: 1px solid #ddd;
	padding: 8px 10px 10px;
	font-size: 14px;
	right: 0;
	width: 130px;
	text-align: center;
}

.mypage-tabs .simple-lms-content section .text-wrap .title-wrap .classroom-option-btn a svg {
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.mypage-tabs .simple-lms-content section .text-wrap .title-wrap .classroom-option-btn.active a {
	display: block !important;
}

.mypage-tabs .simple-lms-content section .text-wrap h4 {
	text-align: left;
	color: var(--ast-global-color-2);
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	line-height: 1.3rem;
	font-weight: 700;
	word-break: keep-all;
	margin-bottom: 3px;
}

.mypage-tabs .simple-lms-content section .chapter-info span {
	display: block;
	font-size: 14px;
}

.mypage-tabs .simple-lms-content section .meta-info span {
	display: inline-block;
	font-size: 14px;
}

.mypage-tabs .simple-lms-content section .meta-info span.category-txt {
	position: relative;
	padding-right: 5px;
	margin-right: 5px;
}

.mypage-tabs .simple-lms-content section .meta-info span.category-txt:after {
	content: "|";
	position: absolute;
	right: -4px;
}

.mypage-tabs .simple-lms-content section .no-contents {
	text-align: center;
	padding: 100px 0;
}

.mypage-tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
	cursor: default;
}

.mypage-tabs input[name=tab-control]:nth-of-type(1):checked~.mypage-slider {
	transform: translateX(0%);
}

.mypage-tabs input[name=tab-control]:nth-of-type(1):checked~.simple-lms-content>section:nth-child(1) {
	display: block;
}

.mypage-tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
	cursor: default;
}

.mypage-tabs input[name=tab-control]:nth-of-type(2):checked~.mypage-slider {
	transform: translateX(100%);
}

.mypage-tabs input[name=tab-control]:nth-of-type(2):checked~.simple-lms-content>section:nth-child(2) {
	display: block;
}

.mypage-tabs input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
	cursor: default;
}

.mypage-tabs input[name=tab-control]:nth-of-type(3):checked~.mypage-slider {
	transform: translateX(200%);
}

.mypage-tabs input[name=tab-control]:nth-of-type(3):checked~.simple-lms-content>section:nth-child(3) {
	display: block;
}

.mypage-tabs input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
	cursor: default;
}

.mypage-tabs input[name=tab-control]:nth-of-type(4):checked~.mypage-slider {
	transform: translateX(300%);
}

.mypage-tabs input[name=tab-control]:nth-of-type(4):checked~.simple-lms-content>section:nth-child(4) {
	display: block;
}

@-webkit-keyframes mypage-content {
	from {
		opacity: 0;
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		transform: translateY(0%);
	}
}

@keyframes mypage-content {
	from {
		opacity: 0;
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		transform: translateY(0%);
	}
}

@media only screen and (max-width: 1100px) {
	.mypage-tabs ul li label {
		white-space: initial;
	}

	.mypage-tabs ul li label br {
		display: initial;
	}

	.mypage-tabs ul li label svg {
		height: 1.5em;
	}

	.mypage-tabs .simple-lms-content section ul.class-video-list li {
		flex: 0 1 calc(33.3% - 20px);
	}

	.mypage-tabs .simple-lms-content section ul.class-video-list li .classroom-item-success-percent {
		font-size: 16px;
	}

	#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group {
		padding-top: 0px !important;
	}

	#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group .text-group {
		padding: 10px 0 10px 0 !important;
		margin-bottom: 0px !important;
	}

	#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group .text-group h4 {
		padding-left: 20px !important;
	}

	#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group .text-group .lms-video-content-span {
		margin-top: 10px;
		padding-left: 20px !important;
	}

	.vp-video-wrapper .vp-video {
		max-width: 100%;
		padding-top: 56.25%;
		width: 100% !important;
		text-align: center;
		margin-right: 0px;
		position: relative;
		z-index: 999999;
	}
}

@media only screen and (max-width: 767px) {
	.mypage-tabs .simple-lms-content {
		margin-top: 20px;
	}

	.mypage-tabs .simple-lms-content section h2 {
		display: block;
	}

	.mypage-tabs .simple-lms-content section ul.class-video-list li {
		flex: 0 1 calc(50% - 15px);
	}

	.mypage-tabs .simple-lms-content section ul.class-video-list li .classroom-item-success-percent {
		font-size: 12px;
	}
}


/* premium2 커리큘럼 */
.only-mobile {
	display: none;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .cosmosfarm-simple-lms {}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs {
	position: relative;
	min-width: 240px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control] {
	display: none;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav {
	list-style-type: none;
	padding-left: 0;
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	position: sticky;
	top: 0;
	background: #fff;
	margin: 0;
	height: 50px;
	z-index: 999;
	padding-top: 20px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav li {
	box-sizing: border-box;
	flex: 0 1 10%;
	padding: 0;
	text-align: center;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav li label {
	transition: all 0.3s ease-in-out;
	color: var(--ast-global-color-3);
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav li label br {
	display: none;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav li label:hover,
ul.tab-nav li label:focus,
ul.tab-nav li label:active {
	outline: 0;
	color: var(--ast-global-color-2);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs .mypage-slider {
	position: sticky;
	width: 10%;
	min-width: 110px;
	transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
	top: 50px;
	background: #fff;
	z-index: 9999;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs .mypage-slider .indicator {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 4px;
	background-color: var(--ast-global-color-0);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs .simple-lms-content section {
	display: none;
	-webkit-animation-name: mypage-content;
	animation-name: mypage-content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	line-height: 1.4;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
	cursor: default;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(1):checked~.mypage-slider {
	transform: translateX(0%);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(1):checked~.simple-lms-content>section:nth-child(1) {
	display: block;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
	cursor: default;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(2):checked~.mypage-slider {
	transform: translateX(100%);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(2):checked~.simple-lms-content>section:nth-child(2) {
	display: block;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
	cursor: default;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(3):checked~.mypage-slider {
	transform: translateX(200%);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(3):checked~.simple-lms-content>section:nth-child(3) {
	display: block;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
	cursor: default;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(4):checked~.mypage-slider {
	transform: translateX(300%);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(4):checked~.simple-lms-content>section:nth-child(4) {
	display: block;
}

@-webkit-keyframes mypage-content {
	from {
		opacity: 0;
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		transform: translateY(0%);
	}
}

@keyframes mypage-content {
	from {
		opacity: 0;
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		transform: translateY(0%);
	}
}

/* premium02 */
.only-mobile {
	display: none;
}

.comments-submit-button {
	cursor: pointer;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs {
	position: relative;
	min-width: 240px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control] {
	display: none;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav li label {
	font-weight: 400;
	font-size: 18px;
	color: #777;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav li label.tab-active {
	font-weight: bold;
	font-size: 18px;
	color: black;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	padding: 15px 0 20px 10px;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	position: sticky;
	top: 0;
	background: #fff;
	height: 64px;
	z-index: 999;
	border-bottom: #ddd 1px solid;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav li {
	box-sizing: border-box;
	flex: 0 1 10%;
	padding: 0 15px;
	text-align: center;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav li label {
	transition: all 0.3s ease-in-out;
	color: var(--ast-global-color-3);
	padding: 5px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav li label br {
	display: none;
}

#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav li label:hover,
ul.tab-nav li label:focus,
ul.tab-nav li label:active {
	outline: 0;
	color: var(--ast-global-color-2);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs .mypage-slider {
	position: sticky;
	width: 10%;
	min-width: 110px;
	transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
	top: 50px;
	background: #fff;
	z-index: 9999;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs .mypage-slider .indicator {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	height: 4px;
	background-color: var(--ast-global-color-0);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs .simple-lms-content section {
	display: none;
	-webkit-animation-name: mypage-content;
	animation-name: mypage-content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	line-height: 1.4;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
	cursor: default;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(1):checked~.mypage-slider {
	transform: translateX(0%);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(1):checked~.simple-lms-content>section:nth-child(1) {
	display: block;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
	cursor: default;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(2):checked~.mypage-slider {
	transform: translateX(100%);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(2):checked~.simple-lms-content>section:nth-child(2) {
	display: block;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
	cursor: default;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(3):checked~.mypage-slider {
	transform: translateX(200%);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(3):checked~.simple-lms-content>section:nth-child(3) {
	display: block;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
	cursor: default;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(4):checked~.mypage-slider {
	transform: translateX(300%);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs input[name=tab-control]:nth-of-type(4):checked~.simple-lms-content>section:nth-child(4) {
	display: block;
}

@-webkit-keyframes mypage-content {
	from {
		opacity: 0;
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		transform: translateY(0%);
	}
}

@keyframes mypage-content {
	from {
		opacity: 0;
		transform: translateY(5%);
	}

	to {
		opacity: 1;
		transform: translateY(0%);
	}
}

/*.simple-lms-class-contents video{background:#ddd;}영상 삽입 후 이 코드는 지워주세요*/
/* .site-footer{display:none !important;} */
#simple-lms-classroom-detail.simple-lms-classroom-group {
	position: relative;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-classroom-header .simple-lms-class-title {
	margin-left: 20px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-classroom-header .simple-lms-class-title a {
	display: flex;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-classroom-header .simple-lms-class-title span {
	margin-left: 10px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-classroom-header .simple-lms-class-title svg {
	position: relative;
	width: 14px;
	height: 14px;
	top: 2px;
	left: -5px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-class-contents {
	display: flex;
	place-content: stretch flex-start;
	flex-shrink: 1;
	box-sizing: border-box;
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	-webkit-box-pack: start;
	-webkit-box-align: stretch;
	align-items: stretch;
	gap: 0px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-class-contents.sidebar-position.align-right {
	flex-direction: row;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-class-contents.sidebar-position.align-left {
	flex-direction: row-reverse;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group {
	display: flex;
	flex: 5 1 0%;
	height: calc(100vh - 50px);
	overflow-x: hidden;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-direction: column;
	padding-top: 20px;
	border-right: #ddd 1px solid;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group .text-group {
	display: flex;
	place-content: stretch space-between;
	flex-shrink: 1;
	flex-direction: row;
	box-sizing: border-box;
	position: relative;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
	align-items: center;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group .text-group .text-wrap {
	flex: 0 1 95%;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group .text-group .text-wrap .chapter-title {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
}

/* 내용 css */
#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group .text-group .text-wrap .chapter-title .lms-video-content-span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 10px;
}

/* 내용 css */
#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group .ccurriculum-title {
	width: 100%;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group .ccurriculum-title h4 {
	font-size: 20px;
	margin: 0;
	margin-bottom: 15px;
}

.button-wrap {
	flex: 0 1 5%;
	min-width: 50px;
}

.button-wrap a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: none;
	align-items: center;
	padding: 0 !important;
	border: none;
	float: right;
	margin-right: 10px;
}

.button-wrap a svg {
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
}

.button-wrap a span {
	color: #aaa;
	font-size: 12px;
	margin-bottom: 5px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-curriculum-list {
	display: flex;
	align-content: stretch;
	flex-direction: column;
	box-sizing: border-box;
	position: relative;
	flex: 2 1 0%;
	margin-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	height: calc(100vh - 50px);
	overflow-x: hidden;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-curriculum-list .cosmosfarm-simple-lms .simple-lms-page {
	background: #f7f7f7;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-curriculum-list .cosmosfarm-simple-lms .curriculum-list-header-title {
	font-weight: 700 !important;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-classroom-header {
	display: flex;
	flex: 1 1 0%;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-direction: row;
	width: 100%;
	height: 50px;
	position: sticky;
	z-index: 999;
	align-items: center;
	/*top: 30px*/
	;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-category {
	position: relative;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-weight: 700;
	padding-right: 15px;
	margin-right: 13px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-category:after {
	content: "|";
	position: absolute;
	right: -1px;
	top: -1px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-class-title span {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.25rem;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-weight: 700;
}

#simple-lms-classroom-detail.simple-lms-classroom-group a {
	text-decoration: none;
	color: #333;
}

#simple-lms-classroom-detail.simple-lms-classroom-group a:hover {
	color: var(--ast-global-color-0);
}

#simple-lms-classroom-detail.simple-lms-classroom-group .curriculum-list-header {
	border-radius: 0px;
	width: 100%;
	height: 50px !important;
	z-index: 1;
	position: sticky;
	transition-property: top;
	transition-duration: 300ms;
	border-bottom: 1px solid #ddd;
	top: 0px;
	background: #fff;
	display: flex;
	align-items: center;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-title {
	padding: 20px 0 20px 20px;
	border-bottom: 1px solid #ddd;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-title .chapter-txt {
	font-size: 12px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-title h5.chapter-title {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 16px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content a {
	text-decoration: none;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content .simple-lms-info {
	display: flex;
	padding: 20px 30px 20px 50px;
	-webkit-box-align: stretch;
	align-items: stretch;
	flex-direction: column;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content .simple-lms-data.curriculum-title {
	text-align: left;
	color: #333;
	-webkit-text-fill-color: #333;
	text-fill-color: #333;
	font-size: 0.875rem;
	line-height: 1.125rem;
	font-weight: 400;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content .simple-lms-info .top-contents {
	display: flex;
	place-content: space-between flex-start;
	flex-shrink: 1;
	flex-direction: row;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 4px;
	-webkit-box-pack: start;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content .simple-lms-info .simple-lms-play-icon {
	position: absolute;
	left: -30px;
	top: 0px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content a.active .simple-lms-info .simple-lms-play-icon {
	display: block !important;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content a.active .simple-lms-info .curriculum-title {
	font-weight: 700;
	color: #333;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content .simple-lms-info .simple-lms-play-icon svg {
	width: 20px;
	height: 20px;
	fill: red;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content .simple-lms-info .simple-lms-status svg {
	display: flex;
	align-content: stretch;
	flex-shrink: 1;
	flex-direction: column;
	box-sizing: border-box;
	position: relative;
	width: 20px;
	height: 20px;
	fill: #ccc;
	margin-left: 75%;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content .simple-lms-info .simple-lms-status.status-complete svg {
	fill: #6dcd54;
	margin-left: 75%;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content .simple-lms-info .bottom-contents span {
	font-size: 12px;
	color: #777;
	margin-right: 10px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content .simple-lms-info .bottom-contents svg {
	position: relative;
	top: 1px;
	width: 12px;
	height: 12px;
	fill: #aaa;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-list .simple-lms-content .simple-lms-info .bottom-contents .simple-lms-count-commend svg {
	top: 2px;
	width: 14px;
	height: 14px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-curriculum-list .cosmosfarm-simple-lms .simple-lms-page .simple-lms-button button {
	width: 100%;
	border-bottom: 1px solid #ddd;
	background-color: #f7f7f7;
	color: #333;
	padding: 5px 0;
	font-size: 0.875rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-curriculum-list .cosmosfarm-simple-lms .simple-lms-page .simple-lms-button button:hover {
	width: 100%;
	border: 0;
	background-color: #e7e7e7;
	color: #333;
	cursor: pointer;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-curriculum-list .cosmosfarm-simple-lms .simple-lms-page .cosmosfarm-simple-lms-etc button {
	width: 100%;
	border-bottom: 1px solid #ddd;
	background-color: #f7f7f7;
	color: #333;
	height: 50px;
	padding: 0;
	font-size: 0.875rem;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-curriculum-list .cosmosfarm-simple-lms .simple-lms-page .cosmosfarm-simple-lms-etc button:hover {
	width: 100%;
	border: 0;
	background-color: #e7e7e7;
	color: #333;
	cursor: pointer;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-curriculum-list .cosmosfarm-simple-lms .simple-lms-page .simple-lms-button button svg {
	position: relative;
	top: 0px;
	width: 20px;
	height: 20px;
	fill: #000;
	margin-right: 7px;
}

#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-curriculum-list .cosmosfarm-simple-lms .simple-lms-page .simple-lms-button button span {
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.simple-lms-curriculum-list .class-detail-tabs .simple-lms-comments-area .comments-header,
.simple-lms-curriculum-list .class-detail-tabs .simple-lms-comments-area .comments-list {
	padding-left: 20px;
	padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
	body {
		overflow-x: hidden;
	}

	.only-mobile {
		display: block;
	}

	.mobile-hidden,
	#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-category.mobile-hidden {
		display: none;
	}

	/* 헤더 (뒤로가기 버튼) */
	#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-classroom-header {
		position: sticky;
		top: 0;
		height: 50px;
		z-index: 1002;
		padding-left: 20px;
		box-sizing: border-box;
		background: #fff;
		border-bottom: 1px solid #ddd;
		display: flex;
		align-items: center;
	}

	.back-to-list a {
		display: flex;
		align-items: center;
		text-decoration: none;
	}

	.back-to-list a svg {
		width: 20px;
		height: 20px;
	}

	.back-to-list a span {
		font-size: 20px;
		font-weight: 700;
		color: #333;
		margin-left: 5px;
	}

	/* 비디오 플레이어 그룹 */
	#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-video-group {
		position: sticky;
		top: 50px;
		z-index: 1001;
		background: #fff;
	}

	#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-curriculum-list {
		overflow: visible;
	}

	/* 탭 메뉴 (커리큘럼, 댓글) */
	#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav {
		position: sticky;
		top: 394px;
		z-index: 1001;
		background: #fff;
		border-bottom: 1px solid #ddd;
		margin: 0;
		padding: 15px 0 20px 10px;
	}

	/* 불필요한 코드 정리 */
	.class-detail-tabs ul li label {
		white-space: initial;
	}

	.class-detail-tabs ul li label br {
		display: initial;
	}

	.class-detail-tabs ul li label svg {
		height: 1.5em;
	}

	#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs .mypage-slider {
		display: none;
		/* 슬라이더는 이 레이아웃에서 불필요하므로 숨김 */
	}

	#simple-lms-classroom-detail.simple-lms-classroom-group .simple-lms-class-contents.sidebar-position.align-right {
		flex-direction: column;
	}

	.simple-lms-comments-area .comments-list ul li ul {
		padding-left: 0;
	}

	.button-wrap a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: none;
		align-items: center;
		padding: 0 !important;
		border: none;
		float: right;
		margin-right: 10px;
	}

	.button-wrap a svg {
		width: 20px;
		height: 20px;
		margin-bottom: 5px;
	}

	.button-wrap a span {
		color: #aaa;
		font-size: 12px;
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 767px) {

	/* .class-detail-tabs .simple-lms-content {margin-top: 20px;} */
	.class-detail-tabs .simple-lms-content section h2 {
		display: block;
	}

	.class-detail-tabs .simple-lms-content section ul.class-video-list li {
		flex: 0 1 calc(50% - 15px);
	}

	#simple-lms-classroom-detail.simple-lms-classroom-group ul.tab-nav {}

	#simple-lms-classroom-detail.simple-lms-classroom-group .class-detail-tabs .mypage-slider {
		top: auto;
	}

	.button-wrap a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: none;
		align-items: center;
		padding: 0 !important;
		border: none;
		float: right;
		margin-right: 10px;
	}

	.button-wrap a svg {
		width: 20px;
		height: 20px;
		margin-bottom: 5px;
	}

	.button-wrap a span {
		color: #aaa;
		font-size: 8px;
		margin-bottom: 5px;
	}

	.chapter-title p {
		margin-left: 5px;
	}
}

/* 아이프레임 */
.vp-video-wrapper .vp-video {
	max-width: 100%;
	padding-top: 56.25%;
	position: relative;
	width: 97%;
	text-align: center;
	margin-right: 20px;
}

.vp-video-wrapper .vp-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vp-video-wrapper .vp-video.shortform {
	padding-bottom: 100%;
}

@media screen and (max-width: 600px) {
	.vp-video-wrapper .vp-video.shortform {
		padding-bottom: 178%;
	}
}

/*.simple-lms-commment{max-height:400px !important;}*/

/* 멀티벤더 정산 목록 */
.cosmosfarm-multivendor-sales {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cosmosfarm-multivendor-sales .cosmosfarm-multivendor-sales-search-form {
	width: 100%;
}

.cosmosfarm-multivendor-sales .cosmosfarm-multivendor-sales-search-form input {}

.cosmosfarm-multivendor-sales .cosmosfarm-multivendor-sales-search-form a {}

.cosmosfarm-multivendor-sales .cosmosfarm-multivendor-sales-table {
	width: 100%;
	border: 1px solid #ccc;
}

.cosmosfarm-multivendor-sales .cosmosfarm-multivendor-sales-table thead {}

.cosmosfarm-multivendor-sales .cosmosfarm-multivendor-sales-table thead th {
	padding: 5px;
	background: #eee;
	text-align: center;
}

.cosmosfarm-multivendor-sales .cosmosfarm-multivendor-sales-table tbody {}

.cosmosfarm-multivendor-sales .cosmosfarm-multivendor-sales-table tbody td {
	padding: 5px;
	text-align: center
}

.cosmosfarm-multivendor-sales .pagenation {
	display: flex;
	justify-content: center;
	width: 100%;
}

.cosmosfarm-multivendor-sales .pagenation ul {
	display: flex;
	gap: 10px;
}

.cosmosfarm-multivendor-sales .pagenation ul li a {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.cosmosfarm-multivendor-sales .pagenation ul li.active a {
	background: #eee;
}

/* 다음 영상 버튼 스타일 */
.simple-lms-next-button {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 30px;
	box-sizing: border-box;
}

.simple-lms-next-button .next-video-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 16px;
	background: rgba(153, 153, 153, 0.9);
	color: white !important;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.2s ease;
	backdrop-filter: blur(5px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	opacity: 0;
}

/* 활성 상태일 때만 보이게 */
.simple-lms-next-button.active .next-video-btn {
	visibility: visible;
	opacity: 1;
}

.simple-lms-next-button .next-video-btn:hover {
	background: rgba(51, 51, 51, 0.9);
	color: white !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.simple-lms-next-button .next-video-btn svg {
	width: 14px;
	height: 14px;
	transition: transform 0.2s ease;
}

.simple-lms-next-button .next-video-btn:hover svg {
	transform: translateX(2px);
}

/* 모바일 반응형 */
@media only screen and (max-width: 767px) {
	.simple-lms-next-button {
		height: 50px;
		padding-right: 20px;
		margin: 15px 0;
	}

	.simple-lms-next-button .next-video-btn {
		padding: 6px 12px;
		font-size: 12px;
		gap: 6px;
	}

	.simple-lms-next-button .next-video-btn svg {
		width: 12px;
		height: 12px;
	}
}
