@charset "UTF-8";
/* 공통 Start */
.mb10 { margin-bottom : 10px; }
.mt30 { margin-top : 30px; }
.hidden { position: absolute !important; text-indent: -99999px; width:0 !important; height: 0 !important;top:-99999px;left:-99999px;}
audio.play{display:none;}

/* 첨부파일  */
.list-file {
    text-align: center;
}
.board-view-file-wrap {
    padding: 0;
    border-bottom: none;
}
.file-icon { background: url("../img/file_icon.png") no-repeat; padding-left: 30px; }  
.file-icon.bmp { background: url("../img/attach_bmp.gif") no-repeat 0 2px;  }  
.file-icon.doc { background: url("../img/attach_doc.gif") no-repeat 0 2px;  }  
.file-icon.docx { background: url("../img/attach_docx.gif") no-repeat 0 2px;  }  
.file-icon.gif { background: url("../img/attach_gif.gif") no-repeat 0 2px;  }  
.file-icon.hwp { background: url("../img/attach_hwp.gif") no-repeat 0 2px;  }  
.file-icon.jpg { background: url("../img/attach_jpg.gif") no-repeat 2px;  }  
.file-icon.pdf { background: url("../img/attach_pdf.gif") no-repeat 0 2px;  }  
.file-icon.png { background: url("../img/attach_png.gif") no-repeat 0 2px;  }  
.file-icon.ppt { background: url("../img/attach_ppt.gif") no-repeat 0 2px;  }  
.file-icon.pptx { background: url("../img/attach_pptx.gif") no-repeat 0 2px;  }  
.file-icon.txt { background: url("../img/attach_txt.gif") no-repeat 0 2px;  }  
.file-icon.xls { background: url("../img/attach_xls.gif") no-repeat 0 2px;  }  
.file-icon.xlsx { background: url("../img/attach_xlsx.gif") no-repeat 0 2px;  }  
.file-icon.zip { background: url("../img/attach_zip.gif") no-repeat 0 2px;  }  

.b-c-btn01 { display: inline-block; text-align: center; }

ul.file-list li, ul.file-list02 li { padding : 5px 0;}

.deleted * { text-decoration: line-through !important; color: #999999 !important;}
/*.del-file-btn { display: inline-block; margin: 0 0 0 10px;width: 20px;height: 20px;background: url(../img/btn_del_file.gif) no-repeat 0 0;vertical-align: middle;}*/

.sel-file-box select {
    height: 40px;
    padding: 0 20px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    border: 1px solid #ccc;
}

.sel-file-box02 select {
	width:auto;
}
	
/* 보안 코드 */
.captcha.captchaRefresh {background: url("../img/captcha_refresh.png") no-repeat ;width: 16px; height: 16px; display: inline-block;} 
.captcha.captchaSound {background: url("../img/captcha_volume.png") no-repeat ;width: 16px; height: 16px; display: inline-block;}

.board-table .wr-sel{height:33px;padding:0 20px;color:#555;font-size:16px;font-weight:400;line-height:22px;border:1px solid #ccc}

/* 공통 End */

/* 웹진_일반 */
.webzine-common .board-view-file-wrap {
    padding: 0px;
    border-bottom: none;
}

span.b-confirm {
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 5px;
    background: #e91b45;
    font-weight: 500;
    color: #fff;
    vertical-align: top;
}

/* 웹진_기사관리06  */
.btn-add-wrap { padding : 20px 0 ;}
.b-text-right { text-align : right; }
.b-cate-outer { margin-top:30px; border-top: 2px solid #555;}