/**reset css**/
@charset "UTF-8";
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
    font-family: 'noto-r', sans-serif;
	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;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: normal;
	font-size: 18px;
	font-family: 'noto-m'
}

a {
    color: #121212;
    text-decoration: none;
	outline:none;
    letter-spacing: -0.6px;
}


button{
	outline:none;	
}


li {
    list-style: none;
}

fieldset, img {
    border: 0;
}

img{
	vertical-align:middle;
}

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;
}
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, textarea, select:focus {
    outline: none;
    box-shadow: none!important;
    appearance: none;
}
input[type='checkbox']{-webkit-appearance:checkbox}
input[type='radio']{-webkit-appearance:radio}


table, tr, th, td{
	border-collapse:collapse;
}
table, th, td{
	border-spacing: 0;
    font-weight: normal;
}


/* 텍스트숨기기 */
.blind {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
