/*
 +----------------------------------------------------------------------+
 | Copyright (c) STUDYMAX.  co. Ltd
 +----------------------------------------------------------------------+
 | 작업일 : 2024-06-05
 | 파일설명 : 베트남 brainkey 학습 신청 페이지 CSS
 +----------------------------------------------------------------------+
 | 작업자 : 이대호
 +----------------------------------------------------------------------+
 | 수정이력
 +----------------------------------------------------------------------+
*/

@charset "utf-8";

#applyList .list-group {
	border: 2px solid #ff6b00;
}

#applyList .list-group-item {
	border: none;
}

#applyList .navbar-brand {
    display: inline-block;
    width: 33%;
    margin-bottom: 10%;
}

#applyList .text-muted {
	white-space: break-spaces;
}

@media (max-width: 991px) {
	#applyList.navbar-brand {
		width: 100%; 
	}

	#applyList .navbar-brand {
		width: 45%;
	}
}

@media (max-width: 500px) {
	#applyList .navbar-brand {
		width: 49%;
	}
}
