/*책영역*/
.bookArea{position: relative; box-sizing: border-box;}
.bookArea .tabMenu{display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 2px solid #E2E2E2;}
.bookArea .tabMenu button{font-size: 24px; color: #666; font-weight: bold; text-align: center; padding: 0 0 20px 0; box-sizing: border-box; cursor: pointer;}
.bookArea .tabMenu button.active{color: #0056AA; position: relative;}
.bookArea .tabMenu button.active::after{content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 3px; background: #0056AA;}
.bookArea .tabPanels .conBox{display: grid; grid-template-columns: 370px auto; gap: 15px;}
.bookArea .tabPanels .conBox .mainBook{background: #ddd; height: 540px; border: 1px solid #ddd; box-sizing: border-box;}
.bookArea .tabPanels .conBox .subBook> ol{display: grid; grid-template-columns: repeat(4,1fr); gap: 15px;}
.bookArea .tabPanels .conBox .subBook> ol> li{background: #555; height: 263px; border: 1px solid #ddd; box-sizing: border-box; position: relative; display: block;} 
.bookArea .tabPanels .conBox .mainBook img, .bookArea .tabPanels .conBox .subBook> ol> li img{width: 100%; height: 314px; border: 1px solid #ddd; box-sizing: border-box;}
.bookArea .tabPanels .conBox .subBook> ol> li> div.titBox{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); color: #fff; padding: 20px; box-sizing: border-box; display: inline-grid; opacity: 0; transition: opacity 0.3s;}
.bookArea .tabPanels .conBox .subBook> ol> li> div.titBox:hover, .bookArea .tabPanels .conBox .subBook> ol> li:focus> div.titBox, .bookArea .tabPanels .conBox .subBook> ol> li:focus-within> div.titBox{opacity: 1;}
.bookArea .tabPanels .conBox .subBook> ol> li> div.titBox p{font-weight: bold; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; height: 54px; line-height: 1.6em;}
.bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .con{display: grid; font-size: 13px;}
.bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .con dl{display: inline-flex; }
.bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .con dd{width: 60px; }
.bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .con dt{color: #BBBBBB; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 90px;}
.bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .btn{display: flex; justify-content: space-between; align-items: end;}
.bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .btn button, .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .btn a{display: block; width: 42px; height: 42px; border-radius: 10px; background: #fff;}
.bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .btn button img{width: 16px; height: 16px;}
.bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .btn a{background: #0056AA; color: #fff; font-size: 32px; display: flex; justify-content: center; align-items: center; font-weight: lighter;}
.bookArea .tabPanels .conBox .subBook> ol> li> div.mobImgExpan{display: none }
.bookArea .tabPanels .moreBtn{border: 1px solid #ddd; padding: 10px 20px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; border-radius: 50px; width: 230px; margin: 30px auto 0 auto; background: #fff;}
.bookArea .tabPanels .moreBtn img{margin-left: 5px;}

/*페이지네이션*/
.pagin{text-align:center; margin: 60px auto;}
.pagin a{line-height:40px; width:40px; border-radius:8px; transition-duration:0.2s; vertical-align:middle; text-align:center;}
.pagin a.pageN{ width:72px; margin:0 10px;}
.pagin a:hover{ background:#E6F1FB;}
.pagin > *{display:inline-block; vertical-align:middle;}
.pagin > .floatClear .pageL{float:left; display:block; margin:0 2px;}
.pagin > .floatClear > span{width:50px; height:40px; background:url(/bookFinder/images/alpasq/pageD.png) center center no-repeat; }
.pagin > .floatClear .pageL.active{background:#0056AA; color:#fff; font-weight:bold;}

/*도서검색바*/
.search_detail {background: #f9f9f9; padding: 20px; border: 1px solid #ddd; margin-bottom: 20px;}
.organizar {margin:20px 0; border: 1px solid #ddd; padding: 20px; box-sizing: border-box; background: #f9f9f9; text-align: center;}
.organizar fieldset {border: none; padding: 0;}
.organizar button {border: 1px solid #ddd; padding: 10px; background: #f9f9f9; }
.organizar button.organBtn{background: #333; color: #fff; padding: 11px 20px; vertical-align: middle; font-size: 15px; width: 110px;}
.organizar .directBtn{background: #003161;color: #fff;padding: 7px 20px;vertical-align: middle;font-size: 15px; display: inline-block;box-sizing: border-box; border: 1px solid #ddd; height: 42px; width: 110px;}
.organizar button.facetBtn{background: #E6F1FB; color: #0056AA; padding: 11px 20px; vertical-align: middle; font-size: 17px; border: 1px solid #0056AA; box-sizing: border-box; display: none;}
.organizar button.facetBtn img{width: 16px; height: 16px; color: #0056AA;}
.filterCont .organizar{margin-top: 0 !important;}
/*도서검색리스트*/
.libro_wrap {margin-bottom: 60px;}
.libro_wrap ul.list > li {border-bottom: 1px dashed #ddd; padding: 20px 0; box-sizing: border-box;}
.libro_wrap ul.list > li:first-child{border-top: 1px solid #ddd;}
.libro_wrap ul.list > li:last-child{border-bottom: 1px solid #ddd;}
.libro_wrap ul.libroinfo {display: grid; grid-template-columns:182px 3fr; gap: 40px; min-height: 265px;}
.libro_wrap ul.libroinfo .centerimg a {width: 182px; display: inline-block;}
.libro_wrap ul.libroinfo .centerimg img {width: 100%; height: 260px;}
.libro_wrap ul.libroinfo .title {font-size: 20px; font-weight: 600;}
.libro_wrap ul.libroinfo .name {margin: 5px auto; display: block; font-size: 15px;}
.libro_wrap ul.libroinfo .state {margin-bottom: 5px;}
.libro_wrap ul.libroinfo .state i {font-weight: normal; font-size: 12px; padding: 5px 12px; }
.libro_wrap ul.libroinfo .state i.libroX {background: #ffefec; color: #d53209;}
.libro_wrap ul.libroinfo .state i.libroO {background: #ecffec;  color: #1e7b1e;}
.libro_wrap ul.libroinfo .state i.libroM {background: #ffecfc;  color: #b214b2;}
.libro_wrap ul.pginfo{display: grid; grid-template-columns: 1fr 1fr 1fr; column-gap: 12px; padding: 12px 20px; box-sizing: border-box; background: #f9f9f9; border-radius: 5px;}
.libro_wrap ul.pginfo li{display: grid; grid-template-columns: 1fr 2fr; font-size: 15px;}
.libro_wrap ul.libro_alquilar {margin: 8px 0 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;}
.libro_wrap ul.libro_alquilar> li a{background-color: #f9f9f9; padding: 12px 0; text-align: center; display: inline-block; width: 100%;}
.libro_wrap ul.libro_alquilar> li a.no {color: #ccc ; cursor: auto;}

/* 팝업 공통 */
.popup-content .close-btn {cursor: pointer;}
.popup-content {background: #fff; top: 50%; position: absolute; left: 50%; transform: translate(-50%, -50%); z-index: 999; padding: 30px; text-align: center; box-sizing: border-box; min-width: 400px;}
.popup-content a.close-btn {text-align: right; display: block; background: #f9f9f9; padding: 8px 20px; text-align: center; margin-top: 12px; font-size: 15px; border: 1px solid #ddd;}
.popup-content img{width: 100%;}
.popup-content .tableType01 a img, .popup-content .tableType02 a img {width: 20px;}
.popup-content p {font-size: 21px; font-weight: bold; margin-bottom: 12px;}
.popup {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); justify-content: center; align-items: center; z-index: 9999; }
.popup-content .btn_area {display: grid; grid-template-columns: 1fr 1fr; margin-top: 12px; gap: 8px;}
.popup-content .btn_area a.btn {background: #0056AA; padding: 8px 20px; color: #fff; margin-top: 12px; font-size: 15px;}
.popup-content .btn_area a.btn_gray {background: #808080; padding: 8px 20px;}

/* 스크롤 추가 생성 */
.popup-content2 .close-btn {cursor: pointer;}
.popup-content2 {background: #fff; top: 50%; position: absolute; left: 50%; transform: translate(-50%, -50%); z-index: 999; padding: 30px; text-align: center; box-sizing: border-box; min-width: 280px; max-width: 95vw; max-height: 80vh; overflow-y: auto; overflow-x: hidden; word-break: break-word;}
.popup-content2 a.close-btn {text-align: right; display: block; background: #f9f9f9; padding: 8px 20px; text-align: center; margin-top: 12px; font-size: 15px; border: 1px solid #ddd;}
.popup-content2 img {width: 100%;}
.popup-content2 .tableType01 a img, .popup-content2 .tableType02 a img {width: 20px;}
.popup-content2 p {font-size: 21px; font-weight: bold; margin-bottom: 12px;}
.popup-content2 .btn_area {display: grid; grid-template-columns: 1fr 1fr; margin-top: 12px; gap: 8px;}
.popup-content2 .btn_area a.btn {background: #0056AA; padding: 8px 20px; color: #fff; margin-top: 12px; font-size: 15px;}
.popup-content2 .btn_area a.btn_gray {background: #808080; padding: 8px 20px;}
.popup-content2 table {width: 100% !important; min-width: auto !important; table-layout: fixed; word-wrap: break-word;}
.tablescroll02 {overflow-x: auto; max-width: 100%;}

.popup-content3 {background:#fff;top:50%;position:absolute;left:50%;transform:translate(-50%,-50%);z-index:999;padding:30px;text-align:center;box-sizing:border-box;min-width:280px;width:500px;max-width:90vw;max-height:80vh;overflow-y:auto;overflow-x:hidden;word-break:break-word;}
.popup-content3 .close-btn {cursor: pointer;}
.popup-content3 {background: #fff; top: 50%; position: absolute; left: 50%; transform: translate(-50%, -50%); z-index: 999; padding: 30px; text-align: center; box-sizing: border-box; min-width: 280px; max-width: 95vw; max-height: 80vh; overflow-y: auto; overflow-x: hidden; word-break: break-word;}
.popup-content3 a.close-btn {text-align: right; display: block; background: #f9f9f9; padding: 8px 20px; text-align: center; margin-top: 12px; font-size: 15px; border: 1px solid #ddd;}
.popup-content3 img {width: 100%;}
.popup-content3 .tableType01 a img, .popup-content2 .tableType02 a img {width: 20px;}
.popup-content3 p {font-size: 21px; font-weight: bold; margin-bottom: 12px;}
.popup-content3 .btn_area {display: grid; grid-template-columns: 1fr 1fr; margin-top: 12px; gap: 8px;}
.popup-content3 .btn_area a.btn {background: #0056AA; padding: 8px 20px; color: #fff; margin-top: 12px; font-size: 15px;}
.popup-content3 .btn_area a.btn_gray {background: #808080; padding: 8px 20px;}
.popup-content3 table {width: 100% !important; min-width: auto !important; table-layout: fixed; word-wrap: break-word;}
.popup-content3 select, .popup-content3 input[type="text"], .popup-content3 input[type="number"], .popup-content3 input[type="password"], .popup-content3 input[type="date"] { width: 100%; padding: 8px 10px; box-sizing: border-box; border: 1px solid #ddd; border-radius: 4px; font-size: 14px; }
.popup-content3 .appendix-item { border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px; }
.popup-content3 .appendix-item:last-child { border-bottom: none; margin-bottom: 0; }
.popup-content3 .appendix-table { width: 100%; margin-top: 5px; background: #f9f9f9; }
.popup-content3 .appendix-table th { width: 80px; }

/* 도서상세 */
.libdetail{position: relative;}
/* .libdetail .qrwrap {display: grid; grid-template-columns: 7fr 1fr; gap: 10px;} */
.libdetail .qrwrap {display: grid; gap: 10px;}
.docuToggle h3 {cursor: pointer; position: relative; background: #f9f9f9; padding: 20px; box-sizing: border-box; margin-bottom: 20px !important;}
.docuToggle h3 img{position: absolute; right: 20px; top: 30px;}
.libdetail .libro_alquilar{grid-template-columns: repeat(3, 1fr) !important;}
.libdetail .libro_alquilar2{grid-template-columns: repeat(4, 1fr) !important;}
.libdetail .libro_alquilar3{grid-template-columns: repeat(5, 1fr) !important;}
.libdetail .docuToggle .arrow-icon {transform: rotate(-90deg); transition: transform 0.3s ease ; display: inline-block; margin-left: 4px; position: absolute; right: 20px; top: 28px;}
.libdetail .backBtn{position: absolute; right: 0; top: 0; width: 80px; height: 30px; border-radius: 5px; background: #555; display: flex; justify-content: center; align-items: center; font-size: 15px; color: #fff;}
.docuToggle .documen .slider-wrapper {position: relative; width: 100%; max-width: 1200px; margin: 0 auto; display: flex; align-items: center;}
.docuToggle .documen .slider-container {overflow: hidden; width: 88%; margin: 0 auto;}
.docuToggle .documen .slides {display: flex; transition: transform 0.5s ease-in-out;}
.docuToggle .documen .slide-item {box-sizing: border-box; padding: 10px; flex: 1 0 auto;}
.docuToggle .documen .slide-item img {width: 100%; object-fit: cover;}
.docuToggle .documen .book-title {font-weight: normal; margin-top: 10px; font-size: 14px; color: #333;}
.docuToggle .documen .book-title .bookmark {display: block; padding: 4px; margin-top: 4px; font-weight: bold; border: 1px solid #ccc; border-radius: 6px;}
.docuToggle .documen .book-title .bookmark img {width: 16px; height: 16px; margin-right: 4px;}
.docuToggle .documen .book-title strong {display: inline-block; margin-top: 6px; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; line-height: 1.2rem; font-size: 15px;}
.docuToggle .documen .book-title span { display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; line-height: 1.2rem;}
.docuToggle .documen .library-list {display: flex; margin-bottom: 10px;}
.docuToggle .documen .library-list li {margin-right: 8px; border: 1px solid #ddd; padding: 2px 10px; box-sizing: border-box; font-size: 15px; background: #E6F1FB; border-radius: 5px;}
.docuToggle .documen .library-list li input {margin-right: 4px;}
.docuToggle .documen .prev {left: 10px;}
.docuToggle .documen .next {right: 10px;}
.char2 {display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}
.sr-only {display: none;}
/* 고급검색 */
.checkfloat {display: flex;}
.checkfloat > div {margin-right: 12px;}

/*태그클라우드*/
#tagscloud a {position: absolute; transform: translate(-50%, -50%); opacity: attr(data-opacity number); z-index: attr(data-zIndex number); left: attr(data-x px); top: attr(data-y px); transition: all 0.3s ease;}
#tagscloud {width: 100%;}

/*탭메뉴*/
.subTabCont {margin-top: 20px;}
.subTabList ul{position:relative; display: grid; grid-template-columns: repeat(6, 1fr); margin-bottom: 20px;}
.subTabList ul li{border: 1px solid #ddd; border-left: 0;}
.subTabList ul li:first-child {border-left: 1px solid #ddd;}
.subTabList ul li> a{text-align: center; display: block; padding: 15px 10px; box-sizing: border-box; background: #fff;}
.subTabList ul li.active{background-color: #E6F1FB; color: #0056AA; border: 1px solid #0056AA; box-sizing: border-box;}
.subTabList1 ul{grid-template-columns: repeat(1, 1fr);}
.subTabList2 ul{grid-template-columns: repeat(2, 1fr);}
.subTabList3 ul{grid-template-columns: repeat(3, 1fr);}
.subTabList3 ul li:nth-child(4), .subTabList3 ul li:nth-child(7) {border-left: 1px solid #ddd;}
.subTabList3 ul li:nth-child(n+4) {border-top: none;}  
.subTabList4 ul {grid-template-columns: repeat(4, 1fr);}
.subTabList4 ul li:nth-child(5), .subTabList4 ul li:nth-child(9) {border-left: 1px solid #ddd;}
.subTabList4 ul li:nth-child(n+5) {border-top: none;}  
.subTabList5 ul {grid-template-columns: repeat(5, 1fr);}
.subTabList5 ul li:nth-child(6), .subTabList5 ul li:nth-child(11) {border-left: 1px solid #ddd;}
.subTabList5 ul li:nth-child(n+6) {border-top: none;}  
.subTabList6 ul {grid-template-columns: repeat(6, 1fr);}
.subTabList6 ul li:nth-child(7), .subTabList6 ul li:nth-child(13) {border-left: 1px solid #ddd;}
.subTabList6 ul li:nth-child(n+7) {border-top: none;}  
.subTabList7 ul {grid-template-columns: repeat(7, 1fr);}
.subTabList7 ul li:nth-child(8), .subTabList7 ul li:nth-child(15) {border-left: 1px solid #ddd;}
.subTabList7 ul li:nth-child(n+8) {border-top: none;}  

/*작은탭메뉴*/
.subTabListS ul{display: flex; justify-content: center; width: 100%; padding: 0 20px; box-sizing: border-box; border-bottom: 1px solid #ddd;     flex-wrap: wrap;}
.subTabListS ul li{border: none; border-left: none !important;}
.subTabListS ul li a {display: block; display:flex; flex-wrap: wrap; align-content: center; justify-content: space-around; width: 100px;}
.subTabListS ul li.active{border-bottom: 2px solid #0056AA !important; background: initial; color: #0056AA !important; border: none;}
.subTabListS ul li:hover{background: initial; border-bottom: initial; color: #333;}
.subTabListS ul li:first-child, .subTabListS ul li:last-of-type {border: none;}

/*페싯*/
.filterCont{display: grid; grid-template-columns: 1fr 4fr; gap: 50px;}
.categoryList{position: relative;}
.categoryList .closeCategoryList{display: none;}
.categoryList p{padding: 0 10px 15px 10px; box-sizing: border-box; font-size: 20px; font-weight: bold; border-bottom: 2px solid #000; position: relative;}
.categoryList p button{position: absolute; right: 0; top: 0; width: 28px; height: 28px; border: 1px solid #ddd; background: #f9f9f9; cursor: pointer;}
.categoryList p button img{width: 14px; height: 14x;}
.categoryList .categoryDetail{background: #f9f9f9; border: 1px solid #ddd; margin: 10px auto; padding: 15px; box-sizing: border-box; border-radius: 15px; font-size: 15px;}
.categoryList .categoryDetail> ul> li{margin-bottom: 10px;}
.categoryList .categoryDetail> ul> li:last-child{margin-bottom: 0;}
.categoryList .categoryDetail> ul> li strong{font-size: 13px; font-weight: bold;}
.categoryList .categoryDetail> ul> li> ul> li{background: #555; color: #fff; padding: 0 10px; box-sizing: border-box; font-size: 13px; display: inline-flex; border-radius: 20px; margin: 5px 5px 0 0;}
.categoryList ul{list-style: none; padding: 0; margin: 0;}
.categoryItem {border-bottom: 1px dashed #ddd;}
.categoryItem:first-child{border-top: 1px solid #ddd;}
.categoryItem:last-child{border-bottom: 1px solid #ddd;}
.categoryTitle{cursor: pointer; font-weight: bold; padding: 10px; background: #fff; }
.facetList {overflow: hidden; max-height: 0; transition: max-height 0.4s ease;}
.facetList.open {max-height: 1000px;}
.facet {display: flex; align-items: center; gap: 10px; padding: 8px 10px; cursor: pointer; font-size: 15px; border-top: 1px dashed #ddd;}
.facet input[type="checkbox"] {margin-right: 5px;}
.facet span{word-break: break-all; display: inline-block; line-height: 20px;}
.facet img {width: 40px; height: 40px; border-radius: 4px;}
.facet.hidden {display: none !important;}
.show-more-button {background: none; border: none; cursor: pointer; padding: 5px 10px; margin: 0 auto 10px auto; display: flex; justify-content: center; align-items: center; border-radius: 7px; background: #f9f9f9; border: 1px solid #ddd; font-size: 11px;}
.facetList .option_inner input {max-width: 107px; margin-bottom: 4px;}
.facetList .option_inner .datebtn-submit {display: block; width: 100%; margin-bottom: 12px;}

/*희망도서*/
.hopeCont ul.list{display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; border-top: 1px solid #ddd; padding-top: 40px;}
.hopeCont ul.list> li{background: #f9f9f9; padding: 30px 40px; box-sizing: border-box; border: none;}
.hopeCont .libro_wrap ul.list > li:first-child, .hopeCont .libro_wrap ul.list > li:last-child{border: none;}
.hopeCont .libro_wrap ul.pginfo{display: block; padding: 0; width: 100%;}
.hopeCont .libro_wrap ul.libro_alquilar{position: absolute; bottom: 30px; width:calc(100% - 80px); display: block;}
.hopeCont .libro_wrap ul.list > li:first-child{border-top: none;}
.hopeCont .hpbtn{position: relative;}
.hopeCont .list ul.libroinfo {display: flex; flex-direction: column; padding-bottom: 70px;}


/*카테고리, 십진분류, 스마트비치도서, 희망도서*/
.qnsb .category-s {display: grid; grid-template-columns: repeat(4, 1fr); gap:40px;}
.qnsb .category5 {grid-template-columns: repeat(5, 1fr);}
.qnsb .category-s > li > a {background: #f1f3fb; display: block; color: #13157d; text-align: center; padding: 12px 0; border-radius: 5px;}
.qnsb .category-s > li > a:hover {background: #f1f3fb;}
.qnsb .category-s > li ul {margin-top: 5px;}
.qnsb .category-s > li ul li> a {line-height: 2.5rem; margin-bottom: 5px; border-radius: 5px; padding: 0 15px; box-sizing: border-box; display: block; font-size: 15px; background: #f9f9f9;}
.qnsb .subTabListS ul.qnsfb{border-bottom: none !important;}
.qnsb .subTabListS ul.qnsfb {display: grid; grid-template-columns: repeat(10, 1fr);}
.qnsb .subTabListS ul.qnsfb2 {grid-template-columns: repeat(12, 1fr);}
.qnsb .subTabListS ul.qnsfb li {margin: 0 auto; border: none;}
.qnsb .subTabListS ul.qnsfb li a {display: block; line-height: 120%;}
.qnsb .subTabListS ul li.active{border-bottom: 1px solid #0056AA !important; border: 1px solid #0056AA !important;}
.qnsb .qnsfb img {display: block; height: 50px; margin: 0 auto 10px;}

/*인기 추천 신착 도서*/
.subookArea .tabPanels .conBox {display: block;}
.subookArea .tabPanels .conBox .subBook> ol {grid-template-columns: repeat(5, 1fr); gap: 30px;}
.subookArea .tabPanels .conBox .subBook> ol > li {height: initial; border: none; background: initial;}
.subookArea .tabPanels .conBox .subBook> ol > li> a{display: block; text-align: center;}
.subookArea .tabPanels .conBox .subBook> ol > li> a .imgBox{position: relative; height: 320px;}
.subookArea .tabPanels .conBox .subBook> ol > li> a .imgBox img{border: 1px solid #ddd; box-sizing: border-box;}
.subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); color: #fff; padding: 20px; box-sizing: border-box; z-index: 9; opacity: 0; max-height: 314px;}
.subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox:hover{opacity: 1; }
.subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox p{font-size: 20px; font-weight: bold; margin-bottom: 10px; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;width: 170px;}
.subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox .con dl{display: grid; grid-template-columns: 1fr 3fr; text-align: left; font-size: 15px; font-weight: lighter; color: #ddd;}
.subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox .con dl dd{width: 70px; font-weight: bold; color: #fff;}
.subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox .con dl dt{color: #BBBBBB; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 90px;}
.subookArea .tabPanels .conBox .subBook> ol > li> a> .titBox p{font-size: 20px; margin: 15px auto 5px auto; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 250px;}
.subookArea .tabPanels .conBox .subBook> ol > li> a> .titBox span{font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 250px; display: block; margin: 0 auto;}
.subookArea .tabPanels .conBox .subBook > .pop > li::before {position: absolute; background: #8d8d8d; padding: 8px 16px; color: #fff; z-index: 1;}
.subookArea .tabPanels .conBox .subBook > .pop > li.popOption01::before { content: '　'; background: url('/bookFinder/images/popular1.svg') no-repeat 100% 100%; box-shadow: none; background-size: 32px;}
.subookArea .tabPanels .conBox .subBook > .pop > li.popOption02::before { content: '　'; background: url('/bookFinder/images/popular2.svg') no-repeat 100% 100%; box-shadow: none; background-size: 32px;}
.subookArea .tabPanels .conBox .subBook > .pop > li.popOption03::before { content: '　'; background: url('/bookFinder/images/popular3.svg') no-repeat 100% 100%; box-shadow: none;background-size: 32px;}
.subookArea .tabPanels .conBox .subBook > .pop > li.popOption04::before { content: '4';}
.subookArea .tabPanels .conBox .subBook > .pop > li.popOption05::before { content: '5';}
.subookArea .tabPanels .conBox .subBook > .pop > li.popOption06::before { content: '6';}
.subookArea .tabPanels .conBox .subBook > .pop > li.popOption07::before { content: '7';}
.subookArea .tabPanels .conBox .subBook > .pop > li.popOption08::before { content: '8';}
.subookArea .tabPanels .conBox .subBook > .pop > li.popOption09::before { content: '9';}
.subookArea .tabPanels .conBox .subBook > .pop > li.popOption10::before { content: '10';}
.subookArea .tabPanels .conBox .subBook > .new > li::before {position: absolute; padding: 8px 16px; display: block; left: 0; color: #fff; top: 0; z-index: 1;}
.subookArea .tabPanels .conBox .subBook > .new > li.newOption800::before{background: #720909; content: '문학'; }
.subookArea .tabPanels .conBox .subBook > .new > li.newOption300::before{background: #096272; content: '사회과학';}
.subookArea .tabPanels .conBox .subBook > .new > li.newOption400::before{background: #00802b; content: '자연과학';}
.subookArea .tabPanels .conBox .subBook > .new > li.newOption000::before{background: #096272; content: '총류';}
.subookArea .tabPanels .conBox .subBook > .new > li.newOption100::before{background: #527209; content: '철학';}
.subookArea .tabPanels .conBox .subBook > .new > li.newOption200::before{background: #724409; content: '종교';}
.subookArea .tabPanels .conBox .subBook > .new > li.newOption600::before{background: #092e72; content: '예술';}
.subookArea .tabPanels .conBox .subBook > .new > li.newOption700::before{background: #540972; content: '언어';}
.subookArea .tabPanels .conBox .subBook > .new > li.newOption900::before{background: #720909; content: '역사';}
.subookArea .tabPanels .conBox .subBook > .new > li.newOption500::before{background: #09724f; content: '기술과학';}
.bookArea .tabPanels .conBox .subBook> ol> li div.hoverBox .btn{display: flex; justify-content: right; align-items: end; position: absolute; right: 20px; bottom: 20px;}
.bookArea .tabPanels .conBox .subBook> ol> li div.hoverBox .btn button, .bookArea .tabPanels .conBox .subBook> ol> li div.hoverBox .btn a{display: block; width: 42px; height: 42px; border-radius: 10px; background: #fff;}
.bookArea .tabPanels .conBox .subBook> ol> li div.hoverBox .btn button img{width: 16px; height: 16px;}
.bookArea .tabPanels .conBox .subBook> ol> li div.hoverBox .btn a{background: #0056AA; color: #fff; font-size: 32px; display: flex; justify-content: center; font-weight: lighter; align-items: center;}

/* 내서재 */
.mylibWrap .top {display: grid; grid-template-columns: 2.5fr 1fr; gap: 20px;}
.mylibWrap .name {display: flex; justify-content: space-between; flex-direction: column; background: #f9f9f9; padding: 20px; box-sizing: border-box; align-items: center; gap: 10px; margin-bottom: 30px; border-radius: 8px;}
.mylibWrap .name p img {width: 30px; display: inline-block; }
.mylibWrap .name .btnArea> a{font-size: 13px; border: 1px solid #ddd; padding: 5px; background: #fff;}
.mylibWrap .name .btnArea> a.leave{border: 1px solid #d05158; color: #fff; background: #d05158;}

.mylibWrap .info table  tbody tr th, .mylibWrap .info table  tbody tr td{padding: 10px 20px;}
.mylibWrap .history> div{ padding: 20px 30px; box-sizing: border-box; border-radius: 8px; background: #f9f9f9; display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto; column-gap: 8px; margin-bottom: 8px;}
.mylibWrap .history> div> b{font-size: 20px; grid-column: 1;}
.mylibWrap .history> div p{font-size: 32px; margin: 5px auto; font-weight: lighter; line-height: normal; grid-column: 2; margin: 0; text-align: right;}
.mylibWrap .history> div p> b{color: #003161; font-weight: 900;}
.mylibWrap .history> div i{font-size: 13px; grid-column: 1 / span 2; text-align: right;}

/* 검색 통계 */
.datepicker-wrapper {position: relative; display: inline-block;}
.datepicker-wrapper input {padding-right: 30px;}
.calendar-icon {position: absolute; right: 8px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; cursor: pointer;}
.TablescrollY{margin-top: -10px; overflow-y: auto; max-height: 250px;}
.TablescrollY table{border-top: none;}

/* 도서 신청 현황 */
.list-control-area { display: flex; justify-content: space-between; align-items: center; margin-top: -25px; margin-bottom: 10px; min-height: 35px; }
.list-control-area .total-count { font-size: 14px; color: #555; }
.list-control-area .status-select { width: 120px; padding: 6px; border: 1px solid #ddd; border-radius: 4px; }

/*****테블릿가로*****/
@media all and (max-width:1530px) {  
  /*책영역*/
  .bookArea .tabPanels .conBox{grid-template-columns: 340px auto;}
  .bookArea .tabPanels .conBox .mainBook{height: 455px;}
  /* .bookArea .tabPanels .conBox .subBook> ol> li{height: 220px;} */
  .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox p{font-size: 15px; height: 44px;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .con dd,  .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .con dt{width: 50px; font-size: 11px;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.mobImgExpan{display: none !important;}
  

  /*도서리스트*/
  .libro_wrap ul.pginfo {grid-template-columns: repeat(2, 1fr);}


  /*신착추천인기*/
  .subookArea .tabPanels .conBox .subBook> ol {grid-template-columns: repeat(4, 1fr); gap: 20px;}
  .subookArea .tabPanels .conBox .subBook> ol > li .imgBox .hoverBox p{width: 200px;}

 }
 

 /*****테블릿세로*****/
 @media all and (max-width:1220px) { 
  /*책영역*/
  .bookArea .tabPanels .conBox{display: block; margin-top: 30px;}
  .bookArea .tabPanels .conBox .mainBook{display: none !important;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .con dt{width: 60px;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.mobImgExpan{display: none; position: fixed; z-index: 9; background-color: rgba(0,0,0,0.8); width: 100%; height: 100%; left: 0; top: 0;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.mobImgExpan .imgBox{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.mobImgExpan a.closeBtn{position: absolute; right: 50px; top: 50px; width: 50px; height: 50px; background: url(/bookFinder/images/closeBtn.png)no-repeat center;}

  /* 도서리스트 */  
  .libro_wrap ul.libro_alquilar {display: block;}
  .libro_wrap ul.libro_alquilar li {margin-bottom: 8px;}

  /*도서검색바*/
  .organizar button.facetBtn{display: inline-block;}
  .categoryList {position: fixed; top: 0; left: -100%; width: 80%; max-width: 400px; height: 100vh; background: #fff; z-index: 1000; transition: left 0.3s ease; box-shadow: 4px 0 5px rgba(0, 0, 0, 0.1); overflow-y: auto; padding: 80px 40px 40px 40px; box-sizing: border-box;}
  .categoryList.active {left: 0;}
  .categoryList .closeCategoryList{position: absolute; right: 20px; top: 20px; display: block;}
  .filterCont{display: block;}
  .facetList .facet{display: block;}

  /*희망도서 */
  .hopeLibre_wrap ul.libroinfo {display: block;}
  .hopeLibre_wrap .libro_wrap ul.libroinfo .centerimg a {margin-bottom: 8px;}
  .hopeLibre_wrap .libro_wrap ul.libroinfo> li ul.libro_alquilar{position: initial;}
  .hopeCont ul.list {grid-template-columns: repeat(3, 1fr);}
  .hopeCont .inputType03 {width: calc(100% - 230px);}
  .hopeCont .libro_wrap ul.libro_alquilar {width: calc(100% - 80px);}
  .hopeCont .list ul.libroinfo {padding-bottom: 100px;}
  .hopeCont ul.libro_alquilar li {margin-bottom: 0px;}

  /* 분류검색 */
  .subTabListS ul.qnsfb {grid-template-columns: repeat(5, 1fr);}

  /*인기 추천 신착 도서*/
  .subookArea .tabPanels .conBox .subBook> ol {grid-template-columns: repeat(2, 1fr); gap: 20px;}
  .subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox p{width: 270px;}
  .subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox{max-height: 100%;}
  .bookArea .tabPanels .conBox .mainBook img, .bookArea .tabPanels .conBox .subBook> ol> li img{height: 100%;}

  /*카테고리, 십진분류, 스마트비치도서, 희망도서*/
  .qnsb .subTabListS ul.qnsfb {grid-template-columns: repeat(5, 1fr);}
  .qnsb .subTabListS ul.qnsfb2 { grid-template-columns: repeat(6, 1fr);}

  /*내서재*/
  .mylibWrap .top {display: block;}
  .mylibWrap .history> div, .mylibWrap .history> div > *  {display: block;}

 }
 

/*****모바일*****/
 @media all and (max-width:767px) { 
  /*책영역*/
  .bookArea .tabMenu button{font-size: 17px;}
  .bookArea .tabPanels .conBox{grid-template-columns: initial; margin-top: 20px;}
  .bookArea .tabPanels .conBox .mainBook{display: none !important;}
  .bookArea .tabPanels .conBox .subBook> ol{grid-template-columns: repeat(2,1fr);}
  /* .bookArea .tabPanels .conBox .subBook> ol> li{height: 200px;} */
  .bookArea .tabPanels .conBox .mainBook img, .bookArea .tabPanels .conBox .subBook> ol> li img{height: 100%;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox{padding: 12px;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox p{font-size: 15px; height: 48px;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .con dd{width: 54px;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .con dt{width: 60px;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .btn button, .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .btn a{width: 30px; height: 30px; border-radius: 5px;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.titBox .btn button img{width: 12px; height: 12px;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.mobImgExpan{display: none; position: fixed; z-index: 9; background-color: rgba(0,0,0,0.8); width: 100%; height: 100%; left: 0; top: 0;}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.mobImgExpan .imgBox{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
  .bookArea .tabPanels .conBox .subBook> ol> li> div.mobImgExpan a.closeBtn{position: absolute; right: 20px; top: 20px; width: 50px; height: 50px; background: url(/bookFinder/images/closeBtn.png)no-repeat center;}
  .bookArea .tabPanels .moreBtn{font-size: 13px; width: 180px; padding: 7px 15px;}

  /*도서검색바*/
  .search_detail, .organizar button {font-size: 15px !important;}
  .organizar button.organBtn, .organizar button.facetBtn{width: 100%;}
  .organizar button.organBtn, .organizar button.facetBtn{margin-top: 3px;}

  /* 고급검색 */
  .checkfloat {display: block;}

  /* 도서리스트 */
  .libro_wrap ul.libroinfo {display: block;}
  .libro_wrap .centerimg {text-align: center;}
  .backBtn {display: none;}

  /*도서검색리스트*/
  .libro_wrap ul.libroinfo .title{text-align: center; margin: 10px auto;}
  .libro_wrap ul.libroinfo .name{text-align: center; font-size: 15px; margin-bottom: 20px;}
  .libro_wrap ul.libroinfo .state {text-align: center; margin-top: 20px;}
  /*도서검색리스트*/
  .libro_wrap ul.pginfo{display: block;}
  .libro_wrap ul.pginfo li{font-size: 13px;}
  .subTabListS > ul.sbts {display: flex !important; }
  .facetList .option_inner input {max-width: initial;}

  /* 도서상세 */
  .char2 {display: block;}
  .libdetail .qrwrap {display: block;}
  .docuToggle .documen .library-list{display: block;}
  .docuToggle .documen .library-list li {font-size: 13px; width: 100%; margin-bottom: 5px;}
  .libdetail .backBtn{width: 60px; height: 24px; font-size: 13px;}

  /*탭메뉴*/
  .subTabList ul{display: block !important;}
  .subTabList ul> li{border-left: 1px solid #ddd; border-bottom: none;}
  .subTabList ul> li:last-child{border-bottom: 1px solid #ddd;}
  .subTabList ul li.active:last-child{border-bottom: 1px solid #0056AA;}
  .subTabList ul li> a{font-size: 15px; padding: 10px;}
  .subTabList ul.sbts > li ,.subTabList ul.sbts> li:last-child {border: none;}

  /*내서재*/
  .mylibWrap .history {display: block;}
  .mylibWrap .history > div {margin-bottom: 8px;}
  .subCont  .mylibWrap .history > div p {font-size: 26px; margin: 8px 0 6px;}
  .mylibWrap .name {justify-content: space-between; align-items: center; flex-direction: column; gap: 10px;}
  .mylibWrap .info {display: block; text-align: center;}
  .mylibWrap .info img {margin-bottom: 8px;}
  .mylibWrap .list-item {border-bottom: 1px solid #ddd;}
  .mylibWrap .list-item strong {font-weight: bold; width: 100px; display: inline-block;}
  

  /* 분류검색 */
  .subTabListS ul.qnsfb {grid-template-columns: repeat(3, 1fr);}

   /*신착추천인기*/
  .subookArea .tabPanels .conBox .subBook> ol > li> .titBox p{width: 140px; font-size: 16px; margin: 10px auto 0 auto;}
  .subookArea .tabPanels .conBox .subBook> ol > li> .titBox span{width: 140px; }
  .subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox{max-height: 100%; padding: 12px;}
  .bookArea .tabPanels .conBox .subBook> ol> li div.hoverBox .btn{right: 12px; bottom: 12px;}
  .bookArea .tabPanels .conBox .subBook> ol> li div.hoverBox .btn button, .bookArea .tabPanels .conBox .subBook> ol> li div.hoverBox .btn a{width: 70px; height: 70px; font-size: 24px; align-items: initial;}
  .subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox p{font-size: 15px; max-height: 48px; width: 120px; margin-bottom: 0; line-height: 22px;}
  .subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox .con dl{font-size: 11px; height: 20px ;}
  .subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox .con dd{width: 54px !important;}
  .subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox .con dt{width: 60px !important;}
  .subookArea .tabPanels .conBox .subBook> ol > li> .imgBox .hoverBox .btn a{width: 30px; height: 30px; border-radius: 5px;}
  


  /*카테고리, 십진분류, 스마트비치도서, 희망도서*/
  .mobileno {display: none;}
  .category-s, .category5 {grid-template-columns: repeat(2, 1fr);}
  .qnsb .subTabListS ul.qnsfb {display: grid !important; grid-template-columns: repeat(3, 1fr);}  
  .qnsb .subTabListS ul.qnsfb li{border-left: none;}
  .qnsb .subTabListS ul.qnsfb li:last-child{border-bottom: none;}
  .qnsb .category-s > li > a{font-size: 15px; border-bottom: 1px solid #fff;}
  .qnsb .qnsfb img{height: 30px;}
  .qnsb .category-s{display: block;}
  .subookArea .tabPanels .conBox .subBook > .new > li{font-size: 13px;}

  /*희망도서*/
  .hopeCont ul.list{padding-top: 30px; grid-template-columns: repeat(2, 1fr); gap: 8px;}
  .hopeCont ul.list> li{margin-bottom: 20px;}
  .organizar .directBtn {width: 100%;}
  .libro_wrap ul.libroinfo {gap: 12px;}
  .hopeCont .inputType03 {width: 100%;}
  .hopeCont ul.list> li {padding: 10px;}
  .hopeCont .libro_wrap ul.libro_alquilar {width: calc(100% - 20px); bottom: 10px;}
  .hopeCont .list ul.libroinfo {padding-bottom: 70px;}
  .hopeCont .libro_wrap ul.libroinfo .title{text-align: left; font-size: 17px; margin: 0 auto;}
  .hopeCont .libro_wrap ul.libroinfo .name{text-align: left; font-size: 13px; line-height: 20px;}
  .hopeCont .libro_wrap ul.libroinfo .state {text-align: left;}
  
  

  /* 팝업 공통 */
  .popup-content {width: calc(100% - 50px); min-width: initial;}
  .popup-content2 {width: calc(100% - 50px); min-width: initial;}

  /*검색통계*/
  .date-box> span{display: none;}
  .date-box .datepicker-wrapper{width: 100%;}
  .date-box .datepicker-wrapper input{width: 100%;}
 }