@charset "utf-8";
/* User: PL Kim */

* { margin: 0; padding: 0; word-break: break-word; }

html, body { width: 100%; -webkit-text-size-adjust: none; }
div { position: relative; }

html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, 
p, span, blockquote, pre, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, time, mark, 
audio, video { margin: 0; padding: 0; border: 0; vertical-align: middle; word-break: keep-all; background: transparent; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; cursor: pointer; }

button { margin: 0; padding: 0; cursor: pointer; }

u { text-underline-position: under; }
em { font-style: normal; }
strong { text-decoration: none; }
label { font-weight: normal; }
caption, legend { overflow: hidden; width: 0; height: 0; font-size: 0; line-height: 0; }

form, table, ol, ul, li  { width: 100%; margin: 0 auto; }
table { border-collapse: collapse; border-spacing: 0; }
ul, li { list-style: none; }

input, select { margin: 0px; padding: 0px; vertical-align: middle; border-radius: 0; box-sizing: content-box; }

img { margin: 0 auto; vertical-align: middle; }

/* block */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block; }
