html, body {
    width: 100%;
    height: 100%;
}
#wrap {
    /* position: relative; */
    width: 100%;
    height: 100%;
    min-width: 1100px;
}

@font-face {
 font-family: 'NanumSquare';
 src: url(/assets/care/css/NanumSquareR.eot);
 src: url(/assets/care/css/NanumSquareR.eot?#iefix) format('embedded-opentype'),
      url(/assets/care/css/NanumSquareR.woff) format('woff'),
      url(/assets/care/css/NanumSquareR.ttf) format('truetype');
}

.pl-20 {
    padding-left: 20px;
}