@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;
}
.c-red {
		color: #ff3333;
}
ul {
		padding-left: 0;
		margin-left: 0;
}
a:link, a:visited, a:hover, a:active {
		color: #000000;
}
.btn-more-go {
		position: absolute;
		top: .25rem;
		right: 3rem;
		padding: 0 1rem 0.15rem 1rem;
		border-radius: 5rem;
		border: 2px solid #000;
		font-size: 1rem;
		line-height: 1.75;
		font-weight: 600;
		opacity: .6;
}
.btn-more-go:hover {
		color: #ffffff;
		border-color: #ff6666;
		background-color: #ff6666;
		opacity: 1;
}
.category + .block-bg {
		margin-top: 2rem;
}
@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;
		}
		.btn-more-go {
				top: 0;
				padding: 0 1rem .1rem 1rem;
				font-size: .85rem;
		}
}
@media screen and (max-width: 480px) {
		body {
				font-size: 16px;
		}
		.btn-more-go {
				top: .125rem;
				right: 1.75rem;
				padding: 0 .5rem .1rem .5rem;
				font-size: .75rem;
				border-width: 1px;
		}
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 95px;
		background: #d5d5d5;
}
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;
}
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_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: 10px 2%;
		background-color: rgb(46, 46, 46);
}
/************************/
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;
}
footer .f_link a, footer .f_link a:hover {
		display: inline-block;
		padding: 0px 10px;
		color: #b8b8b8;
		line-height: 1em;
}
footer .f_link a + a {
		border-left: 1px solid #b8b8b8;
}
footer .f_copy {
		display: inline-block;
		font-weight: 600;
}
@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 .f_copy {
				display: inline-block;
				width: 90%;
				margin: 10px 5%;
				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 .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: 480px) {
		footer .f_warning a + a {
				border-left: 0px solid #b8b8b8;
		}
		footer .f_warning a {
				padding: 0px 14% 0px 0px;
		}
}
/************************
KEY-VISUAL
************************/
.key-visual .kv-star {
		position: absolute;
		left: auto;
		right: 6%;
		top: auto;
		bottom: 0;
		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 h1 {
		color: #fff;
		font-size: 3.5vw;
		letter-spacing: 1px;
		display: inline-block;
		text-shadow: 0 0 1.25rem rgba(0, 0, 0, .95);
		margin-top: 7%;
		position: relative;
}
.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: 3.65rem;
		}
}
@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) {}
@media only screen and (max-width: 991px) {
		.key-visual .kv-star {
				max-width: inherit;
				width: 20vw;
		}
		.key-visual .kv-topic h1 {
				font-size: 4vw;
		}
}
@media only screen and (max-width: 991px) and (orientation: landscape) {}
@media only screen and (max-width: 480px) {
		.key-visual .kv-topic h1 {
				font-size: 2rem;
				margin-top: 15%;
		}
		.key-visual .kv-star {
				max-width: inherit;
				width: 42vw;
				right: 15%;
		}
		.key-visual h1 .pc_480 {
				display: none !important;
		}
}
/************************
INFO CONTENT
************************/
.info-content {
		padding: 4rem 0;
		background-image: url("../images/main_bg.jpg");
		background-repeat: repeat-y;
		background-position: center top;
		background-size: 1920px auto;
		background-attachment: scroll;
}
/************************
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:767px) {
		.drawer-content ol {
				padding-left: 1rem;
		}
		.drawer-content {
				font-size: 14px;
		}
		.drawer-content .part h6 {
				font-size: 1rem;
		}
}
@media screen and (max-width:280px) {
		.drawer-content {
				font-size: 12px;
		}
}
/************************
BUTTON
************************/
a.btn-leave {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		color: #ff3333;
		border: 1px solid #ee1818;
		background: transparent;
}
a.btn-leave:active, a.btn-leave:focus, a.btn-leave:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
a.btn-yes {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.42857;
		min-width: 144px;
		text-shadow: none;
		border-radius: 4px;
		padding: 8px 12px;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		cursor: pointer;
		border: 1px solid #ee1818;
		background: #ff3333;
		color: #ffffff;
}
a.btn-yes:active, a.btn-yes:focus, a.btn-yes:hover {
		color: #ffffff !important;
		border: 1px solid #ee1818 !important;
		background: #ee1818 !important;
}
/************************
MODAL
************************/
.leaveModal {
		padding-right: 0 !important;
}
.modal-backdrop.show {
		opacity: 1;
}
.modal-backdrop {
		background-color: rgba(0, 0, 0, .75)
}
.leaveModal .modal-title {
		font-size: 1.5rem;
}
.leaveModal .modal-body {
		font-size: 1rem;
		text-align: justify;
}
@media screen and (min-width: 1024px) {
		.modal-lg {
				max-width: 780px;
		}
}
@media screen and (max-width: 991px) {
		a.btn-leave, a.btn-yes {
				min-width: 119px;
		}
		.leaveModal .modal-dialog {
				max-width: 100%;
				max-height: 80%;
		}
}
@media screen and (max-width: 767px) {
		.leaveModal .modal-title {
				font-size: 1.25rem;
		}
		.leaveModal .modal-body {
				font-size: 14px;
		}
		a.btn-leave, a.btn-yes {
				font-size: 16px;
		}
}
/************************
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: 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: 15px;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}
/************************
SUB MENU
************************/
.submenu {
		top: 50px;
		padding: .6rem 1rem;
		z-index: 10;
}
.submenu.is-top {
		/*backdrop-filter: blur(.25rem);*/
		background-color: rgba(0, 0, 0, .25)
}
.submenu ul {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		list-style: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 0;
		padding: 0;
}
.submenu ul li {
		margin: 0 .25rem;
}
.submenu ul li a {
		padding: .45rem 1.5rem;
		border-radius: 5rem;
		border: 3px solid #666666;
		color: #666666;
		font-size: 1.25rem;
		font-weight: 700;
		line-height: 1;
		display: inline-block;
		background-color: #d6d6d6;
		text-wrap: nowrap;
}
.submenu ul li.active a, .submenu ul li a:hover {
		color: #ffffff;
		background-color: #666666;
}
.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 (max-width: 1199px) {
		.submenu {
				overflow-y: hidden;
				overflow-x: auto;
				padding-left: 0;
				padding-right: 0;
		}
		.submenu ul li {
				margin: 0 .5rem;
				text-wrap: nowrap;
		}
		.submenu ul li a {
				text-wrap: nowrap;
				font-size: 1rem;
				padding: .5rem 1rem;
				min-width: 102px;
		}
		.submenu ul li a:hover, .submenu ul li a:focus {
				color: #ff6666;
				background-color: #d6d6d6;
		}
		.submenu ul li.active a:hover, .submenu ul li.active a:focus {
				color: #ffffff;
				background-color: #ff6666;
		}
}
@media only screen and (max-width: 991px) {
		.submenu ul li a {
				padding: .25rem .5rem;
		}
		.submenu ul li {
				margin: 0 .25rem;
				text-wrap: nowrap;
		}
		.submenu::-webkit-scrollbar {
				display: none;
		}
		.submenu {
				-ms-overflow-style: none;
				scrollbar-width: none;
		}
		.submenu ul li a {
				min-width: 80px;
		}
}
@media only screen and (max-width: 767px) {
		.submenu ul li a {
				font-size: .85rem;
		}
		.submenu ul li {
				margin: 0 0.25rem;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.submenu ul li a {
				font-size: .75rem;
		}
		.submenu ul li {
				margin: 0 0.25rem;
		}
}
@media only screen and (max-width: 480px) {
		.submenu {
				padding-left: .25rem;
				padding-right: .25rem;
				scroll-behavior: smooth;
		}
		.submenu ul li {
				margin: 0 0.25rem;
		}
}
@media only screen and (max-width: 320px) {
		.submenu ul li a {
				font-size: .75rem;
		}
}
/************************
AD BLOCK
************************/
.block-ad {
		padding-bottom: 6rem;
}
.block-ad .title-block {
		margin-bottom: 2rem;
		display: inline-block;
		position: relative;
}
.block-ad .title-block .txt {
		font-size: 2.25rem;
		font-weight: 700;
		letter-spacing: 1px;
		position: relative;
}
.block-ad .title-block .txt::after {
		content: '';
		width: 80px;
		height: 4px;
		background-color: #ff6666;
		display: block;
		position: absolute;
		margin: auto;
		top: 2px;
		bottom: 0;
		right: auto;
		left: -100px;
}
.block-ad .title-block .txt::before {
		content: '';
		width: 80px;
		height: 4px;
		background-color: #ff6666;
		display: block;
		position: absolute;
		margin: auto;
		top: 2px;
		bottom: 0;
		left: auto;
		right: -100px;
}
.block-ad .title-block img {
		width: 130px;
		height: 130px;
		display: inline-block;
		position: absolute;
		right: -230px;
		left: auto;
		top: -20px;
		bottom: 0;
		margin: auto;
}
.ad-block {
		max-width: 80%;
		margin: auto;
}
.ad-block > a {
		display: block;
		overflow: hidden;
		max-width: 80%;
		height: 100%;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		position: absolute;
		z-index: 4;
}
.ad-block > .bg-block {
		display: block;
		overflow: hidden;
		max-width: 100%;
		margin: auto;
		position: relative;
		z-index: 2;
		webkit-box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .25);
		box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, .25)
}
.ad-block img {
		max-width: 100%;
}
.ad-block {
		display: block;
		position: relative;
}
.ad-block .ad_topic {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		position: absolute;
		max-width: 80%;
		margin: auto;
		top: 20%;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 3;
}
.ad-block .ad_topic .txt {
		text-align: right;
}
.ad-block .ad_topic h2 {
		text-align: left;
		font-size: 3.6vw;
		line-height: 1.25;
		color: #660000;
		letter-spacing: 3px;
		font-weight: bold;
		/*text-shadow: 0 0 1.25rem rgba(0, 0, 0, .95);*/
		margin: 0;
}
.ad-block .ad_topic h2 .no {
		font-size: 120%;
		line-height: 0;
}
.ad-block .ad_topic .is-link {
		text-align: right;
		border-radius: 5rem;
		padding: .5rem 2rem;
		font-size: 1.5rem;
		color: #fff;
		letter-spacing: 1px;
		display: inline-block;
		background-color: #ff3333;
		float: left;
		webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
		box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25)
}
.ad-block:hover .is-link {
		background-color: #ee1818;
}
.ad-block .slick-dots {
		max-width: 100%;
		width: 80%;
		left: 0;
		right: 0;
		margin: auto;
}
.ad-block .slick-dots {
		bottom: -2rem;
}
.ad-block .slick-prev, .ad-block .slick-next {
		width: 50px;
		height: 50px;
		z-index: 3;
}
.ad-block .slick-next {
		right: -1.35rem;
}
.ad-block .slick-prev {
		left: -1.35rem;
}
.ad-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;
}
.ad-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;
}
.ad-block .slick-list {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
}
.ad-block .slick-dots li button:before {
		content: '';
		width: 10px;
		height: 10px;
		display: block;
		border-radius: 100%;
		background-color: #333;
}
/****************/
.ad-block .ad_item {
		position: absolute;
		left: 0;
		top: 0;
}
/************************
BLOCK
************************/
.box-card {
		position: relative;
		display: inline-block;
		padding: 40px 0;
		margin: auto;
}
.box-card img.card-group {
		max-width: 540px;
}
@media only screen and (max-width:1024px) {
		.box-card img.card-group {
				max-width: 440px;
		}
}
@media only screen and (max-width:991px) {
		.box-card img.card-group {
				max-width: inherit;
				width: 56vw;
		}
}
@media only screen and (max-width:767px) {
		.box-card img.card-group {
				width: 56vw;
		}
}
@media only screen and (max-width:480px) {
		.box-card img.card-group {
				width: 70vw;
		}
		.box-card {
				padding: 20px 0;
		}
		.box-card + h5 {
				font-size: 1rem;
				line-height: 1.5;
		}
}
/************************
BLOCK
************************/
.block-1 {
		margin-top: 4rem;
}
.block-bg {
		background-color: rgba(0, 0, 0, .1);
		padding: 4rem 0 3rem 0;
		margin-bottom: 2rem;
}
#topic_2.block-bg {
		padding-bottom: 0;
}
@media only screen and (min-width: 1600px) {
		.ad-block .ad_topic h2 {
				font-size: 3.6rem;
		}
}
@media only screen and (max-width: 1199px) {
		.block-ad {
				overflow: hidden;
				padding-bottom: 3rem;
				margin-block: 0;
		}
		.ad-block .ad_topic .is-link {
				font-size: 1.25rem;
		}
		.block-ad .title-block .txt {
				font-size: 1.75rem;
		}
		.block-ad .title-block img {
				width: 8vw;
				height: 8vw;
				max-width: inherit;
				right: -200px;
				top: -10px;
		}
		.block-1 {
				margin-top: 2rem;
		}
		.block-bg {
				padding: 3rem 0 1rem 0;
		}
}
@media only screen and (max-width: 991px) {
		.ad-block .ad_topic .is-link {
				font-size: 1rem;
				padding: 0.25rem 1rem;
		}
		.block-ad .title-block img {
				right: -150px;
				top: 10px;
		}
		.block-ad .title-block .txt {
				font-size: 1.5rem;
		}
		.block-ad .title-block .txt::after {
				width: 50px;
				height: 3px;
				left: -60px;
		}
		.block-ad .title-block .txt::before {
				width: 50px;
				height: 3px;
				right: -60px;
		}
		.ad-block .ad_topic h2 {
				font-size: 4.125vw;
		}
}
@media only screen and (max-width: 767px) {
		.block-ad .title-block .txt {
				font-size: 1.5rem;
		}
		.ad-block > .bg-block {
				webkit-box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15);
				box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .15);
		}
}
@media only screen and (max-width: 480px) {
		.ad-block .ad_topic h2 {
				font-size: 6.5vw;
				text-shadow: 0 0 .25rem rgba(255, 255, 255, .95);
		}
		.ad-block {
				max-width: 90%;
				margin: auto;
		}
		.block-ad .title-block img {
				width: 15vw;
				height: 15vw;
				right: -110px;
				top: 0;
		}
		.block-ad .title-block .txt::before {
				width: 40px;
				height: 3px;
				right: -50px;
		}
		.block-ad .title-block .txt::after {
				width: 40px;
				height: 3px;
				left: -50px;
		}
}
/************************
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.row {
		margin: auto;
}
.store-block {
		padding: 1rem;
		width: 100%;
}
.store-block .slick-dots {
		max-width: 100%;
		width: 80%;
		left: 0;
		right: 0;
		margin: auto;
}
#topic_2 .store-block .slick-dots {
		bottom: 1rem;
}
.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) {
		.info-content {
				padding: 2rem 0;
		}
		.title-block .txt {
				font-size: 1.65rem;
		}
		.ad-block .slick-prev:before, .ad-block .slick-next:before, .ad-block .slick-prev, .ad-block .slick-next, .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;
		}
		#topic_remark .page-container {
				padding-left: 2rem;
				padding-right: 2rem;
		}
}
@media only screen and (max-width: 991px) {
		.info-content {
				padding: 2rem 0;
		}
		.title-block .txt {
				font-size: 1.5rem;
		}
		.title-block img {
				width: 50px;
				height: 50px;
				left: -60px;
				top: -5px;
		}
}
@media only screen and (max-width: 767px) {
		.title-block .txt {
				font-size: 1.5rem;
		}
		.title-block img {
				width: 45px;
				height: 45px;
		}
		.ad-block .ad_topic .is-link {
				font-size: .85rem;
				padding: 0.25rem 0.75rem;
		}
		#topic_remark .page-container {
				padding-left: 1rem;
				padding-right: 2rem;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.title-block .txt {
				font-size: 1.5rem;
		}
}
@media only screen and (max-width: 480px) {
		.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;
		}
		#topic_remark .page-container {
				padding-left: .5rem;
				padding-right: 1.5rem;
		}
}
@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: 92%;
		margin: 0 auto 2rem auto;
}
.store-card .card-body {
		padding: 1.5rem 1rem 1rem 1rem;
		font-size: .875rem;
}
.store-card h2 {
		font-size: 1.65rem;
		font-weight: 700;
		margin-bottom: .5rem;
		min-height: 65px;
}
#topic_2 .store-card h2 {
		min-height: inherit;
		margin-bottom: 1rem;
}
/*.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;
	 width: 100%;
}
.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: 1rem 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: .25rem 0;
}
.store-card .contact ul li span {
		width: 24px;
		height: 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 {
				padding: 1.5rem .5rem 1rem .5rem;
		}
		.store-card .contact ul li span {
				width: 18px;
				height: 18px;
		}
		.store-card .contact ul li:first-child span {
				width: 22px;
				height: 22px;
		}
}
@media only screen and (max-width: 767px) {
		.store-card h2 {
				font-size: 1.125rem;
		}
		.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;
		}
		.store-card .card-body {
				padding: 1.5rem 0 0 0;
		}
		.store-card .btn-more {
				font-size: .75rem;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 5.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;
}
@media only screen and (min-width:1200px) {}
@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(.8);
				-ms-transform: scale(.8);
				transform: scale(.8);
				-webkit-transform-origin: bottom right;
				-ms-transform-origin: bottom right;
				transform-origin: bottom right;
				bottom: 6rem;
		}
}
@media only screen and (max-width:991px) {
		.fix-ad {
				-webkit-transform: scale(.75);
				-ms-transform: scale(.75);
				transform: scale(.75);
				bottom: 4rem;
		}
		.fix-ad .item {
				margin-bottom: .35rem;
		}
}
@media only screen and (max-width:767px) {
	.fix-ad {
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
				bottom: 4rem;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
	.fix-ad {
				-webkit-transform: scale(.5);
				-ms-transform: scale(.5);
				transform: scale(.5);
				bottom: 4rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 4rem;
		}
}
@media only screen and (max-width:320px) {
		.fix-ad {
				-webkit-transform: scale(.6);
				-ms-transform: scale(.6);
				transform: scale(.6);
				bottom: 4rem;
		}
}