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