@charset "UTF-8";



.c-media-object__section{
	font-size: 1rem!important;
	font: inherit;
    line-height: normal;
    font-weight: normal;
	font-family: "Microsoft JhengHei", "微軟正黑體", serif !important;
}


/* CSS reset*/

.l-content__main,
.l-content__container {
	padding-right: 0;
	padding-left: 0;
}

.l-content__main {
	width: 100%;
	max-width: 1280px;
}

.l-content__main-top {
	margin: 0;
	padding: 0;
}

.l-content__title {
	display: none !important;
}

.c-breadcrumbs__list {
	display: none;
}

.c-form__legend {
	display: none !important;
}

@media screen and (min-width: 64em) {
	.l-content__main,
	.l-content__main-container,
	.l-content__main-top {
		padding-right: 0;
		padding-left: 0;
		max-width: none;
		margin: 0 auto;
	}
	.l-content {
		padding: 0;
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important;
	}
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #c58059 !important;
}



@media (min-width: 811px) {
	.mb {
		display: none!important;
	}
}

@media (max-width: 810px) {
	.pc {
		display: none!important;
	}
	img.mb {
		width: 100%;
	}
}



.ABR_wrap h2,
.ABR_wrap h3,
.ABR_wrap p {
	margin: 0;
	line-height: 150%;
	font-family: sans-serif;
}

.ABR_wrap .fontSize50 {
	font-size: 50px;
	line-height: 120%;
}

.ABR_wrap .fontSize48 {
	font-size: 48px;
	line-height: 120%;
}

.fontSize40 {
	font-size: 40px;
}

.fontSize36 {
	font-size: 36px;
}

.fontSize30 {
	font-size: 30px;
}

.fontSize24 {
	font-size: 24px;
}

.fontSize22,
.ABR_wrap button {
	font-size: 22px!important;
}

.fontSize18 {
	font-size: 18px;
}


@media (max-width: 1280px) {
	.ABR_wrap .fontSize50 {
		font-size: 3.90625vw;
	}

	.ABR_wrap .fontSize48 {
		font-size: 3.75vw;
	}

	.fontSize40 {
		font-size: 3.125vw;
	}

	.fontSize36 {
		font-size: 2.8125vw;
	}

	.fontSize30 {
		font-size: 2.34375vw;
	}

	.fontSize24 {
		font-size: 1.875vw;
	}

	.fontSize22,
	.ABR_wrap button {
		font-size: 1.71875vw!important;
	}

	.fontSize18 {
		font-size: 1.40625vw;
	}
}

@media (max-width: 810px) {

	.ABR_wrap .fontSize50 {
		font-size: 8vw;
	}

	.ABR_wrap .fontSize48 {
		font-size: 12.2666666667vw;
	}
	.ABR_wrap .fontSize48_2 {
		font-size: 6.4vw;
	}

	.fontSize40 {
		font-size: 6.4vw;
	}

	.fontSize40_2 {
		font-size: 5.6vw;
	}

	.fontSize36 {
		font-size: 4.2666666667vw;
	}

	.fontSize30 {
		font-size: 8vw;
	}
	.fontSize24 {
		font-size: 5.6vw;
	}
	.fontSize24_2 {
		font-size: 2.9333333333vw;
	}



	.fontSize22,
	.ABR_wrap button {
		font-size: 3.2vw!important;
	}

	.fontSize18 {
		font-size: 4vw;
	}
}

.line-height-lg {
	line-height: 1.7;
}

.line-height-s {
	line-height: 1.4;
}

.line-height-xs {
	line-height: 1.2;
}


.ABR_wrap .btn-wrap a,
.ABR_wrap button {
	position: relative;
	overflow: hidden;
	display: inline-block;
}



.ABR_wrap .btn-wrap a,
.ABR_wrap button {
	display: inline-block;
	text-align: center;
	padding: 7.5px 30px;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	-webkit-box-shadow: 0 0 10px #fff;
	box-shadow: 0 0 10px #fff;
	-webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out,
	border-color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out, color 0.25s ease-out,
	border-color 0.25s ease-out;
	transition: background-color 0.25s ease-out, color 0.25s ease-out,
	border-color 0.25s ease-out;
	cursor: pointer;
	text-decoration: none;
	letter-spacing: 3px;
}
.ABR_wrap button{
	min-width: 50px;
    padding: 14px 15px;
    width: auto!important;
    height: auto!important;
    border-radius: 0px!important;
    font-family: "Microsoft JhengHei", "微軟正黑體", serif !important;

}
    

.ABR_wrap .btn-wrap a::before,
.ABR_wrap button::before {
	content: "";
	background: url(../images/shine_light.png) no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	width: 200%;
	height: 300%;
	display: block;
	pointer-events: none;
	animation: btn-shine 4s ease 1s infinite;
	top: -20%;
}

@keyframes btn-shine {
	0% {
		transform: translateX(-150%);
	}
	70% {
		transform: translateX(120%);
	}
	100% {
		transform: translateX(120%);
	}
}

.ABR_wrap .btn-wrap a:hover,
.ABR_wrap button:hover {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	background: #fff;
	border: 1px solid #000;
	color: #000;
}

.ABR_wrap .adjust {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	top: -135px;
}
@media (max-width: 1280px) {
.ABR_wrap button{
	padding: 1.09375vw 1.171875vw;
}
}
@media (max-width: 810px) {
	.ABR_wrap .adjust {
		top: 10px;
	}
	.ABR_wrap .btn-wrap a,
	.ABR_wrap button {
		padding: 3vw 8vw;
		height: auto;
		width: fit-content;
		font-size: 3.5vw;
	}
}

.ABR_wrap {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: "Microsoft JhengHei", "微軟正黑體", serif !important;
	color: #fff;
	overflow: hidden;
}

.ABR_wrap>section,
.section-kv {
	position: relative;
}

.ABR_wrap>section>div,
.section-kv>div {
	position: absolute;
}

.ABR_wrap .sec-title h2,
.ABR_wrap .sec-title h3 {
	text-align: center;
	text-rendering: optimizespeed;
	vertical-align: middle;
	display: block;
	position: relative;
	background: linear-gradient(to right, #e4dbc4 0%, #c9ae88 10%, #e4dbc4 20%, #c9ae88 30%, #e4dbc4 40%, #c9ae88 50%, #e4dbc4 60%, #c9ae88 70%, #e4dbc4 80%, #c9ae88 90%, #e4dbc4 100%);
	background-size: auto;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 1s;
	background-size: 300%;
	animation: shineText 10s infinite;
	letter-spacing: 3px;
}

.ABR_wrap img {
	width: 100%;
	display: block;
}

@keyframes shineText {
	0% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0 50%;
	}
}

@media (max-width: 1280px) {}

@media (max-width: 810px) {
	.ABR_wrap .sec-title h2,
	.ABR_wrap .sec-title h3 {
		letter-spacing: .2vw;
	}
}




.MillerDisplay,
.section-3 .fontSize48,
.section-3 .fontSize40 {

	font-family: 'MillerDisplayLancome-Roman', 'Times New Roman', 'Noto Serif' !important;
}




/* section 1 */

.ABR_wrap .section-kv .sec-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 7%;
}

.ABR_wrap .section-kv .MillerDisplay {
	border: 1px solid #e4dbc4;
	padding: 2px 10px;
	margin-right: 10px;
	letter-spacing: 0px;
}

.ABR_wrap .section-kv .btn-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
}

.ABR_wrap .section-kv .btn-wrap a {
	width: 200px;
}

@media (min-width: 811px) {}

@media (max-width: 810px) {
	.ABR_wrap .section-kv .sec-title {

		top: 11%;
	}
	.ABR_wrap .section-kv .btn-wrap {
		bottom: 5%;
	}
	.ABR_wrap .section-kv .btn-wrap a {
		width: 40%;
	}
}



/* section 2 */

.section-2-txt {
	text-align: left;
}

.section-2-txt h2 {
	text-rendering: optimizespeed;
	vertical-align: middle;
	display: block;
	position: relative;
	background: linear-gradient(to right, #522928 0%, #783230 10%, #522928 20%, #783230 30%, #522928 40%, #783230 50%, #522928 60%, #783230 70%, #522928 80%, #783230 90%, #522928 100%);
	background-size: auto;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: 1s;
	background-size: 300%;
	animation: shineText 10s infinite;
}

.section-2-txt p {
	color: #000;
	position: relative;
	margin-top: 15px;
	padding-top: 7px;
}

.section-2-txt p:before {
	content: "";
	position: absolute;
	top: -10px;
	width: 22%;
	height: 3px;
	background-color: #980d36;
	display: inline-block;
}


.section-2-txtL {
	left: 18.5%;
	top: 73.5%;
}

.section-2-txtR {
	left: 60%;
	top: 43%;
}

@media (min-width: 811px) {}

@media (max-width: 1280px) {
	.section-2-txt p {
		margin-top: 1.171875vw;
		padding-top: 0.546875vw;
	}

	.section-2-txt p:before {
		top: -0.78125vw;
	}
}

@media (max-width: 810px) {
	.section-2-txt p:before {

		width: 20%;
		height: 1.5px;
	}
	.section-2-txt p {
		margin-top: 2vw;
		padding-top: 2vw;
		line-height: 170%;
	}
	.section-2-txtR {
		left: 60%;
		top: 35%;
	}
	.section-2-txtL {
		left: 6%;
		top: 71.5%;
	}
}



/* section 3 */

.section-3 {
	background-color: #8c1938;
}

.section-3>div {
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.section-3 .sec-title,
.color_active,
.color_tt,
.color_item form {
	position: absolute;
}

.section-3-list,
.productSwiper {
	list-style: none;
	padding-left: 0;
	width: 95%;
	margin: 0 auto;
}

.section-3-list {
	margin-top: 26%;
}

.color_item {
	position: relative;
}

.color_active {
	width: 38%;
	z-index: 2;
	left: -5%;
}

.color_tt {
	right: 17%;
	top: 58%;
}

.ABR_wrap .color_num.fontSize48 {
	line-height: 100%;
}

.color_item form {
	bottom: 5%;
	left: 0;
	right: 0;
	z-index: 3;
}

.productSwiper .color_tt {
	top: 62%;
}

.color_active {
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}


@media (min-width: 811px) {
	.section-3 .sec-title {
		left: 45.5%;
		top: 10.5%;
	}
	.section-3-list {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.section-3-list li {
		width: 25%;
	}
}

@media (max-width: 810px) {
	.section-3 {
	
	padding-bottom: 60%;
}
	.section-3 .sec-title {
		left: 0;
		right: 0;
	}
	.section-3 .sec-title:not(.mb) {

		top: 5.8%;
	}
	.section-3 .sec-title.mb {
		position: relative;
		margin-top: 8%;
		margin-bottom: -5%;
	}
	.section-3-list {
		width: 75%;
		margin-top: 50%;
	}
	.color_active {
		width: 30%;
		top: 5%;
	}
	.section-3-list li:nth-of-type(1) {
		z-index: 7;
	}
	.section-3-list li:nth-of-type(2) {
		z-index: 6;
		margin-top: -15%;
	}
	.section-3-list li:nth-of-type(3) {
		z-index: 5;
		margin-top: -15%;
	}
	.section-3-list li:nth-of-type(4) {
		z-index: 4;
		margin-top: -15%;
	}
	.productSwiper {
		padding-bottom: 10%!important;
	}
	.productSwiper .swiper-pagination-bullet,
	.productSwiper .swiper-pagination-bullet-active {
		opacity: 1;
		height: 3vw;
		width: 3vw;
		margin: 0 2vw!important;
	}

	.productSwiper .swiper-pagination-bullet {
		background-color: #fff;
	}
	.productSwiper .swiper-pagination-bullet-active {
		background-color: #a23057;
	}
}