/* CSS Document */

/* **************************** //필수 CSS 수정 및 삭제 불가 **************************** */

/* reset */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, button, p, blockquote, th, td { margin:0; padding:0;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family:'Nanum Gothic','RixGoM','맑은 고딕';}
html { width:100%; height:100%; }
ul li { list-style:none; }
li { list-style:none; }
ol { list-style-position:inside; }

a { text-decoration:none; color:#000; }
a:active { text-decoration:none; }

legend { height:0; width:0; display:block; text-indent:-9999em; }
label { cursor:pointer; }

/* html5 */
object, del, sub, var { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

