@charset "UTF-8";
.logo {
	width: calc(100% - 680px);
	height: 100px;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.nav__box {
	width: auto;
	-webkit-box-ordinal-group: 5;
	    -ms-flex-order: 4;
	        order: 4;
}

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

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

.nav__layer {
	max-height: calc(100vh - 100px);
	top: 100px;
}

.header__search {
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
}

.header__search-form {
	top: 124px;
}

.header__social-box {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.hamburger {
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}

.header--fixed .logo {
	height: 100px;
}

.header--fixed .nav__layer {
	max-height: calc(100vh - 100px);
	top: 82px;
}

.header {
	width: 100%;
	padding: 0;
	background-color: #FDF3E2;
	-webkit-transition: all .3s ease-out 0.3s;
	transition: all .3s ease-out 0.3s;
	position: relative;
	z-index: 10;
}

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

.logo__img {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.logo__img img {
	height: 100%;
	max-width: 403px;
	display: block;
}

.header--fixed {
	position: fixed;
	top: 0;
	z-index: 10;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

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

.nav {
	width: 100%;
	height: 82px;
	padding: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #EBDECA;
	border-radius: 99rem;
	margin-right: 10px;
}

.nav__item {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: auto;
	height: 100%;
	overflow: hidden;
	position: relative;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 500;
}

.nav__item::after {
	content: '';
	width: 0;
	height: 6px;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	background-image: url("../../images/point-ap.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}

.nav__item:hover::after {
	bottom: 20px;
	opacity: 1;
	width: 42px;
}

.nav__item--on {
	overflow: inherit;
}

.nav__item--on::after {
	bottom: 0;
}

.nav__item--on > .nav__layer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.nav__name {
	width: 100%;
	padding: 5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav__btn {
	width: 40px;
	height: 100%;
	border-style: solid;
	border-color: #e6e6e6;
	border-width: 0 0 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.nav__btn-icon {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.nav__btn-icon::after {
	content: '';
	width: 5px;
	height: 5px;
	margin: auto;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #252525;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.nav__layer {
	width: 250px;
	max-height: 70vh;
	display: none;
	position: absolute;
	left: -40px;
	top: 82px;
	z-index: 3;
	color: #252525;
	background-color: #fff;
}

.nav__layer .nav__item {
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	border-bottom: 1px solid #e6e6e6;
	color: #252525;
}

.nav__layer .nav__item::after {
	display: none;
}

.nav__layer .nav__item .nav__layer {
	top: -1px;
	left: 100%;
}

.nav__layer .nav__item .nav__btn {
	border-bottom-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.nav__layer .nav__item .nav__name {
	padding: 8px 8px 8px 20px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
	color: #252525;
}

.nav__layer .nav__item .nav__name:hover {
	background-color: #A07744;
	color: #fff;
}

.nav__layer--full {
	width: 100%;
	padding: 10px 20px;
	border-top: 2px solid #A07744;
	overflow-y: auto;
	position: fixed;
	left: 0;
}

.nav__layer--full .nav__item {
	width: 20%;
	border-width: 0;
}

.nav__layer--full .nav__item .nav__name {
	padding-right: 10px;
}

.nav__layer--full .nav__item .nav__btn {
	display: none;
}

.nav__layer--full .nav__item .nav__layer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: initial;
	left: 0;
}

.nav__layer--full .nav__layer {
	width: 100%;
	padding: 5px 0 5px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: initial;
	top: 0;
	left: 0;
	border-width: 0;
}

.nav__layer--full .nav__layer .nav__item {
	width: 100%;
}

.nav__item--wrap .nav__item {
	width: 100%;
}

.nav__item--wrap .nav__item .nav__name {
	padding: 20px 10px;
}

.nav__item--wrap .nav__img {
	width: 130px;
	display: block;
}

.nav__item--wrap .nav__img img {
	width: 100%;
	display: block;
}

.nav__item--wrap .nav__type-name {
	width: calc(100% - 130px);
	padding-left: 10px;
}

.nav__prev {
	width: 40px;
	height: 70px;
	border-right: 1px solid #e6e6e6;
	cursor: pointer;
	display: none;
	position: relative;
}

.nav__prev-icon {
	width: 40px;
	height: 40px;
	position: relative;
}

.nav__prev-icon::after {
	content: '';
	width: 5px;
	height: 5px;
	margin: auto;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #252525;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}

.header__search {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}

.header__search-title {
	height: 50px;
	padding-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: bold;
}

.header__search-icon {
	width: 36px;
	height: 36px;
	border-radius: 99rem;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	font-size: 24px;
	color: #333;
	font-size: 20px;
	margin-right: 20px;
}

.header__search-icon:hover {
	background: #333;
	color: #fff;
}

/*購物車*/
.pack p {
	content: attr(title);
	background: #fff;
	border-radius: 99rem;
	width: 15px;
	height: 15px;
	font-size: 10px;
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	right: 0px;
	top: -5px;
	z-index: 2;
	-webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/**/
.header__search-form {
	width: 100%;
	padding: 50px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #fff;
	border-top: 2px solid #2F5597;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	position: fixed;
	left: 0;
	z-index: 2;
	-webkit-transition: left .3s ease-out;
	transition: left .3s ease-out;
}

.header__search-form--on {
	visibility: visible;
	left: 0;
}

.header__search-input {
	width: calc(100% - 50px);
	max-width: 250px;
	height: 50px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	line-height: 40px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.header__search-input::-webkit-input-placeholder {
	color: #959595;
}

.header__search-input::-moz-placeholder {
	color: #959595;
}

.header__search-input:-ms-input-placeholder {
	color: #959595;
}

.header__search-input::-ms-input-placeholder {
	color: #959595;
}

.header__search-input::placeholder {
	color: #959595;
}

.header__search-input:focus::-webkit-input-placeholder {
	color: rgba(149, 149, 149, 0.5);
}

.header__search-input:focus::-moz-placeholder {
	color: rgba(149, 149, 149, 0.5);
}

.header__search-input:focus:-ms-input-placeholder {
	color: rgba(149, 149, 149, 0.5);
}

.header__search-input:focus::-ms-input-placeholder {
	color: rgba(149, 149, 149, 0.5);
}

.header__search-input:focus::placeholder {
	color: rgba(149, 149, 149, 0.5);
}

.header__search-btn {
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: none;
	background-color: #2F5597;
	font-size: 24px;
	color: #fff;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.header__social-box {
	width: 0;
}

.header__social-btn {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: none;
	cursor: pointer;
}

.header__social-btn i {
	font-size: 18px;
}

.header__social {
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__social-item {
	width: 40px;
	display: inline-block;
	text-align: center;
}

.header__social-link {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header__social-icon {
	font-size: 24px;
}

.header__social-facebook:hover {
	color: #1877F2;
}

.header__social-instagram:hover {
	color: #de2d75;
}

.header__social-twitter:hover {
	color: #1DA1F2;
}

.header__social-youtube:hover {
	color: #EE3123;
}

.header__social-LINE:hover {
	color: #00B900;
}

@media only screen and (max-width: 900px) {
	.nav__box {
		display: none;
	}
	.header--fixed .logo {
		height: 70px;
	}
	.header__search {
		margin-left: auto;
	}
	.header__search-form {
		top: 85px;
	}
}

@media only screen and (max-width: 900px) and (max-width: 640px) {
	.header__search-form {
		top: 70px;
	}
}

@media only screen and (max-width: 900px) {
	.header__social-box {
		width: 40px;
	}
	.header__social-btn {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.header__social {
		width: 100%;
		height: auto;
		padding: 15px 10px;
		position: fixed;
		top: 70px;
		left: 100%;
		background-color: #fff;
		-webkit-transition: left .3s ease-out;
		transition: left .3s ease-out;
	}
	.header__social--on {
		left: 0;
	}
	.nav__item--wrap {
		padding: 0 0;
	}
	.nav__item--wrap .nav__item {
		width: 100%;
		border-width: 1px;
	}
	.nav__item--wrap .nav__item .nav__name {
		padding: 10px;
	}
	.nav__item--wrap .nav__item .nav__img {
		width: 90px;
	}
	.nav__item--wrap .nav__item .nav__type-name {
		width: calc(100% - 90px);
	}
}

.nav__contact {
	width: 185px;
	height: 100%;
	-webkit-box-ordinal-group: 7;
	    -ms-flex-order: 6;
	        order: 6;
}

.nav__contact a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-image: linear-gradient(45deg, #FFA200, #FFA200 45%, #FFCC00);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 700;
}

.nav__contact a:hover {
	background-image: linear-gradient(-45deg, #FFA200, #FFA200 45%, #FFCC00);
}

.nav__contact a span, .nav__contact a i {
	display: inline-block;
	color: #fff;
}

.nav__contact a span {
	margin-right: 8px;
	font-size: 20px;
}

.nav__contact a i {
	font-size: 20px;
}

.language {
	width: 36px;
	-webkit-box-ordinal-group: 6;
	    -ms-flex-order: 5;
	        order: 5;
	position: relative;
}

.language__btn {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	cursor: pointer;
}

.language__btn .icon-sphere {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 99rem;
	font-size: 20px;
	color: #333;
}

.language__btn .icon-keyboard-arrow-right {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	z-index: 12px;
}

.language__list {
	width: 110px;
	background-color: #fff;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: calc(100% - 1px);
	left: 50%;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.language__list li a {
	padding: 3px 10px;
	text-align: center;
	display: block;
}

.language__list li a:hover {
	background: #D8EBFF;
	color: #333;
}

@media only screen and (max-width: 1140px) {
	.header--fixed ~ main {
		padding-top: 70px;
	}
	.nav__contact {
		position: absolute;
		right: 70px;
		top: 0;
	}
	.language {
		margin-right: 20px;
	}
}

@media only screen and (max-width: 1280px) {
	.nav__name {
		padding: 5px 15px;
	}
}

@media only screen and (max-width: 550px) {
	.language {
		width: 36px;
		margin-right: 10px;
	}
	.nav__contact {
		width: 50px;
	}
	.nav__contact a {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.nav__contact a span {
		display: none;
	}
	.nav__contact a i {
		font-size: 23px;
	}
	.header__search-form {
		padding: 20px;
	}
	.header__search-input {
		max-width: none;
	}
	.header__search-title {
		width: 100%;
		height: auto;
		padding-right: 0;
		padding-bottom: 10px;
	}
	.header__search-icon {
		margin-right: 10px;
	}
}

@media only screen and (max-width: 580px) {
	.logo {
		width: 150px;
		height: 55px;
	}
	.nav__contact {
		right: 60px;
	}
	.language {
		width: 50px;
	}
	.header__search-form {
		top: 55px;
	}
	.header--fixed .logo {
		height: 55px;
	}
	.header--fixed .header__search-form {
		top: 55px;
	}
}

h1 {
	width: 100%;
	color: #604440;
	line-height: 24px;
	font-size: 13px;
	text-align: right;
	background: #FDF3E2;
}

@media only screen and (max-width: 640px) {
	h1 {
		display: none;
	}
}

/* ==========表尾============ */
.footer {
	background: #A37F53 url(../../images/gift-ap.jpg) left top no-repeat;
	color: #fff;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.688rem;
}

.footer__content {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	padding: 30px 0;
}

.footer__txt {
	width: 300px;
	padding-top: 70px;
}

.footer__txt a, .footer__txt p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75rem;
}

.footer__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	width: 100%;
}

.footer__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	flex-wrap: wrap;
}

.footer__nav-list > .case__column {
	-webkit-column-count: 6;
	   -moz-column-count: 6;
	        column-count: 6;
	padding-top: 20px;
}

.footer__nav-list > .case__column .item-title, .footer__nav-list > .case__column .item {
	line-height: 18px;
	color: #E4E1E1;
}

.footer__nav-list > .case__column .item-title:hover, .footer__nav-list > .case__column .item:hover {
	color: #333;
}

.footer__end {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	margin-bottom: 25px;
}

.footer__logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 50px;
}

.footer__logo img {
	display: block;
	max-width: 100%;
}

@media only screen and (max-width: 1024px) {
	.footer__nav {
		display: none;
	}
}

@media only screen and (max-width: 640px) {
	.footer__logo {
		margin-bottom: 20px;
	}
	.footer__txt {
		padding-top: 0;
	}
}

#scrollUp {
	bottom: 58px;
	right: 20px;
	background: #fff;
	color: #000;
	font-size: 12px;
	font-family: sans-serif;
	text-decoration: none;
	opacity: .9;
	padding: 5px 20px;
	border-radius: 16px;
	-webkit-transition: background 200ms linear;
	transition: background 200ms linear;
}

#scrollUp:hover {
	background: #000;
	color: #fff;
}

@media only screen and (max-width: 640px) {
	#scrollUp {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		right: 0;
		padding: 5px;
		border-radius: 0;
	}
}

.social {
	background-image: url("../../images/btm-bg.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.social__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}

.social__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
}

.social__label p {
	width: 100%;
	display: block;
	margin: auto;
}

.social__label p a {
	font-weight: bold;
	line-height: 36px;
	font-size: 20px;
	color: #fff;
}

.social__label p i {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 5px;
	width: 36px;
	height: 36px;
	border-radius: 99rem;
	border: 1px solid #fff;
}

@media only screen and (max-width: 540px) {
	.social {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.social__label {
		margin-top: 0;
	}
}

@media only screen and (max-width: 380px) {
	.social__label {
		margin-top: 15px;
	}
}

.social-media-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
	width: 160px;
	padding-top: 70px;
}

.social-media-icons::before {
	content: "社群媒體";
	width: 100%;
	background: #fff;
	color: #333;
	display: block;
	text-align: center;
	border-radius: 5px;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 20px;
}

.social-media-icons li {
	margin-right: 15px;
}

.social-media-icons li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2.25rem;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 99em;
	width: 36px;
	height: 36px;
}

.social-media-icons li a:hover {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

@media only screen and (max-width: 640px) {
	.social-media-icons {
		padding-top: 0;
	}
}

@media only screen and (max-width: 540px) {
	.social-media-icons {
		width: 100%;
		margin-top: 20px;
	}
}

.site-info {
	position: relative;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.313rem;
	color: #fff;
	padding-bottom: 20px;
	background: #2A2A2A;
}

@media only screen and (max-width: 1024px) {
	.site-info {
		text-align: center;
	}
}

.site-info a:link, .site-info a:visited {
	color: #fff;
}

.site-info a:hover, .site-info a:active {
	color: #fff;
}

.site-info::before {
	content: '';
	z-index: 1;
	width: 100%;
	height: 1px;
	border-top: 1px solid #707070;
	display: block;
	margin-bottom: 10px;
}

.work {
	font-size: 15px;
	font-size: 0.938rem;
	line-height: 1.438rem;
	padding: 0;
	letter-spacing: 0;
	position: absolute;
	right: 0;
	top: 5px;
}

@media only screen and (max-width: 1024px) {
	.work {
		display: block;
		position: inherit;
		right: inherit;
		top: inherit;
		margin: auto;
	}
}

/*===2025.3.17小康修正良宇ios語系JS===*/
.language__list.open {
	opacity: 1;
	visibility: visible;
}

/* 移除觸控裝置點擊時的反白效果 */
.language__btn {
	-webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 641px) {
	#scrollUp {
		bottom: 58px;
		right: 20px;
		background: #fff;
		color: #000;
		font-size: 12px;
		font-family: sans-serif;
		text-decoration: none;
		opacity: .9;
		padding: 5px 20px;
		border-radius: 16px;
		-webkit-transition: background 200ms linear;
		transition: background 200ms linear;
	}
	#scrollUp:hover {
		background: #000;
		color: #fff;
	}
}

@media only screen and (max-width: 640px) {
	#scrollUp {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
		bottom: 58px;
		right: 0;
		padding: 5px;
		border-radius: 0;
		background: #000;
		color: #fff;
		font-size: 12px;
		font-family: sans-serif;
	}
}

/*==2025.10.21自己添寫間距==*/
.header--space25 {
	padding-top: 10px;
	padding-bottom: 16px;
}

@media only screen and (max-width: 640px) {
	.header--space25 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
