@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: #f4d3a0;
		border: 0 !important;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
a:hover {
		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;
}
.has-indent > li {
		margin-left: 1.5rem;
		text-indent: -1.5rem;
}
.has-indent.large > li {
		margin-left: 2.5rem;
		text-indent: -2.5rem;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
.has-indent.none > li {
		margin-left: 0;
		text-indent: 0;
}
.has-indent > li li {
		margin-left: 0;
		text-indent: 0;
}
.topic_d .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
.topic_d .slick-prev {
		left: -2%;
}
.topic_d .slick-next {
		right: -2%;
}
/* 導航箭頭的動畫樣式 */
@-webkit-keyframes arrowLeftPulse {
		0% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.5;
		}
		50% {
				-webkit-transform: translateX(-15px);
				transform: translateX(-15px);
				opacity: 1;
		}
		100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.5;
		}
}
@keyframes arrowLeftPulse {
		0% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.5;
		}
		50% {
				-webkit-transform: translateX(-15px);
				transform: translateX(-15px);
				opacity: 1;
		}
		100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.5;
		}
}
@-webkit-keyframes arrowRightPulse {
		0% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.7;
		}
		50% {
				-webkit-transform: translateX(10px);
				transform: translateX(10px);
				opacity: 1;
		}
		100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.7;
		}
}
@keyframes arrowRightPulse {
		0% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.7;
		}
		50% {
				-webkit-transform: translateX(10px);
				transform: translateX(10px);
				opacity: 1;
		}
		100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.7;
		}
}
@-webkit-keyframes arrowRightStop {
		0% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.7;
		}
		50% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 1;
		}
		100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.7;
		}
}
@keyframes arrowRightStop {
		0% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.7;
		}
		50% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 1;
		}
		100% {
				-webkit-transform: translateX(0);
				transform: translateX(0);
				opacity: 0.7;
		}
}
/* 箭頭動畫類 */
.topic_d .slick-prev {
		-webkit-animation: arrowLeftPulse 1s infinite linear;
		animation: arrowLeftPulse 1s infinite linear;
}
.topic_d .slick-next {
		-webkit-animation: arrowRightPulse 1s infinite linear;
		animation: arrowRightPulse 1s infinite linear;
}
.topic_d .slick-prev:hover, .topic_d .slick-next:hover {
		-webkit-animation: arrowRightStop 1s forwards linear;
		animation: arrowRightStop 1s forwards linear;
}
.slick-dotted.slick-slider {
		margin-bottom: 0;
}
.slick-prev, .slick-next {
		top: 50%;
		width: 100px;
		height: 100px;
}
.slick-dots li button:before {
		width: 10px;
		height: 10px;
}
.slick-dots li {
		width: 16px;
		height: 16px;
		margin: 0 5px;
}
.topic_c .slick-prev, .topic_c .slick-next {
		top: 40%;
}
.topic_c .slick-prev {
		left: -50%;
}
.topic_c .slick-next {
		right: -50%;
}
[dir='rtl'] .slick-prev, .slick-next {
		background: url(../images/arrow_right.png) no-repeat scroll center center transparent !important;
		background-size: contain !important;
}
[dir='rtl'] .slick-next, .slick-prev {
		background: url(../images/arrow_left.png) no-repeat scroll center center transparent !important;
		background-size: contain !important;
}
body {
		padding: 0;
		margin: 0;
		color: #000;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 1rem;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 500;
}
.no {
		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;
}
.card.reset, .card.reset .card-head, .card.reset .card-body, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
		padding: 0;
}
h1, h2, .fix-ad .item .act {
		font-family: 'Open Sans', '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: #e7bf8c !important;
}
.slick-dots li button:before {
		background-color: #b1b1b1 !important;
}
.slick-dots {
		bottom: 1rem;
}
.topic_c .slick-dots {
		bottom: -4.5rem;
}
.topic_d .slick-dots {
		bottom: 3rem;
}
.remark-text a {
		color: #f4d3a0;
}
.remark-text a:hover, .remark-text a:focus {
		color: #ffffff;
}
.c_light_gray {
		color: #ededed;
}
.c_gray {
		color: #e1e1e1;
}
.c_gold {
		color: #e7bd88;
}
br.d-xs-block {
		display: none !important;
}
.d-xxxl-block {
		display: none !important;
}
@media screen and (min-width: 1921px) {
		.d-xxxl-block {
				display: block !important;
		}
		.d-xxxl-none {
				display: none !important;
		}
}
@media screen and (min-width: 1200px) {
		.has_space {
				min-height: 550px;
		}
}
@media screen and (max-width: 320px) {
		br.d-xs-block {
				display: block !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
--------------------------------------------*/
.info-modal ul.list-uninside, .info-modal ol.list-uninside {
		padding-left: 0 !important;
}
.info-modal .modal-header {
		position: relative;
		border: 0;
		padding: 0;
		overflow: visible;
}
.info-modal .modal-header .btn-close {
		position: absolute;
		right: -.5rem;
		top: -.5rem;
		width: 30px;
		height: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #666666;
		color: #ffffff;
		border-radius: 100%;
		opacity: 1;
		background-image: none;
		font-size: 1.25rem;
		z-index: 10;
}
.info-modal .modal-header .btn-close:hover {
		background-color: #000000;
}
.info-modal .modal-body {
		padding: 3rem;
		font-size: 1rem;
		line-height: 2;
		text-align: justify;
}
.info-modal .modal-body .table {
		min-width: 450px;
}
.info-modal .modal-body .table th {
		background-color: #666;
		color: #ffffff;
}
.info-modal .modal-body .table th, .info-modal .modal-body .table td {
		padding: .5rem 1rem;
		font-size: 1rem;
}
.info-modal .modal-body .table th:first-child {
		border-right: 1px solid #ffffff;
}
.info-modal ul, .info-modal ol {
		padding-left: 1.25rem !important;
		margin-bottom: .5rem;
}
.info-modal ul.list-unstyled, .info-modal ol.list-unstyled {
		padding-left: 0 !important;
}
.info-modal .modal-body a {
		color: #c68a3e;
}
.info-modal .modal-body a:hover {
		color: #000;
		text-decoration: underline;
}
@media screen and (max-width:1199px) {
		.info-modal .modal-body .table {
				min-width: inherit;
				width: 100% !important;
		}
		.info-modal ul > ol {
				padding-left: 0 !important
		}
}
@media screen and (max-width:991px) {
		.info-modal .modal-body {
				padding: 2rem 1.5rem;
		}
		.info-modal .modal-dialog {
				max-width: 90%;
				margin-right: auto;
				margin-left: auto;
		}
}
@media screen and (max-width:767px) {
		.info-modal .modal-body {
				padding: 2rem 1rem;
				font-size: .825rem;
				line-height: 1.75;
		}
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				padding: .25rem .75rem;
				font-size: .825rem;
		}
		.info-modal .modal-body h5 {
				font-size: 1rem;
		}
}
@media screen and (max-width:576px) {
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				padding: .25rem .25rem;
				font-size: .75rem;
				text-align: start;
		}
		.info-modal .modal-header {
				height: 25px;
		}
		.info-modal .modal-body h3 {
				font-size: 1.25rem;
		}
		.info-modal .modal-header .btn-close {
				right: 1rem;
				top: 1rem;
				width: 20px;
				height: 20px;
				font-size: 1rem;
		}
		.info-modal ul, .info-modal ol {
				padding-left: 1rem !important;
		}
}
@media screen and (max-width:320px) {
		.info-modal .modal-body .table th, .info-modal .modal-body .table td {
				font-size: .75rem;
		}
		.info-modal .modal-dialog {
				max-width: calc(100% - 1rem);
		}
}
/*------------------------------------------ 
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;
		}
}
/************************
SPACE
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
		/*max-width: 1200px;*/
}
.page-container:not(.wide) {
		padding: 0px;
		max-width: 991px;
}
.page-container.sp {
		max-width: 1100px;
}
.key-visual .page-container {
		max-width: 100%;
		margin: auto;
}
.key-visual .slick-dotted.slick-slider {
		margin-bottom: 0;
}
.key-visual .sparkle_block {
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
}
.description.page-container:not(.wide), .card.top .page-container:not(.wide), .card.bot .page-container:not(.wide) {
		padding: 0px;
		max-width: 1100px;
}
@media only screen and (min-width:992px) {
		.page-container.mini {
				margin: 0 auto;
				max-width: 760px;
		}
}
@media only screen and (min-width:1920px) {
		.key-visual .page-container {
				max-width: 100%;
		}
		.page-container.wide {
				margin: 0 auto;
				max-width: 100%;
		}
}
@media only screen and (min-width:2560px) {
		.page-container.wide {
				margin: 0 auto;
				max-width: 2560px;
		}
}
@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.mini {
				max-width: 90%;
				margin: auto;
		}
}
@media only screen and (max-width:767px) {}
@media only screen and (max-width:567px) {}
/****************************/
.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;
		}
}
/************************
REMARK
************************/
/* 基本樣式 */
.remark-icon {
		display: inline-block;
		width: 12px;
		height: 12px;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.remark-icon.plus::before, .remark-icon.plus::after {
		content: '';
		position: absolute;
		background-color: #666666;
}
.remark-icon.plus::before {
		width: 100%;
		height: 2px;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.remark-icon.plus::after {
		width: 2px;
		height: 100%;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
}
.remark-icon.minus::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #666666;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
}
.remark-head {
		cursor: pointer;
}
.remark-title {
		display: inline-block;
		padding-left: 1.25rem;
}
/************************
Topic
************************/
.list_star .head {
		min-width: 120px;
		text-wrap: nowrap;
		margin-right: 1rem;
		font-size: 1rem;
		font-weight: bold;
}
.list_star li {
		position: relative;
		padding-left: 1.25rem;
		line-height: 1.75;
}
.list_star li::before {
		content: '';
		width: 20px;
		height: 20px;
		display: block;
		position: absolute;
		left: 0;
		top: 3px;
		background-image:
				url("../images/title_icon_y.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
}
h2.title {
		font-size: 1.75rem;
}
.topic_c .remark-text {
		max-width: 780px;
		text-align: center;
		position: relative;
		top: -1rem;
}
.topic_e .title, .topic_c .title, .topic_b .title, .topic_a .title {
		font-size: 1.725rem;
}
.topic_c .title .large, .topic_b .title .large {
		font-size: 150%;
		line-height: 1;
}
.topic_c .title .large small, .topic_b .title .large small {
		font-size: 70%;
}
.topic_d .subtitle, .topic_d .title, .topic_a .title {
		color: #e7bd88;
}
.topic_d .list_icon li {
		padding: 0 1.5rem;
		border-right: 1px solid #e7bd88;
}
.topic_d .list_icon li:last-child {
		border-right: 0;
}
.topic_d .list_icon li img {
		max-width: 4vw;
}
.topic_d .card_1 .has_bg_img img {
		left: -5%;
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 50vw;
		z-index: -1;
}
.topic_d .card_2 .has_bg_img img {
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		max-width: 35vw;
		z-index: -1;
}
.topic_d .card_6 .ch_img img {
		max-width: 35vw;
}
.topic_d .card_4 .gift_block {
		max-width: 90%;
}
.topic_d .card_4 .gift_block img {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.topic_a .title span {
		font-size: 1.35rem;
		background-color: #e7bd88;
		padding: .35rem 1rem;
		color: #000000;
		font-weight: 500;
		top: -2px;
		width: calc(100% - 11rem);
}
.topic_a .title span img {
		max-width: 10px;
}
.info-card .topic_d .subtitle, .info-card .topic_c .subtitle {
		font-size: 1.125rem;
}
.info-card .date {
		font-size: 1.5rem;
}
.info-card .topic_e .text, .info-card .topic_d .text, .info-card .topic_a .text {
		font-size: 1rem;
		line-height: 1.75;
}
.topic_c {
		overflow: hidden;
		padding-bottom: 4rem;
		display: block;
}
.topic_d .card {
		max-width: 90%;
		margin: auto;
		padding: 5rem 0 6rem 0;
}
.topic_d .info_slider {
		max-width: 90%;
		margin: auto;
}
.topic_d .info_block {
		background-image: url("../images/topic_d/bg_n_on.jpg");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
}
.topic_e .info-card {
		max-width: 98%;
		margin: auto;
}
.topic_e .info-card .cover img {
		max-width: 100%;
		margin: auto;
}
.topic_e {
		background-color: #252438;
		border-top: 4px solid #caa577;
		border-bottom: 3px solid #e8c69a;
		padding-top: 6rem;
		padding-bottom: 5rem;
}
.topic_e .center-line {
		left: 0;
		right: 0;
		top: -3.75rem;
		margin: auto;
}
.topic_c .info_slider {
		max-width: 50%;
		margin: auto;
}
.topic_c .slick-list {
		overflow: visible;
}
.topic_c .card {
		padding: 2rem 0 0 0;
}
.topic_c .card .card-body {
		aspect-ratio: 860 / 484;
		max-width: calc(100% - 2rem);
		margin: auto;
}
.topic_c .card .card-body > .cover {
		aspect-ratio: 860 / 484;
		display: block;
		overflow: hidden;
		border: 3px solid #d3d3d3;
}
.topic_c .card .text-block {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		max-width: 90%;
		z-index: 1;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		opacity: 0;
		font-size: 1rem;
}
.topic_c .card .text-block small {
		font-size: .75rem;
}
.topic_c .card .card-body .cover::after {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		background-color: RGBA(0, 0, 0, .65);
		opacity: 0;
}
.topic_c .card .card-body .cover img.bg {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
}
.topic_c .card .card-footer {
		color: #a1a1a1;
		font-size: 1.5rem;
		padding: 1rem 0 1rem 0;
		font-weight: 600;
}
.topic_c .slick-show .card .card-footer {
		/*background: linear-gradient(to right, #68e0cf 40%, #209cff 60%);*/
		background: -o-linear-gradient(left, #e9c79a 40%, #e7bd88 60%);
		background: -webkit-gradient(linear, left top, right top, color-stop(40%, #e9c79a), color-stop(60%, #e7bd88));
		background: linear-gradient(to right, #e9c79a 40%, #e7bd88 60%);
		-webkit-background-clip: text;
		background-clip: text;
		color: transparent;
}
.topic_c .card .card-footer, .topic_c .slick-show .card .card-footer {
		-webkit-transition: all .5s linear;
		-o-transition: all .5s linear;
		transition: all .5s linear
}
.topic_c .card .line_top {
		max-width: 30vw;
		top: -7%;
		left: -35%;
		z-index: 2;
		opacity: 0;
}
.topic_c .card .line_bot {
		max-width: 30vw;
		bottom: -7%;
		right: -35%;
		z-index: 2;
		opacity: 0;
}
.topic_c .slick-show .card .card-body .cover::after {
		-webkit-animation: show1 .75s linear forwards;
		animation: show1 .75s linear forwards;
}
.topic_c .slick-show .card .text-block {
		-webkit-animation: show2 .25s linear forwards;
		animation: show2 .25s linear forwards;
		-webkit-transform: translateY(2rem);
		-ms-transform: translateY(2rem);
		transform: translateY(2rem);
}
.topic_c .slick-show .card .line_top {
		-webkit-animation: show3 .15s linear forwards;
		animation: show3 .15s linear forwards;
}
.topic_c .slick-show .card .line_bot {
		-webkit-animation: show4 .15s linear forwards;
		animation: show4 .15s linear forwards;
}
.topic_c .card .text-block, .topic_c .card .card-body .cover::after .topic_c .slick-show .card .text-block, .topic_c .slick-show .card .card-body .cover::after {
		-webkit-transition: all 2s linear;
		-o-transition: all 2s linear;
		transition: all 2s linear;
}
@-webkit-keyframes show1 {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
@keyframes show1 {
		from {
				opacity: 0;
		}
		to {
				opacity: 1;
		}
}
@-webkit-keyframes show2 {
		from {
				opacity: 0;
				-webkit-transform: translateY(2rem);
				transform: translateY(2rem);
		}
		to {
				opacity: 1;
				-webkit-transform: translateY(0);
				transform: translateY(0);
		}
}
@keyframes show2 {
		from {
				opacity: 0;
				-webkit-transform: translateY(2rem);
				transform: translateY(2rem);
		}
		to {
				opacity: 1;
				-webkit-transform: translateY(0);
				transform: translateY(0);
		}
}
@-webkit-keyframes show3 {
		from {
				opacity: 0;
				left: -35%;
		}
		to {
				opacity: 1;
				left: -10%;
		}
}
@keyframes show3 {
		from {
				opacity: 0;
				left: -35%;
		}
		to {
				opacity: 1;
				left: -10%;
		}
}
@-webkit-keyframes show4 {
		from {
				opacity: 0;
				right: -35%;
		}
		to {
				opacity: 1;
				right: -10%;
		}
}
@keyframes show4 {
		from {
				opacity: 0;
				right: -35%;
		}
		to {
				opacity: 1;
				right: -10%;
		}
}
.topic_d .card_4 .gift_block .item_1, .topic_d .card_4 .gift_block .item_2, .topic_d .card_4 .gift_block .item_7, .topic_d .card_4 .gift_block .item_6 {
		-webkit-animation: move1 4s linear infinite;
		animation: move1 4s linear infinite;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
@-webkit-keyframes move1 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(0, -10%);
				transform: translate(0, -10%);
		}
}
@keyframes move1 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(0, -10%);
				transform: translate(0, -10%);
		}
}
.topic_d .card_4 .gift_block .item_3, .topic_d .card_4 .gift_block .item_4, .topic_d .card_4 .gift_block .item_5, .topic_d .card_4 .gift_block .item_8 {
		-webkit-animation: move2 4s linear infinite;
		animation: move2 4s linear infinite;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
@-webkit-keyframes move2 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(0, 10%);
				transform: translate(0, 10%);
		}
}
@keyframes move2 {
		0%, 100% {
				-webkit-transform: translate(0, 0%);
				transform: translate(0, 0%);
		}
		50% {
				-webkit-transform: translate(0, 10%);
				transform: translate(0, 10%);
		}
}
@media screen and (min-width: 1600px) {
		.topic_d .card_6 .ch_img img {
				max-width: 28vw;
		}
		.topic_c .card .card-body {
				max-width: calc(100% - 4rem);
		}
		.info-card .topic_d .subtitle, .info-card .topic_c .subtitle {
				font-size: 1.25rem;
		}
		.topic_d .slick-prev {
				left: 0;
		}
		.topic_d .slick-next {
				right: 0;
		}
		h2.title {
				font-size: 2rem;
		}
		.topic_c .card .text-block {
				font-size: 1.25rem;
				max-width: 80%;
		}
		.topic_c .card .text-block small {
				font-size: .875rem;
		}
		.topic_e .info-card {
				max-width: 80%;
		}
		.topic_e .info-card .cover img {
				max-width: 90%;
		}
		.topic_d .card {
				max-width: 86%;
				padding: 5rem 0 6rem 0;
		}
		.topic_e .title, .topic_c .title, .topic_b .title, .topic_a .title {
				font-size: 2rem;
		}
		.topic_d .card_1 .has_bg_img img {
				max-width: 45vw;
				left: -10%;
		}
		.topic_d .list_icon li {
				padding: 0 3rem;
		}
		.topic_d .info_slider {
				max-width: 80%;
		}
		.topic_d .card_2 .has_bg_img img {
				max-width: 30vw;
		}
		.topic_d .card_1 .has_bg_img img {
				max-width: 40vw;
				left: -10%;
		}
}
@media screen and (min-width: 1920px) {
	.topic_d .info_block {
		background-position: center bottom;
}
		.topic_d .info_slider {
				max-width: 72%;
		}
		.topic_c .info_slider {
				max-width: 40%;
		}
		.topic_d .card_6 .ch_img img {
				max-width: 520px;
		}
		.topic_d .card_2 .has_bg_img img {
				max-width: 620px;
		}
		.topic_d .card_1 .has_bg_img img {
				max-width: 800px;
				left: 0;
		}
		.topic_c .card .line_top {
				max-width: 30vw;
				top: -6%;
				margin-left: 5rem;
		}
		.topic_c .card .line_bot {
				bottom: -6%;
				margin-right: 5rem;
		}
		.topic_e .center-line {
				top: -8%;
		}
}
/************************
INFO CARD
************************/
.remark_text {
		font-size: .75rem;
}
.info-card .text .no, .info-card .title .no {
		font-size: 150%;
		line-height: 1;
		position: relative;
		top: 2px;
}
.info-card .text .no small, .info-card .title .no small {
		font-size: 80%;
}
.info-card .text .remark-text {
		font-size: .8125rem;
}
.info-card .remark-text {
		margin: auto;
		font-size: .875rem;
		font-weight: 600;
}
a.btn-event {
		background-color: transparent;
		padding: 1rem 1rem 1rem 1rem;
		font-size: 1.15rem;
		font-weight: bold;
		line-height: 1;
		margin-bottom: .5rem;
		aspect-ratio: 283 / 83;
		min-width: 220px;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		z-index: 1;
		overflow: hidden;
		-webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
		clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}
a.btn-event span {
		position: relative;
		z-index: 2;
}
a.btn-event spanimg {
		z-index: 2;
}
a.btn-event .top, a.btn-event .bot {
		max-width: 7vw;
}
a.btn-event .top {
		left: 10px;
		top: 3px;
}
a.btn-event .bot {
		right: 10px;
		bottom: 3px;
}
a.btn-event.style-y {
		background-image: url(../images/btn/btn_y_bg.png), url(../images/btn/btn_y_border.png);
		color: #f4d3a0;
}
a.btn-event.style-b {
		background-image: url(../images/btn/btn_b_bg.png), url(../images/btn/btn_b_border.png);
		color: #ffffff;
}
a.btn-event.style-p {
		background-image: url(../images/btn/btn_p_bg.png), url(../images/btn/btn_p_border.png);
		color: #ffffff;
}
a.btn-event::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		max-width: 100%;
		left: -200%;
		right: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		z-index: -1;
		background: -o-linear-gradient(left, RGBA(255, 255, 255, 0)0%, RGBA(255, 255, 255, 0)10%, RGBA(255, 255, 255, 1)31%, RGBA(255, 255, 255, 1)40%, RGBA(255, 255, 255, 0)41%, RGBA(255, 255, 255, 0)45%, RGBA(255, 255, 255, .6)46%, RGBA(255, 255, 255, .6)48%, RGBA(255, 255, 255, 0)49%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(255, 255, 255, 0)), color-stop(10%, RGBA(255, 255, 255, 0)), color-stop(31%, RGBA(255, 255, 255, 1)), color-stop(40%, RGBA(255, 255, 255, 1)), color-stop(41%, RGBA(255, 255, 255, 0)), color-stop(45%, RGBA(255, 255, 255, 0)), color-stop(46%, RGBA(255, 255, 255, .6)), color-stop(48%, RGBA(255, 255, 255, .6)), color-stop(49%, RGBA(255, 255, 255, 0)));
		background: linear-gradient(to right, RGBA(255, 255, 255, 0)0%, RGBA(255, 255, 255, 0)10%, RGBA(255, 255, 255, 1)31%, RGBA(255, 255, 255, 1)40%, RGBA(255, 255, 255, 0)41%, RGBA(255, 255, 255, 0)45%, RGBA(255, 255, 255, .6)46%, RGBA(255, 255, 255, .6)48%, RGBA(255, 255, 255, 0)49%);
		-webkit-transform: skewX(-30deg);
		-ms-transform: skewX(-30deg);
		transform: skewX(-30deg);
		opacity: .9;
}
a.btn-event:hover .top {
		-webkit-transform: translateX(80%);
		-ms-transform: translateX(80%);
		transform: translateX(80%);
}
a.btn-event:hover .bot {
		-webkit-transform: translateX(-80%);
		-ms-transform: translateX(-80%);
		transform: translateX(-80%);
}
a.btn-event:hover::after {
		-webkit-animation: light 1.5s infinite;
		animation: light 1.5s infinite;
}
@-webkit-keyframes light {
		from {
				left: -200%;
		}
		to {
				right: -400%;
		}
}
@keyframes light {
		from {
				left: -200%;
		}
		to {
				right: -400%;
		}
}
a.btn-event:hover {}
a.btn-event .top, a.btn-event:hover .top, a.btn-event .bot, a.btn-event:hover .bot {
		-webkit-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
}
a.btn-event:active, a.btn-event:focus, a.btn-event:hover, a.btn-event {
		-webkit-transition: all .1s ease-in;
		-o-transition: all .1s ease-in;
		transition: all .1s ease-in;
}
/************************
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: 60px;
		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.open, header {
				height: 50px;
				border-top: 4px solid #2e2e2e;
		}
}
/************************/
header .h_menu {
		position: relative;
		display: inline-block;
		float: right;
}
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, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_menu .menu-top {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
}
header .h_menu ul.menu-top li {
		line-height: 1.35;
		height: 80px;
		padding: 0;
		font-weight: 900;
		color: #2e2e2e;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
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 {
		padding: 0px 13px;
		color: #2e2e2e;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
/*header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0 !important;
}*/
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header .h_menu ul.menu-top li a.active {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 56px;
		padding: 0;
}
/************************/
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 {
		-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_menu .menu-top {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		header .h_menu ul.menu-top li {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
		}
		header .h_menu ul.menu-top li br {
				display: none;
		}
		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: 40px;
}
@media screen and (max-width: 991px) {
		body.open section.main-content, section.main-content {
				padding-top: 40px;
		}
}
/************************
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 !important;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				width: 100%;
				padding: 0px 5%;
		}
		footer .fiscal .f_left img {
				max-width: 300px;
		}
		footer .fiscal .f_warning {
				padding-bottom: 20px;
				text-align: justify !important;
		}
		footer .fiscal .f_warning, footer .fiscal .f_left, footer .fiscal .f_right {
				width: 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
************************/
.content_bg, .key-visual {
		background-color: #163538;
}
.key-visual .kv_cover, .key-visual img {
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.key-visual .topic {
		left: 10%;
		right: auto;
		top: auto;
		bottom: 15%;
		margin: auto;
		z-index: 3;
		max-width: 35vw;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.key-visual .topic_btn {
		right: 10%;
		left: auto;
		top: auto;
		bottom: 16%;
		margin: auto;
		z-index: 3;
		max-width: 15vw;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.key-visual .light {
		opacity: 0;
}
.key-visual .kv_cover {
		top: auto;
		background: -o-linear-gradient(top, RGBA(10, 25, 39, 0)0%, RGBA(10, 25, 39, 1)80%);
		background: -webkit-gradient(linear, left top, left bottom, from(RGBA(10, 25, 39, 0)), color-stop(80%, RGBA(10, 25, 39, 1)));
		background: linear-gradient(to bottom, RGBA(10, 25, 39, 0)0%, RGBA(10, 25, 39, 1)80%);
		height: 100px;
		z-index: 2;
}
.key-visual.is-time .light {
		opacity: 1;
		-webkit-transition: all 1s ease-in-out;
		-o-transition: all 1s ease-in-out;
		transition: all 1s ease-in-out;
}
.key-visual .tb01 {
		max-width: 100%;
		margin: auto;
		overflow: hidden;
}
.key-visual .is_light {
		right: 0;
		top: 8%;
		bottom: 0;
		left: auto;
		margin: auto;
		max-width: 22vw;
		opacity: .7;
}
.key-visual .kv_peo {
		-webkit-transform: scale(1.25);
		-ms-transform: scale(1.25);
		transform: scale(1.25);
		-webkit-animation: peo 2s linear forwards;
		animation: peo 2s linear forwards;
}
.key-visual .kv_tower, .key-visual .kv_bg {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
		-webkit-animation: go 2s linear forwards;
		animation: go 2s linear forwards;
}
.key-visual .kv_tower_light {
		-webkit-animation: go4 2s 2s linear forwards;
		animation: go4 2s 2s linear forwards;
		opacity: 0;
}
.key-visual .kv_bg_light {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
		-webkit-animation: go3 2s linear forwards;
		animation: go3 2s linear forwards;
		opacity: 0;
}
.key-visual .kv_door {
		opacity: 0;
		-webkit-animation: door .5s 2s linear forwards;
		animation: door .5s 2s linear forwards;
}
@-webkit-keyframes go {
		0% {
				-webkit-transform: scale(1.15);
				transform: scale(1.15);
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
@keyframes go {
		0% {
				-webkit-transform: scale(1.15);
				transform: scale(1.15);
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
@-webkit-keyframes peo {
		0% {
				-webkit-transform: scale(1.25);
				transform: scale(1.25);
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
@keyframes peo {
		0% {
				-webkit-transform: scale(1.25);
				transform: scale(1.25);
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
		}
}
@-webkit-keyframes go3 {
		0% {
				-webkit-transform: scale(1.135);
				transform: scale(1.135);
				opacity: 0;
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
				opacity: 1;
		}
}
@keyframes go3 {
		0% {
				-webkit-transform: scale(1.135);
				transform: scale(1.135);
				opacity: 0;
		}
		100% {
				-webkit-transform: scale(1);
				transform: scale(1);
				opacity: 1;
		}
}
@-webkit-keyframes go4 {
		0% {
				opacity: 0;
		}
		5% {
				opacity: 0;
		}
		10%, 100% {
				opacity: 1;
		}
}
@keyframes go4 {
		0% {
				opacity: 0;
		}
		5% {
				opacity: 0;
		}
		10%, 100% {
				opacity: 1;
		}
}
@-webkit-keyframes door {
		0% {
				opacity: 0;
		}
		10% {
				opacity: 1;
		}
		20% {
				opacity: 0;
		}
		30% {
				opacity: 1;
		}
		40% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@keyframes door {
		0% {
				opacity: 0;
		}
		10% {
				opacity: 1;
		}
		20% {
				opacity: 0;
		}
		30% {
				opacity: 1;
		}
		40% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}
@media (min-width: 1920px) {
		.key-visual .topic {
				max-width: 500px;
		}
		.key-visual .topic_btn {
				max-width: 350px;
		}
		.key-visual .is_light {
				max-width: 600px;
		}
}
@media (min-width: 2560px) {
		.key-visual .topic {
				max-width: 750px;
		}
		.key-visual .topic_btn {
				max-width: 350px;
		}
		.key-visual .tb01, .key-visual .kv_cover {
				max-width: 2560px;
		}
}
@media (max-width: 1199px) {
		.key-visual .topic {
				max-width: 30vw;
		}
}
@media (max-width: 991px) {}
@media only screen and (max-width:991px) and (orientation: landscape) {}
@media (max-width: 767px) {}
@media (max-width:568px) and (orientation: landscape) {
		.key-visual .topic {
				max-width: 30vw;
		}
		.key-visual .d-sm-none.d-block {
				display: none !important
		}
		.key-visual .d-sm-block.d-none {
				display: block !important
		}
}
@media (max-width: 480px) {
		.key-visual .topic {
				max-width: 45vw;
				left: 5%;
		}
		.key-visual .topic_btn {
				max-width: 20vw;
				right: 5%;
		}
		.key-visual .is_light {
				max-width: 30vw;
		}
		.key-visual .kv_cover {
				height: 50px;
		}
}
@media (max-width: 320px) {
		.key-visual .topic {
				max-width: 65vw;
		}
}
/************************
CARD GROUP
************************/
.card-item.is_mix > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
}
.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::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%)
}
.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%)
		}
}
/***************************
TABLE BLOCK
***************************/
.table_sp tr, .table_sp td {
		background-color: transparent;
		border-color: #e7bd88;
		color: #e7bd88;
}
/***************************
Content
***************************/
.content_bg .page-container.has_bg {
		background: -o-linear-gradient(top, #0a1927 35%, #415d7c 46%, #262459 52%, #56325a 65%, #000000 73%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #0a1927), color-stop(46%, #415d7c), color-stop(52%, #262459), color-stop(65%, #56325a), color-stop(73%, #000000));
		background: linear-gradient(to bottom, #0a1927 35%, #415d7c 46%, #262459 52%, #56325a 65%, #000000 73%);
		padding-top: 2rem;
}
.content_bg .page-container.has_bg::after {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		background-image: url("../images/content_bg_top.png");
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center -2rem;
}
/************************

RWD
************************/
@media (max-width:1199px) {
		a.btn-event {
				font-size: 1rem;
				min-width: 180px;
		}
		.list_star li {
				font-size: .8125rem;
				padding-left: 1rem;
				line-height: 1.75;
		}
		.list_star .head {
				min-width: 80px;
				margin-right: 1rem;
				font-size: .8125rem;
		}
		.slick-prev, .slick-next {
				top: 50%;
				width: 70px;
				height: 100px;
		}
		.topic_c .card .card-footer {
				font-size: 1.125rem;
				padding: 1rem 0 2rem 0;
		}
		.topic_a {
				max-width: 88%;
				margin-left: auto;
				margin-right: auto;
		}
		.topic_d .card {
				max-width: 90%;
				padding: 1rem 0 6rem 0;
		}
		.topic_d .card_1 .has_bg_img img {
				left: -5%;
				top: -8%;
				max-width: 55vw;
		}
		.topic_d .card_2 .has_bg_img img {
				right: -5%;
				top: -10%;
				max-width: 45vw;
		}
		.list_star li::before {
				width: 12px;
				height: 12px;
				top: 5px;
		}
		.table_sp tr, .table_sp td {
				padding: .25rem;
				font-size: .8125rem;
		}
		.topic_c .card .text-block {
				font-size: .75rem;
		}
		.info-card .topic_e .text, .info-card .topic_d .text, .info-card .topic_a .text {
				font-size: .8125rem;
				line-height: 1.75;
		}
		.info-card .text .remark-text {
				font-size: .75rem;
		}
		.info-card .title {
				font-size: 1.65rem;
		}
		.topic_a .title span {
				font-size: 1.35rem;
				width: calc(100% - 8rem);
		}
		.info-card .date {
				font-size: 1.35rem;
		}
		.topic_d .slick-track {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
		}
		.topic_d .list_icon li img {
				max-width: 6vw;
		}
}
@media (max-width:991px) {
		.topic_c .remark-text {
				max-width: 90%;
				text-align: center;
		}
		.topic_e .info-card .cover img {
				max-width: 95%;
		}
		.info-card .has-bg.full, .info-card .has-bg {
				padding: 2rem 2rem 1rem 2rem;
		}
		.info-card .title .no {
				font-size: 160%;
				line-height: 1.25
		}
		.info-card .title {
				font-size: 1.5rem;
		}
		.info-card {
				max-width: 100%;
		}
		.info-card .date {
				font-size: .85rem;
		}
		.info-card .title {
				font-size: 1.25rem;
		}
		.topic_a .title span {
				font-size: 1rem;
				width: -webkit-fit-content;
				width: -moz-fit-content;
				width: fit-content;
				padding: .25rem .25rem;
		}
		.topic_a .title span img {
				max-width: .75vw;
		}
		a.btn-event {
				font-size: .875rem;
				min-width: 140px;
				-webkit-clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px);
				clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px);
		}
		.topic_a {
				max-width: 80%;
				margin: auto;
		}
		.topic_b {
				max-width: 70%;
				margin: auto;
		}
		.topic_c .info_slider {
				max-width: 70%;
		}
		.topic_e {
				padding-top: 4rem;
				padding-bottom: 3rem;
		}
		.info-card .topic_d .subtitle {
				font-size: .875rem;
		}
		.info-card .topic_c .subtitle {
				font-size: .85rem;
		}
		.topic_c .slick-prev {
				left: 25px;
		}
		.topic_c .slick-next {
				right: 25px;
		}
		.slick-prev, .slick-next {
				width: 50px;
				height: 100px;
		}
		.topic_c .card .text-block small {
				font-size: .5rem;
		}
		.topic_c .card .card-footer {
				font-size: 1rem;
				padding: 1rem 0 0 0;
		}
		.topic_c .slick-dots {
				bottom: -7rem;
		}
		.topic_c .card .line_top {
				top: -5%;
				left: -35%;
		}
		.topic_c .card .line_bot {
				bottom: -5%;
				right: -35%;
		}
		.topic_c .card {
				padding: 1rem 0;
		}
		.topic_d .list_icon li {
				padding: 0 1rem;
				font-size: .85rem;
		}
		.table_sp tr, .table_sp td {
				padding: .25rem;
				font-size: .75rem;
		}
		.topic_e .center-line {
				top: -2.25rem;
		}
		.list_star .head {
				margin-right: 1rem;
				font-size: .75rem;
		}
		.list_star li {
				font-size: .75rem;
				line-height: 1.5;
		}
		.list_star li::before {
				top: 3px;
		}
}
@media (max-width:991px) and (orientation: landscape) {}
@media (max-width:767px) {
		.topic_c .remark-text {
				font-size: .75rem;
		}
		.topic_d .info_block {
				background-position: center center;
				background-size: cover;
		}
		.info-card .title {
				font-size: 1.25rem;
		}
		.topic_d .card_1 .has_bg_img img {
				left: 0;
				top: 0;
				bottom: auto;
				margin: auto;
				max-width: 100%;
				z-index: 1;
				position: relative !important;
		}
		.topic_d .card_3 .col-md-6:first-child img {
				max-width: 80%;
				margin: auto;
		}
		.topic_d .card_2 .has_bg_img img {
				left: 0;
				top: 0;
				bottom: auto;
				margin: 0 auto 1rem auto;
				max-width: 85%;
				z-index: 1;
				position: relative !important;
		}
		.topic_d .card {
				max-width: 70%;
				padding: 1rem 0 4rem 0;
		}
		.topic_e .info-card .cover {
				text-align: center;
		}
		.topic_e .info-card .cover img {
				max-width: 80%;
				margin: auto;
		}
		.topic_e .info-card {
				max-width: 70%;
		}
			.content_bg .page-container.has_bg {
				background: -o-linear-gradient(top, #0a1927 40%, #415d7c 48%, #262459 55%, #56325a 60%, #000000 70%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #0a1927), color-stop(48%, #415d7c), color-stop(55%, #262459), color-stop(60%, #56325a), color-stop(70%, #000000));
				background: linear-gradient(to bottom, #0a1927 40%, #415d7c 48%, #262459 55%, #56325a 60%, #000000 70%)
		}
}
@media (max-width:568px) and (orientation: landscape) {
		.info-card {
				max-width: 100%;
		}
		.topic_b {
				max-width: 90%;
				margin: auto;
		}
		.topic_c .info_slider {
				max-width: 90%;
		}
}
@media (max-width:480px) {
		.topic_c {
				padding-bottom: 3rem;
		}
		.topic_b {
				max-width: 100%;
		}
		.info-card {
				max-width: 100%;
				overflow: hidden;
		}
		.topic_e .info-card {
				max-width: 90%;
		}
		a.btn-event {
				min-width: 90px;
				font-size: .8125rem;
				-webkit-clip-path: polygon(3px 0, calc(100% - 10px) 0, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0 calc(100% - 3px), 0 3px);
				clip-path: polygon(3px 0, calc(100% - 10px) 0, 100% 3px, 100% calc(100% - 3px), calc(100% - 3px) 100%, 3px 100%, 0 calc(100% - 3px), 0 3px);
				padding-left: 0;
				padding-right: 0;
		}
		.act-modal .modal-header .btn-close {
				width: 25px;
				height: 25px;
				line-height: 25px;
		}
		.act-modal .modal-header .btn-close img {
				width: 15px;
				height: 15px;
		}
		.act-modal .modal-content {
				border-radius: 2rem;
				max-width: calc(100% - 2rem);
				margin: auto;
				padding: 2rem 1.5rem;
		}
		.act-modal .modal-content .is-card {
				max-width: 130px;
		}
		#act1.act-modal .modal-content {
				padding: 2rem 1.5rem;
		}
		.info-card .has-bg.full {
				padding: 1.5rem 2rem 1rem 2rem;
				border-width: 3px;
		}
		.content_bg .page-container.has_bg {
				padding-top: 1rem;
		}
		.topic_d .card_6 .ch_img img {
				max-width: 100%;
		}
		.topic_a .info_block.inside .title {
				font-size: 1.35rem;
				line-height: 1.5;
		}
		.info-card .title {
				font-size: 1.125rem;
				line-height: 1.5;
		}
		.info-card .has-bg {
				padding: 2rem 1rem 1.5rem 1rem;
		}
		.info-card .text {
				font-size: 1rem;
				line-height: 1.75;
		}
		.content_bg .page-container.has_bg::after {
				background-position: center top;
				background-size: 100% auto;
				background-image: url("../images/content_bg_top_m.png");
		}
		.topic_a {
				max-width: 90%;
				margin: auto;
		}
		.topic_a .title span {
				font-size: .875rem;
				padding: .25rem .5rem;
				width: -webkit-fit-content;
				width: -moz-fit-content;
				width: fit-content;
		}
		.topic_a .title span img {
				max-width: 1.5vw;
		}
		.info-card .topic_a .text .date {
				font-size: .875rem;
		}
		.info-card .topic_a .btn-event {
				margin: auto;
		}
		.info-card .topic_e .text, .info-card .topic_a .text {
				font-size: .8125rem;
				line-height: 1.75;
				text-align: justify !important;
		}
		.info-card .topic_d .text {
				font-size: .7rem;
				line-height: 1.75;
		}
		.content_bg .page-container.has_bg {
				background: -o-linear-gradient(top, #0a1927 40%, #415d7c 48%, #262459 55%, #56325a 60%, #000000 70%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #0a1927), color-stop(48%, #415d7c), color-stop(55%, #262459), color-stop(60%, #56325a), color-stop(70%, #000000));
				background: linear-gradient(to bottom, #0a1927 40%, #415d7c 48%, #262459 55%, #56325a 60%, #000000 70%)
		}
		.info-card .topic_c .subtitle {
				font-size: .75rem;
		}
		.topic_c .info_slider {
				max-width: 100%;
		}
		.topic_c .card .card-body {
				aspect-ratio: 860 / 484;
				max-width: calc(100% - .5rem);
		}
		.topic_c .card .text-block small {
				font-size: .35rem;
		}
		.topic_c .card .text-block {
				font-size: .5rem;
		}
		.topic_c .card .card-footer {
				font-size: .75rem;
				padding: .5rem 0 .5rem 0;
		}
		.topic_c .card {
				padding: 1rem 0 0 0;
		}
		.topic_b .info_block {
				max-width: 90%;
				margin: auto;
		}
		.topic_d .card {
				max-width: 90%;
				margin: auto;
				padding: 0 0 1.5rem 0;
		}
		.topic_d .card_1 .has_bg_img img {
				max-width: 100%;
				position: relative !important;
				margin-bottom: 2rem;
		}
		.topic_d .card_3 .col-md-6:first-child img {
				max-width: 80%;
		}
		.topic_d .card_2 .has_bg_img img {
				margin: 0 auto 1rem auto;
				max-width: 75%;
		}
		.topic_d .slick-prev, .topic_d .slick-next {
				top: 30%;
				width: 40px;
				height: 60px;
		}
		.topic_c .slick-prev, .topic_c .slick-next {
				top: 40%;
				width: 60px;
				height: 60px;
		}
		.topic_c .slick-next {
				right: 0;
		}
		.topic_c .slick-prev {
				left: 0;
		}
		.topic_d .slick-next {
				right: -1rem;
		}
		.topic_d .slick-prev {
				left: -1rem;
		}
		.info-card .topic_d .subtitle {
				font-size: .875rem;
		}
		.topic_d .slick-dots {
				bottom: .5rem;
		}
		.topic_d .card_4 .gift_block {
				max-width: 100%;
		}
		.topic_d .list_icon li {
				padding: 0 .75rem;
				font-size: .825rem;
		}
		.topic_d .list_icon li img {
				max-width: 15vw;
		}
		.list_star .head {
				min-width: 80px;
				font-size: .85rem;
		}
		.list_star li::before {
				width: 14px;
				height: 14px;
				top: 3px;
		}
		.list_star li {
				padding-left: 1rem;
				font-size: .8125rem;
		}
		.topic_e .title {
				text-align: center;
		}
		.topic_e .cover {
				max-width: 90%;
				margin: auto;
		}
		.topic_e {
				padding-top: 3rem;
				padding-bottom: 2rem;
				background-color: #0a1927;
		}
		.topic_e .center-line {
				left: 0;
				right: 0;
				top: -1.5rem;
				margin: auto;
				max-width: 100%;
		}
		.center-line {
				overflow: hidden;
				max-width: 100%;
		}
		.center-line img {
				max-width: 150%;
				position: relative;
				left: -25%;
		}
		.topic_c .card .line_top {
				max-width: 40vw;
				top: -4.5%;
				left: -35%;
		}
		.topic_c .card .line_bot {
				max-width: 40vw;
				bottom: -4.5%;
		}
		.table_sp tr, .table_sp td {
				font-size: .6rem;
				line-height: 1.25;
				padding: .25rem;
				vertical-align: middle;
		}
		.table_sp tr:first-child td:first-child {
				width: 28% !important;
		}
		.topic_a .info_block.inside {
				max-width: 78%;
				margin: auto;
		}
}
@media (max-width:320px) {
		.table_sp tr:first-child td:first-child {
				width: 38% !important;
		}
		.topic_a .info_block.inside {
				max-width: 90%;
		}
		.d-xs-block {
				display: block !important;
		}
		.d-xs-none {
				display: none !important;
		}
		a.btn-event {
				font-size: .8125rem;
				min-width: inherit;
		}
		.info-card .title {
				font-size: 1rem;
				line-height: 1.5;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
.fix-ad .full-item {
		text-align: center;
		display: block;
		margin-bottom: 1rem;
		width: 150px;
		position: relative;
}
@media only screen and (min-width:1600px) {
		.fix-ad .full-item {
				width: 160px;
		}
}
@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: bottom right;
				-ms-transform-origin: bottom right;
				transform-origin: bottom right;
				bottom: 6.5rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.7);
				-ms-transform: scale(.7);
				transform: scale(.7);
				bottom: 3.5rem;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				bottom: 3.5rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 3.5rem
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
		}
}
/************************
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 screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}