.panel-link {
  background-color: #f8b500 !important;
  display: flex !important;
  align-items: center !important;
}
.panel-link.collapsed {
  background-color: #262626 !important;
}
.panel-link.collapsed .report-date {
  display: inline-block;
  margin-left: auto;
  font-size: 15px;
  line-height: 25px;
  font-family: 'Noto Sans TC';
  letter-spacing: 0.75px;
  color: #808080;
}
@media (max-width: 768px) {
  .panel-link.collapsed .report-date {
    display: none;
  }
}
.panel-link .report-date {
  display: none;
}

.panel-body {
  text-align: center;
}

.sgs-report {
  height: 632px;
  box-shadow: 0px 3px 6px #00000029;
}
@media (max-width: 768px) {
  .sgs-report {
    height: 464px;
  }
}
@media (max-width: 400px) {
  .sgs-report {
    height: 400px;
  }
}

.report-icon {
  height: 16px;
  margin-right: 13px;
}
@media (max-width: 768px) {
  .report-icon {
    margin-right: 30px;
  }
}

.custom-search-form {
  margin-bottom: 38px;
  width: 221px;
}
@media (max-width: 768px) {
  .custom-search-form {
    margin-bottom: 20px;
    width: 100%;
  }
}

.report-list-item-group.open:before {
  content: "\f0d7" !important;
}

.report-list-item-group.open .report-dropdown {
  display: block;
}

.report-list-item-group .report-list-item {
  font-size: 16px;
}

.report-dropdown {
  margin-top: 10px !important;
  display: none;
}
.report-dropdown li {
  margin-left: 21px;
  margin-bottom: 0 !important;
}
.report-dropdown li a {
  font-size: 14px;
  line-height: 36px;
  font-family: 'Noto Sans TC';
  letter-spacing: 0.22px;
  color: #b3b3b3;
}
.report-dropdown li a:hover,
.report-dropdown li a:focus {
  color: #8d8d8d;
}
.report-dropdown li:before {
  display: none !important;
}

.panel-group {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .panel-group {
    margin-bottom: 37px;
  }
}

@media (max-width: 768px) {
  .report-pagination {
    display: none;
  }
}

.d-flex {
  display: flex;
  justify-content: center;
}

.report-btn {
  display: none;
}
@media (max-width: 768px) {
  .report-btn {
    display: inline-block;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .padding-100 {
    padding-top: 27px;
    padding-bottom: 37px;
  }
}

@media (max-width: 768px) {
  .side-bar {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 20px !important;
  }
}
h1.sgs-h1 {
    font-size: 40px;
    letter-spacing: 1.2px;
    font-family: 'Noto Sans TC' !important;
    font: normal normal medium 48px/29px !important;
    /* letter-spacing: 1.2px; */
}


.divider-img {
  margin: 0 15px;
}
.city span {
  margin-right: 30px;
}
.city {
  font-size: 24px;
  color: #333;
}
.map-icon a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #464646;
  color: #fff;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
}
.map-icon a:hover {
  background-color: #000;
}
th, td {
  font-size: 18px;
}
th {
  color: #333;
}
td {
  color: #808080;
}
@media (max-width: 768px) {
  .city {
    font-size: 25px;
    margin-top: 45px;
  }
  .area {
    font-size: 18px;
  }
  th, td {
    font-size: 14px;
  }
  .d-none-rwd {
    display: none;
  }
  .shop-btn {
    margin-top: 45px;
  }
  .city span {
    margin-right: 10px;
  }
  .shop-item {
    font-size: 25px !important;
  }
  .map-icon a {
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
  }
}
.shop-pag {
  margin-top: 90px;
}
.gmap-modal {
  background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3030;
	display: none;
	justify-content: center;
	align-items: center;
}
.gmap-modal.on {
  display: flex;
}
.gmap-modal .content {
  width: 800px;
  background-color: #fff;
  padding: 20px 10px;
}
@media (max-width: 800px) {
  .gmap-modal .content {
    width: 90%;
    height: 50%;
  }
  .gmap-modal .content #map,.gmap-modal .content #player {
    height: auto;
  }
}
.black-bar {
  background-color: #000;
  height: 5px;
  width: 45px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.nav_cus h4 {
  font-size: 20px;
}
.nav_cus a {
  color: #808080;
}
.video_item {
  display: flex;
  margin-bottom: 10px;
}
.video_item img {
  width: 70px;
  height: 70px;
}
.video_item h5{
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 17px;
}
.video_item time{
  font-size: 17px;
  color: #808080;
}
.video_item div{
  margin-left: 15px;
}
.various {
  font-size: 15px;
  background: #333;
  color: white;
  padding: 4px 7px;
  border-radius: 5px;
}
.archieves h4 , .archieves a, .side-bar .sidebar_divider {
  color: #333;
}