.terms_wrap {
    font-size: 16px;
    line-height: 1.4;
    background: #fff;
    padding: 100px 40px;
    max-width: 1024px;
    margin: 0 auto;
}

.terms_wrap .terms_tab {
    width: 100%;
    display: flex;
    height:48px;
    margin-bottom: 40px;
    text-align: center;
}

.terms_wrap .terms_tab a {
    flex: 1;
    border-top:1px solid #ADB5BD;
    border-right:1px solid #ADB5BD;
    border-bottom:1px solid #ADB5BD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.terms_wrap .terms_tab a:first-child {
    border-left: 1px solid #ADB5BD;
}

.terms_wrap .terms_tab a.on {
    background: #0099E6;
    color: #fff;
    font-weight: 600;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px;
}

.article {
    margin-bottom: 18px;
}

.article .table_div {
    overflow: auto;
}

.article-title {
    font-weight: bold;
    margin-bottom: 4px;
}

p, .clause {
    margin-bottom: 4px;
}

.clause {
    display: flex;
    gap: 4px;
}

.clause-num {
    flex-shrink: 0;
}

ul.bullet {
    list-style: none;
    margin: 2px 0 2px 20px;
    padding: 0;
}

ul.bullet li {
    padding-left: 12px;
    position: relative;
}

ul.bullet li::before {
    content: '·';
    position: absolute;
    left: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0;
    font-size: 14px;
}

table th, table td {
    border: 1px solid #000;
    padding: 6px 8px;
    vertical-align: middle;
    text-align: center;
}

table th {
    background: #f0f0f0;
    font-weight: bold;
    text-align: center;
}

.addendum {
    margin-top: 24px;
}

.addendum-title {
    font-weight: bold;
    text-align: left;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    #intro_header .intro_header_inner .inner .nav_box .mobile_item_wrap img {
        filter: invert(0.7);
    }
}

@media (max-width: 700px) {
    .terms_wrap .terms_tab {
        flex-direction: column;
        height:unset;
    }

    .terms_wrap .terms_tab a {
        flex: unset;
        height: 40px;
        border-left: 1px solid #ADB5BD;
        border-top: 1px solid #ADB5BD;
        border-right: 1px solid #ADB5BD;
        border-bottom: 0;
    }

    .terms_wrap .terms_tab a:last-child {
        border-bottom: 1px solid #ADB5BD;
    }
}

@media (max-width: 600px) {
    .terms_wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}