@charset 'utf-8';
@import url( "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900" );
html {overflow:auto; height:100%}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	height:100%;
	font-size:18px;
	color:#555;
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro';  font-style:normal; font-weight: 400;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


/*
게시판 뷰페이지 안에 관리자단에서 넣는 테이블에 영향을 미치므로 전역 css로 사용하지 않고 각각 table에 스타일 적용.
table { border-collapse:collapse; border-spacing:0; }
*/

table caption, legend { display:none; }
em, address { font-style:normal; }
img,
a img { border:none; }

a { text-decoration:none; color:#666; }

fieldset{border:0 none;}

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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,
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;
	list-style:none
	}
body.admin nav ul li{background:none;}
.blind{position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;}

.mt10{margin-top:10px}
.mt15{margin-top:15px}
.mt20{margin-top:20px}
.mt25{margin-top:25px}
.mt30{margin-top:30px}
.mt35{margin-top:35px}
.mt40{margin-top:40px}
.mt45{margin-top:45px}
.mt50{margin-top:50px}
.mt55{margin-top:55px}
.mt60{margin-top:60px}
.mt65{margin-top:65px}
.mt70{margin-top:70px}
.mt75{margin-top:75px}
.mt80{margin-top:80px}
.mt85{margin-top:85px}
.mt90{margin-top:90px}
.mt95{margin-top:95px}
.mt100{margin-top:100px}



