@charset "utf-8";
/* CSS Document */

/* 폰트 노트산스 */
@import url('/css/NotoSansKR.css');

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-family:'noto-r', sans-serif;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, p, input, textarea,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small,
strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, button, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}
#wrap{
	width:100%;
	float: left;
	display: block;
	min-width: 1280px;
	overflow:hidden;
}

#header_wrap{
	width:100%;
	box-shadow: 0 3px 7px rgba(0,0,0,0.05);
}
  ::-webkit-scrollbar {
    height:1px;
    width:1px;
    background-color:#e8e8e8;
  }
#content_wrap{
	width:100%;
	position:relative;
}

#footer_wrap{
	border-top: 3px solid #406599;
	width:100%;
	clear:both;
	overflow:hidden;
}

img{border:0; vertical-align:middle;max-width: 100%;}

a{text-decoration:none; cursor:pointer; color:#333;}


ul{list-style:none;
    padding:0;
    margin:0;}

li{list-style:none;
    padding:0;
    margin:0;}

p{margin:0;}

input {	outline-width:0;}


h1, h2, h3, h4, h5{margin:0;}

table, th, td {
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: normal;
}



/*layout common*/
.layout_wrapper{
	width:1180px;
	margin:0 auto;
}
.sub_layout_wrapper{
	width:1100px;
	margin:0 auto;
}


/*접근성을 위한 주석 태그에 입힐 클래스*/
.v_hidden {
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
