@charset "utf-8";
/**
 * @author https://www.cosmosfarm.com/
 */

/*@font-face { font-family: 'GmarketSansLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff'); font-weight: normal; font-style: normal; }*/
@font-face {
	font-family: 'GmarketSansMedium';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/*@font-face { font-family: 'GmarketSansBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff'); font-weight: normal; font-style: normal; }*/

/* 인포바 표시용 여백 */
/*body { margin-top: 54px; }*/

p a {
	color: #ea5515 !important;
}

h3 {
	margin-top: 0;
	font-size: 20px;
}

input[type=text],
input[type=email],
input[type=password],
select,
textarea {
	color: black !important;
}

.hide {
	display: none;
}

.button-default {
	display: inline-block;
}

table {
	width: 100%;
}

table th {
	width: 100px;
	border: 1px solid #e0dede;
	font-weight: bold;
	text-align: center;
	background-color: #f9f9f9;
	font-family: 'Noto Sans KR', sans-serif !important;
	vertical-align: middle !important;
}

table td {
	padding: 15px 10px;
	border: 1px solid #e0dede;
	font-weight: normal;
	text-align: left;
	vertical-align: middle !important;
}

table thead th {
	width: auto;
	border-top: 1px solid #e0dede !important;
}

.bigart-table th,
.bigart-table td {
	padding: 15px 10px !important;
	min-width: 100px;
}

.bigart-table .cell-wide-size {
	min-width: 300px;
}

.bigart-table .cell-month {
	width: 80px;
	text-align: center;
}

.bigart-table .cell-feature {
	width: 150px;
	text-align: center;
}

.bigart-table .cell-feature {
	width: 150px;
	text-align: center;
}

.bigart-table .cell-user {
	text-align: left;
}

.bigart-table .cell-row {
	margin: 10px 0;
}

.alert-content {
	margin: 50px 0;
	text-align: center;
}

/* 플로딩 메뉴 버튼 */
.slideBtn .btnTxt {
	color: white;
}

.menu-text {
	font-family: 'Noto Sans KR', sans-serif !important;
}

.color-waiting {}

.color-completed {}

.cosmosfarm-members-subscription-checkout button,
button.bigart-button {
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	background-color: #333;
	text-align: center;
	text-decoration: none;
	border: 0;
	transition: .3s;
	border-radius: 5px;
	font-size: 14px !important;
	font-family: 'Noto Sans KR', sans-serif !important;
	cursor: pointer;
}

.cosmosfarm-members-subscription-checkout button:hover,
button.bigart-button:hover {
	background-color: #ea5515;
}

.avatar {
	border-radius: 50%;
}

.my-lesson td {
	text-align: left;
}

.my-lesson-row {
	margin-bottom: 20px;
	overflow: hidden;
}

.my-lesson-row .row-column {
	float: left;
	width: 33.33333333333333%;
}

.my-lesson-row .row-column .padding {
	padding: 5px;
}

.my-lesson-row .row-column span {
	font-size: 16px;
}

.my-lesson-row .row-column i {
	margin-left: 5px;
}

.my-lesson .margin {
	margin-bottom: 40px;
}

.my-monthly-plan h1 {
	text-align: center;
}

.my-annual-plan h1 {
	text-align: center;
}

.section {
	margin-bottom: 40px;
}

.bigart-teachers-calendar {}

.bigart-teachers-calendar td {
	text-align: left;
}

.bigart-teachers-schedule-list h3 {
	margin-top: 1em;
}

.bigart-teachers-schedule-list h4 {
	margin: 0 0 5px 0;
	font-size: 14px;
}

.bigart-teachers-schedule-list .info-row-margin {
	margin-bottom: 15px;
}

.schedule-list-more {
	margin: 10px 0;
	text-align: center;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0;
}

/* 상품 상세페이지 속성 */
.accPanelGroup p,
.accPanelGroup .optionItemRow {
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
}

.reviewWrap {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.reviewWrap li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.stop-message {
	margin: 50px auto;
	width: 50%;
	border: 1px solid #ececec;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 5px 10px #ececec;
	background-color: white;
	overflow: hidden;
}

.stop-message .message-header {
	padding: 50px 20px;
	font-size: 26px;
	color: black;
}

.stop-message .message-header .header-icon {
	color: #ea5515;
}

.stop-message .message-header .small {
	font-size: 14px;
	color: #717171;
}

.stop-message .message-body {
	display: flex;
	border-top: 1px solid #e2e2e2;
	overflow: hidden;
}

.stop-message .message-body a {
	display: block;
	padding: 20px 0;
	font-size: 16px;
	color: #717171;
}

.stop-message .message-body .left {
	float: left;
	width: 100%;
}

.stop-message .message-body .right {
	float: right;
	width: 100%;
}

.stop-message .message-body .left a {
	border-right: 1px solid #e2e2e2;
}

.stop-message .message-body .full-button {
	width: 100%;
	border: 0;
}

.growth-item {
	display: table;
	margin: 20px 0;
	width: 100%;
	height: 24px;
	font-size: 18px;
}

.growth-item .growth-name {
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}

.growth-item .growth-point {
	display: table-cell;
	width: 60px;
	vertical-align: middle;
}

.growth-item .progressbar-wrap {
	display: table-cell;
	background-color: #efeff4;
	vertical-align: middle;
}

.growth-item .progressbar-wrap .progressbar-point {
	height: 100%;
	background-color: #8e8e93;
	box-sizing: content-box;
}

@media screen and (max-width: 600px) {
	#main {
		padding: 20px;
		padding-bottom: 0;
	}

	#main>.fusion-row {
		display: block !important;
	}

	.bigart-table {
		display: block;
		overflow: auto;
		border-left: 1px solid #e0dede;
		border-right: 1px solid #e0dede;
	}

	.my-monthly-plan h1 {
		font-size: 30px;
	}

	.my-annual-plan h1 {
		font-size: 30px;
	}

	.section {
		margin-bottom: 20px;
	}

	.fc-day-grid-container {
		height: auto !important;
	}

	.my-lesson-row .row-column {
		float: none;
		width: auto;
	}

	.wpfm-template-5 .dashicons {
		font-size: 20px !important;
	}

	.wpfm-template-5 .wpfm-menu-name {
		font-size: 11px !important;
	}

	.wpfm-template-5 .wpfm-position-right,
	.wpfm-template-5 .wpfm-position-left {
		top: auto;
		bottom: 45px !important;
	}

	.wpfm-template-5 .wpfm-position-right,
	.wpfm-template-5 .wpfm-position-top-right,
	.wpfm-template-5 .wpfm-position-bottom-right {
		right: 10px;
	}
}

/* 싱글 포스트 제목 숨김 */
.single-post h2.entry-title {
	display: none;
}

/* 위젯 스타일 정리 */
.widget .widget-title {
	margin-bottom: 10px;
}

.widget li {
	padding: 5px 5px 5px 0 !important;
	border: 0 !important;
}

.widget li a {
	color: #747474 !important;
}

.widget li a:before {
	content: '' !important;
}

.widget li a:hover {
	color: #ea5515 !important;
}

/* 플로팅 메뉴 PC에서 숨기기 */
.wpfm-floating-wh-wrapper {
	display: none;
}

@media screen and (max-width: 600px) {
	.wpfm-floating-wh-wrapper {
		display: block;
	}
}

/* 사이트 하단 스타일 정리 */
.fusion-footer-widget-area {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

@media only screen and (max-device-width: 640px) {
	.fusion-columns .fusion-column {
		margin: 0 0 100px !important;
	}
}

/* 브랜드 소개 모바일에서 좌우 여백 없애기 */
@media only screen and (max-device-width: 640px) {
	.page-id-2703 #main {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

/* 메인 메뉴에서 선생님 메뉴 PC 숨김, 모바일 표시 */
#menu-main-menu #menu-item-2988 {
	display: none;
}

#menu-main-menu #menu-item-2989 {
	display: none;
}

@media only screen and (max-device-width: 640px) {
	#menu-main-menu #menu-item-2988 {
		display: block;
	}

	#menu-main-menu #menu-item-2989 {
		display: block;
	}
}

/* 태그 입력 스타일 */
.tagsinput-wrap {
	padding-left: 5px;
	padding-top: 5px;
	border: 1px solid #cccccc;
}

.tagsinput-wrap .tagsinput-field {
	border: 0;
}

div.tagsinput span.tag {
	height: 30px;
}

div.tagsinput input {
	height: 20px;
	line-height: 20px;
}

div.tagsinput span.tag {
	background-color: #ea5515 !important;
	color: white !important;
	font-weight: normal;
}

div.tagsinput span.tag a {
	color: white !important;
}

/* 체크박스 */
.bigart-checkbox .bigart-checkbox-group {
	margin: 10px 0;
}

.bigart-checkbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bigart-checkbox ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bigart-checkbox label {
	display: inline-block;
	margin: 3px 0px;
	padding: 3px;
	background-color: white;
	border: 1px solid #cccccc;
	color: #adadad;
	white-space: nowrap;
	cursor: pointer;
}

.bigart-checkbox input[type="radio"] {
	display: none;
}

.bigart-checkbox input[type="radio"]:checked+label {
	border: 1px solid #ea5514;
	background-color: #ea5514;
	color: #fff;
	transition: all .2s;
}

.bigart-checkbox input[type="checkbox"] {
	display: none;
}

.bigart-checkbox input[type="checkbox"]:checked+label {
	border: 1px solid #ea5514;
	background-color: #ea5514;
	color: #fff;
	transition: all .2s;
}

/* 메인 이달의 선생님 */
.thumbBox .teacherThumb img {
	border-radius: 50%;
}

/* 교안 */
.page-id-4528 #main {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* 댓글 */
#comments .commentlist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#comments .commentlist ul>li .clientImg {
	width: 100%;
}

#comments .commentlist ul>li .replyBox {
	display: grid;
	grid-template-columns: 1fr 8fr;
}

#comments .commentlist ul>li .clientID {}

.comment-form .comment-form-attachment__input {
	padding: 0;
}