@CHARSET "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 요소(element) 여백 초기화  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, select,
table, th, td, img {
	margin:0;
	padding:0;
	}
 
/* 제목요소 */
h1, h2, h3, h4, h5, h6 {  
	font-size:100%;   
	/* font-weight:normal; */   
	} 
 
/* 테두리 없애기 */
fieldset, img, abbr,acronym { border:0 none; } 
 
/* 목록 */
ol, ul { list-style:none; }
 
/* 테이블 - 마크업에 'cellspacing="0"' 지정  */
table {
	/* border-collapse: separate;
	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; }
 
/* 숨김 요소 */
legend, #header h2, #slogan h2, #footer h2 {
	position:absolute;
	overflow:hidden;
	width:1px;
	height:1px;
	font-size:0;
	line-height:0;
}
/* body 스타일 */
body {
	color:#000;
	font-size:75%;
	line-height:1.2;
	 font-family : 굴림, 'Gulim' ; font-size:15px;
 
}
 
 
/* 링크 */
a, a:link {
	color:#666;
	text-decoration:none;
} 
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
a:focus {
	color:#666;
	text-decoration:underline;
}
a:active {
	color:#666;
	text-decoration:none;
} 
/* 이미지, 폼관련 요소 */
img {
	vertical-align:top;
}
label, select, input, textarea {
	vertical-align:middle;
}
ul.Quiz_list span:focus,li:focus,li.tabpressed img:focus
, div#study_content_click:focus,div#study_target_click:focus
, img#soundBtn:focus,img.tabpressed:focus,img#btn_study:focus,img#btn_download:focus,img#btn_professor:focus 
{/*outline-color:#5283d5;*/ outline-style: dotted; outline-width:1px;}