@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #333;
		border: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		outline: none !important;
}
dl, ol, ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
}
ol, ul {
		padding-left: 0 !important;
}
button:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
body {
		padding: 0;
		margin: 0;
		color: #333333;
		font-family: "Open Sans", '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-weight: 600;
		font-size: 16px;
}
.block_wide .title {
		font-family: "Open Sans", 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', sans-serif;
		font-weight: 800;
}
.card.reset, .card.reset .card-header, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
}
.text-blue {
		color: #003399;
}
.block_wide .title .no:not(.large) {
		font-size: 105%;
		line-height: 1;
}
.no.large {
		font-size: 160%;
		line-height: 1;
}
.c-red {
		color: #cc0000;
}
@media screen and (max-width: 991px) {
		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;
		}
}
/*------------------------------------------ 
Go to Black
--------------------------------------------*/
.goto-block {
		right: 0;
		bottom: 5.5em;
		width: 12vw;
		max-width: 145px;
		z-index: 3;
		text-align: right;
}
.goto-block .text {
		right: 0;
		top: 0;
		z-index: 2;
}
.goto-block .pic_mode {
		max-width: 86%;
}
/*------------------------------------------ 
BANNER
--------------------------------------------*/
.banner-title {
		display: inline-block;
		text-align: center;
		position: relative;
		margin: 0 auto 1rem auto;
		color: #d50020;
		padding-bottom: 1rem;
		padding-top: 2rem;
		font-family: "Noto Sans TC", sans-serif;
		font-weight: bold;
}
.banner-title::after {
		content: '';
		margin: auto;
		display: block;
		width: 40px;
		height: 2px;
		position: absolute;
		background-color: #d50020;
		left: 0;
		right: 0;
		bottom: 0;
}
.bot-banner {
		clear: both;
		padding: 1rem 0;
}
.bot-banner img {
		max-width: 100%;
}
@media (max-width:991px) {
		.banner-title {
				font-size: 1.25rem;
		}
}
@media (max-width:480px) {
		.banner-title {
				font-size: 1rem;
		}
}
/************************
TITLE LINE
************************/
.title-line .text {
		font-size: 2rem;
		padding: 0 1rem;
}
.title-line img {
		max-width: 260px !important;
}
/************************
INFO LIST
************************/
.info_list .has-border::after {
		content: '';
		width: 1px;
		height: calc(100% - 2.25rem);
		background-color: #000000;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		z-index: 2;
}
.info_list > div {
		position: relative;
		z-index: 2;
		padding: 2rem 2rem;
}
.info_list::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: -o-linear-gradient(left, RGBA(255, 255, 255, 0)0%, RGBA(255, 255, 255, 1)30%, RGBA(255, 255, 255, 1)70%, RGBA(255, 255, 255, 0)100%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(255, 255, 255, 0)), color-stop(30%, RGBA(255, 255, 255, 1)), color-stop(70%, RGBA(255, 255, 255, 1)), to(RGBA(255, 255, 255, 0)));
		background: linear-gradient(to right, RGBA(255, 255, 255, 0)0%, RGBA(255, 255, 255, 1)30%, RGBA(255, 255, 255, 1)70%, RGBA(255, 255, 255, 0)100%);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
/************************
TABLE BLOCK
************************/
.table-block th img {
		max-width: 90px;
}
.table-block th, .table-block td {
		font-size: 1rem;
}
.table-block thead th {
		padding: 1.5rem 1rem;
}
.table-block tbody td {
		padding: 1.5rem 1rem;
		line-height: 1.75;
}
.table-block tbody td .no {
		font-size: 130%;
		line-height: 1;
		padding: 0 2px;
}
.table-block tbody tr td:first-child {
		text-align: start;
		padding: 1.5rem 1rem 1.5rem 2rem;
}
.table-block tbody tr:first-child td {
		background-color: #ebebeb;
}
.table-block tbody tr:nth-child(3) td {
		background-color: #ebebeb;
}
/************************
BUTTON Event
************************/
a.btn-event {
		min-width: 200px;
		min-height: 40px;
		display: inline-block;
		text-shadow: none;
		border-radius: .5rem;
		padding: .75rem 8px .65rem 8px;
		-webkit-box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .35) !important;
		box-shadow: 0 .25rem .5rem RGBA(0, 0, 0, .35) !important;
		position: relative;
}
a.btn-event .text {
		font-size: 1.125rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: .5rem;
}
a.btn-event.style_1 .text {
		padding: 0 2rem;
}
a.btn-event.style_2 .text {
		padding: 0 1rem;
}
a.btn-event .line {
		height: 6px;
		width: 100%;
		display: block;
		border-radius: .125rem;
		overflow: hidden;
		background: -o-linear-gradient(150deg, #b8b8b8 0%, #e3e3e3 8%, #d9d9d9 40%, #ffffff 50%, #939191 75%, #e3e3e3 85%, #f1f1f1 100%);
		background: linear-gradient(300deg, #b8b8b8 0%, #e3e3e3 8%, #d9d9d9 40%, #ffffff 50%, #939191 75%, #e3e3e3 85%, #f1f1f1 100%)
}
a.btn-event.style_1 .line::before, a.btn-event.style_2 .line::before {
		content: '';
		position: absolute;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		border-radius: 2px;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
}
a.btn-event.style_1 .line::after, a.btn-event.style_2 .line::after {
		content: '';
		position: absolute;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		border-radius: 2px;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
}
a.btn-event.style_1 .line::after, a.btn-event.style_2 .line::after {
		background: -o-linear-gradient(left, RGBA(255, 255, 255, 0)0%, RGBA(255, 255, 255, 1) 50%, RGBA(255, 255, 255, 0) 100%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(255, 255, 255, 0)), color-stop(50%, RGBA(255, 255, 255, 1)), to(RGBA(255, 255, 255, 0)));
		background: linear-gradient(90deg, RGBA(255, 255, 255, 0)0%, RGBA(255, 255, 255, 1) 50%, RGBA(255, 255, 255, 0) 100%);
}
a.btn-event.style_1 .line::before {
		background: #000000 !important;
}
a.btn-event.style_2 .line::before {
		background: -o-linear-gradient(left, #b8b8b8 0%, #939191 8%, #d9d9d9 40%, #ffffff 50%, #939191 75%, #e3e3e3 85%, #f1f1f1 100%);
		background: -webkit-gradient(linear, left top, right top, from(#b8b8b8), color-stop(8%, #939191), color-stop(40%, #d9d9d9), color-stop(50%, #ffffff), color-stop(75%, #939191), color-stop(85%, #e3e3e3), to(#f1f1f1));
		background: linear-gradient(90deg, #b8b8b8 0%, #939191 8%, #d9d9d9 40%, #ffffff 50%, #939191 75%, #e3e3e3 85%, #f1f1f1 100%)
}
a.btn-event.style_2:hover .line::before {
		background: #666 !important;
}
a.btn-event {
		background: -o-linear-gradient(54deg, #b8b8b8 0%, #e3e3e3 8%, #d9d9d9 40%, #ffffff 50%, #939191 75%, #e3e3e3 85%, #f1f1f1 100%);
		background: linear-gradient(36deg, #b8b8b8 0%, #e3e3e3 8%, #d9d9d9 40%, #ffffff 50%, #939191 75%, #e3e3e3 85%, #f1f1f1 100%)
}
a.btn-event.style_1::before, a.btn-event.style_2::before {
		content: '';
		position: absolute;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		border-radius: .5rem;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background: -o-linear-gradient(322deg, #c7c7c7 0%, #8e8e8e 6%, #d9d9d9 30%, #ffffff 55%, #bfbfbf 100%);
		background: linear-gradient(128deg, #c7c7c7 0%, #8e8e8e 6%, #d9d9d9 30%, #ffffff 55%, #bfbfbf 100%)
}
a.btn-event.style_1 {
		color: #000000 !important;
}
a.btn-event.style_2 {
		color: #ffffff !important;
}
a.btn-event.style_1::before {
		background: -o-linear-gradient(322deg, #c7c7c7 0%, #8e8e8e 6%, #d9d9d9 30%, #ffffff 55%, #bfbfbf 100%);
		background: linear-gradient(128deg, #c7c7c7 0%, #8e8e8e 6%, #d9d9d9 30%, #ffffff 55%, #bfbfbf 100%)
}
a.btn-event.style_2::before {
		background: #000000;
}
a.btn-event.style_1 .line::after, a.btn-event.style_2 .line::after {
		-webkit-transform: translateX(-120%);
		-ms-transform: translateX(-120%);
		transform: translateX(-120%)
}
a.btn-event.style_1:hover .line::after {
		-webkit-animation: event_btn 1.25s linear infinite;
		animation: event_btn 1.25s linear infinite;
}
a.btn-event.style_2:hover .line::after {
		-webkit-animation: event_btn 1s linear infinite;
		animation: event_btn 1s linear infinite;
}
@-webkit-keyframes event_btn {
		0% {
				-webkit-transform: translateX(-120%);
				transform: translateX(-120%)
		}
		50% {
				-webkit-transform: translateX(0%);
				transform: translateX(0%)
		}
		100% {
				-webkit-transform: translateX(120%);
				transform: translateX(120%)
		}
}
@keyframes event_btn {
		0% {
				-webkit-transform: translateX(-120%);
				transform: translateX(-120%)
		}
		50% {
				-webkit-transform: translateX(0%);
				transform: translateX(0%)
		}
		100% {
				-webkit-transform: translateX(120%);
				transform: translateX(120%)
		}
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25)
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover, a.btn-event {
		-webkit-transition: all .1s ease-in;
		-o-transition: all .1s ease-in;
		transition: all .1s ease-in;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		-webkit-transform: translate(0, .25rem);
		-ms-transform: translate(0, .25rem);
		transform: translate(0, .25rem);
}
@media (max-width:991px) {
		a.btn-event {
				font-size: 1.25rem;
				min-width: 200px;
				padding: .75rem 1.25rem;
		}
}
@media (max-width:567px) {
		a.btn-event {
				font-size: 1rem;
				min-width: inherit;
				padding: .5rem 2rem;
		}
}
@media (max-width:320px) {
		a.btn-event {
				font-size: .95rem;
				min-width: inherit;
				padding: .5rem 1.5rem;
		}
}
/*------------------------------------------ 
Go to Back
--------------------------------------------*/
.goto-block {
		right: 0;
		bottom: 4.5em;
		width: 14vw;
		max-width: 160px;
		z-index: 3;
		text-align: right;
}
.goto-block .text {
		right: 0;
		top: 0;
		z-index: 2;
}
@media (max-width: 1199.98px) {
		.goto-block {
				right: 0;
				bottom: 5em;
				width: auto;
				max-width: 15vw;
		}
}
@media (max-width: 767.98px) and (orientation:landscape) {
		.goto-block {
				bottom: 3.5em;
		}
}
@media (max-width: 575.98px) and (orientation:portrait) {
		.goto-block {
				bottom: 3.5em;
				width: auto;
				max-width: 20vw;
		}
}
@media (max-width: 320px) and (orientation:portrait) {
		.goto-block {
				bottom: 3.5em;
				width: 20vw;
		}
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 991px;
		}
		.container-xxl.sp {
				max-width: 1100px;
		}
}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		left: 0;
		width: 46px;
		height: 46px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
		/*background-color: #eeeeee;*/
}
.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 (max-width: 991px) {
		.toggle-button {
				display: inline-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;
}
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 {
		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 {
				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: 230px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 200px;
		}
}
/************************/
header .h_logo {
		position: relative;
		top: 8px;
		width: 190px;
		margin-right: 15px;
		-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;
		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;
}
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 !important;
}
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-left: 10px;
		margin-right: 10px;
		top: 5px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 46px;
		}
		header .h_content > div {
				padding: 0;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				bottom: 0;
				top: 0;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				position: absolute;
				margin: auto;
		}
		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: 230px;
		}
		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 {
		background-color: #484848;
}
/************************/
footer .f_warning {
		color: #fff;
}
/************************/
footer .fiscal {
		color: #191919;
}
footer .fiscal .f_left {
		font-size: 30px;
		color: #ffffff;
}
footer .fiscal .f_right {
		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;
		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 !important;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				padding: 0 .85rem;
		}
		footer .f_link {
				font-size: 13px;
				margin-top: 20px;
				text-align: center;
		}
}
@media screen and (max-width: 576px) {
		footer .fiscal {
				text-align: justify;
		}
		footer .fiscal .f_warning {
				font-size: 14px;
		}
		footer .fiscal {
				padding: 0 .5rem;
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 26px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 24px;
		}
}
/************************
KEY VISUAL
************************/
.key-visual {
		margin-top: 120px;
		background-color: #574141;
}
.key-visual .topic {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
}
@media screen and (min-width:1200px) {
		.key-visual .pc {
				width: 100%;
				max-width: 100%;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
		}
}
/************************
LAYOUT
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #ffffff;
}
/************************
BLOCK
************************/
.block_wide {
		background-color: #b6bdc5;
}
.block_wide .topic_1 {
		background-image: url("../images/content_bg.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
}
.block_wide .topic_2 {
		background: -o-linear-gradient(30deg, #ffffff 10%, #e0e0e0 35%, #ffffff 50%, #e0e0e0 70%, #f1f1f1 100%);
		background: linear-gradient(60deg, #ffffff 10%, #e0e0e0 35%, #ffffff 50%, #e0e0e0 70%, #f1f1f1 100%)
}
.block_wide .topic_3 {
		background-color: #ffffff;
}
.block_wide .topic_1, .block_wide .topic_2, .block_wide .topic_3 {
		padding: 4rem 0;
}
.box-card {
		position: relative;
		display: inline-block;
		margin: auto;
}
.box-card img {
		max-width: 480px;
}
.content-block > .text {
		font-size: 1.25rem;
		line-height: 1.5;
		font-weight: 600;
		letter-spacing: 1px;
}
.content-block > .text .no {
		font-size: 150%;
		line-height: 1;
}
.content-block > .text.date {
		margin-bottom: 3rem;
}
.content-block .topic {
		font-size: 2.125rem;
		color: #785942;
		letter-spacing: 2px;
}
.content-block .topic .icon {
		width: 100%;
		max-width: 100px;
}
.block_wide .title {
		font-size: 1.75rem;
		line-height: 1.5;
		letter-spacing: 2px;
		text-shadow: 0 0 .85rem RGBA(253, 241, 106, .95);
}
.block_wide .remark-text {
		font-size: 1rem;
}
.shadow_box.down, .shadow_box.up {
		width: 100%;
		height: 20px;
		display: block;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		opacity: .85;
}
.topic_3 .shadow_box.down {
		top: 0;
		bottom: auto;
}
.shadow_box.down {
		background: -o-linear-gradient(bottom, RGBA(0, 0, 0, 0)0%, RGBA(0, 0, 0, .15)98%);
		background: -webkit-gradient(linear, left bottom, left top, from(RGBA(0, 0, 0, 0)), color-stop(98%, RGBA(0, 0, 0, .15)));
		background: linear-gradient(to top, RGBA(0, 0, 0, 0)0%, RGBA(0, 0, 0, .15)98%)
}
.shadow_box.up {
		background: -o-linear-gradient(top, RGBA(0, 0, 0, 0)0%, RGBA(0, 0, 0, .15)98%);
		background: -webkit-gradient(linear, left top, left bottom, from(RGBA(0, 0, 0, 0)), color-stop(98%, RGBA(0, 0, 0, .15)));
		background: linear-gradient(to bottom, RGBA(0, 0, 0, 0)0%, RGBA(0, 0, 0, .15)98%)
}
.car_view .text {
		font-size: 1.125rem;
		line-height: 1.75;
		letter-spacing: normal;
		padding: 1rem 0;
}
.car_view .photo {
		overflow: hidden;
}
.car_view .photo, .car_view:hover .photo, .car_view .photo img, .car_view:hover .photo img {
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
}
.car_view:hover .photo {
		border-radius: .75rem;
		-webkit-box-shadow: 0 .75rem .5rem RGBA(0, 0, 0, .15);
		box-shadow: 0 .75rem .5rem RGBA(0, 0, 0, .15);
}
.car_view:hover .photo img {
		-webkit-transform: scale(1.3);
		-ms-transform: scale(1.3);
		transform: scale(1.3);
}
@media (min-width:1400px) {
		.content-block > .text {
				font-size: 1.35rem;
		}
		.block_wide .title {
				font-size: 2rem;
		}
		.box-card img {
				max-width: 580px;
		}
}
@media (min-width:2560px) {
		.block_wide .topic_1, .block_wide .topic_2, .block_wide .topic_3 {
				max-width: 100%;
		}
}
@media (max-width:1199px) {
		.table-block th img {
				max-width: 80px;
		}
		a.btn-event .text {
				font-size: 1rem;
		}
		.content-block > .text {
				font-size: 1.125rem;
		}
		.content-block > .text.info_list {
				font-size: 1rem;
		}
		.block_wide .topic_1 {
				padding: 2rem 0;
		}
		.block_wide .topic_2, .block_wide .topic_3 {
				padding: 3rem 0;
		}
		.info_list > div {
				padding: 2rem 2rem;
		}
		.table-block thead th, .table-block tbody td {
				font-size: .8125rem;
				padding: 1rem 0;
		}
		.table-block tbody tr td:first-child {
				padding: 1rem .5rem 1rem 1rem;
		}
		.block_wide .topic_1 {
				background-image: url(../images/content_bg_s.jpg);
				background-size: 100% auto;
		}
		.car_view .text {
				font-size: .85rem;
				line-height: 1.5;
				padding: .75rem 0;
		}
		.block_wide .remark-text {
				font-size: .8125rem;
		}
		.title-line .text {
				font-size: 1.75rem;
		}
		.title-line img {
				max-width: 16vw !important;
		}
		.content-block .topic .icon {
				max-width: 80px;
		}
		.content-block .topic {
				font-size: 2rem;
				letter-spacing: 2px;
		}
		.content-block {
				max-width: 80%;
				margin: auto;
		}
}
@media (max-width:991px) {
		.car_view .text {
				font-size: .75rem;
		}
		.title-line .text {
				font-size: 1.75rem;
		}
		.content-block > .text.info_list {
				font-size: .875rem;
		}
		.box-card img {
				max-width: inherit;
				width: 450px;
		}
		.content-block {
				max-width: 90%;
		}
		.block_wide .title {
				font-size: 1.5rem;
		}
		.block_wide .remark-text {
				font-size: 12px;
		}
		.content-block > .text {
				font-size: 1.25rem;
		}
		.topic_3 .content-block > .text {
				font-size: .95rem;
		}
		.table-block thead th, .table-block tbody td {
				font-size: .75rem;
				padding: 1rem 0;
		}
		.table-block tbody tr td:first-child {
				padding: 1rem 0 1rem .75rem;
		}
		.box-card img {
				max-width: 400px;
		}
		.content-block > .text {
				font-size: 1rem;
				line-height: 1.75;
				letter-spacing: normal;
		}
		.block_wide .topic_1 {
				padding: 1rem 0 1.5rem 0;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.content-block .topic {
				font-size: 1.75rem;
		}
		.content-block .topic .icon {
				max-width: 70px;
		}
		.box-card img {
				max-width: 480px;
		}
}
@media (max-width:767px) {
		.box-card img {
				width: 400px;
		}
		.block_wide .title {
				font-size: 1.25rem;
		}
		.block_wide .topic_1 {
				background-size: cover;
		}
		.content-block {
				max-width: 100%;
		}
		.block_wide .topic_2, .block_wide .topic_3 {
				padding: 2.5rem 0;
		}
}
@media (max-width:576px) {
		.content-block .topic {
				font-size: 1.25rem;
				letter-spacing: 1px;
		}
		.content-block .topic .icon {
				max-width: 60px;
		}
		.block_wide .title {
				font-size: 1.2rem;
				letter-spacing: normal;
				padding-left: 3.25em;
		}
		.box-card img {
				max-width: 90vw;
		}
		.content-block > .text {
				font-size: .875rem;
				letter-spacing: normal;
				line-height: 1.75;
		}
		.content-block > .text.date {
				margin-bottom: 1rem;
		}
		.block_wide .remark-text {
				max-width: 90%;
				line-height: 1.5;
		}
		.block_wide .remark-text li {
				margin-bottom: .25rem;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.btn-block {
				margin-bottom: 1rem;
		}
		.car_view_group {
				max-width: 60%;
				margin: auto;
		}
		a.btn-event {
				font-size: 1rem;
				min-width: inherit;
				padding: .75rem .5rem;
		}
		.car_view_group > div {
				margin-bottom: 1rem;
		}
		.car_view_group > div:last-child {
				margin-bottom: 0;
		}
		.box-card img {
				max-width: 360px;
		}
		.content-block > .text {
				font-size: 1.125rem;
				line-height: 1.5;
		}
		.block_wide .remark-text {
				max-width: 100%;
		}
		br.d-xs-block {
				display: block !important;
		}
		td br.d-sm-none.d-block, td br.d-xs-block, br.d-xs-none {
				display: none !important;
		}
		.info_list .col-sm-auto {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: auto;
		}
		.info_list > div {
				padding: 1.5rem 1rem;
		}
		.title-line .text {
				font-size: 1.5rem;
		}
		a.btn-event .text {
				font-size: .8125rem;
		}
		.table-block tbody tr td small {
				color: #888888;
				text-align: start;
				padding-right: .5rem;
				border-right: 1px solid #ccc;
				min-width: 35%;
				font-size: 100%;
		}
		.table-block tbody tr td > div {
				min-width: 65%;
				padding-left: .5rem;
		}
		.table-block tbody td {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				text-align: end !important;
		}
		.table-block thead th, .table-block tbody td {
				padding: .5rem;
		}
}
@media (max-width:480px) {
		a.btn-event .text {
				font-size: .875rem;
		}
		.info_list > div:first-child {
				font-size: .875rem;
		}
		.info_list > div {
				padding: 1rem 2rem;
				text-align: center !important;
		}
		.info_list .has-border::after {
				content: '';
				height: 1px;
				width: 100%;
				max-width: 80%;
				left: 0;
				right: 0;
				top: auto;
				bottom: 0;
		}
		.title-line img {
				max-width: 25vw !important;
		}
		a.btn-event {
				font-size: .8125rem;
				width: 100%;
				max-width: 88%;
				margin: 0 auto 1.5rem auto;
				padding: .5rem 1rem;
		}
		.block_wide .topic_1 {
				padding: .5rem 0 1.5rem 0;
		}
		.title-line .text {
				font-size: 1.5rem;
		}
		.table-block th img {
				max-width: 60px;
				margin-bottom: .5rem;
		}
		.table-block thead th {
				font-size: 1rem;
		}
		.table-block tbody tr td small {
				color: #888888;
				text-align: start;
				padding-right: .5rem;
				border-right: 1px solid #ccc;
				min-width: 35%;
				font-size: 100%;
		}
		.table-block tbody tr td > div {
				min-width: 65%;
				padding-left: 1rem;
		}
		.table-block tbody td {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: flex-start;
		}
		.table-block thead th, .table-block tbody td {
				padding: .5rem;
		}
}
@media (max-width:320px) {
		.table-block tbody tr td > div {
				min-width: 65%;
				padding-left: .25rem;
		}
		.table-block tbody tr td small {
				padding-right: .25rem;
				min-width: 31%;
				font-size: 75%;
		}
		.table-block thead th, .table-block tbody td {
				padding-right: 0;
		}
		.topic_3 .content-block > .text {
				font-size: .85rem;
		}
		.block_wide .title {
				font-size: 1rem;
				letter-spacing: normal;
		}
		.info_list > div {
				padding: 1rem 1rem
		}
		.content-block > .text.info_list {
				font-size: .8125rem;
		}
		.content-block > .text {
				font-size: .85rem;
		}
		.content-block .topic {
				font-size: 1.1rem;
		}
		a.btn-event .text {
				font-size: .85rem;
		}
		.title-line .text {
				font-size: 1.125rem;
		}
		br.d-xs-block {
				display: block !important;
		}
		br.d-xs-none {
				display: none !important;
		}
}
/************************
DRAWER-ITEM 
************************/
.info-block {
		background-color: #484848;
}
.drawer-item .table {
		margin: 1rem 0;
}
.drawer-item .table th {
		text-wrap: nowrap;
		background-color: #f1f1f1;
}
.drawer-item .table td, .drawer-item .table th, .drawer-item .table tr {
		border-color: #666;
		padding: .25rem .5rem;
}
.drawer-item .list-unstyled li span:first-child {
		padding-right: .5rem;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #ffffff;
		padding: 6px;
		cursor: pointer;
		min-height: 50px;
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header .title {
		font-size: 18px;
		line-height: 2em;
		font-weight: 600;
		margin: 0;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		min-height: 50px;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 20px;
		height: 20px;
		background: url('../images/btn_to_open_w.svg') no-repeat scroll center center transparent;
		background-size: contain;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: 5px;
		margin-left: auto;
		opacity: .85;
		margin-right: 0;
		float: right;
}
.drawer-header-icon.drawer-header-icon-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: 10px 6px 0 1.5rem;
		display: block;
		font-size: 16px;
		line-height: 1.8em;
		text-align: start;
		word-wrap: break-word;
		color: #EBEBEB;
		font-weight: normal;
}
.drawer-content span {
		color: #ffffff;
}
.drawer-content ol {
		padding-left: 1rem;
}
.drawer-content a {
		color: #ffffff;
}
.drawer-content a:hover,
.drawer-content a:hover span{
		color: #ff3333 !important;
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
				font-weight: normal;
		}
		.drawer-content .table-responsive .table td, .drawer-content .table-responsive .table th {
				text-wrap: nowrap;
		}
}
@media screen and (max-width:576px) {}
@media screen and (max-width:280px) {
		.drawer-content {
				font-size: 12px;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 30px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 10px;
				bottom: 1em;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}
/*浮動視窗*/
#drift {
		position: fixed;
		width: 160px;
		height: auto;
		right: 0px;
		bottom: 28%;
		z-index: 9999;
}
#drift img {
		width: 100%;
		vertical-align: middle;
}
#drift-1 {
		position: fixed;
		width: 130px;
		height: auto;
		right: 0px;
		bottom: 45%;
		z-index: 9999;
}
#drift-1 img {
		width: 100%;
		vertical-align: middle;
}
/*浮動視窗*/
#main-content {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media (max-width: 991px) {
		#drift-1 {
				position: fixed;
				width: 130px;
				height: auto;
				right: 0px;
				bottom: 10%;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		right: .25rem;
		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;
}
.fix-ad .item {
		border-radius: 1rem;
		padding: 1rem .5rem .5rem .5rem;
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 125px;
		position: relative;
}
.fix-ad .item.pic {
		border-radius: 0;
		padding: 0;
		text-align: center;
		display: block;
		margin-bottom: .25rem;
		width: 125px;
		position: relative;
}
.fix-ad .item.pic1 {
		width: 124px;
}
.fix-ad .item.pic2 {
		width: 134px;
		right: -2px;
}
@media only screen and (min-width:1200px) {}
@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: 5rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				bottom: 2.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: 1rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 1.25rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 1rem;
		}
}