#skip_navi { display: none; }

html { height: 100%; }

.container {
	width: 100%;
	max-width: 100%;
}

input {
	background-image: url(none);
	border-radius: 0;
}

textarea {
	background-image: url(none);
}

.m_only { display: block; }

/* header */
#header{
	margin: 0;
}

.m_ebook {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.btn_ebook {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../images/ico_ebook_b.png') center center no-repeat;
	background-size: 21px;
	text-indent: -999em;
}

.m_menu {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.btn_menu {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../images/ico_menu_b.png') center center no-repeat;
	background-size: 21px;
	text-indent: -999em;
}

.m_back {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.btn_back {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../images/ico_back_b.png') center center no-repeat;
	background-size: 21px;
	text-indent: -999em;
}

.toplogo {
	width: 100%;
}

.toplogo a {
	padding: 7px 0;
	text-align: center;
}

.toplogo img {
	margin: 0;
	height: 36px;
}

.search {
	display: none;
}

.m_search {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.btn_search {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../images/ico_search_b.png') center center no-repeat;
	background-size: 22px;
	text-indent: -999em;
}

.btn_search_on {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	background: #6ba3f6 url('../images/ico_close_w.png') center center no-repeat;
	background-size: 21px;
	text-indent: -999em;
}

.m_search_on {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #6ba3f6;
	overflow: hidden;
}

.s_inp {
	float: none;
	position: absolute;
	top: 5px;
	right: 100px;
	bottom: 5px;
	left: 5px;
}

.s_inp input {
	padding: 0 10px;
	width: 100%;
	height: 30px;
	border: 0;
	line-height: 30px;
}

::-webkit-input-placeholder { font-size: 15px; }
::-moz-placeholder { font-size: 15px; }
:-moz-placeholder { font-size: 15px; }
:-ms-input-placeholder { font-size: 15px; }

.s_btn {
	float: none;
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	width: 90px;
}

.s_btn a {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 15px;
	color: #ffffff;
	background-color: #2979f1;
	text-align: center;
	line-height: 30px;
}

/* navi */
.gnb_wrap {
	height: 40px;
	overflow: hidden;
}

#gnb {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	height: 100%;
	width: auto;
	overflow: hidden;
}

#gnb_scroller {
	overflow-x: scroll;
    overflow-y: hidden;
	padding-bottom: 15px;
}
#gnb_scroller::-webkit-scrollbar { 
    display: none; 
}

#group_ul {
	display: inline-block;
	height: 40px;
}
#group_ul li {
	float: left;
}

.btn_menu_all {
	display: none;
}

.btn_scroll_l {
	z-index: 20;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 40px;
	background: url('../images/bg_hide_l.png') left center repeat-y;
	background-size: 100%;
	text-align: left;
}

.btn_scroll_l img {
	margin-top: 13px;
	margin-left: 10px;
	height: 14px;
	vertical-align: top;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.btn_scroll_r {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 40px;
	background: url('../images/bg_hide_r.png') right center repeat-y;
	background-size: 100%;
	text-align: right;
}

.btn_scroll_r img {
	margin-top: 13px;
	margin-right: 10px;
	height: 14px;
	vertical-align: top;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.bmenu {
	position: relative;
}

.bmenu.type {
	display: inline;
	padding: 0 12px;
	margin: 0px;
	width: auto;
}

.btn_bmenu {
	display: block;
	padding: 3px 2px 0;
	font-size: 16px;
	line-height: 34px;
}

/* book list */
.booklist {
	background-color: #e9e9e9;
}

.bookfloor {
	width: 100%;
}

.booklist_ul {
	padding: 0 5px;
}

.booklist_ul li {
	width: 50%;
	padding: 5px;
	border-bottom: none;
}

.book_wrap {
	margin: 0;
	width: 100%;
}

.title_wrap {
	padding: 10px;
}

.title_wrap .vmode { display: none }

.title_wrap .m_vmode {
	font-size: 0;
	line-height: 0;
	border: 0;
	display: none;
}

.title_wrap .m_vmode img {
	margin-right: 5px;
	vertical-align: top;
}

.book_wrap .title {
	margin-top: 0;
}

/* page */
#page { display: none }

.more_wrap {
	margin-top: 15px;
	border-top: 1px solid #dddddd;
	text-align: center;
}

.btn_more {
	display: block;
}

.btn_more span {
	display: inline-block;
	padding-right: 25px;
	height: 40px;
	font-size: 15px;
	color: #999999;
	line-height: 40px;
	background: url('../images/ico_more.png') right center no-repeat;
	background-size: 12px;
}

/* list */
.section_wrap { display: none; }

.section_btns {
	float: none;
	text-align: center;
}

.section_btns ul {
	display: inline-block;
	margin: 0 auto;
	vertical-align: top;
}

.list_wrap {
	min-height: auto;
}

.left_area {
	position: relative;
	float: none;
	padding: 20px;
	width: 100%;
	overflow: hidden;
}

.list_img_wrap {
	float: left;
}

.list_img {
	margin-top: 0;
}

.list_img img {
	width: 110px;
}

.list_vmode { display: none; }

.list_title { display: none; }

.list_title2 {
	display: block;
	margin-top: 8px;
	margin-left: 130px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	word-break: break-all;
}

.list_info {
	margin-left: 130px;
	padding: 10px 0 0;
	border-top: 0;
}

.list_info li {
	padding-left: 0;
	font-size: 14px;
	line-height: 22px;
	background: none;
}

.sns_wrap { display: none; }

.qr_wrap { display: none; }

.m_vmode {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.m_vmode_ul {
	overflow: hidden;
}

.m_vmode_ul li {
	float: left;
	width: 33%;
	text-align: center;
	border-left: 1px solid #eeeeee;
}

.m_vmode_ul li:first-child {
	border-left: 0;
}

.m_vmode_ul li.last-child {
	width: 100%;
	border-top: 1px solid #eeeeee;
	border-left: 0;
}

.m_vmode_ul img {
	margin-right: 10px;
	width: 30px;
	vertical-align: top;
}

.m_vmode_ul a {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
}

.m_btn_pdf {
	color: #eb3434;
}

.m_btn_ebook {
	color: #169aed;
}

.m_btn_sns {
	color: #32bb42;
}

.right_area {
	margin: 0 10px;
}

.news_title {
	margin: 12px 0 6px;
}

.slist_ul {
	margin-bottom: 20px;
}

.slist_ul li {
	margin: 10px 0 0;
	float: none;
	padding: 10px 0 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 0;
	width: auto;
}

.slist_ul li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

/*.slist_ul .image {
	margin-right: 10px;
}*/

.slist_ul .image img {
	max-width: 100px;
	max-height: 70px;
}

.slist_ul .text_wrap {
	/*margin-left: 100px;*/
}

.slist_ul .section {
	padding: 3px 5px;
	font-size: 12px;
	color: #ffffff;
}

.slist_ul .title {
	margin-top: 2px;
	max-height: none;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 22px;
}

.slist_ul .stitle {
	display: none;
}

.slist_ul .ho_section {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -1px;
}

/* share */
.pop_share {
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../images/bg_black70.png') repeat;
}

.share_background {
	position: relative;
	margin: 100px 10px 0;
	padding: 20px;
	background-color: #ffffff;
	overflow: hidden;
}

.share_title {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.share_close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 39px;
	height: 39px;
}

.share_close a {
	display: block;
	line-height: 39px;
	text-align: center;
}

.share_close img {
	margin-top: 13px;
	width: 13px;
	vertical-align: top;
}

.share_ul {
	overflow: hidden;
}

.share_ul li {
	float: left;
	margin-top: 20px;
	width: 33%;
}

.share_ul a {
	display: block;
	text-align: center;
}

.share_ul img {
	margin-bottom: 5px;
	width: 50%;
	max-width: 80px;
	vertical-align: top;
}

.share_ul span {
	display: block;
	font-size: 15px;
	color: #666666;
	text-align: center;
}

/* list section */
.list_section .section_wrap {
	display: block;
	margin: 10px 10px 0;
	padding: 0 0 8px;
}

.list_section .section_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
}

.list_section_wrap {
	margin: 0 auto;
}

.list_section_wrap li {
	margin: 10px 10px 0;
	float: none;
	padding: 10px 0 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 0;
	width: auto;
}

.list_section_wrap li:first-child {
	margin-top: 10px;
	border-top: 0;
}

/*.list_section_wrap .image img {
	max-width: 100px;
	max-height: 70px;
}*/

.list_section_wrap .text_wrap {
	/*margin-left: 110px;*/
}

.list_section_wrap .title {
	margin-top: 4px;
}

.info_date { display: none; }
.info_view { display: none; }

.list_section_wrap .more_wrap {
	margin-top: 10px;
}

/* list search */
.list_search .section_wrap {
	display: block;
	margin: 10px 10px 0;
	padding: 0 0 8px;
}

.list_search .section_title {
	font-size: 16px;
	font-weight: normal;
	line-height: 23px;
}

.list_search_wrap {
	margin: 0 auto;
}

.list_search_wrap .slist_ul {
	margin-bottom: 0;
}

.list_search_wrap li {
	margin: 10px 10px 0;
	float: none;
	padding: 10px 0 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 0;
	width: auto;
}

.list_search_wrap li:first-child {
	margin-top: 10px;
	border-top: 0;
}

.list_search_wrap .image img {
	width: 100px;
}

.list_search_wrap .text_wrap {
	margin-left: 110px;
}

.list_search_wrap .slist_ul .title {
	margin-top: 4px;
	max-height: none;
}

/* view */
.view .section_wrap { display: block; }

.view .view_wrap2 {
	margin: 0 10px;
	min-height: auto;
}

.book_area { display: none; }

.view_area {
	margin-left: 0;
}

.view_area1 {
	margin-top: 20px;
	padding: 0;
	min-height: auto;
}

.view_area1 .title_wrap {
	float: none;
	margin-right: 0;
}

.view_area1 .title {
	font-size: 24px;
}

.view_area1 .stitle {
	font-size: 18px;
}

.view_area2 {
	padding: 5px 0;
}

.view_area2 .sns_text {
	display: inline;
}

.view_area2 .sns_text a {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('../images/ico_share_b.png') center center no-repeat;
	background-size: 22px;
	text-indent: -999em;
}

.view_area2 .sns_wrap2 ul {
	display: none;
}

.text_sizemod {
	display: block;
	margin-top: 10px;
	text-align: right;
}

.text_sizemod .size_item {
	display: inline-block;
	font-size: 13px;
	color: #999999;
	line-height: 26px;
}

.text_sizemod ul {
	float: right;
	display: inline-block;
	overflow: hidden;
}

.text_sizemod li {
	float: left;
	margin-left: 5px;
	border: 1px solid #dddddd;
}

.text_sizemod a {
	display: block;
	padding: 0 6px;
	height: 24px;
	font-size: 13px;
	color: #000000;
	line-height: 24px;
}

.text_sizemod img {
	margin: 6px 0;
	width: 12px;
}

.view_content {
	padding: 30px 0;
	font-size: 17px;
	color: #000000;
	text-align: inherit;
	word-break: break-all;
	line-height: 150%;
}

/* ±â»çÀÌ¹ÌÁö Å©±â Á¶Á¤ */
.imgL {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.imgL img {
	float: none !important;
}

	/* small Àü¿ë ºäÆäÀÌÁö
	.mview #header { display: none; }
	.mview .btn_back { display: none; }
	.mview .btn_top { display: none; }
	.mview #navi { display: none; }
	.mview #footer { display: none; }

	.mview_guide_wrap {
		z-index: 200;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: 100%;
		background: url('../images/bg_black70.png') repeat;
	}

	.mview_section {
		margin-top: 50px;
		padding: 0 20px;
		font-size: 16px;
		color: #ffffff;
		text-align: center;
	}

	.mview_title {
		margin-top: 10px;
		padding: 0 20px;
		font-size: 20px;
		font-weight: bold;
		color: #ffffff;
		line-height: 26px;
		text-align: center;
	}

	.mview_guide {
		margin-top: 50px;
		height: 50%;
		text-align: center;
	}

	.mview_guide img {
		max-width: 95%;
		max-height: 95%;
		vertical-align: top;
	}

	.mview_header {
		z-index: 90;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		height: 50px;
		background-color: #4676ba;
	}

	.mview_back {
		float: left;
		width: 50px;
	}

	.mview_back a {
		display: block;
		width: 50px;
		height: 50px;
		background: url('../images/ico_back_w.png') center center no-repeat;
		background-size: 21px;
		text-indent: -999em;
	}

	.mview_title2 {
		margin-left: 50px;
		margin-right: 50px;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
		line-height: 50px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.mview_share {
		float: right;
		width: 50px;
	}

	.mview_share a {
		display: block;
		width: 50px;
		height: 50px;
		background: url('../images/ico_share_w.png') center center no-repeat;
		background-size: 21px;
		text-indent: -999em;
	}

	.mview_footer {
		z-index: 90;
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		height: 50px;
		background-color: #586166;
		text-align: center;
	}

	.mview_page_ul {
		margin-top: 10px;
		display: inline-block;
	}

	.mview_page_ul li {
		float: left;
		display: block;
		margin: 0 10px;
		width: 30px;
		height: 30px;
		background-color: #798185;
		font-size: 14px;
	}

	.mview_page_ul li.mview_num {
		padding: 0 5px;
		width: auto;
		background-color: #586166;
	}

	.mview_page_ul a {
		display: block;
		font-size: 14px;
		color: #ffffff;
		line-height: 30px;
	}

	.mview_page_ul img {
		width: 100%;
		height: 100%;
	}

	.mview_page_ul li span {
		font-weight: bold;
	}

	.mview #content {
		height: 100%;
		display: table;
	}

	.mview .view_content {
		padding: 0;
		height: inherit;
		display: table-cell;
		vertical-align: middle;
	}

	.content_img {
		margin-bottom: 0;
		display: inline-block;
	}

	.content_img img {
		padding: 0 10px;
		width: auto;
		max-width: 100%;
		max-height: 100%;
		vertical-align: middle;
	} */
	/*.mview .view { height: 100%; }

	.mview .view_content {
		padding: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;

		display: flex;
		align-items: center;

		display: -webkit-flex;
		-webkit-align-item: center;
		-webkit-justify-content: center;
	}

	.content_img {
		margin-bottom: 0;
		padding: 0 10px;
	}

	.content_img img {
		width: auto;
		max-width: 100%;
		height: inherit;
	}*/

/* footer */
#footer {
	padding: 20px 0;
	background-color: #333333;
}

.bottom_logo { display: none; }

.bottom_text {
	float: none;
	font-size: 13px;
	color: #aaaaaa;
	line-height: 16px;
	text-align: center;
}

.bottom_title {
	font-size: 14px;
	font-weight: bold;
	color: #dddddd;
}

.address {
	float: none;
	margin-top: 8px;
}

.tel {
	float: none;
	margin-top: 2px;
	margin-left: 0;
	padding-left: 0;
	background: none;
}

.copyright {
	clear: both;
	float: none;
	margin-top: 8px;
}

/* ¸ÇÀ§·Î */
.quick_back { display: block; }

.quick_back a {
	z-index: 100;
	left: 10px;
	margin-left: 0;
	bottom: 10px;
	display: none;
	width: 30px;
	height: 30px;
	background: url('../images/ico_bottom_back.png') 0 0 no-repeat;
	background-size: 100%;
	text-indent: -999em;
}

.quick_back a:hover {
	background: url('../images/ico_bottom_back.png') 0 -30px no-repeat;
	background-size: 100%;
}

.quick_top a {
	left: auto;
	right: 10px;
	margin-left: 0;
	bottom: 10px;
}

/* layer popup */
.pop_layer {
	top: 50px;
	right: 0;
	/*bottom: 0;*/
	left: 0;
}

.pop_box {
	margin: 10px;
}