@CHARSET "UTF-8";

.contents2,.contents3,.contents4 {
	display: none;
}

.book_body_nav{height: 63px; margin-top: 30px; border-bottom:1px solid #cdcdcd;}
.book_body_nav>li{
  position:relative;top:13px;
  float:left; width:200px; height:50px;
  font-size:16px;color:#5a5a5a;text-align: center;
  border:1px solid #cdcdcd;border-bottom: none;border-right: none;
  line-height: 50px;box-sizing: border-box; cursor:pointer;
}
.book_body_nav>li:last-of-type{border-right: 1px solid #cdcdcd;}

.book_body_nav>li.on+li{border-left:none;}
/*아이콘*/
.book_body_nav>li.tab01{
  text-indent:18px;
	background:url(../img/schoolbooks/sb-icon-recom-off.png) no-repeat 53px 9px,#f8f8f8;
}
.book_body_nav>li.tab01.on,.book_body_nav>li.tab01:active{
	background:url(../img/schoolbooks/sb-icon-recom-on.png) no-repeat 53px 17px,#ffffff;
}
.book_body_nav>li.tab02{
  text-indent:18px;
	background:url(../img/schoolbooks/sb-icon-yeongye-off.png) no-repeat 43px 10px,#f8f8f8;
}
.book_body_nav>li.tab02.on,.book_body_nav>li.tab02:active{
	background:url(../img/schoolbooks/sb-icon-yeongye-on.png) no-repeat 43px 18px,#ffffff;
}
.book_body_nav>li.tab03{
  text-indent:18px;
	background:url(../img/schoolbooks/sb-icon-bookinfo-off.png) no-repeat 45px 10px,#f8f8f8;
}
.book_body_nav>li.tab03.on,.book_body_nav>li.tab03:active{
	background:url(../img/schoolbooks/sb-icon-bookinfo-on.png) no-repeat 45px 18px,#ffffff;
}
.book_body_nav>li.tab04{
  text-indent:18px;
	background:url(../img/schoolbooks/sb-icon-sogang-off.png) no-repeat 45px 10px,#f8f8f8;
}
.book_body_nav>li.tab04.on,.book_body_nav>li.tab04:active{
	background:url(../img/schoolbooks/sb-icon-sogang-on.png) no-repeat 45px 17px,#ffffff;
}
.book_body_nav>li.tab_card{
  text-indent:18px;
	background:url(../img/schoolbooks/sb-icon-content_off.png) no-repeat 32px 8px,#f8f8f8;
}
.book_body_nav>li.tab_card.on,.book_body_nav>li.tab_card:active{
	background:url(../img/schoolbooks/sb-icon-content.png) no-repeat 32px 16px,#ffffff;
}
.book_body_nav>li.tab_topic{
  text-indent:18px;
	background:url(../img/schoolbooks/sb-icon-topic_off.png) no-repeat 32px 8px,#f8f8f8;
}
.book_body_nav>li.tab_topic.on,.book_body_nav>li.tab_topic:active{
	background:url(../img/schoolbooks/sb-icon-topic.png) no-repeat 32px 16px,#ffffff;
}
.book_body_nav>li:active,.book_body_nav>li.on{
  top:0;
  color:#323232;height:64px;
  font-weight:bold; background:#fff;
  border:1px solid #cdcdcd;border-bottom: none;
  line-height:64px;
}
.book_body_inner>img,
.represent_label img{
    margin-right: 5px;
    margin-top: 5px;
    width: auto;
    vertical-align: top;
}
.represent_label {
	border-bottom:4px solid #ebebeb;
	margin-top: 20px;
}
.book_body_inner>h3,
.represent_label h3{
  display: inline; font-size: 20px; font-weight: bold;
  color:#5a5a5a;line-height: 45px;padding-bottom: 5px;
}


.left_list {
	background:#ebebeb;
	width: 280px;
	float: left;
	margin-top: 10px;
}
.left_list li {
	width: 100%;
	height: auto;
	padding:10px 30px;
	font-size:15px;
	color:#646464;
	border-bottom:1px solid #ececec;
	box-sizing:border-box;
	overflow: hidden;
	line-height: 24px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	background:#d7d7d7;
	cursor: pointer;
}
.left_list li.side_on {
	color:#fff;
	background:url(../img/schoolbooks/tri-white.png) no-repeat right center,#F4792A;
}

.right_contents {
	padding-left: 25px;
	width: 895px;
	float: left;
	margin-top: 10px;
}
.block1,.block2,.block3,.block4 {
	border-bottom:4px solid #ebebeb;
	padding-bottom: 50px;
}
.block5 {
	padding-bottom: 50px;
}
.contents-title {
	margin-top: 17px;
	font-size:24px;
	font-weight: bold;
	color:#5a5a5a;
}
.sub_title {
	margin-top: 20px;
	font-size:17px;
	font-weight: bold;
	color:#5a5a5a;
	margin-bottom: 26px;
}

.slide_wrap {
	margin-top: 40px;
	width: 100%;
	position: relative;
}
.b_slide_wrap {
	background:#464646;
	padding:30px 0;
	margin-top: 0;
}
.slide__wrap {
	width: 400px;
	height: 400px;
	margin:0 auto;
	overflow: hidden;
}
.card_slide li {
	float: left;
	width: 400px;
	height: 400px;
	border:1px solid #ececec;
	box-sizing:border-box;
}
.b_slide_wrap .card_slide li {
	border:none;
}
.card_slide img {
	width: 100%;
	height: 100%;
}
.prev_card, .next_card {
	width: 16px;
	height: 34px;
	position: absolute;
	top:50%;
	opacity: 0.7;
	margin-top: -17px;
}
.prev_card:hover, .next_card:hover {
	opacity: 1;
}
.prev_card {
	left:190px;
	background:url(../img/schoolbooks/arrow-b-left.png) no-repeat;
}
.b_slide_wrap .prev_card {
	left:340px;
	background:url(../img/schoolbooks/arrow-w-left.png) no-repeat;
}
.next_card {
	right:190px;
	background:url(../img/schoolbooks/arrow-b.png) no-repeat;
}
.b_slide_wrap .next_card {
	right:340px;
	background:url(../img/schoolbooks/arrow-w.png) no-repeat;
}

.area_box textarea {
	resize:none;
	border:1px solid #dbdbdb;
	overflow-x:hidden;
	box-sizing:border-box;
	height: 110px;
	margin-top: 20px;
	padding: 10px;
	font-size:16px;
	width: 100%;
}

.keyword-list {
	margin-top: 28px;
}
.keyword-list li {
	float: left;
	border:1px solid #dcdcdc;
	margin-right: 10px;
	display: inline-block;
	width: 130px;
	height: 40px;
	font-size:14px;
	color:#636363;
	line-height: 40px;
	text-align: center;
	border-radius:20px;
}

.detail_substan {
	padding-top: 25px;
	padding-bottom: 20px;
}
.detail_substan li, .detail_substan p {
	font-size:14px;
	color:#5a5a5a;
	line-height: 30px;
}
.detail_substan b {
	font-weight: bold;
}

/*	소장정보 테이블	*/
.keep_table{width: 100%;border-bottom: 1px solid #232323; font-size:14px;}
.keep_table tr{height: 40px;color: #5a5a5a;text-align: center;}
.keep_table th{background: #a0a0a0; color:#ffffff}
.keep_table tr:nth-of-type(odd){background: #f0f0f0;}
.nobook{padding-left: 65px;font-size: 14px; font-weight: bold;
color:#5a5a5a;}
input.btn_want{
	margin-left: 20px;
	width: 120px; height: 30px;
	background: #5a5e69;
	color:#ffffff;
	line-height: 30px;
	border-radius: 6px;
}
p.red_p {
	color:red;
	padding:5px 0 0 5px;
	font-size:13px;
}

/* 도서상세 -소장정보 > 예약버튼 */
.btn_res {
	width: 60px;
	height: 30px;
	background-color: #b2b2b2;
	color: white;
	font-size: 12px;
	text-align: center;
	outline: none;
	cursor: default;
}
.btn_res.on {
	background-color: #00508a;
	font-weight: bold;
	cursor: pointer;
}
.btn_res.on:HOVER, .btn_res.on:ACTIVE {
	background-color: #0067b3;
}

/*	꿈노트 탭	*/
.book_body_nav>li.tab05{
	text-indent:18px;
	background:url(../img/00_common/sb-icon-note_off.png) no-repeat 45px 15px,#f8f8f8;
}
.book_body_nav>li.tab05.on,.book_body_nav>li.tab05:active{
	background:url(../img/00_common/sb-icon-note_on.png) no-repeat 45px 22px,#ffffff;
}
		
/*	꿈노트	*/
.note_wrap::after {
	content:'';
	clear:both;
	display:block;
}
.note_wrap {
	margin-top: 50px;
	height: 450px;
	background:url(../img/06_coursebook/dreamnote.png) no-repeat center 215px;
}
.note_page {
	width: 180px;
	height: 320px;
	float:left;
	margin:0 110px;
	text-align: center;
	margin-top: 20px;
}
.note_page1 {
	background:url(../img/06_coursebook/enn_page_off.png) no-repeat center;
}
.note_page1_on {
	background:url(../img/06_coursebook/enn_page_on.png) no-repeat center;
}
.note_page1:hover {
	background:url(../img/06_coursebook/enn_page_on.png) no-repeat center;
	margin-top: 0;
	transition:margin-top 0.5s;
}
.note_page2 {
	background:url(../img/06_coursebook/major_page_off.png) no-repeat center;
}
.note_page2_on {
	background:url(../img/06_coursebook/major_page_on.png) no-repeat center;
}
.note_page2:hover {
	background:url(../img/06_coursebook/major_page_on.png) no-repeat center;
	margin-top: 0;
	transition:margin-top 0.5s;
}
.note_page3 {
	background:url(../img/06_coursebook/job_page_off.png) no-repeat center;
}
.note_page3_on {
	background:url(../img/06_coursebook/job_page_on.png) no-repeat center;
}
.note_page3:hover {
	background:url(../img/06_coursebook/job_page_on.png) no-repeat center;
	margin-top: 0;
	transition:margin-top 0.5s;
}
.note_wrap div:nth-of-type(2):hover+.note_wrap div:nth-of-type(1) {
	background:url(../img/06_coursebook/enn_page_off.png) no-repeat center;
}
.note_list {
	margin-top: 95px;
}
.note_list li {
	margin-bottom:8px;
	cursor:pointer;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding:0 10px;
}
.note_list li em {
	max-width:160px;
	font-size:18px;
	color:#5a5a5a;
	display: inline-block;
	padding-bottom: 2px;
}

.note_list .list_title em {
	max-width:160px;
	font-size:22px;
	font-weight: bold;
	color:#222;
	/* cursor:default; */
	/* margin-bottom: 15px; */
}

.note_list li:hover em {
	color:#ff7739;
	border-bottom:2px solid #ff7739;
	font-weight: bold;
}
/*B. 책리스트 한줄*/
.book_slide {
	position: relative;
}
.book_list_row{
	margin:0 auto;
	padding:20px 0 0;
	box-sizing:border-box; 
	height:325px;
	width: 945px;	
}
.school-prev,.school-next {
	display: inline-block;
	width: 16px;
	height: 36px;
	position: absolute;
	top:41%;
	margin-top:-18px;
	cursor: pointer;
}
.school-prev {
	left:35px;
	background:url(../img/03_subject/prev.png) no-repeat center;
}
.school-next {
	right:35px;
	background:url(../img/03_subject/next.png) no-repeat center;
}
.school-prev.disabled,.school-next.disabled { cursor: default; }
.book_list_row>.book_co_wrap{
	position:relative;
	margin:0 12px;
	float:left;
	width:165px;
	height:295px;
}
.book_co_wrap>.book_img{
	cursor: pointer; 
	position:absolute;
	max-height:295px; 
	width:100%;
	box-sizing:border-box;
}
.book_img img {
	width: 100%;
	height: 225px;
	box-shadow: 3px 3px 5px 1px rgba(6, 35, 64, 0.25);
  	border-left: 1px solid rgba(167, 169, 172, 0.1);
	border-radius: 2px;	
}
/*C. 책정보*/
.book_co_wrap>.book_co_name{
	position:absolute;
	width:100%;height:70px;
	top:225px;padding:15px 0 0 ;
	font-size:16px;
	line-height:1.2;
	color:#323232;
	box-sizing:border-box;
	}
.book_list_row .book_co_wrap{
	cursor:pointer;
}
.book_co_name span {
	font-size:16px;
	line-height:1.2;
	color:#323232;
}

	
.book_co_wrap:hover span	{
	text-decoration:underline;
}
.book_co_wrap>.book_co_name>.book_co_author{font-size:14px;color:#a7a9ac;margin-top:3px}

.book_img a {
	width:100%;
	display: inline-block;
}
.btn_wrap {
	text-align: center;
	margin:40px 0;
}
.all_view {
	width: 110px;
	height: 30px;
	line-height: 28px;
	display: inline-block;
	background:#b7b7b7;
	color:#fff;
	font-size:14px;
}
.enneagram_view {
	position: absolute;
	right: 60px;
	width: 110px;
	height: 30px;
	line-height: 28px;
	display: inline-block;
	background:#b7b7b7;
	color:#fff;
	font-size:14px;
}
/*D. 꿈노트 팝업용*/
.book_list_slide_wrapper {
	position: relative;
	width: 950px;
	height: 325px;
	margin: 0 auto;
	overflow: hidden;
}
.book_list_slide_wrapper > .book_list_row {
	position: absolute; 
	left: 0;
}
/* ebook 아이콘 */
.ebook_icon {
	display: inline-block;
	width: 17px;
	height: 19px;
	background: url("../img/02_main/img_ebook.png") no-repeat;
	position: relative;
	top:4px;
	margin-right:3px;
}
/*	꿈노트팝업	*/
.popup_bg {
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.4);
	position: fixed;
	z-index:999;
	top:0;
	display: none;
}
.popup {
	width: 1100px;
	height: 670px;
	background:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	position: relative;
	top:50%;
	left:50%;
	margin-top: -335px;
	margin-left:-550px;
	overflow:hidden;
}
.popup>h3 {
	text-align: center;
	background:#ff773a;
	font-size:36px;
	color:#fff;
	font-weight: bold;
	position: relative;
	padding:20px 0;
}
.popup .popup_close {
	display: inline-block;
	position: absolute;
	width: 22px;
	height: 22px;
	top:20px;
	right:20px;
	background:url(../img/btn_whiteclose.png) no-repeat center;
	cursor:pointer;
}
.course_txt {
	text-align: center;
	color:#5a5a5a;
	font-size:20px;
	padding:40px 0px;
	margin:0 50px;
	/* border-bottom:1px solid #a0a0a0; */
}

/* 도서상세 -상호대차 팝업 */
.popup.trans_res_req {
	width: 500px;
	height: 400px;
	margin-top: -250px;
	margin-left: -225px;
}
.popup.trans_res_req>h3 {
	font-size: 22px;
	padding: 10px 0;
}
.popup.trans_res_req .popup_close {
	top : 15px;
}
.popup.trans_res_req .course_txt {
	font-size:16px;
	padding:30px 0px;
	margin:0 30px;
}
.trans_info_wrap {
	position: relative;
	width: 400px;
	height: 150px;
	margin: 25px auto;
}
.trans_info_30lh {
	float: left;
	margin: 10px 0;
	line-height: 30px;
}
.trans_info_35lh {
	float: left;
	margin: 10px 0;
	line-height: 35px;
}
.trans_info_label {
	float: left;
	width: 120px;
	font-size: 16px;
	font: bold;
	text-align: center;
}
.trans_req_lib {
	float: left;
	width: 250px;
	font-size:16px;
}
.trans_lib_select {
	float: left;
	width: 250px;
	height: 35px;
	text-indent: 10px;
	font-size:14px;
}
#phoneNumber {
	width: 250px;
	height: 30px;
	font-size: 14px;
	text-indent: 10px;
}
#btnTransRes {
	position: absolute;
	width: 100px;
	height: 30px;
	bottom: -30px;
	left: 150px;
	color: white;
	background-color: #00508a;
}
#btnNoManRes {
	position: absolute;
	width: 100px;
	height: 30px;
	bottom: -60px;
	left: 150px;
	color: white;
	background-color: #00508a;
}
