@import url("reset-all.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.css");

/*  @group All Overrides ----------------------------------------------------------------------------------------*/
html,
body {
  font-family: "Noto Sans TC", sans-serif, Arial, Verdana, "微軟正黑體",
    "Microsoft JhengHei", "新細明體", "PMingLiU", "細明體", "MingLiU" !important;
}
body {
  /* overflow-x: hidden; */
  width: 100%;
  min-width: 320px;

  /*background: url(../images/bg_googlemp.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;*/
}

#map {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* @group [section] ----------------------------------------------------------------------------------------*/
section {
  width: 100%;
  height: 100%;
  min-height: 800px;
  min-width: 32px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 320px;
  overflow: hidden;

  /* background: url(../images/bg_googlemp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
}
/* End [section] ---------------------------------------------------------------------------------------- */

/* @group [header] ----------------------------------------------------------------------------------------*/
header {
  width: 100%;
  height: 80px;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0.55%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(21px);

  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.logo_service_gov_taipei {
  width: 150px;
  height: 60px;
  left: 15px;
  top: 50%;
  margin-top: -30px;
  background: url(../images/logo_sports_gov_taipei.png);
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.district_Filter {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  opacity: 1;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.district_Filter.district_Filter_scale {
  margin-top: -100px;
  opacity: 0;
}
.district_Filter li:after {
  content: "";
  display: inline-flex;
  width: 0;
  height: 10px;
  border-right: solid #000;
  border-width: 0.5px;
  border-style: dashed;
  margin: 0 4px;
}
.district_Filter li:last-child:after {
  display: none;
}
.district_Filter li > button {
  display: inline-flex;
  font-size: 14px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box !important;
  cursor: pointer;
  border-radius: 40px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.district_Filter li > button.btn_active,
.district_Filter li > button:hover {
  border: 3px solid #02ed85;
  background: #282b2c;
  box-shadow: 0 0 8px 0 #45a9bd;
  padding: 8px 16px;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

.Filter_title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  opacity: 1;
  opacity: 0;
  position: absolute;
  bottom: -10%;
  pointer-events: none;

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.Filter_title.Filter_title_fade {
  margin-bottom: -20px;
  bottom: 50%;
  opacity: 1;
}
.Filter_title li {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  padding: 4px 60px;
  gap: 8px;
  border-radius: 4px;
  border-right: 1px dashed rgba(0, 0, 0, 0.4);
  border-left: 1px dashed rgba(0, 0, 0, 0.4);
  color: #464646;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
}
.Filter_title i {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  background: url(../images/icon_view-col-black.svg);
}

/* End [header] ---------------------------------------------------------------------------------------- */

/* @group [carousel] ----------------------------------------------------------------------------------------*/
.carousel_location_thumb {
  /*width: 100%;*/
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}
.carousel_location_thumb.carousel_fade {
  bottom: -120%;
}
.owl-carousel {
  display: inline-flex !important;
  align-items: center;
}
.district_intro {
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  cursor: pointer;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.district_intro:hover {
  box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.7);
  margin-top: -8px;
}
.district_intro_thumb {
  display: flex;
  width: 100%;
  height: 180px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.district_intro_thumb h3,
.district_intro_thumb h4 {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16px);
  color: #fff;
  font-style: normal;
  line-height: normal;
}
.district_intro_thumb h3 {
  bottom: 0;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  /*justify-content: space-between;*/
  flex-shrink: 0;
}
.district_intro_thumb h4 {
  top: 0;
  font-size: 12px;
}
.district_intro_thumb h4 i {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}
.district_intro_thumb h4 i:before {
  content: "";
  display: inline-flex;
  width: 0;
  height: 10px;
  border-right: solid #fff;
  border-width: 0.5px;
  border-style: dashed;
  margin: 0 3px;
}
.district_intro a {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start !important;
  align-items: stretch;
  gap: 4px;
  align-items: center;
  width: 100%;
}
.district_intro a i {
  background: url(../images/pixelarticons_map.svg);

  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  display: block;
}

.district_intro a b {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1 0 0;
  overflow: hidden;
  color: #00a6ac;
  text-overflow: ellipsis;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1px;
}

.owl-carousel-nav {
  position: absolute;
  top: -50px;
  z-index: 9;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.customPrevBtn,
.customNextBtn {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.5));
  cursor: pointer;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.customPrevBtn:hover,
.customNextBtn:hover {
  transform: scale(1.3);
}
.customPrevBtn {
  background: url(../images/btn_arrow_left.svg);
}
.customNextBtn {
  background: url(../images/btn_arrow-right.svg);
}
.filter_btn {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 12px;
  border: 4px solid #282b2c;
  background: linear-gradient(180deg, #282b2c 12.5%, #000 100%),
    linear-gradient(135deg, #282b2c 0%, rgba(40, 43, 44, 0.5) 100%);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter_btn i {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  background: url(../images/icon_view-col.svg);
}
.filter_btn:hover {
  padding: 12px 28px;
}
/* End [carousel] ---------------------------------------------------------------------------------------- */

/* @group [sidebar_list] ----------------------------------------------------------------------------------------*/
.sidebar_list {
  width: 500px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 24px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  top: 80px;
  left: -500px;
  bottom: 0;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar_list.active {
  left: 0;

  -webkit-transition: all 1.3s ease;
  -moz-transition: all 1.3s ease;
  -ms-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
}
.sidebar_list p {
  color: #ff6a00;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}
.district_Filter_select {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid rgba(70, 70, 70, 0.2);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(15px);
  position: relative;
}
.district_Filter_select b {
  color: #464646;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  font-size: 16px;
  font-weight: 350;
  line-height: normal;
  letter-spacing: 0.8px;
}
.district_Filter_select b:after {
  content: "";
  display: inline-flex;
  width: 0;
  height: 10px;
  border-right: solid #fff;
  border-width: 0.5px;
  border-style: dashed;
  margin: 0 3px;
}
.district_Filter_select select {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  flex: 1 0 0;
}
.district_Filter_select i {
  width: 14px;
  height: 14px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  background: url(../images/icon_arrows-vertical.svg);
  pointer-events: none;
}
.district_intro_list {
  display: flex;
  align-items: flex-start;
  gap: 2px 2%;
  align-self: stretch;
  flex-wrap: wrap;
}
.district_intro_list .district_intro_thumb {
  width: 49%;
  margin-bottom: 12px;
  border-radius: 12px;
  cursor: pointer;
  border: 0px solid #000;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.district_intro_list .district_intro_thumb:hover {
  box-sizing: border-box;
  border: 4px solid #000;
  opacity: 0.5;
}
.district_intro_list .district_intro_thumb.active {
  box-sizing: border-box;
  border: 4px solid #000;
  opacity: 1;
}
.district_intro_list .district_intro_thumb:before {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.district_intro_list .district_intro_thumb:after {
  content: "";
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  background: url(../images/icon_checkbox.svg);
  z-index: 3;
  opacity: 0;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.7));

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.district_intro_list .district_intro_thumb.active:before {
  opacity: 0.5;
}
.district_intro_list .district_intro_thumb.active:after {
  opacity: 1;
}
.close_sidebar_list {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.7));
  background: url(../images/btn_close.svg);
  position: absolute;
  top: -500px;
  left: 492px;
  z-index: 3;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;

  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.close_sidebar_list.active {
  top: 100px;
  pointer-events: auto;
  opacity: 1;
}
/* End [sidebar_list] ---------------------------------------------------------------------------------------- */

/* @group [district_info_frame] ----------------------------------------------------------------------------------------*/
.district_info_frame {
  width: auto;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  position: absolute;
  overflow: hidden;
  padding: 20px 24px;
  z-index: 1;
  display: inline-flex;
  gap: 12px;
  top: 80px;
  left: 100px;
  bottom: 0;
  opacity: 0;
  pointer-events: none;

  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.district_info_frame.active {
  opacity: 1;
  pointer-events: auto;
  left: 520px;
}
/*.district_info_frame_scroll {
	width: auto;
	height: auto;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	display: inline-flex;
	border-radius: 4px;
	gap: 1px;
}
.district_information {
	position: relative;
	height: auto;
	max-width: 280px;
}
.district_information img {
	width: 100%;
	height: 150px;
 	background-size: cover !important;
	background-position: center;
	float: left;
}
.district_information ul {
	padding: 0 12px 12px 12px;
	background: #fff;
	box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
	flex-direction: column;
	align-items: stretch;
	gap: 6px;
	display: flex;
}
.district_information ul li {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding-bottom: 6px;
	border-bottom: 1px solid rgba(40, 43, 44, 0.1);
	gap: 6px;
	height: 80px;
}
.district_information ul li:first-child {
	padding-top: 6px;
}
.district_information ul li:last-child {
	border: none;
	padding: 0;
}
.district_information ul li h3 {
	color: #07F;
	font-size: 16px;
	font-weight: 700;
}
.district_information ul li a {
	color: #00A6AC;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none !important;
}
.district_information ul li a i{
	color: #282B2C;
}
.district_information ul li h4 {
	color: #282B2C;
	font-size: 13px;
	font-weight: 700;
}
.district_information ul li p {
	color: #282B2C;
	font-size: 12px;
	font-weight: 350;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.district_information ul li p i {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background: url(../images/checkbox.svg);
	background-size: cover !important;
	margin-right: 2px;
}
.district_information ul li p i.checkbox_check {
	background: url(../images/checkbox_active.svg);
}
.district_information ul li p i:last-child {
	margin-left: 8px;
}
.venue_link {
	padding: 6px 0;
	flex-shrink: 0;
	border: 4px solid #000;
	background: #FFF;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.50);
	color: #000 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-align: center;

	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
	        transition: all .3s ease;
}
.venue_link:hover {
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.8);
}*/
.district_info_frame_scroll {
  width: auto;
  height: auto;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  display: inline-flex;
  border-radius: 4px;
  gap: 1px;
}
.district_info_table {
  display: table;
  background: #fff;
}
.district_info_row {
  display: table-row;
}
.district_info_cell {
  display: table-cell;
  padding: 6px 12px;
  position: relative;
  min-width: 160px;
  overflow: hidden;
  max-width: 240px;
}
.district_info_row:last-child .district_info_cell {
  padding-bottom: 20px;
}
.district_info_cell:before {
  content: "";
  width: 20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}
.district_info_cell:last-child:before {
  display: none;
}
.district_info_cell:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 12px;
  right: 12px;
  border-bottom: 1px solid rgba(40, 43, 44, 0.1);
}
.img_padding {
  padding: 0;
}
.district_info_cell img {
  width: 100%;
  height: 150px;
  background-size: cover !important;
  background-position: center;
  float: left;
}
.district_info_cell h3 {
  color: #07f;
  font-size: 16px;
  font-weight: 700;
}
.district_info_cell a {
  color: #00a6ac;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
}
.district_info_cell a i {
  color: #282b2c;
}
.district_info_cell h4 {
  color: #282b2c;
  font-size: 13px;
  font-weight: 700;
  padding-bottom: 4px;
}
.district_info_cell p {
  color: #282b2c;
  font-size: 12px;
  font-weight: 350;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 4px;
}
.district_info_cell p:last-child {
  padding-bottom: 0;
  white-space: pre-wrap;
}
.district_info_cell p i {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background: url(../images/checkbox.svg);
  background-size: cover !important;
  margin-right: 2px;
}
.district_info_cell p i.checkbox_check {
  background: url(../images/checkbox_active.svg);
}
.district_info_cell p i:last-child {
  margin-left: 8px;
}
.venue_link {
  width: 100%;
  display: inline-block;
  padding: 6px 0;
  border: 4px solid #000;
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  color: #000 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-align: center;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.venue_link:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.8);
}
.district_info_frame.active_mobile {
  left: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  top: 0 !important;
  z-index: 99;
}
.district_info_frame.active_mobile .district_info_frame_scroll,
.district_info_frame.active_mobile .district_info_table {
  width: 100% !important;
}
/* End [district_info_frame] ---------------------------------------------------------------------------------------- */

/* @group [nav_btn] ----------------------------------------------------------------------------------------*/
.nav_btn {
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 2px solid #02ed85;
  background: linear-gradient(135deg, #282b2c 0%, rgba(40, 43, 44, 0.5) 100%);
  box-shadow: 0 0 8px 0 #45a9bd;
  position: absolute;
  right: -60px;
  opacity: 0;

  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.nav_btn.nav_btn_fade {
  right: -60px !important;
  opacity: 0 !important;
}
.nav_btn:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}
.nav_btn i {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  background: url(../images/icon_filter-solid.svg);
}
/* End [nav_btn] ---------------------------------------------------------------------------------------- */

.mobile_district_Filter_frame {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;

  display: flex;
  flex-direction: column;
  padding: 46px 56px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-shrink: 1;
  z-index: 99;
  top: -100%;
  opacity: 0;
  z-index: 99;

  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.mobile_district_Filter_frame.active {
  opacity: 1;
  top: 0;
}
.mobile_district_Filter {
  display: flex;
  width: 280px;
  height: auto;
  padding: 19px 20px;
  /*flex-direction: column;
	align-items: center;*/
  gap: 0;
  /*flex: 1 0 0;*/
  flex-wrap: wrap;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0.4) 100%
  );
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
}
.mobile_district_Filter li {
  flex: 0 0 49%;
  margin-bottom: 6px;
  margin-right: 2%;
}
.mobile_district_Filter li:nth-child(2n + 1) {
  margin-right: 0;
}
.mobile_district_Filter li:first-child,
.mobile_district_Filter li:last-child {
  flex: 0 0 100%;
}
.mobile_district_Filter li h3 {
  align-self: stretch;
  color: #282b2c;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.mobile_district_Filter li button {
  display: flex;
  width: 100%;
  padding: 6px 0;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
  flex: 1 0 0;
  flex-wrap: wrap;
  border-radius: 4px;
  border: 1px dashed rgba(40, 43, 44, 0.3);
  color: #666;
  font-size: 14px;
  font-weight: 500;
  pointer-events: auto;
  box-sizing: border-box;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile_district_Filter li button:hover,
.mobile_district_Filter li button.active {
  border-radius: 20px;
  padding: 4px 0;
  border: 3px solid #02ed85;
  background: #282b2c;
  box-shadow: 0 0 8px 0 #45a9bd;
  color: #fff;
  pointer-events: auto;
}
.close_mobile_district_Filter_frame {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.7));
  background: url(../images/btn_close.svg);
  cursor: pointer;
}

.district_Filter_check {
  width: 100%;
  height: 100px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -100px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  z-index: 99;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.district_Filter_check button {
  padding: 12px 60px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #40de74 0%, #33edce 100%);
  box-shadow: 0 4px 16px 0 rgba(0, 218, 164, 0.6);
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {
  .district_Filter {
    margin-right: 32px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1099px) {
  .district_Filter {
    opacity: 0;
    margin-right: -100%;
  }
  .nav_btn {
    right: 24px;
    opacity: 1;
  }
}
@media only screen and (min-width: 240px) and (max-width: 1049px) {
  .district_info_frame {
    left: 100px !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .sidebar_list.active {
    width: 100% !important;
    top: 0;
    z-index: 99;
  }
  .sidebar_list.active_mobile {
    left: 0;
  }

  .district_intro_list {
    gap: 2px 2%;
    padding-bottom: 80px;
  }
  .district_intro_list .district_intro_thumb {
    width: 23.5%;
  }
  .close_sidebar_list.active {
    top: -500px !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }
  .district_Filter_check.active {
    bottom: 0;
  }
  .district_info_frame.active_mobile
    .district_info_row:last-child
    .district_info_cell {
    padding-bottom: 80px !important;
  }
}
.close_sidebar_list.active_mobile {
  top: auto !important;
  position: fixed !important;
  bottom: 40px !important;
  left: 50% !important;
  margin-left: -21px !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 100;
}
@media only screen and (min-width: 520px) and (max-width: 720px) {
  .district_intro_list {
    gap: 2px 2%;
  }
  .district_intro_list .district_intro_thumb {
    width: 32%;
  }
}
@media only screen and (min-width: 400px) and (max-width: 519px) {
  .district_intro_list {
    gap: 2px 2%;
  }
  .district_intro_list .district_intro_thumb {
    width: 49%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 399px) {
  .district_intro_list {
    gap: 2px 0;
  }
  .district_intro_list .district_intro_thumb {
    width: 100%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 720px) {
  header {
    width: 100%;
    height: 0;
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0.55%,
      rgba(255, 255, 255, 0) 100%
    );
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0);
    backdrop-filter: blur(0);
  }
  .logo_service_gov_taipei {
    top: 40px;
    margin-top: 0;
    background: url(../images/logo_sports_gov_taipei_mobile.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
  }
  .nav_btn {
    top: 52px;
  }
}
