/* Side Layout Global Style 
------------------------------------- */
.side {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
/* (Town Map) Main Panel
------------------------------------- */
.side-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 183px;
  height: 100vh;
  background-color: #EC6E63;
  z-index: 100;
  box-sizing: border-box;
  overflow-y: scroll;
}
.side-header .title {
  display: inline-block;
  width: 70px;
  padding: 3px 0px;
  color: #FFE1C4;
  text-align: center;
  font-size: 12px;
  border-radius: 25px;
}

.side-header::-webkit-scrollbar {
  width: 5px;
}

.side-header::-webkit-scrollbar-thumb {
  background-color: #FFE1C4;
  border-radius: 10px;
  background-clip: padding-box;
}

.side-header::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.header-button-group, .header-info, .header-panel, .header-list {
  padding: 0px 20px;
  box-sizing: border-box;
}
.manual:hover {
  color: #ec6e63 !important;
  background-color: #FFE1C4;
}
/* (Town Map) Main Panel 카테고리, 검색버튼
------------------------------------- */
.header-button-group {
  width: 100%;
  height: 100px;
  justify-content: space-around;
}
.header-button-group .ptg-button {
  width: 38px;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.header-button-group .ptg-button:hover {
  opacity: 70%;
}
.header-button-group .ptg-button > img {
  width: 100%;
}
/* (Town Map) Main Panel 날짜, 위치정보
------------------------------------- */
.header-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 105px;
}
.header-info time {
  padding: 8px 20px;
  color: #fff;
  font-size: 14px;
  border-radius: 25px;
  background-color: #2f1975;
}
.header-info address {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  margin-top: 10px;
}
/* (Town Map) Main Panel select, 통계
------------------------------------- */
.header-panel {
  width: 100%;
  background-color: #b2473d;
  padding: 5px 15px;
}
.header-select {
  margin: 20px 0px;
}
.header-select-text {
  max-width: 100%;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-left: auto;
  font-size: 15px;
  text-align: right;
}
.header-stats {
  margin-top: 20px;
}
.header-stats .stats {
  text-align: right;
  margin: 15px 0px;
}
.header-stats .stats-title {
  background-color: #ec6e63;
}
.header-stats .stats p {
  width: 100%;
  min-width: 100px;
  word-break: break-all;
  margin-top: 5px;
  font-size: 25px;
  color: #FFE1C4;
  font-family: "paybooc-Light";
}
.stats .play {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.play .play-button {
  width: 35px;
  height: 35px;
  min-width: 30px;
  border: 0;
  margin-right: 15px;
  padding: 0;
  background-color: transparent;
}
.play .play-button img {
  width: 100%;
  height: 100%;
}
/* (Town Map) Main Panel 지도 리스트
------------------------------------- */
.header-list {
  width: 100%;
  padding-top: 30px;
}
.map-list-wrapper {
  width: 100%;
  height: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.map-list {
  width: 100%;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
.map-list li {
  width: 100%;
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-list .list-title {
  background-color: #b2473d;
  margin-bottom: 10px;
}
.header-list ul li {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
/* (Town Map) Data Info Panel
------------------------------------- */
.data-info-panel {
  width: 500px;
  height: 100vh;
  position: relative;
  top: 0;
  left: 180px;
  background-color: #fff;
  z-index: 90;
  box-sizing: border-box;
  transition: all 0.5s;
  border-right: 1px solid #e0d1c3;
}
.panel-open {
  left: -320px;
}
.panel-open-button {
  position: absolute;
  top: 205px;
  right: -25px;
  width: 25px;
  height: 490px;
  color: #fff;
  padding: 0;
  border: 0;
  border-radius: 0px 15px 15px 0px;
  background-color: #EC6E62;
  z-index: 110;
}
.panel-open-button > img {
  width: 20px;
  height: 15px;
}
.data-info-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.data-info-content::-webkit-scrollbar {
  width: 5px;
}
.data-info-content::-webkit-scrollbar-thumb {
  background-color: #FFE1C4;
  border-radius: 10px;
  background-clip: padding-box;
}
.data-info-content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
/* (Town Map) Data Info Panel 브레드크럼
------------------------------------- */
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  background-color: #FFE1C4;
  box-sizing: border-box;
}
.breadcrumb ul {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
}
.breadcrumb ul li {
  color: #ec6e63;
  margin-right: 10px;
  font-size: 15px;
  font-family: "paybooc-Bold";
}
.breadcrumb ul li::after {
  content: ">";
  padding-left: 10px;
}
.breadcrumb ul li:last-child {
  display: block;
  font-size: 20px;
}
.breadcrumb ul li:last-child::after {
  content: "";
}
/* (Town Map) Data Info Panel 데이터현황
------------------------------------- */
.data-stats {
  width: 100%;
  height: 290px;
  padding: 30px;
  box-sizing: border-box;
}
.stats-sum {
  flex: 1;
  height: 100%;
  text-align: left;
}
.stats-sum .sum {
  padding-top: 60px;
  color: #ec6e63;
  font-size: 30px;
  font-family: "paybooc-Light";
  text-align: center;
}
.stats-sum .sum em {
  font-family: "paybooc-Medium";
  font-style: normal;
  font-size: 50px;
}
.stats-chart {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}
.stats-chart > p {
  width: 100%;
  padding-left: 30px;
  text-align: left;
  box-sizing: border-box;
}
.stats-chart .donut-chart {
  width: 100%;
  height: 100%;
  padding-top: 20px;
}
/* (Town Map) Data Info Panel 시계열 데이터
------------------------------------- */
.data-timeSeries {
  width: 100%;
  height: 200px;
  padding: 0px 15px;
  box-sizing: border-box;
}
.data-timeSeries-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: 15px;
  background-color: #f4f4f4;
  box-sizing: border-box;
  overflow: hidden;
}
.data-timeSeries-title {
  width: 100%;
  font-size: 16px;
}
.data-timeSeries-title .time-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.data-timeSeries-title .time-icon > img {
  width: 100%;
  height: 100%;
}
.data-timeSeries-title > p {
  width: 100%;
  max-width: 90%;
}
.data-timeSeries-title > p > span {
  color: #ec6e63;
}
.open-chart-button {
  width: 30px;
  height: 30px;
  margin-left: auto;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.open-chart-button img {
  width: 100%;
}
.data-timeSeries-comparison > span:first-child {
  font-size: 13px;
  padding: 5px 20px;
  color: #fff;
  border-radius: 25px;
  background-color: #ec6e63;
  text-align: center;
}
.data-timeSeries-comparison .percent {
  font-size: 40px;
  margin-left: 10px;
  color: #ec6e63;
}
.data-timeSeries-range {
  width: 100%;
}
.range-datetime {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.range-datetime time {
  display: flex;
  align-items: center;
  font-family: "paybooc-Bold";
  font-size: 12px;
}
.range-datetime time:first-child::before {
  padding-right: 8px;
  content: url(../../images/calendar.svg);
  width: 30px;
}
.range-datetime time:last-child::after {
  padding-left: 8px;
  content: url(../../images/calendar.svg);
  width: 30px;
}
.input-range-wrapper {
  width: 100%;
  padding: 5px 15px;
  border-radius: 25px;
  background-color: #fff;
  box-sizing: border-box;
}
.input-range {
  width: 100%;
  height: 10px;
  -webkit-appearance: none;
}
.input-range:focus {
  outline: none;
}
.input-range::-ms-track {
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
.input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  height: 20px;
  width: 6px;
  margin-top: -8px;
  border-radius: 25px;
  background-color: #ec6e63;
  ;
}
.input-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background-color: #ec6e63;
  ;
  border-radius: 25px;
}
.data-timeSeries-bar-chart {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: #f4f4f4;
  visibility: hidden;
  z-index: 95;
  box-sizing: border-box;
}
.bar-chart-open {
  visibility: visible;
}
/* (Town Map) Data Info Panel 데이터 다운로드
------------------------------------- */
.data-download {
  width: 100%;
  height: 390px;
  padding: 35px 10px 0px 10px;
  box-sizing: border-box;
}
.title-button {
  width: 100%;
  height: 15%;
}
.title-button h5 {
  font-family: "paybooc-Bold";
  font-size: 18px;
  color: #121212;
}
.title-button .ptg-button-group {
  width: auto;
  justify-content: flex-end;
}
.title-button .ptg-button-group > a {
  padding: 3px 13px;
  color: #fff;
  font-size: 12px;
  font-family: "paybooc-Bold";
  border: 0;
  border-radius: 3px;
  margin: 0px 3px;
}
.xlsx-download {
  background-color: #e1ac51;
}
.csv-download {
  background-color: #d35d72;
}
.json-download {
  background-color: #6a7eba;
}
.xml-download {
  background-color: #9d6aba;
}
.data-download .ptg-table-board {
  border-left: 0;
  border-right: 0;
  table-layout: fixed
}
.data-download .ptg-table-board th:first-child {
  width: auto;
}
.data-download .ptg-table-board thead {
  background-color: #f4f4f4;
}
.data-download .ptg-table-board th, .data-download .ptg-table-board td {
  text-align: center;
  font-size: 12px;
  padding: 10px 5px;
  font-family: "paybooc-Light";
  color: #5d5c5c;
}
.data-download .ptg-table-board tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.data-download .ptg-table-board th {
  font-size: 14px;
  font-family: "paybooc-ExtraBold";
}
.paging {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 17%;
}
.page-numbering {
  width: auto;
}
.ptg-pagination {
  width: auto;
}
.ptg-pagination .ptg-pagination-wrapper {
  border: 1px solid rgb(228, 228, 228);
}
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-number {
  width: 35px;
  margin: 0;
  padding: 8px 0px;
  color: #5d5c5c;
  font-size: 12px;
  font-family: "paybooc-Light";
  cursor: pointer;
  border-radius: 0px;
  border: 0;
  border-left: 1px solid rgb(228, 228, 228);
}
.ptg-pagination .ptg-pagination-wrapper li:last-child {
  border-left: 1px solid rgb(228, 228, 228);
}
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-prev, .ptg-pagination .ptg-pagination-wrapper .ptg-pagination-next {
  width: 50px;
  margin: 0;
  padding: 8px 0px;
  border-radius: 0px;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-family: "paybooc-Light";
  color: #5d5c5c;
}
.ptg-pagination .ptg-pagination-wrapper .ptg-pagination-number-selected {
  background-color: #121212;
  color: #fff;
}
.page-numbering > span {
  color: #121212;
  font-size: 12px;
  font-style: italic;
  margin: 0px 2px;
}
.page-full-number::before {
  content: "/";
  padding-right: 5px;
}
@media (max-width:1560px) {
  .header-button-group {
    height: 70px;
  }
  .header-button-group .ptg-button {
    width: 30px;
  }
  .header-info {
    height: 90px;
  }
  .header-info time {
    font-size: 12px;
  }
  .header-info address {
    font-size: 20px;
  }
  .header-select {
    margin: 10px 0px;
  }
  .ptg-select-box {
    padding: 3px 10px;
  }
  .header-select-text {
    font-size: 12px;
  }
  .header-stats .stats {
    margin: 10px 0px;
  }
  .side-header .title {
    font-size: 11px;
  }
  .header-list {
    padding-top: 15px;
  }
  .map-list-wrapper {
    margin-bottom: 10px;
  }
  .header-list ul li {
    font-size: 14px;
  }
}
/* (Market Analysis) Main Panel
------------------------------------- */
.main-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100vh;
  padding: 20px 0px;
  background-color: #4324a6;
  z-index: 100;
  overflow-y: auto;
  box-sizing: border-box;
}
.main-panel .link-home {
  display: block;
  width: 40px;
  margin: 0 auto;
  cursor: pointer;
}
.main-panel .link-home img {
  width: 100%;
}
/* (Market Analysis) Main Panel 날짜, 위치
------------------------------------- */
.main-panel .date {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}
.main-panel .date time {
  padding: 5px 13px;
  font-size: 11px;
  color: #fff;
  border-radius: 25px;
  background-color: #361b8b;
}
.main-panel .location {
  width: 100%;
  margin: 30px 0px;
}
.main-panel .location span {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 25px;
}
/* (Market Analysis) Main Panel 메뉴
------------------------------------- */
.main-menu {
  width: 100%;
}
.main-menu ul {
  width: 100%;
}
.main-menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 140px;
  cursor: pointer;
  border-bottom: 1px solid #4d21d9;
  background-color: #361b8b;
}
.main-menu li:hover {
  background-color: #0bbed6;
}
.main-menu li:last-child {
  border-bottom: 0;
}
.main-menu .menu-icon {
  width: 60px;
}
.main-menu .menu-icon img {
  width: 100%;
}
.main-menu li:last-child .menu-icon {
  margin-bottom: 15px;
}
.main-menu .menu-title {
  text-align: center;
  font-size: 16px;
  color: #e5f43e;
}
.main-menu .menu-title span {
  font-family: "paybooc-Bold";
}
/* (Market Analysis) 나의 상권 찾기 결과 패널
------------------------------------- */
.market-result-panel {
  width: 224px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 100px;
  background-color: #fff;
  z-index: 90;
  box-sizing: border-box;
  transition: all 0.5s;
}
.market-result-panel .panel-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8%;
  font-size: 18px;
  text-align: center;
  color: #4324a6;
  background-color: #e5f43e;
}
.market-result-panel .result-count {
  width: 100%;
  padding: 15px 10px;
  font-size: 15px;
  color: #4324a6;
  background-color: #f2effd;
  box-sizing: border-box;
}
.market-result-panel .result-count ul {
  width: 100%;
}
.market-result-panel .result-count ul li {
  display: inline-block;
  margin-left: 10px;
}
.market-result-panel .result-count ul li::after {
  content: ">";
  margin-left: 10px;
}
.market-result-panel .result-count ul li:last-child:after {
  content: "";
}
.market-result-panel .result-count p {
  font-family: "paybooc-Bold";
  font-size: 25px;
  text-align: right;
  margin-top: 10px;
}
.result-area-list-wrapper {
  width: 100%;
  height: 86%;
  overflow-y: auto;
}
.result-area-list-wrapper::-webkit-scrollbar {
  width: 10px;
}
.result-area-list-wrapper::-webkit-scrollbar-thumb {
  background-color: #f2effd;
  border-radius: 10px;
  background-clip: padding-box;
}
.result-area-list-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.result-area-list-wrapper .result-area-list {
  width: 100%;
  height: auto;
}
.result-area-list li {
  width: 100%;
  font-size: 14px;
  padding: 8px 30px;
  cursor: pointer;
  box-sizing: border-box;
}
.result-area-list li:hover {
  color: #fff;
  background-color: #4324a6;
}
.result-area-list li.open {
  color: #fff;
  background-color: #4324a6;
}
/* (Market Analysis) 나의 상권 찾기 결과 상세보기 패널
------------------------------------- */
.market-result-info-panel {
  width: 430px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 324px;
  background-color: #fff;
  border-left: 1px solid #f3f0fd;
  box-shadow: 5px 0px 13px -5px rgba(0, 0, 0, 0.27);
  z-index: 85;
  box-sizing: border-box;
  transition: all 0.5s;
  overflow-y: auto;
}
.market-result-info-panel::-webkit-scrollbar {
  width: 10px;
}
.market-result-info-panel::-webkit-scrollbar-thumb {
  background-color: #f2effd;
  border-radius: 10px;
  background-clip: padding-box;
}
.market-result-info-panel::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.market-result-info-panel .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 8%;
  font-family: "paybooc-Light";
  font-size: 25px;
  color: #4324a6;
  padding: 0px 15px;
  background-color: #e5f43e;
  box-sizing: border-box;
}
.market-result-info-panel .panel-title .close-button {
  width: 20px;
  height: 25px;
  cursor: pointer;
}
.market-result-info-panel .panel-title .close-button img {
  width: 100%;
  height: 100%;
}
.market-result-info-panel .result-info {
  width: 100%;
  padding: 0px 15px;
  box-sizing: border-box;
}
.market-result-info-panel .result-info > h6 {
  width: 100%;
  font-family: "paybooc-Bold";
  font-size: 14px;
  padding: 20px 0px;
  box-sizing: border-box;
}
.market-result-info-panel .tab-contents .analysis-result {
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  font-family: "paybooc-Light";
  box-sizing: border-box;
}
.market-result-info-panel .tab-contents .analysis-result li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin-top: 5px;
}
.market-result-info-panel .tab-contents .analysis-result li > span {
  color: #9a84e3;
}
.market-result-info-panel .tab-contents .analysis-result li > span:nth-child(2) {
  background-color: #361b8b;
  color: #fff;
  width: 130px;
  padding: 3px 10px;
  text-align: right;
  box-sizing: border-box;
}
.market-result-info-panel .tab-contents .analysis-result li > span > span {
  color: #fff;
}
.market-result-info-panel .tab-contents .analysis-result-chart {
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  color: #fff;
  box-sizing: border-box;
}
.report-open {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}
.report-open button {
  border: 0;
  padding: 15px 40px;
  color: #fff;
  background-color: #4324a6;
}
/* (Market Analysis) 상권 데이터분석 패널
------------------------------------- */
.market-analysis-panel {
  width: 224px;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 90;
  background-color: #fff;
  overflow-y: auto;
}
.market-analysis-panel::-webkit-scrollbar {
  width: 10px;
}
.market-analysis-panel::-webkit-scrollbar-thumb {
  background-color: #f2effd;
  border-radius: 10px;
  background-clip: padding-box;
}
.market-analysis-panel::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.market-analysis-panel .panel-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8%;
  font-size: 18px;
  font-family: "paybooc-Bold";
  text-align: center;
  color: #4324a6;
  background-color: #e5f43e;
}
.market-analysis-panel .ptg-select-box {
  background-color: #4324a6;
  margin: 15px 0px;
}
.market-analysis-panel .select-box-text {
  color: #fff;
  max-width: 100%;
}
.market-analysis-panel .select-box-icon {
  margin-left: 10px;
  width: 7px;
  height: 15px;
  background-image: url(../../images/arrow_down_white.svg);
}
.market-analysis-panel .select-box-list {
  bottom: -160px;
  height: 160px;
  background-color: #4324a6;
  z-index: 95;
}
.market-analysis-panel .select-box-list ul li {
  color: #fff;
  font-size: 15px;
}
.market-analysis-panel .select-box-list ul li:hover {
  color: #4324a6;
}
.select-button-wrapper {
  padding: 0px 20px;
}
.select-button-wrapper .compare-button {
  width: 100%;
  padding: 10px 13px;
  background-color: #4324a6;
  border: 0;
  border-radius: 10px;
  font-size: 16px;
  font-family: "paybooc-Bold";
  color: #e5f43e;
}
.compare-catgory-list {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 90;
}
.compare-catgory-list ul {
  width: 100%;
}
.compare-catgory-list ul li {
  width: 100%;
}
.compare-catgory-list li button {
  width: 100%;
  margin: 7px 0px;
  color: #4324a6;
  cursor: pointer;
  font-family: "paybooc-Bold";
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0;
  background-color: transparent;
}
.compare-catgory-list .list-icon {
  width: 50px;
  height: 50px;
  padding: 8px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #f2effd;
  box-sizing: border-box;
}
.compare-catgory-list .list-icon img {
  width: 100%;
}
.compare-catgory-list li .list-icon.active {
  background-color: #4324a6;
}
.event-remove-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 95;
  background-color: #fff;
  opacity: 0.6;
}
@media (max-width: 1560px) {
  .main-panel {
    overflow-y: initial;
  }
  .main-panel .link-home {
    width: 30px;
  }
  .main-panel .date {
    margin-top: 5px;
  }
  .main-panel .date time {
    font-size: 10px;
  }
  .main-panel .location {
    margin: 15px 0px;
  }
  .main-panel .location span {
    font-size: 16px;
  }
  .main-menu li {
    height: 100px;
  }
  .main-menu .menu-icon {
    width: 40px;
  }
  .main-menu .menu-title {
    font-size: 12px;
  }
}
/* (Zeropay) Zeropay Panel
------------------------------------- */
.zeropay-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 285px;
  height: 100vh;
  background-color: #fff;
  z-index: 90;
}
.zeropay-panel .search-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 212px;
  background-color: #dae030;
}
.zeropay-panel .search-option > h6 {
  color: #4324a6;
  padding: 20px 0px 10px 0px;
  box-sizing: border-box;
}
.zeropay-search-bar {
  width: 100%;
  height: 23%;
  font-family: "paybooc-Bold";
  max-width: 250px;
  border-bottom: 2px solid #fff;
}
.zeropay-search-bar .ptg-search-bar-input {
  width: 85%;
  font-size: 18px;
  color: #fff;
  background-color: #dae030;
  border: 0;
}
.zeropay-search-bar .ptg-search-bar-input::placeholder {
  font-size: 18px;
  color: #fff;
  font-style: italic;
}
.zeropay-search-bar .ptg-search-bar-input:focus {
  outline: initial;
  border: initial;
  box-shadow: initial;
}
.zeropay-search-bar .ptg-search-bar-button {
  width: 20%;
  height: auto;
  border: 0;
  padding: 5px;
  background-color: transparent;
}
.zeropay-search-bar .ptg-search-bar-button img {
  width: 100%;
}
.zeropay-panel .checkboxes-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zeropay-panel .checkboxes-wrapper .checkbox {
  margin: 0px 10px;
}
.zeropay-panel .checkboxes-wrapper .checkbox-label span {
  font-size: 14px;
}
.zeropay-panel .checkboxes-wrapper .checkbox-label img {
  width: 17px;
  margin-right: 5px;
  margin-left: 0px;
}
.search-button-wrapper {
  width: 100%;
  padding: 15px 0px;
  box-sizing: border-box;
}
.search-button-wrapper button {
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  padding: 6px 13px;
  border: 0;
  border-radius: 30px;
  background-color: #4324a6;
  color: #fff;
}
.search-button-wrapper button img {
  width: 1.3em;
  margin-right: 10px;
}
.zeropay-panel .tab {
  width: 100%;
  height: 78%;
}
.zeropay-panel .tab-button {
  width: 100%;
  height: 60px;
  display: flex;
}
.zeropay-panel .tab-button button {
  width: 50%;
  height: 100%;
  border: 0;
  color: #4324a6;
  font-weight: bold;
  background-color: #f2effd;
}
.zeropay-panel .tab-button button.active {
  background-color: #0bbed6;
  color: #fff;
}
.zeropay-panel .tab-content {
  width: 100%;
  height: 92%;
  overflow-y: auto;
}
.zeropay-panel .tab-content .market-list {
  display: none;
}
.zeropay-panel .tab-content::-webkit-scrollbar {
  width: 15px
}
.zeropay-panel .tab-content::-webkit-scrollbar-thumb {
  background-color: #f2effd;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 50px;
}
.zeropay-panel .tab-content::-webkit-scrollbar-track {
  background-color: #fff;
}
.zeropay-panel .tab-content li {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
}
.zeropay-panel .tab-content li .market-name {
  font-size: 17px;
  color: #4324a6;
}
.zeropay-panel .tab-content li .market-tel, .zeropay-panel .tab-content li .market-address {
  font-size: 13px;
  margin: 3px 0px;
}
.zeropay-panel .tab-content li .label-icons {
  width: 100%;
  margin-top: 10px;
}
.zeropay-panel .tab-content li .label-icons img {
  margin: 0px 5px;
}
.ifream-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 90;
  background-color: #fff;
  overflow-y: auto;
}
/* 다중선택 */
.multi {
  color: #ffffff;
  font-size: 12px;
}
.multi span {
  cursor: pointer;
}
.multi .red {
  padding: 6px 20px 10px 20px;
  background: #f5887d;
  margin-top: 10px;
  border-radius: 50px;
}
.multi .blue {
  padding: 6px 20px 10px 20px;
  background: #5FA2FE;
  margin-top: 10px;
  border-radius: 50px;
}
.multi .green {
  padding: 6px 20px 10px 20px;
  background: #45CE33;
  margin-top: 10px;
  border-radius: 50px;
}
.multi img {
  margin-left: 10px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
/* tooltip */
.tippy-box[data-theme~='tomato'] {
    background: #fff;
    border: 1px solid #1B52A2;
    color: #1B52A2;
	font-size: 12px;
	padding: 10px;
}
.tippy-box[data-theme~='tomato'][data-placement^='right'] > .tippy-arrow::before {
    border-right-color: #fff;
    transform: scale(0.95);
}
.tooltip {
}