@media only screen and (max-width: 735px) {
    html[lang=zh-TW] .centerall { padding-left: 0; }
}
@media only screen and (max-width: 1068px) {
    .grid-item-data h3 {
        max-width: 235px;
    }
}

.icon-chevronright::after {top: 0!important;}

/** secure **/
.section-confidence .grid-item.icon-half .flex-content .icon{
	width: 380px;
}

@media only screen and (max-width: 1068px){
	.section-confidence .grid-item.icon-half .flex-content .icon{
		width: auto;
	}
}

@media only screen and (max-width: 734px){
	.section-confidence .grid-item.icon-half .flex-content .icon{
		width: 290px;
	}
}

@media only screen and (max-width: 375px){
	.section-confidence .grid-item.icon-half .flex-content .icon{
		width: 285px;
	}
}

@media only screen and (max-width: 320px){
	.section-confidence .grid-item.icon-half .flex-content .icon{
		width: 234px;
	}
}

/* arrow */
#newsroom .icon-wrapper .icon{
	position: relative;
	top: -1.5px;
}


/* 20211111 */

@media only screen and (max-width: 1068px) {
	.grid-item-data h3 {
		max-width: 235px;
	}
}


/* app store layout */

.app-store-wrapper .marquee-item-copy {
	width: 55%;
}

@media only screen and (max-width: 1068px) {
	.app-store-wrapper .marquee-item-copy {
		width: 48%;
	}
}

@media only screen and (max-width: 735px) {
	.app-store-wrapper .marquee-item-copy {
		width: 48%;
	}
}

/* App-Store API missfont */

.app-store-wrapper .marquee-item-copy .marquee-item-title {
    font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
}

@media only screen and (max-width: 1068px) {
    .app-store-wrapper .marquee-item-copy .marquee-item-title {
    	font-size: 11px;
    }
}

@media only screen and (max-width: 735px) {
	.app-store-wrapper .marquee-item-copy .marquee-item-title {
	    font-size: 8px;
	    }
}

.app-store-wrapper .marquee-item-copy .marquee-item-description {
    font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 13px;
}

@media only screen and (max-width: 1068px) {
    .app-store-wrapper .marquee-item-copy .marquee-item-description {
        font-size: 10px;
    }
}

@media only screen and (max-width: 735px) {
    .app-store-wrapper .marquee-item-copy .marquee-item-description {
        font-size: 9px;
        }
}