/* 상세화면 접근 */
td.dtl {
	cursor: pointer;
}
/* 상세화면 접근 */
td.dtl2 {
	cursor: pointer;
}
/* 유효성 검사 */
.errormsg {
	color: red;
}
/* 드롭존 이미지 비율 */
.dz-image img {
	width: 130px;
	height:130px;
}

.table {
	font-size: 9px;
}
.table td {
	padding: 0.5rem;
}

/* 배너 등록/수정 화면 콤보박스 custom */
.bootstrap-select>.dropdown-toggle {
  background-color: white;
  border: 1px solid lightgray;
}
