/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */

	
	
		.nm-sub-01 { padding: 30px;   border: 1px solid #ededed; cursor: pointer; background:#004f50; border-radius: 10px;}
		.nm-sub-01:hover { background:#003155;}
		.nm-sub-01 p {color: #fff;}
		.nm-sub-01 a {border: 2px solid #fff; color:#fff;   padding: 7px 50px; cursor: pointer; text-decoration:none;  text-align: right;}
		.nm-sub-01 a:hover { background:#003155;}
	
		.nm-bt-con {display: flex; justify-content: flex-end;}

	