@charset "utf-8";

/* 폰트 */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400&family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* 아이콘 */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.css");


/* 초기화 코드 */
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: 62.5%;
    font: inherit;
    vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    font-weight: 400;
}

body {
    line-height: 1.75;
    font-size: 1.6rem;
    font-family: 'roboto', 'Noto Sans KR', sans-serif;
    color: #333;
}

body,
a,
input,
table {
    font-size: 1.6rem;
    font-family: 'roboto', 'Noto Sans KR', sans-serif;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 추가 */

* {
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
}

ul,
li,
ol,
dt,
dd,
dl {
    list-style: none;
}

a {
    color: #333;
    font-size: 1.6rem;
}

a:link,
a:visited {
    color: #333;
}

img {
    border: 0;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}