@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
    font-family: 'Noto Sans KR', sans-serif;
    margin: 0; padding: 0;
    font-size: 15px;
    line-height: 1.618;
}

body {
    margin: 20px;
}

h3 {
    font-size: 18px;
    line-height: 1;
}

strong {
    display: block;
    margin-top: 10px;
}

.p1 {
    margin-left: 10px;
}
.p2 {
    margin-left: 20px;
}
.p3 {
    margin-left: 30px;
    font-size: 15px;
}

table {
	width: 100%;
	min-width: 755px;
	border-collapse: collapse;
}
table th {
	white-space:nowrap;
}
table th, table td {
	border: 1px solid #000;
	padding: 10px;
}