.thumbnail img {
	display: block;
	max-height: 100%;
	max-width: 100%;
}

.btn-face-spacing {
	margin-top: 1px !important;
	margin-bottom: 1px !important;
}

.table.table-condensed tr:first-child td {
	border-color: white;
}

.brand-title{
	display: flex;
	align-items: center;
	gap: 14px;              /* 로고-텍스트 간격 */
	margin: 0;
}
  
.brand-title .logo-dark{
	max-height: 65px;
	height: auto;
}
  
.brand-text{
	display: flex;
	flex-direction: column; /* 두 줄로 */
	line-height: 1.1;
}
  
.brand-main{
	font-size: 26px;        /* 필요시 조절 */
	font-weight: 600;
}
  
.brand-sub{
	font-size: 17px;        /* 필요시 조절 */
	font-weight: 400;
	opacity: 0.8;
}