@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&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;
		color: #333;
		border: 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		outline: none !important;
}
.drawer-content a, .drawer-content a:link, .drawer-content a:visited, .drawer-content a:hover, .drawer-content a:active {
		color: #ffffff;
}
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;
}
img {
		border: 0px none;
}
body {
		padding: 0;
		margin: 0;
		color: #333333;
		font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 16px;
}
.no {
		font-size: 120%;
		font-weight: bold;
		font-family: "Open Sans", sans-serif;
		position: relative;
		bottom: -1px;
}
.large, .no.large {
		font-size: 150%;
}
.c-red {
		color: #c40000;
}
.hidden-text {
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
		display: block;
}
.repeat-3 {
		-webkit-animation-iteration-count: 3;
		animation-iteration-count: 3;
}
.repeat-2 {
		-webkit-animation-iteration-count: 2;
		animation-iteration-count: 2;
}
@media screen and (min-width: 1200px) {
.row-cols-xl-7>* {
    flex: 0 0 auto;
    width: 14.28%;
}
}
@media only screen and (max-width:568px) and (orientation: landscape) {
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
}
@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;
		}
}
/************************
BUTTON
************************/
a.btn-leave {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		color: #ff3333;
		border: 1px solid #ee1818;
		background: transparent;
}
a.btn-leave:active, a.btn-leave:focus, a.btn-leave:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
a.btn-yes {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		border: 1px solid #ee1818;
		background: #ff3333;
		color: #ffffff;
}
a.btn-yes:active, a.btn-yes:focus, a.btn-yes:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
/************************
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;
		}
}
@media screen and (max-width: 991px) {
		a.btn-leave, a.btn-yes {
				min-width: 119px;
		}
		.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;
		}
}
/************************
TOTAL
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
		/*max-width: 1200px;*/
}
.page-container {
		padding: 0px;
		max-width: 992px;
}
.page-container.wide {
		max-width: 1140px;
}
@media only screen and (min-width:1200px) {
		.page-container.full {
				max-width: 1920px;
		}
}
@media only screen and (max-width:1024px) {
		.page-wrapper {
				width: 100%;
		}
		.page-container {
				width: 100%;
				padding: 0px;
		}
}
@media only screen and (max-width:991px) {}
@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;
		/*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;
		/*background-color: #909090;*/
		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;
		}
}
/************************
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: 230px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 200px;
		}
}
/************************/
header .h_logo {
		width: 190px;
		margin-top: 26px;
		margin-right: 20px;
		-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;
}
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-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: 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;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 120px;
		background-color: #ffffff;
		text-align: center;
}
body.open section.main-content {
		padding-top: 50px;
}
@media screen and (max-width: 991px) {
		body.open section.main-content, section.main-content {
				padding-top: 50px;
		}
}
/************************
FOOTER
************************/
footer .f_link, footer .fiscal .f_right, footer .fiscal .f_left, footer .fiscal, footer .f_warning, footer {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
footer {
		padding: 10px 2%;
		background-color: rgb(72, 72, 72);
}
/************************/
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(75% - 20px);
		font-size: 14px;
		line-height: 1.4em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		min-height: 40px;
		font-size: 14px;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8 !important;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				width: 100%;
				padding: 0px 5%;
		}
		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: 92%;
				margin: 0px 5%;
				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;
		}
		footer .fiscal .f_warning {
				font-size: 14px;
		}
}
@media screen and (max-width:320px) {
		footer .fiscal {
				padding: 0px 2%;
		}
}
@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 {
		position: relative;
		float: none;
		width: 100%;
		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;
		background-color: #f3f0e9;
		background-image: url('../images/kv/kv_bg.jpg');
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: auto 500px;
		height: 500px;
		z-index: 1;
		overflow: hidden;
}
.key-visual::after {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
		background-image: url('../images/kv/kv_star.png');
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: auto 500px;
		height: 500px;
		z-index: 3;
}
.key-visual .tb01 {
		z-index: 2;
}
.key-visual .tb01 .topic_text {
		max-width: 430px;
		top: 0;
		bottom: 0;
		left: -5%;
		right: auto;
		margin: auto;
}
.key-visual .tb01 .topic_tag {
		max-width: 35px;
		top: -15px;
		bottom: auto;
		left: 340px;
		right: auto;
		margin: auto;
}
@media only screen and (min-width:1600px) {
		.key-visual {
				background-position: right bottom;
				background-size: auto 600px;
				height: 600px;
		}
		.key-visual::after {
				background-position: center bottom;
				background-size: auto 600px;
				height: 600px;
		}
		.key-visual .tb01 .topic_text {
				max-width: 450px;
				left: -5%;
		}
		.key-visual .tb01 .topic_tag {
				max-width: 45px;
				top: -15px;
				left: 36%;
		}
}
@media only screen and (min-width:1920px) {
		.key-visual {
				background-position: center top;
				background-image: url('../images/kv/kv_bg_large.jpg');
				background-size: auto 800px;
				height: 800px;
		}
		.key-visual::after {
				background-position: center bottom;
				background-size: auto 800px;
				height: 800px;
		}
		.key-visual .tb01 .topic_text {
				max-width: 450px;
				left: -15%;
		}
		.key-visual .tb01 .topic_tag {
				max-width: 45px;
				top: -15px;
				;
				left: 270px;
		}
}
@media only screen and (min-width:2560px) {
		.key-visual {
				background-position: center top;
				background-size: 2560px auto;
				height: 800px;
		}
		.key-visual::after {
				background-position: center bottom;
				background-size: auto 800px;
				height: 800px;
		}
}
@media screen and (max-width: 1199px) {
		.key-visual::after, .key-visual {
				background-size: auto 420px;
				height: 420px;
		}
		.key-visual .tb01 .topic_text {
				max-width: 30vw;
				left: 4%;
		}
		.key-visual .tb01 .topic_tag {
				max-width: 3.5vw;
				top: -15px;
				left: 32vw;
		}
}
@media screen and (max-width: 991px) {
		.key-visual::after, .key-visual {
				background-size: auto 400px;
				background-position: center bottom;
				height: 400px;
		}
}
@media screen and (max-width: 767px) {
		.key-visual::after, .key-visual {
				background-size: auto 300px;
				height: 300px;
		}
		.key-visual {
				background-position: center bottom;
		}
		.key-visual::after {
				background-position: 80% bottom;
		}
		.key-visual .tb01 .topic_text {
				max-width: 36vw;
				left: 4%;
		}
		.key-visual .tb01 .topic_tag {
				max-width: 3.5vw;
				top: -10px;
				left: 37vw;
		}
}
@media screen and (max-width: 568px) {
		.key-visual::after, .key-visual {
				background-size: auto 300px;
				height: 300px;
		}
}
@media screen and (max-width: 480px) {
		.key-visual, .key-visual::after {
				background-size: auto 200px;
				height: 200px;
		}
		.key-visual {
				background-position: 35% bottom;
		}
		.key-visual::after {
				background-position: 70% bottom;
		}
		.key-visual .tb01 .topic_text {
				max-width: 40vw;
				left: 4%;
		}
		.key-visual .tb01 .topic_tag {
				max-width: 4.5vw;
				top: -10px;
				left: 41vw;
		}
}
@media screen and (max-width: 320px) {
		.key-visual, .key-visual::after {
				background-size: auto 180px;
				height: 180px;
		}
}
/************************
LAYOUT
************************/
.block_01 {
		position: relative;
		background-image: url("../images/content_bg.png");
		background-color: transparent;
		background-repeat: repeat;
		background-size: contain;
		background-position: center top;
		text-align: center;
}
.block_01 .page-container.wide {
		position: relative;
		z-index: 2;
}
.box-card {
		position: relative;
		display: inline-block;
		padding: 60px 0 40px 0;
		margin: auto;
}
.box-card img.card-group {
		max-width: 480px;
}
.box-topic {
		font-weight: 500;
}
.box-topic img.brand {
		max-width: 220px;
		margin: 2rem auto;
}
.box-topic .text {
		font-size: 1.5rem;
		line-height: 1.75;
		font-weight: 600;
}
.box-topic .text p {
		font-size: 1.25rem;
		line-height: 1.75;
		font-weight: 600;
}
.box-topic .text .title-tag {
		max-width: 55px;
		top: -10px;
		right: -20px;
}
.box-topic .text span:not(.sp) {
		font-weight: 600;
		font-family: "Open Sans", sans-serif;
}
/************************/
.block_01 .item_1 img, .block_01 .item_3 img, .block_01 .item_4 img, .block_01 .item_5 img {
		left: 0;
		top: 0;
}
.block_01 .item_1 {
		max-width: 45px;
		left: 10%;
		top: 30%;
}
.block_01 .item_4 {
		max-width: 40px;
		left: 0;
		bottom: -2%;
}
.block_01 .item_5 {
		max-width: 40px;
		right: 15%;
		top: 60%;
}
.block_01 .item_3 {
		max-width: 40px;
		right: 0;
		bottom: 10%;
}
.block_01 .item_1 {
		-webkit-animation: item_1 2.5s infinite linear;
		animation: item_1 2.5s infinite linear;
}
@-webkit-keyframes item_1 {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(0, 20%);
				transform: translate(0, 20%);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
@keyframes item_1 {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(0, 20%);
				transform: translate(0, 20%);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
.block_01 .item_4 {
		-webkit-animation: item_4 2.5s infinite linear;
		animation: item_4 2.5s infinite linear;
}
@-webkit-keyframes item_4 {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(0, -50%);
				transform: translate(0, -50%);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
@keyframes item_4 {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(0, -50%);
				transform: translate(0, -50%);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
.block_01 .item_5 {
		-webkit-animation: item_5 2.5s infinite linear;
		animation: item_5 2.5s infinite linear;
}
@-webkit-keyframes item_5 {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(0, 50%);
				transform: translate(0, 50%);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
@keyframes item_5 {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(0, 50%);
				transform: translate(0, 50%);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
.block_01 .item_3 {
		-webkit-animation: item_3 2.5s infinite linear;
		animation: item_3 2.5s infinite linear;
}
@-webkit-keyframes item_3 {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(0, -70%);
				transform: translate(0, -70%);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
@keyframes item_3 {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(0, -70%);
				transform: translate(0, -70%);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
/************************/
.bot-banner-more .slick-next::before, .bot-banner-more.slick-prev::before {
		color: #d1011f;
		font-family: bootstrap-icons !important;
		font-size: 2rem;
		font-weight: bold;
}
.bot-banner-more .slick-prev::before {
		content: '\F284';
}
.bot-banner-more .slick-next::before {
		content: '\F285';
}
.bot-banner-more .slick-dots li {
		margin: 0 .25rem;
}
.bot-banner-more .slick-dots li button:before {
		color: #000000;
		font-family: bootstrap-icons !important;
		font-size: .85rem;
		content: '\F519';
}
.bot-banner-more .slick-prev {
		left: 2rem;
		width: 50px;
		height: 50px;
}
.bot-banner-more .slick-next {
		right: 2rem;
		width: 50px;
		height: 50px;
}
.bot-banner-more .slick-dots {
		right: 0;
		left: 0;
		margin: auto;
		bottom: -2.5rem;
}
/************************/
.bot-banner .board, .cards-group {
		max-width: calc(100% - 1rem);
}
.cards-group .card {
		border-radius: 6rem 6rem 0 0;
		overflow: hidden;
		border: 0;
}
.cards-group .card .card-head {
		padding: 2rem 0 .5rem 0;
		color: #000;
		font-size: 1.5rem;
		font-weight: 600;
}
.cards-group .card .card-head img {
		position: relative;
		max-width: 85%;
		margin: auto;
		top: -.15rem;
}
.cards-group .card .card-body {
		padding: 0 .75rem 2rem .75rem;
}
.cards-group .card.mon {
		background-color: #f5efe3;
}
.cards-group .card.mon .card-body {
		background-color: #f5efe3;
}
.cards-group .card.tue {
		background-color: #e7ccb8;
}
.cards-group .card.tue .card-body {
		background-color: #e7ccb8;
}
.cards-group .card.wed {
		background-color: #c5ada0;
}
.cards-group .card.wed .card-body {
		background-color: #c5ada0;
}
.cards-group .card.thu {
		background-color: #f5efe3;
}
.cards-group .card.thu .card-body {
		background-color: #f5efe3;
}
.cards-group .card.fri {
		background-color: #e7ccb8;
}
.cards-group .card.fri .card-body {
		background-color: #e7ccb8;
}
.cards-group .card.sun {
		background-color: #c3ac9f;
}
.cards-group .card.sun .card-body {
		background-color: #c3ac9f;
}
.cards-group .card.everyday {
		background-color: #c5ada0;
}
.cards-group .card.everyday .card-body {
		background-color: #c5ada0;
}
.cards-group .card .logo-card {
		background-color: #ffffff;
		border-radius: 1.5rem;
		overflow: hidden;
		-webkit-box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .05);
		box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .05);
		margin-bottom: 1rem;
		padding: 0 .125rem .5rem .125rem;
}
.cards-group .card .logo-card .logo-info {
		font-size: 1rem;
		font-weight: bold;
}
.cards-group .card .logo-card .logo-more {
		display: inline-block;
		position: relative;
		padding: .25rem .5rem .25rem .75rem;
		color: #ffffff !important;
		background-color: #ff3334;
		border-radius: 1rem;
		font-size: .75rem;
		font-weight: bold;
}
.cards-group .card .logo-card .info-group {
		position: relative;
}
.cards-group .card .logo-card .info-group .logo-item {
		max-width: 80% !important;
		margin: auto;
}
.cards-group .card .logo-card, .cards-group .card .logo-card:hover {
		-webkit-transition: 0.35s;
		-o-transition: 0.35s;
		transition: 0.35s;
}
.cards-group .card .logo-card.logo-info, .cards-group .card .logo-card:hover .logo-info {
		-webkit-transition: 0.35s;
		-o-transition: 0.35s;
		transition: 0.35s;
}
.cards-group .card .logo-card .info-group, .cards-group .card .logo-card:hover .info-group {
		-webkit-transition: 0.35s;
		-o-transition: 0.35s;
		transition: 0.35s;
}
.cards-group .card .logo-card .logo-more, .cards-group .card .logo-card:hover .logo-more {
		-webkit-transition: 0.125s;
		-o-transition: 0.125s;
		transition: 0.125s;
}
.cards-group .card .logo-card .logo-more {
		-webkit-transform: translate(0, -.25rem);
		-ms-transform: translate(0, -.25rem);
		transform: translate(0, -.25rem);
		opacity: 0;
}
.cards-group .card .logo-card:hover .logo-more {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
}
.cards-group .card .logo-card:hover {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .15);
		box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .15);
}
.cards-group .card .logo-card .info-group {
		-webkit-transform: translate(0, 1rem);
		-ms-transform: translate(0, 1rem);
		transform: translate(0, 1rem);
}
.cards-group .card .logo-card:hover .info-group {
		-webkit-transform: translate(0, .25rem);
		-ms-transform: translate(0, .25rem);
		transform: translate(0, .25rem);
}
.cards-group .card .logo-card .logo-info {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
}
.cards-group .card .logo-card:hover .logo-info {
		-webkit-transform: translate(0, -.5rem);
		-ms-transform: translate(0, -.5rem);
		transform: translate(0, -.5rem);
}
.cards-group .card .logo-card.is-v .logo-info {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
}
.cards-group .card .logo-card.is-v:hover .logo-info {
		-webkit-transform: translate(0, -.125rem);
		-ms-transform: translate(0, -.125rem);
		transform: translate(0, -.125rem);
}
@media only screen and (min-width:1440px) {
		.bot-banner .board, .cards-group {
				max-width: calc(1440px - 1rem);
		}
}
@media only screen and (min-width:1920px) {}
@media only screen and (max-width:1199px) {
		.box-topic .text p {
				font-size: 1.25rem;
		}
		.box-topic img.brand {
				max-width: inherit;
				width: 24vw;
				margin-bottom: 1rem;
		}
		.box-topic .text {
				font-size: 2.5vw;
				line-height: 2em;
		}
		.box-card img.card-group {
				max-width: 500px;
		}
		.cards-group .card .logo-card .logo-info {
				font-size: .85rem;
		}
		.no.large {
				font-size: 120%;
		}
		.bot-banner .board, .cards-group {
				padding: 0 0.5rem;
		}
		.block_01 .item_1 {
				max-width: 3.5vw;
				left: 10%;
				top: 35%;
		}
		.block_01 .item_4 {
				max-width: 3.5vw;
				left: 5%;
				bottom: -2%;
		}
		.block_01 .item_5 {
				max-width: 3.5vw;
				right: 15%;
				top: 60%;
		}
		.block_01 .item_3 {
				max-width: 3.5vw;
				right: 5%;
				bottom: 10%;
		}
		.box-topic .text .title-tag {
				max-width: 4vw;
				top: -5px;
				right: -20px;
		}
}
@media only screen and (max-width:991px) {
		.cards-group .card {
				height: 100%;
		}
		.box-card img.card-group {
				max-width: inherit;
				width: 450px;
		}
		.box-topic .text {
				font-size: 2.75vw;
		}
		.box-topic img.brand {
				max-width: inherit;
				width: 24vw;
		}
		.bot-banner .board, .cards-group {
				padding: 0 2rem;
		}
		.cards-group .card .card-body {
				padding-left: 1.75rem;
				padding-right: 1.75rem;
		}
		.no.large {
				font-size: 150%;
		}
		.box-topic .text p {
				font-size: 1.125rem;
		}
}
@media only screen and (max-width:767px) {
		.box-card img.card-group {
				width: 400px;
		}
		.box-topic .text {
				font-size: 3vw;
		}
		.box-topic .text p {
				font-size: 1rem;
		}
		.box-topic {
				padding: 0 1.5rem;
		}
		.box-topic .text .title-tag {
				max-width: 5vw;
				top: -5px;
				right: -15px;
		}
		.block_01 .item_5 {
				max-width: 3.5vw;
				right: 10%;
				top: 50%;
		}
		.cards-group .card .card-body {
				padding-left: 1rem;
				padding-right: 1rem;
		}
}
@media only screen and (max-width:568px) and (orientation: landscape) {
		br.d-sm-none.d-block {
				display: none !important;
		}
		.cards-group .col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.33333333%;
		}
		.box-topic {
				padding: 0 0.5rem;
		}
		.cards-group .card .card-body {
				padding-left: 1rem;
				padding-right: 1rem;
		}
		.bot-banner .board, .cards-group {
				padding: 0;
		}
}
@media only screen and (max-width:480px) {
		.box-topic .text .title-tag {
				max-width: 8vw;
				top: -5px;
				right: -15px;
		}
		.block_01 .item_1 {
				max-width: 4.5vw;
				left: 7%;
				top: 10%;
		}
		.block_01 .item_4 {
				max-width: 5.5vw;
				left: 5%;
				bottom: -5%;
		}
		.block_01 .item_5 {
				max-width: 5.5vw;
				right: 10%;
				top: 70%;
		}
		.block_01 .item_3 {
				max-width: 4vw;
				right: 5%;
				bottom: 0;
		}
		.box-card img.card-group {
				width: 250px;
		}
		.box-card {
				padding: 20px 0;
		}
		.box-topic img.brand {
				max-width: inherit;
				width: 36vw;
		}
		.box-topic .text {
				font-size: 4.6vw;
				line-height: 1.75
		}
		.bot-banner .board, .cards-group {
				padding: 0 .5rem;
		}
		.cards-group .card .card-body {
				padding-left: .75rem;
				padding-right: .75rem;
			 padding-bottom: .75rem;
		}
		.cards-group .card .logo-card .logo-info {
				font-size: .85rem !important;
		}
		.cards-group .card .card-head {
				font-size: 1.25rem !important;
		}
		.cards-group .card .logo-card {
				padding: 0rem 0.125rem 0.5rem 0.125rem;
		}
		.cards-group .card .logo-card:hover {
				-webkit-transform: scale(1.05);
				-ms-transform: scale(1.05);
				transform: scale(1.05);
		}
		.box-topic .text p {
				font-size: 14px;
		}
}
@media screen and (max-width: 320px) {
		.cards-group .card .card-body {
				padding-left: .5rem;
				padding-right: .5rem;
		}
		.box-card img.card-group {
				width: 70vw;
		}
		.box-topic .text p {
				font-size: 12px;
		}
}
@media screen and (max-width: 280px) {
		.box-topic .text {
				font-size: .85rem;
		}
		.box-topic {
				padding: 0 .125rem;
		}
		.cards-group .card .logo-card .logo-info {
				font-size: .75rem !important;
		}
}
/************************
DRAWER-ITEM 
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #ffffff !important;
}
.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 {
		float: left;
		color: #ffffff;
		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;
		color: #ffffff;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		float: left;
		width: 40px;
		height: 40px;
		background: url('../images/btn_to_open_w.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;
		color: #ffffff;
		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;
		}
}
@media screen and (max-width:280px) {
		.drawer-content {
				font-size: 12px;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 5rem;
		right: .25rem;
		left: auto;
}
.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.pic2 {
		width: 134px;
		right: -2px;
}
@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: 4.5rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 3.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: 3rem
		}
		.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: 3rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 3rem;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 20px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 15px;
				bottom: 25px;
		}
}
@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;
		float: left;
		width: 100%;
}
@media only screen and (max-width: 991px) {
		#drift-1 {
				position: fixed;
				width: 130px;
				height: auto;
				right: 0px;
				bottom: 10%;
		}
}