@charset "UTF-8";

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.contents {
  width: 1164px;
}
.container {
  position: relative;
}


/*
*/
/*	버튼 스타일  */
/*
*/
.main-btn {
  width: 346px;
  height: 67px;
  line-height: 67px;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

.radio_wrap {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  vertical-align: middle;
}
.radio_wrap input[type='radio'] {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.radio {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #d3d3d3;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  box-sizing: border-box;
}
.radio::before {
  content: '';
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
}
.radio_wrap input[type='radio']:checked + .radio::before {
  background: url('/ecobooks_user/img/radio_on.png') no-repeat center;
  background-size: 30px;
}

.check_wrap {
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  vertical-align: middle;
}
.check_wrap input[type='checkbox'] {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.check {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #c4c4c4;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.check::before {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
}
.check_wrap input[type='checkbox']:checked + .check::before {
  background: url('/ecobooks_user/img/check_on.png') no-repeat center;
  background-size: 25px;
}

/*
*/
/*	페이지네이션  */
/*
*/
.pagination {
  /* width: 450px; */
  min-width: 450px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.page-head,
.page-prev,
.page-next,
.page-back {
  width: 36px;
  height: 36px;
  border: 1px solid #c2c2c2;
}
.page-head {
  background: url('../img/ecobooks/page_head.png') no-repeat center #fff;
}
.page-back {
  background: url('../img/ecobooks/page_back.png') no-repeat center #fff;
}
.page-prev {
  background: url('../img/ecobooks/prev.png') no-repeat center #fff;
  margin-right: 20px;
}
.page-next {
  background: url('../img/ecobooks/next.png') no-repeat center #fff;
  margin-left: 20px;
}
.page-head:hover {
  background: url('../img/ecobooks/page_head.png') no-repeat center #f6f6f6;
}
.page-back:hover {
  background: url('../img/ecobooks/page_back.png') no-repeat center #f6f6f6;
}
.page-prev:hover {
  background: url('../img/ecobooks/prev.png') no-repeat center #f6f6f6;
  margin-right: 20px;
}
.page-next:hover {
  background: url('../img/ecobooks/next.png') no-repeat center #f6f6f6;
  margin-left: 20px;
}
.page-head,
.page-next {
  border-right: none;
  margin-right: -5px;
}
.number {
  height: 36px;
  line-height: 36px;
  color: #707070;
  font-weight: 300;
  font-size: 22px;
  padding: 0 4px;
}
.number:hover,
.number.on {
  border-bottom: 1px solid #63c3ae;
  color: #63c3ae;
}


/*
*/
/*	도서정보	*/
/*
*/
.main-book_info li {
  cursor: pointer;
  overflow: hidden;
}
.main-book_info img {
  width: 100%;
  height: 100%;
}
.book_info-bg {
  display: inline-block;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: -222px;
  padding: 30px;
  transition: all 0.3s;
}
.main-book_info li:hover .book_info-bg {
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.book_info-wrap {
  width: 222px;
  height: 272px;
  display: table-cell;
  vertical-align: middle;
}
.book-title,
.book-writer {
  display: block;
  text-align: center;
}
.book-title {
  color: #58dbbf;
  font-size: 20px;
  /* font-size: 24px; */
  padding-bottom: 15px;
}
.book-writer {
  font-size: 15px;
  color: #fff;
  transition: all 0.5s;
}

/*
*/
/*	상황 및 솔루션 / 테마	*/
/*
*/

.main-worry {
  overflow: hidden;
  width: 1164px;
  margin: 0 auto;
}
.main-worry li {
  width: 368px;
  /* height: 385px; */
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.main-worry li:nth-child(3n) {
  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: 125px;
  width: 368px;
  display: inline-block;
  background: #e2e2e2;
  padding: 20px;
  text-align: left;
}
.worry-situation strong {
  display: block;
  font-size: 22px;
  color: #555;
  font-weight: 700;
}
.worry-situation small {
  font-size: 18px;
  color: #555;
  font-weight: 300;
}
.thema-situation strong {
  display: block;
  font-size: 26px;
  color: #555;
  font-weight: 700;
}
.worry-title {
  width: 90px;
  height: 90px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.worry-title span {
  color: #fff;
  width: 90px;
  height: 90px;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
.thema-category {
  width: 90px;
  height: 90px;
  line-height: 1.2;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
.thema-category span {
  color: #fff;
  font-size: 20px;
  width: 90px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
}
.scale-img {
  display: inline-block;
  width: 100%;
  height: 207px;
  /* height: 250px; */
  margin-bottom: -5px;
  overflow: hidden;
}
.scale-img img {
  width: 100%;
  margin-bottom: -5px;
  background: url('/ecobooks_user/img/more_book_img01.png') no-repeat center;
  transition: all 1s;
  transform: scale(1);
}
.worry-card:hover .scale-img img,
.thema-card:hover .scale-img img {
  transform: scale(1.2);
}

.main-thema {
	overflow: hidden;
}
.main-thema li {
  width: 368px;
  /* height: 385px; */
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.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: 125px;
  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;
}

/*	카드콘텐츠	*/
.card_contents li {
  border: 1px solid #cdcdcd;
}


/*
*/
/*	util  */
/*
*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.radius {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.select-115 {
  width: 115px;
  height: 40px;
  background: url('/ecobooks_user/img/select_icon.png') no-repeat 85px #fff;
  text-indent: 7px;
  padding-right: 35px;
}
.select-123 {
  width: 123px;
  height: 40px;
  background: url('/ecobooks_user/img/select_icon.png') no-repeat 93px #fff;
  text-indent: 15px;
  padding-right: 35px;
}
.select-140 {
  width: 140px;
  height: 40px;
  background: url('/ecobooks_user/img/select_icon.png') no-repeat 110px #fff;
  text-indent: 7px;
  padding-right: 35px;
}
.select-150 {
  width: 150px;
  height: 40px;
  background: url('/ecobooks_user/img/select_icon.png') no-repeat 120px #fff;
  text-indent: 7px;
  padding-right: 35px;
}
.select-160 {
  width: 160px;
  height: 40px;
  background: url('/ecobooks_user/img/select_icon.png') no-repeat 130px #fff;
  text-indent: 7px;
  padding-right: 35px;
}
.select-185 {
  width: 185px;
  height: 40px;
  background: url('/ecobooks_user/img/select_icon.png') no-repeat 155px #fff;
  text-indent: 7px;
  padding-right: 35px;
}

.h-30 {
  height: 30px;
}
.h-40 {
  height: 40px;
}

.mt15 {
  margin-top: 15px;
}

/*
*/
/*	기본 팝업 스타일	 */
/*
*/
.guide-popup {
  display: none;
  border: 1px solid #7dcdbc;
  min-width: 510px;
  text-align: center;
  position: fixed;
  /* z-index:99; */
  z-index: 1000;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.guide-popup h3 {
  color: #fff;
  font-size: 25px;
  text-align: left;
  height: 60px;
  line-height: 60px;
  padding-left: 28px;
  background: #7dcdbc;
}
.popup_close {
  width: 20px;
  height: 20px;
  background: url('/ecobooks_user/img/popup_close.png') no-repeat center;
  display: inline-block;
  top: 20px;
  right: 20px;
  position: absolute;
}
.guide-popup p {
  color: #555;
  font-size: 21px;
  padding: 50px 70px;
}
.guide-popup-btn {
  width: 145px;
  height: 50px;
  margin-bottom: 40px;
  line-height: 50px;
  color: #3cb49a;
  font-size: 20px;
  border: 2px solid #3cb49a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.guide-popup-btn:hover {
  background: #3cb49a;
  color: #fff;
}
.del-btn {
  margin-right: 10px;
}

/*	각 컬렉션별 색, 버튼스타일	*/
.eco-color {
  background: #3cb49a;
}
.kids-color {
  background: #fcb95a;
}
.teenager-color {
  background: #b1ca85;
}
.yolo-color {
  background: #85b7d9;
}
.parents-color {
  background: #f79c64;
}
.silver-color {
  background: #f6a1a4;
}
.ltr-color {
  background: #d3b695;
}
.human-color {
  background: #83b09e;
}
.art-color {
  background: #b08ad2;
}

.CL01-color {
  background: #fcb95a;
}
.CL02-color {
  background: #b1ca85;
}
.CL03-color {
  background: #85b7d9;
}
.CL04-color {
  background: #f79c64;
}
.CL05-color {
  background: #f6a1a4;
}
.CL07-color {
  background: #d3b695;
}
.CL06-color {
  background: #bdc1b6;
}
.CL08-color {
  background: #b08ad2;
}

.eco-btn {
  border: 1px solid #3cb49a;
  background: #fff;
  color: #3cb49a;
}
.eco-btn:hover {
  background: #3cb49a;
  color: #fff;
}
.eco-btn.on {
  background: #3cb49a;
  color: #fff;
}
.kids-btn {
  border: 1px solid #fcb95a;
  background: #fff;
  color: #fcb95a;
}
.kids-btn:hover {
  background: #fcb95a;
  color: #fff;
}
.kids-btn.on {
  background: #fcb95a;
  color: #fff;
}
.teenager-btn {
  border: 1px solid #b1ca85;
  background: #fff;
  color: #b1ca85;
}
.teenager-btn:hover {
  background: #b1ca85;
  color: #fff;
}
.teenager-btn.on {
  background: #b1ca85;
  color: #fff;
}
.yolo-btn {
  border: 1px solid #85b7d9;
  background: #fff;
  color: #85b7d9;
}
.yolo-btn:hover {
  background: #85b7d9;
  color: #fff;
}
.yolo-btn.on {
  background: #85b7d9;
  color: #fff;
}
.parents-btn {
  border: 1px solid #f79c64;
  background: #fff;
  color: #f79c64;
}
.parents-btn:hover {
  background: #f79c64;
  color: #fff;
}
.parents-btn.on {
  background: #f79c64;
  color: #fff;
}
.silver-btn {
  border: 1px solid #f6a1a4;
  background: #fff;
  color: #f6a1a4;
}
.silver-btn:hover {
  background: #f6a1a4;
  color: #fff;
}
.silver-btn.on {
  background: #f6a1a4;
  color: #fff;
}
.ltr-btn {
  border: 1px solid #d3b695;
  background: #fff;
  color: #d3b695;
}
.ltr-btn:hover {
  background: #d3b695;
  color: #fff;
}
.ltr-btn.on {
  background: #d3b695;
  color: #fff;
}
.human-btn {
  border: 1px solid #bdc1b6;
  background: #fff;
  color: #bdc1b6;
}
.human-btn:hover {
  background: #bdc1b6;
  color: #fff;
}
.human-btn.on {
  background: #bdc1b6;
  color: #fff;
}
.art-btn {
  border: 1px solid #b08ad2;
  background: #fff;
  color: #b08ad2;
}
.art-btn:hover {
  background: #b08ad2;
  color: #fff;
}
.art-btn.on {
  background: #b08ad2;
  color: #fff;
}

