/* BASIC css start */
.new-privercy-contract {
    padding-top: 20px;
}

.new-privercy-contract {
    text-align: left;
}

* {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    font-family: 'Noto Sans KR';
    box-sizing: border-box;
}

div {
    display: block;
    unicode-bidi: isolate;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    word-wrap: break-word;
    word-break: keep-all;
}

body, h1, h2, h3, h4, h5, h6, table, pre, xmp, plaintext, listing, input, textarea, select, button, a {
    font-size: 12px;
    line-height: 1.25;
}


/* BASIC css end */

