@charset "utf-8";

/* 작성자 : 황희진(grigo0704@naver.com) */
/* 최종작성일 : 2021-01-19 */
/* 버전 : v0.6 */

/*-------------------------------------------------------DESKTOP-------------------------------------------------------*/
@media all and (max-width: 1700px) {
	/* SORT */
	.sort .btSort {
		display: block;
	}

	/* FACET */
	article.facet {
		position: fixed;
		margin-left: 0 !important;
		top: 0 !important;
		bottom: 0;
		left: 0;
		right: 0;
		margin-right: 0;
		z-index: 500;
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
	}
	article.facet .wrap {
		display: block;
		width: 400px;
		height: auto;
		background-color: #fff;
		margin: auto;
	}
	article.facet .tit {
		display: block;
	}
	article.facet .btns {
		display: block;
	}
	article.facet.on {
		display: flex;
	}
	.po-inner {
		float: none;
		margin: 0 auto;
	}
	.search-page .sort {
		width: 1200px;
		float: none;
		margin: 0 auto;
	}

	/* golist */
	.golist01 {
		right: 150px;
	}
}

@media all and (max-width: 1200px) {

	/* golist */
	.golist01 {
		right: 30px;
	}
	.po-inner {
		width: 100%;
	}
	.search-page .sort {
		width: 100%;
	}

	/* bx-slider */
	.bx-pager {
		right: 20px;
		margin-right: 0;
		z-index: 60;
	}
	.bx-pager-item {
		width: 15px;
		height: 15px;
	}
	.bx-pager-link {
		width: 10px;
		height: 10px;
		border-radius: 5px;
	}

	/* TAP */
	.tap.index li {
		padding-right: 20px;
	}
	.tap.index li::after {
		right: -40px;
	}
	.tap.index li i {
		padding-left: 30px;
	}

	/* 도서상세 */
	article.detail .inner>.btns {
		position: static;
		margin-top: 20px;
	}
	article.detail .inner>.btns .btTxt {
		display: inline-block;
		margin: 0 5px;
	}
	article.detail .inner>.btns .btTxt ~ .btTxt {
		margin: 0 5px;
	}
	article.detail .book {
		padding-right: 0;
	}
	article.detail .book .tit {
		right: auto;
	}

	/* 게시판 카테고리 */
	article.category {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 600;
		background-color: #fff;
		margin-top: 0;
	}
	article.category .tit {
		display: block;
	}
	article.category .tap {
		display: flex;
	}
	article.category .m {
		height: 45px;
		line-height: 45px;
		color: #000;
		border-bottom: 1px solid #e1e1e1;
		background-color: #fff;
	}
	article.category .drop {
		display: none;
		height: auto;
		border: 0;
		background-color: #f9f9f9;
		border-bottom: 1px solid #e1e1e1;
		padding: 10px 0;
		margin: 0;
	}
	article.category .drop li {
		font-size: 14px;
	}
	article.category .drop li:hover {
		background-color: #f0f0f0;
	}
	article.category .btDrop.on ~ .m {
		color: #f4792a;
	}
	article.category .btDrop.on ~ .drop {
		display: block;
	}
	article.category .bbs>li {
		display: block;
		width: 100%;
	}
	article.category .bbs>li .btDrop {
		display: block;
	}
	article.category .bbs>li:nth-of-type(8n) .drop {
		border-right: 1px solid #e1e1e1;
	}

	/****************************** CONTENTS ******************************/

	/* 메인 */
	section.main .visual>.inner {
		left: 0;
		right: 0;
		padding: 0;
		margin-left: 0;
	}
	section.main .visual .banner .btBnr {
		bottom: 50px;
	}
	section.main .content.curation .tapCon .inner {
		overflow: hidden;
		height: auto;
		padding: 50px 20px;
	}

	/******************** 소통하기 ********************/
	section.commu .sort {
		padding-bottom: 10px;
	}
	section.commu .btns {
		overflow: visible;
		overflow: hidden;
	}
	section.commu .btns .btSearch {
		position: fixed;
		bottom: 50px;
		left: 20px;
		z-index: 300;
		display: inline-block;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #fff url("../img/bt_filter_ic.png") no-repeat center 50%;
		background-size: 30px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	}
	section.commu .btns .btWrite {
		position: fixed;
		bottom: 50px;
		right: 20px;
		z-index: 300;
	}

	/* 진로독서 > 진로검사 */
	section.career.test .title {
		padding: 20px 0;
	}
	section.career.test .title .inner {
		display: block;
		height: auto;
		background-size: 80px;
		padding: 0 10px 0 90px;
	}
	section.career.test .title h3 {
		display: block;
		height: auto;
		padding: 0;
	}
	section.career.test .title h3 em {
		display: inline-block;
		padding: 0;
	}
	section.career.test .title .txt {
		display: block;
		font-size: 12px;
		line-height: 150%;
		padding: 0;
		border: 0;
	}
	section.career.test .content::before {
		display: none;
	}
	section.career.test .content .inner {
		padding: 0;
	}
	section.career.test .enneagram {
		position: static;
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}
	section.career.test .enneagram ul {
		display: block;
		width: auto;
		height: auto;
		background: none;
		margin: 20px auto;
	}
	section.career.test .enneagram ul::before {
		display: none;
	}
	section.career.test .enneagram li {
		position: static;
		display: inline-block;
		margin: 0 5px;
	}
	section.career.test .enneagram li:nth-of-type(9) {
		margin-left: 0;
	}
	section.career.test .enneagram li:hover {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
		cursor: pointer;
	}
	section.career.test .enneagram li.on {
		color: #fff;
		background-color: #707070;
	}
	section.career.test .scroll .btPrev {
		display: block;
	}
	section.career.test .scroll .btNext {
		display: block;
	}
	section.career.test .scroll ul>li {
		width: 100%;
	}
	
	.subject-ca{height: auto; margin-bottom: 20px;}
	.subject-ca.mainsearch{height: auto; margin-bottom: 20px;}
	
	.subject-ca li{
		width: auto;
	    line-height: 70px;
	    font-size: 16px;
	    padding: 0 20px;
	}
	
	ul.tap-search-category {
    padding: 0 10px;
}
	
	.subject-ca.mainsearch li{
		width: auto;
	    line-height: 70px;
	    font-size: 16px;
	    padding: 0 20px;
	    margin:0;
	}
	
	.list.mcard-list{overflow-x:scroll;}
	
	.list.mcard-list .search-book-card{
	width:1200px;
	}
	
	.list .search-book-card{
	width:100%;
	}
	
/* 	.list .search-book-card.tabb li {
    width: calc((100% - 28px)/3);
    margin: 0 !important;
    margin-right: 14px !important;
    margin-bottom: 40px !important;
}
	
	.list .search-book-card.tabb li:nth-of-type(3n){
	margin-right: 0 !important;
	} */
	
		.list .search-book-card.tabb li {
    width: calc((100% - 14px)/2);
    margin: 0 !important;
    margin-right: 14px !important;
    margin-bottom: 40px !important;
}
	
/* 	.list .search-book-card.tabb li:nth-of-type(3n){
	margin-right: 14px !important;
	} */
	
	.list .search-book-card.tabb li:nth-of-type(2n){
	margin-right: 0px !important;
	}
	
	.monone{
	display: none;
	}
	
	.tap-search-category .monone{
	display: inline;
	}

.list.on.subject .book .tit{padding-left:0;}

.list.on.subject .book .info{padding-left:0;}

.list.on.subject .book .ca{padding-left:0;}

.list.on.subject .book .con{padding-left:0;}

section.main .search + .content.bg2 .title.title-no-bg.search-combine-subject::before{display: none;}

.search-book-ca-list{text-align: left !important;}

.search-book-ca-list .text{
	border: 1px solid #dcdcdc;
	padding: 10px;
	height: 100px;
}

.list.on ul.search-book-ca-list > li{
	margin-bottom: 10px;
	border-bottom: none;
	margin-bottom: 0px !important;
	text-align: left;
	padding-top:0;
}

.search-book-ca-list .author{display: none;}

.sort{min-width: auto;}

.title.title-no-bg::before{
	display: none;
}
	span#subjectList .item {
		width: 50%;
	}

section.main .search + .content.bg2 .title.title-no-bg.exp::before {display: inline;}
}
/*-------------------------------------------------------TABLET & MOBILE WIDE-------------------------------------------------------*/
@media all and (max-width: 960px) {
	
	.list .search-book-card.tabb li {
    width: calc((100% - 14px)/2);
    margin: 0 !important;
    margin-right: 14px !important;
    margin-bottom: 40px !important;
}
	
	.list .search-book-card.tabb li:nth-of-type(3n){
	margin-right: 14px !important;
	}
	
	.list .search-book-card.tabb li:nth-of-type(2n){
	margin-right: 0px !important;
	}
	
	.policy-tbl {
		width: 100%;
	}
	.field.date.exp {
		z-index: 0;
	}
	.book .pic {
		height: 255px;
	}
	.cate .pic {
		height: 330px;
	}
	.bx-prev {
		margin-top: -80px;
	}
	.bx-next {
		margin-top: -80px;
	}
	section.main .title .tap.h-65 li {
		min-width: 33%;
	}
	.list ul>li:nth-of-type(4n+1) {
		margin-bottom: 30px !important;
	}
	.list ul>li {
		width: 21%;
		margin: 0px 2% 30px 2% !important;
	}
	
	.list ul.search-book-card>li {
		margin: 0 !important;
		margin-right: 10px !important;
	}
	
	.list.on ul>li {
		margin: 0px 0% 30px 0% !important;
	}
	.tap.index li::after {
		right: -39px;
	}
	.btTxt.del {
		display: block;
		position: absolute;
		top: 0;
		margin-top: 0 !important;
		background: #7da7d9;
		color: #fff;
		right: 0;
		font-size: 13px;
		height: 30px;
		line-height: 30px;
	}
	.grid.box .td.tit.pt15 {
		padding-top: 15px;
	}
	.file-upload>ul>li {
		padding: 0 0 0 15px !important;
	}
	.file-upload>ul>li:nth-of-type(even) {
		padding-top: 5px !important;
	}
	.tap-bn {
		display: none;
	}
	.tap.full.t-30 {
		margin-bottom: 20px;
	}
	.num-title.exp05 {
		position: absolute;
		top: -44px;
		left: 147px;
	}
	.txt02 {
		display: none !important;
	}
	.txt02.mo {
		display: block !important;
	}
	#ex1.btTip {
		display: none;
	}
	.tapScroll .tap li {
		min-width: 200px;
	}
	.btTxt .ico.rental.exp {
		color: #000;
	}
	.pc-n {
		display: block;
	}
	.btn-top {
		display: none;
	}
	section {
		padding-bottom: 50px;
	}
	.mHide {
		display: none !important;
	}
	.container {
		padding-top: 105px;
	}
	.container.pt0 {
		padding-top: 0;
	}
	.bts-po {
		width: 100%;
	}
	.bts-banner {
		right: 0;
	}

	/* BT_WRITE */
	.btWrite {
		position: fixed;
		right: 12px;
		bottom: 50px;
		z-index: 400;
		display: block;
		min-width: auto;
		width: 60px;
		height: 60px;
		text-indent: -9999px;
		border-radius: 50%;
		background: #f4792a url("../img/ico_pen.png") no-repeat center 50%;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	}

	/* BT_TIP */
	.btTip {
		width: 30px;
		height: 30px;
		background-size: 10px;
	}

	/* BT_MORE */
	.btMore i {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	/* BT_LIST */
	.btList {
		border-radius: 15px;
		background-color: #e2e2e2;
	}
	.btList i:first-of-type {
		margin-right: 0;
	}

	/* CHECKBOX : ONOFF */
	.check.onoff label {
		padding-right: 55px;
	}
	.check.onoff label::before {
		width: 50px;
	}
	.check.onoff label::after {
		right: 20px;
		content: "";
		width: 30px;
		text-indent: -9999px;
		border-radius: 50%;
	}
	.check.onoff input:checked ~ label::after {
		content: "";
	}

	/* KEY */
	.key {
		font-size: 14px;
		line-height: 150%;
	}
	.key::after {
		width: 14px;
		height: 14px;
	}

	/* FIELD */
	.field.date::before {
		left: 45%;
		width: 10%;
	}
	.field.date .input {
		width: 45%;
		margin-bottom: 10px;
	}
	.field.date .input ~ .input {
		margin-left: 10%;
	}
	.field.date .btns.set {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	/* BOOK */
	.book {
		width: 140px;
	}
	.book .pic {
		height: 245px;
	}
	.book .pic .btns {
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
		opacity: 1;
	}
	.book .pic .btns .btCard {
		width: 100%;
		height: 100%;
		background: none;
		margin: 0;
	}
	.book .pic .btns .btView {
		display: none;
	}
	.book .tit {
		height: 40px;
		font-size: 16px;
		line-height: 20px;
		margin-top: 10px;
	}
	.book .btBlank {
		display: block;
	}
	section.main .visual .book .tit {
		height: 20px;
	}

	/* CATE */
	.cate .tit {
		font-size: 16px;
	}
	.cate .tit b {
		font-size: 20px;
	}

	/* CARD */
	.card {
		width: 300px;
		height: 300px;
	}
	.card .txt {
		font-size: 14px;
	}

	/* SHUFFLE */
	.shuffle {
		display: block;
		width: 100%;
		height: 400px;
	}
	.shuffle .book {
		width: 190px;
	}
	.shuffle li.on {
		margin-left: -90px;
		width: 180px;
	}
	.shuffle li.on .book {
		width: 190px;
	}

	/* RENT */
	.rent {
		font-size: 14px;
	}
	.rent .btTxt {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		padding: 0;
	}
	.path {
		display: none;
	}

	/* REPORT */
	.report .tit {
		font-size: 20px;
		padding: 25px 0 10px;
	}
	.report .pic {
		height: 120px;
	}
	.report .pic img {
		height: 120px;
	}
	.report .pic .wrap {
		font-size: 12px;
		line-height: 150%;
		padding: 10px 15px;
	}
	.report .pic .wrap strong {
		font-size: 16px;
	}

	/* TITLE */
	.title {
		padding-bottom: 20px;
	}
	.title::before {
		margin-bottom: 20px;
	}
	.title .tap {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
		margin-top: 20px;
	}
	.title .tap.rd {
		margin-top: 10px;
	}
	.title .tap ~ .btMore {
		position: absolute;
		right: 0;
		bottom: 20px;
	}

	/* STEP */
	.step li {
		font-size: 15px;
		line-height: 18px;
		letter-spacing: -1px;
	}
	.step li b {
		display: block;
		font-size: 12px;
		letter-spacing: 0;
		padding-top: 10px;
	}

	/* TAP */
	.tapScroll .btNext, .tapScroll .btPrev {
		display: none;
	}

	/* SORT */
	.sort .total {
		line-height: 20px;
		padding: 0px 55px 10px 0;
		padding-right: 40px;
	}
	.sort ul {
		padding-top: 10px;
	}
	.sort ul#cate-result-ul {
		padding-top: 0px !important;
	}
	.sort .btns .btTxt {
		min-width: 80px;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
	}
	.sort .total.total-result {
		font-size: 16px;
		padding-right: 55px;
	}

	/* SEARCH */
	.search .find {
		height: 45px;
	}
	.search .find .input {
		height: 45px;
		line-height: 45px;
		padding: 0 50px 0 20px;
		font-size: 16px;
	}
	.search .find .btFind {
		right: 15px;
		background-size: 25px;
	}
	.search .find .btFilter {
		width: 60px;
		height: 45px;
		background-size: 30px;
	}
	.search .find .btFilter ~ .input {
		width: calc(100% - 70px);
	}
	.search .find .btFilter ~ .btFind {
		right: 75px;
	}
	.search .find .btSearch {
		width: 70px;
		height: 45px;
		border-radius: 23px;
		background-size: 30px;
	}
	.search .find .btSearch ~ .btFind {
		right: 85px;
	}
	.search .find .btSearch ~ .input {
		width: calc(100% - 80px);
	}
	.search .month {
		overflow-x: scroll;
		white-space: nowrap;
		padding: 10px 10px 5px 10px;
	}
	.search .month::-webkit-scrollbar {
		width: 0;
		display: none !important;
	}
	.search .month a {
		font-size: 13px;
	}
	.search .inner {
		padding: 0;
	}
	.search .tap.full {
		display: block;
		overflow: hidden;
		overflow-x: scroll;
		-ms-overflow-style: none;
		height: 55px;
		white-space: nowrap;
	}
	.search .tap.full::-webkit-scrollbar {
		width: 0;
		display: none !important;
	}
	.search .tap.full li {
		float: none;
		min-width: 141px;
	}
	.search .tap.full li span {
		padding-right: 10px;
	}

	/* GRID */
	.grid {
		margin-top: 10px;
	}
	.grid ul>li {
		padding: 10px 0;
	}
	.p-grid .td {
		padding: 0;
	}
	.grid ul>li:hover {
		background: none;
	}
	.grid ul>li.answer {
		padding: 20px;
	}
	.grid ul>li.answer .btns {
		display: block;
	}
	.grid.bd ul>li {
		margin-bottom: 50px;
	}
	.grid.box ul {
		border-top: 1px solid #e2e2e2;
	}
	.grid.box ul>li .td.xs, .grid.box ul>li .td.sm, .grid.box ul>li .td.md,
		.grid.box ul>li .td.lg, .grid.box ul>li .td.xl {
		width: auto;
	}
	.grid.box .row {
		display: block;
		overflow: hidden;
		height: auto;
		padding-right: 35px;
	}
	.grid.box .th {
		display: none;
	}
	.grid.box .td {
		display: inline-block;
		height: auto;
		text-align: left;
		margin-right: 10px;
	}
	.grid.box .td.num {
		width: auto;
		height: auto;
		font-weight: 500;
		padding-top: 5px;
	}
	.grid.box .td.tit {
		display: block;
		width: 100% !important;
		line-height: 150%;
		font-weight: 500;
		padding-top: 10px;
		margin: 0;
	}
	.grid.box .td.tit ~ .td {
		height: 30px;
		line-height: 30px;
		color: #a1a1a1;
		font-size: 14px;
	}
	.grid.box .td.con {
		display: block;
		float: left;
		width: calc(100% - 35px);
		margin: 0;
	}
	.grid.box .td.day {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		height: auto !important;
		line-height: 100% !important;
		font-size: 14px !important;
		margin: 0;
		padding-top: 5px;
	}
	.grid.box .td.day.exp04 {
		left: 25px;
		padding-top: 8px;
	}
	.grid.box .td.loan-day {
		position: absolute;
		top: -3px;
		right: 117px;
	}
	.grid.box .td.now {
		position: absolute;
		right: 0;
		bottom: 0;
		width: auto;
		color: #000 !important;
		margin: 0;
	}
	.grid.box .td.btn {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 35px !important;
		height: 35px !important;
		margin: 0;
	}
	.grid.box .td.chk {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -15px;
		width: 30px !important;
		height: 30px !important;
		margin-right: 0;
	}
	.grid.box .td .mT {
		display: inline-block;
		padding-right: 3px;
	}
	.grid.box .td br {
		display: none;
	}
	.grid.box .re {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -16px;
		text-align: center;
		padding-left: 0;
	}
	.grid.box .re .mT {
		display: block;
		color: #a1a1a1;
		font-weight: 300;
		padding: 0;
	}
	.grid .report {
		margin-top: 20px;
	}
	.grid .report .tit {
		font-size: 18px;
		border-bottom: 1px solid #ececec;
	}
	.grid .report .tit em {
		float: none;
		display: block;
		color: #898989;
		padding: 10px 0;
	}
	.grid .report .pic {
		position: static;
		width: 100%;
		margin: 10px 0;
		margin-top: 20px;
	}
	.grid .report .con {
		height: 120px;
		line-height: 20px;
		padding-right: 0;
	}
	.grid .report .re {
		height: 40px;
		line-height: 40px;
		text-align: left; /*  border-top: 1px solid #ececec; */
		background-position: left 50%;
		background-size: 30px;
		padding-left: 40px;
		margin-bottom: 60px;
	}

	/* LIST */
	.list {
		padding-top: 10px;
	}
	.list.pt15 {
		padding-top: 15px;
	}
	.list.m-mt30 {
		margin-top: 30px;
	}
	/*.list ul > li { width: 19%; margin: 0 4%; margin-bottom: 30px; }
	.list ul > li:nth-of-type(5n + 1) { margin: 0 4%; margin-bottom: 30px; }
	.list ul > li:nth-of-type(5n) { margin: 0 4%; margin-bottom: 30px; }
	.list ul > li:nth-of-type(4n + 1) { margin-left: 0; }
	.list ul > li:nth-of-type(4n) { margin-right: 0; }*/

	/*.list.on ul > li:nth-of-type(5n + 1) { margin: 0; margin-bottom:0px; }*/
	.list.on ul>li:nth-of-type(5n) {
		margin: 0;
		margin-bottom: 30px;
	}
	.list.on ul>li>span.btns {
		display: none;
	}
	.list.on ul>li>div.btns {
		display: block;
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 0;
	}
	.list.on ul>li>.btns ~ .book {
		padding-right: 0;
	}
	.list.on ul>li>.btns ~ .book .con {
		right: 0;
	}
	.list.on .book .pic {
		width: 140px;
		margin-right: 20px;
	}
	
	.list.on.subject .book .pic {
    margin-right: 20px;
}

	.list.on .book .tit {
		font-size: 20px;
	}
	.list.on .book .word {
		left: 160px;
		bottom: 0px;
	}
	.list.on .book .con {
		position: static;
		margin-top: 10px;
		display: none;
	}
	.list.on .book .btns {
		position: absolute;
		display: block !important;
		text-align: right;
		padding-top: 10px;
		width: 115px;
		left: auto;
		right: 0;
	}

	/* NO DATA */
	.noData .btTxt {
		display: none;
	}

	/* SCROLL */
	.scroll {
		margin-top: 0;
	}
	.scroll .btNext, .scroll .btPrev {
		display: none;
	}
	.scroll>ul>li .book {
		width: 180px;
	}
	.scroll>ul>li .cate {
		width: 250px;
		height: 250px;
	}
	.scroll>ul>li .cate .pic {
		height: 170px;
	}
	.scroll>ul>li .cate .txt {
		height: calc(100% - 170px);
		font-size: 16px;
	}
	.scroll>ul>li .card {
		width: 300px;
	}
	.scroll.one {
		width: auto;
	}
	.scroll.one>ul>li {
		width: auto;
		margin-left: 10px;
	}
	.scroll.one>ul>li:first-of-type {
		margin: 0;
	}
	.scroll.three>ul>li {
		width: auto;
		margin-left: 10px;
	}
	.scroll.three>ul>li:nth-of-type(3n - 1) {
		margin: 0;
		margin-left: 10px;
	}
	.scroll.three>ul>li:first-of-type {
		margin: 0;
	}
	.scroll.four>ul>li {
		width: 21%;
	}
	.scroll.four>ul>li:nth-of-type(4n + 1) {
		margin: 0;
		margin-left: 10px;
	}
	.scroll.four>ul>li:nth-of-type(4n) {
		margin: 0;
		margin-left: 10px;
	}
	.scroll.four>ul>li:first-of-type {
		margin: 0;
	}
	.scroll.five>ul>li {
		width: auto;
		margin: 0;
		margin-left: 10px;
	}
	.scroll.five>ul>li:nth-of-type(5n + 1) {
		margin: 0;
		margin-left: 10px;
	}
	.scroll.five>ul>li:nth-of-type(5n) {
		margin: 0;
		margin-left: 10px;
	}
	.scroll.five>ul>li:first-of-type {
		margin: 0;
	}
	.main-card .scroll.three>ul>li {
		width: auto;
	}
	.main-card .scroll.three>ul>li:nth-of-type(3n + 1) .card {
		margin: 0;
		margin-left: 10px;
	}
	.main-card .scroll.three>ul>li:nth-of-type(3n - 1) {
		margin: 0;
		margin-left: 10px;
	}

	/* PAGES */
	.pages .btMore {
		display: inline-block;
		background-color: #0a3b64;
	}
	.pages .btMore.mt20 {
		margin-top: 20px;
	}
	.pages .btMore i {
		color: #fff;
	}
	.pages .btMore i::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.pages .pg {
		display: none;
	}
	.pages .pgBtn {
		display: none;
	}

	/* BAND BANNER */
	.bandBnr .inner {
		background-position: 10px 50%;
		padding-bottom: 20px;
	}
	.bandBnr .txt {
		padding: 20px 0 10px 0;
	}
	.bandBnr .btMore {
		position: static;
	}

	/* WRITE */
	.write {
		margin-top: 20px;
	}
	.write .textarea {
		height: 100px;
	}
	.write dt {
		display: block;
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
	.write dd {
		display: block;
		float: none;
		width: 100%;
		border: 0;
		padding-top: 0;
	}
	.write .involve {
		width: calc(100% - 120px);
	}

	/* REPLY */
	.comment {
		position: relative;
		display: block;
		overflow: hidden;
		font-size: 0;
		text-align: center;
	}
	.comment .t {
		font-size: 16px;
	}
	.comment .t em {
		font-size: 12px;
	}
	.comment .btns .btTxt {
		min-width: 60px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		padding: 0 10px;
	}
	.comment .txt {
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.comment ~ .comment {
		padding-top: 0;
	}
	.comment.box>.btTxt {
		bottom: 20px;
	}
	.comment.box>.btTxt.b0 {
		bottom: 0px;
	}

	/* BTNS */
	.btns .field .select {
		display: none;
	}
	.btns .field .input {
		width: 100%;
	}

	/* VIEWER */
	.viewer {
		padding-top: 40px;
	}
	.viewer>.tit {
		display: block;
		overflow: hidden;
		color: #000;
		font-size: 20px;
		text-align: left;
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		padding: 20px 0 10px 0;
	}
	.viewer>.tit .info {
		display: block;
		font-size: 0;
		text-align: right;
		padding-top: 20px;
	}
	.viewer>.tit .info li {
		display: inline-block;
		color: #000;
		font-size: 15px;
		padding-left: 30px;
	}
	.viewer>.tit .info li:nth-of-type(1) {
		padding-right: 20px;
	}
	.viewer>.tit .info li:nth-of-type(2) {
		float: none;
		display: block;
		text-align: left;
	}
	.viewer>.tit .info li:nth-of-type(2) ~ li {
		float: left;
		color: #959595;
		padding: 0;
		padding-right: 20px;
	}
	.viewer>.tit .btns ~ .info {
		padding-bottom: 60px;
	}
	.viewer .detail .book .pic {
		margin-bottom: 20px;
	}
	.viewer .detail .book .intro {
		display: none;
	}
	.viewer .detail .dropBox ~ .btns {
		position: static;
		text-align: left;
		padding: 0px;
		padding-top: 0;
	}
	.viewer .detail .dropBox ~ .btns .btTxt {
		display: inline-block;
		margin: 0;
		background-color: rgba(0, 0, 0, 0.1);
	}
	.viewer .detail .dropBox ~ .btns .btTxt ~ .btTxt {
		margin-top: 0;
		margin-left: 10px;
	}
	.viewer .btCategory {
		margin: 0;
	}
	.viewer h4 {
		margin-top: 30px;
	}

	/****************************** RAYOUT ******************************/

	/* HEADING */

	/* HEADING : SITE */
	h1 {
		width: 155px;
		height: 35px;
		background-position: center 50%;
	}

	/* HEADING : CATEGORY */
	h3 {
		font-size: 22px;
		letter-spacing: -2px;
	}

	/* HEADING : PAGE */
	h4 {
		font-size: 20px;
		letter-spacing: -1px;
	}

	/* HEADING : PARAGRAPH */
	h5 {
		color: #0069b5;
		font-size: 20px;
		font-weight: bold;
		line-height: 100%;
		padding: 0 0 10px 20px;
	}

	/* HEADING : POPUP */
	h6 {
		font-size: 15px;
	}

	/* GNB */
	nav.gnb .m {
		font-size: 20px;
	}
	nav.gnb li {
		text-align: center;
	}

	/* HEADER */
	header {
		position: fixed;
	}
	header .inner {
		padding-top: 10px;
		transition: all 0.1s;
	}
	header h1 {
		float: none;
		display: block;
		margin: 5px auto 0 auto;
		transition: all 0.1s;
	}
	header h2 {
		display: none;
	}
	header .btMy {
		display: block;
		position: absolute;
		top: 10px;
		left: 10px;
		transition: all 0.1s;
	}
	header .btFinder {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		transition: all 0.1s;
	}
	header .find {
		display: none;
	}
	header .btUser {
		display: none;
	}
	header .gnb {
		float: none;
		width: 100%;
		margin: 10px 0 0 0;
	}
	header .btMenu {
		display: none;
	}
	header.fix .inner {
		
	}
	header.fix h1 {
		height: 25px;
		margin-top: 0;
	}
	header.fix .gnb {
		margin-top: 0;
	}
	header.fix .btMy {
		top: 0;
	}
	header.fix .btFinder {
		top: 0;
	}
	header.fix .btEbook {
		display: block;
		top: 12px;
	}
	header .btEbook {
		text-indent: -9999px;
		width: 23px;
		height: 23px;
		background-size: 23px;
		border: none;
		position: absolute;
		top: 20px;
		right: 50px;
		margin-top: 0;
	}

	/* FOOTER */
	footer {
		display: none;
	}

	/* FACET */
	article.facet {
		overflow: auto;
		padding: 20px;
	}
	article.facet .wrap {
		width: 100%;
	}

	/* 게시판검색 */
	article.finder {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 500;
		display: none;
		width: 100%;
		height: 100%;
		background-color: #fff;
		margin: 0;
	}
	article.finder .tit {
		display: block;
	}
	article.finder dl {
		border: 0;
		padding: 20px;
	}
	article.finder dt {
		display: block;
		float: none;
		width: 100%;
	}
	article.finder dd {
		text-align: center;
		padding: 0;
		margin: 0;
	}
	article.finder dd .select {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	article.finder dd .select:last-of-type {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	article.finder dd>.input {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}
	article.finder dd>.input:last-of-type {
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}
	article.finder dd .btTxt.ss {
		position: static;
	}

	/* 도서상세 */
	article.detail {
		background-color: #ececec;
		margin: 0;
	}
	.career article.detail {
		margin-bottom: 20px;
	}
	article.detail .inner {
		padding: 0;
	}

	/* 도서상세 */
	article.detail .inner>.btns {
		display: flex;
		padding: 0;
		background-color: #e2e2e2;
		margin: 0;
		margin-bottom: 10px;
	}
	article.detail .inner>.btns .btTxt {
		flex: 1;
		min-width: auto;
		border-radius: 0;
		padding: 0;
		background-color: #e2e2e2;
	}
	article.detail .inner>.btns .btTxt .ico {
		background: none;
		padding: 0;
	}
	article.detail .inner>.btns .btTxt ~ .btTxt {
		border-left: 1px solid rgba(0, 0, 0, 0.05);
		margin: 0;
	}
	article.detail .book {
		padding: 20px 12px;
	}
	article.detail .book .tit {
		position: relative;
		left: auto;
		right: auto;
		font-size: 20px;
	}
	.book .tit.recom::before {
		top: 20px;
	}
	.book .tit.recom::after {
		top: -4px;
	}
	article.detail .book .txt {
		position: static;
		margin: 10px 0;
	}
	article.detail .book .info {
		display: block;
		position: static;
		margin-bottom: 20px;
		font-size: 17px;
	}
	article.detail .book .intro {
		left: calc(50% + 100px);
		right: 10px;
		bottom: 20px;
	}
	article.detail .book .intro dt, article.detail .book .intro dd {
		display: none;
	}
	article.detail .book .intro dd.drop {
		display: block;
		font-size: 0;
		/*border-top: 1px solid #b0b0b0; border-bottom: 1px solid #b0b0b0;*/
	}
	.book .intro dd.drop {
		height: 34px;
	}
	article.detail .book .intro dd.drop::before {
		content: "책소개";
		width: 100%;
		height: 100%;
		color: #000;
		font-size: 14px;
		line-height: 40px;
		border-radius: 0;
		background: none;
		padding-left: 10px;
	}
	article.detail .book .intro dd.drop::after {
		bottom: 45%;
		margin-bottom: -2px;
		border-top-color: #000;
		border-right-color: #000;
		right: 10px;
	}
	article.detail .book .intro dd.drop.on::after {
		bottom: 42%;
		margin-bottom: -6px;
	}
	article.detail .book .pic {
		display: block;
		width: 180px;
		margin: 0 auto;
	}
	article.detail .dropBox {
		top: calc(100% - 177px);
		left: 10px;
		right: 10px;
	}
	.semester article.detail .dropBox {
		top: calc(100% - 51px);
	}
	.career article.detail .dropBox {
		top: calc(100% - 51px);
	}
	.refine article.detail .dropBox {
		top: calc(100% - 51px);
	}
	article.detail .tap {
		display: flex;
		padding: 0 12px;
	}
	article.detail .tap ~ .select {
		display: block;
	}
	article.units {
		display: none;
	}
	article.reply .grid.box .td.con {
		padding: 5px 0;
	}

	/****************************** POPUP ******************************/

	/* 팝업 */
	article.popup>.wrap {
		padding: 0px;
	}
	article.popup .popBox {
		min-width: auto;
	}
	article.guide .popBox {
		min-width: 260px;
	}
	article.popup .popBox .msg {
		font-size: 14px;
	}

	/* 맞춤도서 */
	article.popup.custom .popBox {
		width: 100%;
		padding: 0;
	}
	article.popup.custom .popBox .tit .btTxt i {
		text-indent: -9999px;
	}
	article.popup.custom .popBox .msg {
		padding-left: 60px;
	}
	article.popup.custom .popBox .msg br {
		display: block;
	}
	article.popup.custom .popBox .item {
		width: 90px;
		min-width: 100px;
		font-size: 14px;
		margin: 5px;
		padding: 0 9px;
	}
	article.popup.custom .popBox .items>span.w-450 .item {
		width: 130px;
		min-width: 130px;
	}
	article.popup.custom .popBox .btns {
		background-color: #fff;
	}
	article.popup.custom.step1 .popBox .item {
		width: 90px;
		height: 90px;
		line-height: 90px;
	}

	/* 팝업 : 상세검색 */
	article.popup.search>.wrap {
		padding: 0;
	}
	article.popup.search .popBox {
		width: auto;
		padding: 0;
	}
	article.popup.search .popBox dl {
		padding: 0 15px;
	}
	article.popup.search .popBox dt {
		font-size: 16px;
	}
	article.popup.search .popBox dt em {
		font-size: 12px;
	}
	article.popup.search .popBox dd .field {
		width: calc(100% - 60px);
	}
	article.popup.search .popBox dd .field .select {
		width: 30%;
		min-width: unset;
	}
	article.popup.search .popBox dd .field .input {
		width: 70%;
	}
	article.popup.search .popBox dd .field ~ .select {
		width: 60px;
		min-width: unset;
	}
	article.popup.search .popBox .btTxt {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
		border-radius: 20px;
	}
	article.popup.search .popBox .btns {
		text-align: center;
		padding-bottom: 20px;
	}

	/* 모바일용 검색 */
	article.popup.mSearch>.wrap {
		padding: 0;
	}

	/*	팝업 : 도서컨텐츠 정보	*/
	article.popup.contents .popBox .msg {
		padding-left: 20px;
	}
	article.popup.contents .popBox .items>span {
		padding: 0;
	}
	article.popup.contents .popBox .item {
		width: 46%;
		min-width: 46%;
	}
	article.popup.contents .popBox .items {
		padding: 15px;
	}

	/****************************** CONTENTS ******************************/
	section.sub .inform {
		display: none;
	}
	section.sub.view .inner {
		position: static;
	}
	section.sub.view .inner .units ~ .content {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	section.sub.view .openbook {
		background-size: 100%;
		padding-top: 0;
		margin-bottom: 0;
	}
	section.sub.view .openbook ul {
		width: 170px;
		height: 228px;
		border-radius: 0 10px 10px 0;
		background-color: #e8e8e8;
		padding-top: 60px;
		vertical-align: top;
		margin: 0 10px;
		margin-top: 50px;
	}
	section.sub.view .openbook .polygon {
		display: block;
		width: 80px;
		height: 180px;
		margin: auto;
		margin-top: 100px;
	}
	section.sub.view .openbook .polygon span {
		font-size: 14px;
	}
	section.sub.view .openbook .polygon span.p1 {
		bottom: 110%;
	}
	section.sub.view .openbook .polygon span.p6 {
		top: 110%;
	}

	/* LOGIN */
	section.login {
		margin: 0;
	}
	section.login h1 {
		margin: 0 auto;
	}
	section.login h2 {
		display: none;
	}
	section.login .hello {
		display: block;
	}
	section.login .input {
		display: block;
		margin-bottom: 10px;
	}
	section.login .input.id {
		background: #f5f5f5;
		padding-left: 10px;
	}
	section.login .input.pw {
		background: #f5f5f5;
		padding-left: 10px;
	}
	section.login .check.fl {
		display: inline-block;
		margin-bottom: 10px;
	}
	section.login .btn {
		margin: 0;
	}
	section.login .btn ~ .check {
		display: block;
	}
	section.login .content {
		padding: 40px 0 50px 0;
	}

	/* MAIN */
	section.main .banner .slideBnr li {
		background: none;
	}
	section.main .banner .inner {
		height: auto;
	}
	section.main .banner img {
		display: block;
		width: 100%;
	}
	section.main>.btBnr {
		top: 105px;
	}
	section.main .visual {
		height: 385px;
	}
	section.main .visual .banner strong {
		font-size: 50px;
		letter-spacing: -2px;
	}
	section.main .visual .tap.index li {
		padding-left: 15px;
	}
	section.main .visual .tap.index li::after {
		left: -44px;
	}
	section.main .visual .tap.index li span {
		font-size: 15px;
		padding-left: 0;
		padding-right: 15px;
	}
	section.main .visual .tapCon .inner {
		padding: 0;
	}
	section.main .visual .scroll ul {
		padding: 0 12px;
	}
	section.main .visual .book {
		width: 150px;
	}
	section.main .visual .book .pic {
		height: 210px;
	}
	section.main .content.interest .bg .title h4 {
		display: block;
		padding-right: 0;
	}
	section.main .content.interest .bg .title h4::before {
		display: none;
	}
	section.main .content.curation .title {
		padding-bottom: 0;
	}
	section.main .content.curation .title .tap {
		display: flex;
		float: none;
		width: 100%;
	}
	section.main .content.curation .title .tap li {
		flex: 1;
		min-width: auto;
	}
	section.main .content.curation .title .tap li:nth-of-type(1).on {
		background-color: #7da7d9;
	}
	section.main .content.curation .title .tap li:nth-of-type(2).on {
		background-color: #8fc786;
	}
	section.main .content.curation .title .tap li:nth-of-type(3).on {
		background-color: #f6989d;
	}
	section.main .content.curation .title .tap li:nth-of-type(4).on {
		background-color: #a8a8a8;
	}
	section.main .content.curation .tapCon .inner {
		padding: 0;
	}
	section.main .content.curation>.tapCon {
		margin-top: 0;
	}
	section.main .content.curation>.tapCon.view1 {
		background-color: #ececec;
	}
	section.main .content.curation>.tapCon.view1 .shuffle {
		background-color: #7da7d9;
	}
	section.main .content.curation>.tapCon.view2 {
		background-color: #ececec;
	}
	section.main .content.curation>.tapCon.view2 .shuffle {
		background-color: #8fc786;
	}
	section.main .content.curation>.tapCon.view3 {
		background-color: #ececec;
	}
	section.main .content.curation>.tapCon.view3 .shuffle {
		background-color: #f6989d;
	}
	section.main .content.curation>.tapCon.view4 {
		background-color: #ececec;
	}
	section.main .content.curation>.tapCon.view4 .shuffle {
		background-color: #a8a8a8;
	}
	section.main .content.curation .scroll {
		float: none;
		width: 100%;
		height: 100%;
		border-radius: 0;
		background: none;
		box-shadow: none;
		padding: 10px 0;
	}
	section.main .content.curation .scroll ul>li {
		padding: 12px;
		margin: 0;
	}
	section.main .content.curation .scroll .card {
		width: 300px;
		height: 300px;
		border-radius: 10px;
		background-color: #fff;
		padding: 10px;
		box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	}

	/* 전자책 모아보기 *
	section.collage .search .inner { background-color: #fff; padding-top: 30px; }
	
	/* 우리학교 인기도서 */
	section.popular .title h3 {
		display: block;
		float: none;
	}
	section.popular .title .count {
		display: inline-block;
	}
	section.popular .pages .btMore {
		display: inline-block;
		background-color: #3e71ad;
		padding: 0 30px;
	}
	section.popular .pages .btMore i {
		color: #fff;
		padding-right: 20px;
	}
	section.popular .pages .btMore i::before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	section.popular .pages .pg, section.popular .pages .pgBtn {
		display: none;
	}

	/* 통합검색 *
	section.result .search .inner { background-color: #fff; padding-top: 30px; }
	section.result .inner > .btMore { display: none; }
	section.result .search .tap.index { display: flex; }
	section.result .search .tap.index li { flex: 1; padding: 0; margin: 0; }
	section.result .search .tap.index li ~ li { margin-left: 1px; }
	section.result .search .tap.index li::after { display: none; }
	section.result .search .tap.index li span { height: 40px; line-height: 40px; font-size: 14px; background-color: #efefef; padding: 0; }
	section.result .search .tap.index li.on { height: 40px; }
	section.result .search .tap.index li.on span { line-height: 40px; background-color: #0a3b64; }
	section.result .content > .btMore { display: none; }
	section.result .pages .btMore { display: inline-block; }
	section.result .pages .pgBtn,
	section.result .pages .pg { display: none; }
	
	
	
	/* 한학기 한권 */
	section.semester.main .title h3 {
		font-size: 20px;
	}
	section.semester.view .content .title {
		margin-bottom: 10px;
		margin-top: 20px;
	}
	section.semester.view .content dt {
		display: block;
		float: none;
		width: 100%;
		color: #000;
		font-size: 16px;
		text-align: left;
		padding: 15px 25px;
	}
	section.semester.view .content dt br {
		display: none;
	}
	section.semester.view .content dd {
		border-top: 0;
		padding: 20px 25px;
	}
	section.semester.view .content .ex::before {
		background-position: 130px top;
	}
	section.semester.view .content .ex .tit {
		font-size: 16px;
	}
	section.semester.view .content .ex .tit em {
		font-size: 14px;
	}
	section.semester.view .content .ex .tit .btClose {
		top: 0;
		right: 0;
	}
	section.semester.view .content .ex .con {
		height: auto;
		background: #ececec;
		display: none;
	}
	section.semester.view .content .ex .con img {
		opacity: 1;
	}

	/* 교과독서 */
	section.subject.view .content .words .tap {
		display: block;
		overflow: hidden;
		overflow-x: scroll;
		-ms-overflow-style: none;
		height: 50px;
		white-space: nowrap;
	}
	section.subject.view .content .words .tap::-webkit-scrollbar {
		width: 0;
		display: none !important;
	}
	section.subject.view .content .words .tap li {
		font-size: 16px;
		padding: 0 20px;
		width: 210px;
	}

	/* 교과독서 > 교과서 파헤치기 */
	section.subject.plumb .detail {
		background: none;
		padding-top: 20px;
	}
	section.subject.plumb .detail .book {
		min-height: auto;
		padding: 0 12px;
	}
	section.subject.plumb .detail .book .tit {
		position: absolute;
		left: 180px;
		font-size: 20px;
	}
	section.subject.plumb .detail .book .txt {
		position: absolute;
		left: 180px;
		margin: 10px 0;
	}
	section.subject.plumb .detail .book .info {
		position: absolute;
		left: 180px;
		margin-bottom: 20px;
	}
	section.subject.plumb .detail .book .intro {
		left: 180px;
		right: 12px;
		bottom: 0;
	}
	section.subject.plumb .detail .book .intro dt {
		display: none;
	}
	section.subject.plumb .detail .book .intro dd.drop {
		border: 0;
	}
	section.subject.plumb .detail .book .intro dd.drop::before {
		display: none;
	}
	section.subject.plumb .detail .book .intro dd.drop::after {
		display: none;
	}
	section.subject.plumb .detail .book .pic {
		width: 150px;
		margin: 0;
	}
	section.subject.plumb .detail .book>.btTxt {
		left: 180px;
	}
	section.subject.plumb .detail .dropBox {
		left: 180px;
		right: 12px;
	}
	section.subject.plumb .tapScroll {
		margin: 0;
	}
	section.subject.plumb .tap.index li {
		width: 50%;
	}
	section.subject.plumb .tap.index li span {
		font-size: 14px;
		padding: 0;
	}
	section.subject.plumb.view .title h3 {
		display: inline-block;
		padding-right: 0;
	}

	/* 진로독서 */
	section.career .visual {
		padding-top: 0;
	}
	section.career .visual .banner {
		background: #f6989d url("../img/acc01.png") no-repeat 30px
			calc(100% - 30px);
		background-size: 180px;
	}
	section.career .visual .banner .inner {
		background: url("../img/acc03.png") no-repeat calc(100% - 10px) 40%;
		background-size: 80px;
		padding: 20px 30px 0 30px;
	}
	section.career .visual .scroll {
		margin-top: 30px;
	}
	section.career .content.today .cate {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	section.career .content.today .cate .txt {
		height: auto;
		font-size: 16px;
	}
	section.career .content.today .cate .txt strong {
		font-size: 30px;
	}
	section.career .content.today .scroll {
		display: block;
		float: none;
		width: 100%;
	}
	section.career.test .scroll .tit {
		right: auto;
		left: 20px;
		top: 10px;
	}

	/* 교양독서 */
	section.refine .visual .banner {
		background: #a8a8a8 url("../img/acc04.png") no-repeat center
			calc(100% - 30px);
		background-size: 300px;
	}
	section.refine .visual .banner .inner {
		background: url("../img/acc05.png") no-repeat calc(100% - 10px) 30%;
		background-size: 70px;
		padding: 30px 80px 0 30px;
	}
	section.refine .visual .scroll {
		margin-top: 40px;
	}
	section.refine .visual .tap.full {
		display: block;
		overflow: hidden;
		overflow-x: scroll;
		-ms-overflow-style: none;
		height: 65px;
	}
	section.refine .visual .tap.full::-webkit-scrollbar {
		width: 0;
		display: none !important;
	}
	section.refine .visual .tap.full li {
		float: none;
	}
	/* section.refine .visual .tap.full li span { padding: 0 30px; } */
	section.refine.view .title h4 ~ .btns {
		display: none;
	}

	/* 소통하기 */
	section.commu .btns .btWrite ~ .btTxt {
		display: none;
	}
	section.commu.data .btCategory {
		display: none;
	}
	section.commu.data.view .btCategory {
		display: block;
	}
	section.commu.hope .write {
		margin: 0;
	}
	section.commu.hope .popup.search .pages .pg, section.commu.hope .popup.search .pages .pgBtn
		{
		display: inline-block;
	}
	section.commu.hope .popup.search .pages .btMore {
		display: none;
	}

	/* 마이페이지 */
	section.my .sort {
		border-bottom: 0;
		margin-bottom: 0;
	}
	section.my .sort .btSort {
		display: block;
		top: 30px;
	}
	section.my.act .sort .btSort {
		top: 15px;
	}
	section.my.act .sort .sort-top {
		top: 28px;
	}
	section.my.act .sort .btSort ~ .btns {
		display: none;
	}
	section.my.act .border {
		border-top: 1px solid #0a3b64;
		border-bottom: 1px solid #0a3b64;
		padding: 20px 0;
		margin: 30px 0 20px 0;
	}
	section.my.act .border .step {
		margin-bottom: 20px;
	}
	section.my.act .border .field {
		width: 100%;
		margin: 10px 0;
	}
	section.my.act .border .field::before {
		display: none;
	}
	section.my.act .border .field .input {
		width: 80%;
	}
	section.my.act .detail {
		background: none;
	}
	section.my.act .detail .book {
		padding: 0;
		padding-bottom: 0px;
	}
	section.my.act .detail .book .tit {
		position: absolute;
		left: 140px;
		font-size: 20px;
	}
	section.my.act .detail .book .intro {
		display: block;
		top: 50px;
		left: 140px;
		right: 12px;
	}
	section.my.act .detail .book .pic {
		width: 120px;
		margin: 0;
	}
	section.my.info .grid {
		margin-top: 0;
	}
	section.my.info .grid ul>li .td.lg {
		width: 100px;
	}
	section.my.info .input {
		width: 100%;
	}
	.select.w-200 {
		margin-top: 20px;
	}
	section.refine.main .content {
		padding-bottom: 30px;
	}
	section.sub.view .title {
		padding-top: 30px;
	}
	section.sub.teach .title {
		padding-top: 0px;
	}
	.rent {
		margin-bottom: 0;
	}
	.report .con {
		padding-top: 30px;
	}
	.sort .total.m-pl10 {
		padding-left: 10px;
	}
	.txt.m-ml10 {
		margin-left: 10px;
	}
	.m-none {
		display: none;
	}
	.sort .total.m-mt10 {
		margin-top: 10px;
	}
	.grid.box #commentList-ul .td.tit {
		padding-top: 5px;
	}
	.grid.box #commentList-ul .td.btn {
		top: auto;
	}
	.grid.box #commentList-ul .td.day {
		margin-top: 5px;
		width: auto;
	}
	.input.enterSearch {
		width: 80%;
	}
	.list.on .book .word {
		display: none;
	}
	.tap_menu {
		font-size: 16px;
	}
	.tap-more {
		display: block;
		padding-left: 0px;
		padding-top: 10px;
	}
	section.career .content.today .scroll {
		margin-top: 55px;
	}

	/*----- 모바일에서도 페이지번호를 표시하는 경우 ------*/
	.pages.on-mobile-pages .pg, .pages.on-mobile-pages .pgBtn {
		display: inline-block;
	}
	.pages.on-mobile-pages .btMore {
		display: none;
	}
}

@media all and (max-width: 720px) {
	
	.tabb li .card {
    width: 160px;
    height: 160px;
}

.tabb li .pic {
    width: 160px;
    height: 160px;
}
	.tabb li .pic img {
    width: 100%;
    height: 100%;
}

.tabb li p{
	margin-top: 10px;
}
}

/*-------------------------------------------------------MOBILE-------------------------------------------------------*/
@media all and (max-width: 550px) { /*20210113수정*/

	.m_one li:not(:first-child){
		display: none !important;
	}
	
	.m_one li:first-child{
		border-bottom: unset !important;
		margin-bottom: 40px !important;
    	padding-top: 0 !important;
    	padding-bottom:0 !important;
	}
	
	
	.book .pic {
		height: 240px;
	}
	.cate .pic {
		height: 240px;
	}
	section.subject.view .content .words .tap li {
		width: auto;
	}
	section.main .visual .tap.index li::after {
		left: -45px;
	}
	.scroll.four>ul>li {
		width: auto !important;
		margin: 0;
		margin-left: 10px;
	}
	.tap.index li::after {
		right: -40px;
	}
	.search .tap.index li {
		min-width: auto !important;
	}
	.book .pic {
		height: 200px;
	}
	article.popup .popBox .txt02.mo {
		width: 100%;
		height: 600px;
	}
	.file-subject {
		display: block;
		margin-top: 20px;
	}
	.file-upload {
		margin-top: 0px;
	}
	#ex1.btTip {
		display: none;
	}
	article.popup.custom .popBox .items>span {
		width: 220px !important;
	}
	article.popup.custom .popBox .items>span.w-450 .item {
		width: 100px;
		min-width: 90px;
	}

	/* BT_TIP */
	.btTip span {
		left: 50%;
		margin-left: -100px;
		top: calc(100% + 10px);
		width: 200px;
		white-space: normal;
	}
	.btTip span br {
		display: none;
	}
	.btTip span::before {
		left: 50%;
		margin-left: -5px;
		top: -11px;
		margin-top: 0;
		border: 5px solid transparent;
		border-bottom: 7px solid #fdde61;
	}
	.btTip.on span {
		display: block;
	}
	.sort .field {
		float: none;
		width: 100%;
	}
	.btTxt {
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		min-width: 50px !important;
		margin: 5px !important;
		margin-left: 0 !important;
		padding: 0 5px !important;
	}
	section.sub.view .title .btns {
		bottom: 2px;
	}

	/* TAP */
	.tap li {
		font-size: 15px;
	}
	.tap.exp04 {
		font-size: 15px;
	}
	.tapScroll .tap li {
		min-width: 170px;
	}

	/* FILTER */
	.filter .tit {
		position: static;
		display: table-cell;
		width: 100px;
		height: 100%;
		border: 0;
		vertical-align: middle;
		padding: 5px;
	}
	.filter .con {
		width: calc(100% - 100px);
		text-align: left;
		border: 0;
		padding: 5px;
		font-size: 13px;
	}
	.filter .item {
		margin: 1px 2px;
		font-size: 13px;
	}
	span#subjectList .item {
		width: 93px;
	}
	.filter ul li {
		float: none;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #3e71ad;
		padding-top: 0;
	}
	.filter ul li:last-of-type {
		width: 100%;
		border: 0;
	}

	/* LIST */
	.list .book {
		display: inline-block;
		width: 140px;
	}
	.list .rent {
		display: inline-block;
		width: 140px;
	}
	/*<--20210113수정*/
	.list ul>li {
		width: 50%;
		text-align: center;
		margin: 0 0 30px 0 !important;
	}
	.list ul>li:nth-of-type(5n + 1) {
		margin: 0;
		margin-bottom: 30px;
	}
	.list ul>li:nth-of-type(5n) {
		margin: 0;
		margin-bottom: 30px;
	}
	.list ul>li:nth-of-type(4n + 1) {
		margin: 0;
		margin-bottom: 30px;
	}
	.list ul>li:nth-of-type(4n) {
		margin: 0;
		margin-bottom: 30px;
	}
	.list ul.four>li {
		width: 50%;
		text-align: center;
		margin: 0;
		margin-bottom: 30px;
	}
	.list ul.four>li:nth-of-type(4n + 1) {
		margin: 0;
		margin-bottom: 30px;
	}
	.list ul.four>li:nth-of-type(4n) {
		margin: 0;
		margin-bottom: 30px;
	}
	/*20210113수정-->*/
	.list.on ul>li {
		margin-bottom: 50px !important;
	}
	.list.on ul>li:nth-of-type(even) {
		text-align: left;
		margin-left: 0;
	}
	.list.on .book .pic {
		width: 120px;
		height: 180px;
	}
	.list.on .book .tit {
		font-size: 18px;
	}
	
	.search-book-ca-list .tit{
	font-size: 18px;}
	
	.list.on .book .info {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		word-wrap: break-word;
		line-height: 1.1em;
		height: 3.3em;
	}
	.list.on .book .word {
		display: none;
	}
	.list.on.subject .book .tit{
		font-size: 18px;
	}
	
	.list.on.subject .book .pic {
		margin-right: 10px;
	}
	.list.on.subject .book .info {
		padding-left: 0;
	}
	.list.on.subject .book .ca {
		padding-left: 0;
	}
	.list.on.subject .book .ca span {
		width: 70px;
		font-size: 15px;
	}

	/* NO DATA */
	.noData .txt {
		font-size: 16px;
		background-size: 60px; /* padding-top: 80px; */
		margin: 50px 0 30px 0;
	}
	.noData .txt br ~ b {
		font-size: 24px;
	}
	.noData.docu .txt, .noData.reply .txt, .noData.write .txt, .noData.scrap .txt
		{
		font-size: 18px;
		background-size: 80px;
		padding-top: 0px;
	}
	.noData.book .txt {
		padding-top: 0;
	}

	/* SCROLL */
	.scroll>ul>li .book {
		width: 140px;
	}

	/* WRITE */
	.write h4 {
		display: block;
	}
	.write .input {
		width: 100%;
		background-color: #fff;
		margin-bottom: 10px;
	}
	.write .select {
		width: calc(50% - 5px);
		margin-right: 0;
	}
	.write .select ~ .select {
		margin-left: 10px;
	}
	.write .select ~ .input {
		width: 100%;
	}
	.write .select+.select ~ .input {
		width: 100%;
	}
	.write .involve {
		width: 100%;
	}
	.write .involve>.btTxt {
		left: auto;
		top: auto;
		bottom: 100%;
		right: 0;
		margin-bottom: 5px;
	}
	.write .attach .txt {
		height: 60px;
		font-size: 0;
		background-position: center 50%;
		padding: 0;
		margin: 0;
	}
	.write .check {
		margin-left: 0;
		margin-right: 30px;
	}
	.write dt {
		display: block;
		float: none;
		width: 100%;
	}
	.write dt:nth-of-type(3) {
		display: inline-block;
		float: left;
		width: auto;
		border-color: #448ccb;
	}
	.write dd {
		border: 0;
		background-color: #f9f9f9;
		padding: 10px 20px;
	}
	.write dd:nth-of-type(3) {
		text-align: right;
		border-top: 1px solid #448ccb;
		background-color: #fff;
		padding: 10px 0;
	}
	.comment.box .t {
		display: block;
	}
	.comment.box .textarea {
		padding: 10px 20px;
	}
	.comment.box>.btTxt {
		position: static;
		float: right;
		width: 120px;
		height: 40px;
		line-height: 40px;
		color: #fff;
		border: 0;
		border-radius: 20px;
		background-color: #448ccb;
		margin-top: 10px;
	}
	.comment.box>.btTxt ~ .txt {
		position: absolute;
		right: 20px;
		bottom: 60px;
	}

	/* BAND BANNER */
	.bandBnr .inner {
		padding-left: 100px;
		background-size: 80px;
	}
	.bandBnr .txt {
		font-size: 15px;
	}
	.bandBnr .txt b {
		font-size: 19px;
		line-height: 120%;
	}

	/* SLIDER */
	.slider {
		width: 300px;
		height: 300px;
	}
	.slider .bx-prev {
		left: -30px;
		margin-top: -25px;
		width: 30px;
		height: 50px;
		background-size: 15px;
	}
	.slider .bx-next {
		right: -30px;
		margin-top: -25px;
		width: 30px;
		height: 50px;
		background-size: 15px;
	}
	.btns .field {
		width: 100%;
	}

	/****************************** RAYOUT ******************************/

	/* GNB */
	nav.gnb .m {
		font-size: 17px;
		letter-spacing: -2px;
	}

	/* GNB : COMMU */
	nav.gnb.commu ul {
		display: flex;
	}
	nav.gnb.commu li {
		flex: 1;
	}
	nav.gnb.commu li ~ li {
		padding-left: 0;
	}

	/* HEADER */
	header .inner {
		padding: 0;
		padding-top: 10px;
	}

	/* SECTION */

	/* FOOTER */
	footer .inner .fnb {
		right: auto;
		left: 10px;
		bottom: 10px;
	}
	article.popup.custom .popBox .items {
		padding: 20px;
		max-height: 270 !important;
	}
	article.popup.custom .popBox .items br {
		display: none;
	}
	article.popup.custom.step1 .popBox .items {
		padding: 20px 0;
	}
	article.popup.custom.step1 .popBox .item {
		min-width: 80px;
		height: 80px;
		line-height: 80px;
		padding: 0;
		margin: 5px;
	}

	/* 도서상세 */
	article.detail .inner>.btns {
		display: flex;
		padding: 0;
	}
	article.detail .inner>.btns .btTxt {
		flex: 1;
		min-width: auto;
		border-radius: 0;
		padding: 0;
	}
	article.detail .inner>.btns .btTxt .ico {
		background: none;
		padding: 0;
	}
	article.detail .inner>.btns .btTxt ~ .btTxt {
		border-left: 1px solid rgba(0, 0, 0, 0.05);
		margin: 0;
	}

	/*	도서콘텐츠 정보	*/
	article.popup.contents .popBox .items {
		padding: 10px;
	}

	/****************************** CONTENTS ******************************/
	section.main .title .tap li {
		min-width: 80px;
	}
	section.main .title .tap.h-65 li {
		min-width: 33%;
	}
	section.main .content.floating .title h3 {
		display: block;
	}
	section.main .content.floating .title .btMore {
		position: absolute;
		top: 30px;
		right: 0;
	}
	section.main .content.floating .title .tap {
		float: none;
		display: inline-block;
		width: auto;
	}
	section.main .content.floating .title .tap ~ .btMore {
		position: static;
		float: right;
		margin-left: 0;
		margin-top: 20px;
	}
	section.main .content.floating ~ .content.floating {
		margin-top: 0px;
	}
	section.main .content.curation {
		margin: 0px 0;
	}

	/* 우리학교 인기도서 */
	section.popular h3 em {
		display: block;
		padding-left: 0;
	}

	/* 진로독서 > 진로검사 */
	section.career.test .enneagram ul {
		overflow: hidden;
		overflow-x: scroll;
		-ms-overflow-style: none;
		width: 100%;
		height: 100%;
		white-space: nowrap;
		margin: 0;
		padding: 10px;
	}
	section.career.test .enneagram ul::-webkit-scrollbar {
		width: 0;
		display: none !important;
	}
	section.career.test .scroll {
		width: 320px;
		height: 450px;
		margin: 30px auto 0;
	}
	section.career.test .scroll img {
		width: 320px;
		height: 320px;
	}
	section.career.test .scroll .tit {
		top: auto;
		left: 0;
		bottom: 0;
	}

	/* 교과독서 > 도서상세 */
	section.subject.view .content .title ~ .inner .tap {
		margin-top: 20px;
	}
	section.subject.view .content .title ~ .inner .tap li {
		height: 50px;
		line-height: 50px;
		color: #fff;
		background-color: #448ccb;
	}
	section.subject.view .content .title ~ .inner .tap li.on {
		color: #448ccb;
		background-color: #f2f2f2;
	}
	section.subject.view .content .title ~ .inner .tapCon {
		color: #000;
		font-size: 16px;
		font-weight: 300;
		line-height: 28px;
		text-align: left;
		background-color: #f2f2f2;
		padding: 30px;
	}

	/* 교과독서 > 큐레이션 */
	.shuffle li.on .book {
		width: 130px;
	}
	.shuffle li.on .book .pic {
		height: 185px;
	}
	.shuffle {
		height: 330px;
		padding-top: 30px;
	}
	.shuffle .book {
		width: 100px;
	}

	/* 한학기 한권 > 도서상세 */
	section.semester.view .content .file a {
		display: block;
	}
	section.semester.view .content .file a::after {
		right: 10px;
	}

	/*	에니어그램	*/
	section.career.test .scroll .btNext {
		top: 37%;
	}
	section.career.test .scroll .btPrev {
		top: 37%;
	}
	.step li.on::before {
		border-left: 20px solid #f4792a;
	}
	.step li::before {
		border-left: 20px solid #ececec;
	}
	.book .btGuide {
		bottom: 0px;
	}

	/* 게시판검색 */
	.input.enterSearch {
		width: 100%;
	}
	article.finder dd .btTxt.ss.mt50 {
		margin-top: 35px !important;
	}
	.input.w80p {
		width: 100% !important;
	}

	/*	table	*/
	.grid ul>li .td.xs {
		width: 40px;
	}
	.grid ul>li .td.sm {
		width: 80px;
	}
	.grid ul>li .td.md {
		width: 90px;
	}

	/*	필터	*/
	.filter .con br {
		display: none;
	}

	/*	툴팁	*/
	.btTip span::before {
		left: 95px;
		top: -9px;
		transform: rotate(90deg);
	}
	.tab-br li br {
		display: block;
	}
	.tab-br li span {
		padding-top: 5px !important;
		line-height: 1.3 !important;
	}
	.tab-br li.on span {
		padding-top: 12px !important;
		line-height: 1.3 !important;
	}

	/*메인페이지 > 내 관심분야*/
	.title .interest {
		padding: 0 10px;
		min-width: 38px;
	}
	.have_tb tr {
		font-size: 14px;
	}

	/* 내정보 */
	.my_info.grid ul>li .td.lg {
		width: 90px;
	}
	.my_info.grid.pw ul>li .td.lg {
		width: 105px;
	}
	
	.tap-search-category .monone{
	display: none;
	}
	
	
	
	.search-book-card li .card{
	width: 220px;
	}
	
	.search-book-card li .pic{
	width: 220px;
	height: 220px;
	}
	
	
	.list.mcard-list .search-book-card {
    width: 922px;
}

	.search-book-card.tabb li .card {
    width: 160px;
    height: auto;
}

	.search-book-card.tabb li .pic {
    width: 160px;
    height: 160px;
}

.search-book-card li p{
	font-size: 16px;
	text-align: left;
}
	
}

@media all and (max-width: 420px) {
	.list.on.subject .book .ca span {
		width: 50px;
		font-size: 12px;
		height: 34px;
		line-height: 34px;
	}
	
	.subject-ca li {
    line-height: 60px;
    font-size: 14px;
    padding: 0px 10px;
}

.subject-ca.mainsearch li {
    line-height: 60px;
    font-size: 14px;
    padding: 0px 10px;
    margin: 0;
}

}

@media all and (max-width: 389px) {
	/* 모바일용 페이지 번호 크기 */
	.pages.on-mobile-pages .pg {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
}

@media all and (max-width: 349px) {
	/* 모바일용 페이지 번호 크기 */
	.pages.on-mobile-pages .pg {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	
	
	.search-book-card.tabb li .card {
    	width: 140px;
    	height: 140px;
	}

	.search-book-card.tabb li .pic {
    	width: 140px;
    	height: 140px;
	}


}

@media all and (max-width: 320px) {
	article.popup .popBox .txt02.mo {
		height: 520px;
	}
	.tap-more h3 {
		font-size: 20px;
	}
	h1 {
		width: 135px;
	}
	.btTip#ex1 {
		display: none;
	}
	article.detail .book .intro dd.drop::after {
		display: none;
	}
	.card {
		width: 250px;
		height: 250px;
	}
	.slider {
		width: 250px;
		height: 250px;
	}
	article.detail .book .intro dd.drop::before {
		padding-left: 0;
	}
	.btGuide::before {
		display: none;
	}
	article.popup.search .list {
		max-height: 202px;
	}
	article.popup.search .popBox .btns {
		padding-top: 10px;
	}
	article.popup.search .popBox .btTxt {
		min-width: 124px;
	}

	/*메인페이지 > 내 관심분야*/
	.title .interest {
		padding: 0 7px;
		min-width: 80px;
	}
	article.popup.custom .popBox .items {
		max-height: 250px !important;
	}

	/*	도서콘텐츠 정보	*/
	article.popup.contents .popBox .item {
		width: 98%;
	}
}