@charset "utf-8";

.dok_book_wrap {
	width: 100%;
	position: relative;
	font-family: 'noto3';
	padding-top: 50px;
}

.book-store {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 80px;
	font-family: 'noto3';
	font-weight: 300;
}
.book-store label {
	cursor: pointer;
}

.book-store button:focus {
	outline: none;
}
.book-store .book-list-wrap {
	width: 100%;
}

.book-store .book-list-wrap ul {
	display: inline-block;
}
/*도서 리스트*/
.book-store .book-list {
	color: #000;
	border-top: 1px solid #ccc;
	margin-bottom: 100px;
	width: 100%;
}
.book-store .book-list .book-item:first-child {
}
.book-store .book-list li.book-item {
	position: relative;
	float: left;
	width: 24.5%;
	height: 370px;
	box-sizing: border-box;
	padding: 20px 5px;
}

.book-store .book-list li.book-item {
	margin-right: 5px;
}

.book-store .book-list li.book-item:hover {
	background: #f1f1f1;
}

.book-store .book-list li.book-item:last-child {
	margin-right: 0;
}

.book-store .book-list .book-item:after {
	content: '';
	display: table;
	clear: both;
}
.book-store .book-list .book-item .book-img,
.book-store .book-list .book-item .book-info {
	display: block;
	text-align: center;
}
.book-store .book-list .book-item .book-img {
	width: 100%;
	text-align: center;
}

.book-store .book-list .book-item .book-img img {
	width: 126px;
	margin-bottom: 40px;
}

.book-store .book-list .book-item .book-info {
	position: relative;
}

.book-store .book-list .book-item .book-name {
	margin: 10px 0;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.2px;
	font-family: 'noto4';
}
.book-store .book-list .book-item .book-name input {
	display: none;
}
.book-store .book-list .book-item .book-name label {
	position: relative;
	display: block;
}
.book-store .book-list .book-item .book-name label:before {
	content: '';
	display: block;
	position: absolute;
	left: 9px;
	top: 9px;
	height: 25px;
	width: 25px;
	border: 1px solid #cccccc;
	/*border:1px solid #333*/
}
.book-store .book-list .book-item .book-name label:hover:before {
	border: 1px solid #000000;
	-webkit-transition: background 0.1s;
	transition: background 0.1s;
}
.book-store .book-list .book-item .book-name label:after {
	content: '';
	display: block;
	position: absolute;
	left: 9px;
	top: 9px;
	width: 25px;
	height: 25px;
}

.book-store .book-list .book-item .book-name input:checked + label:before {
	background: url('/_skin/tpl_skin/basic_dok2/renew_img/book/icon_check.png') no-repeat center;
	border: 1px solid #000000;
}

.book-store .book-list .book-item .book-info .book-price {
	margin-bottom: 10px;
	text-align: center;
}
.book-store .book-list .book-item .book-info .book-price:after {
	content: '';
	display: table;
	clear: both;
}
.book-store .book-list .book-item .book-info .book-price li {
	letter-spacing: 0;
	font-size: 14.5px;
	line-height: 22px;
	display: inline-block;
}

.book-store .book-list .book-item .book-info .book-price li:last-child {
	margin: 10px auto;
}

.book-store .book-list .book-item .book-info .book-price li h3 {
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	width: 250px;
	overflow: hidden;
	margin: 0 auto;
	font-family: 'noto2';
}

.book-store .book-list .book-item .book-info .book-price span.b-price span {
	text-decoration: line-through;
	font-size: 13px;
	font-family: 'noto3';
}
.book-store .book-list .book-item .book-info .book-price span.c-price {
	color: #df0000;
	padding-left: 10px;
	font-family: 'noto3';
}
.book-store .book-list .book-item .book-info .book-btn-secton {
	position: absolute;
	bottom: -31px;
}
.book-store .book-list .book-item .book-info .book-btn-secton:after {
	content: '';
	display: table;
	clear: both;
}
.book-store .book-list .book-item .book-info .btn-view,
.book-store .book-list .book-item .book-info .btn-detail {
	display: block;
	float: left;
	width: 85px;
	height: 27px;
	margin-right: 2px;
	line-height: 27px;
	font-size: 14px;
	font-family: 'noto4';
	font-weight: 300;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.book-store .book-list .book-item .book-info .btn-view {
	background: #f34141;
	margin-right: 13px;
	margin-left: 35px;
}
.book-store .book-list .book-item .book-info a.btn-view:hover,
.book-store .book-list .book-item .book-info a.btn-view:active,
.book-store .book-list .book-item .book-info a.btn-view:focus,
.book-store .book-list .book-item .book-info a.btn-detail:hover,
.book-store .book-list .book-item .book-info a.btn-detail:active {
	text-decoration: underline;
}
.book-store .book-list .book-item .book-info .btn-view.no-book {
	background: #888;
	cursor: default;
	text-decoration: none;
}
.book-store .book-list .book-item .book-info a.btn-view.no-book:hover,
.book-store .book-list .book-item .book-info a.btn-view.no-book:active,
.book-store .book-list .book-item .book-info a.btn-view.no-book:focus {
	text-decoration: none !important;
}
.book-store .book-list .book-item .book-info .btn-detail {
	background: #323232;
}
.book-store .book-list .book-item .book-info .book-text {
	padding-top: 15px;
	padding-right: 15px;
	height: 84px;
	overflow: auto;
	font-size: 14px;
	line-height: 20px;
	cursor: default;
}
/*도서 계산기*/

/*도서 계산기*/
.book-calc {
	font-family: 'noto4', sans-serif;
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	bottom: 0px;
	height: 100px;
	/* font-family: 'noto3'; */
	font-weight: 300;
	z-index: 99;
	/* 	width:1100px; */
	background: #424d55;
	color: #ffffff;
	padding: 29px 0;
	box-sizing: border-box;
}
.book-calc .calc-menu {
	width: 940px;
	margin: 0 auto;
}

.book-calc .calc-menu .cm-count,
.book-calc .calc-menu .cm-view-btn,
.book-calc .calc-menu .price {
	display: block;
}
.book-calc .calc-menu .cm-count {
	/*장바구니 있을때*/
	/*padding: 8px 20px;*/
	width: 200px;
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 100 !important;
	text-align: left;
}
.book-calc .calc-menu .cm-view-btn {
	margin-left: 86px;
	width: 140px;
	font-size: 18px;
	text-align: center;
	font-family: 'noto3', sans-serif;
	height: 45px;
	color: #fff;
	background: #70818d;
	border-radius: 6px;
	border: none;
	display: block;
	font-weight: 100;
	line-height: 41px;
	position: relative;
	float: left;
}
.book-calc .calc-menu .price {
	/*장바구니 있을때*/
	/*padding:10px 20px;*/
	width: 200px;
	float: left;
	margin-bottom: 20px;
	margin-left: 130px;
}
.book-calc .calc-menu .price .price-title {
	letter-spacing: 0.8px;
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
}
.book-calc .calc-menu .price .c-price {
	font-size: 18px;
	color: #efffb0;
	margin-bottom: 10px;
	font-weight: 100 !important;
}
.book-calc .calc-menu .price .c-price span {
	font-family: 'noto4';
	font-weight: 600;
}

.book-calc .calc-menu .c-price {
	margin-top: 8px;
}
.book-calc .calc-menu .cm-buy-btn {
	width: 170px;
	font-size: 18px;
	text-align: center;
	font-family: 'noto3', sans-serif;
	height: 45px;
	color: #fff;
	margin-left: 10px;
	background: #f14f4f;
	border-radius: 6px;
	display: block;
	font-weight: 100;
	line-height: 41px;
	position: relative;
	float: left;
}

.book-calc .calc-menu .cm-top-btn {
	display: none;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	font-family: 'noto3';
	font-weight: 300;
}
.book-calc .calc-con {
	position: absolute;
	overflow: hidden;
	width: 982px;
	height: 0;
	left: 24%;
	bottom: 100px;
	z-index: 5;
	background: #424c55;
	transition: width 0.5s;
}
.book-calc .calc-con.active {
	transition: width 0.5s;
}
.book-calc .calc-con .calc-con-inner {
	position: relative;
	height: 260px;
	padding: 10px 13px 0px 5px;
	background: #505d66;
	margin: 0 auto;
	box-sizing: border-box;
}
.book-calc .calc-con .cc-title {
	font-size: 18px;
	line-height: 20px;
	padding: 15px 0 0 27px;
	box-sizing: border-box;
	background: #424c55;
	color: #f0ffbc;
	font-family: 'noto4';

	height: 53px;
	text-align: left;
}
.book-calc .cc-title .cc-close-btn {
	position: absolute;
	top: 4px;
	right: 15px;
	width: 30px;
	height: 30px;
}
.book-calc .cc-title .cc-close-btn:after {
	content: '\2573';
	position: absolute;
	display: block;
	top: 10px;
	width: 22px;
	height: 20px;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	overflow: hidden;
	border: 1px solid #ffffff;
}
.book-calc .calc-con .cc-list {
	height: 190px;
	padding: 3px 41px 20px;
	overflow: auto;
}
.book-calc .calc-con .cc-list .cc-item {
	font-size: 15px;
	font-family: 'noto3';
	font-weight: 300;
	padding: 15px 10px;
	border-bottom: 1px solid #848f95;
}
.book-calc .calc-con .cc-list .cc-item:after {
	content: '';
	display: table;
	clear: both;
}
.book-calc .calc-con .cc-list .book-name,
.book-calc .calc-con .cc-list .book-price,
.book-calc .calc-con .cc-list .detail-clear {
	display: block;
	line-height: 25px;
}
.book-calc .calc-con .cc-list .book-name {
	float: left;
	margin-left: 21px;
	width: 530px;
	text-align: left;
	color: #d8deeb;
}
.book-calc .calc-con .cc-list .book-price {
	float: left;
	width: 120px;
	margin-left: 20px;
	font-family: 'noto4';
	font-weight: 600px;
	color: #d8deeb;
}
.book-calc .calc-con .cc-list .detail-clear {
	float: right;
	width: 80px;
	font-family: 'noto3';
	font-weight: 300;
	border: 1px solid #ffffff;
	color: #ffffff;
}

.book-calc .calc-con .cc-footer:after {
	content: '';
	display: table;
	clear: both;
}
.book-calc .calc-con .cc-footer {
	position: absolute;
	right: 30px;
	bottom: 20px;
	color: #fff;
	display: table-cell;
}
.book-calc .calc-con .btn-cc-clear,
.book-calc .calc-con .cc-footer p {
	display: block;
	float: right;
	line-height: 25px;
}
.book-calc .calc-con .btn-cc-clear {
	width: 80px;
	height: 25px;
	line-height: 23px;
	margin-left: 20px;
	margin-right: 10px;
	text-align: center;
	color: #f0ffbc;
	border: 1px solid #f0ffbc;
	font-size: 14px;
	font-family: 'noto4';
	font-weight: 300;
}
.book-calc .calc-con .cc-footer p {
	font-size: 15px;
	color: #888f99;
}

#book_price {
	font-size: 14px;
}

.book-calc .calc-con .cart-list-top-title {
	width: 100%;
	padding: 12px 0;
	font-size: 15px;
	border-bottom: 2px solid #848f95;
	margin: 0 auto;
	text-align: left;
	padding-left: 250px;
	box-sizing: border-box;
}
.book-calc .calc-con .cart-list-top-title span {
	padding-left: 305px;
}

.book-calc .calc-con .cc-list li {
}

/* 무료상담 배너 */
#banner_open_fmb {
	display: none !important;
}
