/*reset*/
html, body {
	-webkit-text-size-adjust: 100%;
    font-family: "Noto Sans KR", sans-serif !important;
	
}
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-white { background-color:#fff !important; }
.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: #2277F2; }

.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; }

/* =====================
    header
===================== */
#header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 10px;
  border-bottom: 1px solid #365375;
  background-color: #112B48;
  width:100%;
  position:fixed; left:0px; top:0px; 
   }

#header .header a {
  display: inline-block; }

.logo p {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold; 
  font-family: 'Noto Sans KR' !important; /* 23.02.23 폰트 통일 */
}

.logo img {
  width: 70px; }

.btn-search {
  margin-right: 10px; }

.btn-search img {
  width: 25px; }

.btn-menu img {
  width: 22px; }

.btn-close img {
  width: 18px; }

.nav {
  overflow-y: scroll;
  z-index: 999;
  position: fixed;
  top: 0;
  right	:-100%;
  width: 100%;
  height: 100%;
  background-color: #fff; }

.nav > div:first-child > div {
  padding: 15px 15px 10px; border-bottom:1px solid #D5D5D5; }

.gnb {
  width: 100%;
  padding: 15px;
   }

.gnb a {
  color: #000;
  font-weight: 700; }

.gnb > li > a {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  border-bottom: 0.5px solid #D5D5D5;
  font-size: 14px; }

.gnb > li > a svg {
   transform: rotate(0deg);  } /* 2023-02-22 변경*/

.gnb > li > a span.on {
  position: relative;
  padding-right: 10px; }

.gnb > li > a span.on::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #2277F2; }


.sub-gnb {
  display: flex;
  flex-flow: row wrap;
 }

.sub-gnb li {
  width: 50%;
  background-color: #FAFAFA; border-right:1px dotted #d5d5d5; border-bottom:1px dotted #d5d5d5; }

.sub-gnb li:nth-child(even) { border-right:0px;}
.sub-gnb li:nth-last-child(1) { border-bottom:0.5px solid #d5d5d5; }
.sub-gnb li:nth-last-child(2) { border-bottom:0.5px solid #d5d5d5;}

.sub-gnb li a {
  display: block;
  padding: 10px 15px; text-align:center;
  font-size: 12px; font-weight:normal; }

.search {
  width: calc(100% - 34px);
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 37px;
  padding: 18px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 5px 10px 5px rgba(179, 179, 179, 0.48); }

.search > * {
  display: flex; }

.search__list {
  justify-content: space-between;
  margin-bottom: 14px;
  padding: 0 10%; }

.search__list a {
  display: block;
  padding: 7px 0;
  color: #363636;
  font-size: 15px; }

.search__form {
  position: relative; }

.search .form-input {
  height: 40px;
  border-radius: 10px;
  border: 1px solid #e4e2ee;
  background-color: #f5f5f5; }

.search .search__btn {
  position: absolute;
  top: 10px;
  right: 10px; }

.search .search__btn img {
  width: 20px; }

.info {
  margin-top: 20px;
  text-align: center; }

.info a {
  display: block;
  margin-bottom: 5px;
  color: #363636;
  font-size: 14px; }

.info p {
  color: #C8C8C8;
  font-size: 12px; font-weight:bold; }

.navi {
  background-color: #d6e4fa; }

.navi > div > * {
  border-right: 1px solid #b6c8e4; }

.navi a {
  display: block; }

.navi select {
  border: none;
  background: transparent; }

.navi select:focus, .navi select:hover, .navi select :active {
  border: none;
  outline: none; }

.navi .home {
  padding: 12px 13px;
  border-left: none; }

.navi .home img {
  width: 15px; }

.navi .path {
  position: relative;
  width: 41%; }

.navi .path > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 10px;
  color: #363636;
  font-size: 14px; height:42px;}

.navi .path > a img {
  width: 14px;
  vertical-align: middle; }

.navi .path > a span {
  letter-spacing: -1px; }

.navi .path > a span:first-child {
  margin-right: 10px; }

.navi .path > a:hover img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.navi .path__con {
  z-index: 99;
  position: absolute;
  width: 100%;
  /*padding: 5px 0;*/
  background-color: #e5effe; }

.navi .path__con > a {
  display: block;
  padding: 6px 10px;
  color: #515355;
  font-size: 14px; border-top:1px solid #b9c9e2}

.navi .sub-path {
  width: calc(100% - (41% +  41px)); }

.map__above.fixed {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }

/* =====================
    footer
===================== */
.footer {
  padding: 20px 0 30px;
  background-color: #333333;
  text-align: center; }

.footer__link {
  display: flex; }

.footer__link li {
  width: 33.333%; }

.footer__link li:not(:first-child) a {
  border-left: 1px solid #cdcdcd; }

.footer__link a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid #cdcdcd;
  background-color: #f0f1f2;
  color: #000;
  font-size: 15px;
  text-align: center; }

.footer .logo {
  margin-bottom: 10px; }

.footer p {
  margin-bottom: 13px;
  color: #adadad;
  font-size: 13px; }

.footer span {
  display: block;
  color: #727272;
  font-size: 13px; }

.footer__btn {
  display: flex;
  justify-content: center;
  margin-bottom: 15px; }

.footer__btn > * {
  padding: 7px 15px;
  border-radius: 3px; }

.footer__select {
  position: relative;
  border: 1px solid #191919;
  background-color: #272727; }

.footer__select > * {
  color: #fff;
  font-size: 13px; }

.footer__select img {
  width: 15px;
  margin-left: 3px;
  vertical-align: middle; }

.footer__select__con {
  position: absolute;
  top: -167px;
  left: -1px;
  width: calc(100% + 2px);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: 1px solid #131313;
  background-color: #272727; }

.footer__select__con a {
  display: block;
  padding: 8px 15px;
  background: no-repeat 97% center/26px url(../img/main/i_link.png);
  color: #969696;
  text-align: left; }

.footer .btn-pc {
  margin-right: 5px;
  border: 1px solid #555555;
  color: #fff;
  font-size: 13px; }

/* =====================
    modal
===================== */
.modal {
  z-index: 998;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(88, 88, 88, 0.48); }

.modal__header {
  padding: 0 0 10px 0px !important;
  border-bottom: 1px solid #c4c4c4; }

.modal__tit {
  color: #112B48 !important;
  font-size: 1.2em; }

.modal__body {
  padding: 5px; }

.modal__body img {
  width: 60px; }

.dim {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 360px) {
  .footer__link a {
    font-size: 12px; }
  .navi .path > a {
    padding: 10px 2px; } }

.rule {
  padding: 15px 10px; }

.rule__list {
  margin-bottom: 20px; }

.rule__list li {
  position: relative;
  padding: 8px 20px;
  border-bottom: 1px solid #cdcdcd; }

.rule__list li::before {
  content: '';
  position: absolute;
  top: 15px;
  left: 10px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000; }

.rule__list a {
  color: #000;
  font-size: 14px;
  letter-spacing: -1.5px; }

.rule__con div:not(:first-child) {
  margin-top: 15px; }

.rule__con h2 {
  margin: 15px 0;
  font-size: 21px;
  text-align: center; }

.rule__con h3 {
  margin-bottom: 5px;
  font-size: 18px; }

.rule__con p {
  color: #585f6e;
  font-size: 13px;
  letter-spacing: -1px; }

.rule__con ul {
  padding-left: 10px; }

.privacy {
  padding: 15px 10px; }

.privacy__info {
  padding: 20px;
  background-color: #ecf2fd;
  font-size: 14px; }

.privacy__list {
  margin-bottom: 20px; }

.privacy__list li {
  padding: 8px 10px;
  border-bottom: 1px solid #cdcdcd; }

.privacy__list a {
  color: #000;
  font-size: 14px;
  letter-spacing: -1.5px; }

.privacy__con > div:not(:first-child) {
  margin-top: 15px; }

.privacy__con > div h3 {
  margin-bottom: 5px;
  font-size: 18px; }

.privacy__con > div p {
  color: #585f6e;
  font-size: 13px;
  letter-spacing: -1px; }

.privacy__con > div strong {
  display: block;
  font-size: 14px; }

.privacy__con > div ul {
  padding-left: 10px; }

.btn-scroll {
  z-index: 999;
  position: fixed;
  bottom: 10%;
  right: 3%; }

.btn-scroll a {
  display: block; }

.btn-scroll a:first-child {
  margin-bottom: 15px; }

.btn-scroll img {
  width: 40px; }

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


/* 20220831 배천규 추가  */
svg { vertical-align:middle;}
#currentMapMyLocation_name svg { transform: rotate(-90deg); margin:0 5px; fill:#4f4f4f !important; } /* 20221104 추가  */

.nav-2022 { width:100%; position:fixed; z-index:200; left:0; top:60px; overflow:hidden; padding:5px 10px; box-sizing:border-box; display:flex; justify-content:space-between; background-color:#f7f7f7; border-bottom:1px solid #757678;}
.nav-2022 div.leftCol { font-size:13px; text-align:left;}
.nav-2022 div span { display:flex; justify-content:space-between; align-items:center; box-sizing:border-box; padding:5px 10px; font-size:13px; color:#4F4F4F; border:1px solid #E0E0E0; background-color:#fff; border-radius:1px; float:left; margin-left:5px; height:30px;}
.nav-2022 div span:first-child { margin-left:0px;}
.nav-2022 div span svg { fill:#4F4F4F; margin-left:5px; transform: rotate(180deg);}
.nav-2022 div span.active { border:1px solid #2277F2; color:#2277F2;}
.nav-2022 div span.active svg { fill:#2277F2; transform: rotate(00deg);}
.nav-2022 div.leftCol span.txt { background-color:#f7f7f7; border:none; padding:5px 0 5px 5px; font-size:10px; line-height:20px; }

.nav-layer { position:fixed; z-index:500; left:10px; top:105px; background-color:#fff; width:120px; border:1px solid #757678; display:none;   } /* 2022-10-20 css 수정 */
.nav-layer ul { padding:0; margin:0; }
.nav-layer li { width:100%; float:left; text-align:left; box-sizing:border-box; padding:5px 10px; color:#3D3D3D; font-size:13px; }
.nav-layer li.on3 { background-color:#F2F2F2; color:#2277F2;}
.nav-layer li a { color:#4f4f4f; }

.locationboxwrap { height:35px;box-sizing:border-box; border:1px solid #757678; border-radius:1px; padding:5px 10px; text-align:left;  background-color:#fff; font-size:13px; display:flex; justify-content:space-between; align-items:center;  }
.selectArea {
	overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    display: inline-block;
    white-space: nowrap;
    max-width:160px;
    min-width:160px;
    float:left;
    margin-left:5px;
     
}
.selectAreaIcon { float:left; width:17px; text-align:center; }
.selectAreaIcon svg { vertical-align:middle; margin-top:-5px;}


/*2022-11-01 관심지역 변경 팝업 css 추가  */
/*관심지역 변경 팝업 css 초기화  */
/* .popWrap.region  {top: 40%; left: 50%; transform: translate(-50%, -50%); width:300px; display: block; position: absolute; z-index: 888; box-sizing:border-box; border:1px solid #757678; padding:10px; background-color:#fff;  border-radius:0px !important; } 2020.09.15[한광희] 지도 클릭 팝업 사이즈 수정 */

/*2022-11-17 팝업 css 수정  */
 .popWrap.region {
	position: absolute;
    z-index: 100;
    top: 50%;
    right: 10px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #757678;
 }
/*
.popWrap.region .popBox { border-radius: 10px; }
.popWrap.region .popHeader { display: flex; flex-direction: row; align-items: center; height: 20px; background-color:#fff;}
.popWrap.region .popTitle {color: #000; font-size: 12px; font-weight: 700; text-align: left; padding-left:0px;}
 */
 .area_select_wrap {
   position: relative;
   border-bottom: 1px solid rgba(0,0,0,0.1);
   color: #222;
   box-sizing: border-box;
   white-space: normal;
 }
 .area_select_wrap .area_select_inner {
   padding: 10px 0;
 }
 .area_select_wrap .area_select_inner a { color:#000; font-size:13px; font-weight:bold; }
 .area_select_wrap .area_select_inner span { color:#2277F2; padding:0 5px; font-size:13px; font-weight:bold;}
 .area_select_wrap .area_select_inner span svg { transform:rotate(270deg); }
 
 .filter_popup--area {
   position: absolute;
   transform: translateX(-50%);
   left: 50%;
   top: 52px;
   z-index: 35;
   width: 380px;
   padding: 0;
   box-shadow: none;
 }
 .filter_popup {
   border: 1px solid rgba(0,0,0,0.2);
   background-clip: padding-box;
   background-color: #fff;
   white-space: normal;
 }
 .area_list--district .radio_label_district {
   font-size: 12px;
   line-height: 30px;
   text-align:center; 
   letter-spacing: -.4px;
   display: inline-block;
   width: 100%;
   height: 100%;
   padding: 5px;
 }
 input[type='radio']+label {
   cursor: pointer;
 }
 .area_list--district {
   overflow-y: auto;
   max-height: 230px;
   border-left:1px solid #e5e5e5;
   border-top:1px solid #e5e5e5; 
 }
 .area_list_wrap {
   position: relative;
 }
 .blind, .checkbox_input, .radio_input {
   position: absolute;
   clip: rect(0 0 0 0);
   width: 1px;
   height: 1px;
   margin: -1px;
   overflow: hidden;
 }
 /*2023-01-26 수정요청으로 스타일 변경  */
/*  input, textarea, select, button {
   border: 0;
   border-radius: 0;
   background-color: transparent;
   font-family: inherit;
   box-shadow: none;
   appearance: none;
   color: inherit; 
 } */
  input, textarea, button {
   border: 0;
   border-radius: 0;
   background-color: transparent;
   font-family: inherit;
   box-shadow: none;
   appearance: none;
   color: inherit; 
 }
 .area_list--district .area_item {
   display: block;
   float: left;
   width: 33.3%;
   height: 40px;
   border-right: 1px solid #e5e5e5;
   border-bottom: 1px solid #e5e5e5;
   letter-spacing: -1px;
 }
 a, abbr, address, article, aside, audio, b, blockquote, body, br, button, canvas, caption,
 cite, code, col, data, datalist, dd, del, dfn, div, dl, dt, em, embed, fieldset, figcaption,
 figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, i, iframe, img, input, ins,
 kbd, label, legend, li, main, mark, meter, nav, object, ol, output, p, pre, progress, q, s,
 samp, section, select, small, span, strong, sub, sup, table, td, textarea, th, time, u, ul, var, video {
   box-sizing: border-box;
 }

/*관심지역 변경 팝업 css 초기화  */

.point__select { box-sizing:border-box; padding:10px;}