@charset "utf-8";
@import url(basic.css);
@import url(layout.css);
@import url(board.css);
@import url(style.popup.css);

/* 공통요소 */
a {text-decoration:none; color:#333333;}
a:link, a:active, a:visited {text-decoration:none;}
a:hover {text-decoration:none;}


.pdtop5  { padding-top:  5px; }
.pdtop10 { padding-top: 10px; }
.pdtop20 { padding-top: 20px; }
.pdtop30 { padding-top: 30px; }
.pdtop40 { padding-top: 40px; }
.pdtop50 { padding-top: 50px; }
.pdtop60 { padding-top: 60px; }

.mgtop5  { margin-top:  5px; }
.mgtop10 { margin-top: 10px; }
.mgtop15 { margin-top: 15px; }
.mgtop20 { margin-top: 20px; }
.mgtop25 { margin-top: 25px; }
.mgtop30 { margin-top: 30px; }
.mgtop35 { margin-top: 35px; }
.mgtop40 { margin-top: 40px; }
.mgtop45 { margin-top: 45px; }
.mgtop50 { margin-top: 50px; }
.mgtop55 { margin-top: 55px; }
.mgtop60 { margin-top: 60px; }

.mgbtm5  { margin-bottom:  5px; }
.mgbtm10 { margin-bottom: 10px; }
.mgbtm15 { margin-bottom: 15px; }
.mgbtm20 { margin-bottom: 20px; }
.mgbtm25 { margin-bottom: 25px; }
.mgbtm30 { margin-bottom: 30px; }
.mgbtm35 { margin-bottom: 35px; }
.mgbtm40 { margin-bottom: 40px; }
.mgbtm45 { margin-bottom: 45px; }
.mgbtm50 { margin-bottom: 50px; }
.mgbtm55 { margin-bottom: 55px; }
.mgbtm60 { margin-bottom: 60px; }


