@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');
* {
		margin: 0px;
		padding: 0px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
}
html, body {
		height: 100%;
}
a, a:link, a:visited, a:hover, a:active {
		text-decoration: none;
}
img {
		border: 0px none;
}
body {
		padding: 0;
		margin: 0;
		color: #000000;
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
		font-size: 1rem;
		background-color: #ffffff;
		font-weight: 500;
}
.no {
		font-family: 'Open Sans','Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}
.c-red {
		color: #ff3333;
}
a:link, a:visited, a:hover, a:active {
		color: #000000;
}
@media screen and (max-width: 991px) {
		body.open header .h_menu {
				display: inline-block;
				overflow-x: hidden;
		}
		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;
		}
}
@media screen and (max-width: 515px) {
		header .h_menu {
				width: 230px;
		}
		body.open .h_content {
				padding-left: 230px;
		}
}
@media screen and (max-width: 480px) {
		body {
				font-size: 16px;
		}
}
/************************
TOTAL
************************/
.page-wrapper, .page-container {
		margin: 0 auto;
		width: 100%;
}
.page-wrapper {
		padding: 0px;
}
.page-container.wide {
		padding: 0px;
		max-width: 100%;
		position: relative;
}
.page-container {
		padding: 0px;
		max-width: 991px;
		position: relative;
}
@media only screen and (min-width:1200px) {
		.page-container {
				max-width: 1100px;
		}
		.page-container.wide {
				max-width: 1440px;
		}
}
/****************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		left: 0;
		width: 50px;
		height: 50px;
		padding: 18px 15px;
		margin: 0px;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		z-index: 999;
}
.toggle-button:hover {
		cursor: pointer;
}
.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;
		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;
		}
}
@media only screen and (max-width: 320px) {
		.toggle-button {
				width: 40px;
				height: 40px;
				padding: 18px 8px;
		}
}
/************************
HEADER
************************/
header {
		position: fixed;
		display: inline-block;
		width: 100%;
		top: 0;
		left: 0;
		font-size: 16px;
		height: 70px;
		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;
		-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 {
		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;
}
header .h_content {
		width: 100%;
}
header .h_content > .page-container {
		position: static;
		display: flex;
		justify-content: space-between;
		align-items: center;
}
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: 700;
}
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;
		font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
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: 200px;
		}
}
/************************/
header .h_logo {
		width: 160px;
		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;
		margin-bottom: 0;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.75em;
		height: 70px;
		padding: 20px 30px;
		font-weight: 700;
		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.sp {
		position: relative;
}
header .h_menu ul.menu-top li.sp a {
		color: #ffffff;
}
header .h_menu ul.menu-top li::after {
		content: '';
		position: absolute;
		width: calc(100%);
		height: 100%;
		background-color: #ffffff;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: -1;
		transform: skewX(-15deg);
}
header .h_menu ul.menu-top li.sp::after {
		background-color: #ff3333;
}
header .h_menu ul.menu-top li:hover::after {
		background: #eeeeee;
}
header .h_menu ul.menu-top li.sp:hover {
		background-color: transparent;
}
header .h_menu ul.menu-top li.sp:hover::after {
		background-color: #d91a1a;
}
header .h_menu ul.menu-top li::after, header .h_menu ul.menu-top li:hover::after {
		-webkit-transition: all 0.25s ease 0s;
		-o-transition: all 0.25s ease 0s;
		transition: all 0.25s ease 0s;
}
header.open ul.menu-top li {
		height: 50px;
		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-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: 0;
				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;
				padding-left: 0;
		}
		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;
		}
}
@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: 70px;
		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_warning, footer .f_link, footer .fiscal .f_right, footer .fiscal .f_left, footer .fiscal, footer {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
footer {
		padding: 20px 2% 8rem 2%;
		background-color: #000000;
}
/************************/
footer {
		font-weight: 400;
}
footer .f_warning {
		margin: 20px 15px 20px 15px;
		color: #ffffff;
		font-size: 14px;
}
footer .fiscal {
		margin: 20px 0px;
}
footer .fiscal .f_left {
		width: 25%;
		font-size: 30px;
		color: #ffffff;
		min-height: 48px;
		text-align: center;
}
footer .fiscal .f_left img {
		width: 80%;
}
footer .fiscal .f_right {
		width: 75%;
		padding: 0px 15px;
		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_warning a {
		display: inline-block;
		padding: 0px 6px;
		color: #ffffff;
		font-weight: 400;
		text-decoration: none;
}
footer .f_warning a:hover {
		color: #f33;
}
footer .f_warning a + a {
		border-left: 1px solid #b8b8b8;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
/************************/
footer .f_link {
		margin-top: 10px;
		min-height: 40px;
		font-size: 14px;
		color: #b8b8b8;
		display: inline-block;
}
footer .f_link.is_left {
		max-width: 50%;
		min-height: inherit;
		text-align: start;
}
footer .f_link.is_right {
		max-width: 50%;
		text-align: end;
		display: flex;
		flex-direction: column;
}
footer .f_link a.share {
		margin-bottom: .5rem;
}
footer .f_link a.share {
		display: inline-flex;
		justify-content: flex-end;
		align-items: center;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a.share:hover {
		color: #ffffff;
}
footer .f_link a {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:hover {
		color: #ffffff;
}
footer .f_link a.share + a.share {
		border-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
		text-align: start;
}
footer .page-container {
		display: flex;
		align-items: flex-end
}
@media only screen and (max-width:1280px) {
		footer .fiscal .f_left {
				width: 28%;
		}
		footer .fiscal .f_right {
				width: 71%;
		}
}
@media only screen and (max-width:1024px) {
		footer .f_warning, footer .fiscal {
				width: 90%;
				margin: 0px 5%;
		}
		footer .f_warning {
				text-align: justify;
				margin-bottom: 5px;
				margin-top: 20px;
		}
		footer .fiscal .f_left img {
				max-width: 300px;
		}
		footer .fiscal .f_left, footer .fiscal .f_right {
				width: 90%;
				padding: 0px;
				margin: 0px 5%;
				text-align: left;
		}
		footer .f_link {
				font-size: 13px;
		}
		footer .f_link {
				width: 96%;
				margin: 1em 2%;
				text-align: center;
		}
		footer .fiscal {
				width: 90%;
				margin: 0px 5%;
		}
		footer .fiscal .f_left img {
				max-width: 300px;
		}
		footer .fiscal .f_left, footer .fiscal .f_right {
				width: 90%;
				text-align: left;
		}
		footer .f_link {
				font-size: 13px;
		}
		footer {
				padding-bottom: 6rem;
		}
		footer .f_link.is_right {
				padding-right: 3rem;
		}
}
@media screen and (max-width: 991px) {
		footer {
				padding-bottom: 5rem;
		}
}
@media screen and (max-width: 480px) {
		footer .page-container {
				flex-direction: column;
		}
		footer .f_link.is_left {
				max-width: 100%;
				text-align: center;
				order: 1;
		}
		footer .f_link.is_right {
				max-width: 100%;
				text-align: center;
				padding-right: 0;
				order: 0;
		}
		footer .f_warning a + a {
				border-left: 0px solid #b8b8b8;
		}
		footer .f_warning a {
				padding: 0px 14% 0px 0px;
		}
		footer .f_link a.share {
				padding: 0px 5px;
		}
		footer .f_link a.share img {
				width: 20px;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual .kv_star {
		position: absolute;
		right: auto;
		left: 2%;
		top: auto;
		bottom: 0;
		max-width: 230px;
		width: 20vw;
		z-index: 6;
}
.key-visual {
		height: 100%;
		background-image: url("../../images/kv/city-bg.png"), url("../../images/kv/kv-brand-star.png");
		background-position: center bottom, 50% top;
		background-repeat: no-repeat;
		background-size: auto 50%, auto 35%;
		position: relative;
		overflow: hidden;
		background-color: #fff2bb;
		padding-top: 6rem;
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		min-height: calc(100% - 70px);
}
/************************
DRAWER-ITEM 
************************/
.drawer-item .drawer-content, .drawer-item .drawer-header, .drawer-item {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
.drawer-item {
		padding: 20px 0px;
}
.drawer-header {
		width: 100%;
		padding: 6px;
		cursor: pointer;
		min-height: 30px;
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
		display: inline-flex !important;
		align-items: center;
}
.drawer-item-active .drawer-header {
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
}
.drawer-header .title {
		font-size: 1.5rem;
}
.drawer-header h1 {
		display: inline-block;
		color: #000000;
		font-size: 18px;
		line-height: 1.4em;
		font-weight: 600;
		padding-top: 10px;
		margin: 0;
}
.drawer-header-icon {
		display: inline-block;
		content: "";
		width: 20px;
		height: 20px;
		background: url('../../images/btn_open.svg') no-repeat scroll center center transparent;
		text-align: right;
		vertical-align: middle;
		margin-left: .5rem;
}
.drawer-header-icon.drawer-header-icon-active {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
}
.drawer-content {
		color: #000000;
		padding: 20px 0px;
		text-align: left;
}
.drawer-content ol {
		padding-left: 25px;
}
.drawer-content ul li, .drawer-content ul {
		display: inline-block;
		width: 100%;
}
.drawer-content ul {
		padding-left: 60px;
}
.drawer-content ul li {
		word-break: break-all;
}
.drawer-content ul li a:hover, .drawer-content ul li a {
		color: #474747;
}
.drawer-content .dt {
		font-weight: 600;
}
@media screen and (max-width: 1199px) {
		.drawer-content {
				padding: 20px 1.5rem;
		}
		.drawer-header {
				padding: 6px 2rem;
		}
		.drawer-header .title {
				font-size: 1.25rem;
		}
}
@media screen and (max-width: 991px) {
		.drawer-content {
				font-size: .825rem;
		}
		.drawer-header {
				padding: 6px 2rem;
				font-size: 1rem;
		}
		.drawer-header .title {
				font-size: 1.125rem;
		}
}
@media only screen and (max-width: 480px) {
		.drawer-header .title {
				font-size: 1rem;
		}
}
/************************
RWD
************************/
.pc_768, .pc_480 {
		display: block;
}
.mo_768, .mo_480 {
		display: none;
}
@media screen and (max-width: 768px) {
		.pc_768 {
				display: none;
		}
		.mo_768 {
				display: block;
		}
}
@media screen and (max-width: 480px) {
		.pc_480 {
				display: none;
		}
		.mo_480 {
				display: block;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 50px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
	 max-width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 15px;
				bottom: 35px;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
			 bottom: 10px;
		}
}
/*------------------------------------------ 
Modal Backdrop
--------------------------------------------*/
.modal-backdrop {}
#popupContent {
		padding: 2rem;
		height: -webkit-fit-content !important;
		height: -moz-fit-content !important;
		height: fit-content !important;
		min-height: 360px;
}
#popupHeadline {
		display: inline-block !important;
		top: 0 !important;
		left: 0 !important;
		width: auto !important;
}
#popupDescription {
		top: 0 !important;
		left: 0 !important;
		margin: 0 !important;
		width: 100% !important;
}
#popupDetails {
		left: 0 !important;
		bottom: 0 !important;
		position: relative !important;
		margin-top: 30px;
}
@media (max-width: 767.98px) and (orientation:landscape) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
@media (max-width: 575.98px) and (orientation:portrait) {
		#popupContent {
				max-width: 90% !important;
				height: -webkit-fit-content !important;
				height: -moz-fit-content !important;
				height: fit-content !important;
				min-height: 360px;
		}
}
/************************
EVENT
************************/
.block-1, .block-2 {
		text-align: center;
}
.block-1 .title-block {
		margin-bottom: 1rem;
}
.title-block {
		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;
		position: relative;
}
.title-block .txt {
		font-size: 2rem;
		color: #cc0000;
		font-weight: normal;
		letter-spacing: 1px;
		display: inline-block;
}
.title-block img {
		width: 50px;
		height: auto;
		display: inline-block;
		position: absolute;
		left: -60px;
}
@media only screen and (max-width: 1199px) {
		.title-block .txt {
				font-size: 1.65rem;
		}
}
@media only screen and (max-width: 991px) {
		.title-block .txt {
				font-size: 1.65rem;
		}
}
@media only screen and (max-width: 991px) and (orientation: landscape) {}
@media only screen and (max-width: 767px) {
		.title-block .txt {
				font-size: 1.35rem;
		}
		.title-block img {
				width: 45px;
				height: auto;
				left: -50px;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.title-block .txt {
				font-size: 1.5rem;
		}
		footer .f_link.is_right {
				padding-right: 2rem;
		}
}
@media only screen and (max-width: 515px) {}
@media only screen and (max-width: 480px) {
		.title-block .txt {
				font-size: 1.35rem;
		}
}
@media only screen and (max-width: 320px) {
		.title-block .txt {
				font-size: 1.25rem;
		}
}
@media only screen and (max-width: 280px) {
		.title-block .txt {
				font-size: 1.1rem;
		}
}