@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 초기화 셋팅 */

* {margin:0; padding:0;}
html, body {width:100%; height:100%; letter-spacing:-1px;}
body {margin:0;padding:0;font-family:"Noto Sans KR", dotum;font-weight: 300;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"Noto Sans KR", dotum}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
#hd ul, nav ul, #ft ul {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em; overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0;padding:0;font-family:"Noto Sans KR", dotum;font-size:1em}
button {cursor:pointer}
ul,li {list-style: none;}
textarea, select {font-family:"Noto Sans KR", dotum; letter-spacing: -1px;}
select {margin:0}
p {margin:0;padding:0;word-break:break-all;}

hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#000;text-decoration:none}
a:hover, a:focus, a:active {color:#C21A20; text-decoration:none;}

.hidden {display:none;}
.w100img {width:100%;}
.m100img {max-width:100%;}
.read-only {display:none;}

a.btn_admin {
	display: inline-block;
	/*margin: -10px 0 15px 0;*/
	margin-bottom: 15px;
    padding: 7px;
    border: 1px solid #19b5fe;
    background: #19b5fe;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
#bo_list a.btn_b02 {
	color: #fff;
}

.ft_company_wrap a {color: #fff;}