:root{ 
  --poi-padding:15px;
  --poi-font-l:34px;     
  --poi-font-m:20px;     
  --poi-font-r:16px;
}
@media screen and (max-width:1400px) {
    :root{ 
      --poi-font-l:22px;
      --poi-font-m:18px;     
      --poi-font-r:14px;     
    }
}
@media screen and (max-width:480px) {
    :root{ 
      --poi-padding:5%;
      --poi-font-l:20px;
    }
}


.poi-2{
    padding: 100px 0;
}

.poi-2 .poiAutoTemplate {
    color: black;
    font-size: var(--poi-font-r);
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 auto;
}

.poi-2 .poiAutoTemplate .ph-group-title {
    display: none;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    letter-spacing: 0.3em;
    background: url(../images/d-4.png) center bottom no-repeat;
    padding-bottom: 35px;
}
.poi-2 .poiAutoTemplate .ph-group-title.poiAutoTemplate-on{
   /* display: block;*/
}

.poi-2 .poiAutoTemplate .ph-group-title img {
    display: none;
}

.poi-2 .poiAutoTemplate .ph-group-title span {
    position: relative;
}

.poi-2 .poiAutoTemplate.poiAutoTemplate-titleHide .ph-group-title {
    display: none !important;
}



.poi-2 .poiAutoTemplate .ph-group,
.poi-2 .poiAutoTemplate.poiAutoTemplate-scrollTab .ph-group {

}

.poi-2 .poiAutoTemplate.poiAutoTemplate-itemScroll .ph-group,
.poi-2 .poiAutoTemplate.poiAutoTemplate-scrollTab.poiAutoTemplate-itemScroll .ph-group {
    flex-wrap: nowrap;
    justify-content: start;
    overflow-x: scroll;
}

.poi-2 .poiAutoTemplate.poiAutoTemplate-changeTab .ph-group {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}

.poi-2 .poiAutoTemplate.poiAutoTemplate-changeTab .ph-group.poiAutoTemplate-on {
    display: flex;
}


.poi-2 .poiAutoTemplate.poiAutoTemplate-menuTrans .ph-menu {
    display: none;
}




.poi-2 .poiAutoTemplate .ph-menu {
    display: block;
    font-size: 24px;
    font-weight: 900;
    background: white;
    border-radius: 0 50px 0 50px;
    position: sticky;
    top: 0;
    z-index: 99;
}


.poi-2 .poiAutoTemplate .slidecontain {
    display: flex;
    justify-content: center;
    align-items: center;
}

.poi-2 .poiAutoTemplate .slidecontain li {
    display: inline-block;
    flex-shrink: 0;
}

.poi-2 .poiAutoTemplate .slidecontain li a {
    position: relative;
    display: block;
    margin: 0.5em 0.2em;
    text-decoration: none;
    color: black;
    border-radius: 5em;
    text-align: center;
    letter-spacing: 0.2em;
    text-indent: 0.4em;
    transition: all 0.2s;
    padding: 0.2em 1em;
}




.poi-2 .poiAutoTemplate .ph-group-content {
    position: relative;
    flex-shrink: 0;
    text-align: center;
    width: 28%;
    margin: 2.65%;
    border-radius: 15px;
    transition: all 0.2s;
}



.poi-2 .poiAutoTemplate .ph-group-content .ph-group-content-photo {
    position: relative;
    background: var(--blue);
    border-radius: 10px;
    padding: var(--poi-padding);
}

.poi-2 .poiAutoTemplate .ph-group-content .ph-group-content-photo a {
    display: block;
    width: 100%;
    overflow: hidden;
    transition: all 0.2s;
    border-radius: 10px;
}


.poi-2 .poiAutoTemplate .ph-group-content .ph-group-content-photo img {
    width: 100%;
    transition: all 0.2s;
}


.poi-2 .poiAutoTemplate .ph-group-content-tag {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -0.5em;
    font-size: var(--font-m);
    font-weight: 700;
    padding: 0.4em 1.2em 0.4em 0.8em;
    background: var(--yellow);
    color: black;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%,90% 100%, 0% 100%);
}


.poi-2 .poiAutoTemplate .ph-group-content .ph-group-content-text {
    padding: var(--poi-padding);
    text-align: left;
    background: var(--blue);
    border-radius: 10px;
    position: relative;
}


.poi-2 .poiAutoTemplate .ph-group-content-text-name {
    display: block;
    color: black;
    font-size: var(--poi-font-m);
    font-weight: 700;
    line-height: 1.4;
    background: white;
    border-radius: 10px 10px 0 0;
    padding: var(--poi-padding);
}

.poi-2 .poiAutoTemplate .ph-group-content-text-sale {
    background: white;
    padding: 0 var(--poi-padding);
}

.poi-2 .poiAutoTemplate .ph-group-content-text-sale a {
    display: inline-block;
    color: black;
    background: var(--yellow);
    font-size: var(--poi-font-r);
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 0.2em 0.4em;
    transition: all 0.2s;
}

.poi-2 .poiAutoTemplate .ph-group-content-text-detail a {
    display: block;
    font-size: var(--poi-font-r);
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: black;
    background: white;
    padding: var(--poi-padding);
}

.poi-2 .poiAutoTemplate .ph-group-content-text-price {
    display: block;
    font-size: var(--poi-font-l);
    font-weight: 700;
    color: var(--orange);
    background: white;
    border-radius: 0 0 10px 10px;
    text-align: center;
    transform: translateY(0.1em);
    padding: var(--poi-padding) 0;
    border-top: dashed 2px var(--blue);
    margin-top: -5px;
}


.poi-2 .poiAutoTemplate .ph-group-content-text-price span {
    font-size: var(--poi-font-r);
}




/*看更多*/

.link-right {
    display: none;
    max-width: 360px;
    text-align: center;
    font-size: var(--poi-font-m);
    color: black;
    letter-spacing: 0.1em;
    padding: 1.5em 0;
    margin: 0 auto;
    background: url(../images/more.png) center bottom no-repeat;
    transition: all 0.2s;
}
.link-right.poiAutoTemplate-on{
    display: block;
}
.link-right:hover {
    color: var(--red);
}

.link-right i {
    display: none;
}













/*hover*/
.poi-2 .poiAutoTemplate .slidecontain li.poiAutoTemplate-on a,
.poi-2 .poiAutoTemplate .slidecontain li a:hover{
    background: var(--blue);
    color: white;
}
.poi-2 .poiAutoTemplate .ph-group-content:hover{
        transform: translate(5px,5px);
}
.poi-2 .poiAutoTemplate .ph-group-content:hover .ph-group-content-photo,
.poi-2 .poiAutoTemplate .ph-group-content:hover .ph-group-content-text
{
    background: var(--orange);
}
.poi-2 .poiAutoTemplate .ph-group-content:hover .ph-group-content-photo img{
        filter: brightness(1.1);
}
.poi-2 .poiAutoTemplate .ph-group-content:hover .ph-group-content-text-price{
    border-color: var(--orange);
}












/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
@media screen and (max-width:1400px) {
    .poi-2 .poiAutoTemplate .ph-menu{
        font-size: 18px;
        border-radius: 0;
    }
    .poi-2 .poiAutoTemplate .slidecontain{
        justify-content: flex-start;
        overflow-x: scroll;
    }
    .poi-2 .poiAutoTemplate .slidecontain li a{
        margin: 0.5em 0;
    }
}

@media screen and (max-width:960px) {
    .poi-2{
        padding: 10% 0;
    }
    
    .poi-2 .poiAutoTemplate.poiAutoTemplate-changeTab .ph-group{
        justify-content: flex-start;
    }
    .poi-2 .poiAutoTemplate .ph-group-content{
        width: 45%;
        margin: 2.5%;
    }
}

@media screen and (max-width:480px) {
    .poi-2 .poiAutoTemplate .ph-group-content{
        width: 95%;
        margin: 5% 2.5%;
    }
}



/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/







