/*-----------------------기본설정 -----------------------------*/

/* 요소(element) 여백 초기화  */
* {
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
	}

/* 요소 여백 초기화 HTML5 */
header, nav, article, section, footer, aside{display:block;}

/* 제목요소 */
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;  margin-top:0px;  margin-bottom:0px;} 

/* 테두리 없애기 */
fieldset, img, abbr,acronym { border:0 none; } 

/* 목록 */
ol, ul, li, dl { list-style:none; }

/* 테이블 기본설정 */
table {
	border-collapse:collapse;
	border-spacing:0;
	border:0 none;
	}
caption, th, td {
	text-align:left;
	font-weight: normal;
	border:0;
}

/* 텍스트 관련 요소 초기화 */
address, caption, em, cite {
	font-weight:normal;
	font-style:normal;
}
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* 인용문 */
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* 수평선*/
hr { display:none; }

/*-----------------------텍스트 스타일 설정  -----------------------------*/

/* 나눔고딕 스타일 설정 */
@font-face {
    font-family:'NanumGothic';
    src: url('../font/NanumGothic.eot'); 
    src: url('../font/NanumGothic.eot?#iefix') format('embedded-opentype'),
         url('../font/NanumGothic.woff') format('woff'),
         url('../font/NanumGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;  
}

/* 기본폰트 스타일 설정 */

body,
dl, dt, dd, ol,
form, fieldset, input, textarea, select,
table, th, td, {
	font-size:1.0em;
	font-family:"돋움";
	color:#777777;
	line-height:1em;
	margin:0;
}

ul, p, span, div, a {
	font-size:1.2em;
	font-family:"돋움";
	color:#777777;
	line-height:1em;
	margin:0 0 0 0;
}


li {
	font-size:0em;
	font-family:"돋움";
	color:#777777;
	line-height:0em;
	margin:0 0 0 0;
}


/* 링크 스타일 */

a{text-decoration:none;}

/* 나눔폰트 */
.nanum{font:normal 12px/20px "NanumGothic","돋움",sans-self;}

/* IR기법 */
.ir{position: relative; overflow: hidden ; font-size:0px ; line-height:0px; text-indent:-9999px;}