@charset "utf-8";

:root {
	--default-border-color: #cccdcf;
	--default-border: 1px solid var(--default-border-color);
	--default-border-bottom: 1px dotted var(--default-border-color);
}

.loading {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 2rem;
	padding-bottom: 3rem;
	font-size: 2rem;
}

.main-header {
  background-color: var(--main-bg-color);
}

/* 수강생 */
.q_a_4 {
	color: var(--main-color);
	padding: 10px auto;
}

.pro_img {
	width: 100px;
	height: 100px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #dedede;
}

.team_member .inner {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px dotted #dedede;
	height: 100px;
	margin: 0px 10px;
	display: block;
	clear: both;
}

.list-bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 1rem;
}

.faq_list {
	width: 100%;
	position: relative
}

.faq_list .ac-cont>dt {
	position: relative;
}

.faq_list .ac-cont>dt>a {
	display: block;
	padding: 10px 0;
}

.faq_list .ac-cont>dd {
	display: none;
	position: relative;
	/*background: #f2f2f2;*/
}

li {
	list-style: none;
	margin: 0;
	padding: 0
}

ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.study-logs summary {
  list-style-type: none;
	overflow: hidden;
}

.study-logs summary .profile {
	width: 100px;
	height: 100px;
}

.study-logs summary + div {
	background-color: #f8f8f8;
	border: 1px dotted #dedede;
	border-bottom: 0;
}

.study-logs summary .study-member-name > p {
	font-size: 23px;
	font-weight: bold;
}

.study-logs summary .study-completion-rate {
	color: var(--main-color);
}

/* 갤러리 스타일 -------------------------------------------------------------------------------------------------------- */
.gallery_lightbox {
	position: relative;
	font-size: 12px;
}

.gallery_lightbox .thumbList .item {
	float: left;
}

.gallery_lightbox .thumbList .box {
	overflow: hidden;
	background: #fff;
	border: 0px solid #e1e1e1;
}

.gallery_lightbox .thumbList .box.on {
	border-color: #49A2DF;
}

.gallery_lightbox .thumbList .thumb {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border-bottom: 0px solid #eee;
}

.gallery_lightbox .thumbList .link {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
}

.gallery_lightbox .thumbList input[type="checkbox"] {
	width: 13px;
	height: 13px;
}

.gallery_lightbox .thumbList .thumbnail {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0 !important;
	text-align: center;
}

.gallery_lightbox .thumbList .thumbnail img {
	vertical-align: top;
	width: 100%;
}

.gallery_lightbox .thumbList .cover_info {
	padding: 10px 10px 15px;
}

.gallery_lightbox .thumbList .cover-subject .subject {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.gallery_lightbox .thumbList .cover-subject i {
	color: var(--main-color);
}

.gallery_lightbox .thumbList .summary {
	margin-bottom: 6px;
	font-size: 13px;
}

.gallery_lightbox .thumbList .category {
	margin-bottom: 6px;
	font-size: 13px;
	color: #3498db;
}

.gallery_lightbox .thumbList .cover_num {
	padding: 5px 10px;
	background: #f1f1f1;
	border-top: 0px solid #e1e1e1;
}

.gallery_lightbox .thumbList .cover_num span {
	display: inline-block;
	margin-right: 5px;
	;
	color: #555;
}

.gallery_lightbox .thumbList .cover_num a {
	color: #555;
}

/* viewer */
.nivo-lightbox-inline .simple_viewer {
	text-align: center;
	padding: 20px;
}

.nivo-lightbox-inline .simple_viewer img {
	vertical-align: top;
	margin: 0 0 10px;
}

.nivo-lightbox-inline .simple_viewer p {
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 130%;
}

.nivo-lightbox-inline .simple_viewer strong {
	font-size: 16px;
}

.nivo-lightbox-inline .simple_viewer a {
	font-size: 12px;
	color: #555;
}

.s_day_1 {
	width: 100%;
	border: 1px solid #dedede;
}

.s_day_1 .s_day_bar {
	height: 20px;
	margin: 10px 20px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	overflow: hidden;
}

.s_day_1 .s_day_1_bar {
	background-color: #0080ff;
	display: block;
	height: 20px;
	text-align: center;
	color: #ffffff;
	float: left;
	line-height: 20px;
}

.s_day_1 .s_day_2_bar {
	background-color: #ebebeb;
	float: left;
	text-align: center;
	color: #000000;
	line-height: 20px;
}

/* 댓글 목록 */
.feedbackList .replyList {
	clear: both;
	margin: 0;
	padding: 0;
}

.feedbackList .item {
	position: relative;
	margin: 0 0 10px;
	padding: 10px 0;
	border-bottom: var(--default-border-bottom);
}

.feedbackList .item:after {
	content: "";
	display: block;
	clear: both;
}

.feedbackList .item .indent {
	position: relative;
	margin: 0;
	padding: 0;
}

.feedbackList .item .indent:after {
	content: "";
	display: block;
	clear: both;
}

.feedbackList .item.itemReply .indent {
	background: url('../img/common/iconReply.gif') no-repeat 0 0;
	padding-left: 15px;
}

.boardEditor {
	margin-top: 20px;
}

/* 댓글 작성자 정보 */
.feedbackList .item .itemAside {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 0 15px 0 0;
	padding: 0;
	text-align: center;
	z-index: 2;

}

.feedbackList .item .itemAside img.profile {
	width: 50px;
	vertical-align: top;
	border: var(--default-border);
}


/* 댓글 내용 부분 */
.feedbackList .item .itemContent {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.feedbackList .item .itemContent .meta {
	margin: 0 0 10px;
	white-space: normal;
	vertical-align: middle;
	font-size: 12px;
	color: #777;
}

.feedbackList .item .itemContent .meta a {
	color: #777;
}

.feedbackList .item .itemContent .meta span {
	margin-right: 10px;
}

/* 첨부 파일 */
.feedbackList .item .itemContent .attachedFile {
	border: 0;
}

/* 비밀 댓글 */
.feedbackList .secretMessage {
	margin: 0;
	padding: 10px;
	text-align: center;
	color: #555;
}

.feedbackList .secretMessage p {
	margin: 10px 0;
}

.feedbackList .secretMessage dl {
	text-align: center;
	margin: 10px 0;
}

.feedbackList .secretMessage dt {
	font-weight: bold;
	display: inline;
}

.feedbackList .secretMessage dd {
	margin: 0;
}

.feedbackList .secretMessage input[type="password"] {
	background: var(--main-bg-color);
	border: 0;
	border-radius: 3px;
}

.feedbackList .secretMessage {
	.xet_btn.asbestos,
	.xet_btn.medium {
		margin-top: -3px !important;
		padding: 12px !important;
		line-height: 0 !important;
	}
}

/* 댓글 옵션 버튼 부분 */
.feedbackList .itemContent .option {
	display: flex;
    justify-content: end;
    column-gap: 0.3rem;
	margin-top: 1rem;
}

.feedbackList .itemContent .option li a {
	text-decoration: none;
	color: #555;
}

.feedbackList .itemContent .option li.wouldYou a {
	font-size: 11px;
	padding: 0;
}

.feedbackList .itemContent .option li.wouldYou a.xet_btn.asbestos {
	margin-top: -3px;
	padding: 2px 10px !important;
	color: #555 !important;
	background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 10px;
	font-size: 15px !important;
}

/* Editor */
.boardWrite .editorOption .write_type input[type="checkbox"] + label:before,
.boardWrite .editorOption .write_type input[type="radio"] + label:before {
	border: 0;
	background: var(--main-bg-color);
}

.commentEditor {
	position: relative;
	margin-bottom: 15px !important;
	padding: 15px !important;
	border: 1px solid #cccdcf;
}

.content {
	background: linear-gradient(to bottom, rgba(255, 255, 255, .1), rgba(150, 150, 150, .1)), url('');
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid #dedede;
}

.content>.middles {
	display: flex;
	padding: 2rem 0;
}

.content>.middles>.thumb {
	width: 362px;
	height: 242px;
	border: 1px solid #dedede;
	background: url('/imgs/no_s_img.jpg');
	background-position: center;
}

.content .title {
	padding-left: 20px;
}

.content .description {
	font-size: 15px;
	margin-top: 20px;
}

.content .stats {
	margin-top: 1em;
	font-size: 17px;
	color: #8e8e8e;
}

.content .saves {
	margin-top: 10px;
	font-size: 20px;
}

.content .deletes {
	margin-top: 10px;
	font-size: 20px;
}

/* 결제 */
.payment>.button {
	float: none;
	margin-left: 2rem;
	padding: 0.65rem 1rem 0.5rem 1rem;
}

.course-sidebar {
  top: 2rem;
  margin-top: -200px;
}

#pagenav .nav-link {
  --bs-nav-link-color: gray;
}

@media only screen and (max-width: 991px) {
  .course-sidebar {
    margin-top: 0;
  }
}
