/**
 * @project        N-Brand
 * @author         
 * @description    Sass to Css
 * @build          Tue, Jun 25, 2019 12:34 AM ET
 * @copyright      Copyright (c) 2019, 
 */
 @font-face {
	font-family: "NanumSquare Bold";
	src: url("/dependency/fonts/NanumSquare_acB_subset.woff2") format("woff2"), url("/dependency/fonts/NanumSquare_acB_subset.woff") format("woff"), url("/dependency/fonts/NanumSquare_acB_subset.ttf") format("truetype");
}

@font-face {
	font-family: "NanumSquare Extra Bold";
	src: url("/dependency/fonts/NanumSquare_acEB_subset.woff2") format("woff2"), url("/dependency/fonts/NanumSquare_acEB_subset.woff") format("woff"), url("/dependency/fonts/NanumSquare_acEB_subset.ttf") format("truetype");
}

@font-face {
	font-family: "NanumSquare Regular";
	src: url("/dependency/fonts/NanumSquare_acL_subset.woff2") format("woff2"), url("/dependency/fonts/NanumSquare_acL_subset.woff") format("woff"), url("/dependency/fonts/NanumSquare_acL_subset.ttf") format("truetype");
}

@font-face {
	font-family: "NanumSquare Light";
	src: url("/dependency/fonts/NanumSquare_acR_subset.woff2") format("woff2"), url("/dependency/fonts/NanumSquare_acR_subset.woff") format("woff"), url("/dependency/fonts/NanumSquare_acR_subset.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSansKR Regular";
	src: url("/dependency/fonts/NotoSansKR-Regular.woff2") format("woff2"), url("/dependency/fonts/NotoSansKR-Regular.woff") format("woff"), url("/dependency/fonts/NotoSansKR-Regular.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSansKR Bold";
	src: url("/dependency/fonts/NotoSansKR-Bold.woff2") format("woff2"), url("/dependency/fonts/NotoSansKR-Bold.woff") format("woff"), url("/dependency/fonts/NotoSansKR-Bold.ttf") format("truetype");
}

* {
	word-break: keep-all;
	word-wrap: break-word;
	font-family: "NotoSansKR Regular", "Malgun Gothic", sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, form, fieldset, input, table, tr, th, td, button, textarea, select {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "NotoSansKR Regular", "Malgun Gothic", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #222;
	letter-spacing: 0;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

@media all and (min-width: 1024px) {
	body {
		font-size: 18px;
	}
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: top;
}

hr {
	display: none;
}

ul, ol, dl, dt, dd, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

table, th, td {
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
}

caption {
	padding: 0;
}

fieldset, blockquote, iframe, button {
	border: none;
}

em, u, cite {
	font-style: normal;
}

a {
	color: #222;
	text-decoration: none;
}

a:hover, a:focus {
	color: #222;
	text-decoration: none;
}

input {
	font-family: "NotoSansKR Regular", "Malgun Gothic", sans-serif;
}

label {
	font-weight: normal;
	margin: 0;
}

strong {
	font-weight: normal;
}

button {
	background: transparent;
	cursor: pointer;
	vertical-align: middle;
	font-family: "NotoSansKR Regular", "Malgun Gothic", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #222;
	letter-spacing: 0;
	-webkit-text-size-adjust: none;
	outline: none;
}

@media all and (min-width: 721px) {
	button {
		font-size: 18px;
	}
}

@media all and (min-width: 721px) {
	button {
		font-size: 18px;
	}
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
	cursor: pointer;
	-webkit-appearance: none;
}

section, nav, article, aside, header, footer, main {
	display: block;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

::-webkit-input-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}

:-ms-input-placeholder {
	color: #aaa;
}

:-moz-placeholder {
	color: #aaa;
}

::-ms-clear,
::-ms-reveal {
	display: none;
}

input, select, textarea, button {
	border: none;
	font-size: 14px;
}

@media all and (min-width: 721px) {
	input, select, textarea, button {
		font-size: 18px;
	}
}

figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

.text__weight--bold {
	font-family: "NotoSansKR Bold", "Malgun Gothic", sans-serif;
}

.text__weight--nanumBold {
	font-family: "NanumSquare Bold", "Malgun Gothic", sans-serif;
}

.skip {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}

.skip a {
	display: block;
	width: 0;
	height: 0;
	font-size: 0;
}

.skip a:hover,
.skip a:focus,
.skip a:active {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	padding: 9px 0;
	height: 16px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #341d17;
}

.no-js {
	visibility: hidden;
}

html.has-modal {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

html.no-handy .o-tel {
	display: none !important;
}

@media all and (min-width: 721px) {
	html.handy .o-tel {
		display: none;
	}
}

/*@media print {
		!* chrome style *!
		@page {
			!*size: 297mm 419mm;*!
			!*size: 420mm 296mm;*!   !* landscape *!
			size: 445mm 628mm; !* 1.5 ratio *!
			!*size: A4;*!
		}

		!* ie style *!
		.ie11 > body:not(#is-printReady) {
			width: 285mm;
			height: auto;
		}
	}*/
.tol-area {
	position: fixed;
	bottom: 70px;
	width: 100%;
	z-index: 100;
	display: none;
}

@media all and (min-width: 1280px) {
	.tol-area {
		bottom: 130px;
	}
}

.tol-area > div {
	position: relative;
	max-width: 1610px;
	margin: 0 auto;
}

.tol-area .tol_top {
	position: absolute;
	right: 15px;
	display: block;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #555;
	text-align: center;
	font-size: 1px;
	color: transparent;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
	/*@include breakpoint($point:desktop-s) {
				width:80px;
				height:80px;
				&:before, &:after {
					width:4px;
					height:25px;
					top:27px;
				}
				&:before {
					left:30px;
				}
				&:after {
					left:44px;
				}
			}*/
}

.tol-area .tol_top:before, .tol-area .tol_top:after {
	content: '';
	display: block;
	width: 3px;
	height: 16px;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 17px;
}

.tol-area .tol_top:before {
	-webkit-transform: rotate(40deg);
	        transform: rotate(40deg);
	left: 19px;
}

.tol-area .tol_top:after {
	-webkit-transform: rotate(-40deg);
	        transform: rotate(-40deg);
	left: 28px;
}

/*.font-loaded {
		visibility: visible;
	}*/
/* ---------------------------------------------------------------------------------------------------------------------
	Dim
	--------------------------------------------------------------------------------------------------------------------- */
.o-dimed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 102;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: opacity 0ms ease-out;
}

.o-dimed--transition {
	transition-duration: 200ms;
}

.o-dimed.is-active {
	opacity: 1;
}

/* ---------------------------------------------------------------------------------------------------------------------
	Modal
	--------------------------------------------------------------------------------------------------------------------- */
.c-modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background-color: #fff;
	opacity: 0;
	will-change: transform;
	transition: opacity 200ms, height 200ms;
}

@media all and (min-width: 721px) {
	.c-modal {
		top: 50%;
		right: auto;
		left: 50%;
		width: 568px;
		max-height: 80%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		bottom: auto;
	}
}

.c-modal.is-active {
	opacity: 1;
}

.c-modal__wrap {
	position: relative;
	height: 100%;
	padding: 42px 0 0;
}

.c-modal.has-button .c-modal__wrap {
	padding-bottom: 60px;
}

@media all and (min-width: 721px) {
	.c-modal__wrap {
		padding: 60px 0 0;
	}
}

.c-modal__head {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	padding: 0 45px;
	line-height: 42px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	background-color: #f5f5f5;
}

@media all and (min-width: 721px) {
	.c-modal__head {
		height: 60px;
		padding: 0 60px;
		line-height: 61px;
	}
}

.c-modal__title {
	font-size: 19px;
	font-family: "NotoSansKR Bold", "Malgun Gothic", sans-serif;
	line-height: inherit;
}

@media all and (min-width: 721px) {
	.c-modal__title {
		font-size: 22px;
	}
}

[lang="my"] .c-modal__title {
	line-height: inherit;
}

.c-modal__body {
	position: relative;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.c-modal__content {
	min-height: 100%;
	padding: 20px 0;
}

@media all and (min-width: 721px) {
	.c-modal__content {
		padding: 20px;
	}
}

.c-modal__close {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
	line-height: 1;
	color: #fff;
	background: url("/images/icon/icon_close.png") center no-repeat;
	background-size: 30%;
}

@media all and (min-width: 721px) {
	.c-modal__close {
		width: 61px;
		height: 61px;
	}
}

/* common space */
.common-spacing-top--xxxl {
	padding-top: 100px;
}

.common-spacing-bottom--xxxl {
	padding-bottom: 100px;
}

@media all and (min-width: 721px) {
	.common-spacing-top--xxxl {
		padding-top: 150px;
	}
	.common-spacing-bottom--xxxl {
		padding-bottom: 150px;
	}
}

@media all and (min-width: 1280px) {
	.common-spacing-top--xxxl {
		padding-top: 150px;
	}
	.common-spacing-bottom--xxxl {
		padding-bottom: 150px;
	}
}

.common-spacing-top--xxl {
	padding-top: 80px;
}

.common-spacing-bottom--xxl {
	padding-bottom: 80px;
}

@media all and (min-width: 721px) {
	.common-spacing-top--xxl {
		padding-top: 100px;
	}
	.common-spacing-bottom--xxl {
		padding-bottom: 100px;
	}
}

@media all and (min-width: 1280px) {
	.common-spacing-top--xxl {
		padding-top: 100px;
	}
	.common-spacing-bottom--xxl {
		padding-bottom: 100px;
	}
}

.common-spacing-top--xl {
	padding-top: 60px;
}

.common-spacing-bottom--xl {
	padding-bottom: 60px;
}

@media all and (min-width: 721px) {
	.common-spacing-top--xl {
		padding-top: 80px;
	}
	.common-spacing-bottom--xl {
		padding-bottom: 80px;
	}
}

@media all and (min-width: 1280px) {
	.common-spacing-top--xl {
		padding-top: 80px;
	}
	.common-spacing-bottom--xl {
		padding-bottom: 80px;
	}
}

.common-spacing-top--l {
	padding-top: 50px;
}

.common-spacing-bottom--l {
	padding-bottom: 50px;
}

@media all and (min-width: 721px) {
	.common-spacing-top--l {
		padding-top: 60px;
	}
	.common-spacing-bottom--l {
		padding-bottom: 60px;
	}
}

@media all and (min-width: 1280px) {
	.common-spacing-top--l {
		padding-top: 60px;
	}
	.common-spacing-bottom--l {
		padding-bottom: 60px;
	}
}

.common-spacing-top--mm {
	padding-top: 40px;
}

.common-spacing-bottom--mm {
	padding-bottom: 40px;
}

@media all and (min-width: 721px) {
	.common-spacing-top--mm {
		padding-top: 40px;
	}
	.common-spacing-bottom--mm {
		padding-bottom: 40px;
	}
}

@media all and (min-width: 1280px) {
	.common-spacing-top--mm {
		padding-top: 40px;
	}
	.common-spacing-bottom--mm {
		padding-bottom: 40px;
	}
}

.common-spacing-top--m {
	padding-top: 30px;
}

.common-spacing-bottom--m {
	padding-bottom: 30px;
}

@media all and (min-width: 721px) {
	.common-spacing-top--m {
		padding-top: 30px;
	}
	.common-spacing-bottom--m {
		padding-bottom: 30px;
	}
}

@media all and (min-width: 1280px) {
	.common-spacing-top--m {
		padding-top: 30px;
	}
	.common-spacing-bottom--m {
		padding-bottom: 30px;
	}
}

.common-spacing-top--ss {
	padding-top: 20px;
}

.common-spacing-bottom--ss {
	padding-bottom: 20px;
}

@media all and (min-width: 721px) {
	.common-spacing-top--ss {
		padding-top: 20px;
	}
	.common-spacing-bottom--ss {
		padding-bottom: 20px;
	}
}

@media all and (min-width: 1280px) {
	.common-spacing-top--ss {
		padding-top: 20px;
	}
	.common-spacing-bottom--ss {
		padding-bottom: 20px;
	}
}

.common-spacing-top--s {
	padding-top: 10px;
}

.common-spacing-bottom--s {
	padding-bottom: 10px;
}

@media all and (min-width: 721px) {
	.common-spacing-top--s {
		padding-top: 10px;
	}
	.common-spacing-bottom--s {
		padding-bottom: 10px;
	}
}

@media all and (min-width: 1280px) {
	.common-spacing-top--s {
		padding-top: 10px;
	}
	.common-spacing-bottom--s {
		padding-bottom: 10px;
	}
}

@media (max-width: 720px) {
	.gutter--mobile--left {
		padding-left: 15px;
	}
	.gutter--mobile--right {
		padding-right: 15px;
	}
}

@media (min-width: 721px) and (max-width: 1279px) {
	.gutter--tablet--left {
		padding-left: 15px;
	}
	.gutter--tablet--right {
		padding-right: 15px;
	}
}

@media (min-width: 1280px) {
	.gutter--web--left {
		padding-left: 15px;
	}
	.gutter--web--right {
		padding-right: 15px;
	}
}

/* text size */
.common-text--txxl {
	font-size: 40px;
	line-height: 1.3;
}

@media all and (min-width: 721px) {
	.common-text--txxl {
		font-size: 50px;
		line-height: 1.4;
	}
}

@media all and (min-width: 1280px) {
	.common-text--txxl {
		font-size: 50px;
		line-height: 1.4;
	}
}

.common-text--txl {
	font-size: 30px;
	line-height: 1.4;
}

@media all and (min-width: 721px) {
	.common-text--txl {
		font-size: 40px;
		line-height: 1.3;
	}
}

@media all and (min-width: 1280px) {
	.common-text--txl {
		font-size: 40px;
		line-height: 1.3;
	}
}

.common-text--tl {
	font-size: 30px;
	line-height: 1.4;
}

@media all and (min-width: 721px) {
	.common-text--tl {
		font-size: 30px;
		line-height: 1.4;
	}
}

@media all and (min-width: 1280px) {
	.common-text--tl {
		font-size: 30px;
		line-height: 1.4;
	}
}

.common-text--tm_1 {
	font-size: 26px;
	line-height: 1.5;
}

@media all and (min-width: 721px) {
	.common-text--tm_1 {
		font-size: 26px;
		line-height: 1.5;
	}
}

@media all and (min-width: 1280px) {
	.common-text--tm_1 {
		font-size: 26px;
		line-height: 1.5;
	}
}

.common-text--tm_2 {
	font-size: 18px;
	line-height: 1.7;
}

@media all and (min-width: 721px) {
	.common-text--tm_2 {
		font-size: 22px;
		line-height: 1.6;
	}
}

@media all and (min-width: 1280px) {
	.common-text--tm_2 {
		font-size: 22px;
		line-height: 1.6;
	}
}

.common-text--ts_1 {
	font-size: 14px;
	line-height: 1.7;
}

@media all and (min-width: 721px) {
	.common-text--ts_1 {
		font-size: 18px;
		line-height: 1.7;
	}
}

@media all and (min-width: 1280px) {
	.common-text--ts_1 {
		font-size: 18px;
		line-height: 1.7;
	}
}

.common-text--ts_2 {
	font-size: 14px;
	line-height: 1.7;
}

@media all and (min-width: 721px) {
	.common-text--ts_2 {
		font-size: 16px;
		line-height: 1.7;
	}
}

@media all and (min-width: 1280px) {
	.common-text--ts_2 {
		font-size: 16px;
		line-height: 1.7;
	}
}

.common-text--bold {
	font-family: "NotoSansKR Bold", "Malgun Gothic", sans-serif;
}

/* box align */
.float--left {
	float: left;
}

.float--right {
	float: right;
}

.float--clear {
	clear: both;
}

/* text align */
.text-align--left {
	text-align: left;
}

.text-align--right {
	text-align: right;
}

.text-align--center {
	text-align: center;
}

.text--point-color--1 {
	color: #e63312;
}

/* IR */
.screen--out {
	overflow: hidden;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 1px;
	height: 1px;
	font-size: 1px;
}

span.mblock {
	display: block;
}

@media all and (min-width: 1024px) {
	span.mblock {
		display: inline-block;
	}
}

span.pcblock {
	display: inline;
}

@media all and (min-width: 1024px) {
	span.pcblock {
		display: block;
	}
}

span.block {
	display: block;
}

sup {
	font-family: inherit;
	font-weight: inherit;
}

/* float clear */
.clearfix:after {
	clear: both;
	display: block;
	content: "";
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	min-height: 1px;
}

/* position align */
.pos--static {
	position: static;
}

.pos--relative {
	position: relative;
}

.pos--absolute {
	position: absolute;
}

.pos--fixed {
	position: fixed;
}

.book__list {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 20px 0;
}

@media all and (min-width: 720px) {
	.book__list {
		padding: 4.2% 3.4%;
		overflow: hidden;
		border: 1px solid #e0e0e0;
	}
}

.book__list li {
	width: 100%;
	vertical-align: top;
}

@media all and (min-width: 720px) {
	.book__list li {
		width: 16.6%;
	}
}

.book__list li:nth-child(n+4) .label {
	background-color: #222;
}

.book__list figure {
	width: 105px;
	overflow: hidden;
}

@media all and (min-width: 720px) {
	.book__list figure {
		width: 100%;
	}
}

.book__list .label {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 6px;
	background-color: #0fb478;
	color: #fff;
	font-size: 12px;
}

@media all and (min-width: 1024px) {
	.book__list .label {
		font-size: 16px;
		padding: 2px 8px;
	}
}

.book__list figcaption .tit {
	display: block;
	font-size: 13px;
	margin-top: 8px;
	overflow: hidden;
	display: -webkit-box;
	max-height: 2.4em;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media all and (min-width: 720px) {
	.book__list figcaption .tit {
		-webkit-line-clamp: 1;
		max-height: 1.2em;
	}
}

@media all and (min-width: 1024px) {
	.book__list figcaption .tit {
		font-size: 16px;
		margin-top: 16px;
	}
}

.book__list figcaption .desc {
	display: block;
	font-size: 12px;
	margin-top: 8px;
	color: #777;
}

@media all and (min-width: 1024px) {
	.book__list figcaption .desc {
		font-size: 16px;
		margin-top: 8px;
	}
}

.book__list figcaption .date {
	display: block;
	font-size: 11px;
	margin-top: 12px;
	color: #9a9a9a;
}

@media all and (min-width: 1024px) {
	.book__list figcaption .date {
		font-size: 14px;
		margin-top: 16px;
	}
}

.book__list figcaption .count {
	display: block;
	color: #9a9a9a;
	font-size: 12px;
	margin-top: 30px;
	padding-left: 20px;
	background: url(/images/details/heart_on.png) no-repeat;
	background-size: 15px;
	background-position: left bottom;
}

@media all and (min-width: 720px) {
	.book__list figcaption .count {
		margin-top: 20px;
	}
}

@media all and (min-width: 1024px) {
	.book__list figcaption .count {
		font-size: 14px;
	}
}

.book__list figcaption [data-count="0"] {
	background: url(/images/details/heart_off.png) no-repeat;
	background-size: 15px;
	background-position: left bottom;
}

.book__list .thumb {
	position: relative;
	height: 148px;
	overflow: hidden;
}

@media all and (min-width: 720px) {
	.book__list .thumb {
		height: auto;
	}
	.book__list .thumb:before {
		content: '';
		display: block;
		padding-top: 133.33%;
	}
}

.book__list .thumb__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border: 1px solid #e0e0e0;
}

.book__list .thumb img {
	width: 100%;
}

.book__list .list-horizontal {
	display: table;
	white-space: nowrap;
	font-size: 0;
}

@media all and (min-width: 720px) {
	.book__list .list-horizontal {
		display: block;
		white-space: inherit;
	}
}

.book__list .list-horizontal > li {
	display: inline-block;
	width: auto;
}

@media all and (min-width: 720px) {
	.book__list .list-horizontal > li {
		width: 15%;
	}
}

.book__list .list-horizontal > li + li {
	margin-left: 10px;
}

@media all and (min-width: 720px) {
	.book__list .list-horizontal > li + li {
		margin-left: 2%;
	}
}

.book__list .list-vertical {
	display: block;
	font-size: 0;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical {
		display: block;
		white-space: inherit;
	}
}

.book__list .list-vertical > li {
	float: left;
	width: 100%;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical > li {
		width: 15%;
	}
}

.book__list .list-vertical > li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical > li + li {
		margin-top: 0;
		padding-top: 0;
		border: 0;
		margin-left: 2%;
	}
}

@media all and (min-width: 720px) {
	.book__list .list-vertical > li:nth-child(6n + 1) {
		margin-left: 0%;
	}
}

.book__list .list-vertical > li:nth-child(n + 7) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e0e0e0;
}

.book__list .list-vertical > li figure {
	display: table;
	width: 100%;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical > li figure {
		display: block;
	}
}

.book__list .list-vertical > li figure .thumb {
	display: table-cell;
	width: 26%;
	height: auto;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical > li figure .thumb {
		display: block;
		width: 100%;
	}
}

.book__list .list-vertical > li figure .thumb__img {
	position: relative;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical > li figure .thumb__img {
		position: absolute;
	}
}

.book__list .list-vertical > li figure figcaption {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical > li figure figcaption {
		display: block;
		padding: 0;
	}
}

.book__list .list-vertical--type2 {
	display: block;
	font-size: 0;
}

.book__list .list-vertical--type2 > li {
	float: left;
	width: 100%;
}

.book__list .list-vertical--type2 > li + li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}

.book__list .list-vertical--type2 > li figure {
	display: table;
	width: 100%;
}

.book__list .list-vertical--type2 > li figure .thumb {
	display: table-cell;
	width: 26%;
	height: auto;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical--type2 > li figure .thumb {
		width: 150px;
	}
}

.book__list .list-vertical--type2 > li figure .thumb__img {
	position: relative;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical--type2 > li figure .thumb__img {
		position: absolute;
	}
}

.book__list .list-vertical--type2 > li figure figcaption {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}

.book__list .list-vertical--type2 > li figure figcaption.resize {
	position: relative;
	padding: 20px 50px 0 20px;
	vertical-align: top;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical--type2 > li figure figcaption.resize {
		padding: 0 20px;
		vertical-align: middle;
	}
}

.book__list .list-vertical--type2 > li figure figcaption .tit {
	font-family: "NotoSansKR Bold", "Malgun Gothic", sans-serif;
	max-height: 1.2em;
	-webkit-line-clamp: 1;
	margin-top: 0;
}

.book__list .list-vertical--type2 > li figure figcaption .desc {
	position: relative;
}

.book__list .list-vertical--type2 > li figure figcaption .desc.arrow:after {
	content: '';
	display: block;
	position: absolute;
	right: -27px;
	top: -22px;
	width: 15px;
	height: 15px;
	background: url(/images/icon/icon_right.png) no-repeat;
	background-size: 50%;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical--type2 > li figure figcaption .desc:after {
		display: none;
	}
}

.book__list .list-vertical--type2 > li figure figcaption .count {
	margin-top: 20px;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical--type2 > li figure figcaption .count {
		margin-top: 30px;
	}
}

.book__list .list-vertical--type2 > li .details {
	display: none;
	font-size: 13px;
}

@media all and (min-width: 720px) {
	.book__list .list-vertical--type2 > li .details {
		display: inline-block;
		margin-top: 20px;
		padding-right: 20px;
		background: url(/images/icon/icon_right.png) center right no-repeat;
		background-size: 8%;
	}
}

@media all and (min-width: 1024px) {
	.book__list .list-vertical--type2 > li .details {
		font-size: 16px;
		margin-top: 40px;
	}
}

.book__list .star-wrap {
	display: block;
	margin-top: 12px;
}

@media all and (min-width: 720px) {
	.book__list .star-wrap {
		margin-top: 15px;
	}
}

.book__list [data-btn="recommend"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	font-size: 13px;
	color: #fff;
	background-color: #222;
	margin-top: 16px;
	border-radius: 5px;
}

@media all and (min-width: 720px) {
	.book__list [data-btn="recommend"] {
		position: static;
		margin-top: 20px;
	}
}

@media all and (min-width: 1024px) {
	.book__list [data-btn="recommend"] {
		padding: 8px 20px;
		font-size: 14px;
		margin-top: 40px;
	}
}

.section-tit {
	position: relative;
	margin-top: 40px;
	padding-bottom: 0;
}

@media all and (min-width: 720px) {
	.section-tit {
		padding-left: 0;
		padding-bottom: 20px;
	}
}

@media all and (min-width: 1024px) {
	.section-tit {
		margin-top: 80px;
		padding-bottom: 40px;
	}
}

.section-tit__type--B {
	position: relative;
	padding-top: 40px;
	margin-bottom: 30px;
}

@media all and (min-width: 720px) {
	.section-tit__type--B {
		margin-bottom: 0;
	}
}

@media all and (min-width: 1024px) {
	.section-tit__type--B {
		position: static;
		padding-top: 0;
		margin-bottom: 0;
	}
}

.section-tit__type--B h2 {
	text-align: center;
}

@media all and (min-width: 1024px) {
	.section-tit__type--B h2 {
		padding-top: 80px;
	}
}

.section-tit__type--B h2 span {
	color: #cbcbcb;
}

@media all and (min-width: 1024px) {
	.section-tit__type--B h2 span {
		display: none;
	}
}

.section-tit__type--B h2 em {
	font-family: "NanumSquare Bold", "Malgun Gothic", sans-serif;
	position: relative;
	display: inline-block;
	background: url(/images/main/star.png) center top no-repeat;
	background-size: 80%;
	padding-top: 30px;
}

@media all and (min-width: 1024px) {
	.section-tit__type--B h2 em {
		padding-top: 40px;
		background-size: 46%;
	}
	.section-tit__type--B h2 em:before {
		content: '';
		display: block;
		position: absolute;
		left: -30px;
		top: 38px;
		width: 22px;
		height: 19px;
		background: url("/images/main/quotation_1.png") no-repeat;
	}
	.section-tit__type--B h2 em:after {
		content: '';
		display: block;
		position: absolute;
		right: -30px;
		top: 38px;
		width: 22px;
		height: 19px;
		background: url("/images/main/quotation_2.png") no-repeat;
	}
}

.section-tit__type--B h2 + a {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

@media all and (min-width: 1024px) {
	.section-tit__type--B h2 + a {
		bottom: 20px;
	}
}

.section-tit__type--C {
	text-align: center;
}

.section-tit__type--C strong {
	display: block !important;
	padding-top: 6px;
	font-size: 13px;
}

@media all and (min-width: 1024px) {
	.section-tit__type--C strong {
		font-size: 18px;
	}
}

.section-tit h2 {
	font-family: "NanumSquare Bold", "Malgun Gothic", sans-serif;
	font-size: 19px;
}

@media all and (min-width: 1024px) {
	.section-tit h2 {
		font-size: 38px;
	}
}

.section-tit strong {
	display: none;
}

@media all and (min-width: 1024px) {
	.section-tit strong {
		display: block;
		font-size: 18px;
		padding-top: 15px;
	}
}

.section-tit a {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 25px;
	height: 25px;
	font-size: 16px;
	color: #fff;
}

@media all and (min-width: 1024px) {
	.section-tit a {
		top: auto;
		bottom: 20px;
		width: 140px;
		height: 40px;
	}
}

.section-tit a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 13px;
	height: 2px;
	background-color: #fff;
}

@media all and (min-width: 1024px) {
	.section-tit a:before {
		left: 112px;
	}
}

.section-tit a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 2px;
	height: 13px;
	background-color: #fff;
}

@media all and (min-width: 1024px) {
	.section-tit a:after {
		left: 112px;
	}
}

.section-tit a.type--black {
	background-color: #000;
}

.section-tit a.type--white {
	background-color: #fff;
	border: 1px solid #555;
}

.section-tit a.type--white:before {
	background-color: #555;
}

.section-tit a.type--white:after {
	background-color: #555;
}

@media all and (min-width: 1024px) {
	.section-tit a.type--white {
		background-color: #000;
		border: 0;
	}
	.section-tit a.type--white:before {
		background-color: #fff;
	}
	.section-tit a.type--white:after {
		background-color: #fff;
	}
}

.section-tit a span {
	display: none;
}

@media all and (min-width: 1024px) {
	.section-tit a span {
		display: block;
		padding-left: 20px;
		line-height: 40px;
	}
}

.star-wrap {
	position: relative;
}

.star-wrap .star-rating {
	position: relative;
	display: inline-block;
	width: 116px;
	height: 17px;
	background: url("/images/details/m_s_starRating_off.png") no-repeat;
}

.star-wrap .star-rating:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("/images/details/m_s_starRating_on.png") no-repeat;
}

@media all and (min-width: 1024px) {
	.star-wrap .star-rating {
		width: 125px;
		height: 21px;
		background: url("/images/details/starRating_off.png") no-repeat;
	}
	.star-wrap .star-rating:before {
		background: url("/images/details/starRating_on.png") no-repeat;
	}
}

.star-wrap .star-rating[data-star-rating="1"]:before {
	width: 10%;
}

.star-wrap .star-rating[data-star-rating="2"]:before {
	width: 20%;
}

.star-wrap .star-rating[data-star-rating="3"]:before {
	width: 30%;
}

.star-wrap .star-rating[data-star-rating="4"]:before {
	width: 40%;
}

.star-wrap .star-rating[data-star-rating="5"]:before {
	width: 50%;
}

.star-wrap .star-rating[data-star-rating="6"]:before {
	width: 60%;
}

.star-wrap .star-rating[data-star-rating="7"]:before {
	width: 70%;
}

.star-wrap .star-rating[data-star-rating="8"]:before {
	width: 80%;
}

.star-wrap .star-rating[data-star-rating="9"]:before {
	width: 90%;
}

.star-wrap .star-rating[data-star-rating="10"]:before {
	width: 100%;
}

.star-wrap .star-rating[data-star-rating="0"]:before {
	width: 0;
}

.star-wrap .star-rating button {
	position: relative;
	float: left;
	width: 10%;
	height: 16px;
}

@media all and (min-width: 1024px) {
	.star-wrap .star-rating button {
		height: 21px;
	}
}

.star-wrap[data-type="number"] {
	padding-left: 26px;
}

@media all and (min-width: 1024px) {
	.star-wrap[data-type="number"] {
		padding-left: 32px;
	}
}

.star-wrap[data-type="number"] .star-rating {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 23.2px;
	height: 17px;
}

@media all and (min-width: 1024px) {
	.star-wrap[data-type="number"] .star-rating {
		width: 25px;
		height: 21px;
	}
}

.star-wrap[data-type="number"] span {
	font-family: "NotoSansKR Bold", "Malgun Gothic", sans-serif;
	color: #555;
	font-size: 12px;
}

@media all and (min-width: 1024px) {
	.star-wrap[data-type="number"] span {
		font-size: 20px;
	}
}

.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 30px;
}

@media all and (min-width: 1024px) {
	.pagination {
		padding-top: 60px;
	}
}

.pagination a {
	display: inline-block;
	position: relative;
	color: #555;
	border: 1px solid #dfdfdf;
	text-align: center;
	vertical-align: top;
	width: 34px;
	line-height: 32px;
	font-size: 14px;
}

@media all and (min-width: 1024px) {
	.pagination a:hover {
		color: #fff;
		background-color: #222;
		border: 1px solid #222;
	}
}

.pagination a.prev, .pagination a.next {
	height: 34px;
	position: relative;
}

.pagination a.prev:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 10px solid #222;
	border-bottom: 5px solid transparent;
}

@media all and (min-width: 1024px) {
	.pagination a.prev:hover:after {
		border-right: 10px solid #fff;
	}
}

.pagination a.next:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #222;
	border-bottom: 5px solid transparent;
}

@media all and (min-width: 1024px) {
	.pagination a.next:hover:after {
		border-left: 10px solid #fff;
	}
}

.pagination a + a {
	margin-left: 10px;
}

.pagination a.is-active {
	color: #fff;
	background-color: #222 !important;
}

@media all and (min-width: 1024px) {
	.pagination a.is-active {
		border: 1px solid #222;
	}
}

.mypage__nav {
	border-bottom: 1px solid #e0e0e0;
}

.mypage__tab {
	display: table;
	width: 100%;
	table-layout: fixed;
}

@media all and (min-width: 1024px) {
	.mypage__tab {
		max-width: 1280px;
		padding: 0 40px;
		margin: 0 auto;
	}
}

.mypage__tab li {
	display: table-cell;
	vertical-align: middle;
}

.mypage__tab li.is-active span {
	font-family: "NotoSansKR Bold", "Malgun Gothic", sans-serif;
	color: #222;
}

.mypage__tab li.is-active span:after {
	width: 100%;
}

@media all and (min-width: 1024px) {
	.mypage__tab li + li a:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 20px;
		width: 1px;
		height: 30px;
		background-color: #e0e0e0;
	}
}

.mypage__tab a {
	position: relative;
	display: block;
	text-align: center;
}

@media all and (min-width: 1024px) {
	.mypage__tab a:hover span:after {
		width: 100%;
	}
}

.mypage__tab span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #555;
	padding: 12px 0;
}

@media all and (min-width: 1024px) {
	.mypage__tab span {
		font-size: 18px;
		padding: 24px 40px;
	}
}

.mypage__tab span:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 2.5px;
	background-color: #0fb478;
	transition: width 0.3s ease-in-out;
}

@media all and (min-width: 1024px) {
	.mypage__tab span:after {
		height: 5px;
	}
}

[data-character-view]:before {
	content: '';
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
}

[data-character-view="character01"]:before {
	background: #fff url("/images/recommend/01.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character02"]:before {
	background: #fff url("/images/recommend/02.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character03"]:before {
	background: #fff url("/images/recommend/03.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character04"]:before {
	background: #fff url("/images/recommend/04.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character05"]:before {
	background: #fff url("/images/recommend/05.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character06"]:before {
	background: #fff url("/images/recommend/06.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character07"]:before {
	background: #fff url("/images/recommend/07.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character08"]:before {
	background: #fff url("/images/recommend/08.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character09"]:before {
	background: #fff url("/images/recommend/09.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character10"]:before {
	background: #fff url("/images/recommend/10.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character11"]:before {
	background: #fff url("/images/recommend/11.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character12"]:before {
	background: #fff url("/images/recommend/12.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character13"]:before {
	background: #fff url("/images/recommend/13.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character14"]:before {
	background: #fff url("/images/recommend/14.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character15"]:before {
	background: #fff url("/images/recommend/15.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character16"]:before {
	background: #fff url("/images/recommend/16.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character17"]:before {
	background: #fff url("/images/recommend/17.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character18"]:before {
	background: #fff url("/images/recommend/18.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character19"]:before {
	background: #fff url("/images/recommend/19.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character20"]:before {
	background: #fff url("/images/recommend/20.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character21"]:before {
	background: #fff url("/images/recommend/21.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character22"]:before {
	background: #fff url("/images/recommend/22.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character23"]:before {
	background: #fff url("/images/recommend/23.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character24"]:before {
	background: #fff url("/images/recommend/24.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character25"]:before {
	background: #fff url("/images/recommend/25.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character26"]:before {
	background: #fff url("/images/recommend/26.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character27"]:before {
	background: #fff url("/images/recommend/27.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character28"]:before {
	background: #fff url("/images/recommend/28.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character29"]:before {
	background: #fff url("/images/recommend/29.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character30"]:before {
	background: #fff url("/images/recommend/30.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character31"]:before {
	background: #fff url("/images/recommend/31.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character32"]:before {
	background: #fff url("/images/recommend/32.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character33"]:before {
	background: #fff url("/images/recommend/33.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character34"]:before {
	background: #fff url("/images/recommend/34.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character35"]:before {
	background: #fff url("/images/recommend/35.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character36"]:before {
	background: #fff url("/images/recommend/36.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character37"]:before {
	background: #fff url("/images/recommend/37.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character38"]:before {
	background: #fff url("/images/recommend/38.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character39"]:before {
	background: #fff url("/images/recommend/39.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character40"]:before {
	background: #fff url("/images/recommend/40.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character41"]:before {
	background: #fff url("/images/recommend/41.png") no-repeat;
	background-size: 100%;
}

[data-character-view="character42"]:before {
	background: #fff url("/images/recommend/42.png") no-repeat;
	background-size: 100%;
}
