@charset "utf-8";
/*****************************************************************************************************************************************
	나눔스퀘어 폰트 사용법 : font-weight: normal; - 레귤러 / font-weight: bold; - 볼드
*****************************************************************************************************************************************/
@font-face {
	font-family:'NanumGothic';
	font-style: normal;
	font-weight: normal;
	src: url(/spcwps/font/NanumGothic.eot);
	src: local('.'),
		 url(/spcwps/font/NanumGothic.eot?#iefix) format('embedded-opentype'),
		 url(/spcwps/font/NanumGothic.woff) format('woff');
}
@font-face {
	font-family:'NanumGothic';
	font-style: normal;
	font-weight: bold;
	src: url(/spcwps/font/NanumGothicBold.eot);
	src: local('.'),
		 url(/spcwps/font/NanumGothicBold.eot?#iefix) format('embedded-opentype'),
		 url(/spcwps/font/NanumGothicBold.woff) format('woff');
}

* {font-family:NanumSquare;font-weight:normal;line-height:100%;}

input {line-height:100% !important;}
input[type="text"]::-ms-clear {display:none;} /* 익스 10, 11에서 입풋창에 생성되는 텍스트 삭제 버튼제어 */

div[id*="btn"] div {line-height:100% !important;}