@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap') @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
* {
		margin: 0px;
		padding: 0px;
		box-sizing: border-box;
		outline: none !important;
}
.fix-ad .item .act {
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
}
a {
		color: #3450D5;
}
a:hover {
		color: #ff6666;
}
img {
		border: 0px none;
}
.none {
		display: none;
}
.text-center {
		text-align: center;
}
.li-cjk {
		list-style: cjk-heavenly-stem;
		padding-left: 2rem
}
.li-roman {
		list-style: lower-roman;
		padding-left: 1rem
}
.flex-column {
		display: flex;
		flex-direction: column;
}
.mb-0 {
		margin-bottom: 0 !important;
}
.mb-1 {
		margin-bottom: 1rem !important;
}
br.md {
		display: none;
}
br.pc {
		display: block;
}
br.xs {
		display: none;
}
br.sm {
		display: block;
}
h3.act-date {
		font-size: 1.125rem;
}
h3.h2 {
		font-size: 1.5rem;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 18px;
		background-color: #fff;
		background-repeat: repeat;
}
h1 {
		font-size: 37px;
		padding: 15px 0px;
		color: #000000;
		line-height: 70px;
		margin-top: -30px;
}
@media screen and (max-width: 480px) {
		h1 {
				font-size: 32px;
				line-height: 1.6em;
				margin-top: 0px;
		}
}
@media screen and (max-width: 992px) {
		body.open {
				width: 100%;
				height: 100vh;
				overflow: hidden;
		}
		.overlay {
				position: fixed;
				top: 0;
				left: 0;
				z-index: 49;
				width: 100%;
				height: 100%;
				opacity: 0;
				visibility: hidden;
				-webkit-transition: all 0.3s ease-in-out;
				-moz-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
				background-color: rgba(0, 0, 0, 0.8);
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 7rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		position: fixed;
}
.fix-ad .item {
		background-color: #fff;
		border-radius: 1rem 0 0 1rem;
		padding: 1rem .5rem .5rem .5rem;
		text-align: center;
		display: block;
		margin-bottom: 1rem;
		width: 125px;
		position: relative;
		/*-webkit-box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .25);
		box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .25);*/
}
.fix-ad .is-card .item {
		background: -o-linear-gradient(245deg, rgba(175, 175, 175, 1) 0%, rgba(221, 221, 221, 1) 24%, rgba(177, 177, 177, 1) 50%, rgba(154, 154, 154, 1) 79%, rgba(206, 206, 206, 1) 100%);
		background: linear-gradient(205deg, rgba(175, 175, 175, 1) 0%, rgba(221, 221, 221, 1) 24%, rgba(177, 177, 177, 1) 50%, rgba(154, 154, 154, 1) 79%, rgba(206, 206, 206, 1) 100%);
}
.fix-ad .item::after {
		content: '';
		width: 10%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
		background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.fix-ad .item img {
		max-width: 80px;
		margin-bottom: .5rem;
}
.fix-ad .item .name {
		font-size: .75rem;
		color: #000000;
		margin-bottom: .35rem;
}
.fix-ad .item .act {
		font-size: 1rem;
		font-weight: bold;
		color: #000000;
		position: relative;
}
.fix-ad .item .act img {
		max-width: 12px;
		margin-left: .25rem;
		position: absolute;
		top: .5rem;
}
.fix-ad .item, .fix-ad .item:hover {
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		-webkit-transform-origin: center right;
		-ms-transform-origin: center right;
		transform-origin: center right;
}
@media only screen and (min-width:1200px) {
		.fix-ad .item:hover {
				width: 150px;
		}
}
@media only screen and (max-width:1199px) {
		.fix-ad {
				-webkit-transform: translateZ(0);
				transform: translateZ(0);
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				-webkit-filter: blur(0);
				-webkit-transform-origin: 0% 0;
				-ms-transform-origin: 0% 0;
				transform-origin: 0% 0;
		}
		.fix-ad {
				-webkit-transform: scale(.85);
				-ms-transform: scale(.85);
				transform: scale(.85);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 6.5rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 6.5rem;
		}
		.fix-ad .item {
				margin-bottom: .35rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 6.1rem
		}
		.fix-ad .item .name {
				font-weight: bold;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 6rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 6rem;
		}
}
/************************
TOTAL
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
}
.page-container {
		padding: 0px;
		max-width: 1280px;
}
@media only screen and (min-width:1200px) {
		.page-container.wide {
				margin: 0 auto;
				max-width: 1920px;
		}
}
@media only screen and (max-width:1199px) {
		.page-wrapper {
				width: 100%;
		}
		.page-container {
				max-width: 992px;
				width: 100%;
				padding: 0px;
		}
}
@media only screen and (max-width:992px) {}
@media only screen and (max-width:768px) {}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		left: 0;
		width: 50px;
		height: 50px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
}
.toggle-button .menu-bar {
		position: relative;
		width: 100%;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button .menu-bar-top {
		border: 2px solid #909090;
		border-bottom: none;
		top: 0px;
}
.toggle-button .menu-bar-middle {
		height: 2px;
		margin: 2px 0px;
		top: 0px;
}
.toggle-button .menu-bar-bottom {
		border: 2px solid #909090;
		border-top: none;
		top: 0px;
}
.toggle-button.open .menu-bar-top {
		-webkit-transform: rotate(45deg) translate(3px, 3px);
		-ms-transform: rotate(45deg) translate(3px, 3px);
		transform: rotate(45deg) translate(3px, 3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-transition: .1s ease-in;
		-o-transition: .1s ease-in;
		transition: .1s ease-in;
		opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
		-webkit-transform: rotate(-45deg) translate(3px, -3px);
		-ms-transform: rotate(-45deg) translate(3px, -3px);
		transform: rotate(-45deg) translate(3px, -3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
@media only screen and (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/*****************
/************************
BUTTON
************************/
.button {
	margin: 30px 0 0px;
	text-align: center;
    }
	
.button3{
	min-width: 200px;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
    padding: 10px 20px;
    min-height: 22px; 
	line-height: 22px; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
	font-weight: 700; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	margin: 0 10px;
    }

a.button3 { color: #ffffff; background: #d50020; transition: 0.2s;margin: 10px;}
a.button3:hover, a.button3:active { color: #ffffff; background: #ff3333; }

@media screen and (max-width: 960px) {
.button { width: 100%; margin: 20px 0 0; }
}
@media screen and (max-width: 480px) {
	.button3 { font-size: 14px; }
	}
*******
BANNER
************************/
.bot-banner {
		background-color: #ffffff;
		padding: 0;
		clear: both;
}
.bot-banner img {
		max-width: 100%;
}
.bot-banner .pc {
		display: block;
}
.bot-banner .mobile {
		display: none;
}
@media only screen and (max-width: 991px) {
		.bot-banner .pc {
				display: none;
		}
		.bot-banner .mobile {
				display: block;
				margin-top: 1rem;
		}
}
/************************
HEADER
************************/
header {
		position: fixed;
		display: inline-block;
		width: 100%;
		top: 0;
		left: 0;
		font-size: 16px;
		height: 120px;
		z-index: 50;
		border-top: 0;
		background-color: rgba(255, 255, 255, 0.99);
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header.open {
		height: 50px;
		border-top: 4px solid #2e2e2e;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
header.open, header {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
@media screen and (max-width: 991px) {
		header {
				height: 50px;
				border-top: 4px solid #2e2e2e;
		}
}
/************************/
header .h_menu, header .h_logo, header .h_content {
		position: relative;
		display: inline-block;
		float: left;
}
header .h_content {
		width: 100%;
		padding-top: 40px;
		z-index: 1000;
}
header .h_menu ul.menu-bottom {
		position: fixed;
		display: inline-block;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: #2e2e2e;
		z-index: 50;
}
header .h_menu ul.menu-bottom li {
		position: relative;
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 900;
}
header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
		display: inline-block;
		color: #ffffff;
		height: 40px;
		padding: 9px 18px;
}
header .h_menu ul.menu-bottom a span {
		font-size: 12px;
		color: #82827c;
}
header .h_menu ul.menu-bottom li:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul {
		position: absolute;
		display: none;
		top: 100%;
		width: 280px;
		color: #b8b8b8;
		background: #444444;
}
header .h_menu ul.menu-bottom li:hover > ul {
		display: block;
		height: auto;
}
header .h_menu ul.menu-bottom ul li {
		float: left;
		width: 100%;
		padding: 5px 20px;
		min-height: 40px;
}
header .h_menu ul.menu-bottom ul li:hover {
		background: #999999;
}
header .h_menu ul.menu-bottom ul li.panel-header:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul label, header .h_menu ul.menu-bottom ul a {
		font-weight: 400;
}
header.open ul.menu-bottom {
		display: none;
}
header.open .h_content {
		padding-top: 0px;
}
@media screen and (max-width: 991px) {
		header .h_content {
				padding-top: 0px;
		}
		body.open .h_content {
				padding-left: 280px;
		}
		header .h_content, body.open .h_content {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		header.open ul.menu-bottom, header .h_menu ul.menu-bottom {
				position: relative;
				display: inline-block;
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom li {
				float: left;
				width: 100%;
		}
		header .h_menu ul.menu-bottom li:hover {
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
				width: 100%;
				color: #656565;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 30px;
				color: #ff3333;
		}
		header .h_menu ul.menu-bottom li.pc768 {
				display: none;
		}
		header .h_menu ul.menu-bottom ul {
				position: relative;
				display: inline-block;
				padding: 10px 0px;
				color: #70706f;
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li {
				padding: 5px 20px;
				min-height: 30px;
		}
		header .h_menu ul.menu-bottom ul.last-menu li, header .h_menu ul.menu-bottom ul li.panel-header:hover {
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li:hover {
				background: #e2e2e2;
		}
		header .h_menu ul.menu-bottom ul a:hover, header .h_menu ul.menu-bottom ul a {
				font-weight: 900;
				color: #000000;
		}
		header .h_menu ul.menu-bottom li:hover > ul, header .h_menu ul.menu-bottom ul {
				display: none;
		}
		header .h_menu ul.menu-bottom li:hover > ul.open, header .h_menu ul.menu-bottom ul.open {
				display: inline-block;
		}
		header .h_menu ul.menu-bottom ul {
				width: 100%;
		}
}
@media screen and (max-width: 480px) {
		body .h_bank, body.open .h_bank {
				position: absolute;
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		body .h_bank {
				right: 0;
		}
		body.open .h_bank {
				right: -100%;
		}
		body.open .h_content {
				padding-left: 220px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 200px;
		}
}
/************************/
header .h_logo {
		width: 190px;
		margin-top: 26px;
		margin-right: 10px;
		margin-left: 10px;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		float: left;
		width: 50%;
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_menu, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 80px;
		padding: 26px 0px;
		font-weight: 900;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		transform-origin: center center;
}
/************************/
header .h_bank:hover ul.dark-last {
		display: block;
}
header .h_bank ul.dark-last {
		position: absolute;
		display: none;
		top: 100%;
		right: 0px;
		width: 180px;
		color: #2e2e2e;
		background: #ececec;
		text-align: center;
		z-index: 900;
}
header .h_bank ul.dark-last li {
		display: inline-block;
		width: 100%;
}
header .h_bank ul.dark-last a, header .h_bank ul.dark-last a:hover {
		display: inline-block;
		width: 100%;
		padding: 15px 0px;
		font-size: 14px;
		color: #2e2e2e;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
header .h_bank ul.dark-last a:hover {
		background: #dedede;
}
header .h_bank ul.dark-last.open {
		display: inline-block;
}
/************************/
header .h_menu ul.menu-top a, header .h_menu ul.menu-top a:hover {
		display: inline-block;
		padding: 0px 13px;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0;
}
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 46px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
}
header .h_bank a.menu-dark {
		background: #ff3333;
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
}
header .h_bank:hover .menu-dark, header .h_bank .menu-dark {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header .h_bank:hover a.menu-dark {
		display: inline-block;
		color: #ffffff;
		background: #ee1818;
}
header .h_bank .menu-dark img {
		display: inline-block;
		width: 20px;
		position: relative;
		top: 3px;
		margin-right: 5px;
}
header.open .h_bank .menu-dark {
		height: 46px;
		padding: 10px 17px;
}
header.open .h_logo img.logo_tc {
		display: none;
}
header.open .h_logo {
		width: 80px;
		margin-top: 12px;
		margin-left: 10px;
		margin-right: 10px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 50px;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 10px;
		}
		header .h_logo img {
				width: 100%;
		}
		header .h_bank a.menu-dark {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 280px;
				height: 100vh;
				top: -4px;
				left: -100%;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				left: 0;
		}
		body header .h_menu, body.open header .h_menu {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
				overflow-y: auto;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				font-size: 18px;
				padding: 12px 0px;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 480px) {
		header .h_menu {
				width: 220px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 200px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/************************
FOOTER
************************/
footer .f_link, footer .fiscal .f_right, footer .fiscal .f_left, footer .fiscal, footer .f_warning, footer {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
footer {
		padding: 10px 2%;
		background-color: rgb(62, 61, 59);
}
/************************/
footer .f_warning {
		color: #fff;
		margin: 10px 0 40px 0;
		width: 100%;
		padding: 0;
}
/************************/
footer .fiscal {
		margin: 20px 0px;
		color: #191919;
}
footer .fiscal .f_left {
		width: calc(20% + 20px);
		font-size: 30px;
		color: #ffffff;
		min-height: 48px;
		text-align: left;
}
footer .fiscal .f_left img {
		width: 80%;
}
footer .fiscal .f_right {
		width: calc(75% - 20px);
		font-size: 14px;
		line-height: 1.4em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		min-height: 40px;
		font-size: 14px;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer {
				padding: 10px 0 50px;
		}
		footer .fiscal {
				width: 100%;
				padding: 0px 3rem;
		}
		footer .fiscal .f_left img {
				max-width: 300px;
		}
		footer .fiscal .f_warning {
				padding-bottom: 20px;
				text-align: justify !important;
		}
		footer .fiscal .f_warning, footer .fiscal .f_left, footer .fiscal .f_right {
				width: 100%;
				margin: 0px;
				text-align: left;
		}
		footer .f_link {
				font-size: 13px;
		}
		footer .f_link {
				width: 96%;
				margin: 1em 2%;
				text-align: center;
		}
		footer .f_copy {
				display: inline-block;
				width: 90%;
				margin: 10px 5%;
				text-align: center;
		}
}
@media screen and (max-width: 480px) {
		footer .fiscal {
				font-size: .875rem;
				padding: 10px 1.5rem 30px 1.5rem;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 24px;
		}
}
/************************
TOTAL
************************/
.btn-link {
		padding: .25rem .5rem;
		font-size: 1rem;
		border-radius: .5rem;
		background-color: #ff6666;
		color: #ffffff;
		text-wrap: nowrap;
}
.btn-link:hover, .btn-link:focus {
		background-color: #ee3838;
		color: #ffffff;
}
.line, .both, .both_10, .both_20 {
		display: inline-block;
		width: 100%;
}
.both {
		height: 0px;
		margin: 0px;
}
.both_10 {
		height: 5px;
		margin: 5px 0;
}
.both_20 {
		height: 10px;
		margin: 5px 0;
}
.line {
		height: 1px;
		border-top: 1px solid #dddddd;
		margin-bottom: 10px;
}
.time-03 {
		display: flex;
}
.time {
		/*border:1px solid #333;*/
		display: flex;
		justify-content: space-between;
}
.time .time-btn {
		border: 1px solid #C50000;
		border-radius: 5px;
		padding: 5px;
		width: 200px;
		text-align: center;
		color: #C50000;
}
.time .time-btn a {
		color: #C50000;
}
@media (max-width:768px) {
		.time {
				display: block;
		}
}
/************************/
nav.main_menu li, nav.main_menu {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
nav.main_menu {
		color: #000000;
		background: #ffffff;
}
nav.main_menu li {
		width: 14%;
		text-align: center;
		border-bottom: 5px solid #ffffff;
}
nav.main_menu li + li {
		border-left: 1px solid #dddddd;
}
nav.main_menu li:first-child {}
nav.main_menu li a {
		position: relative;
		display: inline-block;
		width: 100%;
		font-size: 16px;
		line-height: 1.2em;
		color: #000000;
		font-weight: 600;
		padding: 5px 10px;
		text-decoration: none;
}
nav.main_menu li a.active, nav.main_menu li:hover {
		border-bottom: 5px solid #D80012;
}
@media only screen and (max-width: 1200px) {
		nav.main_menu li {
				width: 16.0%;
		}
		nav.main_menu li:first-child {
				width: 20.00%;
		}
}
@media only screen and (max-width: 992px) {
		nav.main_menu li {
				width: 15.5%;
		}
		nav.main_menu li:first-child {
				width: 22.50%;
		}
		nav.main_menu li a {
				padding: 5px 0px;
		}
}
@media only screen and (max-width: 768px) {
		nav.main_menu {
				position: absolute;
				display: none;
				width: 100%;
				top: 60px;
				left: 0;
				z-index: 99;
				box-shadow: 3px 3px 4px 3px rgba(20%, 20%, 40%, 0.2);
		}
		nav.main_menu.open {
				display: block;
		}
		nav.main_menu li:hover, nav.main_menu li + li, nav.main_menu li:first-child, nav.main_menu li {
				position: relative;
				width: 100%;
				border: 0px solid rgba(255, 255, 255, 0.0);
				border-top: 1px solid rgba(238, 238, 238, 0.5);
		}
		nav.main_menu li:hover a, nav.main_menu li:hover {
				color: #FFFFFF;
				background: #D61518;
		}
}
/***********************
NAV_TABS
***********************/
.mall_show, .show {
		display: block;
}
.mall_hide, .hide {
		display: none;
}
.mall_tabs li, .mall_tabs {
		position: relative;
		display: inline-block;
}
.mall_tabs {
		width: 100%;
		min-height: 40px;
		padding: 40px 0px;
		vertical-align: middle;
		border-bottom: 1px solid #C5C5C8;
}
.mall_tabs li {
		width: auto;
		margin: 2px;
		padding: 5px 10px;
		color: #FFFFFF;
		background: #B8B8B8;
		border-radius: 5px;
}
.mall_tabs li:hover {
		background: #999999;
}
.mall_tabs li a:hover, .mall_tabs li a {
		color: #FFFFFF;
}
/************************
KEY-VISUAL
************************/
.key-visual {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		text-align: center;
		background: #060107;
		background-image: url('../images/day_1212/bg_1a.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 680px;
		height: 600px;
		overflow: hidden;
}
.key-visual::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
		width: 100%;
		height: 100%;
		background-color: transparent;
		background-image: url('../images/day_1212/bg_2a.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 680px;
		opacity: 0;
}
.key-visual::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
		width: 100%;
		height: 100%;
		background-color: transparent;
		background-image: url('../images/day_1212/bg_3a.jpg');
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 680px;
		opacity: 0;
}
.key-visual .page-container {
		height: 100%;
		position: relative;
		max-width: 1920px;
		overflow: hidden;
}
.key-visual .bg_item {
		width: auto;
		height: 100%;
		z-index: 2;
		margin: auto;
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
}
.key-visual img.kv_star {
		position: absolute;
		right: 2%;
		top: auto;
		bottom: -10%;
		width: 28vw;
		max-width: 280px;
		z-index: 3
}
.key-visual::before {
		animation: bgch1 1.5s ease infinite;
}
@keyframes bgch1 {
		0% {
				opacity: 0;
		}
		50% {
				opacity: 1;
		}
		100% {
				opacity: 0;
		}
}
.key-visual::after {
		animation: bgch2 1.5s 1.5s ease infinite;
}
@keyframes bgch2 {
		0% {
				opacity: 0;
		}
		50% {
				opacity: 1;
		}
		100% {
				opacity: 0;
		}
}
.key-visual .bg_item.move1 {
		animation: move1 2s linear infinite;
}
.key-visual .bg_item.move2 {
		animation: move2 2s linear infinite;
}
@keyframes heartBeat {
		0% {
				transform: scale(1)
		}
		14% {
				transform: scale(2)
		}
		28% {
				transform: scale(1)
		}
		42% {
				transform: scale(1.8)
		}
		70% {
				transform: scale(1)
		}
}
@keyframes move1 {
		0% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
		50% {
				-webkit-transform: translate(0%, 3%);
				transform: translate(0%, 3%)
		}
		100% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
}
@keyframes move2 {
		0% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
		50% {
				-webkit-transform: translate(0%, -3%);
				transform: translate(0%, -3%)
		}
		100% {
				-webkit-transform: translate(0%, 0%);
				transform: translate(0%, 0%)
		}
}
@media only screen and (max-width: 1199px) {
		.key-visual::after, .key-visual::before, .key-visual {
				background-size: auto 360px;
				-moz-background-size: auto 360px;
				-webkit-background-size: auto 360px;
				-o-background-size: auto 360px;
				height: 360px;
		}
		.key-visual img.topic {
				max-width: inherit;
				width: 35vw;
				left: 10%;
		}
		.key-visual img.kv_star {
				width: 20vw;
				right: 10%;
				max-width: inherit;
		}
}
@media only screen and (max-width: 991px) {
		.key-visual::after, .key-visual::before, .key-visual {
				background-size: auto 320px;
				-moz-background-size: auto 320px;
				-webkit-background-size: auto 320px;
				-o-background-size: auto 320px;
				height: 320px;
		}
		.key-visual img.topic {
				width: 35vw;
		}
		.key-visual img.kv_star {
				width: 20vw;
				right: 7%;
		}
}
@media only screen and (max-width: 767px) {
		.key-visual::after, .key-visual::before, .key-visual {
				height: 280px;
				background-size: auto 280px;
				-moz-background-size: auto 280px;
				-webkit-background-size: auto 280px;
				-o-background-size: auto 280px;
				background-position: 55% top;
		}
		.key-visual img.topic {
				width: 35vw;
				left: 10%;
		}
		.key-visual img.kv_star {
				width: 20vw;
				right: 15%;
		}
}
@media only screen and (max-width: 480px) {
		.key-visual::after, .key-visual::before, .key-visual {
				height: 280px;
				background-size: auto 280px;
				background-position: center top;
		}
		.key-visual img.topic {
				width: 55vw;
				left: 3%;
				top: 4%;
		}
		.key-visual img.kv_star {
				width: 25vw;
				right: 0;
				bottom: -7.5%;
		}
		.key-visual .bg_item {
				width: 100%;
				max-width: 100%;
				height: auto;
		}
}
@media only screen and (max-width: 320px) {
		.key-visual::after, .key-visual::before, .key-visual {
				height: 240px;
				background-size: auto 240px;
				background-position: center top;
		}
		.key-visual img.topic {
				width: 55vw;
				left: 3%;
				top: 4%;
		}
		.key-visual img.kv_star {
				width: 25vw;
				right: 0;
				bottom: -7.5%;
		}
		.key-visual .bg_item {
				width: 100%;
				max-width: 100%;
				height: auto;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 120px;
		background: #ffffff;
}
body.open section.main-content {
		padding-top: 50px;
}
@media screen and (max-width: 991px) {
		body.open section.main-content, section.main-content {
				padding-top: 50px;
		}
}
/***********************
POPUP
***********************/
.popup-content .p_content, .popup-content .p_nav, .popup-content .p_header, .popup-content .p_note, .popup-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
.popup-content, .p_content .block {
		background-color: #ffffff;
}
.popup-content .p_nav {
		width: 100%;
		padding: 10px 0px;
		background-color: #f5f5f5;
}
.popup-content .p_header {
		width: 100%;
		background-image: url("../images/page_long.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-color: #969595;
		height: 320px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
}
.popup-content .p_header2 {
	width: 100%;
	background-image: url("../images/page_long_7.jpg");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
	background-color: #969595;
	height: 320px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.kv-background{
	position: absolute;
	background-color: #fff3e1;
	height: 100%;
	width: 30%;
	z-index: 1;
}

@media screen and (max-width: 1200px) {
	.kv-background{
		width: 40%;
		}
}
@media screen and (max-width: 991px) {
	.kv-background{
		width: 40%;
		}
}
@media screen and (max-width: 480px) {
	.kv-background{
		background-color: transparent; /* 關掉背景顏色 */
		height: 100%;
		}
}




.popup-content .p_header3 {
	width: 100%;
	background-image: url("../images/page_long_3.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #969595;
	height: 320px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.popup-content .p_header4 {
	width: 100%;
	background-image: url("../images/page_long_4.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #969595;
	height: 320px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.popup-content .p_header5 {
	width: 100%;
	background-image: url("../images/page_long_5.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #969595;
	height: 320px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.popup-content .p_header6 {
	width: 100%;
	background-image: url("../images/page_long_6.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #969595;
	height: 320px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.popup-content .p_header .page-container {
		padding: 3rem 1rem;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
}
.page-container-kv{
	z-index: 2;
	padding-bottom: 50px;
}
.star{
	position: absolute;
	bottom: 0;
	right: 180px;
	width: 230px;
}
.star img{
	width: 100%;
	display: block;
}
.popup-content .p_header .title {
		font-size: 1.25rem;
		font-family: "Noto Sans TC", "Open Sans", sans-serif;
		font-weight: 600;
		color: #000000;
}
.popup-content .p_header .logo {
		max-width: 360px;
		width: 30vw;
}
.popup-content .p_header .logo > img {
		max-width: 70%;
}
.popup-content .p_header4 .logo > img {
	max-width: 40%;
}
.popup-content .p_note {
		width: 100%;
}
.popup-content .p_note .page-container {
		padding: 2rem 2rem;
		font-size: 1rem;
		text-align: center;
		line-height: 1.8;
		font-weight: bold;
}
.popup-content .p_content > .page-container {
		padding: 3rem 0 0 0;
}
@media only screen and (min-width: 568px) and (max-width: 599px) {
		.popup-content .p_note .page-container {
				padding: 3rem 2rem;
				font-size: .875rem;
		}
		.popup-content .p_header.long .title {
				font-size: .9rem;
		}
}
/************************
INFO
************************/
.c-red {
		color: #ff6666;
}
span.act {
		border-right: 2px dotted #fff;
		padding-right: .75rem;
		margin-right: .5rem;
}
.date-group {
		padding: 0 0 0.5rem .5rem;
		background-color: transparent;
		border-radius: 0;
		display: block;
		font-size: 1rem;
}
.info-block a {
		color: #3450D5;
}
.info-block a:hover {
		color: #ff6666;
}
.info-block {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		font-size: 1rem;
		line-height: 1.75;
		max-width: 86%;
		margin: 0 auto 1.75rem auto;
}
.info-block.long {
		max-width: 88%;
}
.info-block.has-table {
		margin-bottom: 1.125rem !important;
}
.info-block .point {
		font-size: 1.125rem;
		display: block;
		font-weight: bold;
		margin-bottom: 1rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: .5rem;
}
.info-block .point ul {
		margin-left: 1.5rem;
}
.info-block .remark-text {
		font-size: .95rem;
}
.info-block .tag {
		padding: 0.25rem 1rem;
		background-color: #ff6666;
		color: #ffffff;
		font-size: 1rem;
		font-weight: bold;
		display: inline-block;
		border-radius: 2rem;
		margin-bottom: 1rem;
}
.info-left {
		width: 100%;
}
.info-right {
		font-weight: bold;
}
@media only screen and (min-width: 1200px) {
		.date-group {
				padding: 0.25rem 1rem;
				background-color: #f1f1f1;
				border-radius: 5rem;
				display: inline-block;
				font-size: 1rem;
		}
		.info-right {
				width: 36%;
		}
		.is-wide .info-block .point ul {
				max-width: 60%;
		}
}
@media only screen and (max-width: 1199px) {
		.popup-content .p_header {
				height: 300px;
		}
		.star {
			width: 180px;
		}
		.popup-content .p_header .logo {
				max-width: inherit;
				width: 30vw;
		}
		.info-right {
				width: 25%;
		}
		br.md {
				display: block;
		}
		.is-wide .info-block .point ul {
				max-width: 70%;
		}
		.is-wide .info-block {
				max-width: 90%;
		}
}
@media only screen and (max-width: 991px) {
		.info-block {
				font-size: 1rem;
				max-width: 90%;
		}
		.info-block .point {
				font-size: 1rem;
		}
		.info-right {
				width: 20%;
		}
		.is-wide .info-block .point ul {
				max-width: 60%;
		}
		.is-wide .info-block {
				max-width: 90%;
		}
		.is-wide .info-right {
				width: 29%;
		}
		.popup-content .p_header .page-container {
				padding: 3rem 2rem;
		}
		.popup-content .p_header .title {
				font-size: 1rem;
		}
}
@media only screen and (max-width: 767px) {
		.info-block .point {
				flex-direction: column;
				justify-content: flex-start;
				align-items: flex-start;
		}
		.info-right {
				padding: .75rem 1.5rem;
				background-color: #f1f1f1;
				border-radius: .5rem;
				width: 100%;
				margin: .5rem auto;
		}
		.info-right br.md {
				display: none;
		}
		.info-block {
				max-width: 86%;
		}
		.is-wide .info-block .point ul {
				max-width: 100%;
		}
		.is-wide .info-right {
				width: 100%;
		}
		.info-block:last-child {
				margin-bottom: 0;
		}
		.popup-content .p_header .logo.p8 {
				max-width: inherit;
				width: 40vw;
				order: 0;
		}
		br.sm {
				display: none;
		}
}
@media only screen and (max-width: 480px) {
		.info-block {
				font-size: .875rem;
		}
		.is-wide .info-block .point ul {
				max-width: 100%;
		}
		.is-wide .info-right {
				width: 100%;
		}
		.popup-content .p_header {
				height: 240px;
				background-position: center bottom;
				background-image: url("../images/page_long_m.jpg");
		}
		.popup-content .p_header2 {
			height: 240px;
			background-position: center bottom;
			background-image: url("../images/page_long_m_7.jpg");
	}
		.popup-content .p_header3 {
			height: 240px;
			background-position: center bottom;
			background-image: url("../images/page_long_m_3.jpg");
	}
		.popup-content .p_header4 {
			height: 240px;
			background-position: center bottom;
			background-image: url("../images/page_long_m_4.jpg");
		}
			.popup-content .p_header5 {
			height: 240px;
			background-position: center bottom;
			background-image: url("../images/page_long_m_5.jpg");
		}

		.popup-content .p_header6 {
			height: 240px;
			background-position: center bottom;
			background-image: url("../images/page_long_m_6.jpg");
	}



		.star {
			width: 100px;
			right: 10px;
		}
		.popup-content .p_header.long {
				height: 260px;
				padding-bottom: 2rem;
		}
		.popup-content .p_header .page-container {
				padding: 0 1rem;
				flex-direction: column;
		}
		.popup-content .p_header .logo {
				max-width: inherit;
				width: 55vw;
				order: 0;
		}
		.popup-content .p_header .logo.p8 {
				max-width: inherit;
				width: 70vw;
				order: 0;
				position: relative;
				margin-top: -2rem;
		}
		.popup-content .p_header .title {
				font-size: .85rem;
				order: 1;
		}
		.popup-content .p_header .title h2 {
				font-size: 1.125rem;
		}
		.popup-content .p_note .page-container {
				padding: 3rem 2rem;
				font-size: 1rem;
				text-align: center;
				line-height: 1.75;
		}
		br.pc {
				display: none;
		}
		br.xs {
				display: block;
		}
		.popup-content .p_header .page-container-kv{
			
		}
}
/************************
LAYOUT
************************/
.block {
		position: relative;
		display: inline-block;
		width: 100%;
		padding: 3rem 0 1rem 0;
		text-align: center;
		background-color: #dad8d2;
}
.block_02 > .page-container, .block_01 > .page-container {
		position: relative;
}
.block_01 .pic {
		display: inline-block;
		width: 80%;
		max-width: 700px;
}
.block_01 .pic img {
		position: relative;
		display: inline-block;
		max-width: 100%;
}
@media only screen and (max-width: 1199px) {
		.block_01 .pic img {
				max-width: 80%;
		}
}
@media screen and (max-width: 480px) {
		.block_01 .pic img {
				max-width: 100%;
		}
}
.block_02 {
		padding-top: 2rem;
		padding-bottom: 4rem;
}
.block_01 .item-1, .block_01 .item-2, .block_02 .item-3, .block_02 .item-4, .block_02 .item-5, .block_02 .item-6 {
		position: absolute;
}
/** Block 1 **/
.block_01 .item-1 {
		right: 5%;
		top: 25%;
		width: 100%;
		max-width: 120px;
}
.block_01 .item-2 {
		left: 5%;
		top: 0;
		width: 100%;
		max-width: 80px;
}
/** Block 2 **/
.block_02 .item-3 {
		left: 5%;
		bottom: 8%;
		width: 100%;
		max-width: 130px;
}
.block_02 .item-4 {
		right: 5%;
		bottom: 4%;
		width: 100%;
		max-width: 110px;
}
.block_02 .item-5 {
		right: 5%;
		top: -5%;
		width: 100%;
		max-width: 110px;
}
.block_02 .item-6 {
		left: 3%;
		top: 20%;
		width: 100%;
		max-width: 150px;
}
.block_01 .item-1 {
		-webkit-animation: cloud 12s ease infinite;
		animation: cloud 12s ease infinite;
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
}
@keyframes cloud {
		0% {
				transform: translate(0, 0)
		}
		25% {
				transform: translate(30%, 0)
		}
		50% {
				transform: translate(0, 0)
		}
		75% {
				transform: translate(-30%, 0)
		}
		100% {
				transform: translate(0, 0)
		}
}
.block_02 .item-6 {
		-webkit-animation: cloud2 12s ease infinite;
		animation: cloud2 12s ease infinite;
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
}
@keyframes cloud2 {
		0% {
				transform: translate(0, 0)
		}
		25% {
				transform: translate(-30%, 0)
		}
		50% {
				transform: translate(0, 0)
		}
		75% {
				transform: translate(30%, 0)
		}
		100% {
				transform: translate(0, 0)
		}
}
@media screen and (max-width: 1199px) {
		.block_01 .item-2 {
				left: 12%;
				top: 2%;
				width: 6vw;
				max-width: inherit;
		}
		.block_01 .item-1 {
				right: 10%;
				width: 9vw;
				max-width: inherit;
		}
		.block_02 .item-5 {
				right: 5%;
				width: 8vw;
				max-width: inherit;
		}
		.block_02 .item-4 {
				right: 6%;
				bottom: 2%;
				width: 8vw;
				max-width: inherit;
		}
		.block_02 .item-3 {
				left: 5%;
				bottom: 10%;
				width: 9vw;
				max-width: inherit;
		}
		.block_02 .item-6 {
				left: 5%;
				top: 30%;
				width: 10vw;
				max-width: inherit;
		}
}
@media screen and (max-width: 991px) {
		.block_02 {
				padding: 1rem 0 3rem 0;
		}
		.block_01 .item-2 {
				left: 10%;
				width: 6vw;
		}
		.block_01 .item-1 {
				right: 10%;
				width: 8.5vw;
		}
		.block_02 .item-5 {
				right: 5%;
				width: 10vw;
		}
		.block_02 .item-4 {
				right: 3%;
				bottom: 1rem;
				width: 9vw;
		}
		.block_02 .item-3 {
				left: 4%;
				bottom: 10%;
				width: 10vw;
		}
		.block_02 .item-6 {
				left: 2%;
				width: 11vw;
		}
}
@media screen and (max-width: 767px) {
		.block_02 {
				padding: 1rem 0 3rem 0;
		}
		.block_01 .item-2 {
				left: 10%;
				width: 7vw;
		}
		.block_01 .item-1 {
				right: 10%;
				width: 9vw;
		}
		.block_02 .item-5 {
				right: 4%;
				width: 10vw;
		}
		.block_02 .item-4 {
				right: 4%;
				bottom: 20%;
				width: 8vw;
		}
		.block_02 .item-3 {
				left: 3%;
				bottom: 10%;
				width: 10vw;
		}
		.block_02 .item-6 {
				left: 3%;
				top: 35%;
				width: 10vw;
		}
}
@media only screen and (min-width: 568px) and (max-width: 599px) {
		.block_02 .item-4 {
				right: 18%;
				bottom: -3%;
				width: 8vw;
		}
		.block_02 .item-3 {
				left: auto;
				right: 32%;
				bottom: -3%;
				width: 10vw;
		}
}
@media screen and (max-width: 480px) {
		.block_02 {
				padding: 1rem 0 3rem 0;
		}
		.block_01 .item-2 {
				left: 5%;
				top: 2%;
				width: 8vw;
		}
		.block_01 .item-1 {
				right: 8%;
				top: -5%;
				width: 12vw;
		}
		.block_02 .item-5 {
				right: 4%;
				top: -12%;
				width: 12vw;
		}
		.block_02 .item-4 {
				right: 14%;
				bottom: -3%;
				width: 10vw;
		}
		.block_02 .item-3 {
				left: auto;
				right: 32%;
				bottom: -5%;
				width: 14vw;
		}
		.block_02 .item-6 {
				left: 3%;
				top: 35%;
				width: 10vw;
				opacity: .7
		}
}
@media screen and (max-width: 320px) {
		.block_02 .item-4 {
				right: 15%;
				bottom: -2%;
				width: 12vw;
		}
		.block_02 .item-3 {
				left: auto;
				right: 32%;
				bottom: -3%;
				width: 17vw;
		}
}
/************************
BRAND CARD
************************/
.brand-card {
		display: flex;
		flex-wrap: wrap;
		max-width: 65%;
		margin: auto;
}
.brand-card.four {
		max-width: 60%;
}
.brand-card a {
		display: block;
}
.brand-card > div {
		position: relative;
		min-width: calc(20% - 16px);
		max-width: calc(20% - 16px);
		width: calc(20% - 16px);
		margin: 8px;
		aspect-ratio: 21/12;
		height: auto;
		overflow: hidden;
		border-radius: 2rem;
		background-color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 0 0 .75rem rgba(0, 0, 0, .25);
}
.brand-card.four > div {
		position: relative;
		min-width: calc(25% - 16px);
		max-width: calc(25% - 16px);
		width: calc(25% - 16px);
		margin: 8px;
		aspect-ratio: 21/12;
		height: auto;
		overflow: hidden;
		border-radius: 2rem;
		background-color: #ffffff;
		display: flex;
		justify-content: center;
		align-items: center;
		box-shadow: 0 0 .75rem rgba(0, 0, 0, .25);
}
.brand-card > div, .brand-card > div:hover {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
.brand-card > div {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
}
.brand-card > div:hover {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
		box-shadow: 0 0 .75rem rgba(0, 0, 0, .45);
		z-index: 2;
}
.brand-card > div img {
		max-width: 100%;
		width: 100%;
		margin: auto;
		padding: 5px 5px 0 5px;
}
.brand_name {
	font-size: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 4px 1px;
	font-weight: 600;
	transition: 0.2s;
}
.brand_name_active{
background-color: #f6354b;
}

/* 選單 */
.rit-navWrap{
    width: 100%;
    display: flex;
    z-index: 100;
    position: relative;
    }
    .rit-navBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    }
	.rit-nav-title{
		display: block;
		padding: 8px 5px;
		width: 63%;
		background-color: #FFB237;
		color: #000000;
		border-radius: 6px 0 0 0;
		text-align: center;
		font-size: 12px;
		transition: 0.6s;
		animation-name: p1c;
		animation-duration: 1.5s;
		animation-iteration-count: infinite;
		position: relative;
		font-weight: 800;
		}
	.rit-nav-title-fly{
	width: 35px;
	position: absolute;
	left: -30px;
	top: 1px;
	}
	@keyframes p1c{
	0%  {filter: brightness(1.0);}
	40% {filter: brightness(1.15);}
	100%{filter: brightness(1.0);}
	}
	.rit-nav{
	width: 63%;
	display: grid;
	grid-template-columns: repeat(1,1fr);
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 6px;
	gap: 6px;
	border-radius: 0 0 6px 6px;
	}
	.rit-nav a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	text-decoration: none;
	background-color: #a2a2a2;
	border-radius: 6px;
	overflow: hidden;
	}
	.logos-item{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0.8;
	transition: 0.2s;
	}
	.logos-item-active{
	opacity: 1;
	}
	.logos-item:hover{
	opacity: 1;
	}
	.logos-item:hover .brand_name{
	background-color: #f6354b;
	}
	.br-m{
		display: none;
	}
@media only screen and (max-width: 1199px) {
	.brand-card.four > div, .brand-card > div {
			min-height: 80px;
			border-radius: 1.5rem;
			min-width: calc(20% - 10px);
			max-width: calc(20% - 10px);
			width: calc(20% - 10px);
			margin: 5px;
	}
	.brand-card.four, .brand-card {
			max-width: 65%;
	}
}
@media only screen and (max-width: 991px) {
	.brand_name{
		padding: 10px 1px;
		font-size: 16px;
	}
	.brand-card.four > div, .brand-card > div {
			min-height: 70px;
			border-radius: 1.25rem;
			min-width: calc(25% - 10px);
			max-width: calc(25% - 10px);
			width: calc(25% - 10px);
			margin: 5px;
	}
	.brand-card.four, .brand-card {
			max-width: 65%;
	}
	.br-deco{
		display: none;
	}
	.rit-navBox {
		position: fixed;
		bottom: 0;
		top: auto;
		right: 0;
		left: 0;
		width: 100%;
		background: #c7e5ff;
		display: flex;
		flex-direction: column;
		align-items: center;
		border-radius: 10px 10px 0 0;
		transition: transform 0.3s ease-in-out;
	}

	.rit-nav-title {
		width: 100%;
		text-align: center;
		font-size: 16px;
		padding: 10px;
		cursor: pointer;
	}
	.rit-nav-title-fly{
		display: none;
	}

	.rit-nav {
		display: none;
		grid-template-columns: repeat(1, 1fr);
		justify-content: center;
		align-items: center;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		padding: 10px;
		gap: 10px;
		border-radius: 0 0 10px 10px;
	}

	.rit-nav.show {
		display: grid;
	}
	.rit-nav a{
		width: 100%;
	}
	.rit-nav img{
		width: 20%;
	}
}

@media only screen and (max-width: 767px) {
	.brand-card.four, .brand-card {
			max-width: 70%;
	}
}
@media only screen and (min-width: 568px) and (max-width: 599px) {
	.brand-card.four > div, .brand-card > div {
			min-height: 60px;
			border-radius: 1.125rem;
			min-width: calc(33.3% - 10px);
			max-width: calc(33.3% - 10px);
			width: calc(33.3% - 10px);
			margin: 5px;
	}
	.brand-card.four, .brand-card {
			max-width: 65%;
	}
}
@media only screen and (max-width: 480px) {
	.brand-card.four > div, .brand-card > div {
			min-height: 50px;
			border-radius: 1rem;
			min-width: calc(33.3% - 10px);
			max-width: calc(33.3% - 10px);
			width: calc(33.3% - 10px);
			margin: 5px;
	}
	.brand-card.four, .brand-card {
			max-width: 80%;
	}
	.br-m{
		display: block;
	}
}
/***********************
TABLE 表格選單
***********************/
table.sp-table {
		max-width: 86%;
		margin: 0 auto 2rem auto;
}
table.sp-table th {
		background-color: #ff6666;
		color: #fff;
		padding: .5rem 1rem;
		font-weight: bold;
		font-size: 1.125rem;
		text-align: center;
		border-right: 2px dotted #fff;
		text-wrap: nowrap;
}
table.sp-table {
		border-radius: 1rem;
		overflow: hidden;
}
table.sp-table td {
		padding: 1rem .75rem;
		font-weight: bold;
		font-size: 1.125rem;
		text-align: center;
		background-color: #f1f1f1;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
}
table.sp-table th:last-child, table.sp-table td:last-child {
		border-right: 0;
}
table {
		width: 100%;
		margin: 0;
		padding: 0;
		border-collapse: collapse;
		border-spacing: 0;
		text-align: left;
}
table tr {
		padding: 5px 0px;
}
tr:nth-of-type(odd) {}
table tr td {
		padding: 3px 12px;
}
table tr td .h7 {
		position: relative;
		top: -3px;
		margin-left: -12px;
		font-size: 8px;
		color: #8B8D8B;
}
table.sp-table.pc {
		display: table;
}
table.sp-table.mobile {
		display: none;
}
table.sp-table br.mobile {
		display: none;
}
@media only screen and (max-width: 991px) {
		table.sp-table {
				max-width: 90%;
		}
		table.sp-table th, table.sp-table td {
				font-size: 1rem;
		}
}
@media only screen and (max-width: 768px) {
		table:not(.sp-table) tr td {
				display: block;
				width: 100%;
		}
}
@media only screen and (max-width: 480px) {
		table.sp-table th, table.sp-table td {
				font-size: 1rem;
		}
		table.sp-table.long th, table.sp-table.long td {
				font-size: .875rem;
		}
		table.sp-table.mobile {
				display: table;
		}
		table.sp-table.long.mobile {
				max-width: 90%;
				margin: 0 auto 1rem auto;
		}
		table.sp-table.pc {
				display: none;
		}
		table.sp-table th {
				padding: .5rem .5rem;
				width: 56.5px;
		}
		table.sp-table td {
				padding: .75rem .5rem;
		}
		table.sp-table.long td {
				padding: .5rem .25rem;
		}
		table.sp-table br.mobile {
				display: block;
		}
		table.sp-table.long .btn-link {
				padding: .25rem .25rem;
				font-size: .875rem;
		}
}
@media only screen and (max-width: 320px) {
		table.sp-table td {
				padding: 0.75rem 0.125rem;
		}
		table.sp-table.long th, table.sp-table.long td {
				font-size: .8125rem;
		}
		table.sp-table.long.mobile {
				max-width: 98%;
		}
		.popup-content .p_note .page-container {
				padding: 3rem 1rem;
		}
		.popup-content .p_header.long {
				height: 250px;
				padding-bottom: 1rem;
		}
}
/************************
DRAWER-ITEM 
************************/
.drawer-content a {
		color: #3450D5;
}
.drawer-content a:hover {
		color: #ff6666;
}
.drawer-item .drawer-content, .drawer-item .drawer-header, .drawer-item {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
.drawer-item {
		padding: 20px 0px;
}
.drawer-header {
		width: 100%;
		padding: 6px;
		cursor: pointer;
		min-height: 30px;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-item-active .drawer-header {
		transition: 0.25s;
}
.drawer-header h1 {
		display: inline-block;
		color: #e71717;
		font-size: 18px;
		line-height: 1.4em;
		font-weight: 600;
		padding-top: 10px;
		margin: 0;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 30px;
		height: 30px;
		background: url('../images/btn_to_open.png') no-repeat scroll center center transparent;
		text-align: right;
		vertical-align: middle;
}
.drawer-header-icon.drawer-header-icon-active {
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: 10px .75rem 30px .75rem;
		display: block;
		font-size: 16px;
		line-height: 1.8em;
		text-align: justify;
		word-wrap: break-word;
}
.drawer-content > ol {
		padding-left: 1rem;
}
.drawer-content ul li, .drawer-content ul {
		display: inline-block;
		width: 100%;
}
.drawer-content ul {
		padding-left: 60px;
}
.drawer-content ul li {
		word-break: break-all;
}
.drawer-content ul li a:hover, .drawer-content ul li a {
		color: #474747;
}
@media screen and (max-width:1280px) {
		.drawer-item .page-container {
				max-width: 100%;
				padding-left: 2%;
				padding-right: 2%;
		}
}
@media screen and (max-width:991px) {
		.drawer-content {
				padding: 10px 3rem 30px 3rem;
				font-size: .875rem;
				line-height: 1.8em;
				text-align: left;
		}
		.drawer-item .drawer-header {
				padding-left: 2rem;
				padding-right: 2rem;
		}
}
@media screen and (max-width:767px) {}
@media screen and (max-width:480px) {
		.drawer-content {
				padding: 10px 1.5rem 30px 1.5rem;
				display: block;
				font-size: .875rem;
				line-height: 1.8em;
				text-align: left;
		}
}
@media screen and (max-width:280px) {
		.drawer-content {
				font-size: 12px;
		}
}
/************************/
.pc_480, .pc_768 {
		display: block;
}
.pc_1200 {
		display: block;
}
.mo_480, .mo_768 {
		display: none;
}
@media screen and (max-width: 1199px) {
		.pc_1200 {
				display: none;
		}
}
@media screen and (max-width: 768px) {
		.pc_768 {
				display: none;
		}
		.mo_768 {
				display: block;
		}
}
@media screen and (max-width: 480px) {
		.pc_480 {
				display: none;
		}
		.mo_480 {
				display: block;
		}
}
/*------------------------------------------ 
Modal Backdrop
--------------------------------------------*/
.modal-backdrop {}
#popupContent {
		padding: 2rem;
		height: -webkit-fit-content !important;
		height: -moz-fit-content !important;
		height: fit-content !important;
		min-height: 360px;
}
#popupContent button {
		font-size: 1rem;
}
#popupHeadline {
		display: inline-block !important;
		top: 0 !important;
		left: 0 !important;
		width: auto !important;
}
#popupDescription {
		top: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		width: 100% !important;
}
#popupDetails {
		left: 0 !important;
		bottom: 0 !important;
		position: relative !important;
		margin-top: 30px;
}
@media (max-width: 767.98px) and (orientation:landscape) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
@media (max-width: 575.98px) and (orientation:portrait) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
/************************
GOTOP
************************/
#go_top, #go_link, #go_home {
		position: fixed;
		display: inline-block;
		z-index: 99;
}
#go_top {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 30px;
}
#go_home {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 80px;
}
#go_link {
		width: 80px;
		height: 40px;
		right: 0px;
		top: 250px;
}
@media only screen and (max-width: 768px) {
		#go_link {
				width: 65px;
				top: 500px;
		}
		#go_link img {
				width: 65px;
		}
}
@media only screen and (max-width: 991px) {
	#go_top{
		bottom: 60px;
	}
	#go_home{
		bottom: 110px;
	}
}
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #909090;
		margin-bottom: 1px;
}

/* 內容 */
.txt-red{
	color: #e71717;
	font-weight: 600;
}
.txt-blue{
	color: #2242ff;
}
.txt-BigRed{
	color: #e71717;
	font-size: 36px;
	font-weight: 700;
}
.txt-pfce{
	text-align: center;
	margin-bottom: 50px;
	padding: 0 20px;
}
.card{
	width: 490px;
}
.txt-rmd{
	font-size: 16px;
	color: #757575;
	text-align: center;
	margin-top: 30px;
	padding: 0 20px;
}
.txt-mlf{
	margin-left: 55px;
}
.contBox{
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20px;
	gap: 40px;
	margin-bottom: 20px;
}
.contItem{
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
	padding: 50px 20px;
	position: relative;
	width: 420px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}
.contItem3{
	width: 500px;
}

.contItem5{
	width: 500px;
}
.contItem7 {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
    padding: 50px 20px;
    position: relative;
    width: 700px;
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.contItem8{
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 10px;
	padding: 50px 20px;
	position: relative;
	width: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}


.contItem::before{
	content: '';
	display: block;
	background-color: #c47700;
	width: 10px;
	height: 80px;
	position: absolute;
	left: -10px;
	top: -10px;
}
.contItem::after{
	content: '';
	display: block;
	background-color: #c47700;
	width: 80px;
	height: 10px;
	position: absolute;
	left: -10px;
	top: -10px;
}
.contItem2::before{
	background-color: #ffc600;
}
.contItem2::after{
	background-color: #ffc600;
}
.contItem3::before{
	background-color: #3f7fff;
}
.contItem3::after{
	background-color: #3f7fff;
}
.contItem4::before{
	background-color: #015293;
}
.contItem4::after{
	background-color: #015293;
}
.contItem5::before{
	background-color: #3f7fff;
}
.contItem5::after{
	background-color: #3f7fff;
}
.contItem6::before{
	background-color: #FFDED9;
}
.contItem6::after{
	background-color: #FFDED9;
}

.contItem7::before{
	background-color: #C6D9EC;
}
.contItem7::after{
	background-color: #C6D9EC;
}
.contItem8::before{
	background-color: #E9FFFF;
}
.contItem8::after{
	background-color:#E9FFFF;
}

.spacTxtBox{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 20px 0;
	width: 75%;
}
.spacTxt-title{
	background-color: #c47700;
	border-radius: 12px 12px 0 0;
	padding: 6px 20px;
	color: #ffffff;
	font-weight: 700;
	z-index: 2;
	width: 100%;
	text-align: center;
}
.spacTxt{
	width: 100%;
	background-color: #fff3e1;
	border-radius: 0 0 12px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 16px 20px;
}
.spacTxt p{
	text-align: left;
	line-height: 1.7;
}
.spacTxt img{
	width: 22%;
}
.spacTxt-hiline{
	color: #0000FF;
	text-decoration: underline;
	transition: 0.3s;
}
.spacTxt-hiline:hover{
	color: #FF0000;
}
.spacTxt-icon{
	width: 20px;
	background-color: #e71717;
	border-radius: 50px;
	padding: 5px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: text-bottom;
}
.spacTxt-icon img{
	width: 5px;
}
.txt-sm{
	font-size: 14px;
}
@media (max-width: 767px) {
	.contItem{
		width: 100%;
	}
	.card{
		width: 80%;
	}
	.spacTxtBox{
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.contItem{
		width: 100%;
		margin: 0 20px;
	}
	.contItem7{
		gap: 10px;
	}
	.contWrap{
		font-size: 14px;
	}
	h3.act-date{
		font-size: 14px;
	}
	.spacTxt{
		gap: 10px;
		flex-direction: column;
		padding: 8px 10px;
	}
	.spacTxt p{
		text-align: center;
	}
	.spacTxt img{
		width: 26%;
	}
	.txt-mlf{
		margin-left: 43px;
	}
}

p .bullet{
	list-style-position: outside;
	text-indent: -12px;
	margin-left: 12px;
}

.contWrap{
	width: 100%;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.contWrap .p_content{
	max-width: 920px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

