/*=== 通用 ===*/
html,
body {
	font-size: 10px;
	font-family: "Arial", "sans-serif", "roboto", "微軟正黑體";
	background-image: url(../images/bk.png);
	background-repeat: repeat-y;

}

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 {
	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 {
	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!important;
	border-radius: 5px;
	height: 4.5rem!important;
	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: 1rem 2rem 0.5rem;
}

.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 {
	--one-color: #EA0014;
	--two-color: #F26CA7;
	--three-color: #ffff00;
	--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;
}

.btn-one {
	width: fit-content;
	cursor: pointer;
	gap: 0.4rem;
	font-weight: bold;
	text-shadow: 0px 0px 3px rgb(0 0 0 / 40%);
	background: #EA0014 !important;
	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 ===*/
.bg-light {
    background-color: transparent !important;
}

.navbar {
	padding: 0;
}

.navbar-light .navbar-nav .nav-link {
	color: #222222;
	line-height: 10rem;
}

.navbar-expand-xl .navbar-nav {
	line-height: 10rem;
}

nav {
	margin: 0;
}

.logo {
	padding: 0 0 0 4rem;
}

.logo img {
	width: 10rem;
}

.nav-login {
	background: linear-gradient(45deg, #f5ab60 0%, #fee140 100%);
}

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

.nav-login {
	background: linear-gradient(45deg, #f5ab60 0%, #fee140 100%);
	height: 100px;
	width: 100px;
	border-radius: 0 0 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-login a {
	font-size: 2.4rem;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 10rem;
	text-align: center;
}

/*=== footer ===*/
.footer-block {
	color: #fff;
	background-image: url(../images/footer-bk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 6rem 0 0rem;
	margin: 10rem 0 0 0;
	border-top: 1px solid #ddd;
}

.footer-block a{
	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-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-count {
	display: flex;
	justify-content: left;
}

.footer-count div {
	margin-right: 3rem;
}

.footer-bottom {
    padding: 2rem 0;
    margin-top: 0rem;
    border-top: 1px solid #fff;
    margin-top: 2rem;
}

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

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

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

.footer-count-item span {
	border-right: 0;
}

.footer-count-item span:last-child {
	border-right: 1px solid #222;
	border-radius: 0 0 10px 0;
}

/*=== 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: var(--one-color);
	color: #fff;
}

.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;
	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: 4rem;
	background: transparent;
}

.title img {
	width: 90px;
}

/* .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;
}

.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: linear-gradient(45deg, #f5ab60 0%, #fee140 100%);
	border-color: transparent;
}

/* sp-area */
.sp-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sp-2 div{
	width: 100%;
	padding-right: 0.5rem;
}

.sp-3 {
	border-top: 1px solid #ddd;
	margin-top: 1rem;
	padding: 1rem 0;
}
.sp-3 p{
	margin: 0!important;
}

.sp-4 {
    padding: 0 0 1rem 1rem;
    display: inline-block;
    color: #B8282E;
}

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

	.logo img {
		width: 12.5rem;
	}

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

	.navbar {
		line-height: 9rem;
	}

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

	.navbar-light .navbar-toggler {
		background: var(--one-color);
		margin-right: 2rem;
	}

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

	.nav-login {
		height: 5.5rem;
		width: 100%;
		border-radius: 0;
	}

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

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

@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%;
	}

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


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