* {
	font-family: 'Noto Sans KR', sans-serif;
	
	/* bootstrap */
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a {
	text-decoration: none;
	color: #0275d8;
}


a:hover {
	/* text-decoration: underline; */
	text-decoration: none;
}


textarea {
    resize: none;
}


input[type="button"],
input[type="checkbox"] {
	cursor: pointer;
}


.lfloat {
	float: left;
}


.rfloat {
	float: right;
}


.ndisplay {
	display: none;
}


.calign {
	text-align: center;
}


.ralign {
	text-align: right;
}


.b {
	font-weight: bold;
}


/* 달력 아이콘 마우스 이벤트 받지 않기. 뒤의 inputbox를 가려서 달력이 안나오는 문제 해결 */
.tui-ico-date {
	pointer-events: none;
}


.cls_datepicker-input,
.tui-ico-date {
	cursor: pointer;
}


input[type="radio"],
label {
	cursor: pointer;
}