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,
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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
    vertical-align:middle;
}
a {
    font-family:inherit;
    color:inherit;
    text-decoration:none;
}
textarea, select  {
    appearance:none; 
    -webkit-appearance:none; 
    -moz-appearance:none; 
    border-radius:0; 
    -webkit-border-radius:0; 
    box-sizing:border-box; 
    -webkit-box-sizing:border-box;
}

select{ border:1px solid #ddd; padding-left:8px; padding-right:15px; background:#fff url(../img/common/board_select.png) no-repeat right 8px top 50%;}

input {
    border-radius:0; 
    -webkit-border-radius:0; 
    box-sizing:border-box; 
    -webkit-box-sizing:border-box;
}
input[type="text"]{
	  -webkit-appearance: none;
}
button {
    background:none;
    border:none;
    outline:none;
    padding:0;
    margin:0;
    appearance:none; 
    -webkit-appearance:none; 
    -moz-appearance:none; 
    border-radius:0; 
    -webkit-border-radius:0; 
    cursor:pointer;
}

.clearfix:after {
    content:'';
    clear:both;
    display:block;
}


body, table, th, td, input, select, textarea, div, button{
  color:#333;
	font-family:'Roboto',"³ª´®°íµñ",'NanumGothic','Nanum Gothic', 'µ¸¿ò', 'Dotum', Helvetica; font-size:13px; color:#333;
}

table, th, td{vertical-align:middle;}
