/***
 company > protect(정보보호)
 */
.priv-wrap {
    display: grid;
    grid-template-rows: 370px 1fr 250px;
    width: 100%;
    height: 100%;
}
.priv-bg {
    height: 350px;
    width: auto;
    margin-top: 20px;
    background-image: url('/assets/images/child_start_cloud.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.priv-general-cont {
    margin-top: 50px;
    font-size: 1.2rem;
    line-height: 1.8rem;
    padding: 10px;
}
.priv-responsible {
    margin-top: 50px;
}
.priv-responsible-who {
    font-size: 1.2rem;
    font-weight: 700;
}
.priv-responsible-cont {
    /*min-width: 370px;*/
    /*max-width: 420px;*/
    margin-top: 10px;
    border: #bbbbbb 1px solid;
    border-radius: 10px;
    padding: 30px;
}
.priv-responsible-title {
    width: 130px;
    height: 30px;
    text-align: justify;
    font-weight: 600;
}
.priv-responsible-value {
    height: 30px;
}