@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
		margin: 0px;
		padding: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
a, a:link, a:visited, a:active a:focus {
		text-decoration: none;
		color: #333;
		outline: none !important;
}
a:hover {
		text-decoration: none;
		color: #ff0000;
		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;
}
img {
		border: 0px none;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 16px;
}
.font-heavy {
		font-family: 'Open Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.font-heavy {
		font-weight: 700;
}
.no {
		font-family: "Open Sans", sans-serif;
		font-size: 110%;
}
.no .large {
		font-size: 150%;
		line-height: 1;
}
.no .x-large {
		font-size: 180%;
		line-height: 1;
}
.hidden-text {
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
		display: block;
}
.card.reset, .card.reset .card-header, .card.reset .card-body, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
		padding: 0;
}
@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;
}
/************************
BUTTON Event
************************/
a.btn-event {
		font-size: 1.35rem;
		font-weight: bold;
		line-height: 1;
		min-width: 150px;
		padding: 1rem 3rem;
		color: #ffffff !important;
		background-color: #dd2726;
		border-radius: .75rem;
		margin: 2rem auto 0 auto;
		/*-webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .125);
		box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .125);*/
}
a.btn-event:hover {
		background-color: #c51312;
		-webkit-box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .25);
		box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .25);
}
a.btn-event, a.btn-event:hover {
		-webkit-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		transition: all .2s ease-in;
}
/*a.btn-event:hover {
		-webkit-transform: translate(0, .25rem);
		-ms-transform: translate(0, .25rem);
		transform: translate(0, .25rem);
}*/
/************************
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) {
		.key-visual .page-container {
				max-width: 1100px;
		}
		.page-container {
				padding: 0px;
				max-width: 1100px;
		}
}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:1024px) {
		.page-wrapper {
				width: 100%;
		}
		.page-container {
				width: 100%;
				padding: 0px;
		}
}
@media only screen and (max-width: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: 10px;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		float: left;
		width: 50%;
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_menu, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 80px;
		padding: 26px 0px;
		font-weight: 900;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
/************************/
header .h_bank:hover ul.dark-last {
		display: block;
}
header .h_bank ul.dark-last {
		position: absolute;
		display: none;
		top: 100%;
		right: 0px;
		width: 180px;
		color: #2e2e2e;
		background: #ececec;
		text-align: center;
}
header .h_bank ul.dark-last li {
		display: inline-block;
		width: 100%;
}
header .h_bank ul.dark-last a, header .h_bank ul.dark-last a:hover {
		display: inline-block;
		width: 100%;
		padding: 15px 0px;
		font-size: 14px;
		color: #2e2e2e;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
header .h_bank ul.dark-last a:hover {
		background: #dedede;
}
header .h_bank ul.dark-last.open {
		display: inline-block;
}
/************************/
header .h_menu ul.menu-top a, header .h_menu ul.menu-top a:hover {
		display: inline-block;
		padding: 0px 13px;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0;
}
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 46px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
}
header .h_bank a.menu-dark {
		background: #ff3333;
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
}
header .h_bank:hover .menu-dark, header .h_bank .menu-dark {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header .h_bank:hover a.menu-dark {
		display: inline-block;
		color: #ffffff;
		background: #ee1818;
}
header .h_bank .menu-dark img {
		display: inline-block;
		width: 20px;
		position: relative;
		top: -3px;
		margin-right: 5px;
}
header.open .h_bank .menu-dark {
		height: 46px;
		padding: 10px 17px;
}
header.open .h_logo img.logo_tc {
		display: none;
}
header.open .h_logo {
		width: 80px;
		margin-top: 12px;
		margin-left: 10px;
		margin-right: 10px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 50px;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 10px;
		}
		header .h_logo img {
				width: 100%;
		}
		header .h_bank a.menu-dark {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 280px;
				height: 100vh;
				top: -4px;
				left: -100%;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				left: 0;
		}
		body header .h_menu, body.open header .h_menu {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
				overflow-y: auto;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				font-size: 18px;
				padding: 12px 0px;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 480px) {
		header .h_menu {
				width: 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: #ffffff;
}
body.open section.main-content {
		padding-top: 50px;
}
@media screen and (max-width: 991px) {
		body.open section.main-content, section.main-content {
				padding-top: 50px;
		}
}
/************************
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;
}
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: 90%;
				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;
		}
}
@media screen and (max-width: 991px) {
		footer .fiscal .f_warning {
				font-size: 14px;
		}
}
@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 .tb01, .key-visual {
		position: relative;
		display: inline-block;
		float: none;
		width: 100%;
}
.key-visual {
		padding-top: 0;
		padding-bottom: 0;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background-image: url('../images/kv/kv_light.png'), url('../images/kv/visual_bg_n_L.jpg');
		background-repeat: no-repeat, no-repeat;
		background-position: right center, center bottom;
		background-size: auto 440px;
		background-color: #e6e7d9;
		height: 440px;
		z-index: 2;
}
.key-visual .tb01 {
		max-width: 42vw;
		text-align: left;
		padding-top: 5%;
		left: 0;
		font-family: 'Microsoft YaHei', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', sans-serif;
		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: center;
		-ms-flex-align: center;
		align-items: center;
		#ffffff-space: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
}
@media only screen and (min-width: 1366px) {
		.key-visual {
				background-position: right center, center bottom;
				background-size: auto 460px;
				height: 460px;
		}
		.key-visual .tb01 {
				max-width: 520px;
				margin-left: -5%;
				padding-top: 5%;
		}
}
@media only screen and (min-width: 1600px) {
		.key-visual {
				background-position: right center, center bottom;
				background-size: auto 540px;
				height: 540px;
		}
		.key-visual .tb01 {
				max-width: 640px;
				margin-left: -10%;
				padding-top: 8%;
		}
}
@media only screen and (min-width: 1920px) {
		.key-visual {
				background-position: center center, center bottom;
				background-size: 2560px auto;
				height: 730px;
		}
		.key-visual .tb01 {
				margin-left: -15%;
				left: 0;
				max-width: 680px;
				padding-top: 10%;
		}
}
@media screen and (max-width: 1199px) {
		.key-visual {
				background-size: auto 330px;
				height: 330px;
				background-position: right center, center bottom;
		}
		.key-visual .tb01 {
				padding-top: 5%;
				left: 5%;
				max-width: 40vw;
		}
}
@media screen and (max-width: 991px) {
		.key-visual {
				background-size: auto 280px;
				background-position: right center, center bottom;
				height: 280px;
		}
		.key-visual .tb01 {
				padding-top: 6%;
				left: 5%;
				max-width: 40vw;
		}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
		.key-visual {
				background-size: auto 280px;
				background-position: right center, center bottom;
				height: 280px;
		}
		.key-visual .tb01 {
				padding-top: 6%;
				left: 5%;
				max-width: 36vw;
		}
}
@media screen and (max-width: 767px) {
		.key-visual {
				background-size: auto 280px;
				background-position: right -1.5rem, center bottom;
				height: 280px;
		}
		.key-visual .tb01 {
				padding-top: 8%;
				max-width: 42vw;
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.key-visual {
				background-size: 120% auto;
				background-position: top right, center bottom;
				height: 200px;
		}
		.key-visual .tb01 {
				padding-top: 5%;
				max-width: 40vw;
		}
}
@media screen and (max-width: 480px) {
		.key-visual .tb01 {
				padding-top: 2%;
				left: 0;
				right: 0;
				margin: auto;
				max-width: 100vw;
		}
		.key-visual {
				background-image: url("../images/kv/visual_bg_m.jpg");
				background-size: 100% auto;
				height: 520px;
				background-position: center bottom;
		}
}
@media screen and (max-width: 320px) {
		.key-visual {
				height: 380px;
		}
}
/************************
LAYOUT
************************/
/************************/
.insurance-container > .pc > .row {
		position: relative;
		max-width: calc(100% - 1rem);
		margin-left: auto;
		margin-right: auto;
}
.insurance-container > .pc > .row:not(.head) {
		margin-bottom: 2rem;
}
.insurance-container > .pc > .row:not(.head):last-child {
		margin-bottom: 1rem;
}
.insurance-container > .pc > .row:not(.head)::after {
		content: '';
		position: absolute;
		left: -.5rem;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #ffffff;
		box-shadow: 0 0 .5rem RGBA(162, 162, 162, .25);
		width: calc(100% + 1rem);
		height: calc(100% + 1.25rem);
		border-radius: 1.5rem;
}
.insurance-container > .pc > .row div {
		position: relative;
		z-index: 2;
}
.insurance-container .has-sd {
		position: relative;
		z-index: 2;
		bottom: -2px;
}
.insurance-container .has-sd::after {
		content: '';
		width: 100%;
		max-width: calc(100% - 4rem);
		height: 20px;
		display: block;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		position: absolute;
		background: linear-gradient(to bottom, RGBA(0, 0, 0, 0)30%, RGBA(0, 0, 0, .05)100%);
}
.card-header-custom {
		border-radius: 1rem 1rem 0 0;
		padding: .75rem 0 .5rem 0;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		font-size: 1.5rem;
		max-width: calc(100% - 2rem);
		margin: auto;
		position: relative;
		overflow: hidden;
}
.card-header-custom::after {
		content: '';
		position: absolute;
		bottom: -40px;
		left: 0;
		right: 0;
		height: 70px;
		background: radial-gradient(ellipse 50% 30% at center, RGBA(0, 0, 0, .35) 0%, RGBA(0, 0, 0, 0)100%);
}
.card-header-custom.sp {
		bottom: -40px;
}
.teal-header {
		background-color: #5BBFBD;
}
.blue-header {
		background-color: #5B8BC8;
}
.pink-header {
		background-color: #D96B9E;
}
.brown-header {
		background-color: #c8625b;
}
.insurance-container .space {
		position: relative;
		top: .75rem;
}
.info-card {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: .5rem 0 .5rem 0;
		height: 100%;
		font-size: 1.25rem;
		font-weight: 600;
		color: #333333;
}
.info-card.space {
		padding: 0 0 .5rem 0;
		min-height: 80px;
}
.row-label {
		background-color: #f3ebdd;
		border-radius: 1rem;
		padding: 1rem;
		text-align: center;
		font-weight: bold;
		color: #333333;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.25rem;
}
.info-section {
		background-color: #ffffff;
		border-radius: 1.5rem;
		padding: 3.5rem 1rem 1.5rem 1rem;
		text-align: center;
		line-height: 1.5;
		font-size: 1.25rem;
		font-weight: 600;
		color: #333333;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* 手機版樣式 */
.mobile-card-wrapper {
		margin-bottom: 0;
}
.mobile-card {
		border-radius: 1rem;
		overflow: hidden;
		padding: 1rem;
}
.mobile-card-header {
		padding: .5rem;
		text-align: center;
		color: #ffffff;
		font-weight: bold;
		font-size: 1.125rem;
		max-width: calc(100% - 100px - 2rem);
		margin-left: auto;
		margin-right: 1rem;
		border-radius: 1rem 1rem 0 0;
		position: relative;
		bottom: -10px;
		overflow: hidden;
}
.mobile-card-header::after {
		content: '';
		position: absolute;
		bottom: -40px;
		left: 0;
		right: 0;
		height: 70px;
		background: radial-gradient(ellipse 50% 30% at center, RGBA(0, 0, 0, .35) 0%, RGBA(0, 0, 0, 0)100%);
}
.mobile-row {
		display: flex;
		align-items: stretch;
		margin-bottom: .5rem;
		background-color: #ffffff;
		border-radius: 1rem;
		overflow: hidden;
		box-shadow: 0 0 .5rem RGBA(0, 0, 0, .15);
}
.mobile-label {
		background-color: #EDE4D8;
		color: #333333;
		padding: 15px;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 100px;
		flex-shrink: 0;
		text-align: center;
		border-radius: 1rem;
		border: 4px solid #ffffff;
}
.mobile-content {
		padding: .75rem;
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #ffffff;
}
.mobile-row.first .mobile-content {
		min-height: 75px;
		padding-bottom: 0;
}
@media (min-width: 768px) {
		.insurance-container .col-md-2 {
				flex: 0 0 auto;
				width: 130px;
		}
		.insurance-container .col-md-10 {
				flex: 0 0 auto;
				width: calc(100% - 130px);
		}
}
/* RWD 響應式 */
@media only screen and (max-width:991px) and (orientation: landscape) {
		.insurance-container .mobile {
				max-width: 80%;
				margin-left: auto;
				margin-right: auto;
		}
		.info-section {
				max-width: calc(80% - 2rem);
				margin-left: auto;
				margin-right: auto;
		}
		.card-header-custom.sp {
				font-size: 1.125rem;
				padding: .5rem;
				bottom: -20px;
		}
		.info-section {
				font-size: 1rem;
				padding: 1.5rem 1rem 1rem 1rem;
		}
		.block_01 .remark-text {
				max-width: calc(80% - 2rem);
		}
}
@media (max-width: 767px) {}
@media (max-width: 576px) {
		.mobile-card {
				padding: 0 1rem;
				margin-bottom: .5rem;
		}
		.mobile-card-header {
				font-size: 1rem;
				max-width: calc(100% - 110px - 1rem);
				right: 0;
		}
		.card-header-custom.sp {
				font-size: 1rem;
				bottom: -20px;
		}
		.info-section {
				font-size: .95rem;
				padding: 2rem 1rem 1.5rem 1rem;
				max-width: calc(100% - 2rem);
				margin-left: auto;
				margin-right: auto;
		}
}
/************************/
.block_01 {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		text-align: center;
		background-color: #f6efe4;
		padding-bottom: 3rem;
		overflow: hidden;
		background-image: url("../images/content_bg.jpg");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
}
@media only screen and (min-width:1920px) {
		.block_01 {
				background-size: 2560px auto;
		}
}
.block_01 > .page-container > div {
		position: relative;
		z-index: 3;
}
.box-card {
		position: relative;
		display: inline-block;
		padding: 60px 0;
		margin: auto;
}
.box-card img {
		max-width: 550px;
}
.box-topic {
		font-weight: 500;
}
.box-topic.has-underline {
		position: relative;
}
.box-topic.has-underline::after {
		content: '';
		width: 100px;
		height: 2px;
		background-color: #666666;
		display: inline-block;
		position: absolute;
		bottom: -2rem;
		left: 0;
		right: 0;
		margin: auto;
}
.box-topic .text {
		font-size: 1.35rem;
		line-height: 1.5em;
		font-weight: 600;
		position: relative;
}
.block_01 .info {
		font-size: 1.35rem;
		line-height: 1.5em;
		font-weight: 600;
		position: relative;
}
.block_01 .info small {
		font-size: 1rem;
}
.no {
		font-size: 102%;
		font-family: "Open Sans", sans-serif;
}
.no.large {
		font-size: 135%;
}
.c-red {
		color: #ff0100;
}
.c-red-m {
		color: #db0917;
}
/************************/
.remark-text {
		max-width: 96%;
		margin: 0 auto;
		font-size: .85rem;
		line-height: 1.75;
}
.remark-text ul {
		margin-left: .85rem;
}
.remark-text ul li {
		position: relative;
}
/************************/
.block_02 {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding: 0;
		padding-top: 0;
		padding-bottom: 30px;
}
.block_02 .head h3 {
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
}
.block_02 .head p {
		font-size: 1.25rem;
		font-weight: bold;
		text-align: center;
}
.block_02 .head .table > :not(caption) > * > * {
		background-color: transparent;
}
.block_02 .head .card {
		border-radius: 3rem;
		-webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .125);
		box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .125);
		width: auto;
		padding: 2.5rem 2rem 2rem 3.5rem;
		max-width: 100%;
		margin: 0 auto 2rem auto;
}
.block_02 .head .card .icon {
		max-width: 55px;
		left: 1.125rem;
		top: -1.125rem;
}
.block_02 .head .is-list ul {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
}
.block_02 .head .is-list ul li {
		position: relative;
		padding: 0 1.5rem;
		margin-bottom: 1rem;
		font-size: 1.25rem;
}
.block_02 .head .is-list ul li::after {
		content: '';
		width: 1px;
		height: 1.75rem;
		background-color: #000;
		position: absolute;
		right: auto;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.block_02 .head .table td {
		font-size: 1.35rem;
		font-weight: 600;
		padding: .75rem 1.25rem;
		position: relative;
}
.block_02 .head .table td.none {
		padding: 0;
		position: relative;
		line-height: 1;
}
.block_02 .head .table tr td.none::after {
		display: none;
}
.block_02 .head .table td a:hover {
		color: #dd2726;
}
.block_02 .head .table td small {
		font-size: 80%;
}
.block_02 .head .table tr td::after {
		content: '';
		width: 1px;
		height: 1.75rem;
		background-color: #000;
		position: absolute;
		right: auto;
		left: 1px;
		top: .85rem;
		bottom: auto;
		margin: auto;
}
.block_02 hr {
		border-color: #000000;
		opacity: 1;
		max-width: calc(100% - 12px);
		margin: auto;
}
.ad-board {
		width: 100%;
}
@media only screen and (min-width:1440px) {}
@media only screen and (max-width:1199px) {
		.box-card img {
				max-width: 50vw;
		}
		.box-card {
				padding: 60px 0 30px 0;
		}
		.remark-text {
				max-width: 92%;
		}
		.ad-board {
				max-width: 93%;
				margin-left: auto;
				margin-right: auto;
				left: 0;
		}
		.block_02 .head .is-list ul li {
				position: relative;
				padding: 0 1rem;
				margin-bottom: 1rem;
				font-size: 1.125rem;
		}
		.block_02 .head .card .icon {
				max-width: 5vw;
		}
		.block_02 .head .card {
				max-width: 92%;
				margin-left: auto;
				margin-right: auto;
				padding: 2.5rem 2rem 2rem 2rem;
		}
		.block_02 .head .card {
				max-width: 100%;
				padding: 2.5rem 1.5rem 2rem 1.5rem;
				border-radius: 1.5rem;
		}
		.block_02 .head h3 {
				font-size: 1.75rem;
		}
		.block_01 .info, .box-topic .text {
				font-size: 1rem;
		}
		.block_02 .head .table td {
				font-size: 1.125rem;
		}
}
@media only screen and (max-width:991px) {
		.remark-text {
				font-size: .75rem;
		}
		.box-card {
				padding: 50px 0 20px 0;
		}
		.block_01 {
				padding-bottom: 2rem;
		}
		.block_02 .remark-text {
				font-size: .75rem;
		}
		.no.large {
				font-size: 140%;
		}
		.block_02 .head .is-list ul li {
				margin-bottom: .5rem;
				font-size: 1rem;
		}
		.block_02 .head .is-list ul {
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		}
		.block_02 .head .is-list ul li::after, .block_02 .head .table tr td::after {
				height: 1.125rem;
		}
		.block_02 .head .table td {
				padding: 0.5rem 1rem;
		}
		.block_02 .head h3 {
				font-size: 1.5rem;
		}
		.block_02 .head .table td {
				font-size: 1rem;
		}
		.slick-prev, .slick-next {
				width: 25px;
				height: 25px;
		}
		.block_02 {
				width: 100%;
				padding: 0px 5%;
		}
		.block_01 .info {
				font-size: 1rem;
		}
		.box-topic .text {
				font-size: 1rem;
		}
		.box-topic.has-underline::after {
				height: 2px;
				bottom: -1rem;
		}
}
@media only screen and (max-width:991px) and (orientation: landscape) {
		.block_02 .head .is-list ul {
				max-width: 100%;
		}
		.block_02 .head .table td.is-list.first ul li {
				padding: 0 .75rem;
		}
		.block_02 .head .table td.is-list.last ul li {
				padding: 0 .75rem;
		}
		.block_02 .head .card {
				padding: 2rem 1rem 1.5rem 1.5rem;
		}
}
@media only screen and (max-width:767px) {
		.block_02 .head .is-list ul li {
				margin-bottom: .5rem;
				font-size: .9rem;
		}
		.box-topic {
				padding: 0 1.5rem;
		}
		.block_01 .info, .box-topic .text {
				font-size: 1.125rem;
		}
		.slick-prev {
				left: -20px;
		}
		.slick-next {
				right: -20px;
		}
		.block_02 .head .table td.is-list.last, .block_02 .head .table td.is-list.first {
				font-size: .8125rem;
		}
		.block_01 .remark-text {
				font-size: .75rem;
		}
		.block_02 .head h3 {
				font-size: 1.35rem;
		}
		.block_02 .head p {
				font-size: .95rem;
		}
		.block_02 .head .card {
				padding: 2rem .125rem 1.5rem 1.25rem;
				border-radius: 2rem;
		}
		.block_02 .head .card .icon {
				max-width: 5.5vw;
				top: -.75rem;
		}
		.block_02 .head .card {
				max-width: 100%;
		}
		.box-card img {
				max-width: 55vw;
		}
}
@media only screen and (max-width:568px) and (orientation: landscape) {
		.block_02 .head .table td {
				padding: 0.25rem .75rem;
		}
		.block_02 .head .is-list ul li {
				margin-bottom: .5rem;
				font-size: .875rem;
				padding: 0 .75rem;
		}
		.block_02 .head .table tr td:first-child::after {
				height: 1rem;
				top: .35rem;
		}
		.block_02 .head .is-list ul li::after, .block_02 .head .table tr td::after {
				height: 1rem;
		}
		.block_02 .head .table td, a.btn-event {
				font-size: .875rem;
		}
		.slick-prev {
				left: -25px;
		}
		.slick-next {
				right: -25px;
		}
		.no.large {
				font-size: 130%;
		}
		.block_01 .info, .box-topic .text {
				font-size: .85rem;
		}
		br.d-xxs-block {
				display: none !important;
		}
		br.d-sm-none.d-block {
				display: none !important;
		}
		.block_02 .head .card {
				padding: 2rem .125rem 1.5rem 1rem !important;
		}
		.ad-board {
				max-width: 90%;
		}
		.table.table-borderless.d-sm-block.d-none {
				display: block !important;
		}
		.table.table-borderless.d-sm-none.d-block {
				display: none !important;
		}
}
@media only screen and (max-width:480px) {
		.ad-board {
				max-width: 90%;
				margin-left: auto;
				margin-right: auto;
		}
		.box-card {
				padding: 40px 0 20px 0;
		}
		.block_01 .info, .box-topic .text {
				font-size: .875rem;
				padding-left: 0;
				padding-right: 0;
		}
		.block_01 .info small {
				font-size: .75rem;
		}
		.box-topic {
				padding-left: 0;
				padding-right: 0;
		}
		.box-card img {
				max-width: 280px;
		}
		.block_02 .head .is-list ul li {
				margin-bottom: .5rem;
				font-size: .8125rem;
				padding: 0 .5rem
		}
		.block_02 .head .is-list ul li::after {
				height: .75rem;
		}
		.block_02 .head .table td.is-list.last, .block_02 .head .table td.is-list.first {
				padding: 0;
		}
		.block_02 .head .card {
				border-radius: 1rem;
				padding: 2rem .5rem 1rem 1rem;
		}
		.block_02 .head .table td, a.btn-event {
				font-size: .8125rem;
		}
		a.btn-event {
				font-size: .95rem;
				padding: .75rem 2rem;
		}
		.block_02 .head h3 {
				font-size: 1.25rem;
				line-height: 1.5;
		}
		.block_02 .head .text {
				font-size: .8125rem;
		}
		.block_02 .head .table td {
				padding: 0 0.5rem 0.5rem 0.5rem;
				text-align: start;
		}
		.block_02 .head .table td small {
				margin-top: .25rem;
		}
		.block_02 .head .table tr td:first-child {
				padding-left: 1em;
		}
		.block_02 .head .table tr td:first-child::after {
				height: .75rem;
				top: .25rem;
		}
		.block_02 .head .card .icon {
				max-width: 8vw;
				top: -.75rem;
		}
}
@media only screen and (max-width:375px) {}
@media screen and (max-width: 320px) {
		.block_02 .head .card .icon {
				max-width: 10vw;
				top: -.75rem;
		}
		.remark-text {
				max-width: 80%;
		}
		.box-card img {
				max-width: 80%;
		}
		br.d-xs-none {
				display: none !important;
		}
		.block_02 .head .table td, a.btn-event {
				font-size: .75rem;
		}
		.block_01 .info, .box-topic .text {
				padding-left: 0.25rem;
				padding-right: 0.25rem;
		}
		.block_02 .head .table td.is-list.last, .block_02 .head .table td.is-list.first {
				font-size: .75rem;
		}
		br.d-xxs-block {
				display: none !important;
		}
}
@media screen and (max-width: 280px) {}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		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;
}
.fix-ad .full-item {
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 140px;
		position: relative;
}
@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: 6rem;
		}
}
@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: 2rem;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				bottom: 2rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 1.5rem
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				bottom: 1.5rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 1.5rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 1.5rem;
		}
}
/************************
DRAWER-ITEM 
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
.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;
		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: "";
		float: left;
		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;
		word-wrap: break-word;
}
.drawer-content ol {
		padding-left: 1rem;
}
.drawer-content {
		text-align: justify;
}
@media screen and (min-width:1200px) {
		.drawer-content {
				padding: 10px 0 30px 1.5rem;
		}
		.drawer-header {
				padding: 6px 0;
		}
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .85rem;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
}
@media screen and (max-width:480px) {
		.drawer-content {
				font-size: .8125rem;
				padding-top: 0;
		}
}
@media screen and (max-width:280px) {
		.drawer-content {
				font-size: .75rem;
		}
}
/************************
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: 15px;
				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;
		float: left;
		width: 100%;
}
@media only screen and (max-width: 991px) {
		#drift-1 {
				position: fixed;
				width: 130px;
				height: auto;
				right: 0px;
				bottom: 10%;
		}
}