@charset "utf-8";

/* 자료검색 > 자료검색 */
.search_wrap {
	padding: 25px 20px;
	border-top: 2px solid #675147;
	border-bottom: 1px solid #dfdfdf;
	background-color: #f8f8f8;
}

.search_wrap .keyword_list em {
	color: #131313;
}

.search_wrap .keyword_list a {
	display: inline-block;
	margin-right: 15px;
	color: #626262;
}

.search_area {
	width: 700px;
	margin: auto;
	line-height: 35px;
}

.search_area>div {
	margin-bottom: 10px;
}

.search_area .input_group {
	float: left;
	position: relative;
	padding: 0 100px 0 10px;
	width: calc(100% - 140px);
	height: 48px;
	border: 1px solid #62534c;
	background-color: #fff;
}

.search_area .input_group input {
	display: inline-block;
	width: 100%;
	height: 45px;
	border: none;
	line-height: 1;
}

.search_area .input_group input::placeholder {
	font-weight: 400;
	color: #4f4f4f;
}

.search_area .input_group .btn_search1 {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 46px;
}

.search_area .input_group .btn_search2 {
	position: absolute;
	right: 60px;
	top: 0;
	width: 50px;
	height: 46px;
}

.search_area .btn_search_detail {
	margin-left: 10px;
	width: 130px;
	max-width: 130px;
	float: left;
	height: 48px; /* font-size: 18px; */
	font-size: 1.125rem;
	color: #fff;
	background-color: #c47020;
	letter-spacing: -0.5px;
}

.search_area .btn_search_detail br {
	display: none;
}

.search_area .check_list {
	margin-top: 10px;
}

.search_area .check_list .checkbox {
	display: inline-block;
	margin-right: 10px;
	padding-top: 5px;
}

.search_area .check_list .checkbox:first-child {
	position: relative;
	padding-right: 15px;
	margin-right: 15px;
}

.search_area .check_list .checkbox:first-child:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 7px;
	width: 1px;
	height: 15px;
	background-color: #dfdfdf;
}

.search_area .check_list+.btn {
	margin-top: 10px;
}

.pop_search_area {
	margin-bottom: 30px;
	padding: 15px;
	border: solid 1px #dfdfdf;
	background-color: #f8f8f8;
}

.pop_search_area .input_title {
	float: left;
	margin-right: 50px;
	padding-top: 15px;
}

.pop_search_area .input_group {
	position: relative;
	height: 48px;
	border: 1px solid #62534c;
	background-color: #fff;
}

.pop_search_area .input_group input {
	display: inline-block;
	width: 100%;
	height: 45px;
	border: none;
	line-height: 1;
}

@media ( max-width : 768px) {
	.search_area {
		width: 100%;
	}
	.search_wrap .keyword_list {
		width: calc(100% - 140px);
		line-height: 24px;
		margin-bottom: 10px;
		float: left;
	}
	.search_wrap .keyword_list span.div+span  {
		width: calc(100% - 105px);
		float: right
	}
	/*   .search_wrap .keyword_list a:nth-child(n + 4) { */
	/*     display: none; */
	/*   } */}

@media ( max-width : 600px) {
	/*   .search_wrap .keyword_list a:nth-child(n + 3) { */
	/*     display: none; */
	/*   } */
}

@media ( max-width : 420px) {
	.search_wrap .keyword_list {
		display: block;
		width: 100%;
		/*     overflow: hidden; */
		/*     white-space: nowrap; */
		/*     text-overflow: ellipsis; */
	}
	/*   .search_wrap .keyword_list a:nth-child(n + 4) { */
	/*     display: none; */
	/*   } */
	.search_area .input_group {
		padding: 0 80px 0 0;
		width: calc(100% - 60px);
	}
	.search_area .btn_search_detail {
		margin-left: 10px;
		width: 50px;
		line-height: 1.2; /* font-size: 15px; */
		font-size: 0.9375rem;
		float: left;
	}
	.search_area .btn_search_detail i {
		display: none;
	}
	.search_area .btn_search_detail br {
		display: block;
	}
	.search_area .check_list .checkbox {
		padding-top: 0;
	}
	.search_area .check_list+.btn {
		width: 100%;
		max-width: inherit;
	}
}

@media ( max-width : 380px) {
	.search_area .input_group .btn_search1 {
		width: 50px;
	}
	.search_area .input_group .btn_search2 {
		right: 50px;
		width: 35px;
	}
}

/* 자료검색 > 주제별검색 */
.subject_category .tab_area .tab_title {
	overflow: hidden;
	padding: 25px 20px;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #dadada;
	background-color: #f8f8f8;
}

.subject_category .tab_area .tab_title .tab_navi {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 15px;
	height: 33px;
}

.subject_category .tab_area .tab_title .tab_navi a {
	display: inline-block;
	padding: 0 20px;
	line-height: 33px;
	font-weight: 500; /* font-size: 26px; */
	font-size: 1.625rem;
}

.subject_category .tab_area .tab_title>span {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.subject_category .tab_area .tab_title>span a {
	display: inline-block !important;
	width: auto;
	height: auto;
	padding: 5px 12px;
	line-height: 1;
	text-align: center;
	border: none;
	font-weight: 500;
	color: #525252;
	background: none;
}

.subject_category .tab_area .tab_title>span a.on {
	color: #fff;
	background-color: #8A4700;
}

.subject_category .tab_area .tab_title .tab_navi button {
	height: 33px;
}

.subject_category .tab_area .tab_pane {
	display: none;
}

.subject_category .tab_area .tab_pane.on {
	display: block;
}

.subject_category .subj_cate_group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 10px;
	width: calc(100% - 30px);
}

.subject_category .subj_cate_group .item {
	margin-top: 30px;
	padding-right: 30px;
	width: 25%;
}

.subject_category .subj_cate_group .item:nth-child(4n) {
	padding-right: 0;
}

.subject_category .subj_cate_group .item p {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	border-top: 2px solid #675147;
	line-height: 56px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.subject_category .subj_cate_group .item ul {
	overflow: hidden;
	padding: 10px 0;
	min-height: 322px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.subject_category .subj_cate_group .item li a {
	display: block;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
	font-weight: 300;
	color: #3f3f3f;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.subject_category .subj_cate_group .item li a:hover {
	color: #e18728;
}

@media ( max-width : 768px) {
	.subject_category .tab_area .tab_title span a {
		width: 24%;
		text-align: center;
	}
	.subject_category .subj_cate_group .item {
		width: 33.3%;
	}
	.subject_category .subj_cate_group .item:nth-child(3n) {
		padding-right: 0;
	}
}

@media ( max-width : 600px) {
	.subject_category .subj_cate_group .item {
		width: 50%;
	}
	.subject_category .subj_cate_group .item:nth-child(2n) {
		padding-right: 0;
	}
}

@media ( max-width : 420px) {
	.subject_category .tab_area .tab_title .tab_navi a {
		padding: 0; /* font-size: 24px; */
		font-size: 1.5rem;
	}
	.subject_category .tab_area .tab_title>span {
		text-align: left;
	}
	.subject_category .tab_area .tab_title span a {
		width: 49%;
	}
	.subject_category .tab_area .tab_title span a.onM {
		display: none !important;
	}
}

/* 자료검색 > 새로들어온자료 */
.subject_category .total_summary .total {
	margin-top: 50px;
	margin-bottom: -15px; /* font-size: 17px; */
	font-size: 1.063rem;
}

.subject_category .total_summary .total b {
	font-weight: 400;
	color: #000;
}

.subject_category .total .utility_wrap .util li a {
	line-height: 1;
	margin-top: 8px;
}

@media ( max-width : 767px) {
	.subject_category .search_list_header .list_type {
		text-align: left;
		margin-top: 5px;
	}
}

/* ========================================통합검색==================================== */
/* lnb : 통합검색 서브메뉴 */
.lnb_search_wrap {
	display: block;
	float: left;
	width: 230px;
	margin: 30px 30px 0 0;
}

.lnb_search>li {
	overflow: hidden;
	padding: 25px 10px 20px;
	border-bottom: 1px solid #dfdfdf;
}

.lnb_search>li>a {
	display: block;
	margin-bottom: 10px;
	font-weight: 500; /* font-size: 18px; */
	font-size: 1.125rem;
	color: #9f5414;
}

.lnb_search>li>a.fold>i:after {
	background-position: 0 -15px;
}

.lnb_search ul li {
	position: relative;
	padding-left: 8px;
}

.lnb_search ul li>a {
	display: inline-block;
	position: relative;
	padding-left: 8px;
	line-height: 26px; /* font-size: 16px; */
	font-size: 1rem;
	color: #000;
}
.lnb_search ul li>a  span.btn_del { position : relative; top : 1px }

.lnb_search ul li>a:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	width: 2px;
	height: 2px;
	background-color: #131313;
}

.lnb_search ul li:hover a {
	text-decoration: underline;
	color: #000;
}

.lnb_search ul li a+span {
	padding-left: 5px; /* font-size: 14px; */
	font-size: 0.875rem;
	color: #808080;
}

.lnb_search li .period {
	margin-top: 10px;
}

.lnb_search li .period input, .period button {
	display: inline-block;
	float: left;
	height: 33px;
}

.lnb_search li .period input {
	padding: 0;
	width: 55px;
	text-align: center;
}

.lnb_search li .period .tilde {
	float: left;
	width: 15px;
	line-height: 33px;
	text-align: center;
}

.lnb_search li .period button {
	width: 55px;
	color: #fff;
	background-color: #626262;
	margin-left: 5px;
}

.lnb_search li.btn_info1 a {
	display: block;
	margin: 20px 0 10px;
	padding: 0;
	width: 145px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #9f5414;
	text-align: center;
	color: #9f5414;
	border-radius: 18px;
}

.lnb_search li.btn_info1 a:before {
	display: none;
}

.lnb_search li.btn_info1 a:hover {
	text-decoration: none;
	color: #9f5414;
}

.lnb_search li li.btn_more a {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	color: #131313;
}

.lnb_search li li.btn_more a:before {
	display: inline-block;
	content: ' + ';
	position: absolute;
	left: -2px;
	top: 0;
	width: 10px;
	height: 30px;
	background: none;
}

.lnb_search li.btn_more a span {
	color: #808080;
}

@media ( max-width : 768px) {
	.lnb_search_wrap {
		display: none;
	}
	.period input {
		margin-bottom: 5px;
	}
}

/* 통합검색 본문 */
.integrated_search {
	/* 통합검색 전용 레이아웃 */
	
}

/* .search_result_top { */
/* 	position: absolute; */
/* 	top: 210px; */
/* 	left: 0; */
/* 	right: 0; */
/* 	height: auto; */
/* 	background: */
/* 		url(/resource/templete/nlcy/img/main/bg_integrated_search.png) center */
/* 		0 no-repeat; */
/* } */
.search_result_top {
	width: 100vw;
	position: relative;
	top: 0;
	left: 50%;
	right: auto;
	margin-left: -50vw;
	height: auto;
	background:
		url(/resource/templete/nlcy/img/main/bg_integrated_search.png) center
		0 no-repeat;
}

.searchContainer {
	margin-top: -30px;
}

@media ( max-width : 1280px) {
	.search_result_top {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}

@media ( max-width : 1024px) {
	.searchContainer {
		margin-top: 0;
	}
	.searchContainer .content {
		width: calc(100% - 265px);
	}
}

@media ( max-width : 768px) {
	.searchContainer .content {
		width: 100%;
	}
}

.search_result_top .header_inquiry_wrap {
	background: inherit;
}

.total_summary .total {
	font-weight: 500;
	font-size: 20px;
	color: #131313;
}

.total_summary .btn_group button, .search_result_top .total_summary .btn_group button
	{
	width: 114px;
	height: 33px;
	color: #fff;
	border-radius: 16px;
	background-color: #917963;
}

.search_category_wrap {
	position: relative;
	margin-top: 20px;
	padding-top: 5px;
	height: 60px;
	z-index: 1;
}

.search_category_wrap:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #9f5414;
	transform: translateX(-50%);
	z-index: -1;
}

.search_category {
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}

.search_category ul {
	margin: 0 auto;
	max-width: 1240px;
	overflow: hidden;
}

.search_category li {
	float: left;
}

.search_category a {
	display: block;
	padding: 17px 17px 20px;
	line-height: 1; /* font-size: 18px; */
	font-size: 1.125rem;
	color: #fff;
}

.search_category a.on {
	font-weight: 500;
	color: #131313;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.search_contents {
	/* 	padding-top: 217px; */
	padding-top: 0;
}

.search_contents._lib {
	padding-top: 275px;
	width: 100%;
	float: left;
}

.search_list_group {
	width: 100%;
}

.search_list_header {
	margin-top: 50px;
}

.search_list_header:after {
	display: block;
	content: '';
	clear: both;
}

.search_list_header .list_type_select {
	display: none;
}

.search_list_header .list_type {
	display: block;
	margin-bottom: 5px;
	padding-top: 8px;
	text-align: right;
}

.search_list_header .list_type a {
	display: inline-block;
	margin-left: 15px;
	color: #a6a6a6;
}

.search_list_header .list_type .div {
	display: inline-block;
	margin-right: 0;
}

.search_list_header .list_type a>i {
	opacity: 0.6;
}

.search_list_header .list_type a.on {
	color: #151515;
	border : 1px solid #ccc;
	padding : 5px;
	background-color : #f1f1f1
}

.search_list_header .list_type a.on>i {
	opacity: 1;
}

.search_list_header .utility_wrap {
	clear: both;
	width: 100%;
	padding-top: 15px;
	margin-top: 10px;
	border-top: 1px solid #dfdfdf;
}

.utility_wrap .util ul {
	float: left;
}

.utility_wrap .util ul:after {
	display: block;
	content: '';
	clear: both;
}

.utility_wrap .util ul+ul {
	margin-left: 50px;
}

.utility_wrap .util li {
	float: left;
}

.utility_wrap .util li a {
	display: block;
	position: relative;
	padding-right: 15px;
	margin-right: 15px; /* font-size: 15px; */
	font-size: 0.9375rem;
	color: #131313;
}

.utility_wrap .util li a:after {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 3px;
	width: 1px;
	height: 15px;
	background-color: #dfdfdf;
}

.utility_wrap .util li:last-child a {
	margin: 0;
	padding: 0;
}

.utility_wrap .util li:last-child a:after {
	display: none;
}

.utility_wrap .util ul:first-child a {
	font-weight: 500;
}

/* 검색 목록 > 목록 다운로드 */
.download_box {
	position: relative;
}

.download_box .inner {
	display: none;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: 1000;
	width: 260px;
	min-height: 200px;
	border: 1px solid #cdcdcd;
	background-color: #fff;
}

.download_box .inner.on {
	display: block;
}

.download_box .inner a {
	display: block;
	margin-top: 5px;
	width: 100%;
	height: 33px;
	line-height: 33px;
	border: 1px solid #dfdfdf;
	text-align: center;
	color: #000;
	background-color: #f4f4f4;
}

.download_box .inner .head {
	padding-left: 20px;
	height: 40px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 40px;
	font-weight: 500;
	color: #131313;
	text-align: left;
}

.download_box .inner .btn_close {
	position: absolute;
	right: 18px;
	top: 12px;
	width: 18px;
	height: 18px;
}

.download_box .inner .foot {
	padding: 15px 18px;
}

.download_box .inner .foot p {
	margin-bottom: 10px;
	line-height: 1.3;
	text-align: left;
}

.search_list_group .item {
	margin: 30px 0 50px;
	color: #131313;
}

.search_list_group .item:after {
	display: block;
	content: '';
	clear: both;
}

.search_list_group .search_list_area {
	margin: 10px 0 50px;
	padding-top: 10px;
	color: #131313;
	border-top: 1px solid #e8e8e8;
}

.search_list_group .total {
	padding-bottom: 8px;
	border-bottom: 1px solid #675147;
	line-height: 33px;
	font-weight: 500; /* font-size: 18px; */
	font-size: 1.125rem;
}

.search_list_group .select_group {
	display: flex;
	align-items: flex-start;
	margin-bottom: 5px;
}

.search_list_group select {
	margin-right: -5px;
	width: auto;
	max-width: 100px;
	height: 33px;
	border-color: #d2d2d2;
}

.search_list_group .btn_act {
	margin-right: 0;
	width: 55px;
	height: 33px;
	color: #fff;
	background-color: #626262;
}

.search_list_group .total .btn_more {
	line-height: 28px; /* font-size: 16px; */
	font-size: 1rem;
}

.search_list_group .search_list {
	position: relative;
	padding: 20px 120px 25px 10px;
	border-bottom: 1px solid #e8e8e8; /* font-size: 15px; */
	font-size: 0.9375rem;
}

.search_list_group .search_list:hover {
	background-color: #f8f8f8;
}

.search_list_group .search_list .subject {
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 500; /* font-size: 19px; */
	font-size: 1.188rem;
	color: #000;
	cursor: pointer;
}

.search_list_group .search_list .subject .label {
	display: inline-block;
	margin-top: 2px;
	margin-right: 5px;
	width: 70px;
	height: 24px;
	border: 1px solid #ccc;
	line-height: 21px;
	font-weight: 400; /* font-size: 13px; */
	font-size: 0.8125rem;
	text-align: center;
	vertical-align: top;
	color: #303030;
	background-color: #fafafa;
}

.search_list_group .search_list .subject em {
	padding: 1px 4px 2px 2px;
	font-weight: 500; /* font-size: 19px; */
	font-size: 1.188rem;
	color: #fff;
	background-color: #f29600;
}

.search_list_group .search_list .info {
	margin: 10px 0 6px;
	color: #707070;
	letter-spacing: 0;
	padding-right : 140px;
	word-break : keep-all;
}

.search_list_group .search_list .charge {
	color: #000;
}

.search_list_group .search_list .charge em {
	color: #d6562e;
}

.search_list_group .search_list .btn_original {
	position: absolute;
	right: 10px;
	top: 60px;
	width: 114px;
	height: 46px;
	color: #fff;
	background-color: #e8770c;
	border-radius: 23px;
}
/* 검색 전체 목록(표지형) */
.search_list.width_book_cover {
	position: relative;
	min-height: 150px;
	padding-left: 110px;
}

.search_list.width_book_cover .book_cover {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 82px;
	height: 112px;
	border: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* 검색 상세 목록 */
.search_list_group .search_list.with_checkbox {
	position: relative;
	padding-left: 40px;
}

.search_list_group .search_list.with_checkbox .checkbox {
	position: absolute;
	left: 10px;
	top: 25px;
}

.book_menu .btn_toggle a:first-child {
	display: block;
	position: relative;
	padding-right: 40px;
	margin: 5px 0;
	color: #d6562e;
}

.book_menu .btn_toggle a:first-child:after {
	display: block;
	content: ' ▼ ';
	position: absolute;
	left: 68px;
	top: 2px;
	font-family: 'Malgun Gothic'; /* font-size: 12px; */
	font-size: 0.75rem;
}

.book_menu .btn_toggle a:last-child {
	display: none;
	position: relative;
	padding-right: 40px;
	margin: 5px 0;
	color: #d6562e;
}

.book_menu .btn_toggle a:last-child:after {
	display: block;
	content: ' ▲ ';
	position: absolute;
	left: 68px;
	top: 1px;
	font-family: 'Malgun Gothic'; /* font-size: 12px; */
	font-size: 0.75rem;
}

.book_menu .btn_toggle+.book_menu_box {
	display: none;
}

.book_menu .btn_toggle.on+.book_menu_box {
	display: block;
	position: relative;
	padding: 20px 20px 56px 20px;
	border: 1px solid #e8e8e8;
	color: #808080;
	background-color: #fff;
}

.book_menu .btn_toggle.on+.book_menu_box li {
	margin-top: 3px;
}

.book_menu .btn_toggle.on a:first-child {
	display: none;
}

.book_menu .btn_toggle.on a:last-child {
	display: block;
}

.book_menu .book_menu_box .btn_total {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	border-top: 1px solid #e8e8e8;
	text-align: center;
	line-height: 36px;
	background-color: #fdfdfd;
}

.book_menu .btn_total a {
	display: inline-block;
	position: relative; /* font-size: 14px; */
	font-size: 0.875rem;
	color: #808080;
}

.book_menu .btn_total a:after {
	display: block;
	content: ' ▼ ';
	position: absolute;
	left: 58px;
	top: -1px;
	font-family: 'Malgun Gothic'; /* font-size: 12px; */
	font-size: 0.75rem;
}
/* 자료유형 */
.lib_type_wrap {
	margin: 0 auto;
	max-width: 1240px;
}

.lib_type_wrap .lib_type_box {
	align-items: center;
	margin-top: 30px;
	padding: 14px 85px 14px 16px;
	border: 1px solid #dfdfdf;
	position: relative;
}

.lib_type_wrap .lib_type {
	padding: 0 5px;
	background-color: #f3f3f3;
	margin: 2px 5px 2px 0;
}

.lib_type_wrap .lib_type a {
	display: inline-block;
	position: relative;
	padding-right: 16px;
	margin-right: 4px; /* font-size: 14px; */
	font-size: 0.875rem;
	line-height: 1;
	color: #626262;
}

.lib_type_wrap .lib_type a:after {
	display: block;
	content: '>';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: 'Malgun Gothic';
}

.lib_type_wrap .lib_type a:last-child {
	padding-right: 0;
	margin-right: 0;
}

.lib_type_wrap .lib_type a:last-child:after {
	display: none;
}

.lib_type_wrap .lib_type a:hover {
	text-decoration: underline;
	color: #000;
}

.lib_type_wrap .btn_init {
	display: inline-block;
	padding: 0;
	height: 24px;
	line-height: 24px;
	font-weight: 500;
	position: absolute;
	right: 15px;
	bottom: 12px;
}

.srch_category ul:after {
	content: '';
	display: block;
	clear: both;
}

.srch_category li {
	float: left;
	width: calc(20% - 2px);
	margin-bottom: -1px;
	margin-left: -1px;
	border: 1px solid #ccc;
	height: 35px;
}

.srch_category li a {
	display: block;
	position: relative;
	padding: 7px 0;
	text-align: center;
}

.srch_category .on a {
	background-color: #d26d0e;
	border-color: #d26d0e;
	color: white;
}

.srch_cate_tit {
	margin: 15px 0;
}

.srch_code {
	position: relative;
}

.srch_code .btn {
	width: 115px;
}

.total_detail_popup {
	overflow: hidden;
}

.total_detail_popup li {
	position: relative;
	padding-left: 50px;
	float: left;
	width: 25%;
}

.total_detail_popup li label {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	line-height: 35px;
	text-align: center;
}

.total_detail_popup li div {
	position: relative;
	padding-right: 35px;
}

.total_detail_popup li div .btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 35px;
	min-width: 35px;
	text-align: center;
	border: none;
}

.org_search_result .content {
	float: none;
	width: 100%;
}

@media ( max-width : 768px) {
	.utility_wrap .util ul+ul {
		display: none;
	}
	.total_detail_search_txt {
		margin-top: 0 !important;
	}
	.subject_category .total_summary .total {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 1rem;
		color: #131313;
	}
	.total_summary .total em {
		font-weight: 500;
	}
	.search_result_top .total_summary .btn_group button {
		width: 100px;
		height: 30px;
		font-weight: 400; /* font-size: 14px; */
		font-size: 0.875rem;
	}
	.search_list_header form {
		width: 100%;
	}
	.search_list_header .list_type a {
		margin-left: 9px;
	}
	.search_category_wrap:after {
		height: 46px;
	}
	.search_list_header .utility_wrap .checkbox {
		margin-bottom: 5px;
	}
	.search_list_group .total {
		font-weight: 500;
	}
	.search_list_group .search_list {
		padding-right: 0;
	}
	.search_list_group .search_list .subject {
		font-weight: 500;
	}
	.search_list_group .search_list .subject em {
		padding: 0px 4px 2px 2px;
		font-weight: 500;
	}
	.search_list_group .search_list .info {
		line-height: 24px;
		padding-right : 0 
	}
	.search_list_group .search_list .info span.div {
		padding-left: 10px;
		margin-right: 5px;
	}
	.search_list_group .search_list .btn_original {
		position: static;
		margin-top: 20px;
		width: 100%;
		height: 40px;
		border-radius: 6px;
		font-weight: 400;
	}
	.total_detail_search_cate ul {
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}
	.total_detail_search_cate li {
		float: none;
		display: inline-block;
	}
	.header_inquiry_wrap {
		padding-top: 0;
	}
	.search_list_header {
		margin-top: 0;
	}
	.search_contents {
		padding-top: 0 !important;
	}
	.search_result_top {
		position: static;
		top: static;
		left: 0;
		right: static;
		height: auto;
	}
	.header_inquiry_top {
		padding: 20px 0;
	}
	.header_inquiry .input_group select {
		width: 60px;
		padding: 0;
	}
	.btn_inquiry_detail {
		display: block;
		margin: 0 auto 20px !important;
	}
	.header_inquiry .input_group select+input {
		width: calc(100% - 80px);
	}
	.search_category a {
		font-size: 15px;
	}
	.search_category a.on {
		position: relative;
		top: 3px;
	}
	.total_detail_search_wrap {
		position: relative;
		padding: 10px 80px 10px 10px;
		background-color: #fc0;
		overflow: hidden;
	}
	.total_detail_search_wrap .input_group {
		border: none;
		padding: 0 80px 0 25px;
		height: 55px;
	}
	.total_detail_search_wrap .input_group select+input {
		height: 50px;
	}
	.total_detail_search_wrap .btn_inquiry1 {
		right: 10px !important;
	}
	.total_detail_search_wrap .btn_inquiry1, .total_detail_search_wrap .btn_inquiry2
		{
		width: 45px !important;
		height: 55px !important;
	}
	.total_detail_search_wrap .btn_inquiry1 i, .total_detail_search_wrap .btn_inquiry2 i
		{
		width: 100%;
		height: 100%;
	}
	.total_detail_search_wrap .btn_inquiry1 i:after {
		width: 55px !important;
	}
	.total_detail_search_wrap .icon_header_inquiry1:after {
		width: 65px !important;
		background-size: 50px 41px;
	}
	.total_detail_search_wrap .icon_header_inquiry1:after,
		.total_detail_search_wrap .icon_header_inquiry2:after {
		width: 45px !important;
		height: 55px;
		background-position: center center;
	}
	.total_detail_search_wrap .btn_inquiry2 {
		right: 50px !important;
	}
	.total_detail_search_wrap .input_group select {
		background-color: transparent;
		line-height: 50px;
	}
	.total_detail_search_wrap .btn_group {
		position: absolute;
		top: 0;
		right: 0;
		width: initial !important;
		margin: 0 !important;
	}
	.total_detail_search_wrap .btn_group button {
		width: 80px;
		font-size: 18px;
		color: #fff;
	}
	.header_inquiry .btn_inquiry_detail {
		background-color: #fc0;
	}
	.total_detail_search_wrap br {
		display: block;
	}
	.total_detail_popup li {
		width: 50%;
		margin: 5px 0;
	}
}

@media ( max-width : 600px) {
	.srch_category li {
		width: 50%;
	}
}

.table tr td {
	min-height: 35px;
}

@media ( max-width : 500px) {
	.total_detail_popup li div {
		padding-right: 80px;
	}
	.total_detail_popup li div a {
		width: 80px;
	}
	.total_detail_popup li {
		float: none;
		width: 100%;
	}
}

@media ( max-width : 360px) {
	.search_list_header .list_type_select {
		display: block;
		overflow: hidden;
	}
	.search_list_header .list_type_select select {
		float: left;
		width: 50%;
		max-width: inherit;
	}
	.search_list_header .list_type {
		display: none;
	}
	.search_list_group .select_group select.first {
		max-width: 84px;
	}
	.search_list_group .select_group select {
		max-width: 92px;
	}
	.search_list_group .select_group .btn_act {
		width: 46px;
	}
}

@media ( max-width : 320px) {
	.search_list_group .select_group {
		display: block;
		position: relative;
		padding-right: 100px;
	}
	.search_list_group .select_group select.first, .search_list_group .select_group select
		{
		max-width: 100%;
		width: 100%;
	}
	.search_list_group .select_group .btn_act {
		position: relative;
		right: 0;
		bottom: 0;
		width: 100%;
	}
}

/* 탭(tab_type3) : 상세검색 팝업 */
.search_detail .category_title {
	margin-bottom: 30px;
}

.search_detail .category_title ul {
	overflow: hidden;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}

.search_detail .category_title li {
	float: left;
	width: calc(20% + 1px);
	border: 1px solid #dcdcdc;
	margin-left: -1px;
	margin-top: -1px;
}

.search_detail .category_title li a {
	display: block;
	padding: 0 15px;
	line-height: 50px;
}

.search_detail .category_title li .on {
	position: relative;
}

.search_detail .category_title li .on a {
	color: #e18728;
}

.search_detail .category_title li .on :after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #e18728;
}

.search_detail .category_pane {
	display: none;
}

.search_detail .category_pane .on {
	display: block;
}

.search_detail .srch_cate_tit {
	font-weight: 500;
	margin-bottom: 10px; /* font-size: 17px; */
	font-size: 1.063rem;
}

.search_detail .srch_cate_tit em {
	color: #e18728;
}

.search_detail .check_list .checkbox {
	display: inline-block;
	overflow: hidden;
	height: 30px;
	margin-right: 10px;
}

.search_detail .srch_cond input {
	display: inline-block;
	width: calc(100% - 308px);
	margin-right: 10px;
}

.search_detail .srch_cond select {
	display: inline-block;
	width: 140px;
	margin-right: 10px;
	vertical-align: top;
}

.search_detail .srch_cond select :last-child {
	margin-right: 0;
}

.search_detail .srch_cond .search_in {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	width: calc(100% - 155px);
}

.search_detail .srch_cond .search_in input {
	display: inline-block;
	width: 100%;
	margin-right: 10px;
}

.search_detail .srch_cond .srch_code {
	display: inline-block;
	width: calc(100% - 308px);
	margin-right: 10px;
}

.search_detail .srch_cond .srch_code input {
	width: calc(100% - 120px);
	margin-right: 0;
}

.search_detail .claim_num .claim {
	overflow: hidden;
	float: left;
	width: calc(23% - 10px);
	margin-right: 10px;
}

.search_detail .claim_num .claim label {
	display: inline-block;
	float: left;
	width: 45px;
	line-height: 35px;
	margin: 0;
	margin-right: 5px;
}

.search_detail .claim_num .claim input {
	display: inline-block;
	float: left;
	width: calc(100% - 50px);
}

.search_detail .claim_num .claim :first-child {
	width: calc(31% - 10px);
}

.search_detail .claim_num .claim :first-child .claim_1 {
	display: flex;
}

.search_detail .claim_num .claim :first-child .claim_1 input {
	width: calc(100% - 60px);
}

.search_detail .claim_num .claim :first-child .claim_1 a {
	padding: 5px;
	width: 60px;
	min-width: 45px;
	height: 35px;
	margin: 0;
	text-align: center;
}

.search_detail .claim_num .claim :last-child {
	margin-right: 0;
}

.search_detail .btn_m {
	margin: 0;
	margin-top: 10px;
	min-width: 100%;
	width: 100%;
	text-align: center;
}

.search_detail .sort_list {
	display: flex;
}

.search_detail .sort_list select+select {
	margin-left: 10px;
}

.btn_lang {
	position: absolute;
	right: 10px;
	top: 0;
	width: 30px;
	height: 34px;
}

.tbl_search th select {
	width: 100%;
}

@media ( max-width : 1024px) {
	.search_detail .claim_num .claim, .search_detail .claim_num .claim:first-child
		{
		float: left;
		width: calc(50% - 10px);
		margin-bottom: 8px;
	}
}

@media ( max-width : 768px) {
	.search_detail .category_title {
		overflow: auto;
		border-bottom: 1px solid #dfdfdf;
	}
	.search_detail .category_title ul {
		width: 780px;
		border: none;
	}
	.search_detail .category_title li {
		width: auto;
		margin-right: 30px;
		border: none;
		margin: 0;
	}
	.search_detail .category_title li a {
		line-height: 40px;
	}
	.search_detail .category_title li.on:after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: calc(100% - 2px);
		border: none;
		border-bottom: 2px solid #e18728;
	}
	.search_detail .srch_cond input {
		width: calc(100% - 208px);
		margin-right: 10px;
	}
	.search_detail .srch_cond select {
		width: 90px;
	}
	.search_detail .srch_cond.last {
		display: block;
	}
	.search_detail .srch_cond.last select {
		width: 100%;
		margin-bottom: 5px;
	}
	.search_detail .srch_cond .search_in {
		display: inline-block;
		position: relative;
		margin-right: 10px;
		width: calc(100% - 104px);
	}
	.search_detail .srch_cond .search_in input {
		display: inline-block;
		width: 100%;
		margin-right: 10px;
	}
	.search_detail .srch_cond .srch_code {
		width: 100%;
		margin-bottom: 5px;
	}
	.search_detail .srch_cond .srch_code input {
		width: calc(100% - 110px);
		margin: 0;
	}
	.search_detail .claim_num .claim:nth-child(1), .search_detail .claim_num .claim:nth-child(2)
		{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.search_detail .claim_num .claim:nth-child(4) {
		margin-right: 0;
	}
	.search_detail .sort_list {
		display: flex;
	}
	.search_detail .sort_list select {
		width: 50%;
		margin: 0;
	}
}

@media ( max-width : 420px) {
	.search_detail .srch_cond .srch_code, .search_detail .srch_cond select,
		.search_detail .srch_cond input {
		width: 100%;
		margin: 0;
		margin-bottom: 5px;
	}
	.search_detail .srch_cond .search_in {
		width: 100%;
		margin-right: 0;
	}
	.search_detail .srch_cond .search_in input {
		margin-right: 0;
	}
	.search_detail .claim_num .claim {
		float: left;
		width: calc(50% - 10px);
		margin-bottom: 6px;
	}
	.search_detail .period input {
		width: calc(50% - 26px);
	}
	.search_detail .period, .search_detail .period+.ex {
		float: none;
	}
}

.search_detail .category_title {
	margin-bottom: 30px;
}

.search_detail .category_title ul {
	overflow: hidden;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}

.search_detail .category_title li {
	float: left;
	width: calc(20% + 1px);
	border: 1px solid #dcdcdc;
	margin-left: -1px;
	margin-top: -1px;
}

.search_detail .category_title li a {
	display: block;
	padding: 0 15px;
	line-height: 50px;
}

.search_detail .category_title li.on {
	position: relative;
}

.search_detail .category_title li.on a {
	color: #e18728;
}

.search_detail .category_title li.on:after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid #e18728;
}

.search_detail .category_pane {
	display: none;
}

.search_detail .category_pane.on {
	display: block;
}

.search_detail .srch_cate_tit {
	font-weight: 500;
	margin-bottom: 10px; /* font-size: 17px; */
	font-size: 1.063rem;
}

.search_detail .srch_cate_tit em {
	color: #e18728;
}

.search_detail .check_list .checkbox {
	display: inline-block;
	overflow: hidden;
	height: 30px;
	margin-right: 10px;
}

.search_detail .srch_cond input {
	display: inline-block;
	width: calc(100% - 308px);
	margin-right: 10px;
}

.search_detail .srch_cond select {
	display: inline-block;
	width: 140px;
	margin-right: 10px;
	vertical-align: top;
}

.search_detail .srch_cond select:last-child {
	margin-right: 0;
}

.search_detail .srch_cond .search_in {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	width: calc(100% - 155px);
}

.search_detail .srch_cond .search_in input {
	display: inline-block;
	width: 100%;
	margin-right: 10px;
}

.search_detail .srch_cond .srch_code {
	display: inline-block;
	width: calc(100% - 308px);
	margin-right: 10px;
}

.search_detail .srch_cond .srch_code input {
	width: calc(100% - 120px);
	margin-right: 0;
}

.search_detail .claim_num .claim {
	overflow: hidden;
	float: left;
	width: calc(23% - 10px);
	margin-right: 10px;
}

.search_detail .claim_num .claim label {
	display: inline-block;
	float: left;
	width: 45px;
	line-height: 35px;
	margin: 0;
	margin-right: 5px;
}

.search_detail .claim_num .claim input {
	display: inline-block;
	float: left;
	width: calc(100% - 50px);
}

.search_detail .claim_num .claim:first-child {
	width: calc(31% - 10px);
}

.search_detail .claim_num .claim:first-child .claim_1 {
	display: flex;
}

.search_detail .claim_num .claim:first-child .claim_1 input {
	width: calc(100% - 60px);
}

.search_detail .claim_num .claim:first-child .claim_1 a {
	padding: 5px;
	width: 60px;
	min-width: 45px;
	height: 35px;
	margin: 0;
	text-align: center;
}

.search_detail .claim_num .claim:last-child {
	margin-right: 0;
}

.search_detail .btn_m {
	margin: 0;
	margin-top: 10px;
	min-width: 100%;
	width: 100%;
	text-align: center;
}

.search_detail .sort_list {
	display: flex;
}

.search_detail .sort_list select+select {
	margin-left: 10px;
}

.btn_lang {
	position: absolute;
	right: 10px;
	top: 0;
	width: 30px;
	height: 34px;
}

.tbl_search th select {
	width: 100%;
}

@media ( max-width : 1024px) {
	.search_detail .claim_num .claim, .search_detail .claim_num .claim:first-child
		{
		float: left;
		width: calc(50% - 10px);
		margin-bottom: 8px;
	}
	.tbl_search th select {
		font-size: 12px;
	}
}

@media ( max-width : 768px) {
	.search_detail .category_title {
		overflow: auto;
		border-bottom: 1px solid #dfdfdf;
	}
	.search_detail .category_title ul {
		width: 780px;
		border: none;
	}
	.search_detail .category_title li {
		width: auto;
		margin-right: 30px;
		border: none;
		margin: 0;
	}
	.search_detail .category_title li a {
		line-height: 40px;
	}
	.search_detail .category_title li .on :after {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: calc(100% - 2px);
		border: none;
		border-bottom: 2px solid #e18728;
	}
	.search_detail .srch_cond input {
		width: calc(100% - 208px);
		margin-right: 10px;
	}
	.search_detail .srch_cond select {
		width: 90px;
	}
	.search_detail .srch_cond .last {
		display: block;
	}
	.search_detail .srch_cond .last select {
		width: 100%;
		margin-bottom: 5px;
	}
	.search_detail .srch_cond .search_in {
		display: inline-block;
		position: relative;
		margin-right: 10px;
		width: calc(100% - 104px);
	}
	.search_detail .srch_cond .search_in input {
		display: inline-block;
		width: 100%;
		margin-right: 10px;
	}
	.search_detail .srch_cond .srch_code {
		width: 100%;
		margin-bottom: 5px;
	}
	.search_detail .srch_cond .srch_code input {
		width: calc(100% - 110px);
		margin: 0;
	}
	.search_detail .claim_num .claim :nth-child(1), .search_detail .claim_num .claim :nth-child(2)
		{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.search_detail .claim_num .claim :nth-child(4) {
		margin-right: 0;
	}
	.search_detail .sort_list {
		display: flex;
	}
	.search_detail .sort_list select {
		width: 50%;
		margin: 0;
	}
}

@media ( max-width : 450px) {
	.search_detail .srch_cond .srch_code, .search_detail .srch_cond select,
		.search_detail .srch_cond input {
		width: 100%;
		margin: 0;
		margin-bottom: 5px;
	}
	.search_detail .srch_cond .search_in {
		width: 100%;
		margin-right: 0;
	}
	.search_detail .srch_cond .search_in input {
		margin-right: 0;
	}
	.search_detail .claim_num .claim {
		float: left;
		width: calc(50% - 10px);
		margin-bottom: 6px;
	}
	.search_detail .period input {
		width: calc(50% - 26px);
	}
	.search_detail .period, .search_detail .period+.ex {
		float: none;
	}
}