/* * { font-family: 'Nanum Gothic', sans-serif; } */
/* * { font-family: 'Noto Sans KR', sans-serif; } */

html, head, body, .zero { margin: 0; padding: 0; }
ul { list-style: none; padding: 0; margin: 0; }
a, a:visited { text-decoration: none; color: #007744; }
#LOADING { position: fixed; left: 50%; top: 50%; margin-top: -64px; margin-left: -64px; z-index: 9999; }
#CONTENTS_AREA { min-height: 85vh; padding-bottom: 16px; }
.container { width: 1200px; margin: 0 auto; }
.clearfix::after { content: ""; clear: both; display: table; }
.sr-only { display: none; }
.pos-rel { position: relative; }

.text-center, .textCenter { text-align: center; }
.text-right, .textRight { text-align: right; }

.bg-eee { background-color: #e7e7e7; }
.box-border { box-sizing: border-box; }

.font-zero { font-size: 0; } .font-2x { font-size: 2em; } .font-3x { font-size: 3em; } .font-4x { font-size: 4em; } .font-5x { font-size: 5em; }
