@charset "UTF-8";
.gHeaderWrap {
	height: 133px;
}
.gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--color-white);
	z-index: 1000;
}
.gHeader_inner {
	max-width: none;
	padding-right: 0;
	padding-left: 22px;
}
.gHeader_cols {
	display: flex;
}
.gHeader_col {}
.gHeader_col-title {
	width: 229px;
}
.gHeader_title {
	height: 100%;
}
.gHeader_title > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	transition-duration: .3s;
	transition-property: opacity;
}
.gHeader_title_logo {
	display: block;
}
.gHeader_title_inner {
	display: block;
	position: relative;
	padding-bottom: 26.8%;
}
.gHeader_title_img {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
	top: 0;
	left: 0;
	position: absolute;
}
.gHeader_title_sub {
	display: block;
	font-size: 10px;
	font-family: var(--font-solway);
	line-height: 1.5;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;
}
.gHeader_col-menu {
	width: calc(100% - 249px);
	margin-left: auto;
	max-width: 1093px;
}
.gMenuBtn {
	display: block;
}
.gMenuBtn_barWrap {}
.gMenuBtn_bar {}
.gMenuBtn_bar-no1 {}
.gMenuBtn_bar-no2 {}
.gNav {}
.gNav_inner {
	display: flex;
}
.gNav_grid {
	display: grid;
	grid-template-columns: 1fr 304px;
	grid-template-rows: auto 1fr;
}
.gNav_cell {}
.gNav_cell-sub {
	order: 1;
}
.gHeader_subList {
	list-style: none;
	display: flex;
	max-width: 304px;
	width: 100%;
}
.gHeader_subList-simple {
	max-width: 176px;
}
.gHeader_subList > li {
	flex-grow: 1;
}
.gHeader_subList > li > a {
	text-decoration: none;
	color: inherit;
	background-color: var(--color-blue-pale);
	display: flex;
	height: 39px;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: var(--font-lato);
	color: var(--color-blue);
	column-gap: 5px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gHeader_subList > li > a > .icon {
	font-size: 23px;
	display: block;
}
.gNav_cell-main {
	order: 0;
	grid-row: span 2;
}
.gNav_list {
	list-style: none;
	display: flex;
	flex-grow: 1;
}
.gNav_list > li {
	flex-grow: 1;
	position: relative;
}
.gNav_list-simple > li {
	flex-grow: 0;
}
.gNav_list > li > a {
	text-decoration: none;
	display: flex;
	color: var(--color-blue);
	letter-spacing: -0.05em;
	padding-top: 20px;
	padding-bottom: 42px;
	justify-content: center;
	line-height: 1;
	transition-duration: .3s;
	transition-property: padding-top, padding-bottom, opacity;
	font-family: var(--font-solway);
}
.gNav_list_text {
	display: flex;
	position: relative;
	padding-left: 7px;
	height: 32px;
	align-items: center;
	padding-right: 12px;
}
.gNav_list_text::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: var(--color-red);
	border-radius: 50%;
	top: 4px;
	left: 0;
	position: absolute;
}
.gNav_cell-lang {
	order: 2;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}
.gNav_lang {
	position: relative;
	padding-top: 19px;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 160px;
	box-sizing: border-box;
}
.gNav_lang_btn {
	display: flex;
	height: 36px;
	color: var(--color-blue);
	align-items: center;
	margin-left: auto;
}
.gNav_lang_btn_icon {
	font-size: 28px;
	margin-right: 8px;
}
.gNav_list_text > br {
	display: none;
}
.gNav_list-scrolled > li > a {
	padding-top: 17px;
	padding-bottom: 17px;
}
.gFooterVis {
	position: relative;
	margin-top: 87px;
}
.gFooterVis_image {
	position: relative;
	padding-bottom: 529px;
	background-color: #becdd7;
}
.gFooterVis_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gFooterVis_inner {
	max-width: 1210px;
}
.gFooterVis_text {
	font-size: 40px;
	font-family: var(--font-solitreo);
	line-height: 1.5;
	color: var(--color-white);
	text-align: right;
}
.gFooterVis_areaText {
	position: absolute;
	z-index: 1;
	bottom: 38px;
	left: 0;
	width: 100%;
}
.gFooter {
	position: relative;
}
.gFooter_inner {
	max-width: 1030px;
}
.gFooter_grid {
	display: grid;
	grid-template-columns: 1fr auto;
	justify-content: space-between;
	grid-template-rows: auto auto 1fr;
	column-gap: 15px;
	row-gap: 37px;
	max-width: 1000px;
	margin-left: auto;
}
.gFooter_cell {}
.gFooter_cell-logo {
	order: 4;
}
.gFooter_logo {
	width: 168px;
	margin-left: auto;
}
.gFooter_logo > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: opacity;
}
.gFooter_logo_inner {
	display: block;
	position: relative;
	padding-bottom: 23.88%;
}
.gFooter_logo_image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gFooter_cell-nav {
	order: 0;
}
.gFooter_list {
	list-style: none;
	display: grid;
	grid-template-columns: auto auto;
	color: var(--color-blue);
	font-size: 20px;
	letter-spacing: -0.019em;
	grid-auto-flow: column;
	grid-template-rows: repeat(4, auto);
	column-gap: 15px;
	max-width: 570px;
	font-family: var(--font-solway);
}
.gFooter_list > li {}
.gFooter_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	min-height: 40px;
	align-items: center;
}
.gFooter_cell-info {
	order: 1;
	padding-top: 9px;
}
.gFooter_dList {
	list-style: none;
	font-size: 16px;
	text-align: right;
	letter-spacing: 0.02em;
}
.gFooter_dList > dt {
	color: var(--color-blue);
	font-weight: 600;
	line-height: 1.5;
}
.gFooter_dList > dd {
	font-size: 14px;
	line-height: 1.5;
	color: var(--color-gray);
}
.gFooter_cell-copy {
	order: 3;
	align-self: center;
}
.gFooter_copyright {
	font-size: 12px;
	color: var(--color-gray);
	letter-spacing: 0.08em;
}
.gPageTop {
	position: fixed;
	bottom: 20px;
	right: 0;
	width: 100%;
	z-index: 100;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.gPageTop-scrolled {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gPageTop_inner {
	max-width: 1240px;
	max-width: none;
}
.gPageTop_contents {
	width: 56px;
	position: relative;
}
.gPageTop_button {
	display: block;
	font-size: 56px;
	color: var(--color-blue);
	position: absolute;
	bottom: 0;
	right: 0;
	transition-duration: .3s;
	transition-property: color;
	background-color: var(--color-white);
	border-radius: 50%;
}
.gPageTop_button > .icon {
	display: block;
	transform: scale(1.05);
}
.gFootNav {
	position: relative;
	padding: 80px 0 76px;
	margin-bottom: 75px;
}
.gFootNav_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.gFootNav_bg > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gFootNav_inner {
	position: relative;
	z-index: 1;
	max-width: 1216px;
}
.gFootNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 1.5%;
}
.gFootNav_list > li {}
.gFootNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
}
.gFootNav_item {
	height: 100%;
	background-color: var(--color-white);
	border-radius: 24px;
	padding: 31px 17px 27px;
	box-sizing: border-box;
}
.gFootNav_image {
	max-width: 144px;
	align-self: center;
	margin-bottom: 29px;
}
.gFootNav_image > img {
	display: block;
}
.gFootNav_title {
	font-size: 20px;
	line-height: 1.1;
	text-align: center;
	font-family: var(--font-solway);
	font-weight: normal;
	min-height: 2.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4px;
}
.gFootNav_text {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 34px;
}
.gFootNav_link {
	max-width: 134px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--color-blue-pale);
	color: var(--color-blue);
	font-size: 14px;
	column-gap: 5px;
	align-self: center;
	width: 100%;
	margin-top: auto;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gFootNav_link > .icon {
	display: block;
	font-size: 11px;
}
.gBody {
	padding-bottom: 130px;
	overflow: hidden;
	padding-top: 10px;
}
.gNav_lang_btn_arrow {
	font-size: 10px;
	margin-left: 4px;
	transition-duration: .3s;
	transition-property: transform;
}
.gNav_lang_btn[aria-expanded="true"] .gNav_lang_btn_arrow {
	transform: rotate(180deg);
}
.gNav_lang_list {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 152px;
	border: 1px solid var(--color-blue);
	padding: 6px 6px;
	transform: translateX(-50%);
	margin-top: -10px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility, margin-top;
	transition-duration: .5s, .3s;
}
.gHeader-scrolled .gNav_lang_list {
	margin-top: 0px;
}
.gNav_lang_list.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gNav_lang_list::before {
	content: "";
	border: 10px solid rgba(255, 255, 255, 0);
	border-bottom-color: var(--color-blue);
	display: block;
	width: 0;
	height: 0;
	border-top-width: 0;
	position: absolute;
	bottom: 100%;
	left: 50%;
	border-bottom-width: 20px;
	transform: translateX(-50%);
	margin-bottom: -6px;
	z-index: 0;
}
.gNav_lang_list::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--color-white);
}
.gNav_lang_list > li {
	position: relative;
	z-index: 2;
}
.gNav_lang_list > li:nth-child(n+2) {
	border-top: 1px solid var(--color-gray);
}
.gNav_lang_list > li > a {
	text-decoration: none;
	color: inherit;
	display: flex;
	font-size: 16px;
	font-family: var(--font-solway);
	height: 52px;
	align-items: center;
	justify-content: center;
	color: var(--color-disabled);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.gNav_lang_list > li > a[aria-current="true"] {
	color: var(--color-blue);
}
.gNav_lang_list > li > a[lang="zh-TW"] {
	font-family: var(--font-noto-sans-tc);
}
.gNav_subList {
	display: none;
	list-style: none;
}
.gNav_subList > li {}
.gNav_subList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.gBody-home {
	padding-top: 0;
}
.gFooter_cell-sub {
	order: 2;
	grid-column: span 2;
}
.gFooter_subList {
	list-style: none;
	font-size: 14px;
	font-family: var(--font-solway);
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.8em;
	letter-spacing: -0.01em;
	color: #4D4D4D;
}
.gFooter_subList > li {}
.gFooter_subList > li a {
	text-decoration: none;
	color: inherit;
	display: block;
	padding: 8px 0;
}
.gBody-pbLg {
	padding-bottom: 120px;
}
.gVis {
	position: relative;
	margin-bottom: 71px;
}
.gVis_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.gVis_image::after {
	content: "";
	position: absolute;
	background: linear-gradient(0deg, rgba(34, 34, 34, 0.8) 2.89%, rgba(136, 136, 136, 0) 100%);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	opacity: .7;
}
.gVis_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gVis_inner {
	position: relative;
	z-index: 1;
	padding-top: 70px;
	padding-bottom: 70px;
}
.gVis_title {
	color: var(--color-white);
	font-size: 48px;
	font-family: var(--font-solway);
	text-align: center;
	font-weight: normal;
	line-height: 54px;
	min-height: 108px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gVis_inner-gadget {
	padding-top: 43px;
	padding-bottom: 349px;
}
.gNav_btnList {
	list-style: none;
	display: none;
}
.gBody_inner {}
.gBody-noPb {
	padding-bottom: 0;
}
.gBody_inner-spot {}
.gBody_inner-feature {
	max-width: 1020px;
}
.gFooter ~ .obotai-chatbot-controller {
	background-color: var(--color-blue);
	bottom: 20px;
	right: 20px;
}
.gMega {
	border: 1px solid var(--color-blue);
	background-color: var(--color-white);
	font-family: var(--font-solway);
	white-space: nowrap;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: opacity, visibility, margin-top;
	transition-duration: .5s, .3s;
}
.gHeader-scrolled .gMega {
	margin-top: 0;
}
.gMega.isShow {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.gMega::before {
	content: "";
	border: 10px solid rgba(255, 255, 255, 0);
	border-bottom-color: var(--color-blue);
	border-top-width: 0;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-bottom-width: 20px;
	border-top-width: 0;
	margin-bottom: -6px;
}
.gMega_list {
	padding: 4px 0;
	list-style: none;
	background-color: var(--color-white);
	position: relative;
	z-index: 1;
}
.gMega_list > li {}
.gMega_list > li > a {
	text-decoration: none;
	display: flex;
	min-height: 37px;
	color: var(--color-blue);
	align-items: center;
	padding: 0 13px;
	position: relative;
	font-size: 14px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gMega_list > li > a::after {
	content: "";
	display: block;
}
.gMega_list > li:nth-last-child(n+2) > a::after {
	position: absolute;
	bottom: 0;
	left: 13px;
	width: calc(100% - 26px);
	height: 1px;
	background-color: #545454;
}
.gNav_list_icon {
	display: none;
}
.gNav_list_icon::before {
	content: "";
}
.gFootNav_item_inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 194px;
	margin: 0 auto;
}
.gFootNav_areaText {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.gFooter_subList .cookie_consent-cookie_btn-link {
	color: inherit !important;
}
.gHeader_subListWrap {
	display: flex;
	justify-content: flex-end;
	column-gap: 18px;
}
.gHeader_link {
	align-self: center;
}
.gHeader_link > a {
	text-decoration: none;
	color: var(--color-blue);
	font-size: 14px;
	transition-duration: .3s;
	transition-property: opacity;
}
.gNav_link {
	display: none;
}
.gNav_link > a {}
@media screen and (max-width:1399px) {
	.gHeader_inner {
		padding-left: 20px;
	}
	.gHeader_cols {
		max-width: 1360px;
		margin-left: auto;
	}
}
@media screen and (max-width:1249px) {
	.gNav_list_text > br {
		display: inline;
	}
	.gHeader_col-menu {
		max-width: 820px;
	}
}
@media screen and (max-width:1199px) {
	.gFooter_inner {}
	.gFooter_grid {}
	.gFootNav_title {
		font-size: 1.67vw;
	}
	.gFootNav_text {
		font-size: 1.168vw;
		margin-bottom: 2.8vw;
	}
	.gFootNav_item {
		border-radius: 2vw;
	}
}
@media screen and (max-width:1099px) {
	.gHeader_col-title {
		width: 200px;
	}
	.gHeader_col-menu {
		width: calc(100% - 220px);
	}
	.gNav_grid {
		grid-template-columns: 1fr 280px;
	}
}
@media screen and (min-width:1000px) and (hover:hover) {
	.gHeader_link > a:hover {
		opacity: .7;
	}
	.gMega_list > li > a:hover {
		opacity: .7;
	}
	.gFooter_subList > li a:hover {
		text-decoration: underline;
	}
	.gNav_lang_list > li > a:hover {
		color: var(--color-blue);
	}
	.gFooter_logo > a:hover {
		opacity: .7;
	}
	.gFooter_list > li > a:hover {
		text-decoration: underline;
	}
	.gPageTop_button:hover {
		color: rgb(30 114 205);
	}
	.gFootNav_list > li > a:hover {}
	a:hover .gFootNav_link {
		background-color: var(--color-blue);
		color: var(--color-white);
	}
	.gHeader_title > a:hover {
		opacity: .7;
	}
	.gMenuBtn:hover {}
	.gHeader_subList > li > a:hover {
		background-color: var(--color-blue);
		color: var(--color-white);
	}
	.gNav_list > li > a:hover {
		opacity: .7;
	}
	.gNav_lang_btn:hover {}
}
@media screen and (max-width:999px) {
	.gHeaderWrap {
		height: 80px;
	}
	.gHeader {}
	.gHeader_inner {
		padding-right: 20px;
	}
	.gHeader_cols {
		align-items: center;
	}
	.gHeader_col {}
	.gHeader_col-title {
		width: 175px;
	}
	.gHeader_title {
		height: auto;
	}
	.gHeader_title > a {
		height: 80px;
	}
	.gHeader_title_logo {}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_title_sub {
		text-align: right;
		font-family: var(--font-lato);
		line-height: 1;
		margin-top: 4px;
	}
	.gHeader_col-menu {
		display: flex;
		align-items: center;
		column-gap: 20px;
		max-width: 40px;
		width: calc(100% - 185px);
	}
	.gMenuBtn {
		width: 40px;
		height: 40px;
		display: flex;
		background-color: var(--color-blue);
		border-radius: 50%;
		color: var(--color-white);
		align-items: center;
		justify-content: center;
		position: relative;
		z-index: 1001;
		border: 1px solid var(--color-blue);
		box-sizing: border-box;
		transition-duration: .3s;
		transition-property: background-color, color;
	}
	.gMenuBtn[aria-expanded="true"] {
		background-color: var(--color-white);
		color: var(--color-blue);
	}
	.gMenuBtn_barWrap {
		display: block;
		width: 20px;
	}
	.gMenuBtn_bar {
		display: block;
		height: 2px;
		background-color: currentColor;
		transition-duration: .3s;
		transition-property: transform;
	}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {
		margin-top: 8px;
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no1 {
		transform: translateY(5px) rotate(-45deg);
	}
	.gMenuBtn[aria-expanded="true"] .gMenuBtn_bar-no2 {
		transform: translateY(-5px) rotate(45deg);
	}
	.gNav {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: var(--color-white);
		right: 0;
		max-width: 410px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition-property: opacity, visibility;
		transition-duration: .5s;
		box-shadow: -2px 0 4px rgba(0, 0, 0, .1);
		padding-top: 80px;
		box-sizing: border-box;
		z-index: 1000;
	}
	.gNav.isShow {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	.gNav_inner {
		height: 100%;
		display: block;
		overflow: auto;
		box-sizing: border-box;
		padding-bottom: 50px;
	}
	.gNav_grid {
		height: 100%;
		display: flex;
		flex-direction: column;
	}
	.gNav_cell {}
	.gNav_cell-sub {
		order: 2;
		margin-top: auto;
	}
	.gHeader_subList {
		position: relative;
		z-index: 1002;
		max-width: none;
		min-width: 304px;
		display: none;
	}
	.gHeader_subList > li {}
	.gHeader_subList > li:nth-child(n+2) {}
	.gHeader_subList > li > a {
		padding: 0 5px;
	}
	.gHeader_subList > li > a > .icon {}
	.gNav_cell-main {
		order: 1;
	}
	.gNav_list {
		display: block;
		max-width: none;
	}
	.gNav_list > li {}
	.gNav_list > li > a {
		padding: 0;
		justify-content: flex-start;
		transition: none;
		height: 64px;
		align-items: center;
		padding: 0 20px;
		position: relative;
		font-size: 16px;
	}
	.gNav_list > li > a[aria-expanded] {
		padding-right: 40px;
	}
	.gNav_list > li::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 20px;
		width: calc(100% - 40px);
		height: 1px;
		background-color: var(--color-gray-line);
		z-index: 2;
	}
	.gNav_list_text {}
	.gNav_list_text::before {}
	.gNav_cell-lang {
		order: 0;
	}
	.gNav_lang {
		padding-top: 0;
	}
	.gNav_lang_btn {
		display: none;
	}
	.gNav_lang_btn_icon {}
	.gNav_list_text > br {
		display: none;
	}
	.gNav_list-scrolled > li > a {}
	.gFooterVis {
		margin-top: 50px;
	}
	.gFooterVis_image {
		padding-bottom: 450px;
	}
	.gFooterVis_image > img {}
	.gFooterVis_inner {}
	.gFooterVis_text {}
	.gFooterVis_areaText {}
	.gFooter {}
	.gFooter_inner {}
	.gFooter_grid {}
	.gFooter_cell {}
	.gFooter_cell-logo {}
	.gFooter_logo {}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_image {}
	.gFooter_cell-nav {}
	.gFooter_list {
		font-size: 18px;
		max-width: 360px;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {}
	.gFooter_cell-info {}
	.gFooter_dList {
		font-size: 14px;
	}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {
		font-size: 13px;
	}
	.gFooter_cell-copy {}
	.gFooter_copyright {}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_contents {
		width: 40px;
	}
	.gPageTop_button {
		font-size: 40px;
	}
	.gPageTop_button > .icon {}
	.gFootNav {
		padding: 80px 0;
	}
	.gFootNav_bg {}
	.gFootNav_bg > img {}
	.gFootNav_inner {
		max-width: 850px;
	}
	.gFootNav_list {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 20px;
		column-gap: 20px;
	}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {}
	.gFootNav_item {
		padding: 20px 15px 20px;
		border-radius: 12px;
	}
	.gFootNav_image {
		margin-bottom: 0;
		width: 130px;
		align-self: center;
	}
	.gFootNav_image > img {}
	.gFootNav_title {
		font-size: 17px;
		min-height: 0;
		display: block;
		text-align: left;
	}
	.gFootNav_text {
		margin-bottom: 10px;
		font-size: 11px;
	}
	.gFootNav_link {
		font-size: 12px;
		height: 20px;
		max-width: 110px;
	}
	.gFootNav_link > .icon {}
	.gBody {}
	.gNav_lang_btn_arrow {}
	.gNav_lang_btn[aria-expanded="true"] .gNav_lang_btn_arrow {}
	.gNav_lang_list {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: auto;
		border: none;
		opacity: 1;
		visibility: visible;
		pointer-events: inherit;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin: 31px 0 0;
		padding: 0;
		transition: none;
	}
	.gHeader-scrolled .gNav_lang_list {
		margin-top: 43px;
	}
	.gNav_lang_list.isShow {
		pointer-events: inherit;
	}
	.gNav_lang_list::before {
		display: none;
	}
	.gNav_lang_list::after {
		background-color: rgba(255, 255, 255, 0);
		border: 1px solid var(--color-gray-line);
		border-radius: 50px;
		box-sizing: border-box;
	}
	.gNav_lang_list > li {}
	.gNav_lang_list > li:nth-child(n+2) {
		border-top: none;
	}
	.gNav_lang_list > li > a {
		height: 46px;
		color: inherit;
	}
	.gNav_lang_list > li > a[aria-current="true"] {
		background-color: var(--color-blue);
		color: var(--color-white);
		border-radius: 50px;
		font-weight: bold;
	}
	.gNav_lang_list > li > a[lang="zh-hans"] {}
	.gNav_subList {
		display: grid;
		grid-template-columns: auto auto;
		padding: 0 25px;
		column-gap: 10px;
		margin-top: 20px;
	}
	.gNav_subList > li {}
	.gNav_subList > li > a {
		font-size: 14px;
		line-height: 20px;
		padding: 7px 0;
		font-family: var(--font-solway);
	}
	.gBody-home {
		padding-top: 0;
	}
	.gFooter_cell-sub {}
	.gFooter_subList {}
	.gFooter_subList > li {}
	.gFooter_subList > li a {}
	.gBody-pbLg {}
	.gVis {}
	.gVis_image {}
	.gVis_image::after {}
	.gVis_image > img {}
	.gVis_inner {}
	.gVis_title {}
	.gNav_btnList {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-top: 38px;
	}
	.gNav_btnList-simple {
		grid-template-columns: 1fr;
		margin-top: 25px;
	}
	.gNav_btnList > li {}
	.gNav_btnList > li > a {
		display: flex;
		background-color: var(--color-blue-pale);
		text-decoration: none;
		font-family: var(--font-lato);
		color: var(--color-blue);
		font-size: 16px;
		min-height: 58px;
		height: 100%;
		box-sizing: border-box;
		border: 1px solid var(--color-blue);
		align-items: center;
		justify-content: center;
		border-left: none;
		column-gap: 8px;
		line-height: 1.1;
		font-weight: bold;
	}
	.gNav_btnList > li:last-child > a {
		border-right: none;
	}
	.gNav_btnList > li > a > .icon {
		display: block;
		font-size: 24px;
	}
	.gBody_inner {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gMega {
		position: static;
		white-space: normal;
		margin: 0;
		transform: none;
		background-color: rgba(255, 255, 255, 0);
		border: none;
		opacity: 0;
		visibility: hidden;
		max-height: 0;
		overflow: hidden;
		pointer-events: inherit;
		transition-duration: .3s;
		transition-property: opacity, visibility, max-height;
	}
	.gMega.isShow {
		max-height: 131px;
		opacity: 1;
		visibility: visible;
	}
	.gMega::before {
		display: none;
	}
	.gMega_list {
		padding: 0 0 20px;
	}
	.gMega_list > li {}
	.gMega_list > li > a {
		padding: 0 40px;
	}
	.gMega_list > li > a::after {}
	.gMega_list > li:nth-last-child(n+2) > a::after {
		background-color: var(--color-gray-line);
		left: 20px;
		width: calc(100% - 40px);
		opacity: 0;
	}
	.gNav_list_icon {
		display: block;
		width: 12px;
		height: 1px;
		position: absolute;
		top: 50%;
		right: 20px;
		background-color: currentColor;
		transform: translateY(-50%);
	}
	.gNav_list_icon::before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: currentColor;
		transform: rotate(90deg);
		transition-duration: .3s;
		transition-property: transform;
	}
	.gNav_list > li > a[aria-expanded="true"] .gNav_list_icon::before {
		transform: rotate(0deg);
	}
	.gFootNav_item_inner {
		max-width: none;
		flex-direction: row;
	}
	.gFootNav_areaText {
		width: calc(100% - 150px);
		margin-left: auto;
		flex-grow: 0;
		display: block;
	}
	.gHeader_subListWrap {
		display: none;
	}
	.gHeader_link {}
	.gHeader_link > a {}
	.gNav_link {
		display: flex;
		justify-content: center;
		margin-top: 19px;
	}
	.gNav_link > a {
		text-decoration: none;
		font-size: 14px;
		color: var(--color-blue);
	}
}
@media screen and (max-width:767px) {
	.gHeaderWrap {}
	.gHeader {}
	.gHeader_inner {}
	.gHeader_cols {}
	.gHeader_col {}
	.gHeader_col-title {}
	.gHeader_title {}
	.gHeader_title > a {}
	.gHeader_title_logo {}
	.gHeader_title_inner {}
	.gHeader_title_img {}
	.gHeader_title_sub {}
	.gHeader_col-menu {
		max-width: 40px;
	}
	.gMenuBtn {
		margin-left: auto;
	}
	.gMenuBtn_barWrap {}
	.gMenuBtn_bar {}
	.gMenuBtn_bar-no1 {}
	.gMenuBtn_bar-no2 {}
	.gNav {
		top: 80px;
		height: calc(100% - 80px);
		box-shadow: none;
		max-width: none;
		padding-top: 0;
		z-index: 1000;
		padding-top: 29px;
	}
	.gNav_inner {}
	.gNav_grid {}
	.gNav_cell {}
	.gNav_cell-sub {
		display: none;
	}
	.gHeader_subList {
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		min-width: 0;
		width: 100%;
		border: 1px solid var(--color-blue);
		box-sizing: border-box;
	}
	.gHeader_subList > li {
		width: 50%;
	}
	.gHeader_subList > li:nth-child(n+2) {
		border-left: 1px solid var(--color-blue);
	}
	.gHeader_subList > li > a {
		height: 70px;
		font-weight: bold;
		font-size: 16px;
		line-height: 1;
		text-align: center;
	}
	.gHeader_subList > li > a > .icon {}
	.gNav_cell-main {}
	.gNav_list {}
	.gNav_list > li {}
	.gNav_list > li > a {}
	.gNav_list_text {}
	.gNav_list_text::before {}
	.gNav_cell-lang {}
	.gNav_lang {}
	.gNav_lang_btn {}
	.gNav_lang_btn_icon {}
	.gNav_list_text > br {}
	.gNav_list-scrolled > li > a {}
	.gFooterVis {
		margin-top: 30px;
	}
	.gFooterVis_image {
		padding-bottom: 260px;
	}
	.gFooterVis_image > img {}
	.gFooterVis_inner {}
	.gFooterVis_text {
		font-size: 20px;
	}
	.gFooterVis_areaText {
		bottom: 20px;
	}
	.gFooter {
		padding-bottom: 70px;
	}
	.gFooter_inner {
		padding-right: 20px;
	}
	.gFooter_grid {
		display: block;
	}
	.gFooter_cell {}
	.gFooter_cell-logo {
		margin-bottom: 16px;
	}
	.gFooter_logo {
		margin-left: 0;
	}
	.gFooter_logo > a {}
	.gFooter_logo_inner {}
	.gFooter_logo_image {}
	.gFooter_cell-nav {}
	.gFooter_list {
		font-size: 18px;
		max-width: none;
		line-height: 26px;
	}
	.gFooter_list > li {}
	.gFooter_list > li > a {
		min-height: 0;
		padding: 10px 0;
	}
	.gFooter_cell-info {
		border-top: 1px solid var(--color-gray-line);
		padding-top: 16px;
		margin-top: 16px;
	}
	.gFooter_dList {
		text-align: left;
	}
	.gFooter_dList > dt {}
	.gFooter_dList > dd {
		line-height: inherit;
	}
	.gFooter_cell-copy {
		margin-top: 42px;
	}
	.gFooter_copyright {
		font-size: 10px;
		text-align: center;
	}
	.gPageTop {}
	.gPageTop_inner {}
	.gPageTop_contents {}
	.gPageTop_button {}
	.gPageTop_button > .icon {}
	.gFootNav {
		padding-top: 32px;
		padding-bottom: 29px;
		margin-bottom: 110px;
	}
	.gFootNav_bg {}
	.gFootNav_bg > img {}
	.gFootNav_inner {}
	.gFootNav_list {
		row-gap: 8px;
		column-gap: 8px;
		grid-template-columns: 1fr;
	}
	.gFootNav_list > li {}
	.gFootNav_list > li > a {}
	.gFootNav_item {
		border-radius: 10px;
		padding: 13px 15px;
	}
	.gFootNav_image {
		width: 102px;
	}
	.gFootNav_image > img {}
	.gFootNav_title {
		font-size: 19px;
	}
	.gFootNav_text {
		display: none;
	}
	.gFootNav_link {
		background-color: var(--color-blue);
		color: var(--color-white);
		border-radius: 12px;
		height: 24px;
		font-weight: bold;
		font-size: 12px;
		margin-top: auto;
		align-self: flex-start;
	}
	.gFootNav_link > .icon {
		display: none;
	}
	.gBody {
		padding-bottom: 93px;
		padding-top: 13px;
	}
	.gNav_lang_btn_arrow {}
	.gNav_lang_btn[aria-expanded="true"] .gNav_lang_btn_arrow {}
	.gNav_lang_list {}
	.gNav_lang_list.isShow {}
	.gNav_lang_list::before {}
	.gNav_lang_list::after {}
	.gNav_lang_list > li {}
	.gNav_lang_list > li:nth-child(n+2) {}
	.gNav_lang_list > li > a {}
	.gNav_lang_list > li > a[aria-current="true"] {}
	.gNav_lang_list > li > a[lang="zh-hans"] {}
	.gNav_subList {
		margin-top: 41px;
	}
	.gNav_subList > li {}
	.gNav_subList > li > a {}
	.gBody-home {
		padding-top: 0;
	}
	.gFooter_cell-sub {
		margin-top: 30px;
	}
	.gFooter_subList {
		display: block;
		line-height: 20px;
	}
	.gFooter_subList > li {}
	.gFooter_subList > li a {
		padding: 5px 0;
	}
	.gBody-pbLg {}
	.gVis {
		margin-bottom: 35px;
	}
	.gVis_image {}
	.gVis_image::after {}
	.gVis_image > img {}
	.gVis_inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.gVis_title {
		font-size: 24px;
		line-height: 28px;
		min-height: 56px;
	}
	.gVis_inner-gadget {}
	.gNav_btnList {}
	.gNav_btnList-simple {}
	.gNav_btnList > li {}
	.gNav_btnList > li > a {}
	.gNav_btnList > li:last-child > a {}
	.gNav_btnList > li > a > .icon {}
	.gBody_inner {}
	.gBody-noPb {
		padding-bottom: 0;
	}
	.gMega {}
	.gMega.isShow {}
	.gMega::before {}
	.gMega_list {}
	.gMega_list > li {}
	.gMega_list > li > a {}
	.gMega_list > li > a::after {}
	.gMega_list > li:nth-last-child(n+2) > a::after {}
	.gNav_list_icon {}
	.gNav_list_icon::before {}
	.gFootNav_item_inner {}
	.gFootNav_areaText {
		width: calc(100% - 122px);
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.gHeader_subListWrap {}
	.gHeader_link {}
	.gHeader_link > a {}
	.gNav_link {}
	.gNav_link > a {}
}
@media screen and (max-width:374px) {
	.gFooter_list {
		font-size: 15px;
	}
	.gFooter_list > li > a {
		padding: 5px 0;
	}
}
