/*====================================
# 主色調
==================================== */

:root {
	--c1: #16dfea;
	--c2: #10dba4;
	--c3: #66d3b1;
	--c4: #08219b;
	--black: #090f30;
	scroll-padding-top: 3rem;
	/* 錨點位移 */
	scroll-behavior: smooth;
}

/*====================================
# 共同設定
==================================== */

html {
	scroll-behavior: smooth;
}

body {
	font-size: 18px;
	line-height: 1.8;
	color: #fff;
	font-family: "Roboto", "Noto Sans TC", Arial, "微軟正黑體", "新細明體", Helvetica, sans-serif;
}

section {
	position: relative;
	padding: 3rem 1rem 6rem;
	overflow: hidden;
}

p {
	color: #fff;
	font-size: 21px;
}

strong {
	font-weight: 800;
}

section {
	position: relative;
	padding: 3rem 1rem;
	z-index: 1;
}

::selection {
	color: var(--black);
	background-color: #16dfea;
}

a {
	word-break: break-word;
	color: var(--c1);
}

a:hover {
	color: var(--c2);
	text-decoration: none;
}

.top-title {
	color: #fffd8c;
	margin-bottom: 20px;
}

@media (max-width: 576px) {
	.top-title {
		font-size: 2rem;
	}
}

hr {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.main-title {
	display: inline-block;
	font-size: 2.4rem;
	position: relative;
	text-align: center;
	font-size: 2.5rem;
	margin: 2rem -0.2rem 2rem 0;
	letter-spacing: 0.2rem;
}

.main-title::before,
.main-title::after {
	content: "";
	background-size: contain;
	position: absolute;
	top: 0;
	width: 90px;
	height: stretch;
}

.main-title::before {
	background: url(../img/deco.svg) bottom left no-repeat;
	left: -5rem;
}

.main-title::after {
	background: url(../img/deco2.svg) bottom right no-repeat;
	right: -5rem;
}

@media (max-width: 576px) {
	.main-title::before {
		background: none;
	}

	.main-title::after {
		background: none;
	}
}

.title-b {
	color: #08219b;
}

.second-title {
	font-size: 2rem;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

[data-aos="blur-fade-in"] {
	-webkit-filter: blur(12px);
	filter: blur(12px);
	opacity: 0;
}

[data-aos="blur-fade-in"].aos-animate {
	-webkit-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
}

/* link */
.a-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.m-btn,
.m-second-btn {
	line-height: 1;
	position: relative;
	display: block;
	margin: 1rem auto;
	width: 280px;
	font-size: 20px;
	text-align: center;
	background-color: var(--c1);
	border: 2px solid var(--c4);
	color: var(--c4);
	padding: 1em;
	font-weight: 500;
	border-radius: 50px;
	letter-spacing: 0.4rem;
	box-shadow: 0 3px 15px #09196d;
}

.m-btn:hover,
.m-second-btn:hover {
	color: var(--c4);
}

.m-second-btn {
	width: 220px;
	padding: 0.5em;
	margin: 1rem 0;
	transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.m-second-btn:hover {
	transform: translateY(-2px);
}

.m-second-btn:active {
	transform: translateY(1px);
	box-shadow: inset 0 2px 10px #0d95e4;
}

.wobble-vertical:hover,
.wobble-vertical:focus {
	-webkit-animation: wobble-vertical 1s ease-in-out 1;
	animation: wobble-vertical 1s ease-in-out 1;
}

.wobble-vertical:active {
	transform: scale(0.95);
}

@keyframes wobble-vertical {
	16.65% {
		transform: translateY(8px);
	}

	33.3% {
		transform: translateY(-6px);
	}

	49.95% {
		transform: translateY(4px);
	}

	66.6% {
		transform: translateY(-2px);
	}

	83.25% {
		transform: translateY(1px);
	}

	100% {
		transform: translateY(0);
	}
}

.go-back {
	position: absolute;
	font-size: 28px;
	z-index: 10;
	transform: translate(-200%, -20%);
}

.go-back a {
	color: #121212;
	transition: all 0.2s ease-in-out;
}

.go-back a:hover {
	color: var(--main-color);
}

@media (max-width: 576px) {
	.go-back {
		display: none;
	}
}

/* share-btn */
.info-icon {
	padding: 1rem 0 1.5rem;
}

.icon-box {
	position: relative;
	margin-right: 5px;
	display: inline-block;
	background-color: var(--c1);
	color: var(--c4) !important;
	border-radius: 50%;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.icon-box:hover {
	color: var(--c4) !important;
	transform: translateY(-2px);
}

.icon-box:active {
	transform: translateY(1px);
	box-shadow: inset 0 2px 10px #0d95e4;
}

/*====================================
# sec-foreword
==================================== */
.sec-foreword {
	background-color: #08219b95;
	backdrop-filter: blur(10px);
	border-radius: 2rem;
}

.foreword {
	font-size: 1.25rem;
	margin: 3.5rem 0 1rem;
	line-height: 2.1;
	font-weight: 400;
}

.sec-foreword h3 {
	color: var(--c3);
	margin: 1.5rem 0;
}

.foreword-box {
	background-color: #0a1c77;
	border: 1px solid #163cea;
	border-radius: 15px;
	padding: 1.4rem 1.5rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}

.foreword-box i {
	color: var(--c2);
	padding-left: 8px;
}

.foreword-box h4 {
	color: var(--c2);
}

.foreword-box p {
	font-size: 19px;
	margin-bottom: 0;
}

/*====================================
# sec-traffic
==================================== */
.sec-traffic {
	overflow: visible;
	position: relative;
	border-radius: 2rem;
	background: -webkit-linear-gradient(0deg, var(--c4), rgba(0, 69, 173, 0.8));
	background: linear-gradient(0deg, var(--c4), rgba(0, 69, 173, 0.8));
}

.sec-traffic .img-box {
	border-radius: 15px;
	border: 2px solid var(--Color2);
}

.sec-traffic .trf-box {
	padding: 30px;
	background: linear-gradient(45deg, var(--black) 0%, var(--c4) 100%);
	border-radius: 15px;
}

.sec-traffic .img-box-sm {
	border-radius: 15px;
	background-color: #fff;
	padding-right: 0;
	padding-left: 0;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
}

.sec-traffic .btn-map {
	color: var(--c1);
}

.sec-traffic .btn-map:hover {
	color: var(--c2);
}

.sec-traffic h3 {
	letter-spacing: -1px;
	font-weight: 600;
	line-height: 1.5;
	font-size: 30px;
}

.sec-traffic h5 {
	margin-top: 15px;
	margin-left: 27px;
}

.sec-traffic span {
	font-size: 22px;
}

.metro,
.bus {
	position: relative;
}

.metro h5::before,
.bus h5::before {
	display: inline-block;
	position: absolute;
	left: -10px;
	top: 0;
	width: 30px;
	height: auto;
	text-align: center;
	vertical-align: bottom;
}

.metro h5::before {
	content: url(../img/icon/metro.svg);
}

.bus h5::before {
	content: url(../img/icon/bus.svg);
}

@media (max-width: 992px) {
	.sec-traffic .img-box-sm {
		border-radius: 0.5em;
	}

	.sec-traffic::before {
		width: 200px;
		height: 355px;
	}
}

/*====================================
# sec-job
==================================== */
.sec-job {
	position: relative;
}

.sec-job .job-box {
	background-color: #fff;
	border-radius: 0.5em;
	padding: 1.5rem;
}

.sec-job .info {
	font-size: 1.25rem;
	line-height: 2.1;
	padding: 2rem 4rem 1.6rem;
	border: 1px solid #fff;
	border-radius: 2rem;
	backdrop-filter: blur(15px);
	box-shadow: 0 0 10px #00000022;
}

@media (max-width: 1245px) {
	.sec-job .job-box {
		min-height: 250px;
	}
}

@media (max-width: 992px) {
	.sec-job .job-box {
		min-height: 380px;
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.sec-job .job-box {
		min-height: 450px;
	}

	.sec-job .info {
		padding: 2rem 0.5rem 2rem;
	}
}

@media (max-width: 576px) {
	.sec-job .job-box {
		min-height: 600px;
	}
}

.carousel-inner {
	border-radius: 0.5em;
}

.carousel-item {
	position: relative;
}

.carousel-job .carousel-indicators {
	bottom: -3.5rem;
	right: 0;
	left: 0;
	margin: 0;
}

.carousel-job .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: var(--c1);
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 100%;
}

.job-list {
	list-style: none;
	padding-left: 20px;
	margin: 0;
}

.job-list li {
	position: relative;
	color: #45446e;
}

.job-list li::before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: var(--c1);
	left: -15px;
	top: 13px;
}

.sec-job .m-second-btn {
	width: 250px;
	margin: 5rem auto 0;
}

/*====================================
    sec-partner
==================================== */

.sec-partner {
	margin: 0 3rem 2rem;
	padding: 1.5rem 0.5rem;
	background-color: #fff;
	border-radius: 2rem;
}

@media (max-width: 767px) {
	.sec-partner {
		margin: 1rem;
	}
}

.sec-partner hr {
	border-top: 1px solid #eee;
}

.sec-partner .level-title {
	color: var(--c4);
	text-align: center;
	font-weight: 500;
	font-size: 23px;
	letter-spacing: 0.3rem;
	padding: 20px 0 0;
}

.partner-img {
	position: relative;
}

.partner-img img {
	transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.partner-img:hover img {
	transform: translateY(-2px);
}

.partner-img:active img {
	transform: translateY(1px);
}
