:root {
	--body-color: #ffffff;
	--main-color: #64b045;
	--sub-color: #579D90;
	--third-color: #4F72CF;
	--main-color-dark: #038fa5;
	--cata-color: #526366;
	--sectionpd: 3.5em;
	--rowpd: 1.8em;
	--titlepd: 1em;
	--ppd: 0.5em;
}

@media screen and (min-width: 768px) {
	:root {
		--sectionpd: 4em;
		--rowpd: 4em;
		--titlepd: 2em;
		--ppd: 1em;
	}
}

@media screen and (min-width: 950px) {
	:root {
		--sectionpd: 5em;
		--rowpd: 4em;
		--titlepd: 2em;
		--ppd: 1em;
	}
}

@media screen and (min-width: 1024px) {
	:root {
		--sectionpd: 6em;
		--rowpd: 4em;
		--titlepd: 2em;
		--ppd: 1em;
	}
}

@media screen and (min-width: 1280px) {
	:root {
		--sectionpd: 8em;
		--rowpd: 4em;
		--titlepd: 2em;
		--ppd: 1em;
	}
}

@media screen and (min-width: 1360px) {
	:root {
		--sectionpd: 10em;
		--rowpd: 4em;
		--titlepd: 2em;
		--ppd: 1em;
	}
}

ul,
li {
	list-style: none;
}

dd {
	padding-left: 0px;
	float: left;
	margin-left: 0px;
}

* {
	margin: 0;
	padding: 0;
}

.site-red {
	color: var(--bs-primary);
}
.site-blue{
	color: var(--bs-info);
}
.site-textline {
	position: relative;
	padding-bottom: 0.5rem;
}

.site-textline::after {
	content: "2111";
	background-color: #000000;
	height: 2px;
	width: 0%;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

@font-face {
	font-family: 'NotoSansTC';
	src: url("../font/NotoSansTC/NotoSansTC-Bold.otf") format("opentype");
}

@font-face {
	font-family: 'IBM';
	src: url("../font/IBM/IBMPlexSansJP-Bold.ttf") format("truetype");
}

.fontb,
.ch {
	font-family: "NotoSansTC";
}

.en {
	font-family: 'Arial', serif;
}

.black {
	color: #000;
}

.nolingheight {
	line-height: normal;
}


.num-ol {
	list-style-type: none;
	counter-reset: item;
	padding-left: 0;
}

.num-ol li::before {
	content: counter(item) ". ";
	counter-increment: item;
}

/*body------------------------------
------------------------------------*/
body {
	font-size: 1em;
	min-height: 100vh;
	overflow-y: auto;
	font-weight: normal;
	background-color: #ffffff;
	color: #222222
}

.bodywrapper {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.sectionbigpt {
	z-index: 2;
	margin-bottom: var(--sectionpd)*2;
	margin-top: var(--sectionpd)*2;
}

.sectionmt {
	z-index: 2;
	margin-top: var(--sectionpd);
}

.sectionpt {
	z-index: 2;
	padding-top: var(--sectionpd);
}

.sectionpb {
	padding-bottom: var(--sectionpd);
}

.sectionmb {
	margin-bottom: var(--sectionpd);
}

.pc {
	display: none;
}

.mobile {
	display: block;
}

@media screen and (min-width: 768px) {

	body {
		font-size: 1em;
	}

	.pc {
		display: block;
	}

	.mobile {
		display: none;
	}

}

/* ---------------------------------------------------------
  Header (.site-header[-*])
----------------------------------------------- */
.site-header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	max-width: 100%;
	transition: background-color 0.3s ease;
}

.site-header.scrolled {
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-header.white,
.site-header.active {
	background-color: transparent;
	border-radius: 0px;
	position: relative;
}

.site-header_logo {
	display: flex;
}
.site-header_logo.active {
	display: none;
}
.box-logo {
	background-image: url(../img/all/logoB.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 180px;
	height: 51px;
	position: relative;
	z-index: 2000;
	top: 8px;
}

@media screen and (min-width: 1052px) {
	.box-logo {
		width: 230px;
		top: 6px;
	}
}

.white .box-logo {
	background-image: url(../img/all/logow.svg);
}

.site-header_logo img {
	width: 100%;
}

.site-header__pcnav {
	display: none;
	flex-grow: 1;
	margin-left: auto;
	transition: all 0.5s ease;
}

.site-header_nav {
	position: fixed;
	right: 0;
	top:0%;
	background-color: var(--bs-primary);
	border-radius: 10px;
	display: flex;
	margin-right: 1rem;
	transition: all 0.3s ease;
	height: 45px;
	margin-top: 0.2rem;
	margin-left: auto;
	
}
.site-header_nav.fixed {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1000;
}


.site-header__pc--UL {
	gap: 3rem;
	display: flex;
	flex-grow: 1;
	position: relative;
	
}
.site-header__pc--UL-in{
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 20px;
	padding: 0.5rem 1rem;
	margin-right:10%;
	transition: all 0.5s ease;
}
.site-hearder-pc_bg{
	border: 1px solid var(--bs-gray-400);
	background-color:var(--bs-gray-400);;
}
@media screen and (min-width: 1360px) {
	.site-header__pc--UL-in{
		margin-right: 6.5%;
	}
}
.site-header__pc--btn{
	border-radius: 10px;
	background-color: var(--bs-primary);
	margin: 0.5rem;
	padding: 0.5rem 1rem;

}
.site-header__pc--UL.active,
.site-header.active .site-header_logo,
.site-header.active .site-header__pc--UL,
.site-header.active:after {
	display: none;
}

.site-header__pc--UL li {
	font-size: 1.1rem;
	color: #434D5D;
	font-family: "NotoSansTC";
	cursor: pointer;
	position: relative;
	height: 100%;
	
}

.mnav,
.nav-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 100%;
}

.mnav:after {
	content: '';
	width: 0%;
	height: 2px;
	background-color: var(--bs-primary);
	position: absolute;
	right: 0;
	bottom: 0;
	transition: width 0.5s;
}

.mnav:hover {
	color: #000;
}

.mnav:hover:after {
	left: 0;
	width: 100%;
	transition: width position 0.5s;
}

.nav-contact {
	overflow: hidden;
	color: var(--bs-gray-900);
}
.nav-contact:hover {color:var(--bs-primary)}
.nav-contact div {
	position: relative;
	z-index: 1;
	/* color: var(--bs-gray-900); */
}

.nav-contact:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	transform: translateX(-50%);
	transition: all 0.5s ease;
}

.nav-contact:hover:after {
	width: 100%;
	transform: translateX(0%);
	transition: all 0.5s ease;
}

.site-header__pc--UL li a {
	color: var(--bs-gray);
}
.site-header__pc--UL li a:hover {
	color: var(--bs-primary);
	transition: all 0.5s ease;
}
.white .site-header__pc--UL li {
	color: #ffffff;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.white .site-header__pc--UL li a {
	color: #ffffff;
}

.site-header__pc--UL li {
	position: relative;
}

.site-heade_in {
	position: relative;
	z-index: 100;
	padding: 0em 0em 0em 4%;
}
.site-header__nav--head{
	padding: 0% 4% 1% 4%; 
}
.active .site-header__nav--head{
background-color: #ffffff;
padding-top: 6rem;}
@media screen and (min-width: 1520px) {
	.active .site-header__nav--head{
		padding-top: 5.5rem;
	}
}

.site-header_navcontent {
	top:0px;
	width: 100%;
	position: absolute;
	right: 0px;
	background-color: rgba(0,0,0,0.3);
	height: 0vh;
	z-index: 99;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: scroll;
	opacity: 0;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.site-header_navcontent.active {
	height: 100vh;
	-webkit-animation: ani-topbtm 0.5s forwards;
	-moz-animation: ani-topbtm 0.5s forwards;
	-o-animation: ani-topbtm 0.5s forwards;
	animation: ani-topbtm 0.5s forwards;
}

.site-header_navcontent::-webkit-scrollbar {
	display: none;
}

.site-header_navcontent::-webkit-scrollbar {
	width: 0 !important
}


/*
MobileNavi
*/

.site-header_ul {
	padding-top: 3rem;
	padding-bottom:3rem;
	padding-left: 15%;
	padding-right: 15%;;
	position: relative;
}
@media screen and (min-width: 576px) {
	.site-header_ul {
		padding-left: 10%;
		padding-right: 10%;
	}
}
@media screen and (min-width: 768px) {
	.site-header_ul {
		padding-left: 15%;
		padding-right: 15%;
	}
}

.site-header_li {
	font-size: 1rem;
	font-weight: bold;
}

.mhassub {
	background-image: url(../img/all/navi-arrow.svg);
	background-position: right 8px;
	background-repeat: no-repeat;
	background-size: 10px auto;
}

.site-mb__mainnavi {
	color: var(--bs-gray-900);
	font-size: 1.1rem;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid var(--bs-gray-300);
	padding-left: 1rem;
	padding-bottom:0.8rem;
	transition: all 0.5s ease;
	position: relative;
	display: flex;
	align-items: center;
}
.site-mb__mainnavi i{
	background-color: var(--bs-primary);
	width: 20px;
	height: 20px;
	margin-left: auto;	
	border-radius:50% ;
	display: block;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
}
.site-mb__mainnavi i:before,.site-mb__mainnavi i:after{
	position: absolute;
	content: '';
	display:block;
	width: 20px;
	height: 20px;
	background-image: url(../img/all/btn-arrow.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;	
}
.site-mb__mainnavi i:after{
	left: -20px;
	opacity: 0;
	transition: all 0.5s ease;
}
.site-mb__mainnavi:hover{
	color: var(--bs-primary);
	transition: all 0.5s ease;
}
.site-mb__mainnavi:hover i:before{
	left: 20px;
	opacity: 0;	
}
.site-mb__mainnavi:hover i:after{
	left: 0px;
	opacity: 1;	
}
.site-mb__subnavi {
	padding-top: 0.8rem;
	/* display: none; */
	clear: both;
	position: relative;
	padding-left: 1rem;
}

.site-mb__subnavi dt {
	font-size: 0.9rem;
	margin-bottom: 0.9rem;
	font-weight: bold;
	color: var(--bs-gray);
	clear: both;
	font-weight: normal;
}
.site-mb__mainnavi:hover,
.site-mb__subnavi dt:hover {
	color: var(--bs-primary);
	transition: all 0.5s ease;
}

.site-overlay {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	display: none;
}

.site-overlay.active {
	display: block;
}

.site-header_navcontent--in {
	min-height: 100%;
}

.site-header__nav--banner {
	background-image: url(../img/all/navi-banner.jpg);
	background-size: cover;
	background-position: center;
	border-radius: 0 0 50% 0;
}
.site-header__nav--area{
	background-color: #f5f5f5;
	min-height: 100vh;
}
.site-header__fllow li,.icon-green{
	border-radius: 20px;
	background-color: var(--bs-primary);
	color: #ffffff;
	padding: 0.5rem 1rem;
	border: 1px solid var(--bs-primary);
	cursor: pointer;
}
.site-header__fllow li:hover,.icon-green:hover{
	background-color: #ffffff; 
	color:var(--bs-primary);
	transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
}
@media screen and (min-width: 768px) {
	.site-header__nav--area {
		padding-left: 2rem;
		padding-right: 2rem;
		height: 100%;
		padding-bottom: 1rem;
	}
}
.site-nav-fllow{
	padding: 2rem 2rem 0rem 2rem;
}
/**SHARE*/
.site-share__span {
	position: relative;
	padding-right: 20px;
	cursor: pointer;
	padding-bottom: 0.5rem;
}

.site-sharelist__wrapper {
	position: absolute;
	width: 40px;
	bottom: 40px;
	right: 0;
	display: none;
}

.site-sharelist__wrapper.active {
	display: block;
}

.site-gotop,
.site-share {
	position: fixed;
	right: 1rem;
	bottom: 0rem;
	width: 40px;
	height: 40px;
	cursor: pointer;
	overflow: hidden;
	z-index: 10;
	background-image: url(../img/all/scrolltop.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 25px;
	background-color: var(--bs-gray-600);
	border-radius: 50%;
	display: none;	
}

.site-share {
	bottom: 40px;
	background-image: url(../img/all/icon-share.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 15px;
	overflow: visible;
}

.site-gotop:hover,
.site-share:hover {
	background-color: var(--bs-gray-400);
	background-image: url(../img/all/scrolltop-h.svg);
	transition: all 0.5s ease;
}


.site-gotop.active,
.site-share.active {
	display: block;
}

/*FOOTER*/
.site-footer {
	width: 100%;
	position: relative;
	overflow: hidden;
	font-size: 1em;
	padding: 2.5rem 4%;

}

.site-footer__in {
	padding-top: 30px;
	border-bottom: 1px solid var(--bs-gray-200)
}



.site-footer_col-info {
	flex: 0 0 auto;
	max-width: 250px;
}



.qrcodeimg {
	max-width: 60px;
	filter: grayscale(100%) invert(1);
}

.footername {
	max-width: 170px;
}

.site-footer__copyright {
	font-size: 0.8rem;
	color: rgba(144, 139, 139, 0.4);
}

.site-footer__copyright a:hover {
	color: rgba(144, 139, 139, 1);
	transition: all 0.5s ease;
}

.site-footer__copyright a {
	color: rgba(144, 139, 139, 0.4);
	text-decoration: underline;
}

.site-footer__fllow {
	position: relative;
	text-decoration: none;
}


.site-footer__fllow li {
	padding-right: 1rem;
	font-size: 1rem;


}

.site-footer__fllow li:hover {
	color: rgba(0, 0, 0, 1);
	filter: brightness(1);
	transition: all 0.5s ease;
}

.site-footer__fllow a i {
	margin-left: 0.3rem;
	margin-right: 0.3rem;
}



.site-footer__contactinfo,
.site-footer__contactinfo a {
	color: var(--bs-secondary);
	transition: all 0.5s ease;
}

.site-footer__contactinfo a:hover {
	color: var(--bs-secondary);
	transition: all 0.5s ease;
}

.site-footer__contactinfo li {
	display: flex;
	gap: 0.5rem;
	font-size: 0.9rem;
}
.box-f-contact {
	background-color: #F5F5F5;
	border: 1px solid rgba(var(--bs-link-color-rgb), 0.3);
	border-radius: 20px;
	padding: 0.5rem 0.8rem;
	text-wrap: nowrap;
}

.box-f-contact a {
	text-decoration: none;
}

.linep {
	flex: 0 0 auto;
	width: 100px;
}

.site-social {
	gap: 1em;
}

.site-social_li {
	font-size: 1.5em;
}

.site-paragraph {
	color: #434D5D;
	font-size: 1.2em;
	letter-spacing: normal;
}

.site-title {
	font-family: 'Noto Serif TC', serif;
	margin-bottom: var(--titlepd);
	font-weight: 700;
}

.footer-follow li {
	font-size: 1.5rem;
	color: #373f4c;
}

.box-f-t {
	font-weight: bold;
	font-size: 1.35rem;
}

.box-f-w {
	font-weight: bold;
	font-size: 1.1rem;
	text-decoration: none;
}

.box-f-w a {
	text-decoration: none;
}

.container.site-container {
	padding-left: 7%;
	padding-right: 7%;
	max-width: 1360px;
	position: relative;
	z-index: 4;
}

.container.imgs-container {
	padding-left: 2.5em;
	padding-right: 2.5em;
	max-width: 800px;
	position: relative;
	z-index: 4;
}
.detail-container{
    margin-top:-47.5%;
}
@media screen and (min-width: 768px) {
	.detail-container{
		margin-top:-30%;
	}
}
@media screen and (min-width: 1024px) {
	.detail-container{
		margin-top:-17.5%;
	}
}

.box-nav-Banner__title {
	font-size: 2.8rem;
	color: #ffffff;
	padding: 1rem 5rem;
	mix-blend-mode: screen;
	text-transform: uppercase
}

.box-nav-Banner__title img {
	width: 100%;

}

.box-nav-Banner__des {
	font-size: 1rem;
	padding: 1rem 1rem 8rem 5rem;
	color: #ffffff;
	font-weight: bold;
}

.box-qrcode {
	width: 100px;
}

.wrap-infos {
	margin-left: 0rem;
}

.wrap-infos b {
	margin-right: 0px;
	display: inline-block;
}

.wrap-infos b:after {
	content: ":";
}

.wrap-infos i {
	font-style: normal;
}

.site-container__PT {
	padding-top: 3rem;
}

.site-container__PY {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.site-container__PB {
	padding-bottom: 3rem;
}



@media screen and (min-width: 1360px) {
	.site-footer {
		padding: 5rem 7%;
	}
}


@media screen and (min-width: 576px) {
	.site-container__PY {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.site-container__PB {
		padding-bottom: 5rem;
	}

	.site-container__PT {
		padding-top: 5rem;
	}

}


@media screen and (min-width: 768px) {
	.site-header_li {
		font-size: 1.1rem;
	}

	.site-container__PY {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}

	.site-container__PT {
		padding-top: 8rem;
	}

	.site-container__PB {
		padding-bottom: 8rem;
	}

	.site-header_dl {
		margin: 5em 1em;
	}

	.wrap-infos b {
		margin-right: 20px;
	}

	.wrap-infos b:after {
		content: "";
	}

}

@media screen and (min-width: 950px) {
	.wrap-infos {
		margin-left: 3rem;
	}
}

@media screen and (min-width: 1024px) {

	.site-header__pcnav {
		display: flex;
	}

	.col-infoarea__data {
		margin-left: auto;
	}

}


@media screen and (min-width: 1520px) {
	.site-header__nav--area {
		padding-left: 10%;
		padding-right: 10%;
		padding-bottom: 2rem;
	}

	.site-header_li--in .en {
		font-size: 2em;
	}
}

/* ---------------------------------------------------------
  Mag
----------------------------------------------- */
#mag {
	width: 50px;
	height: 45px;
	padding-top: 23px;
	padding-left: 17px;
	position: relative;
	cursor: pointer;
	--magcolor: #ffffff;
	--magwidth: 20px;

}



#mag:focus,
#mag .active {
	outline: none !important;
	box-shadow: none !important;
	border: none
}

/* 
 #mag:before {
	width: 100%;
	height: 100%;
	content: "";
	border: 1px solid rgba(215,218,223,1);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	z-index: 0;

}  */

/* #mag:hover {
	transform: scale(1.1);
}
 */

#mag>* {
	border: none;
	outline: none;

}

#mag span {
	position: absolute;
	font-size: 0.8em;
	top: 30%;
	left: calc(50% - 25px);
	width: 50px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

#mag div {
	background-color: var(--magcolor);
	width: 3px;
	height: 3px;
	position: relative;
	border: none;
	outline: none;
	left: 2px;
	transition: all 0.3s ease;
}

#mag div:before {
	background-color: var(--magcolor);
	width: 3px;
	height: 3px;
	content: "";
	display: block;
	position: absolute;
	left: 5px;
	transition: all 0.3s ease;
}

#mag div:after {
	background-color: var(--magcolor);
	width: 3px;
	height: 3px;
	content: "";
	display: block;
	position: absolute;
	left: 10px;
}

#mag.active div {
	transform: rotate(45deg);
	width: var(--magwidth);
	height: 2px;
	background-color: var(--magcolor);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -10px;
	transition: all 0.3s ease;
}

#mag.active div:before {
	transform: rotate(-90deg);
	width: var(--magwidth);
	height: 2px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	transition: all 0.3s ease;
}

#mag.active div:after {
	display: none;
}

#mag.active span {
	display: none;
}



/*BTN----------------------------------
------------------------------------------*/
.btn:focus,
.btn:active {
	border: none !important;
	outline: none !important;
}

.btn-i {
	background-color: #ffffff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
}

.btn:hover .btn-i {
	background-color: var(--main-color);
	transition: all 0.5s ease;
}

.btn-i:before {
	content: "";
	background-image: url(../img/all/btn-arrow.svg);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 2;

}

.btn-i:after {
	content: "";
	background-image: url(../img/all/btn-arrow-w.svg);
	background-repeat: no-repeat;
	background-size: 12px auto;
	background-position: center;
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	margin-left: -50px;
	z-index: 1;
}

.btn:hover .btn-i:before {
	margin-left: 50px;
	transition: all 0.5s ease;
}

.btn:hover .btn-i:after {
	margin-left: 0px;
	transition: all 0.5s ease;
}

.btn.btn-more {
	color: var(--bs-link-color);
	position: relative;
	padding: 0;
	text-align: left;
	background-color: var(--bs-info);
	padding: 1rem 1.5rem;
	border-radius: 10px;
	border: none;
	outline: none;
	transition: all 0.5s ease ;
}

.btn.btn-more:focus {
    box-shadow: none; /* 移除點擊時的陰影效果 */
    outline: none;
    border: none;
}
.btn-txt span {
	padding-right: 50px;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	position: relative;
	text-wrap: nowrap;
}

/* .btn-txt.txt-reverse span {
	padding-right: 0px;
	padding-left: 30px;
} */

.btn-txt.btn-txt__small span {
	font-size: 0.9rem;
}

.btn-txt.btn-txt__white span {
	color: #ffffff;
}

.btn-txt-arrow {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}
.arrow-reverse div{
	transform: scaleX(-1);
}
.btn-txt-arrow div {
	width: 100%;
	height: 100%;
	background-image: url(../img/all/btn-txt-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px auto;
	position: relative;
}


.btn.btn-more:hover{
	background-color: var(--bs-gray-400);
	transition: all 0.5s ease;
}

.btn.btn-more:hover .btn-txt span{
	color:var(--bs-info);
	transition: all 0.5s ease;
}

.btn.btn-more:hover .btn-txt-arrow div{
	background-image: url(../img/all/btn-txt-arrow-h.svg);
	transition: all 0.5s ease;
}


/*editstyle------------------------------------
------------------------------------------*/
.editstyle {
	font-size: 1.1rem;
	width: 100%;
	position: relative;
}

.editstyle a {
	color: #666;
	text-decoration: underline;
}

.editstyle table {
	max-width: 100%;
	clear: both;
}

.editstyle img {
	max-width: 100%;
	width: auto;
	height: auto;
}

.responsive-iframe {
	position: relative;
	width: 100%;
	padding-top: 75%;
	/* 4:3 Aspect Ratio */
	overflow: hidden;
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.editstyle ul li {
	padding-left: 20px;
	background-image: url(../img/all/dot-title.svg);
	background-repeat: no-repeat;
	background-position: left 5px;
}

.editstyle table {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 0.9rem !important;
	display: table;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	/* border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none; */
	border: 1px solid var(--bs-gray-400);
	text-wrap: nowrap;
}

.editstyle td {
	display: table-cell;
	padding: 5px;
	border-top-style: none;
	border-right: 1px solid var(--bs-gray-400);
	border-bottom: 1px solid var(--bs-gray-400);
	border-left-style: none;
	vertical-align: top;
}

/*.editstyle tr:first-child td{
	background-color:var(--third-color);
	color: #f8f1d9;
	text-decoration: none;
	font-weight: bold;
	
	
}
 .editstyle tr:nth-child(even){
	background-color: #00abda;
}
.editstyle tr:nth-child(odd){
	background-color: #00bef3;
} */


.icon-viewall {
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

.viewall-circle {
	border: 1px solid #908b8b;
	background-color: #908b8b;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

.viewall-circle i {
	line-height: 50px;
	color: #ffffff
}

.icon-viewall>* {
	text-wrap: nowrap;
}

.icon-viewall:hover {
	margin-left: 1rem;
	transition: all 0.5s ease;
}

.icon-viewall__t:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #000000;
	width: 0%;
	display: block;
	opacity: 0;
}

.icon-viewall:hover .icon-viewall__t:after {
	width: 100%;
	opacity: 1;
	transition: all 0.5s ease;
}

/*others----------------------------------
------------------------------------------*/
.transiA,
a,
.btn,
.site-gotop span:after,
.site-header_li--in .en,
.site-header_li--in .ch01,
.site-header_dt div,
.box-program-icon span:before,
.btn-i:before,
.btn-i:after,
.btn.btn-more span::after,
.btn.btn-more span::before,
#mag,
.site-footer__fllow li,
.site-header__pc--UL li,
.site-header__pc--UL li>*,
.nav-contact:after,
.site-gotop,
.perlist li img,
.perlist li,
.list-file:before,
.sharelist li,
.icon-viewall__t:after,
.circle-dot:after,
.box-spec__mask,
.box-news__arrow i,
.box-news__title,
.btn-site:after,
.ilistseries li div,
.site-textline::after,
.catas li,
.box-pageprolist__title:after,
.box-pageprolist__P img,
.btn-txt-arrow,
.page-list__dot::before,
.page-list__dot::after,
.col-pagelist__w,
.list-file,
.prolist li,
.btn-txt-arrow::after,
.listsubcata li,
.applylist li,
.list-subsolution dt:before {
	transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-moz-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-ms-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
	-o-webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
}

.nowrap {
	white-space: nowrap;
	display: inline-block
}

/*IMG*/

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.miximg {
	mix-blend-mode: multiply;
}

/*---------------------------------share
-------------------------------------*/
.box-share__titile {
	font-size: 0.9rem;
	color: #000;
}

.sharelist li {
	color: #000;
	cursor: pointer;
	border-bottom: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: var(--bs-gray-200);
	text-align: center;
}

.sharelist li i {
	width: 40px;
	height: 40px;
	position: relative;
	background-position: center;
	background-size: 13px auto;
	display: block;
	background-repeat: no-repeat;
}

.sharelist li i.fb {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z'/%3E%3C/svg%3E");
}

.sharelist li i.line {
	background-size: 25px auto;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='圖層_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='85.04px' height='85.04px' viewBox='0 0 85.04 85.04' enable-background='new 0 0 85.04 85.04' xml:space='preserve'%3E%3Cpath d='M7.618,57.257h0.199h0.059h11.708c1.702,0,3.095-1.392,3.095-3.094v-0.259c0-1.702-1.393-3.095-3.095-3.095h-8.614V31.211 c0-1.702-1.393-3.094-3.095-3.094H7.618c-1.702,0-3.094,1.392-3.094,3.094v22.951C4.523,55.865,5.916,57.257,7.618,57.257 L7.618,57.257z M81.77,42.871v-0.258c0-1.703-1.392-3.095-3.094-3.095h-8.614v-4.899h8.614c1.702,0,3.094-1.393,3.094-3.095v-0.258 c0-1.703-1.392-3.095-3.094-3.095H66.967h-0.06h-0.199c-1.701,0-3.094,1.392-3.094,3.095v22.95c0,1.703,1.393,3.096,3.094,3.096 h0.199h0.06h11.709c1.702,0,3.094-1.393,3.094-3.096v-0.258c0-1.702-1.392-3.094-3.094-3.094h-8.614v-4.9h8.614 C80.378,45.966,81.77,44.573,81.77,42.871L81.77,42.871z M58.757,56.335l0.001-0.002c0.552-0.56,0.895-1.326,0.895-2.17V31.212 c0-1.702-1.392-3.094-3.096-3.094H56.3c-1.703,0-3.095,1.392-3.095,3.094v13.473L42.02,29.683c-0.534-0.934-1.54-1.565-2.687-1.565 h-0.258c-1.702,0-3.095,1.392-3.095,3.094v22.951c0,1.702,1.392,3.095,3.095,3.095h0.258c1.702,0,3.094-1.393,3.094-3.095V40.438 l11.266,15.387c0.069,0.107,0.145,0.211,0.227,0.31v0.001c0.311,0.423,0.733,0.712,1.205,0.889c0.362,0.15,0.759,0.232,1.174,0.232 h0.258c0.521,0,1.014-0.131,1.446-0.36C58.313,56.749,58.573,56.559,58.757,56.335L58.757,56.335z M28.271,57.257h0.258 c1.702,0,3.094-1.392,3.094-3.094V31.211c0-1.702-1.392-3.094-3.094-3.094h-0.258c-1.702,0-3.095,1.392-3.095,3.094v22.952 C25.176,55.865,26.569,57.257,28.271,57.257z'/%3E%3C/svg%3E");
}

.sharelist li i.slink {
	background-size: 20px auto;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3C!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3E%3Cpath d='M579.8 267.7c56.5-56.5 56.5-148 0-204.5c-50-50-128.8-56.5-186.3-15.4l-1.6 1.1c-14.4 10.3-17.7 30.3-7.4 44.6s30.3 17.7 44.6 7.4l1.6-1.1c32.1-22.9 76-19.3 103.8 8.6c31.5 31.5 31.5 82.5 0 114L422.3 334.8c-31.5 31.5-82.5 31.5-114 0c-27.9-27.9-31.5-71.8-8.6-103.8l1.1-1.6c10.3-14.4 6.9-34.4-7.4-44.6s-34.4-6.9-44.6 7.4l-1.1 1.6C206.5 251.2 213 330 263 380c56.5 56.5 148 56.5 204.5 0L579.8 267.7zM60.2 244.3c-56.5 56.5-56.5 148 0 204.5c50 50 128.8 56.5 186.3 15.4l1.6-1.1c14.4-10.3 17.7-30.3 7.4-44.6s-30.3-17.7-44.6-7.4l-1.6 1.1c-32.1 22.9-76 19.3-103.8-8.6C74 372 74 321 105.5 289.5L217.7 177.2c31.5-31.5 82.5-31.5 114 0c27.9 27.9 31.5 71.8 8.6 103.9l-1.1 1.6c-10.3 14.4-6.9 34.4 7.4 44.6s34.4 6.9 44.6-7.4l1.1-1.6C433.5 260.8 427 182 377 132c-56.5-56.5-148-56.5-204.5 0L60.2 244.3z'/%3E%3C/svg%3E");
}

.sharelist li {
	background-color: var(--bs-gray-200);
}

.sharelist li:hover {
	background-color: var(--bs-gray-400);
	transition: all 0.5s ease;
}

.btn-site {
	position: relative;
	margin-top: 1rem;
	background: linear-gradient(to right, rgba(189, 37, 45, 1) 0%, rgba(255, 184, 0, 1) 100%);
	border: none;
	overflow: hidden;
}

.btn-site:after {
	top: 0;
	left: -100%;
	content: '';
	width: 150%;
	height: 150%;
	display: block;
	position: absolute;
	z-index: 1;
	background: linear-gradient(to right, rgba(189, 37, 45, 1) 0%, rgba(255, 184, 0, 1) 100%);
	opacity: 0;

}

.btn-site:hover:after {
	left: 0px;
	opacity: 1;
	transition: all 0.5s ease;
}


/*wrapper-detail*/
.wrapper-detail {
	font-size: 1.1em;
	letter-spacing: normal;
	line-height: 1.8;
	padding: 3%;
	max-width: 100%;
	overflow-x: auto;
	border-radius: 20px 20px 0px 0px;
	background-color: #ffffff;
}
.wrapper-detail__T{
	color: var(--bs-secondary);
}
.box-detail__T {
	color: var(--bs-secondary);
	font-weight: bold;
	font-size: 2.5rem;
	text-align: center;
	margin-bottom: var(--rowpd);
	line-height: normal;
}

.wrapper-fileShare {
	border-top: 1px solid var(--bs-border-color-translucent);
	border-bottom: 1px solid var(--bs-border-color-translucent);
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.wrapper-file {
	background-color: #ffffff;
	border-radius: 5px;
	
}

.list-file {
	color: var(--bs-secondary);
	font-size: 0.9rem;
	padding: 0.75rem 0;
	position: relative;
	transition: all 0.5s ease;
}

/* .wrapper-file a:not(:last-child) .list-file {
	border-bottom: 1px solid var(--bs-gray-200);
} */

.list-file:hover {
	color: var(--bs-gray-900);
	transition: all 0.5s ease;
}

.col-file__dot {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: auto 18px;
	position: relative;
	background-image: url(../img/all/file-icon.svg);
}

.col-file__dot.pdf {
	background-image: url(../img/all/file-icon__pdf.svg);
}

.col-file__dot.word {
	background-image: url(../img/all/file-icon__word.svg);
}

.col-file__dot.excel {
	background-image: url(../img/all/file-icon__excel.svg);
}

.col-file__dot.ppt {
	background-image: url(../img/all/file-icon__ppt.svg);
}

.divided-line {
	border-right: 1px solid var(--bs-border-color);
	width: 1px;
}
.wrapper-file li:hover .col-file__dot {
	filter: brightness(0);
	transition: all 0.5s ease;
}
@media (min-width: 1024px) {
	.wrapper-detail {
		font-size: 1.15rem;
		line-height: 2.2rem;
	}
}

@media (min-width: 1280px) {
	.wrapper-detail {
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
}

/*
*other
*/
.wrapper-other {
	margin-top: var(--sectionpd);
	padding-left: 5%;
	padding-right: 5%;
}

.col-file__t {
	color: var(--bs-secondary);
	font-size: 0.9rem;
	text-wrap: nowrap;
}

.col-othback {
	flex: 0 0 auto;
	width: 100%;
	text-align: center;
}

.col-othpre,
.col-othnext {
	flex: 0 0 auto;
	width: 100%;
	position: relative;
}

.col-othpre {
	padding-left: 45px;
}

.col-othnext {
	padding-right: 45px;
}

.col-othpre:before {
	position: absolute;
	left: 0;
	content: "";
	background-image: url(../img/page/icon-prev.svg);
	width: 40px;
	height: 14px;
	background-size: cover;
	display: block;
}

.col-othnext:before {
	position: absolute;
	right: 0;
	content: "";
	background-image: url(../img/page/icon-next.svg);
	width: 40px;
	height: 14px;
	background-size: cover;
	display: block;
}

.col-othnext {
	text-align: right;
}

.col-othback a,
.col-othpre a,
.col-othnext a {
	color: var(--bs-gray-500);
}

.col-othback a:hover,
.col-othpre a:hover,
.col-othnext a:hover {
	color: var(--bs-gray-900);
	transition: all 0.5s ease;
}

@media screen and (min-width: 576px) {
	.col-othback {
		width: 40px;
	}

	.col-othpre,
	.col-othnext {
		width: calc(50% - 20px);
	}
}

/*LOADMORE===================================*/
.show-more {
	width: 100vw;
	text-align: center;
	padding: 10px;
	color: #FFF;
	display: none;
	background-image: url(../img/all/loading.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
	background-size: 50px auto;
	position: fixed;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.3);
}

#load-more {
	max-width: 200px;
	text-align: center;
	padding: 10px;
	color: #FFF;
	position: relative;
	clear: both;
	background-color: #000000;
	margin: 10px auto;
	cursor: pointer;
}

.show-more span {
	color: #15181E;
	padding-bottom: 50px;
	color: #55438a;
}

/*TOOLTIP===================*/
.box_share input {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	top: -10000em;
	left: -10000em;
	opacity: 0;
}

.sharelink {
	position: relative;
}

.sharelink .tooltiptext,
.sharelinkproject .tooltiptext {
	visibility: hidden;
	width: 100px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	border-radius: 6px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	bottom: -20px;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 10px;
}

.sharelink:hover .tooltiptext,
.sharelinkproject:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

/*TOOLTIPEND==================*/

/*LOADMOREEND=====================================*/
/*PAGENUM========================================*/
.pagenum {
	max-width: 1000px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 50px;
	padding-bottom: 100px;
	color: var(--bs-gray-500);
	font-size: 0.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	gap: 1rem;
}

.pagenum li {
	font-size: 0.9rem;
	color: var(--bs-gray-900);
	text-decoration: none;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	vertical-align: middle;
	letter-spacing: 0em;
	word-spacing: 0em;
	margin-top: 10px;
	/* border: 1px solid #eff0f2; */
	padding: 5px;
	min-width: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pagenum .first {
	width: 50px;
	height: 30px;
	background-image: url(../img/page/icon-first.svg);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: right center;
}

.pagenum .pre {
	width: 50px;
	height: 30px;
	background-image: url(../img/page/icon-prev.svg);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: right center;
}

.pagenum .last {
	width: 50px;
	height: 30px;
	background-image: url(../img/page/icon-last.svg);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: left center;
}

.pagenum .next {
	width: 50px;
	height: 30px;
	background-image: url(../img/page/icon-next.svg);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: left center;
}

.pagenum li a {
	color: #172148;
	text-decoration: none;
}
.pagenum li{
line-height: 30px;}
.pagenum li:hover {
	color: #000000;
	transition: all 0.5s ease;
}

.pagenum .nowp:hover {
	color: #FFF;
	transition: all 0.5s ease;
}

.pagenum .nowp {
	background-color: var(--bs-primary);
	color: #FFF;
	min-width: 30px;
	/* 	border-radius: 50%; */
}

@media screen and (max-width:800px) {
	.pagenum {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

/*PAGENUMEND========================================*/


/*wrapper-subnavi*/
.wrapper-subnavi {
	position: absolute;
	background-color: #ffffff;
	box-shadow: 0px 10px 10px -3px rgba(153, 153, 155, 0.5);
	font-family: 'Microsoft JhengHei';
	font-weight: bold;
	text-shadow: none;
	opacity: 0;
	height: 0px;
	transition: cubic-bezier(0.075, 0.82, 0.165, 0.2);
	z-index: 0;
	overflow: hidden;
	top: 100%;
	width: 150px;
	left: 50%;
	transform: translate(-50%, 10%);
	text-align: center;
	border-radius: 10px;
}

.site-header__pc--UL li:hover .wrapper-subnavi {
	opacity: 1;
	height: auto;
	transform: translate(-50%, 0%);
	transition: all 0.5s ease;
}

.wrapper-subnavi dt {
	padding: 0.5rem 0.8rem;
	border-bottom: 1px solid rgba(103, 112, 123, 0.2);
	font-size: 0.9em;
	position: relative;
	font-weight: bold;
}


.wrapper-subnavi dt:hover {
	color: #ffffff;
	background-color: var(--bs-primary);
	transition: all 0.5s ease;
}

/*additiopnal*/
.mobile-subNav-T {
	width: 100%;
	position: absolute;
	top: 30px;
	left: 3rem;
	color: rgba(255, 255, 255, .8);
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	font-size: 1.2rem;

}

.mobile-subNav-T a {
	color: rgba(255, 255, 255, .8);
}

/*navdl*/
.pronav {
	border: solid 1px var(--bs-gray-200);
	border-radius: 20px;
}

.navdl dt,
.navdl dd {
	clear: both;
	width: 100%;
	cursor: pointer;
}

.navdl dt {
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
}

.navdl dd {
	display: none;
	padding: 0.1rem 1rem;
	padding-left: 1.8rem;
	position: relative;
	font-size: 0.9rem;
}

.navdl dd::after {
	content: '-';
	color: var(--bs-gray-300);
	position: absolute;
	top: 0;
	left: 1rem;
}

.navdl {
	margin-bottom: 0.5rem;
}

.navdl.active dt {
	color: var(--main-color);
	background-color: var(--bs-gray-200);
}

.navdl.active dd {
	display: block;
}

.navdl dd.active a,
.navdl.active dt a {
	color: var(--main-color);
}

.navdl-dot {
	background-image: url(../img/all/scrolltop.svg);
	background-size: 10px auto;
	background-position: left 25px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	opacity: 0.2;
	transform: scaleY(-1);
}

.active .navdl-dot {
	transform: scaleY(1);
	background-position: left 5px;
}

/*search*/
#topopensearch {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3000;
	color: #ffffff;
	display: none;
}

#topopensearch.active {
	display: block;
}

.icon-close-search,
.icon-go-search {
	width: 40px;
	height: 40px;
	position: relative;
	cursor: pointer;
}

.icon-close-search:before {
	content: "\f00d";
	font-family: "Font Awesome 6 Free";
	left: 0px;
	position: absolute;
	top: 0;
	font-size: 2rem;
}

.icon-go-search:before {
	content: "\f002";
	font-family: "Font Awesome 6 Free";
	left: 0px;
	position: absolute;
	top: 0;
	font-size: 2rem;
}

.box-search {
	height: 100vh;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}

#secm {
	width: 100%;
}

#secm,
#secm:focus {
	height: 50px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	padding: 0;
	outline: none !important;
	border-width: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #ffffff;

}

#secm:focus {
	outline: none;
	color: #ffffff;
}

/*SITE-ITEM*/
.site-item {
	color: #111111;
	font-size: 2.3rem;
	font-family: "NotoSansTC";
	margin-bottom: 2rem;
	position: relative;
	font-weight: bolder;
	line-height: normal;
}

.site-item.white {
	color: #ffffff;
}

/* .site-item:after {
	content: '';
	display: block;
	background-color: var(--bs-primary);
	width: 30px;
	height: 8px;
}
 */
.site-item.site-item__center {
	text-align: center;
}

.site-item.site-item__center:after {
	margin-left: calc(50% - 15px);
}

.site-item.site-item__en {
	font-family: 'Arial', serif;
}

.site-subitem {
	font-size: 1.5rem;
	font-weight: bold;
}

.site-subitem.white {
	color: #ffffff;
}

.site-pageitem{
	font-size: 1.75rem;
	font-family: "NotoSansTC";
	position: relative;
	font-weight: bolder;
	line-height: normal;
	color: var(--bs-gray);
	letter-spacing: 2.5px;
}

.site-pageitem.site-pageitem__center{
	text-align: center;
}
.site-pageitem_en{
	font-size: 1.5rem;
	font-weight: bold;
	font-weight: bolder;
	line-height: normal;
	position: relative;
	color: var(--bs-gray);
}

.site-pageitem_en.site-pageitem__center{
	text-align: center;
}
.site-pditem{
	font-size: 2.25rem;
	color: var(--bs-primary);
	font-weight: bold;
}
.site-footer__title{
	font-size: 1.125rem;
	color:var(--bs-gray-900)
}
@media (min-width: 1024px) {
	.site-paragraph {
		color: #434D5D;
		font-size: 1.35rem;
		letter-spacing: normal;
		line-height: 1.8;
	}

	.site-item {
		font-size: 6rem;
		margin-bottom: 2rem;
	}

	.site-subitem {
		font-size: 2.5rem;
	}

	.site-pageitem {
		font-size: 3rem;
	}
	.site-pageitem_en{
		font-size:2rem;
	}
}

@media (min-width: 1280px) {
	.site-paragraph {
		font-size: 1.5rem;
		line-height: 1.8;
	}
}

@media screen and (max-width: 375px) {

	/*限制縮到最小狀況*/
	body,
	html {
		width: 375px;
		overflow-x: hidden;
	}
}