* {
		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: #ff553c;
}
@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;
		}
}
.title-block, .key-visual img:not(.kv-bg-item), .has-slider {
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
/***********************
LAYOUT 框架
***********************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 120px;
}
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;
		}
}
/************************
SPACE
************************/
.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.small {
				max-width: 990px;
		}
		.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;
		}
}
@media only screen and (max-width:1199px) {
		.banner_block .page-container.small {
				max-width: calc(100% - 5.25rem);
		}
}
/****************************/
.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 {
		width: 100%;
		height: 100%;
		position: relative;
		overflow: hidden;
		background-color: #ff553c;
		z-index: 2;
}
.key-visual img {
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
}
.key-visual .kv-topic {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: 0 auto;
		width: 100%;
		height: 100%;
		z-index: -1;
}
@media only screen and (min-width: 1600px) {}
@media only screen and (min-width:1921px) {
		.key-visual img {
				width: 2560px;
		}
}
/************************
INFO CONTENT
************************/
.info-content {
		background-color: #ff553c;
}
.info-content > div > .page-container {
		z-index: 3;
}
.info-content::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		top: 0;
		margin: auto;
		background-image: url("../images/content_bg_item.png");
		background-repeat: repeat;
		background-position: center top;
		background-size: 51px 40px;
		z-index: 2;
		pointer-events: none;
}
.info-content::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		top: 0;
		margin: auto;
		background-color: #f7e3cf;
		pointer-events: none;
}
@media only screen and (min-width:1921px) {
		.info-content::before, .info-content::after {
				max-width: 2560px;
		}
}
/************************
DRAWER-ITEM 
************************/
#area_remark {
		background-color: #ebebeb;
}
@media only screen and (min-width:1921px) {
		#area_remark {
				max-width: 2560px;
		}
}
.line_1 {
		width: 100%;
		height: 1px;
		display: block;
		background-color: #000;
}
.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;
		width: 100%;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
}
.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;
				text-align: start;
		}
}
/************************
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;
		}
}
/************************
HEAD BLOCK
************************/
.head-block {
		background-color: #ff553c;
		z-index: 3;
		padding-bottom: 5rem;
}
.head-block .cards {
		max-width: 540px;
}
.head-under {
		display: block;
		width: 100%;
		height: 6rem;
		background-image: url("../images/content_bg_top_s.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		z-index: 3;
		left: 0;
		right: 0;
}
.head-block .txt {
		font-size: 1.5rem;
}
@media only screen and (min-width:1921px) {
		.head-under, .head-under {
				max-width: 2560px;
				margin: auto;
		}
}
/************************
BLOCK
************************/
.block-bg:not(#area_1) {
		padding: 5rem 0;
}
#area_5.block-bg {
		padding: 5rem 0 2rem 0;
}
.block-bg > div {
		z-index: 2;
}
.block-bg::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
}
.block-bg.block-4::after, .block-bg.block-2::after {
		background-color: #eeeeee;
}
.block-bg.banner_block::after {
		background-color: #f6d6c4;
}
@media only screen and (min-width: 1921px) {
		.block-bg::after {
				max-width: 2560px;
		}
}
/************************
EVENT
************************/
.title-block {
		margin-bottom: 1rem;
}
.title-block .txt {
		font-size: 2.125rem;
		font-weight: 700;
		letter-spacing: 1px;
		margin: 0;
}
.title-block .bg_group .bg {
		background-image: url("../images/title_bg.png");
		background-position: center;
		background-repeat: repeat-x;
		background-size: contain;
		min-height: 80px;
		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;
		color: #3a0500;
}
#area_1 .title-block .bg_group .bg {
		padding: 0 .5rem .5rem 4rem;
}
#area_1 .title-block .icon.left {
		width: 140px;
		left: -70px;
		top: -10px;
}
#area_1 .title-block .icon.right {
		width: 120px;
		right: -140px;
		top: -20px;
}
#area_2 .title-block .bg_group .bg {
		padding: 0 3rem .5rem 3rem;
}
#area_2 .title-block .icon.left {
		width: 125px;
		left: -100px;
		top: -55px;
}
#area_2 .title-block .icon.right {
		width: 170px;
		right: -190px;
		top: -10px;
}
#area_3 .title-block .bg_group .bg {
		padding: 0 4rem .5rem 4rem;
}
#area_3 .title-block .icon.left {
		width: 170px;
		left: -115px;
		top: -25px;
}
#area_3 .title-block .icon.right {
		width: 120px;
		right: -150px;
		top: -10px;
}
#area_4 .title-block .bg_group .bg {
		padding: 0 5rem .5rem 5rem;
}
#area_4 .title-block .icon.left {
		width: 180px;
		left: -130px;
		top: -25px;
}
#area_4 .title-block .icon.right {
		width: 110px;
		right: -130px;
		top: -20px;
}
#area_5 .title-block .bg_group .bg {
		padding: 0 4rem .5rem 4rem;
}
#area_5 .title-block .icon.left {
		width: 140px;
		left: -110px;
		top: -40px;
}
#area_5 .title-block .icon.right {
		width: 110px;
		right: -125px;
		top: -10px;
}
/************************
STORE HAS SLIDER
************************/
.slick-track {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
}
.slick-slide {
		height: auto !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; /* 垂直居中 */
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center; /* 水平居中 */
}
.slick-slide > div {
		width: 100%;
		height: 100%;
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
}
.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;
		bottom: -3rem;
		margin: auto;
}
.store-block .slick-prev, .store-block .slick-next {
		width: 50px;
		height: 50px;
}
.store-block .slick-next {
		right: -1rem;
}
.store-block .slick-prev {
		left: 0;
}
.store-block .slick-prev:before {
		content: '';
		width: 40px;
		height: 40px;
		background-image: url("../images/arrow_left.png");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		display: block;
}
.store-block .slick-next:before {
		content: '';
		width: 40px;
		height: 40px;
		background-image: url("../images/arrow_right.png");
		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: 12px;
		height: 12px;
		display: block;
		border-radius: 100%;
		background-color: #ff553c;
}
@media only screen and (min-width: 1366px) {
		.store-block .slick-next {
				right: -2.5rem;
		}
		.store-block .slick-prev {
				left: -2rem;
		}
}
@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: 0;
		}
		.store-block .slick-prev {
				left: 0;
		}
		.head-block .txt {
				font-size: 1.125rem;
		}
		.head-block .cards {
				max-width: 40vw;
		}
		.head-block {
				padding-bottom: 3rem;
		}
		.title-block .bg_group img {
				height: 65px;
				width: auto;
		}
		.title-block .bg_group .bg {
				min-height: 65px;
		}
		#area_1 .title-block {
				left: 0;
		}
		#area_1 .title-block .bg_group .bg {
				padding: 0 .5rem .5rem 3rem;
		}
		#area_2 .title-block .bg_group .bg {
				padding: 0 2rem .5rem 2rem;
		}
		#area_3 .title-block .bg_group .bg {
				padding: 0 3rem .5rem 3rem;
		}
		#area_4 .title-block .bg_group .bg {
				padding: 0 3rem .5rem 3rem;
		}
		#area_5 .title-block .bg_group .bg {
				padding: 0 3rem .5rem 3rem;
		}
		#area_1 .title-block .icon.left {
				width: 11vw;
				left: -15%;
				top: -10px;
		}
		#area_1 .title-block .icon.right {
				width: 9vw;
				right: -27%;
				top: -10px;
		}
		#area_2 .title-block .icon.left {
				width: 9vw;
				left: -15%;
				top: -30px;
		}
		#area_2 .title-block .icon.right {
				width: 13vw;
				right: -30%;
				top: -10px;
		}
		#area_3 .title-block .icon.left {
				width: 14vw;
				left: -22%;
				top: -20px;
		}
		#area_3 .title-block .icon.right {
				width: 9vw;
				right: -25%;
				top: -10px;
		}
		#area_4 .title-block .icon.left {
				width: 13vw;
				left: -28%;
				top: -25px;
		}
		#area_4 .title-block .icon.right {
				width: 8vw;
				right: -28%;
				top: -10px;
		}
		#area_5 .title-block .icon.left {
				width: 10vw;
				left: -20%;
				top: -25px;
		}
		#area_5 .title-block .icon.right {
				width: 8vw;
				right: -28%;
				top: -10px;
		}
}
@media only screen and (max-width: 991px) {
		.store-block .slick-prev:before, .store-block .slick-next:before, .store-block .slick-prev, .store-block .slick-next {
				width: 30px;
				height: 30px;
		}
		.head-block .txt {
				font-size: 1rem;
		}
		.head-block {
				padding-bottom: 2.5rem;
		}
		.title-block .bg_group img {
				height: 50px;
		}
		.title-block .bg_group .bg {
				min-height: 50px;
		}
		.title-block .txt {
				font-size: 1.35rem;
		}
		.head-block .icon {
				max-width: 5vw;
				margin-bottom: .75rem;
		}
		.page-container.wide .store-block {
				padding: 0 1rem;
		}
		.slick-dots li button {
				height: 15px;
				width: 15px;
		}
		.block-bg:not(#area_1) {
				padding: 3rem 0;
		}
		#area_5.block-bg {
				padding: 3rem 0 3rem 0;
		}
		#area_1 .title-block .bg_group .bg {
				padding: 0 .5rem .25rem 2.75rem;
		}
		#area_2 .title-block .bg_group .bg {
				padding: 0 2rem .25rem 2rem;
		}
		#area_3 .title-block .bg_group .bg {
				padding: 0 3rem .35rem 3rem;
		}
		#area_4 .title-block .bg_group .bg {
				padding: 0 3rem .25rem 3rem;
		}
		#area_5 .title-block .bg_group .bg {
				padding: 0 3rem .25rem 3rem;
		}
		#area_1 .title-block .icon.left {
				width: 11vw;
				left: -13.25%;
				top: -8px;
		}
		#area_1 .title-block .icon.right {
				width: 8vw;
				right: -25%;
				top: -10px;
		}
		#area_4 .title-block .icon.left {
				width: 12vw;
				left: -25%;
				top: -15px;
		}
		#area_4 .title-block .icon.right {
				width: 8vw;
				right: -25%;
				top: -10px;
		}
		#area_5 .title-block .icon.left {
				width: 10vw;
				left: -20%;
				top: -15px;
		}
		#area_5 .title-block .icon.right {
				width: 8vw;
				right: -25%;
				top: -5px;
		}
}
@media only screen and (max-width: 767px) {
		.info-content::after {
				background-size: 35px 27px;
		}
		.title-block .bg_group img {
				height: 45px;
		}
		.title-block .bg_group .bg {
				min-height: 45px;
		}
		.title-block .txt {
				font-size: 1.35rem;
		}
		#area_2 .title-block .bg_group .bg {
				padding: 0 2rem .25rem 2rem;
		}
		#area_3 .title-block .bg_group .bg {
				padding: 0 2rem .25rem 2rem;
		}
		#area_4 .title-block .bg_group .bg {
				padding: 0 3rem .25rem 3rem;
		}
		#area_5 .title-block .bg_group .bg {
				padding: 0 3rem .25rem 3rem;
		}
		#area_1 .title-block .icon.left {
				width: 13vw;
				left: -12%;
				top: -8px;
		}
		#area_1 .title-block .icon.right {
				width: 10vw;
				right: -22%;
				top: -10px;
		}
		#area_2 .title-block .icon.left {
				width: 10vw;
				left: -12%;
				top: -25px;
		}
		#area_2 .title-block .icon.right {
				width: 15vw;
				right: -30%;
				top: -10px;
		}
		#area_3 .title-block .icon.left {
				width: 15vw;
				left: -24%;
				top: -20px;
		}
		#area_3 .title-block .icon.right {
				width: 9vw;
				right: -20%;
				top: -10px;
		}
		#area_4 .title-block .icon.left {
				width: 13vw;
				left: -20%;
				top: -15px;
		}
		#area_5 .title-block .icon.left {
				width: 10vw;
				left: -14%;
				top: -15px;
		}
		#area_5 .title-block .icon.right {
				width: 8vw;
				right: -20%;
				top: -5px;
		}
		.store-block .slick-dots {
				bottom: -2rem;
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.banner_block .d-sm-block.d-none {
				display: block !important;
		}
		.banner_block .d-sm-none.d-block {
				display: none !important;
		}
		.head-block .cards {
				max-width: 60vw;
		}
		.page-container.wide .store-block {
				padding: 0;
		}
		.store-block .slick-next {
				right: -5px;
		}
		.store-block .slick-prev {
				left: -5px;
		}
		#area_2 .title-block .icon.left {
				width: 10vw;
				left: -10%;
				top: -20px;
		}
		#area_2 .title-block .icon.right {
				width: 13vw;
				right: -20%;
				top: -10px;
		}
		#area_3 .title-block .icon.left {
				width: 15vw;
				left: -18%;
				top: -10px;
		}
		#area_4 .title-block .icon.left {
				width: 17vw;
				left: -25%;
				top: -10px;
		}
		#area_4 .title-block .icon.right {
				width: 8vw;
				right: -20%;
				top: -10px;
		}
		#area_5 .title-block .icon.left {
				width: 12vw;
				left: -14%;
				top: -15px;
		}
		#area_5 .title-block .icon.right {
				width: 10vw;
				right: -20%;
				top: -5px;
		}
}
@media only screen and (max-width: 480px) {
		.store-block .slick-dots {
				bottom: -2rem;
		}
		.page-container.wide .store-block {
				padding: 0;
		}
		.head-block {
				padding-bottom: 1.5rem;
		}
		.head-block .cards {
				max-width: 66vw;
		}
		.title-block .bg_group img {
				height: 35px;
		}
		.title-block .bg_group .bg {
				min-height: 35px;
		}
		.head-block .icon {
				max-width: 8vw;
				margin-bottom: .75rem;
		}
		.head-block .txt {
				font-size: .8125rem;
		}
		.title-block .txt {
				font-size: 1.125rem;
		}
		.store-block .slick-prev:before, .store-block .slick-next:before, .store-block .slick-prev, .store-block .slick-next {
				width: 20px;
				height: 20px;
		}
		.store-block .slick-dots li {
				margin: 0;
				padding: 0 5px;
		}
		.store-block .slick-prev {
				left: -5px;
		}
		.store-block .slick-next {
				right: -5px;
		}
		.slick-slide > div {
				width: 100%;
				height: 100%;
				padding-bottom: 1rem;
				padding-top: 1rem;
		}
		.block-bg:not(#area_1) {
				padding: 2rem 0;
		}
		#area_5.block-bg {
				padding: 2rem 0 2.5rem 0;
		}
		#area_1 .title-block .bg_group .bg {
				padding: 0 .5rem .25rem 1.75rem;
		}
		#area_1 .title-block .icon.right {
				width: 11vw;
				right: -11vw;
				top: 0;
		}
		#area_1 .title-block .icon.left {
				width: 15vw;
				left: -7vw;
				top: 0;
		}
		#area_2 .title-block .bg_group .bg {
				padding: 0 .5rem .25rem 1rem;
		}
		#area_2 .title-block .icon.right {
				width: 18vw;
				right: -10%;
				top: -25px;
		}
		#area_2 .title-block .icon.left {
				width: 12vw;
				left: -10%;
				top: -15px;
		}
		#area_3 .title-block .bg_group .bg {
				padding: 0 .5rem .25rem 1.5rem;
		}
		#area_3 .title-block .icon.right {
				width: 12vw;
				right: -18%;
				top: -10px;
		}
		#area_3 .title-block .icon.left {
				width: 18vw;
				left: -17%;
				top: -8px;
		}
		#area_4 .title-block .bg_group .bg {
				padding: 0 1rem .25rem 1.5rem;
		}
		#area_4 .title-block .icon.right {
				width: 10vw;
				right: -20%;
				top: -5px;
		}
		#area_4 .title-block .icon.left {
				width: 18vw;
				left: -24%;
				top: -15px;
		}
		#area_5 .title-block .bg_group .bg {
				padding: 0 1rem .25rem 1.5rem;
		}
		#area_5 .title-block .icon.right {
				width: 10vw;
				right: -20%;
				top: 0;
		}
		#area_5 .title-block .icon.left {
				width: 13vw;
				left: -15%;
				top: -8px;
		}
}
@media only screen and (max-width: 320px) {
		.title-block .txt {
				font-size: 1rem;
				letter-spacing: normal;
		}
		.store-block {
				max-width: 100%
		}
		#area_1 .title-block .bg_group .bg {
				padding: 0 .125rem .25rem 1.75rem;
		}
		#area_2 .title-block .bg_group .bg {
				padding: 0 .125rem .25rem 1rem;
		}
		#area_3 .title-block .bg_group .bg {
				padding: 0 .125rem .25rem 1.25rem;
		}
		#area_2 .title-block .icon.right {
				width: 15vw;
				right: -8%;
				top: -25px;
		}
		#area_3 .title-block .icon.left {
				width: 18vw;
				left: -18%;
				top: -2px;
		}
		#area_3 .title-block .icon.right {
				width: 10vw;
				right: -18%;
				top: -0;
		}
		#area_4 .title-block .icon.left {
				width: 22vw;
				left: -30%;
				top: -5px;
		}
}
/************************
STORE CARD
************************/
.store-card .card-head, .store-card .card-body, .store-card .card-footer, .store-card {
		border: 0;
		background-color: transparent;
}
.store-card .card_tag {
		right: -8px;
		top: -8px;
		z-index: 2;
		max-width: 38px;
}
.store-card {
		max-width: calc(100% - 1.5rem);
		height: 100%;
		margin: 0 auto 2rem auto;
		padding: 1.25rem 1.7rem 1rem 1.7rem;
		background-color: #ffffff;
		border-radius: 3rem;
		-webkit-box-shadow: .5rem .5rem 0 RGBA(255, 85, 60, .125);
		box-shadow: .5rem .5rem 0 RGBA(255, 85, 60, .125);
}
.store-card:hover {
		-webkit-box-shadow: .25rem .75rem 0 RGBA(255, 85, 60, .25);
		box-shadow: .25rem .75rem 0 RGBA(255, 85, 60, .25);
}
.store-card .card-body {
		padding: 1.5rem 0 0 0;
}
.store-card .card-body .contact, .store-card .card-body .info {
		font-weight: normal;
		font-size: .875rem;
		line-height: 1.5;
}
.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.5rem;
		font-weight: 700;
		min-height: 40px;
		color: #3a0500;
}
h2.modal-title {
		font-size: 1.5rem;
		font-weight: 700;
		color: #56463f;
}
.store-card h2.h-none {
		min-height: inherit;
		margin-bottom: .5rem;
}
.store-card p {
		font-size: 1.115rem;
		font-weight: 500;
		margin-bottom: .75rem;
		color: #3a0500;
		line-height: 1.25;
}
.store-card .card-head {
		max-width: calc(100% - .5rem);
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		-webkit-box-shadow: .5rem .5rem 0 RGBA(255, 85, 60, .125);
		box-shadow: .5rem .5rem 0 RGBA(255, 85, 60, .125);
}
.store-card:hover .card-head {
		-webkit-box-shadow: 0 .25rem 0 RGBA(255, 85, 60, .5);
		box-shadow: 0 .25rem 0 RGBA(255, 85, 60, .5);
}
.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, .store-card:hover, .store-card .card-head, .store-card:hover .card-head {
		-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 .card_tag {
				max-width: 3vw;
				right: -5px;
				top: -5px;
		}
		.store-card h2 {
				font-size: 1.25rem;
				min-height: 40px;
				margin-bottom: .5rem;
		}
		.store-card p {
				font-size: 1rem;
				margin-bottom: .5rem;
		}
		.store-card .contact ul li span {
				width: 18px;
		}
		.store-card .contact ul li:first-child span {
				width: 18px;
		}
		.store-card {
				border-radius: 2.5rem;
		}
}
@media only screen and (max-width: 991px) {
		.store-card .card_tag {
				max-width: 3.5vw;
		}
		.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.125rem;
		}
		.store-card p {
				font-size: .875rem;
				margin-bottom: .5rem;
		}
		.store-card .btn-more {
				font-size: 1rem;
		}
		.store-card .card_tag {
				max-width: 4vw;
		}
		.store-card .card-head {
				-webkit-box-shadow: .35rem .35rem 0 RGBA(255, 85, 60, .125);
				box-shadow: .35rem .35rem 0 RGBA(255, 85, 60, .125);
		}
}
@media only screen and (max-width: 568px) and (orientation: landscape) {
		.store-card h2 {
				font-size: 1.125rem;
		}
		.store-card p {
				font-size: .875rem;
				margin-bottom: .5rem;
		}
		.store-card {
				margin: 0 auto 2rem auto;
				padding: 1rem 1rem 1rem 1rem;
				border-radius: 2rem;
		}
}
@media only screen and (max-width: 480px) {
		.store-card .card_tag {
				max-width: 7vw;
		}
		.store-card .card-body {
				padding: 1.5rem 0 0 0;
		}
		.store-card .btn-more {
				font-size: .75rem;
		}
}
@media only screen and (max-width: 320px) {
		.store-card {
				max-width: calc(100% - 1.25rem);
				padding: 1rem 1rem 1rem 1rem;
				border-radius: 2rem;
		}
		.store-card h2 {
				font-size: 1rem;
		}
		.store-card p {
				font-size: .85rem;
		}
		.store-card .card-body .contact, .store-card .card-body .info {
				font-size: .75rem;
		}
}
/************************
Sticky Bar
************************/
.fix-ad {
		bottom: 6.5rem;
		right: 0;
		left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
}
.fix-ad .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;
}
@media only screen and (max-width:1199px) {
		.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;
		}
}
@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: 3rem;
		}
}
@media only screen and (max-width:767px) {
		.fix-ad {
				-webkit-transform: scale(.65);
				-ms-transform: scale(.65);
				transform: scale(.65);
				bottom: 2.5rem;
		}
}
@media only screen and (max-width:480px) {
		.fix-ad {
				-webkit-transform: scale(.525);
				-ms-transform: scale(.525);
				transform: scale(.525);
				bottom: 2rem;
		}
}
@media only screen and (max-width:320px) {}