.policy {
    background: url(../sub/contents/images/policy-bg.jpg);
    background-position: center;
    background-size: cover;
}

.sub-p-text {
    margin-top: 100rem;
}

.personal-textarea {
    color: #222;
    width: 1050rem;
    height: 570rem;
    max-height: 700rem;
    padding: 40rem;
    font-size: 15rem;
    line-height: 1.6;
    border: none;
    outline: none;
    border: 1px solid #ddd;
    resize: none;
}


/*==================================================*/
@media (max-width: 1100px) {
    .personal-textarea {
        width: 100%;
        margin-top: -55rem;
    }
}