.terms-wrap {
    width: 100%;
    margin-bottom: 12rem;
}

.terms-header {
    border-bottom: solid 1px #eee;
    width: 100%;
    height: 6rem;
}

.terms-wd {
    width: 120rem;
    height: 100%;
    margin: 0 auto;
}

.terms-wd .terms-logo {
    width: 8.7rem;
    height: 1.9rem;
    padding: 2.05rem 0;
    display: inline-block;
    background: url('/img/v2/header_logo.png') left center no-repeat;
}

.terms-wd .terms-logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.terms-body {
    width: 120rem;
    margin: 0 auto;
}

.terms-tab-wrap {
    width: 120rem;
    margin: 5rem auto 3rem;
    padding: 0;
}

.terms-tab::after {
    content: '';
    display: block;
    clear: both;
}

.terms-tab {
    padding: 0;
    margin: 0;
    list-style: none;
}

.terms-tab>li {
    float: left;
    width: 25%;
    height: 5.6rem;
    line-height: 5.6rem;
    text-align: center;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #eee;
}

.terms-tab>li.on {
    border: none;
    background: #333;
}

.terms-tab>li {
    margin-left: -1px;
}

.terms-tab>li>a {
    display: block;
    color: #333;
    font-size: 1.6rem;
}

.terms-tab>li.on>a {
    color: #fff;
}

.terms-tab>li:hover a {
    text-decoration: underline;
}


.terms-body-txt {
    color: #333;
    white-space: pre-line;
    line-height: 1.8;
    margin: 5rem 0;
    font-size: 1.3rem;
    font-weight: 300;
}

.terms-body-txt h3 {
    font-size: 1.9rem;
    font-weight: 700;
}

.terms-body-txt h4 {
    font-size: 1.7rem;
    font-weight: 400;
}

.terms-body-txt strong {
    font-weight: 700;
    font-size: 1.5rem;
}