.tagList button {
	padding: 10px;
	border-radius: 10px;
	height: 40px;
	border: 1px solid #ccc;
	background: #eee;
	margin-right: 5px;
}

.hashTagRemove{
	margin-left: 5px;
}

.form select.w_480 {
    width: calc(100% - 205px);
    height: 60px;
    border: 1px solid #000;
    border-radius: 7px;
    padding-left: 10px;
}

.border-radius-20{
	border-radius: 20px !important;
}

.form-box textarea {
  padding: 10px;
  font-size: 17px;
  font-family: 'Poppins', 'Pretendard', sans-serif;
}

.user-thumbnail{
	border-radius: 100%;
}