@charset "utf-8";


.binpage{font-family:'NanumSquare', sans-serif;font-weight:400;font-size:23px;color:rgba(71,78,103,0.3);padding:15px 0;border-top:1px solid rgba(0,0,0,0.05);border-bottom:1px solid rgba(0,0,0,0.05);}


#imgViewer-wrapper{position:relative;}
#imgViewer-wrapper .btnEdit{position:fixed;bottom:10px;right:10px;z-index:13;}
#imgViewer-wrapper .adminBtn{position:fixed;bottom:5px;;margin-left:5px;z-index:13;font-size:10px;color:#fff;background:rgba(71,78,103,0.95);height:20px;line-height:20px;padding:0 5px;border-radius:2px;}

#iv-navigation{position:fixed;top:0;z-index:3;width:220px;height:100%;background:rgba(255,255,255,1);border-right:1px solid rgba(0,0,0,0.1);display:flex;align-items:center;justify-content:center;}
#iv-navigation .body{width:100%;/*margin-top:-100px;*/}
#iv-navigation .body .tit{font-size:15px;font-weight:600;margin-bottom:20px;text-align:center;}
#iv-navigation .body .pageBtn{position:relative;display:block;padding:0 15px;width:100%;text-align:center;margin-bottom:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;}
#iv-navigation .body .pageBtn:last-child{margin-bottom:0;}
#iv-navigation .body .pageBtn:before{content:'';position:absolute;top:50%;left:0;margin-top:-1px;width:100%;height:1px;background:rgba(0,0,0,0.1);display:inline-block;}
#iv-navigation .body .pageBtn .tagBox{position:relative;z-index:2;display:block;width:100%;padding:6px 7px;font-size:12px;font-weight:500;line-height:1.5em;color:rgba(0,0,0,0.7);background:#fff;border:1px solid rgba(0,0,0,0.1);border-radius:2px;}
#iv-navigation .body .pageBtn:hover .tagBox{color:#000;font-weight:600;background:#fff;}
#iv-navigation .body .pageBtn.active .tagBox, #iv-navigation .body .pageBtn.active:hover .tagBox{font-size:12px;font-weight:800;color:#fff;background:rgba(64, 118, 199, 1);border:0;}
#iv-navigation .body .pageBtn.active:before{background:rgba(64, 118, 199, 1);}
#iv-navigation .body .download{margin-top:60px;padding:0 15px;}
#iv-navigation .body .download a{display:inline-block;font-size:13px;font-weight:600;color:#fff;width:100%;padding:15px 10px;line-height:1.5em;text-align:center;border-radius:3px;background-color:rgba(71,78,103,0.6);transition: all .2s ease-in-out; margin-bottom:10px;}
#iv-navigation .body .download a:hover{background-color:rgba(71,78,103,0.9);}
#iv-navigation .body .view-linkSet{padding:0 15px;}
#iv-navigation .body .view-linkSet .list_btn{width:100%;padding:15px 10px;height:auto !important;}

#iv-navigation + #pdfCon{margin-left:220px;max-width:1500px;}

#pdfCon{height:500px;}

#pdfCon body{border:1px solid red;}



#iv-navigation .body .download a[class*="btn-style"], [class*="btn-style"]{display:inline-block;font-size:13px;font-weight:600;color:#fff;width:100%;padding:15px 10px;line-height:1.5em;text-align:center;cursor:pointer;border-radius:3px;background-color:rgba(71,78,103,0.6);transition: all .2s ease-in-out;}
#iv-navigation .body .download a.btn-style1:hover, .btn-style1:hover{background-color:rgba(71,78,103,0.8);}
#iv-navigation .body .download a.btn-style2, .btn-style2{background-color:rgba(71,78,103,0.9);}
#iv-navigation .body .download a.btn-style2:hover, .btn-style2:hover{background-color:rgba(71,78,103,1);}


.bootstrap-select.select-img .dropdown-menu li a{background:#fff;}
.bootstrap-select.select-img .dropdown-menu li:hover a{background:#fdffdb;}
.bootstrap-select.select-img .dropdown-menu li.selected a{background:rgba(71,78,103,0.05);}
.bootstrap-select.select-img [class*="btn-style"]{padding:5px 10px;}