.ptg-modal {
  visibility: visible;
}

/* (Town Map) 카테고리 검색 모달 
----------------------------------------*/
.categorySearchModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 646px;
  height: 718px;
  background-color: #2b425b;
  border-radius: 20px;
  padding: 30px 50px;
}

.categorySearchModal .ptg-modal-head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 3%;
}

.categorySearchModal .ptg-modal-content {
  width: 100%;
  height: 97%;
}

.checkbox-label {
  color: #fff;
  margin-left: 5px;
  font-family: "Noto Sans KR Bold";
}

.checkbox-label img {
  margin-left: 0;
  margin-right: 5px;
}

.category-search-modal-map {
  width: 100%;
  height: 55%;
}

.category-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 15%;
  border-bottom: 2px dashed #8ba2b6;
}

.category-all-button {
  padding: 0px 20px;
  height: 50px;
  border-radius: 13px;
  color: #fff;
  border: 0;
  background-color: #29bbc8;
}

.category-search-bar {
  position: relative;
  width: 100%;
  height: 50px;
  max-width: 380px;
  border-radius: 13px;
  background-color: #fff;
}

.category-search-bar .ptg-search-bar-input {
  width: 85%;
  height: 100%;
  font-size: 18px;
  padding: 3px 13px;
  color: #2b425b;
  border: 0;
  border-radius: 13px;
}

.category-search-bar .ptg-search-bar-input::placeholder {
  font-size: 18px;
  color: #888888;
}

.category-search-bar .ptg-search-bar-input:focus {
  outline: initial;
  border: initial;
  box-shadow: initial;
}

.category-search-bar .ptg-search-bar-button {
  width: 13%;
  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: 3px;
  border-radius: 15px;
  background-color: #50779c;
  box-sizing: border-box;
}

.search-auto-complete ul {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  overflow-y: auto;
  box-sizing: border-box;
}

.search-auto-complete ul::-webkit-scrollbar {
  width: 10px;
}

.search-auto-complete ul::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
  background-clip: padding-box;
}

.search-auto-complete ul::-webkit-scrollbar-track {
  background-color: #50779c;
  border-radius: 10px;
}

.search-auto-complete ul li {
  color: #fff;
  font-size: 18px;
  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%;
  margin: 20px auto 0px;
}

.hashtag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  margin: 5px;
  font-size: 15px;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
}

.update-label {
  color: #febe3f;
  font-size: 13px;
  margin-right: 8px;
}

.update-label::after {
  content: "";
  padding-right: 8px;
  border-right: 1px solid #8ba2b6;
}

/* (Town Map) 데이터 카테고리 모달 
----------------------------------------*/
.DataCategoryModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 1850px;
  border-radius: 15px;
}

.DataCategoryModal .ptg-modal-head {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  box-sizing: border-box;
}

.DataCategoryModal .ptg-modal-head h2 {
  font-size: 28px;
  font-family: "paybooc-Bold";
  border-right: 1px solid #b7b7b7;
  padding-right: 20px;
}

.DataCategoryModal .ptg-modal-head time {
  font-size: 18px;
  color: #b7b7b7;
  margin-left: 20px;
  font-family: "paybooc-Medium";
}

.DataCategoryModal .close-button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  margin-left: auto;
}

.DataCategoryModal .close-button img {
  width: 100%;
}

.DataCategoryModal .ptg-modal-content {
  width: 100%;
  height: 85%;
  overflow-y: auto;
  overflow-x: hidden;
}

.DataCategoryModal .ptg-modal-content::-webkit-scrollbar {
  width: 10px;
}

.DataCategoryModal .ptg-modal-content::-webkit-scrollbar-thumb {
  background-color: #8aa0b4;
  border-radius: 10px;
  background-clip: padding-box;
}

.DataCategoryModal .ptg-modal-content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.category {
  width: 100%;
  box-sizing: border-box;
}

.DataCategoryModal .category-list-wrapper {
  display: flex;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.category-list {
  width: 100%;
  padding: 0px 6px;
  box-sizing: border-box;
}

.depth1 {
  width: 100%;
  padding: 0px 5px;
}

.category-list .title {
  width: 100%;
  font-family: "Noto Sans KR Bold";
  font-size: 16px;
  color: #17528b;
  padding: 10px 9px;
  border-top: 2px solid #17528b;
  border-bottom: 1px solid #17528b;
}

.category-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 13px;
  cursor: pointer;
  padding: 0px 5px;
  word-break: keep-all;
  border-bottom: 1px solid #eeeeee;
}

.category-list li:hover {
  color: #fff;
  background-color: #29bbc8;
}

/* .depth2 {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #29bbc8;
  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;
} */

/* (Town Map) POI 데이터 모달
----------------------------------------*/
.POIDataModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 430px;
  height: 68%;
  max-height: 900px;
  padding: 0;
  border-radius: 15px;
  overflow: hidden;
}

.POIDataModal .ptg-modal-head {
  width: 100%;
  height: 20%;
  min-height: 120px;
  max-height: 150px;
  padding: 30px;
  background-color: #27405b;
  box-sizing: border-box;
}

.POIDataModal .close-button {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.POIDataModal .close-button img {
  width: 1.2em;
}

.POIDataModal .category-name {
  color: #febe3f;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 25px;
  background-color: #001540;
}

.POI-data-title {
  color: #fff;
  font-family: "paybooc-Bold";
  font-size: 22px;
  margin-top: 15px;
}

.POIDataModal .ptg-modal-content {
  width: 100%;
  height: 80%;
  overflow: hidden;
}

/* (Town Map)  POI 데이터 모달 - 데이터 테이블
----------------------------------------*/
.POI-data-table-wrapper {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.POI-data-table-wrapper::-webkit-scrollbar {
  width: 10px;
}

.POI-data-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #50779c;
  border-radius: 10px;
  background-clip: padding-box;
}

.POI-data-table-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.POI-data-table {
  max-width: 100%;
  border: 0;
}

.POI-data-table tr {
  border-bottom: 1px solid #dddddd;
}

.POI-data-table th:first-child {
  width: 35%;
  text-align: right;
  font-size: 13px;
  color: #4e4e4e;
}

.POI-data-table td {
  width: 65%;
  font-size: 13px;
  color: rgb(168, 168, 168);
}

/* (Market Analysis) 나에게 맞는 상권찾기 모달 
----------------------------------------*/
.marketSearchModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 700px;
  height: 90%;
  max-height: 1000px;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.marketSearchModal .ptg-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8%;
  min-height: 45px;
  padding: 0px 30px;
  box-sizing: border-box;
  background-color: #27405b;
}

.marketSearchModal .ptg-modal-head > h3 {
  font-family: "paybooc-Medium";
  font-size: 21px;
  color: #fff;
}

.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%;
  padding: 10px 0px;
  overflow-y: auto;
  box-sizing: border-box;
}

.marketSearchModal .ptg-modal-content::-webkit-scrollbar {
  width: 10px;
}

.marketSearchModal .ptg-modal-content::-webkit-scrollbar-thumb {
  background-color: #b6c5d3;
  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: 565px;
}

.marketSearchModal .select-wrapper {
  width: 100%;
  padding: 0px 30px;
  margin-top: 15px;
  box-sizing: border-box;
}

.marketSearchModal .select-wrapper > p {
  font-size: 18px;
  font-family: "paybooc-Bold";
}

.marketSearchModal .select-wrapper > p::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 15px;
  background-image: url(../../images/MarketAnalysis-images/title_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
}

.marketSearchModal .select-wrapper > p > span {
  color: #f32323;
  padding-left: 10px;
}

/* 손쉬운 선택 */
.easy-find-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 10%;
  padding: 0px 30px;
  box-sizing: border-box;
}

.easy-find-list .list-item {
  width: 23%;
  box-sizing: border-box;
}

.easy-find-list .list-item > button {
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 8px 10px;
  border-radius: 25px;
  border: 0;
  color: rgba(136, 136, 136, 0.8);
  background-color: #edf3fa;
}

/* 내가 찾는 업종 */
.business-select-wrapper {
  height: 13%;
}

.business-select {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

.business-select .ptg-select-box {
  background-color: #888888;
  padding: 9px 20px;
  margin: 0;
}

.business-select .ptg-select-box:hover {
  background-color: #29bbc8;
}

.business-select .ptg-select-box.ptg-select-box-open {
  border-radius: 20px 20px 0 0;
}

.business-select .ptg-select-box:first-child {
  width: 30%;
  margin-right: 15px;
  margin-bottom: 0px;
}

.business-select .ptg-select-box:last-child {
  width: 70%;
}

.business-select .select-box-text {
  color: #fff;
  font-size: 14px;
  text-align: left;
  font-family: "paybooc-Medium";
}

.business-select .select-box-icon {
  width: 14px;
  margin-top: -3px;
}

.business-select .select-box-list {
  background-color: #888888;
  bottom: -120px;
  height: 120px;
}

.business-select .select-box-list ul {
  padding: 0px;
}

.business-select .select-box-list ul li {
  text-align: left;
  font-family: "paybooc-Medium";
  font-size: 14px;
  color: #fff;
}

.business-select .select-box-list ul li:hover {
  background-color: #29bbc8;
}

.business-select .select-box-list ul::-webkit-scrollbar {
  width: 10px;
}

.business-select .select-box-list ul::-webkit-scrollbar-thumb {
  background-color: rgb(117, 117, 117);
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

.business-select .select-box-list ul::-webkit-scrollbar-track {
  background-color: #888;
  border-radius: 10px;
  box-shadow: none;
}

/* 상가맞춤 */
.market-select-wrapper {
  height: 25%;
  min-height: 185px;
}

.market-select-wrapper > p {
  height: 15%;
}

.market-select {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 85%;
  margin-top: 10px;
}

.market-select > div {
  flex: 1;
  height: 100%;
  margin-right: 8px;
  background-image: url(../../images/MarketAnalysis-images/select_bg_img.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.market-select > div:last-child {
  margin-right: 0px;
}

.market-select > div > p {
  padding: 35px 0px 0px 17px;
  color: #515e6e;
  font-size: 17px;
  line-height: 1.3;
}

.market-select .ptg-select-box {
  width: 80%;
  margin: 18px auto 0px;
  background-color: #888888;
  padding: 5px 10px;
}

.market-select .ptg-select-box:hover {
  background-color: #29bbc8;
}

.market-select .ptg-select-box.header-select:first-child {
  margin-bottom: 0px;
}

.market-select .select-box-text {
  display: block;
  color: #fff;
  font-size: 12px;
  font-family: "paybooc-Medium";
}

.market-select .select-box-icon {
  margin-left: auto;
  width: 20px;
}

.market-select .select-box-icon {
  margin-left: auto;
  width: 10px;
  height: 10px;
  padding-left: 0;
  background-image: url(../../images/selectbox_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.market-select .select-box-icon img {
  width: 1px;
}

.market-select .select-box-list {
  background-color: #888888;
  bottom: -100px;
  height: 100px;
}

.market-select .select-box-list ul {
  padding: 0;
}

.market-select .select-box-list ul li {
  text-align: left;
  font-family: "paybooc-Medium";
  font-size: 12px;
  padding: 8px 10px;
  color: #fff;
}

.market-select .select-box-list ul li:hover {
  background-color: #29bbc8;
}

.market-select .select-box-list ul::-webkit-scrollbar {
  width: 10px;
}

.market-select .select-box-list ul::-webkit-scrollbar-thumb {
  background-color: rgb(117, 117, 117);
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

.market-select .select-box-list ul::-webkit-scrollbar-track {
  background-color: #888;
  border-radius: 10px;
  box-shadow: none;
}

/* 고객맞춤 */
.client-select-wrapper {
  height: 38%;
  margin-top: 20px;
}

.client-select {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 85%;
  margin-top: 15px;
  padding: 0px 25px;
  border-radius: 30px;
  background-color: #edf3fa;
  box-sizing: border-box;
}

.client-select-box {
  width: 100%;
  height: 20%;
  margin: 5px 0px;
}

.client-select-box:first-child .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../../images/MarketAnalysis-images/population_1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: sub;
}

.client-select-box:nth-child(2) .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../../images/MarketAnalysis-images/population_2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: sub;
}

.client-select-box:last-child .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../../images/MarketAnalysis-images/population_3.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: sub;
}

.client-select-box .title {
  display: inline-block;
  width: 35px;
  text-align: center;
  font-size: 14px;
  font-family: "paybooc-Bold";
  margin-left: 5px;
  color: #515e6e;
}

.age-list {
  width: 57%;
  height: 100%;
}

.age-list li {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-right: 1px;
}

.age-list .age-button {
  width: 100%;
  height: 22%;
  border: 2px solid transparent;
}

.age-button.active {
  border: 2px solid #c40909;
}

.age-list li:nth-child(1) .age-button {
  background-color: #a7c0bf;
}

.age-list li:nth-child(2) .age-button {
  background-color: #87b1b9;
}

.age-list li:nth-child(3) .age-button {
  background-color: #498291;
}

.age-list li:nth-child(4) .age-button {
  background-color: #2b7184;
}

.age-list li:nth-child(5) .age-button {
  background-color: #14505e;
}

.age-list li:nth-child(6) .age-button {
  background-color: #0c3942;
}

.age-list li span {
  width: 100%;
  font-size: 13px;
  color: rgba(81, 94, 110, 0.5);
}

.gender-button-group {
  width: 23%;
  height: 60%;
}

.gender-button-group .gender-button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 14px;
  color: #515e6e;
  background-color: #c7d6e7;
}

.gender-button-group .gender-button.active {
  background-color: #515e6e;
  color: #fff;
}

.gender-button-group .gender-button:nth-child(2) {
  margin: 0px 1px;
}

.marketSearchModal .ptg-modal-foot {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 20px;
}

.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: #27405b;
  color: #fff;
}

.marketSearchModal .ptg-modal-foot button:nth-child(2) {
  border: 0;
  background-color: #aaaaaa;
  color: #fff;
}

/* (Market Analysis) 상권분석보고서 모달
----------------------------------------*/
.reportModal {
  z-index: 600;
}

.reportModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 1100px;
  height: 94%;
  max-height: 1150px;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.reportModal .ptg-modal-dialog-wrapper .ptg-modal-dialog.print {
  max-width: 1100px;
  height: 94%;
  max-height: 1150px;
  padding: 0;
  border-radius: 20px;
  overflow: visible;
}

.reportModal .ptg-modal-head {
  display: flex;
  align-items: center;
  width: 100%;
  height: 8%;
  padding: 0px 20px;
  background-color: #27405b;
  box-sizing: border-box;
}

.reportModal .ptg-modal-head h3 {
  color: #fff;
}

.reportModal .ptg-modal-head .button-group {
  margin-left: auto;
}

.reportModal .ptg-modal-head .print {
  position: relative;
  width: 29px;
  margin-right: 50px;
  border: 0;
  background-color: transparent;
}

.reportModal .ptg-modal-head .print::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  display: block;
  width: 25px;
  height: 1px;
  background-color: #ffffff69;
  transform: rotate(90deg);
}

.reportModal .ptg-modal-head .modal-close {
  width: 20px;
  border: 0;
  background-color: transparent;
}

.reportModal .ptg-modal-head .print img,
.reportModal .ptg-modal-head .modal-close img {
  width: 100%;
  vertical-align: middle;
}

.reportModal .ptg-modal-content {
  width: 100%;
  height: 92%;
  padding: 25px;
  box-sizing: border-box;
}

.tab-contents.tab-contents-report {
  position: relative;
  height: 78%;
  overflow-y: auto;
}

.tab-contents.tab-contents-report > section {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
}

.tab-contents.tab-contents-report::-webkit-scrollbar {
  width: 15px;
}

.tab-contents.tab-contents-report::-webkit-scrollbar-thumb {
  background-color: #d1dde9;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 50px;
}

.tab-contents.tab-contents-report::-webkit-scrollbar-track {
  background-color: #fff;
}

/* top panel (지역, 업종, 분기, 분석일자) 영역 */
.report-top-panel {
  display: flex;
  align-items: center;
  width: 100%;
  height: 14%;
  margin-top: 20px;
  padding: 0px 30px;
  background-color: #e8f2ff;
  border: 1px solid #d6e1ef;
  box-sizing: border-box;
}

.report-top-panel > h4 {
  display: flex;
  align-items: center;
  font-size: 26px;
}

.report-top-panel > h4::before {
  display: inline-block;
  content: "";
  width: 33px;
  height: 37px;
  margin-right: 10px;
  background-image: url(../../images/MarketAnalysis-images/report_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.report-top-panel ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  width: 50%;
}

.report-top-panel li {
  width: 33%;
  margin-left: 15px;
}

.report-top-panel li span:first-child {
  display: block;
  font-family: "paybooc-Bold";
  color: #555555;
  font-size: 16px;
  margin-bottom: 7px;
}

.report-top-panel li span:first-child::before {
  display: inline-block;
  content: "●";
  margin-right: 5px;
  font-weight: bold;
}

.report-top-panel li span:last-child {
  display: block;
  font-family: "paybooc-Bold";
  font-size: 15px;
  text-align: center;
  padding: 5px 0px;
  background-color: #cbd4df;
  border-radius: 5px;
  border-radius: 10px;
}

/* 서브탭 CSS */
.tab-control-sub {
  width: 100%;
  height: 100%;
  display: flex;
}

.tab-buttons-sub {
  width: 23%;
  background-color: rgb(246 246 246);
  border: 1px solid #dedede;
}

.tab-buttons-sub .tab-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 10px;
  font-size: 16px;
  font-family: "paybooc-Bold";
  color: #999999;
  border: 0px;
  border-bottom: 1px solid #dedede;
  background-color: transparent;
  box-sizing: border-box;
}

.tab-buttons-sub .tab-button::after {
  content: "〉";
}

.tab-buttons-sub .tab-button.active {
  color: #17528b;
  background-color: #fff;
  box-shadow: inset 0px 0px 1px 2px #17528b;
}

.tab-contents-sub {
  width: 77%;
  height: 100%;
}

.tab-contents-sub section {
  width: 100%;
  height: 98%;
  padding: 0px 25px;
  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) 상권분석보고서 모달 - 요약
----------------------------------------*/
.report-summary-all-warpper {
  width: 100%;
}

.report-summary-all-warpper .report-summary-all {
  width: 100%;
  height: 75%;
}

.report-summary-all .row {
  width: 100%;
  margin-bottom: 20px;
}

.report-summary-all .row:last-child {
  margin-bottom: 0;
}

.report-summary-all .row ul {
  width: 100%;
  padding: 5px 20px;
  background-color: #edf3fa;
  border-radius: 12px;
  box-sizing: border-box;
}

.report-summary-all .row ul.col {
  display: inline-block;
  width: 49.5%;
  margin-right: 10px;
}

.report-summary-all .row ul.col:last-child {
  margin-right: 0px;
}

.report-summary-all .row ul li {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  border-bottom: 1px solid #cccccc;
}

.report-summary-all .row ul li:last-child {
  border-bottom: 0;
}

.report-summary-all .row h4 {
  font-size: 20px;
  font-family: "paybooc-Bold";
  margin-bottom: 10px;
}

.report-summary-all .row h4::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 15px;
  background-image: url(../../images/MarketAnalysis-images/title_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
}

.report-summary-all .row li span:first-child {
  font-size: 16px;
  color: #555555;
}

.report-summary-all .row li span:last-child {
  font-size: 16px;
  font-family: "paybooc-Bold";
  color: #ea0909;
  font-style: italic;
  margin-left: auto;
}

.report-summary-all-warpper .notice {
  width: 100%;
  height: 20%;
  border: 1px solid #e7e6eb;
  padding: 10px 20px;
  margin-top: 20px;
  background-color: #fff;
  box-sizing: border-box;
}

.report-summary-all-warpper .notice h5 {
  font-family: "paybooc-Bold";
  font-size: 18px;
  padding: 10px 0px;
}

.report-summary-all-warpper .notice h5::before {
  display: inline-block;
  content: "";
  width: 19px;
  height: 20px;
  background-image: url(../../images/MarketAnalysis-images/icon_warning.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 7px;
}

.report-summary-all-warpper .notice p {
  font-size: 14px;
  color: rgb(161, 161, 161);
}

/* (Market Analysis) 상권분석보고서 모달 - Info Panel (전체점포수,선택점포수)
----------------------------------------*/
.report-summary {
  width: 100%;
  height: 12%;
  padding: 0px 30px;
  margin-bottom: 30px;
  border-radius: 13px;
  background-color: #edf3fa;
  box-sizing: border-box;
}

.report-summary ul {
  width: 100%;
  height: 100%;
}

.report-summary li {
  width: 100%;
  height: 50%;
  color: #555555;
  padding: 12px 0px;
  border-bottom: 1px solid #ccc;
}

.report-summary li:last-child {
  border-bottom: 0;
}

.report-summary li span:first-child {
  font-size: 17px;
}

.report-summary li span:first-child::before {
  content: "·";
  margin-right: 5px;
}

.report-summary li span:last-child {
  font-family: "paybooc-Bold";
  color: #ea0909;
  font-size: 17px;
  font-style: italic;
}

/* (Market Analysis) 상권분석보고서 모달 - Top 5
----------------------------------------*/
.report-top-five {
  width: 100%;
  height: 200px;
  align-items: flex-start;
}

.report-top-five h2 {
  width: 27%;
  font-size: 25px;
  font-family: "paybooc-Bold";
  word-break: keep-all;
  border-left: 4px solid rgb(16 81 140);
  padding-left: 10px;
  box-sizing: border-box;
}

.report-top-five h2 span {
  color: rgb(36 95 150);
}

.report-top-five .top-five {
  width: 70%;
  height: 100%;
  border-radius: 15px;
  background-image: url(../../images/MarketAnalysis-images/top_five_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.top-five ol {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.top-five ol li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  border-radius: 8px;
  padding: 5px 0px;
}

.top-five li .list-order {
  flex: 2;
  color: #17528b;
  font-style: italic;
  font-family: "paybooc-Bold";
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
}

.top-five li .list-title {
  flex: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.top-five li.current-ranking {
  background-color: #fff;
}

.top-five li.current-ranking .current-order > span:first-child {
  display: inline-block;
  width: 75%;
  font-style: normal;
  color: #ea0909;
}

.top-five li.current-ranking .current-order > span:nth-child(2)::before {
  content: "●";
  font-style: normal;
  padding: 0px 8px;
}

/* (Market Analysis) 상권분석보고서 모달 - 차트 영역
----------------------------------------*/
.tab-contents-report .tab-contents-sub .chart {
  width: 100%;
  height: 40%;
  margin-top: 30px;
}

.tab-contents-report .tab-contents-sub .chart > div {
  width: 48%;
  background-color: #f2f3e4;
  border-radius: 15px;
}

/* (Market Analysis) 상권분석보고서 모달 - 차트 데이터 테이블
----------------------------------------*/
.report-chart-table-wrapper {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.report-chart-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
}

.report-chart-table th,
.report-chart-table td {
  border: 1px solid rgb(217 221 223);
}

.report-chart-table thead tr th {
  padding: 10px;
  font-size: 14px;
  background-color: rgb(244 244 244);
}

.report-chart-table tbody tr:first-child th {
  padding: 5px;
  word-break: break-all;
  font-size: 14px;
  font-family: "paybooc-Bold";
  background-color: rgb(244 244 244);
}

.report-chart-table tbody tr:nth-child(2) th {
  padding: 5px;
  word-break: break-all;
  font-size: 14px;
  font-family: "paybooc-Bold";
  background-color: rgb(244 244 244);
}

.report-chart-table tbody tr:first-child td {
  color: rgb(84 84 84);
  padding: 10px;
  word-break: break-all;
  text-align: center;
  font-size: 14px;
  font-family: "paybooc-Bold";
  background-color: rgb(245 246 235);
}

.report-chart-table tbody tr:nth-child(2) td {
  color: rgb(84 84 84);
  padding: 10px;
  word-break: break-all;
  text-align: center;
  font-size: 14px;
  font-family: "paybooc-Bold";
  background-color: rgb(233 249 253);
}

/* (Market Analysis) 상권 데이터 분석 POI 모달창
----------------------------------------*/
.POIDataAnalysisModal .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  height: 71%;
  max-height: 700px;
  padding: 0;
  border-radius: 25px;
  overflow: hidden;
}

.POIDataAnalysisModal .ptg-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8%;
  padding: 10px 20px;
  background-color: #27405b;
  box-sizing: border-box;
}

.POIDataAnalysisModal .area-name {
  font-size: 20px;
  color: #fff;
}

.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: #b6c5d3;
  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 .title b {
  color: #5d5d5d;
  font-size: 16px;
}

.POIDataAnalysisModal .data-status-wrapper .title b::before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 8px;
  margin-right: 5px;
  background-image: url(../../images/line_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.POIDataAnalysisModal .data-status-wrapper > h6 {
  width: 100%;
  font-size: 18px;
  padding: 10px 0px;
  box-sizing: border-box;
}

.POIDataAnalysisModal .data-status-wrapper > h6 span {
  font-size: 23px;
  margin: 0px 5px;
  color: #d35d72;
  font-family: "paybooc-Bold";
}

.POIDataAnalysisModal .data-status li {
  width: 87px;
  height: 87px;
  margin: 5px;
}

.POIDataAnalysisModal .interest-business {
  width: 100%;
  padding: 0px 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.POIDataAnalysisModal .interest-business > b {
  color: #5d5d5d;
  font-size: 16px;
}

.POIDataAnalysisModal .interest-business > b::before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 8px;
  margin-right: 5px;
  background-image: url(../../images/line_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.POIDataAnalysisModal .business-select {
  width: 100%;
  padding: 30px 20px;
  background-color: #e8f2ff;
  box-sizing: border-box;
}

.POIDataAnalysisModal .business-select .ptg-select-box {
  padding: 5px 15px;
}

.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;
}

.POIDataAnalysisModal .business-select .ptg-select-box:last-child {
  width: 55%;
}

.POIDataAnalysisModal .business-select .select-box-text {
  color: #fff;
  font-size: 14px;
}

.POIDataAnalysisModal .business-select .select-box-icon {
  margin-left: auto;
  width: 13px;
  height: 20px;
}

.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: #4324a6;
  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: 66%;
  min-height: 550px;
  max-height: 600px;
  padding: 0;
  border-radius: 25px;
  overflow-y: auto;
}

.MarketCompareModal .ptg-modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10%;
  padding: 10px 20px;
  color: #fff;
  font-family: "paybooc-Bold";
  background-color: #27405b;
  box-sizing: border-box;
}

.MarketCompareModal .ptg-modal-head .modal-close {
  width: 17px;
  border: 0;
  background-color: transparent;
  margin-left: auto;
}

.MarketCompareModal .ptg-modal-head .modal-close img {
  width: 100%;
}

.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: #e1f0ff;
}

.MarketCompareModal .compare {
  background-color: #fff1f3;
}

.criteria-compare-wrapper h6.outside-area {
  font-size: 18px;
  font-family: "paybooc-Bold";
  text-align: center;
  padding: 15px 0px 3px 0px;
}

.criteria-compare-wrapper h6.outside-area::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 15px;
  background-image: url(../../images/MarketAnalysis-images/title_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}

.criteria-compare-wrapper > div .area-name {
  font-size: 20px;
  font-family: "paybooc-Bold";
  text-align: center;
  color: #d35d72;
  margin-bottom: 15px;
}

.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:first-child {
  background-color: #d35d72;
  margin-bottom: 0px;
  padding: 10px 15px;
}

.criteria-compare-wrapper .ptg-select-box:first-child .select-box-icon {
  background-color: #d35d72;
  background-image: url(../../images/selectbox_arrow.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.criteria-compare-wrapper .ptg-select-box:first-child .select-box-icon img {
  width: 0px;
}

.criteria-compare-wrapper .ptg-select-box:nth-child(2) {
  background-color: #29bbc8;
  margin: 5px 0px;
  padding: 10px 15px;
}

.criteria-compare-wrapper .ptg-select-box:last-child {
  background-color: #888888;
  padding: 10px 15px;
}

.criteria-compare-wrapper .ptg-select-box.ptg-select-box-open {
  border-radius: 20px 20px 0 0;
}

.criteria-compare-wrapper .select-box-list {
  background-color: #888888;
  bottom: -100px;
  height: 100px;
}

.criteria-compare-wrapper .select-box-list ul::-webkit-scrollbar {
  width: 10px;
}

.criteria-compare-wrapper .select-box-list ul::-webkit-scrollbar-thumb {
  background-color: rgb(97, 97, 97);
  border-radius: 10px;
  background-clip: padding-box;
  border: 2px solid transparent;
}

.criteria-compare-wrapper .select-box-list ul::-webkit-scrollbar-track {
  background-color: #888;
  border-radius: 10px;
  box-shadow: none;
}

.criteria-compare-wrapper .select-box-list ul li {
  font-size: 15px;
  color: #fff;
}

.criteria-compare-wrapper .select-box-list ul li:hover {
  background-color: #bfbfbf;
}

.criteria-compare-wrapper .ptg-select-box:first-child .header-select-text {
  max-width: 100%;
}

.criteria-compare-wrapper .ptg-select-box .select-box-text {
  color: #fff;
  font-size: 14px;
  font-family: "paybooc-Medium";
}

.criteria-compare-wrapper .ptg-select-box .select-box-icon {
  margin-left: auto;
  width: 13px;
}

.criteria-compare-wrapper .ptg-select-box .select-box-icon img {
  vertical-align: initial;
}

/* 경고문 */
.MarketCompareModal .notice {
  width: 100%;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  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: 20px;
  margin-right: 6px;
}

.MarketCompareModal .notice > p {
  margin-top: 10px;
  color: rgb(173, 173, 173);
  font-size: 13px;
}

.MarketCompareModal .ptg-modal-foot {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 70px;
  padding: 0px 50px;
  box-sizing: border-box;
}

.MarketCompareModal .ptg-modal-foot .compare-button {
  width: 50%;
  padding: 13px;
  background-color: #27405b;
  color: #fff;
  border: 0;
  margin-right: 10px;
}

.MarketCompareModal .ptg-modal-foot .ptg-button-cancel {
  width: 50%;
  padding: 13px;
  background-color: #aaaaaa;
  color: #fff;
  border: 0;
}

/* (Market Analysis) 상권 비교 분석 보고서 모달창
----------------------------------------*/

.reportModal .ptg-modal-content {
  width: 100%;
  height: 92%;
  padding: 25px;
  box-sizing: border-box;
}

.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: #dce2e9;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 50px;
}

.tab-contents.tab-contents-compareReport::-webkit-scrollbar-track {
  background-color: #fff;
}

.tab-contents.tab-contents-compareReport > section {
  border: 0;
}

.criteria-compare-top-panel {
  width: 100%;
  height: auto;
  border: 1px solid #d6e1ef;
  background-color: #e8f2ff;
}

.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;
  border-right: 2px dashed #c1cfda;
  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:first-child {
  justify-content: center;
}

.top-panel-main > div li > h2 {
  width: 50%;
  font-size: 20px;
  font-family: "paybooc-Bold";
}

.top-panel-main > div li > h2::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 15px;
  background-image: url(../../images/MarketAnalysis-images/title_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
}

.top-panel-main > div li > span {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  width: 45%;
  font-size: 17px;
  font-family: "paybooc-Medium";
  text-align: right;
  color: #555555;
}

.top-panel-main > div li > p {
  width: 40%;
  padding: 5px 15px;
  text-align: right;
  font-family: "paybooc-Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #cbd4df;
  border-radius: 6px;
  box-sizing: border-box;
}

.top-panel-main > .criteria-info {
  border-right: 2px dashed #c1cfda;
}

.top-panel-main > .criteria-info li:first-child > p {
  width: 50%;
  color: #d35d72;
  padding: 5px 15px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
}

.top-panel-main .compare-info li:first-child > p {
  width: 50%;
  color: #6a7eba;
  font-size: 20px;
  padding: 5px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
}

.top-panel-sub {
  font-family: "paybooc-Medium";
}

.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: 17px;
}

.top-panel-sub > div li p:first-child {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-panel-sub > div li p:last-child {
  margin-left: 13px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}

.top-panel-sub .criteria-info-list li p:first-child {
  color: #4324a6;
}

.top-panel-sub .criteria-info-list li p:last-child {
  color: #9aa0aa;
}

.top-panel-sub .compare-info-list li p:first-child {
  color: #0bbed6;
}

.top-panel-sub .compare-info-list li p:last-child {
  color: #9aa0aa;
}

.compare-chart-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 300px;
  margin-top: 25px;
}

.compare-chart-wrapper .criteria-chart {
  width: 49%;
  height: 100%;
  border-radius: 15px;
  background-color: #f2f3e4;
}

.compare-chart-wrapper .compare-chart {
  width: 49%;
  height: 100%;
  border-radius: 15px;
  background-color: #f2f3e4;
}

.marketCompareReportModal .notice {
  width: 100%;
  height: 20%;
  min-height: 120px;
  max-height: 150px;
  margin-top: 30px;
  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 20px 0px;
}

.marketCompareReportModal .notice h5::before {
  display: inline-block;
  content: "";
  width: 19px;
  height: 20px;
  background-image: url(../../images/MarketAnalysis-images/icon_warning.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 7px;
}

.marketCompareReportModal .notice p {
  font-size: 14px;
  color: rgb(161, 161, 161);
}

/* 테이블 탭 CSS 오버레이 */
.tab-control.tab-control-dataTable {
  margin-top: 20px;
  height: 220px;
}

.tab-buttons.tab-buttons-dataTable {
  height: 20%;
}

.tab-buttons.tab-buttons-dataTable .tab-button {
  height: 80%;
  width: 16%;
  flex: initial;
  margin-right: 5px;
  color: #888888;
  border-radius: 30px;
  border-bottom: 0;
  background-color: #dddddd;
  font-family: "paybooc-Medium";
}

.tab-buttons.tab-buttons-dataTable .tab-button.active {
  background-color: #606e8f;
  color: #fff;
  border: 0;
  border-radius: 10px 10px 0px 0px;
  width: 20%;
  height: 33px;
}

.tab-contents.tab-contents-dataTable {
  height: auto;
  padding-top: 5px;
}

.tab-contents.tab-contents-dataTable > section {
  height: auto;
  border-top: 1px solid #7b5ddb;
  background-color: #fff;
  border: 0;
}

.compare-data-table {
  width: 100%;
  height: auto;
  table-layout: fixed;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.compare-data-table th {
  background-color: #f4f4f4;
}

.compare-data-table th:first-child {
  width: 10%;
}

.compare-data-table thead tr:first-child th {
  padding: 10px;
}

.compare-data-table th,
.compare-data-table td {
  padding: 10px;
  text-align: center;
  font-size: 14px;
  word-break: break-all;
}

.compare-data-table td {
  color: rgb(88, 88, 88);
}

.compare-data-table tbody tr:nth-child(1) th,
.compare-data-table tbody tr:nth-child(1) td {
  background-color: rgb(245 246 235);
}

.compare-data-table tbody tr:nth-child(2) th,
.compare-data-table tbody tr:nth-child(2) td {
  background-color: rgb(233 249 253);
} /* 테이블 탭 CSS 오버레이 */

.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;
}

@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 {
    font-size: 11px;
  }
  
  .print-page > section > .criteria-compare-top-panel >.top-panel-sub .criteria-info-list li p:last-child {
    font-size: 11px;
  }
  
  .print-page > section > .criteria-compare-top-panel > .top-panel-sub .compare-info-list li p:first-child {
    font-size: 11px;
  }

  .print-page > section > .criteria-compare-top-panel > .top-panel-sub .compare-info-list li p:last-child {
    font-size: 11px;
  }

  .print-page > section > section {
    page-break-inside: avoid;
  }
}

.popup-maps {
  display: inline-block;
  width: 550px;
  min-width: 250px;
  background-color: #fff;
}

.popup-maps.pois {
  width: 350px;
}

.poi-name {
  background-color: #27405b;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
}

.poi-name > b {
  font-size: 15px;
  color: #fff;
}
