/* ==================================== 
    (주)이젠 LMS Demo 프로젝트
    파일명 : basic.css
    생성일 : 2026/01/14 
    생성자 : (주)이젠 이초원 대리
    
    === 수정 이력 ===
    예) 2026/01/14 이초원 대리 - 수정 내용
======================================= */

/* 여백 제거 */
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,menu,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,
main,menu,nav,output,ruby,section,summary,time,mark,audio,video,button,input {
	margin: 0; 
	padding: 0; 
	border: 0; 
	font-size: 100%; 
	font: inherit;
    vertical-align: baseline;
    word-wrap: break-word;
}
body * { box-sizing: border-box; }
ol, ul { list-style: none; }
a { text-decoration: none; color: inherit; }
table { border-collapse: collapse; border-spacing: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; }
button, input, select, textarea {
    display: block;
    font: inherit;
    color: inherit;
    border: none;
    background: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
img { display: block; }
h1, h2, h3, h4, h5, h6 { font-weight: 600; }
strong { font-weight: 600; }
caption { display: none; }
