.towrite {display: none; padding: 0.4rem 1rem 0.1rem 1rem; border-bottom: 1px solid #eee;}

.form-control {border-radius: 0; border: none; margin: 0.5rem 0; font-size: 0.8rem;}
.form-control:nth-child(1) {border: 1px solid #ccc;}
.form-control:nth-child(2) {border: 1px solid #ccc;}
.form-control::placeholder {color: #bbbbbb; font-family: 'S-CoreDream-4Regular'; font-size: 0.80rem;}
textarea:focus, input[type="text"]:focus, textarea[type="cont"]:focus {border-color: none; box-shadow: none; -webkit-box-shadow: none; outline: none;}

/* 파일 */
.box-file-input label {display:inline-block; background:#3c7cc0; color:#fff; padding: 0 0.5rem; line-height:35px; cursor:pointer; border-radius: 4px; font-family: 'S-CoreDream-4Regular'; font-size: 0.85rem; min-width: 5.15rem;}

.box-file-input label:after {content:" 파일첨부";}
.box-file-input .file-input {display:none;}
.box-file-input .filename {display:inline-block; padding-left: 5px; overflow: hidden; height: 1.3rem; max-width: 100%;}

.filename {color: #6b6b6b; font-size: 0.8rem;}
.send-bt {text-align: right;}
.send-bt button {background-color: #185ba2; color: #fff; font-family: 'S-CoreDream-4Regular'; font-size: 0.8rem; padding: 0.2rem 0.5rem;}
.send-bt button:hover {background-color: #145397; color: #fff;}
.send-bt a:last-child button {background-color: #969696;}
.send-bt a:last-child button:hover {background-color: #a0a0a0;}
