section {
    padding-bottom: var(--sec-gap);
}
.page_main .inner {
    padding-bottom: 0;
}
.page_title {
    font-weight: var(--bold);
}
.tab_menu_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.text_box {
    white-space: pre-line;
}
h3 {
    font-size: var(--ft20);
}
p {
    color: var(--sub-ft);
}
.text_box li {
    font-size: var(--ft18);
    list-style: inside;
}
.text_box a {
    display: inline;
}
.drop_down {
    padding-bottom: 14px;
    border-bottom: 1px solid var(--bg-dark);
}
.drop_down::after {
    top: 10px; 
}

@media all and (max-width: 600px) {
    .page_title {
        font-size: var(--ft36);
    }
    .page_main {
        margin-bottom: 20px;
    }
}
