@charset "utf-8";
/* CSS Document */

/* Ext Field */
.bmd_post_form textarea {min-height:350px; resize: none; padding: 9px; width:100%;}
.bmd_post_form pre {height:auto;}
.bmd_post_form .option_description {color:#ff69B4;}

/* 파일첨부 */
.admin_file_con {position: relative; width: 600px; height: 38px; display: inline-block; vertical-align: middle;}
.admin_file_con .file_input {position: absolute; left: 0; top: 0; width: 100%; height: 38px; opacity: 0; filter: alpha(opacity=0); -ms-filter: "alpha(opacity=0)"; -moz-opacity: 0; cursor: pointer;}
.admin_file_con .file_text {position: absolute; left: 0; top: 0; width: 100%; height: 38px; border: 1px solid #e4e5ef; box-sizing: border-box; padding: 0px 5px; line-height: 38px; border-radius: 2px;}
.admin_file_con .file_button {position: absolute; right: 110px; top: 0; width: 110px; margin: 0;}
.admin_file_con .file_delete {position: absolute; right: 0; top: 0; width: 110px; margin: 0;}

/* CRUD 파일첨부 */
.admin_crud_file_con {position: relative; width: 600px; min-height: 38px; display: inline-block; vertical-align: middle;}
.admin_crud_file_con .file_input {position: absolute; left: 0; top: 0; width: 100%; height: 38px; opacity: 0; filter: alpha(opacity=0); -ms-filter: "alpha(opacity=0)"; -moz-opacity: 0; cursor: pointer;}
.admin_crud_file_con .file_text {position: absolute; left: 0; top: 0; width: 100%; height: 38px; border: 1px solid #e4e5ef; box-sizing: border-box; padding: 9px 20px; line-height: 38px; border-radius: 2px;}
.admin_crud_file_con .file_text.view {position: static; left: 0; top: 0; width: 100%; height: auto; border: none; box-sizing: border-box; padding: 9px 20px; line-height: 38px; border-radius: 2px;}
.admin_crud_file_con .file_button {position: absolute; right: 110px; top: 0; width: 110px; margin: 0; padding: 9px 20px; height: 38px; line-height: 19px; line-height: 1.9rem;background: #666 url(../img/icon_attach.png) no-repeat 20px center; padding-left: 40px; border-color: #666;}
.admin_crud_file_con .file_delete {position: absolute; right: 0; top: 0; width: 110px; margin: 0; padding: 9px 20px; height: 38px; line-height: 19px; line-height: 1.9rem;background: #aaa url(../img/icon_delete.png) no-repeat 20px center; padding-left: 40px; border-color: #aaa;}
