:root{
  --poi-padding: 20px;
  --poi-red: #ed1c24;
}



.goods-poi {
  max-width: 1400px;
  margin: 0 auto;
}


.ph {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.07em;
    color: black;
}

.ph a{
	color: black;
}

.ph-title{
	/*display: none;*/
}



/*menu-poi*/
.ph-menu{
    padding: 1em 0;
    background: white;
}

.slidecontain{
    display: flex;
    justify-content: center;
}

.slidecontain li{
    flex-shrink: 0;
    z-index: 1;
}

.slidecontain li a{
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    padding: 0.2em 1em;
    margin: 0 0.5em;
    border-radius: 5em;
    color: var(--poi-red);
    border: solid 2px;   
}
.slidecontain li a:hover{
    background: var(--poi-red);
    color: white;
}
.slidecontain li a img{ display: none; }
#mtkContainer .slidecontain li a div{
    transition:none;
}







.ph-group{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ph-group-title{
	font-size: 55px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.2em;   
    line-height: initial; 
    padding-top: 60px;    
}
.ph-group-title .title-1{
    width: auto;
    height: 1.6em;
}
.ph-group-title .title-2{
    width: auto;
    height: 1.6em;
    transform: translateX(-0.1em);    
}


.ph-group-content {
	position: relative;
    display: inline-block;
    width: 25%;
    padding: var(--poi-padding);
    padding-bottom: 5em;
    margin: var(--poi-padding) 0;
}

.ph-group-content:hover{
	transform: translateY(-5px);
}

.ph-group-content-photo {
    padding: var(--poi-padding) 0;
}

.ph-group-content-photo a{display: block;}

.ph-group-content-photo img {
    width: 100%;
}

.ph-group-content-tag {
    position: absolute;
    left: 0px;
    top: 40px;
    background: #ffff90;
background: -moz-linear-gradient(top,  #ffff90 0%, #e5dd5d 50%, #ffff90 100%);
background: -webkit-linear-gradient(top,  #ffff90 0%,#e5dd5d 50%,#ffff90 100%);
background: linear-gradient(to bottom,  #ffff90 0%,#e5dd5d 50%,#ffff90 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff90', endColorstr='#ffff90',GradientType=0 );

    width: 37px;
    height: auto;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    line-height: 35px; 
}
.ph-group-content-tag:after{
    content: url(../images/tag-bottom.png);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 37px;
    height: 15px;
}
.ph-group-content-tag:before{
    content: url(../images/tag-top.png);
    display: inline-block;
    position: absolute;
    left: 0;
    top: -20px;
    width: 42px;
    height: 20px;
}


.ph-group-content-text{
}

.ph-group-content-text-name {
	display: block;
    background: #ededed;
    padding: var(--poi-padding);
}

.ph-group-content-text-sale a {
	display: block;
    color: var(--poi-red);
    font-weight: 700;
    margin: var(--poi-padding) 0;
}

.ph-group-content-text-detail a {
	display: block;
}

.ph-group-content-text-price {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
	display: block;
    font-size: 225%;
    text-align: center;
    color: var(--poi-red) !important;
    letter-spacing: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: var(--poi-padding);
}

.ph-group-content-text-price span {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 44%;
    font-weight: 400;
    color: black;
}









@media screen and (max-width:1400px) {
	.ph{
        font-size: 14px;
    }
    .slidecontain li a{
        font-size: 16px;
    }
    .goods-poi.sticky .slidecontain li a {
        font-size: 16px !important;
    }
}

@media screen and (max-width:1080px) {
    .ph-group-content{
        width: 33%;
    }
}

@media screen and (max-width:960px) {
    .ph-group-content{
        width: 50%;
    }
    .slidecontain{
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .slidecontain li a{
        margin: 0 0.25em;
    }
    .ph-group-title{
        font-size: 40px;
    }
}

@media screen and (max-width:640px) {
    .ph-group-title{
        font-size: 30px;
        border-top: solid 4px #e7c659;
    }
	.ph-group-content{
        width: 100%;
        border-bottom: solid 2px #e5e5e5;
        padding-bottom: var(--poi-padding);
        margin-bottom: 0;
    }
    .ph-group-content:last-child{
        border:none;
    }
    .ph-group-content:hover{
        transform: none;
    }
    .ph-group-content-text-price{
        position: inherit;
        left: inherit;
        bottom: inherit;
        padding-top: var(--poi-padding);
    }
    
}









