@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

.owl-carousel .owl-item img.spBanner{
	display: none;
}

.RightMenu {
    display: none !important;
}
.grayBackground{
	background: url('../../images/all/grayBackground.jpg') top center repeat;
}

.event {
	line-height: 1.5;
}
.event p {
	margin: 1em auto;
}
.event h1, .event h2, .event h3 {
	font-family: Arial,"Noto Sans TC", sans-serif;
	font-weight: 700;
}
.event ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}
.event ul li::marker {
	color: #6cba3f;
	font-size: larger;
}
.event hr {
	border: 0;
	border-top: 1px solid #ccc;
	margin-top: 4vw;
	margin-bottom: 4vw;
}
.clear {
	clear: both;
}
.font_green {
	color: #6cba3f;
}
.font_pink {
	color: #e40073;
}
.link {
	border-bottom: 1px solid currentColor;
}

.flexbox {
	display: flex;
	gap: 1em;
	margin: 1em auto;
}
.flexbox > div {
	flex: 1;
}

.event__sectitle {
	color: #333;
	padding-left: .5em;
	border-left: .25em solid #6cba3f;
	margin-bottom: .5em;
}
.event__sectitle span {
	display: inline-block;
}

.event__title {
	color: #6cba3f;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1em;
}
.event__title span {
	display: inline-block;
}

.event .notice {
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid #ddd;
	padding: 1em 1.5em;
	font-size: .9em;
}

.event__table {
	width: 100%;
	max-width: 640px;
	background-color: #f5f5f5;
	border-spacing: 0;
	margin: 2em auto;
}
.event__table th ,
.event__table td {
	padding: .5em 1em;
	border-bottom: 1px solid #ccc;
}
.event__table th {
	background-color: #e5e5e5;
	font-weight: bold;
}
.event__table tr th:first-child {
	background-color: #90c31f;
}
.event__table tr td:first-child {
	background-color: #d4e6aa;
}

.event__btn {
	display: inline-block;
	padding: .375em 1em;
	background-color: #6cba3f;
	color: white;
	font-weight: bold;
	border-radius: 2em;
	margin: .25em;
}
.event .icon {
	aspect-ratio: 1/1;
	width: 1em;
	display: inline-flex;
	object-fit: contain;
	margin: 0 .25em;
}


.text-center,
.text-center th {
	text-align: center;
}

.store {
	font-size: .875rem;
	background-color: white;
	border-radius: 1rem;
	margin: 2rem 0;
	box-shadow: 0 8px 24px rgba(0,0,0,.2);
}

.store__btn {
	font-size: 1em;
	padding: .375em 1em;
	cursor: pointer;
}
.store__filter {
	display: flex;
	flex-wrap: wrap;
	padding: .5em 1em 0;
}
.store__filter--area {
	width: 100%;
	display: flex;
	margin-bottom: 1rem;
}
.store__filter--area .store__btn {
	border: 0;
	background-color: transparent;
	border-bottom: 3px solid transparent;
}
.store__filter--area .store__btn.is-active {
	border-color: #6cba3f;
}

.store__filter--line {
	flex: 1;
	display: flex;
	gap: .5em;
	flex-wrap: wrap;
	margin: 0 0 1rem;
}
.store__filter--line .store__btn {
	border: 1px solid #ccc;
	background-color: #eee;
	border-radius: 2em;
}
.store__filter--line .store__btn[data-line="all"] {
	background-color: #fff;
	border-color: #6cba3f66;
	color: #6cba3f;
}
.store__filter--line .store__btn[data-line="all"].is-active {
	background-color: #6cba3f;
	color: white;
}
.store__filter--line .store__btn[data-line="BL"] {
	background-color: #cadffb;
	border-color: #00479d66;
	color: #00479d;
}
.store__filter--line .store__btn[data-line="BL"].is-active {
	background-color: #00479d;
	color: white;
}
.store__filter--line .store__btn[data-line="R"] {
	background-color: #fce3e4;
	border-color: #e31e1e66;
	color: #e31e1e;
}
.store__filter--line .store__btn[data-line="R"].is-active {
	background-color: #e31e1e;
	color: white;
}
.store__filter--line .store__btn[data-line="G"] {
	background-color: #ebfaee;
	border-color: #22ac3866;
	color: #22ac38;
}
.store__filter--line .store__btn[data-line="G"].is-active {
	background-color: #22ac38;
	color: white;
}
.store__filter--line .store__btn[data-line="BR"] {
	background-color: #feefd7;
	border-color: #b9780e66;
	color: #b9780e;
}
.store__filter--line .store__btn[data-line="BR"].is-active {
	background-color: #b9780e;
	color: white;
}
.store__filter--line .store__btn[data-line="Y"] {
	background-color: #fff799;
	border-color: #eb610066;
	color: #333;
}
.store__filter--line .store__btn[data-line="Y"].is-active {
	background-color: #ede11f;
	color: #000;
}

.store__filter--search {
	position: relative;
	display: flex;
	min-width: 15em;
	align-self: center;
	margin-bottom: 1rem;
}
.store__filter--search img.icon {
	position: absolute;
	top: 50%;
	left: .5em;
	transform: translateY(-50%);
}
.store__filter--search input {
	flex: 1;
	min-width: 0;
	outline: 0;
	border: 1px solid #ccc;
	background-color: white;
	height: 2em;
	padding-left: 2em;
	border-radius: 2em;
}

.store__count {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	padding: .5rem 1rem;
	color: #6cba3f;
}
.store__count h5 {
	font-size: 1em;
}
.store__count [data-result-count] {
	color: #e40073;
}

.store__list--header {
	background-color: #eee;
	padding: 0 15px;
	border-bottom: 0;
}

.store__item {
	display: flex;
	border-bottom: 1px dashed #ccc;
}
.store__item > div {
	padding: .5em;
	box-sizing: border-box;
}
.store__item--station {
	width: 20%;
}
.store__item--station b {
	display: block;
}
.store__item--content {
	flex: 1;
}
.store__item--tools {
	width: 8em;
	text-align: center;
	align-self: center;
}
.store__item--content a {
	color: #333;
}
.store__item--content a:hover {
	color: #e40073;
}

.store__item--name {
	font-size: 1em;
	color: #6cba3f;
}
.store__item--address,
.store__item--tel {
	font-size: .875em;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
	height: 14px;
	width: 14px;
	cursor: pointer;
	background: url('../images/icon_close.svg') center / contain no-repeat;
	padding-right: .5em;
}

.store__list--scroll {
	height: 55vh;
	overflow: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.store__empty {
	text-align: center;
	padding: 1rem;
}

.color__box {
	display: flex;
	gap: 2rem;
	margin-bottom: 3rem;
}
.color__box--img {
	width: calc(50% - 1rem);
}
.color__box--img img {
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 1rem;
}
.color__box--img p {
	font-size: 1rem;
	color: #666;
	margin-bottom: 0;
}
.color__box--img p::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-width: .375em 0 .375em .5em;
	border-color: transparent transparent transparent #6cba3f;
	border-style: solid;
	vertical-align: baseline;
	margin-right: .25em;
}
.color__box--content {
	width: calc(50% - 1rem);
	align-self: center;
}
.color__box--content h3::after {
	content: "";
	display: block;
	height: 2px;
	width: 4em;
	background-color: #6cba3f;
}

.color__box:nth-child(odd) {
	flex-direction: row-reverse;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	top: 50%;
	transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-prev {
	left: .75rem;
}
.owl-carousel .owl-nav button.owl-next {
	right: .75rem;
}
.color__box .owl-nav button.owl-prev, .color__box .owl-nav button.owl-next {
	width: 48px;
	height: 48px;
}

.qa {
	margin: 2rem auto;
}
.qa__box {
	border-bottom: 1px dashed #bbb;
	padding: 1rem 0;
}
summary {
	display: flex;
	gap: .75rem;
	outline: 0;
}
summary::before {
    content: "+";
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	background-color: white;
	text-align: center;
	line-height: 1.5;
	align-self: flex-start;
}

details[open] summary::before {
    content: "−";
}

.qa__question h3 {
	line-height: 1.5;
	flex: 1;
}
.qa__answer-inner {
	transition: max-height 1s;
	max-height: 0;
	overflow: hidden;
	padding: 1em 1em 1em 2.25em;
}

.qa__answer {
    overflow: hidden;
}

.qa__box[open] .qa__answer-inner {
    max-height: 500em;
}



@media screen and (max-width: 1150px) {
	.event__title {
		font-size: 1.8rem;
	}
	.store__filter--area {
		order: 1;
		width: auto;
		flex: 1;
	}
	.store__filter--search {
		order: 2;
	}
	.store__filter--line {
		order: 3;
		flex: none;
		width: 100%;
	}
	.qa__question h3 {
		font-size: 1.25rem;
	}
}
@media screen and (max-width: 550px) {
    .event hr {
		margin-top: 6vw;
		margin-bottom: 6vw;
	}
	.event__title {
        font-size: 1.7rem;
		text-align: left;
    }
	.flexbox {
		flex-direction: column;
	}
	.store__filter--line {
		font-size: .75rem;
		margin-top: 1rem;
		font-size: 3.25vw;
	}
	.store__filter--search {
		width: 100%;
		margin-bottom: 0;
	}
	.store__list--header {
		display: none;
	}
	.store__item {
		flex-direction: column;
		border: 1px solid #ccc;
		border-radius: .75em;
		padding: .5em;
		margin: 1em 0;
	}
	.store__item--station {
		width: 100%;
	}
	.store__item--tools {
		width: 100%;
		text-align: right;
	}
	.store__item--tools .event__btn {
		display: flex;
		justify-content: center;
	}

	.color__box {
		flex-direction: column;
		gap: 1rem;
	}
	.color__box:nth-child(odd) {
		flex-direction: column;
	}
	.color__box--img,
	.color__box--content {
		width: 100%;
	}
}

.btn__shine {
	position: relative;
	overflow: hidden;
	border: 1px solid #6cba3f;
}
.event .btn__shine:before {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: 5;
    top: -50%;
    left: 0;
    width: 150%;
    height: 200%;
    transition: 1s;
    animation: bt_shine 5s ease infinite;
    pointer-events: none;
}
@keyframes bt_shine {
	0% {
		left: -100%;
	}
	50%,
	100% {
		left: 100%;
	}
}