.terms_wrap {
    max-width:1184px;
    padding:0 16px;
    margin:60px auto;
    word-break:keep-all;
}

.terms_wrap .terms_tab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms_wrap .terms_tab li {
    margin-left: -1px;
    border: 1px solid var(--gray300);
    background: #fff;
}


.terms_wrap .terms_tab li {
    display: block;
    text-align: center;
    font-size: 16px;
    color: var(--gray200);
    cursor: pointer;
    flex:1;
}

.terms_wrap .terms_tab li a {
    display: block;
    padding: 12px 0;
    color:var(--gray700);
    font-weight: 600;
    font-size: 16px;
}

.terms_wrap .terms_tab li.on {
    background: var(--blue500);
    color: #fff;
}


.terms_wrap .terms_tab li.on a {
    color: #fff;
}

.terms_wrap .terms_contents {
    margin: 40px auto 0;


}

.terms_wrap .terms_contents > * {
    padding: 10px 0;
}

.terms_wrap .terms_contents .content_indent {
    padding-left: 20px;
    padding-bottom: 0;
}

.terms_wrap .terms_contents .content_indent .indent_dept2 {
    padding-left: 20px;
}

.terms_wrap .terms_contents div,
.terms_wrap .terms_contents ul li,
.terms_wrap .terms_contents p {
    line-height: 1.4;
    font-weight: 400;
    font-size: 16px;
    color: var(--gray900);
}

.terms_wrap .terms_contents h2 {
    padding-bottom: 24px;
    font-weight: 700;
    font-size: 28px;
    color: var(--gray900);
}

.terms_wrap .terms_contents h3 {
    line-height: 1.8;
    font-weight: 700;
    font-size: 17px;
}

.terms_wrap .terms_contents h3.font_lg {
    font-size: 20px;
    font-weight: 500;
    color: var(--gray800);
}

.terms_wrap .terms_contents h3.font_md {
    font-size: 18px;
    font-weight: 500;
    color: var(--gray800);
}

.terms_wrap .terms_contents ul {
    padding-top: 0;
}

/*.terms_wrap .terms_contents ul li {*/
/*    line-height: 1.8;*/
/*}*/

.terms_wrap .terms_contents table {
    margin: 10px 0;
    width: 100%;
    border-collapse: collapse;
}

.terms_wrap .terms_contents table th {
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    background: #efefef;
    border: 1px solid #ddd;
}

.terms_wrap .terms_contents table td {
    padding: 10px;
    vertical-align: middle;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ddd;
    text-align: center;
}

.terms_wrap .terms_contents table td a {
    font-weight: 400;
}

.terms_wrap .terms_contents ul li ol {
    padding-left: 20px;
}

.terms_wrap .terms_contents ul li ol li {
    font-size: 15px;
}

.terms_wrap .terms_contents strong {
    font-weight: 400;
}

.table_size1  th:nth-child(1) {width: 90px;}
.table_size1  th:nth-child(3) {width: 290px;}
.table_size1  th:nth-child(4) {width: 290px;}

@media all and (max-width:768px) {
    .terms_wrap {
       margin:30px auto;
    }

    .terms_wrap .terms_tab {
        flex-direction: column;
    }

    .terms_wrap .terms_tab li {
        width: 100%;
        margin-left: 0;
        margin-top: -1px;
    }

    .terms_wrap .terms_contents table td {
        padding:4px;
    }

    .table_size1  {table-layout: fixed;}
    .table_size1  th:nth-child(1) {width: 40px;}
    .table_size1  th:nth-child(3) {width: 25%;}
    .table_size1  th:nth-child(4) {width: 25%}

}