/*=== 通用 ===*/
html,
body {
	font-size: 10px;
	font-family: "Helvetica", "sans-serif", "roboto", "微軟正黑體";
}

.text-orbitron {
	font-family: "Orbitron";
}

.text-exo {
	font-family: "Exo";
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

h1 {
	font-size: 4.2rem;
}

h2 {
	font-size: 3.2rem;
}

h3 {
	font-size: 2.6rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

a,
p,
span {
	font-size: 1.6rem;
	line-height: 33px;
	margin: 0;
	padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul,
ol,
li {
	padding: 0;
}

img {
	max-width: 100%;
}

.container-l {
	width: 1680px;
	max-width: 1680px;
	margin: 0 auto;
}

.container-m {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
}

.container-s {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}

.container-xs {
	width: 960px;
	max-width: 960px;
	margin: 0 auto;
}

.container-xxs {
	width: 800px;
	max-width: 800px;
	margin: 0 auto;
}

.form-group {
	margin-bottom: 0rem;
}

/*=== 表單 ===*/
.table {
	width: 100%;
	box-shadow: #00000020 0 1px 3px;
	border-radius: 15px;
}

.tr {
	border-bottom: 1px solid #ddd;
	display: flex;
	width: 100%;
	border-radius: 15px 15px 0 0;
}

.tr:first-child {
	background: linear-gradient(45deg, #8fd3f4 0%, #8AE7D1 100%) !important;
}

.tr:last-child {
	border-bottom: transparent;
	border-radius: 0 0 15px 15px;
}

.tr:nth-child(odd) {
	background-color: #ffffff;
}

.tr:nth-child(even) {
	background-color: #fafafa;
}

.tr:first-child {
	border: none;
}

.th {
	font-weight: bolder;
	color: #333;
	font-size: 1.8rem;
	padding: 1.5rem 0.5rem 1.5rem 0.5rem;
}

.th:first-child {
	font-size: 1.8rem;
	font-weight: bolder;
	color: #333;
	padding: 1.5rem 0.5rem 1.5rem 2.5rem;
}

.td {
	padding: 1.5rem 0.5rem 1.5rem 0.5rem;
	font-size: 1.6rem;
}

.td:first-child {
	font-size: 1.6rem;
	padding: 1.5rem 0.5rem 1.5rem 2.5rem;
}

.td p {
	line-height: 2.6rem;
	margin-bottom: .5rem;
}

.td span {
	font-size: 1.2rem;
}

label {
	font-size: 1.6rem;
	font-weight: 900;
}

.td-first {
	width: 30%;
}

.td-8 {
	width: 8%;
}

.td-10 {
	width: 10%;
}

.td-15 {
	width: 15%;
}

.td-20 {
	width: 20%;
}

.td-25 {
	width: 25%;
}

.td-75 {
	width: 75%;
}

.td-100 {
	width: 100%;
}

.td-btn {
	width: 10px;
}

.form-control {
	padding: 0 1rem;
	font-size: 1.6rem;
	border-radius: 5px;
	height: 4.5rem;
	margin-bottom: 3rem;
	margin-top: 0.5rem;
}

.form-control.auto {
	background: #eee;
}

.form-check-inline {
	margin-right: 2rem;
}

.form-control:focus {
	border-color: transparent;
	outline: none;
	border: none;
}

.tab-content {
	margin-top: 2rem;
}

.multiple-select {
	display: flex;
	flex-direction: column;
}

select#theSelect {
	display: none;
}

button.multiselect.dropdown-toggle.btn.btn-outline-secondary {
	height: 45px;
	border: 1px solid #ced4da;
	border-radius: 5px;
	color: #222;
	margin: 5px 0 30px 0;
}

.btn-outline-secondary:hover {
	background-color: #fff !important;
}

.dropdown-menu {
	border-radius: 0;
	padding: 1rem 0;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
	background-color: #fff;
}

/*=== 色彩 ===*/
:root {
	--first-color: #2B66F2;
	--second-color: #66E0A1;
	--third-color: #000;
	--fourth-color: #000;
	--fifth-color: #000;
	--sixth-color: #000;
	--seventh-color: #000;
	--eighth-color: #000;
	--ninth-color: #000;
	--text-color: #02002C;
}

.text-color-g {
	color: #86ac31;
}

.text-color-r {
	color: #d1495b;
}

.bk-color-g {
	background: #86ac31;
}

.bk-color-r {
	background: #d1495b;
}

/*=== 按鈕 ===*/
.btn-groups {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.btn-groups .btn:first-child {
	margin-right: 1.5rem;
}

.btn {
	transition: 0.3s ease;
	font-size: 1.6rem;
	margin: 0;
	border-radius: 30px 30px 30px 0;
	background: var(--second-color);
	color: #fff;
	letter-spacing: 1px;
	line-height: 2.75rem;
}

.btn-one {
	width: fit-content;
	cursor: pointer;
	gap: 0.4rem;
	font-weight: bold;
	border-radius: 3rem 3rem 3rem 0;
	text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
	background: linear-gradient(15deg, #F4983B, #F7B65A, #F9C253, #FAC452, #F7CD6F, #FAC452, #F9C253, #F7B65A, #F4983B) no-repeat;
	background-size: 300%;
	color: #fff;
	border: none;
	background-position: left center;
	transition: 0.3s ease;
}

.btn-two {
	width: fit-content;
	cursor: pointer;
	gap: 0.4rem;
	font-weight: bold;
	border-radius: 3rem 3rem 3rem 0;
	text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
	background: linear-gradient(15deg, #8fd3f4, #8DDAE7, #8CDEE0, #8BE1DA, #8AE7D1, #8BE1DA, #8CDEE0, #8DDAE7, #8fd3f4) no-repeat;
	background-size: 300%;
	color: #fff;
	border: none;
	background-position: left center;
	transition: 0.3s ease;
}

.btn-three {
	width: fit-content;
	cursor: pointer;
	gap: 0.4rem;
	font-weight: bold;
	border-radius: 3rem 3rem 3rem 0;
	text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
	background: linear-gradient(15deg, #F4983B, #F7B65A, #F9C253, #FAC452, #F7CD6F, #FAC452, #F9C253, #F7B65A, #F4983B) no-repeat;
	background-size: 300%;
	color: #fff;
	border: none;
	background-position: left center;
	transition: 0.3s ease;
}

.btn-one:hover,
.btn-two:hover,
.btn-three:hover {
	background-size: 320%;
	background-position: right center;
}

.btn:hover {
	color: #fff;
}

.btn:focus {
	box-shadow: none;
}

.btn-xl {
	width: 24rem;
	padding: 1rem;
}

.btn-l {
	width: 18rem;
	padding: 1rem;
}

.btn-s {
	padding: 0.8rem 2.4rem;
}

.btn-100 {
	width: 100%;
}

.end-btn {
	display: flex;
	justify-content: center;
	width: 100%;
}

/*=== display ===*/
.display-1400 {
	display: none;
}

.display-1280 {
	display: none;
}

.display-1200 {
	display: none;
}

.display-992 {
	display: none;
}

.display-768 {
	display: none;
}

.display-576 {
	display: none;
}

.display-480 {
	display: none;
}

/*=== header ===*/
.d-xl-block {
	text-align: end;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
	color: rgba(255, 255, 255, 1) !important;
}

.site-navbar .site-navigation .site-menu>li>a {
	padding: 0;
}

.site-navbar .site-navigation .site-menu>li>a {
	margin: 3rem 4rem;
	font-size: 1.8rem;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {

	font-size: 1.8rem;
}

.site-navbar .site-navigation .site-menu .has-children>a {
	position: relative;
	padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
	padding: 1.5rem 2rem;
	display: block;
	border-bottom: 1px solid #ddd;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	border-top: 2px solid var(--first-color);
	right: 0;
	left: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
	min-width: auto;
}

.sticky-wrapper.is-sticky .site-navbar {
	background: rgba(4, 4, 4, 0.9);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
	color: rgba(255, 255, 255, 1) !important;
}

/*=== footer ===*/
.footer-block {
	background-color: #02002C;
	position: relative;
	padding: 8rem 0 2rem 20px;
}

.footer-group {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.footer-item {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	color: #fff;
	font-size: 1.6rem;
}

.footer-item img {
	width: 30rem;
}

.footer-item a {
	text-decoration: none;
}

.footer-item-inner {
	display: flex;
	justify-content: end;
	align-items: baseline;
}

.footer-i img {
	width: 2rem;
	margin-right: 1rem;
}

.footer-info {
	text-align: left;
}

.footer-other {
	text-align: right;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-info span {
	display: block;
	margin-bottom: 1.5rem;
}

.footer-info span:last-child {
	margin-bottom: 0rem;
}

.footer-info span i {
	margin-right: 0.8rem;
}

.footer-social {
	display: flex;
	justify-content: end;
}

.footer-social i {
	color: var(--one-color);
	font-size: 3.2rem;
	margin-left: 4rem;
}

.social-item {
	margin: 0 1rem;
}

.footer-link {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.footer-btm {
	display: flex;
	justify-content: space-between;
	color: #ffffff;
}

.footer-social a {
	transition: 0.3s ease;
}

.footer-social a:hover {
	color: var(--second-color);
	transition: 0.3s ease;
}

/*=== popup ===*/
.modal-body p {
	margin-bottom: 0.5rem;
}

.modal-footer {
	justify-content: center;
	padding: 1.5rem 0;
}

/*=== float ===*/
.floating-button {
	position: fixed;
	z-index: 999;
	right: 60px;
	bottom: 10%;
	z-index: 998;
}

.f-search a,
.f-top a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: linear-gradient(45deg, #f5ab60 0%, #fee140 100%);
	border-radius: 99px;
	width: 60px;
	height: 60px;
	color: #333;
	box-shadow: #00000020 0 1px 3px;
	margin-top: 1.5rem;
}

a.f-item-top {
	background: linear-gradient(45deg, #8fd3f4 0%, #8AE7D1 100%);
}

.f-top {
	margin-top: 2rem;
	transition: 0.3 ease;
}

.f-top a:hover {
	transform: scale(1.1);
}

.f-top i {
	padding-top: 0.5rem;
}

.f-top span {
	font-size: 1.4rem;
	line-height: 2.5rem;
}

/* search */
.search-wrapper {
	position: absolute;
	right: 0%;
	bottom: 8rem;
}

.search-wrapper .input-holder {
	height: 60px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0);
	position: relative;
	transition: 0.3s ease;
}

.search-wrapper.active .input-holder {
	width: 450px;
	border-radius: 99px;
	background: #fff;
	transition: 0.3s ease;
	box-shadow: inset 0 0 5px #00000030;
}

.search-wrapper .input-holder .search-input {
	width: 100%;
	height: 60px;
	padding: 0px 70px 0 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: transparent;
	outline: transparent;
	font-size: 16px;
	transform: translate(0, 60px);
	transition: 0.3s ease;
	transition-delay: 0.3s;
	background: transparent;
}

.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	transform: translate(0, 0px);
	color: #666;
	background: transparent;
}

.search-wrapper .input-holder .search-icon {
	width: 60px;
	height: 60px;
	border: transparent;
	outline: transparent;
	border-radius: 99px;
	background: linear-gradient(45deg, #f5ab60 0%, #fee140 100%);
	padding: 0px;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	transition: 0.3s ease;
}

.search-wrapper.active .input-holder .search-icon {
	width: 60px;
	height: 60px;
	border-radius: 30px;
}

.search-wrapper .input-holder .search-icon span {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transform: rotate(45deg);
	transition: 0.3s ease;
}

.search-wrapper .input-holder .search-icon span {
	transform: rotate(-45deg);
}

.search-wrapper.active .input-holder .search-icon span {
	transform: rotate(45deg);
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
	position: absolute;
	content: '';
}

.search-wrapper .input-holder .search-icon span::after {
	width: 2px;
	height: 12px;
	right: 9px;
	top: 12px;
	background: #333;
}

.search-wrapper .input-holder .search-icon span::before {
	width: 14px;
	height: 14px;
	left: 5px;
	top: 0px;
	border-radius: 16px;
	border: 2px solid #333;
}

.search-wrapper .close {
	position: absolute;
	z-index: 1;
	top: 24px;
	right: 20px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: 0.3s ease;
	transition-delay: 0.3s;
}

.search-wrapper.active .close {
	right: -40px;
	top: 1.75rem;
	transform: rotate(45deg);
	transition: 0.3s ease;
	transition-delay: 0.3s;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
	position: absolute;
	content: '';
	background: #333;
	border-radius: 99px;
}

.search-wrapper .close::before {
	width: 5px;
	height: 25px;
	left: 10px;
	top: 0px;
}

.search-wrapper .close::after {
	width: 25px;
	height: 5px;
	left: 0px;
	top: 10px;
}

/*=== content ===*/
.content-block {
	margin: 10rem 0;
}

.modal-content {
	border-radius: 2rem;
}

.modal-header {
	padding: 2rem 1.5rem 1.25rem;
	border-radius: 2rem 2rem 0 0;
}

.modal-header .close {
	margin: -1.5rem -1rem -1rem auto;
}

.modal-title {
	font-weight: bold;
}

.modal-body {
	padding: 2rem 1.5rem;
}

.modal-body-2 {
	height: 500px;
	overflow-y: scroll;
}

.modal-body-2 p {
	margin-bottom: 2rem;
}

.close {
	font-size: 2.5rem;
}

.content {
	margin-top: 4rem;
}

.title-block {
	position: relative;
}

.title {
	width: 100%;
	position: relative;
	display: block;
}

.title h1 {
	font-size: 6.8rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
	color: var(--text-color);
	margin-top: 14rem;
	background: #fff;
	padding-right: 2rem;
}

.title:before {
	background: #ffffff;
	z-index: 0;
	display: inline-block;
}

.title:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0.5rem;
	background: linear-gradient(to right, #66e0a1 45%, #2b66f2 100%);
	left: 0;
	bottom: 40px;
	z-index: -2;
}

.panel {
	background: #fff;
	box-shadow: #00000020 0 1px 3px;
	position: relative;
}

.cards {
	position: relative;
}

.cards::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 0.125rem solid transparent;
	background: linear-gradient(45deg, #ffffff, #aaa) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.article p,
.article img {
	line-height: 39px;
	letter-spacing: 0.5px;
	margin-bottom: 2rem;
}

.article a {
	transition: 0.3s ease;
}

.article-sp a:hover {
	color: var(--one-color);
}

/*=== crumbs ===*/
.breadcrumb-block {
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 6rem;
	padding: 0.5rem 0;
	border-left: 0;
	border-right: 0;
}

.breadcrumb-block i {
	padding-right: 1rem;
}

.breadcrumb {
	background: transparent;
	padding: 0;
	letter-spacing: .75px;
}

.breadcrumb-block a {
	color: #777777;
	transition: 0.3s ease;
}

.breadcrumb-block a:hover {
	color: #333;
}

.breadcrumb-item+.breadcrumb-item::before {
	font-family: "DFKai-sb";
	content: ">";
}

/*=== 頁籤 ===*/
.nav-tabs {
	border-bottom: none;
}

.nav-tabs .nav-link {
	margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
	border: var(--bs-nav-tabs-border-width) solid transparent;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 2rem;
	padding: 1.5rem 4rem;
	background: #2B66F230;
	color: var(--text-color);
	margin-right: 2.5rem;
	border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background: var(--first-color);
	color: #ffffff;
}

.card-group {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/* 卡片靠左對齊 */
	gap: 2rem;
	/* 控制卡片間距 */
}


.card-group>.card {
	flex: inherit;
	margin-bottom: 0;
}

.card-num {
	position: absolute;
	left: 2.5rem;
	top: -70px;
	font-size: 15rem;
	font-weight: bold;
	z-index: 99;
	background: linear-gradient(90deg, #2C67F2, #FFFFFF 50%, #67E0A2 100%);
	background: -webkit-linear-gradient(90deg, #2C67F2 25%, #FFFFFf 50%, #67E0A2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 15rem;
}

.card-item {
	position: relative;
	/* width: 30% !important; */
	width: calc((100% - 4rem) / 3);
	margin-top: 9rem;
	transition: 0.5s ease;
}

.card-item:hover {
	box-shadow: inset 0 0 0.55em 0em var(--first-color);
	border-color: var(--first-color);
	transition: 0.5s ease;
}

.card-item a {
	position: relative;
	color: var(--text-color);
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	background: #ffffff50;
}

.card-item h2 {
	font-weight: bold;
}

.card-content {
	padding: 2.5rem;
}

.card-time {
	font-size: 1rem;
	color: #666666;
	margin: 0.5rem 0 1rem;
}

.card-time span {
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.card-date {
	padding-left: 0.8rem;
}

.more {
	font-size: 1.6rem;
	margin: 3rem 0 0 0;
	color: var(--first-color);
}

.more i {
	padding-left: 1.2rem;
	color: var(--text-color);
}

.fa-solid,
.fas {
	color: #ffffff;
}

/* sp-area */
.sp-1 {
	margin-top: 3rem;
}

.sp-2 {
	background: var(--First-color);
	width: 115px;
	height: 5px;
	box-shadow: var(--First-color) 0px 1px 3px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	border-radius: 0 0 99px 99px;
}

.sp-3 {
	background: #000000 !important;
	color: #ffffff !important;
}

.sp-4 {
	margin-top: 10rem;
	margin-bottom: 3rem;
	background: #fff;
	height: 1px;
}

.sp-5::after {
	display: none;
}

img.sp-6 {
	color: var(--second-color);
	padding-left: 1rem;
	width: 4.5rem;
}

.sp-7 {
	display: flex !important;
	justify-content: baseline;
	align-items: center;
}

.sp-7 img {
	width: 1.8rem;
	margin-right: 0.5rem;
}

.sp-8 {
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.3);
}

/*======================================== RWD ========================================*/
@media(max-width:1750px) {

	/*======================================== 1750 ========================================*/
	.container-l {
		width: 95%;
	}
}

@media(max-width:1450px) {

	/*======================================== 1450 ========================================*/
	.footer-item {
		width: 37%;
	}

	.footer-item.footer-item-sp {
		width: 20%;
		margin-right: 5%;
	}

	.footer-item-sp img {
		width: 20rem;
	}


}

@media(max-width:1360px) {

	/*======================================== 1360 ========================================*/
	/*=== 通用 ===*/
	/*=== 表單 ===*/
	/*=== 按鈕 ===*/
	/*=== display ===*/
	.display-1400 {
		display: block;
	}

	.displaynone-1400 {
		display: none;
	}

	/*=== header ===*/
	.site-navbar .site-navigation .site-menu>li>a {
		margin: 2rem 3rem;
		font-size: 1.6rem;
	}

	h1.mb-0.site-logo img {
		width: 20rem;
		padding: 2rem 0;
	}

	.col-6.d-inline-block.d-xl-none.ml-md-0.py-3 {
		text-align: end;
	}

	.icon-menu:before {
		content: "\e5d2";
		font-size: 3.2rem;
	}

	/*=== footer ===*/
	/*=== popup ===*/
	/*=== float ===*/
	/*=== table ===*/
	/*=== content ===*/
	/*=== crumbs ===*/
}

@media(max-width:1280px) {

	/*======================================== 1280 ========================================*/
	/*=== 通用 ===*/
	.container-s {
		width: 95%;
	}

	/*=== 表單 ===*/
	/*=== 按鈕 ===*/
	/*=== display ===*/
	.display-1280 {
		display: block;
	}

	.displaynone-1280 {
		display: none !important;
	}

	/*=== header ===*/
	.logo {
		padding: 0 0 0 2rem;
	}

	/*=== footer ===*/
	/*=== popup ===*/
	/*=== float ===*/
	/*=== table ===*/
	/*=== content ===*/
	/*=== crumbs ===*/
}

@media(max-width:1200px) {
	/*======================================== 1200 ========================================*/
	/*=== 通用 ===*/

	/*=== 表單 ===*/
	.tr {
		border-bottom: 1px solid #ddd;
		display: flex;
		width: 100%;
		border-radius: 15px 15px 0 0;
		align-items: center;
	}

	.td-first {
		width: calc(100% - 120px);
	}

	/*=== 按鈕 ===*/
	/*=== display ===*/
	.display-1200 {
		display: block !important;
	}

	.displaynone-1200 {
		display: none !important;
	}

	/*=== header ===*/
	/*=== footer ===*/
	.footer-group {
		flex-direction: column;
		justify-content: flex-start;
		align-items: baseline;
	}

	.footer-item {
		width: 100%;
		margin-bottom: 4rem;
	}

	.footer-item-sp img {
		width: 30rem;
	}

	/*=== popup ===*/
	/*=== float ===*/
	/*=== table ===*/
	/*=== content ===*/
	/*=== crumbs ===*/

	.sp-4 {
		margin-top: 4rem;
	}

}

@media(max-width:992px) {

	/*======================================== 992 ========================================*/
	/*=== 通用 ===*/
	.display-992 {
		display: block;
	}

	.displaynone-992 {
		display: none;
	}

	.container-xs {
		width: 90%;
	}

	/*=== 表單 ===*/
	/*=== 按鈕 ===*/
	/*=== display ===*/
	/*=== header ===*/
	/*=== footer ===*/
	/*=== popup ===*/
	/*=== float ===*/
	/*=== table ===*/
	/*=== content ===*/
	/*=== crumbs ===*/
	.breadcrumb-block {
		margin-bottom: 4rem;
	}
}

@media(max-width:850px) {

	/*======================================== 850 ========================================*/
	/*=== 通用 ===*/
	.container-xxs {
		width: 90%;
	}

	/*=== footer ===*/
	.footer-group {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-item {
		width: 100%;
	}

	.footer-item.footer-other {
		text-align: left;
		margin: 2rem 0 0 0;
	}

	.footer-social {
		display: flex;
		justify-content: flex-start;
	}

	.footer-social i {
		font-size: 2.6rem;
		margin-left: 0rem;
		margin-right: 3rem;
	}

	.footer-item.footer-other p {
		font-size: 1.2rem;
	}

	.footer-link {
		margin-top: 1rem;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.footer-link a {
		width: 50%;
		margin-bottom: 1.5rem;
	}

	.footer-bottom .container-l {
		flex-direction: column;
	}

	span.copyright {
		margin-top: 2rem;
	}
}

@media(max-width:768px) {

	/*======================================== 768 ========================================*/
	/*=== 通用 ===*/
	/*=== 表單 ===*/
	tr th {
		border-radius: 1rem 1rem 0 0 !important;
	}

	td span {
		font-size: 1.6rem;
		display: block;
		margin-bottom: .5rem;
	}

	/*=== 按鈕 ===*/
	/*=== display ===*/
	.display-768 {
		display: block;
	}

	.displaynone-768 {
		display: none;
	}

	/*=== header ===*/

	/*=== footer ===*/
	.footer-btm {
		display: flex;
		justify-content: space-between;
		color: #ffffff;
		flex-direction: column-reverse;
	}

	/*=== popup ===*/
	/*=== float ===*/
	.floating-button {
		right: 60px;
		bottom: 5%;
	}

	/*=== table ===*/
	/*=== content ===*/
	.content-block {
		margin: 6rem 0;
	}

	.title {
		margin-bottom: 2rem;
	}

	.title:after {
		height: 0.25rem;
		bottom: 25px;
	}


	/*=== crumbs ===*/
	.breadcrumb-block {
		position: relative;
	}
}

@media(max-width:576px) {

	/*======================================== 576 ========================================*/
	/*=== 通用 ===*/
	/*=== 表單 ===*/
	th,
	td {
		padding: 1.25rem;
	}

	.tr {
		flex-direction: column;
	}

	.th:first-child {
		padding: 1.5rem;
	}

	.td-first {
		width: 100%;
	}

	.td:first-child {
		font-size: 1.6rem;
		padding: 1.5rem;
		padding-top: 2.5rem;
	}

	.td:last-child {
		width: 100%;
		padding: 0;
	}

	.td:last-child a {
		width: 100%;
		display: block;
		border-radius: 0;
		padding: 1.5rem;
	}

	.tr:last-child a {
		border-radius: 0 0 1rem 1rem;
	}


	/*=== 按鈕 ===*/
	/*=== display ===*/
	.display-576 {
		display: block;
	}

	.displaynone-576 {
		display: none;
	}

	/*=== header ===*/
	/*=== footer ===*/
	.footer-block {
		margin-top: 0rem;
		padding-top: 4rem;
		padding-bottom: 6rem;
	}

	.footer-count {
		justify-content: space-between;
		width: 100%;
	}

	/*=== popup ===*/
	/*=== float ===*/
	.floating-button {
		position: fixed;
		bottom: 0;
		display: flex;
		justify-content: space-between;
		align-items: baseline;
		width: 100%;
		right: 0;
		left: 0;
	}

	.f-top {
		width: 100%;
		border-radius: 0;
		margin-top: 0rem;
	}

	.f-top a {
		width: 100%;
		border-radius: 0;
		background: var(--one-color);
		color: #fff;
	}

	.search-wrapper {
		right: 5%;
	}

	.search-wrapper.active .input-holder {
		width: 250px;
	}

	.search-wrapper.active .close {
		right: 6%;
		top: -4rem;
	}

	.search-wrapper .close {
		right: 6%;
	}

	.search-wrapper.active .close {

		transition: 0.3s ease;
		transition-delay: 0.3s;
	}

	.search-wrapper .close {
		position: absolute;
		z-index: 1;
		top: 24px;
		right: 12%;
		width: 25px;
		height: 25px;
		cursor: pointer;
		transform: rotate(-180deg);
		transition: 0s ease;
		transition-delay: 0s;
	}

	/*=== table ===*/
	/*=== content ===*/
	.news-block {
		padding: 2rem 0rem;
	}

	.inner-news-block.news-block {
		padding: 0;
	}

	/*=== crumbs ===*/

	.sp-1 {
		padding: 2rem !important;
	}
}

@media(max-width:480px) {

	/*======================================== 480 ========================================*/
	/*=== 通用 ===*/
	/*=== 表單 ===*/
	.form-control {
		padding: 0 1rem;
		font-size: 1.6rem;
		border: 1px solid #ddd;
		height: 4.5rem;
		margin-bottom: 2.5rem;
		margin-top: 0.5rem;
	}

	/*=== 按鈕 ===*/

	.modal-footer .btn-groups {
		width: 90%;
	}

	.btn-groups .btn {
		margin-bottom: 0rem;
	}

	.btn-groups .btn:first-child {
		margin-right: 1rem;
	}

	.btn-s {
		padding: 0.8rem 2rem;
	}

	.btn-l {
		width: 100%;
	}

	.end-btn a {
		width: 100%;
	}

	/*=== display ===*/
	.display-480 {
		display: block;
	}

	.displaynone-480 {
		display: none;
	}

	/*=== header ===*/
	a.navbar-brand img {
		width: 18.5rem;
	}

	.navbar {
		padding: 0;
		margin-top: 2.5rem;
	}

	.navbar-toggler {
		padding: 0.55rem 1rem;
	}

	/*=== footer ===*/
	.footer-count {
		flex-direction: column;
	}

	.footer-count div {
		margin: 0.25rem 0;
	}

	/*=== popup ===*/
	/*=== float ===*/
	/*=== table ===*/
	/*=== content ===*/
	.news .nav-tabs .nav-link {
		padding: 0.75rem 1rem;
	}

	.news .nav-tabs .nav-link.active {
		padding: 0.75rem 1rem;
	}

	/*=== crumbs ===*/

}

@media(max-width:420px) {
	/*======================================== 420 ========================================*/
	/*=== 通用 ===*/
	/*=== 表單 ===*/
	/*=== 按鈕 ===*/
	/*=== display ===*/
	/*=== header ===*/
	/*=== footer ===*/
	/*=== popup ===*/
	/*=== float ===*/
	/*=== content ===*/
	/*=== crumbs ===*/
}

.nav-head {
	height: 9.5rem;
	background-color: black;
}