/*
 * This is for global css usage.
 */

* {
	box-sizing: border-box;
	outline: none;
	font-family: 'Noto Sans TC', sans-serif;
}

body {
	margin: 0;
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

/* stylelint-disable */

body.no-scroll {
	overflow: hidden;
}

/* stylelint-enable */


	.index__navigator___36pnK ul {
		margin: 0;
		padding: 0;
		list-style: none
	}
.index__navigator___36pnK ul li {
			position: relative
		}
.index__navigator___36pnK ul li.index__active___28Zh3::after {
					content: '';
					width: 24px;
					height: 2px;
					border-radius: 3.5px;
					background-color: #ffffff;
					position: absolute;
					bottom: -8px;
					margin-left: auto;
					margin-right: auto;
					left: 0;
					right: 0;
				}
@media screen and (max-width: 767px) {
					.index__navigator___36pnK ul li.index__active___28Zh3::after {
						bottom: 7px;
					}
				}

.index__button___eMuHc {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 24px;
	border-radius: 39px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	font-size: 16px;
	transition: all 0.2s ease-in;
	cursor: pointer
}
.index__button___eMuHc > span {
		text-align: center;
		font-size: 14px;
		font-weight: 500;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.57;
		letter-spacing: 1px;
		transition: color 0.2s ease-in;
		white-space: nowrap;
	}
.index__button___eMuHc.index__normal___3SeM8 {
		background-color: #ea6000;
		border-color: #ea6000
	}
.index__button___eMuHc.index__normal___3SeM8:hover {
			background-color: #d25600;
			border-color: #d25600;
		}
.index__button___eMuHc.index__normal___3SeM8 > span {
			color: white;
		}
.index__button___eMuHc.index__outline___1m5o1 {
		background-color: #ffffff;
		border-color: #ea6000
	}
.index__button___eMuHc.index__outline___1m5o1 > span {
			color: #ea6000;
		}
.index__button___eMuHc.index__outline-primary-color___3HSS0 {
		background-color: #ffffff;
		border: 1px solid #595351
	}
.index__button___eMuHc.index__outline-primary-color___3HSS0 span {
			color: #595351;
		}

.index__side-menu___3jk-v {
	display: flex;
	width: 100vw;
	height: 100%;
	position: fixed;
	z-index: 12147483648;
	top: 0;
	left: 0;
	overflow-x: hidden;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6)
}
.index__side-menu___3jk-v .index__content___3Py_B {
		background-color: #595351;
		height: 100%;
		width: calc(100% - 95px)
	}
.index__side-menu___3jk-v .index__content___3Py_B .index__top___1MrYd {
			display: flex;
			align-items: start;
			padding: 20px 16px;
			box-sizing: border-box;
			margin: 0 auto
		}
.index__side-menu___3jk-v .index__content___3Py_B .index__top___1MrYd .index__close___3acAp {
				padding: 0;
				background-color: transparent;
				border: none;
				height: 24px;
			}
.index__side-menu___3jk-v .index__content___3Py_B .index__mid___19yC7 {
			height: calc(100% - 142px);
			padding: 67px 30px 0 30px
		}
.index__side-menu___3jk-v .index__content___3Py_B .index__mid___19yC7 .index__nav___1jNUJ ul {
					display: flex;
					flex-direction: column
				}
.index__side-menu___3jk-v .index__content___3Py_B .index__mid___19yC7 .index__nav___1jNUJ ul li {
						display: flex;
						align-items: center;
						justify-content: start;
						margin-bottom: 3px;
						height: 48px;
						opacity: 0.6;
						white-space: nowrap
					}
.index__side-menu___3jk-v .index__content___3Py_B .index__mid___19yC7 .index__nav___1jNUJ ul li:last-child {
							margin-bottom: 8px;
						}
.index__side-menu___3jk-v .index__content___3Py_B .index__mid___19yC7 .index__nav___1jNUJ ul li a {
							font-size: 16px;
							font-weight: 500;
							font-stretch: normal;
							font-style: normal;
							letter-spacing: 1px;
							color: white;
						}
.index__side-menu___3jk-v .index__content___3Py_B .index__mid___19yC7 .index__nav___1jNUJ .index__active-class-name___1HbOU {
					opacity: 1
				}
.index__side-menu___3jk-v .index__content___3Py_B .index__mid___19yC7 .index__nav___1jNUJ .index__active-class-name___1HbOU::after {
						margin-left: unset;
					}
.index__side-menu___3jk-v .index__content___3Py_B .index__mid___19yC7 .index__translate___BHpP9 {
				display: flex;
				height: 48px
			}
.index__side-menu___3jk-v .index__content___3Py_B .index__mid___19yC7 .index__translate___BHpP9 button {
					font-size: 16px;
					line-height: 1.5;
				}
.index__side-menu___3jk-v .index__content___3Py_B .index__bottom___3G2Tz {
			display: flex;
			align-items: center;
			justify-content: center;
			height: 48px;
			padding: 0 30px
		}
.index__side-menu___3jk-v .index__content___3Py_B .index__bottom___3G2Tz .index__order___1QIkp {
				width: 100%;
				height: 100%;
			}
.index__side-menu___3jk-v .index__close-area___2aSst {
		width: 95px;
		height: 100%;
		background-color: transparent;
	}

.index__header___2FuYt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: transparent;
	padding: 0 64px;
	box-sizing: border-box;
	height: 80px;
	position: absolute;
	top: 24px;
	transition: top 0.3s;
	z-index: 3;
	border-bottom: 1px solid transparent
}

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

.index__header___2FuYt {
		padding: 0 16px
}
	}

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

.index__header___2FuYt {
		height: 64px;
		background-color: #595351;
		top: 0
}
	}

.index__header___2FuYt > .index__left___ty491,
	.index__header___2FuYt > .index__right___3Ye9d {
		display: flex;
		align-items: center;
	}

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

.index__header___2FuYt .index__logo___2RqCO {
			width: 57px;
			height: 24px
	}
		}

.index__header___2FuYt .index__nav___2gyG0 {
		margin-left: 48px
	}

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

.index__header___2FuYt .index__nav___2gyG0 {
			display: none
	}
		}

.index__header___2FuYt .index__nav___2gyG0 ul {
			display: flex
		}

.index__header___2FuYt .index__nav___2gyG0 ul li {
				margin-right: 24px
			}

.index__header___2FuYt .index__nav___2gyG0 ul li a {
					font-size: 14px;
					font-weight: 500;
					font-stretch: normal;
					font-style: normal;
					line-height: 1.57;
					letter-spacing: 1px;
					color: white;
				}

.index__header___2FuYt .index__translate___3bhWb {
		margin-right: 32px;
	}

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

.index__header___2FuYt .index__order___1b-tY {
			height: 30px;
			padding: 0 16px
	}

			.index__header___2FuYt .index__order___1b-tY span {
				font-size: 12px;
				font-weight: 500;
				line-height: 1.5;
				letter-spacing: 1px;
			}
		}

.index__header___2FuYt .index__menu___1vCAC {
		display: none
	}

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

.index__header___2FuYt .index__menu___1vCAC {
			display: block;
			padding: 0;
			background-color: transparent;
			border: none;
			height: 24px;
			margin-right: 16px
	}
		}

.index__is-not-at-home-page___2BINq,
.index__fixed-header___3Qipe {
	position: fixed;
	background-color: #595351;
	top: 0;
}

.index__hide-header___2G3kH {
	transition: none;
	position: fixed;
	top: -80px
}

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

.index__hide-header___2G3kH {
		top: 0
}
	}

.index__is-at-bottom___cUPiq {
	transition: top 0.3s;
	background-color: #595351;
}

.index__side-menu___1pkYz {
	background-color: transparent;
	transform: translateX(-100%);
	transition: transform 0.5s
}

.index__side-menu___1pkYz > div:first-child {
		transform: translateX(-100%);
		transition: transform 0.5s;
	}

.index__open-side-menu___2GNVo {
	background-color: rgba(0, 0, 0, 0.6);
	transform: translateX(0);
	transition: transform 0s
}

.index__open-side-menu___2GNVo > div:first-child {
		transform: translateX(0);
		transition: transform 0.5s;
	}

.index__instagram-card___3Gsk7 {
	width: 200px;
	height: 200px;
	position: relative;
	cursor: pointer
}
@media screen and (max-width: 767px) {
	.index__instagram-card___3Gsk7 {
		width: 150px;
		height: 150px
}
	}
.index__instagram-card___3Gsk7 .index__image___2U9F6 {
		width: 100%;
		height: 100%;
	}
.index__instagram-card___3Gsk7 .index__hover___KaCVB {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 20px;
		box-sizing: border-box;
		opacity: 0
	}
@media screen and (max-width: 767px) {
	.index__instagram-card___3Gsk7 .index__hover___KaCVB {
			padding: 10px
	}
		}
.index__instagram-card___3Gsk7 .index__hover___KaCVB .index__text___2NfE_ {
			/* stylelint-disable-next-line value-no-vendor-prefix */
			display: -webkit-box;

			/* autoprefixer: off */
			/* stylelint-disable-next-line property-no-vendor-prefix */
			-webkit-box-orient: vertical;

			/* autoprefixer: on */
			-webkit-line-clamp: 5;
			overflow: hidden;
			width: 100%;
			font-size: 14px;
			font-weight: normal;
			font-stretch: normal;
			font-style: normal;
			line-height: 1.57;
			letter-spacing: 1px;
			color: white;
		}
.index__instagram-card___3Gsk7:hover .index__hover___KaCVB {
			opacity: 1;
			transition: 0.3s;
		}

/* stylelint-disable */
.index__footer___3G6lz {
	width: 100%;
	background-color: #f8f8f8;
	padding: 64px 0;
	box-sizing: border-box
}
@media screen and (max-width: 767px) {
.index__footer___3G6lz {
		padding: 48px 0
}
	}
.index__footer___3G6lz .index__inner___27DkD {
		display: flex;
		max-width: 1040px;
		margin: 0 auto
	}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD {
			flex-direction: column;
			justify-content: center
	}
		}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR {
			display: flex;
			flex-direction: column
		}
@media screen and (max-width: 767px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR {
				display: unset;
				flex-direction: unset
		}
			}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__instagram-cards___1mBqF {
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				width: 624px
			}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__instagram-cards___1mBqF {
					margin: 0 auto 48px auto
			}
				}
@media screen and (max-width: 767px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__instagram-cards___1mBqF {
					width: 312px
			}
				}
@media screen and (max-width: 767px) {
						.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__instagram-cards___1mBqF a:nth-child(4),
						.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__instagram-cards___1mBqF a:nth-child(5) {
							display: none;
						}
					}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__instagram-cards___1mBqF .index__instagram-card___1bUKP {
					margin-bottom: 12px;
				}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 {
				margin-left: 64px
			}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6.index__special___2vRkN {
					margin-left: unset;
				}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 {
					margin-left: 0
			}
				}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__icons___1pIll {
					display: flex;
					flex-wrap: wrap;
					align-items: center;
					margin: 0 auto 32px auto
				}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__icons___1pIll {
						justify-content: center
				}
					}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__icons___1pIll .index__icon___2FVlC {
						display: flex;
						align-items: center;
						justify-content: center;
						width: 40px;
						height: 40px;
						border-radius: 40px;
						background-color: #c0bbbd;
						margin-right: 20px;
					}
@media screen and (max-width: 767px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__icons___1pIll .index__no-margin___1h_dq {
							margin-right: 0
					}
						}
@media screen and (max-width: 767px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__icons___1pIll .index__order___NlRQt {
							display: flex;
							justify-content: center;
							width: 100%;
							margin-top: 32px
					}
						}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF {
						height: auto
				}
					}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF .index__hide___1WY10 {
						display: none;
					}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 {
						display: flex;
						width: 356px;
						margin-bottom: 27px
					}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49:last-child {
							margin-bottom: 24px
						}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49:last-child {
								margin-bottom: 32px
						}
							}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 {
							flex-direction: column;
							margin: 0 auto 32px auto;
							width: 255px
					}
						}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__name___2Qj9l {
							font-size: 18px;
							font-weight: bold;
							letter-spacing: 1px;
							color: #595351;
							margin-right: 24px
						}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__name___2Qj9l {
								margin-bottom: 16px;
								text-align: center;
								margin-right: 0
						}
							}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__info-box___1UjW_ .index__info___3x46v {
								display: flex;
								align-items: center;
								margin-bottom: 12px;
								font-size: 14px;
								font-weight: normal;
								font-stretch: normal;
								font-style: normal;
								line-height: 1.57;
								letter-spacing: 1px;
								color: #7d7775
							}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__info-box___1UjW_ .index__info___3x46v > .index__icon___2FVlC {
									margin-right: 10px;
									min-width: 16px;
									min-height: 16px;
								}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__info-box___1UjW_ .index__info___3x46v > a {
									color: #7d7775;
								}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__info-box___1UjW_ .index__info___3x46v:last-child {
									margin-bottom: 0;
								}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__nav___37yLg {
					display: flex;
					margin: 64px 0 32px 0
				}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__nav___37yLg {
						justify-content: center
				}
					}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__nav___37yLg ul {
						display: flex;
						flex-wrap: wrap;
						justify-content: center
					}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__nav___37yLg ul li {
							margin-right: 25px;
							position: relative
						}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__nav___37yLg ul li::after {
								content: '';
								position: absolute;
								right: -12px;
								top: 5px;
								width: 1px;
								height: 12px;
								background-color: #c0bbbd;
							}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__nav___37yLg ul li:last-child {
								margin-right: 0
							}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__nav___37yLg ul li:last-child::after {
									display: none;
								}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__nav___37yLg ul li a {
								font-size: 14px;
								font-weight: 500;
								font-stretch: normal;
								font-style: normal;
								line-height: 1.57;
								letter-spacing: 1px;
								color: #595351;
							}
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__coty-right___qAM9b {
					width: 100%;
					margin: 0;
					font-size: 12px;
					font-weight: 500;
					line-height: 1.5;
					letter-spacing: 1px;
					color: #c0bbbd
				}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__left-info___3U-mR .index__right-info___1q6w6 .index__coty-right___qAM9b {
						text-align: center
				}
					}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 {
			margin-left: 64px
		}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6.index__special___2vRkN {
				margin-left: unset;
			}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 {
				margin-left: 0
		}
			}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__icons___1pIll {
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				margin: 0 auto 32px auto
			}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__icons___1pIll {
					justify-content: center
			}
				}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__icons___1pIll .index__icon___2FVlC {
					display: flex;
					align-items: center;
					justify-content: center;
					width: 40px;
					height: 40px;
					border-radius: 40px;
					background-color: #c0bbbd;
					margin-right: 20px;
				}
@media screen and (max-width: 767px) {
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__icons___1pIll .index__no-margin___1h_dq {
						margin-right: 0
				}
					}
@media screen and (max-width: 767px) {
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__icons___1pIll .index__order___NlRQt {
						display: flex;
						justify-content: center;
						width: 100%;
						margin-top: 32px
				}
					}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF {
					height: auto
			}
				}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF .index__hide___1WY10 {
					display: none;
				}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 {
					display: flex;
					width: 356px;
					margin-bottom: 27px
				}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49:last-child {
						margin-bottom: 24px
					}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49:last-child {
							margin-bottom: 32px
					}
						}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 {
						flex-direction: column;
						margin: 0 auto 32px auto;
						width: 255px
				}
					}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__name___2Qj9l {
						font-size: 18px;
						font-weight: bold;
						letter-spacing: 1px;
						color: #595351;
						margin-right: 24px
					}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__name___2Qj9l {
							margin-bottom: 16px;
							text-align: center;
							margin-right: 0
					}
						}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__info-box___1UjW_ .index__info___3x46v {
							display: flex;
							align-items: center;
							margin-bottom: 12px;
							font-size: 14px;
							font-weight: normal;
							font-stretch: normal;
							font-style: normal;
							line-height: 1.57;
							letter-spacing: 1px;
							color: #7d7775
						}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__info-box___1UjW_ .index__info___3x46v > .index__icon___2FVlC {
								margin-right: 10px;
								min-width: 16px;
								min-height: 16px;
							}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__info-box___1UjW_ .index__info___3x46v > a {
								color: #7d7775;
							}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__location-box___2eAkF .index__location___1-Q49 .index__info-box___1UjW_ .index__info___3x46v:last-child {
								margin-bottom: 0;
							}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__nav___37yLg {
				display: flex;
				margin: 64px 0 32px 0
			}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__nav___37yLg {
					justify-content: center
			}
				}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__nav___37yLg ul {
					display: flex;
					flex-wrap: wrap;
					justify-content: center
				}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__nav___37yLg ul li {
						margin-right: 25px;
						position: relative
					}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__nav___37yLg ul li::after {
							content: '';
							position: absolute;
							right: -12px;
							top: 5px;
							width: 1px;
							height: 12px;
							background-color: #c0bbbd;
						}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__nav___37yLg ul li:last-child {
							margin-right: 0
						}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__nav___37yLg ul li:last-child::after {
								display: none;
							}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__nav___37yLg ul li a {
							font-size: 14px;
							font-weight: 500;
							font-stretch: normal;
							font-style: normal;
							line-height: 1.57;
							letter-spacing: 1px;
							color: #595351;
						}
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__coty-right___qAM9b {
				width: 100%;
				margin: 0;
				font-size: 12px;
				font-weight: 500;
				line-height: 1.5;
				letter-spacing: 1px;
				color: #c0bbbd
			}
@media screen and (max-width: 1040px) {
.index__footer___3G6lz .index__inner___27DkD .index__right-info___1q6w6 .index__coty-right___qAM9b {
					text-align: center
			}
				}

@keyframes index__bounceInUp___HK8gT {
	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}

	75% {
		transform: translate3d(0, 10px, 0);
	}

	90% {
		transform: translate3d(0, -5px, 0);
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes index__fadeOut___1LDGH {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes index__fadeIn___1Cmz0 {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.index__line-chat___UbAJG {
	position: fixed;
	z-index: 999
}

.index__line-chat___UbAJG > .index__line-button___3klRO {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 60px;
		height: 60px;
		border-radius: 50%;
		background: #00b900;
		background-image: url(/./assets/line__1146d990e6af5b31e6b087e6748e6330.png);
		background-size: 30px;
		background-position: center center;
		background-repeat: no-repeat;
		box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
		cursor: pointer;
		transform-origin: center;
		transition: box-shadow 150ms linear;
		transition-timing-function: ease;
		animation-duration: 1s;
		animation-fill-mode: both;
	}

.index__line-chat___UbAJG > .index__chat-container___2Zw2- {
		display: none;
		opacity: 1;
		width: 300px;
		height: auto;
		border-radius: 5px;
		background: #fff;
		box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
		overflow: hidden;
		transform-origin: center;
		transition: box-shadow 150ms linear;
		transition-timing-function: ease;
		animation-duration: 1s;
		animation-fill-mode: both
	}

.index__line-chat___UbAJG > .index__chat-container___2Zw2- > .index__line-header___3OYCT {
			display: flex;
			justify-content: space-between;
			align-items: center;
			width: 100%;
			padding: 15px;
			border: none;
			background: #00b900;
			color: #fff;
			font-size: 15px
		}

.index__line-chat___UbAJG > .index__chat-container___2Zw2- > .index__line-header___3OYCT > .index__icon___2tAYl {
				display: inline-block;
				width: 20px;
				height: 20px;
				margin-right: 5px;
				vertical-align: middle;
				background-image: url(/./assets/line__1146d990e6af5b31e6b087e6748e6330.png);
				background-size: cover;
				background-position: center;
				background-repeat: no-repeat;
			}

.index__line-chat___UbAJG > .index__chat-container___2Zw2- > .index__line-header___3OYCT > .index__span___33oBK {
				margin-right: auto;
			}

.index__line-chat___UbAJG > .index__chat-container___2Zw2- > .index__line-header___3OYCT > .index__close-button___3sJEG {
				display: flex;
				align-items: center;
				width: 12px;
				height: 12px;
				background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAByklEQVRogc3ZSU4CQRSA4Qomyg7iyCB4KBPOwcbLeBc5gqKIzaC49xK/C6KGrno91PDa3gFtfX/CYHc9wxETZmRM6Rilgw5TMh64pWWY8HNk9FT4HtmveWeYgWbCAQ87c/AQ3rhS5OHLMAWtBIuHe0PHejJRgoN/oet+YcmlCn8hvxg5oZAXTniNl1DKp02oxIsJrhPT8MLJi7CEWnz8hNp83AQvXvzDczU+TkIQH54QzAuLPFdLiML7J0TjxYQzNV5YcC4nROfrJSThhYWf7IRkvJhwqsaXJyTnBeRxn6DCywlqvJigxwsJmnxpQnq+MEGHFxM8r5taXgUnpm091zbHXmvVP7jh0/kWbBk2yeskMC7gATZJExizy4H2D9GGgSbv+ilOk8DIxRvj/FKuoycw4iOHFP87XtNX45MnOPkql2SrKAlc855buPpFaXhCdV5MCNn6dPD1b0z8d18ZsrV4n1szvwQ/PlqCgw+7Pa+3+8qQjT8fnMAglA9KcPDxNqmWpQkMWMfhxYSi3de4fO0E+hafZqvWvQdNn1WlE9MkpOPFhNy0IM+nH1j8fboaG9nsExodWi3o/oOxXeODy8ZHt40Prxse338D9uz6BcY1fT8AAAAASUVORK5CYII=);
				background-size: 25px;
				background-position: center;
				background-repeat: no-repeat;
				cursor: pointer;
			}

.index__line-chat___UbAJG > .index__chat-container___2Zw2- > .index__line-inner___7_Wcn {
			padding: 24px;
			text-align: center
		}

.index__line-chat___UbAJG > .index__chat-container___2Zw2- > .index__line-inner___7_Wcn > .index__image___2QLE9 {
				width: 200px;
				margin: auto;
				border: solid 1px #ccc
			}

.index__line-chat___UbAJG > .index__chat-container___2Zw2- > .index__line-inner___7_Wcn > .index__image___2QLE9 > img {
					width: 100%;
				}

.index__line-chat___UbAJG > .index__chat-container___2Zw2- > .index__line-inner___7_Wcn > .index__title___2k7MK {
				margin: 20px 20px 8px 20px;
				font-size: 18px;
			}

.index__line-chat___UbAJG > .index__chat-container___2Zw2- > .index__line-inner___7_Wcn > .index__description___3HA2l {
				color: #999;
				font-size: 13px;
				line-height: 1.5;
				white-space: pre-line;
			}

.index__line-chat___UbAJG > .index__open___245eK {
		display: block;
		opacity: 1;
		visibility: visible;
	}

.index__line-chat___UbAJG > .index__hidden___1Xj-6 {
		display: none;
		opacity: 0;
		visibility: hidden;
	}

.index__line-chat___UbAJG > .index__bounceInUp___HK8gT {
		animation-name: index__bounceInUp___HK8gT;
	}

.index__line-chat___UbAJG > .index__fadeIn___1Cmz0 {
		animation-name: index__fadeIn___1Cmz0;
	}

.index__line-chat___UbAJG > .index__fadeOut___1LDGH {
		animation-name: index__fadeOut___1LDGH;
	}

.index__button___1EiTW {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 1;
	bottom: 90px;
	right: 35px;
	border-radius: 56px;
	cursor: pointer;
	background-color: rgba(28, 27, 26, 0.6);
	padding: 0;
	border: none;
	outline: none;
	transition: 0.3s
}
@media screen and (max-width: 767px) {
	.index__button___1EiTW {
		bottom: 80px;
		right: 10px
}
	}

.index__active___1tBWx {
	opacity: 1;
	width: 60px;
	height: 60px;
}

.index__line-chat-position___3h5Bf {
	bottom: 20px;
	right: 35px
}

@media screen and (--tablet), screen and (--small-tablet), screen and (max-width: 767px) {

.index__line-chat-position___3h5Bf {
		bottom: 10px;
		right: 10px
}
	}

.index__in-active___23yYL {
	opacity: 0;
	width: 0;
	height: 0;
}

.index__children___1HU7G {
	min-height: 100vh;
}

.index__loading___2zAj5 {
	display: inline-flex;
	align-self: center;
	width: 45px
}

.index__loading___2zAj5 > svg {
		width: 100%;
		animation: index__loading___2zAj5 3s linear infinite
	}

.index__loading___2zAj5 > svg > circle {
			stroke-dashoffset: 0;
			stroke-dasharray: 300;
			stroke-width: 15;
			stroke-miterlimit: 10;
			stroke-linecap: round;
			animation: index__loading-circle___lB3q_ 2s linear infinite;
			fill: transparent;
		}

@keyframes index__loading___2zAj5 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes index__loading-circle___lB3q_ {
	0% {
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dashoffset: -600;
	}
}

.index__loading-layout___2ozUZ {
	background-color: white;
	z-index: 0;
}


/*# sourceMappingURL=app.c8a7234fc3677680b976.css.map*/