.poiAutoTemplate,
.poiAutoTemplate * {
    box-sizing: border-box;
}

.poiAutoTemplate {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    font-size: var(--poi-fontSize);
}

.poiAutoTemplate {
    width: 90%;
    margin: var(--poi-padding) auto;
}

/*.poiAutoTemplate.poiAutoTemplate-center {
    margin: 0 auto;
}*/

.poiAutoTemplate img {
    width: 100%;
}

.poiAutoTemplate .ph-group-title {
    height: 110px;
    margin-top: var(--gap);
    background: url(../images/title-red.png) center top no-repeat;
    background-size: auto 110px;
    text-align: center;
    font-size: calc( var(--poi-fontSize)*2.5 );
    letter-spacing: 0.1em;
    line-height: 100px;
    text-shadow: 3px 3px 0px white;
    color: black;
}
.poiAutoTemplate .ph-group-title.red{
    background-image: url(../images/title-red.png);
    margin-top:0;
}
.poiAutoTemplate .ph-group-title.purple{
    background-image: url(../images/title-purple.png);
}
.poiAutoTemplate .ph-group-title.blue{
    background-image: url(../images/title-blue.png);
}
.poiAutoTemplate .ph-group-title.green{
    background-image: url(../images/title-green.png);
}

.poiAutoTemplate .ph-group-title img {
    display: none;
}

.poiAutoTemplate .ph-group-title span {
    position: relative;
    display: inline-block;
}

.poiAutoTemplate.poiAutoTemplate-titleHide .ph-group-title {
    display: none !important;
}

.poiAutoTemplate .ph-group,
.poiAutoTemplate.poiAutoTemplate-scrollTab .ph-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
        padding: var(--poi-padding) 0;
}

.poiAutoTemplate.poiAutoTemplate-itemScroll .ph-group,
.poiAutoTemplate.poiAutoTemplate-scrollTab.poiAutoTemplate-itemScroll .ph-group {
    flex-wrap: nowrap;
    justify-content: start;
    overflow-x: scroll;
}

.poiAutoTemplate.poiAutoTemplate-changeTab .ph-group {
    display: none;
}

.poiAutoTemplate.poiAutoTemplate-changeTab .ph-group.poiAutoTemplate-on {
    display: flex;
}


.poiAutoTemplate.poiAutoTemplate-menuTrans .ph-menu {
    display: none;
}


.poiAutoTemplate .ph-menu {
    display: none;
}

.poiAutoTemplate .slidecontain {
    display: none;
}

.poiAutoTemplate .slidecontain li {
    
}

.poiAutoTemplate .slidecontain li a {
   
}

.poiAutoTemplate .slidecontain li.poiAutoTemplate-on a {}

.poiAutoTemplate .slidecontain li.on a {
}



.poiAutoTemplate .ph-group-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    border-radius: 15px;
}

.poiAutoTemplate-box1 .ph-group-content {
    width: 100%;
}

.poiAutoTemplate-box2 .ph-group-content {
    width: calc(100% / 2 - 30px);
}

.poiAutoTemplate-box3 .ph-group-content {
    width: calc(100% / 3);
}

.poiAutoTemplate-box4 .ph-group-content {
    width: calc(100% / 4 - 30px);
}

.poiAutoTemplate-box5 .ph-group-content {
    width: calc(100% / 5 - 30px);
}

.poiAutoTemplate-box6 .ph-group-content {
    width: calc(100% / 6 - 30px);
}


.poiAutoTemplate .ph-group-content .ph-group-content-photo {
    display: none;
}

.poiAutoTemplate .ph-group-content .ph-group-content-photo a {
    
}

.poiAutoTemplate .ph-group-content .ph-group-content-photo a img {
    
}

.poiAutoTemplate .ph-group-content .ph-group-content-text {
    width: 100%;
    padding: var(--poi-padding);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px;
}
.poiAutoTemplate .ph-group-content:last-child .ph-group-content-text{
    border-bottom:none;
}



.poiAutoTemplate .ph-group-content-tag {
    display: inline-block;
    background: #ff6858;
    border-radius: 5px;
    width: 7em;
    padding: 0.3em 0;
    font-weight: 700;
    color: white;
    text-align: center;
        margin-right: var(--poi-padding);
}


.poiAutoTemplate .ph-group-content-text-name {
    display: block;
    font-size: var(--poi-fontSize);
    color: black;
    line-height: 1.4;
    letter-spacing: 0.15em;
    font-weight: 400;
    width: calc( 100% - 6em );
}

.poiAutoTemplate .ph-group-content-text-sale,
.poiAutoTemplate .ph-group-content-text-sale a {
    display: none;
}

.poiAutoTemplate .ph-group-content-text-detail,
.poiAutoTemplate .ph-group-content-text-detail a {
    display: none;
}

.poiAutoTemplate .ph-group-content-text-price {
    display: inline-block;
    font-size: calc(var(--poi-fontSize) * 1.75);
    font-weight: 700;
    color: #ff6858;
    width: 6em;
    text-align: right;
    letter-spacing: 0;
}

.poiAutoTemplate .ph-group-content-text-price span {
    font-size: calc(var(--poi-fontSize) * 0.75);
}







/*hover*/
.poiAutoTemplate .ph-group-content:hover{
    transform: translate(3px,3px);
}

.ph-group.red .ph-group-content:hover .ph-group-content-text {
    background: #fff5ee;
}
.ph-group.purple .ph-group-content:hover .ph-group-content-text {
    background: #f9f6ff;
}
.ph-group.blue .ph-group-content:hover .ph-group-content-text {
    background: #f6faff;
}
.ph-group.green .ph-group-content:hover .ph-group-content-text {
    background: #f1ffee;
}







/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
@media screen and (max-width:920px) {
    .poiAutoTemplate .ph-group-title{
        height: 15vw;
        line-height: 14vw;
        font-size: 10vw;
        font-size: min(max(10vw, 16px), 70px);
    }

    .poiAutoTemplate .ph-group-content .ph-group-content-text{
            padding: var(--poi-padding) 0;
            flex-wrap: wrap;
    }

    .poiAutoTemplate .ph-group-content-text-name , .poiAutoTemplate .ph-group-content-text-price{
        width: 100%;
    }
}



/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/
/************POI商品 自動寬度CSS********************/




