@charset "UTF-8";

:root {
	--sub_infobox_margin: 5px;
	--sub_infobox_margin_x2: 10px;
}

html, body {
    width: 100%;
    height: 100%;
	background-color: white;
}

* {
	font-family: "Nanum Gothic", sans-serif;
    font-size: 12px;
	font-weight: 400;
    box-sizing: border-box; /* border 가 전체크기내에 포함되게 */
    padding: 0px;
    margin: 0px;
}
h1 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 30px;
    font-weight: 800;
}
h2 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 26px;
    font-weight: 700;
}
h3 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 22px;
    font-weight: 700;
}
h4 {
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 18px;
    font-weight: 700;
}
