/***************************** custom css ********************************/
.dev-d-none {
	display: none !important;
}

.w-100{
	width: 100%;
}

.is-invalid {
	border: 2px solid #EB003B !important;
}

/*
	하위 메뉴에 대한 css
	TODO 퍼블받고, margin-left 제거해야함
*/
.sideSection-layout .childMenuList {
	list-style: disc;
	margin-left: 30px;
	padding: 2px 0;
}
.sideSection-layout .childMenuList a{
	font-size: 15px;
}


/*
	팝업 레이아웃
	기존 팝업이 max-width, width 를 px로 고정하고 있어서 컨텐츠의 넓이에 따라 자동적으로 넓어지도록 변경하는 클래스
	TODO 퍼블받고 제거해야함
 */
.apPopupAutoLayout {
    .check-radio-wrap reason-radio-groupap { width: auto; }
    .viewPopUp-title { max-width: 100%; }
    .apTitle { width: 100% !important; }
}
.w-25{
	width: 25%!important;
}

.bg-gray{ background-color: #D8D8D8!important; }