@charset "UTF-8";
@import url("https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
html, body {
  margin: 0;
  padding: 0; }

body {
  font-weight: 300; }

a {
  text-decoration: none;
  color: #171717; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  vertical-align: top; }

img {
  border: 0; }

input, select, button, textarea {
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit; }

table caption {
  position: absolute;
  height: 1px;
  overflow: hidden; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

* {
  box-sizing: border-box; }

strong {
  font-weight: 500; }

.cs-input, .cs-input-date, .cs-input-select-text, .cs-box-input {
  font-size: 14px;
  border: 1px solid #dddddd;
  vertical-align: middle;
  height: 44px;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 4px;
  color: #2d2d2d; }

.cs-input::placeholder, .cs-input-date::placeholder, .cs-input-select-text::placeholder, .cs-box-input::placeholder {
  color: #848484;
  font-weight: 300; }

.cs-input :disabled, .cs-input.disabled, .cs-input-date :disabled, .cs-input-date.disabled, .cs-input-select-text :disabled, .cs-input-select-text.disabled, .cs-box-input :disabled, .cs-box-input.disabled {
  background-color: #eeeeee;
  border-color: #e1e1e1; }

.js__file-upload input[type="file"] {
  position: absolute;
  left: -99999em; }

.js__file-upload.type2 input[type="text"] {
  width: calc(100% - 90px);
  border-right: 1px solid #d9d9d9; }

.js__file-upload.type2 .btn-file {
  width: 80px;
  min-width: auto;
  margin-left: 10px; }

.input {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  height: 30px;
  border: 1px solid #d9d9d9; }

.select {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
  background-color: #fff;
  height: 35px;
  border: 1px solid #d9d9d9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #999999;
  font-size: 16px;
  letter-spacing: -0.025em;
  background: url("../../images/eais/select.png") no-repeat right 8px center; }

.lbl-checkbox {
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #999; }

.lbl-checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999em;
  opacity: 0.1;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.lbl-checkbox input[type="checkbox"]:checked + span {
  background-image: url("../../images/eais/icon-checkbox-on.png"); }

.lbl-checkbox span {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/eais/icon-checkbox-off.png");
  width: 20px;
  height: 20px; }

.lbl-radio {
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #999; }

.lbl-radio input[type="radio"] {
  position: absolute;
  left: -9999em;
  opacity: 0.1;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.lbl-radio input[type="radio"]:checked + span {
  background-image: url("../../images/eais/icon-radio-on.png"); }

.lbl-radio span {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("../../images/eais/icon-radio-off.png");
  width: 15px;
  height: 15px; }

.vat {
  vertical-align: top; }

.lbl-txt {
  display: inline-block;
  vertical-align: middle; }

.lbl-txt input {
  vertical-align: middle; }

.checkbox-group label + label {
  margin-left: 12px; }

.checkbox-group label span {
  margin-right: 3px; }

.checkbox-group.per {
  overflow: hidden; }

.checkbox-group.per label {
  width: 20%;
  float: left; }

.checkbox-group.per label + label {
  margin-left: 0; }

.radio-group label {
  vertical-align: middle; }

.radio-group label span {
  vertical-align: middle;
  margin-right: 3px; }

.radio-group label + label {
  margin-left: 35px; }

.frm-input {
  font-size: 0; }

.frm-input > div {
  display: inline-block; }

.frm-input > div + div {
  margin-left: 45px; }
  
  .frm-input > div > label {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top; }

.frm-input > div > input {
  display: inline-block; }

.frm-input label {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top; }

.frm-input input {
  display: inline-block; }

.cs-btn-link {
  text-decoration: none;
  color: inherit; }

.cs-btn {
  border: 1px solid #c5c5c5;
  transition: all .3s;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
  box-sizing: border-box;
  height: 44px;
  line-height: 42px;
  min-width: 128px;
  color: #363636;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }

.tac {
  text-align: center; }

.cs-btn-ss {
  height: 24px;
  line-height: 22px;
  min-width: auto;
  font-size: 12px;
  font-weight: 300;
  padding: 0 10px; }

.cs-btn-x {
  height: 56px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 8px; }

.cs-btn-black {
  background: #4e565c;
  border-color: #4e565c;
  color: #fff; }

.cs-btn-blue {
  background: #2a78e1;
  border-color: #2a78e1;
  color: #fff; }

.cs-btn-gray {
  background: #768391;
  border-color: #768391;
  color: #fff; }

.cs-btn-info {
  width: 24px;
  height: 24px;
  background: #e8e8e8;
  border: 0;
  display: inline-block;
  border-radius: 50%; }

.cs-btn-info::after {
  content: '?';
  display: inline-block;
  position: relative;
  top: -1px; }

[class^=cs-btn]:disabled {
  background: #cccccc;
  color: #fff;
  border: 1px solid #cccccc;
  cursor: default; }

.board-list-foot {
  position: relative; }

.board-list-foot .board-btn-group {
  text-align: right; }

.cs-btn.h35 {
  height: 35px;
  line-height: 35px; }

.cs-btn.width-100 {
  padding: 0;
  text-align: center;
  min-width: auto; }

.cs-btn-file {
  width: 130px;
  height: 35px !important;
  line-height: 35px !important;
  padding-left: 27px;
  padding-right: 0;
  text-align: left;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/eais/btn-icon-file.png");
  font-size: 14px !important; }

.cs-btn-file2 {
  width: 130px;
  height: 35px !important;
  line-height: 35px !important;
  padding-left: 45px;
  padding-right: 0;
  text-align: left;
  background-position: 25px 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/eais/btn-icon-file2.png");
  font-size: 14px !important; }

.cs-btn-print {
  min-width: auto;
  width: 100px;
  height: 35px !important;
  line-height: 35px !important;
  padding-left: 40px;
  padding-right: 0;
  text-align: left;
  background-position: 8px 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/eais/btn-icon-print.png");
  font-size: 14px !important; }

.cs-btn-adown {
  min-width: auto;
  width: 200px !important;
  height: 40px !important;
  line-height: 40px !important;
  padding-left: 53px;
  padding-right: 0;
  text-align: left;
  background-position: 27px 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/eais/btn-icon-filedw.png");
  font-size: 14px !important; }

.btn-section {
  text-align: center;
  padding-top: 75px; }

.btn-section .cs-btn {
  width: 156px; }

.btn-section.tar {
  text-align: right; }

.tabcontent {
  display: none; }

.cs-btn.cs-btn-blue {
  line-height: 40px; }

.cs-btn.cs-btn-blue:hover {
  color: #fff; }

.tab {
  overflow: hidden; }

.tab a.toggle {
  display: block;
  float: left;
  width: 220px;
  height: 50px;
  border: 1px solid #dddddd;
  border-bottom: 0;
  line-height: 49px;
  text-align: center;
  color: #333333; }

.tab a.toggle + a {
  margin-left: -1px; }

.tab a.toggle.active {
  background-color: #2f71c9;
  border-color: #2f71c9;
  color: #fff; }

.jq_modal_wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2100;
  overflow-y: auto;
  left: 0;
  top: 0; }

.jq_modal_wrap > div {
  display: table;
  width: 100%;
  height: 100%; }

.jq_modal_wrap > div > div {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
  overflow-y: auto; }

#jq_modal_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2000; }

#jq_modal_bg.jq_modal_bg_open {
  animation: bgopen .3s forwards; }

#jq_modal_bg.jq_modal_bg_close {
  animation: bgclose .3s forwards; }

.laymodal {
  display: none;
  background: #fff;
  box-sizing: border-box;
  transition: all .3s;
  width: 500px;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #657583;
  border-radius: 5px; }

.laymodal .laymodal-content,
.laymodal .laymodal-footer {
  padding: 30px; }

.laymodal .laymodal-footer {
  padding-top: 0; }

.laymodal .laymodal-header {
  position: relative;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-bottom: 1px solid #d8d8d8; }

.laymodal .laymodal-header h2 {
  margin: 0;
  padding: 0;
  font-weight: 100;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  font-weight: bold;
  color: #000; }

.laymodal .laymodal-content {
  background: #fff;
  padding: 30px; }

.laymodal .laymodal-footer {
  text-align: center; }

.laymodal .laymodal-close {
  width: 34px;
  height: 34px;
  background: none;
  font-size: 0;
  position: absolute;
  top: 13px;
  right: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0; }

.laymodal .laymodal-close::after, .laymodal .laymodal-close::before {
  content: '';
  position: absolute;
  background: #3f3f3f;
  width: 22px;
  top: 50%;
  height: 1px;
  left: calc(50% - 11px);
  transition: all .3s; }

.laymodal .laymodal-close::after {
  transform: rotate(-45deg); }

.laymodal .laymodal-close::before {
  transform: rotate(45deg); }

.laymodal .laymodal-close:hover::after {
  transform: rotate(-135deg); }

.laymodal .laymodal-close:hover::before {
  transform: rotate(-45deg); }

.laymodal.modal_open {
  animation: modalopen .3s forwards; }

.laymodal.modal_close {
  animation: modalclose .3s forwards; }

.laymodal-focusclose {
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  padding: 0;
  bottom: 0;
  outline: none;
  -ms-outline: none;
  margin: 0;
  opacity: 0; }

@keyframes bgopen {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes bgclose {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes modalopen {
  0% {
    opacity: 0;
    transform: translateY(-100px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes modalclose {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-100px); } }

.laymodal__alert {
  max-width: 400px;
  border-radius: 28px;
  overflow: hidden;
  border: 0;
  box-shadow: 0 11px 23px 0 rgba(0, 0, 0, 0.18); }

.laymodal__alert .cs-icon-check {
  display: block;
  margin: 0 auto; }

.laymodal__alert .laymodal-content {
  text-align: center; }

.laymodal__alert .laymodal-content strong {
  display: block;
  font-size: 22px;
  font-weight: 600; }

.laymodal__alert .laymodal-content span {
  display: block;
  font-size: 18px;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 15px; }

.laymodal__alert .cs-btn2 {
  width: 100%; }

.laymodal__alert .laymodal-content,
.laymodal__alert .laymodal-footer {
  padding: 55px; }

.laymodal__alert .laymodal-content {
  padding-bottom: 35px; }

.laymodal__alert .laymodal-footer {
  padding-top: 0; }

.laymodal__alert .laymodal-footer > * + * {
  margin-left: 5px; }

.ui-datepicker {
  border: 1px solid #636363;
  background: #fff;
  margin-top: 10px;
  padding: 20px 2px 15px 2px;
  width: 250px;
  box-sizing: border-box;
  box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.1); }

.ui-datepicker .ui-datepicker-title {
  font-size: 13px;
  color: #202020;
  margin-left: 12px; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  right: 0;
  background: url("../../images/eais/icon_calendar_arr.png");
  font-size: 0;
  width: 20px;
  height: 20px; }

.ui-datepicker .ui-datepicker-prev {
  right: 45px; }

.ui-datepicker .ui-datepicker-next {
  right: 15px;
  transform: rotate(180deg); }

.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  margin-top: 20px; }

.ui-datepicker .ui-datepicker-calendar th {
  color: #7d86a9;
  font-weight: normal; }

.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  font-size: 12px;
  text-align: center; }

.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td, .ui-datepicker .ui-datepicker-calendar a {
  font-weight: 300; }

.ui-datepicker .ui-datepicker-calendar td, .ui-datepicker .ui-datepicker-calendar a {
  color: #7d86a9;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-calendar a {
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  color: inherit; }

.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #1676ff;
  color: #fff;
  border-radius: 50%; }

.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
  color: #e2e2e2; }

.cs-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center; }

.cs-progress .cs-progress-item {
  color: #fff;
  background: #363636;
  border-radius: 30px;
  padding: 20px;
  width: 400px;
  text-align: center; }

.meter {
  border: 1px solid #000;
  box-sizing: content-box;
  height: 20px;
  /* Can be anything */
  position: relative;
  margin: 0px 0 20px 0;
  /* Just for demo spacing */
  background: #555;
  border-radius: 25px;
  padding: 10px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3); }

.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #2bc253;
  background-image: linear-gradient(center bottom, #2bc253 37%, #54f054 69%);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  width: 20%; }

.meter.anigo > span {
  animation: barani 2s infinite; }

@keyframes barani {
  0% {
    width: 0%; }
  80% {
    width: 100%; }
  100% {
    width: 100%; } }

.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden; }

.animate > span:after {
  display: none; }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }

.orange > span {
  background-image: linear-gradient(#f1a165, #f36d0a); }

.red > span {
  background-image: linear-gradient(#f0a3a3, #f42323); }

.nostripes > span > span,
.nostripes > span::after {
  background-image: none; }

button[type=button] {
  cursor: pointer; }

.syntaxhighlighter {
  padding: 15px 0;
  border-radius: 10px;
  overflow: hidden; }

.syntaxhighlighter .toolbar {
  display: none; }

div.syntaxhighlighter a,
div.syntaxhighlighter div,
div.syntaxhighlighter code,
div.syntaxhighlighter table,
div.syntaxhighlighter table td,
div.syntaxhighlighter table tr,
div.syntaxhighlighter table tbody,
div.syntaxhighlighter table thead,
div.syntaxhighlighter table caption,
div.syntaxhighlighter textarea {
  font-size: 13px !important; }

div.syntaxhighlighter table td.code .line {
  padding: 3px 1em !important; }

div.syntaxhighlighter table td.gutter .line {
  padding: 3px 0.5em 3px 1em !important; }

.cs-text-box {
  border: 1px solid #8dcdf8;
  background: #e3eff7;
  border-radius: 5px;
  padding: 20px 25px; }

/* =======================
  reset
======================= */
.cf:after, .clear:after {
  display: block;
  content: '';
  clear: both; }

.hide {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0); }

* {
  box-sizing: border-box; }

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0; }

fieldset, img {
  border: 0 none; }

dl, ul, ol, menu, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

input, select, textarea, button {
  font-size: 100%;
  vertical-align: middle; }

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

/* 뷰표트 변환시 폰트크기 자동확대 방지 */
input[type='text'], input[type='password'], input[type='submit'], input[type='search'] {
  -webkit-appearance: none;
  border-radius: 0; }

input:checked[type='checkbox'] {
  background-color: #666;
  -webkit-appearance: checkbox; }

button, input[type='button'], input[type='submit'], input[type='reset'], input[type='file'] {
  -webkit-appearance: button;
  border-radius: 0; }

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none; }

body {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 400; }

body, th, td, input, select, textarea, button {
  font-family: 'Noto Sans KR', 'NanumSquare', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #555555; }

/* color값은 디자인가이드에 맞게사용 */
strong {
  font-weight: 500; }

input[type='password'] {
  font-family: 'dotum'; }

a {
  color: #333;
  text-decoration: none; }

a:active, a:hover {
  text-decoration: none;
  color: #333; }

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal; }

img {
  vertical-align: top; }

select.select,
input.input {
  border: 1px solid #d8d8d8;
  height: 30px; }

input.input {
  padding-left: 5px; }

select.select {
  border: 1px solid #d8d8d8;
  height: 30px; }

html, body {
  min-width: 1200px; }

.sr-only {
  display: none; }

.mt-25 {
  margin-top: 25px; }

.mt-10 {
  margin-top: 10px; }

html,
body {
  height: 100%;
  width: 100%; }

#aside {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  background-color: #3b80ef;
  width: 55px; }

.gnb-li a {
  display: block;
  height: 100px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  padding-top: 55px;
  font-size: 11px; }

.gnb-li-1 a {
  background-image: url("../../images/eais/map/gnb-icon-1-off.png");
  background-position: 50% 20px; }

.gnb-li-2 a {
  background-image: url("../../images/eais/map/gnb-icon-2-off.png");
  background-position: 50% 17px; }

.gnb-li-2 a:hover, .gnb-li-2 a.active, .gnb-li-2 a:focus {
  background-color: #6b89e0; }

.gnb-li-3 a {
  background-image: url("../../images/eais/map/gnb-icon-3-off.png");
  background-position: 50% 15px;
  padding-top: 50px; }

.gnb-li-3 a.active, .gnb-li-3 a:hover, .gnb-li-3 a:focus {
  background-color: #1aaebf; }

.gnb-li-4 a {
  background-image: url("../../images/eais/map/gnb-icon-4-off.png");
  background-position: 50% 13px;
  padding-top: 45px; }

.gnb-li-4 a.active, .gnb-li-4 a:hover, .gnb-li-4 a:focus {
  background-color: #bea40d; }

.gnb-li-5 a {
  background-image: url("../../images/eais/map/gnb-icon-5-off.png");
  background-position: 50% 30px;
  padding-top: 60px; }

.gnb-li-5 a.active, .gnb-li-5 a:hover, .gnb-li-5 a:focus {
  background-color: #8cb713; }

.gnb-li-6 a {
  background-image: url("../../images/eais/map/gnb-icon-6-off.png");
  background-position: 50% 20px;
  padding-top: 60px; }

.gnb-li-6 a.active, .gnb-li-6 a:hover, .gnb-li-6 a:focus {
  background-color: #13b799; }

.z-index1 {
  z-index: 1; }

.z-index2 {
  z-index: 2; }

#map {
  position: absolute;
  left: 55px;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../../images/eais/map/map.png") no-repeat 50% 50%;
  background-size: cover; }

.search {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 360px;
  z-index: 3; }

.search-frm {
  background-color: #fff;
  border: 1px solid #d8dade;
  padding: 5px 10px; }

.search-frm div {
  position: relative;
  overflow: hidden; }

.search-frm div select {
  float: left;
  width: 130px;
  height: 29px;
  border: 1px solid #d7d7d7;
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  padding-left: 10px; }

.search-frm div input {
  float: left;
  border: 1px solid #d7d7d7;
  height: 29px;
  width: 204px;
  padding-left: 10px;
  padding-right: 30px;
  margin-left: 3px; }

.search-frm div #btnSubmit {
  display: block;
  position: absolute;
  right: 5px;
  top: 4px;
  width: 24px;
  height: 22px;
  background: url("../../images/eais/map/search-icon.png") no-repeat 0 0; }

.search-list {
  display: none;
  background-color: #fff;
  border: 1px solid #d8dade;
  margin-top: 5px; }

.search-list-head {
  position: relative;
  margin: 20px 10px 0;
  border-bottom: 1px solid #d0d6e1;
  font-size: 12px; }

.search-list-head div {
  padding-bottom: 5px; }

.search-list-head b {
  color: #df2a1d; }

.search-list-close {
  display: block;
  position: absolute;
  right: 0;
  top: -9px;
  width: 16px;
  height: 16px;
  background: url("../../images/eais/map/search-list-close.png") no-repeat 0 0; }

.search-list-cont {
  padding: 0 10px; }

.search-list-cont .item {
  border-bottom: 1px solid #d0d6e1;
  padding: 12px 15px 5px 15px; }

.search-list-cont .item._nodata {
  text-align: center; }

.search-list-cont .item._nodata p {
  padding: 10px 0;
  font-size: 13px;
  font-weight: 700; }

.search-list-cont .item p {
  line-height: 1; }

.search-list-cont .item p a {
  color: #494949;
  font-size: 12px; }

.search-paging {
  font-size: 0;
  text-align: center;
  padding: 10px 0; }

.search-paging > div {
  display: inline-block; }

.search-paging a, .search-paging strong {
  font-size: 12px;
  float: left;
  display: block;
  line-height: 20px;
  height: 20px;
  vertical-align: top;
  text-align: center;
  padding: 0 10px; }

.search-paging strong {
  color: #fa0505; }

.search-paging .paging-first,
.search-paging .paging-last,
.search-paging .paging-prev,
.search-paging .paging-next {
  padding-left: 0;
  padding-right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d5d8dc;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.search-paging .paging-first {
  background-image: url("../../images/eais/map/paging-fir.png"); }

.search-paging .paging-last {
  background-image: url("../../images/eais/map/paging-last.png");
  margin-left: -1px; }

.search-paging .paging-prev {
  background-image: url("../../images/eais/map/paging-prev.png");
  margin-left: -1px; }

.search-paging .paging-next {
  background-image: url("../../images/eais/map/paging-next.png"); }

.level-panel {
  position: absolute;
  right: 10px;
  bottom: 130px;
  width: 35px;
  height: 151px;
  background: url("../../images/eais/map/lv-bg.png") no-repeat 0 0; }

.level-panel-box {
  position: relative;
  height: calc(100% - 13px);
  width: 100%;
  margin-bottom: 13px; }

.level-panel-box .pin {
  margin-left: -7px;
  transform: translateY(-2px);
  display: block;
  background: url("../../images/eais/map/level-point.png") no-repeat;
  width: 17px;
  height: 5px; }

.level-panel-box .progress {
  display: block;
  position: absolute;
  bottom: 0;
  left: 16px;
  width: 3px;
  background: #6b89e0; }

.btn-zoom {
  position: absolute;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  bottom: 50px;
  right: 10px;
  background-color: #fff;
  overflow: hidden; }

.btn-zoom a {
  display: block;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.btn-zoom-in {
  background-image: url("../../images/eais/map/zoomin.png"); }

.btn-zoom-out {
  border-top: 1px solid #b9b9b9;
  background-image: url("../../images/eais/map/zommout.png"); }

.layer {
  position: absolute;
  right: 10px;
  top: 60px; }

.layer-btn {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  padding-top: 32px;
  line-height: 1;
  background-repeat: no-repeat;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  border: 1px solid #b9b9b9;
  background-position: 50% 8px;
  background-color: #fff;
  background-image: url("../../images/eais/map/icon-layer-off.png"); }

.layer-btn:hover, .layer-btn:focus, .layer-btn.active {
  color: #fff;
  background-color: #2465c8;
  border-color: #2465c8;
  background-image: url("../../images/eais/map/icon-layer-on.png"); }

.layer .box {
  position: relative; }

.layer-option {
  display: none;
  position: absolute;
  right: 54px;
  top: 0;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #b9b9b9;
  width: 300px;
  padding: 20px 10px; }

.layer-option-top {
  overflow: hidden; }

.layer-option-top .left {
  float: left;
  width: 128px;
  height: 138px;
  border: 1px solid #000; }

.layer-option-top .right {
  float: right;
  width: 145px;
  position: relative;
  height: 138px; }

.layer-option-top .right .btn-group {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.layer-option-top .right .btn-group a {
  border-radius: 3px;
  display: block;
  width: 68px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 14px; }

.layer-option-top .right .btn-group .btn-gray {
  float: left;
  background-color: #aaaaaa; }

.layer-option-top .right .btn-group .btn-blue {
  float: right;
  background-color: #3b80ef; }

.slider-area {
  margin-top: 20px; }

.slider-area p {
  font-family: "NanumGothic";
  font-size: #666;
  font-weight: 700;
  font-size: 14px; }

.slider-area .border-line {
  border: 1px solid #b9b9b9;
  padding: 15px 5px 10px;
  position: relative;
  border-radius: 3px; }

.slider-area .border-line .num {
  position: absolute;
  top: 2px;
  font-family: "NanumGothic";
  font-weight: 700;
  font-size: 10px;
  line-height: 1; }

.slider-area .border-line .zero {
  left: 3px; }

.slider-area .border-line .end {
  right: 3px; }

.slider-range {
  width: 134px;
  height: 3px;
  background-color: #e5e5e5; }

.ui-slider {
  position: relative; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  top: 0;
  height: 100%;
  background-color: #6b89e0; }

.ui-slider-handle {
  position: absolute;
  display: block;
  width: 5px;
  height: 17px;
  z-index: 2;
  top: -8px;
  margin-left: -3px;
  background: url("../../images/eais/map/handle.png"); }

.switch {
  overflow: hidden;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  width: 71px; }

.switch label {
  position: relative;
  display: block;
  float: left; }

.switch label + label {
  border-left: 1px solid #e7e7e7; }

.switch label input {
  position: absolute;
  left: -99999em; }

.switch label input:checked + span {
  color: #fff;
  background-color: #3b80ef; }

.switch label span {
  font-family: "NanumGothic";
  font-weight: 700;
  display: block;
  color: #b9b9b9;
  text-align: center;
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 12px; }

.list-li {
  position: relative;
  border-radius: 3px; }

.list-li .file-group {
  position: absolute;
  right: 28px;
  top: 8px;
  overflow: hidden; }

.list-li .file-group .file-icon {
  font-size: 0;
  text-indent: -8999em;
  display: block;
  float: left;
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0; }

.list-li .file-group .file-shp {
  background-image: url("../../images/eais/map/icon-file-shp.png"); }

.list-li .file-group .file-xls {
  background-image: url("../../images/eais/map/icon-file-xls.png"); }

.list-li .subject {
  font-family: "NanumGothic";
  font-weight: 700;
  color: #fff;
  padding-left: 48px;
  width: 210px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  overflow: hidden;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  vertical-align: top; }

.list-li .del {
  display: block;
  font-size: 0;
  text-indent: -999em;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 10px;
  height: 10px;
  background: url("../../images/eais/map/del.png"); }

.list-li + .list-li {
  margin-top: 5px; }

.list-li.type-1 {
  background-color: #3b80ef; }

.list-li.type-1 i {
  background-color: #114caa; }

.list-li.type-2 {
  background-color: #6b89e0; }

.list-li.type-2 i {
  background-color: #3958b2; }

.list-li.type-3 {
  background-color: #1aaebf; }

.list-li.type-3 i {
  background-color: #06626c; }

.list-li.type-4 {
  background-color: #bea40d; }

.list-li.type-4 i {
  background-color: #7f6d05; }

.list-li.type-5 {
  background-color: #94c40e; }

.list-li.type-5 i {
  background-color: #6d9304; }

.list-li i {
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-image: url("../../images/eais/map/icon-eye.png");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.btn-sort {
  position: absolute;
  right: 10px;
  top: 120px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  background-color: #fff; }

.btn-sort .box {
  position: relative; }

.btn-sort .load-select {
  display: none;
  position: absolute;
  right: 54px;
  top: 0;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 0; }

.btn-sort .load-select a {
  display: inline-block;
  vertical-align: top;
  height: 56px;
  text-align: center;
  padding-top: 38px;
  font-size: 12px;
  font-weight: 700;
  font-family: "NanumGothic";
  width: 49px;
  background-repeat: no-repeat;
  transition: all 0.25s; }

.btn-sort .load-select a:hover, .btn-sort .load-select a:focus, .btn-sort .load-select a.active {
  background-color: #2465c8;
  color: #fff; }

.btn-sort .load-select a + a {
  border-left: 1px solid #b9b9b9; }

.btn-sort .load-select a.load-type-1 {
  background-position: 50% 10px;
  background-image: url("../../images/eais/map/icon-load-1-off.png"); }

.btn-sort .load-select a.load-type-1:hover, .btn-sort .load-select a.load-type-1:focus, .btn-sort .load-select a.load-type-1.active {
  background-image: url("../../images/eais/map/icon-load-1-on.png"); }

.btn-sort .load-select a.load-type-2 {
  background-position: 50% 5px;
  background-image: url("../../images/eais/map/icon-load-2-off.png"); }

.btn-sort .load-select a.load-type-2:hover, .btn-sort .load-select a.load-type-2:focus, .btn-sort .load-select a.load-type-2.active {
  background-image: url("../../images/eais/map/icon-load-2-on.png"); }

.btn-sort .load-select a.load-type-3 {
  background-position: 50% 10px;
  background-image: url("../../images/eais/map/icon-load-3-off.png"); }

.btn-sort .load-select a.load-type-3:hover, .btn-sort .load-select a.load-type-3:focus, .btn-sort .load-select a.load-type-3.active {
  background-image: url("../../images/eais/map/icon-load-3-on.png"); }

.btn-sort .load-select a.load-type-4 {
  background-position: 50% 11px;
  background-image: url("../../images/eais/map/icon-load-4-off.png"); }

.btn-sort .load-select a.load-type-4:hover, .btn-sort .load-select a.load-type-4:focus, .btn-sort .load-select a.load-type-4.active {
  background-image: url("../../images/eais/map/icon-load-4-on.png"); }

.btn-sort .load-select a.load-type-5 {
  background-position: 50% 11px;
  background-image: url("../../images/eais/map/icon-load-5-off.png"); }

.btn-sort .load-select a.load-type-5:hover, .btn-sort .load-select a.load-type-5:focus, .btn-sort .load-select a.load-type-5.active {
  background-image: url("../../images/eais/map/icon-load-5-on.png"); }

.btn-sort .legend-view {
  overflow-y: auto;
  height: calc(100vh - 100px);
  display: none;
  position: absolute;
  right: 54px;
  top: -180px;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  padding: 35px; }

.btn-sort .satellite-select {
  display: none;
  position: absolute;
  right: 54px;
  top: 0;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  width: 293px;
  padding: 10px; }

.btn-sort .satellite-select a {
  display: block;
  float: left;
  width: 64px;
  height: 58px;
  background-repeat: no-repeat;
  background-image: url("../../images/eais/map/thumb-satellite_2.png"); }

.btn-sort .satellite-select a + a {
  margin-left: 5px; }

.btn-sort .satellite-select .satellite-type-1 {
  background-position: 0 0; }

.btn-sort .satellite-select .satellite-type-1:hover, .btn-sort .satellite-select .satellite-type-1:focus, .btn-sort .satellite-select .satellite-type-1.active {
  background-position: 0 -58px; }

.btn-sort .satellite-select .satellite-type-2 {
  background-position: -69px 0; }

.btn-sort .satellite-select .satellite-type-2:hover, .btn-sort .satellite-select .satellite-type-2:focus, .btn-sort .satellite-select .satellite-type-2.active {
  background-position: -69px -58px; }

.btn-sort .satellite-select .satellite-type-3 {
  background-position: -138px 0; }

.btn-sort .satellite-select .satellite-type-3:hover, .btn-sort .satellite-select .satellite-type-3:focus, .btn-sort .satellite-select .satellite-type-3.active {
  background-position: -138px -58px; }

.btn-sort .satellite-select .satellite-type-4 {
  background-position: calc(-138px - 69px) 0; }

.btn-sort .satellite-select .satellite-type-4:hover, .btn-sort .satellite-select .satellite-type-4:focus, .btn-sort .satellite-select .satellite-type-4.active {
  background-position: calc(-138px - 69px) -58px; }

.btn-sort .satellite-select .satellite-type-5 {
  background-position: -277px 0; }

.btn-sort .satellite-select .satellite-type-5:hover, .btn-sort .satellite-select .satellite-type-5:focus, .btn-sort .satellite-select .satellite-type-5.active {
  background-position: -277PX -58px; }

.btn-sort .satellite-select .satellite-type-6 {
  background-position: -346PX 0; }

.btn-sort .satellite-select .satellite-type-6:hover, .btn-sort .satellite-select .satellite-type-6:focus, .btn-sort .satellite-select .satellite-type-6.active {
  background-position: -346PX -58px; }

.btn-sort a[class^="btn-sort--"] {
  display: block;
  width: 48px;
  height: 58px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  padding-top: 40px;
  line-height: 1;
  background-repeat: no-repeat;
  border-radius: 3px;
  position: relative;
  overflow: hidden; }

.btn-sort a[class^="btn-sort--"]:hover, .btn-sort a[class^="btn-sort--"]:focus, .btn-sort a[class^="btn-sort--"].active {
  color: #fff;
  background-color: #2465c8;
  margin-left: -1px;
  margin-right: -1px;
  width: 50px; }

.btn-sort--map {
  background-position: 50% 12px;
  background-image: url("../../images/eais/map/icon-sort-map-off.png");
  margin-top: -1px; }

.btn-sort--map:hover, .btn-sort--map:focus, .btn-sort--map.active {
  background-image: url("../../images/eais/map/icon-sort-map-on.png"); }

.btn-sort--load {
  background-position: 50% 14px;
  background-image: url("../../images/eais/map/icon-sort-load-off.png"); }

.btn-sort--load:hover, .btn-sort--load:focus, .btn-sort--load.active {
  background-image: url("../../images/eais/map/icon-sort-load-on.png"); }

.btn-sort--legend {
  background-position: 50% 9px;
  background-image: url("../../images/eais/map/icon-sort-legend-off.png");
  margin-bottom: -1px; }

.btn-sort--legend:hover, .btn-sort--legend:focus, .btn-sort--legend.active {
  background-image: url("../../images/eais/map/icon-sort-legend-on.png"); }

.btn-sort--url {
  background-position: 50% 9px;
  background-image: url("../../images/eais/map/icon-load-5-off.png");
  margin-bottom: -1px; }

.btn-sort--url:hover, .btn-sort--url:focus, .btn-sort--url.active {
  background-image: url("../../images/eais/map/icon-load-5-on.png"); }

.sub {
  z-index: 2;
  display: none;
  position: absolute;
  top: 0;
  left: 55px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #3b80ef;
  width: 340px; }

.sub.-open {
  display: block; }

.sub-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 20px; }

.sub .sub-content {
  overflow-y: auto;
  height: 100%;
  position: relative;
  display: none; }

.sub .sub-content.active {
  display: block; }

.panel-ctrl {
  position: absolute;
  top: calc(50% - 40px);
  right: -26px;
  height: 80px;
  width: 25px; }

.panel-ctrl > * {
  border: 1px solid red;
  width: 25px;
  height: 40px;
  box-sizing: border-box;
  display: block;
  border: 1px solid #dbdbdb;
  border-left: 0;
  position: relative;
  overflow: hidden;
  background: #fff; }

.panel-ctrl > * + * {
  border-top: 0; }

.panel-ctrl > *::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../../images/eais/map/btn-lnb-close.png") no-repeat center;
  left: 0;
  top: 0; }

.panel-ctrl .btn-lnb-expand::after {
  background-image: url("../../images/eais/map/btn-lnb-expand.png"); }

.panel-ctrl .btn-lnb-expand.expand::after {
  transform: rotate(-180deg); }

.toggle-header {
  position: relative;
  border-bottom: 1px solid #3b80ef;
  background: url("../../images/eais/map/icon-submenu.png") no-repeat 0 0;
  padding-bottom: 10px; }

.toggle-header a {
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../../images/eais/map/toggle-txt-off.png");
  color: #454545;
  font-weight: 700;
  font-size: 16px;
  padding-left: 20px; }

.toggle-header a.active {
  background-image: url("../../images/eais/map/toggle-txt-on.png"); }

.toggle-content {
  display: none;
  padding: 0 20px; }

.item-list {
  user-select: none;
  -ms-user-select: none; }

.item-list li a {
  color: #333;
  font-size: 15px; }

.item-list > li > .item-lbl .lbl-checkbox {
  color: #333; }

.item-list .lbl-checkbox {
  display: block;
  cursor: pointer;
  padding: 15px; }

.item-lbl {
  border-top: 1px solid #d4d4d4; }

.item-lbl .lbl-checkbox input[type="checkbox"] + span {
  background-position: center; }

.item-list > li ul, .item-list > li ul ul {
  display: none; }

.item-list > li ul ul {
  border-top: 1px solid #d4d4d4; }

.item-list > li ul a {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  position: relative; }

.item-list > li ul a .icon-list-expand {
  position: absolute;
  right: 0;
  top: 16px; }

.item-list > li ul a::after {
  content: '';
  position: absolute;
  top: 15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border: 2px solid #3b80ef;
  border-top: 0;
  border-right: 0; }

.depth-ul-2 {
  border-top: 1px solid #d4d4d4; }

.depth-ul-2 a {
  padding-left: 40px !important; }

.depth-ul-2 a::after {
  left: 20px; }

.depth-ul-3 a {
  padding-left: 60px !important; }

.depth-ul-3 a::after {
  left: 40px; }

.depth-ul-4 a {
  padding-left: 80px !important; }

.depth-ul-4 a::after {
  left: 60px; }

.icon-list-expand {
  display: inline-block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  border: 1px solid #cecece;
  font-size: 0;
  position: relative;
  border-radius: 9px; }

.icon-list-expand::after, .icon-list-expand::before {
  content: '';
  width: 7px;
  height: 1px;
  background: #676767;
  position: absolute;
  top: 5px;
  left: 3px; }

.icon-list-expand::before {
  transform: rotate(-90deg); }

.icon-list-expand.active::before {
  transform: rotate(0); }

.lbl-checkbox {
  position: relative;
  display: inline-block;
  font-size: 14px; }

.lbl-checkbox input {
  position: absolute;
  left: -99999em;
  opacity: 0.1; }

.lbl-checkbox input:checked + span {
  background-image: url("../../images/eais/map/icon-check-on.png"); }

.lbl-checkbox span {
  vertical-align: top;
  transition: all 0.25s;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-image: url("../../images/eais/map/icon-check.png"); }

.notic-txt {
  color: #666666;
  font-size: 13px;
  font-family: "NanumGothic";
  letter-spacing: -0.05em;
  padding-top: 35px; }

.tab-panel {
  display: none; }

.tab-panel.active {
  display: block; }

.tab-menu {
  overflow: hidden; }

.tab-menu a.tab-toggle {
  float: left;
  background-color: #e8eef7;
  text-align: center;
  height: 40px;
  line-height: 38px;
  width: 25%;
  font-size: 13px;
  color: #666666;
  border: 1px solid #d4d4d4;
  border-bottom: 0; }

.tab-menu a.tab-toggle.line2 {
  line-height: 1.1;
  padding-top: 4px; }

.tab-menu a.tab-toggle.active {
  background-color: #3b80ef;
  border-color: #3b80ef;
  color: #fff; }

.tab .border-content {
  border: 1px solid #d4d4d4;
  padding: 20px 10px; }

.btn-meta-select {
  font-size: 0;
  text-align: center; }

.btn-meta-select a {
  display: inline-block;
  border-radius: 3px;
  transition: all 0.25s;
  width: 45px;
  height: 45px;
  background-color: #d4d4d4;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.btn-meta-select a:hover, .btn-meta-select a:focus, .btn-meta-select a.active {
  background-color: #00959c; }

.btn-meta-select a.point {
  background-image: url("../../images/eais/map/point.png"); }

.btn-meta-select a.square {
  background-image: url("../../images/eais/map/square.png"); }

.btn-meta-select a.polygon {
  background-image: url("../../images/eais/map/polygon.png"); }

.btn-meta-select a + a {
  margin-left: 27px; }

.w100per {
  width: 100%; }

input.input {
  display: block;
  border: 1px solid #d4d4d4;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px; }

.btn {
  display: inline-block; }

.btn-search {
  background-color: #3b80ef;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 13px 0;
  line-height: 17px;
  font-size: 16px;
  font-weight: 700; }

.btn-search i {
  display: inline-block;
  margin-left: 10px;
  background: url("../../images/eais/map/icon-tab-search.png") no-repeat;
  width: 17px;
  height: 17px;
  vertical-align: top; }

.btn-search:hover, .btn-search:focus {
  color: #fff; }

select.select {
  border: 1px solid #d4d4d4; }

.select-group + .select-group {
  margin-top: 10px; }

.select-group:after {
  content: "";
  display: block;
  overflow: hidden; }

.select-group label {
  display: block;
  float: left;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  width: 70px;
  padding-left: 10px; }

.select-group .select {
  height: 40px;
  padding-left: 15px;
  width: calc(100% - 70px); }

.result-panel-top a {
  display: block;
  font-size: 0;
  width: 296px;
  height: 45px;
  background: url("../../images/eais/map/back.png") no-repeat 0 0; }

.result-panel-header {
  position: relative;
  border-bottom: 1px solid #3b80ef;
  padding-left: 35px;
  background: url("../../images/eais/map/icon-submenu.png") no-repeat 15px 0;
  padding-bottom: 10px;
  margin-top: 20px;
  font-weight: 700;
  color: #454545;
  font-size: 16px; }

.result-panel-total {
  text-align: right;
  padding: 10px 0 13px;
  font-size: 13px; }

.result-panel-table {
  border: 1px solid #d4d4d4; }

.result-panel-table table {
  width: 100%; }

.result-panel-table table thead th {
  font-size: 12px;
  background-color: #e8eef7;
  padding: 12px 0;
  font-family: "NanumGothic"; }

.result-panel-table table thead th + th {
  border-left: 1px solid #d4d4d4; }

.result-panel-table table tbody td {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #d4d4d4;
  font-size: 11px;
  font-family: "NanumGothic"; }

.result-panel-table table tbody td .acc-grid {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px; }

.result-panel-table table tbody td .acc-grid span {
  float: left;
  line-height: 18px; }

.result-panel-table table tbody td .acc-grid a {
  float: right; }

.result-panel-table table tbody td .acc-grid a img {
  vertical-align: middle; }

.map-tiny-table caption {
  font-size: 0;
  color: transparent; }

.map-tiny-table table {
  width: 100%;
  table-layout: fixed; }

.map-tiny-table th, .map-tiny-table .t-point {
  background: #ecf9ff; }

.map-tiny-table th {
  text-align: center;
  color: #111; }

.map-tiny-table th, .map-tiny-table td {
  border: 1px solid #dfdfdf;
  padding: 10px 10px;
  box-sizing: border-box;
  font-size: 13px;
  color: #3d3d3d; }

.map-tiny-table thead + tbody tr th {
  background: #ebf1f3; }

.modal-area-cont .cont-section {
  margin-top: 20px; }

.modal-area-cont .cont-section:first-child {
  margin-top: 0; }

.modal-area-cont .cont-section > h4 {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  font-weight: 500;
  color: #111;
  position: relative;
  padding-left: 14px; }

.modal-area-cont .cont-section > h4::after {
  content: '';
  width: 5px;
  height: 5px;
  border: 3px solid #3b80ef;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 7px; }

.tinymodal-wrap {
  position: relative; }

.tinymodal {
  position: absolute;
  border: 1px solid #505050;
  display: none;
  z-index: 100;
  margin-top: 10px;
  background: #fff;
  border-radius: 3px;
  padding: 10px 15px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); }

.tinymodal-cont {
  font-size: 13px;
  border: 1px solid #8dcdf8;
  background: #ecf9ff;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  padding-right: 50px; }

.tinymodal-cont .tinymodal-open {
  cursor: pointer;
  background: url("../../images/eais/map/tinymodal-icon.png") no-repeat center;
  top: 0;
  height: 100%;
  right: 0;
  font-size: 0;
  position: absolute;
  width: 40px; }

/* 팝업창 스타일 */
.modal {
  position: absolute;
  top: 100px;
  left: 500px;
  z-index: 50;
  display: none;
  width: 340px; }

.modal-inner {
  border: 1px solid #3b80ef;
  border-radius: 5px;
  background-color: #fff; }

.modal-header {
  position: relative;
  height: 60px;
  padding: 0 20px;
  background-color: #6b89e0; }

.modal-header h1 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  font-family: "NanumGothic"; }

.modal-header .btn-modalClose {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -9999px; }

.modal-header .btn-modalClose:before {
  position: absolute;
  top: -1px;
  left: 10px;
  width: 1px;
  height: 22px;
  content: '';
  background: #fff;
  transform: rotate(45deg); }

.modal-header .btn-modalClose:after {
  position: absolute;
  top: -1px;
  left: 10px;
  width: 1px;
  height: 22px;
  content: '';
  background: #fff;
  transform: rotate(-45deg); }

.modal-body {
  padding: 20px; }

.modal-body .content-wrap {
  overflow: auto;
  max-height: 300px; }

/*# sourceMappingURL=maps/map.css.map */
