@charset "utf-8";
/**
* @author https://www.cosmosfarm.com
*/

select::-ms-expand {
	display: none;
}

.moa_book-search {
	padding-bottom: 40px;
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #1cdea0;
}

.moa_book-search select {
	display: inline-block;
	margin: 0;
	padding: 0 20px;
	width: auto;
	min-width: 120px;
	height: 40px;
	min-height: 0;
	font-size: 14px;
	color: #777;
	font-weight: 400;
	border-radius: 25px;
	border: 2px solid #1cdea0;
	background: url(/wp-content/uploads/2023/01/select-icon.png)no-repeat;
	background-size: 10px;
	background-position: 90px 13px;
	line-height: 36px;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: border-box;
	margin-right: 10px;
	appearance: none;
}

.moa_book-search input {
	display: inline;
	margin: 0;
	padding: 0 20px;
	width: auto;
	min-width: 400px;
	height: 40px;
	min-height: 0;
	font-size: 14px;
	color: #666666;
	border-radius: 25px;
	border: 2px solid #1cdea0;
	background: none;
	background-color: white;
	line-height: 40px;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: border-box;
	margin-right: 10px;
}

.moa_book-default-button-small {
	height: 40px;
	line-height: 36px;
	font-size: 14px;
	font-weight: 700;
	border-radius: 25px;
	min-width: 120px;
	padding: 0 30px !important;
	border-color: #1cdea0;
	background-color: #1cdea0 !important;
	color: #fff;
	display: inline-block;
	text-align: center;
}


.moa_book-list-header {
	display: table;
	width: 100%;
	margin-bottom: 15px;
}

.moa_book-list-header .moa_book-total-count {
	display: table-cell;
	font-size: 14px;
	font-weight: 700 !important;
	color: #333 !important;
}

.moa_book-list-header .moa_book-sort {
	display: table-cell;
	text-align: right;
}

.moa_book-list-header .moa_book-sort select {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	min-width: 0;
	max-width: none;
	height: 26px;
	min-height: 0;
	line-height: 26px;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: none;
	background: transparent;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: content-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	font-weight: 700;
}


.moa_book-list-content .moa_book-item-wrap {
	margin-left: -15px;
	margin-right: -15px;
}

.moa_book-list-content .moa_book-item-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.moa_book-list-content .moa_book-item-wrap .moa_book-item {
	float: left;
	width: 16.6666%;
	padding: 0 15px;
	margin-bottom: 20px;
}

.moa_book-list-content .moa_book-item-wrap .moa_book-item .moa_book-thumb .thumbnail-container {
	position: relative;
	width: 200px;
	height: 270px;
	border-radius: 10px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin-bottom: 10px;
}

.moa_book-list-content .moa_book-item-wrap .moa_book-item .moa_book-thumb .thumbnail-container button {
	position: absolute;
	right: 0;
	background: transparent;
	padding: 8px 25px;
	color: #ffffff;
	margin: 10px 0px;
	display: inline-block;
}

.moa_book-list-content .moa_book-item-wrap .moa_book-item .moa_book-thumb .thumbnail-container i {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	text-shadow: -1px -1px 0 rgba(255, 255, 255, 1), 1px -1px 0 rgba(255, 255, 255, 1), -1px 1px 0 rgba(255, 255, 255, 1), 1px 1px 0 rgba(255, 255, 255, 1);
	color: #aaa !important;
}

.moa_book-list-content .moa_book-item-wrap .moa_book-item .moa_book-thumb .thumbnail-container button.active i {
	color: #f00 !important;
}

.moa_book-list-content .moa_book-item-wrap .moa_book-item .moa_book-thumb .moa_book-category {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0px;
}

.moa_book-list-content .moa_book-item-wrap .moa_book-item .moa_book-thumb .moa_book-category a {
	color: #1cdea0 !important;
}

.moa_book-list-content .moa_book-item-wrap .moa_book-item .moa_book-content h3 {
	line-height: 1em !important;
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	margin-bottom: 5px;
}

.moa_book-list-content .moa_book-item-wrap .moa_book-item .moa_book-content h3 a {
	font-size: 16px !important;
	font-weight: 700;
	color: #333 !important;
	letter-spacing: -0.3px;
}

.moa_book-list-content .moa_book-item-wrap .moa_book-meta {
	font-weight: 700;
	font-size: 14px;
}

.moa_book-star_rating:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	letter-spacing: .25em;
	-webkit-font-smoothing: antialiased;
	color: #ffcc00;
}

.moa_book-star_rating.size-1:before {
	content: "\f005";
}

.moa_book-star_rating.size-2:before {
	content: "\f005 \f005";
}

.moa_book-star_rating.size-3:before {
	content: "\f005 \f005 \f005";
}

.moa_book-star_rating.size-4:before {
	content: "\f005 \f005 \f005 \f005";
}

.moa_book-star_rating.size-5:before {
	content: "\f005 \f005 \f005 \f005 \f005";
}


/*pagination 공통*/
.moa-book-pagination {
	display: block;
	width: 100%;
	margin-top: 50px;
	font-size: 0;
	text-align: center;
}

.moa-book-pagination .moa-book-pagination-pages li {
	display: inline-block;
	min-width: 33px;
	height: 32px;
	padding: 0 4px;
	margin: 0 4px;
	margin-bottom: 4px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
	vertical-align: top;
	color: #666;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	color: #999;
}

.moa-book-pagination .moa-book-pagination-pages li:hover a {
	color: #333;
}

.moa-book-pagination .moa-book-pagination-pages li.active {
	width: 36px;
	height: 36px;
	color: #fff;
}

.moa-book-pagination .moa-book-pagination-pages li.active a {
	background: #1cdea0;
	color: #fff;
	display: block;
	margin-left: -4px;
	margin-right: -4px;
	border-radius: 20px;
}

.moa-book-pagination .moa-book-pagination-pages li.prev-page a span,
.moa-book-pagination .moa-book-pagination-pages li.next-page a span,
.moa-book-pagination .moa-book-pagination-pages li.first-page a span,
.moa-book-pagination .moa-book-pagination-pages li.last-page a span {
	font-size: 0;
	text-align: center !important
}

.moa-book-pagination .moa-book-pagination-pages li.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;
}

.moa-book-pagination .moa-book-pagination-pages li.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;
}

.moa-book-pagination .moa-book-pagination-pages li.first-page a span:before,
.moa-book-pagination .moa-book-pagination-pages li.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;
}

.moa-book-pagination .moa-book-pagination-pages li.first-page a span:after {
	position: absolute;
	top: 0px;
	right: 5px;
}

.moa-book-pagination .moa-book-pagination-pages li.last-page a span:before,
.moa-book-pagination .moa-book-pagination-pages li.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;
}

.moa-book-pagination .moa-book-pagination-pages li.last-page a span:after {
	position: absolute;
	top: 0px;
	left: 6px;
}

.moa-book-pagination .moa-book-pagination-pages li.prev-page a:hover span:before,
.moa-book-pagination .moa-book-pagination-pages li.next-page a:hover span:before,
.moa-book-pagination .moa-book-pagination-pages li.first-page a:hover span:before,
.moa-book-pagination .moa-book-pagination-pages li.first-page a:hover span:after,
.moa-book-pagination .moa-book-pagination-pages li.last-page a:hover span:before,
.moa-book-pagination .moa-book-pagination-pages li.last-page a:hover span:after {
	border-color: #333;
}

#moa-book-editor {
	overflow: hidden;
}

#moa-book-editor form {
	margin: 0;
	padding: 0;
}

#moa-book-editor select {
	display: inline;
	margin: 0;
	padding: 0 5px;
	font-size: 14px;
	width: 30%;
	height: 28px;
	line-height: 28px;
	color: #666666;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: content-box;
	vertical-align: middle;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#moa-book-editor input[type=text],
#moa-book-editor input[type=email],
#moa-book-editor input[type=number],
#moa-book-editor input[type=date],
#moa-book-editor input[type=password] {
	display: inline;
	margin: 0;
	padding: 0 5px;
	width: 30%;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: content-box;
	vertical-align: middle;
}

#moa-book-editor input[type=checkbox] {
	width: auto;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

#moa-book-editor input[type=radio] {
	width: auto;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

#moa-book-editor select:hover,
#moa-book-editor input[type=text]:hover,
#moa-book-editor input[type=email]:hover,
#moa-book-editor input[type=number]:hover,
#moa-book-editor input[type=date]:hover,
#moa-book-editor input[type=password]:hover {
	border-bottom: 1px solid #9e9e9e;
}

#moa-book-editor select:focus,
#moa-book-editor input[type=text]:focus,
#moa-book-editor input[type=email]:focus,
#moa-book-editor input[type=number]:focus,
#moa-book-editor input[type=date]:focus,
#moa-book-editor input[type=password]:focus {
	border-bottom: 2px solid #9e9e9e;
}

#moa-book-editor input[type=file] {
	display: inline;
	margin: 0;
	padding: 0;
	width: 30%;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

#moa-book-editor .kboard-attr-title input {
	width: 70%;
}

#moa-book-editor .kboard-attr-row {
	float: left;
	padding: 5px 0;
	width: 100%;
	background-color: white;
}

#moa-book-editor .kboard-attr-row .attr-name {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 10px 0 10px;
	width: 120px;
	line-height: 30px;
	color: #545861;
	font-size: 14px;
	font-weight: bold;
}

#moa-book-editor .kboard-attr-row .attr-name img {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

#moa-book-editor .kboard-attr-row .attr-name .attr-required-text {
	color: red;
	font-weight: normal;
	font-size: 13px;
}

#moa-book-editor .kboard-attr-row.kboard-attr-content .attr-name {
	display: none;
}

#moa-book-editor .kboard-attr-row .attr-value {
	margin: 0 0 0 140px;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
}

#moa-book-editor .kboard-attr-row .attr-value .attr-value-option {
	display: inline;
	padding-right: 20px;
	width: auto;
	font-size: 14px;
	cursor: pointer;
}

#moa-book-editor .kboard-attr-row .attr-value .attr-value-option input {
	cursor: pointer;
}

#moa-book-editor .kboard-attr-row .attr-value .attr-value-label {
	display: inline;
	padding-right: 5px;
	width: auto;
	cursor: pointer;
}

#moa-book-editor .kboard-attr-row .attr-value .attr-value-label input {
	cursor: pointer;
}

#moa-book-editor .kboard-attr-row .attr-value .description {
	margin: 0;
	color: #666666;
}

#moa-book-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap {
	float: left;
	width: 100%;
}

#moa-book-editor .kboard-attr-row .attr-value .kboard-tree-category-wrap select {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 30%;
}

#moa-book-editor .kboard-content {
	float: left;
	margin: 0;
	padding: 9px 0;
	width: 100%;
	background-color: white;
}

#moa-book-editor .kboard-content .editor-textarea {
	display: inline;
	margin: 0;
	padding: 5px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 250px;
	min-height: 0;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: border-box;
	text-indent: 0;
}

#moa-book-editor .kboard-control {
	float: left;
	padding: 15px 0;
	width: 100%;
}

#moa-book-editor .kboard-control .left {
	position: static;
	float: left;
}

#moa-book-editor .kboard-control .left>a {
	padding: 10px;
}

#moa-book-editor .kboard-control .right {
	position: static;
	float: right;
	width: 50%;
	text-align: right;
}

#moa-book-editor .kboard-control .right button[type=submit] {
	padding: 10px;
	margin: 0;
}

#moa-book-editor.confirm {
	margin: 100px auto;
	max-width: 590px;
}

#moa-book-editor.confirm input[type=password] {
	width: 100%;
	box-sizing: border-box;
}

#moa_book-detail h2 {
	border-bottom: 2px solid #1cdea0;
	padding-bottom: 10px;
	margin-bottom: 50px;
	font-weight: 700;
}

#moa_book-detail .moa_book-detail-contents {
	margin-bottom: 50px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-control {
	float: left;
	width: 85px;
	padding-right: 50px;
	padding-top: 10px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-control a {
	display: block;
	margin-bottom: 10px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-control a img {
	width: 35px;
	height: 35px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-thumb {
	float: left;
	width: 23%;
	padding-right: 50px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-thumb .thumbnail-container img {
	border-radius: 15px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text {
	float: left;
	width: 67%;
	padding: 0 10px;
	padding-top: 10px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-category a {
	border: 2px solid #1cdea0;
	font-size: 14px;
	height: 30px;
	padding: 0 20px;
	line-height: 26px;
	display: inline-block;
	border-radius: 15px;
	font-weight: 700;
	color: #555;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text h3.moa_book-title {
	padding: 10px 0;
	font-weight: 700;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta {
	margin-bottom: 20px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta>div {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	margin-right: 10px;
	font-weight: 700;
	vertical-align: middle;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta>div:after {
	content: "/";
	position: absolute;
	right: 0;
	top: 1px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta>div:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta>div:last-child:after {
	display: none;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta>div strong {
	color: #333;
	font-weight: 700;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-summary {
	margin-bottom: 10px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-button-group button {
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	border: 2px solid #1cdea0;
	border-radius: 20px !important;
	background: none !important;
	vertical-align: middle;
	margin-right: 10px;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-button-group button i {
	font-family: FontAwesome;
	color: #ddd;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-button-group button.active i {
	color: #f00 !important;
}

#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-button-group a {
	background: #1cdea0;
	display: inline-block;
	height: 40px;
	padding: 0 30px;
	border-radius: 20px;
	line-height: 40px;
	color: #fff !important;
	font-weight: 700;
	vertical-align: middle;
}

#moa_book-detail .moa_book-detail-contents:after {
	content: "";
	display: block;
	clear: both;
}

#moa_book-detail .cosmosfarm-pdf-viewer .button-wrap button {
	border: none;
}

#moa_book-detail .moa_book-reviews-wrap {
	border: 2px solid #ddd;
	padding: 20px 40px;
	border-radius: 10px;
	background: #fff;
	margin-bottom: 50px;
}

#moa_book-detail .moa_book-reviews-wrap .moa_book-review-total h4,
#moa_book-detail .moa_book-reviews-wrap .moa_book-review-total>div {
	display: inline-block !important;
	font-size: 18px !important;
	font-weight: 700;
	margin-right: 10px;
}

#moa_book-detail .moa_book-review-point {
	color: #1cdea0;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
	-moz-transition: opacity 200ms;
	-o-transition: opacity 200ms;
	visibility: hidden;
	opacity: 0;
	z-index: 999999999;
}

.overlay.light {
	background: rgba(255, 255, 255, 0.5);
}

.overlay .cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}

.overlay.target {
	visibility: visible;
	opacity: 1;
}

.popup {
	margin: 0px auto;
	padding: 10px 50px;
	background: #fff;
	border: 1px solid #666;
	width: 100%;
	height: 100vh;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	position: relative;
	overflow: scroll;
	background: #eee;
}

.light .popup {
	border-color: #aaa;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.popup h2 {
	margin-top: 0;
	color: #666;
}

.popup .close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 10px;
	right: 10px;
	opacity: 0.8;
	transition: all 200ms;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: #000;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 10;
}

.popup .close:hover {
	opacity: 1;
}

.popup .content {
	width: 100%;
}

.popup p {
	margin: 0 0 1em;
}

.popup p:last-child {
	margin: 0;
}

.moa_book-star_rating:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	letter-spacing: .25em;
	-webkit-font-smoothing: antialiased;
	color: #ffcc00;
}

.moa_book-star_rating.size-0:before {
	content: "\f005 \f005 \f005 \f005 \f005";
	color: #999;
}

.moa_book-star_rating.size-1:before {
	content: "\f005";
}

.moa_book-star_rating.size-2:before {
	content: "\f005 \f005";
}

.moa_book-star_rating.size-3:before {
	content: "\f005 \f005 \f005";
}

.moa_book-star_rating.size-4:before {
	content: "\f005 \f005 \f005 \f005";
}

.moa_book-star_rating.size-5:before {
	content: "\f005 \f005 \f005 \f005 \f005";
}

.moa_book-btl-btn {
	margin-top: 30px;
}

.moa_book-btl-btn a {
	line-height: 20px;
	font-weight: 700;
	color: #333;
}

.moa_book-btl-btn img {
	width: 20px;
	position: relative;
	top: 4px;
}

.moa_book-btl-btn .right {
	margin-bottom: 30px;
}

#moa-book-latest .moa-thumbnail {
	width: 100%;
	height: 100%;
	display: flex;
	border: 1px solid #ddd;
	border-radius: 15px;
	overflow: hidden;
}

#moa-book-latest .moa-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#moa-book-latest .moa-book-swiper {
	width: 90%;
}

#moa-book-latest .swiper-button-next {
	color: #1CDEA0;
	background: none;
}

#moa-book-latest .swiper-button-next:after,
#moa-book-latest .swiper-rtl .swiper-button-prev:after {
	font-size: 25px;
}

#moa-book-latest .swiper-button-prev {
	color: #1CDEA0;
	background: none;
}

#moa-book-latest .swiper-button-prev:after,
#moa-book-latest .swiper-rtl .swiper-button-next:after {
	font-size: 25px;
}

@media screen and (max-width: 768px) {

	.moa_book-list-content .moa_book-item-wrap {
		/*
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		*/
		width: 100%;
		box-sizing: border-box;
		margin: 0;
	}

	.moa_book-list-content .moa_book-item-wrap .moa_book-item .moa_book-thumb .thumbnail-container {
		margin: 0 auto 20px;
	}

	.moa_book-list-content .moa_book-item-wrap .moa_book-item {
		width: 100%;
		padding: 0;
	}

	.moa_book-search form {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.moa_book-search select {
		min-width: auto;
		margin: 0;
		width: calc(30% - 5px);
	}

	.moa_book-search input {
		min-width: auto;
		margin: 0;
		width: calc(70% - 5px);
	}

	.moa_book-default-button-small {
		width: 100%;
	}

	#moa_book-detail h2 {
		margin-bottom: 10px;
	}

	#moa_book-detail .moa_book-detail-contents {}

	#moa_book-detail .moa_book-detail-contents .moa_book-control {
		display: flex;
		padding: 10px 0;
		gap: 10px;
		width: 100%;
		justify-content: space-between;
	}

	#moa_book-detail .moa_book-detail-contents .moa_book-control a {
		margin: 0;
	}

	#moa_book-detail .moa_book-detail-contents .moa_book-control a img {
		width: 25px;
		height: 25px;
	}

	#moa_book-detail .moa_book-detail-contents .moa_book-thumb {
		width: 100%;
		padding: 0;
	}

	#moa_book-detail .moa_book-detail-contents .moa_book-thumb .thumbnail-container img {}

	#moa_book-detail .moa_book-detail-contents .moa_book-text {
		width: 100%;
	}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-category a {}

	#moa_book-detail .moa_book-detail-contents .moa_book-text h3.moa_book-title {}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
	}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta>div {
		padding-right: 10px;
		font-size: 13px;
		margin: 0;
		font-weight: 400;
	}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta>div:after {}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta>div:last-child {}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta>div:last-child:after {}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-meta>div strong {}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-summary {}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-button-group button {}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-button-group button i {}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-button-group button.active i {}

	#moa_book-detail .moa_book-detail-contents .moa_book-text .moa_book-button-group a {}

	#moa_book-detail .moa_book-detail-contents:after {}

	#moa_book-detail .moa_book-button-group {}

	#moa_book-detail .moa_book-button-group>a {}

	#moa_book-detail .cosmosfarm-pdf-viewer .button-wrap button {}

	#moa_book-detail .moa_book-reviews-wrap {
		padding: 10px;
		text-align: center;
	}

	#moa_book-detail .moa_book-reviews-wrap .moa_book-review-total h4,
	#moa_book-detail .moa_book-reviews-wrap .moa_book-review-total>div {
		font-size: 14px !important;
	}

	#moa_book-detail .moa_book-review-point {}

	.moa_book-btl-btn {
		margin-bottom: 20px;
	}

	.popup {
		padding: 5px;
	}

	.popup .close {
		top: 5px;
		right: 5px;
		width: 30px;
		height: 30px;
		font-size: 14px;
	}

	#moa-book-latest .moa-book-swiper {
		width: 100%;
		overflow: visible;
	}

	#moa-book-latest .swiper-button-prev {
		display: none;
	}

	#moa-book-latest .swiper-button-next {
		display: none;
	}
}

#pdf-viewer-container {
	overflow: hidden;
	position: relative;
}