.ptg-modal {
  visibility: visible;
}
/* (Town Map) 카테고리 검색 모달
----------------------------------------*/
.categorySearchModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 646px;
  height: 85%;
  max-height: 750px;
  background-color: #ffe2c5;
  border-radius: 20px;
  overflow-y: auto;
}
.categorySearchModal .ptg-modal-dialog-wrapper .ptg-modal-dialog::-webkit-scrollbar {
  width: 10px;
}
.categorySearchModal .ptg-modal-dialog-wrapper .ptg-modal-dialog::-webkit-scrollbar-thumb {
  background-color: #ec6e62;
  border-radius: 10px;
  background-clip: padding-box;
}
.categorySearchModal .ptg-modal-dialog-wrapper .ptg-modal-dialog::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 10px;
}
.categorySearchModal .ptg-modal-head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 5%;
}
.categorySearchModal .ptg-modal-content {
  width: 100%;
  height: 85%;
  min-height: 600px;
}
.checkbox-label {
  color: #ec6e62;
  font-family: "paybooc-Bold";
}
.category-search-modal-map {
  width: 100%;
}
.category-search-modal-map > img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.category-search {
  width: 100%;
  font-family: "paybooc-Bold";
}
.category-search-bar {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 450px;
  border-bottom: 2px solid #e96d61;
}
.category-search-bar .ptg-search-bar-input {
  width: 85%;
  height: 40px;
  font-size: 25px;
  color: #ec6e62;
  background-color: #ffe2c5;
  border: 0;
}
.category-search-bar .ptg-search-bar-input::placeholder {
  font-size: 25px;
  color: #ffbc9e;
  font-style: italic;
}
.category-search-bar .ptg-search-bar-input:focus {
  outline: initial;
  border: initial;
  box-shadow: initial;
}
.category-search-bar .ptg-search-bar-button {
  width: 14%;
  height: auto;
  border: 0;
  background-color: transparent;
}
.category-search-bar .ptg-search-bar-button img {
  width: 100%;
}
.search-auto-complete {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 5px 10px;
  overflow-y: auto;
  background-color: #fff;
  box-sizing: border-box;
}
.search-auto-complete::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.search-auto-complete::-webkit-scrollbar-thumb {
  background-color: #ec6e62;
  border-radius: 25px;
}
.search-auto-complete::-webkit-scrollbar-track {
  background-color: #fff;
}
.search-auto-complete ul li {
  color: #ec6e62;
  font-size: 25px;
  font-style: italic;
  cursor: pointer;
  margin: 5px 0px;
}
.search-auto-complete ul li:hover {
  text-decoration: underline;
}
.hashtag-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  /*max-width: 530px;*/
  margin: 10px auto 0px;
}
.hashtag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 20px;
  margin: 5px;
  font-size: 15px;
  color: #EC6E62;
  background-color: #fff;
  border-radius: 25px;
  cursor: pointer;
}
.update-label {
  width: 60px;
  height: 20px;
  margin-right: 10px;
}
.update-label img {
  width: 100%;
  height: 100%;
}
.category-all-button {
  margin: 0 auto;
  padding: 7px 70px;
  border-radius: 13px;
  color: #fff;
  border: 0;
  background-color: #EC6E62;
}
.category-all-button:hover {
  background-color: #b2473d;
}
/* (Town Map) 데이터 카테고리 모달
----------------------------------------*/
.DataCategoryModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 100%;
  max-height: 1000px;
  border-radius: 0;
}
.DataCategoryModal .close-button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  float: right;
}
.DataCategoryModal .close-button::after {
  content: "";
  display: block;
  clear: both;
}
.DataCategoryModal .close-button img {
  width: 100%;
}
.DataCategoryModal .ptg-modal-content {
  width: 100%;
  height: 95%;
  overflow-y: auto;
  overflow-x: hidden;
}
.DataCategoryModal .ptg-modal-content::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.DataCategoryModal .ptg-modal-content::-webkit-scrollbar-thumb {
  background-color: #ffddda;
  border-radius: 10px;
  background-clip: padding-box;
}
.DataCategoryModal .ptg-modal-content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.category {
  width: 100%;
}
.category-title {
  width: 100%;
  padding: 35px 10px 10px 10px;
  align-items: flex-end;
  box-sizing: border-box;
}
.category-title h2 {
  font-size: 32px;
  font-family: "paybooc-ExtraBold";
  color: #ec6e62;
}
.category-title time {
  font-size: 18px;
  color: #b7b7b7;
}
.DataCategoryModal .category-list-wrapper {
  display: flex;
  width: 100%;
  height: auto;
}
.category-list {
  width: 100%;
  padding: 0px 6px;
}
.depth1 {
  width: 100%;
  padding: 0px 5px;
}
.category-list-wrapper .ptg-align-horizontal-left {
  align-items: flex-start;
}
.category-list .title {
  width: 100%;
  font-family: "paybooc-ExtraBold";
  font-size: 15px;
  color: #ec6e62;
  padding: 20px 9px;
  border-top: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
}
.category-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-family: "paybooc-Bold";
  font-size: 12px;
  color: #373737;
  cursor: pointer;
  padding: 0px 5px;
  word-break: keep-all;
  border-bottom: 1px solid #eeeeee;
}
.category-list li:hover {
  color: #fff;
  background-color: #ec6e62;
}
.depth2 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #ec6e62;
  z-index: 510;
  visibility: hidden;
}
.depth2.list-open {
  visibility: visible;
}
.depth2 li {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0px 10px;
  border: 0;
  box-sizing: border-box;
}
.depth2 li:hover {
  background-color: #0bbed6;
}
@media (max-width:1560px) {
  .DataCategoryModal .category-list-wrapper {
    min-width: 1450px;
  }
  .DataCategoryModal .ptg-modal-content {
    overflow-x: auto;
  }
}
/* (Town Map) POI 데이터 모달
----------------------------------------*/
.POIDataModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 450px;
  height: auto;
  padding: 0;
  border-radius: 0;
}
.POIDataModal .ptg-modal-head {
  width: 100%;
  padding: 10px 10px 20px 30px;
  background-color: #FFE1C7;
  box-sizing: border-box;
}
.POIDataModal .ptg-modal-head::after {
  content: "";
  display: block;
  clear: both;
}
.POIDataModal .close-button {
  float: right;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.POIDataModal .close-button img {
  width: 1.2em;
}
.POIDataModal .category-name {
  font-family: "paybooc-Bold";
  color: #EC6E62;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.POIDataModal .category-name::before {
  content: "";
  display: block;
  width: 20px;
  padding-top: 8px;
  border-top: 3px solid #EC6E62;
}
.POI-data-title {
  color: #EC6E62;
  font-family: "paybooc-Bold";
  font-size: 22px;
}
.POIDataModal .ptg-modal-content {
  width: 100%;
  max-height: calc(100vw - 950px);
  min-height: 300px;
  overflow-y: auto;
}
.POIDataModal .ptg-modal-content::-webkit-scrollbar {
  width: 10px;
}
.POIDataModal .ptg-modal-content::-webkit-scrollbar-thumb {
  background-color: #FFE1C7;
  border-radius: 10px;
  background-clip: padding-box;
}
.POIDataModal .ptg-modal-content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
/* (Town Map)  POI 데이터 모달 - 데이터 테이블
----------------------------------------*/
.POI-data-table-wrapper {
  width: 100%;
  height: auto;
  overflow-y: auto;
}
.POI-data-table {
  max-width: 95%;
  margin: 0 auto;
  border: 0;
}
.POI-data-table tr {
  border-bottom: 1px solid #dddddd;
}
.POI-data-table th:first-child {
  width: 30%;
  text-align: right;
  font-size: 13px;
}
.POI-data-table td {
  width: 70%;
  font-size: 13px;
}
/* (Market Analysis) 나의 상권 찾기 모달
----------------------------------------*/
.marketSearchModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 800px;
  max-height: 1000px;
  padding: 0;
  border-radius: 0;
}
.marketSearchModal .ptg-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10%;
  padding: 0px 30px;
  box-sizing: border-box;
  background-color: #e5f43e;
}
.marketSearchModal .ptg-modal-head > h3 {
  font-size: 25px;
  color: #ec6e62;
}
.marketSearchModal .ptg-modal-head > h3 > span {
  font-family: "paybooc-Bold";
}
.marketSearchModal .ptg-modal-head .modal-close {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 0;
}
.marketSearchModal .ptg-modal-content {
  width: 100%;
  height: 90%;
  overflow-y: auto;
}
.marketSearchModal .ptg-modal-content::-webkit-scrollbar {
  width: 10px;
}
.marketSearchModal .ptg-modal-content::-webkit-scrollbar-thumb {
  background-color: #f2effd;
  border-radius: 10px;
  background-clip: padding-box;
}
.marketSearchModal .ptg-modal-content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.marketSearchModal .ptg-modal-content .content-wrapper {
  width: 100%;
  height: 100%;
  min-height: 500px;
}
/* 모달창 선택박스 전역 style */
.select-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0px 40px;
  box-sizing: border-box;
}
.select-wrapper > p {
  font-size: 18px;
  font-family: "paybooc-Bold";
}
.select-wrapper > p > span {
  color: #f32323;
  padding-left: 20px;
} /* 모달창 선택박스 전역 style */
.easy-find-list {
  height: 12%;
  padding: 0px 17px;
  border-bottom: 1px solid #f2effd;
}
.easy-find-list .list-item {
  width: 23%;
  box-sizing: border-box;
  margin: 5px;
}
.easy-find-list .list-item > button {
  width: 100%;
  text-align: center;
  font-size: 10px;
  word-break: keep-all;
  padding: 8px 30px;
  border-radius: 25px;
  border: 0;
  background-color: #f2effd;
}
.business-select-wrapper {
  height: 18%;
}
.business-select {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78%;
  height: 100%;
}
/* Common SelectBox Overlay Style */
.business-select .ptg-select-box {
  background-color: #ec6e62;
  padding: 12px 18px;
  margin: 0;
}
.business-select .ptg-select-box.ptg-select-box-open {
  border-radius: 25px 25px 0 0;
}
.business-select .ptg-select-box:first-child {
  width: 40%;
  margin-right: 30px;
}
.business-select .ptg-select-box:last-child {
  width: 60%;
}
.business-select .select-box-text {
  color: #e5f43e;
  font-size: 18px;
  text-align: left;
  margin-left: 0;
  font-family: "paybooc-Medium";
}
.business-select .select-box-icon {
  margin-left: auto;
  width: 20px;
  height: 25px;
  padding-left: 0;
  background-image: url(../../images/arrow_down_yellow.svg);
  background-repeat: no-repeat;
}
.business-select .select-box-icon img {
  width: 1px;
}
.business-select .select-box-list {
  background-color: #ec6e62;
}
.business-select .select-box-list ul li {
  text-align: left;
  font-family: "paybooc-Medium";
  font-size: 17px;
  color: #e5f43e;
}
.business-select .select-box-list ul li:hover {
  background-color: #ec6e62;
} /* Common SelectBox Overlay Style */
.market-select-wrapper {
  height: 17%;
}
.market-select {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 83%;
  height: 100%;
  border-radius: 30px;
  background-color: #f7f6fe;
}
/* Common SelectBox Overlay Style */
.market-select .ptg-select-box {
  width: 35%;
  margin: 0px 5px;
  background-color: #ec6e62;
  padding: 5px 20px;
}
.market-select .select-box-text {
  display: block;
  max-width: 130px;
  width: 130px;
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  text-align: left;
  text-overflow: ellipsis;
  margin-left: initial;
  font-family: "paybooc-Medium";
}
.market-select .select-box-icon {
  margin-left: auto;
  width: 20px;
}
.market-select .select-box-icon {
  margin-left: auto;
  width: 15px;
  height: 20px;
  padding-left: 0;
  background-image: url(../../images/arrow_down_white.svg);
  background-repeat: no-repeat;
}
.market-select .select-box-icon img {
  width: 1px;
}
.market-select .select-box-list {
  background-color: #ec6e62;
}
.market-select .select-box-list ul li {
  text-align: left;
  font-family: "paybooc-Medium";
  font-size: 15px;
  color: #fff;
}
.market-select .select-box-list ul li:hover {
  background-color: initial;
} /* Common SelectBox Overlay Style */
.client-select-wrapper {
  height: 38%;
  margin-top: 20px;
}
.client-select {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 83%;
  height: 100%;
  padding: 0px 25px;
  border-radius: 30px;
  background-color: #f7f6fe;
  box-sizing: border-box;
}
.client-select-box {
  width: 100%;
  height: 20%;
  align-items: flex-start;
  margin: 10px 0px;
}
.client-select-box > p {
  width: 6%;
  text-align: center;
  font-family: "paybooc-Bold";
  color: #ec6e62;
}
.age-list {
  width: 65%;
  height: 100%;
}
.age-list li {
  width: 100%;
  height: 100%;
  text-align: center;
}
.age-list .age-button {
  width: 100%;
  height: 40%;
  border: 2px solid transparent;
}
.age-button.active {
  border: 2px solid rgb(233, 9, 9);
}
.age-list li:nth-child(1) .age-button {
  background-color: #dcd8eb;
}
.age-list li:nth-child(2) .age-button {
  background-color: #c5bee1;
}
.age-list li:nth-child(3) .age-button {
  background-color: #9f94cd;
}
.age-list li:nth-child(4) .age-button {
  background-color: #543ead;
}
.age-list li:nth-child(5) .age-button {
  background-color: #361b8b;
}
.age-list li:nth-child(6) .age-button {
  background-color: #10023d;
}
.age-list li span {
  width: 100%;
  font-size: 13px;
}
.gender-button-group {
  width: 23%;
  height: 90%;
}
.gender-button-group .gender-button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 14px;
  background-color: #dcd8eb;
}
.gender-button-group .gender-button.active {
  background-color: #543ead;
  color: #fff;
}
.gender-button-group .gender-button:nth-child(2) {
  border-left: 1px solid #c5bee1;
  border-right: 1px solid #c5bee1;
}
.marketSearchModal .ptg-modal-foot {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 9%;
}
.marketSearchModal .ptg-modal-foot button {
  font-family: "paybooc-Bold";
  width: 25%;
  padding: 10px 0px;
  margin: 0px 10px;
}
.marketSearchModal .ptg-modal-foot button:first-child {
  border: 0;
  background-color: #ec6e62;
  color: #fff;
}
.marketSearchModal .ptg-modal-foot button:nth-child(2) {
  border: 0;
  background-color: #dcd8eb;
  color: #ec6e62;
}
/* (Market Analysis) 상권분석보고서 모달
----------------------------------------*/
.reportModal {
  z-index: 600;
}
.reportModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 1100px;
  height: 94%;
  max-height: 1400px;
  padding: 0;
  border-radius: 0;
}
.reportModal .ptg-modal-head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 8%;
  padding: 0px 20px;
  background-color: #e5f43e;
  box-sizing: border-box;
}
.reportModal .ptg-modal-head.print {
  display: flex;
  align-items: center;
  width: 100%;
  height: 74px;
  padding: 0px 20px;
  background-color: #e5f43e;
  box-sizing: border-box;
}
.reportModal .ptg-modal-head h3 {
  color: #ec6e62;
}
.reportModal .ptg-modal-head .print {
  width: 50px;
  height: 50px;
  border: 0;
  background-color: transparent;
  margin-left: 10px;
}
.reportModal .ptg-modal-head .modal-close {
  width: 20px;
  border: 0;
  background-color: transparent;
  margin-left: auto;
}
.reportModal .ptg-modal-content {
  width: 100%;
  height: 92%;
  padding: 25px;
  box-sizing: border-box;
}
.tab-contents.tab-contents-report {
  position: relative;
  height: 85%;
  overflow-y: auto;
}
.tab-contents.tab-contents-report::-webkit-scrollbar {
  width: 10px;
}
.tab-contents.tab-contents-report::-webkit-scrollbar-thumb {
  background-color: #ded9f3;
  border-radius: 10px;
  background-clip: padding-box;
}
.tab-contents.tab-contents-report::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.tab-contents.tab-contents-report > section {
  width: 100%;
  height: 100%;
  background-color: #f2effd;
  box-sizing: border-box;
}
.report-top-panel {
  display: flex;
  align-items: center;
  width: 100%;
  height: 10%;
  background-color: #ec6e62;
}
.report-top-panel > h4 {
  padding-left: 20px;
  font-size: 23px;
  color: #dae030;
}
.report-top-panel ul {
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 100%;
}
.report-top-panel li {
  font-family: "paybooc-Light";
  padding: 0px 20px;
  margin: 0px 15px;
  color: #fff;
  text-align: right;
  border-right: 1px solid #7b5ddb;
}
.report-top-panel li > p {
  font-family: "paybooc-Medium";
  color: #dae030;
  font-size: 13px;
}
/* 서브탭 CSS */
.tab-control-sub {
  width: 100%;
  height: 100%;
  display: flex;
}
.tab-buttons-sub {
  width: 23%;
  height: 100%;
}
.tab-buttons-sub .tab-button {
  width: 100%;
  padding: 15px 10px;
  font-size: 16px;
  color: #ec6e62;
  text-align: left;
  background-color: transparent;
  border: 0px;
  box-sizing: border-box;
}
.tab-buttons-sub .tab-button:hover {
  background-color: #fff;
}
.tab-buttons-sub .tab-button.active {
  background-color: #fff;
}
.tab-contents-sub {
  width: 77%;
  height: 100%;
}
.tab-contents-sub section {
  width: 98%;
  height: 98%;
  padding: 20px 30px;
  background-color: #fff;
  box-sizing: border-box;
  overflow-y: auto;
}
.tab-contents-sub section::-webkit-scrollbar {
  width: 15px
}
.tab-contents-sub section::-webkit-scrollbar-thumb {
  background-color: #f2effd;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 50px;
}
.tab-contents-sub section::-webkit-scrollbar-track {
  background-color: #fff;
}
/* (Market Analysis) 상권분석보고서 모달 - 요약
----------------------------------------*/
.tab-report-summary-body {
  width: 100%;
  height: 100%;
}
.tab-report-summary-body .table-wrapper {
  width: 100%;
  height: 75%;
  padding-top: 30px;
}
.tab-report-summary-body .report-summary-table {
  width: 100%;
  height: 95%;
}
.report-summary-table tr:nth-child(3), .report-summary-table tr:nth-child(7) {
  border-top: 20px solid #f2effd;
  border-bottom: 20px solid #f2effd;
}
.report-summary-table.print tr:nth-child(3), .report-summary-table.print tr:nth-child(7) {
  border: 2px solid #f2effd;
  border-bottom: 2px solid #f2effd;
}
.report-summary-table th {
  width: 17%;
  padding: 0px 15px;
  color: #ec6e62;
  text-align: left;
  font-size: 18px;
  font-weight: normal;
  vertical-align: top;
}
.report-summary-table.print th {
  width: 15%;
  padding: 0px 15px;
  color: #ec6e62;
  text-align: right;
  font-size: 18px;
  font-weight: normal;
  vertical-align: top;
  border-right: 2px solid #f2effd;
}
.report-summary-table td {
  background-color: #fff;
  border-right: 15px solid #f2effd;
}
.report-summary-table.print td {
  background-color: #fff;
  border-right: 2px solid #f2effd;
}
.report-summary-table td > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 0px 30px;
  box-sizing: border-box;
}
.report-summary-table .border-bottom {
  border-bottom: 2px solid #f2effd;
}
.report-summary-table td > div span:nth-child(2) {
  color: #ec6e62;
  font-style: italic;
  font-family: "paybooc-Bold";
}
.tab-report-summary-body .notice {
  width: 100%;
  height: 20%;
  border: 1px solid #e7e6eb;
  padding: 10px 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.tab-report-summary-body .notice h5 {
  font-family: "paybooc-Bold";
  font-size: 18px;
  padding: 10px 0px;
}
.tab-report-summary-body .notice p {
  font-size: 14px;
  color: rgb(161, 161, 161);
}
/* (Market Analysis) 상권분석보고서 모달 - Info Panel
----------------------------------------*/
.report-summary {
  width: 100%;
  height: 12%;
  min-height: 80px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.report-summary ul {
  width: 100%;
  height: 100%;
}
.report-summary li {
  width: 100%;
  height: 50%;
  border-bottom: 2px solid #f2effd;
}
.print-page > section > .report-summary li {
  width: 100%;
  height: 50%;
  border-bottom: 2px solid #f2effd;
  margin: 10px 0px 10px 0px;
}
.report-summary li span:first-child::before {
  content: "·";
  margin-right: 5px;
}
.report-summary li span:last-child {
  font-family: "paybooc-Bold";
  color: #ec6e62;
  font-style: italic;
}
/* (Market Analysis) 상권분석보고서 모달 - Top 5
----------------------------------------*/
.report-top-five {
  width: 100%;
  height: 30%;
  min-height: 230px;
  align-items: flex-start;
}
.report-top-five h2 {
  width: 20%;
  height: 100%;
  font-size: 23px;
  word-break: keep-all;
  color: #ec6e62;
}
.report-top-five .top-five {
  width: 80%;
  height: 100%;
}
.top-five ol {
  width: 100%;
  height: 100%;
}
.top-five ol li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 15.6%;
}
.print-page > section > .report-top-five > .top-five ol li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 15.6%;
  margin: 10px 0px 10px 0px;
}
.top-five li .list-order {
  flex: 2;
  color: #ec6e62;
  font-style: italic;
  font-family: "paybooc-Bold";
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}
.top-five li .list-title {
  flex: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.top-five li.current-ranking {
  background-color: #f2effd;
}
.top-five li.current-ranking .current-order > span:first-child {
  display: inline-block;
  width: 70%;
  font-style: normal;
  text-align: left;
}
.top-five li.current-ranking .current-order > span:nth-child(2)::before {
  content: "●";
  font-style: normal;
  padding-right: 5px;
}
.top-five.print ol li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 15.6%;
  margin: 10px 0px;
}
/* (Market Analysis) 상권분석보고서 모달 - 차트 영역
----------------------------------------*/
.tab-contents-report .tab-contents-sub .chart {
  width: 100%;
  height: 40%;
  min-height: 300px;
}
.tab-contents-report .tab-contents-sub .chart > div {
  width: 48%;
}
/* (Market Analysis) 상권분석보고서 모달 - 차트 데이터 테이블
----------------------------------------*/
.report-chart-table-wrapper {
  width: 100%;
  margin-top: 20px;
}
.report-chart-table {
  width: -webkit-fill-available;
  height: 100%;
  table-layout: fixed;
  border: 1px solid #f2effd;
}
.report-chart-table th, .report-chart-table td {
  border: 1px solid #f2effd;
}
.report-chart-table thead tr:first-child th {
  font-weight: normal;
  color: #ec6e62;
  padding: 10px;
  font-size: 12px;
}
.report-chart-table thead tr:nth-child(2) th {
  font-weight: normal;
  color: #fff;
  padding: 5px;
  font-size: 11px;
  font-family: "paybooc-Light";
  background-color: #a191d2;
}
.report-chart-table tbody tr:first-child th {
  color: #ec6e62;
  padding: 5px;
  word-break: keep-all;
  font-size: 12px;
  font-family: "paybooc-Light";
}
.report-chart-table tbody tr:nth-child(2) th {
  color: #ec6e62;
  padding: 5px;
  word-break: keep-all;
  font-size: 12px;
  font-family: "paybooc-ExtraBold";
}
.report-chart-table tbody tr:first-child td {
  color: #fff;
  padding: 10px 0px 10px 0px;
  font-size: 12px;
  text-align: center;
  font-family: "paybooc-Light";
  background-color: #a191d2;
}
.report-chart-table tbody tr:nth-child(2) td {
  color: #fff;
  padding: 10px 0px 10px 0px;
  font-size: 12px;
  text-align: center;
  font-family: "paybooc-ExtraBold";
  background-color: #6b52b9;
}
/* (Market Analysis) 상권 데이터 분석 POI 모달창
----------------------------------------*/
.POIDataAnalysisModal .ptg-modal-dialog-wrapper {
  overflow-y: auto;
}
.POIDataAnalysisModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-height: 670px;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
.POIDataAnalysisModal .ptg-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10%;
  padding: 10px 20px;
  background-color: #e5f43e;
  box-sizing: border-box;
}
.POIDataAnalysisModal .area-name {
  font-size: 20px;
  color: #ec6e62;
}
.POIDataAnalysisModal .close-button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.POIDataAnalysisModal .ptg-modal-content {
  width: 100%;
  height: 90%;
  overflow-y: auto;
}
.POIDataAnalysisModal .ptg-modal-content::-webkit-scrollbar {
  width: 10px;
}
.POIDataAnalysisModal .ptg-modal-content::-webkit-scrollbar-thumb {
  background-color: #f2effd;
  border-radius: 10px;
  background-clip: padding-box;
}
.POIDataAnalysisModal .ptg-modal-content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.POIDataAnalysisModal .data-status-wrapper {
  padding: 10px 30px;
  box-sizing: border-box;
}
.POIDataAnalysisModal .data-status-wrapper .header-select {
  margin: 0;
}
.POIDataAnalysisModal .data-status-wrapper > h6 {
  width: 100%;
  color: #ec6e62;
  font-size: 18px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.POIDataAnalysisModal .data-status-wrapper > h6 b:nth-child(2) {
  font-size: 23px;
  margin: 0px 5px;
}
.POIDataAnalysisModal .data-status {
  padding: 0px 20px;
  box-sizing: border-box;
}
.POIDataAnalysisModal .data-status li {
  width: 60px;
}
.POIDataAnalysisModal .data-status li > div {
  height: 60px;
  font-family: "paybooc-Bold";
}
.POIDataAnalysisModal .interest-business {
  width: 100%;
  padding: 0px 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.POIDataAnalysisModal .business-select {
  width: 100%;
  padding: 20px;
  background-color: #f2effd;
  box-sizing: border-box;
}
.POIDataAnalysisModal .business-select .ptg-select-box {
  padding: 5px 10px;
}
.POIDataAnalysisModal .business-select .ptg-select-box.ptg-select-box-open {
  border-radius: 15px 15px 0 0;
}
.POIDataAnalysisModal .business-select .ptg-select-box:first-child {
  width: 45%;
  margin-right: 10px;
}
.business-select .ptg-select-box:last-child {
  width: 55%;
}
.POIDataAnalysisModal .business-select .select-box-text {
  color: #fff;
  font-size: 15px;
  text-align: right;
  margin-left: auto;
}
.POIDataAnalysisModal .business-select .select-box-icon {
  margin-left: 20px;
  width: 15px;
  height: 20px;
  background-image: url(../../images/arrow_down_white.svg);
}
.POIDataAnalysisModal .business-select .select-box-list {
  bottom: -80px;
  height: 80px;
}
.POIDataAnalysisModal .business-select .select-box-list ul li {
  color: #fff;
  font-size: 15px;
}
.POIDataAnalysisModal .report-modal-button {
  margin: 10px auto;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  background-color: #ec6e62;
  bordeR: 0;
}
/* (Market Analysis) 상권 비교하기 모달창
----------------------------------------*/
.MarketCompareModal .ptg-modal-dialog-wrapper {
  align-items: flex-end;
  width: 97%;
  height: 94%;
  justify-content: flex-end;
}
.MarketCompareModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 530px;
  height: 85%;
  max-height: 600px;
  padding: 0;
  border-radius: 0;
  overflow-y: auto;
}
.MarketCompareModal .ptg-modal-dialog-wrapper .ptg-modal-dialog::-webkit-scrollbar {
  width: 10px;
}
.MarketCompareModal .ptg-modal-dialog-wrapper .ptg-modal-dialog::-webkit-scrollbar-thumb {
  background-color: #f2effd;
  border-radius: 10px;
  background-clip: padding-box;
}
.MarketCompareModal .ptg-modal-dialog-wrapper .ptg-modal-dialog::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.MarketCompareModal .ptg-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10%;
  padding: 10px 20px;
  color: #ec6e62;
  font-family: "paybooc-Bold";
  background-color: #e5f43e;
  box-sizing: border-box;
}
.MarketCompareModal .ptg-modal-head .modal-close {
  width: 20px;
  border: 0;
  background-color: transparent;
  margin-left: auto;
}
.MarketCompareModal .ptg-modal-content {
  padding: 0px 30px;
}
.MarketCompareModal .criteria-compare-wrapper {
  width: 100%;
  height: 250px;
  margin: 40px 0px 20px 0px;
  box-sizing: border-box;
}
.criteria-compare-wrapper > div {
  width: 48%;
  height: 100%;
  border-radius: 15px;
}
.MarketCompareModal .criteria {
  background-color: #f2effd;
}
.MarketCompareModal .compare {
  background-color: #f2f3e4;
}
.criteria-compare-wrapper > div > h6 {
  color: #ec6e62;
  font-size: 17px;
  font-family: "paybooc-Bold";
  margin: 10px 20px;
}
.criteria-compare-wrapper > div .area-name {
  margin: 25px 20px;
}
.criteria-compare-wrapper .selectbox-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
}
.criteria-compare-wrapper .header-select {
  margin: 0;
}
.criteria-compare-wrapper .ptg-select-box {
  background-color: #ec6e62;
}
.criteria-compare-wrapper .select-box-list {
  background-color: #ec6e62;
  bottom: -150px;
  height: 150px;
}
.criteria-compare-wrapper .select-box-list ul li {
  color: #fff;
}
.criteria-compare-wrapper .select-box-list ul li:hover {
  color: #ec6e62;
}
.criteria-compare-wrapper .ptg-select-box:first-child {
  width: 80%;
  margin-bottom: 20px;
}
.criteria-compare-wrapper .ptg-select-box:first-child .header-select-text {
  max-width: 100%;
}
.criteria-compare-wrapper .ptg-select-box:nth-child(2), .criteria-compare-wrapper .ptg-select-box:nth-child(3) {
  width: 60%;
  margin-bottom: 8px;
}
.criteria-compare-wrapper .ptg-select-box .select-box-text {
  color: #fff;
  font-size: 13px;
  font-family: "paybooc-Medium";
}
.criteria-compare-wrapper .ptg-select-box .select-box-icon {
  margin-left: 8px;
  width: 7px;
  height: 16px;
  background-image: url(../../images/arrow_down_white.svg);
}
.MarketCompareModal .notice {
  width: 100%;
  padding: 20px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.MarketCompareModal .notice .notice-title {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.MarketCompareModal .notice .notice-title img {
  width: 40px;
  margin-right: 10px;
}
.MarketCompareModal .notice > p {
  margin-top: 10px;
  color: rgb(156, 156, 156);
  font-size: 13px;
}
.MarketCompareModal .ptg-modal-foot {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 70px;
  padding: 0px 50px 10px 50px;
  box-sizing: border-box;
}
.MarketCompareModal .ptg-modal-foot .compare-button {
  width: 50%;
  padding: 13px;
  background-color: #ec6e62;
  color: #fff;
  border: 0;
  margin-right: 10px;
}
.MarketCompareModal .ptg-modal-foot .ptg-button-cancel {
  width: 50%;
  padding: 13px;
  background-color: #dcd8eb;
  color: #ec6e62;
  border: 0;
}
/* (Market Analysis) 상권 비교 분석 보고서 모달창
----------------------------------------*/
.reportModal .ptg-modal-content {
  width: 100%;
  height: 92%;
  padding: 25px;
  box-sizing: border-box;
}
.reportModal .ptg-modal-content.print {
  width: 100%;
  height: 92%;
  padding: 25px;
  box-sizing: border-box;
  border: 1px solid #ec6e62;
  border-radius: 3px;
}
.ptg-modal-wrapper.active {
  background-color: rgba(0, 0, 0, .6);
  width: 100%;
  height: 20000px;
  position: absolute;
  z-index: 1000;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-circle.active {
  width: 80px;
  height: 80px;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #4288ea;
  border-radius: 50%;
  position: absolute;
  margin: 23% 50% 23% 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: spin 2s linear infinite;
}
.tab-contents.tab-contents-compareReport {
  position: relative;
  height: 94%;
  overflow-y: auto;
}
.tab-contents.tab-contents-compareReport > section {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.tab-contents.tab-contents-compareReport::-webkit-scrollbar {
  width: 15px
}
.tab-contents.tab-contents-compareReport::-webkit-scrollbar-thumb {
  background-color: #f2effd;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 50px;
}
.tab-contents.tab-contents-compareReport::-webkit-scrollbar-track {
  background-color: #fff;
}
.criteria-compare-top-panel {
  width: 100%;
  height: auto;
  background-color: #ec6e62;
}
.top-panel-main, .top-panel-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0px;
  box-sizing: border-box;
}
.top-panel-main > div, .top-panel-sub > div {
  width: 50%;
  height: 100%;
  padding: 0px 30px;
  box-sizing: border-box;
}
.print-page > section > .criteria-compare-top-panel > .top-panel-sub > div {
  width: 50%;
  height: 100%;
  padding: 0px 8px;
  box-sizing: border-box;
}
.top-panel-main > div ul, .top-panel-sub > div ul {
  width: 100%;
  height: 100%;
}
.top-panel-main {
  height: 140px;
}
.top-panel-main > div li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0px;
}
.top-panel-main > div li > h2 {
  width: 40%;
  font-size: 25px;
  text-align: right;
  font-family: "paybooc-Light";
}
.top-panel-main > div li > span {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  width: 40%;
  font-size: 13px;
  text-align: right;
  color: #fff;
}
.top-panel-main > div li > p {
  width: 50%;
  padding: 5px 15px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #2b166e;
  border-radius: 30px;
  box-sizing: border-box;
}
.top-panel-main .criteria-info h2 {
  color: #dae030;
}
.top-panel-main .criteria-info li > p {
  color: #dae030;
}
.top-panel-main .compare-info h2 {
  color: #0bbed6;
}
.top-panel-main .compare-info li > p {
  color: #0bbed6;
}
.top-panel-sub {
  min-height: 120px;
  border-top: 1px solid #fff;
  font-family: "paybooc-Light";
}
.top-panel-sub > div li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5px 0px;
}
.top-panel-sub > div li p {
  width: 50%;
  font-size: 13px;
}
.top-panel-sub > div li p:first-child {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-panel-sub > div li p:last-child {
  width: 48%;
  padding: 0px 15px;
  margin-left: 13px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.print-page > section > .criteria-compare-top-panel > .top-panel-sub > div li p:last-child {
  width: 50%;
  padding: 0px 15px;
  margin-left: 13px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.print-page > section > .criteria-compare-top-panel > .top-panel-sub > div li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 5px 5px;
}
.top-panel-sub .criteria-info-list li p:first-child {
  color: #dae030;
}
.top-panel-sub .criteria-info-list li p:last-child {
  color: #f9fae3;
}
.top-panel-sub .compare-info-list li p:first-child {
  color: #0bbed6;
}
.top-panel-sub .compare-info-list li p:last-child {
  color: #d4eff3;
}
.compare-chart-wrapper {
  display: flex;
  width: 100%;
  height: 320px;
}
.compare-chart-wrapper .criteria-chart {
  width: 50%;
  height: 100%;
  background-color: #f4f5e3;
}
.compare-chart-wrapper .compare-chart {
  width: 50%;
  height: 100%;
  background-color: #d4eef3;
}
.marketCompareReportModal .notice {
  width: 100%;
  height: 18%;
  margin-top: 20px;
  border: 1px solid #e7e6eb;
  padding: 10px 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.marketCompareReportModal .notice h5 {
  font-family: "paybooc-Bold";
  font-size: 18px;
  padding: 10px 0px;
}
.marketCompareReportModal .notice p {
  font-size: 14px;
  color: rgb(161, 161, 161);
}
/* 테이블 탭 CSS 오버레이 */
.tab-control.tab-control-dataTable {
  margin-top: 10px;
  height: 220px;
}
.tab-buttons.tab-buttons-dataTable {
  height: 20%;
}
.tab-buttons.tab-buttons-dataTable .tab-button {
  height: 100%;
  border-radius: 0;
  font-family: "paybooc-Medium";
}
.tab-buttons.tab-buttons-dataTable .tab-button.active {
  background-color: #fff;
  color: #ec6e62;
  font-weight: 600;
  border: 1px solid #7b5ddb;
  border-bottom: 1px solid transparent;
}
.tab-contents.tab-contents-dataTable {
  height: 80%;
}
.tab-contents.tab-contents-dataTable > section {
  border-top: 1px solid #7b5ddb;
  background-color: #fff;
}
.compare-data-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border: 2px solid #f2effd;
}
.compare-data-table th, .compare-data-table td {
  color: #ec6e62;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  word-break: break-all;
  border: 2px solid #f2effd;
}
.compare-data-table th:first-child {
  width: 10%;
}
.compare-data-table thead tr:first-child th {
  padding: 8px;
  font-weight: 600;
}
.compare-data-table tbody td {
  font-family: "paybooc-ExtraBold";
}
.compare-data-table tbody tr:nth-child(2) th, .compare-data-table tbody tr:nth-child(2) td {
  background-color: #f4f5e3;
}
.compare-data-table tbody tr:nth-child(3) th, .compare-data-table tbody tr:nth-child(3) td {
  background-color: #d4eef3;
} /* 테이블 탭 CSS 오버레이 */
@media print {
  @page {
    size: 21cm 29.7cm;
    margin: 4.5mm 5mm 5mm 5mm;
  }
  body {
    -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
    color-adjust: exact !important; /* Firefox */
  }
  .modal_float .md_report {
    padding-top: 0;
  }
  .print-page {
    page-break-inside: avoid;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .no-print {
    display: none;
  }
  .highcharts-root {
    height: 70%;
    width: 90%;
    position: absolute;
  }
  .print-page > section > .criteria-compare-top-panel > .top-panel-sub .criteria-info-list li p:first-child {
    color: #dae030;
    font-size: 11px;
  }
  .print-page > section > .criteria-compare-top-panel > .top-panel-sub .criteria-info-list li p:last-child {
    color: #f9fae3;
    font-size: 11px;
  }
  .print-page > section > .criteria-compare-top-panel > .top-panel-sub .compare-info-list li p:first-child {
    color: #0bbed6;
    font-size: 11px;
  }
  .print-page > section > .criteria-compare-top-panel > .top-panel-sub .compare-info-list li p:last-child {
    color: #d4eff3;
    font-size: 11px;
  }
}
.tab-buttons.tab-buttons-dataTable.compare-print .tab-button.active {
  background-color: #f2effd;
  color: #ec6e62;
  font-weight: 600;
  border: 2px solid #f2effd;
  border-bottom: 1px solid transparent;
}
.reportModal .ptg-modal-dialog-wrapper .ptg-modal-dialog .print-page .report-top-panel {
  margin-bottom: 10px;
}
.reportModal .ptg-modal-dialog-wrapper .ptg-modal-dialog .print-page:nth-child(n+2):nth-child(-n+5) {
  margin: 30px 0px 30px 0px;
}
.ptg-modal-dialog > section {
  margin-top: 10px;
}
.ptg-modal-dialog > section > .print-page > section {
  border: 1px solid #ec6e62;
  padding: 25px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.highcharts-root {
  height: 91%;
  width: 100%;
  position: absolute;
}
.POIClusterModal {
  max-width: 450px;
  height: auto;
  padding: 0;
  border-radius: 0;
  z-index: 100;
}
.ol-overlay-container {
  position: absolute;
  /* transform: translate(1200px, 1200px); */
}
.popup-maps {
  display: inline-block;
  width: 550px;
  min-width: 250px;
  background-color: #fff;
}
.popup-maps.pois {
  width: 350px;
}
.poi-name {
  background-color: #ec6e62;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}
.poi-name > b {
  font-size: 15px;
  color: #fff;
}
/* 다중선택 */
.poi {
  width: 48px;
  height: 48px;
  border-radius: 30px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 6px 2px rgb(0, 0, 0, 0.2);
}
.poi img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 기본 poi 색상 red */
.p_red {
  background: #FE6F5F;
}
/* 두번째 선택 poi 색상 blue */
.p_blue {
  background: #5FA2FE;
}
/* 세번쨰 선택 poi 색상 green */
.p_green {
  background: #45CE33;
}