/* ===============================================================================

    COMMON OOCSS STYLESHEET : 마루 패밀리 사이트

=============================================================================== */

/* ALIGN */
.align-right { text-align: right; }
.clearfix { clear: both; }

/* COLORS */
.success { color: #4CAF50 !important; }
.neon-success { color: #0DFF92 !important; }
.error { color: #B00020 !important; }
.info { color: #428BCA !important; }
.info-bg { background-color: #428BCA !important; }
.error-bg { background-color: #B00020 !important; }
.warning-bg { background-color: #F1AE4E !important; }

/* MARGIN */
.margin-0 { margin: 0 !important; }
.margin-top-0 { margin-top: 0 !important; }
.margin-bottom-0 { margin-bottom: 0 !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }