/*=== 通用 ===*/
html {
	font-size: 10px;
}

body {
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: "Arial", "sans-serif", "roboto", "微軟正黑體";
	background: #F7F7F7;
}

a {
	color: #333;
}

a:hover {
	color: #333;
	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,
li,
div {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

ul,
ol,
li {
	padding: 0;
}

img {
	width: 100%;
}

.container-l {
	width: 1520px;
	max-width: 1520px;
	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: .5rem;
	padding: 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;
}

/* 確保登出按鈕的字型大小和行高與其他 dropdown-item 一致 */
.dropdown-menu form {
	margin: 0;
}

.dropdown-menu .dropdown-item {
	font-size: 1.6rem;
	line-height: 2.5;
}

button.dropdown-item {
	width: 100%;
	padding: 0.25rem 1.5rem;
	border: 0;
	background: transparent;
	text-align: left;
	font-size: 1.6rem;
	line-height: 2.5;
	font-family: inherit;
	font-weight: inherit;
}

/*=== 色彩 ===*/
:root {
	--one-color: #7F1084;
	--two-color: #221814;
	--three-color: #B26CB5;
	--four-color: #333;
	--five-color: #fff;
	--six-color: #ddd;
	--seven-color: #aaa;
}

.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;
	background: var(--second-color);
	color: #fff;
	letter-spacing: 1px;
	line-height: 2.75rem;
	border-radius: 1rem;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: var(--one-color) !important;
	border-color: var(--one-color) !important;
	color: #fff !important;
}

.btn-one {
	width: fit-content;
	cursor: pointer;
	gap: 0.4rem;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
	background: var(--one-color);
	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%;
}

.btn-index{
	padding: 1.5rem;
	width: auto;
	display: inline-block;
}

/*=== 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 ===*/
.header-block {
    margin: 2rem 0;
}

.bg-light {
	background-color: #fff !important;
}

.navbar {
    width: 100%;
    border-radius: 1rem;
    line-height: 10rem;
    padding: 2rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    height: 4.5rem;
    line-height: 4.5rem;
}

.navbar-light .navbar-nav .dropdown .nav-link {
    color: #333;
}

.navbar-light .navbar-nav .dropdown .nav-link:hover {
    color: #7F1084;
}

nav {
	margin: 0;
	box-shadow: #00000020 0 1px 3px;
}

.logo img {
    width: 20rem;
}

.logo {
	margin-right: auto;
}

.system-name {
	font-size: 2rem;
	line-height: 1.4;
	color: #333;
}

.nav-login {
	background: #7F1084;
}

.navbar-expand-xl .navbar-nav .nav-link {
	padding: 0 2rem;
	display: block;
	font-size: 1.6rem;
}

.nav-login {
    background: var(--one-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    border-radius: 5px;
    margin-left: 1.5rem;
}

.nav-login a {
	font-size: 1.6rem;
	color: #fff;
	display: block;
	text-align: center;
}

.lan-group{
	background: var(--two-color);
	border-radius: 5px;
}

.lan-group a{
	color: #fff;
	}

.lan-group a:hover {
	color: #fff;
}

.navbar-light .navbar-nav .lan-group .nav-link:hover {
	color: #fff;
}

.navbar-nav-lang {
	flex-direction: row;
	align-items: center;
	order: 2;
	margin-left: 0;
	margin-bottom: 0;
}

.navbar-nav-lang .lan-group {
	margin-left: 0;
}

.navbar-nav-lang .nav-link {
	border-top: 0 !important;
	padding: 0 1rem;
}

/* === EN / 登入 header 按鈕：統一設計，色塊放在 <a> 本身、等高 === */
.navbar-nav-lang .lan-group,
.nav-login {
	background: transparent !important;
	display: flex;
	align-items: center;
	height: auto !important;
	min-height: 0;
	padding: 0 !important;
	margin: 0 0 0 1rem !important;
	border-radius: 0 !important;
}
.navbar-nav-lang .lan-group .nav-link,
.nav-login a {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	height: 4rem;
	padding: 0 1.6rem !important;
	border-radius: 6px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	color: #fff !important;
	white-space: nowrap;
}
.navbar-nav-lang .lan-group .nav-link {
	background: var(--two-color);
}
.nav-login a {
	background: var(--one-color);
	width: auto;
}

.navbar-collapse {
	order: 3;
	flex-grow: 0;
	flex-basis: auto;
	width: auto;
	margin-left: 1.5rem;
}

.navbar-toggler {
	order: 4;
}

/*=== footer ===*/
.footer-block {
    background-color: #3C0637;
    position: relative;
    padding: 6rem 0;
    margin: 10rem 0 0 0;
    color: #fff;
}

.footer-info img {
	width: 20rem;
	margin-bottom: 3.5rem;
}

.footer-group {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.footer-item {
	width: 50%;
}

.footer-info {
	text-align: left;
}

.footer-info a{
	color: #fff;
}

.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 a {
    background: #fff;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
}

.footer-social i {
    color: var(--one-color);
    font-size: 3.2rem;
}

.social-item {
	margin: 0 1rem;
}

.footer-link {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.footer-count {
    display: flex;
    justify-content: end;
}

.footer-bottom {
	border: 1px solid #ddd;
	padding: 1.5rem;
	margin-top: 4rem;
}

.footer-bottom .container-l {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-count span {
	border: 1px solid #fff;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-count-item {
	display: flex;
}

/*=== 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: 14.5%;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
	pointer-events: none;
}

.floating-button.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.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: #fff;
	box-shadow: #00000020 0 1px 3px;
	margin-top: 1.5rem;
}

a.f-item-top {
	background: var(--one-color);
}

.f-top {
    margin-top: 2rem;
    transition: 0.3s ease;
}

.f-top a:hover {
	transform: scale(1.1);
}

.f-top i {
	padding-top: 0.5rem;
}

.f-top span {
	display: none;
}

/* 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;
	background: linear-gradient(45deg, #8fd3f4 0%, #85f8b4 100%);
	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: flex;
	align-items: center;
	margin-bottom: 2rem;
	background: transparent;
}

.title img {
    width: 45px;
    margin-right: 1rem;
}

/* .title {
    width: 100%;
    position: relative;
    margin-bottom: 3rem;
    border-bottom: 1px solid #ddd;
}

.title h2 {
    display: inline-block;
    position: relative;
    padding-bottom: 1.5rem;
}

.title h2:before {
    content: '';
    position: absolute;
    bottom: 0px;
    background: var(--primary-color);
    width: 100%;
    height: 3px;
} */

.title-2 {
	margin-bottom: 3rem;
	font-weight: bold;
}

.title-3 {
	margin: 4rem 0 2rem;
	padding: 1.5rem;
	cursor: default !important;
}

.title-4 {
	margin-bottom: 4rem;
}

.title-5 {
	margin-bottom: 0rem;
	font-weight: bold;
}

.title-6 {
	margin: 0 0 1.5rem 0 !important;
	padding: 1rem 1.5rem;
	cursor: default !important;
}

.panel {
	background: #fff;
	box-shadow: #00000020 0 1px 3px;
	position: relative;
}

.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 {
    padding: 0.5rem 2rem;
    background: #999;
    margin-right: 1rem;
    color: #fff;
}

.custabs .nav-tabs .nav-link {
	border-radius: 2rem 2rem 2rem 0;
	box-shadow: #00000020 0 1px 3px;
	padding: 0.75rem 2rem;
	margin-right: 1rem;
	background: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background: var(--two-color);
	border-color: transparent;
	color: #fff;
}

/* sp-area */
.sp-1 {
    position: absolute;
    left: 0;
    top: 1.5rem;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 0 0.5rem 0.5rem 0;
}

.sp-1.purple {
    background: var(--one-color);
}

.sp-1.red {
    background: #D81C1C;
}

.sp-1.black {
    background: var(--two-color);
}

.navbar-nav i {
    font-size: 1.5rem;
    object-fit: contain;
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: inherit;
    text-rendering: auto;
}
/*================================ RWD ================================*/
@media(max-width:1600px) {

	/*====== 1600 ======*/
	.container-l {
		width: 95%;
	}
}

@media(max-width:1500px) {
	/*====== 1500 ======*/

}

@media(max-width:1400px) {

	/*====== 1400 ======*/
	/*=== 通用 ===*/
	/*=== 表單 ===*/
	/*=== 按鈕 ===*/
	/*=== display ===*/
	.display-1400 {
		display: block;
	}

	.displaynone-1400 {
		display: none;
	}

	/*=== header ===*/
	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 0 1.35rem;
	}

	/*=== 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 ===*/

	/*=== 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 ===*/

	.navbar-expand-xl .navbar-nav .nav-link {
		padding: 0 1.4rem;
		font-size: 1.5rem;
	}

	.navbar {
		line-height: 9rem;
	}

	.navbar-light .navbar-nav .nav-link {
		line-height: 4.5rem;
		border-top: 1px solid #ddd;
	}

	.navbar-light .navbar-toggler {
		background: var(--one-color);
		height: 4.2rem;
		padding: 0.375rem 0.75rem;
		margin-right: 0;
	}

	.navbar-light .navbar-toggler-icon {
		filter: invert(1);
	}

	.nav-login a {
		display: flex;
		width: 100%;
		padding: 1.25rem 2rem;
		align-self: center;
	}

	/*=== footer ===*/
	/*=== popup ===*/
	/*=== float ===*/
	/*=== table ===*/
	/*=== content ===*/
	/*=== crumbs ===*/

	.navbar-nav {
		flex-direction: column;
		width: 100%;
		margin-top: 1.5rem;
	}

	.navbar-nav-lang {
		width: auto;
		order: 2;
		margin-top: 0;
		margin-left: auto;
		margin-right: 1rem;
	}

	.logo {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.system-name {
		display: none;
		margin-left: 0 !important;
		margin-top: 0.5rem;
		font-size: 1.5rem;
		line-height: 1.4;
	}

	.navbar-nav-lang .nav-link {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 4.2rem;
		padding: 0 1rem;
		line-height: 1;
	}

	.navbar-collapse {
		order: 4;
		width: 100%;
		flex-basis: 100%;
		margin-left: 0;
	}

	.navbar-toggler {
		order: 3;
	}

	.navbar-collapse .nav-item,
	.navbar-collapse .nav-login {
		width: 100%;
	}

	.navbar-collapse .nav-login {
		margin-left: 0;
		margin-top: 1rem;
	}

	.navbar-collapse .dropdown-menu {
		display: block;
		position: static;
		float: none;
		width: 100%;
		margin-top: 0;
		border: 0;
		box-shadow: none;
		background: transparent;
	}

	.navbar-collapse .dropdown-menu-right {
		right: auto;
		left: auto;
	}

	.navbar-collapse .dropdown-toggle::after {
		display: none;
	}

	.navbar-collapse .dropdown .nav-link {
		background: #f5f5f5;
		border-radius: 0.5rem;
		font-weight: 700;
		pointer-events: none;
	}

	.navbar-collapse .dropdown-divider {
		margin: 0.5rem 0;
	}

	.navbar-collapse .dropdown-menu .dropdown-item {
		padding-left: 1.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 ===*/
	.header-block .container-l {
		width: 100%;
	}

	.header-block .container-s {
    width: 100%;
}
.navbar {
    border-radius: 0rem;
	padding: 2rem;
}
.header-block {
    margin: 0;
}

.logo img {
    width: 15rem;
}

	nav {
		border-radius: 0;
	}

	/*=== footer ===*/


	/*=== popup ===*/
	/*=== float ===*/
	.floating-button {
		right: 60px;
		bottom: 5%;
	}

	/*=== table ===*/
	/*=== content ===*/
	.content-block {
		margin: 6rem 0;
	}

	.title {
		margin-bottom: 2rem;
	}


	/*=== 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: 6rem;
        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 ===*/
}

@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 ===*/
    .navbar {
        padding: 2rem;
    }

	/*=== 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 ===*/
.nav-login a {
        width: 100%;
        padding: initial;
    }
	.navbar-light .navbar-nav .nav-link {
        line-height: 4.5rem;
    }
	.nav-login {
    margin-left: 0.5rem;
}
.logo img {
        width: 13rem;
    }
.navbar-expand-xl .navbar-nav .nav-link {
        padding: 0 1rem;
        font-size: 1.4rem;
    }
}

/* Privacy Consent Page Styles */
.consent-box {
	background: #f8f9fa;
	border: 2px solid #dee2e6;
	border-radius: 10px;
	padding: 30px;
	max-width: 900px;
	margin: 50px auto;
}

.consent-content {
	background: white;
	padding: 20px;
	border-radius: 5px;
	max-height: 400px;
	overflow-y: auto;
	margin-bottom: 20px;
	border: 1px solid #dee2e6;
}

.consent-content h4 {
	color: #7b2cbf;
	margin-top: 20px;
	margin-bottom: 15px;
}

.consent-content h4:first-child {
	margin-top: 0;
}

.consent-checkbox {
	background: white;
	padding: 20px;
	border-radius: 5px;
	border: 2px solid #7b2cbf;
}

.consent-checkbox label {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.btn-agree {
	background: #7b2cbf;
	color: white;
	padding: 12px 40px;
	font-size: 18px;
	border: none;
}

.btn-agree:hover {
	background: #6a1fa8;
	color: white;
}

.btn-agree:disabled {
	background: #ccc;
	cursor: not-allowed;
}

.btn-cancel {
	background: #6c757d;
	color: white;
	padding: 12px 40px;
	font-size: 18px;
	border: none;
}

.btn-cancel:hover {
	background: #5a6268;
	color: white;
}

/* Application Form Styles */
#healthProblemSection.hidden {
	display: none;
}

.consent-checkbox-large {
	width: 20px;
	height: 20px;
}

.consent-label-aligned {
	line-height: 20px;
}

/* Icon Styles */
.icon-map-adjusted {
	padding-right: 3px;
	margin-left: 1px;
}

@media(max-width:420px) {
	/*====== 420 ======*/
	/*=== 通用 ===*/
	/*=== 表單 ===*/
	/*=== 按鈕 ===*/
	/*=== display ===*/
	/*=== header ===*/
	/*=== footer ===*/
	/*=== popup ===*/
	/*=== float ===*/
	/*=== content ===*/
	/*=== crumbs ===*/
}
