@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
		margin: 0px;
		padding: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
	 outline: none !important;
}
a, a:link, a:visited, a:active {
		color: #000;
}
 a:hover {
		color: #d72929;
}
img {
		border: 0px none;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: 'Open Sans','微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 16px;
		background-color: #ffffff;
		background-repeat: repeat;
}
html:lang(en),
.en{
    font-family: "Open Sans", sans-serif;
}
.fix-ad .item .act {
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
@media screen and (max-width: 768px) {
		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;
				-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;
		}
}
/************************
BANNER
************************/
.bot-banner {
		padding: 2rem 0 0 0;
		clear: both;

}
.bot-banner.has-two .page-container {
		
		justify-content: center;
		align-items: center;
		padding: 0 .5rem;
}

.ad_1{
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bot-banner img {
		max-width: 70%;
		margin: auto;
}
.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;
		}
		.bot-banner.has-two .page-container > a {
				max-width: calc(50% - .25rem)
		}
		.bot-banner img {
				max-width: 100%;
				margin: auto;
		}
}
@media only screen and (max-width: 480px) {
		.bot-banner.has-two .page-container {
				flex-direction: column;
		}
		.bot-banner.has-two .page-container > a {
				max-width: 100%;
		}
		.bot-banner.has-two .page-container > a:first-child {
				margin-bottom: .35rem;
		}
}
/************************
TOTAL
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
}
.page-container {
		padding: 0px;
		max-width: 992px;
}
@media only screen and (max-width:992px) {
		.page-container h4 {
				position: relative;
				top: 0px;
		}
}
h3 {
		line-height: 1.8em;
}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:1024px) {
		.page-wrapper {
				width: 100%;
		}
		.page-container {
				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;
		}
}
/************************/
.pc_768, .pc_480 {
		display: block;
}
.mo_768, .mo_480 {
		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;
		}
}
/************************
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;
}
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;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		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;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		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;
		padding: 15px 0px;
}
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;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 120px;
		background: #fff;
}
body.open section.main-content {
		padding-top: 50px;
}
@media screen and (max-width: 991px) {
		section.main-content {
				width: 100%;
		}
		body.open section.main-content, section.main-content {
				padding-top: 50px;
		}
}
/************************
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% 3%;
		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(25% + 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(70% - 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 80px;
		}
		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
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #909090;
		margin-bottom: 10px;
}
.both {
		width: 100%;
		display: inline-block;
		height: 0px;
		margin: 0px;
}
.both_10 {
		width: 100%;
		display: inline-block;
		height: 100px;
		margin: 50px 0;
}
.both_20 {
		width: 100%;
		display: inline-block;
		height: 10px;
		margin: 5px 0;
}
.cs1 {
		color: #d80012;
}
.cs3 {
		color: #333;
}
.dot {
		font-size: 11px;
		top: -2px;
		position: relative;
}
/************************
KEY-VISUAL
************************/
.key-visual {
		position: relative;
		padding-top: 40px;
		padding-bottom: 40px;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		background-color: #e3e5e7;
		background-image: url('../images/visual_1a.jpg');
		background-repeat: no-repeat;
		background-position: center 0px;
		background-size: cover;
		-moz-background-size: auto 100%;
		-o-background-size: auto 100%;
		height:500px;
}
.kv-star{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    height: 50%;
	z-index: 5;
}
.key-visual .tb01 {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 200px;
}
.key-visual .kv-btn{
	margin-top: 20px;
}
.key-visual .kv-btn a{
	width: 180px;
	font-size: 16px;
	text-align: center;
	background: linear-gradient(to right, rgba(185,42,21,1) 0%,rgba(185,42,21,1) 26%,rgba(234,97,87,1) 73%,rgba(185,42,21,1) 100%);
	border-radius: 50px;
	color: #fff;
	font-weight: 800;
	display: inline-block;
	padding: 10px;
	transition: .3s;
	margin: 5px;
}
.key-visual .kv-btn a:hover{
	background: #000;
}
.key-visual .tb01 h1 {
		font-family: 'Microsoft YaHei', 'Microsoft JhengHei', Helvetica, Arial;
		font-size: 35px;
		line-height: 1.5em;
		font-weight: 900;
}
.key-visual .tb01 h3 {
		color: #000000;
		font-size: 28px;
		font-weight: 400;
		padding-top: 5px;
		padding-bottom: 10px;
}
.key-visual .tb01 p {
		display: none;
}
.key-visual img.v-s1 {
		display: none;
}
.kv-box{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}
.kv-phone{
	width: 50%;
}

@media screen and (max-width: 992px) {
		.key-visual .tb01 {
				float: center;
				text-align: left;
				padding-top: 20px;
				padding-left: 0px;
		}
        .kv-star{
            top: inherit;
            transform: inherit;
            bottom: -5%;
            height: 35%;
			left: inherit;
			right: 0;
        }
		.kv-box{
			flex-direction: column;
			gap: 60px;
		}
}
@media screen and (max-width: 500px){
	.key-visual .kv-btn{
		display: none;
	}
	.kv-box{
		flex-direction: column;
		gap: 20px;
	}
}
.key-visual .tb01 img {
	width: 100%;
	filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.9));
}
.key-visual .tb01 h1 {
		font-size: 35px;
		line-height: 1.5em;
		font-weight: 900;
}
.key-visual .tb01 h3 {
		color: #000000;
		font-size: 28px;
		font-weight: 400;
		padding-top: 5px;
		padding-bottom: 10px;
}
.key-visual .tb01 p {
		display: none;
}
.key-visual img.v-s1 {
		display: none;
}
@media screen and (max-width: 992px) {
		.key-visual {
				padding-top: 0px;
				background-position: center bottom;
				height: 1000px;
				background-image: url('../images/visual_s1a.jpg');
				background-size: cover;
		}
		.key-visual .tb01 {
				padding-top: 20px;
				text-align: center;
		}
		.key-visual .tb01 img{
			width: 80%;
		}
		.kv-phone{
			width: 80%;
		}
		.key-visual .tb01{
			margin-bottom: 0;
		}
}
@media screen and (max-width: 768px) {
		.key-visual .tb01 h1 {
				font-size: 30px;
		}
		.key-visual .tb01 h3 {
				font-size: 26px;
		}
}
@media screen and (max-width: 480px) {
		.key-visual {
				position: relative;
				padding-top: 0px;
				padding-bottom: 0px;
				-webkit-transition: all 0.5s ease 0s;
				-o-transition: all 0.5s ease 0s;
				transition: all 0.5s ease 0s;
				height: 620px;
				background-image: url('../images/visual_s1a.jpg');
				width: 100%;
		}
		.key-visual .tb01 {
				width: 100%;
				text-align: center;
				padding: 60px 2% 10px;
		}
		.key-visual .tb01 h1 {
				font-size: 20px;
		}
		.key-visual .tb01 h3 {
				font-size: 20px;
		}
		.key-visual .tb01 img {
				width: 100%;
		}
		.key-visual img.v-s1 {
				display: block;
				max-width: 100%;
		}
		.kv-phone {
			width: 100%;
		}
		
}
/************************
LAYOUT
************************/
.page-container > .block_02 {
		margin-top: 30px;
		margin-bottom: 10px;
		background-color: #ffffff;
		position: relative;
}
.block_02 {
		float: left;
		width: 100%;
		padding: 0px 2%;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #ffffff;
		position: relative;
}
.block_02 .box_01 {
		float: left;
		width: 100%;
		min-height: 60px;
		color: #000000;
		font-size: 18px;
		line-height: 2em;
		font-weight: 400;
		text-align: left;
		padding-right: 230px;
}
.block_02 .mode_02 {
		display: inline-block;
		float: right;
		width: 150px;
		vertical-align: middle;
		text-align: center;
}
.block_02 .mode_02 img {
		width: 100%;
		vertical-align: middle;
}
@media screen and (max-width: 960px) {
		.block_02 {
				padding: 0px 5%;
		}
		.block_02 .mode_02 {
				width: 150px;
		}
}
@media screen and (max-width: 768px) {
		.block_02 .mode_02 img {
				width: 80%;
				vertical-align: middle;
				text-align: right;
				left: 20px;
		}
		.block_02 .mode_02 {
				text-align: right;
				position: relative;
				right: 0rem;
				left: auto;
				top: 0rem;
		}
		.block_02 .box_01 {
				padding-right: 0px;
		}
}
@media screen and (max-width: 480px) {
		.block_02 .box_02, .block_02 .box_01 {
				position: relative;
				width: 100%;
				padding: 5px 0px;
		}
		.block_02 .mode_02 {
				position: relative;
				width: 100%;
				max-width: 140px;
				right: 0rem;
				left: auto;
				top: 0rem;
				margin: 0;
		}
}
@media screen and (max-width: 320px) {
		.block_02 .mode_02 {
				max-width: 130px;
				top: 0rem;
		}
}
/************************/
.block_02 .box_02 {
		position: relative;
		display: inline-block;
		width: 100%;
}
.block_02 .box_02 .title {
		position: relative;
		font-size: 18px;
		font-weight: 700;
		line-height: 1.8em;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		bottom: -20px;
}
.block_02 .box_02 .title .tt1, .block_02 .box_02 .title .tt2, .block_02 .box_02 .title .tt3 {
		width: 75%;
		display: inline-block;
		background-color: #e34c5f;
		color: #fff;
		padding: 5px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
.block_02 .box_02 .title .tt1two1, .block_02 .box_02 .title .tt1two2 {
		min-height: 75px;
}
.block_02 .box_02 .title .tt1two1 {
		padding-top: 20px;
}
.block_02 .box_02 .title .tt1 {
		width: 100px;
		background-color: #777;
		text-align: center;
		border-top-left-radius: 7px;
		border-bottom-left-radius: 7px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: bottom;
}
.block_02 .box_02 .title .tt2 {
		background-color: #fae6ba;
		color: #000;
		text-align: center;
		border-top-right-radius: 7px;
		border-bottom-right-radius: 7px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: bottom;
}
.block_02 .box_02 .title .tt3 {
		text-align: center;
		border-radius: 7px;
		width: 230px;
}
.block_02 .box_02 .title .tt2 span {
		font-size: 16px;
		font-weight: 400;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		line-height: 1em;
}
.block_02 .box_02 .content_1 {
		padding: 30px;
		border-radius: 20px;
		border: 1px solid #ccc;
		font-size: 16px;
}
.block_02 .box_02 .content_1.has_pro {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0;
		padding-top: 5px;
}
.block_02 .box_02 .content_1.has_pro .pro {
		max-width: 200px;
		display: inline-block;
}
.block_02 .box_02 .content_1.has_pro .pro img {
		max-width: 100%;
}
.block_02 .box_02 .content_1 .mo_time {
		display: inline-block;
		line-height: 2em;
		word-break: break-all;
}
.block_02 .box_02 .content_1 .dd1 {
		border-bottom: 2px dashed #ccc;
}
.block_02 .box_02 .content_1 .dd1.border-top {
		border-top: 2px dashed #ccc;
	 margin-top: 1rem;
}
.block_02 .box_02 .content_1 .dd1.border-0 {
		border-bottom: 0;
}
.block_02 .box_02 .content_1 .dd1 li {
		display: inline-block;
		width: 34%;
		text-align: left;
		line-height: 1.6em;
		padding: 10px 0;
		vertical-align: middle;
}
.block_02 .box_02 .content_1 .dd1 li:first-child {
		display: inline-block;
		width: 36%;
		line-height: 1.6em;
		padding: 10px 0;
		vertical-align: middle;
}
.block_02 .box_02 .content_1 .dd1 li:last-child {
		width: 25%;
}
.block_02 .box_02 .content_1 .dd1.full {
		padding: 15px 0;
}
.block_02 .box_02 .content_1 .dd1.full span, .block_02 .box_02 .content_1 .dd1 li span {
		color: #d72929;
		font-weight: 700;
		font-size: 18px;
}
.block_02 .box_02 .content_1 .dd2 span {
		color: #d72929;
		font-weight: 700;
		font-size: 18px;
}
.block_02 .box_02 .content_1 .dd2 {
		text-align: center;
		padding: 20px 0px;
}
.note.out_block, .block_02 .box_02 .content_1 .note {
		display: inline-block;
		font-size: 14px;
		padding-top: 20px;
		text-align: center;
}
@media screen and (min-width: 768px) {
		.block_02 .box_02 .has-flex {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
		}
}
@media screen and (max-width: 768px) {
		.block_02 .box_02 .title .tt2 {
				width: 83%;
		}
		.block_02 .box_02 .content_1 .mo_time {
				display: block;
				padding-top: 10px;
		}
		.block_02 .box_02 .content_1 {
				padding: 30px 10px;
		}
		.block_02 .box_02 .content_1 .dd1.full span, .block_02 .box_02 .content_1 .dd1 li span {
				font-size: 16px;
		}
}
@media screen and (max-width: 725px) {
		.block_02 .box_02 .title .tt2, .block_02 .box_02 .title .tt3 {
				width: 100%;
				border-bottom-left-radius: 7px;
				border-top-left-radius: 0px;
				font-size: 16px;
		}
		.block_02 .box_02 .title .tt1 {
				padding-top: 5px;
				min-height: 10px;
				border-bottom-left-radius: 0px;
				border-top-right-radius: 7px;
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.block_02 .box_02 .content_1 {
				font-size: 14px;
		}
}
@media screen and (max-width: 480px) {
	 .note.out_block, 
		.block_02 .box_02 .content_1 .note {
				text-align: left;
			 font-size: 12px;
		}
		.block_02 .box_02 .content_1 .dd2 {
				text-align: left;
		}
		.block_02 .box_02 .content_1 .dd1 {
				font-size: 0.9rem;
		}
		.block_02 .box_02 .content_1 .dd1.full span, .block_02 .box_02 .content_1 .dd1 li span {
				font-size: 0.9rem;
		}
		.block_02 .box_02 .content_1.has_pro {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				padding-top: 30px;
		}
		.block_02 .box_02 .content_1.has_pro .pro {
				max-width: 80%;
		}
}
@media screen and (max-width: 320px) {
		.block_02 .box_02 .content_1 {
				font-size: 14px;
		}
		.block_02 .box_02 .content_1 .dd1 li {
				font-size: .75rem;
		}
}
.hot {
		position: relative;
		display: block;
		float: right;
		width: 70px;
		text-align: right;
		margin-top: -40px;
		z-index: 1;
}
.hot img {
		width: 70px;
		height: auto;
}
.block_05 {
		display: inline-block;
		width: 96%;
		margin: 0px 2%;
		padding-bottom: 20px;
		background: #ffffff;
}
.block_05-2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 96%;
		margin: 0px 2%;
		padding-bottom: 20px;
}
.block_05-2 .pic_s1 {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
.block_05-2 .left-p {
		float: left;
		min-width: 30%;
}
.block_05-2 .right-p {
		float: right;
		min-width: 30%;
}
.block_05-2 .pic_s1 img {
		max-width: 100%;
}
.block_05-2 .pic_s1 img.show_s1 {
		display: block;
}
.block_05-2 .pic_s1 img.show_s2 {
		display: none;
}
.block_05 .pic_s1 {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
.block_05 .pic_s1 img {
		max-width: 100%;
}
.block_05 .pic_s1 img.show_s1 {
		display: block;
}
.block_05 .pic_s1 img.show_s2 {
		display: none;
}
.block_05 .m5_01 {
		display: inline-block;
		float: left;
		width: 60%;
		color: #000000;
		font-size: 18px;
		line-height: 2em;
		font-weight: 400;
		text-align: left;
}
.block_05 .m5_02 {
		display: inline-block;
		float: left;
		width: 40%;
}
.block_05 .m5_01 img, .block_05 .m5_02 img {
		max-width: 100%;
}
.block_05 .m5_03 {
		display: inline-block;
		float: left;
		width: 50%;
		color: #000000;
		font-size: 18px;
		line-height: 2em;
		font-weight: 400;
		text-align: left;
}
.block_05 .m5_03 img, .block_05 .m5_02 img {
		max-width: 100%;
}
.block_05 .pic_01 {
		width: 100%;
		height: 90px;
		position: relative;
		display: block;
		float: left;
		text-align: left;
		margin-top: 0px;
}
.block_05 li.box4, .block_05 li.box3, .block_05 li.box2 {
		display: block;
		float: left;
		padding: 0px;
		color: #000000;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom: 1%;
		min-height: 100px;
		text-align: left;
		background-color: #ffffff;
}
.block_05 li.box4 img, .block_05 li.box3 img, .block_05 li.box2 img {
		max-width: 100%;
}
.block_05 li.box2 {
		max-width: 48%;
}
.block_05 li.box3 {
		max-width: 40%;
}
.block_05 li.box4 {
		max-width: 23%;
}
.block_05 h2 {
		color: #d50020;
		font-size: 23px;
		line-height: 1.4em;
		margin: 10px 8px;
		font-weight: 900;
}
.block_05 .t1 {
		font-size: 21px;
		color: #000000;
		font-weight: 400;
		display: block;
}
.block_05 .b2 {
		font-size: 18px;
		color: #000000;
		line-height: 2em;
		font-weight: 400;
		min-height: 10px;
		margin: 10px 10px;
}
.block_05 li .add {
		min-height: 90px;
}
.block_05 li .add1 {
		min-height: 150px;
}
.block_05 li .add2 {
		min-height: 200px;
}
.block_05 li .add p, .block_05 li .add1 p, .block_05 li .add2 p {
		color: #000000;
		font-size: 16px;
		line-height: 1.4em;
		margin: 5px 10px;
		min-height: 20px;
}
.block_05 .add img {
		float: left;
		height: 18px;
		margin-top: 1px;
		margin-right: 5px;
}
.block_05 a, .block_05 a:hover, .block_05 a:active {
		color: #000000;
}
.block_02 .mode_01 {
		display: inline-block;
		float: left;
		width: 100%;
		color: #000000;
		font-size: 18px;
		line-height: 2em;
		font-weight: 400;
		text-align: left;
}
.block_05 .mode_02 {
		display: inline-block;
		float: right;
		margin-top: 0%;
		width: 250px;
		vertical-align: middle;
		text-align: center;
}
.block_05 .mode_02 img {
		width: 100%;
		vertical-align: middle;
}
.small {
		font-size: 16px;
		color: #000000;
		line-height: 1.7em;
		font-weight: 200;
		min-height: 10px;
		margin: 5px 20px 5px;
		text-indent: -0.7em;
}
@media only screen and (max-width: 980px) {
		.block_05 .m5_03, .block_05 .m5_02, .block_05 .m5_01 {
				display: block;
				width: 96%;
				min-height: 100px;
				float: left;
				padding-bottom: 2%;
				margin-left: 2%;
				margin-right: 2%;
				margin-bottom: 2%;
		}
		.block_05 .m5_02 img {
				width: 100%;
				max-width: 600px;
		}
		.block_05 li.box4, .block_05 li.box3, .block_05 li.box2 {
				display: block;
				min-height: 80px;
				float: left;
				padding-bottom: 2%;
				margin-left: 2%;
				margin-right: 2%;
				margin-bottom: 2%;
		}
		.block_05 li.box2 {
				max-width: 46%;
		}
		.block_05 li.box3 {
				max-width: 46%;
		}
		.block_05 li.box4 {
				max-width: 46%;
		}
		.block_05 .pic_s1 img {
				max-width: 100%;
				margin: 0px 0%;
		}
		.block_05 .pic_01 img {
				max-width: 100%;
		}
		.block_02 .mode_01 {
				width: 100%;
		}
		.block_05 .mode_02 {
				width: 30%;
		}
}
@media only screen and (max-width: 720px) {
		.block_05 {
				max-width: 100%;
				float: left;
		}
		.block_05-2 {
				max-width: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.block_05 li.box4, .block_05 li.box3, .block_05 li.box2 {
				display: block;
				max-width: 100%;
				min-height: auto;
				float: left;
				padding-bottom: 5%;
				margin-bottom: 5%;
		}
		.block_05 .pic_s1 img.show_s1 {
				display: none;
		}
		.block_05 .pic_s1 img.show_s2 {
				display: block;
		}
		.block_05-2 .pic_s1 img.show_s1 {
				display: none;
		}
		.block_05-2 .pic_s1 img.show_s2 {
				display: block;
		}
}
@media screen and (max-width: 480px) {
		.block_02 .mode_01 {
				display: block;
				width: 100%;
		}
		.block_05 .mode_02 {
				display: block;
				width: 100%;
				text-align: center;
				margin: 10px 0px;
		}
		.block_05 .mode_02 img {
				max-width: 50%;
		}
}
/************************/
.block_06 {
		display: inline-block;
		width: 100%;
		padding: 2% 0%;
		margin: 5px 0px;
		font-size: 36px;
		color: #393939;
		line-height: 1.5em;
		text-align: center;
		background: #ececec;
}
@media only screen and (max-width: 980px) {
		.block_06 {
				font-size: 28px;
		}
}
@media screen and (max-width: 480px) {
		.block_06 {
				font-size: 20px;
		}
}
/************************/
.block_09 li img, .block_09 li, .block_09 ul, .block_09 {
		position: relative;
		display: inline-block;
		width: 100%;
}
.block_09 {
		padding: 10px 20px;
}
.block_09 li {
		float: left;
		width: 50%;
		padding: 10px 5px;
}
.block_09 li img {
		-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
}
.block_09 li a.p_left img {
		-webkit-border-top-left-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-topleft: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
}
.block_09 li a.p_right img {
		-webkit-border-top-right-radius: 20px;
		-webkit-border-bottom-right-radius: 20px;
		-moz-border-radius-topright: 20px;
		-moz-border-radius-bottomright: 20px;
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
}
@media screen and (max-width: 768px) {
		.block_09 li {
				width: 100%;
				padding: 5px 2%;
		}
		.block_09 li a.p_left img {
				-webkit-border-top-right-radius: 20px;
				-webkit-border-bottom-left-radius: 0px;
				-moz-border-radius-topright: 20px;
				-moz-border-radius-bottomright: 0px;
				border-top-right-radius: 20px;
				border-bottom-right-radius: 0px;
		}
		.block_09 li a.p_right img {
				-webkit-border-top-right-radius: 0px;
				-webkit-border-bottom-left-radius: 20px;
				-moz-border-radius-topright: 0px;
				-moz-border-radius-bottomleft: 20px;
				border-top-right-radius: 0px;
				border-bottom-left-radius: 20px;
		}
}
/************************
BUTTON
************************/
.button {
		margin: 0% 3%;
		text-align: center;
}
.button .btn:last-child {
		margin-right: 0;
}
.button1, .button3, .button6 {
		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;
		border-radius: 5px;
		margin-right: 15px;
}
.button8 {
		display: inline-block;
		font-size: 14px;
		line-height: 1.5em;
		padding: 3px 12px;
		margin: 5px 2px;
		outline: none;
		cursor: pointer;
		text-decoration: none;
		text-align: center;
		white-space: nowrap;
		border-radius: 5px;
		margin-right: 15px;
}
.button1 {
		color: #ffffff;
		background: #007dba;
}
.button1:hover, .button1:active {
		color: #ffffff;
		background: #004265;
}
a.button3 {
		color: #ffffff;
		background: #d50020;
}
a.button3:hover, a.button3:active {
		color: #ffffff;
		background: #d50020;
}
a.button6 {
		color: #000000;
		background: #ffffff;
		border: 1px solid #bbbbbb;
}
a.button6:hover, a.button6:active {
		color: #000000;
		background: #dddddd;
		border: 1px solid #bbbbbb;
}
a.button8 {
		color: #ffffff;
		background: #999999;
}
a.button8:hover, a.button8:active {
		color: #ffffff;
		background: #d50020;
}
@media screen and (max-width: 960px) {
		.button {
				width: 94%;
				margin: 0px 3%;
		}
}
@media screen and (max-width: 480px) {
		a.button3 {
				margin-right: 0;
		}
}
/***********************
TABLE 表格選單
***********************/
table {
		font-size: 18px;
		width: 100%;
		margin: 0;
		padding: 0;
		line-height: 1.2em;
		border-collapse: collapse;
		border-spacing: 0;
		background: #ffe5dc;
}
table tr {
		padding: 5px;
		text-align: left;
		border: 1px solid #ffffff;
}
table th {
		padding: 13px 5px;
		font-size: 18px;
		letter-spacing: 1px;
		color: #000000;
		background: #fecebb;
		text-align: center;
		border-left: 1px solid #ffffff;
}
table tr a, table tr:hover, .table tr:active {
		color: #222222;
}
tr:nth-of-type(odd) {
		background: #fef3f4;
}
table tr td {
		padding: 3px 10px;
		height: 40px;
		text-align: center;
		border-left: 1px solid #ffffff;
}
table .show {
		display: none;
}
@media only screen and (max-width: 480px) {
		table {
				border: 0;
		}
		table tr {
				margin-bottom: 10px;
				border-bottom: 2px solid #ffffff;
		}
}
table dt {
		font-size: 16px;
		padding: 3px 10px;
}
table .state {
		width: 50px;
}
table .turn {
		width: 80px;
}
table .time {
		width: 150px;
}
table .act {
		width: 150px;
}
.none {
		display: none;
}
/************************
DRAWER-ITEM 
************************/
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #212121;
		padding: 50px 6px 6px;
		cursor: pointer;
		min-height: 30px;
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header h1 {
		float: left;
		color: #4c4c4c;
		font-size: 18px;
		line-height: 1.4em;
		font-weight: 600;
		margin: 0;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		min-height: 30px;
		color: #ffffff;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		float: left;
		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 {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-item-active .drawer-header-icon {}
.drawer-content {
		width: 96%;
		margin: 0px 2%;
		padding: 0;
		display: block;
		color: #474747;
		line-height: 1.8em;
		padding-top: 10px;
		padding-bottom: 30px;
		text-align: left;
		word-break: break-word;
	 font-size: 15px;
}
.drawer-content p{
	    margin-bottom: 0;
}
.drawer-content ol {
		padding-left: 25px;
}
@media only screen and (max-width: 991px) {
		.drawer-content {
				font-size: 14px;
		}
}





/************************
GOTOP
************************/
#go_top, #go_link {
		position: fixed;
		display: inline-block;
		z-index: 99;
}
#go_top {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 20%;
}
#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;
		}
		#go_top {
			bottom: 8%;
		}
}
ul.uldot2 {
		-webkit-padding-start: 5ch;
		padding-inline-start: 5ch;
		margin-right: 20px;
		text-indent: -20px;
}
ul.uldot {
		-webkit-padding-start: 5ch;
		padding-inline-start: 5ch;
		list-style-position: outside;
		text-indent: 0px;
}
.pic {
		margin: 0px 20px;
}
@media only screen and (max-width: 768px) {
		.pic {
				margin: 0px 2%;
		}
}
/************************/
.block_02 .mode_top {
		display: inline-block;
		float: left;
		width: 100% !important;
		color: #000000;
		font-size: 18px;
		line-height: 2em;
		font-weight: 400;
		text-align: left;
}
.cards{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cards img{
    width: 60%;
    margin: auto;
}
@media screen and (max-width: 768px) {
		.block_02 p.cards img {
				width: 70% !important;
		}
		.block_02 .mode_top {
				display: inline-block;
				float: left;
				width: 100% !important;
				color: #000000;
				font-size: 18px;
				line-height: 2em;
				font-weight: 400;
				text-align: left;
		}
        .cards img{
            width: 80%;
        }
}
img.pp1 {
		width: 100%;
		max-width: 500px;
}
.content_1 .pp2 {
		margin-left: auto;
		margin-right: 10px;
		width: 14%;
}
.content_1 .pp2 img {
		width: 100%;
}
@media screen and (max-width: 480px) {
		.block_02 p.cards img {
				width: 100% !important;
		}
		.content_1 .pp2 {
				margin-left: auto;
				margin-right: .5rem;
				width: 25%;
				margin-top: 1rem;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 30%;
		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;
        z-index: 50;
}
.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  img.ATL_img {
		max-width: 100px;
		margin-bottom: 1.5rem;
}

.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;
}

.fix-bottom{
	width: 100%;
	position: fixed;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.fix-bottom a{
	text-align: center;
	font-size: 20px;
	font-weight: 800;
	background: #ffffff;
	color: #c91f06;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	padding: 10px 40px;
	transition: 0.2s;
}
.fix-bottom a:nth-child(1){
	background: linear-gradient(to right, rgba(185, 42, 21, 1) 0%, rgba(185, 42, 21, 1) 26%, rgba(234, 97, 87, 1) 73%, rgba(185, 42, 21, 1) 100%);
	color: #ffffff;
}
.fix-bottom a:hover{
	background: #000000;
	color: #ffffff;
}
@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;
		}
}
@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: 3.5rem;
		}
		.fix-ad .item {
				margin-bottom: .35rem;
		}
		.fix-bottom a{
			font-size: 14px;
			padding: 10px 5px;
		}
		.fix-bottom{
			gap: 2px;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 3.1rem
		}
		.fix-ad .item .name {
				font-weight: bold;
		}
		.fix-ad{
			display: none;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 3rem;
		}
		.fix-bottom span{
			display: none;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 3rem;
		}
}
.contWrap{
    width: 100%;
	background: url(../images/cont_bg-1.png)no-repeat top center;
	background-color: #e3e5e7;
	background-size: contain;
    padding: 150px 20px 50px;
	position: relative;
	overflow: hidden;
}
.cont_bg-2{
	width: 100%;position: absolute;
	left: 0;
	bottom: 0;
	z-index:0;
}
.cont{
	width: 100%;
	margin-top: 150px;
	position: relative;
	z-index: 1;
}
.cont:nth-child(1){
	margin-top: 0px;
}
.contBox{
    background-size: auto;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    z-index: 2;
}
.cont-title{
	width: 70%;
	position: relative;
	margin: 0 auto 40px;
}
.cont-title-video{
	width: 45%;
}
.cont-title h2{
	font-size: 36px;
	font-weight: 800;
	text-align: center;
}
.cont-title span{
	color: #c91f06;
}
.cont-title b{
	font-size: 44px;
}
.red-star{
	width: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.red-star1{
	left: 20px;
}
.red-star2{
	right: 20px;
}
.cont-ticket{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -20px;
}
.cont-ticket img{
	width: 50%;
	margin: 0 -20px;
}
.cont-ticket .cont_icon-2{
	width: 50px;
	z-index: 2;
	margin-top: 80px;
}
.cont_item-2{
	width: 50%;
	position: relative;
}
.cont_item-2 img{
	width: 100%;
}
.cont_item-2 .cont_icon-8{
	width: 16%;
	position: absolute;
	right: 2%;
	bottom: 0;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.4))
}
/* 任選一項任務完成  就能參加抽獎 */
.cont-phone,.cont-phone-item,.cont-phone-txt{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cont-phone{
	gap: 20px;
}
.cont-phone-item{
	background: linear-gradient(to top, rgba(230,255,234,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	border-radius: 20px;
	border: 1px solid #cccccc;
	padding: 0 10px;
}
.cont-phone-item-2{
	background: linear-gradient(to top, rgba(236,217,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
}
.cont-phone-item-3{
	background: linear-gradient(to top, rgba(255,194,194,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
}
.cont-phone-txt{
	flex-direction: column;
}
.cont-phone-txt p:nth-last-child(1){
	width: 100%;
	border-top: 1px dashed #cccccc;
	margin: 40px 0 0;
	padding: 30px 0 0;
}
.cont-phone-txt p{
	font-size: 18px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.cont-phone-txt span{
	font-weight: 800;
}
.cont-phone-txt b{
	font-size: 26px;
}
/* 手機圖片 */
.phone{
	width: 60%;
	margin: -10px 0 -10px -30px;
}
.cont-phone-txt img{
	width: 80%;
}
.cont-phone-txt .cont-arrow{
	width: 16%;
}

/* 5,000百貨禮券 */
.cont-gift{
	width: 100%;
	position: relative;
	background-color: #ffe9e9;
	border-radius: 20px;
	border: 1px solid #cccccc;
	padding: 60px 20px;
	margin-top: 40px;
}
.cont-gift h3{
	font-size: 28px;
	text-align: center;
	line-height: 1.8;
}
.cont-gift span{
	color: #c91f06;
	font-size: 32px;
}
.cont-gift b{
	font-size: 36px;
}
.cont-gift img{
	width: 20%;
}
.cont_icon-6,.cont_icon-7{
	position: absolute;
}
.cont_icon-6{
	left: -5%;
	top: -2%;
}
.cont_icon-7{
	right: -5%;
	bottom: -2%;
}
.video{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px
	;
}
.video-item{
    position: relative;
	width: 100%;
}
.video-item h4{
	width: 70%;
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	background: linear-gradient(to right, rgba(184,148,84,1) 0%,rgba(184,148,84,1) 50%,rgba(140,114,67,1) 100%);
	border-radius: 5px;
	text-align: center;
	padding: 5px;
	margin: 0 auto 20px;
	position: relative;
	transition: transform .2s ease;
}
.video-item h4::after{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background: linear-gradient(to right, rgba(184,148,84,1) 0%,rgba(184,148,84,1) 50%,rgba(140,114,67,1) 100%);
	position: absolute;
	right: 20px;
	bottom: -10px;
	z-index: -1;
}
.video-item:hover h4{
	transform: translateY(-6px);
}
.br{
	display: none;
}


@media only screen and (max-width:992px){
	.cont-ticket{
		flex-direction: column;
	}
	.cont_item-2{
		width: 100%;
	}
	.cont-ticket .cont_icon-2{
		margin-top: 0;
	}
	.cont-ticket img{
		width: 100%;
		margin: auto;
	}
	.cont-ticket .cont_icon-2{
		width: 10%;
	}
	.cont-phone{
		flex-direction: column;
		gap: 40px;
	}
	.red-star{
		width: 6%;
	}
	.cont-title{
		width: 100%;
	}
	.cont-phone-txt{
		gap: 20px;
	}
	.cont-phone-txt img{
		width: 60%;
	}
	.phone{
		width: 80%;
		margin: -20px 0 -20px -30px;
	}
	.cont-phone-txt .cont-arrow{
		width: 510;
	}
	.cont_icon-7{
		right: 0;;
	}
	.cont_icon-6{
		display: none;
	}
	.cont-gift{
		padding: 60px 80px;
	}
	.video{
		flex-direction: column;
	}
	.red-star1{
		left: -20px;
	}
	.red-star2{
		right: -20px;
	}
	
}
@media only screen and (max-width:500px){
	.cont{
		margin-top: 80px;
	}
    .contBox{
		border-radius: 0 0 20px 20px;
    }
	.cont-title h2{
		font-size: 26px;
	}
	.cont-gift h3 {
		font-size: 22px;
		text-align: center;
	}
    .cont-txt{
        font-size: 16px;
        line-height: 1.6;
    }
	.cont-phone {
        gap: 60px;
    }
	.phone{
		width: 55%;
		margin: -20px 0 -20px -30px;
	}
	.cont-gift {
        padding: 60px 20px;
    }
	.cont-gift img{
		width: 30%;
	}
	.video-item h4{
		width: 100%;
		font-size: 18px;
	}
	iframe{
		width: 100%;
	}
	.br{
		display: block;
	}
	.red-star1{
		left: 0px;
	}
	.red-star2{
		right: 0px;
	}
	.cont_item-2 .cont_icon-8{
		bottom: -30px;
	}

}

/* 輪播 */
.ad_card{
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 20px;
	height: 350px;
	position: relative;
}
.ad_card .pic{
	margin: 0px;
}
.ad_card .pic img{
	width: 100%;
}
.card-body{
	font-size: 22px;
	font-weight: 800;
}
.card-body .c_red{
	color: #cc0000;
}
.btn-outline-dark{
	color: #000000;
	border: 1px solid #000000;
	border-radius: 50px;
	text-align: center;
	padding: 1px 10px;
	display: inline-block;
	transition: 0.3s;
}

.ad_n4:hover .btn-outline-dark{
	color: #ffffff;
	background-color: #000000;
}
.ad_n4:hover .text-start{
	color: #000000;
}
.ad_card .head{
	margin: 5px 20px;
}
.ad_card .date{
	margin: 5px 20px;
}
.swiper{
	position: static !important;
}
.swiper-wrapper{
	width: 100%;
	position: relative;
}
.swiper-wrapper1
.swiper-sm{
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide{
	height: 400px !important;
}
.swiper-button-next, .swiper-button-prev{
	color: #ffffff !important;
	border-radius: 50px;
	background-color: #5a5a5a;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: var(--swiper-navigation-sides-offset, -45px) !important;
	width: 35px !important;
	height: 35px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -45px) !important;
	width: 35px !important;
	height: 35px !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 22px !important;
}
.swiper-slide .btn{
	display: block !important;
	text-align: right !important;
	position: absolute;
	right: 5px;
	bottom: 0;
}
.card-header{
	padding: 0 !important;
	background-color: none !important;
}
@media only screen and (max-width:992px){
	.swiper-autoheight, .swiper-autoheight .swiper-slide{
		height: 550px !important;
	}
	.ad_card{
		height: 500px;
		border-radius: 40px;
	}
	.swiper-tit{
		font-size: 22px;
		margin: 30px auto 20px;
	}
	.swiper-button-next, .swiper-rtl .swiper-button-prev{

		display: none !important;
	}
	.swiper-button-prev, .swiper-rtl .swiper-button-next {
	display: none !important;
	}
}

@media(max-width:500px){
		.swiper-autoheight, .swiper-autoheight .swiper-slide{
		height: 450px !important;
	}
	.ad_card{
		height: 400px;
		border-radius: 40px;
	}
}