@charset "UTF-8";

/*pdf뷰어 View************************************/
.applicationWrap{overflow-x:hidden;overflow-y:auto;width: 100%;display:inline-block;vertical-align: top;height:800px;border-top:5px solid #52575c;border-bottom:5px solid #52575c;}

/*Tablet+Mobile*/
@media only screen and (max-width:860px){}

/*Tablet*/
@media only screen and (min-width:441px) and (max-width:860px){}

/*Mobile*/
@media only screen and (max-width:440px){}

.pdfView h2 { display:none; }

.fileDown { padding:30px 0; text-align:right; }
.fileDown > ul { display:flex; justify-content:flex-end; align-items:center; column-gap:10px; }

.fileDown .btnPdf { position:relative; border:2px solid #B00B00; padding:12px 20px 12px 70px; font-family:'Noto Bold'; color:#B00B00; }
.fileDown .btnPdf::before { content:""; position:absolute; width:35px; height:35px; left:15px; top:50%; transform:translateY(-50%); background:url("../images/icon_pdf.jpg") no-repeat center center; }

.fileDown .btnHwp { position:relative; border:2px solid #37aee8; padding:12px 20px 12px 70px; font-family:'Noto Bold'; color:#37aee8; }
.fileDown .btnHwp::before { content:""; position:absolute; width:35px; height:35px; left:15px; top:50%; transform:translateY(-50%); background:url("../images/icon_hwp.jpg") no-repeat center center; }

@media screen and (max-width:1200px){
    .pdfWrap{display:block;}
    .applicationWrap{display:block;width:100%;}
    .pdfList{padding-left:0;width:100%;margin-top:50px;}
    .boardWrap table ._button a{width:100%;padding:5px 15px;}
}