@charset "UTF-8";

@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: hidden;
}

.map {
  position: relative;
  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: #4324a6;
}

.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: #4324a6;
}

.select-box-list ul li:hover {
  background-color: #f2effd;
}

/* 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:#4324a6;
}

/* Tabs
------------------------------------- */
.tab-control{
  width: 100%;
}

.tab-buttons{
  width: 100%;
}

.tab-buttons .tab-button{
  font-family: "paybooc-Bold";
  width: 20%;
  height: 40px;
  color:#4324a6;
  margin: 0px 1px;
  border:0;
  border-radius: 10px 10px 0 0;
  background-color: #f2effd;
  box-sizing: border-box;
  overflow: hidden;
}

.tab-buttons .tab-button:first-child {
  margin-left: 0px;
}

.tab-buttons .tab-button.active{
  background-color: #4324a6;
  color:#fff;
}

.tab-contents{
  width: 100%;
  height: 300px;
  background-color: #f2effd;
}

.tab-contents > section {
  width: 100%;
  height: 100%;
  background-color: #4324a6;
}


/* 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: #f2effd;
}

 .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;
}

 .data-status-wrapper .select-box-list {
   background-color: #f2effd;
 }

.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:#4324a6;
  text-align: center;
  word-break: keep-all;
  border-radius: 50%;
  background-color: #f2effd;
  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:10px 35px;
  box-sizing: border-box;
}

.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 #5b3dc0;
  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:#e5f43e;
}

.compare-checkbox-wrapper .checkbox-with-label span {
  color:rgb(11, 190, 214);
}

.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, 메뉴 이동화면)
------------------------------------- */
/*-- layout.css 로 이동
@font-face {
  font-family: "SCDream-Medium";
  src: url("../../fonts/SCDream1.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SCDream-bold";
  src: url("../../fonts/SCDream2.otf") format("opentype");
  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: 20%; */
  min-width: 1200px;
  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: flex-start;
}

.main-link nav ul li {
  width: 27%;
  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;
}

.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;
}

/*-- footer.jsp 파일에 추가
.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: 1200px;
  display: flex;
  margin:0 auto;
}

.footer-content-wrapper address {
  width: 30%;
  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{
  right: 3em;
  top : 0.5em;
  position: absolute;
  z-index : 10;
  padding: 2px;
  cursor: pointer;
}

.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;
}

/* 메인 메뉴 스타일 추가 */
.main-menu {
  font-size: 30px;
  color: #12554A;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid #12554A;
  margin-bottom: 15px;
  justify-content: center;
  display: flex;
  align-items: center;
}
.main-menu img {
  margin-right: 15px
}
.main-menu span {
  color: #115648;
  font-family: "paybooc-bold";
  font-weight: 800;
}
.sub-txt {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.3px;
  line-height: 160%;
  color: #2C2C2C;
}	
