@charset "utf-8";
/* Web Standardization Team Minam Seo 20120502 */ 
/* CSS Document */
@import url("common.css");
@import url("board.css");

/*웹폰트*/
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.sec-tit01{position:relative; font-size:4.063rem;; color:#fff; text-align:center; font-weight:bold;}
.sec-tit02{position:relative; display:inline-block; font-size:2.438rem; color:#111; text-align:center; font-weight:bold;}
.sec-tit02:after{content:''; display:block; position:absolute; bottom:-20px; width:100%; height:5px; background-color:#111;}
.sec-tit03{position:relative; display:inline-block; font-size:2.438rem; color:#fff; text-align:center; font-weight:bold;}
.sec-tit03:after{content:''; display:block; position:absolute; bottom:-20px; width:100%; height:5px; background-color:#fff;}

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,
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: inherit;
	vertical-align: baseline;
    font-family: 'Noto Sans KR', sans-serif;
    font-size:12px;
}

table, caption, tbody, tfoot, thead, tr, th, td,{
	margin:0;
	padding:0;
	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;
}
textarea {
    resize: none;
}
html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;   
    height: 100%;
    font-weight: 400;
    overflow-x: hidden;
    width:100%;
    color: #333;
    letter-spacing: 0;
}
body {
	line-height: 1;

}
textarea,
select,
input[type="password"],
input[type="button"],
input[type="text"]{
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
ol, ul {
	list-style: none;
}
th,td{
    vertical-align: middle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    color:#333;
    text-decoration: none;
}
legend{
    position: absolute;
    top:-9999px;
    width:0;
    height: 0;
}
label,
input[type="submit"],
input[type="image"],
input[type="reset"],
button{
    cursor: pointer;
}
input[type="radio"]:focus{
    outline: none;
}
caption{
   display:none;
    left: -9999px;
    top:-9999px;
    width: 0;
    height: 0;
}
*{ 
    box-sizing: border-box; 
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.wrap{width:1200px; margin:0 auto;}
.blind {position:absolute; left:0; top:0; width:0; text-indent:-9000px; overflow:hidden;}
.cf:after{content: ""; display: block; clear: both;}
.fr{float:right;}
.fl{float:left;}

@media screen and (max-width:1200px){.wrap {width:95%;} }
@media screen and (max-width:1024px){.wrap {width:90%;} }
