@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
.yester {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  margin: 53px 0 23px;
}

.textarea-box-new {
  border-radius: 7px;
  font-size: 14px;
}
.textarea-box-new::-webkit-scrollbar {
  width: 10px;
  border-radius: 3px;
}
.textarea-box-new::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}
.textarea-box-new::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #8B8B8B;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  background-clip: padding-box;
}
.textarea-box-new textarea {
  background-color: #efeeee;
  border-color: #efeeee;
  padding: 10px 20px;
  font-size: 14px;
  height: 73px;
}
.textarea-box-new textarea:focus {
  border-color: #00b0f0;
}/*# sourceMappingURL=new_sell.css.map */