/*
 * otms.css
 * 
 * Created by Dong hoon Shin (doogle@naver.com)
 * DATE : 2019-04-28
 * 
 * 기본 OTMS 전용 스타일
 */

 .left, .float-left, .pull-left { float: left !important; }
 .right, .float-right, .pull-right { float: right !important; }
 .clearfix { clear:both; }
 .text-left { text-align: left; }
 .text-right { text-align: right; }
 .text-center { text-align: center; }