@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; }
  
/* 버튼 style 추가 */
.btn.mylocationcancel{background-color:#dbdbdb;}
.btn.mylocationaccept{background-color:#404040;color:#fff;}


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

.main section {
  padding: 0 0px; }

.slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%); }

.slick-dots::after {
  content: '';
  clear: both;
  display: block; }

.slick-dots li {
  float: left; }

.slick-dots li.slick-active button {
  background: #333333; }

.slick-dots li:first-child {
 }

.slick-dots button {
  overflow: hidden;
  width: 8px;
  height: 8px;
  border: 1px solid #333333;
  border-radius: 50%;
  text-indent: -9999em;
  font-size: 0;
  line-height: 0; }

.current-location {
  background-color:#112B48; }

.current-location .main__tit {
  padding: 15px 0 ;
  color: #fff; 
  letter-spacing:-1px;
  }

.current-location .main__tit img {
  width: 20px; }

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

.current-location__form .form-input {
  padding: 9px 10px;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  box-sizing:border-box; 
  background-color: #fff;
  color: #8A8A8A;
  font-size: 13px; letter-spacing:-1px; }

.current-location__form .form-input::placeholder {
  color: #fff; }

.current-location__btn {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 110px;
  height: 35px;
  line-height:37px;
  border: 0;
  border-radius:5px;
  color:#fff;
  text-align:center;
  font-size:12px; font-weight:bold;
  background-color:#2277F2; }
.current-location__btn svg { vertical-align:middle; margin-top:-2px;}
.current-location__map {
  position: relative;
  height: 220px;
  margin-bottom: 10px;
  border-radius: 5px;
  background: no-repeat center url(../img/main/sample_map.png); }

.current-location__point {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%); }

.current-location__point img {
  width: 25px; }

.current-location__tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7); }

.current-location__tooltip > div {
  position: relative;
  padding: 10px 10px 0px; }

.current-location__tooltip > div::before {
  content: '';
  display: block;
  position: absolute;
  top: 40%;
  left: -7px;
  width: 7px;
  height: 7px;
  background: no-repeat center/100% url(../img/main/i_tooltip01--triangle.png); }

.current-location__tooltip .tooltip__close {
  position: absolute;
  top: 5px;
  right: 5px; }

.current-location__tooltip .tooltip__close img {
  width: 15px; }

.current-location__tooltip ul {
  width: 125px; }

.current-location__tooltip li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding: 0 5px 5px;
  color: #fff;
  font-size: 11px; }

.current-location__tooltip li:not(:last-child) {
  border-bottom: 1px solid #5d5d5c; }

.current-location__tooltip li img {
  width: 15px;
  margin-right: 6px; }

.current-location__tooltip li span {
  display: block; }

.current-location__list {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-bottom: 10px; 
  border-top:1px dotted #BCBCBC;
  border-bottom:1px dotted #BCBCBC;
  }

.current-location__list li {
  width: 50%;
  padding: 10px 0px;
  box-sizing:border-box;  border-bottom:1px dotted #BCBCBC; border-right:1px dotted #BCBCBC; }

.current-location__list li:nth-child(2) { border-right:0px; }
.current-location__list li:nth-child(4) { border-right:0px; }
.current-location__list li:nth-child(5) { border-bottom:0px; }
.current-location__list li:nth-child(6) { border-right:0px; border-bottom:0px;} 

.current-location__list li div > span {
  display: block;
  color: #4F4F4F;
  font-size: 13px; }

.current-location__list li div svg { vertical-align:middle; }

.current-location__list li div > p {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: bold !important;
  text-align: center; }

 

.current-location__list li div {
	float:left; }
	
.current-location__list li div:first-child {
	width:50px; text-align:center; }
.current-location__list li div:last-child {
width:calc(100%); text-align:left; }

.current-location__list li div img {
  width: 45px; }

.current-location > p {
  padding-bottom: 75px;
  color: #bcbfc3;
  font-size: 11px; }

.keyword {
  position: relative;
  margin-top: -25px;
  margin-bottom: 30px;
  padding: 46px 15px 39px !important;
  border-radius: 20px;
  background-color: #f0f1f1; }

.keyword .main__tit {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 60px);
  padding: 12px 0;
  border-radius: 30px;
  background: linear-gradient(90deg, #f9f9f9, #f4f4f5);
  color: #000;
  box-shadow: 2px 0px 15px 0px rgba(114, 115, 170, 0.38); }

.keyword__tab {
  overflow-x: auto;
  white-space: nowrap;
  display: flex;
  padding-bottom: 10px; }

.keyword__tab a {
  display: block;
  margin-left: 5px;
  padding: 3px 13px 4px;
  border-radius: 30px;
  border: 1px solid #666666;
  background-color: #fff;
  color: #585f6e;
  font-size: 15px;
  font-weight: 500; }

.keyword__tab li.on a {
  border-color: #444548;
  background-color: #444548;
  color: #fff;
  box-shadow: 0px 1px 5px 1px rgba(115, 115, 115, 0.65); }

.keyword__list li {
  margin-bottom: 4px; }

.keyword__list li:first-child dt {
  background-color: #4c6dad; }

.keyword__list li:nth-child(2) dt {
  background-color: #80b8d0; }

.keyword__list li:last-child dt {
  background-color: #4e9fc2; }

.keyword__list dl {
  overflow: hidden;
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(178, 178, 178, 0.29); }

.keyword__list dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 18px; }

.keyword__list dd {
  width: calc(100% - 62px);
  padding: 10px; }

.keyword__list dd h4 {
  margin-bottom: 3px;
  font-size: 16px; }

.keyword__list dd p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1.3px; }

.keyword__list dd span {
  display: block;
  color: #627fb7;
  font-weight: 400;
  font-style: italic; }

.community .main__tit, .main-notice .main__tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }

.community .main__tit > *, .main-notice .main__tit > * {
  display: block; }

.community .main__tit a img, .main-notice .main__tit a img {
  width: 20px; }

.community {
  margin-bottom: 35px; }

.community .disagree {
  display: flex;
  justify-content: space-between;
  height: 160px;
  margin-bottom: 5px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  background-color: #fafafa; }

.community .disagree a img {
  width: 20px; }

.community .agree .community__list {
  padding: 0 5px; }

.community .agree .community__list li {
  position: relative;
  margin-bottom: 4px; }

.community .agree .community__list a {
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #c4c4c4; }

.community .agree .community__list a span {
  display: block; }

.community .agree .community__list .box {
  position: absolute;
  top: 1px;
  left: -5px;
  display: block;
  width: 60px;
  padding: 1px 0 2px;
  background-color: #4c6dad;
  color: #fff;
  font-size: 12px;
  text-align: center; }

.community .agree .community__list .box span {
  position: relative; }

.community .agree .community__list .box span::before {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  left: -6px;
  width: 5px;
  height: 6px;
  background: no-repeat url(../img/main/i_triangle.png); }

.community__img {
  width: 102px; }

.community__img img {
  width: 100%; }

.community__con {
  width: calc(100% - 102px);
  padding: 0 5px; }

.community__tit {
  margin-bottom: 3px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -1px; }

.community__txt {
  color: #585f6e;
  font-size: 13px; }

.main-notice {
  margin-bottom: 25px; }

.main-notice__list {
  display: flex;
  justify-content: space-between; }

.main-notice__list li {
  width: calc((100% - 8px) / 2);
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  background: no-repeat 90% 88%/42px url(../img/main/img_notice01.png); }

.main-notice__list li:last-child {
  background-image: url(../img/main/img_notice02.png); }

.main-notice__list a {
  display: block; }

.main-notice__list span {
  display: block;
  letter-spacing: -1.5px; }

.main-notice__tit {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  line-height: 20px; }

.main-notice__date {
  color: #585f6e;
  font-size: 11px; }

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

/* 배천규 추가 220829 */
.main-box { box-sizing:border-box; width:100%; margin:0 auto; border-radius:5px; background-color:#fff; padding:10px 10px 100px 10px;}

.currentLocTitBox { width:100%; text-align:center; letter-spacing:-1px; padding-bottom:10px; }
.currentLocTitBox .tit { font-size:14px; font-weight:bold; color:#2F82E0; display:block; box-sizing:border-box; margin-top:10px; text-align:center; vertical-align:middle; }
.currentLocTitBox .location { font-size:16px; font-weight:bold; color:#313131; display:block; box-sizing:border-box; margin-top:5px; text-align:center; }
.current-location__tooltip {top:46px}


/*mng_s 20230406 이진호*/
/*모바일 속도 개선으로 기존 sop.css를 main.css에 합침*/
/* required styles */

.sop-pane,
.sop-tile,
.sop-marker-icon,
.sop-marker-shadow,
.sop-tile-container,
.sop-map-pane svg,
.sop-map-pane canvas,
.sop-zoom-box,
.sop-image-layer,
.sop-layer {
    position: absolute;
    left: 0;
    top: 0;
}
.undefined {
       /*pm님 요청에 의해 삭제 20171121*/
    display:none;
}

.sop-container {
    overflow: hidden;
    -ms-touch-action: none;
}
.sop-tile,
.sop-marker-icon,
.sop-marker-shadow {
    -webkit-user-select: none;
    -moz-user-select: none;
    /* W3C CSS 검사에서 user-select 존재하지 않은 속성입니다. 주석처리함 2018-05-16 김건민  */
    /* user-select: none; */
    -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.sop-safari .sop-tile {
    image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.sop-safari .sop-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
}
.sop-marker-icon,
.sop-marker-shadow {
    display: block;
}
/* map is broken in FF if you have max-width: 100% on tiles */
.sop-container img {
    max-width: none !important;
}
/* stupid Android 2 doesn't understand "max-width: none" properly */
.sop-container img.sop-image-layer {
    max-width: 15000px !important;
}
.sop-tile {
    filter: inherit;
    visibility: hidden;
}
.sop-tile-loaded {
    visibility: inherit;
}
.sop-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 8;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.sop-overlay-pane svg {
    -moz-user-select: none;
}

.sop-pane         { z-index: 4; }

.sop-tile-pane    { z-index: 2; }
.sop-overlay-pane { z-index: 4; }
.sop-shadow-pane  { z-index: 5; }
.sop-marker-pane  { z-index: 6; }
.sop-infowindow-pane   { z-index: 7; }

.sop-map-pane canvas { z-index: 1; }
.sop-map-pane svg    { z-index: 2; }

.sop-vml-shape {
    width: 1px;
    height: 1px;
}
.lvml {
	/* W3C CSS 검사중  behavior 존재하지 않는 속성입니다. 체크가 되어 주석 처리함 2018-05-16 김건민 */
    /* behavior: url(#default#VML); */
    display: inline-block;
    position: absolute;
}


/* control positioning */

.sop-control {
    position: relative;
    z-index: 7;
    /* WSC CSS 검사 중 pointer-events: auto; 존재하지 않는 속성입니다. 체크가 되어 주석처리함 2018-05-16 김건민 */
    /* pointer-events: auto; */
}
.sop-top,
.sop-bottom {
    position: absolute;
    /* z-index: 1000; */
    /* WSC CSS 검사 중 pointer-events: none; 존재하지 않는 속성입니다. 체크가 되어 주석처리함 2018-05-16 김건민 */
    /* pointer-events: none; */
    z-index: 800;	/* 2022-12-19  */
}
.sop-top {
    top: 0;
}
.sop-right {
    right: 0;
}
.sop-bottom {
    bottom: 0;
}
.sop-left {
    left: 0;
}
.sop-control {
    float: left;
    clear: both;
}
.sop-right .sop-control {
    float: right;
}
.sop-top .sop-control {
    margin-top: 10px;
}
.sop-bottom .sop-control {
    margin-bottom: 10px;
}
.sop-left .sop-control {
    margin-left: 10px;
}
.sop-right .sop-control {
    margin-right: 10px;
}


/* zoom and fade animations */

.sop-fade-anim .sop-tile,
.sop-fade-anim .sop-infowindow {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.sop-fade-anim .sop-tile-loaded,
.sop-fade-anim .sop-map-pane .sop-infowindow {
    opacity: 1;
}

.sop-zoom-anim .sop-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
    -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
    -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
    transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.sop-zoom-anim .sop-tile,
.sop-pan-anim .sop-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.sop-zoom-anim .sop-zoom-hide {
    visibility: hidden;
}

/* cursors */
.sop-interactive {
    cursor: pointer;
}
.sop-grab {
    cursor: -webkit-grab;
    cursor:    -moz-grab;
}
.sop-crosshair,
.sop-crosshair .sop-interactive {
    cursor: crosshair;
}
.sop-infowindow-pane,
.sop-control {
    cursor: auto;
}
.sop-dragging .sop-grab,
.sop-dragging .sop-grab .sop-interactive,
.sop-dragging .sop-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
}


/* visual tweaks */

.sop-container {
    background: #ddd;
    outline: 0;
}
.sop-container a {
    color: #0078A8;
}
.sop-container a.sop-active {
    outline: 2px solid orange;
}
.sop-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,0.5);
}


/* general typography */
.sop-container {
    font: 11px Dotum, Arial, Helvetica, sans-serif;
}


/* general toolbar styles */

.sop-bar {
	border:2px solid rgba(0, 0, 0, 0.2);
    /*box-shadow: 0 1px 5px rgba(0,0,0,0.65);*/
    border-radius:2px;
}
.sop-bar a,
.sop-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #636363;
}
.sop-bar a,
.sop-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}
.sop-bar a:hover {
    background-color: #f4f4f4;
}
.sop-bar a:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.sop-bar a:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: none;
}
.sop-bar a.sop-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
}

.sop-touch .sop-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}


/* zoom control */

.sop-control-zoom-in,
.sop-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
}
.sop-control-zoom-out {
    font-size: 20px;
}

.sop-touch .sop-control-zoom-in {
    font-size: 22px;
}
.sop-touch .sop-control-zoom-out {
    font-size: 24px;
}


/* layers control */

.sop-control-layers {
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
}
.sop-control-layers-toggle {
    background-image: url(images/layers.png);
    /*background-image: url(https://sgisapi.kostat.go.kr/images/layers.png);*/
    width: 36px;
    height: 36px;
}
.sop-retina .sop-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    /*background-image: url(https://sgisapi.kostat.go.kr/images/layers-2x.png);*/
    background-size: 26px 26px;
}
.sop-touch .sop-control-layers-toggle {
    width: 44px;
    height: 44px;
}
.sop-control-layers .sop-control-layers-list,
.sop-control-layers-expanded .sop-control-layers-toggle {
    display: none;
}
.sop-control-layers-expanded .sop-control-layers-list {
    display: block;
    position: relative;
}
.sop-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
}
.sop-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
}
.sop-control-layers label {
    display: block;
}
.sop-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
}


/* attribution and scale controls */

.sop-container .sop-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.sop-control-attribution,
.sop-control-scale-line {
    padding: 0 5px;
    color: #333;
}
.sop-control-attribution a {
    text-decoration: none;
}
.sop-control-attribution a:hover {
    text-decoration: underline;
}
.sop-container .sop-control-attribution,
.sop-container .sop-control-scale {
    font-size: 11px;
}
.sop-left .sop-control-scale {
    margin-left: 5px;
}
.sop-bottom .sop-control-scale {
    margin-bottom: 5px;
}
.sop-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    text-align:  center;
    text-shadow:-1px 0 white,0 1px white,1px 0 white,0 -1px #fff;
}
.sop-control-scale-image {
    width: 54px;
    height: 10px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-position: -78px -332px;
    background-repeat: no-repeat;
    margin-top: -4px;
}
.sop-control-scale-title {
    text-align:  center;
    text-shadow:-1px 0 white,0 1px white,1px 0 white,0 -1px #fff;
}
.sop-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
}
.sop-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
}

.sop-touch .sop-control-attribution,
.sop-touch .sop-control-layers,
.sop-touch .sop-bar {
    box-shadow: none;
}
.sop-touch .sop-control-layers,
.sop-touch .sop-bar {
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
}


/* infowindow */

.sop-infowindow {
    position: absolute;
    text-align: center;
}
.sop-infowindow-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 2px;
}
.sop-infowindow-content {
    margin: 13px 19px;
    line-height: 1.4;
}
.sop-infowindow-content p {
    margin: 18px 0;
}
.sop-infowindow-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
}
.sop-infowindow-tip {
    width: 17px;
    height: 17px;
    padding: 1px;

    margin: -10px auto 0;

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sop-infowindow-content-wrapper,
.sop-infowindow-tip {
    background: white;

    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.sop-container a.sop-infowindow-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
}
.sop-container a.sop-infowindow-close-button:hover {
    color: #999;
}
.sop-infowindow-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.sop-oldie .sop-infowindow-content-wrapper {
	 /* WSC CSS 검사 중 속성 zoom는 존재하지 않는 속성입니다. 체크가 되어 주석처리함 2018-05-16 김건민 */
    zoom: 1; 
}
.sop-oldie .sop-infowindow-tip {
    width: 24px;
    margin: 0 auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.sop-oldie .sop-infowindow-tip-container {
    margin-top: -1px;
}

.sop-oldie .sop-control-zoom,
.sop-oldie .sop-control-layers,
.sop-oldie .sop-infowindow-content-wrapper,
.sop-oldie .sop-infowindow-tip {
    border: 1px solid #999;
}

.sop-control-background {
    background-image:  url(../../plugins/sop/mobile/images/controls-static.png );
    /*background-image:  url(https://sgisapi.kostat.go.kr/images/controls-static.png);*/
}

/* pan control */
.sop-control-pan {
    background-position: -52px 0px;
    width: 60px;
    height: 63px;
}
.sop-control-pan-left {
    background-position: -104px -63px;
    width: 8px;
    height: 13px
}
.sop-control-pan-right {
    background-position: -130px -77px;
    width: 8px;
    height: 13px
}
.sop-control-pan-left:hover {
    background-position: -130px -90px;
    width: 8px;
    height: 13px
}
.sop-control-pan-right:hover {
    background-position: -125px -112px;
    width: 9px;
    height: 12px
}
.sop-control-pan-up:hover {
    background-position: -125px -156px;
    width: 12px;
    height: 10px
}
.sop-control-pan-up {
    background-position: -125px -166px;
    width: 12px;
    height: 10px
}
.sop-control-pan-down:hover {
    background-position: -125px -124px;
    width: 12px;
    height: 9px
}
.sop-control-pan-down {
    background-position: -130px -243px;
    width: 12px;
    height: 9px
}

/* div icon */

.sop-div-icon {
    background: #fff;
    border: 1px solid #666;
}


/* Slider */
.sop-control-zoomSlider-wrap {
    background-color: transparent;
    border-bottom: 0px solid #ccc;
}

.sop-control-zoomSlider-bar-deactive {
    background-position: -26px -0px !important;
    width: 26px;
    height: 180px;
    border: 0px;
}

.sop-control-zoomSlider-bar-active {
    background-position: -0px -0px !important;
    width: 26px;
    height: 180px;
    border: 0px;
}

.sop-control-zoomSlider-bar-levelInfo-background {
    background-image:  url(images/controls-static2.png );
}

.sop-control-zoomSlider-bar-levelInfo-left {
    left: 30px;
    top: 30px;
    position: absolute;
}

.sop-control-zoomSlider-bar-levelInfo-left-1 {
    background-position: 0 -347px;
    width: 39px;
    height: 15px;
}

.sop-control-zoomSlider-bar-levelInfo-left-3 {
    background-position: 0 -332px;
    width: 39px;
    height: 15px;
}

.sop-control-zoomSlider-bar-levelInfo-left-5 {
    background-position: 0 -317px;
    width: 39px;
    height: 15px;
}

.sop-control-zoomSlider-bar-levelInfo-left-8 {
    background-position: 0 -302px;
    width: 39px;
    height: 15px;
}

.sop-control-zoomSlider-bar-levelInfo-left-11 {
    background-position: 0 -287px;
    width: 39px;
    height: 15px;
}

.sop-control-zoomSlider-bar-levelInfo-left-13 {
    background-position: -78px -301px;
    width: 39px;
    height: 15px;
}

.sop-control-zoomSlider-bar-levelInfo-right {
    left: -45px;
    top: 30px;
    position: absolute;
}
.sop-control-zoomSlider-bar-levelInfo-right-1 {
    background-position: -39px -347px;
    width: 39px;
    height: 15px;
}
.sop-control-zoomSlider-bar-levelInfo-right-3 {
    background-position: -39px -332px;
    width: 39px;
    height: 15px;
}
.sop-control-zoomSlider-bar-levelInfo-right-5 {
    background-position: -39px -317px;
    width: 39px;
    height: 15px;
}
.sop-control-zoomSlider-bar-levelInfo-right-8 {
    background-position: -39px -302px;
    width: 39px;
    height: 15px;
}
.sop-control-zoomSlider-bar-levelInfo-right-11 {
    background-position: -39px -287px;
    width: 39px;
    height: 15px;
}
.sop-control-zoomSlider-bar-levelInfo-right-13 {
    background-position: -78px -301px;
    width: 39px;
    height: 15px;
}

.sop-control-zoomSlider-slider {
    position: relative;
    background-position: -110px -243px;
    width: 20px;
    height: 11px;
    margin-left: 3px;
}

.sop-control-zoomSlider-bar-deactive:hover, .sop-control-zoomSlider-bar-active:hover {
    cursor: pointer;
}

.sop-control-zoomSlider-slider:hover {
    cursor: default;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.sop-control-zoomSlider-slider:active {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

.sop-dragging .sop-control-zoomSlider,
.sop-dragging .sop-control-zoomSlider-wrap,
.sop-dragging .sop-control-zoomSlider-bar-deactive,
.sop-dragging .sop-control-zoomSlider-bar-active,
.sop-dragging .sop-control-zoomSlider a,
.sop-dragging .sop-control-zoomSlider a.sop-control-zoomSlider-disabled,
.sop-dragging .sop-control-zoomSlider-slider:hover {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

/** sop Zoom Styles **/
.sop-container .sop-control-zoomSlider {
    margin-left: 10px;
    margin-top: 10px;
    box-shadow: none;
}

.sop-control-zoomSlider a {
    width: 26px;
    height: 26px;
    text-align: center;
    text-decoration: none;
    color: black;
    display: block;
}

.sop-control-zoomSlider a:hover {
    background-color: #f4f4f4;
}

.sop-control-zoomSlider-in {
    background-position: -112px -26px !important;
    width: 26px;
    height: 26px;
    font: bold 18px 'Lucida Console', Monaco, monospace;
}

.sop-control-zoomSlider-in:after {
    content: ""
}

.sop-control-zoomSlider-out {
    background-position: -112px -0px !important;
    width: 26px;
    height: 26px;
    font: bold 22px 'Lucida Console', Monaco, monospace;
}

.sop-control-zoomSlider-out:after {
    content: ""
}

.sop-control-zoomSlider a.sop-control-zoomSlider-disabled {
    cursor: default;
    color: #bbb;
}

/* Touch */
.sop-touch .sop-control-zoomSlider-bar-active,
.sop-touch .sop-control-zoomSlider-bar-deactive {
    background-position: 10px 0px;
}

.sop-touch .sop-control-zoomSlider-slider {
    width: 16px;
    margin-left: -7px;
}
.sop-touch .sop-control-zoomSlider a {
    width: 30px;
    line-height: 30px;
}

.sop-touch .sop-control-zoomSlider a:hover {
    width: 30px;
    line-height: 30px;
}

.sop-touch .sop-control-zoomSlider-in {
    font-size: 24px;
    line-height: 29px;
}

.sop-touch .sop-control-zoomSlider-out {
    font-size: 28px;
    line-height: 30px;
}

.sop-touch .sop-control-zoomSlider {
    border: 4px solid rgba(0, 0, 0, 0.3);
}
.icon {
    position: relative;
    background-position: -110px -243px;
    width: 20px;
    height: 11px;
    margin-left: 3px;
}

/* caption */

.sop-caption {
    position: absolute;
    font-size: 9pt;
    font-weight: bold;
    padding-top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    white-space: nowrap;
}

.sop-caption-span {
    padding: 2px;
}

/* Measure control */

.sop-control-measure {
    margin-left: 10px;
    margin-top: 10px;
    box-shadow: none;
}

.sop-distance-out {
    background-position: -52px -63px;
    width: 26px;
    height: 25px
}

.sop-distance-selected {
    background-position: -112px -52px;
    width: 26px;
    height: 25px;
}

.sop-area-selected {
    background-position: -104px -77px;
    width: 26px;
    height: 25px;
}

.sop-area-out {
    background-position: -78px -63px;
    width: 26px;
    height: 25px;
}

.sop-clear-out {
    background-position: -78px -88px;
    width: 26px;
    height: 24px;
}
.sop-clear-out:hover {
    background-position: -52px -88px;
    width: 26px;
    height: 24px
}

.sop-distance-start {
    background-position: -75px -265px;
    width: 37px;
    height: 21px
}

.sop-distance-icon {
    background-position: -127px -145px;
    width: 11px;
    height: 11px
}

.sop-distance-delete {
    background-position: -107px -156px;
    width: 18px;
    height: 17px;
    position: absolute;
}

.sop-area-icon {
    background-position: -127px -134px;
    width: 11px;
    height: 11px
}

.sop-area-delete {
    background-position: -107px -112px;
    width: 18px;
    height: 17px
}

.sop-measure-infoWindow {
    font-size: 12px;
    text-align: center;
    line-height: normal;
    font-style: normal;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -ms-user-select:none;
}

.sop-masure-infoValue {
    padding-left: 10px;
}

/* mouse right Button Control Event Cleared*/
.sop-measure-bluemouse {
    background-position: -112px -254px;
    width: 11px;
    height: 16px;
    display: inline-block;
}

.sop-measure-orangeemouse {
    background-position: -124px -254px;
    width: 11px;
    height: 16px;
    display: inline-block;
}

.sop-measusre-distanceInfo{
    padding-top: 3px;
    margin-top : 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

.sop-measusre-areaInfo{
    padding-top: 3px;
    margin-top : 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

/* MarkerCluster */

.sop-cluster-anim .sop-marker-icon, .sop-cluster-anim .sop-marker-shadow {
    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
    -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
    transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.marker-cluster-small1 {
    background-image: url(images/markercluster/markercluster-1.png);
}
.marker-cluster-small2 {
    background-image: url(images/markercluster/markercluster-2.png);
}
.marker-cluster-small3 {
    background-image: url(images/markercluster/markercluster-3.png);
}
.marker-cluster-medium1 {
    background-image: url(images/markercluster/markercluster-4.png);
}
.marker-cluster-medium2 {
    background-image: url(images/markercluster/markercluster-5.png);
}
.marker-cluster-medium3 {
    background-image: url(images/markercluster/markercluster-6.png);
}
.marker-cluster-large {
    background-image: url(images/markercluster/markercluster-7.png);
}


/*.marker-cluster-small {*/
/*background-color: rgba(181, 226, 140, 0.6);*/
/*}*/
/*.marker-cluster-small div {*/
/*background-color: rgba(110, 204, 57, 0.6);*/
/*}*/

/*.marker-cluster-medium {*/
/*background-color: rgba(241, 211, 87, 0.6);*/
/*}*/
/*.marker-cluster-medium div {*/
/*background-color: rgba(240, 194, 12, 0.6);*/
/*}*/

/*.marker-cluster-large {*/
/*background-color: rgba(253, 156, 115, 0.6);*/
/*}*/
/*.marker-cluster-large div {*/
/*background-color: rgba(241, 128, 23, 0.6);*/
/*}*/

/* IE 6-8 fallback colors */
/*.sop-oldie .marker-cluster-small {*/
    /*background-color: rgb(181, 226, 140);*/
/*}*/
/*.sop-oldie .marker-cluster-small div {*/
    /*background-color: rgb(110, 204, 57);*/
/*}*/

/*.sop-oldie .marker-cluster-medium {*/
    /*background-color: rgb(241, 211, 87);*/
/*}*/
/*.sop-oldie .marker-cluster-medium div {*/
    /*background-color: rgb(240, 194, 12);*/
/*}*/

/*.sop-oldie .marker-cluster-large {*/
    /*background-color: rgb(253, 156, 115);*/
/*}*/
/*.sop-oldie .marker-cluster-large div {*/
    /*background-color: rgb(241, 128, 23);*/
/*}*/

.marker-cluster {
    /*background-clip: padding-box;*/
    /*border-radius: 20px;*/
    /*background-size: contain;*/
}
.marker-cluster div {
    width: 50px;
    height: 50px;
    margin-left: 5px;
    margin-top: 5px;

    text-align: center;
    border-radius: 15px;
    font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.marker-cluster span {
    line-height: 50px;
    color: #ffffff;
}

/* ToolTip */

.sop-tooltip {
    background: rgb(235, 235, 235);
    /*background: rgba(235, 235, 235, 0.81);*/
    background: rgba(255, 255, 255, 1);
    background-clip: padding-box;
    /*border-color: #777;*/
    /*border-color: rgba(0,0,0,0.25);*/
    border-color: rgba(255,255,255,0);
    border-radius: 10px;
    border-style: solid;
    border-width: 4px;
    color: #111;
    display: block;
    /*font: 15px Dotum, Arial, Helvetica, sans-serif;*/
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 1px 6px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    z-index: 6;
}

.sop-tooltip.sop-clickable {
    cursor: pointer;
    pointer-events: auto;
}

.sop-tooltip:before,
.sop-tooltip:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: none;
    position: absolute;
    top: 5px;
}

.sop-tooltip:before {
    border-right: 6px solid black;
    border-right-color: inherit;
    left: -10px;
}

.sop-tooltip:after {
    border-left: 6px solid black;
    border-left-color: inherit;
    right: -10px;
}

.sop-tooltip-right:before,
.sop-tooltip-left:after {
    content: "";
}

/*mng_e 20230406 이진호*/

/*mng_s 20230406 이진호*/
/*모바일 메인페이지 속도 개선으로 slick.css를 main.css에 합침*/
/* Slider */
.slick-slider {
	position:relative;
	display:block;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-webkit-touch-callout:none;
	-khtml-user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent;
}
.slick-list {
	position:relative;
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}
.slick-list:focus {
	outline:none;
}
.slick-list.dragging {
	cursor:pointer;
/*mng_s 20240621 이진호, 웹 표준 점검 오류사항 주석처리*/	
/* 	cursor:hand; */
}
.slick-slider .slick-track,.slick-slider .slick-list {
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.slick-track {
	position:relative;
	top:0;
	left:0;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.slick-track:before,.slick-track:after {
	display:table;
	content:'';
}
.slick-track:after {
	clear:both;
}
.slick-loading .slick-track {
	visibility:hidden;
}
.slick-slide {
	display:none;
	float:left;
	height:100%;
	min-height:1px;
}
[dir='rtl'] .slick-slide {
	float:right;
}
.slick-slide img {
	display:block;
}
.slick-slide.slick-loading img {
	display:none;
}
.slick-slide.dragging img {
	pointer-events:none;
}
.slick-initialized .slick-slide {
	display:block;
}
.slick-loading .slick-slide {
	visibility:hidden;
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/*mng_e 20230406 이진호*/

/*mng_s 20230406 이진호*/
/*모바일 메인페이지 속도 개선으로 style.css를 main.css에 합침*/
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: #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; }

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

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

.container { 
	position: relative;
    overflow: hidden;
    width: 100%;
    height:calc(100% - 60px);
    margin-top: 60px;
	
}


.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 60px;
  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: 105px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 6px 0 rgba(88, 88, 88, 0.48); }

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

.modal__tit {
  color: #112B48;
  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;}
.nav-2022 { width:100%; position:fixed; z-index:100; left:0px; 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:12px; text-align:left;}
.nav-2022 div.leftCol span { display:flex; height:30px; align-items:center; box-sizing:border-box; padding:5px 10px; font-size:12px; color:#4F4F4F; border:1px solid #E0E0E0; background-color:#fff; border-radius:1px; float:left; margin-left:5px;}
.nav-2022 div.leftCol span:first-child { margin-left:0px;}
.nav-2022 div.leftCol span svg { fill:#4F4F4F; margin-left:5px; transform: rotate(0deg); }
.nav-2022 div.leftCol span.active { border:1px solid #2277F2; color:#2277F2;}
.nav-2022 div.leftCol span.active svg { fill:#2277F2; transform: rotate(180deg);}
.nav-2022 div.leftCol span.txt { background-color:#f7f7f7; border:none; padding:5px 0 5px 5px; font-size:10px; line-height:20px; }

.nav-2022 div.rightCol { display:flex; justify-content:flex-end; }
.nav-2022 div.rightCol .locationboxwrap2 { display:flex; height:30px; align-items:center; border:1px solid #e0e0e0; box-sizing:border-box; padding:5px 10px; background-color:#fff;}
.nav-2022 div.rightCol .locationboxwrap2 svg { stroke:#4f4f4f !important; }
.nav-2022 div.rightCol .locationboxwrap2.active { border:1px solid #2277F2; } 
.nav-2022 div.rightCol .locationboxwrap2.active p { color:#2277F2 !important; }

.nav-2022 div.rightCol .locationboxwrap2.active svg { stroke:#2277F2 !important; }
.nav-2022 div.rightCol .locationboxwrap2 #location-text p {display:flex; align-items:center; padding-left:5px; font-size:12px !important; color:#4f4f4f; font-weight:bold; }
/* 2022-11-25 css �߰�  */
.nav-2022 div.rightCol .locationboxwrap2 #location-text svg { transform: rotate(-90deg); vertical-align:middle; fill:#4f4f4f !important; margin: 0 5px; stroke:none !important;}
.nav-2022 div.rightCol .locationboxwrap2.active #location-text svg { fill:#2277F2 !important; }


.nav-layer { position:absolute; z-index:990; left:10px; top:45px; background-color:#fff; width:120px; border:1px solid #757678; display:none;   } /* 2022-10-20 z-index ���� */
.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:12px; }
.nav-layer li.on3 { background-color:#F2F2F2; color:#2277F2;}
.nav-layer li.on3 a { background-color:#F2F2F2; color:#2277F2;} /* 2022-11-24 css �߰�  */
.nav-layer li a { display:block; color:#4f4f4f; }

.locationboxwrap { height:30px;box-sizing:border-box; border:1px solid #757678; border-radius:1px; padding:5px 10px; text-align:left;  background-color:#fff; font-size:12px; float:left; }
.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;}

/* ������� ���̾� �߰�  */
#year-container { 
	z-index: 1000;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: calc(100% - 40px) !important;
    display: block;
    position: absolute;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;

	}
#year-container .option__btn:hover, .option__btn:active, .option__btn:focus, .option__btn:visited, .option__btn[aria-checked="true"] { border:0px !important; background-color:#fff !important;}
#year-container .option__btn {
	min-width: auto;
	width:100%; float:left;
    margin:0; 
    padding: 5px 10px;
    box-sizing:border-box; 
    color:#4f4f4f;
    border-radius: 0;
    border: 0;
    font-size: 12px;
}

#year-container .btn_popType4 {
	    background-color: #F7F7F7;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    color: #4f4f4f;
    width: 100px;
    height: 100%;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 700;
	
}

/*2022-11-01 ����*/
#administStatsRegionPop { 
/* 	display:none;  
	position:absolute; 
	z-index:100; 
	top:105px; 
	right:10px; 
	background-color:#fff;
	width:100px; 
	box-sizing:border-box; 
	border:1px solid #757678; */
	
	z-index: 1000;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: calc(100% - 40px) !important;
    display: block;
    position: absolute;
    /* z-index: 11000; */
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
	}
#administStatsRegionPop .option__btn:hover, .option__btn:active, .option__btn:focus, .option__btn:visited, .option__btn[aria-checked="true"] { color:#2277F2 !important; border:1px solid #e0e0e0 !important; background-color:#f4f4f4 !important;}
#administStatsRegionPop .option__btn {
	/* min-width: auto;
	width:33.3%; float:left;
    margin:0; 
    box-sizing:border-box; 
    height:40px;
    color:##4f4f4f;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    margin:-1px 0 0 -1px;
    font-size: 12px; */
    min-width: auto;
	width:100%; float:left;
    margin:0; 
    padding: 5px 0px;
    box-sizing:border-box; 
    color:#4f4f4f;
    border-radius: 0;
    border: 0;
    font-size: 12px;
}
#administStatsRegionPop .popBox { border-radius: 10px;}
#administStatsRegionPop .popHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 0 10px 0;
    background-color: #fff;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;}
#administStatsRegionPop .popTitle {
    color: #353B48;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

#administStatsRegionPop .PopFooter {
    width:100%; margin:10px auto 0 auto; position:relative; overflow:hidden; padding-top:10px; 
    height: 40px; text-align:center; 
}

#administStatsRegionPop .btn_popType4 {
    background-color: #F7F7F7;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    color: #4f4f4f;
    width: 100px;
    height: 100%;
    margin:0 auto; 
    font-size: 12px;
    font-weight: 700;
}

/*2022-11-01 ����*/

/*  ������ �ð�ȭ ���̾� �߰�  */

/* #totSurvMapRegionPop { display:none;  position:absolute; z-index:100; top:105px; right: 10px; background-color:#fff; width:300px; box-sizing:border-box; border:1px solid #757678;} 2022-11-18 css ���� right: 70px;  */
/*  2022-11-30 ����  */
#totSurvMapRegionPop {
	z-index: 1000;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: calc(100% - 40px) !important;
    display: block;
    position: absolute;
    /* z-index: 11000; */
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
}
#totSurvMapRegionPop .option__btn:hover, .option__btn:active, .option__btn:focus, .option__btn:visited, .option__btn[aria-checked="true"] { color:#2277F2 !important; border:1px solid #e0e0e0 !important; background-color:#f4f4f4 !important;}
#year-container .option__btn:hover, .option__btn:active, .option__btn:focus, .option__btn:visited, .option__btn[aria-checked="true"] { color:#4f4f4f !important; /* border:none !important; */ background-color:#fff !important;} /* 2022-12-09 css����  border:none !important; ���� */
#totSurvMapRegionPop .option__btn {
	/* min-width: auto;
	width:33.3%; float:left;
    margin:0; 
    box-sizing:border-box; 
    height:40px;
    color:##4f4f4f;
    border-radius: 0;
    border: 1px solid #e5e5e5;
    margin:-1px 0 0 -1px;
    font-size: 12px; */
    min-width: auto;
	width:100%; float:left;
    margin:0; 
    padding: 5px 0px;
    box-sizing:border-box; 
    color:#4f4f4f;
    border-radius: 0;
    border: 0;
    font-size: 12px;
}
#totSurvMapRegionPop .popBox { border-radius: 10px;}
#totSurvMapRegionPop .popHeader {
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    padding: 0px 0 10px 0;
    background-color: #fff;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;}
#totSurvMapRegionPop .popTitle {
    color: #353B48;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

#totSurvMapRegionPop .PopFooter {
    width:100%; margin:10px auto 0 auto; position:relative; overflow:hidden; padding-top:10px; 
    height: 40px; text-align:center; 
}

#totSurvMapRegionPop .btn_popType4 {
    background-color: #F7F7F7;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    color: #4f4f4f;
    width: 100px;
    height: 100%;
    margin:0 auto; 
    font-size: 12px;
    font-weight: 700;
}

/*2022-10-21 ������ �ð�ȭ���� ���� �������� �߰�*/

.ecnmyType {
/* 	margin-left:3px; */ 
	padding: 5px 10px; 
	border-radius: 1px; 
	background-color: #fff; 
	color: #4f4f4f !important; 
	border: 1px solid #e0e0e0; 
	font-size: 12px !important; 
	top:2px;
}

.ecnmyType.active { color:#2277F2 !important; border:1px solid #2277F2;}

#ecnmy-type {
/* 	position: absolute; 
	z-index: 100; 
	top: 105px; 
	right: 71px; 
	background-color: #fff; 
	width: 50px; 
	box-sizing: border-box; 
	border: 1px solid #757678; */
}


/*2022-12-02 ������ �ð�ȭ���� ��� ���� ���� �߰�*/

.fisheryType {
/* 	margin-left:3px; */ 
	padding: 5px 10px; 
	border-radius: 1px; 
	background-color: #fff; 
	color: #4f4f4f !important; 
	border: 1px solid #e0e0e0; 
	font-size: 12px !important; 
	top:2px;
}

.fisheryType.active { color:#2277F2 !important; border:1px solid #2277F2;}

#fishery-type {
/* 	position: absolute; 
	z-index: 100; 
	top: 105px; 
	right: 71px; 
	background-color: #fff; 
	width: 50px; 
	box-sizing: border-box; 
	border: 1px solid #757678; */
}

.yearPopTitle {
    color: #353B48;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.fisheryPopTitle {
    color: #353B48;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.ecnmyPopTitle {
    color: #353B48;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}


/*�������� ���� �˾�*/
.select_wrap {
	display: flex;
    flex-direction: row;
    align-items: center; 
}

.select_wrap > select {
	font-size: 12px;
    padding: 10px 25px 10px 6px;
    border: 1px solid #E1E1E2;
    background: url(../img/select_arrow.png) no-repeat right 10px center;
    background-size: 1em;
    background-color: #fff;
    color: #4B5158;
    -webkit-appearance: none;
    margin: 0 3px;
    flex: 1 auto;
    width: 95px;
    white-space: nowrap;
}

.selectsubtit {
	display: flex; 
    margin-right: auto;
    font-size: 14px;
    margin-bottom: 10px;
    color: #4B5158;
}

.select_wrap > select > option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}


/*popup*/
.aside_back {display: block; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0,0,0,0.7); z-index: 9900;}
/* .popWrap {left: calc(50% - 145px); top: 100px; width: 300px; display: block;position: absolute; z-index: 11000; box-sizing:border-box; padding:10px; border-radius:10px; background-color:#fff; } 2020.09.15[�ѱ���] ���� Ŭ�� �˾� ������ ���� */
/*2022-12-02 css ����*/
.popWrap {    
	left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: calc(100% - 40px) !important;
    display: block;
    position: absolute;
    /* z-index: 11000; */
    box-sizing: border-box;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;}

.popBox { border-radius: 10px; }
/* .popHeader {background-color:#F9FBFA;border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex-direction: row; align-items: center; height: 45px;} */
.popHeader {display: flex; flex-direction: row; align-items: center; box-sizing:border-box; padding:10px; background-color:#fff; justify-content:space-between; border-bottom:1px solid #e0e0e0;} 
.popTitle {color: #112B48; font-size: 1.2em; font-weight: 700; text-align: center; }
.popTitleSpan {color: #353B48; font-size: 17px; font-weight: 700; text-align: center; padding-left: 5px;}
.btn_popClose {background: url(../img/pop_close.png) no-repeat center; width: 40px; height: 35px; background-size: 15px; display: flex; margin-left: auto; text-indent:-999px;} /*2020.09.11[�ſ���] �����ټ� ������ ���� css �߰� */
.popContentBox {display: flex; flex-direction: column; background-color: white; padding: 1.5em; align-items: center; justify-content: center; font-size:12px;}
.popMessage {color: #7B818F; font-weight: 500; font-size: 1.2em; text-align: center; line-height: 1.5em;}
.PopFooter {display: flex; align-items: center; justify-content: center; height: 35px;}
.PopFooter.on, .PopFooter:hover {}
.btn_popSubmit {background-color:transparent; color: white; font-size: 1.2em; font-weight: 700;} 
.popHeader .pop_Info_tit {font-size: 16px; letter-spacing:-1px; line-height: 20px; color: #112B48; font-weight:bold;}
.popContent { line-height:25px;}
/*2022.10.14[������] ���� ��ҹ�ư css �߰� */
.help_popClose {background: url(../images/common/pop_close.png) no-repeat center; width: 40px; height: 35px; background-size: 15px; display: flex; margin-left: auto; text-indent:-999px;}



.btn_popType3 {
	background-color: #112B48;
    color: white;
    width: 100px;
    height: 100%;
    font-size: 14px;
    font-weight: 700;
    border-radius:5px; 
	
}

.btn_popType4 {
	background-color: #F7F7F7;
	box-sizing:border-box; border:1px solid #E8E8E8;
    color: #4f4f4f;
    width: 100px;
    height: 100%;
    font-size: 12px;
    font-weight: 700;
}
/* 23.02.21 ��泲 ui ��ư ��Ÿ�� ����*/
.btn_popType5 {
	background-color: #112B48 !important;
    color: white !important;
    width: 100px !important;
    height: 100% !important;
    font-size: 12px !important;
    border-radius:5px !important; 	
    font-weight: 500 !important;
    font-family: 'Noto Sans KR' !important;    
}
.btn_reset {
	font-size:12px; width:100px; box-sizing:border-box; font-weight:600; background-color:#f7f7f7; border:1px solid #e8e8e8; border-radius:5px; color:#4f4f4f; height:100%; margin-top:5px;
	 
}
/*mng_e 20230406 이진호*/

/*mng_s 20230406 이진호*/
/*모바일 메인페이지 속도 개선으로 map.css를 main.css에 합침*/
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; }

/*mng_s 20240621 이진호 웹 표준 오류사항 수정(주석처리)*/
.default-select__radio p {
  position: relative;
  padding-left: 24px;
  color: #000;
  /*font-style: 15px;*/ }

.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:0;width:100%;z-index:10;}
/* body,html{background-color:#fff;} */


/*mng_e 20230406 이진호*/








/*mng_s 20231016 이진호, main 개편으로 css 추가*/
* { margin: 0; padding: 0; border: 0; box-sizing: border-box; }
body { max-width: 100%; width: 100%; margin:0 auto; }
/* header { max-width: 1080px; width: 100%; margin:0 auto; } */

.mainHeader .inner { display: flex; justify-content: space-between; align-items: center; height: 50px; background: #fff; padding: 0 2%; width: 100%;}


.mainIcon { display: inline-block; width: auto; }
#handMap { position: relative; background: linear-gradient(155deg, #00417E 0%, #001E3D 100%); font-family: 'Noto Sans KR';letter-spacing: -0.1em; }
#handMap::after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/img_map_bg.png) no-repeat center / cover; content: ''; z-index: 1; mix-blend-mode: multiply; }
#handMap .inner { padding:110px 110px 220px; }
#handMap .tit { position: relative; display: flex; justify-content: center; margin-bottom: 1.267em; color: #fff; font-size: 60px; font-weight: 600; z-index: 2; }
#handMap .tit .mainIcon { width:1.050em; margin-right: 0.367em; }
#handMap .map-wr { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); font-size: 45px; grid-gap: 1.156em 0.622em; z-index: 2; }
#handMap .goMap { background-color: #fff; text-align: center; word-break: keep-all; }
#handMap .goMap .mainIcon { width: 3.022em; }
#handMap .goMap p { margin-top: 0.800em; color: #001D37; font-weight: bolder; }
#handMap a { display: block; padding: 1.822em 0em; text-decoration: none; }
#handMap .goMap:hover { background-color: #dbdbdb; }

/* .mainkeyword { position: relative; width: 100%; height: 188px; margin-top: -60px; background-color: #F0F2F1; border-radius: 60px 60px 0 0; z-index: 2; text-align: center; } */
/* .mainkeyword .inner { padding-left: 110px; padding-right: 110px; } */
/* .mainkeyword img { width: 100%; transform: translateY(-50%); } */

@media screen and (max-width:1079px){
 #handMap .tit { font-size: 52px; }
 #handMap .map-wr { font-size: 30px; }
 }
@media screen and (max-width:900px){
 #handMap .tit { font-size: 43px; }
 #handMap .map-wr { font-size: 25px; }
 }

@media screen and (max-width:768px){
 .mainHeader .inner { height: 50px; width: 100%; }
 .mainHeader .inner .mainIcon { width:auto; }
 #handMap .inner,.keyword .inner { padding-left: 1.5rem; padding-right: 1.5rem; }
 #handMap .tit { font-size: 37px; }
 #handMap .map-wr { font-size: 27px; }
 .keyword { height: 100px; border-radius: 30px 30px 0 0; }
 }
@media screen and (max-width:600px){
 #handMap .inner {padding-top: 60px; padding-bottom: 100px ;}
 #handMap .tit { font-size: 27px; }
 #handMap .map-wr { font-size: 18px; }
 }
@media screen and (max-width:500px){
 .mainHeader .inner .mainIcon { width:auto;}
 #handMap .tit { font-size: 23px; }
 #handMap .map-wr { font-size: 16px; }
 }

/*mng_e 20231016 이진호*/

/*mng_s 20240619 키워드별 도트 css 추가*/
.keyword__slide .slick-dots li{margin:0 5px;}
.keyword__slide .slick-dots li button{width: 10px; height: 10px;}
/*mng_e 20240619*/

/*mng_s 20240621 박상현 검색 css 추가*/
.search-container-wrapper {top: 10px; position: absolute; display: none;left: 0;right: 0; transition: top 0.5s ease;}
.search-container-wrapper.active {top: 55px; display: block;}
.search-container{ width: 100%; display: flex; margin: 0 auto; flex-direction: row; align-items: center; height: 50px; border-bottom: 1px solid #707070; background-color: white; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;}
button#searchBtn {width: 50px; height: 40px; background: url(../images/search.png) no-repeat center; background-size: 20px; cursor: pointer; align-items: flex-end;} 
button#searchBtn:hover {background-color: #004080;}
input#searchKeyword { margin-left: 16px; width: 92%; height: 45px; font-size: 1.3em; border: 0; outline: none; font-weight: 700; padding: 10px;}	
/*mng_e 20240621*/