@font-face {
  font-family: "paybooc-Light";
  src: url("../../fonts/payboocOTFLight.otf") format("opentype"), url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "paybooc-Medium";
  src: url("../../fonts/payboocOTFMedium.otf") format("opentype"), url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "paybooc-Bold";
  src: url("../../fonts/payboocOTFBold.otf") format("opentype"), url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "paybooc-ExtraBold";
  src: url("../../fonts/payboocOTFExtraBold.otf") format("opentype"), url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body, html, .ptg-typography {
  font-family: "paybooc-Medium";
  font-size: 15px;
}
.container {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}
.map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
/* select 기본 스타일
------------------------------------- */
.ptg-select-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 25px;
  box-sizing: border-box;
}
.select-box-text {
  font-family: "paybooc-Bold";
  font-size: 15px;
  color: #fff;
}
.select-box-icon {
  width: 10px;
  padding-left: 5px;
}
.select-box-icon > img {
  width: 100%;
}
.select-box-list {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 1;
  visibility: hidden;
}
.select-box-list ul {
  width: 100%;
  height: 100%;
  padding: 10px 0px;
  text-align: right;
  overflow-y: auto;
  box-sizing: border-box;
}
.select-box-list ul li {
  padding: 5px 20px;
  font-family: "paybooc-Bold";
  font-size: 12px;
  color: #fff;
}
.select-box-list ul li:hover {
  background-color: #b2473d;
}
/* select 시계열 데이터가 존재할 경우
------------------------------------- */
.time-series-icon {
  width: 20px;
  height: 20px;
}
.time-series-icon img {
  width: 100%;
}
/* select list 오픈시 추가 className
------------------------------------- */
.ptg-select-box-open {
  border-radius: 15px 15px 0 0;
}
.select-box-list-open {
  visibility: visible;
}
/* checkbox 기본 스타일
------------------------------------- */
.ptg-input-check {
  visibility: hidden;
}
.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox-label span {
  font-size: 18px;
}
.checkbox-label img {
  width: 23px;
  margin-left: 10px;
}
/* POI Cluster
------------------------------------- */
.POI-cluster {
  position: relative;
}
.POI-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  min-width: 60px;
  height: 5rem;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(67, 36, 166, 0.7);
  z-index: 50;
}
.POI-icon span {
  color: #fff;
  font-family: "paybooc-Bold";
  font-size: 2em;
  opacity: 1;
}
.poi-list-box {
  position: absolute;
  bottom: 0px;
  left: 90px;
  max-width: 250px;
  background-color: #fff;
}
.poi-list-box .list-box-head {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  font-size: 18px;
  font-family: "paybooc-Bold";
  color: #4324a6;
  background-color: #e5f43e;
  box-sizing: border-box;
}
.poi-list-box .list-box-head::before {
  content: "";
  display: block;
  width: 20px;
  height: 30px;
  background-image: url("../../images/store_icon.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.poi-list-wrapper {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.poi-list-wrapper::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -5px;
  width: 15px;
  height: 15px;
  background-color: #fff;
  transform: rotate(45deg);
}
.poi-list-wrapper .poi-list li {
  margin: 5px 0px;
  font-size: 16px;
  list-style: inside disc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.poi-list-wrapper .poi-list li:hover {
  font-family: "paybooc-Bold";
  color: #4324a6;
}
.poi-list-wrapper .poi-list li:active {
  font-family: "paybooc-Bold";
  color: #4324a6;
}
/* POI Store Icon
------------------------------------- */
.POI-store-icon {
  position: absolute;
  cursor: pointer;
  z-index: 50;
}
/* POI Market
------------------------------------- */
.poi-market {
  /* position: absolute; */
  width: 9rem;
  height: 10rem;
  cursor: pointer;
  /* z-index: 50; */
  background-image: url(../../images/POI.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.poi-market p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 15px;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  box-sizing: border-box;
}
.poi-market.open {
  background-image: url(../../images/POI_active.svg);
}
.poi-market.open p {
  color: rgb(255, 225, 196);
}
/* Tabs
------------------------------------- */
.tab-control {
  width: 100%;
}
.tab-buttons {
  width: 100%;
}
.tab-buttons .tab-button {
  font-family: "paybooc-Bold";
  width: 20%;
  height: 40px;
  color: #e66c60;
  margin: 0px 1px;
  border: 0;
  border-radius: 10px 10px 0 0;
  background-color: #ffe3e0;
  box-sizing: border-box;
  overflow: hidden;
}
.tab-buttons .tab-button:first-child {
  margin-left: 0px;
}
.tab-buttons .tab-button.active {
  background-color: #e76c60;
  color: #fff;
}
.tab-contents {
  width: 100%;
  height: 300px;
  background-color: #f2effd;
}
.tab-contents > section {
  width: 100%;
  height: 100%;
  background-color: #ec6e62;
}
/* Report Tabs
------------------------------------- */
.tab-control-report {
  width: 100%;
  height: 100%;
}
.tab-buttons-report {
  height: 6%;
}
.print-page > .tab-buttons-report {
  height: 40px;
}
.tab-buttons.tab-buttons-report .tab-button {
  width: 16.49%;
  height: 100%;
}
.tab-buttons.tab-buttons-report .tab-button:last-child {
  margin: 0px 0px;
}
.print-page > .tab-buttons.tab-buttons-report .tab-button {
  width: 16.49%;
  height: 50px;
}
.print-page > section > section:nth-child(n+2) {
  margin: 20px 0px 20px 0px;
}
.tab-buttons.tab-buttons-dataTable.compare-print {
  height: 40px;
}
/* DataStatus
------------------------------------- */
.data-status-wrapper {
  width: 100%;
}
.data-status-wrapper .ptg-select-box {
  max-width: 50%;
  margin-left: auto;
  border-radius: 0;
  background-color: #e76c60;
}
.data-status-wrapper .ptg-select-box .header-select-text {
  margin-left: initial;
  text-align: left;
}
.data-status-wrapper .ptg-select-box .select-box-icon {
  margin-left: auto;
  width: 15px;
  height: 20px;
  background-image: url(../../images/arrow_down_white.svg);
  background-repeat: no-repeat;
}
.data-status-wrapper .ptg-select-box .select-box-icon img {
  display: none;
}
.data-status-wrapper .select-box-list {
  background-color: #e76c60;
}
.data-status {
  width: 100%;
}
.data-status ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.data-status ul li {
  width: 70px;
  margin: 5px;
}
.data-status ul li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 10px;
  font-size: 14px;
  color: #EC6E69;
  text-align: center;
  word-break: keep-all;
  border-radius: 50%;
  background-color: #fef1e1;
  box-sizing: border-box;
}
.data-status ul li > p {
  width: 100%;
  margin-top: 5px;
  color: #ababab;
  font-size: 12px;
  word-break: keep-all;
  text-align: center;
}
/* POI Data
------------------------------------- */
.poi-data-wrapper {
  position: relative;
}
.poi-data {
  position: relative;
  width: 12rem;
  height: 10rem;
  cursor: pointer;
  z-index: 50;
  background-image: url(../../images/POI.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.poi-data.active {
  z-index: 515;
}
.poi-data-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0px 35px 10px 35px;
  box-sizing: border-box;
}
.poi-data-inner p {
  font-size: 12px !important;
  color: #fff !important;
}
.poi-data-inner .area-name {
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  word-break: keep-all;
  box-sizing: border-box;
}
.poi-data-inner .catgory-icon {
  width: 35px;
  height: 35px;
}
.poi-data-inner .catgory-icon img {
  width: 100%;
  height: 100%;
}
.poi-data-inner .status {
  width: 100%;
  color: #e5f43e;
  font-size: 15px;
  text-align: center;
  word-break: break-all;
}
/* POI Target
------------------------------------- */
.poi-target {
  display: none;
  width: 12rem;
  height: 12rem;
  z-index: 50;
  background-image: url(../../images/POI.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.poi-target.active {
  background-image: url(../../images/POI_target_active.svg);
}
.poi-target-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 35px;
  box-sizing: border-box;
}
.poi-target-inner .area-name {
  color: #fff;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #f28c7b;
  word-break: break-all;
  text-align: center;
  font-size: 14px;
}
.poi-target-inner .checkbox-with-label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.poi-target-inner .checkbox-with-label .ptg-input-check {
  width: 1px;
  height: 1px;
}
.poi-target-inner .checkbox-with-label span {
  font-size: 13px;
}
.criteria-checkbox-wrapper .checkbox-with-label span {
  color: #ffe2c5;
}
.compare-checkbox-wrapper .checkbox-with-label span {
  color: #ffe2c5;
}
.poi-target-inner .checkbox-with-label .checkbox-label img {
  width: 17px;
}
/* POI Zeropay
------------------------------------- */
.zeropay-poi {
  position: absolute;
  top: 300px;
  left: 800px;
  width: 12rem;
  height: 12rem;
  z-index: 50;
  background-image: url(../../images/POI.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.zeropay-poi-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 35px;
  box-sizing: border-box;
}
.zeropay-poi-inner .market-name {
  color: #fff;
  width: 100%;
  font-weight: bold;
  padding-bottom: 5px;
  word-break: break-all;
  text-align: center;
  font-size: 16px;
}
.zeropay-poi-inner .market-address {
  color: #fff;
  width: 100%;
  padding-bottom: 8px;
  word-break: break-all;
  text-align: center;
  font-size: 13px;
}
.zeropay-poi-inner .label-icons {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zeropay-poi-inner .label-icons img {
  width: 3em;
  margin: 0px 3px;
}
/* 동작구청 메인화면 (Main, 메뉴 이동화면)
------------------------------------- */
@font-face {
  font-family: "SCDream-Medium";
  src: url("../../fonts/SCDream1.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SCDream-bold";
  src: url("../../fonts/SCDream2.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}
.main-container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "SCDream-Medium";
  overflow: hidden;
}
.main-welcome-title {
  width: 100%;
  height: 53vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-image: url(../../images/main/main_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-welcome-title > h1 {
  height: 165px;
  font-size: 35px;
  text-align: center;
  color: #fff;
}
.main-welcome-title > h1 > strong {
  font-family: "SCDream-bold";
}
.main-container .main-link {
  width: 85%;
  min-width: 1400px;
  margin: 0 auto;
  padding: 100px 0px;
  box-sizing: border-box;
}
.main-container .main-link nav {
  width: 100%;
}
.main-link nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-link nav ul li {
  width: 28%;
  cursor: pointer;
}
.main-link nav ul li > a {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.main-link nav ul li a > div {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #b4a7db;
  box-sizing: border-box;
}
.main-link li .link-name {
  font-size: 30px;
  color: #4324a6;
  margin-left: 20px;
  font-family: "SCDream-Medium";
}
.main-link li .link-name strong {
  font-family: "SCDream-bold";
}
.main-link li .link-description {
  width: 100%;
  font-size: 17px;
  font-family: "SCDream-bold";
  padding: 25px 10px;
  box-sizing: border-box;
}
.main-container footer {
  width: 100%;
  height: 15vh;
  padding-top: 20px;
  margin-top: auto;
  border-top: 1px solid #ededed;
  box-sizing: border-box;
}
.footer-content-wrapper {
  width: 70%;
  display: flex;
  margin: 0 auto;
}
.footer-content-wrapper address {
  margin-left: 30px;
  font-style: normal;
  font-size: 14px;
  font-family: "SCDream-bold";
}
.footer-content-wrapper .copyright {
  margin-left: auto;
  padding: 0px 40px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 25px;
  background-color: #eeeeee;
}
.ol-zoom {
  right: 0.5em;
  left: unset !important;
}
.map-controller {
  display: flex;
  justify-content: space-between;
  right: 3em;
  top: 0.5em;
  position: absolute;
  z-index: 10;
  padding: 2px;
  cursor: pointer;
  width: 170px;
}
.map-controller a {
  font-size: 12px;
  padding: 5px;
  background-color: white;
}
.map-controller a.active {
  background-color: rgba(0, 60, 136, 0.5);
  color: white;
}
#map .ol-overviewmap {
  position: fixed;
  top: 0;
}
#map .ol-overviewmap-sangkwon {
  left: 100px;
}
#map .ol-overviewmap-townmap {
  left: 684px;
}
#map .ol-custom-overviewmap:not(.ol-collapsed) {
  border: 1px solid #b0b0b0;
  width: 270px;
  height: 200px;
  margin: 20px 0px 0px 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 5px 0px 15px 0px;
}
#map .ol-collapsed {
  background-color: unset;
}
#map .ol-overviewmap .ol-overviewmap-map {
  border: none;
  margin: 0;
  width: 100%;
  height: 100%;
}
.ol-overviewmap .ol-overviewmap-box {
  border: 2px solid red;
}
/* 231101 추가 */
.ol-control {
  padding: 0px !important;
}
.ol-overviewmap .ol-overviewmap-map .ol-overviewmap button {
  margin: 10px !important;
  border: 1px solid #fff !important;
}
.ol-overviewmap:not(.ol-collapsed) button {
  margin: 10px !important;
}
.ol-overviewmap button {
  margin: 10px !important;
  border: 1px solid #fff !important;
}