@CHARSET "UTF-8";

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	box-sizing: border-box;
	outline: none;
	line-height: 1.5;
	font-family: 'Arial', 'Microsoft JhengHei';
	font-size: 81.25%;
	color: #222
}

page, view, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, picture, section, summary, time, mark, audio, video {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 100%;
    box-sizing: border-box;
    outline: none
}

h1 {
	font-size: 2rem
}

h2 {
	font-size: 1.75rem
}

h3 {
	font-size: 1.25rem
}

h4 {
	font-size: 1rem
}

h5 {
	font-size: .875rem
}

h6 {
	font-size: .625rem
}

a {
	color: #222;
	text-decoration: none
}

a:link,
a:visited {
	color: #222
}

a:hover,
a:active {
	text-decoration: underline
}

a.link-block {
	display: block;
	width: 100%
}

a.link-light {
	color: #2a9b7d
}

a.link-arrow {
	position: relative;
    padding-right: 12px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI1NiAyNTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNTYiIHdpZHRoPSIyNTYiLz48cG9seWxpbmUgZmlsbD0ibm9uZSIgcG9pbnRzPSI5NiA0OCAxNzYgMTI4IDk2IDIwOCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMTIiLz48L3N2Zz4=);
    background-size: 10px 10px;
    background-position: center right;
    background-repeat: no-repeat;
}

img, video {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

p {
	margin-top: 1rem;
	margin-bottom: 1rem
}

.nowrap {
	white-space: nowrap
}

.bold {
	font-weight: 600
}

.align-right {
	text-align: right
}

.mt-0 {
	margin-top: 0 !important
}

.container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-right: 12px;
	padding-left: 12px
}

@media (min-width: 768px) {
	.container {
		max-width: 736px;
		padding-right: 16px;
		padding-left: 16px;
	}
}

@media (min-width: 1224px) {
	.container {
		max-width: 1128px;
		padding-right: 48px;
		padding-left: 48px;
	}
}

@media (min-width: 1824px) {
	.container {
		max-width: 1648px;
		padding-right: 88px;
		padding-left: 88px;
	}
}

.row {
    display: flex;
	flex-wrap: wrap;
	margin-right: -2px;
	margin-left: -2px
}

@media (min-width: 768px) {
	.row {
		margin-right: -8px;
		margin-left: -8px
	}
}

@media (min-width: 1224px) {
	.row {
		margin-right: -12px;
		margin-left: -12px
	}
}

@media (min-width: 1824px) {
	.row {
		margin-right: -16px;
		margin-left: -16px
	}
}

.d-flex {
	display: -ms-flexbox;
	display: flex
}

.d-inline-flex {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.flex-row {
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-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
}

.justify-content-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-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 {
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-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
}


/* PAGE CSS */

.page-header {}

.page-header_top {
	margin-bottom: 20px;
	justify-content: center
}

@media(min-width: 576px) {
	.page-header_top {
		justify-content: flex-end
	}
}

.page-header_contact {
	display: flex;
	align-items: center;
	gap: 1rem;
	border-radius: 0 0 8px 8px;
	padding: 8px 12px;
	background-color: #f6f6f6;
	font-size: .75rem;
	color: #2a9b7d
}

@media(min-width: 576px) {
	.page-header_contact {
		font-size: 1rem;
	}
}

.page-header_contact-tel {
	padding-left: 32px;
	line-height: 24px;
	background-image: url(../images/contact_tel.png);
	background-size: 24px 24px;
	background-position: left center;
	background-repeat: no-repeat
}

.page-header_contact-email {
	padding-left: 32px;
	line-height: 24px;
	background-image: url(../images/contact_email.png);
	background-size: 24px 24px;
	background-position: left center;
	background-repeat: no-repeat
}

.page-header_logo {
	width: 100%;
	height: 64px;
	text-align: center
}

@media(min-width: 576px) {
	.page-header_logo {
		width: auto
	}
}

.page-header_mainnav {
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	width: 100%
}

@media(min-width: 576px) {
	.page-header_mainnav {
		gap: 4rem;
		width: auto
	}
}

.page-header_mainnav-item {
	font-size: 1rem;
	font-weight: bold;
	color: #222 !important
}

@media(min-width: 576px) {
	.page-header_mainnav-item {
		font-size: 1.25rem;
	}
}

.page-header_mainnav-item:hover,
.page-header_mainnav-item:active {
	color: #2a9b7d !important;
	text-decoration: none
}

.main-content {}

.page-hero {
	margin-top: 20px;
	flex-direction: column;
	background-color: #2a9b7d
}

@media(min-width: 576px) {
	.page-hero {
		flex-direction: row
	}
}

.page-hero_kv {
	width: 100%
}

@media(min-width: 576px) {
	.page-hero_kv {
		width: 50%
	}
}

.page-hero_intro {
	flex: 1;
	width: 100%;
	padding: 40px
}

.page-hero_intro-title {
	margin-bottom: 1rem;
	font-size: 2.5rem;
	color: white
}
@media(min-width: 576px) {
	.page-hero_intro-title {
		margin-bottom: 2rem;
		font-size: 3.2rem;
	}
}

.page-hero_intro-content {
	font-size: 1.25rem;
	color: white
}
@media(min-width: 576px) {
	.page-hero_intro-content {
		font-size: 2rem;
	}
}

.page-section {
	margin-top: 80px;
	margin-bottom: 80px
}

.page-section_title {
	margin-bottom: 40px;
	text-align: center;
	color: #2a9b7d
}

.page-section_content {}

.page-section_hr {
	margin: 40px auto;
	width: 80%;
	height: 0;
	border-top: 1px solid #f3f3f3
}

.page-overview {
	flex-direction: column;
	flex-wrap: wrap !important;
	gap: 2rem
}

@media(min-width: 576px) {
	.page-overview {
		flex-direction: row;
		flex-wrap: nowrap !important;
	}
}

.page-overview_basic {
	width: 100%;
	font-size: 1rem
}

@media(min-width: 576px) {
	.page-overview_basic {
		width: calc(40% - 2rem);
	}
}

.page-overview_basic table {
	border-spacing: 0
}

.page-overview_basic tr {
	background-color: #f6f6f6
}

.page-overview_basic td {
	border-bottom: 1px solid #e6e6e6;
	padding: 12px 12px
}

.page-overview_about {
	width: 100%;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 1rem
}

@media(min-width: 576px) {
	.page-overview_about {
		width: 60%;
	}
}

.page-business {
	flex-direction: column;
	flex-wrap: wrap !important;
	gap: 2rem
}

@media(min-width: 576px) {
	.page-business {
		flex-direction: row;
		flex-wrap: nowrap !important;
	}
}

.page-business_bu {
	flex: 1;
	background-color: #f6f6f6;
}

.page-business_bu-header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 200px;
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat
}

.page-business_bu-header:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, .4)
}

.page-business_bu-1 .page-business_bu-header {
	background-image: url(../images/business_1.jpg)
}

.page-business_bu-2 .page-business_bu-header {
	background-image: url(../images/business_2.jpg)
}

.page-business_bu-3 .page-business_bu-header {
	background-image: url(../images/business_3.jpg)
}

.page-business_bu-title {
	z-index: 1;
	width: 100%;
	text-align: center;
	font-size: 1.75rem;
	color: white;
	text-shadow: 2px 2px 1px #222
}

.page-business_bu-detail {
	padding: 20px;
	font-size: 1rem;
	color: #333
}

.page-location {}

.page-location_info {
	text-align: center;
	font-size: 1rem;
	color: #666
}

.page-location_map {
	margin-top: 20px
}

.page-products-banner {
	margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
	.page-products-banner {
		height: 320px;
	}
}

.page-products-banner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, .4);
}

.page-products-banner_text {
    z-index: 1;
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    color: white;
    text-shadow: 2px 2px 1px #222;
}

.product-shelves {
    flex-direction: column;
    flex-wrap: wrap !important;
    justify-content: space-between;
}

@media (min-width: 576px) {
	.product-shelves {
        flex-direction: row;
        flex-wrap: nowrap !important;
	}
}

.product-category {
	width: 100%;
	background-color: #f6f6f6;
}

@media (min-width: 576px) {
	.product-category {
		width: 20%;
		padding-top: 24px;
		padding-bottom: 24px;
	}
}

.product-category ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-category li {
	padding: 12px;
	border-bottom: 1px solid #e6e6e6;
}

.product-category li.active {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI1NiAyNTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgZmlsbD0ibm9uZSIgaGVpZ2h0PSIyNTYiIHdpZHRoPSIyNTYiLz48cG9seWxpbmUgZmlsbD0ibm9uZSIgcG9pbnRzPSI5NiA0OCAxNzYgMTI4IDk2IDIwOCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMTIiLz48L3N2Zz4=);
    background-size: 10px 10px;
    background-position: center right 12px;
    background-repeat: no-repeat;
	font-weight: bold;
}

.product-list {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (min-width: 576px) {
	.product-list {
		width: 80%;
	    padding: 24px 24px;
	}
}

.product-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(50% - 6px, 100%), 1fr));
    grid-gap: 12px;
}

@media (min-width: 576px) {
	.product-list ul {
	    grid-template-columns: repeat(auto-fill, minmax(min(25% - 18px, 100%), 1fr));
	    grid-gap: 24px;
    }
}

.product-info {}

.product-image {}

.product-details {
	padding: 12px;
	background-color: #f6f6f6;
}

.product-name {
	font-weight: bold;
	color: #222;
}

.product-code {
	font-size: 80%;
	color: #666;
}

.page-footer {
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #f3f3f3
}

.page-footer_content {
	flex-direction: column;
	gap: .5rem;
	text-align: center;
	font-size: .75rem;
	color: #666;
}

@media(min-width: 576px) {
	.page-footer_content {
		flex-direction: row;
		text-align: inherit
	}
}

.page-footer_left,
.page-footer_right {
	text-align: center
}

@media(min-width: 576px) {
	.page-footer_left {
		text-align: left
	}
	
	.page-footer_right {
		text-align: right
	}
}