@charset "UTF-8";
/*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); }

.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: #d67c89;
  background-image: url(../img/dashboard/i_state-up.png); }

.state-down {
  color: #41a8b8;
  background-image: url(../img/dashboard/i_state-down.png); }

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

/* =====================
    map
===================== */
.map {
  position: relative;
  height: calc(100vh - 91px);
  background: no-repeat center center/cover url(../img/map/map_bg.png);
  /* 검색 전 */
  /* 검색 후 */ }

.map__above {
/*2022-11-17 수정*/
/*   padding: 5px 10px;
  background-color: #f7f7f7; border-bottom:1px solid #757678;  */}

.map__above div:first-child {

  }

.map__above div:first-child p {
  	color: #fff;
  	font-size: 15px; 
	align-items: center;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 5px 10px;
    background-color: #fff;
  }

.map__above div:first-child p:nth-child(2) {
  position: relative;
 
  margin-left: 3px; }

.map__above div:first-child p:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 20px;
  background: no-repeat left/100% url(../img/administration/arrow.png);
  transform: rotate(270deg); }
  
  .map__above div:first-child p:nth-child(3) {
  position: relative;
  padding-left: 15px;
  margin-left: 10px; }

.map__above div:first-child p:nth-child(3)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 20px;
  background: no-repeat left/100% url(../img/administration/arrow.png);
  transform: rotate(270deg); }

.map__above__btn img {
  width: 20px; }

.map__above .btn__option {
  margin-left: 10px;
  padding: 6px 5px;
  border-radius: 3px;
  background: linear-gradient(150deg, #40475a, transparent);
  box-shadow: 0px 2px 3px 0px rgba(31, 31, 31, 0.32);
  text-align: center; }

.map__below {
  z-index: 99;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 10px);
  height: calc(100% - 140px); }

.map__below > div {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%; }

.map__below > div > div {
  position: absolute;
  bottom: 100px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%); }

.map__spot {
  position: relative;
  width: calc(100% - 61px); }

.map__spot__tooltip {
  position: fixed;
  top: 50px;
  display: block;
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #596072; }

.map__spot__tooltip span {
  position: relative;
  margin-right: 3px;
  color: #fff;
  font-size: 13px; }

.map__spot__tooltip span::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: -7px;
  width: 30px;
  height: 21px;
  background: no-repeat center/50% url(../img/map/map_spot_tooltip.png); }

.map__spot__tooltip img {
  width: 13px;
  margin-top: -2px;
  vertical-align: middle; }

.map__spot .btn__spot {
  padding: 9px 20px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 3px 2px rgba(75, 75, 75, 0.2);
  font-size: 14px; }

.map__spot .btn__spot:hover, .map__spot .btn__spot:active, .map__spot .btn__spot:focus, .map__spot .btn__spot:visited {
  background: linear-gradient(to right, #438de7, #4d42f3);
  color: #fff; }

.map__zoom {
  padding: 10px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 2px 3px 2px rgba(75, 75, 75, 0.2);
  text-align: center; }

.map__zoom p {
  margin: 5px 0;
  color: #000;
  font-size: 14px; }

.map__search {
  bottom: 0 !important;
  height: 90px;
  margin: 0 auto;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #fff; }

.map__search form {
  height: 100%; }

.map__slideup {
  padding: 0 15px 10px; }

.map__slideup p {
  margin-bottom: 3px;
  font-size: 13px; }

.map__slideup h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600; }

.map__slideup h3 span {
  display: none; }

.map__slideup > div:first-child {
  margin-bottom: 5px;
  text-align: center; }

.map__slideup .btn-slideup span {
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 30px;
  background-color: #3c4251; }

.map__form {
  display: none;
  height: 100%;
  margin-top: 10px; }

.map__form__above {
  position: relative;
  height: 100%;
  padding: 0 15px; }

.map__form__above .form-input {
  width: calc(100% - 21px);
  margin: 10px 0; }

.map__form__above p {
  font-size: 13px;
  letter-spacing: -1px; }

.map__form__above p span {
  color: #608ecc;
  font-size: 15px; }

.map__form__above p.notice {
  color: #d43212; }

.map__form__btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }

.map__form__btn > * {
  width: calc((100% - 4px) / 2);
  padding: 5px 0;
  border-radius: 30px;
  font-size: 15px;
  border: 1px solid #666;
  color: #666; }

.map__form__btn > *.on {
  border: 1px solid #444548;
  background-color: #444548;
  color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(115, 115, 115, 0.65); }

.map__form__below {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.map__form__below .notice {
  margin: 0 12px 5px;
  background-color: #fff;
  font-size: 11px; }

.map__form__search {
  display: block;
  width: 100%;
  padding: 14px 0;
  background-color: #404040;
  color: #fff;
  font-size: 16px;
  text-align: center; }

.map__facility__con {
  overflow-y: scroll;
  height: calc(100% - 240px);
  margin-top: 10px; }

.map__facility__con li:not(:first-child) {
  margin-top: 15px; }

.map__facility__con li:nth-child(2) h4::before {
  background-image: url(../img/map/i_facility02.png); }

.map__facility__con li:nth-child(3) h4::before {
  background-image: url(../img/map/i_facility03.png); }

.map__facility__con li:nth-child(4) h4::before {
  background-image: url(../img/map/i_facility04.png); }

.map__facility__con h4 {
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  font-size: 15px; }

.map__facility__con h4::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 18px;
  background: no-repeat center/100% url(../img/map/i_facility01.png); }

.map__facility__con div {
  flex-wrap: wrap; }

.map__facility__con div .option__btn {
  width: 72px;
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 14px; }

.map__facility__con div .option__btn.fs-small {
  font-size: 10px; }

.map__result__con {
  display: none;
  height: 100%;
  margin-top: 10px; }

.map__result__con > p {
  height: 45px;
  line-height: 45px;
  margin: 7px 10px;
  padding-left: 18px;
  font-size: 12px;
  letter-spacing: -1px;
  font-size: 12px;
  background: no-repeat left center/15px 22px url(../img/map/i_notice--pin.png); }

.map__result__tit {
  position: relative;
  padding-left: 20px; }

.map__result__tit::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 14px;
  height: 15px;
  background: no-repeat center/100% url(../img/map/i_result--arrow.png); }

.map__result__tit h3 span {
  display: inline-block;
  color: #585f6e;
  font-size: 16px;
  font-weight: 400; }

.map__result__distance {
  text-align: center; }

.map__result__distance p {
  font-size: 13px;
  text-align: right; }

.map__result__distance p.box {
  margin-bottom: 0;
  padding: 1px 8px;
  border-radius: 3px;
  background-color: #d6e4fa;
  color: #000;
  font-size: 14px;
  text-align: center; }

.map__result__sort {
  padding: 0 15px;
  text-align: right; }

.map__result__sort > * {
  color: #585f6e;
  font-size: 13px;
  font-weight: 600; }

.map__result__sort > *:last-child {
  position: relative;
  margin-left: 4px;
  padding-left: 7px; }

.map__result__sort > *:last-child.on {
  padding-left: 25px; }

.map__result__sort > *:last-child.on::after {
  left: 7px; }

.map__result__sort > *:last-child::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 1px;
  height: 10px;
  background: #b2b2b2; }

.map__result__sort > *:checked, .map__result__sort > *.on {
  position: relative;
  padding-left: 16px;
  color: #5d8fc9; }

.map__result__sort > *:checked::after, .map__result__sort > *.on::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 13px;
  height: 9px;
  background: no-repeat center/100% url(../img/map/i_checked.png); }

.map__result__list {
  overflow-y: scroll;
  height: calc(100% - 155px); }

.map__result__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #e1e1e1; }

.map__result__list li h4 {
  margin-bottom: 3px;
  color: #000;
  font-size: 18px;
  font-weight: 600; }

.map__result__list li p {
  font-size: 13px; }

.map__result__list li img {
  width: 22px; }

.map__result__list li.on {
  background-color: #edf4fd; }

.option {
  z-index: 700;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #666666; }

.option__wrap {
  margin-left: 30px;
  /*width: calc(100% - 30px);*/
  background-color: #ffffff; }

.option__header {
  padding: 15px 12px 12px;
  background-color: #404040;
  color: #fff;
  font-size: 16px;
  font-weight: 500; }

.option__header img {
  width: 20px; }

.option__body {
  overflow-y: scroll;
  height: calc(100vh - 97px);
  padding: 0 10px 10px; }

.option__container h4 {
  padding: 12px 0 7px;
  font-size: 16px;
  font-weight: 500; }

.option__content {
  flex-wrap: wrap;
  padding: 10px 10px 5px;
  border-radius: 10px;
  box-shadow: 0 0 4px 2px rgba(172, 172, 172, 0.47); }

.option__content.d-flex {
  padding: 10px 0 5px 10px; }

.option__content p {
  color: #363636;
  font-size: 13px;
  width: 100%; }

.option__btn {
  min-width: 85px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 10px 5px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  font-size: 14px; }

.option__btn:hover, .option__btn:active, .option__btn:focus, .option__btn:visited, .option__btn[aria-checked="true"] {
  border: 1px solid #448ae8;
  background-color: #e8f1fd; }

.option__text {
  display: block;
  margin: 30px 0 10px;
  padding-left: 30px;
  color: #585f6e;
  font-size: 13px;
  text-align: right;
  background-position: right 170px center; }

.option .btn__wrap .btn.btn__cancel, .option .btn__wrap .btn.btn__submit {
  border-radius: 0px; }

/* =====================
    생활권역 설정
===================== */
.type-select {
  overflow-y: scroll;
  height: calc(100% - 180px); }

.type-select > h4 {
  font-size: 16px; }

.type-select__type {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center; }

.type-select__type > * {
  color: #999;
  font-size: 16px;
  font-weight: bold; }

.type-select__type > *.on {
  color: #000; }

.type-select__type > *:first-child {
  position: relative;
  margin-right: 7px;
  padding-right: 10px; }

.type-select__type > *:first-child::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 12px;
  background-color: #cccccc; }

.type-select__tab {
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid #d9d9d9; }

.type-select__tab li {
  overflow: hidden;
  width: 33.333%; }

.type-select__tab li.on {
  background-color: #e6effc; }

.type-select__tab li:not(:first-child) a, .type-select__tab li:not(:first-child) span {
  border-left: 1px solid #d9d9d9; }

.type-select__tab li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.type-select__tab li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.type-select__tab a, .type-select__tab span {
  display: block;
  padding: 8px 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center; }

.type-select__radio {
  display: none;
  visibility: hidden; }

.type-select__radio:checked + label span {
  background-color: #e6effc; }

.area-notice {
  position: relative;
  margin-top: 13px;
  margin-bottom: 28px;
  padding: 15px 0 27px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }

.area-notice h4 {
  margin-bottom: 5px;
  font-size: 16px; }

.area-notice h4 img {
  width: 23px;
  height: 21px; }

.area-notice__info {
  padding-left: 10px;
  color: #000;
  font-size: 15px; }

.area-notice__info li {
  position: relative;
  padding-left: 5px;
  letter-spacing: -1px;
  line-height: 20px; }

.area-notice__info li::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000; }

.area-notice__btn {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 60px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  border-radius: 30px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  color: #000; }

.area-notice__btn img {
  width: 15px;
  transition: .3s;
  vertical-align: middle; }

.area-notice__tit {
  overflow: hidden; }

.area-notice__con {
  overflow: hidden;
  height: 0; }

.area-notice__con h4 {
  margin-bottom: 5px;
  font-size: 16px; }

.area-notice__con h4 img {
  width: 23px;
  height: 21px; }

.area-notice__box {
  margin-top: 15px;
  color: #585f6e; }

.area-notice__box p {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500; }

.area-notice__box div {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  font-size: 13px; }

.area-notice__box span {
  display: block;
  margin-top: 3px;
  margin-bottom: 17px;
  font-size: 11px; }

.default-select > p {
  margin-top: 5px;
  text-align: right; }

.default-select__radio p {
  position: relative;
  padding-left: 24px;
  color: #000;
  /* 2026.06.08 엄현민 - 웹표준 스타일에 맞게 수정
  font-style: 15px; */
  font-size: 15px;
  /* 2026.06.08 엄현민 - end */ }

.default-select__radio p::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  background: no-repeat center/100% url(../img/map/i_default01.png); }

.default-select__radio:not(:first-child) {
  margin-top: 13px; }

.default-select__radio:nth-child(2) p::before {
  background-image: url(../img/map/i_default02.png); }

.default-select__radio:last-child p::before {
  background-image: url(../img/map/i_default03.png); }

.default-select__list {
  padding: 10px 7px;
  border-radius: 5px;
  border: 1px solid #d9d9d9; }

.default-select__circle {
  display: flex;
  margin-top: 3px;
  padding: 7px 14px;
  border-radius: 10px;
  background-color: #f5f6f6; }

.default-select__circle li {
  width: 46px;
  height: 46px;
  margin-right: 3px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  text-align: center;
  line-height: 46px; }

.circle--color li {
  margin-right: 7px;
  border: 1px solid transparent; }

.self-select ul {
  display: flex; }

.self-select__form {
  margin-bottom: 5px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  text-align: center; }

.self-select__form li {
  width: 25%; }

.self-select__form li:not(:first-child) {
  border-left: 1px solid #d9d9d9; }

.self-select__form li:first-child > div {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.self-select__form li:last-child > div {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }

.self-select__form li > div {
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 16px 0;
  background-color: #f5f6f6; }

.self-select__form li > div span {
  color: #000; }

.self-select__form p {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #d9d9d9;
  color: #000; }

.self-select__form p span {
  color: #b2b2b2; }

.self-select__form span {
  font-size: 13px; }

.self-select__circle {
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #b2b2b2;
  font-size: 14px; }

.self-select__info {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9; }

.self-select__info li {
  width: 33.333%;
  padding: 8px 0;
  text-align: center; }

.self-select__info li:not(:first-child) {
  border-left: 1px solid #d9d9d9; }

.self-select__info span {
  display: block;
  margin-bottom: 3px;
  color: #737373;
  font-size: 11px; }

.self-select__info p {
  color: #000;
  font-size: 15px;
  font-weight: 500; }

.legend {
  height: calc(100% - 90px); }

.legend__box {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  background-color: #7d3d31; }

.legend .life-industry {
  height: auto; }

.legend .life-industry__chart {
  padding: 0; }

.legend th {
  text-align: left; }

.legend__list li {
  margin-bottom: 2px;
  color: #fff; }

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

.legend__list li:first-child div {
  background-color: #7d3d31; }

.legend__list li:nth-child(2) div {
  background-color: #9d5848; }

.legend__list li:nth-child(3) div {
  background-color: #c9795e; }

.legend__list li:nth-child(4) div {
  background-color: #d29171; }

.legend__list li:nth-child(5) div {
  background-color: #ddc178; }

.legend__list li:nth-child(6) div {
  background-color: #e5db9e; }

.legend__list li:nth-child(7) div {
  background-color: #f2eee3;
  border: 1px solid #cbcbcb; }

.legend__list li:last-child div {
  background-color: #fff;
  border: 1px solid #cbcbcb; }

.legend__list li + li + li + li + li + li {
  color: #404040; }

.legend__list div {
  float: left;
  padding: 3px 10px; }

.legend__list div:first-child {
  width: 70%;
  margin-right: 2px;
  text-align: right; }

.legend__list div:last-child {
  width: calc(100% - (70% + 2px)); }

/* =====================
    
===================== */
.chart-wrap {
  margin: 5px 0 20px;
  box-sizing: border-box; }

.chart__con {
  min-height: 150px; }

.chart__legend li {
  display: flex;
  align-items: baseline; }

.chart__legend li span {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  border-radius: 50%; }

.chart__legend li p {
  width: calc(100% - 15px); }

.chart--left.chart__con {
  width: 55%; }

.chart--right.chart__legend {
  width: 45%; }

.chart--up.chart__con {
  width: 100%;
  height: 80%; }

.chart--down.chart__legend {
  width: 100%;
  height: 20%;
  padding: 0 10%;
  padding-bottom: 10px; }

.life-industry {
  display: none;
  height: 100%; }

.life-industry .type-select__type {
  margin-top: 20px; }

.life-industry .area-notice__btn {
  width: auto; }

.life-industry dl {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background-color: #eaeaea;
  box-shadow: inset rgba(133, 133, 133, 0.35) 0px 1px 4px 0px; }

.life-industry dl dt, .life-industry dl button {
  color: #585f6e;
  font-size: 15px;
  font-weight: 500; }

.life-industry dl dt {
  width: 60px;
  margin-right: 5px; }

.life-industry dl dd {
  width: calc(100% - 60px); }

.life-industry dl button {
  width: 55px;
  padding: 4px 0;
  border-radius: 30px;
  border: 1px solid #666666;
  background-color: #fff; }

.life-industry dl button.on {
  border-color: #444548;
  background-color: #444548;
  color: #fff;
  box-shadow: 0px 2px 4px 1px rgba(115, 115, 115, 0.65); }

.life-industry__con {
  overflow-y: scroll;
  height: calc(100% - 170px); }

.life-industry__chart {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 10px;
  border-bottom: 1px solid #c4c4c4; }

.life-industry__chart h4 {
  font-size: 16px;
  font-weight: bold; }

.life-industry__chart h4 span {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -1px; }

.life-industry__chart p {
  font-size: 14px;
  letter-spacing: -1px; }

.life-industry__table {
  margin: 0 15px;
  margin-bottom: 25px;
  border-radius: 5px;
  border: 1px solid #d9d9d9; }

.life-industry__table table {
  width: 100%;
  color: #000;
  font-size: 14px; }

.life-industry__table tr {
  border-bottom: 1px solid #d9d9d9; }

.life-industry__table tr:first-child th:first-child {
  border-top-left-radius: 5px; }

.life-industry__table tr:last-child {
  border-bottom: none; }

.life-industry__table tr:last-child th:first-child {
  border-bottom-left-radius: 5px; }

.life-industry__table th, .life-industry__table td {
  letter-spacing: -1px; }

.life-industry__table th {
  padding: 8px 2px;
  border-right: 1px solid #d9d9d9;
  background-color: #f5f6f6;
  font-weight: 400; }

.life-industry__table th:nth-of-type(2) {
  border-left: 1px solid #d9d9d9; }

.life-industry__table td {
  padding: 8px 10px; }

.life-industry__table .point__radio {
  margin-bottom: 0; }

.life-industry__table .point__radio:first-child {
  margin-right: 3px; }

.life-industry__table .select-ui button {
  padding: 0; }

.life-industry__btn {
  text-align: center; }

.life-industry__btn > * {
  min-width: 100px;
  padding: 7px 20px;
  border-radius: 3px;
  background-color: #003f71;
  color: #fff;
  font-size: 15px;
  font-weight: 500; }

.life-industry__detail {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.life-industry__detail p {
  color: #a3a3a3;
  font-size: 14px; }

.life-industry__detail button {
  color: #585f6e;
  font-size: 14px;
  text-decoration: underline; }

.life-industry__change__layer {
  overflow-y: scroll;
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.life-industry__change__layer .btn__cancel, .life-industry__change__layer .btn__submit {
  border-radius: 0 !important; }

.life-industry__change__layer h3 {
  padding: 15px;
  background-color: #404040;
  color: #fff;
  font-size: 18px;
  font-weight: 500; }

.life-industry__change__con {
  overflow-y: scroll;
  height: calc(100vh - 92px);
  padding: 15px; }

.life-industry__change__con p {
  margin-bottom: 10px;
  color: #4c4c4c;
  font-size: 13px; }

.life-industry__change__con h4 {
  margin-bottom: 7px;
  color: #000;
  font-size: 16px;
  font-weight: 500; }

.life-industry__change__con span {
  display: block;
  margin-top: 5px;
  color: #585f6e;
  font-size: 12px; }

.life-industry__change__con .select-ui:not(:first-of-type) button {
  border-top: none; }

.life-industry__change__con .select-ui button {
  border: 1px solid #c4c4c4; }

.life-industry__change__con .select-ui button img {
  transform: rotate(-90deg); }

.life-industry__change__con .select-ui__con {
  display: none;
  padding: 10px 12px;
  border-bottom: 1px solid #c4c4c4;
  background-color: #f4f5f5; }

.life-industry__change__list {
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #c4c4c4;
  border-left: 1px solid #c4c4c4; }

.life-industry__change__list li {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4; }

.life-industry__change__list li a {
  display: block;
  padding: 8px 0;
  color: #000;
  font-size: 13px;
  background-color: #fff; }

.life-industry__change__list li a.on {
  background-color: #e6effc; }

.life-industry__select__layer {
  overflow-y: scroll;
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.life-industry__select__layer .btn__cancel, .life-industry__select__layer .btn__submit {
  border-radius: 0; }

.life-industry__select__layer h3 {
  padding: 15px;
  background-color: #404040;
  color: #fff;
  font-size: 18px;
  font-weight: 500; }

.life-industry__select__con {
  overflow-y: scroll;
  height: calc(100% - 92px);
  padding: 15px; }

.life-industry__select__con > p {
  margin-bottom: 10px;
  color: #4c4c4c;
  font-size: 13px; }

.life-industry__select__con h4 {
  margin-bottom: 7px;
  color: #000;
  font-size: 16px;
  font-weight: 500; }

.life-industry__select__con > span {
  display: block;
  margin-top: 5px;
  color: #585f6e;
  font-size: 12px; }

.life-industry__select__search {
  display: flex;
  justify-content: space-between;
  border: 1px solid #404040; }

.life-industry__select__search .form-input {
  width: calc(100% - 61px);
  border: none; }

.life-industry__select__search button {
  width: 60px;
  background-color: #404040;
  color: #fff;
  font-size: 14px; }

.life-industry__select__result {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #cdcdcd; }

.life-industry__select__result > p {
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 500; }

.life-industry__select__result table {
  width: 100%;
  border-top: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd; }

.life-industry__select__result tr.on {
  background-color: #f3f7fd; }

.life-industry__select__result th, .life-industry__select__result td {
  padding: 7px 0;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd; }

.life-industry__select__result th {
  background-color: #f7f7f7;
  color: #000;
  font-size: 13px;
  font-weight: 400; }

.life-industry__select__result .point__radio {
  margin-bottom: 0;
  justify-content: center; }

.life-industry__select__result .point__radio span {
  margin-right: 0; }

.life-industry__select__result td > div {
  padding: 0 7px; }

.life-industry__select__result td > div.detail {
  display: none;
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #cdcdcd; }

.life-industry__select__result p {
  color: #000;
  font-size: 13px; }

.life-industry__select__result img {
  width: 12px;
  vertical-align: middle;
  transform: rotate(-90deg); }

.life-industry__condition .modal__body {
  padding: 10px; }

.life-industry__condition .modal__body > span {
  display: block;
  margin-bottom: 10px;
  font-size: 11px; }

.life-industry__condition .modal__body > p, .life-industry__condition .modal__body > h4 {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500; }

.life-industry__box {
  display: flex;
  justify-content: center;
  border: 1px solid #c4c4c4; }

.life-industry__box .point__radio {
  justify-content: center;
  width: 33.333%;
  margin-bottom: 0;
  padding: 8px 0; }

.life-industry__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px; }

.life-industry__tab.col-4 > * {
  width: 25%; }

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

.life-industry__tab > * {
  display: block;
  padding-bottom: 5px;
  border-bottom: 3px solid #dbdbdb;
  color: #a3a3a3;
  font-size: 13px;
  text-align: center; }

.life-industry__tab > *.on {
  border-color: #30c0e3;
  color: #000; }

.life-industry__tab__con .distance_select__con > * {
  padding: 8px 0; }

.life-industry__border {
  display: flex;
  justify-content: space-between;
  margin: 10px 0; }

.life-industry__border > * {
  border-radius: 10px;
  border: 1px solid #bfd4f6;
  text-align: center; }

.life-industry__border > *:first-child {
  width: 35%;
  margin-right: 6px;
  padding: 15px 0; }

.life-industry__border > *:last-child {
  display: flex;
  width: calc((100% - (30% + 6px))); }

.life-industry__border > *:last-child div {
  width: 50%;
  padding: 15px 0; }

.life-industry__border > *:last-child div:first-child {
  border-right: 1px solid #e1ebfb; }

.life-industry__border p {
  color: #363636;
  font-size: 14px;
  font-weight: 500; }

.life-industry__border h4 {
  padding: 1px 0 3px;
  font-size: 20px; }

.life-industry__border h4 span {
  color: #363636; }

.furniture__box {
  margin-top: 3px; }

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

.furniture__box > div {
  margin-top: 2px; }

.furniture__box > div > div {
  float: left;
  text-align: center; }

.furniture__box > div > div:first-child {
  width: calc(70% - 2px);
  margin-right: 2px;
  padding: 2px;
  border: 1px solid #c4c4c4; }

.furniture__box > div > div:first-child div > * {
  margin-top: 2px;
  width: 49%; }

.furniture__box > div > div:last-child {
  width: 30%; }

.furniture__box > div > div:last-child > * {
  width: 100%;
  padding: 27px 0; }

.furniture__box > div > div:last-child > *:first-child {
  margin-bottom: 2px; }

.furniture__box p {
  padding: 8px 0;
  color: #000;
  font-size: 13px; }

.furniture__btn {
  padding: 8px 0;
  border-radius: 0;
  border: 1px solid #c4c4c4; }

.furniture__btn:hover, .furniture__btn:active, .furniture__btn:focus, .furniture__btn:visited, .furniture__btn[aria-checked="true"] {
  background-color: #eaf1fc; }

.map-info {
  display: none;
  z-index: 999;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.map-info__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background-color: #404040;
  color: #fff; }

.map-info__header h3 {
  font-size: 18px;
  font-weight: 500; }

.map-info__header img {
  width: 15px; }

.map-info__body {
  padding: 15px; }

.map-info__list {
  margin-bottom: 20px; }

.map-info__list li {
  position: relative;
  padding: 7px 0;
  padding-left: 20px;
  border-bottom: 1px solid #cdcdcd; }

.map-info__list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000; }

.map-info__list li a {
  display: block;
  color: #000;
  font-size: 15px; }

.map-info__con h4 {
  margin-bottom: 5px;
  color: #000;
  font-size: 18px; }

.map-info__con p {
  margin: 5px 0;
  color: #000;
  font-size: 13px; }

.map-info__con span {
  display: block;
  margin-top: 5px;
  color: #585f6e;
  font-size: 12px; }

.map-info__con:not(:first-of-type) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #cdcdcd; }

.map-info__con ol li {
  position: relative;
  padding-left: 10px; }

.map-info__con ol li::before {
  content: '1.';
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.map-info__con ol li:nth-child(2)::before {
  content: '2.'; }

.map-info__con table {
  width: 100%;
  text-align: center; }

.map-info__con table th, .map-info__con table td {
  padding: 7px 0;
  color: #000;
  font-size: 13px;
  border-bottom: 1px solid #cdcdcd; }

.map-info__con table th:first-child, .map-info__con table td:first-child {
  border-right: 1px solid #cdcdcd; }

.map-info__con table th {
  border-top: 1px solid #cdcdcd;
  background-color: #f9f9f9; }

.map-info__box li {
  margin-top: 10px;
  padding: 14px 10px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  text-align: center; }

.map-info__box li h5 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  color: #000;
  font-size: 16px; }

/* =====================
    modal
===================== */
.location__agree {
/*2022-11-17 수정*/
  /* top: 30%; */
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50% !important;
  width: 300px;
  display: block;
  position: absolute;
  z-index: 888;
  box-sizing: border-box;
/*   border: 1px solid #3D3D3D; */
  padding: 10px;
  background-color: #fff;
  border-radius: 10px !important;
}

.location__agree .modal__body {
  padding: 25px 0;
  text-align: center; }

.location__agree .modal__body p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -1px; }

.location__agree .modal__body p b {
  color: #d43212;
  font-weight: 500; }

.location__agree .modal__body p span {
  display: block;
  color: #585f6e;
  font-size: 12px; }

.point__tit {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 500; }

.point__radio {
  margin-bottom: 6px; }

.point__con {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  background-color: #fafafa; }

.point__con p {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500; }

.point__address {
  margin-top: 8px;
  margin-bottom: 2px; }

.point__address dl {
  display: flex;
  align-items: baseline;
  padding-left: 25px;
  font-size: 12px;
  color: #585f6e; }

.point__address dl:first-of-type {
  margin-bottom: 1px; }

.point__address dl:first-of-type dt {
  background-color: #3d4353;
  color: #fff; }

.point__address dl:last-of-type dt {
  background-color: #e1e1e1;
  color: #585f6e; }

.point__address dt {
  width: 40px;
  margin-right: 5px;
  text-align: center; }

.point__address dd {
  letter-spacing: -1px; }

.point__list {
  overflow-y: scroll;
  height: 70px;
  padding-left: 25px;
  font-size: 12px; }

.point__list li {
  border-top: 1px dashed #d5d5d5; }

.point__list a {
  display: block;
  padding: 3px;
  color: #585f6e; }

.point__list a:hover, .point__list a:active, .point__list a:focus, .point__list a:visited {
  background-color: #dde8fa; }

.point__select {
  top: 30%;
  display: none; }

.point__select::before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background: no-repeat center/contain url(../img/map/i_map--arrow.png); }

.point__confirm {
  display: none;
  top: 30%;
  width: 75%; }

.point__confirm::before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 70%;
  transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background: no-repeat center/contain url(../img/map/i_map--arrow.png); }

.point__confirm .modal__body {
  padding: 7px; }

.point__confirm p {
  margin-bottom: 10px; }

.point__confirm .point__address dl {
  padding-left: 0; }

.default-layer {
  display: none;
  top: 40%;
  z-index: 99;
  width: 250px; }

.default-layer p {
  padding: 25px 0;
  color: #000;
  font-size: 14px;
  text-align: center; }

.distance-layer {
  top: 40%;
  width: 230px; }

.distance-layer .modal__header img {
  width: 12px;
  vertical-align: middle; }

.distance-layer .modal__body {
  padding: 0;
  text-align: center; }

.distance-layer p {
  margin-top: 10px;
  color: #000;
  font-size: 14px; }

.distance-layer p b {
  color: #d43212;
  font-size: 16px; }

.distance-layer span {
  display: block;
  margin-bottom: 10px;
  color: #585f6e;
  font-size: 9px; }

.distance-layer .color__list {
  display: flex;
  padding: 7px;
  background-color: #f1f1f1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.distance-layer .color__list dt {
  width: 45px;
  margin-right: 5px;
  color: #585f6e;
  font-size: 9px; }

.distance-layer .color__list dd {
  width: calc(100% - 51px); }

.distance-layer .color__list ul {
  display: flex; }

.distance-layer .color__list li {
  width: 15px;
  height: 15px;
  margin-right: 3px; }

.distance-layer .color__list li:hover, .distance-layer .color__list li:active, .distance-layer .color__list li:focus, .distance-layer .color__list li:visited, .distance-layer .color__list li.on {
  border: 3px solid #008aff; }

.distance_select-layer {
  top: 50%;
  transform: translate(-50%, -50%); }

.distance_select-layer .modal__body {
  padding: 20px; }

.distance_select-layer .modal__body::after {
  display: block;
  content: '';
  clear: both; }

.distance_select-layer .notice {
  margin-bottom: 3px; }

.distance_select-layer span {
  float: right;
  font-size: 11px; }

.distance_select__con {
  display: flex;
  flex-flow: row wrap;
  margin: 5px 0;
  border: 1px solid #c4c4c4;
  border-right: none;
  border-bottom: none; }

.distance_select__con > * {
  width: 20%;
  padding: 5px 0;
  border-bottom: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4; }

.distance_select__con > *:hover, .distance_select__con > *:active, .distance_select__con > *:focus, .distance_select__con > *:visited, .distance_select__con > *[aria-checked="true"] {
  background-color: #eaf1fc; }

.distance_select__con.col-4 > * {
  width: 25%; }

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

.distance_select__con.col-1 > * {
  width: 100%; }

.distance_select__con + div {
  float: left; }

@media screen and (max-width: 360px) {
  .default-select__circle li {
    width: 38px;
    height: 38px;
    line-height: 38px; }
  .distance_select__con > * {
    font-size: 11px; }
  .life-industry dl button {
    width: 50px; }
  .life-industry .point__radio p {
    font-size: 11px;
    letter-spacing: -1px; }
  .life-industry__chart p {
    font-size: 12px; }
  .life-industry__table table {
    font-size: 12.5px; }
  .life-industry__table td {
    padding: 8px 5px; }
  .life-industry__detail p {
    font-size: 13px; }
  .life-industry__tab__con .distance_select__con > * {
    padding: 6px 0; }
  .point__address dl {
    padding-left: 20px; } }

/* 21.12.27 */
.filter_foot_btn{position:absolute;left:30px;right:0;bottom:0;z-index:10;}
.dashboard__map{z-index:2;}
.dashboard{z-index:3; height:calc(100% - 50px); }
.dashboard 
.map__above.sticky{position:fixed;top:0;left/* 2026.06.08 엄현민 - 웹표준 스타일에 맞게 변경; */:/* 2026.06.08 엄현민 - end*/0;width:100%;z-index:10;}
body,html{background-color:#fff;}

