@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;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.drawer-content a, .drawer-content a:link, .drawer-content a:visited, .drawer-content a:hover, .drawer-content a:active {
		color: #ff3333;
}
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: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 16px;
}
.key-visual .topic h1 {
		font-family: 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-weight: 900;
}
.key-visual .topic h1 .no {
		font-weight: 700 !important;
		font-family: "Open Sans", sans-serif;
}
.card.reset, .card.reset .card-header, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
}
.no {
		font-size: 102%;
		font-family: "Open Sans", sans-serif;
}
.no.large {
		font-size: 200%;
		line-height: 0;
}
.c-red {
		color: #da211e;
}
a.has-link {
		color: #da211e;
}
@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;
		}
}
/*------------------------------------------ 
Modal
--------------------------------------------*/
.modal-header .btn-close {
		width: 2em;
		height: 2em;
}
/*------------------------------------------ 
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;
}
/************************
BUTTON Event
************************/
a.btn-event {
		height: auto;
		font-size: 1.25rem;
		font-weight: bold;
		line-height: 1;
		min-width: 250px;
		text-shadow: none;
		border-radius: 2rem;
		padding: 1.25rem 2rem;
		color: #ffffff;
		border: 0;
		background-color: #da211e;
		-webkit-box-shadow: 0.125rem .5rem .35rem RGBA(0, 0, 0, .2);
		box-shadow: 0.125rem .5rem .35rem RGBA(0, 0, 0, .2);
}
a.btn-event.dark {
		background-color: #000000;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover {
		color: #ffffff !important;
		background: #ee1818 !important;
		-webkit-box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .25rem RGBA(0, 0, 0, .25)
}
a.btn-event.dark:active, a.btn-event.dark:focus, a.btn-event.dark:hover {
		color: #ffffff !important;
		background: #333333 !important;
}
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.125rem;
				min-width: 200px;
				padding: 1.25rem 1.25rem;
		}
}
@media (max-width:567px) {
		a.btn-event {
				font-size: 1rem;
				min-width: inherit;
				padding: 1rem 1.5rem;
		}
}
@media (max-width:320px) {
		a.btn-event {
				font-size: .95rem;
				min-width: inherit;
				padding: 1rem 1.25rem;
		}
}
/************************
MODAL
************************/
.leaveModal {
		padding-right: 0 !important;
}
.modal-backdrop.show {
		opacity: 1;
}
.modal-backdrop {
		background-color: RGBA(0, 0, 0, .75)
}
.leaveModal .modal-title {
		font-size: 1.5rem;
}
.leaveModal .modal-body {
		font-size: 1rem;
		text-align: justify;
}
@media screen and (min-width: 1024px) {
		.modal-lg {
				max-width: 780px;
		}
		.modal-header .btn-close {
				width: 2em;
				height: 2em;
				top: 1em;
				position: fixed;
				right: .5em;
				z-index: 5;
		}
}
@media screen and (max-width: 991px) {
		a.btn-leave, a.btn-yes {
				min-width: 110px;
		}
		.leaveModal .modal-dialog {
				max-width: 100%;
				max-height: 80%;
		}
}
@media screen and (max-width: 767px) {
		.leaveModal .modal-title {
				font-size: 1.25rem;
		}
		.leaveModal .modal-body {
				font-size: 14px;
		}
		a.btn-leave, a.btn-yes {
				font-size: 16px;
		}
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				max-width: 991px;
		}
		.container-xxl.wide {
				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: rgb(72, 72, 72);
}
/************************/
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 1rem;
		}
		footer .f_link {
				font-size: 13px;
				margin-top: 20px;
				text-align: center;
		}
}
@media screen and (max-width: 576px) {
		footer .fiscal .f_warning {
				font-size: 14px;
		}
		footer .fiscal {
				padding: 0 .75rem;
		}
}
@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;
		height: 320px;
		background-image: url("../images/kv/kv_b.jpg");
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-color: #dae0de;
		background-position: center center;
}
.key-visual .topic {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
}
.key-visual .topic img {
		max-width: 380px;
		width: 100%;
		position: relative;
		bottom: .5rem;
		right: 5%;
		z-index: 2;
}
@media screen and (min-width:1920px) {
		.key-visual .bg {
				width: 2560px;
				max-width: 100%;
		}
}
@media screen and (max-width:1199px) {
		.key-visual {
				height: 280px;
		}
		.key-visual .topic img {
				max-width: 30vw;
				right: 10%;
				bottom: 1rem;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
				background-position: 15% center;
				height: 220px;
		}
		.key-visual .topic img {
				max-width: 28vw;
				right: 10%;
				bottom: .5rem;
		}
}
@media screen and (max-width:991px) and (orientation: landscape) {}
@media screen and (max-width:767px) {
		.key-visual .topic img {
				max-width: 38vw;
				right: 6%;
		}
}
@media screen and (max-width:576px) {
		.key-visual {
				background-image: none;
				height: auto;
		}
		.key-visual .topic {
				padding: 0;
				height: 100%;
		}
		.key-visual .topic img {
				max-width: 55vw;
				right: 5%;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		.key-visual .topic img {
				max-width: 50vw;
				right: 5%;
				left: auto;
		}
}
@media screen and (max-width:320px) {}
/************************
LAYOUT
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
/************************
ITEM CARD
************************/
.item-card {
		background-image: url("../images/card_bg.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
		overflow: hidden;
		aspect-ratio: 16 / 12;
}
.item-card .card-header {
		font-size: 1.75rem;
		font-weight: 600;
		padding: 4rem 0 1rem 0;
		color: #000000;
		text-align: center;
}
.item-card .card-body {
		font-size: 1.25rem;
		font-weight: 600;
		text-align: start;
		padding: 1rem 0 0 0;
}
.item-card .card-footer {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 4rem;
		top: auto;
		margin: auto;
		font-size: .85rem;
		font-weight: 600;
		text-align: center;
		letter-spacing: 1px;
}
.item-card .card-body::after {
		content: '';
		width: 90%;
		height: 100%;
		position: absolute;
		left: 1rem;
		bottom: 0;
		display: block;
		background-image: url("../images/card_tag.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
}
.item-card:hover {
		-webkit-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		transform: translate(0, -10px);
}
.item-card:hover .card-body {
		-webkit-transform: translate(0, -10px);
		-ms-transform: translate(0, -10px);
		transform: translate(0, -10px);
}
.item-card .card-body, .item-card:hover .card-body, .item-card, .item-card:hover {
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.item-card .card-body > div {
		position: relative;
		z-index: 2;
		text-align: center;
		padding-top: 0;
}
.item-card .card-body .text {
		color: #ffffff;
		font-size: 2rem;
}
.item-card .card-body .text .no {
		font-size: 100%;
}
.item-card .card-body .no.point {
		font-size: 100%;
		line-height: 1;
		padding-left: .125rem;
		position: relative;
}
/************************
BLOCK 1
************************/
.block_01 {
		background-color: #ededed;
		background-image: url("../images/content_bg.png");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		padding: 2rem 0;
}
.box-card {
		margin: auto;
}
.box-card img {
		max-width: 520px;
}
.box-topic .text {
		font-size: 1.25rem;
		line-height: 1.5;
		font-weight: 600;
}
.block_01 .info {
		max-width: 100%;
		margin: auto;
}
.block_01 .remark-text {
		font-size: 1rem;
}
@media (min-width:1400px) {
		.block_01 .info {
				max-width: 100%;
		}
		.box-card img {
				max-width: 640px;
		}
}
@media (min-width:1920px) {
		.block_01 {
				background-size: 2560px auto;
		}
}
@media (max-width:1199px) {
		.block_01 .info {
				max-width: 88%;
		}
		.item-card .card-body .no.point {
				font-size: 110%;
		}
		.item-card .card-header {
				font-size: 1.75rem;
				padding: 3rem 0 .5rem 0;
		}
		.item-card .card-body .text {
				font-size: 1.75rem;
		}
		.item-card .card-footer {
				bottom: 3.5rem;
		}
		.box-topic .text {
				font-size: 1.25rem;
				max-width: 80%;
				margin-left: auto;
				margin-right: auto;
		}
}
@media (max-width:991px) {
		.block_01 .info {
				max-width: 92%;
		}
		.block_01 .remark-text {
				font-size: .8125rem;
				line-height: 1.75;
		}
		.box-topic .text {
				font-size: 1.25rem;
		}
		.box-card img {
				max-width: 400px;
		}
		.box-topic .text {
				font-size: 1rem;
				line-height: 1.5;
		}
		.item-card .card-body .text {
				font-size: .8125rem;
		}
		.item-card .card-header {
				font-size: 1.35rem;
				padding: 3rem 0 0 0;
		}
		.item-card .card-body .text {
				font-size: 1.5rem;
		}
		.item-card .card-footer {
				bottom: 2.5rem;
		}
		.item-card .card-body {
				padding: .75rem 0 0 0;
				left: -5px;
		}
		.item-card .card-body .no.point {
				font-size: 110%;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.item-card .card-body {
				font-size: 1.25rem;
		}
		.item-card .card-body {
				padding: 1rem 0 0 0;
				left: -5px;
		}
		.item-card .card-header {
				font-size: 1.5rem;
				padding: 3rem 0 .5rem 0;
		}
		.item-card .card-footer {
				bottom: 3rem;
		}
		.box-topic .text {
				max-width: 90%;
		}
}
@media (max-width:767px) {
		.block_01 .info {
				max-width: 98%;
		}
		.box-topic .text {
				max-width: 88%;
		}
		.item-card .card-header {
				font-size: 1.25rem;
				padding: 2rem 0 .5rem 0;
		}
		.item-card .card-body {
				padding: .5rem 0 0 0;
				left: -5px;
		}
		.item-card .card-footer {
				bottom: 2rem;
		}
}
@media (max-width:576px) {
		.item-card .card-header {
				font-size: 1.125rem;
				line-height: 1.3;
		}
		.item-card .card-body {
				padding: .75rem 0 0 0;
		}
		.block_01 .info {
				max-width: 100%;
		}
		.block_01 .info > .row {
				max-width: 100%;
				margin-left: auto;
				margin-right: auto;
		}
		.item-card .card-body .no.point {
				font-size: 180%;
		}
		.item-card .card-body .no {
				font-size: 150%;
		}
		.item-card {
				max-width: 100%;
				margin: auto;
		}
		.item-card .card-body .text {
				font-size: 1.5rem;
		}
		.item-card .card-body .no.point {
				font-size: 110%;
		}
		.box-card img {
				max-width: 90vw;
		}
		.box-topic .text {
				font-size: .9rem;
				letter-spacing: normal;
				line-height: 1.45;
				max-width: 100%;
		}
		.box-topic .text:first-child {
				font-size: 1rem;
				letter-spacing: normal;
				line-height: 1.45;
		}
		.item-card .card-header {
				font-size: 1.5rem;
				padding: 12% 0 .75rem 0;
		}
		.item-card .card-footer {
				bottom: 15%;
				font-size: .75rem;
		}
		.block_01 .remark-text {
				font-size: .75rem;
				line-height: 1.75;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.box-card img {
				max-width: 360px;
		}
		.box-topic .text {
				font-size: 1.125rem;
				line-height: 1.5;
		}
		.item-card .card-header {
				font-size: 1.125rem;
				padding: 1.75rem 0 .25rem 0;
		}
		.item-card .card-body {
				padding-left: 1.25rem;
				padding-top: .5rem;
				left: -8px;
		}
		.item-card .card-body .no.point {
				font-size: 110%;
		}
		.item-card .card-footer {
				bottom: 1.5rem;
				font-size: .75rem;
		}
		.block_01 .info > .row {
				max-width: 100%;
				margin: auto;
		}
		.block_01 .info {
				max-width: 100%;
		}
		.block_01 .info .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.item-card {
				max-width: 100%;
				margin: auto;
		}
		.item-card .card-body .text {
				font-size: 1.25rem;
		}
		.banner_link_s {
				max-width: 60%;
				margin-left: auto;
				margin-right: auto;
		}
}
@media (max-width:480px) {
		.block_01 {
				padding: 1rem 0;
		}
}
@media (max-width:320px) {
		.item-card .card-header {
				font-size: 1.25rem;
				padding: 2rem 0 .5rem 0;
		}
		.item-card .card-body {
				padding: .6rem 0 0 0;
		}
		.item-card .card-footer {
				bottom: 1.5rem;
		}
		.item-card .card-body .text {
				font-size: 1.25rem;
		}
		.box-topic .text:first-child {
				font-size: .85rem;
		}
		.box-topic .text {
				font-size: .75rem;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 7rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		position: fixed;
}
.fix-ad.is-home {
		bottom: 4rem;
}
.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;
}
.fix-ad .is-card .item {
		background: -o-linear-gradient(245deg, rgba(175, 175, 175, 1) 0%, rgba(221, 221, 221, 1) 24%, rgba(177, 177, 177, 1) 50%, rgba(154, 154, 154, 1) 79%, rgba(206, 206, 206, 1) 100%);
		background: linear-gradient(205deg, rgba(175, 175, 175, 1) 0%, rgba(221, 221, 221, 1) 24%, rgba(177, 177, 177, 1) 50%, rgba(154, 154, 154, 1) 79%, rgba(206, 206, 206, 1) 100%);
}
.fix-ad .item::after {
		content: '';
		width: 10%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
		background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.fix-ad .item img {
		max-width: 80px;
		margin-bottom: .5rem;
}
.fix-ad .item .name {
		font-size: .75rem;
		color: #000000;
		margin-bottom: .35rem;
}
.fix-ad .item .act {
		font-size: 1rem;
		font-weight: bold;
		color: #000000;
		position: relative;
}
.fix-ad .item .act img {
		max-width: 12px;
		margin-left: .25rem;
		position: absolute;
		top: .5rem;
}
.fix-ad .item, .fix-ad .item:hover {
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		-webkit-transform-origin: center right;
		-ms-transform-origin: center right;
		transform-origin: center right;
}
@media only screen and (min-width:1200px) {
		.fix-ad .item:hover {
				width: 150px;
		}
}
@media only screen and (max-width:1199px) {
		.fix-ad {
				-webkit-transform: translateZ(0);
				transform: translateZ(0);
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				-webkit-filter: blur(0);
				-webkit-transform-origin: 0% 0;
				-ms-transform-origin: 0% 0;
				transform-origin: 0% 0;
		}
		.fix-ad {
				-webkit-transform: scale(.85);
				-ms-transform: scale(.85);
				transform: scale(.85);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 6.5rem;
		}
		.fix-ad.is-home {
				bottom: 3rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 6.5rem;
		}
		.fix-ad.is-home {
				bottom: 3rem;
		}
		.fix-ad .item {
				margin-bottom: .35rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 6.1rem
		}
		.fix-ad.is-home {
				bottom: 1.5rem
		}
		.fix-ad .item .name {
				font-weight: bold;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 6rem;
		}
		.fix-ad.is-home {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 2rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 6rem;
		}
		.fix-ad.is-home {
				bottom: 2rem;
		}
}
/************************
BOTTOM BANNER
************************/
.bot-banner {
		background-color: #f3f3f3;
}
/************************
DRAWER-ITEM 
************************/
.info-block {
		background-color: #f3f3f3;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #212121;
		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: 40px;
		height: 40px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: 60% 60%;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: -2px;
}
.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 30px 1.5rem;
		display: block;
		font-size: 16px;
		line-height: 1.8em;
		text-align: justify;
		word-wrap: break-word;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-header .title {
				font-size: 1rem;
		}
}
@media screen and (max-width:280px) {
		.drawer-content {
				font-size: 12px;
		}
}
/************************
GOTOP
************************/
#go_top, #go_link, #go_home {
		position: fixed;
		display: inline-block;
		z-index: 99;
}
#go_top {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 30px;
}
#go_home {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 80px;
}
#go_link {
		width: 80px;
		height: 40px;
		right: 0px;
		top: 250px;
}
@media only screen and (max-width: 768px) {
		#go_link {
				width: 65px;
				top: 500px;
		}
		#go_link img {
				width: 65px;
		}
}
/*浮動視窗*/
#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%;
		}
}