/*@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);*/
@url:"test.jpg";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,button,img {
	margin:0;padding:0;
}
html,body,img,table {
	border:0;
}
ol,ul {
	list-style:none;
}
textarea {
	resize: none;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: "Nanum Gothic", sans-serif;
}
a {
	font-size: inherit;
	text-decoration:none;
	color:black;
}
a, input, select, textarea, button {
	outline: none;
}
input, textarea, select, button {
	font-family: "Nanum Gothic", sans-serif;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

body, tr, td{ 
	font-family: "Nanum Gothic", sans-serif;
	font-size: 9pt; 
}

.btn {
	border-radius: 8px;
    display: inline-block;
    padding: 5px 20px;
    border: 0;
    background-color: #5cc6d6;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
	line-height:30px;
}
.btn_shape {
    display: inline-block;
    padding: 0px 10px;
    border: 0;
    background-color:rgb(253, 127, 131);
    font-size: 14px;
    color: #fff;
	line-height:25px;
	min-width:50px;
}
.btn_red {
    background-color: #d65c5c; 
    color: #fff; 
}
.btn_ornage {
    background-color: rgb(247, 148, 29); 
    color: #fff; 
}
.btn_green {
    background-color: #76d65c; 
    color: #fff; 
}
.btn_blue {
    background-color: rgb(67, 135, 220); 
    color: #fff; 
}
.btn_gray{
    background-color: rgb(149, 149, 149);
    color: #fff; 
}

.btn_white{
    background-color:white;
    color: rgb(149, 149, 149);
	border:1px solid rgb(149, 149, 149);
}

.input { 
	font-family:굴림,Tahoma; 	
	font-size: 9pt; 
	padding-top:3px;
	color: #003A57; 
	background-color:#ffffff; 
	border-color:#38538B; 
	height:31px;
	border-left  :#D2D2D2 1px solid; 
	border-top   :#D2D2D2 1px solid; 
	border-right :#D2D2D2 1px solid; 
	border-bottom:#D2D2D2 1px solid;

}

.textarea { 
	font-family: "Nanum Gothic", sans-serif;
  font-size: 10pt; 
  color: #505050; 
  padding-left:0px;
  border-color:#BBBBBB; 
  border-style:solid;
  width:100%;
}

.select {
	font-family: "Nanum Gothic", sans-serif;
	font-size: 10pt; 
	color: #505050; 
	height:20px;


}
.stable_list tr th , .stable_list tr td{
	border-bottom:1px solid rgb(229, 229, 229);
	padding:10px 15px;
	font-size:12pt;
} 
.stable_list tr th{
	background-color:rgb(241, 244, 249);
	font-weight:bold;
}
.stable_list tr th:not(:first-child){
	border-left:1px dashed rgb(229, 229, 229);
}
.stable_list tr td:not(:first-child){
	border-left:1px solid rgb(229, 229, 229);
}
.stable_list tr td.row_border{
	border-left:1px solid rgb(229, 229, 229);
}

/*

.stable_list{
	width:100%;
	border-top:2px solid rgb(91, 108, 121);
}
.stable_list { clear:both;  table-layout:fixed; margin:1px 0 0 0; 	font-family: "Nanum Gothic", sans-serif;font-size:9pt; }
.stable_list th { font-weight:bold; font-size:12px;   background-color:#f2f2f2;  } 
.stable_list td { padding:2px; }
.stable_list td { border-bottom:1px solid #ddd; } 
.stable_list td.num   { color:#999999; text-align:center; width: 150; }
.stable_list td.doc   { padding-left:5px; }

.stable_list tr.bg0 { background-color:#fafafa; } 
.stable_list tr.bg1 { background-color:#ffffff; }

.stable_list a:link   { 	font-family: "Nanum Gothic", sans-serif; color:#000000; font-size:9pt;text-decoration:none;} 
.stable_list a:visited{ 	font-family: "Nanum Gothic", sans-serif; color:#000000; font-size:9pt;text-decoration:none;} 
.stable_list a:active { 	font-family: "Nanum Gothic", sans-serif;color:#000000; font-size:9pt;text-decoration:none;} 
.stable_list a:hover  { 	font-family: "Nanum Gothic", sans-serif; color:#000000; font-size:9pt;text-decoration:none;} 
*/


.boximg20 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:20;
  color:#000000; 
  text-align:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(./img/tdimg/btn_boxbg_20.gif) top right repeat-y;
}

.boximg32 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:32;
  color:#000000; 
  text-align:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(../img/tdimg/btn_boxbg_32.gif) top right repeat-y;
}

.boximg35 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:35;
  color:#000000; 
  text-align:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(../img/tdimg/btn_boxbg_35.gif) top right repeat-y;
}

.boximg40 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:40;
  color:#000000; 
  text-align:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(../img/tdimg/btn_boxbg_40.gif) top right repeat-y;
}



.boximg55 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:55;
  color:#000000; 
  text-align:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(./img/tdimg/btn_boxbg_55.gif) top right repeat-y;
}

.boximg60 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:60;
  color:#000000; 
  text-align:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(./img/tdimg/btn_boxbg_60.gif) top right repeat-y;
}

.boximg70 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:70;
  color:#000000; 
  text-align:center; 
  clear:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(../img/tdimg/btn_boxbg_70.gif) top right repeat-y;
  text-decoration:none;
}


.boximg75 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:75;
  color:#000000; 
  text-align:center; 
  clear:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(./img/tdimg/btn_boxbg_75.gif) top right repeat-y;
}

.boximg80 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:80;
  color:#000000; 
  text-align:center; 
  clear:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(./img/tdimg/btn_boxbg_80.gif) top right repeat-y;
}

.boximg85 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:85;
  color:#000000; 
  text-align:center; 
  clear:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(./img/tdimg/btn_boxbg_85.gif) top right repeat-y;
}

.boximg90 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:90;
  color:#000000; 
  text-align:center; 
  clear:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(./img/tdimg/btn_boxbg_90.gif) top right repeat-y;
}

.boximg95 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:95;
  color:#000000; 
  text-align:center; 
  clear:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(./img/tdimg/btn_boxbg_95.gif) top right repeat-y;
}


.boximg100 {
	font-family: "Nanum Gothic", sans-serif;
  font-size:12px; 
  height:19px;
  width:100;
  color:#000000; 
  text-align:center; 
  clear:center; 
  padding-top:4px; 
  cursor:pointer; 
  border-left  :#ffffff 0px solid; 
  border-top   :#ffffff 0px solid;
  border-right :#d9d9d9 0px solid; 
  border-bottom:#d9d9d9 0px solid;
  background: white url(./img/tdimg/btn_boxbg_100.gif) top right repeat-y;
}



/*글목록 페이지 번호*/
.page1	{
	color:#444444; 
	font-size:13pt; 
	font-family: "Nanum Gothic", sans-serif;
	border:1px solid #dddddd; 
	background-color:#ffffff;  
	padding:0px 5px; 
	margin-left:3px; 
	text-decoration:none;
	height:10px;
} 

/*글목록 페이지 번호*/
.page2	{
	color:#FF0000; 
	font-size:13pt; 
	font-family: "Nanum Gothic", sans-serif;
	border:1px solid #dddddd; 
	background-color:#EFEFEF;  
	padding:0px 5px; 
	margin-left:3px; 
	text-decoration:none;
	height:10px;
} 



.sebuon { 
	font-family: "Nanum Gothic", sans-serif; 	font-size: 8pt; border-top:    #E3E3E3 1px solid; 
  border-left:   #E3E3E3 1px solid; 
  border-right:  #4E8C8D 2px solid; 
  border-bottom: #4E8C8D 2px solid; 
  background-color:#3F638B; 
  color:#ffffff; 
  padding-top: 5px;
  clear:center; 
  text-align:center;
  height:25px;
  width:90px;
}


.sebuoff { 
	font-family: "Nanum Gothic", sans-serif;
  font-size: 8pt; 
  /*border:1px solid #BFBFBF;*/
  border-top:    #E3E3E3 1px solid; 
  border-left:   #E3E3E3 1px solid; 
  border-right:  #4E8C8D 2px solid; 
  border-bottom: #4E8C8D 2px solid; 
  padding-top: 5px;
  clear:center; 
  text-align:center;
  height:25px;
  width:90px;

}


#SStab     { width:100%;margin-top:25px;height:54px;}
#SStab ul  { }
#SStab ul li {
	width:50%;
	text-align:center;
	background-color:rgb(238, 239, 243);
	display:inline-block;
	float:left;
	border:1px rgb(216, 216, 216) solid;
	padding-top:15px ;
	padding-bottom:15px;
	font-size:13pt;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#SStab ul li:first-child{
	border-right:none;
}
#SStab ul li.on {
	color:#ffffff;
	background-color:rgb(76, 113, 155);	
}
/* 서브페이지 탭메뉴 */


#SStabG     { 	font-family: "Nanum Gothic", sans-serif;font-size:12px; }
#SStabG ul  { margin-left: 2px; margin-bottom: 1px; height: 30px; background:url('../img/menu/search_tab_lineG.gif') 0 bottom repeat-x; *zoom:1;}
#SStabG ul:after {content:""; display:block; float:none; clear:both;}
#SStabG ul li { display:inline; float:left; height:25px; margin:0 0 0 1px; background:url('../img/menu/search_tab_r.gif') right top no-repeat;}
#SStabG ul li.on { background:url('../img/menu/search_tabon_rG.gif') right 0px; font-weight:bold; color:#54851D;}
#SStabG ul li a {display:block; padding:10px 19px 7px 19px; background:url('../img/menu/search_tab_l.gif') left top no-repeat;}
#SStabG ul li a:hover  { color:#50893A; font-size:11pt;text-decoration:none;}
#SStabG ul li a:link   { color:#333333; font-size:11pt;text-decoration:none;} 
#SStabG ul li a:visited{ color:#50893A; font-size:11pt;text-decoration:none;} 
#SStabG ul li a:active { color:#586374; font-size:11pt;text-decoration:none;} 
#SStabG ul li.on a {background:url('../img/menu/search_tabon_lG.gif') left top no-repeat;color:#1b87ff;}
#SStabG ul li.re { color:#586374; font-size:11pt;text-decoration:none;} 


.booksearch{
	width:100%;
	border:1px rgb(216, 216, 216) solid;
	text-align:center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.booksearch ul li{
	width:75%;
	margin:15px auto;
	text-align:left;
}
.booksearch ul li.search_btn_area{
	padding: 30px;
	margin-top: 33px;
	border-top:1px solid #ccc;
}
.booksearch ul li:first-child{
	margin-top:20px;
}
.booksearch ul li select{
	padding:5px;
	height:30px;
	min-width:135px;
}
.booksearch ul li select.lib_select{
	min-width:85px;
}
.booksearch ul li .search_main{
	min-width:150px;
	width:85%;
	height:40px;
	border:3px solid rgb(76, 113, 155);
	padding:5px;
	font-size:12pt;
}
.booksearch ul li button{
	height:40px;
	padding:5px 10px;
	background-color:rgb(76, 113, 155);
	border:3px solid rgb(76, 113, 155);
	color:white;
	position:relative;
	right:5px;
	top:0px;
}
.booksearch ul li dl dd{
	display:inline-block;
	font-weight:bold;
	font-size:11pt;
	width:49%;
}
.booksearch ul li dl dd div{
	width:95px;
	display:inline-block;
}
.booksearch ul li dl dd div.search_detail_sort , .booksearch ul li dl dd div.search_detail_lib{
	width: 126px;
}
.booksearch ul li dl dd.search{
	width:95%;
}
.booksearch ul li dl dd .sub_text{
	width:75%;
}
.booksearch ul li dl dd .sub_text_harf{
	width:20%;
}
.booksearch ul li dl dd a{
	font-weight:normal;
	font-size:9pt;
}
.booksearch ul li dl dd.new_search{
	width:65%;
	font-weight:normal;
}
.booksearch ul li dl dd.new_search_sub{
	width:33%;
	font-weight:normal;
}
.booksearch ul li dl dd.new_search div, .booksearch ul li dl dd.new_search_sub div{
	width:100px;
	font-weight:bold;
}

@media (max-width: 950px) {
	table.stable_list tr th, table.stable_list tr td{
		padding:15px 0 !important;
		font-size:9pt;
		overflow:hidden;
		/*white-space : nowrap;*/
		text-overflow: ellipsis;
		max-width:150px;
	}
}
@media (max-width: 490px) {
	.booksearch ul li{
		margin:10px;
	}
	.booksearch ul li .search_main{
		width:55%;		
	}
	.book-wrap .book-info .book-info-sub{
		top:45px;
	}
	.booksearch_info ul li:first-child{
		font-size:8pt;
	}
	.booksearch_info ul li div.booksearch_page{
		width:80px !important;
	}
	.book-wrap .book-info .book-info-sub{
	}
}
.booksearch_info{
	width:100%;
	border-bottom:1px rgb(216, 216, 216) solid;
	border-left:1px rgb(216, 216, 216) solid;
	border-right:1px rgb(216, 216, 216) solid;
	font-size:13pt;
}
.booksearch_info ul li{
	padding:10px 5px;
	width:100%;
	min-height: 45px;
	position:relative;
	border-left:1px rgb(216, 216, 216) solid;
	border-right:1px rgb(216, 216, 216) solid;
	overflow:hidden;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.booksearch_info ul li:first-child{
	border-bottom:1px rgb(216, 216, 216) solid;
}
.booksearch_info ul li div.booksearch_page{
	position:absolute;
	top:0;
	right:0;
	padding-top:10px;
	width:150px;
	border-left:1px rgb(216, 216, 216) solid;
	height:100%;
	background-color:rgb(248, 248, 248);
	text-align:center;
}
.booksearch_info ul li div.booksearch_detail{
	position:absolute;
	top:0;
	height:100%;
	right:5px;
	padding-top:5px;
}
.booksearch_info ul li div.booksearch_detail select{
	height:23px;
}
.booksearch_info ul li div.booksearch_detail button{
	background-color:#fff;
	padding:7px 10px;
	border:1px solid rgb(216, 216, 216);
	color:rgb(152, 152, 152);
}
/*
#excelDownBtn{
	background-color:white;
	border:none;
	color:rgb(152, 152, 152);
	padding-left:25px;
	background-image:url("../../img_new/plus/excel_down.png");
	background-repeat:no-repeat;
	background-position:left center;
	cursor:pointer;
	font-weight:bold;
	height:25px;
}
*/

#content            { float:left; margin-left:5px; }
#content .view      { padding-left:3px; line-height:30px;border-left  :#F0F0F0 0px solid;  border-top   :#F0F0F0 1px solid;   border-right :#F0F0F0 0px solid;   border-bottom:#F0F0F0 1px solid;  padding-left:2px;   padding-bottom:0px; }
#content .view .td1 { background-color:#E4E9EE;}
#content .view .td1 th  { background-color:#E4E9EE; width:150px;}
#content .title     { padding:15px 0 0 5px; color:#183632; font-weight:bold; text-align:center; font-size:17px; }
#content .submit    { 	height:24px;
	border:1px solid #666152;
	padding:2px 4px 2px 4px ;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	border-style:none;
	background: #64686f url(/image/ko/common/btn/buttonbg1.gif);
	cursor: pointer;
	}
#content .input	    { width:98%; height:22px;margin-top:2px; padding:3px 3px 0 3px; border:1px solid #9ebad0; background:#fff;}
#content .cb        { width:98%; text-align:center; }


#content2	{ border:0px solid #000000; }
#content2 .list_type1	{ }
#content2 .list_type1 li	{ line-height:1.5em;  background:url('') no-repeat left 0px;}
#content2 h4	{ border:0px solid #d4d4d4; margin-left:0px; height:23px; padding:0 0 0 21px; margin-bottom:12px; background:url('/images/icon/bl_civil_01.gif') no-repeat left top; }


/* 패널티 죄회 */
#penalty { 	font-family: "Nanum Gothic", sans-serif;;font-size:12px;  margin-top:12px;}
#penalty h2 { font-size:12px; }
#penalty ul  { margin-left: 2px; }
#penalty ul li { height:18px; }
#penalty p { height:18px; line-height:1.5em;  }



.book-container {
	padding: 8px;
	border-bottom: 1px solid #eee;
}
.book-container button {
	padding: 6px 12px;
	border: none;
	border-radius: 3px;
	background: #4fa7ff;
	color: white;
}
.book-title {
	font-weight: bold;
	overflow-wrap: break-word;
	padding-bottom: 10px;
	padding-top:10px;
	font-size:20px;
}
.book-title>a {
	color: #000000;
}
.book-container>.book-wrap {
	display: flex;
}
.book-wrap>.book-img {
	width: 82px;
	height: 125px;
	overflow: hidden;
	margin-right:25px;
	margin-top:15px;
}
.book-img>img {
	width: 100%; height: 100%;
	background: url("../thumb/no_img.gif") center / contain no-repeat;
	object-fit: contain;
}
.book-wrap>.book-info {
	flex: 1;
	min-height: 110px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 18pt;
	color: #4e4e4e;
	overflow-wrap: break-word;
	position:relative;
}
.book-wrap .book-info .book-info-sub{
	position:absolute;
	right:0;
	font-size:12pt;
	text-align:center;
	padding-left:35px;
	bottom:40px;
	background-image:url("../../img_new/plus/");
	width:130px;
}
.book-wrap .book-info .book-info-sub.ok{
	color:rgb(35, 133, 198);
	margin-top:8px;
}
.book-wrap .book-info .book-info-sub.no{
	color:rgb(244, 138, 116);
}
.book-button {
	margin-top: 10px;
}
.book-stat {
	background: #717171;
	display: inline-block;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	margin-right: 5px;
}



#search_bar01{
	background: url(../img/search_b_bg.gif) no-repeat left top;
    height: 30px;
    padding: 20px 0 25px 20px;
    margin: 0.8em 0 1.5em;
    position: relative;
    width: 645px;
}
#search_bar01 tr th{
	width:29px;
}
#search_bar01 select{
	border:none;
	position:relative;
	bottom:12px;
}
#search_bar01 input[type="text"]{
	border:none;
	width:305px;
	position:relative;
	bottom:10px;
	height:30px;
	background:none;
}
#search_bar01 input[type="image"]{
	margin-left:25px;
}

#divpop{
	position:absolute;left:200px;top:40;z-index:200;visibility:hidden; border:1px #666666 solid; width:400px;
}
#divpopu{
	position:absolute;left:200px;top:40;z-index:200;visibility:hidden;
}
#divpopu table{
	width: 400px;;
}

@media (max-width: 950px) {
	html,body{
		width: 100%;
	}
	html{
	}
	#SStab{
		margin-bottom: 25px;
	}
	#SStab ul li{
		border:1px solid rgb(216, 216, 216);
		border-right:1px solid rgb(216, 216, 216) !important;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#SStab ul li:first-child{
		margin-left: 1px;
		width: 49%;
	}
	#SStab ul li.on{
		background-color:white;
		color:rgb(76, 113, 155);
		border:1px solid rgb(76, 113, 155);
		border-left:1px solid rgb(76, 113, 155) !important;
		border-right:1px solid rgb(76, 113, 155) !important;
		font-weight: bold;
	}
	.booksearch.list_search{
	}
	.booksearch ul li{
		width: 100%;
		margin: 0;
		margin-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.booksearch ul li:last-child{
		margin-bottom: 15px;
	}
	.select_style{display:inline-block;position:relative;width: 100%;min-width:80px;height:47px;line-height:40px;border:1px solid #dadada;}
	.booksearch ul li select{
	    display: inline-block;
		width: 100%;
		cursor: pointer;
		outline: 0;
		padding: 0 25px 0 10px;
		border: 0;
		font-size: 13px;
		background:#fff url("../images/select_style_bu.gif") no-repeat right center;
		border-radius: 0;
		color: black;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		height: 100%;
	
	}
	.booksearch ul li dl dd{
		font-size:9pt;
	}
	.booksearch ul li dl dd div{
		display: none;
	}

	.booksearch ul li .search_main{
		width:100%;		
	}
	
	.booksearch ul li button{
		right: 18px;
		position: absolute;
		top: auto;
	}
	.booksearch_info{
		border-left:none;
	}

	.booksearch_info ul li{
	
	}
	.booksearch_info ul li div.booksearch_detail select{
	    display: inline-block;
		cursor: pointer;
		outline: 0;
		padding: 0 25px 0 3px;
		border:1px solid #dadada;
		font-size: 13px;
		background:#fff url("../images/select_style_bu.gif") no-repeat right center;
		border-radius: 0;
		color: black;
		height:35px;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		margin-right: 5px;
		text-align: left;
	}

	.book-title a{
		font-size:12pt !important;
	}
	.book-wrap>.book-info{
		font-size:10pt;
	}
	.book-wrap .book-info .book-info-sub{
		font-size:10pt !important;
		width: 100px !important;
	}

	.select.detail_select{
		width: 30%;
		min-width: 100px;
	}

	#divpop{
		display: none;
	}
	#divpopu{
		display: none;
	}

	.input.input_detail{
		height: 49px;
		padding-left: 5px;
	}
	

	.search_view_table tr td{
		font-size:9pt !important;
	}
	.search_view_table tr td.search_view_info{
		width: 110px !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.search_view_img_area{
		width: 100px !important;
	}
	.search_view_img{
		width: 100px;
	}
	.search_view_loan tr td{
		font-size:9pt !important;
	}
	.search_view_loan .btn_blue{
		padding: 3px 5px;
		font-size:9pt;
		line-height: 20px;
		margin-top: 3px;
	}

	.detail_search_select_area{
		width: 35% !important;
		text-align: right;
		
	}
	.detail_search_frm{
		width: 63% !important;
	}


	.booksearch .new_booksearch li dl dd{
		width: 100%;
		margin-bottom: 15px;
	}
	.booksearch ul li dl dd.new_search{
		width: 100%;
	}
	.booksearch ul li dl dd.new_search.search_2{
		text-align: center;
	}
	.booksearch ul li dl dd.new_search_sub.search_sub2{
		text-align: center;
	}
	.booksearch ul li dl dd.new_search_sub{
		width: 100%;
		text-align: left;
	}
	.booksearch ul li dl dd.new_search_sub span.select_style{
		width: 50%;
	}

	.booksearch_info ul li{
		padding: 15px 5px 3px 5px;
	}
	.booksearch_info ul li div.booksearch_page{
		padding-top: 15px;
	}


	.search_new_input{
		height: 50px;
		padding: 10px;
		width: 90px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
}