/* Voices from Moms 輪播(預約參觀頁)
   箭頭 60px、隱藏水平捲軸 */
.gsbp-0458c15a8df168,
.gsbp-ee96ad5c0ca6a8 {
	width: 60px !important;
	height: 60px !important;
	/* 隱藏「‹ ›」文字字元(字型墨跡不在字框中心,無法真正置中),改用 ::before 幾何箭頭 */
	font-size: 0;
	line-height: 1;
}

.gsbp-0458c15a8df168::before,
.gsbp-ee96ad5c0ca6a8::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border: 0 solid #e8a358;
	position: relative;
}

/* ‹ 左箭頭:左+下邊框轉 45 度,墨跡偏左故右移半個尖端深度 */
.gsbp-0458c15a8df168::before {
	border-left-width: 3px;
	border-bottom-width: 3px;
	transform: rotate(45deg);
	left: 5.5px;
}

/* › 右箭頭:上+右邊框轉 45 度,鏡像左移 */
.gsbp-ee96ad5c0ca6a8::before {
	border-top-width: 3px;
	border-right-width: 3px;
	transform: rotate(45deg);
	left: -4px;
}

.gsbp-1b66a46211cc {
	scrollbar-width: none;      /* Firefox */
	-ms-overflow-style: none;   /* 舊版 Edge/IE */
}

.gsbp-1b66a46211cc::-webkit-scrollbar {
	display: none;              /* Chrome / Safari */
	width: 0;
	height: 0;
}
