.usm-brd-lst th:nth-child(1) { width: 50px; }
.usm-brd-lst td { text-align: center; }

.usm-brd-wrt td { text-align: center; }
.usm-brd-wrt td input[type="text"] { width: 100%; box-sizing: border-box; }

.usm-sm {
	cursor:pointer; _cursor:hand;
    color: #007d7b;
    background-color: #fff;
	padding: 0 1rem;
	font-weight: normal;
    font-size: 1.6rem;
    transition-duration: 0.2s;
    border: 1px solid #007d7b;
    border-radius: 0.5rem;
    display: inline-block;
    font-family: 'pretendard';
    height: 3rem;
    line-height: 2.7rem;
    box-sizing: border-box;
    margin: 0 0 0 0.2rem;
}
.usm-sm:hover {
	background-color: #505050;
	border-color: #505050;
	color: #fff;
}
