@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');

* {
  box-sizing: border-box;
}

#mtkContainer {
  background: url(../images/hero-night-market-pc.jpg) black top center no-repeat;
}

header.hero {
  position: relative;
  height: 820px;
}

header.hero h1 {
  display: none;
}

.gobalManu {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute;
  top: 420px;
  right: 16%;
  width: 34%;
  /* border: 1px solid red; */
}

.gobalManu a {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  padding: 5px 25px 5px 15px;
  font: 700 25px/1 "Noto Sans TC";
  color: white;
  border-radius: 99em;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.2);
  background: #ff4997;
}

.gobalManu a::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 8px;
  width: 14px;
  height: 12px;
  background: url(../images/ang-1.png) center center no-repeat;
}

.gobalManu a:hover {
  transform: translateY(-5px);
}

.poi {}

.poi .slidecontain {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.poi .slidecontain li {
  display: inline-block;
  flex-shrink: 0;
  padding: 5px 15px;
  font: 700 25px/1 "Noto Sans TC";
  border-radius: 99em;
  background: white;
}

.poi .slidecontain li a {
  color: black;
}

.poi .ph {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.poi .ph-group-title {
  margin-bottom: 20px;
  font: 700 35px/1 "Noto Sans TC";
  text-align: center;
  color: #ffcc43;
}

.poi .ph-menu {
  position: sticky;
  top: 0;
  padding: 2px 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.75);
}

.poi .ph-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto 60px auto;
  padding-bottom: 60px;
  width: 90%;
  max-width: 1400px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.poi .ph-group-content {
  position: relative;
  flex-shrink: 0;
  padding-bottom: 40px;
  width: 300px;
  background: white;
}



.poi .ph-group-content img {
  width: 100%;
}

.ph-group-content-tag {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 10px;
  font: 500 15px/1.5 "Noto Sans TC";
  color: white;
  background: black;
}

.poi .ph-group-content-text {

  padding: 10px;
  text-align: center;
}

.poi .ph-group-content-text-name {
  display: block;

  width: 100%;
  font: 500 18px/1.5 "Noto Sans TC";
  text-align: left;
  color: black;

}



.poi .ph-group-content-text-sale {
  display: block;
  padding: 0 10px;
  font: 500 18px/1.5 "Noto Sans TC";
  color: white;
  text-align: left;
  background: #fe3667;
}

.poi .ph-group-content-text-sale a {
  color: white;
}

.poi .ph-group-content-text-detail {
  padding-top: 15px;
  font: 500 15px/1.5 "Noto Sans TC";
  color: black;
  text-align: left;
}

.poi .ph-group-content-text-detail a {
  color: black;
}

.poi .ph-group-content-text-price {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  width: 100%;
  font: 700 24px/1.4 "Noto Sans TC";
  color: #ff4997;
  text-align: center;
}

.multiplePoi {}

.multiplePoi .ph {
  display: none;
}

.multiplePoi .ph.on {
  display: block;
}

.multiplePoiBtn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.multiplePoiBtn a {
  display: inline-block;
  padding: 5px 10px;
  font: 700 30px/1.4 "Noto Sans TC";
  color: black;
  background: white;
  border-radius: 99em;
}

.multiplePoiBtn a.on {
  color: #fff;
  background: #fe3667;
}

.fit .ph-group-content {
  position: relative;
}

.fit .ph-group-content-photo img {
  display: none;
}

.fit .ph-group-content-tag {
  position: absolute;
  top: 0px;
  left: 10px;
  display: inline-block;
  /* width: 100%; */
  font: 300 25px/1.5 "Noto Sans TC";
  text-align: left;
  color: black;
  z-index: 50;
  opacity: 0.5;
  background: none;
}

.fit .ph-group-content-tag::after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 20px;
  height: 100%;
  background: url(../images/icon_airplane.png) center left no-repeat;
  background-size: 100% auto;
}

.fit .ph-group-content-text {
  padding: 0;
}

.fit .ph-group-content-text-name {
  position: relative;
  padding-left: 50%;
  padding-right: 10px;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  background: #dedede;
}

.multiplePoi.poi .slidecontain li {
  color: white;
  border: 1px solid white;
  background: none;
}

.multiplePoi.poi .slidecontain li a {
  color: white;
}

.ph-title {
  display: block !important;
  margin: 20px 0 32px 0;
  width: 100%;
  font: 300 50px/1.5 "Noto Sans TC";
  text-align: center;
  color: white;
}

#a .ph-title {
  display: none !important;
}

@media screen and (max-width:820px) {
  #mtkContainer {
    background: black;
  }

  header.hero {
    position: relative;
    height: auto;
    background: none;
  }

  header.hero h1 {
    display: block;
    line-height: 0;
  }

  header.hero h1 img {
    display: block;
    width: 100%;
  }

  .gobalManu {
    position: static;
    /* justify-content: flex-start; */
    gap: 5px;
    margin-bottom: 20px;
    width: 100%;
    overflow-x: scroll;
  }

  .gobalManu a {
    padding: 2%;
    font-size: 20px;
  }

  .gobalManu a::after {
    display: none;
  }

  .poi .slidecontain {
    padding: 0 10px;
    justify-content: flex-start;
    overflow-x: scroll;
    gap: 5px;
  }

  .poi .slidecontain li {
    font-size: 18px;
  }

  .poi .ph-group {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    gap: 20px;
  }

  .poi .ph-group-content {
    width: 300px;
  }
}