/* reset css */
html,
body {
    width: 100%;
    height: 100%;
}
html,
body {
    font-size: 13px;
} /* 기본 폰트 크기 지정*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button,
input,
table {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button,
input,
table {
    font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', '돋움', 'AppleSDGothicNeo', 'Helvetica', 'Arial', sans-serif !important;
    font-weight: normal;
}
body {
    word-break: break-word;
    word-break: break-word;
    -ms-word-break: break-word;
    -webkit-text-size-adjust: none; /*모바일 가로보기시 글씨 크기 확대 방지*/
}
html[lagn],
body img,
fieldset,
iframe {
    border: 0 none;
}
li {
    list-style: none;
}
input,
select,
button {
    vertical-align: middle;
}
i,
em,
address {
    font-style: normal;
}
label,
button {
    cursor: pointer;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
a {
    color: #000;
}
label {
    font-weight: normal;
}
button {
    border: none;
    background: none;
}
hr {
    display: none;
}
legend {
    width: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,
textarea,
button {
    -webkit-border-radius: 0;
    border-radius: 0;
}
모바일 webkit 브라우져에서 input등 기본 속성 제거 input:-internal-autofill-selected {
    background: none;
}
/* select {-webkit-appearance: none; -moz-appearance: none; appearance: none;} */
input[type='time']::-webkit-calendar-picker-indicator {
    background: none;
}
