.pricing-info {
    line-height: 1.7;
}

.pricing-info th,
.pricing-info td {
    padding: 24px 16px;
}

.pricing-info th {
    background-color: hsl(200, 18%, 97%);
}

.pricing-info td {
    color: #666666;
}

.pricing-info .title {
    font-size: 1.6em;
}

.pricing-info .subtitle {
    font-weight: normal;
    color: #f5f5f5;
    font-size: .8em;
}

.pricing-info .title-tag {
    font-weight: normal;
    color: #777777;
    font-size: .8em;
}


/* 청구 및 결제 */
#billingModal h3 {
    font-size: 1.1em;
    margin-top: 48px;
    font-weight: bold;
}

#billingModal h6 {
    margin-top: 24px;
    color: #777777;
}

#billingModal p {
    color: #444444;
    margin-left: 16px;
    margin-bottom: 4px;
}
