@charset "UTF-8";

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
body,
section {
  width: 100%;
  height: 100%;
  min-width: 1164px;
  position: relative;
}
section {
  padding-top: 50px;
  margin-bottom: 190px;
}
.eco-main {
  padding-top: 93px;
}
article {
  width: 1164px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 650px;
}
.contents {
  width: 1164px;
}
.container {
  position: relative;
}
header {
  width: 100%;
  position: fixed;
  height: 50px;
  line-height: 50px;
  z-index: 98;
  background: #fff;
}
.full-header {
	height: 93px;
}
.header {
  width: 1164px;
  position: absolute;
  left: 50%;
  margin-left: -582px;
}
.full-header .header {
	padding-top: 25px;
}
header::after {
  content: '';
  display: block;
  clear: both;
}
.logo {
  float: left;
  /* margin-top: -5px; */
}
.logo img {
	width: 150px;
	vertical-align: middle;
	margin-right: 20px;
}
.logo a {
	font-size:24px;
	color:#222;
}
.full-header .logo img {
	width: auto;
	vertical-align: middle;
	margin-right: 20px;
}
.header-right {
  float: right;
  padding-top: 10px;
}
.full-header .header-right {
  padding-top: 2px;
}
.header-right > li {
  float: left;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.header-right > li:nth-of-type(2){
	margin-left: 20px;
}

.header-right > li:nth-of-type(3){
	margin-left: 10px;
}



.full-header .header-right > li {
	height: 34px;
  line-height: 34px;
}
.admin-btn {
  padding-left: 30px;
  color: #a0a0a0;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.admin_icon {
  background: url('../img/admin.png') no-repeat left;
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: 4px;
  top: 1px;
}
.admin-btn:hover .admin_icon {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.header-search[type='text'] {
  width: 125px;
  height: 30px;
  border: none;
  background: #e8e8e8;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  text-indent: 20px;
  padding-right: 40px;
  outline: none;
  vertical-align: top;
  font-size: 16px;
  color: #707070;
  position: relative;
  transition: width 0.15s ease-in 0.25s;
}
.full-header .header-search[type='text'] {
  height: 34px;	
}
.search_icon {
  background: url('../img/search.png') no-repeat 50%;
  width: 28px;
  height: 28px;
  position: absolute;
  display: inline-block;
  top: 10px;
  margin-top: -9px;
  right: 10px;
  cursor: pointer;
}
.full-header .search_icon {
  height: 34px;
}
.header-search.active[type='text'] {
  width: 425px;
}
.mymenu-open {
  width: 30px;
  height: 30px;
  background: url('../img/h_profile.png') no-repeat center;
  background-size: 30px;
}
.hamburgermenu-open {
  width: 28px;
  height: 28px;
  background: url('../img/menu.png') no-repeat center 3px;
}
.full-header .mymenu-open {
  width: 34px;
  height: 34px;
  background-size:34px;
}

.main-header .main_ic{
	width: 30px;
	height: 30px;
}

.main-header .main_ic>a>img{
	width: 100%;
	height: 100%;
}

.full-header .main_ic{
	width:34px;
	height:34px;
}

.full-header .main_ic>a>img{
	width:100%;
	height: 100%;
}

.theme-menu {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.theme-menu i {
  background-color: #e8e8e8;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 4px;
}
.theme-menu i:nth-child(2) {
  margin: 9px 0;
}
.theme-menu.animated i:nth-child(1) {
  animation: outT 0.5s backwards;
  animation-direction: reverse;
  -webkit-animation: outT 0.5s backwards;
  -webkit-animation-direction: reverse;
}
.theme-menu.animated i:nth-child(2) {
  animation: outM 0.5s backwards;
  animation-direction: reverse;
  -webkit-animation: outM 0.5s backwards;
  -webkit-animation-direction: reverse;
}
.theme-menu.animated i:nth-child(3) {
  animation: outBtm 0.5s backwards;
  animation-direction: reverse;
  -webkit-animation: outBtm 0.5s backwards;
  -webkit-animation-direction: reverse;
}
.theme-menu.active i:nth-child(1) {
  animation: inT 0.5s forwards;
  -webkit-animation: inT 0.5s forwards;
}
.theme-menu.active i:nth-child(2) {
  animation: inM 0.5s forwards;
  -webkit-animation: inM 0.5s forwards;
}
.theme-menu.active i:nth-child(3) {
  animation: inBtm 0.5s forwards;
  -webkit-animation: inBtm 0.5s forwards;
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(13px) rotate(0deg);
  }
  100% {
    transform: translateY(13px) rotate(135deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(13px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(13px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(13px) rotate(0deg);
  }
  100% {
    transform: translateY(13px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(13px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(13px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-13px) rotate(0deg);
  }
  100% {
    transform: translateY(-13px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-13px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-13px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-13px) rotate(0deg);
  }
  100% {
    transform: translateY(-13px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-13px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-13px) rotate(135deg);
  }
}
/**************************************************************************/
/*	나의메뉴	*/
/**************************************************************************/
.mymenu {
  width: 205px;
  height: 685px;
  border: 1px solid #bfbfbf;
  position: absolute;
  top: 34px;
  right: -64px;
  display: none;
}
.full-header .mymenu {
  top:50px;
}
.mymenu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url('../img/profile_close.png') no-repeat center;
  width: 14px;
  height: 14px;
}
.mymenu-profile {
  height: 330px;
  background: #fff;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 15px;
}
.profile {
  min-height: 135px;
}
.profile-img {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
}
.profile-kr_name {
  font-size: 20px;
  font-weight: 300;
  color: #818285;
  display: block;
  margin-top: 5px;
}
.profile-en_name {
  display: block;
  margin-top: -10px;
  font-size: 14px;
  font-weight: 300;
  color: #818285;
}
.profile-menu {
  margin: 13px auto;
  width: 172px;
}
.profile-menu li {
  position: relative;
  height: 32px;
  width: 172px;
  margin-bottom: 10px;
}
.profile-menu a {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #3cb49a;
  color: #3cb49a;
  font-size: 15px;
  font-weight: 300;
  padding-left: 20px;
}
.menu-mybook {
  background: url('../img/mybook.png') no-repeat 15px;
}
.menu-mybook:hover {
  background: url('../img/mybook_over.png') no-repeat 15px #3cb49a;
  color: #fff;
}
/* .menu-myinfo {
	background:url('../img/myinfo.png') no-repeat 12px;
} */
.menu-myinfo:hover {
  /* background:url('../img/myinfo_over.png') no-repeat 12px #3cb49a; */
  background-color: #3cb49a;
  color: #fff;
}
.menu-myinfo-icon {
  position: absolute;
  background: url('../img/myinfo.png') no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  top: 5px;
  left: 13px;
  cursor: pointer;
}
.menu-myinfo-icon:hover + .menu-myinfo {
  background-color: #3cb49a;
  color: #fff;
}
.profile-menu li:hover .menu-myinfo-icon {
  position: absolute;
  background: url('../img/myinfo_over.png') no-repeat;
  display: inline-block;
  width: 23px;
  height: 23px;
  width: 24px;
  height: 24px;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
.menu-tell {
  background: url('../img/bell.png') no-repeat 15px;
  padding-left: 20px;
}
.menu-tell:hover {
  background: url('../img/bell_over.png') no-repeat 15px #3cb49a;
  color: #fff;
}

.mymenu-library {
  height: 226px;
  background: #e2e2e2;
  text-align: center;
}
.mymenu-library h3 {
  font-size: 18px;
  font-weight: 400;
  color: #818285;
  text-align: center;
  height: 41px;
  line-height: 41px;
}
.library-book {
  height: 146px;
  margin-bottom: 2px;
  position: relative;
}
.book_slide {
  width: 96px;
  overflow: hidden;
  margin: 0 auto;
}
.slide-wrap {
  width: 96px;
  margin: 0 auto;
}
.slide-wrap li {
  float: left;
  height: 146px;
  width: 96px;
}
.slide-wrap li img {
	width: 100%;
	height: 100%;
}
.slide-prev,
.slide-next {
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.slide-prev {
  width: 8px;
  height: 17px;
  background: url('../img/profile_prev_on.png') no-repeat center;
  left: 30px;
}
.slide-next {
  width: 8px;
  height: 17px;
  background: url('../img/profile_next_on.png') no-repeat center;
  right: 30px;
}
.slide-prev.disabled,
.slide-next.disabled {
	display: none;
}
.library-book_title {
  color: #818285;
  font-size: 13px;
  font-weight: 300;
  width: 172px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mymenu-menu {
  background: #fff;
  border-top: 1px solid #e2e2e2;
}
.mymenu-menu li {
  height: 42px;
  line-height: 42px;
  text-align: center;
}
.mymenu-menu li:last-child {
  border-bottom: none;
}
.mymenu-menu a {
  font-size: 15px;
  color: #818285;
  width: 130px;
  font-weight: 300;
  display: inline-block;
  border-bottom: 1px solid #d7d7d7;
}
.mymenu-menu a:hover {
  color: #3fb69b;
}
.mymenu-menu a.menu-logout {
  width: 100%;
  padding-left: 20px;
  color: #3d3d3d;
  background: url('../img/logout.png') no-repeat 50px #b5b5b5;
}
.mymenu-menu a.menu-logout:hover {
  color: white;
  background: url('../img/logout.png') no-repeat 50px #b5b5b5;
}

/**************************************************************************/
/*	햄버거메뉴	*/
/**************************************************************************/
.hamburgermenu-close {
  width: 32px;
  height: 32px;
  background: url('../img/menu_close.png') no-repeat center;
  position: absolute;
  top: -50px;
  right: 0;
}
.hamburgermenu {
  width: 205px;
  height: auto;
  position: absolute;
  top: 34px;
  background: #fff;
  right: -36px;
  border: 1px solid #bfbfbf;
  display: none;
}
.full-header .hamburgermenu {
  top:50px;
}
.hamburgermenu-thema {
  width: 100%;
  height: 100%;
  margin: 12px 0;
}
.hamburgermenu-thema li {
  height: 52px;
  position: relative;
}
.hamburgermenu-thema li:hover {
  background: #efefef;
}
.hamburgermenu-thema img {
  position: absolute;
  left: 25px;
  top: 5px;
}
.hamburgermenu-thema a {
  position: absolute;
  display: inline;
  padding-left: 90px;
  color: #555;
  line-height: 52px;
  font-size: 18px;
  font-weight: 300;
}
/* .hamburgermenu-thema a {
  display: inline-block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #555;
  font-size: 18px;
  font-weight: 300;
  padding-left: 90px;
} */
.thema-kids {
  background: url('../img/kids.png') no-repeat 25px;
}
.thema-kids:hover {
  background: url('../img/kids.png') no-repeat 25px #efefef;
}
.thema-teenageer {
  background: url('../img/teenage.png') no-repeat 25px;
}
.thema-teenageer:hover {
  background: url('../img/teenage.png') no-repeat 25px #efefef;
}
.thema-yolo {
  background: url('../img/yolo.png') no-repeat 25px;
}
.thema-yolo:hover {
  background: url('../img/yolo.png') no-repeat 25px #efefef;
}
.thema-parents {
  background: url('../img/parents.png') no-repeat 25px;
}
.thema-parents:hover {
  background: url('../img/parents.png') no-repeat 25px #efefef;
}
.thema-silver {
  background: url('../img/silver.png') no-repeat 25px;
}
.thema-silver:hover {
  background: url('../img/silver.png') no-repeat 25px #efefef;
}
.thema-ltr {
  background: url('../img/ltr.png') no-repeat 25px;
}
.thema-ltr:hover {
  background: url('../img/ltr.png') no-repeat 25px #efefef;
}
.thema-human {
  background: url('../img/human.png') no-repeat 25px;
}
.thema-human:hover {
  background: url('../img/human.png') no-repeat 25px #efefef;
}
.thema-art {
  background: url('../img/art.png') no-repeat 25px;
}
.thema-art:hover {
  background: url('../img/art.png') no-repeat 25px #efefef;
}

/* .hamburgermenu-tab li {
	float: left;
	width: 295px;
	height: 64px;
	text-align: center;
}
.hamburgermenu-tab li a {
	font-size:26px;
	color:#fff;
	font-weight: 300;
	background:#3cb49a;
	width: 295px;
	height: 64px;
	line-height: 64px;
	display: inline-block;
}
.hamburgermenu-tab li a:hover {
	background:#fff;
	color:#555;
}
.hamburgermenu-tab li a.on {
	background:#fff;
	color:#555;
}
.hamburgermenu-tab_contents {
	background:#fff;
	height: 690px;
	padding:70px 30px;
}

.category-list, .situation-list {
	float: left;
	margin-left: 9px;
	margin-bottom: 60px;
}
.situation-list:nth-child(1), .situation-list:nth-child(4) {
	margin-left: 0;;
}
.category-list h3, .situation-list h3 {
	height: 45px;
	line-height: 45px;
	text-indent: 17px;
	color:#555;
	font-size:22px;
	font-weight: 500;
	background:#e2e2e2;
	margin-bottom: 20px;
	position: relative;
}
.list_move {
	width: 25px;
	height: 25px;
	position: absolute;
	top:50%;
	margin-top:-12.5px;
	right:15px;
	background:url('../img/menu_move_off.png') no-repeat center;
}
.list_move:hover {
	background:url('../img/menu_move_on.png') no-repeat center;
}
.kids-list-menu {
	width: 437px;
	height: 100%;
}
.kids-list-menu li, .list-menu li, .youth-list-menu li {
	width: 50%;
	float: left;
	text-indent: 17px;
	height: 25px;
	line-height: 25px;
}
.list-menu li {
	width: 100%;
}
.kids-list-menu li a, .list-menu li a, .youth-list-menu li a {
	font-weight: 300;
	font-size::18px;
	color:#555;
}
.kids-list-menu li a:hover, .list-menu li a:hover, .youth-list-menu li a:hover {
	color:#3cb49a;
	font-weight: 400;
}
.list-menu {
	width: 210px;
}
.situation-list .youth-list-menu, .situation-list .list-menu {
	width: 362px;
	height: 205px;
} */

/**************************************************************************/
/*	사이드 퀵메뉴	*/
/**************************************************************************/
/* 
.quick {
  width: 83px;
  height: 364px;
  position: fixed;
  top: 21.8%;
  top: 50%;
  right: 0;
  z-index: 997;
  border: 1px solid #ddd;
}
.quick-menu li {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #cccccc;
}
.quick-menu li:last-child {
  border-bottom: none;
}
.quick-menu a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #fff;
  color: #3fb69b;
  font-size: 18px;
  line-height: 90px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s;
}
.quick-menu a:hover {
  background: #e8e8e8;
}
.quick-menu a img {
  vertical-align: middle;
}
.quick-up {
  height: 46px;
  width: 100%;
  background: url('../img/side_menu_up.png') no-repeat center #3fb69b;
}
.quick-down {
  height: 46px;
  width: 100%;
  background: url('../img/side_menu_down.png') no-repeat center #3fb69b;
  margin-top: -5px;
}
 */
div.quick {
	position: fixed;
	right:20px;
	top:60px;
	z-index:997;
	width: 70px;	
}
.quick-menu {
	/* border:1px solid #cccccc; */
	/* background:#232323; */
	background: #F5F5F5;
	text-align: center;
	width: 71px;
}
.quick-title {
	height: 52px;
	color:#fff;
	font-size:12px;
	position: relative;
	font-weight: bold;
	background:url('../img/home.png') no-repeat center 10px #6f747c; 
	padding-top: 33px;
	cursor: pointer;
}
.quick-title::after {
	content:'';
	width: 8px;
	height: 10px;
	left:50%;
	margin-left: -4px;
	bottom:-8px;
	display: inline-block;
	position: absolute;
	background:url('../img/quick_arrow.png') no-repeat center;
}
.quick a {
	display: inline-block;
	color:#8e8e8e;
	font-size:12px;
	width: 71px;
	padding-top: 40px;
}
.quick00 {
	background:url('../img/side_logo.png') no-repeat center 20px;
	background-size:50px;
	width: 100%;
	height: 60px;
	text-indent:-9999px;
}
.quick01 a {
	background:url('../img/kids.png') no-repeat center 8px;
	background-size:30px;
	padding-top: 50px;	
}
.quick00-1 a {
	background:url('../img/kids.png') no-repeat center 10px;
	background-size:30px;
	padding-top: 42px;
	margin-top: 6px;
}
.quick02 a {
	background:url('../img/teenage.png') no-repeat center 8px;
	background-size:30px;	
}
.quick03 a {
	background:url('../img/yolo.png') no-repeat center 8px;
	background-size:30px;	
}
.quick04 a {
	background:url('../img/parents.png') no-repeat center 8px;
	background-size:30px;	
}
.quick05 a {
	background:url('../img/silver.png') no-repeat center 8px;
	background-size:30px;	
}
.quick06 a {
	background:url('../img/ltr.png') no-repeat center 8px;
	background-size:30px;	
}
.quick07 a {
	background:url('../img/human.png') no-repeat center 8px;
	background-size:30px;	
}
.quick08 a {
	background:url('../img/art.png') no-repeat center 8px;
	background-size:30px;
}
.quick09 a {
	background:url('../img/music.png') no-repeat center 8px;
	background-size:30px;
	padding-bottom: 10px;		
}
.notice-btn a {
	height: 60px;
	background:url('../img/notice.png') no-repeat center 10px #6f747c;
	color:#fff;
	font-size:14px;
	padding-top: 35px;
	color:#fff;
	font-size:12px;
}
.notice-btn a img {
	padding-top: 5px;
	width:14px;
}
.quick-up {
	margin-top: 88px;
  /* border:1px solid #ccc; */
  height: 42px;
  width: 71px;
	background: url('../img/arrow12.png') no-repeat center 9px #292929;
	border-bottom:none;
  position: relative;
  color:#fff;
  padding-top: 15px;
  font-size:12px;
}
.quick-down {
	/* border:1px solid #ccc; */
	height: 40px;
	width: 71px;
	background: url('../img/arrow10.png') no-repeat center #292929;
	margin-top: -5px;
}
.quick-off {
	margin-top: -1px;
	width: 71px;
	height: 33px;
	background:url('../img/quick_open.png') no-repeat center;
}
.quick-off.on {
	background:url('../img/quick_close.png') no-repeat center;
}

/**************************************************************************/
/*	브레드크럼	*/
/**************************************************************************/
.breadcrumbs li {
  font-size: 17px !important;
}
.breadcrumbs-home {
  background-size: 20px !important;
  cursor: pointer !important;
}

/**************************************************************************/
/*	푸터	*/
/**************************************************************************/
footer {
  background: #7d7d7d;
  width: 100%;
  position: absolute;
  bottom: -190px;
}
.footer-wrap {
  width: 1164px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
}
.footer-logo {
  width: 194px;
  height: 38px;
  float: left;
  margin-top: 50px;
}
address {
  float: left;
  margin-left: 135px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin-top: 50px;
}
address strong {
  font-weight: 700;
  font-size: 15px;
}
address em {
  display: inline-block;
  margin-top: 10px;
}
.footer-util {
  float: right;
  margin-top: 130px;
}
.footer-util,
.footer-util a {
  font-size: 16px;
  color: #fff;
}

/*
*/
/*	버튼 스타일  */
/*
*/
.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('../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('../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;
}
.pagination2 {
  /* width: 450px; */
  min-width: 450px;
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
  text-align: center;
}
.pagination2 a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.page-head,
.prev,
.next,
.page-back {
  width: 36px;
  height: 36px;
  border: 1px solid #c2c2c2;
}
.page-head {
  background: url('../img/page_head.png') no-repeat center #fff;
}
.page-back {
  background: url('../img/page_back.png') no-repeat center #fff;
}
.prev {
  background: url('../img/prev.png') no-repeat center #fff;
  margin-right: 20px;
}
.next {
  background: url('../img/next.png') no-repeat center #fff;
  margin-left: 20px;
}
.page-head:hover {
  background: url('../img/page_head.png') no-repeat center #f6f6f6;
}
.page-back:hover {
  background: url('../img/page_back.png') no-repeat center #f6f6f6;
}
.prev:hover {
  background: url('../img/prev.png') no-repeat center #f6f6f6;
  margin-right: 20px;
}
.next:hover {
  background: url('../img/next.png') no-repeat center #f6f6f6;
  margin-left: 20px;
}
.page-head,
.next {
  border-right: none;
  margin-right: -4px;
}
.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;
}

/*
*/
/*	기본 팝업 스타일	 */
/*
*/
.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('../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;
}

/*
*/
/*	도서정보	*/
/*
*/
.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;
  word-wrap: break-word;
}
.book-writer {
  font-size: 15px;
  color: #fff;
  transition: all 0.5s;
}
img.ebook-icon {
	position: absolute;
	top:10px;
	left:10px;
	width: 34px;
	height: 34px;
}

/*
*/
/*	상황 및 솔루션 / 테마	*/
/*
*/

.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;
}
span.worry-situation strong {
  color: #555;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #555;
}
span.worry-situation small {
  font-size: 20px;
  color: #555;
  font-weight: 400;
  display: block;
  line-height: 1.2;
  margin-top: 7px;
}
span.thema-situation strong {
  display: inline-block;
  font-size: 16px;
  color: #555;
  font-weight: 500;
  border-bottom: 1px solid #555;
}
span.worry-title {
  width: 85px;
  height: 85px;
  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;
}
span.worry-title span {
  color: #fff;
  width: 85px;
  height: 85px;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
span.thema-category {
  width: 85px;
  height: 85px;
  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;
}
span.thema-category span {
  color: #fff;
  font-size: 20px;
  width: 85px;
  height: 85px;
  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('../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%;
  height: 100%;
}
.thema-situation {
  height: 125px;
  width: 368px;
  display: table-cell;
  background: #e2e2e2;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
}
span.thema-situation em {
  font-size: 20px;
  color: #555;
  font-weight: 400;
  display: block;
  line-height: 1.2;
  margin-top: 7px;
}

/*	카드콘텐츠	*/
.card_contents li {
  border: 1px solid #cdcdcd;
}

/*	메인 - 키워드	*/

.keyword_mark {
  width: 1164px;
  margin: 0 auto;
  margin-bottom: 5px;
  text-align: right;
}
.keyword_mark span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #4a4a4a;
}
.color-text1 {
  color: #3cb49a;
}
.color-text2 {
  color: #fb6a89;
}
.color1,
.color2 {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.color1 {
  background-color: #3cb49a;
}
.color2 {
  background-color: #fb6a89;
  margin-left: 30px;
}
.main-keyword a.color-line1 {
  color: #3cb49a;
  font-weight: 500;
}
.main-keyword a.color-line2 {
  color: #fb6a89;
  font-weight: 500;
}

/* 메인 인생서가 추천도서 */
.book_info-thema {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.book_info-thema img {
  width: 30px;
  /* height: 34px; */
  margin: 0 1.5px;
  border-radius: 50px;
}
.book_info-thema img:hover {
  background: #fff;
}

/*
*/
/*	19.04.29 수정	*/
/*
*/
.main-contents3 .contents-title {
  margin-top: 50px;
}
.main-contents3 .main-btn {
  bottom: 0;
}

.solution button.prev_btn {
  left: 35px;
}
.solution button.next_btn {
  right: 35px;
}
strong.popbook_silde-title {
	font-size:18px;
}
/* div.solution_banner p {
  font-size: 40px;
} */

.tab-contents2 .result-text {
  margin-bottom: 20px;
}

/*
*/
/*	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('../img/select_icon.png') no-repeat 85px #fff;
  text-indent: 7px;
  padding-right: 35px;
}
.select-123 {
  width: 123px;
  height: 40px;
  background: url('../img/select_icon.png') no-repeat 93px #fff;
  text-indent: 15px;
  padding-right: 35px;
}
.select-140 {
  width: 140px;
  height: 40px;
  background: url('../img/select_icon.png') no-repeat 110px #fff;
  text-indent: 7px;
  padding-right: 35px;
}
.select-150 {
  width: 150px;
  height: 40px;
  background: url('../img/select_icon.png') no-repeat 120px #fff;
  text-indent: 7px;
  padding-right: 35px;
}
.select-160 {
  width: 160px;
  height: 40px;
  background: url('../img/select_icon.png') no-repeat 130px #fff;
  text-indent: 7px;
  padding-right: 35px;
}
.select-185 {
  width: 185px;
  height: 40px;
  background: url('../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;
}
.mt20 {
	margin-top: 20px;
}
.mt190 {
	margin-top: 190px !important;
}

/*	각 컬렉션별 색, 버튼스타일	*/
.eco-color {
  background: #3cb49a;
}
.kids-color {
  background: #fcb95a;
}
.teenager-color, .youth-color {
  background: #b1ca85;
}
.yolo-color {
  background: #85b7d9;
}
.parents-color {
  background: #f79c64;
}
.silver-color,
.aged-color {
  background: #f6a1a4;
}
.ltr-color,
.literature-color {
  background: #d3b695;
}
.human-color,
.humanities-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;
}
.CL09-color {
  background: #28292cd1;
}

.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,
.aged-btn {
  border: 1px solid #f6a1a4;
  background: #fff;
  color: #f6a1a4;
}
.silver-btn:hover,
.aged-btn:hover {
  background: #f6a1a4;
  color: #fff;
}
.silver-btn.on,
.aged-btn.on {
  background: #f6a1a4;
  color: #fff;
}
.ltr-btn,
.literature-btn {
  border: 1px solid #d3b695;
  background: #fff;
  color: #d3b695;
}
.ltr-btn:hover,
.literature-btn:hover {
  background: #d3b695;
  color: #fff;
}
.ltr-btn.on,
.literature-btn.on {
  background: #d3b695;
  color: #fff;
}
.human-btn,
.humanities-btn {
  border: 1px solid #bdc1b6;
  background: #fff;
  color: #bdc1b6;
}
.human-btn:hover,
.humanities-btn:hover {
  background: #bdc1b6;
  color: #fff;
}
.human-btn.on,
.humanities-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;
}
/* 당신을 위한 추천 > 추천컨텐츠 보여줄때 버튼 */
.music-btn {
  border: 1px solid #28292cd1;
  background: #fff;
  color: #28292cd1;
}
.music-btn:hover {
  background: #28292cd1;
  color: #fff;
}
.music-btn.on {
  background: #28292cd1;
  color: #fff;
}

/* 팝엽 */

.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: 22px;
  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;
}
.kids-root {
  background: url('../img/kids.png') no-repeat;
}
.teenager-root {
  background: url('../img/teenage.png') no-repeat;
}
.yolo-root {
  background: url('../img/yolo.png') no-repeat;
}
.parents-root {
  background: url('../img/parents.png') no-repeat;
}
.silver-root {
  background: url('../img/silver.png') no-repeat;
}
.ltr-root {
  background: url('../img/ltr.png') no-repeat;
}
.human-root {
  background: url('../img/human.png') no-repeat;
}
.art-root {
  background: url('../img/art.png') no-repeat;
}

.CL01-color:hover,
.kids-color:hover {
  background: #f7ad44;
}
.CL02-color:hover,
.teenager-color:hover {
  background: #9ebf63;
}
.CL03-color:hover,
.yolo-color:hover {
  background: #6aa6cf;
}
.CL04-color:hover,
.parents-color:hover {
  background: #e8894f;
}
.CL05-color:hover,
.silver-color:hover,
.aged-color:hover {
  background: #eb9295;
}
.CL07-color:hover,
.ltr-color:hover,
.literature-color:hover {
  background: #cca67b;
}
.CL06-color:hover,
.human-color:hover,
.humanities-color:hover {
  background: #a9ada3;
}
.CL08-color:hover,
.art-color:hover {
  background: #986dbc;
}

.book_root-list .kids-color {
  background: url('../img/kids_text.png') no-repeat center #fcb95a;
}
.book_root-list .youth-color {
  background: url('../img/teenage_text.png') no-repeat center #b1ca85;
}
.book_root-list .yolo-color {
  background: url('../img/yolo_text.png') no-repeat center #85b7d9;
}
.book_root-list .parents-color {
  background: url('../img/parents_text.png') no-repeat center #f79c64;
}
.book_root-list .aged-color {
  background: url('../img/silver_text.png') no-repeat center #f6a1a4;
}
.book_root-list .literature-color {
  background: url('../img/ltr_text.png') no-repeat center #d3b695;
}
.book_root-list .humanities-color {
  background: url('../img/human_text.png') no-repeat center #bdc1b6;
}
.book_root-list .art-color {
  background: url('../img/art_text.png') no-repeat center #b08ad2;
}

.book_root-list .kids-color:hover {
  background: url('../img/move.png') no-repeat center #f7ad44;
}
.book_root-list .youth-color:hover {
  background: url('../img/move.png') no-repeat center #9ebf63;
}
.book_root-list .yolo-color:hover {
  background: url('../img/move.png') no-repeat center #6aa6cf;
}
.book_root-list .parents-color:hover {
  background: url('../img/move.png') no-repeat center #e8894f;
}
.book_root-list .aged-color:hover {
  background: url('../img/move.png') no-repeat center #eb9295;
}
.book_root-list .literature-color:hover {
  background: url('../img/move.png') no-repeat center #cca67b;
}
.book_root-list .humanities-color:hover {
  background: url('../img/move.png') no-repeat center #a9ada3;
}
.book_root-list .art-color:hover {
  background: url('../img/move.png') no-repeat center #986dbc;
}

/* 2019.07.01 추가 */
.no_search {
	display: none;
    width: 100%;
    height: 400px;
    text-align: center;
}
.no_search_text {
    font-size:22px;
    color:#a9a9a9;
    padding-top: 120px;
    background:url('../img/no_search.png') no-repeat center top;
    margin-top: 120px;
    display: inline-block;
}

.pointer {
	cursor: pointer;
}

/*
*/
/*	팝업 - 추천	 */
/*
*/

.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, .recommend-kids .thema:hover {
  border: 2px solid #fab860;
  color: #fab860;
  background: #fff5d8;
  font-weight: normal;
}
.thema1.on, .recommend-kids .thema.on {
  border: 2px solid #fab860;
  color: #fab860;
  background: #fff5d8;
  font-weight: normal;
}

.thema2:hover, .recommend-youth .thema:hover {
  border: 2px solid #b1ca85;
  color: #b1ca85;
  background: #edf9d9;
  font-weight: normal;
}
.thema2.on, .recommend-youth .thema.on {
  border: 2px solid #b1ca85;
  color: #b1ca85;
  background: #edf9d9;
  font-weight: normal;
}
.thema3:hover, .recommend-yolo .thema:hover {
  border: 2px solid #85b7d9;
  color: #85b7d9;
  background: #e4f4ff;
  font-weight: normal;
}
.thema3.on, .recommend-yolo .thema.on {
  border: 2px solid #85b7d9;
  color: #85b7d9;
  background: #e4f4ff;
  font-weight: normal;
}
.thema4:hover, .recommend-parents .thema:hover {
  border: 2px solid #f79c64;
  color: #f79c64;
  background: #ffede2;
  font-weight: normal;
}
.thema4.on, .recommend-parents .thema.on {
  border: 2px solid #f79c64;
  color: #f79c64;
  background: #ffede2;
  font-weight: normal;
}
.thema5:hover, .recommend-aged .thema:hover {
  border: 2px solid #f6a1a4;
  color: #f6a1a4;
  background: #ffedee;
  font-weight: normal;
}
.thema5.on, .recommend-aged .thema.on {
  border: 2px solid #f6a1a4;
  color: #f6a1a4;
  background: #ffedee;
  font-weight: normal;
}
.thema6:hover, .recommend-literature .thema:hover {
  border: 2px solid #d3b695;
  color: #d3b695;
  background: #f6eadd;
  font-weight: normal;
}
.thema6.on, .recommend-literature .thema.on {
  border: 2px solid #d3b695;
  color: #d3b695;
  background: #f6eadd;
  font-weight: normal;
}
.thema7:hover, .recommend-humanities .thema:hover {
  border: 2px solid #bdc1b6;
  color: #889472;
  background: #e5e9df;
  font-weight: normal;
}
.thema7.on, .recommend-humanities .thema.on {
  border: 2px solid #bdc1b6;
  color: #889472;
  background: #e5e9df;
  font-weight: normal;
}
.thema8:hover, .recommend-art .thema:hover {
  border: 2px solid #a897e8;
  color: #a897e8;
  background: #eeeafb;
  font-weight: normal;
}
.thema8.on, .recommend-art .thema.on {
  border: 2px solid #a897e8;
  color: #a897e8;
  background: #eeeafb;
  font-weight: normal;
}
/* 당신을 위한 추천 > 음악북스 매핑카테고리 선택화면 */
.thema9:hover, .recommend-music .thema:hover {
  border: 2px solid #28292c;
  color: #28292c;
  background: #f3f3f3;
  font-weight: normal;
}
.thema9.on, .recommend-music .thema.on {
  border: 2px solid #28292c;
  color: #28292c;
  background: #f3f3f3;
  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;
  /* display: inline-table; */
  /* 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) {
  width: 100%;
  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: 20px;
    position: relative;
}
/* 세로 기준 두번째 */
.recommend-select_category:nth-of-type(3), .recommend-select_category:nth-of-type(6) {
    left: 40px;
    position: relative;
}

/* LHJ 추가 */
#rcdCategoryFrm{
	width: 905px;
	/* min-width: 620px; */
	/* max-width: 905px; */
	overflow-y: auto;
	max-height: 500px; 
}
.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;
}

/* 뷰어호출 */
#viewer_guide .modal_bg {
	position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 800px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}
#viewer_guide .modal_bg p {
	color: white;
    font-size: 26px;
    /* position: absolute;
    top: 55%;
    left: 40%; */
    margin-top: 26%;
}
#viewer_guide .nb-spinner {
   width: 75px;
   height: 75px;
   margin: 0;
   background: transparent;
   border-top: 4px solid #03a9f4;
   border-right: 4px solid transparent;
   border-radius: 50%;
   -webkit-animation: 1s spin linear infinite;
   animation: 1s spin linear infinite;

   position: absolute;
   left: calc(50% - 50px);
   top: calc(50% - 50px);
   z-index: 100000;
 }
 
 @-webkit-keyframes spin {
   from {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   to {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 @keyframes spin {
   from {
     -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
   }
   to {
     -webkit-transform: rotate(360deg);
     transform: rotate(360deg);
   }
 }
 
 [onClick], .pointer {
	cursor: pointer;
}
/* 솔루션 카드콘텐츠 css 추가 */
.solution .card_contents-box {
	margin-left: 60px;
}
.solution button.prev_btn {
	left: 10px;
}
.solution button.next_btn {
    right: 75px;
}
.solution .booklist-wrap {
    margin-top: 45px;
}
.solution-list img {
	border-radius: 10px;
}
.solution .card_contents li {
	border-radius: 30px;
    overflow: hidden;
}
.solution a.booklist-img {
    width: 214px;
    height: 318px;
}
.solution .booklist-wrap {
	margin-top: 45px;
}
div.card1,div.card2,div.card3 {
	border-radius:10px;
	overflow: hidden;
}
.solution button.prev_btn {
  left: 10px;
}
.solution button.next_btn {
  right: 75px;
}
.solution .card_contents-box {
	margin-left: 60px;
}
#random-bg {
	background:#ddd;
	border:none;
}


button.illAblebtn {
    width: 80px;
    height: 35px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 300;
    color: #898989;
    border: 2px solid #c7c8ca;
    z-index: 10;
}
button.illAblebtn:hover{
	color: #ffffff;
    background: #c7c8ca;
}
button.illAblebtn[disabled] {
    width: 80px;
    height: 35px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 300;
    color: #b3b3b3;
    border: 2px solid #e4e4e4;
    z-index: 10;
    background: #e0e0e0;
}
button.illAblebtn[disabled]:hover{
	cursor: default;
}
td.bookBand_td {
    display: none;
}
/*희망도서 신청 버튼*/
button.apply_book {/*공통*/
    position: absolute;
    margin-left: 208px;
    bottom: 162px;
    font-size: 16px;
    color: #9a9a9a;
    border: 2px solid #9a9a9a;
    padding: 5px 10px 5px 10px;
    border-radius: 20px;
}
button.apply_book:hover{
	background: #EFEFEF;
}
button.apply_book.art_ap_book {/*아트북스*/
    bottom: 177px;
}
button.apply_book.kid_ap_book {/*키즈북스*/
    bottom: 176px;
    margin-left: 218px;
}
button.apply_book.teen_ap_book {/*청소년북스*/
    bottom: 173px;
    margin-left: 200px;
}

/*정읍도서관 책밴드 신청 팝업*/
h4.popup-sub_title.bandsubTitle {
    display: inline-block;
    margin-right: 15px;
    font-size: 19px;
    font-weight: 400;
}
span.libName {
    font-size: 20px;
}
.popup-btn_wrap.btn_div {
    position: relative;
    top: 25px;
}
.popup-report.band_div {
    height: 351px;
}
button.yolo-popup_btn.radius.band_btn {
    font-size: 22px;
    font-weight: 500;
}
input.etc_input {
    width: 400px;
    height: 30px;
    text-indent: 7px;
    font-size: 22px;
    color: #707070;
    vertical-align: middle;
    position: relative;
    bottom: 4px;
}

/* ebook 모아보기 */
button.ebook_show_btn {
    width: 100px;
    height: 40px;
    background: url(../img/btn_ebook_off.png) no-repeat;
    margin-left: 60px;
    margin-top: 5px;
    margin-bottom: -5px;
}
button.ebook_show_btn.on{
    background: url('../img/btn_ebook_on.png') no-repeat;
}
img.ebook-icon-list {
    position: relative;
    top: -325px;
    width: 34px;
    height: 34px;
    left: 10px;
}

/*	19/11/06 변경사항	*/
.solution-list img {
	border-radius:10px;
}
.solution .card_contents li {
	border-radius:30px;
	overflow: hidden;
	width: 367px;
	height: 367px;
}
.solution a.booklist-img {
	width: 214px;
	height: 318px;
} 
.solution .booklist-wrap {
	margin-top: 45px;
}

div.card1,div.card2,div.card3 {
	border-radius:10px;
	overflow: hidden;
}
.solution button.prev_btn {
  left: 10px;
}
.solution button.next_btn {
  right: 75px;
}
.solution .card_contents-box {
	margin-left: 60px;
}


#random-bg {
	background:#ddd;
	border:none;
}

.main-contents1 {
	position: relative;
}
.main-contents1 .main-prev,.main-contents1 .main-next {
	position: absolute;
	top:50%;
	width: 30px;
	height: 54px;
	margin-top: -27px;
	display: inline-block;
}
.main-contents1 .main-prev {
	background:url('../img/main_prev.png') no-repeat;
	left:0;
}
.main-contents1 .main-next {
	background:url('../img/main_next.png') no-repeat;
	right:0;
}
.slide {	
	width: 1020px;
	margin:0 auto;
	margin-top: 40px;
	overflow: hidden;
}
.slide5 {
	width: 1000px;
}
.slide6 {
	width: 1066px;
}
.slide ul {
	width: 2000px;
	height: auto;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.slide .teenager {
	width: 2000px;
}
.slide .human {
	width: 2160px;
}
.slide ul.contents-composition_wrap li {
	width: 250px;
}
.slide5 .teenager.contents-composition_wrap li {
	width: 200px;
}
.slide6 .human.contents-composition_wrap li {
	width: 180px;
}
