@charset "UTF-8";

.pdfobject-container {
	width: 100%;
/*	max-width: 1200px;	*/
	height: 800px;
/*	margin: 2em 0;*/
	margin:0 auto;
}
 
.pdfobject { border: solid 1px #666; }
#results { padding: 1rem; }
.hidden { display: none; }
.success { color: #4F8A10; background-color: #DFF2BF; }
.fail { color: #D8000C; background-color: #FFBABA; }


/*뷰*/
#pdfViewerBbs{}

/*
#pdfViewerBbs .downBtn{text-align:right;padding:20px 0}
#pdfViewerBbs .downBtn a{display:inline-block;padding:10px 60px 10px 20px;background:#666 url(/sites/guide/images/icon_down_2_w.png) no-repeat 92%;color:#FFF}
#pdfViewerBbs .downBtn a:hover{background-color:#222}
*/

#pdfViewerBbs .gotoList{text-align:center;margin-top:30px}
#pdfViewerBbs .gotoList input{display:inline-block;padding:7px 20px;background:#0049cf; border: 3px solid transparent; color:#FFF;cursor:pointer;border-radius:30px; font-size:18px; font-family:'Noto Regular'; -webkit-appearance: none;}
#pdfViewerBbs .gotoList input:hover{background:#FFF;transition: all 0.2s cubic-bezier(0.3, 0, 0.3, 1);border-color:#858585;color:#858585}

#pdfViewerBbs .viewerFrame{}
@media only screen and (max-width:768px){
	#pdfViewerBbs .downBtn{text-align:left}
	#pdfViewerBbs .downBtn a{display:block}
}
/*목록*/
/*
#pdfViewerBbs ul.pdf-list{display:flex;flex-wrap:wrap;justify-content:space-between}
*/
#pdfViewerBbs ul.pdf-list{display:flex;flex-wrap:wrap;justify-content:flex-start;}
#pdfViewerBbs ul.pdf-list li{width:18%;margin-bottom:2%;margin-right:2%}
#pdfViewerBbs ul.pdf-list li .box{}
#pdfViewerBbs ul.pdf-list li .box a{display:block;border:1px solid #888;background:#FFF}
#pdfViewerBbs ul.pdf-list li .box .thumb{overflow:hidden;padding:10px}
#pdfViewerBbs ul.pdf-list li .box .thumb img{width:100%;float:left}
#pdfViewerBbs ul.pdf-list li .box .title{background:#888;border-top:1px solid #888;color:#FFF;padding:10px 0;text-align:center;font-weight:500;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#pdfViewerBbs ul.pdf-list li .box a:hover .title{transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1);background:#222}
@media only screen and (max-width:1024px){
	#pdfViewerBbs ul.pdf-list li{width:23%}
}
@media only screen and (max-width:768px){
	#pdfViewerBbs ul.pdf-list li{width:31%}
}
@media only screen and (max-width:480px){
	#pdfViewerBbs ul.pdf-list li{width:48%}
}
@media only screen and (max-width:320px){
	#pdfViewerBbs ul.pdf-list li{width:100%}
}


#pdfViewerBbs .titleWrap { display:flex; flex-flow:row wrap; margin-bottom:10px; }

/*
#pdfViewerBbs .title { flex:1 1 auto; text-align:left; display:flex; flex-flow:row wrap; justify-content:flex-start; align-items:center; font-size: 22px; font-family: 'Noto Regular'; color: #002d64;}
*/
#pdfViewerBbs .title { font-size: 22px; font-family: 'Noto Regular'; color: #002d64;}

#pdfViewerBbs .downBtn { flex:0 0 200px; text-align:right;}
@media screen and (max-width: 800px) {
	#pdfViewerBbs .title { flex: 1 1 100%; margin-bottom:10px; justify-content:center;}
	#pdfViewerBbs .downBtn { flex: 1 1 100%; }
}

/* 리스트 */
#pdfViewerBbs .board-table {word-break: break-all; width:100%;}
#pdfViewerBbs .board-table caption {text-indent:-9999px;}
#pdfViewerBbs .board-table thead { border-bottom:2px solid #1a222a; border-top:1px solid #1a222a;}
#pdfViewerBbs .board-table th { background:#f0f1f2; font-family:'Noto Regular'; padding:13px 0; line-height:1.25;}
#pdfViewerBbs .board-table tbody { border-bottom:2px solid #696969;}
#pdfViewerBbs .board-table td:first-child { border-left:0;}
#pdfViewerBbs .board-table td {box-sizing:border-box; border-bottom:1px solid #ddd; padding:13px 3px; text-align:center; vertical-align:top;}
#pdfViewerBbs .board-table .td-subject a { display:block; text-align:left; }
#pdfViewerBbs ._paging {padding: 30px 0 10px 0;}
@media screen and (min-width: 1025px) {
	#pdfViewerBbs .board-table .th-num,
	#pdfViewerBbs .board-table .td-num { width: 70px; }
	#pdfViewerBbs .board-table .th-date,
	#pdfViewerBbs .board-table .td-date { width: 130px; }
}
@media screen and (max-width: 1024px) {
	#pdfViewerBbs .board-table { display:block; }
	#pdfViewerBbs .board-table thead { display:none; }
	#pdfViewerBbs .board-table tbody { display:block; width:100%; border-top:1px solid #ddd; }
	#pdfViewerBbs .board-table tr { display:block; width:100%; position:relative; border-bottom:1px solid #ddd; padding:15px 10px; box-sizing:border-box; overflow:hidden; }
	#pdfViewerBbs .board-table td { display:none; width:100%; border-bottom:0; padding:0; text-align:left; box-sizing:border-box; }
	#pdfViewerBbs .board-table .td-subject, .td-date { display:block !important; }
}
