@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');
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;
}
.drawer-content a, .drawer-content a:link, .drawer-content a:visited, .drawer-content a:hover, .drawer-content a:active {
		color: #ffffff;
}
dl, ol, ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
}
ol, ul {
		padding-left: 0 !important;
}
button:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
img {
		border: 0px none;
}
body {
		padding: 0;
		margin: 0;
		color: #333333;
		font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 16px;
		font-optical-sizing: auto;
		font-style: normal;
}
.no {
		font-family: "Noto Sans", 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.ad_card .btn, .ad_card .head {
		font-family: 'Microsoft YaHei', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 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, .fix-ad .item .act {
		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;
}
@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 Backdrop
--------------------------------------------*/
#popupContent {
		padding: 2rem;
		height: -webkit-fit-content !important;
		height: -moz-fit-content !important;
		height: fit-content !important;
		min-height: 360px;
}
#popupHeadline {
		display: inline-block !important;
		top: 0 !important;
		left: 0 !important;
		width: auto !important;
}
#popupDescription {
		top: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		width: 100% !important;
}
#popupDetails {
		left: 0 !important;
		bottom: 0 !important;
		position: relative !important;
		margin-top: 30px;
}
@media (max-width: 767.98px) and (orientation:landscape) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
@media (max-width: 575.98px) and (orientation:portrait) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
.modal.ticket .modal-header {
		border: 0;
		background-color: #323433;
}
.modal.ticket .modal-body {
		border: 0;
		background-color: #323433;
}
.modal.ticket .modal-body .content .no-head .no {
		position: absolute;
		width: 60px;
		height: 60px;
		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;
		border-radius: 100%;
		background-color: #ffffff;
		color: #ec5e20;
		font-size: 3rem;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		-webkit-box-shadow: .25rem .25rem .35rem RGBA(0, 0, 0, .5);
		box-shadow: .25rem .25rem .35rem RGBA(0, 0, 0, .5);
		left: -25px;
		top: 0;
		bottom: 0;
		right: auto;
		margin: auto;
}
.modal.ticket .modal-body .content .no-head {
		position: relative;
		padding: .5rem 3rem;
		display: block;
		border-radius: 5rem;
		background-color: #ec5e20;
		color: #ffffff;
		font-size: 1.25rem;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 2rem;
}
.modal.ticket .modal-body .content .is-block {
		margin-bottom: 5rem;
}
.modal.ticket .modal-body .content .title {
		color: #ffffff;
		font-size: 2rem;
		font-weight: bold;
}
.modal.ticket .modal-body .btn-close {
		position: fixed;
		right: auto;
		left: auto;
		margin: auto;
		margin-left: calc(100% - 80px);
		margin-right: auto;
		top: 2rem;
		background: none;
		padding: 0;
		line-height: 40px;
		width: 40px;
		height: 40px;
}
.modal.ticket .modal-body .btn-close img {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
}
.modal.ticket .modal-body .head {
		width: 100%;
		height: 310px;
		background-image: url("../images/ticket/head.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		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;
		color: #ffffff;
		font-size: 2.25rem;
		font-weight: bold;
}
@media screen and (min-width: 1920px) {
		.modal.ticket .modal-body .btn-close {
				margin-left: calc(1920px - 80px);
		}
}
@media screen and (max-width: 1199px) {
		.modal.ticket .modal-body .content {
				max-width: 80%;
				margin: auto;
				;
		}
		.modal.ticket .modal-body .head {
				font-size: 2.25rem;
				height: 280px;
		}
		.modal.ticket .modal-body .content .title {
				font-size: 1.5rem;
		}
		.modal.ticket .modal-body .content .no-head .no {
				width: 50px;
				height: 50px;
				font-size: 2.25rem;
		}
		.modal.ticket .modal-body .content .no-head {
				font-size: 1.125rem;
		}
		.modal.ticket .modal-body .btn-close {
				margin-left: calc(100% - 70px);
				line-height: 35px;
				width: 35px;
				height: 35px;
		}
}
@media screen and (max-width: 991px) {
		.modal.ticket .modal-body .head {
				font-size: 2rem;
				height: 220px;
		}
}
@media screen and (max-width: 767px) {
		.modal.ticket .modal-body .head {
				font-size: 1.75rem;
				height: 180px;
		}
		.modal.ticket .modal-body .content .no-head {
				font-size: 1rem;
		}
		.modal.ticket .modal-body .content .no-head {
				padding: .5rem 1rem .5rem 2rem;
		}
		.modal.ticket .modal-body .content .is-block {
				margin-bottom: 3rem;
		}
		.modal.ticket .modal-body .content .no-head .no {
				width: 40px;
				height: 40px;
				font-size: 1.5rem;
		}
}
@media screen and (max-width: 576px) {
		.modal.ticket .modal-body .head {
				font-size: 1.5rem;
				height: 160px;
				background-size: cover;
		}
		.modal.ticket .modal-body .content .title {
				font-size: 1.25rem;
		}
		.modal.ticket .modal-body .content .no-head {
				font-size: .825rem;
		}
		.modal.ticket .modal-body .btn-close {
				margin-left: calc(100% - 35px);
				line-height: 35px;
				width: 25px;
				height: 25px;
				top: 1rem;
		}
}
/************************
Btn More 
************************/
.btn-more {
		width: 150px;
		height: 40px;
		border-radius: 1.125rem;
		color: #ffffff;
		font-size: 1rem;
		font-weight: normal;
		line-height: 1.5;
		position: relative;
		border: 0;
		overflow: hidden;
		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;
}
.btn-more::before {
		content: '';
		width: 40px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		opacity: 0;
}
.btn-more::after {
		content: '';
		width: 40px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		opacity: 0;
}
@media (max-width: 1199px) {
		.btn-more {
				width: 120px;
				height: 35px;
				font-size: .8125rem;
		}
}
@media (max-width: 991px) {
		.btn-more {
				width: 100px;
				height: 30px;
				font-size: .75rem;
		}
}
@media (max-width: 567px) {
		.btn-more {
				width: 80px;
				height: 25px;
				font-size: 50%;
		}
}
.btn-more > span {
		position: relative;
		z-index: 2;
		color: #ffffff;
}
.btn-more:focus, .btn-more:hover, .btn-more {
		background-color: #ff0000 !important;
		color: #ffffff !important;
}
.btn-more::after, .btn-more::before {
		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%);
}
.btn-more::before {
		-webkit-transform: skewX(30deg);
		-ms-transform: skewX(30deg);
		transform: skewX(30deg)
}
.btn-more::before, .btn-more:hover::before {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.btn-more::after {
		-webkit-transition: all .5s ease, opacity .25s ease;
		-o-transition: all .5s ease, opacity .25s ease;
		transition: all .5s ease, opacity .25s ease;
}
.btn-more: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;
		opacity: .6;
}
.btn-more::after {
		-webkit-transform: translate(400%, 0) skewX(30deg);
		-ms-transform: translate(400%, 0) skewX(30deg);
		transform: translate(400%, 0) skewX(30deg);
}
.btn-more:hover::before {
		-webkit-transform: translate(-300%, 0) skewX(30deg);
		-ms-transform: translate(-300%, 0) skewX(30deg);
		transform: translate(-300%, 0) skewX(30deg);
		opacity: .75;
}
.btn-more:hover::after {
		-webkit-transform: translate(0, 0) skewX(30deg);
		-ms-transform: translate(0, 0) skewX(30deg);
		transform: translate(0, 0) skewX(30deg);
		opacity: .75;
}
.btn-more, .btn-more:hover, .btn-more:focus {
		-webkit-transition: -webkit-transform .1s .3s linear;
		transition: -webkit-transform .1s .3s linear;
		-o-transition: transform .1s .3s linear;
		transition: transform .1s .3s linear;
		transition: transform .1s .3s linear, -webkit-transform .1s .3s linear;
}
@-webkit-keyframes go {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(10px, 0);
				transform: translate(10px, 0);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
@keyframes go {
		0% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
		50% {
				-webkit-transform: translate(10px, 0);
				transform: translate(10px, 0);
		}
		100% {
				-webkit-transform: translate(0, 0);
				transform: translate(0, 0);
		}
}
/************************
Kv Btn
************************/
.kv-btn {
		background-image: url("../images/kv_btn_bg.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		padding: .5rem 2rem;
		min-width: 200px;
		font-size: 1.125rem;
		margin-top: 1rem;
}
@media screen and (max-width: 567px) {
		.kv-btn {
				padding: .25rem 1.5rem;
				min-width: 150px;
				font-size: 1rem;
		}
}
/************************
BUTTON
************************/
a.btn-leave {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		color: #ff3333;
		border: 1px solid #ee1818;
		background: transparent;
}
a.btn-leave:active, a.btn-leave:focus, a.btn-leave:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
a.btn-yes {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		border: 1px solid #ee1818;
		background: #ff3333;
		color: #ffffff;
}
a.btn-yes:active, a.btn-yes:focus, a.btn-yes:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
/************************
MODAL
************************/
.leaveModal {
		padding-right: 0 !important;
}
.modal-backdrop.show {
		opacity: 1;
}
.modal-backdrop {
		background-color: rgba(0, 0, 0, .75)
}
.leaveModal .modal-title {
		font-size: 1.5rem;
}
.leaveModal .modal-body {
		font-size: 1rem;
		text-align: justify;
}
@media screen and (min-width: 1024px) {
		.modal-lg {
				max-width: 780px;
		}
}
@media screen and (max-width: 991px) {
		a.btn-leave, a.btn-yes {
				min-width: 119px;
		}
		.leaveModal .modal-dialog {
				max-width: 100%;
				max-height: 80%;
		}
}
@media screen and (max-width: 767px) {
		.leaveModal .modal-title {
				font-size: 1.25rem;
		}
		.leaveModal .modal-body {
				font-size: 14px;
		}
		a.btn-leave, a.btn-yes {
				font-size: 16px;
		}
}
/************************
TOTAL
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
		/*max-width: 1200px;*/
}
.page-container {
		padding: 0px;
		max-width: 991px;
}
.key-visual .page-container {
		max-width: 100%;
}
.key-visual .slick-dots {
		bottom: -50px;
		position: absolute;
		z-index: 3;
}
.key-visual .slick-dotted.slick-slider {
		margin-bottom: 0;
}
@media only screen and (min-width:1200px) {
		.key-visual .page-container {
				max-width: 1920px;
		}
		.page-container.wide {
				margin: 0 auto;
				max-width: 100%;
		}
}
@media only screen and (min-width:992px) {
		.page-container.mini {
				margin: 0 auto;
				max-width: 900px;
		}
}
@media only screen and (min-width:1920px) {
		.page-container.wide {
				margin: 0 auto;
				max-width: 1920px;
		}
}
@media only screen and (max-width:1199px) {
		.page-container.wide {
				margin: 0 auto;
				max-width: 100%;
		}
}
@media only screen and (max-width:991px) {
		.page-container.ad, .page-container.mini {
				max-width: 90%;
				margin: auto;
		}
}
@media only screen and (max-width:768px) {}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		left: 0;
		width: 50px;
		height: 50px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
		/*background-color: #eeeeee;*/
}
.toggle-button .menu-bar {
		position: relative;
		width: 100%;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button .menu-bar-top {
		border: 2px solid #909090;
		border-bottom: none;
		top: 0px;
}
.toggle-button .menu-bar-middle {
		height: 2px;
		/*background-color: #909090;*/
		margin: 2px 0px;
		top: 0px;
}
.toggle-button .menu-bar-bottom {
		border: 2px solid #909090;
		border-top: none;
		top: 0px;
}
.toggle-button.open .menu-bar-top {
		-webkit-transform: rotate(45deg) translate(3px, 3px);
		-ms-transform: rotate(45deg) translate(3px, 3px);
		transform: rotate(45deg) translate(3px, 3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-transition: .1s ease-in;
		-o-transition: .1s ease-in;
		transition: .1s ease-in;
		opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
		-webkit-transform: rotate(-45deg) translate(3px, -3px);
		-ms-transform: rotate(-45deg) translate(3px, -3px);
		transform: rotate(-45deg) translate(3px, -3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
@media only screen and (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
BANNER
************************/
.bot-banner {
		background-color: #f4e2e2;
		margin: 2rem 0;
		clear: both;
}
@media only screen and (max-width: 991px) {
		.bot-banner {
				margin: 2rem 0;
		}
}
/************************
NO EVENT TAG
************************/
.tag_item {
		right: 10%;
		top: -.5rem;
		z-index: 2;
		max-width: 8.5vw;
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-animation: swing 2s ease-in-out infinite;
		animation: swing 2s ease-in-out infinite;
}
.topic_block.none .slick-list {
		overflow: visible !important;
}
@-webkit-keyframes swing {
		0%, 100% {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
		}
		50% {
				-webkit-transform: rotate(15deg);
				transform: rotate(15deg);
		}
}
@keyframes swing {
		0%, 100% {
				-webkit-transform: rotate(0deg);
				transform: rotate(0deg);
		}
		50% {
				-webkit-transform: rotate(15deg);
				transform: rotate(15deg);
		}
}
@media only screen and (min-width:1366px) {
		.tag_item {
				max-width: 130px;
		}
}
@media only screen and (max-width:991px) {
		.tag_item {
				top: -.25rem;
				max-width: 9vw;
				right: 8%;
		}
}
@media only screen and (max-width:767px) {
		.tag_item {
				top: -.25rem;
				max-width: 10vw;
				right: 8%;
		}
}
@media only screen and (max-width:576px) {
		.tag_item {
				top: -.25rem;
				max-width: 18vw;
				right: 8%;
		}
}
@media (min-width: 568px) and (max-width: 599px) {
		.tag_item {
				top: -.25rem;
				max-width: 10vw;
				right: 8%;
		}
}
@media only screen and (max-width:480px) {
		.tag_item {
				top: -.25rem;
				max-width: 18vw;
				right: 8%;
		}
}
/************************
AD BLOCK
************************/
.page-container.ad {
		background-image: url("../images/bot_bg.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		padding: 4rem 0;
}
.page-container.ad .title {
		font-size: 1.75rem;
		font-weight: bold;
}
.page-container.ad .title, .ad_block {
		max-width: 80%;
		margin: auto;
}
.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;
}
/************************
DESCRIPTION
************************/
.description {
		background-color: #c0c0c0;
}
.description > div {
		max-width: 80%;
		margin: auto;
		color: #666666;
		font-size: 1rem;
}
.description > div a {
		color: #e51937;
}
.description > div a:hover {
		text-decoration: underline;
}
@media only screen and (min-width: 1600px) {
		.description > div {
				max-width: 70%;
		}
		.page-container.ad .title, .ad_block {
				max-width: 70%;
		}
}
@media only screen and (max-width: 991px) {
		.page-container.ad {
				padding: 2rem 0;
				max-width: 100%;
		}
		.ad_card .info {
				font-size: .875rem;
		}
		.ad_card .head {
				font-size: 1.125rem;
		}
		.page-container.ad .title {
				font-size: 1.5rem;
		}
}
@media only screen and (max-width: 576px) {
		.page-container.ad .title, .ad_block {
				max-width: 96%;
		}
		.page-container.ad .title {
				font-size: 1.25rem;
		}
		.ad_card .card-body {
				min-height: inherit;
		}
}
/************************
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: 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;
				padding-right: 20%;
		}
		footer .fiscal .f_right {
				padding-right: 20%;
		}
}
@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: #0f0f0f;
}
.key-visual .topic {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 2;
}
.key-visual .topic h1 > span {
		position: relative;
		z-index: 2;
}
.key-visual .topic h1 {
		font-size: 4.5rem;
		text-shadow: 0 0 .5rem rgba(0, 0, 0, .75);
		position: relative;
}
.key-visual .topic h1::after {
		content: '';
		width: 60%;
		height: 60%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		margin: auto;
		bottom: 0;
		background-color: RGBA(0, 0, 0, .85);
		border-radius: 10rem;
		-webkit-filter: blur(2rem);
		filter: blur(2rem);
}
.key-visual .topic h2 {
		font-size: 2.125rem;
		text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .85);
}
@media (max-width: 1199px) {
		.key-visual .topic h1 {
				font-size: 3rem;
		}
		.key-visual .topic h2 {
				font-size: 1.65rem;
		}
}
@media (max-width: 991px) {
		.key-visual .topic h1 {
				font-size: 2.5rem;
		}
		.key-visual .topic h2 {
				font-size: 1.35rem;
		}
}
@media (max-width: 767px) {
		.key-visual .topic h1 {
				font-size: 2.125rem;
		}
		.key-visual .topic h2 {
				font-size: 1.125rem;
		}
}
@media (min-width: 568px) and (max-width: 599px) {
		.key-visual .topic.on-mobile {
				left: 0;
				right: 0;
				top: auto;
				bottom: 15%;
				margin: auto;
				z-index: 2;
		}
}
@media (max-width: 567px) {
		.key-visual .topic h1 {
				font-size: 1.25rem;
		}
		.key-visual .topic h2 {
				font-size: .75rem;
		}
		.key-visual .topic.on-mobile {
				left: 0;
				right: 0;
				top: auto;
				bottom: 15%;
				margin: auto;
				z-index: 2;
		}
}
/************************
Box List
************************/
.box-list {
		color: #fff;
		font-size: 1rem;
		font-weight: normal;
		background-color: #0f0f0f;
}
.box-list ul {
		list-style: none;
		margin: 0;
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
.box-list ul li {
		position: relative;
		margin-bottom: 5px;
		display: inline-block;
}
.box-list ul li span {
		position: relative;
		width: 5px;
		height: 5px;
		background-color: #ff5f10;
		border-radius: 100%;
		left: -10px;
		top: 15px;
		display: none;
}
.box-list a {
		color: #ff5f10;
		display: inline-block;
		padding: 0 5px;
		text-decoration: underline;
}
.box-list a.has-border {
		color: #ff5f10;
		display: inline-block;
		padding: 1px 10px;
		margin: 0 10px;
		border-radius: 5px;
		text-decoration: none;
		border: 1px solid #ff5f00;
}
.box-list a.has-border:hover {
		color: #ffffff;
		background-color: #ff5f00;
}
.box-list a:hover {
		color: #ffe11b;
}
@media (max-width: 767px) {
		.box-list {
				font-size: 1rem;
		}
		.box-list ul li {
				margin-bottom: 2px;
		}
}
@media (min-width: 568px) and (max-width: 599px) {
		.box-list {
				font-size: .8125rem;
		}
		.box-list ul li:first-child span {
				left: 4.75rem;
				top: 10px;
		}
		.box-list ul li span {
				left: -10px;
				top: 10px;
		}
		.box-list a.has-border {
				margin-bottom: .5rem;
		}
}
@media (max-width: 567px) {
		.box-list {
				font-size: .75rem;
		}
		.box-list ul li span {
				left: -10px;
				top: 10px;
		}
		.box-list ul li:first-child span {
				left: 4.225rem;
				top: 10px;
		}
		.box-list a.has-border {
				margin-bottom: .5rem;
		}
}
@media (max-width: 280px) {
		.box-list {
				font-size: 3.5vw;
		}
		.box-list ul li:first-child span {
				left: 3.35rem;
				top: 9px;
		}
		.box-list ul li span {
				top: 9px;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 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:not(.pic_mode) {
		background-color: #fff;
		border-radius: 1rem 0 0 1rem;
		padding: 1rem .5rem .5rem .5rem;
		text-align: center;
		display: block;
		margin-bottom: 1rem;
		width: 125px;
		position: relative;
		-webkit-box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .25);
		box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .25);
}
.fix-ad .card_1 .item {
		background: -o-linear-gradient(245deg, rgba(232, 175, 118, 1) 0%, rgba(245, 221, 196, 1) 24%, rgba(219, 179, 139, 1) 50%, rgba(198, 158, 120, 1) 79%, rgba(242, 206, 170, 1) 100%);
		background: linear-gradient(205deg, rgba(232, 175, 118, 1) 0%, rgba(245, 221, 196, 1) 24%, rgba(219, 179, 139, 1) 50%, rgba(198, 158, 120, 1) 79%, rgba(242, 206, 170, 1) 100%);
}
.fix-ad .card_2 .item {
		background: -o-linear-gradient(245deg, rgba(175, 175, 175, 1) 0%, rgba(221, 221, 221, 1) 24%, rgba(177, 177, 177, 1) 50%, rgba(154, 154, 154, 1) 79%, rgba(206, 206, 206, 1) 100%);
		background: linear-gradient(205deg, rgba(175, 175, 175, 1) 0%, rgba(221, 221, 221, 1) 24%, rgba(177, 177, 177, 1) 50%, rgba(154, 154, 154, 1) 79%, rgba(206, 206, 206, 1) 100%);
}
.fix-ad .card_3 .item {
		background: -o-linear-gradient(245deg, rgba(232, 196, 118, 1) 0%, rgba(245, 230, 196, 1) 24%, rgba(208, 180, 117, 1) 50%, rgba(195, 170, 116, 1) 79%, rgba(242, 219, 170, 1) 100%);
		background: linear-gradient(205deg, rgba(232, 196, 118, 1) 0%, rgba(245, 230, 196, 1) 24%, rgba(208, 180, 117, 1) 50%, rgba(195, 170, 116, 1) 79%, rgba(242, 219, 170, 1) 100%);
}
.fix-ad .item:not(.pic_mode)::after {
		content: '';
		width: 10%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
		background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
		background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.fix-ad .item:not(.pic_mode) img {
		max-width: 80px;
		margin-bottom: .5rem;
}
.fix-ad .item.pic_mode img {
		max-width: 140px;
		margin-bottom: .5rem;
}
.fix-ad .item .name {
		font-size: .75rem;
		color: #000000;
		margin-bottom: .35rem;
}
.fix-ad .item .act {
		font-size: 1rem;
		font-weight: bold;
		color: #000000;
		position: relative;
}
.fix-ad .item .act img {
		max-width: 12px;
		margin-left: .25rem;
		position: absolute;
		top: .5rem;
}
@media only screen and (max-width:1920px) {
		.fix-ad, .fix-ad.is_hide {
				-webkit-transition: all .5s;
				-o-transition: all .5s;
				transition: all .5s;
		}
		/*.fix-ad.is_hide {
				right: -50%;
		}*/
}
.fix-ad .item, .fix-ad .item:not(.pic_mode):hover {
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		-webkit-transform-origin: center right;
		-ms-transform-origin: center right;
		transform-origin: center right;
}
@media only screen and (min-width:1200px) {
		.fix-ad .item:not(.pic_mode):hover {
				width: 150px;
		}
}
@media only screen and (max-width:1199px) {
		.fix-ad {
				-webkit-transform: translateZ(0);
				transform: translateZ(0);
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				-webkit-filter: blur(0);
				-webkit-transform-origin: 0% 0;
				-ms-transform-origin: 0% 0;
				transform-origin: 0% 0;
		}
		.fix-ad {
				-webkit-transform: scale(.85);
				-ms-transform: scale(.85);
				transform: scale(.85);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 4rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 1rem;
		}
		.fix-ad .item {
				margin-bottom: .35rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 0;
		}
		.fix-ad .item .name {
				font-weight: bold;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 0;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: 0;
		}
}
/************************
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: -webkit-gradient(linear, left top, right top, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
		background: -o-linear-gradient(left, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
		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: -webkit-gradient(linear, right top, left top, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
		background: -o-linear-gradient(right, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
		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: -webkit-gradient(linear, left top, left bottom, from(RGBA(0, 0, 0, .35)), color-stop(60%, RGBA(0, 0, 0, 0)));
				background: -o-linear-gradient(top, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%);
				background: linear-gradient(to bottom, RGBA(0, 0, 0, .35)0%, RGBA(0, 0, 0, 0)60%)
		}
}
/************************
LAYOUT
************************/
.content_bg {
		position: relative;
		width: 100%;
		height: 100%;
		float: left;
		background-color: #0f0f0f;
}
.content_bg::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url(../images/content_bg.png);
		background-repeat: no-repeat;
		background-size: 1920px auto;
		background-position: center top;
		top: 0;
		left: 0;
		right: 0;
		display: block;
		margin: 0 auto;
}
.content_bg > .card {
		position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		padding: 0;
		z-index: 2;
		max-width: 100%;
		margin: 3rem auto 2.5rem auto;
		border: 0;
		background-color: transparent;
}
.content_bg > .card.bot {
		position: relative;
		margin-bottom: 0;
}
.content_bg .bg-item {
		max-width: 1920px;
		margin: auto;
}
@media only screen and (min-width:1920px) {}
@media only screen and (max-width:1199px) {
		.content_bg::after {
				background-size: 100% auto;
		}
}
@media only screen and (max-width: 991px) {
		.card-item.is_mix .info-block {
				max-width: 90%;
		}
}
@media only screen and (max-width: 567px) {
		.card-item.is_mix.has_more, .card-item.is_mix > a {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.card-item.is_mix img {
				max-width: 100%;
		}
}
/************************/
.block_01 {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding: 0;
		padding-top: 50px;
		padding-bottom: 0;
		text-align: center;
		z-index: 2;
}
.block_01.has_bg > .page-container.wide:not(.ad):not(.description) {
		background: -webkit-gradient(linear, left top, right top, from(#151515), to(#2b2b2b));
		background: -o-linear-gradient(left, #151515, #2b2b2b);
		background: linear-gradient(to right, #151515, #2b2b2b);
}
.box-card {
		position: relative;
		display: inline-block;
		margin: 0 auto;
}
.box-card.logos {
		margin: 2rem auto 1rem auto;
}
.box-card img {
		max-width: 520px;
}
.box-card.logos img {
		max-width: 420px;
}
.box-topic h2.text {
		font-size: 2.75rem;
		letter-spacing: 2px;
		line-height: 1.5em;
		color: #ff5f10;
		margin: 2rem auto;
}
.box-topic h3.text {
		font-size: 2.5rem;
		letter-spacing: 2px;
		line-height: 1.5em;
		color: #ffffff;
		margin: 0 auto 1rem auto;
		font-weight: bold;
}
.box-topic .text.name {
		font-size: 1.25rem;
		line-height: 1.5em;
		color: #fff;
}
.box-topic .text {
		font-size: 2rem;
		line-height: 1.5em;
		color: #fff;
}
.c-red {
		color: #ff0000;
}
@media only screen and (max-width:1199px) {
		.box-topic h3.text {
				font-size: 1.75rem;
		}
		.block_01 {
				padding-top: 0;
		}
		.box-card img {
				max-width: 420px;
		}
		.box-card.logos img {
				max-width: 330px;
		}
		.box-card.logos {
				margin: 1.5rem auto .5rem auto;
		}
		.box-topic h2.text {
				font-size: 2.125rem;
				margin: 2rem auto;
		}
		.box-topic .text.name {
				font-size: 1.125rem;
				line-height: 1.5em;
		}
}
@media only screen and (max-width:991px) {
		.box-topic h2.text {
				font-size: 2rem;
				margin: 2rem auto;
		}
		.box-topic .text {
				font-size: 1.5rem;
		}
}
@media only screen and (max-width:767px) {
		.box-card img {
				width: 340px;
		}
		.box-card.logos img {
				max-width: 280px;
		}
		.box-topic h2.text {
				font-size: 1.75rem;
				margin: 1.5rem auto;
		}
		.box-topic .text.name {
				font-size: 1rem;
		}
		.box-topic .text {
				font-size: 1.25rem;
		}
		.box-topic h3.text {
				font-size: 1.5rem;
		}
}
@media only screen and (max-width:567px) {
		.box-topic h3.text {
				font-size: 1.25rem;
				line-height: 1.125em !important;
				margin: 0 auto .5rem auto;
		}
		.box-card img {
				width: 240px;
		}
		.box-card.logos {
				margin: 1rem auto .25rem auto;
		}
		.box-card.logos img {
				max-width: 180px;
		}
		.box-topic h2.text {
				font-size: 1.25rem;
				letter-spacing: normal;
				margin: 1rem auto;
		}
		.box-topic .text.name {
				font-size: .85rem;
				line-height: 1.75;
		}
		.box-topic .text {
				font-size: 1rem;
		}
}
@media screen and (max-width: 567px) {
		.content_bg > .card {
				margin: 3rem auto 1rem auto;
		}
}
@media screen and (max-width: 320px) {
		.box-card img {
				width: 75vw;
		}
		.box-topic h2.text {
				font-size: 1.125rem;
		}
		.box-topic .text.name {
				font-size: .75rem;
		}
}
@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: 25px;
}
.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 screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}
/*浮動視窗*/
#drift {
		position: fixed;
		width: 160px;
		height: auto;
		right: 0px;
		bottom: 28%;
		z-index: 9999;
}
#drift img {
		width: 100%;
		vertical-align: middle;
}
#drift-1 {
		position: fixed;
		width: 130px;
		height: auto;
		right: 0px;
		bottom: 45%;
		z-index: 9999;
}
#drift-1 img {
		width: 100%;
		vertical-align: middle;
}
/*浮動視窗*/
#main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
@media only screen and (max-width: 991px) {
		#drift-1 {
				position: fixed;
				width: 130px;
				height: auto;
				right: 0px;
				bottom: 10%;
		}
}