.poi-flight .ph {
	font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 21px;
    margin: 0 auto;
}

.poi-flight .ph-title{
	display: none;
}

.poi-flight .ph-menu{
	display: none;
}




.poi-flight .ph-group {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
	max-width: 1200px;
    margin: 0 auto;
}

.poi-flight .ph-group-title{
	display: none;
}

.poi-flight .ph-group-content {
	position: relative;
    width: calc(25% - 1em);
    margin: 0.5em;
    background: white;
    color: #355c85;
    text-align: center;
    border: solid 1px;
}
.poi-flight .ph-group-content:hover{
	transform: translateY(4px);
	filter: brightness(1.1);
}

.poi-flight .ph-group-content-photo {
}

.poi-flight .ph-group-content-photo a{display: block;}

.poi-flight .ph-group-content-photo img {
    width: 100%;
}

.poi-flight .ph-group-content-tag {
    display: none;
}

.poi-flight .ph-group-content-text-name {
	display: block;
    padding: 1em 0;
    color: #355c85;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.poi-flight .ph-group-content-text-sale{
	display: none;
}

.poi-flight .ph-group-content-text-detail{
	display: none;
}

.poi-flight .ph-group-content-text-price {
	position: relative;
	display: block;
    color: white;
    background-color: #355c85;
    height: 2.5em;
    padding-top: 0.4em;
    font-size: 27px;
}

.poi-flight .ph-group-content-text-price:after{
	content: '';
	width: 1em;
	height: 1em;
	background: white;
	border-radius: 5em;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,60%);
}


.poi-flight .ph-group-content-text-price span {
    font-size: 15px;
}

.poi-flight .ph-group-content-otherlink{
	display: none;
}



@media screen and (max-width:1220px) {
	.poi-flight .ph{
		font-size: 18px;
	}
	.poi-flight .ph-group-content-text-price {
	    font-size: 18px;
	}
	.poi-flight .ph-group-content-text-price span {
	    font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.poi-flight .ph-group{
		justify-content: space-between;
	}
	.poi-flight .ph-group-content{
		width: calc(50% - 0.5em);
    	margin: 0.5em 0;
	}
}
