@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com/
 */

/* 검색폼 공통 */
.simple-lms-search { padding: 55px 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; }
.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; }

@media screen and (max-width: 768px) {
	.simple-lms-search input[type=text] { width: 100%; }
	.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-premium .simple-lms-mobile-contents { display: table-row; }
	.simple-lms-premium .simple-lms-mobile-contents td { text-align: left; }
	.simple-lms-premium .simple-lms-pc { display: none; }
	.simple-lms-premium .simple-lms-list-status { display: none; }
	.simple-lms-premium .simple-lms-list-progress { display: none; }
	.simple-lms-premium .simple-lms-list-period { display: none; }
	.simple-lms-list-certificate { display: none; }
	.simple-lms-premium .simple-lms-mobile-certificate { display: table-row; width: 120px; padding-left: 20px !important; padding-right:20px !important; }
	.simple-lms-premium .simple-lms-mobile-certificate td { border-bottom: 1px solid #dedede; }
	.simple-lms-premium .simple-lms-mobile-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-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: 14px !important; border-bottom: none; }
	.simple-lms-premium .simple-lms-list-title{ font-size: 13px !important; text-align: left; width: 100%; }
	.simple-lms-premium .simple-lms-list-title a{ text-decoration:none; }
	.simple-lms-list-certificate a { width: 80px; }
	.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%; }
	.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: 500px; min-height: 150px; margin: 0px auto; background: #f3f3f3; position: relative; z-index: 103; padding: 20px 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: 30px 0 20px 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; border-bottom: 1px solid #ddd; }
.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; padding-left: 34px;}
.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 .play-complate .simple-lms-content .simple-lms-data { font-size: 14px; color: rgb(173, 173, 173); }
.cosmosfarm-simple-lms .play-complate .simple-lms-content .simple-lms-running-time { font-size: 14px; color: rgb(173, 173, 173); }
.cosmosfarm-simple-lms .play-complate .simple-lms-content .simple-lms-end-date { font-size: 14px; color: rgb(173, 173, 173); }
.cosmosfarm-simple-lms .play-complate .simple-lms-content .simple-lms-start-date { font-size: 14px; color: rgb(173, 173, 173); }
.cosmosfarm-simple-lms .play-complate .simple-lms-content .simple-lms-learning-time { font-size: 14px; color: rgb(173, 173, 173); }
.cosmosfarm-simple-lms .play-complate .simple-lms-content .simple-lms-progress { font-size: 14px; color: rgb(173, 173, 173); }
.cosmosfarm-simple-lms .simple-lms-content .simple-lms-info .simple-lms-status {display: table-cell;width: 100px;font-size: 14px;text-align: center;}
.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-content .simple-lms-free { display: table-cell; width: 100px; font-size: 14px; text-align: center; }

.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: 23px; 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; }

/* 멀티벤더 정산 목록 */
.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; } 

/* 내 강의실 페이지 버튼*/
.classroom-btn-wrap { display: flex; justify-content: center; }
.classroom-btn-wrap .classroom-page-btn { padding: 0px; margin: 3px; width: 25px; height:35px; text-align: center; border-radius: 3px; background-color: #333;}

/* 검색폼 */
.simple-lms-search .input-group { display: flex; flex-direction: row !important; }