/* BASIC css start */
#contents {
    width:100%;
    max-width:1200px;
    margin:0 auto;
    box-sizing:border-box;
    padding:20px;
}


p.title {
    font-weight:bold;
    font-size:25px;
    text-align:center;
    line-height:1;

    padding:12px 0 0px;
    margin:0;
}

body .terms-content {

    width:100%;

    box-sizing:border-box;

    font-size:14px;
    line-height:24px;
    color:#000;

    padding:0 20px 20px;

    font-family:'Malgun Gothic';

    white-space:pre-wrap;

    background:#fff;

}



/* BASIC css end */

