/* Service Terms Page Styles */
#ctt {
    margin: 10px 0;
    padding: 20px;
    background: #fff;
}

.ctt_provision header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #48683f;
}

.ctt_provision header h1 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

#ctt_con {
    margin-top: 20px;
}

/* Chapter titles */
.p01 {
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
    word-break: keep-all
}

/* Article titles */
.p02 {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

/* Article content */
.p03 {
    font-size: 15px;
    line-height: 25px;
    color: #333;
    word-break: keep-all
}

/* Content boxes */
.cont_box {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dfdfdf
}

.cont_box:last-child {
    border-bottom: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .ctt_provision header h1 {
        font-size: 20px;
    }

    .p01 {
        font-size: 18px;
        margin: 30px 0 15px 0;
    }

    .p02 {
        font-size: 15px;
    }

    .p03 {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    #ctt {
        padding: 15px;
    }

    .ctt_provision header h1 {
        font-size: 18px;
    }

    .p01 {
        font-size: 16px;
    }

    .p02 {
        font-size: 14px;
    }

    .p03 {
        font-size: 12px;
    }
}