@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-pink-area-pc.jpg) black top center no-repeat;
}

header.hero {
  position: relative;
  height: 758px;
}

header.hero h1 {
  display: none;
}

.gobalManu {
  display: flex;
  justify-content: center;
  gap: 15px;
  /* margin-bottom: 30px; */
  padding: 10px 0;
  width: 100%;
  background: #eb4b88;
}

.gobalManu a {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  padding: 0 30px 0 20px;
  font: 700 25px/1.5 "Noto Sans TC";
  color: white;

}

.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);
}

.bg {
  background: url(../images/pink-bg.jpg) #f3e8e5 top center no-repeat;
}

.poi {
  padding-top: 30px;
}

.poi .ph-menu {
  position: sticky;
  top: 0;
  z-index: 500;
}

.poi .slidecontain {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 30px;

}

.poi .slidecontain li {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  font: 700 30px/69px "Noto Sans TC";
  height: 69px;
  background: url(../images/comp-btn-a.jpg) top center repeat-x;
}

.poi .slidecontain li::before,
.poi .slidecontain li::after {
  content: "";
  position: absolute;
  top: -9px;

  width: 20px;
  height: 87px;
  background: url(../images/comp-btn-b.png) center center no-repeat;
}

.poi .slidecontain li::before {
  left: -20px;
  transform: scaleX(-1);
}

.poi .slidecontain li::after {
  right: -20px;
}

.poi .slidecontain li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  z-index: 20;
}

.poi .slidecontain li a div {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
}

.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: #eb4b88;
}

.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;
}

.ph-group-content-tag {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 0 10px;
  font: 500 15px/1.5 "Noto Sans TC";
  color: white;
  background: #eb4b88;
}


.poi .ph-group-content img {
  width: 100%;
}

.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: 0px 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: 60px;
  margin-bottom: 20px;
}

.multiplePoiBtn a {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  font: 700 30px/69px "Noto Sans TC";
  color: black;
  height: 69px;
  background: url(../images/comp-btn-a.jpg) top center repeat-x;
}

.multiplePoiBtn a::before,
.multiplePoiBtn a::after {
  content: "";
  position: absolute;
  top: -9px;
  width: 20px;
  height: 87px;
  background: url(../images/comp-btn-b.png) center center no-repeat;
}

.multiplePoiBtn a::before {
  left: -20px;
  transform: scaleX(-1);
}

.multiplePoiBtn a::after {
  right: -20px;
}

.multiplePoiBtn a.on {
  /* background: #ffcc43; */
}

.ph-title {
  display: block !important;
  margin: 20px 0 32px 0;
  width: 100%;
  font: 700 50px/1.5 "Noto Sans TC";
  text-align: center;
  color: #eb4b88;
}

#a .ph-title {
  display: none !important;
}

.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 {
  gap: 20px;
}

.multiplePoi.poi .slidecontain li {
  padding: 0 10px;
  height: auto;
  color: white;
  line-height: 1.2;
  border: 1px solid black;
  border-radius: 99em;
  background: #f3e8e5;
}

.multiplePoi.poi .slidecontain li::after,
.multiplePoi.poi .slidecontain li::before {
  display: none;
}

.multiplePoi.poi .slidecontain li a {
  color: black;
}

@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;
    width: 100%;
    padding: 0;
    /* 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 {
    padding: 5px;
    font-size: 18px;
    line-height: 18px;
    height: auto;
    background: white;
    border-radius: 99em;
    box-shadow: 0 3px 0 rgba(255, 255, 255, 0.2);
  }

  .poi .slidecontain li::after,
  .poi .slidecontain li::before {
    background: none;
  }

  .poi .ph-group {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    gap: 20px;
  }

  .poi .ph-group-content {
    width: 300px;
  }

  /******************/
  .multiplePoiBtn {
    padding: 0 10px;
    /* justify-content: flex-start; */
    overflow-x: scroll;
    gap: 5px;
  }

  .multiplePoiBtn a {
    padding: 5px 10px;
    font-size: 25px;
    line-height: 1.4;
    height: auto;
    background: white;
    border-radius: 99em;
    box-shadow: 0 3px 0 rgba(255, 255, 255, 0.2);
  }

  .multiplePoiBtn a.on {
    color: white;
    background: #eb4b88;
  }

  .multiplePoiBtn a::after,
  .multiplePoiBtn a::before {
    background: none;
  }

  .multiplePoi.poi .slidecontain {
    padding: 5px 0;
    gap: 5px;
  }
}