@charset utf-8;


body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
    font-family: 'noto-r',Helvetica, AppleSDGothicNeo-Regular, "나눔고딕", nanumgothic, sans-serif;
	color: #373737;
	background:#fff;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
menu,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
hr {
    margin: 0;
    padding: 0;
}
table{
	border-collapse:collapse
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal;
	font-size: 18px;
	font-family: 'noto-m'
}

a {
    color: #121212;
    text-decoration: none;
    letter-spacing: -0.6px;
}

li {
    list-style: none;
}

fieldset, img {
    border: 0;
}

input,
button {
    font-family:  '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}
/* ie placeholder */
input:-ms-input-placeholder {
    font-family: 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}

input::-ms-value {
    font-family: 'Malgun Gothic', '맑은 고딕', '돋음', 'Dotum', 'Apple SD Gothic Neo', Arial, Helvetica, sans-serif;
}
input[type=button]{
    cursor: pointer;
    outline: none;
    background-color: #fff;
}

/* 텍스트숨기기 */
.blind {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.wrap{
	    float: left;
    display: block;
    width: 100%;
    min-width: 1280px;
}

.layout{
	width:1280px;
	margin:auto
}
.layout2{
	width:1100px;
	margin:auto;
}