@charset "UTF-8";

.main-breadcrumbs {
  width: 100%;
  height: 60px;
  /* height: 118px; */
  background: #63c3ae;
}
.breadcrumbs-bg {
  width: 1164px;
  height: 60px;
  /* height: 118px; */
  margin: 0 auto;
  background: url('/resources/img/mypage/mypage_bg.png') no-repeat center;
  position: relative;
}
.breadcrumbs {
  position: absolute;
  left: 0;
  bottom: 10px;
  /* bottom: 20px; */
}
.breadcrumbs li {
  color: #fff;
  font-size: 20px;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs-home {
  display: inline-block;
  background: url('/resources/img/home.png') no-repeat center;
  width: 25px;
  height: 25px;
  vertical-align: sub;
  cursor: default;
}

.main-title {
  font-weight: 300;
  color: #707070;
  font-size: 35px;
  margin: 30px 0;
}

.radio_wrap {
  width: 22px;
  height: 22px;
}
.radio_wrap input[type='radio'] {
  width: 22px;
  height: 22px;
}
.radio {
  width: 22px;
  height: 22px;
}
.radio::before {
  content: '';
  width: 22px;
  height: 22px;
}
.radio_wrap input[type='radio']:checked + .radio::before {
  background: url('/resources/img/radio_on.png') no-repeat center;
  background-size: 22px;
}

.check_wrap {
  width: 23px;
  height: 23px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  vertical-align: middle;
}
.check_wrap input[type='checkbox'] {
  width: 23px;
  height: 23px;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.check {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #c4c4c4;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.check::before {
  content: '';
  width: 23px;
  height: 23px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
}
.check_wrap input[type='checkbox']:checked + .check::before {
  background: url('/resources/img/check_on.png') no-repeat center;
  background-size: 23px;
}

.popbook-pagination {
  width: 305px;
}

/*
*/
/*	검색	*/
/*
*/
.toggle-tab {
  width: 300px;
  height: 45px;
  border: 2px solid #c7c7c7;
  background: #e8e8e8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  /* margin: 20px 0; */
  display: inline-block;
  margin: 20px 0 15px 0;
}
.toggle-tab li {
  width: 45%;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 18px;
  color: #707070;
  font-weight: 300;
}
.toggle-switch1 {
  float: left;
}
.toggle-switch2 {
  float: right;
}
.toggle-tab li.on {
  cursor: default;
  width: 55%;
  border: 2px solid #63c3ae;
  background: #fff;
  height: 45px;
  line-height: 43px;
  margin-top: -2px;
  color: #63c3ae;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-weight: 400;
}
.toggle-switch1.on {
  margin-left: -2px;
}
.toggle-switch2.on {
  margin-right: -2px;
}
/* .search-bar {
  margin: 20px 0;
  padding: 30px 0;
  position: relative;
  background: #f4f4f4;
  text-align: center;
  border: 1px solid #8a8a8a;
} */
.search-bar {
  /* display: inline-block; */
  margin-top: 23px;
  float: right;
}
.search-bar .select-123 {
  text-indent: 7px;
  vertical-align: middle;
}
.select-150 {
  vertical-align: middle;
}
.bar-text {
  height: 40px;
  font-size: 18px;
  font-weight: 300;
  color: #707070;
  /* color: #222; */
  text-indent: 7px;
  vertical-align: middle;
  width: 300px;
  margin: 0 5px;
}
.bar-search_btn {
  width: 106px;
  height: 38px;
  color: #fff;
  font-size: 17px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #898989;
  vertical-align: middle;
  margin-right: 10px;
}
.bar-bottom {
  margin-top: 25px;
}
.bar-bottom * {
  vertical-align: middle;
}
.search-bar label {
  font-size: 15px;
  color: #222;
  font-weight: 300;
  vertical-align: middle;
}
.bar-option_btn {
  margin-left: 80px;
  font-size: 20px;
  color: #222;
  font-weight: 300;
  padding-right: 30px;
  background: url('/resources/img/search_option.png') no-repeat right;
}

.bar-option {
  display: none;
  position: absolute;
  top: 181px;
  text-align: left;
  width: 100%;
  padding: 37px 50px 13px;
  z-index: 6;
  background: url('/resources/img/option_bg.png') no-repeat center top #ececec;
}
.bar-option > div {
  margin-bottom: 15px;
}
.bar-option * {
  vertical-align: middle;
}
.option-title {
  font-size: 22px;
  color: #222;
  padding-right: 50px;
  position: relative;
}
.option-title::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 27px;
  background: #a9a9a9;
  right: 0;
  top: 50%;
  margin-top: -13.5px;
}
.radio_wrap {
  margin-left: 30px;
}
.main-tab {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #63c3ae;
}
.main-tab li {
  cursor: pointer;
  font-size: 22px;
  color: #63c3ae;
  float: left;
  border: 1px solid #63c3ae;
  border-bottom: none;
  border-right: none;
  width: 187px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.main-tab li:last-child {
  border-right: 1px solid #63c3ae;
}
.thema_tab li {
  width: 25%;
}
.thema_tab li:nth-child(4n) {
  border-right: 1px solid #63c3ae;
}
.main-tab li:hover {
  background: #81d1c0;
  color: #fff;
}
.main-tab li.on {
  background: #63c3ae;
  color: #fff;
}

.result-box {
  margin-top: -20px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}
.result-text {
  font-weight: 300;
  font-size: 16px;
  color: #707070;
  padding-top: 9px;
}
.result-text strong:nth-of-type(1) {
  color: #3b7cc2;
}
.searchlist-tab {
  overflow: hidden;
  margin-left: 7px;
  /* margin-left: 20px; */
  margin-top: -7px;
}
.select-115 {
  margin-top: -7px;
}
.searchlist-tab li {
  cursor: pointer;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
}
.searchlist-tab .tab-img {
  border-right: none;
  background: url('/resources/img/mypage/img_view.png') no-repeat center;
}
.tab-list {
  background: url('/resources/img/mypage/list_view.png') no-repeat center;
}
.searchlist-tab .tab-img:hover {
  background: url('/resources/img/mypage/img_view.png') no-repeat center #ececec;
}
.tab-list:hover {
  background: url('/resources/img/mypage/list_view.png') no-repeat center
    #ececec;
}
.searchlist-tab .tab-img.on {
  background: url('/resources/img/mypage/img_view.png') no-repeat center #ececec;
}
.tab-list.on {
  background: url('/resources/img/mypage/list_view.png') no-repeat center
    #ececec;
}
.result-text strong {
  font-weight: bold;
}
.list-box {
  margin-top: 30px;
}
.list_title {
  font-weight: 300;
  color: #222;
  font-size: 35px;
  margin-bottom: 30px;
}
.list_title small {
  color: #707070;
  font-size: 20px;
  font-weight: 300;
}
.plus_btn {
  background: url('/resources/img/plus.png') no-repeat left;
  font-size: 20px;
  font-weight: 300;
  color: #222;
  padding-left: 30px;
  vertical-align: middle;
  margin-top: 10px;
}

.book_info-wrap {
  height: 252px;
}
.book_info-thema {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.book_info-thema img {
  width: 34px;
  height: 34px;
  margin: 0 1.5px;
  border-radius: 50px;
}

.rank-thema {
  margin-left: 55px;
}

/*
*/
/*	검색 - 리스트형	*/
.tab-list_contents {
  display: none;
}
.booklist-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cdcdcd;
}
.booklist-wrap:nth-of-type(5n) {
  border-bottom: none;
  margin-bottom: 30px;
}
.booklist-img {
  cursor: pointer;
  display: inline-block;
  width: 200px;
  height: 298px;
  border: 1px solid #cdcdcd;
}
.booklist-img img {
  width: 100%;
  height: 100%;
}
.booklist-txt {
  margin-left: 40px;
  position: relative;
  width: 899px;
  height: 298px;
}
.booklist-title {
  color: #555;
  font-size: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  cursor: pointer;
}
.booklist-author {
  color: #707070;
  font-size: 20px;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.booklist-info {
  margin-top: 15px;
  margin-bottom: 25px;
}
.booklist-info-heart,
.booklist-info-review,
.booklist-info-star_count {
  font-size: 18px;
  color: #707070;
  font-weight: 300;
  padding: 5px 0;
  padding-left: 40px;
  display: inline-block;
}
.booklist-info-review {
  cursor: default;
  margin-left: 10px;
}
.booklist-info-star_count {
  padding-left: 7px;
}
.booklist-info-heart {
  cursor: default;
  /* cursor: pointer; */
  background: url('/resources/img/pick_view_off2.png') no-repeat left center;
}
.booklist-info-heart.on {
  background: url('/resources/img/pick_view_on2.png') no-repeat left center;
}
.booklist-info-review {
  background: url('/resources/img/review2.png') no-repeat left center;
}
.booklist-info-star {
  width: 128px;
  background: url('/resources/img/star_off.png') no-repeat;
  vertical-align: sub;
  margin-left: 30px;
  display: inline-block;
  height: 21px;
  overflow: hidden;
}
.booklist-info-star span {
  background: url('/resources/img/star_on.png') no-repeat;
  display: inline-block;
  height: 21px;
  overflow: hidden;
}
.ebook-btn,
.interest-btn {
  width: 230px;
  height: 55px;
  font-weight: 300;
  font-size: 22px;
}
.booklist-btn_wrap {
  position: static;
  overflow: hidden;
  margin-bottom: 20px;
}
.booklist-btn_wrap li {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50px;
  width: 120px;
}
.booklist-btn_wrap a {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
}

/* .ebook-btn {
	color:#1c2782;
	border:2px solid #1c2782;
	margin-right: 10px;
	padding-left: 40px;
	background:url('/resources/img/ebook_loan.png') no-repeat 25px;
}
.ebook-btn.ebookview {
	color:#fff;
	background:url('/resources/img/ebook_view.png') no-repeat 25px #1c2782;
}
.interest-btn {
	color:#63c3ae;
	border:2px solid #63c3ae;
	padding-left: 40px;
	background:url('/resources/img/interest_add.png') no-repeat 25px;
}
.interest-btn.added {
	color:#fff;
	padding-left: 20px;
	background:url('/resources/img/interest.png') no-repeat 25px #63c3ae;
} */

/*
*/
/*	인기도서	*/
/*
*/
.filter {
  position: absolute;
  right: -8px;
  top: 10px;
}
.filter .select-185 {
  margin-right: 10px;
  /* margin-right: 35px; */
}
.filter .select-123 {
  margin-right: 10px;
}
.collection-select,
.age-select {
  margin-top: 20px;
}
.thema-select {
  width: 100%;
  overflow: hidden;
  /* margin-top: 20px; */
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.thema-select li {
  float: left;
  /* 음악북스 추가로 넓이 변경  */
  width: 10%;
  /* width: 11.11%; */
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  text-align: center;
  position: relative;
}
.age-select li {
  width: 12.5%;
}
.thema-select a {
  font-weight: 400;
  font-size: 20px;
  color: #555;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.thema-select li:hover {
  border: none;
}
.thema-select li:hover::after {
  content: '';
  width: 24px;
  height: 12px;
  /* background:url('/resources/img/search_icon.png') no-repeat; */
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}
.thema-select li.on {
  border: none;
}
.thema-select li.on::after {
  content: '';
  width: 24px;
  height: 12px;
  background: url('/resources/img/search_icon.png') no-repeat;
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}
.thema-select li:hover a {
  background: #3b7cc2;
  color: #fff;
}
.thema-select li.on a {
  background: #2566ab;
  color: #fff;
  font-weight: 400;
}
.age {
  display: none;
}
/* .tab-contents2 {
	display: none;
} */
.main-book_info {
  width: 1164px;
}
.main-book_info li {
  display: inline-block;
  width: 224px;
  height: 334px;
  margin-right: 85px;
  position: relative;
  border: 1px solid #cdcdcd;
  margin-bottom: 60px;
}
.main-book_info > img {
  width: 223px;
}
.main-book_info li:nth-child(4n) {
  margin-right: 0;
}
.main-btn {
  position: absolute;
  left: 50%;
  margin-left: -173px;
  bottom: -33.5px;
  z-index: 3;
}

.rank_wrap {
  width: 52px;
  height: 78px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 97;
}
.rank {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background: #d3223b;
}
.rank_change {
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #505050;
  display: none;
}
.rank_change small {
  font-size: 12px;
  vertical-align: bottom;
}

/**********************************************/
/**********************************************/

/*	테마 & 지식콘텐츠	*/
.main-thema {
  overflow: hidden;
  width: 1164px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.main-thema li {
  width: 368px;
  height: 385px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.main-thema li:nth-child(3n) {
  margin-right: 0;
}
.thema-card {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.thema-card img {
  width: 100%;
  margin-bottom: -5px;
}
.thema-situation {
  height: 135px;
  width: 368px;
  display: table-cell;
  background: #e2e2e2;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}
.thema-situation em {
  font-size: 20px;
  color: #555;
  font-weight: 300;
}
/**********************************************/
/**********************************************/

/*	팝업	*/

.book_root-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.book_root {
  width: 500px;
  background: #fff;
  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%);
}
.book_root h3 {
  text-align: left;
  color: #fff;
  font-size: 25px;
  height: 90px;
  line-height: 90px;
  padding-left: 28px;
  background: #3cb49a;
}
.popup_close {
  top: 10px;
  right: 10px;
}
.book_root-title {
  padding: 20px;
  color: #555;
  font-size: 22px;
  text-align: center;
  background: #f1f1f1;
}
.book_root-text {
  margin-top: 20px;
  color: #555;
  font-size: 20px;
  text-align: center;
}
.book_root-list {
  width: 300px;
  margin: 30px auto;
  overflow: hidden;
}
.book_root-list li {
  width: 140px;
  margin-right: 20px;
  float: left;
  height: 40px;
}
.book_root-list li:nth-child(2n) {
  margin-right: 0;
}
.book_root-list li:nth-child(3),
.book_root-list li:nth-child(4) {
  margin-top: 20px;
}
.book_root-list a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  border-radius: 50px;
}
div.collection-icon {
  width: 30px;
  height: 30px;
  display: inherit;
  background-size: 30px;
  margin: 0 1.5px;
}
.kids-root,
.CL01-root {
  background: url('/resources/img/kids.png') no-repeat;
}
.teenager-root,
.CL02-root {
  background: url('/resources/img/teenage.png') no-repeat;
}
.yolo-root,
.CL03-root {
  background: url('/resources/img/yolo.png') no-repeat;
}
.parents-root,
.CL04-root {
  background: url('/resources/img/parents.png') no-repeat;
}
.silver-root,
.CL05-root {
  background: url('/resources/img/silver.png') no-repeat;
}
.ltr-root,
.CL07-root {
  background: url('/resources/img/ltr.png') no-repeat;
}
.human-root,
.CL06-root {
  background: url('/resources/img/human.png') no-repeat;
}
.art-root,
.CL08-root {
  background: url('/resources/img/art.png') no-repeat;
}

.kids-color:hover {
  background: #f7ad44;
}
.teenager-color:hover {
  background: #9ebf63;
}
.yolo-color:hover {
  background: #6aa6cf;
}
.parents-color:hover {
  background: #e8894f;
}
.silver-color:hover {
  background: #eb9295;
}
.ltr-color:hover {
  background: #cca67b;
}
.human-color:hover {
  background: #a9ada3;
}
.art-color:hover {
  background: #986dbc;
}

.book_root-list .kids-color {
  background: url('/resources/img/kids_text.png') no-repeat center #fcb95a;
}
.book_root-list .teenager-color {
  background: url('/resources/img/teenage_text.png') no-repeat center #b1ca85;
}
.book_root-list .yolo-color {
  background: url('/resources/img/yolo_text.png') no-repeat center #85b7d9;
}
.book_root-list .parents-color {
  background: url('/resources/img/parents_text.png') no-repeat center #f79c64;
}
.book_root-list .silver-color {
  background: url('/resources/img/silver_text.png') no-repeat center #f6a1a4;
}
.book_root-list .ltr-color {
  background: url('/resources/img/ltr_text.png') no-repeat center #d3b695;
}
.book_root-list .human-color {
  background: url('/resources/img/human_text.png') no-repeat center #bdc1b6;
}
.book_root-list .art-color {
  background: url('/resources/img/art_text.png') no-repeat center #b08ad2;
}

.book_root-list .kids-color:hover {
  background: url('/resources/img/move.png') no-repeat center #f7ad44;
}
.book_root-list .teenager-color:hover {
  background: url('/resources/img/move.png') no-repeat center #9ebf63;
}
.book_root-list .yolo-color:hover {
  background: url('/resources/img/move.png') no-repeat center #6aa6cf;
}
.book_root-list .parents-color:hover {
  background: url('/resources/img/move.png') no-repeat center #e8894f;
}
.book_root-list .silver-color:hover {
  background: url('/resources/img/move.png') no-repeat center #eb9295;
}
.book_root-list .ltr-color:hover {
  background: url('/resources/img/move.png') no-repeat center #cca67b;
}
.book_root-list .human-color:hover {
  background: url('/resources/img/move.png') no-repeat center #a9ada3;
}
.book_root-list .art-color:hover {
  background: url('/resources/img/move.png') no-repeat center #986dbc;
}
