html,
body {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    word-break: keep-all;
}

li {
    margin-bottom: 10px;
}

.container {
    padding: 20px;
}

.container .headerTitle {
    text-align: center;
    font-size: 2em;
}

.container .jang {
    margin-top: 60px;
    margin-bottom: 60px;
}

.container .jang > .title {
    font-size: 1.5em;
}

.container .jang > .description {
}

.container .jang > .description p {
    margin: 10px 0;
}

.container .jang > .description ol, ul {
    margin-top: 10px;
    padding-left: 20px;
}

.container .jang > .description ol.small {
    font-size: 0.9em;
}

.container .jang > .description p.accent {
    font-size: 1.1em;
    font-weight: 600;
}

.container .jang > .description > .tableBox {
    width: 100%;
    overflow-x: auto;
}

.container .jang > .description > .tableBox > table {
    width: 100%; /* 테이블의 너비를 화면에 꽉 채움 */
    border-collapse: collapse; /* 테이블 경계를 합침 */
}

.container .jang > .description > .tableBox > table > colgroup > col {
    min-width: 150px;
}

.container .jang > .description > .tableBox > table th,
.container .jang > .description > .tableBox > table td {
    border: 1px solid black;
    padding: 8px;
    text-align: left;
}

.container .jang > .description > .tableBox > table th {
    background-color: #fbe2e5;
    font-size: 0.9em;
}

.container .jang > .description > .tableBox > table td {
    font-size: 0.8em;
}
