/*font 23.02.24 ÆùÆ®*/ 
/* @import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css"); */

/*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-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 30px;
  background-color: #333333;
  text-align: center; }

.footer__link {
  display: flex; }

.footer__link li {
  width: 33.333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =====================
    modal
===================== */
.modal {
  z-index: 998;
  position: fixed;
  top: 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:realtive; 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:realtive; 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;
	 
}