/*reset*/
body, section, aside, ul, li, h1, h2, h3, h4, p, footer, dl, dd, dt, fieldset, input, button, ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section {
  display: block; }

em, address {
  font-style: normal; }

textarea, textarea:active, textarea:visited {
  font-size: 11px;
  padding: 10px;
  margin: 0; }

a {
  text-decoration: none; }

img {
  vertical-align: bottom; }

input[type=radio], input[type=checkbox] {
  vertical-align: middle; }

fieldset {
  border: 0; }

input:not([type=radio]):not([type=checkbox]) {
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

body {
  font-family: "Noto Sans KR";
  font-size: 12px;
  color: #555;
  letter-spacing: -0.5px; }

html, body {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

button {
  cursor: pointer;
  white-space: nowrap;
  border: 0 none;
  outline: none;
  background: transparent; }

.sr-only {
  overflow: hidden;
  display: none; }

.cf::after {
  display: block;
  content: '';
  clear: both; }

.d-flex {
  display: flex; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-start {
  justify-content: flex-start; }

.justify-content-end {
  justify-content: flex-end; }

.align-items-center {
  align-items: center; }

.align-items-end {
  align-items: flex-end; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right; }

.mt0 {
  margin-top: 0 !important; }

.my-5px {
  margin: 5px 0 !important; }

.mt-10px {
  margin-top: 10px !important; }

.mt35 {
  margin-top: 35px; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mx0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.p0 {
  padding: 0px !important; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.px10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.px15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.color-pink {
  color: #d57987; }

.color-red {
  color: #ff5c5e; }

.color-blue {
  color: #5d8fc9; }

.color-green {
  color: #3aa4b5; }

.color-gray {
  color: #585f6e; }

.font-small {
  font-size: 11px; }

.font-large {
  font-size: 18px; }

.fw400 {
  font-weight: 400; }

.fwbold {
  font-weight: bold; }

.bg-blue {
  background-color: #003f71 !important; }

.bg-red {
  background-color: #ef595c !important;
  color: #fff !important; }

.bg-purple {
  background-color: #8481e8 !important;
  color: #fff !important; }

.bg-green {
  background-color: #60bc4c !important;
  color: #fff !important; }

.bg-orange {
  background-color: #ffaa01 !important;
  color: #fff !important; }

.border-b {
  border-bottom: none !important; }

.border-r {
  border-right: 1px solid #d9d9d9; }

.border-b-line {
  border-bottom: 1px solid #dfdfdf; }

.col-2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.col-2 > * {
  width: 50%; }

.w100 {
  width: 100% !important; }

.w50 {
  width: 50% !important; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

p {
  color: #585f6e; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

/* =====================
    common
===================== */
.btn {
  width: 50%;
  padding: 12px 0;
  font-size: 16px;
  text-align: center; }

.btn-wrap--one > * {
  width: 100%;
  border-bottom-left-radius: 8px; }

.btn.btn__cancel {
  border-bottom-left-radius: 8px;
  background-color: #dbdbdb; }

.btn.btn__submit {
  border-bottom-right-radius: 8px;
  background-color: #404040;
  color: #fff; }

.btn__zoom {
  width: 40px;
  height: 40px;
  background-size: 100% 100%; }

.btn__zoom--in {
  background-image: url(../img/map/i_zoom--in.png); }

.btn__zoom--out {
  background-image: url(../img/map/i_zoom--out.png); }

.btn-close {
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: repeat;
  background-position: center;
  background-size: cover; }

.btn-close--white {
  background-image: url(../img/dashboard/i_close--w.png); }

.btn-close--black {
  background-image: url(../img/dashboard/i_close--b.png); }

.form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #c4c4c4;
  font-size: 13px; }

.form-select {
  width: 100%;
  padding: 10px;
  border: 1px solid #c4c4c4;
  font-size: 13px; }

.form-radio {
  display: none;
  visibility: hidden; }

.form-radio + label {
  display: flex;
  align-items: center; }

.form-radio + label span {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 50%;
  border: 5px solid #ebebeb;
  background-color: #fff; }

.form-radio:checked + label span {
  border-color: #2FBFDE; }

.select-ui button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
  color: #000;
  font-size: 14px; }

.select-ui img {
  width: 12px;
  vertical-align: middle; }

.notice {
  height: 24px;
  line-height: 24px;
  padding-left: 25px !important;
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat; }

.notice--red {
  background-image: url(../img/i_notice--red.png); }

.notice--gray {
  background-image: url(../img/i_notice--gray.png); }
  
.notice--gray2 {
  background: url(../img/iconNoticeInfo.png) no-repeat center center; background-size:18px !important;  }

.icon-info {
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  background-image: url(../img/map/img_info.png);
  background-repeat: no-repeat;
  background-size: 28px 26px; }

.icon-point {
  display: inline-block;
  height: 17px;
  line-height: 17px;
  margin: 8px 0;
  margin-right: 15px;
  padding-left: 18px;
  background: no-repeat left/14px 17px url(../img/dashboard/i_point.png);
  font-size: 14px;
  color: #000; }

.state {
  padding-left: 5px;
  padding-right: 15px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 13px 15px; }

.state-up {
  color: #F22222 !important;
  background-image: url(../img/dashboard/i_state-up.png); }

.state-down {
  color: #2277F2 !important;
  background-image: url(../img/dashboard/i_state-down.png); }

.state::before {
  content: none !important; }


.data-year {
  padding: 5px 10px;
  height:30px; display:flex; align-items:center; 
  border-radius: 1px;
  background-color: #fff;
  color: #4f4f4f !important; 
  border:1px solid #e0e0e0;
  font-size:12px !important;
  
   }
   
   .data-year.active { color:#2277F2 !important; border:1px solid #2277F2;}

.dashboard__map {
  position: relative;
  height:100%;
  background: no-repeat center center/cover url(../img/dashboard/map.jpg); }

.dashboard__map > * {
  position: absolute; }

.dashboard__btn {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0 10px; }

.dashboard__color {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #3d4353 no-repeat center/70% url(../img/dashboard/i_color.png);
  }

.dashboard__zoom {
  width: 40px; display:none;}

.dashboard__zoom .btn__zoom--in {
  margin-bottom: 8px; }


.dashAbsolute { position:fixed; z-index:900; width:100%; background-color:#fff; bottom:0px; height:50px; border-top:3px solid #112b48; }
.dashAbsolute .scroll { overflow-y:scroll; width:100%; height:100%; padding-bottom:100px;  position:relative; }
.dashboard__statistics {
  position: relative;
  width:100%; float:left; margin-bottom:20px; padding-top:50px;}

.dashboard__statistics__title {
position:absolute; z-index:10; left:0; top:0; width:100%; background-color:#fff;  box-sizing:border-box; 
  font-size:14px; font-weight:bold; color:#112b48;display:flex; align-items:center;  height:47px;  text-align:center; justify-content:center;
   }

.dashboard__statistics__title svg { fill:#112b48; margin-left:10px; transform: rotate(180deg);}
.dashboard__statistics__title.active svg { transform: rotate(0); }
.dashboard__statistics h3.dashboard__statistics__title {
  font-size:14px; font-weight:bold; color:#000; margin:0 auto;  }

.dashboard__statistics h3.dashboard__statistics__title span {
  color: #5f656d;
  font-size: 14px; }

.dashboard__statistics div.dashboard__statistics__title {
  display: flex;
  justify-content: space-between; }

.dashboard__statistics div.dashboard__statistics__title > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  padding: 10px 10px; }

.dashboard__statistics div.dashboard__statistics__title > *:first-child {
  border-right: 1px solid #c4c4c4; }

.dashboard__statistics div.dashboard__statistics__title span {
  color: #5f656d;
  font-size: 14px; }

.dashboard__statistics div.dashboard__statistics__title select {
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 600; }

.dashboard__statistics > ul {
  
  
  }

 
.dashboard__statistics > ul > li {
  position: relative;
  text-align:center; 
  padding: 15px 0;
  width:50%; float:left; 
  background-color:#FBFBFB; box-sizing:border-box; min-height:120px;
  
  }
 
 /* 2022-12-15 li css Ãß°¡  */ 
 .dashboard__statistics > ul > li:nth-child(1) {
 	border: 1px solid #e0e0e0;
 }
 
 .dashboard__statistics > ul > li:nth-child(2) {
 	border: 1px solid #e0e0e0;
 	border-left: 0px;
 }
  
  
.dashboard__statistics > ul > li
.dashboard__statistics > ul > li.on {
  background-color: #fafafa; }

.dashboard__statistics > ul > li h4 {
  font-size: 14px; margin-bottom:8px}

.dashboard__statistics > ul > li p {
  font-size: 16px; }

.dashboard__statistics > ul > li .total-num {
  margin-right: 3px;
  color: #2277F2;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: -1.5px; }

.dashboard__statistics .dashboard__box {
  margin-top: 0;
  padding: 10px 0;
  box-shadow: none;
  text-align: left; }

.dashboard__statistics .dashboard__box > div {
  padding: 0 10px; }

.dashboard__statistics .dashboard__box > div:first-of-type {
  margin-bottom: 10px;
  padding-bottom: 10px;
  /* 23.02.24 ui ÅëÀÏ */
  /* border-bottom: 1px solid #eaeaea; */
} 

.dashboard__statistics .dashboard__box h3 {
  padding: 0 10px; }

.dashboard__statistics .dashboard__box h4 {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 3px;
  font-size: 14px; }

.dashboard__statistics .dashboard__box h4::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  width: 100%;
  height: 2px;
  background-color: #404040; }

.dashboard__compare {
  position: relative; }

.dashboard__compare__map > * {
  height: 305px;
  background: no-repeat center center/cover url(../img/dashboard/map.jpg); }

.dashboard__compare__map01 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: 1px solid #7da2c9; }

.dashboard__compare__result {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 500; }

.dashboard__compare__result select {
  display: block;
  width: 85px;
  margin: 0 auto;
  padding: 10px 0 6px;
  border: none;
  background-color: rgba(89, 96, 114, 0.7);
  color: #fff;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

.dashboard__compare__result select:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.dashboard__compare__result select:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.dashboard__compare__result p {
  width: 140px;
  padding: 8px 0;
  border-radius: 30px;
  background-color: #3d4353; }

.dashboard__compare__result a {
  display: block;
  color: #fff; }

.dashboard__compare__result .map__show {
  text-decoration: none; }

.dashboard__info {
  z-index: 999;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  text-align: left; }

.dashboard__info::before {
  content: '';
  position: absolute;
  top: -7px;
  right: 42px;
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(../img/dashboard/info.png); }

.dashboard__info > div {
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.dashboard__info > div:first-child {
  position: relative;
  padding-right: 20px;
  background-color: #e2e2e2;
  letter-spacing: -1px; }

.dashboard__info > div:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fafafa;
  color: #000;
  font-size: 13px; }

.dashboard__info > div:last-child p {
  margin-bottom: 5px;
  font-weight: 500; }

.dashboard__info > div:last-child a {
  margin-left: 0;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  background-image: url(../img/dashboard/i_chart-show.png);
  line-height: 22px;
  font-size: 13px;
  color: #585f6e;
  font-weight: 600; }

.dashboard__info .btn__cancel {
  position: absolute;
  top: 5px;
  right: 5px; }

.dashboard__info .btn__cancel .btn-close {
  width: 12px;
  height: 12px; }

.dashboard__tooltip {
  z-index: 999;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  padding: 10px 12px;
  border: 1px solid #d5e1e4;
  background-color: #e4f0f3;
  color: #585f6e;
  font-size: 13px;
  text-align: left; }

.dashboard__tooltip::before {
  content: '';
  position: absolute;
  top: -15px;
  right: 109px;
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(../img/dashboard/tooltip.png); }

.dashboard__tooltip > div {
  position: relative; }

.dashboard__tooltip > div > p {
  position: relative;
  padding-left: 10px; 
  font-size:12px !important; 
  }
  
.dashboard__tooltip > div > div > p {
  position: relative;
  padding-left: 10px; 
  font-size:12px !important; 
  }

.dashboard__tooltip > div > p::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 1px;
  border: 1px solid #585f6e;
  border-radius: 50%; }

.dashboard__tooltip .btn__cancel {
  position: absolute;
  top: 0px;
  right: 0px; }

.dashboard__con {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }

.dashboard__con.col-2 > * {
  width: 50%; }

.dashboard__con.col-3 > * {
  width: 33.333%; }

.dashboard__con > * {
  border-left: 1px solid #eaeaea; }

.dashboard__con > *:first-child {
  border-left: none; }

.dashboard__tbl {
  margin: 5px 10px 0;
  border: 1px solid #d9d9d9; }

.dashboard__tbl div {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px; }

.dashboard__tbl div:first-child {
  border-right: 1px solid #d9d9d9; }

.dashboard__tbl div p:first-child {
  color: #737373; }

.dashboard__box {
  margin-top: 15px; width:100%; margin:0 auto; position:relative; overflow:hidden;}

.dashboard__box h3 {
  margin-bottom: 10px;
  margin-top:20px; 
  font-size: 14px; color:#000;
  width:100%; text-align:center;
/*   font-size: 20px; */
  letter-spacing: -1px; }

.dashboard__box h3 span {
  display: block;
  color: #585f6e;
  font-size: 14px;
  font-weight: 400; }

.dashboard__chart {
  position: relative;
  margin-bottom: 10px; }

.dashboard__chart .dashboard-layer {
  width: 70%; }

.dashboard__chart__con {
  position: relative;
  display: flex;
  justify-content: space-between; }

.dashboard__chart__con p {
  font-size: 14px; }

.dashboard__chart__con > div {
  display: flex; }

.dashboard__chart__con > div > a {
  display: block;
  padding-left: 20px;
  color: #4a4a4a;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px; }

.dashboard__chart__con > div > a:first-child {
  background-image: url(../img/dashboard/i_chart-save.png); }

.dashboard__chart__con > div > a:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 30px;
  border-left: 1px solid #cccccc;
  background-position: right 10px center;
  background-image: url(../img/dashboard/i_chart-show.png); }

.dashboard__chart__con .show-statistics {
  padding-left: 0;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
  background-position: right 0px top;
  background-image: url(../img/dashboard/i_chart-show.png); }

.dashboard__chart__con .show-statistics::before {
  content: none; }

.dashboard__notice {
  margin-top: 20px;
  padding: 15px;
  padding-bottom: 20px; 
  font-size: 15px; }

.dashboard__notice__box {
  margin-bottom: 5px;
  padding: 10px 15px;
  background-color: #e4eaf3; }

.dashboard__notice__btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 40px 10px 15px;
  background: #003764 no-repeat 90% center/16px url(../img/dashboard/i_chart-show--white.png);
  color: #fff;
  font-size: 14px;
  text-align: center; }

.dashboard__below {
  z-index: 999;
  height: auto; }

.dashboard__below .map__slideup {
  position: relative;
  padding-top: 10px; }

.dashboard__below .map__slideup h3 span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400; }

.dashboard__below .map__slideup .btn-close {
  position: absolute;
  top: 15px;
  right: 20px; }

.dashboard__below .dashboard__map {
  position: relative;
  height: calc(100% - 63px); }

.dashboard__below .dashboard__map .dashboard__zoom {
  bottom: 55px;
  right: 10px; }

.dashboard__below .dashboard__map .map__form__below {
  bottom: 0;
  left: 0;
  width: 100%; }

.dashboard__databoard__tbl {
  padding: 10px; }

.dashboard__databoard__tbl table {
  width: 100%; }

.dashboard__databoard__tbl tr.max {
  background-color: #dff2f3; }

.dashboard__databoard__tbl tr.min {
  background-color: #f7e4e7; }

.dashboard__databoard__tbl th, .dashboard__databoard__tbl td {
  padding: 5px 3px;
  border-left: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  color: #000;
  font-size: 14px; }

.dashboard__databoard__tbl th:first-child, .dashboard__databoard__tbl td:first-child {
  border-left: none; }

.dashboard__databoard__tbl th {
  background-color: #edf1f7; }

.dashboard__databoard__tbl td {
  text-align: right; }

.dashboard__databoard__tbl td:first-child {
  text-align: center; }

.dashboard__databoard .tbl-legend {
  display: flex;
  justify-content: end;
  margin-top: 10px; }

.dashboard__databoard .tbl-legend > * {
  position: relative;
  margin-left: 10px;
  padding-left: 15px;
  font-size: 13px; }

.dashboard__databoard .tbl-legend > *::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%; }

.dashboard__databoard .tbl-legend .num-max::before {
  background-color: #89c8cc; }

.dashboard__databoard .tbl-legend .num-min::before {
  background-color: #dd949f; }

.dashboard .notice {
  margin-left: 10px; }

.map__show {
  display: block;
  color: #000;
  text-decoration: underline; }

.dashboard-layer {
  position: absolute;
  top: 50%;
  width: 300px; }

.dashboard-layer .modal__header {
  padding: 10px; }

  /* 23.03.06 ÆË¾÷Å¸ÀÌÆ² ¼öÁ¤ */
.dashboard-layer .modal__header .modal__tit {
  font-size: 13px;
    margin: 0;
    padding: 0;
    width: inherit;
    font-weight: 400; }

.dashboard-layer .modal__body {
  padding: 10px 0;
  text-align: center; }

.dashboard-layer .modal__body > * {
  margin-bottom: 5px; }

.dashboard-layer .modal__body a {
  color: #000;
  text-decoration: underline; }

.dashboard-layer .modal__body p { font-size:15px;}



/* =====================
    modal
===================== */
.legendRing {
  z-index: 10;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 173px;
  padding: 4px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6); }

.color {
  position: relative;
  background-color: #fff; }

.colorbar {
  overflow: hidden;
  float: left;
  width: 135px; }

.colorbar li {
  overflow: hidden;
  color: #fff;
  text-align: right;
  position: relative;
  width: 138px;
  height: 31px;
  line-height: 31px;
  padding-right: 10px;
  font-size: 12px;
  border-bottom: 1px solid #dfdfdf; }

.colorbar li.ck::before {
  content: "";
  width: 15px;
  height: 13px;
  overflow: hidden;
  background: no-repeat center/cover url(../img/dashboard/ico_colorbar01.png);
  position: absolute;
  left: 0;
  top: 10px; }

.colorck {
  overflow: hidden;
  float: right;
  width: 20px;
  margin-right: 3px;
  margin-top: 5px; }

.colorck li {
  overflow: hidden;
  width: 100%;
  height: 22px; }

.colorck li a {
  text-indent: -2000px;
  display: block;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  overflow: hidden;
  background: #890e4f; }

.colorck li a.on {
  position: relative; }

.colorck li a.on::before {
  content: "";
  overflow: hidden;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background: no-repeat center center url(../img/dashboard/ico_ck.png);
  background-size: 100%; }

.legendRrefresh {
  text-indent: -2000px;
  position: absolute;
  right: 8px;
  bottom: 7px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background: no-repeat center/cover url(../img/dashboard/reverse.png); }

.legendRound {
  padding: 10px 5px;
  font-size: 15px;
  font-weight: 500; }

.legendRound p {
  float: left;
  color: #fff; }

.legendRound a {
  float: right;
  margin-top: 3px; }

.distance {
  margin: 5px 10px;
  padding: 5px 10px;
  background: no-repeat bottom/contain url(../img/dashboard/distance.png);
  color: #000;
  font-size: 14px;
  font-weight: bold; }

/* =====================
    media
===================== */
@media screen and (max-width: 380px) {
  .dashboard__chart__con {
    display: flex;
    flex-flow: row wrap; }
  .dashboard__chart__con p {
    margin-bottom: 5px; } }

/*# sourceMappingURL=maps/dashboard.css.map */
