@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700');
*{
    padding: 0;
    margin: 0;
}
body{
    height: 100%;
    background: #f0f1f4;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav {
    display: block;
}
section {
    display: none;
}
caption {
    position:absolute !important;  
    width:1px; 
    height:1px; 
    overflow:hidden;
    clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip:rect(1px, 1px, 1px, 1px);
 }
html, body{
    font-family: 'Nanum Gothic', sans-serif;
}
a{  
    text-decoration: none;
}
ol, ul{
    list-style: none;
}
.fr{
    float: right;
}
input, select{
    height: 30px;
    font-size: 13px;
    color: #646464;
    border: 1px solid #b4b4b4;

}
button, select{
    cursor: pointer;
}
input, textarea, select, option, button {
    outline: none;
    box-sizing: border-box;
}
textarea{
    font-family: 'Nanum Gothic', sans-serif;
}
button{
    border: none;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}
textarea{
    resize: none;
}
table{
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0px;
}
header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: bold;
}
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
    max-width: 510px;
}
.fr{
    float: right;
}
.max-1500{
    max-width: 1582px;
}
.login_bar{
    width: 100%;
    height: 80px;
    background: #414453;
    text-align: right;
    z-index: 1001;
    font-size: 13px;
    color: #fff;
}
.login_btn{
    width: 100px;
    height: 30px;
    margin: 24px 86px 0 15px;
    font-size: 13px;
    color: #fff;
    background: #39ae92;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.login_btn:hover{
    background-color: #35a188;
}
/* 헤더 - 기관명 추가(2019.12.12) */
.lib_title {
	position: absolute;
	top: 0;
	left: 290px;
	width: 300px;
	height: 80px;
	line-height: 80px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
/* 메뉴 */
nav{
    width: 250px;
    height: 100%;
    min-height: 838px;
    float: left;
    position: fixed;
    z-index: 1001;
    background: #fff;
}
.menu{
    height: 100%;
    border-right: 1px solid #dcdcdc;
}
.menu li {
	width: 100%;
	overflow: hidden;
	background: #39ae92;
	margin-top: -1px;
}
.menu li a {
	width: 100%;
    height: 10%;
    line-height: 2.5;
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #787878;
    padding-left: 70px;
}
/* 인생서가 로고 */
.menu li.logo {
	height: 80px;
}
.menu li.logo a {
	position: absolute;
    top: 0;
    left: 0;
    padding-left: 0;
    height: 80px;
}
.menu li.logo a img {
	width: 100%;
    height: 100%;
    border: 0;
    border-right: 1px solid #414453;
}
/* 바로비 로고 */
.menu li.baroB_logo a{
    padding-left: 0;
    height: 70px;
    position: absolute;
    bottom:0;
}
.menu li.baroB_logo img{
    height: 100%;
    width: 100%;
}
/* 각 메뉴별 css */
.menu li.menu01>a {
	background: url(../img/home_off.png) no-repeat #fff 23px;
}
.menu li.menu01>a:hover,
.menu li.menu01>a.on {
	background: url(../img/home_on.png)no-repeat #fff 23px;
    color: #39ae92;
    margin-left: 5px;
    transition: all 0.2s;
}
.menu li.menu02>a {
	background: url(../img/user_off.png)no-repeat #fff 23px;
}
.menu li.menu02>a:hover,
.menu li.menu02>a.on {
	background: url(../img/user_on.png) no-repeat #fff 23px;
    color: #39ae92;
    margin-left: 5px;
    transition: all 0.2s;
}
.menu li.menu03>a {
	background: url(../img/contents_off.png)no-repeat #fff 23px;
}
.menu li.menu03>a:hover,
.menu li.menu03>a.on {
	background: url(../img/contents_on.png) no-repeat #fff 23px;
    color: #39ae92;
    margin-left: 5px;
    transition: all 0.2s;
}
.menu li.menu04>a {
	background: url(../img/statistic_off.png)no-repeat #fff 23px;
}
.menu li.menu04>a:hover,
.menu li.menu04>a.on {
	background: url(../img/statistic_on.png) no-repeat #fff 23px;
    color: #39ae92;
    margin-left: 5px;
    transition: all 0.2s;
}
.menu li.menu05>a {
	background: url(../img/board_off.png)no-repeat #fff 23px;
}
.menu li.menu05>a:hover,
.menu li.menu05>a.on {
	background: url(../img/board_on.png) no-repeat #fff 23px;
    color: #39ae92;
    margin-left: 5px;
    transition: all 0.2s;
}
.menu li.menu06>a {
	background: url(../img/setting_off.png)no-repeat #fff 23px;
}
.menu li.menu06>a:hover,
.menu li.menu06>a.on {
	background: url(../img/setting_on.png) no-repeat #fff 23px;
    color: #39ae92;
    margin-left: 5px;
    transition: all 0.2s;
}
/* 서브 메뉴 */
.sub_menu {
	display: none;
}
.sub_menu.on {
	display: block;
}
.sub_menu li{
    width: 100%;
    background: #f4f4f8;
    color: #787878;
}
.sub_menu li a{
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-left: 76px;
    font-size: 14px;
    position: relative;
}
.sub_menu>li:hover>a {
	color: #39ae92;
	font-weight: bold;
	background: #fff;
}
.sub_menu>li.on>a{
    color: #39ae92;
    background: url(../img/menu_click.png)no-repeat #e6e7ea 32px;
    font-weight: bold;
}
/* 서브 메뉴 (2depth) */
.ssub_menu {
	display: none;
}
.ssub_menu.on {
	display: block;
}
.ssub_menu li {
    height: 30px;
    line-height: 30px;
}
.ssub_menu li a{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #e6e7ea;
    font-size: 13px;
    color: #787878;
    display: block;
    padding-left: 96px;
}
.ssub_menu>li.on>a,
.ssub_menu>li:hover>a {
	color: #39ae92;
	font-weight: bold;
	background: #fff;
}
.a_ssub05+.ssub_menu>li.on:last-child {
	height: 30px;
}
/* 서브 메뉴 (3depth) */
.sssub_menu {
	display: none;
}
.sssub_menu.on {
	display: block;
}
.sssub_menu>li{
    height: 30px;
    line-height: 30px;
}
.sssub_menu>li>a{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #d8d9dc;
    font-size: 13px;
    color: #787878;
    display: block;
    padding-left: 116px;
}
.sssub_menu>li:hover>a {
    background: #fff;
}
.sssub_menu.on>li.on>a {
	background: #fff;
	color: #39ae92;
	font-weight: bold;
}
/* 메뉴 아이콘 */
.ico_p, .sub_ico_p {
	position: absolute;
	top: 11px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: url('../img/ico_plus_off.png');
}
.sub_ico_p {
	right: 30px;
}
.sub_menu>li:hover .ico_p,
.a_ssub05+.ssub_menu>li:last-child:hover .sub_ico_p:not(.opened) {
	background: url('../img/ico_plus_on.png');
}
.ico_p.opened,
.sub_ico_p.opened {
	background: url('../img/ico_minus_off.png');
}
.sub_menu>li.on>a .ico_p,
.sub_menu>li:hover .ico_p.opened,
.a_ssub05+.ssub_menu>li.on .sub_ico_p,
.a_ssub05+.ssub_menu>li:last-child:hover .sub_ico_p.opened {
	background: url('../img/ico_minus_on.png');
}

/* contents 영역 */
section{
    width: 100%;
    background: #f0f1f4;
    padding: 40px;
    padding-top: 80px;
    height: 100%;
    float: left;
    padding-left: 290px;
    min-width: 1900px;
}
.common_title{
    font-size: 28px;
    color: #323232;
    padding-left: 30px;
    height: 70px;
    line-height: 70px;
    position: relative;
}
.title_route strong{
    color: #323232;
    font-size: 28px;
}
article{
    height: auto;
    padding: 40px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.gray{
    background:#787878;
}
.btn-80{
    width: 80px;
    height: 30px;
    border-radius: 8px;
    color:#fff;
    vertical-align: top;
}
.pagenation_small{
   margin: 20px 0;
}
.page_wrap_small{
    width: 225px;
    margin: 0 auto;
    overflow: hidden;
}
.pagenation, .pagination{
    margin-top: 40px;
}
.page_wrap{
    width: 300px;
    margin: 0 auto;
    overflow: hidden;
}
.pprev{
    display: block;
    background: url(../img/pprev_off.png)no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c8c8c8;
    float: left;
    margin-left: 5px;
}
.pprev:hover{
    background: url(../img/pprev_on.png)no-repeat;
    background-size: contain;
}
.prev{
    display: block;
    background: url(../img/prev_off.png)no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c8c8c8;
    float: left;
    margin-left: 5px;
}
.prev:hover{
    background: url(../img/prev_on.png)no-repeat;
    background-size: contain;
}
.next{
    display: block;
    background: url(../img/next_off.png)no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c8c8c8;
    float: left;
    margin-left: 10px;
}
.next:hover{
    background: url(../img/next_on.png)no-repeat;
    background-size: contain;
}
.nnext{
    display: block;
    background: url(../img/nnext_off.png)no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c8c8c8;
    float: left;
    margin-left: 5px;
}
.nnext:hover{
    background: url(../img/nnext_on.png)no-repeat;
    background-size: contain;
}

.page_all_num{
    width: 50px;
    border: none;
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #646464;
    cursor: default;
    float: left;
    line-height: 40px;
    text-align: center;
    margin: 0 10px;
}
.page_num{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #39ae92;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #c8c8c8;
    float: left;
}
.pop_bg{
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    display: none;
}
.pop_bg.on{
    display: block;
}
.popup{
    width: 400px;
    height: 220px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
}
.popup h4{
    background: #39ae92;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.close{
    background: url(../img/close_off.png)no-repeat;
    float: right;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    right: 20px;
}
.close:hover{
    background: url(../img/close_on.png)no-repeat;
}
.select-120{
    width: 120px;
    padding: 0 30px 0 15px;
    background: url(../img/down_arrow_off.png)no-repeat #dfdfdf 95px;
    -webkit-appearance: none;
}
.select-150{
    width: 150px;
    padding: 0 30px 0 15px;
    background: url(../img/down_arrow_off.png)no-repeat #fff 125px;
    -webkit-appearance: none;
}
.select-135{
    width: 135px;
    padding: 0 30px 0 15px;
    background: url(../img/down_arrow_off.png)no-repeat #fff 110px;
    -webkit-appearance: none;
}
.white_select-180{
    width: 180px;
    padding: 0 30px 0 15px;
    background: url(../img/down_arrow_off.png)no-repeat #fff 155px;
    -webkit-appearance: none;
}
.white_select-120{
    width: 120px;
    padding: 0 30px 0 15px;
    background: url(../img/down_arrow_off.png)no-repeat #fff 95px;
    -webkit-appearance: none;
}
.white_select-70{
    width: 70px;
    padding: 0 30px 0 15px;
    background: url(../img/down_arrow_off.png)no-repeat #fff 47px;
    -webkit-appearance: none;
}
.common_table{
    border-top: 1px solid #323232;
    text-align: left;
    border-bottom: 1px solid #323232;
    margin-bottom: 30px;
    table-layout: fixed;
}
.common_table thead th{
    background: #e1e2e5;
    font-weight: bold;
    font-size: 15px;
    color: #323232;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}
.common_table tbody th{
    background: #e1e2e5;
    font-weight: bold;
    font-size: 15px;
    color: #323232;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #fff;
}
.common_table td{
    font-size: 14px;
    color: #646464;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #dcdcdc;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.common_table th em{
    font: inherit;
    width: 65px;
    background: url(../img/down_arrow_on.png)no-repeat right;
    cursor: pointer;
    display: inline-block;
    color: #39ae92;
}
.common_table th em.up{
    background: url(../img/up_arrow_on.png)no-repeat right;
}
.common_table tr:last-child th, .common_table tr:last-child td{
    border-bottom: none;
}

.input-120{
    width: 120px;
    padding-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
.input-200{
    width: 200px;
    padding-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
.input-500{
    width: 500px;
    padding-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
.orange_btn-80{
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #fa7832;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}

.orange_btn-80:hover{
    background: #e6641e;
}
.file_box{
    width: 80px;
    height: 30px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.file_btn-80{
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #787878;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
}
.file_btn-80:hover{
    background: #545454;
}
.file_wrap{
    width: 500px;
    margin-bottom: -5px;
}
.file_btn_wrap{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 80px;
    margin-top: 10px;
    vertical-align: top;
}
.file{
    width: 80px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.btn-120{
    width: 120px;
    height: 50px;
    line-height: 50px;
    background: #39ae92;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.btn-120:hover{
    background: #35a188;
}
.title_btn-120{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #39ae92;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 15px;
}
.title_btn-120:hover{
    background: #35a188;
}
.title_btn-150{
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #39ae92;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    border-radius: 5px;
    margin-left: 15px;
}
.title_btn-150:hover{
    background: #35a188;
}
.green_btn-80{
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #39ae92;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
}
.green_btn-80:hover{
    background: #35a188;
}
.gray_btn-80{
    width: 80px;
    background: #787878;
    color: #fff;
    font-size: 13px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    vertical-align: middle /*추가함*/
}
.gray_btn-80:hover{
    background: #646464;
}
.white_btn-60{
    width: 60px;
    background: #fff;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #c8c8c8;
    text-align: center;
    color: #646464;
}
.white_btn-60:hover{
    background-color: #e6e7ea;
}
.bg_wh{
    background-color: #fff;
}
.orange_btn-90{
    width: 90px;
    background: #fa7832;
    font-size: 13px;
    color: #fff;
}
/* 접근 권한 제한 안내 메시지 */
.pop_limit_bg {
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 100;
}
.pop_limit_wrap {
	position: absolute;
    top: 45%;
    left: 42%;
    width: 20%;
    height: 120px;
    background-color: white;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.pop_limit_title {
    position: absolute;
    top: -35px;
	width: 100%;
    height: 35px;
    background: #39ae92;
    border-radius: 10px 10px 0 0;
}
.pop_limit_close {
	position: absolute;
	right: 10px;
	top: 2.5px;
	width: 30px;
	height: 30px;
	font-size: 15px;
	color: white;
	background: url(/resources/img/close_off.png)no-repeat 50%;
}
.pop_limit_close:hover {
	background: url(/resources/img/close_on.png)no-repeat 50%;
}
.pop_limit_msg {
    margin: 25px auto;
	font-size: 18px;
    font-weight: bold;
}
.pop_limit_btn {
    width: 80px;
    border: none;
	border: 1px solid;
    color: white;
    background-color: #39ae92;
}
.pop_limit_btn:hover {
	background-color: #35a188;
}
/* 스크롤 css */
section ::-webkit-scrollbar {
	width: 10px;
}
section ::-webkit-scrollbar-track {
	background: #f1f1f1;
	box-shadow: inset 0 0 2px grey;
	border-radius: 10px;
}
section ::-webkit-scrollbar-thumb {
	background: rgba(85,85,85,0.4);
	border-radius: 10px; 
}
section ::-webkit-scrollbar-thumb:hover {
	background: rgba(85,85,85,0.8);
}
/*footer css*/
.footer-div {
    width: 250px;
    height: 70px;
    background: #414453;
    color: white;
    font-size: 13px;
    padding: 14px;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
}

/*기관관리자 음악북스 콘텐츠관리 css 추가*/
.white_btn-80{
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #323232;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
}
.green_btn-80{
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #39ae92;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
}

.green_btn-80:hover{
    background: #35a188;
}
.gray_btn-80{
    width: 80px;
    background: #787878;
    color: #fff;
    font-size: 13px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    vertical-align: middle /*추가함*/
}
.gray_btn-80:hover{
    background: #646464;
}
.white_btn-60{
    width: 60px;
    background: #fff;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #c8c8c8;
    text-align: center;
    color: #646464;
}
.white_btn-60:hover{
    background-color: #e6e7ea;
}
.bg_wh{
    background-color: #fff;
}
.orange_btn-90{
    width: 90px;
    background: #fa7832;
    font-size: 13px;
    color: #fff;
}

.title-120-btn {
    width: 120px;
    line-height: 40px;
    height: 40px;
    background: #39ae92;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 20px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.title-120-btn:hover {
    background: #259a7e;
}

.flfl{
    max-width: 725px !important;
}

/* 의정부 도서관 > 음악콘텐츠관리 */
li#uilib_sp_contents {
    display: none;
}