body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.stock-flow-wrapper {
    left: 0;
}

.page-content {
    flex: 1;
    margin-top: 120px;
    margin-bottom: 120px;
    min-width: 1440px;
    display: flex;
    justify-content: center;
}

.term-section {
    width: 1440px;
    padding: 0px 180px;
    box-sizing: border-box;
}

.term-section > h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #272727;
    padding-bottom: 16px;
    border-bottom: 1px solid #272727;
}

.term-section > ul > li {
    cursor: pointer;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.term-section > ul > li::after {
    content: "";
    display: block;
    padding-bottom: 112px;
}

.term-section > ul > li > h3 {
    display: flex;
    align-items: center;
    padding: 24px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #272727;
    border-bottom: 1px solid #e9e9e9;
}

.term-section > ul > li > h3::before {
    content: "·";
    margin-right: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #272727;
}

.term-section > ul > li p {
    word-break: keep-all;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
}

.term-section > ul > li > h4 {
    padding: 15px 15px 0 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #272727;
}
