@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, a:focus {
		text-decoration: none;
		color: #333;
		outline: none !important;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
a:hover, a:active, a:focus {
		color: #ff3333;
}
.slider-for .slider-card:focus {
		outline: none !important;
}
.slider-for, .up-space, .top-item {
		-webkit-transition: opacity 0.3s ease;
		-o-transition: opacity 0.3s ease;
		transition: opacity 0.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-weight: 600;
		font-size: 1rem;
}
.box-topic .title, .box-topic .head, .key-visual .topic h1.title, .f-heavy, .fix-ad .item .act {
		font-family: 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-weight: 900;
}
.card.reset, .card.reset .card-header, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
}
.card.reset .card-header, .card.reset .card-body {
		color: #333333;
}
.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;
}
.list-inside {
		text-indent: -2.6em;
		margin-left: 2em;
}
.list-uninside {
		text-indent: 0;
		margin-left: 0;
}
.bg-s-1 {
		background-color: #cfa372;
		background-image: url("../images/content_bg_n.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
}
@media screen and (min-width:1921px) {
		.bg-s-1 {
				background-size: 2540px auto;
				background-position: center center;
		}
}
@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;
}
/*------------------------------------------ 
BANNER
--------------------------------------------*/
.banner-title {
		display: inline-block;
		text-align: center;
		position: relative;
		margin: 0 auto 1rem auto;
		color: #d50020;
		padding-bottom: 1rem;
		padding-top: 2rem;
		font-family: "Noto Sans TC", sans-serif;
		font-weight: bold;
}
.banner-title::after {
		content: '';
		margin: auto;
		display: block;
		width: 40px;
		height: 2px;
		position: absolute;
		background-color: #d50020;
		left: 0;
		right: 0;
		bottom: 0;
}
.bot-banner {
		clear: both;
}
.bot-banner img {
		max-width: 100%;
}
@media (max-width:991px) {
		.banner-title {
				font-size: 1.25rem;
		}
}
@media (max-width:480px) {
		.banner-title {
				font-size: 1rem;
		}
}
/************************
BUTTON Event
************************/
a.btn-event {
		height: auto;
		overflow: hidden;
		font-size: 1.35rem;
		position: relative;
		font-weight: bold;
		line-height: 1;
		min-width: 210px;
		text-shadow: none;
		border-radius: 2rem;
		padding: 1rem 1.5rem;
		color: #ffffff;
		border: 0;
		background-color: #cf110f;
		-webkit-box-shadow: 0.125rem .25rem .35rem RGBA(0, 0, 0, .2);
		box-shadow: 0.125rem .25rem .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);
}
a.btn-event::before {
		content: '';
		width: 40px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -20%;
		right: 0;
		margin: auto;
}
a.btn-event::after {
		content: '';
		width: 40px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
}
a.btn-event > span {
		position: relative;
		z-index: 2;
}
a.btn-event::after, a.btn-event::before {
		background: -o-linear-gradient(left, RGBA(0, 0, 0, .25) 0%, RGBA(0, 0, 0, 0) 100%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(0, 0, 0, .25)), to(RGBA(0, 0, 0, 0)));
		background: linear-gradient(to right, RGBA(0, 0, 0, .25) 0%, RGBA(0, 0, 0, 0) 100%);
		opacity: .5;
}
a.btn-event::after {
		opacity: 0;
}
a.btn-event::before {
		-webkit-transform: skewX(30deg);
		-ms-transform: skewX(30deg);
		transform: skewX(30deg)
}
a.btn-event::before, a.btn-event:hover::before {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
a.btn-event::after {
		-webkit-transition: all .5s ease, opacity .25s ease;
		-o-transition: all .5s ease, opacity .25s ease;
		transition: all .5s ease, opacity .25s ease;
}
a.btn-event:hover::after {
		-webkit-transition: all .5s .125s ease, opacity .25s ease;
		-o-transition: all .5s .125s ease, opacity .25s ease;
		transition: all .5s .125s ease, opacity .25s ease;
}
a.btn-event::after {
		-webkit-transform: translate(400%, 0) skewX(30deg);
		-ms-transform: translate(400%, 0) skewX(30deg);
		transform: translate(400%, 0) skewX(30deg);
}
a.btn-event:hover::before {
		-webkit-transform: translate(-300%, 0) skewX(30deg);
		-ms-transform: translate(-300%, 0) skewX(30deg);
		transform: translate(-300%, 0) skewX(30deg);
		opacity: .75;
		background: -o-linear-gradient(left, RGBA(255, 255, 255, .5) 0%, RGBA(255, 255, 255, 0) 100%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(255, 255, 255, .5)), to(RGBA(255, 255, 255, 0)));
		background: linear-gradient(to right, RGBA(255, 255, 255, .5) 0%, RGBA(255, 255, 255, 0) 100%);
}
a.btn-event:hover::after {
		-webkit-transform: translate(0, 0) skewX(30deg);
		-ms-transform: translate(0, 0) skewX(30deg);
		transform: translate(0, 0) skewX(30deg);
		opacity: .75;
		background: -o-linear-gradient(left, RGBA(255, 255, 255, .5) 0%, RGBA(255, 255, 255, 0) 100%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(255, 255, 255, .5)), to(RGBA(255, 255, 255, 0)));
		background: linear-gradient(to right, RGBA(255, 255, 255, .5) 0%, RGBA(255, 255, 255, 0) 100%);
}
@media (max-width:991px) {
		a.btn-event {
				font-size: 1.125rem;
				min-width: 150px;
				padding: .75rem 1rem;
		}
}
@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;
		}
}
.card_container {
		-webkit-perspective: 500px;
		perspective: 500px;
		-webkit-perspective-origin: 50% 50%;
		perspective-origin: 50% 50%;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
/************************
INFO LIST
************************/
.info-list {
		list-style: none;
		counter-reset: item;
}
.info-list li {
		counter-increment: item;
		position: relative;
		padding-left: 2em;
		margin-bottom: 0.5em;
}
.info-list li::before {
		content: counter(item);
		background-color: #dd2726;
		color: #ffffff;
		width: 1.8em;
		height: 1.8em;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 0.9em;
		font-weight: bold;
}
/************************
CARD GO
************************/
.card_go {
		position: relative;
		width: 100%;
		height: 100%;
		-webkit-transition: -webkit-transform 0.8s;
		transition: -webkit-transform 0.8s;
		-o-transition: transform 0.8s;
		transition: transform 0.8s;
		transition: transform 0.8s, -webkit-transform 0.8s;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		z-index: 3;
}
/* 翻轉效果 */
.card_go.is-flipped, .card_front, .card_back {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}
.card_front {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
		position: relative;
}
.card_back {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
}
.card_go.is-flipped {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
}
/* 添加翻轉時的陰影效果增強立體感 */
.card_go {
		-webkit-transition: -webkit-transform 0.8s, -webkit-box-shadow 0.8s;
		transition: -webkit-transform 0.8s, -webkit-box-shadow 0.8s;
		-o-transition: transform 0.8s, box-shadow 0.8s;
		transition: transform 0.8s, box-shadow 0.8s;
		transition: transform 0.8s, box-shadow 0.8s, -webkit-transform 0.8s, -webkit-box-shadow 0.8s;
}
.card_go.is-flipped {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
}
/* 添加hover效果 */
.card_go:hover {
		-webkit-transform: rotateY(5deg);
		transform: rotateY(35deg);
}
.card_go.is-flipped:hover {
		-webkit-transform: rotateY(175deg);
		transform: rotateY(175deg);
}
.info-modal ul.list-uninside, .info-modal ol.list-uninside {
		padding-left: 0 !important;
}
.card_go:not(.three) .card_back {
		bottom: -10px;
		max-width: 110px !important;
}
@media only screen and (max-width:1199px) {
		.card_go:not(.three) .card_back {
				max-width: 90px !important;
		}
}
@media only screen and (max-width:991px) {
		.card_go:not(.three) .card_back {
				max-width: 85px !important;
		}
}
@media (max-width: 991px) and (orientation:landscape) {
		.card_go:not(.three) .card_back {
				max-width: 65px !important;
		}
}
@media only screen and (max-width:767px) {
		.card_go:not(.three) .card_back {
				max-width: 65px !important;
		}
}
@media only screen and (max-width:480px) {
		.card_go:not(.three) .card_back {
				max-width: 53px !important;
				bottom: -5px;
		}
}
/************************
SPACE
************************/
@media (min-width:1200px) {
		.container-xxl {
				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;
}
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;
}
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;
		}
}
/************************
COUNTDOWN
************************/
.countdown-block {
		background-color: #cd9969;
		padding: .5rem 0;
		-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);
		position: relative;
		z-index: 10;
}
.countdown-block.open {
		position: fixed;
		top: 50px;
		padding: .5rem 0;
}
.countdown-block .end-text, .countdown-block.open .end-text, .countdown-block, .countdown-block.open, .countdown-block .countdown, .countdown-block.open .countdown {
		-webkit-transition: all 0.36s ease-out;
		-o-transition: all 0.36s ease-out;
		transition: all 0.36s ease-out;
}
.countdown-block .countdown {
		font-size: 1.5rem;
		font-weight: bold;
		color: #45270f;
}
.countdown-block .countdown span.left {
		padding: .25rem .75rem .25rem 1.125rem;
}
.countdown-block .countdown span.right {
		padding: .25rem .75rem .25rem .75rem;
}
.countdown-block .countdown {
		font-family: "Open Sans", sans-serif;
}
.countdown-block.open .countdown {
		font-size: 1.5rem;
}
.countdown-block .countdown::after {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		border-radius: 5rem;
		background-color: #ffffff;
		z-index: -1;
}
.countdown-block .countdown .left {
		background-color: #e43c2f;
		color: #ffffff;
		border-radius: 5rem 0 0 5rem;
}
.countdown-block .countdown small.text {
		font-size: 76%;
		color: #e64b37;
		line-height: 1;
		display: inline-block;
		padding: 0 .125rem 0 .25rem;
		font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.countdown-block .countdown small:not(.text) {
		font-size: 76%;
		color: #e64b37;
		line-height: 1;
		display: inline-block;
		position: relative;
		top: -.125rem;
}
.countdown-block .end-text {
		font-size: 1.25rem;
		color: #602b23;
		margin-left: 33rem;
		line-height: 2;
		display: inline-block;
		position: absolute;
}
.countdown-block.open .end-text {
		font-size: 1.125rem;
		margin-left: 30rem;
}
@media screen and (max-width:1199px) {
		.countdown-block .countdown {
				font-size: 1.25rem;
		}
		.countdown-block .end-text {
				font-size: 1.125rem;
				margin-left: 25rem;
		}
		.countdown-block.open .countdown {
				font-size: 1.25rem;
		}
		.countdown-block.open .end-text {
				font-size: .85rem;
				margin-left: 21rem;
		}
		.countdown-block .countdown::after {
				border-width: 3px;
		}
		.countdown-block.open .countdown::after {
				border-width: 2px;
		}
}
@media screen and (max-width:991px) {
		.countdown-block .end-text {
				margin-left: 24rem;
		}
		.countdown-block.open .end-text {
				margin-left: 20rem;
		}
}
@media screen and (max-width:576px) {
		.countdown-block .countdown {
				font-size: 1rem;
		}
		.countdown-block .end-text {
				font-size: 1rem;
				margin-left: 1.75rem;
				position: relative;
		}
		.countdown-block.open .countdown {
				font-size: 1rem;
		}
		.countdown-block.open .end-text {
				font-size: .75rem;
				margin-left: 1.5rem;
		}
		.countdown-block .countdown small.text {
				font-size: 76%;
				color: #e64b37;
				line-height: 1;
				display: inline-block;
				padding: .15rem 0 0 .2rem;
		}
		.countdown-block .countdown small:not(.text) {
				top: 0;
		}
}
@media screen and (max-width:320px) {
		.countdown-block .countdown {
				font-size: .95rem;
		}
		.countdown-block .end-text {
				font-size: .95rem;
				margin-left: 1.5rem;
		}
		.countdown-block.open .countdown {
				font-size: .95rem;
		}
		.countdown-block.open .end-text {
				font-size: .75rem;
		}
}
/************************
KEY VISUAL
************************/
.key-visual {
		margin-top: 120px;
		background-color: #cfa372;
		overflow: hidden;
}
.key-visual .topic {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		z-index: 2;
}
.key-visual img {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.key-visual .topic h1.title {
		letter-spacing: 1px;
		line-height: 1.25;
		font-size: 3.125rem;
		color: #563327;
		margin-bottom: 5%;
}
.key-visual .topic .first {
		position: relative;
		left: 3px;
}
@media screen and (min-width:1600px) {
		.key-visual .topic h1.title {
				font-size: 3.25rem;
		}
}
@media screen and (min-width:1921px) {
		.key-visual .topic {
				left: -10%;
		}
		.key-visual .chat, .key-visual .bg {
				width: 2540px;
				max-width: 100%;
		}
		.key-visual .topic h1.title {
				font-size: 4.5rem;
		}
}
@media screen and (max-width:1199px) {
		.key-visual .topic h1.title {
				font-size: 2.75rem;
				line-height: 1.45;
				display: inline-block;
		}
		.key-visual .topic {
				left: 0;
				padding-left: 6%;
		}
}
@media screen and (max-width:991px) {
		.key-visual {
				margin-top: 50px;
		}
		.key-visual .topic h1.title {
				font-size: 2rem;
		}
}
@media screen and (max-width:991px) and (orientation: landscape) {
		.key-visual .topic h1.title {
				font-size: 2rem;
		}
}
@media screen and (max-width:767px) {
		.key-visual .topic h1.title {
				font-size: 2rem;
		}
}
@media screen and (max-width:576px) {
		.key-visual .topic {
				padding: 0;
				bottom: auto;
				left: 0;
				margin: 0 auto 0 auto !important;
				right: 0;
				top: 15%;
				max-width: 90%;
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
				padding-left: 5%;
		}
		.key-visual .topic h1.title {
				text-align: start;
				font-size: 1.3rem;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		.key-visual .bg.d-sm-block.d-none, .key-visual .chat.d-sm-block.d-none {
				display: block !important
		}
		.key-visual .bg.d-sm-none.d-block, .key-visual .chat.d-sm-none.d-block {
				display: none !important;
		}
		.key-visual .topic {
				max-width: inherit;
				margin: auto !important;
				padding-left: 8%;
				top: 0;
				bottom: 0;
		}
		.key-visual .topic h1.title {
				text-align: start;
				font-size: 1.75rem;
		}
}
@media screen and (max-width:320px) {
		.key-visual .topic {
				top: 15%;
				padding-left: 5%;
		}
		.key-visual .topic h1.title {
				font-size: 1.25rem;
		}
}
/************************
LAYOUT
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
/************************
MODAL
************************/
.info-modal .modal-header {
		position: relative;
		border: 0;
		padding: 0;
		overflow: visible;
}
.info-modal .modal-header .btn-close {
		position: absolute;
		right: -.5rem;
		top: -.5rem;
		width: 30px;
		height: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #666666;
		color: #ffffff;
		border-radius: 100%;
		opacity: 1;
		background-image: none;
		font-size: 1.25rem;
		z-index: 10;
}
.info-modal .modal-header .btn-close:hover {
		background-color: #000000;
}
.info-modal .modal-body {
		padding: 3rem;
		font-size: 1rem;
		line-height: 2;
		text-align: justify;
}
.info-modal .modal-body .table {
		min-width: 450px;
}
.info-modal .modal-body .table th {
		background-color: #666;
		color: #ffffff;
}
.info-modal .modal-body .table th, .info-modal .modal-body .table td {
		padding: .5rem 1rem;
		font-size: 1rem;
}
.info-modal .modal-body .table th:first-child {
		border-right: 1px solid #ffffff;
}
.info-modal ul, .info-modal ol {
		padding-left: 1.25rem !important;
		margin-bottom: .5rem;
}
.info-modal ul.list-unstyled, .info-modal ol.list-unstyled {
		padding-left: 0 !important;
}
.info-modal .modal-body a {
		color: #da211e;
}
.info-modal .modal-body a:hover {
		color: #000;
		text-decoration: underline;
}
@media screen and (max-width:1199px) {
		.info-modal .modal-body .table {
				min-width: inherit;
				width: 100% !important;
		}
		.info-modal ul > ol {
				padding-left: 0 !important
		}
}
@media screen and (max-width:991px) {
		.info-modal .modal-body {
				padding: 2rem 1.5rem;
		}
		.info-modal .modal-dialog {
				max-width: 90%;
				margin-right: auto;
				margin-left: auto;
		}
}
@media screen and (max-width:767px) {
		.info-modal .modal-body {
				padding: 2rem 1rem;
				font-size: .825rem;
				line-height: 1.75;
		}
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				padding: .25rem .75rem;
				font-size: .825rem;
		}
		.info-modal .modal-body h5 {
				font-size: 1rem;
		}
}
@media screen and (max-width:576px) {
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				padding: .25rem .25rem;
				font-size: .75rem;
				text-align: start;
		}
		.info-modal .modal-header {
				height: 25px;
		}
		.info-modal .modal-body h3 {
				font-size: 1.25rem;
		}
		.info-modal .modal-header .btn-close {
				right: 1rem;
				top: 1rem;
				width: 20px;
				height: 20px;
				font-size: 1rem;
		}
		.info-modal ul, .info-modal ol {
				padding-left: 1rem !important;
		}
}
@media screen and (max-width:320px) {
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				font-size: .75rem;
		}
		.info-modal .modal-dialog {
				max-width: calc(100% - 1rem);
		}
}
/************************
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 .item {
		background-color: #fff;
		padding: 1rem .25rem .5rem .25rem;
		text-align: center;
		display: block;
		margin-bottom: 0;
		width: 150px;
		position: relative;
}
.fix-ad .card_1 .item {
		background-color: #d1d1d1;
		border-radius: 1.5rem 0 0 0;
}
.fix-ad .card_2 .item {
		background-color: #e8e8e8;
}
.fix-ad .card_3 .item {
		background-color: #d1d1d1;
}
.fix-ad .card_bot .item {
		background: -o-linear-gradient(left, rgba(127, 127, 127, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(127, 127, 127, 1) 100%);
		background: -webkit-gradient(linear, left top, right top, from(rgba(127, 127, 127, 1)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(127, 127, 127, 1)));
		background: linear-gradient(90deg, rgba(127, 127, 127, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(127, 127, 127, 1) 100%);
		border-radius: 0 0 0 1.5rem;
		-webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .125);
		box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .125);
		padding: .5rem .25rem .5rem .75rem;
}
.fix-ad .item img {
		max-width: 110px;
		margin-bottom: .5rem;
}
.fix-ad .item .name {
		font-size: .9vw;
		color: #000000;
		margin-bottom: 0;
}
.fix-ad .card_bot .item .name {
		font-size: 1rem;
		color: #000000;
}
.fix-ad .card_bot .item .name, .fix-ad .card_bot .item:hover .name, .fix-ad .item img, .fix-ad .item:hover img {
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
}
/*.fix-ad .card_3 .item:hover img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
.fix-ad .card_bot .item:hover .name {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}*/
@media only screen and (min-width:1366px) {
		.fix-ad .item .name {
				font-size: .75rem;
		}
		.fix-ad .item {
				width: 155px;
		}
}
@media only screen and (max-width:1199px) {
		.fix-ad .card_1 .item {
				border-radius: 1.125rem 0 0 0;
		}
		.fix-ad .item img {
				max-width: 90px;
				margin-bottom: .5rem;
		}
		.fix-ad .card_bot .item {
				border-radius: 0 0 0 1.125rem;
				-webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .125);
				box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .125);
		}
		.fix-ad .item {
				width: 125px;
		}
		.fix-ad .card_bot .item .name {
				font-size: .8125rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad .item .name {
				font-size: 1.15vw;
		}
}
@media (max-width: 991px) and (orientation:landscape) {
		.fix-ad .item {
				width: 100px;
		}
		.fix-ad {
				bottom: 3.5rem;
		}
		.fix-ad .item img {
				max-width: 55px;
				margin-bottom: .5rem;
		}
		.fix-ad .item .name {
				font-size: .85vw;
		}
		.fix-ad .card_bot .item .name {
				font-size: 1.25vw;
		}
		.fix-ad .card_bot .item {
				padding: .25rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad .item {
				padding-top: .75rem;
				width: 105px;
		}
		.fix-ad .item .name {
				font-size: 1.22vw;
		}
}
@media (max-width: 568px) and (orientation:landscape) {
		.fix-ad .item {
				padding-top: .75rem;
				width: 85px;
		}
		.fix-ad .item .name {
				font-size: 1.125vw;
		}
		.fix-ad .card_bot .item .name {
				font-size: .75rem;
		}
		.fix-ad .item img {
				max-width: 60px;
				margin-bottom: .125rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad .item .name {
				font-size: 2.125vw;
		}
		.fix-ad a:last-child .item .name {
				font-size: 2.5vw;
				line-height: 2;
				margin-bottom: .25rem;
		}
		.fix-ad .card_bot .item .name {
				font-size: .75rem;
		}
		.fix-ad .item {
				width: 70px;
				padding: .45rem .125rem .125rem .125rem !important;
		}
		.fix-ad .item img {
				max-width: 80%;
				margin-bottom: .25rem;
		}
		.fix-ad {
				bottom: 4.5rem;
		}
		.fix-ad .card_1 .item {
				border-radius: .75rem 0 0 0;
		}
		.fix-ad .card_bot .item {
				border-radius: 0 0 0 .75rem;
		}
}
@media only screen and (max-width:320px) {}
/************************
CARDS SLIDER
************************/
.slick-slide, .slick-slide * {
		user-select: text !important;
		-webkit-user-select: text !important;
		-moz-user-select: text !important;
		-ms-user-select: text !important;
}
.top-item, .up-space {
		top: -2rem;
}
.slider-for .slider-card {
		margin-top: 11rem;
		margin-bottom: 0;
		top: -2.5rem !important;
}
.slider-for .slider-card > .container-xxl {
		position: relative;
		z-index: 2;
}
.bg_item_1 {
		max-width: 100px;
		left: 2rem;
		top: 1rem;
}
.bg_item_2 {
		max-width: 90px;
		right: 3rem;
		top: 1rem;
}
.slider-for .slider-card > .container-xxl::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		bottom: -8px;
		margin: auto;
		width: calc(100% - 6px);
		height: calc(100% + 6rem);
		background-color: #e6f1e4;
		border: 8px solid #9fbd94 !important;
		border-radius: 2rem;
		z-index: -1;
		-webkit-box-shadow: .15rem .25rem 1rem RGBA(0, 0, 0, .25);
		box-shadow: .15rem .25rem 1rem RGBA(0, 0, 0, .25);
}
.slider-for .slider-card > .container-xxl .has-bg-white::after {
		content: '';
		position: absolute;
		width: calc(100% + 4px);
		height: 100%;
		display: block;
		left: -2px;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #ffffff;
		border-radius: 0 0 1.5rem 1.5rem;
}
.slider-for .slider-card > .container-xxl .has-bg-white > div {
		position: relative;
		z-index: 2;
}
.cards-board {
		width: 100%;
		max-width: 70%;
		overflow: visible;
		padding: .75rem 3rem;
		border-radius: 1.5em;
}
.cards-board::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		background-color: #cd9969;
		border: 8px solid #f4e5cf !important;
		border-radius: 1.5rem;
		-webkit-box-shadow: .15rem .25rem 1rem RGBA(0, 0, 0, .25);
		box-shadow: .15rem .25rem 1rem RGBA(0, 0, 0, .25);
}
.cards-slider {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
}
.cards-slider .slick-prev, .cards-slider .slick-next {
		z-index: 3;
}
.cards-slider .item {
		position: relative;
		-webkit-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
}
.cards-slider .slick-next::before, .cards-slider .slick-prev::before {
		color: #d1011f;
		font-family: bootstrap-icons !important;
		font-size: 2rem;
		font-weight: bold;
}
.cards-slider .slick-prev::before {
		content: '\F284';
}
.cards-slider .slick-next::before {
		content: '\F285';
}
.cards-slider .slick-dots li {
		margin: 0;
}
.cards-slider .slick-dots li button:before {
		color: #000000;
		font-family: bootstrap-icons !important;
		font-size: .75rem;
		content: '\F519';
}
.cards-slider .slick-prev {
		left: 2rem;
		width: 50px;
		height: 50px;
}
.cards-slider .slick-next {
		right: 2rem;
		width: 50px;
		height: 50px;
}
.cards-slider .slick-dots {
		bottom: 0;
}
.cards-slider .item {
		margin: 1rem .35rem;
		cursor: pointer;
}
.cards-slider .item img {
		-webkit-box-shadow: -.25rem .125rem .35rem RGBA(0, 0, 0, .35);
		box-shadow: -.25rem .125rem .35rem RGBA(0, 0, 0, .35);
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
}
.cards-slider .card-item:hover img {
		-webkit-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		transform: translate(0, -5px);
}
.cards-slider .card-item img, .cards-slider .card-item:hover img {
		-webkit-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
}
@media (min-width:568px) {
		.cards-slider .slick-track {
				-webkit-transform: translate3d(0, 0px, 0px) !important;
				transform: translate3d(0, 0px, 0px) !important;
		}
}
@media (min-width:1366px) {
		.cards-board {
				max-width: 80%;
				padding: 1rem 4rem;
		}
		.up-space {
				top: -3rem;
		}
		.top-item {
				top: -2.5rem;
		}
		.slider-for .slider-card {
				margin-top: 11.5rem;
				margin-bottom: 0;
				top: -3rem !important;
		}
}
@media (max-width:1199px) {
		.cards-slider .item {
				margin: .75rem .35rem;
		}
		.cards-board {
				max-width: 60%;
				padding: .75rem 2.5rem;
		}
		.slider-for .slider-card > .container-xxl::after, .cards-board::after {
				border-width: 6px !important;
				border-radius: 1rem;
		}
		.slider-for .slider-card > .container-xxl::after {
				-webkit-box-shadow: 0 .25rem .75rem RGBA(0, 0, 0, .25);
				box-shadow: 0 .25rem .75rem RGBA(0, 0, 0, .25);
		}
		.cards-slider .slick-prev {
				left: 0.5rem;
		}
		.cards-slider .slick-next {
				right: 0.5rem;
		}
		.top-item, .slider-for {
				max-width: 90%;
				margin: auto;
		}
		.bg_item_1 {
				max-width: 10vw;
				left: 2rem;
				top: 1rem;
		}
		.bg_item_2 {
				max-width: 8vw;
				right: 3rem;
				top: 1rem;
		}
		.slider-for .slider-card > .container-xxl .has-bg-white {
				border-radius: 0 0 .5rem .5rem;
		}
		.slider-for .slider-card > .container-xxl .has-bg-white::after {
				border-radius: 0 0 .5rem .5rem;
		}
}
@media (max-width:991px) {
		.cards-slider .item img {
				-webkit-box-shadow: -.125rem .125rem .35rem RGBA(0, 0, 0, .35);
				box-shadow: -.125rem .125rem .35rem RGBA(0, 0, 0, .35);
		}
		.slider-for .slider-card > .container-xxl .has-bg-white::after {
				border-radius: 0 0 .65rem .65rem;
				bottom: -8px;
				width: calc(100% + 2px);
				left: -1px;
		}
		.cards-slider .card-item:hover img {
				-webkit-transform: translate(0, -2px);
				-ms-transform: translate(0, -2px);
				transform: translate(0, -2px);
		}
		.up-space {
				top: -1rem;
		}
		.cards-slider .slick-prev {
				left: 2rem;
		}
		.cards-slider .slick-next {
				right: 2rem;
		}
		.cards-slider .item {
				margin: .5rem .35rem;
		}
		.cards-board {
				max-width: 70%;
				padding: .75rem 1.75rem;
		}
		.slider-for .slider-card > .container-xxl::after, .cards-board::after {
				border-width: 3px !important;
		}
		.slider-for .slider-card > .container-xxl::after {
				width: calc(100% - 15px);
		}
		.bg_item_1 {
				max-width: 8vw;
				left: 2rem;
				top: 2.125rem;
		}
		.bg_item_2 {
				max-width: 6vw;
				right: 3rem;
				top: 2.125rem;
		}
		.slider-for .slider-card {
				margin-top: 11rem;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.slider-for .slider-card {
				margin-top: 11.5rem;
		}
		.block_01 .info .card-body {
				padding-left: 0;
				padding-right: 0;
		}
}
@media (max-width:767px) {
		.cards-slider .slick-prev {
				left: 1rem;
		}
		.cards-slider .slick-next {
				right: 1rem;
		}
}
@media (max-width:576px) and (orientation: portrait) {
		.up-space {
				top: 1.5rem;
		}
		.cards-board {
				max-width: calc(100% - 15px);
				padding: .75rem 1rem;
		}
		.slider-for .slider-card > .container-xxl::after {
				height: calc(100% + 4rem);
		}
		.cards-slider .slick-next {
				right: -30px;
		}
		.cards-slider .slick-prev {
				left: -30px;
		}
		.cards-slider .slick-next, .cards-slider .slick-prev {
				width: 25px;
				height: 25px;
				background-color: #f4e5cf;
				border-radius: 100%;
		}
		.cards-slider .slick-next::before, .cards-slider .slick-prev::before {
				font-size: 1rem;
				color: #834e1d;
				font-weight: bold;
		}
		.cards-slider .item.front.front-1 {
				-webkit-transform: translate(20px, 0);
				-ms-transform: translate(20px, 0);
				transform: translate(20px, 0);
		}
		.cards-slider .item.front.front-2 {
				-webkit-transform: translate(55px, 0);
				-ms-transform: translate(55px, 0);
				transform: translate(55px, 0);
				z-index: 1;
		}
		.cards-slider .item.front.front-3 {
				-webkit-transform: translate(90px, 0);
				-ms-transform: translate(90px, 0);
				transform: translate(90px, 0);
				z-index: 1;
		}
		.cards-slider .item.after.after-1 {
				-webkit-transform: translate(-20px, 0);
				-ms-transform: translate(-20px, 0);
				transform: translate(-20px, 0);
		}
		.cards-slider .item.after.after-2 {
				-webkit-transform: translate(-55px, 0);
				-ms-transform: translate(-55px, 0);
				transform: translate(-55px, 0);
		}
		.cards-slider .item.after.after-3 {
				-webkit-transform: translate(-90px, 0);
				-ms-transform: translate(-90px, 0);
				transform: translate(-90px, 0);
		}
		.cards-slider .slick-dots {
				bottom: -.5rem;
		}
}
@media (max-width:320px) and (orientation: portrait) {
		.cards-slider .item.front.front-1 {
				-webkit-transform: translate(20px, 0);
				-ms-transform: translate(20px, 0);
				transform: translate(20px, 0);
		}
		.cards-slider .item.front.front-2 {
				-webkit-transform: translate(50px, 0);
				-ms-transform: translate(50px, 0);
				transform: translate(50px, 0);
				z-index: 1;
		}
		.cards-slider .item.front.front-3 {
				-webkit-transform: translate(80px, 0);
				-ms-transform: translate(80px, 0);
				transform: translate(80px, 0);
				z-index: 1;
		}
		.cards-slider .item.after.after-1 {
				-webkit-transform: translate(-20px, 0);
				-ms-transform: translate(-20px, 0);
				transform: translate(-20px, 0);
		}
		.cards-slider .item.after.after-2 {
				-webkit-transform: translate(-50px, 0);
				-ms-transform: translate(-50px, 0);
				transform: translate(-50px, 0);
		}
		.cards-slider .item.after.after-3 {
				-webkit-transform: translate(-80px, 0);
				-ms-transform: translate(-80px, 0);
				transform: translate(-80px, 0);
		}
}
/************************
INFO BLOCK / CARD 
************************/
.info-board .card-header {
		font-size: 1.75rem;
		font-weight: bold;
		letter-spacing: 1px;
}
.info-board .card-header small {
		font-size: 1rem;
}
.block_01 .info-board .text {
		font-size: 1.1rem;
		letter-spacing: 1px;
		line-height: 2;
}
.block_01 .info-board .text .t-up {
		position: relative;
		top: -2px;
		padding: 0 .25rem;
}
.block_01 .info-board .text h5 {
		font-weight: 600;
		font-size: 1.25rem;
		display: block;
		margin: 1rem 0;
}
.block_01 .info-board .date {
		display: block;
		margin-bottom: 0;
}
.block_01 .info-board .remark-text {
		margin: 1.5rem auto 1rem auto;
		font-size: .95rem;
		display: block;
		color: #666666;
}
.block_01 .info-board .remark-text a {
		text-decoration: underline;
}
.info-card .card-header {
		padding-bottom: 0;
		padding-top: 0;
}
.info-card .card-header img {
		-webkit-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
		max-width: 88px;
		margin: auto;
}
.info-card .card-body {
		font-size: 1.1rem;
		font-weight: 600;
		padding: 1rem .5rem 0 .5rem;
}
.info-card .card-body .text-small {
		font-size: .8125rem;
}
.info-card:hover .card-header img {
		-webkit-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
		-webkit-transform: translate(0, -5px) scale(1.15);
		-ms-transform: translate(0, -5px) scale(1.15);
		transform: translate(0, -5px) scale(1.15);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
.gift-group {
		margin: 0 auto 1rem auto;
		max-width: 60%;
}
.gift-group .card {
		border-radius: .75rem;
}
.gift-group .card .card-body {
		padding: 0;
}
.gift-group .card .card-body img {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 80%;
		position: relative;
}
.gift-group .card .card-footer {
		font-size: 1.125rem;
		padding: .5rem 0;
}
.gift-group .card .card-body img.item_online {
		max-width: 130px;
		left: -90px;
		right: auto;
		top: 0;
		bottom: 0;
		margin: auto;
}
.gift-group .card .card-body img.item_paper {
		max-width: 130px;
		left: auto;
		right: -80px;
		top: 0;
		bottom: auto;
		margin: auto;
}
.gift-group .card .card-body::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 15px;
		max-width: 0;
		display: block;
		top: auto;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		border-radius: 100%;
		background-color: RGBA(0, 0, 0, 0);
		z-index: -1;
		-webkit-filter: blur(.125rem);
		filter: blur(.125rem);
}
/*.gift-group .card:hover .card-body::after {
		background: -o-radial-gradient(center, circle, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.125) 70%, rgba(0, 0, 0, 0) 90%);
		background: radial-gradient(circle at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.125) 70%, rgba(0, 0, 0, 0) 90%);
		max-width: 150px;
}*/
.gift-group .card .card-body::after, .gift-group .card:hover .card-body::after, .gift-group .card .card-body img:first-child, .gift-group .card:hover .card-body img:first-child {
		-webkit-transition: all .2s linear;
		-o-transition: all .2s linear;
		transition: all .2s linear;
}
.gift-group .card:hover .card-body img:first-child {
		-webkit-transform: translate(0, -.45rem);
		-ms-transform: translate(0, -.45rem);
		transform: translate(0, -.45rem);
}
@media screen and (min-width: 481px) {
		.gift-group .card .card-footer {
				min-height: 67px;
		}
}
@media screen and (max-width: 1199px) {
		.gift-group .card .card-footer {
				font-size: 1rem;
		}
		.gift-group .card .card-body img.item_online {
				max-width: 10vw;
				left: -6vw;
		}
		.gift-group .card .card-body img.item_paper {
				max-width: 9.5vw;
				right: -5.5vw;
		}
		.block_01 .info-board .text {
				font-size: .85rem;
		}
		.info-board .card-header {
				font-size: 1.5rem;
		}
		.info-card .card-header img {
				max-width: 60px;
		}
		.info-card .card-body {
				font-size: .8125rem;
				padding: .5rem .15rem 0 .15rem;
		}
		.block_01 .info-board .remark-text {
				font-size: .8125rem;
				max-width: 100%;
				margin-left: auto;
				margin-right: auto;
		}
}
@media screen and (max-width: 991px) {
		.gift-group {
				max-width: 60%;
		}
		.gift-group .card .card-footer {
				font-size: 1rem;
		}
		.gift-group .card .card-footer small {
				font-size: .75rem;
		}
}
@media screen and (max-width: 767px) {
		.slider-for .slider-card {
				margin-top: 10rem;
		}
		.bg_item_1 {
				max-width: 9vw;
				left: 2rem;
				top: 1.5rem;
		}
		.gift-group {
				max-width: 70%;
		}
		.gift-group .card .card-footer {
				font-size: 1rem;
		}
		.gift-group .card .card-body img {
				max-width: 80%;
		}
		.gift-group .card .card-body img.item_online {
				max-width: 13vw;
				left: -8.8vw;
		}
		.gift-group .card .card-body img.item_paper {
				max-width: 12vw;
				right: -7.5vw;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.gift-group {
				margin: 2rem auto;
				max-width: 60%;
		}
		.gift-group img.d-sm-none.d-block {
				display: none !important;
		}
		.gift-group img.d-sm-block.d-none {
				display: block !important;
		}
}
@media screen and (max-width: 576px) {
		.gift-group .card .card-body img.item_online {
				max-width: 20vw;
				left: -10vw;
		}
		.gift-group .card .card-body img.item_paper {
				max-width: 19vw;
				right: -9vw;
		}
		.block_01 .info-board .card-body {
				padding-left: 0;
				padding-right: 0;
		}
		.block_01 .info-board .remark-text {
				font-size: .75rem;
				max-width: 100%;
		}
		.block_01 .info-board .text br:not(.no) {
				display: none;
		}
		.block_01 .info-board .text {
				letter-spacing: normal;
		}
		.gift-group {
				margin: 0 auto 1rem auto;
				max-width: 70%;
		}
		.gift-group .card .card-footer {
				font-size: 1rem;
		}
		.block_01 .info-board .text {
				font-size: .8125rem;
		}
}
@media screen and (max-width: 320px) {
		.block_01 .info-board .text {
				font-size: .75rem;
		}
}
/************************
BLOCK 1
************************/
.box-topic {
		margin-bottom: 2rem;
}
.box-topic .head {
		font-size: 2.125rem;
		line-height: 1.5;
		color: #704219;
		margin: 2.5rem auto 0 auto;
}
.box-topic .title {
		font-size: 1.75rem;
		font-weight: 800;
		line-height: 1.5;
		margin-bottom: .5rem;
		color: #633513;
}
.box-topic .date {
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 1.5;
}
.box-topic .tag {
		max-width: 230px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 4.5rem;
		margin: auto;
		-webkit-box-shadow: 0 .25rem .35rem RGBA(0, 0, 0, .35);
		box-shadow: 0 .25rem .35rem RGBA(0, 0, 0, .35);
		border-radius: .25rem;
		overflow: hidden;
}
.block_01 .info {
		padding: 0 1rem 1.5rem 1rem;
		max-width: 100%;
		margin: auto;
		background-color: #ffffff;
		-webkit-box-shadow: .15rem .25rem .75rem RGBA(0, 0, 0, .125);
		box-shadow: .15rem .25rem .75rem RGBA(0, 0, 0, .125);
		border-top: 8px solid #d1011f;
}
.block_01 .info.has-list > .row > div.col-md-4, .block_01 .info.has-list > .row > div.col-md-3 {
		position: relative;
}
.block_01 .info.has-list > .row > div.col-md-4::after, .block_01 .info.has-list > .row > div.col-md-3::after {
		content: '';
		width: 1px;
		height: calc(100% - 2rem);
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
		border-right: 5px dotted #ce9a29;
}
.block_01 .info.has-list > .row > div.col-md-4:last-child::after, .block_01 .info.has-list > .row > div.col-md-3:last-child::after {
		display: none;
}
.block_01 .card_everyday .info {
		border-top-color: #d1011f;
}
.block_01 .card_funlife .info {
		border-top-color: #2a71b9;
}
.block_01 .card_eco .info {
		border-top-color: #0d5846;
}
.block_01 .card_cru .info {
		border-top-color: #d68823;
}
.block_01 .card_PChome .info {
		border-top-color: #5c63ac;
}
.block_01 .card_happygo .info {
		border-top-color: #582a6d;
}
.block_01 .card_travelworld .info {
		border-top-color: #2b2b2b;
}
/** For Event **/
.block_01 .info > div, .box-topic {
		position: relative;
		z-index: 2;
}
.block_01 .info {
		border: 0 !important;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-color: transparent;
		position: relative;
}
.block_01 .info:not(.has-list)::after {
		height: calc(100% + 10rem);
		top: -9.5rem;
}
.block_01 .info.has-list::after {
		width: 110%;
		left: -5%;
		height: calc(100% + 1rem);
		top: -.5rem;
}
.dot-lt, .dot-lb, .dot-rt, .dot-rb {
		margin: auto;
		min-width: 10px;
		min-height: 10px;
		width: 10px;
		height: 10px;
		display: block;
		background-color: #965a24;
		border-radius: 100%;
		padding: 0;
		border: 0 !important;
		z-index: 2;
}
.dot-lt {
		left: 1.5rem;
		right: auto;
		top: 1.5rem;
		bottom: auto;
}
.dot-rt {
		left: auto;
		right: 1.5rem;
		top: 1.5rem;
}
.dot-lb {
		left: 1.5rem;
		right: auto;
		top: auto;
		bottom: 1.5rem;
}
.dot-rb {
		left: auto;
		right: 1.5rem;
		top: auto;
		bottom: 1.5rem;
}
.block_01 .info.has-list {
		padding-bottom: 0;
		margin-bottom: 0;
		max-width: 90%
}
.block_01 .remark-text {
		font-size: 1rem;
}
@media (min-width:1400px) {
		.block_01 .info {
				max-width: 100%;
		}
		.box-topic .text {
				font-size: 1.25rem;
		}
}
@media (max-width:1199px) {
		.dot-lt, .dot-lb, .dot-rt, .dot-rb {
				min-width: 6px;
				min-height: 6px;
				width: 6px;
				height: 6px;
		}
		.dot-lt {
				left: 1.25rem;
				top: 1.5rem;
		}
		.dot-lb {
				left: 1.25rem;
				bottom: 1.5rem;
		}
		.dot-rt {
				right: 1.25rem;
				top: 1.5rem;
		}
		.dot-rb {
				right: 1.25rem;
				bottom: 1.5rem;
		}
		.box-topic .tag {
				max-width: 20vw;
		}
		.block_01 .info {
				max-width: 100%;
		}
		.block_01 .info.has-list::after {
				max-width: 100%;
				left: 0;
				height: calc(100% + .125rem);
				top: -.75rem;
		}
		.box-topic .text {
				font-size: 1.25rem;
				max-width: 80%;
				margin-left: auto;
				margin-right: auto;
		}
		.box-topic .title {
				font-size: 1.35rem;
		}
		.box-topic .date {
				font-size: 1rem;
		}
}
@media (max-width:991px) {
		.dot-lt, .dot-lb, .dot-rt, .dot-rb {
				min-width: 4px;
				min-height: 4px;
				width: 4px;
				height: 4px;
		}
		.dot-lt {
				left: 1rem;
				top: 1.25rem;
		}
		.dot-lb {
				left: 1rem;
				bottom: 1.25rem;
		}
		.dot-rt {
				right: 1rem;
				top: 1.25rem;
		}
		.dot-rb {
				right: 1rem;
				bottom: 1.25rem;
		}
		.block_01 .info.has-list > .row > div.col-md-4::after, .block_01 .info.has-list > .row > div.col-md-3::after {
				border-right-width: 3px;
		}
		.block_01 .info.has-list {
				max-width: 100%;
				padding: 0 .25rem;
		}
		.block_01 .remark-text {
				font-size: .8125rem;
				line-height: 1.75;
		}
		.box-topic .text {
				font-size: 1rem;
				line-height: 1.5;
		}
		.box-topic .head {
				font-size: 1.75rem;
		}
		.block_01 .info:not(.has-list)::after {
				height: calc(100% + 6.5rem);
				top: -8rem;
		}
		.block_01 .info:not(.has-list)::after {
				max-width: 100%;
		}
		.box-topic .head {
				margin: 1rem auto 0 auto;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.box-topic .text {
				max-width: 90%;
		}
}
@media (max-width:767px) {
		.block_01 .info.has-list > .row > div.col-md-3.has-hide {
				border-right: 0 !important;
		}
		.block_01 .info {
				max-width: 97%;
		}
		.block_01 .info.has-list {
				max-width: 95%;
		}
		.box-topic .text {
				max-width: 88%;
		}
		.box-topic .title {
				margin-bottom: .25rem;
		}
		.info-card .card-body {
				font-size: 1rem;
		}
		.info-card .card-header img {
				max-width: 70px;
		}
}
@media (max-width:576px) {
		.info-board .card-header {
				font-size: 1.125rem;
		}
		.box-topic {
				margin-bottom: 1rem;
		}
		.box-topic .tag {
				max-width: 25vw;
				bottom: 3.5rem;
		}
		.block_01 .info {
				max-width: 100%;
				padding-left: .5rem;
				padding-right: .5rem;
		}
		.block_01 .info.has-list > .row {
				max-width: 90%;
				margin-left: auto;
				margin-right: auto;
		}
		.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;
		}
		.box-topic .head {
				font-size: 1.25rem;
		}
		.block_01 .info.has-list > .row > div.col-md-4, .block_01 .info.has-list > .row > div.col-md-3 {
				border-bottom: 3px dotted #ce9a29;
				border-right: 0 !important;
		}
		.block_01 .info.has-list > .row > div.col-md-4:last-child, .block_01 .info.has-list > .row > div.col-md-3:last-child {
				border-bottom: 0 !important;
		}
		.block_01 .info.has-list > .row > div.col-md-4::after, .block_01 .info.has-list > .row > div.col-md-3::after {
				display: none;
		}
		.block_01 .info.has-list {
				border-right: 0;
		}
		.block_01 .info.has-list .info-card {
				padding-bottom: 1.5rem;
		}
		.info-card .card-body {
				font-size: .9rem;
		}
		.box-topic .head {
				margin: 1rem auto 0 auto;
		}
		.block_01 .info:not(.has-list)::after {
				height: calc(100% + 7.5rem);
				top: -8rem;
		}
		.dot-lt {
				left: .75rem;
				top: .75rem;
		}
		.dot-lb {
				left: .75rem;
				bottom: .75rem;
		}
		.dot-rt {
				right: .75rem;
				top: .75rem;
		}
		.dot-rb {
				right: .75rem;
				bottom: .75rem;
		}
		.bg_item_1 {
				max-width: 10vw;
				left: 1rem;
				top: 5rem;
		}
		.bg_item_2 {
				max-width: 7vw;
				right: 1rem;
				top: 5.5rem;
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.gift-group .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.gift-group .card .card-body img.item_online {
				max-width: 15vw;
				left: -10vw;
		}
		.gift-group .card .card-body img.item_paper {
				max-width: 14vw;
				right: -9vw;
		}
		.block_01 .info.has-list > .row > div.col-md-4, .block_01 .info.has-list > .row > div.col-md-3 {
				border-bottom: 0;
		}
		.block_01 .info.has-list > .row > div.col-md-4, .block_01 .info.has-list > .row > div.col-md-3 {
				border-right: 3px dotted #ce9a29 !important;
		}
		.block_01 .info.has-list > .row > div.col-md-3:last-child, .block_01 .info.has-list > .row > div.col-md-4.has-hide, .block_01 .info.has-list > .row > div.col-md-3.has-hide {
				border-right: 0 !important;
		}
		.box-topic .text {
				font-size: 1.125rem;
				line-height: 1.5;
		}
		.block_01 .info.has-list > .row .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.block_01 .info {
				max-width: 100%;
		}
		.block_01 .info-board .remark-text {
				max-width: 100%;
		}
		.box-topic .head {
				font-size: 1.5rem;
		}
		.info-board .card-header {
				font-size: 1.25rem;
		}
		.block_01 .info.has-list {
				max-width: 100%;
		}
		.bg_item_1 {
				max-width: 10vw;
				left: 1rem;
				top: 1.5rem;
		}
		.bg_item_2 {
				max-width: 7vw;
				right: 3rem;
				top: 1.75rem;
		}
}
@media (max-width:320px) {
		.box-topic .text:first-child {
				font-size: .85rem;
		}
		.box-topic .text {
				font-size: .75rem;
		}
		.box-topic .head {
				font-size: 1.25rem;
		}
		.block_01 .info {
				padding-bottom: 0;
		}
}
/************************
BOTTOM BANNER
************************/
.bot-banner {
		background-color: #cfa372;
		padding-top: 2rem;
		padding-bottom: .5rem;
		text-align: center;
}
.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 {
		bottom: -1rem;
}
@media (max-width:1199px) {
		.bot-banner .banner_link {
				max-width: 92%;
				margin-left: auto;
				margin-right: auto;
		}
		.bot-banner {
				padding-top: 2rem;
		}
}
@media (max-width:480px) {
		.bot-banner .banner_link {
				max-width: calc(100% - 1rem);
		}
}
/************************
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;
		}
}
@media screen and (max-width:280px) {
		.drawer-content {
				font-size: 12px;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 30px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 10px;
				bottom: 1em;
		}
}
@media (max-width:991px) and (orientation: landscape) {
		.go_top {
				width: 35px;
				height: 35px;
				right: 10px;
				bottom: .8em;
		}
}
@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;
}
/*浮動視窗*/
#popupContainer {
		position: fixed !important;
		margin: auto;
		width: 100% !important;
}
#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%;
		}
}