@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');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #333;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		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-optical-sizing: auto;
		font-style: normal;
}
.no {
		font-family: 'Open Sans', "Noto Sans", 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.box-topic .text.sametitle, .box-topic h3.text, .box-topic .text.list ul li > span, .fix-ad .item .title, .fix-ad .item .link, .fix-ad .item .gift, .ad_card .btn, .ad_card .head {
		font-family: 'Open Sans', "Noto Sans", 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.hidden-text {
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
		display: block;
}
.ad_block .btn {
		pointer-events: none;
}
h1, h2 {
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.slick-slide {
		background-color: transparent !important;
}
.slick-dots li.slick-active button:before {
		background-color: #e51937 !important;
}
.slick-dots li button:before {
		background-color: #ffffff !important;
}
.gradient_text_1 {
		background: -o-linear-gradient(top, #d6995b, #f2dbaa);
		background: -webkit-gradient(linear, left top, left bottom, from(#d6995b), to(#f2dbaa));
		background: linear-gradient(to bottom, #d6995b, #f2dbaa);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
}
/************************
COVER
************************/
#intro-cover {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #92d2f7;
		z-index: 99999;
		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;
}
#circle {
		width: 10rem;
		height: 10rem;
		background-color: transparent;
		border-radius: 0;
		-webkit-transition: -webkit-transform .5s ease-in-out;
		transition: -webkit-transform .5s ease-in-out;
		-o-transition: transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
		transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
		z-index: 2;
}
#circle::after {
		content: '';
		width: 30%;
		height: 30%;
		background-color: #ffffff;
		border-radius: 50%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
#circle::after {
		-webkit-animation: first_zoom .65s ease forwards;
		animation: first_zoom .65s ease forwards;
}
@-webkit-keyframes first_zoom {
		0% {
				-webkit-transform: rotateX(0deg);
				transform: rotateX(0deg);
		}
		100% {
				-webkit-transform: rotateX(180deg);
				transform: rotateX(180deg);
		}
}
@keyframes first_zoom {
		0% {
				-webkit-transform: rotateX(0deg);
				transform: rotateX(0deg);
		}
		100% {
				-webkit-transform: rotateX(180deg);
				transform: rotateX(180deg);
		}
}
#circle_in {
		width: 10rem;
		height: 10rem;
		background-color: transparent;
		border-radius: 0;
		-webkit-transition: -webkit-transform .5s ease-in-out;
		transition: -webkit-transform .5s ease-in-out;
		-o-transition: transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
		transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
		overflow: hidden;
		z-index: 2;
}
#circle_in .item_group {
		max-width: 10rem;
		z-index: 2;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
#circle_in .item_group img {
		max-width: 35px;
		margin: 0 .35rem;
		-webkit-transform: translateY(200%);
		-ms-transform: translateY(200%);
		transform: translateY(200%);
		opacity: 0;
}
#circle_in .item_group.active img.item_8 {
		-webkit-animation: item_move 1.5s .5s ease forwards;
		animation: item_move 1.5s .5s ease forwards;
}
#circle_in .item_group.active img.item_3 {
		-webkit-animation: item_move 1.5s .75s ease forwards;
		animation: item_move 1.5s .75s ease forwards;
}
#circle_in .item_group.active img.item_1 {
		-webkit-animation: item_move 1.5s 1s ease forwards;
		animation: item_move 1.5s 1s ease forwards;
}
#circle_in .item_group.go img {
		-webkit-animation: item_go .1s ease forwards;
		animation: item_go .1s ease forwards;
}
@-webkit-keyframes item_move {
		0% {
				-webkit-transform: translateY(-200%);
				transform: translateY(-200%);
				opacity: 0;
		}
		50% {
				-webkit-transform: translateY(-10%);
				transform: translateY(-10%);
				opacity: 1;
		}
		100% {
				-webkit-transform: translateY(-10%);
				transform: translateY(-10%);
				opacity: 1;
		}
}
@keyframes item_move {
		0% {
				-webkit-transform: translateY(-200%);
				transform: translateY(-200%);
				opacity: 0;
		}
		50% {
				-webkit-transform: translateY(-10%);
				transform: translateY(-10%);
				opacity: 1;
		}
		100% {
				-webkit-transform: translateY(-10%);
				transform: translateY(-10%);
				opacity: 1;
		}
}
@-webkit-keyframes item_go {
		0% {
				opacity: 1;
				-webkit-transform: translateY(-10%) scale(1);
				transform: translateY(-10%) scale(1);
		}
		100% {
				opacity: 0;
				-webkit-transform: translateY(-10%) scale(.5);
				transform: translateY(-10%) scale(.5);
		}
}
@keyframes item_go {
		0% {
				opacity: 1;
				-webkit-transform: translateY(-10%) scale(1);
				transform: translateY(-10%) scale(1);
		}
		100% {
				opacity: 0;
				-webkit-transform: translateY(-10%) scale(.5);
				transform: translateY(-10%) scale(.5);
		}
}
@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;
		}
}
@media screen and (max-width: 767px) {
		#circle::after {
				width: 25%;
				height: 25%;
		}
		#circle_in .item_group img {
				max-width: 30px;
		}
}
/************************
SPACE
************************/
.content .page-container .wide, footer .page-container, header .page-container {
		padding: 0px;
		max-width: 1010px;
		margin: auto;
}
.content .page-container.card_block::before {
		content: '';
		width: 100%;
		height: 80px;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(RGBA(0, 0, 0, .25)), to(RGBA(0, 0, 0, 0)));
		background: -o-linear-gradient(top, RGBA(0, 0, 0, .25)0%, RGBA(0, 0, 0, 0)100%);
		background: linear-gradient(to bottom, RGBA(0, 0, 0, .25)0%, RGBA(0, 0, 0, 0)100%);
		pointer-events: none;
}
.content .page-container.card_block .wide {
		padding: 4rem 0 4.5% 0 !important;
}
.content .page-container.event_block .wide {
		padding: 12rem 0 4rem 0 !important;
}
.page-container.highline_block .wide {
		padding: 2rem 0 2rem 0;
}
.key-visual .page-container, .content .page-container {
		max-width: 100%;
		margin: auto;
}
.key-visual .page-container img {
		width: 100%;
}
@media only screen and (min-width:1200px) {
		.key-visual .page-container, .content .page-container {
				max-width: 2560px;
		}
		.page-container.remark_block .wide, .page-container.ad_block .wide {
				margin: 0 auto;
				max-width: 1010px;
		}
}
@media only screen and (min-width:1366px) {}
@media only screen and (min-width:1920px) {
		.content .page-container .wide {
				margin: 0 auto;
				max-width: 1920px;
		}
		.page-container.remark_block .wide, .page-container.ad_block .wide {
				margin: 0 auto;
				max-width: 1010px;
		}
}
@media only screen and (max-width:1199px) {
		footer .page-container, header .page-container {
				max-width: 100%;
		}
		.content .page-container .wide {
				margin: 0 auto;
				max-width: 90%;
		}
}
@media only screen and (max-width:991px) {
		.content .page-container .ad_block {
				max-width: 90%;
				margin: auto;
		}
}
@media only screen and (max-width:767px) {
		.content .page-container.card_block .wide {
				padding: 3rem 0 4.5% 0 !important;
		}
}
@media (max-width: 568px) and (orientation:landscape) {
		.key-visual .d-sm-none.d-block {
				display: none !important;
		}
		.key-visual .d-sm-block.d-none {
				display: block !important;
		}
}
@media only screen and (max-width:480px) {
		.content .page-container.card_block .wide {
				padding: 2rem 0 4.5% 0 !important;
		}
		.content .page-container.event_block .wide {
				padding: 2rem 0 2rem 0 !important;
		}
}
/****************************/
.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;
		}
}
/************************
CARD BLOCK
************************/
.page-container.card_block {
		background-color: #92d2f7;
}
/************************
EVENT BLOCK
************************/
.page-container.event_block {
		background-color: #92d2f7;
}
.btn_event {
		width: 250px;
		height: 60px;
		color: #ffffff !important;
		background-color: #ff0000;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		font-size: 1.35rem;
		font-weight: bold;
		cursor: pointer;
		border-radius: 5rem;
}
.btn_event:hover {
		-webkit-transform: translateY(.35rem);
		-ms-transform: translateY(.35rem);
		transform: translateY(.35rem);
		background-color: #e90000;
		color: #ffffff;
}
.btn_event, .btn_event:hover {
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
}
.remark_text ul {
		list-style: none;
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
}
.remark_text ul li {
		position: relative;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-right: 1rem;
}
.remark_text ul li::before {
		content: '';
		min-width: 6px;
		min-height: 6px;
		width: 6px;
		height: 6px;
		max-width: 6px;
		max-height: 6px;
		border-radius: 100%;
		background-color: #000000;
		display: inline-block;
		position: relative;
		top: 8px;
		margin-right: .25rem;
}
/************************
HIGHLINE BLOCK
************************/
.page-container.highline_block {
		background: -webkit-gradient(linear, left top, right top, color-stop(20%, #68e0cf), color-stop(80%, #209cff));
		background: -o-linear-gradient(left, #68e0cf 20%, #209cff 80%);
		background: linear-gradient(to right, #68e0cf 20%, #209cff 80%);
}
/************************
REMARK BLOCK
************************/
.page-container.remark_block {
		background: -webkit-gradient(linear, left top, left bottom, from(#4b93ce), to(#0c2442));
		background: -o-linear-gradient(top, #4b93ce 0%, #0c2442 100%);
		background: linear-gradient(to bottom, #4b93ce 0%, #0c2442 100%);
}
/************************
AD BLOCK
************************/
.page-container.ad_block {
		background-image: url("../images/bg_4.jpg");
		background-position: center top;
		background-repeat: no-repeat;
}
.page-container.card_block, .page-container.event_block, .page-container.highline_block.page-container.ad_block {
		background-size: cover;
}
.page-container.ad_block .title {
		font-size: 1.75rem;
		font-weight: bold;
}
@media only screen and (min-width:1366px) {
		.content .page-container.card_block .wide {
				padding: 4rem 0 4rem 0 !important;
		}
}
@media only screen and (min-width:1921px) {
		.page-container.card_block, .page-container.event_block, .page-container.highline_block, .page-container.remark_block, .page-container.ad_block {
				background-size: 2560px auto;
		}
}
@media only screen and (max-width:1199px) {
		.page-container.ad_block .title {
				font-size: 1.65rem;
		}
}
@media only screen and (max-width:991px) {
		.page-container.ad_block .title {
				font-size: 1.5rem;
		}
}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:480px) {
		.page-container.ad_block .title {
				font-size: 1.125rem;
		}
		.page-container.remark_block .box-topic .text.subtitle {
				font-size: 1rem;
		}
}
.ad_card {
		max-width: 96%;
		margin: auto;
}
.ad_card .info {
		min-height: 80px;
}
.ad_card .info.short {
		min-height: -webkit-fit-content;
		min-height: -moz-fit-content;
		min-height: fit-content;
}
.ad_card .card-body {
		min-height: 160px;
		padding-bottom: 0;
}
.ad_card, .ad_card .card-header, .ad_card .card-body, .ad_card .card-footer {
		border: 0;
		background-color: transparent;
}
.ad_card .head {
		font-size: 1.25rem;
		font-weight: bold;
}
.ad_block .slick-slide a .pic, .ad_block .slick-slide a:hover .pic {
		-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;
}
.ad_block .slick-slide a:hover .pic {
		-webkit-transform: translate(-5px, -5px);
		-ms-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
}
.ad_block .slick-slide a:hover .btn {
		color: #ffffff;
		border-color: #212529;
		background-color: #212529;
}
.ad_card .info {
		font-size: .95rem;
		font-weight: bold;
}
.ad_card .date {
		font-size: .85rem;
		font-weight: bold;
}
.ad_card .btn {
		border-radius: 5rem;
		padding: .25rem 1rem .25rem 1.125rem;
		font-size: .875rem;
		font-weight: bold;
		border-width: 2px;
}
@media only screen and (max-width: 1199px) {
		.ad_card .head {
				font-size: 1.125rem;
		}
		.ad_card .info {
				font-size: .875rem;
		}
		.ad_card .btn {
				font-size: .8125rem;
		}
}
@media only screen and (max-width: 991px) {
		.ad_card .info {
				font-size: .875rem;
		}
		.ad_card .head {
				font-size: 1.125rem;
		}
}
@media only screen and (max-width: 767px) {
		.ad_card .info {
				font-size: .825rem;
		}
		.ad_card .head {
				font-size: 1rem;
		}
}
@media (max-width: 568px) and (orientation:landscape) {
		.ad_card .info {
				font-size: .8125rem;
		}
		.ad_card .head {
				font-size: .95rem;
		}
		.ad_card .date {
				font-size: .75rem;
		}
}
@media only screen and (max-width: 576px) {
		.page-container.ad_block .title, .ad_block {
				max-width: 96%;
		}
		.page-container.ad_block .title {
				font-size: 1.25rem;
		}
		.ad_card .card-body {
				min-height: inherit;
				padding-top: .5rem;
		}
}
@media only screen and (max-width: 480px) {
		.page-container.ad_block .title {
				font-size: 1.125rem;
		}
		.ad_card .info {
				font-size: .85rem;
				min-height: 70px;
		}
		.ad_card .head {
				font-size: 1rem;
		}
		.ad_card .info, .ad_card .date {
				font-weight: normal;
		}
		.ad_card .card-body {
				padding-top: .5rem;
		}
}
/************************
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;
		margin: 0 5px;
}
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: 1199px) {
		header .h_logo {
				margin-left: 10px;
		}
}
@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: 220px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 180px;
		}
}
@media screen and (max-width: 280px) {
		body.open .h_content {
				padding-left: 160px;
		}
}
/************************/
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: 220px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 0px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 180px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
@media screen and (max-width: 280px) {
		header .h_menu {
				width: 160px;
		}
		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.6em;
		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: 100%;
				padding: 0px 3%;
				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: 480px) {
		footer .fiscal .f_left {
				font-size: 28px;
		}
		footer .fiscal .f_right {}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 23px;
				padding-right: 25%;
				text-wrap: nowrap;
		}
		footer .fiscal .f_right {
				font-size: 12px;
				padding-right: 25%;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 23px;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual {
		background-color: #04090d;
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 7rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
.fix-ad .item {
		background-image: url("../images/card/fixed_bg.png");
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: cover;
		padding: 0 .25rem .5rem 1rem;
		text-align: center;
		display: block;
		margin-bottom: 0;
		width: 130px;
		height: 190px;
		position: relative;
		border-radius: 0;
}
.fix-ad .item.up {
		background-image: url("../images/card/fixed_bg_up.png");
		margin-bottom: 1rem;
}
.fix-ad .item img {
		max-width: 85px;
		margin-bottom: .5rem;
}
.fix-ad .item.up img.card_front {
		max-width: 85px;
		position: relative;
		left: 8px;
}
.fix-ad .item .title {
		font-size: 1.25vw;
		color: #4d4d4d;
		line-height: 1.25;
		margin-bottom: .25rem;
		font-weight: bold;
}
.fix-ad .item .gift {
		font-size: .9vw;
		color: #4d4d4d;
		margin-bottom: 0.25rem;
		font-weight: bold;
}
.fix-ad .item.up .title, .fix-ad .item.up .gift {
		color: #ffffff;
		text-shadow: 0 .125rem 1rem RGBA(0, 0, 0, .5);
}
.fix-ad .item .link {
		font-size: .9vw;
		color: #ffffff;
		font-weight: bold;
		padding: .25rem 1rem;
		background-color: #cc0000;
		border-radius: 5rem;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		letter-spacing: 1px;
}
.fix-ad .item .link .icon img {
		max-width: 100% !important;
		margin-bottom: 0 !important;
}
.fix-ad .item .link .icon {
		max-width: 15px;
		display: inline-block;
		margin-left: .25rem;
}
.fix-ad .item:hover .link {
		background-color: #ee1818;
}
.fix-ad .item:hover .link .icon {
		-webkit-transform: translateX(.35rem);
		-ms-transform: translateX(.35rem);
		transform: translateX(.35rem);
}
.fix-ad .item .link, .fix-ad .item:hover .link, .fix-ad .item .link .icon, .fix-ad .item:hover .link .icon {
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
}
@media only screen and (min-width:1366px) {
		.fix-ad .item {
				width: 145px;
				height: 210px;
				padding-left: 1rem;
		}
		.fix-ad .item.up {
				width: 145px;
				height: 200px;
				padding-left: 1rem;
				margin-bottom: 1.5rem;
		}
		.fix-ad .item img {
				max-width: 90px;
		}
		.fix-ad .item.up img.card_front {
				max-width: 90px;
		}
		.fix-ad .item .title {
				font-size: 1.125rem;
		}
		.fix-ad .item .link, .fix-ad .item .gift {
				font-size: .85rem;
		}
		.fix-ad .item.up .link {
				margin-bottom: 1rem;
		}
}
@media only screen and (max-width:1199px) {
		.fix-ad .item img {
				max-width: 70px;
				margin-bottom: .5rem;
		}
		.fix-ad .item {
				width: 120px;
				height: 165px;
		}
		.fix-ad .item .gift {
				margin-bottom: 0;
		}
		.fix-ad .item .link, .fix-ad .item .gift {
				font-size: 1vw;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad .item .link, .fix-ad .item .gift {
				font-size: 1.25vw;
		}
		.fix-ad .item .title {
				font-size: 1.65vw;
		}
}
@media (max-width: 991px) and (orientation:landscape) {
		.fix-ad .item {
				width: 95px;
				height: 135px;
		}
		.fix-ad .item .link {
				padding: .125rem .5rem;
		}
		.fix-ad .item .gift {
				padding: 0;
		}
		.fix-ad .item.up img.card_front {
				max-width: 7vw;
		}
		.fix-ad {
				bottom: 3rem;
		}
		.fix-ad .item img {
				max-width: 5vw;
				margin-bottom: .5rem;
		}
		.fix-ad .item .link, .fix-ad .item .gift {
				font-size: 1vw;
		}
		.fix-ad .item .title {
				font-size: 1.5vw;
				margin: 0;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad .item.up {
				margin-bottom: .25rem;
		}
		.fix-ad .item {
				width: 75px;
				height: 110px;
				padding-left: .75rem;
				padding-top: .25rem;
		}
		.fix-ad .item .link .icon {
				max-width: 8px;
				margin-left: .25rem;
		}
		.fix-ad .item .link {
				position: relative;
				top: -5px;
		}
		.fix-ad .item img {
				max-width: 7vw;
				margin-bottom: .25rem;
		}
}
@media (max-width: 568px) and (orientation:landscape) {
		.fix-ad {
				bottom: 3.5rem;
		}
		.fix-ad .item img {
				max-width: 60px;
				margin-bottom: .5rem;
		}
		.fix-ad .item {
				width: 90px;
				height: 155px;
		}
		.fix-ad .item .link, .fix-ad .item .gift {
				font-size: 1.5vw;
		}
		.fix-ad .item .gift {
				margin-bottom: 0;
		}
		.fix-ad .item .title {
				font-size: 2.25vw;
		}
		.fix-ad .item .link {
				padding: .25rem .75rem;
				letter-spacing: 1px;
		}
		.fix-ad .item .link .icon {
				max-width: 8px;
		}
}
@media only screen and (max-width:480px) {
		.box-topic .text.list ol ul {
				list-style: disc;
				margin-left: 1.125rem !important;
		}
		.item_cloud {
				max-width: 25vw;
		}
		.fix-ad {
				bottom: 3.5rem;
		}
		.fix-ad .item img {
				max-width: 60px;
				margin-bottom: .5rem;
		}
		.fix-ad .item {
				width: 90px;
				height: 145px;
		}
		.fix-ad .item.up img.card_front {
				max-width: 17vw;
				left: 7px;
		}
		.fix-ad .item.up {
				width: 90px;
				height: 148px;
		}
		.fix-ad .item .link, .fix-ad .item .gift {
				font-size: 2.125vw;
		}
		.fix-ad .item .gift {
				margin-bottom: .25rem;
		}
		.fix-ad .item .title {
				font-size: 3.5vw;
		}
		.fix-ad .item .link {
				padding: .25rem .5rem;
				letter-spacing: 1px;
		}
		.fix-ad .item .link .icon {
				max-width: 8px;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 3.5rem;
		}
		.fix-ad .item img {
				max-width: 60px;
				margin-bottom: .5rem;
		}
		.fix-ad .item {
				width: 80px;
				height: 135px;
		}
		.fix-ad .item.up {
				width: 80px;
				height: 135px;
				margin-bottom: .5rem;
		}
		.fix-ad .item .link, .fix-ad .item .gift {
				font-size: 2.125vw;
		}
		.fix-ad .item .gift {
				margin-bottom: 0;
		}
		.fix-ad .item .title {
				font-size: 3.5vw;
		}
		.fix-ad .item .link {
				padding: .25rem .5rem;
				letter-spacing: 1px;
		}
		.fix-ad .item .link .icon {
				max-width: 8px;
		}
}
/************************
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);
}*/
/************************
CARD GROUP
************************/
.card-item.is_mix.has_more, .card-item.is_mix > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
}
.card-item.is_mix .info-block {
		left: 0;
		right: 0;
		top: -2%;
		bottom: 0;
		margin: auto;
		max-width: 87%;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.card-item.is_mix .info-block .left_nav > div {
		cursor: pointer;
}
.card-item.is_mix .topic_up {
		top: auto;
		bottom: 0;
		left: 0;
		z-index: 4;
}
.card-item.is_mix .right_info > div {
		left: 0;
		top: 0;
}
.card-item.is_mix img {
		margin: auto;
		position: relative;
}
.has-shadow-left::after, .has-shadow-right::after {
		content: '';
		width: 30px;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
}
.has-shadow-left::before, .has-shadow-right::before {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
}
.has-shadow-left::after {
		left: 0;
		right: auto;
		background: -o-linear-gradient(left, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
		background: linear-gradient(to right, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
		z-index: 5;
}
.has-shadow-left:not(.in-progress)::before {
		left: 0;
		right: auto;
		background-color: RGBA(0, 0, 0, .65);
		background-image: url("../images/done/done_text.png");
		background-position: center;
		background-size: contain;
		z-index: 6;
}
.has-shadow-right::after {
		left: auto;
		right: 0;
		background: -o-linear-gradient(right, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
		background: -webkit-gradient(linear, right top, left top, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
		background: linear-gradient(to left, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%)
}
.card-item .is_hover {
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		opacity: 0;
}
.card-item .is_hover.show {
		opacity: 1;
		z-index: 2;
}
.card-item img {
		margin: auto;
}
@media only screen and (max-width:576px) {
		.has-shadow-left::after, .has-shadow-right::after {
				left: 0;
				right: 0;
				top: 0;
				bottom: auto;
				height: 30px;
				width: 100%;
				background: -o-linear-gradient(top, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
				background: -webkit-gradient(linear, left top, left bottom, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
				background: linear-gradient(to bottom, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%)
		}
}
/************************
LAYOUT
************************/
.content {
		position: relative;
		width: 100%;
		height: 100%;
		background-color: #04090d;
}
.content .bg-item {
		max-width: 1920px;
		margin: auto;
}
@media only screen and (max-width: 991px) {
		.card-item.is_mix .info-block {
				max-width: 90%;
		}
}
/************************
BG ITEM
************************/
.item_cloud {
		max-width: 400px;
}
.item_cloud.left {
		top: 20%;
		left: -20%;
		opacity: .75;
}
.item_cloud.right {
		top: 20%;
		right: -15%;
}
.bg_item_group {
		top: 3.5rem;
		max-width: 1100px;
		left: 0;
		right: 0;
		margin: auto;
}
.bg_item_group .bg_cloud {
		-webkit-animation: bg_cloud 10s linear infinite;
		animation: bg_cloud 10s linear infinite;
}
@-webkit-keyframes bg_cloud {
		0%, 100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
		}
		30% {
				-webkit-transform: translateY(3%);
				transform: translateY(3%);
				opacity: .65;
		}
		60% {
				-webkit-transform: translateY(-3%);
				transform: translateY(-3%);
				opacity: .85;
		}
}
@keyframes bg_cloud {
		0%, 100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
				opacity: 1;
		}
		30% {
				-webkit-transform: translateY(3%);
				transform: translateY(3%);
				opacity: .65;
		}
		60% {
				-webkit-transform: translateY(-3%);
				transform: translateY(-3%);
				opacity: .85;
		}
}
.bg_item_group .bg_item_8, .bg_item_group .bg_item_3, .bg_item_group .bg_item_1 {
		max-width: 58px;
}
.bg_item_group .bg_item_8 {
		top: 16%;
		right: 18%;
}
.bg_item_group .bg_item_3 {
		top: 19%;
		right: 12%;
}
.bg_item_group .bg_item_1 {
		top: 30%;
		right: 8%;
}
.bg_item_group .bg_item_8 {
		-webkit-animation: bg_item_8 3s linear infinite;
		animation: bg_item_8 3s linear infinite;
}
@-webkit-keyframes bg_item_8 {
		0%, 100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
		}
		50% {
				-webkit-transform: translateY(18%);
				transform: translateY(18%);
		}
}
@keyframes bg_item_8 {
		0%, 100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
		}
		50% {
				-webkit-transform: translateY(18%);
				transform: translateY(18%);
		}
}
.bg_item_group .bg_item_3 {
		-webkit-animation: bg_item_3 3s linear infinite;
		animation: bg_item_3 3s linear infinite;
}
@-webkit-keyframes bg_item_3 {
		0%, 100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
		}
		50% {
				-webkit-transform: translateY(13%);
				transform: translateY(13%);
		}
}
@keyframes bg_item_3 {
		0%, 100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
		}
		50% {
				-webkit-transform: translateY(13%);
				transform: translateY(13%);
		}
}
.bg_item_group .bg_item_1 {
		-webkit-animation: bg_item_1 3s linear infinite;
		animation: bg_item_1 3s linear infinite;
}
@-webkit-keyframes bg_item_1 {
		0%, 100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
		}
		50% {
				-webkit-transform: translateY(18%);
				transform: translateY(18%);
		}
}
@keyframes bg_item_1 {
		0%, 100% {
				-webkit-transform: translateY(0);
				transform: translateY(0);
		}
		50% {
				-webkit-transform: translateY(18%);
				transform: translateY(18%);
		}
}
.item_cloud.left {
		-webkit-animation: cloud_left 5s linear infinite;
		animation: cloud_left 5s linear infinite;
}
@-webkit-keyframes cloud_left {
		0%, 100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
		}
		50% {
				-webkit-transform: translateX(10%);
				transform: translateX(10%);
		}
}
@keyframes cloud_left {
		0%, 100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
		}
		50% {
				-webkit-transform: translateX(10%);
				transform: translateX(10%);
		}
}
.item_cloud.right {
		-webkit-animation: cloud_right 5s linear infinite;
		animation: cloud_right 5s linear infinite;
}
@-webkit-keyframes cloud_right {
		0%, 100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
		}
		50% {
				-webkit-transform: translateX(-10%);
				transform: translateX(-10%);
		}
}
@keyframes cloud_right {
		0%, 100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
		}
		50% {
				-webkit-transform: translateX(-10%);
				transform: translateX(-10%);
		}
}
@media only screen and (min-width:1366px) {
		.item_cloud.left {
				left: -15%;
		}
		.item_cloud.right {
				right: -8%;
		}
		.item_cloud {
				max-width: 450px;
		}
}
@media only screen and (min-width:1600px) {
		.item_cloud.left {
				left: -10%;
		}
		.item_cloud.right {
				right: -5%;
		}
}
/************************/
.box-card {
		position: relative;
		display: inline-block;
		margin: 0 auto;
}
.box-card img {
		max-width: 480px;
}
.box-topic h2.text {
		font-size: 3rem;
		letter-spacing: 2px;
		line-height: 1.5em;
		margin: 0 auto;
		font-weight: bold;
}
.box-topic h3.text {
		font-size: 2.5rem;
		letter-spacing: 2px;
		line-height: 1.25;
		margin: 0 auto;
		font-weight: bold;
}
.box-topic .text.info .list-group-item, .box-topic .text.info .list-group {
		background-color: transparent;
		border: 0;
		padding: 0;
}
.box-topic .text.info .list-group-item {
		font-size: 1.25rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
.box-topic .text.info .list-group-item small {
		font-size: .8125rem;
}
.box-topic .text.info .list-group-item img {
		max-width: 100px;
}
.box-topic .text.info .list-group-item .icon_arrow {
		max-width: 20px;
		display: inline-block;
		margin: 0 .75rem;
		position: relative;
		top: -2px;
}
.box-topic .text.sametitle {
		font-size: 1.65rem;
		line-height: 1.5;
		letter-spacing: 1px;
}
.box-topic .text.sametitle .has_border {
		border: 2px solid #ffffff;
		padding: .125rem .5rem;
}
.box-topic .text.sametitle_lg {
		font-size: 2rem;
		line-height: 1.5;
		letter-spacing: 1px;
}
.box-topic .text.sametitle_lg small {
		position: relative;
		top: -2px;
}
.box-topic .text.subtitle {
		font-size: 1.35rem;
		line-height: 1.5;
		letter-spacing: 1px;
}
.box-topic .text.has_line {
		border-bottom: 1px solid #ffffff;
}
.box-topic .text.list {
		font-size: .95rem;
		line-height: 1.5;
		text-align: start;
}
.box-topic .text.list ol ul {
		list-style: disc;
		margin-left: 1.5rem !important;
}
.box-topic .text.list a {
		color: #e9338c;
}
.box-topic .text.list a:hover {
		color: #ff6ab3;
}
.box-topic .text.list ul li > span {
		display: inline-block;
		text-wrap: nowrap;
		padding-right: .125rem;
}
.box-topic .text.list ul li > span > span {
		font-size: 110%;
		line-height: 1;
		padding-left: .125rem;
}
.c-red {
		color: #ff0000;
}
@media only screen and (min-width:1366px) {
		.box-card img {
				max-width: 480px;
		}
}
@media only screen and (max-width:1199px) {
		.item_cloud {
				max-width: 28vw;
		}
		.bg_item_group {
				top: 3rem;
				max-width: 94vw;
		}
		.bg_item_group .bg_item_8, .bg_item_group .bg_item_3, .bg_item_group .bg_item_1 {
				max-width: 5vw;
		}
		.content .page-container.event_block .wide {
				padding: 10rem 0 4rem 0 !important;
		}
		.box-topic .text.info .list-group-item img {
				max-width: 10vw;
		}
		.btn_event {
				width: 200px;
				height: 50px;
				font-size: 1.125rem;
		}
		.box-topic h3.text {
				font-size: 1.75rem;
		}
		.box-card img {
				max-width: 380px;
		}
		.box-topic h2.text {
				font-size: 2.125rem;
				margin: 2rem auto;
		}
		.box-topic .text.subtitle {
				font-size: 1.125rem;
				line-height: 1.5em;
		}
		.box-topic .text.sametitle {
				font-size: 1.35rem;
		}
		.box-topic .text.sametitle_lg {
				font-size: 1.85rem;
		}
		.box-topic .text.info .list-group-item {
				font-size: 1.25rem;
				padding: .25rem 0;
		}
		.box-topic .text.info .list-group-item .icon_arrow {
				max-width: 15px;
				margin: 0 .75rem;
				top: -2px;
		}
		.remark_text ul {
				max-width: 100%;
				margin: auto;
		}
		.remark_text ul li {
				font-size: .8125rem;
		}
		.box-topic .text.list {
				font-size: .8125rem;
		}
}
@media only screen and (max-width:991px) {
		.remark_text ul {
				max-width: 70%;
		}
		.box-topic .text.sametitle {
				font-size: 1.125rem;
		}
		.box-topic .text.sametitle_lg {
				font-size: 1.5rem;
		}
		.box-topic .text.info .list-group-item {
				font-size: 1rem;
				padding: 0;
		}
		.box-card img {
				max-width: 340px;
		}
		.box-topic h2.text {
				font-size: 2rem;
				margin: 2rem auto;
		}
		.content .page-container.event_block .wide {
				padding: 8rem 0 4rem 0 !important;
		}
}
@media (max-width: 991px) and (orientation:landscape) {
		.remark_text ul {
				max-width: 100%;
		}
}
@media only screen and (max-width:767px) {
		.bg_item_group {
				top: 2rem;
				max-width: 100vw;
		}
		.content .page-container.event_block .wide {
				padding: 7rem 0 3rem 0 !important;
		}
		.remark_text ul {
				max-width: 70%;
		}
		.box-topic .text.sametitle_lg {
				font-size: 1.35rem;
		}
		.box-topic .text.sametitle {
				font-size: 1.125rem;
		}
		.box-topic .text.info .list-group-item .icon_arrow {
				max-width: 12px;
				margin: 0 .5rem;
				top: -2px;
		}
		.box-topic .text.info .list-group-item {
				font-size: 1rem;
		}
		.box-card img {
				width: 280px;
		}
		.box-topic h2.text {
				font-size: 1.75rem;
				margin: 1.5rem auto;
		}
		.box-topic .text.subtitle {
				font-size: 1rem;
		}
		.box-topic h3.text {
				font-size: 1.5rem;
		}
		.btn_event {
				width: 190px;
				height: 50px;
				font-size: 1rem;
		}
}
@media (min-width: 568px) and (max-width: 599px) {
		.box-topic .text.sametitle {
				font-size: 1rem;
		}
		.box-topic h3.text {
				font-size: 1.25rem;
		}
		.box-topic .text.subtitle {
				font-size: .875rem;
		}
		.box-topic .text.info .list-group-item {
				font-size: .875rem;
		}
		.remark_text ul {
				max-width: 80%;
		}
}
@media screen and (max-width: 480px) {
		.btn_event {
				width: 150px;
				height: 45px;
				font-size: 1rem;
		}
		.bg_item_group .bg_item_8, .bg_item_group .bg_item_3, .bg_item_group .bg_item_1 {
				max-width: 8vw;
		}
		.bg_item_group .bg_item_8 {
				top: -7%;
				right: 42%;
		}
		.bg_item_group .bg_item_3 {
				top: -2%;
				right: 37%;
		}
		.bg_item_group .bg_item_1 {
				top: 3%;
				right: 32%;
		}
		.page-container.remark_block {
				background: -webkit-gradient(linear, left top, left bottom, from(#4b93ce), to(#18395d));
				background: -o-linear-gradient(top, #4b93ce 0%, #18395d 100%);
				background: linear-gradient(to bottom, #4b93ce 0%, #18395d 100%);
		}
		.bg_item_group {
				top: 2.5rem;
				min-width: 200%;
				left: -40%;
		}
		.box-topic h2.text {
				font-size: 1.35rem;
				letter-spacing: normal;
				margin: 1rem auto;
		}
		.box-topic .text.subtitle {
				font-size: .8125rem;
				line-height: 1.5;
				letter-spacing: normal;
		}
		.box-topic .text.info .list-group-item img {
				max-width: 15vw;
		}
		.box-topic .text.sametitle {
				font-size: 1rem;
		}
		.box-topic .text.sametitle_lg {
				font-size: 1.25rem;
				letter-spacing: normal;
				line-height: 1.65 !important;
		}
		.page-container.highline_block {
				background: -webkit-gradient(linear, left top, right top, from(#68e0cf), to(#209cff));
				background: -o-linear-gradient(left, #68e0cf 0%, #209cff 100%);
				background: linear-gradient(to right, #68e0cf 0%, #209cff 100%);
		}
		.box-topic .text.list ul li > span > span {
				font-size: 100%;
		}
		.box-topic h3.text {
				font-size: 1.125rem;
				line-height: 1.25em !important;
				margin: 0 auto .5rem auto;
				letter-spacing: normal;
		}
		.remark_text ul {
				max-width: 100%;
				margin: auto;
		}
		.remark_text ul li {
				font-size: .75rem;
				padding: 0;
		}
		.remark_text ul li::before {
				top: 5px;
		}
		.box-topic .text.info .list-group-item {
				font-size: .85rem;
				padding: .125rem 0;
				-webkit-box-align: start;
				-ms-flex-align: start;
				align-items: flex-start;
		}
		.box-topic .text.info .list-group-item .icon_arrow {
				max-width: 10px;
				margin: 0 .35rem 0 .35rem;
				top: -2px;
		}
		.box-card img {
				width: 220px;
		}
		.box-topic .text.sametitle .has_border {
				margin-bottom: .25rem;
		}
}
@media screen and (max-width: 344px) {
		.remark_text ul {
				max-width: 86%;
		}
		.btn_event {
				width: 150px;
				height: 40px;
		}
		.box-topic .text.info .list-group-item > span:first-child {
				min-width: 27%;
		}
		.box-topic .text.sametitle {
				font-size: .85rem;
		}
		.box-topic .text.sametitle_lg {
				font-size: 1.125rem;
				line-height: 1.75;
		}
		.box-card img {
				width: 75vw;
		}
		.box-topic h2.text {
				font-size: 1.25rem;
		}
		.box-topic .text.subtitle {
				font-size: .75rem;
		}
		.box-topic .text.info .list-group-item {
				font-size: .8125rem;
		}
}
@media screen and (max-width: 280px) {
		br.d-xs-block {
				display: block !important;
		}
		.box-topic h2.text {
				font-size: 1.25rem;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 50px;
}
.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: 10px;
		}
}
@media (max-width: 991px) and (orientation:landscape) {
		.go_top {
				width: 35px;
				height: 35px;
				right: 15px;
				bottom: 10px;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}