
	
/* 피드별 개별 스타일 지정 (CSS파일로 생성 됩니다)*/
.org_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  width: 150px;
  height: 40px;
  background: #e9edf5;
  border: 1px solid #cbd4e3;
  border-radius: 6px;
  font-weight: 600;
  color: #333;
}
