@charset "utf-8";
/* font-family: 'Noto Sans KR', sans-serif */
@import url('fonts.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
    font-size: inherit;
    font-family:  'Noto Sans KR';
    color: inherit;
    vertical-align: baseline;
    letter-spacing: -0.04em;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
    font-size: 16px;
    font-family:  'Noto Sans KR', 'NanumSquare', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', 'sans-serif';
}
body {
    line-height: 1;
    color: #252525;
}
ol, ul {
	list-style: none;
}
li{
    box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, a:hover, a:focus, a:active {
    color: inherit;
    text-decoration: none;
}
input, textarea, select {
    border: 1px solid #dbdbdb;
    padding: 0 12px;
    font-size: inherit;
    font-family: 'Nanum Square', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', '맑은 고딕', helvetica, 'Apple SD Gothic Neo', sans-serif;
    color: inherit;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    outline: 0;
}
textarea {
    resize: none;
}
input::placeholder {
    color: #999;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
}
button {
    padding: 0;
    border: 0;
    background: none;
    border-radius: 0;
    font-size: inherit;
    font-family: inherit;
    outline: 0;
    color: inherit;
    cursor: pointer;
}
em {
    font-style: normal;
}
img {
    max-width: 100%;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background: #fff url(../img/ico/ico_select.png) right 10px center no-repeat;
}
select::-ms-expand {display:none}
address {
    font-style: normal;
}

.blind,
legend {
    display: block;
    overflow: hidden;
    position: absolute;
    top: -1000em;
    left: 0
}