@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');

.poi {}

.poi .ph-menu {
    position: sticky;
    top: 58px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 10;
}

.poi .slidecontain {
    position: relative;
    display: inline-flex;
    justify-content: center;

}

.poi .slidecontain img,
.poi .ph-group-title img {
    display: none;
}

.poi .slidecontain li {
    display: inline-block;
}

.poi .slidecontain li a {
    position: relative;
    display: block;
    padding: 0px 15px;
    font: 500 22px/1.6 "微軟正黑體";
    color: white;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    background: #8f0b0b;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.75);
}

.poi .slidecontain li:last-child a {
    border-right: none;
}

.poi .slidecontain::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 20px;
    height: 100%;
    background: #8f0b0b;
    border-radius: 99em 0 0 99em;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.75);
}

.poi .slidecontain::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 100%;
    background: #8f0b0b;
    border-radius: 0 99em 99em 0;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.75);
}


.poi .slidecontain li:hover a {
    transform: translateY(-5px);
}

.poi .slidecontain li.on a {
    position: relative;
    font-weight: 700;
    color: #8f0b0b;
    border: 2px solid #8f0b0b;
    background: white;
}

.poi .slidecontain li.on a::after {
    content: "";
    position: absolute;
    top: 70%;
    left: calc(50% - 3px);
    width: 2px;
    height: 2px;
    border-right: 6px solid #fff;
    border-top: 6px solid #fff;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(135deg);
}

.poi .ph-menu-arrow-left,
.poi .ph-menu-arrow-right {
    display: none;
}

.poi .ph-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto 200px auto;
    width: 85%;
    max-width: 1400px;
}

.poi .ph-group-title {
    margin-bottom: 20px;
    font: 900 35px/1.5 "Noto Sans TC";
    color: white;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 1);
}

.poi .ph-group-content {
    display: inline-block;
    width: 400px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
}

.poi .ph-group-content-photo {
    position: relative;
}

.poi .ph-group-content-photo img {
    width: 100%;
}

.poi .ph-group-content-tag {
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px 8px 5px 5px;
    font: 500 17px/1 "Noto Sans TC";
    color: white;
    border-radius: 0 99em 99em 0;
    background: #fa5b83;
}

.poi .ph-group-content-text {
    padding: 15px;
}

.poi a.ph-group-content-text-name {
    display: block;
    margin-bottom: 10px;
    font: 500 20px/1.5 "Noto Sans TC";
    color: #fa5b83;
}

.poi .ph-group-content-text-sale {
    display: block;
    margin-bottom: 10px;
    font: 700 23px/1.5 "Noto Sans TC";
    color: #fa5b83;
    text-align: center;
    background: #fff9b9;
}

.poi .ph-group-content-text-detail {
    margin-bottom: 10px;
    font: 500 17px/1.5 "Noto Sans TC";
    color: black;
}

.poi a.ph-group-content-text-price {
    display: block;
    font: 700 30px/1.5 "Noto Sans TC";
    color: #fa5b83;
    text-align: center;
}

.poi a.ph-group-content-text-price span {
    display: inline-block;
    transform: translateY(15px);

    font-size: 0.6em;
}

@media only screen and (max-width: 600px) {
    .poi .ph-menu {
        top: 37px;
    }

    .poi .slidecontain li a {
        padding: 0px 10px;
        font: 500 19px/1.6 "微軟正黑體";

    }
}