@charset "utf-8";

.content-area .detail-content .search-area tbody tr td select,.content-area .detail-content .search-area tbody tr td select>option {
    width: 70px;
    height: 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #e7e7e7;
    
    font-size: 12px;
    color: #989899;
    padding-left: 8px;
}
.changePwd {width:100px;margin-left:15px;}
.pwd-box {display:inline-block;}

div.toggleShowHideArea {display: none;}
#admin_cell_phone_1 {margin-left:0;}
.modify-btn {margin-left:0;}

.content-area .detail-content .search-area tbody tr th {width:140px; border-left: 1px solid #f5f2f2;}
.content-area .detail-content .search-area tbody tr td {width:400px;}

#notice_file_area tbody tr th { width: 200px; }
#notice_file_area tbody tr td { width: inherit; }
#notice_file_area tbody tr td div.file-upload-area { padding: 7px 10px; }
#notice_file_area tbody tr td div.file-upload-area div.file-upload-row { margin-bottom: 8px; }
#notice_file_area tbody tr td div.file-upload-area div.file-upload-row:last-child { margin-bottom: 0; }
#notice_file_area tbody tr td div.file-upload-area div.file-upload-row input[type=file] { width: 400px; }
#notice_file_area tbody tr td div.file-upload-area div.file-upload-row a.plus-btn { min-width:0; padding:3px 9px; margin-left:3px; }
#notice_file_area tbody tr td div.file-upload-area div.file-upload-row a.minus-btn { min-width:0; padding:3px 9px; margin-left:3px; }
#notice_file_area tbody tr td div.file-upload-area div.file-upload-row span.download-file { margin-left: 0; cursor: pointer; }
#notice_file_area tbody tr td div.file-upload-area div.file-upload-row span.download-file:HOVER { text-decoration: underline; }
#notice_file_area tbody tr td div.file-upload-area div.file-upload-row span.download-file.removed { text-decoration: line-through; cursor: text; }