@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');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
		margin: 0px;
		padding: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
a, a:link, a:visited, a:active a:focus {
		text-decoration: none;
		color: #333;
		outline: none !important;
}
a:hover {
		text-decoration: none;
		color: #ff0000;
		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.modal-open {
		padding: 0 !important;
		overflow: hidden !important;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
		font-size: 1rem;
}
.key-visual .tb01, .info-block .info {
		font-family: 'Open Sans', 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.no {
		font-family: "Open Sans", sans-serif;
		font-size: 110%;
}
.no .large {
		font-size: 150%;
		line-height: 1;
}
.no .x-large {
		font-size: 180%;
		line-height: 1;
}
.hidden-text {
		visibility: hidden;
		font-size: 0;
		line-height: 0;
		width: 0;
		height: 0;
		display: block;
}
.card.reset, .card.reset .card-header, .card.reset .card-body, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
		padding: 0;
}
@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;
}
/************************
TOTAL
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
		/*max-width: 1200px;*/
}
.page-container {
		padding: 0px;
		max-width: 992px;
}
.page-container.wide {
		max-width: 1140px;
}
@media only screen and (min-width:1200px) {
		.key-visual .page-container {
				max-width: 1100px;
		}
		.page-container {
				padding: 0px;
				max-width: 1100px;
		}
}
@media only screen and (max-width:1280px) {}
@media only screen and (max-width:1024px) {
		.page-wrapper {
				width: 100%;
		}
		.page-container {
				width: 100%;
				padding: 0px;
		}
}
@media only screen and (max-width:991px) {}
@media only screen and (max-width:768px) {}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		left: 0;
		width: 50px;
		height: 50px;
		padding: 18px 15px;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
		/*background-color: #eeeeee;*/
}
.toggle-button .menu-bar {
		position: relative;
		width: 100%;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button .menu-bar-top {
		border: 2px solid #909090;
		border-bottom: none;
		top: 0px;
}
.toggle-button .menu-bar-middle {
		height: 2px;
		/*background-color: #909090;*/
		margin: 2px 0px;
		top: 0px;
}
.toggle-button .menu-bar-bottom {
		border: 2px solid #909090;
		border-top: none;
		top: 0px;
}
.toggle-button.open .menu-bar-top {
		-webkit-transform: rotate(45deg) translate(3px, 3px);
		-ms-transform: rotate(45deg) translate(3px, 3px);
		transform: rotate(45deg) translate(3px, 3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
.toggle-button.open .menu-bar-middle {
		-webkit-transform: translate(0px);
		-ms-transform: translate(0px);
		transform: translate(0px);
		-webkit-transition: .1s ease-in;
		-o-transition: .1s ease-in;
		transition: .1s ease-in;
		opacity: 0;
}
.toggle-button.open .menu-bar-bottom {
		-webkit-transform: rotate(-45deg) translate(3px, -3px);
		-ms-transform: rotate(-45deg) translate(3px, -3px);
		transform: rotate(-45deg) translate(3px, -3px);
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
}
@media only screen and (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
/************************
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;
}
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: 230px;
		}
}
@media screen and (max-width: 320px) {
		body.open .h_content {
				padding-left: 200px;
		}
}
/************************/
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: 230px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
}
@media screen and (max-width: 320px) {
		header .h_menu {
				width: 200px;
		}
		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.4em;
		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: 90%;
				margin: 0px 5%;
				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: 320px) {
		footer .fiscal .f_left {
				font-size: 26px;
		}
}
@media screen and (max-width:280px) {
		footer .fiscal .f_warning, footer .fiscal .f_right {
				font-size: 12px;
		}
		footer .fiscal .f_left {
				font-size: 24px;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual .tb01, .key-visual {
		position: relative;
		display: inline-block;
		float: none;
		width: 100%;
}
.key-visual {
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background-image: url('../images/kv/visual_bg.jpg');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 110% auto;
		background-color: #070707;
		z-index: 2;
		aspect-ratio: 21 / 10.25;
}
.key-visual .tb01 {
		text-align: center;
		width: 100%;
		max-width: 400px;
		letter-spacing: .125rem;
}
.key-visual .tb01 h1 {
		top: -1rem;
		font-size: 1.75rem;
		line-height: 1.5;
}
.key-visual .tb01 > img {
		max-width: 75%;
		margin: auto;
		top: 1.5rem;
}
.key-visual .tb01 .star-block > img {
		max-width: 100px;
}
.key-visual .tb01 .star-block::after {
		content: '';
		display: block;
		width: calc(50% - 3rem);
		height: 2px;
		background-color: #ffffff;
		position: absolute;
		left: 0;
		right: auto;
		top: 0;
		bottom: 0;
		margin: auto;
}
.key-visual .tb01 .star-block::before {
		content: '';
		display: block;
		width: calc(50% - 3rem);
		height: 2px;
		background-color: #ffffff;
		position: absolute;
		right: 0;
		left: auto;
		top: 0;
		bottom: 0;
		margin: auto;
}
.text-gradient {
		background: -o-linear-gradient(top, #ffffff 45%, #c1c0c0 85%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #ffffff), color-stop(85%, #c1c0c0));
		background: linear-gradient(180deg, #ffffff 45%, #c1c0c0 85%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
}
.key-visual .tb01 .star-block.is-move > img {
		-webkit-animation: rotate 1.5s forwards linear;
		animation: rotate 1.5s forwards linear;
}
@-webkit-keyframes rotate {
		0% {
				-webkit-transform: rotate(0) scale(1);
				transform: rotate(0) scale(1);
		}
		30% {
				-webkit-transform: rotate(180deg) scale(1.5);
				transform: rotate(180deg) scale(1.5);
		}
		100% {
				-webkit-transform: rotate(360deg) scale(1);
				transform: rotate(360deg) scale(1);
		}
}
@keyframes rotate {
		0% {
				-webkit-transform: rotate(0) scale(1);
				transform: rotate(0) scale(1);
		}
		30% {
				-webkit-transform: rotate(180deg) scale(1.5);
				transform: rotate(180deg) scale(1.5);
		}
		100% {
				-webkit-transform: rotate(360deg) scale(1);
				transform: rotate(360deg) scale(1);
		}
}
@media only screen and (min-width: 1366px) {}
@media only screen and (min-width: 1440px) {
		.key-visual .tb01 .star-block > img {
				max-width: 120px;
		}
		.key-visual .tb01 {
				max-width: 500px;
		}
		.key-visual .tb01 h1 {
				font-size: 2.125rem;
				line-height: 1.5;
		}
		.key-visual .tb01 {
				top: 0;
		}
}
@media only screen and (min-width: 1600px) {
		.key-visual .tb01 {
				max-width: 620px;
		}
		.key-visual .tb01 > img {
				max-width: 65%;
		}
}
@media only screen and (min-width: 1920px) {
		.key-visual {
				background-position: center top;
				background-size: 2560px auto;
				height: 1256px;
		}
		.key-visual .tb01 .star-block > img {
				max-width: 150px;
		}
		.key-visual .tb01 .star-block {
				max-width: 90%;
		}
		.key-visual .tb01 {
				max-width: 800px;
				padding-top: 3%;
		}
		.key-visual .tb01 h1 {
				font-size: 3rem;
				top: -.5rem;
		}
}
@media screen and (max-width: 1920px) {
		.key-visual.is-show {
				-webkit-transform-origin: center bottom;
				-ms-transform-origin: center bottom;
				transform-origin: center bottom;
				-webkit-animation: show 3s forwards ease;
				animation: show 3s forwards ease;
		}
}
@-webkit-keyframes show {
		0% {
				background-size: 110% auto;
		}
		100% {
				background-size: 100% auto;
		}
}
@keyframes show {
		0% {
				background-size: 110% auto;
		}
		100% {
				background-size: 100% auto;
		}
}
@media screen and (max-width: 1199px) {
		.key-visual .tb01 > img {
				max-width: 70%;
				top: 1.75rem;
		}
		.key-visual .tb01 h1 {
				font-size: 1.35rem;
				top: -1.25rem;
		}
		.key-visual .tb01 .star-block > img {
				max-width: 100px;
		}
		.key-visual .tb01 {
				top: -1rem;
				max-width: 320px;
		}
}
@media screen and (max-width: 991px) {
		.key-visual .tb01 .star-block::before {
				width: calc(50% - 2rem);
		}
		.key-visual .tb01 .star-block::after {
				width: calc(50% - 2rem);
		}
		.key-visual .tb01 .star-block > img {
				max-width: 80px;
		}
		.key-visual .tb01 h1 {
				font-size: 1.125rem;
				top: -1.25rem;
		}
		.key-visual .tb01 {
				top: -1rem;
				max-width: 280px;
		}
		.key-visual .tb01 > img {
				max-width: 65%;
				top: 1.75rem;
		}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
		.key-visual .tb01 > img {
				max-width: 65%;
				top: 2rem;
				margin-bottom: 1rem;
		}
		.key-visual .tb01 .star-block > img {
				max-width: 60px;
		}
		.key-visual .tb01 h1 {
				font-size: 1.25rem;
				top: -.5rem;
		}
		.key-visual .tb01 {
				top: 0;
				max-width: 300px;
		}
}
@media screen and (max-width: 767px) {
		.key-visual {
				background-position: center bottom;
				aspect-ratio: 21 / 13;
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.key-visual {
				aspect-ratio: 21 / 14;
		}
}
@media screen and (max-width: 480px) {
		.key-visual {
				aspect-ratio: 1.125 / 1;
		}
		.key-visual .tb01 > img {
				max-width: 50vw;
				margin: 0 auto .5rem auto;
				top: 2.5rem;
		}
		.key-visual .star-block {
				max-width: 90%;
		}
		.key-visual .tb01 .star-block > img {
				max-width: 25vw;
		}
		.key-visual .tb01 h1 {
				font-size: 1.125rem;
				top: -1rem;
				line-height: 1.5;
				font-weight: 600 !important;
		}
		.key-visual .tb01 .star-block::after, .key-visual .tb01 .star-block::before {
				height: 1px;
				width: calc(50% - 2rem);
		}
		.key-visual .text-gradient {
				background: -o-linear-gradient(315deg, #ffffff 25%, #c1c0c0 85%);
				background: linear-gradient(135deg, #ffffff 25%, #c1c0c0 85%);
				-webkit-background-clip: text;
				background-clip: text;
				-webkit-text-fill-color: transparent;
		}
}
@media screen and (max-width: 320px) {
		.key-visual .tb01 h1 {
				font-size: 1rem;
				line-height: 1.5;
		}
		.key-visual .tb01 .star-block > img {
				max-width: 20vw;
		}
		.key-visual .tb01 > img {
				max-width: 45vw;
				margin: 0 auto .5rem auto;
				top: 1.5rem;
		}
		.key-visual .tb01 {
				top: -.5rem;
		}
}
/************************
LAYOUT
************************/
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #000000;
}
/************************
CONTENT
************************/
.content {
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		background-color: #0d0e10;
}
/************************
INFO BLOCK
************************/
.info {
		background-image: url('../images/content_bg.jpg');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		background-color: #000000;
		background-attachment: scroll;
		margin: auto;
}
@media only screen and (min-width: 1920px) {
		.info {
				max-width: 2560px;
				background-position: center top;
				background-size: 2560px auto;
		}
}
/************************
TOPIC BLOCK
************************/
.topic {
		background-image: url('../images/topic_bg.png');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		background-color: #000000;
		background-attachment: scroll;
		aspect-ratio: 2560 / 817;
		margin: auto;
		color: #ffffff;
}
.topic .title {
		position: relative;
		left: -8px;
}
.topic .title span:not(.icon) {
		font-size: 2.5rem;
		letter-spacing: 8px;
		margin-bottom: .25rem;
		padding-left: 8px;
}
.topic .title .icon {
		max-width: 30px;
		display: inline-block;
		position: relative;
		top: -10px;
}
.topic .date {
		font-size: 1.35rem;
}
.topic figure img {
		max-width: 100px;
		margin-bottom: .75rem;
}
.topic figure .figure-caption .head {
		font-size: 1.5rem;
		color: #ffffff;
		margin-bottom: .5rem;
}
.topic figure .figure-caption {
		font-size: 1.125rem;
		color: RGBA(255, 255, 255, .65);
}
.topic figure:hover img {
		-webkit-transform: scale(1.125);
		-ms-transform: scale(1.125);
		transform: scale(1.125);
}
.topic figure img, .topic figure:hover img {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
@media only screen and (min-width: 1920px) {
		.topic {
				max-width: 2560px;
				background-position: center top;
				background-size: 2560px auto;
		}
}
/************************
EVENT BLOCK
************************/
.event {
		background-image: url('../images/event_bg.jpg');
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		background-color: #000000;
		background-attachment: scroll;
		aspect-ratio: 2560 / 911;
		margin: auto;
}
.event a.item {
		max-width: 17vw;
		display: block;
		margin: auto;
}
.event a.item:hover {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
		-webkit-box-shadow: 0 0 1.5rem RGBA(0, 0, 0, .75);
		box-shadow: 0 0 1.5rem RGBA(0, 0, 0, .75);
}
.event a.item, .event a.item:hover {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
@media only screen and (min-width: 1920px) {
		.event {
				max-width: 2560px;
				background-position: center top;
				background-size: 2560px auto;
		}
}
@media only screen and (max-width: 480px) {
		.event {
				background-image: url('../images/event_bg_m.jpg');
				aspect-ratio: 2 / 2.75;
		}
}
/************************
CARD BLOCK
************************/
.card-block {
		padding: 6rem 0;
}
.card-block img {
		max-width: 280px;
}
.card-block .text {
		font-size: 1.5rem;
}
/************************
CARD ITEM
************************/
.card-item .pic_box {
		aspect-ratio: 16 / 12;
		overflow: hidden;
}
.card-item .pic_box img {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		max-width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
}
.card-item .text_box {
		color: #000000;
		padding: .5rem;
		text-align: center;
		background-color: #ffffff;
}
.card-item .text_box .area_title small {
		min-height: 32px;
		line-height: 32px;
		display: block;
}
.card-item .card_title {
		font-size: 1.35rem;
		font-weight: 600;
}
.card-item .card_tag {
		font-size: 1.125rem;
		font-weight: 500;
}
.card-item .area_title .icon {
		display: inline-block;
		text-align: center;
		margin: 0 auto .5rem auto;
		min-height: 20px;
}
.card-item .area_title .icon img {
		display: inline-block;
		height: 22px;
		margin: 0 .125rem;
}
.card-item {
		position: relative;
		cursor: pointer;
}
.card-item > div {
		position: relative;
		z-index: 2;
}
.card-item::after {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: RGBA(255, 255, 255, 0);
}
.card-item:hover::after {
		background-color: RGBA(255, 255, 255, .125);
}
.card-item:hover .text_box {}
.card-item .pic_box img, .card-item:hover .pic_box img {
		-webkit-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}
.card-item .text_box, .card-item:hover .text_box, .card-item:hover::after, .card-item::after {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.card-item:hover .pic_box img {
		-webkit-transform: scale(1.15);
		-ms-transform: scale(1.15);
		transform: scale(1.15);
}
/************************
MODAL CARD ITEM
************************/
.modal-info .btn_close {
		position: absolute;
		right: 1rem;
		top: 1rem;
		z-index: 1050;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		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: #a7a7a7;
}
.modal-info .btn_close:hover {
		background-color: #333333;
}
.modal-info .btn_close i {
		color: #ffffff;
		font-size: 130%;
}
.modal-info .modal-content {
		border-radius: 1rem;
}
.modal-info .modal-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
}
.modal-info .pic_box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 30%;
}
.modal-info .pic_box img {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		max-width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
		-o-object-position: 30%;
		object-position: 30%;
}
.modal-info .modal_tag {
		margin-bottom: 1rem;
		display: block;
}
.modal-info .modal_tag span {
		display: inline-block;
}
.modal-info .modal_tag span.icon {
		margin-right: 1rem;
}
.modal-info .modal_tag span.icon img {
		display: inline-block;
		max-height: 25px;
		margin: 0 .25rem;
}
.modal-info .modal_tag span.tag {
		padding: .25rem 1rem;
		background-color: #ac1c2e;
		color: #ffffff;
		border-radius: 2rem;
		margin: 0 .125rem;
}
.modal-info .text_box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 70%;
		padding: 4rem 3rem 1.5rem 2rem;
		background: -o-linear-gradient(top, #ffffff 30%, #cccccc 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(#cccccc));
		background: linear-gradient(to bottom, #ffffff 30%, #cccccc 100%);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.modal-info .inside {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.modal-info .modal_list {
		list-style: none;
		font-size: 1rem;
		display: block;
		margin-top: 10% !important;
}
.modal-info .modal_list .item_title {
		min-width: 100px;
		display: inline-block;
		position: relative;
		margin-right: 1rem;
}
.modal-info .modal_list .item_title::after {
		content: '';
		width: 1px;
		height: 20px;
		position: absolute;
		top: 2px;
		bottom: auto;
		right: -2px;
		left: auto;
		margin: auto;
		background-color: #b8b8b8;
}
.modal-info .modal_list .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: .5rem;
}
.modal-info .modal_list .item_title .icon i {
		margin-right: .5rem;
}
.modal-info .modal_title {
		font-size: 2rem;
		font-weight: 600;
		display: block;
		margin-bottom: .25rem;
}
.modal-info .modal_dec {
		font-size: 1.125rem;
		display: block;
}
.modal-info .tab-content {
		padding: 2rem 0 2rem 0;
		font-size: 1rem;
		line-height: 1.75;
}
.modal-info .tab-content ul, .modal-info .tab-content ol {
		margin-left: 0;
		padding-left: 2rem !important;
}
.modal-info .tab-content .text-remark {
		display: block;
		margin: 1rem 0;
}
.modal-info .nav-tabs .nav-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 33.3%;
}
.modal-info .nav-tabs .nav-item .nav-link {
		width: 100%;
		color: #000000;
		border-radius: 0;
		border-left: 0 !important;
		border-right: 0 !important;
		border-bottom: 0 !important;
		border-top: 1px solid #333333;
}
.modal-info .nav-tabs .nav-item .nav-link.active:focus, .modal-info .nav-tabs .nav-item .nav-link.active:active, .modal-info .nav-tabs .nav-item .nav-link.active {
		color: #dc0012;
		border: 0;
		background-color: #ffffff !important;
		border-top: 1px solid #dc0012;
}
.modal-info .nav-tabs .nav-item .nav-link:active, .modal-info .nav-tabs .nav-item .nav-link:hover {
		background-color: RGBA(0, 0, 0, .1);
}
.modal-info .nav-tabs {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		background-color: #f1f1f1;
		border: 0;
}
.modal-info .btn_close, .modal-info .btn_close:hover, .modal-info .btn_close i, .modal-info .btn_close:hover i {
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
/************************
 TAB NAV
************************/
#infoTabBox {
		top: 50px;
		background-color: #0d0e10;
}
#infoTabBox.is-top {
		background-color: #0d0e10;
}
#infoTabBox .nav-tabs .nav-link:active, #infoTabBox .nav-tabs .nav-link:hover, #infoTabBox, #infoTabBox.is-top {
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
#infoTabBox .nav-tabs {
		padding: 1rem 0;
		border: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
}
#infoTabBox .nav-tabs .nav-item {
		margin: 0 .675rem;
}
#infoTabBox .nav-tabs .nav-link {
		min-width: 188px;
		border-radius: 0;
		border: 1px solid #ac1c2e;
		color: #ffffff;
		font-size: 1.125rem;
}
#infoTabBox .nav-tabs .nav-link:active, #infoTabBox .nav-tabs .nav-link:hover {
		background-color: RGBA(255, 255, 255, .25)
}
#infoTabBox .nav-tabs .nav-link.active {
		border: 1px solid transparent;
		color: #ffffff;
		background-color: #ac1c2e;
}
@media only screen and (max-width:1199px) {
		.modal-info .modal_title {
				font-size: 1.75rem;
		}
		.modal-info .modal_dec {
				font-size: 1rem;
		}
		.modal-info .modal_tag span.tag, .modal-info .modal_list {
				font-size: .875rem;
		}
		.modal-info .modal_tag span.icon img {
				max-width: 20px;
		}
		.modal-info .btn_close {
				width: 40px;
				height: 40px;
		}
		.topic {
				background-size: cover;
				aspect-ratio: auto;
				padding-top: 3rem;
				padding-bottom: 2rem;
		}
		.topic .title span:not(.icon) {
				font-size: 2rem;
		}
		.topic .title .icon {
				max-width: 15px;
				top: -5px;
		}
		.topic .date {
				font-size: 1.125rem;
		}
		.topic figure img {
				max-width: 80px;
		}
		.topic figure .figure-caption .head {
				font-size: 1.125rem;
		}
		.topic figure .figure-caption {
				font-size: .825rem;
		}
		.card-item .area_title .icon img {
				height: 18px;
		}
		#infoTabBox .nav-tabs .nav-link {
				min-width: 175px;
		}
		.card-block {
				padding: 5rem 0 3rem 0;
		}
		.card-block img {
				max-width: 25vw;
		}
		.card-block .text {
				font-size: 1.25rem;
		}
		.card-item .card_title {
				font-size: 1.25rem !important;
		}
		.card-item .card_tag {
				font-size: .875rem;
		}
}
@media only screen and (max-width:991px) {
		.modal-dialog {
				max-width: calc(100% - 3rem);
		}
		.modal-info .text_box {
				padding: 4rem 2rem 1.5rem 1rem;
		}
		.modal-info .modal_tag span.tag, .modal-info .modal_list {
				font-size: .75rem;
		}
		.topic .title span:not(.icon) {
				font-size: 1.75rem;
		}
		.topic .date {
				font-size: 1rem;
		}
		.topic figure img {
				max-width: 60px;
		}
		.topic figure .figure-caption .head {
				font-size: 1rem;
		}
		.topic figure .figure-caption {
				font-size: .75rem;
		}
		#infoTabBox .nav-tabs .nav-link {
				min-width: 130px;
				font-size: 1rem;
		}
}
@media only screen and (max-width:991px) and (orientation: landscape) {
		#infoTabBox .nav-tabs .nav-link {
				min-width: 150px;
		}
		.modal-info .text_box {
				padding: 1.5rem 2rem 1.5rem 1rem;
		}
		.modal-info .modal_list {
				margin-top: 5% !important;
		}
		.modal-info .modal_list .item {
				margin-bottom: .25rem;
		}
		.modal-info .modal_tag span.icon {
				margin-right: .5rem;
		}
}
@media only screen and (max-width:767px) {
		.topic {
				padding-top: 2rem;
				padding-bottom: 1rem;
		}
		.event a.item {
				max-width: 22vw;
		}
		.modal-info .btn_close {
				width: 30px;
				height: 30px;
		}
		.modal-info .modal_tag span.tag {
				font-size: 1.5vw;
				padding: .25rem .5rem;
		}
		.modal-info .modal_list {
				font-size: .75rem;
		}
		.modal-info .modal_title {
				font-size: 1.5rem;
		}
		.modal-info .modal_dec {
				font-size: .825rem;
		}
		.topic figure img {
				max-width: 50px;
		}
		.topic figure .figure-caption .head {
				font-size: .85rem;
		}
		.topic figure .figure-caption {
				font-size: 1.5vw;
		}
		#infoTabBox .nav-tabs .nav-link {
				min-width: 110px;
		}
		.card-item .card_title {
				font-size: 1.125rem !important;
		}
}
@media only screen and (max-width:568px) and (orientation: landscape) {
		.event a.item {
				max-width: 20vw;
		}
		.event .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50% !important;
		}
		.topic figure img {
				max-width: 60px;
		}
		.topic figure .figure-caption .head {
				font-size: 1rem;
		}
		.topic figure .figure-caption {
				font-size: .75rem;
		}
		#infoTabBox .nav-tabs .nav-link {
				color: #ffffff;
				font-size: 1rem;
				padding: .25rem .5rem;
				min-width: 90px;
		}
		.card-item .card_tag {
				font-size: .8125rem;
		}
		.card-item .text_box {
				padding: 1rem 0;
		}
}
@media only screen and (max-width:480px) {
		.modal-info .inside {
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
		}
		.modal-info .modal_tag span.icon img {
				max-width: 15px;
		}
		.event a.item {
				max-width: 40vw;
				margin: 2.5rem auto;
		}
		.modal-info .modal_tag span.icon {
				margin-right: 0;
				margin-bottom: .5rem;
				display: block;
		}
		.modal-info .modal_tag span.tag {
				font-size: 3vw;
				padding: .25rem .5rem;
				margin-bottom: .5rem;
		}
		.modal-dialog {
				max-width: calc(100% - 1rem);
		}
		.topic .title span:not(.icon) {
				font-size: 1.35rem;
		}
		.topic .date {
				font-size: .875rem;
		}
		.topic figure .figure-caption {
				font-size: 2.75vw;
		}
		#infoTabBox .nav-tabs {
				max-width: calc(100% - 18px);
				margin: auto;
		}
		.card-item .area_title .icon img {
				max-height: 16px;
		}
		.card-item .card_title {
				font-size: .875rem !important;
				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;
		}
		.card-item .card_title.sp {
				min-height: 35px;
		}
		.card-item .text_box .area_title small {
				font-size: 2.57vw;
		}
		.card-block {
				padding: 3rem 0 1rem 0;
		}
		.card-block img {
				max-width: 50vw;
		}
		.card-block .text {
				font-size: .875rem;
		}
		.card-item .card_tag {
				font-size: 3vw;
		}
		#infoTabBox .nav-tabs .nav-link {
				min-width: 60px;
				font-size: .875rem;
				padding: .25rem .25rem;
		}
		#infoTabBox .nav-tabs .nav-item {
				margin: 0 .125rem;
		}
		.modal-info {
				bottom: 0;
				top: auto;
		}
		.modal-info .pic_box {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 100%;
				margin-bottom: 1rem;
				aspect-ratio: 16 / 9;
				overflow: hidden;
		}
		.modal-info .text_box {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 100%;
				padding: 0 1rem;
		}
		.modal-info .btn_close {
				top: 0;
				right: .5rem;
				left: auto;
				width: 35px;
				height: 35px;
				position: sticky;
				margin-left: auto;
				margin-bottom: .5rem;
		}
		.modal-info .modal-body {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				padding: .5rem 0 0 0;
		}
		.modal-info .modal_list {
				margin-bottom: 1rem !important;
		}
		.modal-info .modal_title {
				font-size: 1.5rem;
		}
		.modal-info .modal_list .item_title {
				min-width: 90px;
		}
		.modal-info .nav-tabs .nav-item .nav-link, .modal-info .tab-content, .modal-info .modal_list {
				font-size: .875rem;
		}
		.topic figure .figure-caption .head {
				font-size: .875rem;
				min-height: 40px;
		}
}
@media screen and (max-width: 320px) {
		#infoTabBox .nav-tabs .nav-link {
				min-width: 0px;
				padding: .25rem .5rem;
		}
		.card-item .card_title {
				font-size: .75rem !important;
		}
		.card-item .card_tag {
				max-width: 70%;
				margin: auto;
		}
}
@media screen and (max-width: 280px) {}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 1021;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 30px;
}
.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: 1em;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}
/************************
DRAWER-ITEM 
************************/
.item-list h5 {
		font-size: 1rem;
		padding: .75rem .75rem .5rem .75rem;
		border-bottom: 1px solid #333333;
		display: block;
		background-color: RGBA(255, 255, 255, .075);
}
.item-list li {
		opacity: .75;
}
.line_1 {
		width: 100%;
		display: inline-block;
		height: 1px;
		border-top: 1px solid #aaaaaa;
}
.drawer-item .table {
		margin: 1rem 0;
}
.drawer-item .table th {
		text-wrap: nowrap;
		background-color: #f1f1f1;
}
.drawer-item .table td, .drawer-item .table th, .drawer-item .table tr {
		border-color: #666;
		padding: .25rem .5rem;
}
.drawer-item .list-unstyled li span:first-child {
		padding-right: .5rem;
}
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		display: block;
		color: #ffffff;
		padding: .75rem;
		cursor: pointer;
		min-height: 50px;
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
}
.drawer-header .title {
		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;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 20px;
		height: 20px;
		background: url('../images/btn_to_open_w.svg') no-repeat scroll center center transparent;
		background-size: contain;
		text-align: right;
		vertical-align: middle;
		position: relative;
		top: 5px;
		margin-left: auto;
		opacity: .85;
		margin-right: 0;
		float: right;
}
.drawer-header-icon.drawer-header-icon-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		width: 100%;
		padding: .75rem;
		display: block;
		font-size: 1rem;
		line-height: 1.8em;
		color: #ffffff;
		text-align: start;
		word-wrap: break-word;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:991px) {
		.drawer-content {
				font-size: .8125rem;
				font-weight: normal;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content .table-responsive .table td, .drawer-content .table-responsive .table th {
				text-wrap: nowrap;
		}
		.item-list h5 {
				font-size: .875rem;
				padding: .75rem .5rem .5rem .5rem;
		}
}
@media screen and (max-width:480px) {
		.item-list li {
				font-size: .75rem;
		}
}
@media screen and (max-width:280px) {
		.drawer-content {
				font-size: 12px;
		}
}