@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		color: #000000;
		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;
}
.block_01 a:hover, .drawer-content a:hover {
		text-decoration: underline;
}
.drawer-content a, .drawer-content a:link, .drawer-content a:visited, .drawer-content a:hover, .drawer-content a:active {
		color: #ff3333;
}
dl, ol, ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
}
ol, ul {
		padding-left: 0 !important;
}
button:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
body {
		padding: 0;
		margin: 0;
		color: #000;
		font-family: 'Open Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 1rem;
		font-optical-sizing: auto;
		font-style: normal;
		font-weight: 500;
}
#tag_note {
		scroll-margin-top: 50px;
}
.slick-next:before, .slick-prev:before {
		content: "";
}
.card.reset, .card.reset .card-header, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
}
.no.large {
		font-size: 180%;
		line-height: 0;
}
.c-red {
		color: #ff0000;
}
.c-gold {
		color: #b88951;
}
.has_line {
		position: relative;
}
.has_line, .has_line:hover {
		text-decoration: none !important;
}
.has_line::after {
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		background-color: #000000;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -2px;
}
.has_line:hover {
		color: #b88951;
}
.has_line:hover::after {
		background-color: #b88951;
}
@media screen and (max-width: 11991px) {
		.main-content {
				overflow: hidden;
		}
}
@media screen and (max-width: 991px) {
		body.open {
				width: 100%;
				height: 100vh;
				overflow: hidden;
		}
		.overlay {
				position: fixed;
				top: 0;
				left: 0;
				z-index: 49;
				width: 100%;
				height: 100%;
				opacity: 0;
				visibility: hidden;
				-webkit-transition: all 0.3s ease-in-out;
				-o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
				background-color: RGBA(0, 0, 0, 0.8);
		}
		.overlay.open {
				opacity: 0.8;
				visibility: visible;
		}
}
/*------------------------------------------ 
Modal
--------------------------------------------*/
.modal-header .btn-close {
		width: 2em;
		height: 2em;
}
/*------------------------------------------ 
Go to Black
--------------------------------------------*/
.goto-block {
		right: 0;
		bottom: 5.5em;
		width: 12vw;
		max-width: 145px;
		z-index: 3;
		text-align: right;
}
.goto-block .text {
		right: 0;
		top: 0;
		z-index: 2;
}
/************************
TICKET
************************/
.ticket-box {
		width: 100%;
		height: 100%;
		display: block;
		background-color: transparent;
		-webkit-mask-size: contain;
		mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		overflow: hidden;
		aspect-ratio: 3 / 2;
}
.ticket-box img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
}
.ticket-box.ticket_3000 {
		-webkit-mask-image: url('../images/ticket_light_3000.png');
		mask-image: url('../images/ticket_light_3000.png');
}
.ticket-box.ticket_12500 {
		-webkit-mask-image: url('../images/ticket_light_12500.png');
		mask-image: url('../images/ticket_light_12500.png');
}
.ticket-box.ticket_30000 {
		-webkit-mask-image: url('../images/ticket_light_30000.png');
		mask-image: url('../images/ticket_light_30000.png');
}
.ticket-box.ticket_42000 {
		-webkit-mask-image: url('../images/ticket_light_42000.png');
		mask-image: url('../images/ticket_light_42000.png');
}
.ticket-box::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 50%;
		height: 100%;
		background: -webkit-gradient(linear, left top, right top, from(rgba(252, 240, 200, 0)), color-stop(50%, rgba(252, 240, 200, .9)), to(rgba(252, 240, 200, 0)));
		background: -o-linear-gradient(left, rgba(252, 240, 200, 0) 0%, rgba(252, 240, 200, .9) 50%, rgba(252, 240, 200, 0));
		background: linear-gradient(to right, rgba(252, 240, 200, 0) 0%, rgba(252, 240, 200, .9) 50%, rgba(252, 240, 200, 0));
		pointer-events: none;
}
.slick-active .ticket-box::before {
		-webkit-animation: sweep 3.5s infinite linear;
		animation: sweep 3.5s infinite linear;
}
@-webkit-keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
@keyframes sweep {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
/************************
REMARK
************************/
.remark-text {
		max-width: 80%;
		margin: 3rem auto;
		font-weight: 400;
}
/************************
AD BLOCK
************************/
.ad_block.slider_1 {
		margin-bottom: 6rem !important;
}
.ad_block {
		max-width: 60%;
		margin: auto;
}
.ad_card .btn {
		pointer-events: none;
}
.ad_card {
		margin: auto;
}
.ad_card .card-footer {
		padding: 1rem 0;
}
.ad_card .info {
		min-height: 80px;
}
.ad_card, .ad_card .card-header, .ad_card .card-body, .ad_card .card-footer {
		border: 0;
		background-color: transparent;
}
.ad_card .card-header {
		font-size: 1.5rem;
		padding-bottom: 1rem;
}
.ad_card .pic {
		border-radius: 1.5rem 1.5rem 0 0;
		overflow: hidden;
		aspect-ratio: 6 / 4;
}
.ad_card .pic > img {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
}
.ad_card .is-tag {
		left: -18%;
		top: auto;
		bottom: -13%;
		max-width: 25vw;
}
.ad_card:hover .pic > img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
.ad_card .card-body {
		max-width: 350px;
		margin: auto;
		padding: 0;
}
.ad_card .head {
		font-size: 1.5rem;
		font-weight: bold;
}
.ad_card .head .text {
		font-size: 1.25rem;
		font-weight: normal;
		color: #000000;
}
.ad_block:hover .pic > img, .ad_block .pic > img {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.ad_card .info {
		font-size: .95rem;
		font-weight: bold;
}
@media (min-width:1600px) {
		.ad_card .is-tag {
				max-width: 320px;
		}
}
@media (max-width:1199px) {
		.ad_card .head {
				font-size: 1.25rem;
		}
		.ad_card .head .no.large {
				line-height: 1;
		}
		.ad_card .card-header {
				font-size: 1.25rem;
		}
		.ad_card .head .text {
				font-size: 1rem;
		}
		.ad_card .card-body {
				max-width: 300px;
		}
		.remark-text {
				font-size: .85rem;
		}
}
@media (max-width:991px) {
		.ad_card .card-body {
				max-width: 250px;
		}
}
@media (max-width:767px) {
		.ad_block {
				max-width: 70%;
		}
		.ad_card .head, .ad_card .card-header {
				font-size: 1.125rem;
		}
		.ad_card .head .text {
				font-size: .85rem;
		}
		.remark-text {
				max-width: 90%;
				font-size: .75rem;
				margin: 2rem auto;
		}
}
@media (max-width:576px) {
		.ad_card .card-body {
				max-width: 200px;
		}
		.ad_card .card-header {
				font-size: .925rem;
				padding-left: 0;
				padding-right: 0;
		}
		.ad_card .head {
				font-size: 1rem;
				padding-left: 0;
				padding-right: 0;
		}
		.ad_block {
				max-width: 90%;
		}
		.ad_card .head .text {
				font-size: .85rem;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		.ad_card .head, .ad_card .card-header {
				font-size: 1rem;
		}
}
@media (max-width:320px) {
	.ad_block {
        max-width: 96%;
    }
		.ad_card .card-body {
				max-width: 180px;
		}
		.ad_card .head, .ad_card .card-header {
				font-size: .925rem;
				padding-left: 0;
				padding-right: 0;
		}
	.ad_card .head .text{
		font-size: .75rem;
	}
				.remark-text {
				max-width: 100%;
				font-size: .75rem;
				margin: 2rem auto;
		}
}
/************************
BUTTON Event
************************/
.btn-event-pic {
		display: block;
		position: relative;
		overflow: hidden;
		border-radius: 2rem;
		z-index: 2;
}
.btn-event-pic_sd, .btn-event-pic {
		width: 200px;
		height: 54px;
}
.btn-event-pic_sd {
		display: block;
	 background-color: #ede2b0;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute;
		overflow: hidden;
		border-radius: 2rem;
		-webkit-box-shadow: 0 0 .5rem RGBA(170, 123, 28, .75);
		box-shadow: 0 0 .5rem RGBA(170, 123, 28, .75);
		pointer-events: none;
}
.btn-event-pic img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
}
.btn-event-pic, .btn-event-pic + .btn-event-pic_sd {
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
}
.btn-event-pic:hover, .btn-event-pic:hover + .btn-event-pic_sd {
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
}
.btn-event-pic::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: -o-linear-gradient(135deg, rgba(252, 240, 200, 0) 20%, rgba(252, 240, 200, .9) 50%, rgba(252, 240, 200, 0)80%);
		background: linear-gradient(-45deg, rgba(252, 240, 200, 0) 20%, rgba(252, 240, 200, .9) 50%, rgba(252, 240, 200, 0)80%);
		-webkit-animation: sweep2 3.5s infinite linear;
		animation: sweep2 3.5s infinite linear;
		pointer-events: none;
}
@-webkit-keyframes sweep2 {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}
@keyframes sweep2 {
		0% {
				left: -100%;
		}
		100% {
				left: 200%;
		}
}

@media (min-width:1600px) {
.btn-event-pic_sd, .btn-event-pic {
		width: 220px;
		height: 60px;
}
}
@media (min-width:1920px) {
		.btn-event-pic {
				width: 260px;
				height: 65px;
		}
	.btn-event-pic_sd{
				width: 255px;
				height: 70px;
		}
	.key-visual	.btn-event-pic_sd{
		  left: 2px;
		   top: -2px;
		}
}
@media (max-width:1199px) {
		.btn-event-pic_sd, .btn-event-pic {
				width: 160px;
				height: 44px;
		}
		.btn-event-pic_sd {
				-webkit-box-shadow: 0 0 .35rem RGBA(170, 123, 28, .75);
				box-shadow: 0 0 .35rem RGBA(170, 123, 28, .75);
		}
}
@media (max-width:991px) {
		.key-visual .btn-event-pic_sd, .key-visual .btn-event-pic {
				width: 120px;
				height: 32px;
		}
		.key-visual .btn-event-pic_sd {
				-webkit-box-shadow: 0 0 .35rem RGBA(170, 123, 28, .75);
				box-shadow: 0 0 .35rem RGBA(170, 123, 28, .75);
		}
}
@media (max-width:576px) {
		.key-visual .btn-event-pic_sd, .key-visual .btn-event-pic {
				width: 160px;
				height: 44px;
		}
		.key-visual .btn-event-pic_sd {
				-webkit-box-shadow: 0 0 .35rem RGBA(170, 123, 28, .75);
				box-shadow: 0 0 .35rem RGBA(170, 123, 28, .75);
		}
		.btn-event-pic_sd, .btn-event-pic {
				width: 180px;
				height: 49px;
		}
		.btn-event-pic_sd {
				-webkit-box-shadow: 0 0 .35rem RGBA(170, 123, 28, .75);
				box-shadow: 0 0 .35rem RGBA(170, 123, 28, .75);
		}
}
/************************
MODAL
************************/
.leaveModal {
		padding-right: 0 !important;
}
.modal-backdrop.show {
		opacity: 1;
}
.modal-backdrop {
		background-color: RGBA(0, 0, 0, .75)
}
.leaveModal .modal-title {
		font-size: 1.5rem;
}
.leaveModal .modal-body {
		font-size: 1rem;
		text-align: justify;
}
@media screen and (min-width: 1024px) {
		.modal-lg {
				max-width: 780px;
		}
		.modal-header .btn-close {
				width: 2em;
				height: 2em;
				top: 1em;
				position: fixed;
				right: .5em;
				z-index: 5;
		}
}
@media screen and (max-width: 991px) {
		a.btn-leave, a.btn-yes {
				min-width: 110px;
		}
		.leaveModal .modal-dialog {
				max-width: 100%;
				max-height: 80%;
		}
}
@media screen and (max-width: 767px) {
		.leaveModal .modal-title {
				font-size: 1.25rem;
		}
		.leaveModal .modal-body {
				font-size: 14px;
		}
		a.btn-leave, a.btn-yes {
				font-size: 16px;
		}
}
/************************
HEADER
************************/
header {
		position: fixed;
		display: inline-block;
		width: 100%;
		top: 0;
		left: 0;
		font-size: 16px;
		height: 90px;
		z-index: 50;
		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;
		border-top: 4px solid #ca944d;
		-webkit-box-shadow: 0px 2px 4px 0px RGBA(0, 0, 0, 0.125);
		box-shadow: 0px 2px 4px 0px RGBA(0, 0, 0, 0.125);
}
header.open {
		height: 50px;
}
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 #ca944d;
		}
}
/************************/
header .h_logo, header .h_content {
		position: relative;
		display: inline-block;
}
header .h_content {
		width: 100%;
		height: 100%;
		padding-top: 8px;
}
header.open .h_content {
		padding-top: 0px;
}
/************************/
header .h_logo {
		position: relative;
		top: 10px;
		width: 180px;
		margin-right: 15px;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		width: 100%;
		max-width: 100%;
}
header.open .h_logo {
		width: 100px;
		margin-left: 10px;
		margin-right: 10px;
		top: 10px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 1199px) {
		header {
				height: 70px;
		}
		header .h_logo {
				width: 150px;
		}
}
@media screen and (max-width: 991px) {
		header {
				height: 55px;
		}
		header .h_logo {
				width: 120px;
		}
		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;
		}
}
@media screen and (max-width: 576px) {
		header .h_logo {
				width: 110px;
		}
		header .h_content {
				padding-top: 0;
		}
}
/************************
FOOTER
************************/
footer {
		background-color: rgb(72, 72, 72);
}
footer > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
}
/************************/
footer .f_right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
/************************/
footer .f_socail a {
		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;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		margin-left: 1rem;
		background-color: #656565;
}
footer .f_socail a:hover {
		background-color: #e6e6e5;
}
footer .f_socail a img {
		max-width: 15px;
		opacity: .35;
}
footer .f_socail a.btn_youtube {
		position: relative;
		top: -2px;
}
footer .f_socail a.btn_fb img {
		max-width: 10px;
}
/************************/
footer .f_link {
		margin-top: 10px;
		font-size: .875rem;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1.5;
}
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: 1440px) {
		footer > div {
				max-width: 86% !important;
				margin: auto;
		}
}
@media screen and (max-width: 1199px) {
		footer > div {
				max-width: 86%;
				margin: auto;
		}
		footer .f_link {
				font-size: .85rem;
		}
		footer .f_socail a {
				width: 25px;
				height: 25px;
		}
		footer .f_socail a img {
				max-width: 12px;
			opacity: .5;
		}
		footer .f_socail a.btn_fb img {
				max-width: 8px;
		}
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				padding: 0 1rem;
		}
		footer .f_link {
				font-size: .75rem;
				line-height: 1.75;
				margin-top: 0;
		}
}
@media screen and (max-width: 576px) {
		footer .f_socail a {
				margin-left: .5rem;
				margin-right: .5rem
		}
		footer > div {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				text-align: center;
		}
		footer .f_left {
				-webkit-box-ordinal-group: 2;
				-ms-flex-order: 1;
				order: 1;
				padding-bottom: 3rem !important;
		}
		footer .f_right {
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-ordinal-group: 1;
				-ms-flex-order: 0;
				order: 0;
				margin-bottom: 1rem;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		footer .f_left {
				padding-bottom: 0 !important;
		}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 26px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_left {
				font-size: 24px;
		}
}
/************************
KEY VISUAL
************************/
.page_TPC .key-visual {
		background-color: #fffdfe;
}
.page_TR .key-visual {
		background-color: #f5f4f2;
}
.key-visual {
		margin-top: 90px;
}
.key-visual .topic {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		z-index: 3;
		padding-bottom: 3rem;
		padding-left: 5%;
}
.key-visual .topic h1 {
		font-size: 2.5rem;
}
.key-visual h2 {
		font-size: 1.5rem;
		line-height: 1.75;
}
.key-visual > img {
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
}
@media screen and (min-width:1920px) {
		.key-visual > img {
				width: 100%;
		}
		.key-visual .topic {
				padding-left: 0;
		}
		.key-visual .topic h1 {
				font-size: 3.5rem;
		}
		.key-visual h2 {
				font-size: 2rem;
				line-height: 1.75;
		}
}
@media screen and (min-width:2560px) {
		.key-visual > img {
				width: 2560px;
		}
}
@media screen and (max-width:1199px) {
		.key-visual {
				margin-top: 70px;
		}
		.key-visual .topic h1 {
				font-size: 1.75rem;
		}
		.key-visual .topic h2 {
				font-size: 1.125rem;
		}
}
@media screen and (max-width:991px) {
		.key-visual .topic .no.large {
				font-size: 150%;
				line-height: 1;
		}
		.key-visual .topic h1 {
				font-size: 1.5rem;
		}
		.key-visual .topic h2 {
				font-size: 1rem;
		}
		.key-visual .topic {
				padding-bottom: 0;
		}
		.key-visual {
				margin-top: 55px;
		}
}
@media screen and (max-width:576px) {
		.key-visual .topic {
				top: 8%;
				bottom: auto;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		.key-visual .topic {
				top: 0;
				bottom: 0;
		}
		.key-visual .topic h1 {
				font-size: 1.25rem;
		}
		.key-visual .topic h2 {
				font-size: .85rem;
		}
		.key-visual .d-sm-none {
				display: none !important;
		}
		.key-visual .d-sm-block {
				display: block !important;
		}
}
@media screen and (max-width:280px) {}
/************************
BLOCK 1
************************/
.block_01 {
		position: relative;
		overflow: visible;
}
.block_01.b1 {
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.page_TPC .block_01.b1 {
		background-color: #fffdfe;
		background-image: url("../images/TPC/content_bg_top.jpg");
}
.page_TR .block_01.b1 {
		background-color: #f4eede;
		background-image: url("../images/TR/content_bg_top.jpg");
}
.block_01.b1a {
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
}
.page_TPC .block_01.b1a {
		background-color: #ffffff;
		background-image: url("../images/TPC/content_bg_center.jpg");
}
.page_TR .block_01.b1a {
		background-color: #f4eede;
		background-image: url("../images/TR/content_bg_center.jpg");
}
.box-card {
		margin: auto;
}
.box-topic.top {
		padding-bottom: 10%;
		padding-top: 4%;
}
.box-topic .text {
		font-size: 1.5rem;
		line-height: 2;
		font-weight: 400;
}
.box-topic .date {
		font-size: 1.5rem;
		line-height: 2;
		font-weight: 400;
}
.box-topic.bot .text {
		line-height: 2;
}
.box-topic.bot .text {
		color: #000000;
}
.block_01 .info {
		max-width: 100%;
		margin: auto;
}
.page_TPC .info-block {
		background-color: #ffffff;
		background-image: url("../images/TPC/content_bg_bot.jpg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: 100% auto;
		padding: 3.5rem 0;
}
@media (min-width:1920px) {
		.box-topic.top {
				padding-bottom: 16%;
		}
}
@media (min-width:2560px) {
		.page_TPC .info-block, .block_01.b1a, .block_01.b1 {
				background-size: 2560px auto;
		}
}
@media (max-width:1199px) {
		.box-topic .text {
				font-size: 1.35rem;
		}
		.box-topic .date {
				font-size: 1.125rem;
		}
}
@media (max-width:991px) {}
@media (max-width:991px) and (orientation: landscape) {}
@media (max-width:767px) {
		.box-topic .text {
				font-size: 1.25rem;
		}
		.box-topic .date {
				font-size: 1rem;
		}
}
@media (max-width:576px) {
		.box-topic .date {
				font-size: .8125rem;
		}
		.box-topic .text {
				font-size: 1rem;
				letter-spacing: normal;
				line-height: 1.75;
		}
		.box-topic.top {
				padding-bottom: 18%;
		}
		.page_TPC .block_01.b1a {
				background-image: url("../images/TPC/content_bg_center_m.jpg");
		}
		.page_TR .block_01.b1a {
				background-image: url("../images/TR/content_bg_center_m.jpg");
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		.box-topic .date {
				font-size: .85rem;
		}
		.box-topic .text {
				font-size: 1rem;
				line-height: 1.5;
		}
		.box-topic.bot .text br.d-sm-none {
				display: none !important;
		}
		.box-topic.bot .text br.d-sm-block {
				display: block !important;
		}
		.block_01.b1a {
				padding-bottom: 2rem !important;
		}
}
@media (max-width:320px) {
		.box-topic .text {
				font-size: .925rem;
		}
}
/************************
AD BLOCK
************************/
.ad-block {
		max-width: 100%;
		margin: auto;
		display: block;
		position: relative;
}
@media only screen and (max-width: 1199px) {
		.ad-block {
				max-width: 90%;
				margin: auto;
		}
}
@media only screen and (max-width: 991px) {}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 480px) {
		.ad-block {
				max-width: 100%;
				margin: auto;
		}
}
/************************
DRAWER-ITEM 
************************/
.info-block {
		background-color: #ebebeb;
}
.drawer-header .title {
		font-size: 1.35rem;
		line-height: 2;
		font-weight: 400;
}
.drawer-content {
		width: 100%;
		display: block;
		font-size: 1rem;
		line-height: 1.75;
		word-wrap: break-word;
		font-weight: 400;
}
@media screen and (max-width:1440px) {
		.drawer-content {
				max-width: 86%;
				margin: auto;
		}
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .875rem;
				max-width: 86%;
				margin: auto;
		}
}
@media screen and (max-width:991px) {
		.drawer-header .title {
				font-size: 1rem;
		}
		.drawer-content {
				font-size: .8125rem;
		}
}
@media screen and (max-width:767px) {}
@media screen and (max-width:576px) {
		.drawer-content {
				font-size: .8125rem;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		.drawer-content {
				font-size: .8125rem;
		}
}
@media screen and (max-width:320px) {
		.drawer-header .title {
				font-size: .875rem;
		}
		.drawer-content {
				font-size: .75rem;
				max-width: 100%;
		}
}
/************************
GOTOP
************************/
#go_ban {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 100px;
		right: 0;
		bottom: 6rem;
}
#go_link {
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
}
#go_link a {
		display: inline-block;
}
#go_link img {
		width: 100%;
}
@media only screen and (min-width: 1920px) {
		#go_ban {
				width: 125px;
		}
}
@media only screen and (max-width: 1199px) {
		#go_ban {
				width: 90px;
				bottom: 15%;
		}
}
@media only screen and (max-width: 991px) {
		#go_ban {
				width: 70px;
				bottom: 10%;
		}
}
@media (max-width: 991px) and (orientation:landscape) {
		#go_ban {
				bottom: 15%;
				width: 80px;
		}
		#go_link img {
				width: inherit;
				max-width: 100%;
		}
}
@media only screen and (max-width: 767px) {
		#go_ban {
				max-width: 60px;
				bottom: 6rem;
		}
		#go_link img {
				width: inherit;
				max-width: 100%;
		}
}
@media screen and (max-width: 576px) {
		#go_ban {
				width: 100%;
				max-width: 100%;
				bottom: -8px;
		}
}
@media screen and (max-width:568px) and (orientation: landscape) {
		#go_ban {
				max-width: 55px;
				bottom: 4rem;
		}
		#go_ban .d-sm-block {
				display: block !important;
		}
		#go_ban .d-block {
				display: none !important;
		}
}
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 30px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 1199px) {
		.go_top {
				width: 30px;
				height: 30px;
				right: 10px;
				bottom: 2.5rem;
		}
}
@media screen and (max-width: 991px) {
		.go_top {
				bottom: 2rem;
		}
}
@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;
		width: 100%;
}
@media (max-width: 991px) {
		#drift-1 {
				position: fixed;
				width: 130px;
				height: auto;
				right: 0px;
				bottom: 10%;
		}
}
/************************
SLIDER
************************/
.ad_block .slick-prev {
		-webkit-animation: arrowLeftPulse 1s infinite linear;
		animation: arrowLeftPulse 1s infinite linear;
}
.ad_block .slick-next {
		-webkit-animation: arrowRightPulse 1s infinite linear;
		animation: arrowRightPulse 1s infinite linear;
}
.ad_block .slick-prev:hover, .ad_block .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: 60px;
		height: 60px;
		z-index: 3;
}
.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;
}
@media (max-width: 991px) {
		.slick-prev, .slick-next {
				width: 40px;
				height: 40px;
		}
}