
@media (max-width: 1039px) {
    .box__editor-area .service_con .service_contents .contents .top {
        width: 100% !important;
    }

    .box__editor-area .service_con .service_contents .contents, .service_con .service_contents .contents > div {
        width: 100% !important;
    }

    .box__editor-area .service_con .service_contents .btm {
        width: 100% !important;
    }

    .box__editor-area #auto_anchor .contents > div {
        width: 100% !important;
    }

}

.box__editor-area table, .box__editor-area tr, .box__editor-area th, .box__editor-area td {
    border: 1px solid #e7e7e7;
}

/* 구 개인정보처리방침 모바일 교정 */
@media (max-width: 950px) {
    .box__editor-area .service_term.policy_term {
        width: 100% !important;
    }

}