@charset "utf-8";

@import "reset.css";

@import "layout.css";

@font-face {
	font-family: 'Noto Sans KR';
	src: url(../font/NotoSansKR-Light.woff2) format('woff2'),
		url(../font/NotoSansKR-Light.woff) format('woff'),
		url(../font/NotoSansKR-Light.otf) format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans KR';
	src: url(../font/NotoSansKR-Regular.woff2) format('woff2'),
		url(../font/NotoSansKR-Regular.woff) format('woff'),
		url(../font/NotoSansKR-Regular.otf) format('opentype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans KR';
	src: url(../font/NotoSansKR-Medium.woff2) format('woff2'),
		url(../font/NotoSansKR-Medium.woff) format('woff'),
		url(../font/NotoSansKR-Medium.otf) format('opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans KR';
	src: url(../font/NotoSansKR-Bold.woff2) format('woff2'),
		url(../font/NotoSansKR-Bold.woff) format('woff'),
		url(../font/NotoSansKR-Bold.otf) format('opentype');
	font-weight: 700;
	font-style: normal;
}

body, p, div, span, a, ol, ul, li, table, tr, th, td, h1, h2, h3, h4, h5,
	h6, strong, b, em, address, label, section, article, figure, form,
	fieldset, button, legend, input, textarea, selection, select {
	line-height: 1.6em;
	letter-spacing: -0.04em;
	font-family: "Pretendard", "Noto Sans KR", "Open Sans", HelveticaNeue,
		"Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

a {
	text-decoration: none;
	color: #333;
}

.ir_text {
	color: transparent;
}

.ir_text, legend, .blind {
	overflow: hidden;
	position: absolute;
	border: 0;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}

.sp {
	display: inline-block;
	overflow: hidden;
	font-size: 5px;
	color: transparent;
	vertical-align: top;
}

select {
	width: 223px;
	height: 36px;
	padding: 0 18px 0 14px;
	background: #fff url(../img/common/arrow_down.png) 100% 50% no-repeat;
	font-size: 15px;
	color: #000;
	vertical-align: middle;
	box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.txt_red {
	color: #993300;
}
.txt_black { color: #232323}
.underline{ text-decoration: underline; text-underline-position: under}

.logo {
	display: inline-block;
	width: 340px;
	padding: 0px 0;
}

.logo a {
	display: inline-block;
}

.logo .sp {
	background-image: url(/resource/templete/li/img/common/nl_logo.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 290px;
	height: 43px;
	vertical-align: bottom;
}

.logo .logo_txt {
	color: #6c5037;
	font-size: 16px;
	font-weight: 500;
}

.logo .logo_txt:before {
	content: '';
	display: inline-block;
	width: 1px;
	background-color: #ccc;
	height: 16px;
	margin: 0 7px -2px 10px;
}

@media screen and (max-width:1024px) {
	.logo {
		/* margin: 0 auto; */
		display: block;
	}
	.menu-all-wrap .logo {
		padding: 0 0 20px 0;
	}
}

@media screen and (max-width:768px) {
	.logo {
		width: 100%;
	}
	.logo .sp {
		width: 210px;
		height: 32px;
	}
	.logo .logo_txt {
		font-size: 12px;
	}
	.logo .logo_txt:before {
		margin-bottom: -3px;
	}
	.menu-all-wrap .logo {
		padding: 5px 0 20px 0;
	}
}

ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 0;
	border-bottom: solid 1px #3c3f48;
}

ul.tabs li {
	display: inline-block;
	font-size: 15px;
}

ul.tabs li a {
	display: block;
	background: none;
	color: #222;
	padding: 10px 20px;
	border: solid 1px #3c3f48;
	border-bottom: none;
	border-left: none;
	font-weight: 500;
	min-width: 170px;
	text-align: center;
	box-sizing: border-box;
}

ul.tabs li:first-of-type a {
	border-left: solid 1px #3c3f48;
}

ul.tabs li a.active {
	background: #3c3f48;
	color: #fff;
}

ul.tabs li a:hover, ul.tabs li a:focus {
	text-decoration: underline;
}

.tab_content {
	display: none;
	padding: 20px 0;
}

.tab_content.active {
	display: inherit;
}

@media screen and (max-width:767px) {
	ul.tabs li a {
		padding: 5px;
		min-width: auto;
		font-size: 14px;
	}
}

.all_menu {
	display: none;
	overflow: hidden;
	background: url(../img/common/layout_m.png) 0 0 no-repeat;
	background-size: 200px auto;
	font-size: 5px;
	color: transparent;
	vertical-align: top;
	width: 25px;
	height: 16px;
	background-position: -148px 0;
	position: absolute;
	top: 50%;
	left: 10px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.web_sch_btn {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(/resource/templete/li/img/main/home_sch_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	display: none;
}

.web_sch_btn.on {
	background: url(/resource/templete/li/common/img/common/sp.png) 0 0
		no-repeat;
	width: 18px;
	height: 18px;
	background-position: -211px 0;
	vertical-align: middle;
	margin-right: 10px;
}

.home_sch_box {
	display: none;
	position: absolute;
	top: 0;
	right: 40px;
	width: 325px;
	height: 42px;
	background: #856a52;
	padding: 4px;
	box-sizing: border-box;
}
@media screen and (min-width:1024px){
	.header .top_wrap .top .log_wrap{ display: flex; align-items: center; padding-right: 0 !important;}
	.home_sch_box{ display: block !important; position: relative; top: 0; right: 0; margin-left: 10px; width: 240px}
	.home_sch_box .search_wrap .input_text_wrap{ width: 200px;}
	.web_sch_btn{ display: none}
}
@media screen and (max-width:1024px) {
	.all_menu {
		display: inline-block;
	}
	.web_sch_btn {
		right: 10px;
		top: 20px;
		transform: none;
		z-index: 10;
		background: url(/resource/templete/li/img/main/sch_icon.png) center
			center no-repeat;
		background-size: 24px auto;
		display: block;
	}
	.web_sch_btn.on {
		background-position: -108px -63px;
		width: 19px;
		height: 19px;
		top: 27px;
	}
	.main_fixed .web_sch_btn, .sub_fixed .web_sch_btn {
		position: fixed;
	}
	.header .top_wrap .top .log_wrap {
		width: 100%;
		height: 0;
		box-sizing: border-box;
		z-index: 1000;
	}
	.home_sch_box {
		top: 72px;
		height: auto;
		z-index: 100;
		width: 100%;
		right: 0;
		padding: 9px 10px;
	}
	.home_sch_box .search_wrap .input_text_wrap, .home_sch_box .search_wrap .btn_search
		{
		margin-top: 0;
	}
}
/*사서 메인 탭 구조 변경*/
ul.tabs.tabs_modify {
	position: relative;
	border-bottom: none;
}

ul.tabs.tabs_modify li {
	display: block;
}

ul.tabs.tabs_modify li>a {
	width: 170px;
	min-width: auto;
	position: absolute;
	left: 0;
	top: 0;
	height: 45px;
	line-height: 25px;
	font-size: 17px
}

ul.tabs.tabs_modify li:nth-child(2)>a {
	left: 170px
}

ul.tabs.tabs_modify li:nth-child(3)>a {
	left: 340px
}

ul.tabs.tabs_modify li .tab_content {
	width: 100%;
	float: left;
	margin-top: 45px;
	border-top: solid 1px #3c3f48;
}

ul.tabs.tabs_modify li .tab_content a.more {
	border: none;
	color: transparent;
	min-width: auto;
	width: 25px
}

.sec04 .pop_wrap.pop_wrap_modify {
	float: left;
}

@media screen and (max-width: 768px) {
	ul.tabs.tabs_modify li>a {
		width: 110px;
		line-height: 35px;
		font-size: 16px;
	}
	ul.tabs.tabs_modify li:nth-child(2)>a {
		left: 110px
	}
	ul.tabs.tabs_modify li:nth-child(3)>a {
		left: 220px
	}
}

@media screen and (max-width: 400px) {
	ul.tabs.tabs_modify li:nth-child(1)>a {
		width: 70px
	}
	ul.tabs.tabs_modify li:nth-child(2)>a {
		width: 90px;
		left: 70px
	}
	ul.tabs.tabs_modify li:nth-child(3)>a {
		width: 100px;
		left: 160px
	}
}
/*사이트 이용안내 탭 구조 변경*/
.img_wrap_modify, .category_wrap_modify, .category_list_modify,
	.category_list_modify li {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.category_list_modify {
	position: relative;
}

.category_list_modify img {
	max-width: 100%
}

.category_list_modify li>a {
	width: auto;
	position: absolute;
	left: 0;
	top: 55px;
	border: 1px solid #cdcdcd;
	border-right: none;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	box-sizing: border-box;
}

.category_list_modify li>a:hover {
	background: #A7591E;
	color: #fff;
	text-decoration: underline;
}

.category_list_modify li.on>a {
	background: #A7591E;
	color: #fff;
}

.category_list_modify li:last-child>a {
	border-right: 1px solid #cdcdcd;
}

.category_list_modify li:nth-child(1)>a {
	left: 50%;
	margin-left: -280px;
	width: 50px;
}

.category_list_modify li:nth-child(2)>a {
	left: 50%;
	margin-left: -230px;
	width: 50px;
}

.category_list_modify li:nth-child(3)>a {
	left: 50%;
	margin-left: -180px;
	width: 110px;
}

.category_list_modify li:nth-child(4)>a {
	left: 50%;
	margin-left: -70px;
	width: 110px;
}

.category_list_modify li:nth-child(5)>a {
	left: 50%;
	margin-left: 40px;
	width: 110px;
}

.category_list_modify li:nth-child(6)>a {
	left: 50%;
	margin-left: 150px;
	width: 110px;
}

.category_list_modify li .category_tabpanel_modify {
	display: none;
	margin-top: 145px;
}

.category_list_modify li.on .category_tabpanel_modify {
	display: block
}

@media screen and (max-width: 768px) {
	.category_list_modify li>a {
		border-bottom: none;
		border-right: 1px solid #cdcdcd;
		background: #f7f7f7;
		top: 30px
	}
	.category_list_modify li:nth-child(odd)>a {
		left: 0;
		margin-left: 0;
		width: 50%;
		border-right: none;
	}
	.category_list_modify li:nth-child(even)>a {
		left: 50%;
		margin-left: 0;
		width: 50%;
	}
	.category_list_modify li:nth-child(3)>a, .category_list_modify li:nth-child(4)>a
		{
		top: 65px
	}
	.category_list_modify li:nth-child(5)>a, .category_list_modify li:nth-child(6)>a
		{
		top: 100px;
		border-bottom: 1px solid #cdcdcd;
	}
	.category_list_modify li .category_tabpanel_modify {
		margin-top: 175px;
		margin-bottom: 10px
	}
}

/*저자전거 브라우징 탭 메뉴 수정*/
.new_category_wrap,
.new_category_list,
.new_category_tabpanel,
.new_category_list li{
	width: 100%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.new_category_list{
	position: relative;
}
.new_category_list li > a{
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #dcdcdc;
	border-bottom-color: #666;
	box-sizing: border-box;
	font-size: 15px;
}
.new_category_list li.on > a{
	border: 1px solid #666;
	border-bottom-color: #fff;
}
.new_category_list li:last-child > a{
	left: auto;
	right: 0
}
.new_category_list li .new_category_tabpanel{ display: none; margin-top: 50px;}
.new_category_list li.on .new_category_tabpanel{ display: block}
@media screen and (max-width: 768px){
	.new_category_list li > a{ height: 35px; line-height: 35px; background: #f7f7f7;}
	.new_category_list li.on > a{ background: #fff;}
	.new_category_list li .new_category_tabpanel{ margin-top: 35px;}
}

/*datepicker*/
.ui-widget-content .ui-state-highlight{ position: relative;}
.ui-widget-content .ui-state-highlight:before{content: "오늘"; position: absolute; left: -3px; top: -5px; transform: scale(0.55); color: #000}
.ui-datepicker-calendar .ui-state-active, .ui-widget-content .ui-state-active,
.ui-datepicker-calendar .ui-widget-header .ui-state-active, a.ui-button:active,
.ui-datepicker-calendar .ui-button:active, .ui-button.ui-state-active:hover{ border-width: 2px !important;}