@charset "utf-8";
/* 로딩처리 */
.loading { width: 100%; height: 100%; position: fixed; top: -4px; left: 0; z-index: 99999; background: rgba(0, 0, 0, 0.5); display: none; }
.loading p { position: relative; top: 50%; margin:0 auto; width: 200px; height: 21px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; background: #fff; box-sizing: border-box; padding: 0 30px; text-align: center; font-size: 16px; color: #555; }