@charset "utf-8";

@import url(/css/pretendard.css);

* {font-family: 'Pretendard', sans-serif;}
html, body {font-family: 'Pretendard', sans-serif;}


/* Fontawesome 4.7 */
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* CSS Document */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, 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;
    border: 0;
    text-shadow: none;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    list-style: none;
    text-shadow: none;
}
/*h1, h2, h3, h4, h5, h6, b, strong{
	font-family:'noto-b';
}*/
body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	color:#000;
	/*font-family:'noto-r', sans-serif;*/
	line-height:1.6;
}
#wrap{
	width:100%;
}
.wrapper{
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
}
.layout_wrapper{
  width:1280px;
  margin: 0 auto;
  clear:both;
}
.layout_wrapper .gnb li a{
    color: #212121;
    padding: 5px 0;
}
.layout_wrapper2{
    width:1300px;
    margin: 0 auto;
    clear:both;
}
#content_wrap{
    width: 1280px;
    margin: 0 auto;
    padding-top: 200px;
    text-align: center;
}

/**헤더**/
#header_wrap{
  	width:100%;
  	z-index: 100;
	position: fixed;
    top: 0;
    left: 0;
	transition: all 0.3s;
    background: #fff;
	/* border-bottom:1px solid #e1e1e1; */
}

/**푸터**/
#footer_wrap{
	width:100%;
	clear:both;
	overflow:hidden;
	background-color:#fff;
}
a{
	text-decoration:none;
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
}
ul{
	list-style:none;
    padding:0;
    margin:0;
}
li{
	list-style:none;
    padding:0;
    margin:0;
}

p{margin:0;}

.cf:after{
	display: block;
    content: '';
    clear: both;
}
input {
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    line-height: normal;
    -webkit-border-radius: 0;
    resize: none;
}
button {
    outline: none;
}
input {
    outline-width: 0;
}
label {
    /* font-weight: normal;
    vertical-align: middle; */
}
*, *:after, *:before {
    box-sizing: border-box;
}

table, th, td {
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: normal;
}
img{
	max-width:100%;
}

/*접근성을 위한 주석 태그에 입힐 클래스*/
.v_hidden {
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

/*  
.inner{
	width:1280px;
	margin:0 auto;
}
.s_inner{
	width:1000px;
	margin:0 auto;
}
.r_inner{
	width:67%;
	margin:0 auto;
}
.r_s_inner{
	width:50%;
	margin:0 auto;
}
.shadow{
	box-shadow: 4px 5px 6px rgba(131,131,131,0.5);
}*/