.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: #00AA51;
}
.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: #bcd0ee;
  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;
}
/* 기준 데이터 new */
.datainfo .ptg-modal-dialog-wrapper .ptg-modal-dialog {
  max-width: 1000px;
  height: 90%;
  max-height: 1000px;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}
.datainfo .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: #00AA51;
}
.datainfo .ptg-modal-head > h3 {
  font-family: "paybooc-Medium";
  font-size: 21px;
  color: #fff;
}
.datainfo .ptg-modal-head .modal-close {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 0;
}
.datainfo .ptg-modal-content {
  width: 100%;
  height: 90%;
  overflow-y: auto;
  box-sizing: border-box;
}
.datainfo .ptg-modal-content::-webkit-scrollbar {
  width: 10px;
}
.datainfo .ptg-modal-content::-webkit-scrollbar-thumb {
  background-color: #bcd0ee;
  border-radius: 10px;
  background-clip: padding-box;
}
.datainfo .ptg-modal-content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.datainfo .ptg-modal-content .content-wrapper {
  width: 100%;
  height: 100%;
  min-height: 565px;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.datainfo .modal_cont {
  max-width: 1024px;
  height: calc(100% - 60px);
  background-color: #fff;
  border-radius: 12px;
  margin: 30px;
  line-height: 1;
}
/* common modal */
.datainfo.modal_box {
  position: relative;
  width: 95%;
  border-radius: 12px;
  background-color: #fff;
  margin: 0 auto;
}
.datainfo .modal_com_title {
  font-size: 1.75em;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 0.9em;
  text-align: left;
  letter-spacing: -1.4px;
}
.datainfo .main_title {
  text-align: center;
  font-size: 2.2rem;
}
.datainfo .deco_title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 12px;
}
.datainfo .deco_title img {
  vertical-align: middle;
  margin-right: 12px;
}
.datainfo .deco_desc_wrap {
  margin-left: 20px;
}
.datainfo .deco_desc_wrap .deco_desc {
  position: relative;
  font-size: 13px;
  letter-spacing: -0.65px;
  line-height: 1.5em;
  padding-left: 17px;
  word-break: keep-all;
}
.datainfo .deco_desc_wrap .deco_desc::before {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  border: 3px solid #2596f2;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 3px;
}
.datainfo.deco_desc_wrap .deco_desc + .deco_desc {
  margin-top: 12px;
}
.datainfo .deco_desc_wrap + .blue_box {
  margin-top: 16px;
}
.datainfo .btn:not(.small_btn) {
  font-size: 0.88em;
  font-weight: bold;
  height: 36px;
  line-height: 35px;
}
.datainfo.group_btn {
  margin-top: 1.25em;
}
.datainfo .group_btn::after {
  content: '';
  display: block;
  clear: both;
}
.datainfo .group_btn .btn {
  display: block;
  float: left;
  width: calc(50% - 3.5px);
}
.datainfo .group_btn .btn + .btn {
  margin-left: 7px;
}
/* modal center */
.datainfo .modal_abct .modal_box {
  position: absolute;
  max-width: 480px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: solid 2px #0068bd;
  padding: 2em 3em;
}
.datainfo .modal_wrap .modal_close {
  display: block;
  position: absolute;
  z-index: 5;
  right: 5px;
  top: 4px;
  width: 1.9em;
  height: 2em;
}
.datainfo .modal_wrap .modal_close .icon {
  vertical-align: middle;
}
.datainfo .modal_abct .modal_tit_wrap {
  text-align: center;
}
.datainfo .modal_abct .modal_tit {
  font-size: 1.2em;
  font-weight: bold;
  color: #0068bd;
  line-height: 1.4em;
  word-break: keep-all;
}
.datainfo .modal_abct .modal_tit_sub {
  font-size: 0.88em;
  font-weight: 500;
  color: #a5a5a5;
  margin-top: 4px;
  line-height: 1.4em;
  word-break: keep-all;
}
/* modal scroll */
.datainfo .modal_long {
  overflow-y: auto;
  padding: 5% 0;
}
.datainfo .modal_long .modal_box {
  background-color: #0068bd;
  max-width: 1024px;
  height: 85%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.datainfo .modal_long .modal_head {
  height: 60px;
  line-height: 60px;
  position: relative;
}
.datainfo .modal_long .modal_head .head_logo {
  padding-left: 30px;
}
.datainfo .modal_long .modal_head .head_logo img {
  float: left;
  display: block;
  margin-top: 17px;
  margin-right: 12px;
}
.datainfo .modal_long .modal_head .logo_txt {
  font-size: 1.1em;
  font-weight: 900;
  color: #fff;
  float: left;
}
.datainfo .modal_long .modal_head .modal_close {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}
.datainfo .modal_long .modal_cont {
  height: calc(100% - 60px);
  overflow-y: auto;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 0;
  padding: 50px 44px 40px;
}
/* service guide modal */
.datainfo .guide_article + .guide_article {
  margin-top: 40px;
}
.datainfo .cont_title {
  font-size: 1.25em;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  color: #0068bd;
  margin-bottom: 9px;
}
.datainfo .cont_title i {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  font-size: 0.85em;
  font-weight: bold;
}
.datainfo .cont_title span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 5px;
}
.datainfo .cont_title .date {
  color: #878787;
  float: right;
  margin-top: 9px;
}
.datainfo .define .icon {}
.datainfo .desc {
  font-size: 0.88em;
  line-height: 1.45em;
  letter-spacing: -0.7px;
  word-break: keep-all;
}
.datainfo ul.desc_wrap li {
  position: relative;
  padding-left: 8px;
}
.datainfo ul.desc_wrap li::before {
  content: '-';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.datainfo .guide_desc {
  margin-left: 25px;
  padding-left: 13px;
  position: relative;
}
.datainfo .guide_desc .define .icon {
  font-size: 10px;
  font-weight: bold;
  color: #0068bd;
  position: absolute;
  left: 0;
  top: 6px;
}
.datainfo .guide_desc ul.desc_wrap {
  margin-top: 5px;
}
.datainfo .purple_box {
  border-radius: 7px;
  overflow: hidden;
  margin-top: 18px;
}
.datainfo .purple_box .box_head {
  background-color: #1b52a2;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 15px 0 12px;
}
.datainfo .purple_box .box_body {
  background-color: #f7f7fc;
}
.datainfo .purple_box .table_body .sky_table_wrap {
  margin-top: 0;
}
.datainfo .purple_box .box_body > .desc {
  text-align: center;
  padding: 16px 20px;
}
.datainfo .purple_box .box_body > .desc.align_left {
  font-size: 13px;
  padding: 23px 25px;
  word-break: keep-all;
  line-height: 1.6em;
}
.datainfo .purple_box .box_body .small_txt {
  font-size: 12px;
  color: #777;
  margin-top: 14px;
  line-height: 1.4em;
  display: block;
}
.datainfo .blue_box {
  border-radius: 7px;
  overflow: hidden;
}
.datainfo .blue_box + .blue_box {
  margin-top: 28px;
}
.datainfo .blue_box + .deco_desc_wrap {
  margin-top: 24px;
}
.datainfo .blue_box .box_head {
  background-color: #2596f2;
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 15px 0 12px;
}
.datainfo .blue_box .box_body {
  background-color: #f7f7fc;
}
.datainfo .blue_box .box_body > .desc {
  text-align: center;
  padding: 16px 20px;
}
.datainfo .blue_box .box_body > .desc.align_left {
  font-size: 13px;
  padding: 23px 25px;
  word-break: keep-all;
  line-height: 1.6em;
}
.datainfo .table_title_wrap::after {
  content: '';
  display: block;
  clear: both;
}
.datainfo .table_title_wrap {
  font-size: 13px;
  margin: 37px 0 12px;
}
.datainfo .table_title_wrap .title {
  float: left;
}
.datainfo .table_title_wrap .baseinfo {
  float: right;
  color: #666;
}
.datainfo .sky_table_wrap {
  margin-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.datainfo .sky_table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
.datainfo .sky_table th {
  background-color: #e8f5ff;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  border-bottom: 1px solid #d6d6d6;
  padding: 5px;
  line-height: 1.4em;
  word-break: keep-all;
}
.datainfo .sky_table td {
  font-size: 12px;
  color: #202529;
  line-height: 1.4em;
  height: 30px;
  padding: 10px 10px 9px;
  border-bottom: 1px solid #d6d6d6;
}
.datainfo .sky_table td + td {
  border-left: 1px solid #d6d6d6;
}
.datainfo .table_guide_txt {
  font-size: 12px;
  color: #666;
  margin-top: 16px;
}
.datainfo .half_box_wrap::after {
  content: '';
  display: block;
  clear: both;
}
.datainfo .half_box_wrap .half {
  float: left;
  width: 46%;
}
.datainfo .step_box_wrap {
  margin: 20px -2%;
}
.datainfo .step_box_wrap .half {
  padding: 2%;
}
.datainfo .step_box_wrap .cont_box {
  position: relative;
  margin-top: 0;
}
.datainfo .step_box_wrap .box_head {
  height: 63px;
  padding: 28px 0;
}
.datainfo .step_box_wrap .box_body {
  height: 450px;
}
.datainfo .step_box_wrap .step_wrap {
  position: absolute;
  width: 100%;
  padding: 0 18px;
  top: 72px;
  left: 0;
  box-sizing: border-box;
}
.datainfo .step_box_wrap .step_box {
  border-radius: 8px;
  background-color: #fff;
  padding: 19px 24px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.13);
}
.datainfo .step_box_wrap .step_arrow {
  text-align: center;
  color: #9191ac;
  font-weight: bold;
  font-size: 14px;
  margin: 9px 0 7px;
}
.datainfo .step_box_wrap .step_title {
  font-weight: bold;
  margin-bottom: 15px;
}
.datainfo .step_box_wrap .bold_txt {
  font-size: 0.88em;
  font-weight: bold;
  margin-bottom: 6px;
}
.datainfo .step_box_wrap .float_desc::after {
  content: '';
  display: block;
  clear: both;
}
.datainfo .step_box_wrap .float_desc .float {
  float: left;
  width: 85px
}
.datainfo .step_box_wrap .float_desc .float + .float {
  width: calc(100% - 85px);
  float: right;
}
.datainfo .step_box_wrap .blue_box .step_box {
  border: 1px solid #2596f2;
}
.datainfo .step_box_wrap .blue_box .step_title {
  color: #2596f2;
}
.datainfo .step_box_wrap .purple_box .step_box {
  border: 1px solid #1b52a2;
}
.datainfo .step_box_wrap .purple_box .step_title {
  color: #1b52a2;
}
.datainfo .full_blue_box {
  border-radius: 8px;
  background-color: #2596f2;
  padding: 0 18px 20px;
  margin-top: 20px;
}
.datainfo .full_blue_box .title {
  font-size: 1.1em;
  font-weight: bold;
  padding: 27px 0 29px;
  color: #fff;
  text-align: center;
  float: none;
  margin: 0;
}
.datainfo .full_blue_box .half_box_wrap {
  margin: -8px;
}
.datainfo .full_blue_box .half {
  padding: 8px;
  width: 48%;
}
.datainfo .full_blue_box .wh_box {
  background-color: #fff;
  border-radius: 8px;
  padding: 13px;
}
.datainfo .full_blue_box .txt_wrap {
  float: left;
}
.datainfo .full_blue_box .box_title {
  letter-spacing: -0.8px;
  font-weight: bold;
  color: #2596f2;
  padding: 15px 0;
}
.datainfo .full_blue_box ul li + li {
  margin-top: 12px;
}
.datainfo .full_blue_box ul li::before {
  content: '·';
}
.datainfo .full_blue_box .img_wrap {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 8px;
  overflow: hidden;
  float: right;
  background-color: rgba(0, 0, 0, 0.13);
}
.datainfo .full_blue_box .img_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px));
}
.datainfo .startTemp_wrap .startTemp {
  font-size: 0.88em;
  font-weight: bold;
  color: #fff;
  width: 125px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 60px;
}
.datainfo .startTemp_wrap .startTemp + .startTemp {
  margin-left: 8px;
}
.datainfo .startTemp_wrap .startTemp.og {
  background-color: #f27c00;
}
.datainfo .startTemp_wrap .startTemp.yw {
  background-color: #fea900;
}
.datainfo .startTemp_wrap .startTemp.sky {
  background-color: #1ba8f7;
}
.datainfo .startTemp_wrap .startTemp.blue {
  background-color: #054788;
}
.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: 18px;
  height: 18px;
  background-image: url(../../images/MarketAnalysis-images/title_icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 10px;
}
.marketSearchModal .business-select-wrapper > p::before {
  background-image: none;
  background-color: #6E7A9F;
  content: "1";
  color: white;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
}
.marketSearchModal .client-select-wrapper > p::before {
  background-image: none;
  background-color: #6E7A9F;
  content: "2";
  color: white;
  font-size: 13px;
  text-align: center;
  vertical-align: middle;
  border-radius: 3px;
}
.marketSearchModal .select-wrapper > p > span {
  color: #f32323;
  padding-left: 10px;
}
.marketSearchModal .client-select-wrapper div h1 {
  font-size: 18px;
  font-weight: bold;
  font-family: "paybooc-Bold";
  margin: 10px 0px 10px 0px;
}
.marketSearchModal .client-select-wrapper div p {
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 10px;
  color: #7890ae;
}
.marketSearchModal .client-select-wrapper .blue {
  font-size: 16px;
}
.marketSearchModal .client-select-wrapper .blue_sm {
  font-size: 14px;
  padding-top: 15px;
  border-top: 1px solid #d1ddec;
}
.marketSearchModal .client-select-wrapper .orange {
  color: #ff5200;
}
/* 손쉬운 선택 */
.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: #1b52a2;
  padding: 9px 20px;
  margin: 0;
}
.business-select .ptg-select-box:hover {
  background-color: #1b52a2;
}
.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: #99b2d6;
  bottom: -143px;
  height: 143px;
  border-radius: 0px 0px 20px 20px;
}
.business-select .select-box-list ul {
  padding: 0px;
  overflow-y: scroll;
}
.business-select .select-box-list ul li {
  text-align: left;
  font-family: "paybooc-Medium";
  font-size: 14px;
  color: #fff;
  border-top: 0px;
  font-size: 14px;
}
.business-select .select-box-list ul li:hover {
  background-color: #1b52a2;
  border-radius: 15px;
}
.business-select .select-box-list ul::-webkit-scrollbar {
  width: 10px;
}
.business-select .select-box-list ul::-webkit-scrollbar-thumb {
  background-color: #1b52a2;
  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: #1b52a2;
  padding: 5px 10px;
}
.market-select .ptg-select-box:hover {
  background-color: #1b52a2;
}
.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: #1b52a2;
}
.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: 95%;
  margin-top: 15px;
  padding: 0px 25px 7px 25px;
  border-radius: 30px;
  background-color: #edf3fa;
  box-sizing: border-box;
}
.client-select p {
  font-size: 12px;
  color: #7890ae;
  margin-top: 12px;
  margin-left: 32%;
}
.client-select p:first-child {
  margin-top: 0px;
}
.client-select p span {
  float: right;
  margin-right: 33px;
}
.client-select-box {
  width: 100%;
  height: 20%;
  margin: 5px 0px;
}
.client-select-box:nth-child(2) .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(4) .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: 2px;
}
.age-list .age-button {
  width: 100%;
  height: 22%;
  border: 2px solid transparent;
  border-radius: 10px;
}
.age-button.active {
  border: 2px solid #ffffff;
  outline: 2px solid #ffccb4;
  background-color: #ff5200 !important;
}
.age-list li:nth-child(1) .age-button {
  background-color: #C0D0E7;
}
.age-list li:nth-child(2) .age-button {
  background-color: #C0D0E7;
}
.age-list li:nth-child(3) .age-button {
  background-color: #C0D0E7;
}
.age-list li:nth-child(4) .age-button {
  background-color: #C0D0E7;
}
.age-list li:nth-child(5) .age-button {
  background-color: #C0D0E7;
}
.age-list li:nth-child(6) .age-button {
  background-color: #C0D0E7;
}
.age-list li span {
  width: 100%;
  font-size: 12px;
  color: #7890ae;
}
.gender-button-group {
  width: 23%;
  height: 60%;
}
.gender-button-group .gender-button {
  width: 100%;
  height: 100%;
  padding: 0px 0px 1px 0px;
  font-size: 12px;
  color: #1b52a2;
  background-color: #edf3fa;
  border-radius: 15px;
  border: 1px solid #99b2d6;
}
.gender-button-group .gender-button.active {
  background-color: #1b52a2;
  padding: 6px 1px 7px 1px;
  color: #fff;
  border: 0px;
}
.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: 50px;
}
.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: #1b52a2;
  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: #00AA51;
  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: #bcd0ee;
  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: #0053a8;
  color: #fff;
  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: 21%;
  background-color: #e7f2ff;
  border: 1px solid #d2e3fd;
}
.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: #aabdd0;
  border: 0px;
  border-bottom: 1px solid #d2e3fd;
  background-color: transparent;
  box-sizing: border-box;
}
.tab-buttons-sub .tab-button::after {
  content: "〉";
}
.tab-buttons-sub .tab-button.active {
  color: #1b52a2;
  background-color: #fff;
  box-shadow: inset 0px 0px 1px 2px #1b52a2;
}
.tab-contents-sub {
  width: 79%;
  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: #e8f2ff;
  border-radius: 12px;
  box-sizing: border-box;
}
.report-summary-all .row ul.col {
  display: inline-block;
  width: 49.5%;
  margin-right: 10px;
  margin-bottom: 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 #d2e3fd;
}
.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: #000000;
}
.report-summary-all .row li span:last-child {
  font-size: 16px;
  font-family: "paybooc-Bold";
  color: #1b52a2;
  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: 40px;
  border-radius: 13px;
  background-color: #e8f2ff;
  box-sizing: border-box;
}
.report-summary ul {
  width: 100%;
  height: 100%;
}
.report-summary li {
  width: 100%;
  height: 50%;
  color: #000000;
  padding: 12px 0px;
  border-bottom: 1px solid #d2e3fd;
}
.report-summary li:last-child {
  border-bottom: 0;
}
.report-summary li span:first-child {
  font-size: 17px;
  color: #0053a8;
}
.report-summary li span:first-child::before {
  content: "·";
  margin-right: 5px;
}
.report-summary li span:last-child {
  font-family: "paybooc-Bold";
  color: #1b52a2;
  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 #1b52a2;
  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: #1b52a2;
  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: #1b52a2;
}
.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;
}
.tab-contents-report .tab-contents-sub .chart .title {
  padding: 20px 0px 40px 10px;
  font-size: 20px;
  text-align: center;
}
.tab-contents-report .tab-contents-sub .chart .title span {
  font-size: 12px;
  float: right;
  color: #979797;
  padding-top: 8px;
}
/* (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 0px;
  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 0px;
  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 0px;
  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 0px;
  word-break: break-all;
  text-align: center;
  font-size: 14px;
  font-family: "paybooc-Bold";
  background-color: #e8f2ff;
}
/* (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: #00AA51;
  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: #bcd0ee;
  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;
  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 20px;
  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: -210px;
  height: 210px;
}
.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: #1B52A2;
  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: 86%;
  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: #00AA51;
  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: 14px;
  font-family: "paybooc-Bold";
  text-align: center;
  color: #1b52a2;
  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: -148px;
  height: 148px;
  border-radius: 0px 0px 25px 25px;
}
.criteria-compare-wrapper .select-box-list ul::-webkit-scrollbar {
  width: 10px;
}
.criteria-compare-wrapper .select-box-list ul::-webkit-scrollbar-thumb {
  background-color:#bfbfbf;
  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;
  border-radius: 25px;
}
.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: #1B52A2;
  color: #fff;
  border: 0;
  margin-right: 15px;
}
.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: #bcd0ee;
  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;
  box-sizing: border-box;
}
.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: 1px dashed #a7c0dc;
  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: #d2e3fd;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0px;
  font-size: 15px;
  line-height: 140%;
}
.top-panel-main > .criteria-info {
  border-right: 1px dashed #a7c0dc;
}
.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;
  line-height: 140%;
}
.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 .compare-info-list {
  border-right: 0px;
}
.top-panel-sub .criteria-info-list li p:first-child {
  color: #1B52A2;
}
.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 {
  width: 20%;
  height: 33px;
  flex: initial;
  margin-right: -1px;
  color: #7397c7;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 0;
  background-color: #e7f2ff;
  font-family: "paybooc-Medium";
}
.tab-buttons.tab-buttons-dataTable .tab-button.active {
  background-color: #1b52a2;
  color: #fff;
  border: 0;
  border-radius: 10px 10px 0px 0px;
  width: 20%;
  height: 33px;
  margin: 0px;
}
.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: #e8f2ff;
} /* 테이블 탭 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;
}
.mgt0 {
  margin-top: 0px !important;
}
.popinfo {
  height: auto !important;
  padding: 30px 0px 30px 0px !important;
}
.h_auto {
  height: auto !important;
  min-height: auto !important;
}
