@charset "UTF-8";

.main-breadcrumbs {
  width: 100%;
  height: 60px;
  background: #63c3ae;
}
.breadcrumbs-bg {
  width: 1164px;
  height: 60px;
  margin: 0 auto;
  background: url('../img/mypage/mypage_bg.png') no-repeat center;
  position: relative;
}
.breadcrumbs {
  position: absolute;
  left: 0;
  bottom: 10px;
}
.breadcrumbs li {
  color: #fff;
  font-size: 20px;
}
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs-home {
  display: inline-block;
  background: url('../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;
}

.thema-title_wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #fff;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
}
.thema-title {
  display: inline-block;
  height: 100%;
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
}

/*
*/
/*	내서재    */
/*
*/
.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: 50px;
  line-height: 50px;
  text-align: center;
}
.main-tab li:last-child {
  border-right: 1px solid #63c3ae;
}
.main-tab li:hover {
  background: #81d1c0;
  color: #fff;
}
.main-tab li.on {
  background: #63c3ae;
  color: #fff;
}
.main-tab li a {
  display: block;
  color: #3cb49a;
}
.main-tab li a:hover {
  color: #fff;
}

.mypage-move {
  overflow: hidden;
  margin: 30px 0;
}
.mypage-move li {
  float: left;
  width: 31.3%;
  text-align: left;
  margin-right: 3%;
}
.mypage-move li:last-child {
  margin-right: 0;
}
.mypage-move a {
  color: #707070;
  font-weight: 300;
  font-size: 30px;
  display: inline-block;
  height: 100%;
}
.mypage-move a:hover {
  color: #0566ab;
  font-weight: 400;
}
.mypage-move li.on a {
  color: #0566ab;
  font-weight: 400;
  border-bottom: 4px solid #0566ab;
}

/*	탭내용	*/
.book-num {
  font-size: 20px;
  font-weight: 300;
  color: #707070;
  margin: 20px 0;
}
.book-num strong {
  font-weight: 700;
}

/*	도서정보	*/
.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 li:nth-child(4n) {
  margin-right: 0;
}
.main-btn {
  position: absolute;
  left: 50%;
  margin-left: -173px;
  bottom: -33.5px;
  z-index: 3;
}
.loanbook-list .book_info-bg {
  left: 0;
  bottom: -332px;
}
.loanbook-list li:hover .book_info-bg {
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.interestbook-list .book_info-wrap {
  height: 233px;
}
.interestbook-list .book_info-bg {
  left: 0;
  bottom: -332px;
}
.interestbook-list li:hover .book_info-bg {
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
/*********************************************/
.book-list {
  overflow: hidden;
}
.book-list li {
  cursor: pointer;
  border: 1px solid #cdcdcd;
  width: 224px;
  height: 334px;
  float: left;
  position: relative;
  margin-right: 85px;
  margin-bottom: 70px;
  overflow: hidden;
}
.book-list img {
  width: 223px;
}
.book-list li:nth-child(4n) {
  margin-right: 0;
}
.list-trash_btn {
  width: 50px;
  height: 50px;
  position: absolute;
  background: url('../img/mypage/trash.png') no-repeat center;
  left: 50%;
  margin-left: -25px;
}
.list-trash_btn:hover {
  background: url('../img/mypage/trash_on.png') no-repeat center;
}
.book-list li:hover .list-trash_btn {
  display: block;
}
.loanbook_wrap {
  width: 222px;
  height: 332px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.loanbook-list li {
  overflow: visible;
}
.date {
  position: absolute;
  display: inline-block;
  width: 100%;
  bottom: -70px;
  left: 0;
}
.date span {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #4c4c4c;
  line-height: 1.3;
}
.date em {
  font-weight: 300;
  padding-left: 10px;
  color: #707070;
}

.loanbook-list li {
  margin-bottom: 80px;
}
.loanbook-list .book_info-wrap {
  height: 221px;
}
.loanhistory-list .book_info-wrap {
  height: 272px;
}
.book-btn_wrap {
  width: 180px;
  height: 65px;
  margin: 0 auto;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  margin-left: -90px;
}
.book-btn_wrap button {
  height: 65px;
  float: left;
}
.return-btn {
  width: 50px;
  margin-right: 7px;
  margin-top: 7px;
  background: url('../img/mypage/return.png') no-repeat center;
}
.renew-btn {
  width: 50px;
  margin-top: 7px;
  background: url('../img/mypage/renew.png') no-repeat center;
}
.ebook-btn {
  width: 65px;
  margin-right: 7px;
  background: url('../img/mypage/ebook.png') no-repeat center;
}
.return-btn:hover {
  background: url('../img/mypage/return_on.png') no-repeat center;
}
.renew-btn:hover {
  background: url('../img/mypage/renew_on.png') no-repeat center;
}
.ebook-btn:hover {
  background: url('../img/mypage/ebook_on.png') no-repeat center;
}

.book-list .date {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 332px;
  transition: all 0.3s;
}
.book-list li:hover .date {
  background: rgba(0, 0, 0, 0.6);
  top: 0;
}
.book-list .date span {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}
.book-list .loandate {
  color: #58dbbf;
  margin-top: 120px;
}
.book-list .renewdate {
  color: #73b4e5;
}
.book-list .duedate {
  color: #cf9ceb;
}

.loanhistory-top {
  padding: 25px 0;
  border-bottom: 1px solid #63c3ae;
}
.date-box {
  font-size: 18px;
  color: #c4c4c4;
  line-height: 40px;
  height: 40px;
  margin-left: 15px;
}
.date-box input {
  width: 197px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #707070;
  font-weight: 300;
  text-indent: 7px;
  vertical-align: baseline;
  margin-right: 10px;
}
.date-box img {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 5px;
}

.loanhistory-tab {
  overflow: hidden;
  margin-left: 20px;
}
.loanhistory-tab li {
  cursor: pointer;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
}
.loanhistory-tab .tab-img {
  border-right: none;
  background: url('../img/mypage/img_view.png') no-repeat center;
}
.tab-list {
  background: url('../img/mypage/list_view.png') no-repeat center;
}
.loanhistory-tab .tab-img:hover {
  background: url('../img/mypage/img_view.png') no-repeat center #ececec;
}
.tab-list:hover {
  background: url('../img/mypage/list_view.png') no-repeat center
    #ececec;
}
.loanhistory-tab .tab-img.on {
  background: url('../img/mypage/img_view.png') no-repeat center #ececec;
}
.tab-list.on {
  background: url('../img/mypage/list_view.png') no-repeat center
    #ececec;
}

.loanhistory-list_view {
  display: none;
}
.list_view-tbl {
  width: 100%;
  text-align: center;
  margin-bottom: 65px;
}
.list_view-tbl tr:hover {
  background: #eaf8f5;
}
.list_view-tbl th {
  height: 50px;
  background: #e2e2e2;
  font-weight: 300;
  font-size: 19px;
  color: #707070;
}
.list_view-tbl td {
  height: 50px;
  font-weight: 300;
  font-size: 19px;
  color: #707070;
  border-bottom: 1px solid #e2e2e2;
}
.list_view-tbl td:last-child {
  text-align: left;
  padding-left: 20px;
}
.list_view-tbl td a,
.list_view-tbl td a:visited,
.list_view-tbl td a:active {
	color: #707070;
}

/*
*/
/*	당신을 위한 추천    */
/*
*/

.recommend_info_set {
  width: 1164px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #f4f4f4;
  border: 1px solid #c4c4c4;
  text-align: center;
  position: relative;
  margin-bottom: 35px;
}
.recommend_info_set p {
  font-size: 21px;
  font-weight: 300;
  color: #707070;
  padding: 35px 0;
  padding-right: 240px;
  padding-left: 40px;
}
.solution {
  display: none;
}
.set-btn {
  background: url('../img/mypage/set.png') no-repeat 15px #fff;
  width: 175px;
  height: 50px;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  color: #707070;
  text-indent: 30px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -25px;
}

.thema_title {
  color: #63c3ae;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #63c3ae;
  position: relative;
  display: inline-block;
  padding-right: 50px;
}
.thema_title::after {
  content: '';
  position: absolute;
  width: 1026px;
  height: 2px;
  background: #f0f0f0;
  bottom: -2px;
  left: 138px;
}
.tab_thema {
  margin: 35px 0;
  overflow: hidden;
}
.tab_thema li {
  width: 160px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-weight: 300;
  font-size: 20px;
}

/* /*	도서정보	*/
.book_info-detail_right,
.book_info-detail_left {
  display: none;
  width: 402px;
  height: 596px;
  border: 1px solid #3cb49a;
  padding: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -278px;
  z-index: 5;
}
.book_info-detail_right {
  left: 255px;
}
.book_info-detail_left {
  right: 255px;
}
.book_info-detail_right::before {
  content: '';
  background: url('../img/detail_arrow01.png') no-repeat;
  width: 16px;
  height: 32px;
  position: absolute;
  left: -16px;
  top: 50%;
  margin-top: -16px;
}
.book_info-detail_left::before {
  content: '';
  background: url('../img/detail_arrow02.png') no-repeat;
  width: 16px;
  height: 32px;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -16px;
}
.detail-header span {
  float: left;
  width: 156px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  font-size: 16px;
  color: #555;
  text-align: center;
  border: 2px solid #b5e3d9;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.detail-move_btn {
  float: right;
  width: 40px;
  height: 40px;
  background: url('../img/book_info_move.png') no-repeat center;
}
.detail-book_title {
  color: #555;
  font-size: 23px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
  margin-top: 15px;
  font-weight: 700;
}
.detail-book_author {
  color: #555;
  font-size: 16px;
  padding: 0 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail-recommend_info {
  margin-top: 15px;
  margin-bottom: 25px;
}
.recommend_info-heart,
.recommend_info-review,
.recommend_info-star_count {
  font-size: 14px;
  color: #898989;
  padding: 5px 0;
  padding-left: 50px;
  display: inline-block;
}
.recommend_info-star_count {
  padding-left: 7px;
}
.recommend_info-heart {
  background: url('../img/pick_view_off.png') no-repeat 20px center;
}
.recommend_info-heart.on {
  background: url('../img/pick_view_on.png') no-repeat 20px center;
}
.recommend_info-review {
  background: url('../img/review.png') no-repeat 20px center;
}
.recommend_info-star {
  width: 128px;
  background: url('../img/star_off.png') no-repeat;
  vertical-align: sub;
  margin-left: 30px;
  display: inline-block;
  height: 21px;
  overflow: hidden;
}
.recommend_info-star span {
  background: url('../img/star_on.png') no-repeat;
  display: inline-block;
  height: 21px;
  overflow: hidden;
}
.detail-text {
  padding: 0 20px;
  font-size: 16px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 30px;
}
.detail-btn_wrap {
  padding: 0 20px;
}
.interest_book_btn {
  background: #3cb49a;
  width: 206px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  float: left;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.good_btn {
  width: 45px;
  height: 40px;
  background: url('../img/pick_off.png') no-repeat;
  display: inline-block;
  float: right;
  cursor: pointer;
}
.good_btn.on {
  background: url('../img/pick_on.png') no-repeat;
}
/**********************************************/
/**********************************************/

.solution {
  display: none;
}
.thema {
  /* display: none; */
}
.knowledge {
  display: none;
}

/*	테마 & 지식콘텐츠	*/
.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;
}
.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;
}
/**********************************************/
/**********************************************/

/*
*/
/*	내정보 관리    */
/*
*/
.profile-tbl {
  width: 100%;
  margin-top: 60px;
  text-align: left;
}
.profile-tbl tr:first-child th,
.profile-tbl tr:first-child td {
  border-top: 1px solid #bcbcbc;
}
.profile-tbl th {
  border-bottom: 1px solid #bcbcbc;
  background: #eaeaea;
  padding-left: 35px;
  font-size: 19px;
  color: #707070;
  font-weight: 400;
  text-align: left;
}
.profile-tbl td {
  border-bottom: 1px solid #bcbcbc;
  padding: 20px 0;
  padding-left: 50px;
}
.tbl-img {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-right: 40px;
  vertical-align: middle;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.tbl-img img {
	width: 100%;
	height: 100%;
}
.tbl-btn_wrap {
  width: 205px;
  display: inline-block;
  vertical-align: middle;
}
.profile-file_wrap {
  width: 205px;
  height: 40px;
  display: inline-block;
  position: relative;
}
.profile-file_wrap input {
  width: 205px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.tbl-file_btn {
  width: 205px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #85b7d9;
  color: #569ac8;
  z-index: 1;
  font-size: 19px;
  font-weight: 300;
}
.tbl-file_btn.on {
  background: #85b7d9;
  color: #fff;
}
.tbl-del_btn {
  width: 205px;
  height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #b5b5b5;
  background: #f1f1f1;
  color: #b5b5b5;
  font-size: 19px;
  font-weight: 300;
  margin-top: 10px;
  cursor: default;
}
.tbl-del_btn.on/* , .tbl-del_btn:hover */ {
  border: 1px solid #ff5200;
  color: #ff5200;
  background: #ffdecf;
  cursor: pointer;
}
.tbl-del_btn.on:hover {
  border: 1px solid #ff5200;
  color: #fff;
  background: #ff5200;
}
.profile-nickname {
  width: 450px;
  height: 40px;
  text-indent: 8px;
  color: #555;
  font-size: 19px;
  font-weight: 300;
}
.nickname-guide {
  margin-left: 10px;
  color: #707070;
}
.profile-btn_wrap {
  text-align: center;
  margin-top: 30px;
}
.cancel_btn,
.apply_btn {
  width: 140px;
  height: 45px;
  border: 2px solid #c7c8ca;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-size: 19px;
  font-weight: 300;
  color: #898989;
  margin-bottom: 100px;
}
.cancel_btn {
  margin-right: 10px;
}
.cancel_btn:hover,
.apply_btn:hover {
  background: #3cb49a;
  color: #fff;
  border: none;
}

.cancel_btn.disabled:hover,
.apply_btn.disabled:hover {
  background: none;
  color: #898989;
  border: 2px solid #c7c8ca;
  cursor: default;
}

.library {
  display: none;
}
.lib_title {
  color: #63c3ae;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #63c3ae;
  position: relative;
  display: inline-block;
  padding-right: 100px;
  padding-left: 50px;
  margin-top: 30px;
}
.lib_title::after {
  content: '';
  position: absolute;
  width: 939px;
  height: 2px;
  background: #f0f0f0;
  bottom: -2px;
  left: 225px;
}
.lib_title1 {
  background: url('../img/mypage/interest_lib.png') no-repeat 10px 4px;
}
.lib_title2 {
  background: url('../img/mypage/search_lib.png') no-repeat 10px 4px;
}

.search_lib {
  margin-top: 30px;
}
.lib-search {
  width: 435px;
  height: 40px;
  font-size: 18px;
  color: #707070;
  font-weight: 300;
  text-indent: 7px;
}
.lib-search_btn {
  width: 85px;
  height: 40px;
  background: #898989;
  color: #fff;
  font-size: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  vertical-align: bottom;
}

.interest_lib-tbl,
.search_lib-tbl {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
}
.interest_lib-tbl tr:hover,
.search_lib-tbl tr:hover {
  background: #eaf8f5;
}
.interest_lib-tbl th,
.search_lib-tbl th {
  font-size: 19px;
  font-weight: 300;
  color: #707070;
  background: #e2e2e2;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.interest_lib-tbl td,
.search_lib-tbl td {
  font-size: 19px;
  font-weight: 300;
  color: #707070;
  text-align: left;
  padding-left: 50px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e2e2e2;
}
.interest_lib-tbl td:last-child,
.search_lib-tbl td:last-child {
  text-align: center;
  padding-left: 0;
}
.interest_lib-tbl-del_btn,
.tbl-added_btn,
.tbl-add_btn {
  width: 90px;
  height: 35px;
  line-height: 33px;
  font-size: 17px;
  font-weight: 300;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  background: #fff;
}
.interest_lib-tbl-del_btn {
  border: 1px solid #ff5200;
  color: #ff5200;
}
.interest_lib-tbl-del_btn:hover {
  border: 1px solid #ff5200;
  color: #fff;
  background: #ff5200;
}
.tbl-added_btn {
  border: none;
  background: #5c97e0;
  color: #fff;
}
.tbl-added_btn:hover {
  border: 1px solid #5c97e0;
  color: #fff;
  background: #5c97e0;
}
.tbl-add_btn {
  border: 1px solid #c66acc;
  color: #c66acc;
}
.tbl-add_btn:hover {
  border: 1px solid #c66acc;
  color: #fff;
  background: #c66acc;
}

/* /*
*/
/* 팝업 - 추천	 */
/*
  */
.recommend-popup_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  display: none;
}
.recommend-popup_bg label {
  cursor: pointer;
}
.popup-recommend1,
.popup-recommend2,
.popup-recommend3,
.popup-recommend4 {
  position: fixed;
  z-index: 99;
  width: 650px;
  top: 50%;
  left: 50%;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #7dcdbc;
}
.popup-recommend1 .recommend-question {
  margin-bottom: 99px;
}
.popup-recommend5 {
  position: fixed;
  z-index: 99;
  top: 50%;
  left: 50%;
  background: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #7dcdbc;
}
.popup-recommend2,
.popup-recommend3,
.popup-recommend4,
.popup-recommend5 {
  display: none;
}
.recommend-question {
  width: 100%;
  padding: 55px 0 40px;
  position: relative;
  background: #3cb49a;
  border-bottom: 1px solid #7dcdbc;
  font-size: 25px;
  color: #fff;
  line-height: 1.3;
}
.popup-recommend4 .recommend-question {
  padding: 30px 0;
}
.recommend-question::after {
  content: '';
  width: 33px;
  height: 16px;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -16.5px;
  background: url('../img/tri.png') no-repeat center;
}
.recommend-question small {
  font-size: 20px;
}
.recommend-close {
  background: url('../img/big_popup_close.png') no-repeat center;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
}
.recommend-select {
  padding: 50px 0;
}
.recommend-select2 {
  padding: 65px 0;
}
.recommend-select li {
  font-size: 21px;
  font-weight: 300;
  color: #555;
  height: 50px;
  line-height: 50px;
}
.recommend-select label {
  cursor: pointer;
  vertical-align: middle;
}
.recommend-btn_wrap {
  background: #f0f0f0;
  padding: 30px 0;
}
.popup-recommend5 .recommend-btn_wrap {
  margin-top: 30px;
}
.recommend-next_btn,
.recommend-prev_btn,
.recommend-save_btn {
  width: 166px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #3cb49a;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  vertical-align: middle;
}
.middle {
  margin-bottom: 99px;
}
.recommend-next_btn:hover {
  border: 2px solid #3cb49a;
  background: #fff;
  color: #3cb49a;
}
.recommend-prev_btn {
  margin-right: 15px;
}
.recommend-prev_btn:hover {
  border: 2px solid #3cb49a;
  background: #fff;
  color: #3cb49a;
}
.recommend-save_btn:hover,
.recommend-save_btn:hover {
  background: #3cb49a;
  color: #fff;
}
.recommend-select2 {
  overflow: hidden;
  width: 395px;
  margin: 0 auto;
}
.recommend-select2 li {
  width: 50%;
  float: left;
  text-align: left;
  font-size: 21px;
  font-weight: 300;
  color: #555;
  height: 50px;
  line-height: 50px;
}
/* 
.recommend-select_thema {
  overflow: hidden;
  width: 395px;
  margin: 30px auto 45px;
}
.recommend-select_thema li {
  float: left;
  width: 50%;
  text-align: center;
  width: 188px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #adadad;
  box-sizing: border-box;
  font-weight: lighter;
  font-size: 20px;
  color: #848484;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  margin-right: 16px;
  margin-top: 16px;
  cursor: pointer;
}
.recommend-select_thema li:nth-child(2n) {
  margin-right: 0;
}
.thema1:hover {
  border: 2px solid #fab860;
  color: #fab860;
  background: #fff5d8;
  font-weight: normal;
}
.thema1.on {
  border: 2px solid #fab860;
  color: #fab860;
  background: #fff5d8;
  font-weight: normal;
}

.thema2:hover {
  border: 2px solid #b1ca85;
  color: #b1ca85;
  background: #edf9d9;
  font-weight: normal;
}
.thema2.on {
  border: 2px solid #b1ca85;
  color: #b1ca85;
  background: #edf9d9;
  font-weight: normal;
}
.thema3:hover {
  border: 2px solid #85b7d9;
  color: #85b7d9;
  background: #e4f4ff;
  font-weight: normal;
}
.thema3.on {
  border: 2px solid #85b7d9;
  color: #85b7d9;
  background: #e4f4ff;
  font-weight: normal;
}
.thema4:hover {
  border: 2px solid #f79c64;
  color: #f79c64;
  background: #ffede2;
  font-weight: normal;
}
.thema4.on {
  border: 2px solid #f79c64;
  color: #f79c64;
  background: #ffede2;
  font-weight: normal;
}
.thema5:hover {
  border: 2px solid #f6a1a4;
  color: #f6a1a4;
  background: #ffedee;
  font-weight: normal;
}
.thema5.on {
  border: 2px solid #f6a1a4;
  color: #f6a1a4;
  background: #ffedee;
  font-weight: normal;
}
.thema6:hover {
  border: 2px solid #d3b695;
  color: #d3b695;
  background: #f6eadd;
  font-weight: normal;
}
.thema6.on {
  border: 2px solid #d3b695;
  color: #d3b695;
  background: #f6eadd;
  font-weight: normal;
}
.thema7:hover {
  border: 2px solid #bdc1b6;
  color: #889472;
  background: #e5e9df;
  font-weight: normal;
}
.thema7.on {
  border: 2px solid #bdc1b6;
  color: #889472;
  background: #e5e9df;
  font-weight: normal;
}
.thema8:hover {
  border: 2px solid #a897e8;
  color: #a897e8;
  background: #eeeafb;
  font-weight: normal;
}
.thema8.on {
  border: 2px solid #a897e8;
  color: #a897e8;
  background: #eeeafb;
  font-weight: normal;
} 
*/
.popup-recommend2 .recommend-select {
  width: 50%;
  margin: 15px auto 55px;
}
.popup-recommend2 .recommend-select li {
  width: 50%;
  float: left;
}
.recommend-wrap {
  max-width: 1086px;
  /* padding: 0 118px; */
  /* LHJ 수정 */
  padding: 0 60px;
}
.recommend-select_category {
  /* LHJ 수정 */
  /* width: 187px; */
  width: 250px;
  padding-top: 40px;
  overflow: hidden;
  display: table-cell;
  padding-left: 50px;
  padding-left: 5px;
  vertical-align: top;
}
.recommend-select_category:nth-of-type(1),
.recommend-select_category:nth-of-type(4) {
  padding-left: 0;
}
.recommend-select_category .on {
  width: 187px;
  height: 50px;
  line-height: 48px;
  font-size: 21px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.recommend-select_category li:nth-child(1) {
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
.recommend-select_category li {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  color: #555;
  height: 30px;
  line-height: 30px;
  width: 100%;
  float: left;
}
.recommend-youth li{
  /* width: 50%; */
  /* LHJ 수정 */
  width: 70%;
}

/* 	수정	 */
.popup-recommend5 .radio_wrap {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  margin: 0 5px;
  vertical-align: middle;
}
.popup-recommend5 .radio_wrap input[type='radio'] {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
/* 라디오 박스 x > 체크박스 */
.popup-recommend5 .radio {
  display: inline-block;
  width: 20px;
  height: 20px;
  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;
  border-radius: 0px;
  box-sizing: border-box;
}
.popup-recommend5 .radio::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: -1px;
  left: -1px;
}
.popup-recommend5 .radio_wrap input[type='radio']:checked + .radio::before {
  background: url('../img/radio_on.png') no-repeat center;
  background-size: 22px;
}
/* 당신을 위한 추천 수정&추가 */

.recommend-humanities li{
	width: 50%;
}
.recommend-literature li {
  	width: 50%;
}
/* 세로 기준 첫번째 */
/* .recommend-select_category:nth-of-type(2), .recommend-select_category:nth-of-type(5) {
    left: -15px;
    position: relative;
} */
/* 세로 기준 두번째 */
/* .recommend-select_category:nth-of-type(3), .recommend-select_category:nth-of-type(6) {
    left: 25px;
    position: relative;
} */

/* LHJ 추가 */
#rcdCategoryFrm{
	width: 905px;
}
.cateChkbox{
	-webkit-appearance: checkbox !important;
	width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    opacity: 0;
    z-index: 4;
}
.cateChkbox:checked + .radio::before {
  background: url('../img/mypage/check_on.png') no-repeat center;
  background-size: 20px;
} */