
/************************************************************************************************/
/* 全域 / Reset                                                                                  */
/************************************************************************************************/

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

canvas {
	vertical-align: bottom;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	pointer-events: none;
}

button:focus {
	outline: 0;
}

.row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.col {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/************************************************************************************************/
/* 自訂滾動條                                                                                     */
/************************************************************************************************/

.scroll-bar-chrome::-webkit-scrollbar {
	width: 10px;
}

.scroll-bar-chrome::-webkit-scrollbar-thumb {
	background: #666;
	border-radius: 20px;
}

.scroll-bar-chrome::-webkit-scrollbar-track {
	background: #ddd;
	border-radius: 20px;
}

/************************************************************************************************/
/* RWD 切換 (Mobile-first)                                                                       */
/************************************************************************************************/

.PC {
	display: none;
	pointer-events: none;
}

.MB {
	display: block;
	pointer-events: auto;
}

/************************************************************************************************/
/* Navbar 基礎                                                                                   */
/************************************************************************************************/

.navbar {
	padding-right: 0;
	padding-left: 0 !important;
}

.bg-navbar {
	background-color: rgba(0, 15, 65, 0.75);
}

.fixed-top {
	position: fixed;
	top: 0px !important;
	left: 0 !important;
	padding-top: 0px;
	padding-bottom: 0px;
}

.navbar-brand {
	padding-left: 0px;
	height: 58px;
}

.logo-parent {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-text {
	height: 22px;
	margin-left: 33px;
}

#normalNavbarNav {
	margin: auto;
}

#navMenu {
	background-color: #000F41;
	box-shadow: none;
}

.body-container {
	display: inline-block;
	width: 100%;
	height: calc(100% - 58px);
	position: absolute;
	bottom: 0px !important;
	left: 0 !important;
}

/************************************************************************************************/
/* Nav Item & Nav Link (Mobile-first)                                                            */
/************************************************************************************************/

.nav-item {
	cursor: pointer;
	padding: 0 30px;
	font-size: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.nav-item.show {
	background-color: #001D62;
}

.nav-link {
	color: #FFFFFF !important;
	margin-top: 2.5px;
	margin-bottom: 2.5px;
	outline: none !important;
}


/************************************************************************************************/
/* Dropdown 箭頭 (共用)                                                                           */
/************************************************************************************************/

.dropdown-toggle::after {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 0.4em;
	vertical-align: middle;
	content: "";
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	border-top: none;
	border-left: none;
	transform: rotate(45deg) translate(-1px, -1px);
	transition: transform 0.3s ease;
}

/************************************************************************************************/
/* Dropdown Menu (Mobile-first)                                                                  */
/************************************************************************************************/

.solutions-group-title {
	color: #A4C8F6;
	font-size: 16px;
	padding: 14px 24px;
	cursor: default;
}

.dropdown-menu {
	background-color: transparent;
	padding: 10px 0;
	border-radius: 0;
	border: none !important;
	animation: none;
}

.dropdown-item {
	color: #FFFFFF;
	padding: 13px 0;
	margin-bottom: 0px;
}

.dropdown-item:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.dropdown-item:focus {
	background-color: transparent;
	border-radius: 6px;
	color: #FFFFFF;
}

.dropdown-item:hover {
	background-color: rgba(64, 135, 255, 0.3);
	border-radius: 6px;
	color: #FFFFFF;
}

.dropdown-item:active {
	background-color: rgba(64, 135, 255, 0.3);
	border-radius: 6px;
	color: #FFFFFF;
}

/************************************************************************************************/
/* Login Navbar                                                                                  */
/************************************************************************************************/

#loginNavbarNav .nav-item:nth-child(2) {
	margin: 0px 0px 0px 0px !important;
}

#loginNavbarNav .nav-item {
	margin: 0px 15px 10px 15px !important;
}

#loginNavbarNav .nav-item:last-child {
	margin: 15px 0px 20px 0px !important;
}

/************************************************************************************************/
/* Hamburger (Mobile)                                                                            */
/************************************************************************************************/

.navbar-toggler {
	border: none;
}

.navbar-toggler:focus {
	outline: none;
	box-shadow: none;
}

.hamburger-parent {
	position: absolute;
	right: 21px;
	top: 12px;
	padding-left: 2.5px;
	padding-right: 2.5px;
	height: 36px;
	padding-top: 2.5px;
}

.hamburger-icon {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 22px;
	height: 16px;
}

.hamburger-icon span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.navbar-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(2) {
	opacity: 0;
	transform: scaleX(0);
}

.navbar-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

/************************************************************************************************/
/* 按鈕：Login / Free Trial / Book a Pro                                                         */
/************************************************************************************************/

.button-b {
	font-weight: bold;
	padding: 0;
	height: 48px;
	line-height: 48px;
}

.login {
	background: transparent;
	color: #FFFFFF !important;
	border: solid 1px rgba(255,255,255,0.5);
	border-radius: 5px;
	min-width: 98px;	
	font-size: 16px;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.login:hover {
	background: #A0CCFF;
	color: #FFFFFF !important;
	border: solid 1px #A0CCFF;
}

.login:active {
	background: #4087FF;
	color: #FFFFFF !important;
	border: solid 1px #4087FF;
}

.free-trial {
	border-radius: 5px;
	background: #FFFFFF;
	color: #1a2744 !important;
	border: solid 1px transparent;
	min-width: 98px;
	font-size: 16px;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.free-trial:hover {
	background: #A0CCFF;
	color: #000F41 !important;
	border: solid 1px #A0CCFF;
}

.free-trial:active {
	background: #4087FF;
	color: #000F41 !important;
	border: solid 1px #4087FF;
}

.bookAPro {
	color: #FFFFFF !important;
	min-width: 98px;
	font-size: 16px;
	text-align: left;
}

.bookAPro:hover {
	color: #6B83E9 !important;
}

.col-offset {
	margin-top: 20px;
}

.login-margin {
	margin-top: 20px;
	margin-bottom: 10px;
}

.singup-margin {
	margin-bottom: 20px;
}

/************************************************************************************************/
/* Mobile Only (max-width: 991px)                                                                */
/************************************************************************************************/

body.nav-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

@media all and (max-width: 991px) {
	#navMenu.collapse.show {
		max-height: calc(100vh - 58px);
		max-height: calc(100dvh - 58px);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.dropdown-menu.show {
		animation: dropdownFadeIn 0.4s ease forwards;
	}

	@keyframes dropdownFadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}

	.nav-link {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding: 16px 0px 12px !important;
	}

	.nav-link.dropdown-toggle {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.dropdown-toggle::after {
		transform: rotate(-45deg);
		margin-left: 0;
		flex-shrink: 0;
	}

	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(-135deg);
	}

	.dropdown-toggle[aria-expanded="true"] {
		border-bottom: 1px solid #526BA8;
		padding-bottom: 12px !important;
	}

	.dropdown-menu-solutions  {
		padding: 0px 0px 10px 0px;
	}
	
	.solutions-group-title {
		color: #A4C8F6;
		font-size: 16px;
		padding: 15px 0px 10px 0px;
		cursor: default;
	}

	.dropdown-item {
		padding-left: 32px;
	}

	/* --- Login Navbar (Mobile) --- */
	#loginNavbarNav {
		padding: 0 20px;
	}

	#loginNavbarNav .divider {
		border-top: 1px solid #707070;
		margin-top: 10px;
		padding-top: 24px;
		list-style: none;
		padding-left: 0;
	}

	#loginNavbarNav .nav-item {
		padding: 0 !important;
		border-bottom: none !important;
		width: 100%;
	}

	#loginNavbarNav .nav-link {
		padding: 0 !important;
		width: 100%;
	}
}

/************************************************************************************************/
/* Desktop (min-width: 992px)                                                                    */
/************************************************************************************************/

@media all and (min-width: 992px) {

	/* --- RWD 切換 --- */
	.PC {
		display: block;
		pointer-events: auto;
	}

	.MB {
		display: none;
		pointer-events: none;
	}

	/* --- Navbar --- */
	.navbar {
		padding-right: 35px;
	}
	
	.bg-navbar {
		background-color: #00175F;
	}

	.navbar-brand {
		padding-left: 20px;
		height: 94px;
	}

	.logo-text {
		height: 24px;
		margin-left: 0;
		margin-bottom: 8px;
	}

	#navMenu {
		background-color: transparent;
		box-shadow: none;
	}

	.body-container {
		height: calc(100% - 94px);
	}

	.bg-inverse {
		background-color: rgb(42,54,104) !important;
	}

	/* --- Nav Item --- */
	.nav-item {
		cursor: pointer;
		padding: 0;
		font-size: 16px;
		background-color: transparent;
		border-bottom: none;
		width: 115px;
		text-align: center;
	}

	.nav-item.show {
		background-color: transparent;
	}

	/* --- Nav Link --- */
	.nav-link, .navbar-brand {
		color: #FFFFFF !important;
	}

	/* --- Dropdown Toggle 底線 --- */
	.nav-link.dropdown-toggle {
		padding: 10px 0 !important;
		border-bottom: 2px solid transparent;
		width: fit-content;
		margin: 0 auto;
	}

	.nav-item.show .nav-link.dropdown-toggle {
		border-bottom: 1px solid #FFFFFF;
		width: fit-content;
		margin: 0 auto;
	}

	.nav-item.show:has(.dropdown-closing) .nav-link.dropdown-toggle {
		border-bottom-color: transparent;
	}

	.dropdown-toggle[aria-expanded="true"]::after {
		transform: rotate(-135deg) translate(-1px, -1px);
	}

	/* --- Dropdown Menu --- */
	#normalNavbarNav .dropdown-menu {
		position: fixed;
		top: 94px;
		left: auto;
		right: auto;
	}

	.dropdown-menu {
		background-color: #000F41;
		box-shadow: 0 4px 16px 0 rgba(0,0,0,.4);
		padding: 24px 20px;
		border-radius: 10px;
		margin-top: 0;
	}

	.dropdown-menu.show {
		animation: dropdownSlideIn 0.3s ease forwards;
	}

	.dropdown-menu.dropdown-closing {
		animation: dropdownSlideOut 0.3s ease forwards !important;
		display: block !important;
	}

	@keyframes dropdownSlideIn {
		from { opacity: 0; transform: translateY(-8px); }
		to   { opacity: 1; transform: translateY(0); }
	}

	@keyframes dropdownSlideOut {
		from { opacity: 1; transform: translateY(0); }
		to   { opacity: 0; transform: translateY(-8px); }
	}

	/* --- Dropdown Item --- */
	.dropdown-item {
		color: #FFFFFF;
		padding: 14px 24px;
		margin-bottom: 0px;
		border-bottom: none;
	}

	.dropdown-item:first-child {
		border-top-left-radius: .5rem;
		border-top-right-radius: .5rem;
	}

	.dropdown-item:last-child {
		border-bottom-left-radius: .5rem;
		border-bottom-right-radius: .5rem;
	}

	.dropdown-item:focus {
		background-color: transparent;
		border-radius: 6px;
		color: #FFFFFF;
	}

	.dropdown-item:hover {
		background-color: rgba(64, 135, 255, 0.3);
		border-radius: 6px;
		color: #FFFFFF;
	}

	.dropdown-item:active {
		background-color: rgba(64, 135, 255, 0.3);
		border-radius: 6px;
		color: #FFFFFF;
	}

	/* --- Solutions Dropdown (多欄) --- */
	.dropdown-menu-solutions {
		flex-direction: row;
		min-width: 980px;
		padding: 24px 40px;
		position: fixed;
		top: 94px;
		left: 50%;
		margin-left: -430px;
	}

	.dropdown-menu-solutions.show {
		display: flex !important;
	}

	.dropdown-menu-solutions.dropdown-closing {
		display: flex !important;
	}

	.solutions-group {
		flex: 1;
		min-width: 0;
	}

	.solutions-group-title {
		color: #A4C8F6;
		font-size: 16px;
		padding: 14px 0 14px 24px;
		cursor: default;
	}

	.dropdown-menu-solutions .dropdown-item {
		border-top: none !important;
	}

	/* --- Login Navbar --- */
	#loginNavbarNav {
		display: flex;
		align-items: center;
	}

	#loginNavbarNav .divider {
		display: none;
	}

	#loginNavbarNav .nav-item {
		max-width: 130px;
		margin: 0px 8px 4px 0px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#loginNavbarNav .nav-link {
		width: 100%;
		text-align: center;
	}

	#loginNavbarNav .nav-item:nth-child(2) {
		margin: 0px 30px 0px 0px !important;
	}

	#loginNavbarNav .nav-item:last-child {
		margin: 0px !important;
	}

	/* --- 按鈕 --- */
	.button-b {
		font-weight: bold;
		padding: 0;
		height: 48px;
		line-height: 48px;
	}

	.login {
		background: transparent;
		color: #FFFFFF !important;
		border: solid 1px rgba(255,255,255,0.7);
		border-radius: 5px;
		min-width: 132px;
	}

	.login:hover {
		background: #A0CCFF;
		color: #FFFFFF !important;
		border: solid 1px #A0CCFF;
	}

	.login:active {
		background: #4087FF;
		color: #FFFFFF !important;
		border: solid 1px #4087FF;
	}

	.free-trial {
		background: #FFFFFF;
		color: #1a2744 !important;
		border: solid 1px transparent;
	}

	.free-trial:hover {
		background: #A0CCFF;
		color: #000F41 !important;
		border: solid 1px #A0CCFF;
	}

	.free-trial:active {
		background: #4087FF;
		color: #000F41 !important;
		border: solid 1px #4087FF;
	}

	.free-trial-parent {
		margin-left: 0px !important;
		transform: translateY(-3px);
	}

	.bookAPro {
		color: #11318F !important;
		min-width: 98px;
		font-size: 16px;
		text-align: left;
	}

	.col-offset {
		margin-top: 0px;
	}

	.login-margin {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.singup-margin {
		margin-bottom: 0px;
	}
}

/************************************************************************************************/
/* XL Desktop (min-width: 1200px)                                                                */
/************************************************************************************************/

@media all and (min-width: 1200px) {
	.nav-item {
		width: 160px;
	}
}

/************************************************************************************************/
/* 通用 Layout                                                                                   */
/************************************************************************************************/

.white-border-top {
	border-top: solid 1px #86888a;
	padding-top: 10px;
}

.top-msg {
	background-color: rgb(35,31,32);
	position: fixed;
	top: 0px;
	left: 0;
	height: 40px;
	width: 100%;
	z-index: 1000;
}

/************************************************************************************************/
/* Footer                                                                                        */
/************************************************************************************************/

/* --- Footer: Mobile First --- */
.footer-container {
	display: flex;
	flex-direction: column;
	max-width: 1400px;
	margin: auto;
	padding: 0 20px;
	color: #FFFFFF;
}

.footer-container .left-block {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.footer-container .right-block {
	width: 100%;
}

.footer-container .left-flex-box {
	display: flex;
	flex-direction: column;
}

.footer-container .social-media-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-container .social-media-icons {
	display: flex;
}

.footer-container .social-media-icons img {
	width: auto;
	height: auto;
	max-width: 25px;
	max-height: 100%;
	display: block;
	margin: 0 30px 0 0;
	filter: brightness(0) invert(1);
	transition: opacity 0.2s ease;
}

.footer-container .social-media-icons a:hover img {
	opacity: 0.6;
}

/* Override Bootstrap row with CSS Grid */
.footer-container .right-block .row {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	align-items: start;
	gap: 55px 20px;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

/* Reset Bootstrap col-* on item-box */
.footer-container .right-block .row > [class*="col-"],
.footer-container .item-box {
	flex: none !important;
	max-width: none !important;
	width: auto !important;
	padding: 0 !important;
	margin: 0;
}

.footer-container .item-box .item-title {
	color: #C7DCFF;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.footer-container .item-box .item-link {
	width: 100%;
	font-size: 16px;
	margin-bottom: 8px;
}

.footer-container .item-box .item-link a {
	width: 100%;
	outline: none;
	border: none;
	text-decoration: none !important;
	color: rgba(255,255,255,0.8);
	transition: color 0.2s ease;
}

.footer-container .item-box .item-link a:hover {
	color: #A0CCFF;
}

/* --- Footer: Tablet (≥768px) --- */
@media all and (min-width: 768px) {
	.footer-container {
		flex-direction: row;
		flex-wrap: wrap;
		padding: 0 30px;
	}

	.footer-container .left-block {
		width: auto;
		margin-bottom: 0;
		margin-right: 40px;
	}

	.footer-container .right-block {
		flex: 1;
	}

	.footer-container .right-block .row {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 24px;
	}
}

/* --- Footer: Desktop (≥1200px) --- */
@media all and (min-width: 1200px) {
	.footer-container {
		display: flex;
		flex-direction: row;
		gap: 0;
		padding: 0 30px;
	}

	.footer-container .left-block {
		margin-right: 40px;
	}

	.footer-container .right-block .row {
		display: flex !important;
		justify-content: flex-end;
		gap: 40px;
	}

	.footer-container .item-box {
		flex-shrink: 0;
	}

	.footer-container .item-box .item-title {
		white-space: nowrap;
	}

	.footer-container .item-box .item-link {
		white-space: nowrap;
	}
}

/************************************************************************************************/
/* Asteroom / Copyright                                                                          */
/************************************************************************************************/

/* --- Asteroom / Copyright: Mobile First --- */
.asteroom-container {
	display: flex;
	flex-direction: column;
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 20px 0;
	color: #FFFFFF;
}

.asteroom-container .left-block {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	order: 2;
	padding-top: 20px;
	border-top: 1px solid #898C97;
}

.asteroom-container .right-block {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	order: 1;
	margin-bottom: 20px;
	padding-top: 24px;
}

.asteroom-container .left-flex-box {
	display: flex;
	align-items: center;
}

.asteroom-container .left-flex-box img {
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 100%;
	filter: brightness(0) invert(1);
}

.asteroom-container .right-flex-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.asteroom-container .item-demarcation {
	width: 1px;
	height: 14px;
	background-color: rgba(255,255,255,0.5);
	margin: 0 24px;
}

.asteroom-container .item-privacy {
	font-size: 14px;
}

.asteroom-container .item-privacy a {
	outline: none;
	border: none;
	text-decoration: none !important;
	color: rgba(255,255,255,0.8);
	transition: color 0.2s ease;
}

.asteroom-container .item-privacy a:hover {
	color: #A0CCFF;
}

.asteroom-container .item-help {
	font-size: 13px;
	font-weight: bold;
}

.asteroom-container .item-number {
	font-size: 13px;
	margin-top: 4px;
}

.asteroom-container .item-opening {
	font-size: 13px;
	margin-top: 2px;
	color: rgba(255,255,255,0.7);
}

/* --- Asteroom: Tablet (≥768px) --- */
@media all and (min-width: 768px) {
	.asteroom-container {
		padding: 80px 30px 0;
	}

	.asteroom-container .item-help {
		font-size: 14px;
	}

	.asteroom-container .right-flex-box {
		flex-direction: row;
		align-items: center;
	}

	.asteroom-container .item-number {
		font-size: 14px;
		margin-top: 0;
		margin-left: 10px;
	}

	.asteroom-container .item-opening {
		font-size: 14px;
		margin-top: 0;
		margin-left: 10px;
	}

	.asteroom-container .item-privacy {
		font-size: 16px;
	}
}

/* --- Asteroom: Desktop (≥992px) --- */
@media all and (min-width: 992px) {
	.asteroom-container {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.asteroom-container .left-block {
		order: 1;
		border-top: none;
		padding-top: 0;
	}

	.asteroom-container .right-block {
		order: 2;
		margin-bottom: 0;
		justify-content: flex-end;
		padding-top: 0;
	}
}

/************************************************************************************************/
/* Bottom Bar                                                                                    */
/************************************************************************************************/

.bottom-block {
	background-color: #1a2744;
	min-height: 100px;
	padding-top: 50px;
	padding-bottom: 0;
	width: 100%;
}

.bottom-padding {
	padding: 20px 20px 120px;
	width: 100%;
	color: #FFFFFF;
	background-color: #1a2744;
}

.bottom-box {
	width: 100%;
	max-width: 1340px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.bottom-box-left {
	width: 100%;
	display: flex;
	align-items: center;
}

.bottom-box-right {
	width: 100%;
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.item-lang {
	display: flex;
	align-items: center;
}

.item-lang select {
	color: #FFFFFF;
	background-color: #1a2744;
	color-scheme: dark;
}

.item-lang select option {
	color: #1a2744;
	background-color: #FFFFFF;
}

.copy-right {
	color: rgba(255,255,255,0.5);
	font-size: 0.8em;
}

.logo-2 {
	width: 100%;
	max-width: 75px;
	transform: translateX(-10px);
}

.social-parent {
	align-items: flex-end;
	transform: translateY(20px);
}

.back-to-top-block {
	background-color: #1a2744;
	width: 100%;
	padding: 27px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.back-to-top-button {
	cursor: pointer;
	display: flex;
	align-items: center;
	-webkit-touch-callout: none;
	user-select: none;
	transition: transform 0.3s;
}

.back-to-top-button:hover {
	transform: translateY(-8px);
}

.back-text {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: rgba(255,255,255,0.6);
	margin-right: 10px;
}

.link-title {
	font-weight: bold;
	font-size: 1.125em;
	line-height: 60px;
	padding-bottom: 10px;
	cursor: default;
}

.lank-button a {
	color: inherit;
	text-decoration: inherit;
}

.lank-button, .lank-button a {
	font-size: 1em;
	cursor: pointer;
	outline: none;
	border: none;
	padding-bottom: 0.6em;
	text-decoration: none !important;
	color: #A8DFFF;
}

.lank-button-first {
	padding-top: 0.3em;
}

.link-block {
	display: flex;
	align-items: flex-start;
}

.link-img {
	width: 31px;
	margin-right: 14px;
	cursor: pointer;
}

.bottom-link-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 0%;
}

@media all and (min-width: 768px) {
	.bottom-padding {
		padding: 30px 30px 110px;
	}

	.bottom-box-left {
		width: auto;
	}

	.bottom-box-right {
		width: auto;
		margin-top: 0;
		flex: 1;
		justify-content: flex-end;
	}

	.bottom-block {
		padding-top: 60px;
	}
}

@media all and (min-width: 992px) {
	.copy-right {
		color: rgba(255,255,255,0.5);
		font-size: 0.875em;
	}

	.bottom-block {
		padding-top: 70px;
	}
}

/************************************************************************************************/
/* Cookie Bar                                                                                    */
/************************************************************************************************/

.cookiebar {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
	bottom: 0;
	min-height: 70px;
	background-color: rgba(0,0,0,.8);
	width: 100%;
	z-index: 999999;
	padding: 14px 18px;
	color: #fff;
	font-size: 14px;
}

.cookiebar-wrapper {
	max-width: 920px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.cookiebar-btn {
	display: inline-block;
	white-space: nowrap;
	margin-top: 8px;
	padding: 8px 16px;
	font-size: 14px;
	color: #353535;
	background-color: #f5f5f5;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

.cookiebar-btn:hover {
	background-color: #cccccc;
}

@media all and (min-width: 992px) {
	.cookiebar-text {
		margin-right: 16px;
	}

	.cookiebar-wrapper {
		flex-direction: row;
		align-items: center;
	}

	.cookiebar-btn {
		margin-top: 0px;
	}
}

/************************************************************************************************/
/* 工具類別                                                                                       */
/************************************************************************************************/

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-left {
	display: flex;
	align-items: center;
	justify-content: left;
}

.un-select {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.hide {
	display: none !important;
}

.h100 {
	height: 100% !important;
}
