/* MASTER */
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,input,button,textarea,select,option
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;
outline: none;
-webkit-tap-highlight-color:transparent;
}

@font-face {
  font-family:'Nanum Gothic';
  font-style: normal;
  font-weight: normal;
  src: url("./font/NanumGothic-Regular.eot");
  src: url("./font/NanumGothic-Regular.eot?#iefix") format('embedded-opentype'),
       url("./font/NanumGothic-Regular.woff2") format('woff2'),
       url("./font/NanumGothic-Regular.woff") format('woff'),
       url("./font/NanumGothic-Regular.ttf") format('truetype');
}
@font-face {
  font-family:'Nanum Gothic';
  font-style: normal;
  font-weight: bold;
  src: url("./font/NanumGothic-ExtraBold.eot");
  src: url("./font/NanumGothic-ExtraBold.eot?#iefix") format('embedded-opentype'),
       url("./font/NanumGothic-ExtraBold.woff2") format('woff2'),
       url("./font/NanumGothic-ExtraBold.woff") format('woff'),
       url("./font/NanumGothic-ExtraBold.ttf") format('truetype');
}


h1,h2,h3,h4,h5,h6{font-size:14px; text-align:left;}
body,input,button,textarea,select,option{font-size:14px; font-family:'Nanum Gothic',Dotum,Arial,sans-serif; color:#202020; letter-spacing:-1px;}

label{font-size:14px; vertical-align:middle; cursor:pointer;}
.align_m {vertical-align:middle;}

body {
line-height: 1;
}
html {
min-height:100%;
-webkit-touch-callout:none;
-webkit-user-select:none;
-webkit-tap-highlight-color:transparent;
}
ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

a{text-decoration:none; color:#202020;}

input {border-radius: 0px; }
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* Common */
.input_text,textarea{*margin:-1px 0;padding-right:1px}
.input_check,.input_radio{width:13px;height:13px}
.input_radio_r {border-radius:50%;}
.blind,legend{display:block;overflow:hidden;position:absolute;top:-1000em;left:0}
.hidden{visibility:hidden;width:0;font-size:0;line-height:0;}
hr{display:none}
legend{*width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
.dummy{*zoom:1;}
.table_fixed {table-layout:fixed;}
/* SKIP */
.skip{display:block;}
.skip a{position:absolute; left:0; top:-1000em; z-index:9999; display:block; width:100%; background-color:navy; font-size:1.5em; font-weight:bold; color:yellow; text-align:center;}
.skip a:hover,.skip a:active,.skip a:focus{top:0; padding:20px 0;}
.c_class {font-size:0; line-height:0;}

/* TEST */
.t{border:1px solid red !important;}
.tbg{background:red !important;}