/* 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,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;

}
h1,h2,h3,h4,h5,h6{font-size:14px;text-align:left;}
body,input,button,textarea,select,option{font-size:12px; font-family:Tahoma,"돋움",Dotum,Arial; color:#636363;}
/*폰트*/
/*파이어폭스.ttf,익스플로러,eot,*/
/*맑은고딕폰트 {"맑은 고딕",MalgunGothic,}*/
@font-face {
  font-family: 'MalgunGothic,';
  src: url('../font_style/MalgunGothic/MalgunGothicRegular.eot');
  src: url('../font_style/MalgunGothic/MalgunGothicRegular.eot?#iefix') format('embedded-opentype'),
       url('../font_style/MalgunGothic/MalgunGothicRegular.woff') format('woff'),
       url('../font_style/MalgunGothic/MalgunGothic.ttf') format('truetype'),
       url('../font_style/MalgunGothic/MalgunGothicRegular.svg#MalgunGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*맑은고딕폰트 {"나눔고딕",NanumGothic,}*/
@font-face {
  font-family: 'NanumGothic,';
  src: url('../font_style/NanumGothic.eot');
  src: url('../font_style/NanumGothic.woff') format('woff'),
       url('../font_style/NanumGothic.ttf') format('truetype'),
  font-weight: normal;
  font-style: normal;
}
a{color:#636363;text-decoration:none;outline: none;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height:1;
*line-height:1.2;
}

em{
font-style:normal;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input{outline: none;}
label{cursor:pointer;}

input[type="file"]{background:#fff;border:1px solid #b9b9b9;padding:2px;}

/* Common */
.input_text,textarea{*margin:-1px 0;padding-right:1px}
.input_check,.input_radio{width:13px;height:13px}
.blind,legend{display:block;overflow:hidden;position:absolute;top:-1000em;left: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;}
.show{display:block;}
.hidden{display:none;}
/* TEST */
.t{border:1px solid red !important;}
.tbg{background:red !important;}