@charset "UTF-8";

.main-btn:hover {
  background: #a0a0a0;
}

.main-banner {
	height: 128px;
	width: 100%;
	position: relative;
}
.banner-top {
	height: 128px;
	background:#fcb95a;
}
.banner-bottom {
	height: 58px;
}
.banner-content {
	position: absolute;
	width: 1164px;
	height: 128px;
	top:0;
	overflow: hidden;
	left:50%;
	margin-left:-582px;
	/* background:url('/art_special/kidsbooks/img/bg01.png') no-repeat; */
}
.content-text {
	position: absolute;
	top:30px;
	left:35px;
	line-height: 1.2;
}
.content-text img {
	vertical-align:top;
	margin-right: 20px;
}
.content-text img:nth-last-of-type(1) {
	margin-top: 17px;
}
.content-text p {
	color:#fff;
	font-size:26px;
}
.content-text h2 {
	font-weight: 300;
	font-size:60px;
	color:#fff;
}

/*
*/
/*	콘텐츠 - 구성	 */
/*
*/
.main-contents1 {
  width: 1164px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
}
.contents-title {
  font-size: 40px;
  color: #555;
  width: 1164px;
  display: inline-block;
  padding-top: 40px;
  background: url('../../img/title_line.png') no-repeat center 72px;
}
.contents-title strong {
  background-color: #fff;
  display: inline-block;
  padding: 0 30px;
}
.contents-subtitle {
	font-size:20px;
	color:#555;
	margin-top: 5px;
}

.select-thema_wrap {
	overflow: hidden;
	margin-top: 50px;
}
.select-thema {
	overflow: hidden;
}
.select-thema li {
	float: left;
	width: 175px;
	height: 160px;
	border-radius:20px;
	text-align: center;
	border:3px solid #d1d1d1;
	margin-right: 25px;
	line-height: 1.2;
	position: relative;
}
.select-thema li.select {
	background:#fff0db;
	border:3px solid #ff9600;
}
.select-thema_name {
	display: block;
	color:#4a4a4a;
	font-size:22px;
	position: absolute;
	bottom:15px;
	left:50%;
	width: 90%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	
}
.select-thema span {
	width: 175px;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	
}
li.select button.cancel {
	width: 20px;
    height: 20px;
    background: url(../../img/profile_close.png) no-repeat 50%;
    display: inline-block;
    top: 10px;
    right: 10px;
    position: absolute;
}

.thema-btn {
	background:url('../../img/kidsbooks/right_arrow.png') no-repeat 290px center #fcb95a;
	font-size:25px;
	color:#fff;
	width: 346px;
	height: 67px;
	line-height: 67px;
	font-weight: 400;
	font-size:28px;
	margin-top:45px;
	text-align: center;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;	
}
.thema-btn:hover {
	background:url('../../img/kidsbooks/right_arrow.png') no-repeat 290px center #a0a0a0;
}

.contents-thema_wrap {
	margin-top: 40px;
}
.contents-thema_wrap li {
	float: left;
	width: 177px;
	height: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
	background:#e7e7e8;
	border-radius:20px;
	position: relative;
}
.contents-thema_wrap li:nth-child(6n) {
	margin-right: 0;
}
.contents-thema_wrap a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.thema-img img {
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.contents-thema_wrap li:hover {
	background:#fdd59c;
}
.contents-thema_wrap li.on {
	background:#fdd59c;
}
.contents-thema_wrap li:hover .thema-text {
	display: block;
}

.thema-text {
	display: none;
	position: absolute;
	width: 230px;
	height: 180px;
	border-radius:20px;
	top:50%;
	left:50%;
	color:#fff;
	padding: 15px 20px;
	z-index:3;
	font-weight: 300;
	font-size:15px;
	line-height: 1.3;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background:rgba(0,0,0,0.7);
}
.thema-text em {
	display: block;
	font-size:23px;
	font-weight: bold;
	margin-bottom: 5px;
	color:#fcb95a;
}
.thema-text span {
	font-size:17px;
	text-align: justify;
}




/*
*/
/*	콘텐츠 - 추천도서	 */
/*
*/

.main-contents2 {
	height: 555px;
	background:#fff0db;
	position: relative;
	margin-bottom: 30px;
}
.main-contents2_bg {
  background: url('../../img/kidsbooks/bg02.png') no-repeat center;
  width: 1164px;
  height: 554px;
  margin: 0 auto;
}
.contents2-title {
  text-align: center;
  font-size: 40px;
  color: #555;
  padding: 40px 0;
}
.contents2-title strong {
  color: #fcb95a;
}
.contents2-subtitle {
  text-align: center;
  margin-bottom: 54px;
  color: #555;
  font-size: 20px;
}
.main-book_info {
  width: 100%;
}
.main-book_info li {
  display: inline-block;
  width: 224px;
  height: 334px;
  margin-right: 85px;
  position: relative;
  border: 1px solid #cdcdcd;
}
.main-book_info li:last-child {
  margin-right: 0;
}
.main-btn {
  position: absolute;
  left: 50%;
  margin-left: -173px;
  bottom: -33.5px;
  z-index: 3;
}

.list-num {
	overflow: hidden;
	margin-top:50px;
	margin-right:64px;
}
.list-num li {
	float: left;
	font-size:18px;
	color:#7a7a7a;
	width: 30px;
	cursor: pointer;
	line-height: 32px;
	text-align: right;
	cursor: pointer;
}
.list-num li span {
	vertical-align: bottom;
	display: inline-block;
	height: 30px;
}
.list-num li:hover {
	font-size:24px;
	color:#222;
	font-weight: bold;
	line-height: 30px;
}
.list-num li.on {
	font-size:24px;
	color:#222;
	font-weight: bold;
	line-height: 30px;
}

.list {
	width: 1038px;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}
.list li {
	float: left;
	width: 121px;
	height: 45px;
	text-align: center;
	border:2px solid #d1d1d1;
	border-radius:45px;
	line-height: 44px;
	font-size:20px;
	color:#868686;
	margin-right: 10px;
	cursor: pointer;
	background-color:#fff;
}
.list li:nth-child(8n) {
	margin-right: 0;
}
.list li:hover {
	background:#fee3bd;
	border:2px solid #ff9600;
	color:#ff9600;
	font-weight: bold;
}
.list li.on {
	background:#fee3bd;
	border:2px solid #ff9600;
	color:#ff9600;
	font-weight: bold;
}
/* .list2, .list3 {
	display: none;
} */
.recommend-list div.page-list {
	display: none;
}

.kids-book_slide_wrap {
	position: relative;
}
.kids-book_slide_list_wrap {
	width: 1038px;
	margin: 0 63px;
	overflow: hidden;
}
.kids-book_slide_list {
	min-width: 1038px;
}
.kids-book_slide {
	width: 1038px;
	margin:0 auto;
	float: left;
}
.kids-book_slide li {
	width: 190px;
	height: 280px;
	margin-right: 20px;
}
.kids-book_slide .book_info-wrap {
	width: 190px;
	height: 220px;
}
/* .kids-book_slide .book-title {
	font-size:22px;
}
 */
.kids-book_slide .thema-icon {
	width: 154px;
	height: 230px;
	margin-right: 40px;
	border:none;
	cursor: default;
}
.kids-book_slide .thema-img {
	width: 154px;
	height: 154px;
	border:2px solid #ff9600;
	background:#fff;
	display: inline-block;
	border-radius:10px;
	box-sizing:border-box;
	position: relative;
}
.kids-book_slide .thema-img img {
	width: 50%;
	height: 50%;
}
.thema-icon em {
	font-size:30px;
	color:#222;
	width: 100%;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
}
.kids-book_slide_prev,.kids-book_slide_next {
	position: absolute;
	top:50%;
	margin-top:-26.5px;
	width: 29px;
	height: 53px;
}
.kids-book_slide_prev {
	left:0;
	background:url('../../img/slide_prev_on.png') no-repeat;
}
.kids-book_slide_next {
	right:0;
	background:url('../../img/slide_next_on.png') no-repeat;
}
.kids-book_slide_prev.disabled,.kids-book_slide_next.disabled{
	display: none;
}


/*
*/
/*	콘텐츠 - 상황별 추천도서	 */
/*
*/

.main-contents3 {
  text-align: center;
  width: 1164px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 45px;
}
.contents-title em {
  color: #fcb95a;
}
.main-worry {
  overflow: hidden;
  width: 1164px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.main-worry li {
	width: 368px;
	height: 385px;
	float: left;
	margin-right: 30px;
}
.main-worry li:last-child {
	margin-right: 0;
}
.worry-card {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
.worry-card img {
	width: 100%;
	margin-bottom: -5px;
}
.worry-situation {
	height: 135px;
	width: 368px;
	display: inline-block;
	background:#e2e2e2;
	padding: 20px;
	text-align: left;
}
.worry-situation strong {
	display: block;
	font-size:23px;
	color:#555;
	font-weight: 700;
}
.worry-situation small {
	font-size:18px;
	color:#555;
	font-weight: 300;
}
.situation-title {
	text-align: left;
	font-size:29px;
	font-weight: bold;
	color:#555;
	margin-bottom: 15px;
}
.situation-title:nth-of-type(1) {
	margin-top: 10px;
}

.today-situation {
	width: 368px;
	margin-right: 30px;
}
.solution_book_wrap {
	width: 766px;
	padding:0 50px;
	position: relative;
}
.solution_book_wrap p {
	font-size:25px;
	font-weight:400;
	color:#555;	
	text-align: left;
	margin:10px 0 32px;
}
.solution_book {
	overflow: hidden;
	width: 678px;
}
.solution_book li {
	float: left;
	width: 206px;
	height: 306px;
	border:1px solid #cdcdcd;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
}
.solution_book a {
	display: inline-block;
	width: 206px;
	height: 306px;
}
.solution_book .book_info-bg {
	left:-206px;
}
.solution_book .book_info-wrap {
	width: 206px;
	height: 246px;
}
.solution_book li:hover .book_info-bg {
	background:rgba(0,0,0,0.7);
	left:0;
}
.solution_book .book-title {
	font-size:22px;
}
.solution_book .book-writer {
	font-size:16px;
}
.solution_book img {
	width: 100%;
}
.solution_book-prev, .solution_book-next {
	width: 29px;
	height: 53px;
	position: absolute;
	top:50%;
}
.solution_book-prev {
	background:url('../../img/slide_prev.png') no-repeat;
	left:0;
}
.solution_book-prev:hover {
	background:url('../../img/slide_prev_on.png') no-repeat;
}
.solution_book-next {
	background:url('../../img/slide_next.png') no-repeat;
	right:0;
}
.solution_book-next:hover {
	background:url('../../img/slide_next_on.png') no-repeat;
}

.worry-title {
	width: 100px;
	height:100px;
	line-height: 1.2;
	text-align: center;
	display: inline-block;
	position: absolute;
	top:20px;
	left:20px;
	background:#fcb95a;
	-webkit-border-radius:60px;
	-moz-border-radius:60px;
	-o-border-radius:60px;
	border-radius:60px;
}
.worry-title span {
	color:#fff;
	font-size:22px;
	width: 100px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
}

/*
*/
/*	콘텐츠 - 인기도서	 */
/*
*/

.main-contents4 {
	position: relative;
	margin-bottom: 45px;
	/* background:#e2e2e2; */
	height: 600px;
	/* margin-top: 40px; */
	margin-top: 90px;
	text-align: center;
}
.main-contents4_bg {
	/* background:url('../../img/bg03.png') no-repeat center; */
	width: 1164px;
	height: 600px;
	margin:0 auto;
}  
.pop_book {
	margin-top: 60px;
}       
.popbook-rank {
	background:url('../../img/rank.png') no-repeat center;
	width: 59px;
	height: 75px;
	display: inline-block;
	position: absolute;
	top:0;
	left:0;
	color:#fff;
	font-size:35px;
	text-align: center;
}
/*
*/
/*	콘텐츠 - 욜로북스의 키워드	 */
/*
*/
.main-contents5 {
	position: relative;
	text-align: center;
	margin-top: 100px;
	height: 705px;
	background:#fff0db;
}
.main-contents5_bg {
	height: 705px;
	background:url('../../img/kidsbooks/bg03.png') no-repeat center;
	width: 1164px;
	margin:0 auto;
}
.main-contents5 .contents2-title {
	padding:55px 0 35px;
} 
.main-keyword {
  width: 1164px;
  margin: 0 auto;
  overflow: hidden;
}
.main-keyword li {
  width: 130px;
  height: 130px;
  float: left;
  margin-right: 17.7px;
  margin-top: 17.7px;
  position: relative;
}
.main-keyword li:nth-child(8n) {
  margin-right: 0;
}
.main-keyword a {
  width: 130px;
  height: 130px;
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 300;
  color: #555;
  padding: 0 20px;
}
.main-keyword a:hover {
	background:#ffcf8c;
	font-weight: bold;
}
/*	만약 새로운 키워드가 있다면 해당li에 new-keyword 클래스를 추가	*/
li.new-keyword a {
  background: #d7d7d7;
  font-weight: 400;
}
li.new-keyword .keyword-new {
  position: absolute;
  width: 26px;
  height: 26px;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background: #85b7d9;
  top: -5px;
  right: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
