* {
		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;
		color: #333;
		border: 0 !important;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
button, button:link, button:visited, button:hover, button:active {
		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: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
		font-size: 1rem;
		background-color: #ffffff;
		font-weight: 500;
}
.fix-ad {
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
}
.c-red {
		color: #ff3333;
}
ul {
		padding-left: 0;
		margin-left: 0;
}
a:link, a:visited {
		color: #000000;
}
a:hover, a:active {
		color: #a47764;
}
@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: 480px) {
		body {
				font-size: 1rem;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 95px;
		background: #fcf8f5;
}
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;
		}
}
/************************
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: 1366px;
		}
		.key-visual .page-container.wide {
				max-width: 1920px;
		}
}
@media only screen and (min-width:1921px) {
		.page-container.wide {
				max-width: 1600px;
		}
		.key-visual .page-container.wide {
				max-width: 2560px;
		}
}
/****************************/
.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: 120px;
		z-index: 50;
		border-top: 0;
		background-color: rgba(255, 255, 255, 0.99);
		-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 4px 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);
}
@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_content > .page-container {
		position: static;
}
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;*/
		top: -40px;
}
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: 190px;
		margin-top: 26px;
		margin-right: 10px;
}
header .h_logo > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		position: relative;
}
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: 700;
		color: #2e2e2e;
}
header .h_menu ul.menu-top li {
		-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 !important;
}
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 .menu-dark {
		padding: 26px 17px;
		display: inline-block;
		color: #ffffff;
		background: #ff3333;
}
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 .h_logo img.logo_en {
		margin-left: auto;
}
header .h_logo img.logo_tc {
		position: absolute;
		left: 0;
}
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%;
}
/************************/
header, header .h_logo, header .h_logo img, header .h_content, header .h_menu ul.menu-bottom, header .h_menu ul.menu-top li, header .h_bank:hover .menu-dark, header .h_bank .menu-dark, header.open, header.open .h_logo, header.open .h_logo img, header.open .h_content, header.open ul.menu-bottom, header.open .h_menu ul.menu-top li, header.open .h_bank .menu-dark {
		-webkit-transition: all 0.22s ease-out;
		-o-transition: all 0.22s ease-out;
		transition: all 0.22s ease-out;
}
@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;
				padding-left: 0;
		}
		header .h_menu ul.menu-bottom {
				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;
		}
}
/************************
FOOTER
************************/
footer .f_link, footer .fiscal .f_right, footer .fiscal .f_left, footer .fiscal, footer .f_warning, footer {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
}
footer {
		padding: 10px 2%;
		background-color: rgb(72, 72, 72);
}
/************************/
footer .f_warning {
		color: #fff;
		margin: 10px 0 40px 0;
		width: 100%;
		padding: 0;
}
/************************/
footer .fiscal {
		margin: 20px 0px;
		color: #191919;
}
footer .fiscal .f_left {
		width: calc(25% + 20px);
		font-size: 30px;
		color: #ffffff;
		min-height: 48px;
		text-align: left;
}
footer .fiscal .f_left img {
		width: 80%;
}
footer .fiscal .f_right {
		width: calc(75% - 20px);
		font-size: 14px;
		line-height: 1.6em;
		color: #ffffff;
}
footer .fiscal .f_right a, footer .fiscal .f_right a:hover {
		color: #ffffff;
		line-height: 1em;
}
/************************/
footer .f_link {
		margin-top: 10px;
		min-height: 40px;
		font-size: 14px;
		color: #b8b8b8;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a:first-child {
		padding-left: 0;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8 !important;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@media screen and (max-width: 991px) {
		footer .fiscal {
				width: 100%;
				padding: 0px 4%;
		}
		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: 0;
				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;
		}
}
@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 .kv-star {
		position: absolute;
		left: auto;
		right: 0;
		top: auto;
		bottom: 5%;
		max-width: 230px;
		width: 20vw;
		z-index: 6;
}
.key-visual {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
}
.key-visual .kv-bg-item {
		max-width: 100%;
}
.key-visual .kv-topic {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		z-index: 3;
		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;
}
.key-visual .kv-topic .icon {
		left: 0;
		right: 0;
		top: -50%;
		margin: 0 auto;
		max-width: 7vw;
}
.key-visual .kv-topic h1 {
		color: #000000;
		font-size: 2.5vw;
		letter-spacing: 1px;
		display: inline-block;
		background-image: url("../images/kv/kv_topic_bg.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
		aspect-ratio: 16 / 3;
		padding: 2rem 3.5rem 0 3.5rem;
}
.key-visual .kv-topic .after-sd {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
		background-color: rgba(0, 0, 0, .75);
		-webkit-filter: blur(1.5rem);
		filter: blur(1.5rem);
		z-index: -1;
}
.key-visual h1 .pc_480 {
		display: inline-block !important;
}
@media only screen and (min-width: 1600px) {
		.key-visual .kv-topic h1 {
				font-size: 2.65rem;
		}
		.key-visual .kv-topic .icon {
				max-width: 110px;
		}
}
@media only screen and (min-width:1921px) {
		.key-visual .kv-bg-item {
				width: 2560px;
		}
		.key-visual .kv-star {
				max-width: 330px;
				width: 30vw;
		}
}
@media only screen and (max-width: 1199px) {
		.key-visual .kv-topic .icon {
				max-width: 8vw;
				top: -40%;
		}
		.key-visual .kv-topic h1 {
				aspect-ratio: 16 / 3.5;
		}
}
@media only screen and (max-width: 991px) {
		.key-visual .kv-topic {
				max-width: 60vw;
		}
		.key-visual .kv-star {
				max-width: inherit;
				width: 20vw;
		}
		.key-visual .kv-topic .icon {
				max-width: 7vw;
				top: -50%;
		}
		.key-visual .kv-topic h1 {
				font-size: 2.5vw;
				aspect-ratio: 16 / 3;
				padding: 1.25rem 2.5rem 0 2.5rem;
		}
}
@media only screen and (max-width: 991px) and (orientation: landscape) {}
@media only screen and (max-width: 767px) {
		.key-visual .kv-topic .icon {
				max-width: 8vw;
				top: -50%;
		}
		.key-visual .kv-topic h1 {
				padding: 1.125rem 2.5rem 0 2.5rem;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.key-visual .kv-topic h1 {
				font-size: 3vw;
				aspect-ratio: 16 / 2.75;
				padding: 1rem 2.5rem 0 2.5rem;
				top: -5%;
		}
}
@media only screen and (max-width: 480px) {
		.key-visual .kv-topic .icon {
				max-width: 12vw;
				top: -52%;
		}
		.key-visual .kv-topic {
				max-width: 100%;
				top: -10%;
		}
		.key-visual .kv-star {
				width: 35vw;
		}
		.key-visual .kv-topic h1 {
				font-size: 4.25vw;
				padding: 1rem 1.25rem 0 1.25rem;
				top: -5%;
				aspect-ratio: 16 /3;
		}
}
@media only screen and (max-width: 320px) {
		.key-visual .kv-topic h1 {
				aspect-ratio: 16 /3.5;
		}
		.key-visual .kv-topic .icon {
				max-width: 12vw;
				top: -40%;
		}
}
/************************
INFO CONTENT
************************/
.info-content {
		background-image: url("../images/main_bg.jpg");
		background-repeat: repeat-y;
		background-position: center top;
		background-size: 1920px auto;
		background-attachment: scroll;
}
@media only screen and (min-width:1921px) {
		.info-content {
				background-size: 2560px auto;
		}
}
/************************
DRAWER-ITEM 
************************/
.drawer-item {
		width: 100%;
}
.drawer-header {
		margin: 0px;
		padding: 6px;
		cursor: pointer;
		min-height: 50px;
		-webkit-transition: 0.25s;
		-o-transition: 0.25s;
		transition: 0.25s;
		overflow: hidden;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
.drawer-header .title {
		float: left;
		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: "";
		float: left;
		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: 10px 6px 30px 6px;
		display: block;
		font-size: 16px;
		line-height: 1.8em;
		text-align: justify;
		word-wrap: break-word;
}
.drawer-content .part {
		margin-bottom: 1rem;
}
.drawer-content .part h6 {
		font-size: 1.15rem;
		font-weight: 700;
}
.drawer-content ol {
		padding-left: 1rem;
}
@media screen and (max-width:991px) {
		.drawer-item {
				max-width: calc(100% - 4rem);
				margin: auto;
		}
		.drawer-header .title {
				font-size: 1rem;
		}
		.drawer-content .part h6 {
				font-size: .825rem;
		}
		.drawer-content {
				font-size: .825rem;
		}
}
@media screen and (max-width:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-content .part h6 {
				font-size: 1rem;
		}
}
@media screen and (max-width:480px) {
		.drawer-content .part h6 {
				font-size: 13px;
		}
		.drawer-item {
				max-width: calc(100% - 2.5rem);
		}
		.drawer-content {
				font-size: 13px;
				padding-left: 0;
				padding-right: 0;
		}
}
/************************
MODAL
************************/
.leaveModal {
		padding-right: 0 !important;
}
.modal-backdrop.show {
		opacity: 1;
}
.modal-backdrop {
		background-color: rgba(0, 0, 0, .75)
}
.leaveModal .modal-title {
		font-size: 1.5rem;
		position: relative;
}
.leaveModal .modal-body {
		font-size: 1rem;
		text-align: justify;
		font-weight: 300;
		letter-spacing: 1px;
}
.leaveModal .btn-close {
		position: absolute;
		right: 0;
		top: 0;
		padding: 0;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		background-color: #bba992;
		opacity: 1;
		background-image: url('../images/icon/icon_close_w.svg') !important;
		background-size: 60% 60%;
		background-position: center;
		display: block;
}
@media screen and (min-width: 1024px) {
		.modal-lg {
				max-width: 780px;
		}
}
@media screen and (max-width: 991px) {
		.leaveModal .modal-dialog {
				max-width: 80%;
				max-height: 80%;
				margin: auto;
		}
}
@media screen and (max-width: 767px) {
		.leaveModal .btn-close {
				top: -.25rem;
				right: -.25rem;
				width: 40px;
				height: 40px;
		}
		.leaveModal .modal-title {
				font-size: 1.25rem;
		}
		.leaveModal .modal-body {
				font-size: 14px;
		}
		.leaveModal .modal-dialog {
				max-width: 80%;
				max-height: 80%;
				margin: auto;
				top: 8%;
		}
		.leaveModal .modal-dialog-scrollable .modal-content {
				overflow: visible !important;
		}
}
@media screen and (max-width: 480px) {
		.leaveModal .modal-dialog {
				max-width: 90%;
				max-height: 90%;
				margin: auto;
				top: 2%;
		}
}
/************************
RWD
************************/
.pc_768, .pc_480 {
		display: block !important;
}
.mo_768, .mo_480 {
		display: none !important;
}
@media screen and (max-width: 768px) {
		.pc_768 {
				display: none !important;
		}
		.mo_768 {
				display: block !important;
		}
}
@media screen and (max-width: 480px) {
		.pc_480 {
				display: none !important;
		}
		.mo_480 {
				display: block !important;
		}
}
/************************
GOTOP
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 50px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 15px;
				bottom: 1.5rem;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}
/************************
SUB MENU
************************/
.submenu {
		top: 5rem;
		z-index: 10;
}
.submenu.is-top {
		top: 5rem;
}
.submenu ul {
		margin-bottom: 0;
		padding: 0;
		background-color: #56463f;
		border-bottom: 5px solid #bba992;
		position: relative;
		top: -2rem;
		max-width: calc(100% - 6rem);
		margin: auto;
}
.submenu ul li {
		width: 25%;
}
.submenu ul li a {
		padding: 1.5rem 1rem;
		color: #ffffff;
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1;
		display: block;
		text-wrap: nowrap;
		position: relative;
}
.submenu ul li a::after {
		content: '';
		width: 1px;
		height: calc(100% - 3rem);
		display: block;
		background-color: #ffffff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
}
.submenu ul li a::before {
		content: '';
		width: 100%;
		height: 0%;
		display: block;
		background-color: #56463f;
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
}
.submenu ul li:last-child a::after {
		display: none;
}
.submenu.is-top ul li a {
		padding: 1rem 1rem;
}
.submenu.is-top ul li a::after {
		height: calc(100% - 2rem);
}
.submenu ul li a span {
		position: relative;
		z-index: 1;
}
.submenu ul li.active a {
		color: #56463f;
		background-color: #bba992;
}
.submenu ul li.active a span, .submenu ul li a:hover span {
		color: #56463f;
}
.submenu ul li.active a::before, .submenu ul li a:hover::before {
		color: #56463f;
		background-color: #bba992;
		height: 100%;
}
.submenu ul li.active a span, .submenu ul li a:hover span, .submenu ul li a::before, .submenu ul li a:hover::before, .submenu ul li a::after, .submenu ul li a:hover::after, .submenu ul li a, .submenu ul li a:hover {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
@media only screen and (min-width: 1921px) {
		.submenu.is-top ul li a {
				padding: 1rem 1rem;
		}
		.submenu ul li a {
				padding: 1.5rem 1rem;
		}
		.submenu ul {
				max-width: calc(100% - 6.5rem);
		}
}
@media only screen and (max-width: 1199px) {
		.submenu ul {
				max-width: calc(100% - 2rem);
		}
}
@media only screen and (max-width: 991px) {
		.submenu ul li a::after {
				height: calc(100% - 1.5rem);
		}
		.submenu::-webkit-scrollbar {
				display: none;
		}
		.submenu {
				-ms-overflow-style: none;
				scrollbar-width: none;
		}
		.submenu ul li a {
				padding: 1rem 1rem;
				font-size: 1rem;
		}
}
@media only screen and (max-width: 767px) {
		.submenu ul li a {
				font-size: .85rem;
		}
		.submenu ul {
				border-bottom-width: 3px;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.submenu ul li a {
				font-size: .75rem;
		}
}
@media only screen and (max-width: 480px) {
		.submenu {
				padding-left: .25rem;
				padding-right: .25rem;
				scroll-behavior: smooth;
		}
		.submenu ul li a {
				padding: 1rem .25rem;
		}
		.submenu ul li a::after {
				height: calc(100% - 2rem);
		}
		.submenu ul li a {
				padding: 1rem .5rem;
		}
}
@media only screen and (max-width: 320px) {
		.submenu.is-top ul li a, .submenu ul li a {
				font-size: .75rem;
				padding: 1rem .25rem;
		}
}
/************************
HEAD BLOCK
************************/
.head-block .icon {
		max-width: 60px;
		margin-bottom: 1rem;
}
.head-block .txt {
		font-size: 1.5rem;
		font-weight: 700;
		letter-spacing: 1px;
}
/************************
BLOCK
************************/
.block-bg {
		padding: 0 0 3rem 0;
		margin-bottom: 2rem;
		position: relative;
		margin-top: 4rem;
}
.block-bg > div {
		position: relative;
		z-index: 2;
}
.block-bg::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: RGBA(255, 255, 255, .7);
}
@media only screen and (min-width: 1600px) {}
@media only screen and (min-width: 1921px) {
		.block-bg::after {
				max-width: 2560px;
		}
}
/************************
EVENT
************************/
.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: 1.75rem;
		font-weight: 700;
		letter-spacing: 1px;
		display: inline-block;
		margin: 0;
}
.title-block img {
		width: 90px;
		height: 90px;
		display: inline-block;
		position: absolute;
		left: -105px;
		top: -15px;
		bottom: 0;
		margin: auto;
}
/************************
STORE HAS SLIDER
************************/
.slick-slider .store-card h2, .slick-slider .store-card .card-body p, .slick-slider .info, .slick-slider .contact {
		-webkit-user-select: text;
		-moz-user-select: text;
		-ms-user-select: text;
		user-select: text;
}
.store-block {
		margin: auto;
		width: 100%;
}
.page-container.wide .store-block {
		max-width: calc(100% - 2.5rem);
		padding: 1rem;
}
.store-block .slick-dots {
		max-width: 100%;
		width: 80%;
		left: 0;
		right: 0;
		margin: auto;
}
.store-block .slick-prev, .store-block .slick-next {
		width: 50px;
		height: 50px;
}
.store-block .slick-next {
		right: 0;
}
.store-block .slick-prev {
		left: 0;
}
.store-block .slick-prev:before {
		content: '';
		width: 50px;
		height: 50px;
		background-image: url("../images/arrow_left.svg");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
}
.store-block .slick-next:before {
		content: '';
		width: 50px;
		height: 50px;
		background-image: url("../images/arrow_right.svg");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
}
.store-block .slick-list {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
}
.store-block .slick-dots li button:before {
		content: '';
		width: 10px;
		height: 10px;
		display: block;
		border-radius: 100%;
		background-color: #333;
}
@media only screen and (max-width: 1199px) {
		.title-block .txt {
				font-size: 1.65rem;
		}
		.store-block .slick-prev:before, .store-block .slick-next:before, .store-block .slick-prev, .store-block .slick-next {
				width: 40px;
				height: 40px;
		}
		.store-block .slick-next {
				right: 5px;
		}
		.store-block .slick-prev {
				left: 5px;
		}
		.title-block img {
				width: 60px;
				height: 60px;
				left: -70px;
				top: -5px;
		}
		.head-block .txt {
				font-size: 1.125rem;
		}
}
@media only screen and (max-width: 991px) {
		.title-block .txt {
				font-size: 1.5rem;
		}
		.title-block img {
				width: 50px;
				height: 50px;
				left: -60px;
				top: -5px;
		}
		.head-block .icon {
				max-width: 5vw;
				margin-bottom: .75rem;
		}
		.block-bg {
				margin-top: 2rem;
				padding: 0 2rem;
		}
}
@media only screen and (max-width: 767px) {
		.title-block .txt {
				font-size: 1.5rem;
		}
		.title-block img {
				width: 45px;
				height: 45px;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.title-block .txt {
				font-size: 1.5rem;
		}
}
@media only screen and (max-width: 480px) {
		.block-bg {
				padding: 0 .5rem;
		}
		.head-block .icon {
				max-width: 8vw;
				margin-bottom: .75rem;
		}
		.head-block .txt {
				font-size: 1rem;
				max-width: 80%;
				margin-left: auto;
				margin-right: auto;
		}
		.title-block .txt {
				font-size: 1.5rem;
		}
		.title-block img {
				left: -50px;
		}
		.store-block .slick-prev:before, .store-block .slick-next:before, .store-block .slick-prev, .store-block .slick-next {
				width: 30px;
				height: 30px;
		}
		.store-block .slick-dots li {
				margin: 0;
				padding: 0 5px;
		}
		.store-block .slick-prev {
				left: 5px;
		}
		.store-block .slick-next {
				right: 5px;
		}
}
@media only screen and (max-width: 320px) {
		.title-block .txt {
				font-size: 1.25rem;
		}
		.store-block .slick-slide {
				padding: 0 0.25rem;
		}
}
@media only screen and (max-width: 280px) {
		.title-block .txt {
				font-size: 1.1rem;
		}
}
/************************
STORE CARD
************************/
.store-card .card-head, .store-card .card-body, .store-card .card-footer, .store-card {
		border: 0;
		background-color: transparent;
}
.store-card {
		max-width: 100%;
}
.store-card .card-body {
		padding: 1.5rem 0 1rem 0;
}
.store-card .card-body .contact, .store-card .card-body .info {
		font-weight: normal;
		font-size: .95rem;
		line-height: 1.75;
}
.store-card .card-body .info .bg-secondary:first-child {
		margin-top: 0;
}
.store-card .card-body .info .bg-secondary {
		font-weight: normal;
		font-size: .85rem;
		line-height: 1.5;
		background-color: #a47764 !important;
		border-radius: 0;
		margin: .5rem 0;
		min-height: 32px;
}
.store-card .card-body .info .btn {
		font-weight: normal;
		font-size: .85rem;
		line-height: 1.5;
		color: #a47764 !important;
		border-color: #a47764 !important;
		border-radius: 0;
		min-height: 31px;
}
.store-card .card-body .info .btn:hover, .store-card .card-body .info .btn:focus {
		color: #ffffff !important;
		border-color: #56463f !important;
		background-color: #56463f;
}
.store-card h2 {
		font-size: 1.65rem;
		font-weight: 700;
		min-height: 65px;
		color: #56463f;
}
h2.modal-title {
		font-size: 1.65rem;
		font-weight: 700;
		color: #56463f;
}
.store-card h2.h-none {
		min-height: inherit;
		margin-bottom: 1rem;
}
.store-card p {
		font-size: 1.125rem;
		font-weight: 700;
		margin-bottom: 1.5rem;
}
.store-card .card-head {
		overflow: hidden;
}
.store-card .card-head img {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
.store-card:hover .card-head img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
}
.store-card .card-body p {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
.store-card:hover .card-body p {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
}
.store-card .card-body p, .store-card:hover .card-body p {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
.store-card .contact {
		padding: .5rem 0 0 0;
}
.store-card .contact ul {
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
		padding: 0;
}
.store-card .contact ul li {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: .125rem 0;
}
.store-card .contact ul li span {
		width: 24px;
		margin-right: .5rem;
		display: inline-block;
}
.store-card .btn-more {
		border-radius: 5rem;
		background-color: #ff6666;
		color: #ffffff;
		padding: .5rem 1rem;
		font-size: 1.125rem;
		line-height: 1;
		-webkit-box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
		box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
}
.store-card .btn-more:hover {
		background-color: #ff3333;
		color: #ffffff;
		-webkit-transform: translateY(5px);
		-ms-transform: translateY(5px);
		transform: translateY(5px);
}
.store-card .btn-more, .store-card .btn-more:hover, .store-card:hover .card-head img, .store-card .card-head img {
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
@media only screen and (max-width: 1199px) {
		.store-card h2 {
				font-size: 1.25rem;
				min-height: 40px;
				margin-bottom: .5rem;
		}
		.store-card p {
				font-size: 1rem;
				margin-bottom: .5rem;
		}
		.store-card .card-body {}
		.store-card .contact ul li span {
				width: 18px;
		}
		.store-card .contact ul li:first-child span {
				width: 22px;
				height: 22px;
		}
}
@media only screen and (max-width: 991px) {
		.store-card .card-body .contact, .store-card .card-body .info {
				font-size: .8125rem;
		}
}
@media only screen and (max-width: 767px) {
		.store-card h2 {
				font-size: 1.25rem;
		}
		.store-card .btn-more {
				font-size: 1rem;
		}
}
@media only screen and (max-width: 480px) {
		.store-card {
				max-width: 100%;
				margin: 0 auto 2rem auto;
		}
		.store-card h2 {
				min-height: inherit;
				margin-bottom: 1rem !important;
		}
		.store-card .card-body {
				padding: 1.5rem 0 0 0;
		}
		.store-card .btn-more {
				font-size: .75rem;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		right: .25rem;
		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 .item {
		border-radius: 1rem;
		padding: 1rem .5rem .5rem .5rem;
		text-align: center;
		display: block;
		margin-bottom: .5rem;
		width: 125px;
		position: relative;
}
.fix-ad .item.pic {
		border-radius: 0;
		padding: 0;
		text-align: center;
		display: block;
		margin-bottom: .25rem;
		width: 125px;
		position: relative;
}
.fix-ad .item.pic1 {
		width: 124px;
}
.fix-ad .item.pic2 {
		width: 134px;
		right: -2px;
}
.fix-ad .card_1 .item {
		background: -o-linear-gradient(245deg, rgba(232, 175, 118, 1) 0%, rgba(245, 221, 196, 1) 24%, rgba(219, 179, 139, 1) 50%, rgba(198, 158, 120, 1) 79%, rgba(242, 206, 170, 1) 100%);
		background: linear-gradient(205deg, rgba(232, 175, 118, 1) 0%, rgba(245, 221, 196, 1) 24%, rgba(219, 179, 139, 1) 50%, rgba(198, 158, 120, 1) 79%, rgba(242, 206, 170, 1) 100%);
}
.fix-ad .item:not(.pic) img {
		max-width: 80px;
		margin-bottom: .5rem;
}
.fix-ad .item .name {
		font-size: .75rem;
		color: #000000;
		margin-bottom: .35rem;
}
.fix-ad .item .act {
		font-size: 1rem;
		font-weight: bold;
		color: #000000;
		position: relative;
}
.fix-ad .item .act img {
		max-width: 12px;
		margin-left: .25rem;
		position: absolute;
		top: .5rem;
}
.fix-ad .item, .fix-ad .item:hover {
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		-webkit-transform-origin: center right;
		-ms-transform-origin: center right;
		transform-origin: center right;
}
@media only screen and (min-width:1200px) {
		.fix-ad .item:hover {
				width: 150px;
		}
}
@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: 4rem;
		}
}
@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: 0;
		}
		.fix-ad .item {
				margin-bottom: .35rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: -1rem
		}
		.fix-ad .item .name {
				font-weight: bold;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: -.5rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				bottom: -.5rem;
		}
}