
/* keyvis Start */
#sec-privacy-policy-keyvis {
    background: url('../images/privacy-policy/keyvis-banner-privacy-policy.jpg') no-repeat center center;
    background-size: cover;
}

#sec-term-service-keyvis {
    background: url('../images/privacy-policy/keyvis-banner-privacy-policy.jpg') no-repeat center center;
    background-size: cover;
}

#sec-privacy-policy-keyvis.section-keyvis-cust, 
#sec-term-service-keyvis.section-keyvis-cust {
    height: 180px;
}
/* keyvis End */

/* list Start */
#sec-privacy-policy.section-content,
#sec-term-service.section-content {
    padding-top: 10px;
}

.privacy-policy-container {
}

.privacy-policy-list {
}

.privacy-policy-item {
    margin-bottom: 30px;
}

.privacy-policy-card {
}

.privacy-policy-title {
    font-weight: bold;
}

.privacy-policy-desc {

}
/* list End */

.pg-ext .keyvis-container {
    margin-top: 60px;
}

.pg-ext .keyvis-headline h1 {
    font-size: 40px;
    line-height: 50px;
}


@media (max-width:640px) {
    #sec-privacy-policy-keyvis {
        background: url('../images/privacy-policy/keyvis-banner-privacy-policy.jpg') no-repeat center center;
        background-size: cover;
    }
    
    #sec-term-service-keyvis {
        background: url('../images/privacy-policy/keyvis-banner-privacy-policy.jpg') no-repeat center center;
        background-size: cover;
    }
    
    #sec-privacy-policy-keyvis.section-keyvis-cust, 
    #sec-term-service-keyvis.section-keyvis-cust {
        height: 100px;
    }

    .pg-ext .keyvis-container {
        margin-top: 30px;
    }

    .pg-ext .keyvis-headline h1 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width:641px) and (max-width:820px) {
    #sec-privacy-policy-keyvis {
        background: url('../images/privacy-policy/keyvis-banner-privacy-policy.jpg') no-repeat center center;
        background-size: cover;
    }
    
    #sec-term-service-keyvis {
        background: url('../images/privacy-policy/keyvis-banner-privacy-policy.jpg') no-repeat center center;
        background-size: cover;
    }
    
    #sec-privacy-policy-keyvis.section-keyvis-cust, 
    #sec-term-service-keyvis.section-keyvis-cust {
        height: 120px;
    }

    .pg-ext .keyvis-container {
        margin-top: 40px;
    }

    .pg-ext .keyvis-headline h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

