.usm-brd-wrt th {width:15%;}
.usm-brd-wrt td {padding:5px;}
.usm-brd-wrt textarea { width:100%;height:400px; }
.tch-menu-wrap li {float:left;}
.tch-menu-wrap li a {display:inline-block;padding:5px 10px;}
.tch-menu-wrap .tch-sel {background-color:yellow;}

.tch-wrt-lnk a{display:block;border:1px solid black;padding:5px;text-align:center;margin:5px;font-size:1.2em;}

#ad_link_menu p { margin: 5px 0; }

.usm-content-ready { margin:0 auto; width:90%; height:300px; }
.usm-readywrap { display:inline-block; width:100%; height:100%; background:url('../../../images/ready_bg.jpg') 0 100% no-repeat; background-size:contain; border:1px solid #D7D7D7; }
.usm-readywrap strong { margin: 0; padding: 0; line-height: 0; }
.usm-readywrap p { text-align:center; padding-top:70px; font-size: 20px; }

.usm-editor-file { width: 100%; border-top:2px solid #333333; overflow:auto; display: table; }
.usm-editor-file dt { font-weight:bold;width:20%; padding: 12px; background-color:#F7F7F7; display: table-cell; vertical-align: middle; text-align: center; }
.usm-editor-file dd { padding: 0 12px 12px 12px; display: table-cell; }
.usm-editor-file dd .filename {padding:3px 0;background:url('../../../images/link_icon.gif') no-repeat 0 7px;padding-left:15px;margin-left:5px; vertical-align: middle; }

/* 첨부파일 */

.usm-editor-file dd .file-con { margin: 0 0 5px 0; padding: 5px 5px 7px 5px; width: 98%; float: left; padding: 1%; }
.usm-editor-file dd .file-con:first-of-type { margin:  5px 0 5px 0; }
.usm-editor-file dd .file-con:last-of-type { margin: 0; }
.usm-editor-file dd .file-con:nth-child(even) { background-color: #e7e7e7; }
.usm-editor-file dd .file-con .filename a:first-of-type:hover { color:#e60000; }
.usm-editor-file dd .file-con .file-btn { display: inline; float: left; }
.usm-editor-file dd .file-con .file-btn2 { clear: both; display: inline; float: right; }
.usm-editor-file dd .file-con .file-vol { vertical-align: bottom; }
.usm-editor-file dd .file-con .downwardsarrow { display: none; }

/* PC용 CSS */
@media all and (min-width: 1024px){
.usm-content-ready {  width:547px; height:300px; }

.usm-editor-file dd .file-con .downwardsarrow { display: inline; }
.usm-editor-file dd .file-con .file-btn2 { clear: none; }
}	