@charset "utf-8";
/* base */

* { box-sizing:border-box;}

a, button { cursor:pointer;}

body {font-family:'맑은고딕'; font-size:14px; color:#353535;}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, big, cite, code, del, dfn, em, font, img, ins, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td, br {margin: 0; padding: 0; border:0;  line-height: 1.5em; word-break:keep-all;  font-weight:normal;font-family: 'GmarketSansM','MalgunGothic', '맑은 고딕';; }

html, body { min-height:100%; height:100%;}

input, select { font-family:'나눔고딕'; font-size:14px; color:#666; margin:0;box-sizing:border-box;}

article, section, header, footer, aside { display:block;}

strong, b { font-weight:normal;}

li {list-style:none;}
p {text-align:left;}

h1, h2, h3, h4, h5, h6, h7 { clear:both;}

a { text-decoration:none; color:#555; cursor:pointer;}
a:hover { color:#000;}

.Hidden {visibility:hidden; overflow:hidden; width:0 !important; height:0 !important; font-size:0; line-height:0; position:absolute; padding:0 !important;}

textarea, textarea:hover, textarea:active, textarea:visited { font-size:14px; padding:10px; margin:0;font-family:"나눔고딕"; color:#666;}

img { vertical-align:bottom;}
button { cursor:pointer; border:none; padding:0;}

 
 .SkipNav a {z-index:101; position:fixed; top:-30px; left:0; background:#000; color:#fff; font-size:12px; padding: 5px 0; width:100%; text-align:center; z-index:1000;}
.SkipNav a:focus { top:0;}