@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: #000000;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		outline: none !important;
}
dl, ol, ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
}
ol, ul {
		padding-left: 0 !important;
}
button:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
img {
		border: 0px none;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: 'Open Sans', "Noto Sans", 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 16px;
		font-optical-sizing: auto;
		font-style: normal;
}
footer *, header * {
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.c-red {
		color: #ff0000;
}
.hidden-text {
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
		display: block;
}
@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;
		}
}
/************************
SPACE
************************/
.description .page-container .wide, .content .page-container .wide, footer .page-container, header .page-container {
		padding: 0px;
		max-width: 1010px;
		margin: auto;
}
.content .page-container .card_block .wide {
		padding: 4rem 0 4rem 0 !important;
}
.key-visual .page-container, .content .page-container, .description .page-container {
		max-width: 100%;
		margin: auto;
}
.key-visual .page-container img {
		width: 100%;
}
@media only screen and (min-width:1200px) {
		.key-visual .page-container, .content .page-container, .description .page-container {
				max-width: 100%;
		}
}
@media only screen and (min-width:1920px) {
		.content .page-container .card_block .wide {
				padding: 5rem 0 5rem 0 !important;
		}
		.key-visual .page-container, .content .page-container, .description .page-container {
				max-width: 2560px;
		}
}
@media only screen and (max-width:1199px) {
		.content .page-container.main_block {
				max-width: 100%;
				overflow: hidden;
		}
		footer .page-container, header .page-container {
				max-width: 100%;
		}
		.content .page-container .wide {
				margin: 0 auto;
				max-width: 90%;
		}
		.content .page-container .card_block .wide {
				padding: 3rem 0 3rem 0 !important;
		}
}
@media only screen and (max-width:767px) {
		.content .page-container .card_block .wide {
				padding: 2.5rem 0 2rem 0 !important;
		}
}
@media (max-width: 568px) and (orientation:landscape) {
		.key-visual .d-sm-none.d-block {
				display: none !important;
		}
		.key-visual .d-sm-block.d-none {
				display: block !important;
		}
}
@media only screen and (max-width:480px) {
		.content .page-container .card_block .wide {
				padding: 2rem 0 2rem 0 !important;
		}
		.content .event_block > .wide {
				max-width: 100% !important;
		}
}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		left: 0;
		width: 50px;
		height: 50px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
		/*background-color: #eeeeee;*/
}
.toggle-button .menu-bar {
		position: relative;
		width: 100%;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button .menu-bar-top {
		border: 2px solid #909090;
		border-bottom: none;
		top: 0px;
}
.toggle-button .menu-bar-middle {
		height: 2px;
		/*background-color: #909090;*/
		margin: 2px 0px;
		top: 0px;
}
.toggle-button .menu-bar-bottom {
		border: 2px solid #909090;
		border-top: none;
		top: 0px;
}
.toggle-button.open .menu-bar-top {
		-webkit-transform: rotate(45deg) translate(3px, 3px);
		-ms-transform: rotate(45deg) translate(3px, 3px);
		transform: rotate(45deg) translate(3px, 3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-transition: .1s ease-in;
		-o-transition: .1s ease-in;
		transition: .1s ease-in;
		opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
		-webkit-transform: rotate(-45deg) translate(3px, -3px);
		-ms-transform: rotate(-45deg) translate(3px, -3px);
		transform: rotate(-45deg) translate(3px, -3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
@media only screen and (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
HEADER
************************/
header {
		position: fixed;
		display: inline-block;
		width: 100%;
		top: 0;
		left: 0;
		font-size: 16px;
		height: 120px;
		z-index: 50;
		border-top: 0;
		background-color: rgba(255, 255, 255, 0.99);
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header.open {
		height: 50px;
		border-top: 4px solid #2e2e2e;
		-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
header.open, header {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
@media screen and (max-width: 991px) {
		header {
				height: 50px;
				border-top: 4px solid #2e2e2e;
		}
}
/************************/
header .h_menu, header .h_logo, header .h_content {
		position: relative;
		display: inline-block;
		float: left;
}
header .h_content {
		width: 100%;
		padding-top: 40px;
}
header .h_menu ul.menu-bottom {
		position: fixed;
		display: inline-block;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: #2e2e2e;
		z-index: 50;
}
header .h_menu ul.menu-bottom li {
		position: relative;
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 900;
}
header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
		display: inline-block;
		color: #ffffff;
		height: 40px;
		padding: 9px 18px;
}
header .h_menu ul.menu-bottom a span {
		font-size: 12px;
		color: #82827c;
		margin: 0 5px;
}
header .h_menu ul.menu-bottom li:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul {
		position: absolute;
		display: none;
		top: 100%;
		width: 280px;
		color: #b8b8b8;
		background: #444444;
}
header .h_menu ul.menu-bottom li:hover > ul {
		display: block;
		height: auto;
}
header .h_menu ul.menu-bottom ul li {
		float: left;
		width: 100%;
		padding: 5px 20px;
		min-height: 40px;
}
header .h_menu ul.menu-bottom ul li:hover {
		background: #999999;
}
header .h_menu ul.menu-bottom ul li.panel-header:hover {
		background: #444444;
}
header .h_menu ul.menu-bottom ul label, header .h_menu ul.menu-bottom ul a {
		font-weight: 400;
}
header.open ul.menu-bottom {
		display: none;
}
header.open .h_content {
		padding-top: 0px;
}
@media screen and (max-width: 991px) {
		header .h_content {
				padding-top: 0px;
		}
		body.open .h_content {
				padding-left: 280px;
		}
		header .h_content, body.open .h_content {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		header.open ul.menu-bottom, header .h_menu ul.menu-bottom {
				position: relative;
				display: inline-block;
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom li {
				float: left;
				width: 100%;
		}
		header .h_menu ul.menu-bottom li:hover {
				background: #ffffff;
		}
		header .h_menu ul.menu-bottom a:hover, header .h_menu ul.menu-bottom a {
				width: 100%;
				color: #656565;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 30px;
				color: #ff3333;
		}
		header .h_menu ul.menu-bottom li.pc768 {
				display: none;
		}
		header .h_menu ul.menu-bottom ul {
				position: relative;
				display: inline-block;
				padding: 10px 0px;
				color: #70706f;
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li {
				padding: 5px 20px;
				min-height: 30px;
		}
		header .h_menu ul.menu-bottom ul.last-menu li, header .h_menu ul.menu-bottom ul li.panel-header:hover {
				background: #ececec;
		}
		header .h_menu ul.menu-bottom ul li:hover {
				background: #e2e2e2;
		}
		header .h_menu ul.menu-bottom ul a:hover, header .h_menu ul.menu-bottom ul a {
				font-weight: 900;
				color: #000000;
		}
		header .h_menu ul.menu-bottom li:hover > ul, header .h_menu ul.menu-bottom ul {
				display: none;
		}
		header .h_menu ul.menu-bottom li:hover > ul.open, header .h_menu ul.menu-bottom ul.open {
				display: inline-block;
		}
		header .h_menu ul.menu-bottom ul {
				width: 100%;
		}
}
@media screen and (max-width: 480px) {
		body .h_bank, body.open .h_bank {
				position: absolute;
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
		}
		body .h_bank {
				right: 0;
		}
		body.open .h_bank {
				right: -100%;
		}
		body.open .h_content {
				padding-left: 220px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 180px;
		}
}
@media screen and (max-width: 280px) {
		body.open .h_content {
				padding-left: 160px;
		}
}
/************************/
header .h_logo {
		width: 190px;
		margin-top: 26px;
		margin-right: 10px;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
header .h_logo img {
		display: inline-block;
		float: left;
		width: 50%;
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_menu, header .h_bank {
		position: relative;
		display: inline-block;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 80px;
		padding: 26px 0px;
		font-weight: 900;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
/************************/
header .h_bank:hover ul.dark-last {
		display: block;
}
header .h_bank ul.dark-last {
		position: absolute;
		display: none;
		top: 100%;
		right: 0px;
		width: 180px;
		color: #2e2e2e;
		background: #ececec;
		text-align: center;
}
header .h_bank ul.dark-last li {
		display: inline-block;
		width: 100%;
}
header .h_bank ul.dark-last a, header .h_bank ul.dark-last a:hover {
		display: inline-block;
		width: 100%;
		padding: 15px 0px;
		font-size: 14px;
		color: #2e2e2e;
		-webkit-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
}
header .h_bank ul.dark-last a:hover {
		background: #dedede;
}
header .h_bank ul.dark-last.open {
		display: inline-block;
}
/************************/
header .h_menu ul.menu-top a, header .h_menu ul.menu-top a:hover {
		display: inline-block;
		padding: 0px 13px;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0;
}
header .h_menu ul.menu-top li:hover {
		background: #eeeeee;
}
header.open ul.menu-top li {
		height: 46px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
}
header .h_bank a.menu-dark {
		background: #ff3333;
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
}
header .h_bank:hover .menu-dark, header .h_bank .menu-dark {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
header .h_bank:hover a.menu-dark {
		display: inline-block;
		color: #ffffff;
		background: #ee1818;
}
header .h_bank .menu-dark img {
		display: inline-block;
		width: 20px;
		position: relative;
		top: -3px;
		margin-right: 5px;
}
header.open .h_bank .menu-dark {
		height: 46px;
		padding: 10px 17px;
}
header.open .h_logo img.logo_tc {
		display: none;
}
header.open .h_logo {
		width: 80px;
		margin-top: 12px;
		margin-left: 10px;
		margin-right: 10px;
}
header.open .h_logo img {
		width: 100%;
}
@media screen and (max-width: 991px) {
		header .h_content {
				height: 50px;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 10px;
		}
		header .h_logo img {
				width: 100%;
		}
		header .h_bank a.menu-dark {
				font-size: 14px;
				height: 46px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 280px;
				height: 100vh;
				top: -4px;
				left: -100%;
				z-index: 20;
				padding-bottom: 100px;
				background: #ffffff;
		}
		body.open header .h_menu {
				left: 0;
		}
		body header .h_menu, body.open header .h_menu {
				-webkit-transition: all 0.36s ease-out;
				-o-transition: all 0.36s ease-out;
				transition: all 0.36s ease-out;
				overflow-y: auto;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				font-size: 18px;
				padding: 12px 0px;
		}
		header .h_menu a, header .h_menu a:hover {
				padding: 0px 20px;
		}
}
@media screen and (max-width: 480px) {
		header .h_menu {
				width: 220px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
		header.open .h_logo, header .h_logo {
				width: 80px;
				margin-top: 12px;
				margin-left: 0px;
				margin-right: 0px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 180px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
@media screen and (max-width: 280px) {
		header .h_menu {
				width: 160px;
		}
		header.open .h_logo, header .h_logo {
				width: 60px;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 120px;
		background: #ffffff;
}
body.open section.main-content {
		padding-top: 50px;
}
@media screen and (max-width: 991px) {
		body.open section.main-content, section.main-content {
				padding-top: 50px;
		}
}
/************************
FOOTER
************************/
footer .f_link, footer .fiscal .f_right, footer .fiscal .f_left, footer .fiscal, footer .f_warning, footer {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
footer {
		padding: 10px 2%;
		background-color: rgb(72, 72, 72);
}
/************************/
footer .f_warning {
		color: #fff;
		margin: 10px 0 40px 0;
		width: 100%;
		padding: 0;
}
/************************/
footer .fiscal {
		margin: 20px 0px;
		color: #191919;
}
footer .fiscal .f_left {
		width: calc(25% + 20px);
		font-size: 30px;
		color: #ffffff;
		min-height: 48px;
		text-align: left;
}
footer .fiscal .f_left img {
		width: 80%;
}
footer .fiscal .f_right {
		width: calc(75% - 20px);
		font-size: 14px;
		line-height: 1.6em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		min-height: 40px;
		font-size: 14px;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				width: 100%;
				padding: 0px 5%;
		}
		footer .fiscal .f_left img {
				max-width: 300px;
		}
		footer .fiscal .f_warning {
				padding-bottom: 20px;
				text-align: justify !important;
		}
		footer .fiscal .f_warning, footer .fiscal .f_left, footer .fiscal .f_right {
				width: 100%;
				padding: 0px 3%;
				text-align: left;
		}
		footer .f_link {
				font-size: 13px;
		}
		footer .f_link {
				width: 96%;
				margin: 1em 2%;
				text-align: center;
		}
		footer .f_copy {
				display: inline-block;
				width: 90%;
				margin: 10px 5%;
				text-align: center;
		}
}
@media screen and (max-width: 991px) {
		footer .fiscal .f_warning {
				font-size: 14px;
		}
}
@media screen and (max-width: 480px) {
		footer .fiscal .f_left {
				font-size: 28px;
		}
		footer .fiscal .f_right {}
}
@media screen and (max-width: 320px) {
		footer .fiscal .f_left {
				font-size: 23px;
				padding-right: 25%;
				text-wrap: nowrap;
		}
		footer .fiscal .f_right {
				font-size: 12px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 23px;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual {
		background-color: #0191c0;
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 5rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
.fix-ad .full-item {
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 140px;
		position: relative;
}
@media only screen and (max-width:1199px) {
		.fix-ad {
				-webkit-transform: translateZ(0);
				transform: translateZ(0);
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
				-webkit-filter: blur(0);
				-webkit-transform-origin: 0% 0;
				-ms-transform-origin: 0% 0;
				transform-origin: 0% 0;
		}
		.fix-ad {
				-webkit-transform: scale(.85);
				-ms-transform: scale(.85);
				transform: scale(.85);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 2.5rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				-webkit-transform-origin: center right;
				-ms-transform-origin: center right;
				transform-origin: center right;
				bottom: 1.5rem;
		}
}
@media only screen and (max-width:991px) and (orientation:landscape) {
		.fix-ad {
				bottom: 1rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: -.5rem;
		}
}
@media only screen and (max-width:568px) and (orientation:landscape) {
		.fix-ad {
				bottom: -1rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: -1rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: -1rem;
		}
}
/************************
DRAWER-ITEM 
************************/
.description {
		background-color: #cccccc;
}
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #000000;
		padding: 6px;
		cursor: pointer;
		min-height: 50px;
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header .title {
		color: #000000;
		font-size: 18px;
		line-height: 2em;
		font-weight: 600;
		margin: 0;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		min-height: 50px;
		color: #000000;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 40px;
		height: 40px;
		background: url('../images/btn_to_open.svg') no-repeat scroll center center transparent;
		background-size: 60% 60%;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: -2px;
}
.drawer-header-icon.drawer-header-icon-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: .5rem .5rem 1rem 1rem;
		display: block;
		color: #666666;
		font-size: 16px;
		line-height: 1.8em;
		word-wrap: break-word;
		text-align: justify;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:1199px) {
		.drawer-content {
				font-size: .8125rem;
				padding-left: 0;
				padding-right: 0;
		}
		.drawer-item {
				padding: 0 1rem;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-header .title {
				font-size: 1rem;
		}
		.drawer-header-icon {
				width: 35px;
				height: 35px;
		}
}
@media screen and (max-width:480px) {
		.description {
				padding: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
				padding: 0;
		}
}
@media screen and (max-width:320px) {
		.drawer-content {
				font-size: 12px;
		}
		.drawer-item {
				padding: 0;
		}
		.drawer-content {
				word-wrap: break-word;
				word-break: break-all;
		}
}
/************************
LAYOUT
************************/
.content {
		position: relative;
		width: 100%;
		height: 100%;
		background-color: #0191c0;
}
.content .page-container.main_block > div {
		position: relative;
		z-index: 2;
}
.content .page-container.main_block::after {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		background-image: url("../images/content_bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.content .bg-item {
		max-width: 1920px;
		margin: auto;
}
@media only screen and (min-width: 1920px) {
		.content .page-container.main_block::after {
				background-image: url("../images/content_bg_long.jpg");
				background-size: 2560px auto;
				background-position: center 40%;
		}
}
/************************/
.box-card {
		position: relative;
		display: inline-block;
		margin: 0 auto;
}
.text_list, .ticket_info {
		max-width: 90%;
		margin: auto;
}
.text_list {
		font-size: 1.125rem;
		letter-spacing: 1px;
		padding-top: 2rem;
		border-top: 1px solid #4d6277;
}
.box-card img {
		max-width: 480px;
}
.box-topic h2 {
		font-size: 2.125rem;
		letter-spacing: 2px;
		line-height: 1.5em;
		margin: 0 auto;
		font-weight: 500;
		color: #ffffff;
		padding: .35rem 4rem;
		border-radius: 5rem;
		background-color: #dd1e52;
}
.box-topic h2 .text::after, .box-topic h2 .text::before {
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		background-color: #ffffff;
		border-radius: 1rem;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
}
.box-topic h2 .text::before {
		left: -30px;
}
.box-topic h2 .text::after {
		right: -30px;
}
.box-topic h3 {
		font-size: 2rem;
		letter-spacing: 1px;
		line-height: 1.25;
		margin: 0 auto;
		font-weight: 500;
}
.box-topic h3 .icon {
		max-width: 70px;
		position: relative;
		top: -5px;
}
.box-topic .text_list a {
		color: #0000ff;
}
.box-topic .text_list a:hover {
		color: #000000;
}
.box-topic .info_group {
		font-size: 1.25rem;
		max-width: 86%;
		margin: auto;
}
.box-topic .subtutle {
		font-size: 1.5rem;
}
.box-topic .ticket_info img, .box-topic .ticket img {
		left: 0;
		top: 0;
		width: 100%;
}
@media only screen and (min-width:1366px) {
		.content .page-container .card_block .wide {
				padding: 5rem 0 4rem 0 !important;
		}
		.box-card img {
				max-width: 520px;
		}
}
@media only screen and (min-width:1920px) {}
@media only screen and (max-width:1199px) {
		.box-topic .info_group {
				max-width: 100%;
		}
		.content .page-container.main_block::after {
				background-size: cover;
		}
		.box-topic h3 .icon {
				max-width: 5.5vw;
		}
		.box-topic h3 {
				font-size: 1.75rem;
		}
		.box-topic .info_group {
				font-size: 1.125rem;
		}
		.box-card img {
				max-width: 380px;
		}
		.box-topic h2 {
				font-size: 2rem;
		}
		.box-topic .subtutle {
				font-size: 1.25rem;
		}
		.text_list {
				font-size: 1rem;
		}
}
@media only screen and (max-width:991px) {
		.box-topic h3 {
				font-size: 1.35rem;
		}
		.box-card img {
				max-width: 340px;
		}
		.box-topic h2 {
				font-size: 1.5rem;
				padding: .35rem 3rem;
		}
		.box-topic h2 .text::before {
				left: -20px;
		}
		.box-topic h2 .text::after {
				right: -20px;
		}
		.box-topic h2 .text::after, .box-topic h2 .text::before {
				width: 8px;
				height: 8px;
		}
		.box-topic .info_group {
				font-size: 1rem;
		}
		.box-topic .subtutle {
				font-size: 1.125rem;
		}
		.text_list {
				font-size: .825rem;
		}
}
@media only screen and (max-width: 767px) {
		.box-card img {
				width: 280px;
		}
		.box-topic h2 {
				font-size: 1.25rem;
		}
		.box-topic h3 {
				font-size: 1.125rem;
		}
		.box-topic .info_group {
				font-size: .85rem;
		}
		.box-topic .subtutle {
				font-size: 1rem;
		}
		.box-topic .info_group {
				font-size: .825rem;
		}
		.box-topic .subtutle {
				font-size: .875rem;
		}
		.text_list {
				font-size: .8125rem;
		}
}
@media (max-width: 568px) and (orientation:landscape) {
		.box-topic h2 .text::after, .box-topic h2 .text::before {
				width: 6px;
				height: 6px;
		}
		.box-topic h2 {
				font-size: 1.25rem;
				padding: .35rem 2.5rem;
		}
		.box-topic h3 {
				font-size: 1.15rem;
				line-height: 1;
		}
		.box-topic h3 .icon {
				max-width: 7vw;
		}
		.text_list, .ticket_info {
				max-width: 100%;
		}
		.ticket_info.d-sm-none.d-block, .ticket.d-sm-none.d-block {
				display: none !important;
		}
		.ticket_info.d-sm-block.d-none, .ticket.d-sm-block.d-none {
				display: block !important;
		}
}
@media only screen and (max-width: 480px) {
		.box-topic .info_group {
				max-width: 86%;
		}
		.text_list {
				padding-top: 1.5rem;
				margin-top: 1rem;
		}
		.box-topic h3 .icon {
				max-width: 10vw;
		}
		.box-topic h3 {
				font-size: 1.15rem;
				line-height: 1;
				letter-spacing: normal;
		}
		.box-topic h2 {
				font-size: 1.15rem;
				padding: .35rem 2.5rem;
		}
		.box-topic h2 .text::after, .box-topic h2 .text::before {
				width: 6px;
				height: 6px;
		}
		.box-topic h2 .text::before {
				left: -15px;
		}
		.box-topic h2 .text::after {
				right: -12px;
		}
		.box-card img {
				width: 260px;
		}
		.ticket {
				max-width: 90%;
				margin: auto;
		}
		.box-topic .info_group {
				font-size: .875rem;
		}
		.box-topic .subtutle {
				font-size: .9375rem;
		}
		.text_list {
				font-size: .875rem;
		}
}
@media screen and (max-width: 320px) {
		.box-card img {
				width: 75vw;
		}
		.box-topic h3 {
				font-size: 1rem;
				letter-spacing: normal;
		}
		.box-topic .subtutle {
				font-size: .875rem;
		}
		.box-topic .info_group {
				font-size: .75rem;
		}
		.text_list {
				font-size: .75rem;
		}
		.box-topic h2 {
				font-size: 1.15rem;
				padding: .25rem 2rem;
		}
		br.d-xs-block {
				display: block !important;
		}
		br.d-xs-none {
				display: none !important;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 10px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 12px;
				bottom: 10px;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				width: 30px;
				height: 30px;
				right: 8px;
				bottom: 10px;
		}
}