@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;
		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;
}
.btn-close:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
img {
		border: 0px none;
}
body {
		font-size: 1rem;
		color: #000;
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, HeitiTC, 'Microsoft YaHei', sans-serif;
		background-color: #fff;
}
ul {
		padding-left: 0;
		margin-left: 0;
}
p sup {
		position: relative;
		top: -3px;
		font-size: 70%;
		display: inline-block;
		padding: 0 2px;
}
.dbs_kv-text, .dbs_kv {
		-webkit-transition: opacity .3s ease;
		-o-transition: opacity .3s ease;
		transition: opacity .3s ease;
}
@media screen and (min-width:1200px) {
		.container {
				max-width: 1024px;
		}
		.container.wide.sp {
				max-width: 1100px;
		}
		.container.wide {
				max-width: calc(100% - 2rem);
		}
		.container.wide.sub {
				max-width: calc(100% - 6rem);
		}
}
@media screen and (min-width:1366px) {
		.container.wide.sp {
				max-width: 1150px;
		}
		.container.wide {
				max-width: 1280px;
		}
		.container.wide.sub {
				max-width: calc(1280px - 7rem);
		}
}
@media screen and (max-width:1199px) {
		.dbs_s5 .container {
				max-width: 100%;
		}
}
@media screen and (max-width:991px) {
		body.open {
				width: 100%;
				height: 100vh;
				overflow: hidden
		}
		.overlay {
				position: fixed;
				top: 0;
				left: 0;
				z-index: 1019;
				width: 100%;
				height: 100%;
				opacity: 0;
				visibility: hidden;
				-webkit-transition: all .3s ease-in-out;
				-o-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
				background-color: rgba(0, 0, 0, .8)
		}
		.overlay.open {
				opacity: .8;
				visibility: visible
		}
}
@media screen and (max-width:320px) {
		.d-xs-none {
				display: none !important;
		}
		.d-xs-block {
				display: block !important;
		}
}
/************************
PDF VIEW
************************/
.pdf-container {
		text-align: center;
		max-height: 70vh;
		overflow-y: auto;
}
.pdf-page {
		margin: 10px auto;
		border: 1px solid #ddd;
		-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.pdf-controls {
		padding: 1rem;
		background-color: #f8f9fa;
		border-bottom: 1px solid #dee2e6;
}
.pdf-controls .page-info {
		padding: 0 .5rem;
}
.pdf-controls .btn.btn-go, .pdf-controls .btn.btn-add {
		font-size: 100%;
		font-weight: 600;
		line-height: 1;
		width: 32px;
		height: 31px;
}
/************************
HEADER
************************/
.toggle-button {
		position: relative;
		display: none;
		float: left;
		left: 0;
		min-width: 44px;
		min-height: 44px;
		width: 44px;
		height: 44px;
		padding: 18px 14px;
		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: .5s;
		-o-transition: .5s;
		transition: .5s;
}
@media only screen and (max-width: 991px) {
		.toggle-button {
				display: inline-block;
		}
}
header {
		position: fixed;
		display: inline-block;
		width: 100%;
		top: 0;
		left: 0;
		font-size: 16px;
		height: 120px;
		z-index: 1021;
		background-color: rgba(255, 255, 255, 0.99);
		-webkit-box-shadow: 0px 2px 1rem 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 2px 1rem 0px rgba(0, 0, 0, 0.1);
}
header.open {
		height: 48px;
		border-top: 4px solid #c95;
}
header .h_content, header .h_logo, header .h_menu {
		position: relative;
		display: inline-block;
		float: left
}
header .btn {
		font-size: 14px
}
header, header.open {
		-webkit-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out
}
header .h_content {
		width: 100%;
		padding-top: 40px
}
header .h_content > .container {
		width: 100%;
		height: 80px;
		position: relative;
		padding: 0;
}
header.open .h_content > .container {
		width: 100%;
		height: 44px;
}
header .menu-bottom > .container {
		width: 100%;
		height: 40px;
		padding-left: 0;
		padding-right: 24px;
}
header .h_menu ul.menu-bottom a {
		display: inline-block;
		color: #fff;
		height: 40px;
		padding: 9px 16px
}
header .h_menu ul.menu-bottom {
		position: fixed;
		display: inline-block;
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background-color: #c95;
		z-index: 50;
		margin-bottom: 0;
}
header .h_menu ul.menu-bottom li {
		position: relative;
		display: inline-block;
		float: right;
		font-size: 14px;
		line-height: 1.5em;
		font-weight: 900
}
header .h_menu ul.menu-bottom a {
		font-weight: normal;
}
header .h_menu ul.menu-bottom a span {
		font-size: 10px;
		margin-left: 5px;
		color: #debe93
}
header .h_menu ul.menu-bottom li:hover {
		background-color: #a67d40
}
header .h_menu ul.menu-bottom ul {
		position: absolute;
		display: none;
		top: 100%;
		width: 280px;
		color: #b8b8b8;
		background-color: #a67d40
}
header .h_menu ul.menu-top {
		margin-bottom: 0;
}
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-color: #751
}
header .h_menu ul.menu-bottom ul li.panel-header:hover {
		background-color: #a67d40
}
header .h_menu ul.menu-bottom ul a, header .h_menu ul.menu-bottom ul label {
		font-weight: normal;
}
header .h_bank .menu-dark, header .h_menu ul.menu-top li {
		line-height: 1.5em;
		height: 80px;
		font-weight: 900;
		color: #2e2e2e
}
header.open ul.menu-bottom {
		display: none
}
header.open .h_content {
		padding-top: 0
}
header .h_logo {
		width: 204px;
		margin-left: 8px;
		margin-right: 2rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
		transition: all .4s ease-out
}
header .h_menu ul.menu-top li, header .h_menu ul.menu-top, header .h_bank .menu-dark {
		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 2px;
		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-color: #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-color: #dedede;
}
header .h_bank ul.dark-last.open {
		display: inline-block;
}
/************************/
header .h_menu ul.menu-top a {
		display: inline-block;
		padding: 0px 13px;
		color: #2e2e2e;
		font-weight: normal;
}
header .h_menu ul.menu-top li:not(.none):last-child a {
		border-left: 1px solid #c0c0c0 !important;
}
header .h_menu ul.menu-top li:hover {
		background-color: #eeeeee;
}
header.open ul.menu-top li {
		height: 44px;
		padding: 10px 0px;
}
header.open ul.menu-top li {
		height: 44px;
		padding: 10px 0px;
}
/************************/
header .h_bank {
		float: right;
		margin-left: auto;
}
header .h_bank .menu-dark {
		padding: 0px 22px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #ffffff;
		background-color: #ff3333;
		text-wrap: nowrap;
		min-width: 116px;
}
header .h_bank:hover a.menu-dark {
		background-color: #c5292d;
}
header .h_bank .menu-dark img {
		display: inline-block;
		width: 20px;
		position: relative;
		top: -3px;
		margin-right: 5px;
}
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.15s linear;
		-o-transition: all 0.15s linear;
		transition: all 0.15s linear;
}
header .h_bank a {
		font-weight: 700
}
header .h_bank img {
		display: inline-block;
		width: 20px;
		margin-bottom: 1px
}
header.open .h_bank .menu-dark {
		height: 48px;
		padding: 10px 17px
}
header.open .h_logo {
		width: 80px;
		margin-left: 8px;
}
header .h_logo img {
		width: 100%;
}
header .h_logo img.logo_md, header .h_logo img.logo_en {
		display: none;
}
header .h_logo img.logo_tc {
		display: block;
}
header.open .h_logo img.logo_en {
		display: block;
}
header.open .h_logo img.logo_md, header.open .h_logo img.logo_tc {
		display: none;
}
@media screen and (min-width:992px) {
		header.open .h_menu {
				opacity: 0;
				pointer-events: none;
		}
}
@media screen and (max-width:991px) {
		header .h_menu ul.menu-bottom ul {
				width: 100%;
		}
		header .menu-bottom > .container {
				padding-right: 0;
		}
		header {
				height: 48px;
				border-top: 4px solid #c95;
		}
		header.open .h_content > .container, header.open .h_bank, header .h_content > .container, header .h_bank {
				height: 44px;
		}
		header.open .h_logo img.logo_md, header .h_logo img.logo_md {
				display: block;
		}
		header.open .h_logo img.logo_en, header.open .h_logo img.logo_tc {
				display: none;
		}
		header .h_content {
				padding-top: 0;
		}
		header .h_content > .container {
				padding: 0;
				margin: 0;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: nowrap;
				flex-wrap: nowrap;
				min-width: 100%;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
		}
		header .h_menu ul.menu-bottom, header.open ul.menu-bottom {
				position: relative;
				display: inline-block;
				background-color: #fff;
				height: auto;
		}
		header .h_menu ul.menu-bottom li.pc768, 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 {
				float: left;
				width: 100%;
				padding: 0;
				font-size: inherit;
				line-height: inherit;
		}
		header .h_menu ul.menu-bottom li:hover {
				background-color: #fff;
		}
		header .h_menu ul.menu-bottom a, header .h_menu ul.menu-bottom a:hover {
				width: 100%;
				color: #656565;
		}
		header .h_menu ul.menu-bottom a span {
				position: absolute;
				right: 30px;
				color: #f33;
				top: 13px;
		}
		header .h_menu ul.menu-bottom a {
				padding: 6px 15px;
				font-size: 1rem;
				color: #656565;
				height: inherit;
				line-height: 2;
		}
		header .h_menu ul.menu-bottom ul {
				position: relative;
				padding: 10px 0;
				color: #70706f;
				background-color: #ececec;
				width: 100%;
				max-height: none;
		}
		header .h_menu ul.menu-bottom ul li {
				padding: 0;
				min-height: inherit;
		}
		header .h_menu ul.menu-bottom ul li.panel-header {
				padding: 8px 15px;
		}
		header .h_menu ul.menu-bottom ul li.panel-header:hover, header .h_menu ul.menu-bottom ul.last-menu li {
				background-color: #ececec;
		}
		header .h_menu ul.menu-bottom ul li:hover {
				background-color: #e2e2e2;
		}
		header .h_menu ul.menu-bottom ul a, header .h_menu ul.menu-bottom ul a:hover {
				font-weight: 600;
				color: #000;
		}
		header .h_menu ul.menu-bottom li:hover > ul.open, header .h_menu ul.menu-bottom ul.open {
				display: inline-block;
		}
		header .h_logo img.logo_tc {
				display: none;
		}
		header .h_logo {
				min-width: 125px;
				width: 125px;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
		}
		body header .h_content {
				padding-right: 0;
		}
		body.open header .h_logo, header.open .h_logo {
				min-width: 125px;
				width: 125px;
		}
		header.open .h_bank .menu-dark, header .h_bank .menu-dark {
				font-size: 14px;
				height: 44px;
				padding: 10px 17px;
		}
		header .h_menu {
				position: absolute;
				width: 220px;
				height: 100vh;
				top: 0;
				left: auto;
				right: -220px;
				z-index: 20;
				padding-bottom: 65px;
				background-color: #fff;
				overflow: hidden;
		}
		body.open header .h_menu {
				right: 0;
				overflow-x: hidden;
				overflow-y: auto;
				top: 0;
				-webkit-overflow-scrolling: touch;
		}
		header .h_menu, body.open header .h_menu {
				-webkit-transition: right .5s ease;
				-o-transition: right .5s ease;
				transition: right .5s ease;
		}
		body header .h_content, body.open header .h_content {
				-webkit-transition: all .5s linear;
				-o-transition: all .5s linear;
				transition: all .5s linear;
		}
		header .h_menu ul.menu-top {
				border-bottom: 1px solid #ececec;
		}
		header .h_menu ul.menu-top li {
				width: 100%;
				height: auto;
				padding: 0;
		}
		header .h_menu ul.menu-top li a {
				font-size: 1rem;
				line-height: 2;
				padding: 8px 15px;
				width: 100%;
		}
		header .h_menu ul.menu-top li a.first, header .h_menu ul.menu-top li a.active {
				color: #b69353;
		}
}
@media screen and (max-width: 480px) {
		body.open header .h_logo, header.open .h_logo, header .h_logo {
				min-width: 120px;
				width: 120px;
		}
		header .h_menu ul.menu-top li a, header .h_menu ul.menu-bottom a {
				font-size: 1rem;
		}
		header .h_menu {
				width: 190px;
				right: -380px;
		}
		header.open .h_bank a.menu-dark, header .h_bank a.menu-dark {
				font-size: 12px;
				padding: 10px 10px;
		}
		body.open header .h_menu {
				right: 0;
		}
		header .h_bank .menu-dark {
				padding: 0px 15px;
				min-width: 100px;
		}
}
/************************ 
Main Content 
************************/
section.main-content {
		position: relative;
		display: inline-block;
		float: left;
		width: 100%;
		padding-top: 120px;
}
body.start section.main-content {
		padding-top: 48px;
}
@media screen and (max-width: 991px) {
		body.start section.main-content, section.main-content {
				padding-top: 48px;
		}
}
section.main-content, body.start section.main-content {
		-webkit-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
/************************ 
Flag View
************************/
.flag_view {
		max-width: 455px;
		margin-top: 2rem;
}
@media screen and (max-width:1199px) {
		.flag_view {
				max-width: 38vw;
		}
}
@media screen and (max-width:991px) {
		.flag_view {
				max-width: 40vw;
				margin-top: 1rem;
				margin-bottom: .5rem;
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.flag_show {
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: row !important;
				flex-direction: row !important;
		}
		.flag_view {
				max-width: 50vw;
				margin-top: 1rem;
				margin-bottom: .5rem;
		}
}
@media screen and (max-width:480px) {
		.flag_view {
				max-width: 100%;
				margin-top: 1rem;
				margin-bottom: .5rem;
		}
}
/************************ 
Tab Slider
************************/
.slider-nav.style_1 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border: 0;
		margin-bottom: 2rem;
}
.slider-nav.style_1 .nav-tabs-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px;
}
.slider-nav.style_1 .slick-loadbar {
		height: 3px;
		position: relative;
		width: 100%;
		overflow: hidden;
		opacity: 1;
}
.slider-nav.style_1 .slick-loadbar-inner {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
}
.slider-nav.style_1 .nav-link.active + .slick-loadbar .slick-loadbar-inner {
		background-color: #b59353;
}
.slider-nav.style_1.has_bar .slick-loadbar {
		height: 3px;
		background-color: RGBA(0, 0, 0, .1);
}
.slider-nav.style_1.has_bar .slick-loadbar-inner {
		width: 0;
		background-color: #b59353;
}
.slider-nav.style_1 .nav-item {
		min-width: 25%;
}
.slider-nav.style_1 .nav-link {
		position: relative;
		color: #000000;
		text-align: start;
		padding-left: 0;
		font-size: 1.5rem;
		font-weight: 600;
		width: 100%;
		border: 0;
		padding-top: 4rem;
		padding-bottom: .25rem;
}
.slider-nav.style_1 .slick-loadbar, .slider-nav.style_1 .nav-link.active + .slick-loadbar, .slider-nav.style_1 .slick-loadbar-inner, .slider-nav.style_1 .nav-link.active + .slick-loadbar .slick-loadbar-inner {
		-webkit-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
}
.slider-nav.style_1.has_bar .nav-link.active + .slick-loadbar {
		opacity: 1;
}
.slider-nav.style_1.has_bar .nav-link.active + .slick-loadbar .slick-loadbar-inner {
		-webkit-animation: line 5s forwards linear;
		animation: line 5s forwards linear;
}
@-webkit-keyframes line {
		0% {
				width: 0%
		}
		100% {
				width: 100%
		}
}
@keyframes line {
		0% {
				width: 0%
		}
		100% {
				width: 100%
		}
}
.slider-nav.style_1 .nav-link:hover {
		color: #b59353;
}
.slider-nav.style_1 .nav-link::after {
		content: '';
		width: 100%;
		height: 1px;
		background-color: #000000;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;
}
.slider-nav.style_1 .nav-link::after, .slider-nav.style_1 .nav-link:hover::after {
		-webkit-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
}
.slider-nav.style_1 .nav-item.show .nav-link, .slider-nav.style_1 .nav-link.active {
		border: 0;
		background-color: transparent;
		color: #b59353;
		font-weight: 600;
}
.slider-nav.style_1 .nav-link:hover::after, .slider-nav.style_1 .nav-item.show .nav-linke::after, .slider-nav.style_1 .nav-link.active::after {
		background-color: #b59353;
		height: 3px;
		bottom: -3px;
}
.slider-nav.style_1 .nav-link.active::after {
		background-color: transparent;
		height: 3px;
}
.slider-content.style_1 {
		background-color: transparent;
		max-width: 90%;
		margin: auto;
		padding-bottom: 10rem;
}
.slider-content.style_1 .accordion-header .accordion-button:focus {
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
}
.slider-content.style_1 .accordion-item, .slider-content.style_1 .accordion-header .accordion-button {
		background-color: transparent;
		border: 0;
		padding-left: 0;
}
.slider-content.style_1 .accordion-item {
		border-bottom: 1px solid #7a7674;
		padding: 1.75rem 0;
}
.slider-content.style_1 .accordion-item:last-child {
		border-bottom: 0;
}
.slider-content.style_1 .accordion-header .accordion-button {
		font-size: 1.5rem;
		color: #775511;
		font-weight: 500;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		padding-right: 0;
}
.slider-content.style_1 .accordion-header .accordion-button:hover {
		color: #775511;
}
.slider-content.style_1 .accordion-body {
		padding: 0;
		max-width: calc(100% - 3rem);
		font-size: 1rem;
		line-height: 1.75;
		color: #000000;
		text-align: justify;
}
.slider-content.style_1 .accordion-body p {
		margin-bottom: 0;
}
.slider-content.style_1 .accordion-body .card_logo {
		max-width: 140px;
		position: relative;
		top: -5px;
		margin: 0 5px;
}
.slider-content.style_1 .slick-list {
		margin: 0 2rem;
		/*overflow: hidden;*/
		-webkit-transition: height .3s ease;
		-o-transition: height .3s ease;
		transition: height .3s ease;
}
.slider-content.style_1 .accordion {
		max-width: calc(100% - 1rem);
		margin: auto;
}
@media screen and (min-width:1200px) {
		.slider-content.style_1.tab-content .tab-pane {
				min-height: 680px;
		}
}
@media screen and (max-width:991px) {
		.slider-nav.style_1 {
				margin-bottom: 1rem;
		}
		.slider-nav.style_1 .nav-link {
				font-size: 1.25rem;
				padding-top: 2rem;
		}
		.slider-content.style_1 .accordion-header .accordion-button, .slider-content.style_1 .accordion-item h2 {
				font-size: 1rem;
				line-height: 1.5;
		}
		.slider-content.style_1 {
				max-width: 100%;
				padding-bottom: 3rem;
		}
		.slider-content.style_1 .accordion-body p {
				font-size: .8125rem;
				margin-bottom: .5rem;
		}
		.slider-content.style_1 .accordion-body {
				padding-bottom: 1rem;
				max-width: 100%;
		}
		.slider-content.style_1 .accordion-item {
				padding: 0;
		}
		.slider-content.style_1 .accordion-body .card_logo {
				max-width: 12vw;
		}
}
@media screen and (max-width:767px) {
		.slider-nav.style_1 .nav-link {
				font-size: 1.125rem;
				padding-top: 2rem;
		}
		.table_block.style_1.ch .table td.dark .icon {
				width: 20px;
				height: 20px;
				bottom: 3px;
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.slider-nav.style_1 .nav-link br, .slider-content.style_1 .accordion-header .accordion-button br {
				display: none !important;
		}
}
@media screen and (max-width:480px) {
		.slider-content.style_1 .slick-list {
				margin: 0;
		}
		.slider-content.style_1 .accordion-body h5 {
				font-size: 1rem;
		}
		.slider-content.style_1 .accordion-body p {
				font-size: .8125rem;
		}
		.slider-nav.style_1 .nav-item {
				min-width: 30%;
		}
		.slider-content.style_1 .accordion-body .card_logo {
				max-width: 18vw;
				top: -2px;
		}
		.slider-nav.style_1 .nav-link {
				font-size: 1rem;
				padding-top: 2rem;
		}
		.slider-content.style_1 {
				max-width: calc(100% - 1rem);
				padding-bottom: 3rem;
		}
		.slider-content.style_1 .accordion-header .accordion-button {
				padding-right: 0;
		}
		.slider-content.style_1 .accordion-header .accordion-button::after {
				right: 0;
				position: relative;
		}
		.slider-content.style_1 .accordion-body {
				max-width: 100%;
				text-align: start;
		}
}
/************************ 
Item Group
************************/
.item-group .slick-list {
		margin: 0;
		overflow: hidden;
}
/************************ 
Flag Block
************************/
.flag_block img {
		width: 30px;
		height: 30px;
		display: inline-block;
		margin-right: 10px;
}
.flag_block > .col {
		margin-bottom: .5rem;
}
.flag_block > .col > div {
		padding: .25rem;
		text-wrap: nowrap;
		border-radius: .5rem;
		background-color: RGBA(255, 255, 255, .5);
}
.flag_block > .col > div:hover {
		background-color: RGBA(255, 255, 255, .95);
}
.flag_block > .col > div, .flag_block > .col > div:hover {
		-webkit-transition: all .1s ease;
		-o-transition: all .1s ease;
		transition: all .1s ease;
}
@media screen and (max-width:991px) {
		.flag_block > .col > div {
				font-size: .8125rem;
		}
		.flag_block img {
				width: 25px;
				height: 25px;
		}
}
@media screen and (max-width:480px) {
		.flag_block > .col > div {
				font-size: .75rem;
		}
		.flag_block img {
				width: 20px;
				height: 20px;
		}
}
/************************ 
Table Block
************************/
.table_block {
		border-radius: 1rem;
		border: 1px solid #b59353;
		overflow: hidden;
}
.table_block.style_1 .table {
		border: 0;
}
.table_block.style_1 .table td {
		vertical-align: middle;
		text-align: center;
		font-size: 1.125rem;
		background-color: RGBA(255, 255, 255, .95);
		border-color: #b59353;
		color: #b59353;
		padding: .5rem;
		position: relative;
}
.table_block.style_1.ch .table td {
		color: #000000;
}
.table_block.style_1.ch .table td .no {
		color: #b59353;
		font-size: 285%;
		font-weight: 700;
}
.table_block.style_1.ch .table td.dark {
		font-size: 1.25rem;
		padding-top: .75rem;
		padding-bottom: .125rem;
}
.table_block.style_1.ch .table td.dark .icon {
		width: 40px;
		height: 40px;
		position: relative;
		bottom: 5px;
		margin-right: .5rem;
}
.table_block.style_1.ch .table td:not(.dark)::after {
		height: 100%;
		background-color: #b59353;
}
.table_block.style_1.ch .table td .no small {
		font-size: 60%;
		font-weight: 6500;
		margin-left: .25rem;
}
.table_block.style_1 .table td:not(.dark)::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		margin: auto;
		display: block;
		width: 1px;
		height: calc(100% - 1.5rem);
		background-color: #eaeaea;
}
.table_block.style_1 .table td:not(.dark)::before {
		content: '';
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		display: block;
		height: 1px;
		width: calc(100% - 2rem);
		background-color: #eaeaea;
}
.table_block.style_1 .table td.dark.has_border::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		margin: auto;
		display: block;
		width: 1px;
		height: calc(100% - 1.5rem);
		background-color: #977b51;
}
.table_block.style_1 .table td.dark.has_border.left::after {
		left: 0;
		right: auto;
}
.table_block.style_1 .table tr td.mid:not(.first):first-child::after, .table_block.style_1 .table tr:nth-child(2) td.mid::before, .table_block.style_1 .table tr td:last-child::after, .table_block.style_1 .table tr:last-child td::before {
		display: none;
}
.table_block.style_1 .table td .no {
		font-size: 180%;
		font-weight: 400;
		margin: 0 .25rem;
		line-height: 1;
}
.table_block.style_1 .table td.dark {
		background-color: #c49958;
		color: #ffffff;
}
.table_block.style_1 .table td.mid {
		background-color: #faf7f2;
}
@media screen and (max-width:1199px) {
		.table_block.style_1.ch .table td.dark .icon {
				width: 30px;
				height: 30px;
				bottom: 4px;
		}
		.table_block.style_1.ch .table td.dark {
				padding-top: .25rem;
				padding-bottom: .25rem;
		}
}
@media screen and (max-width:991px) {
		.table_block.style_1.ch .table td.dark .icon {
				width: 25px;
				height: 25px;
				bottom: 3px;
		}
		.table_block.style_1.ch .table td.dark {
				font-size: 1rem;
				padding-top: .15rem;
		}
		.table_block.style_1.ch .table h5 {
				font-size: 1rem;
		}
		.table_block {
				border-radius: .5rem;
		}
		.table_block.style_1 .table td {
				font-size: .8125rem;
				padding: .25rem;
		}
		.table_block.style_1 .table td .no {
				font-size: 140%;
		}
		.table_block.style_1.ch .table td.dark {
				width: 50%;
		}
}
@media screen and (max-width:480px) {
		.table_block.style_1 .table td .no {
				font-size: 120%;
		}
		.table_block.style_1 .table td {
				font-size: .75rem !important;
				padding: .25rem 0;
				line-height: 1.5;
		}
		.table_block.style_1 .table td small {
				font-size: 65%;
		}
		.table_block.style_1.ch .table td.dark {
				font-size: .8125rem;
				padding-top: .5rem;
		}
		.table_block.style_1.ch .table h5 {
				font-size: .8125rem;
				margin-bottom: .5rem !important;
		}
		.table_block.style_1.ch .table td.dark .icon {
				bottom: 3px;
				width: 20px;
				height: 20px;
				margin-right: .25rem;
		}
}
@media screen and (max-width:320px) {
		.table_block.style_1 .table td.dark {
				font-size: 3vw;
		}
}
/************************ 
Card 
************************/
.card.reset, .card.reset .card-header, .card.reset .card-body, .card.reset .card-footer {
		border: 0;
		background-color: transparent;
}
.card.reset .card-header, .card.reset .card-body, .card.reset .card-footer {
		position: relative;
		z-index: 2;
}
.card.reset.style_1 {
		background-color: #f1ece4;
		text-align: center;
		height: 100%;
		border-radius: 1rem;
		padding: 1.5rem 1rem .5rem 1rem;
}
.card.reset.style_1 .card-header {
		padding: 0;
		overflow: hidden;
}
.card.reset.style_1 .card-body {
		min-height: 140px;
		max-height: 140px;
		height: 140px;
		padding: 1rem 0 0 0;
}
.card.reset.style_1 .card-footer {
		padding: 2rem 0;
}
.card.reset.style_1 .card-header img {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-moz-object-fit: cover;
		-webkit-object-fit: cover;
		-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;
}
.card.reset.style_1:hover .card-header img {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
}
.card.reset.style_1, .card.reset.style_1:hover, .card.reset.style_1 .card-header img, .card.reset.style_1:hover .card-header img {
		-webkit-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
}
.card.reset.style_1:hover {
		-webkit-box-shadow: 0 .35rem .75rem RGBA(203, 189, 165, .75);
		box-shadow: 0 .35rem .75rem RGBA(203, 189, 165, .75);
}
.card.reset.style_1 .card-body h5 .no {
		color: #775511;
}
.card.reset.style_1 .card-body h5 .no .light, .card.reset.style_1 .card-body h5 .no {
		font-weight: 900;
}
.card.reset.style_1 .card-body h5 .no .light {
		position: absolute;
		top: -2px;
		left: -2px;
		right: 0;
		bottom: 0;
		margin: auto;
		overflow: hidden;
		z-index: 2;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: transparent !important;
		background: -o-linear-gradient(140deg, transparent 0%, transparent 40%, #ffdeb4 50%, transparent 60%, transparent 100%);
		background: linear-gradient(-50deg, transparent 0%, transparent 40%, #ffdeb4 50%, transparent 60%, transparent 100%);
		background-size: 400% auto;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: shine_s 25s infinite linear;
		animation: shine_s 25s infinite linear;
}
@-webkit-keyframes shine_s {
		0% {
				background-position: 400% 0;
		}
		100% {
				background-position: -400% 0;
		}
}
@keyframes shine_s {
		0% {
				background-position: 400% 0;
		}
		100% {
				background-position: -400% 0;
		}
}
.card.reset.style_2 .card-header, .card.reset.style_2 .card-body, .card.reset.style_2 .card-footer {
		padding-left: 0;
		padding-right: 0;
}
.card.reset.style_2 {
		background-color: #ffffff;
		min-height: 350px;
		border-radius: 1rem;
		padding: 1.75rem 1.5rem 1rem 1.5rem;
		-webkit-box-shadow: 0 0 .5rem RGBA(203, 189, 165, .5);
		box-shadow: 0 0 .5rem RGBA(203, 189, 165, .5);
		max-width: calc(100% - 2rem);
		margin: 1rem auto;
		overflow: hidden;
		border: 2px solid transparent;
}
.card.reset.style_2:hover {
		border: 2px solid #ffffff;
}
.card.reset.style_2 .card-body a {
		color: #000000;
}
.card.reset.style_2 .card-body a:hover {
		color: #b69353;
}
.card.reset.style_2::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
		width: 100%;
		height: 100%;
		background: -o-linear-gradient(top, #f6f4ef 0%, #ffffff 30%, #ffffff 60%, #f6f4ef 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#f6f4ef), color-stop(30%, #ffffff), color-stop(60%, #ffffff), to(#f6f4ef));
		background: linear-gradient(to bottom, #f6f4ef 0%, #ffffff 30%, #ffffff 60%, #f6f4ef 100%);
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
}
.card.reset.style_2:hover::after {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
}
.card.reset.style_2 h5 {
		display: inline-block;
		position: relative;
}
.card.reset.style_2::after, .card.reset.style_2:hover::after {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.card.reset.style_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;
		min-height: 165px;
		background-image: url("../images/border_left.svg"), url("../images/border_right.svg");
		background-position: left center, right center;
		background-repeat: no-repeat;
		background-size: 3.5vw auto;
		max-width: calc(100% - 1rem);
		margin: auto;
		overflow: hidden;
}
.card.reset.style_3 .card-body {
		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-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}
.card.reset.style_3:not(.none)::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		width: calc(100% - 4rem);
		height: 100%;
		background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 80%);
		background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 80%);
		pointer-events: none;
		z-index: 1;
}
.card.reset.style_3:not(.none):hover::after {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
}
.card.reset.style_3:not(.none)::after, .card.reset.style_3:not(.none):hover::after {
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
}
.card.reset.style_3 .card-body h4 {
		position: relative;
}
.card.reset.style_3 .card-body h4.light {
		position: absolute;
		top: 1px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: transparent !important;
		background: -o-linear-gradient(140deg, transparent 0%, transparent 40%, #ffdeb4 50%, transparent 60%, transparent 100%);
		background: linear-gradient(-50deg, transparent 0%, transparent 40%, #ffdeb4 50%, transparent 60%, transparent 100%);
		background-size: 400% auto;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-animation: shine 18s infinite linear;
		animation: shine 18s infinite linear;
}
@-webkit-keyframes shine {
		0% {
				background-position: 400% 0;
		}
		100% {
				background-position: -400% 0;
		}
}
@keyframes shine {
		0% {
				background-position: 400% 0;
		}
		100% {
				background-position: -400% 0;
		}
}
@media screen and (min-width:1600px) {
		.card.reset.style_3 {
				background-size: 45px auto;
		}
}
@media screen and (max-width:1199px) {
		.card.reset.style_1 p {
				font-size: .8125rem;
		}
		.card.reset.style_1 .card-body {
				min-height: 150px;
				max-height: 150px;
				height: 150px;
				padding: .75rem 0 0 0;
		}
		.card.reset.style_1 .card-footer {
				padding: 1rem 0;
		}
		.card.reset.style_1 .card-footer .btn.btn-more {
				min-width: inherit;
				font-size: .8125rem;
				padding: .25rem .5rem;
		}
		.card.reset.style_2 {
				padding: 1rem .75rem 1rem .75rem;
		}
}
@media screen and (max-width:991px) {
		.card.reset.style_1 {
				padding: 1rem .5rem 0 .5rem;
		}
		.card.reset.style_1 h5 {
				margin-bottom: .75rem;
		}
		.card.reset.style_1 p {
				font-size: .75rem;
		}
		.card.reset.style_1 .card-body {
				min-height: 110px;
				max-height: 110px;
				height: 110px;
				padding: .75rem 0 0 0;
		}
		.card.reset.style_2 {
				padding: 1.25rem .75rem .5rem .75rem;
				min-height: 280px;
		}
		.card.reset.style_2 p {
				font-size: .75rem;
		}
		.card.reset.style_2 .card-header img {
				max-width: 40px;
		}
		.card.reset.style_1 p {
				font-size: .75rem;
		}
		.card.reset.style_2 h5 {
				margin-bottom: .75rem;
		}
		.card.reset.style_2 .card-header {
				padding: 0;
		}
		.card.reset.style_3 h4 {
				font-size: 1.125rem;
				margin-bottom: .5rem;
		}
		.card.reset.style_3 {
				max-width: 100%;
				min-height: 100px;
		}
		.card.reset.style_3 p {
				font-size: .75rem;
				margin-bottom: 0;
		}
		.card.reset.style_3 {
				background-size: 2.5vw auto;
		}
		.card.reset.style_2 {
				padding: 1.25rem .75rem .5rem .75rem;
				min-height: 290px;
				max-width: 90%;
				margin: auto;
		}
		.card.reset.style_2 p {
				font-size: .8125rem;
		}
		.card.reset.style_1 .card-footer {
				-webkit-box-orient: vertical !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: column !important;
				flex-direction: column !important;
		}
		.card.reset.style_1 .card-body {
				min-height: 140px;
				max-height: 140px;
				height: 140px;
		}
}
@media screen and (max-width:767px) {
		.card.reset.style_2 {
				padding: 1.125rem .5rem .5rem .5rem;
				min-height: 290px;
				max-width: 90%;
				margin: auto;
		}
		.card.reset.style_1 {
				padding: .75rem .5rem 0 .5rem;
		}
		.card.reset.style_3 {
				background-size: 3vw auto;
				max-width: 100%;
		}
}
@media screen and (max-width:480px) {
		.card.reset.style_2 .card-header img {
				max-width: 45px;
		}
		.card.reset.style_1 .card-footer, .card.reset.style_1 .card-body {
				min-height: inherit;
				max-height: inherit;
				height: auto;
		}
		.card.reset.style_1 {
				padding: 1.25rem 1rem 0 1rem;
		}
		.card.reset.style_1 .card-footer {
				padding: 1rem 0;
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: normal !important;
				-ms-flex-direction: row !important;
				flex-direction: row !important;
		}
		.card.reset.style_2 {
				padding: 1.25rem .75rem .5rem .75rem;
				min-height: 280px;
				max-width: calc(100% - 1rem);
				margin: auto;
		}
		.card.reset.style_2 .card-header, .card.reset.style_2 .card-body, .card.reset.style_2 .card-footer {
				text-align: center;
				margin: auto;
		}
		.card.reset.style_2 h5 {
				display: block;
				text-align: center;
		}
		.card.reset.style_3 {
				background-size: 9vw auto;
				max-width: 65%;
		}
		.card.reset.style_3 p {
				font-size: .85rem;
				margin-bottom: 0;
		}
}
@media screen and (max-width:320px) {
		.card.reset.style_2 {
				min-height: 300px;
		}
		.card.reset.style_3 {
				background-size: 10vw auto;
				max-width: 75%;
		}
}
/************************ 
Remark Block
************************/
.remark_block {
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.75;
}
.remark_block a {
		color: #b69353;
}
.remark_block a:hover {
		color: #000000;
}
.remark_block .has_line {
		position: relative;
}
.remark_block .has_line::after {
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		background-color: #b69353;
		left: 0;
		bottom: -3px;
		margin: auto;
		position: absolute;
}
.remark_block .has_line:hover::after {
		background-color: #000000;
}
@media screen and (max-width:991px) {
		.remark_block {
				font-size: .8125rem;
		}
}
@media screen and (max-width:480px) {
		.remark_block {
				font-size: .8125rem;
				line-height: 1.75;
		}
}
/************************ 
Button 
************************/
.btn.btn-more {
		border: 0;
		background-color: #b69353;
		border-radius: 5rem;
		font-size: .875rem;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		min-width: 100px;
		color: #ffffff;
		padding-left: 1.25rem;
}
.btn.btn-more:hover {
		background-color: #c5292d;
		color: #ffffff;
}
.btn.btn-outline-more {
		border: 1px solid #b69353;
		background-color: transparent;
		border-radius: .5rem;
		font-size: .875rem;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		min-width: 120px;
		color: #b69353;
		padding-left: 1.25rem;
		font-weight: 600;
}
.btn.btn-outline-more:hover {
		background-color: #b69353;
		color: #ffffff;
}
.btn.btn-outline-more.light {
		background-color: transparent;
		border-color: #ffffff;
		color: #ffffff;
}
.btn.btn-outline-more.light:hover {
		background-color: #ffffff;
		color: #b69353;
}
.btn.btn-link {
		color: #000000;
}
.btn.btn-link:hover {
		color: #b69353;
}
@media screen and (max-width:991px) {
		.btn.btn-more, .btn.btn-outline-more {
				min-width: 100px;
				font-size: .8125rem;
				padding-left: 1rem;
		}
		.btn.btn-link {
				font-size: .85rem;
		}
}
@media screen and (max-width:480px) {
		.btn.btn-more, .btn.btn-outline-more {
				min-width: 90px;
				font-size: .8125rem;
				padding-left: .75rem;
				padding-right: .5rem;
		}
}
/************************ 
Slider
************************/
.slick-dots {
		position: absolute;
		display: block;
		bottom: 18px;
		z-index: 5;
}
.slick-dots li {
		width: 9px;
		height: 9px
}
.slick-dots li button {
		width: 9px;
		height: 9px;
		display: block;
		background-color: #fff;
		border-radius: 50px
}
.slick-dots li button:before {
		display: none
}
.slick-dots li.slick-active button {
		background-color: #debc88;
}
.slick-prev, .slick-next {
		width: 40px;
		height: 40px;
		z-index: 3;
}
.slick-prev {
		left: -40px;
}
.slick-next {
		right: -40px;
}
.slick-prev:before {
		content: "";
		background-image: url('../images/arrow_left.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 40px;
		height: 40px;
		display: block;
		opacity: 0.5;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
		content: "";
		background-image: url('../images/arrow_right.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 40px;
		height: 40px;
		display: block;
		opacity: 0.5;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
}
.slick-prev:before, .slick-next:before, .slick-prev:hover:before, .slick-next:hover:before {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.dbs_s3 .slick-prev {
		left: -40px;
}
.dbs_s3 .slick-next {
		right: -40px;
}
@media screen and (min-width:1600px) {
		.slick-prev {
				left: -40px;
		}
		.slick-next {
				right: -40px;
		}
		.dbs_s2 .slick-prev {
				left: -40px;
		}
		.dbs_s2 .slick-next {
				right: -40px;
		}
		.dbs_s3 .slick-prev {
				left: -45px;
		}
		.dbs_s3 .slick-next {
				right: -45px;
		}
}
@media screen and (max-width:1199px) {
		.slick-prev {
				left: -30px;
		}
		.slick-next {
				right: -30px;
		}
		.slick-prev, .slick-next, .slick-prev:before, .slick-next:before {
				width: 35px;
				height: 35px;
		}
		.dbs_s3 .slick-prev {
				left: -30px;
		}
		.dbs_s3 .slick-next {
				right: -30px;
		}
		.item-group {
				max-width: 90%;
				margin: auto;
		}
		.item-group .slick-list {
				margin: 0 2rem;
				overflow: hidden;
		}
}
@media screen and (max-width:991px) {
		.slick-next {
				right: -25px;
		}
		.slick-prev {
				left: -25px;
		}
		.slick-prev, .slick-next, .slick-prev:before, .slick-next:before {
				width: 30px;
				height: 30px;
		}
		.item-group .slick-list {
				margin: 0 1rem;
				overflow: hidden;
		}
}
@media screen and (max-width:480px) {
		.slick-next {
				right: 0;
		}
		.slick-prev {
				left: 0;
		}
		.item-group .slick-list {
				margin: 0;
		}
}
/************************ 
KV
************************/
.dbs_kv .slick-slider {
		margin-bottom: 0
}
.dbs_kv-item {
		position: relative
}
.dbs_kv-text, .dbs_kv-text_pc {
		position: absolute;
		padding: 5px
}
.dbs_kv-img {
		width: 100%;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		-moz-transition: all .5s ease;
		-webkit-transition: all .5s ease;
		display: block;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		aspect-ratio: 1920 / 700;
		height: 520px;
}
.dbs_kv-text {
		top: 0;
		width: 100%;
		max-width: 1150px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		height: 100%;
		text-shadow: -.25rem .25rem .35rem RGBA(0, 0, 0, .75);
}
.dbs_kv-text > a {
		max-width: calc(100% - 190px);
		color: #ffffff;
}
.dbs_kv-text h1 {
		font-size: 3rem;
		line-height: 1.25;
		margin-bottom: 1.5rem;
		color: #ffffff;
		font-weight: 600;
}
.item_3 .dbs_kv-text h1 .tag {
		font-size: 1.125rem;
		line-height: 1.25;
		display: inline-block;
		padding: .5rem 1rem;
		border-radius: .75rem;
		color: #ffffff;
		text-shadow: none;
		background-color: #ac8b5b;
		margin-right: .5rem;
		position: relative;
		bottom: -10px;
		font-weight: 500;
}
.item_3 .dbs_kv-text h1 .text small {
		font-size: 80%;
		font-weight: 700;
		margin-left: .125rem;
}
.item_4 .dbs_kv-text, .item_3 .dbs_kv-text {
		text-shadow: 0 .25rem .25rem RGBA(0, 0, 0, .75);
}
.item_3 .dbs_kv-text h1 .has_border {
		border-bottom: 1px solid #ffffff;
		padding-bottom: 1rem;
		margin-bottom: .5rem;
}
.item_3 .dbs_kv-text h1 {
		font-size: 6rem;
		line-height: 1;
}
.item_4 .dbs_kv-text h1 {
		font-size: 6.25rem;
		line-height: 1;
}
.item_4 .dbs_kv-text h2 {
		font-size: 2.125rem;
		line-height: 1.5;
		letter-spacing: .035rem;
		color: #ffffff;
}
.item_4 .dbs_kv-text h1 .tag {
		font-size: 1.75rem;
		line-height: 1.35;
		display: inline-block;
		padding: .25rem 1.25rem .25rem 0;
		color: #ac8b5b;
		border-right: 2px solid #ac8b5b;
		margin-right: 1rem;
		position: relative;
		bottom: -10px;
		font-weight: 600;
		text-shadow: 1px 2px 1px RGBA(0, 0, 0, 1);
}
.item_4 .dbs_kv-text p {
		font-size: 1.35rem;
}
.item_4 .dbs_kv-text h1 .text small {
		font-size: 80%;
		font-weight: 700;
		margin-left: .125rem;
}
.item_5 .dbs_kv-text h1 {
		font-size: 2.125rem;
		line-height: 1.5;
		color: #000000;
		text-shadow: none;
		font-weight: 600;
		margin-bottom: 1rem;
}
.item_5.p4 .dbs_kv-text h1 {
		font-size: 2rem;
}
.item_5 .dbs_kv-text .cards {
		max-width: 330px;
}
.item_5 .dbs_kv-text h1 .large {
		font-size: 120%;
		line-height: 0;
		color: #ff3333;
		font-weight: 800;
}
.item_5.p4 .dbs_kv-text h1 .large {
		font-size: 120%;
}
.item_5 .dbs_kv-text h1 .large small {
		font-size: 80%;
		font-weight: 600;
}
.item_5 .dbs_kv-text h2 {
		font-size: 1.5rem;
		line-height: 1.5;
		letter-spacing: normal;
		color: #000000;
		text-shadow: none;
		font-weight: 600;
		margin-bottom: 1rem;
}
.dbs_kv-text h1.block_style {
		padding: 2rem 6rem 2rem 2.75rem;
		font-size: 2.5rem;
		line-height: 1.25;
		margin-bottom: 1.5rem;
		background-color: #950c06;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
}
.dbs_kv-text h2 {
		font-size: 1.5rem;
		line-height: 1.5;
		letter-spacing: .035rem;
		color: #ffffff;
}
.dbs_kv-text .sp {
		font-size: 3.5rem;
		line-height: 1.25;
		color: #e60012;
		text-shadow: -.25rem .25rem 0 RGBA(0, 0, 0, .5);
}
.dbs_kv-text .sp img {
		max-width: 295px;
		position: relative;
		bottom: -2px;
		margin-left: 5px;
}
.dbs_kv-text p.min_txt {
		font-size: 18px
}
.dbs_kv-text p span {
		font-size: 125%;
		font-weight: 700
}
.dbs_kv-text p b {
		font-size: 100%;
		font-weight: 700
}
.dbs_kv-text_pc {
		bottom: 37px;
		width: 45%;
		right: 0;
		text-align: left
}
.dbs_kv-text_pc img {
		max-width: 100%;
		display: inline-block
}
.dbs_kv .slick-next {
		right: 20px;
}
.dbs_kv .slick-prev {
		left: 20px;
}
@media screen and (min-width:1366px) {
		.item_5 .dbs_kv-text h1 {
				font-size: 2.25rem;
		}
		.item_5 .dbs_kv-text .cards {
				max-width: 360px;
		}
		.item_5.p4 .dbs_kv-text h1 {
				font-size: 2rem;
		}
		.item_5 .dbs_kv-text h1 .large {
				font-size: 130%;
		}
}
@media screen and (min-width:1920px) {
		.dbs_kv-img {
				max-width: 2560px;
				margin: auto;
		}
}
@media screen and (max-width:1199px) {
		.item_5.p4 .dbs_kv-text h1 .large {
				font-size: 145%;
		}
		.item_5 .dbs_kv-text .cards {
				max-width: 27vw;
		}
		.dbs_kv-text {
				max-width: 100%;
				left: 0;
				-webkit-transform: translate(0, 0);
				-ms-transform: translate(0, 0);
				transform: translate(0, 0);
				padding-left: 2rem;
		}
		.dbs_kv-img {
				aspect-ratio: 1024 / 490;
				height: 490px;
				background-position: 80% center;
		}
		.dbs_kv-text > a {
				max-width: calc(100% - 540px);
		}
		.dbs_kv-text h1 {
				font-size: 2.5rem;
		}
		.dbs_kv-text h2 {
				font-size: 1.275rem;
		}
		.item_3 .dbs_kv-text h1 {
				font-size: 4.5rem;
		}
		.item_3 .dbs_kv-text h1 .tag {
				font-size: 1rem;
				bottom: 0;
		}
		.item_3 .dbs_kv-text h1 .has_border {
				margin-bottom: .75rem;
				padding-bottom: .75rem;
		}
		.item_4 .dbs_kv-text h1 {
				font-size: 5rem;
		}
		.item_4 .dbs_kv-text h1 .tag {
				font-size: 1.5rem;
				padding: .125rem 1.25rem .125rem 0;
				bottom: -5px;
		}
		.item_4 .dbs_kv-text h1 .has_border {
				margin-bottom: .75rem;
				padding-bottom: .75rem;
		}
		.item_5.p4 .dbs_kv-text h1, .item_5 .dbs_kv-text h1 {
				font-size: 1.75rem;
				text-shadow: 0 0 .75rem RGBA(255, 255, 255, .65);
		}
		.item_5 .dbs_kv-text h2 {
				font-size: 1.215rem;
		}
		.item_5 .dbs_kv-img {
				background-position: 55% center;
		}
		.dbs_kv-text .sp {
				font-size: 2.5rem;
		}
		.dbs_kv-text .sp img {
				max-width: 20vw;
		}
}
@media screen and (max-width:991px) {
		.item_5.p4 .dbs_kv-text h1 .large {
				font-size: 145%;
		}
		.item_5 .dbs_kv-img {
				background-position: left center;
		}
		.item_5 .dbs_kv-text .cards {
				max-width: 30vw;
		}
		.item_5.p4 .dbs_kv-text h1, .item_5 .dbs_kv-text h1 {
				font-size: 1.5rem;
		}
		.item_5 .dbs_kv-text h2 {
				font-size: 1.125rem;
		}
		.dbs_kv-text > a {
				max-width: 100%;
		}
		.dbs_kv-img {
				aspect-ratio: 768 / 300;
				height: 300px;
				background-position: center center;
		}
		.dbs_kv-text h1 {
				font-size: 2rem;
		}
		.dbs_kv-text h2 {
				font-size: 1rem;
		}
		.dbs_kv-text .sp {
				font-size: 2rem;
		}
		.item_3 .dbs_kv-text h2 {
				font-size: 1rem;
				margin-bottom: 1rem;
		}
		.item_3 .dbs_kv-text p {
				font-size: .75rem;
		}
		.item_3 .dbs_kv-text h1 {
				font-size: 3rem;
		}
		.item_3 .dbs_kv-text h1 .tag {
				font-size: .8125rem;
				padding: .5rem .5rem;
				border-radius: .25rem;
		}
		.item_4 .dbs_kv-text h2 {
				font-size: 1.25rem;
				margin-bottom: 1rem;
		}
		.item_4 .dbs_kv-text p {
				font-size: .825rem;
		}
		.item_4 .dbs_kv-text h1 {
				font-size: 3.5rem;
		}
		.item_4 .dbs_kv-text h1 .tag {
				font-size: 1.25rem;
				padding: .125rem .75rem .125rem 0;
				margin-right: .5rem;
				line-height: 1.25;
				bottom: -5px;
		}
}
@media screen and (max-width: 991px) and (orientation: landscape) {
		.item_5 .dbs_kv-text .cards {
				max-width: 26vw;
		}
}
@media screen and (max-width:767px) {
		.item_5 .dbs_kv-text .cards {
				max-width: 36vw;
		}
		.item_4 .dbs_kv-text h2 {
				font-size: 1.125rem;
				margin-bottom: .75rem;
		}
		.item_4 .dbs_kv-text p {
				font-size: .8125rem;
		}
		.item_4 .dbs_kv-text h1 {
				font-size: 3.25rem;
		}
		.item_4 .dbs_kv-text h1 .tag {
				font-size: 1.125rem;
				padding: .125rem .75rem .125rem 0;
				margin-right: .5rem;
				line-height: 1.25;
				bottom: -5px;
		}
		.item_5 .dbs_kv-img {
				background-position: left center;
		}
		.item_5 .dbs_kv-text h1 {
				font-size: 1.5rem;
		}
		.item_5 .dbs_kv-text h2 {
				font-size: 1rem;
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.item_5 .dbs_kv-text .cards {
				max-width: 38vw;
		}
		.item_5 .dbs_kv-img {
				background-position: left center;
		}
		.item_5 .dbs_kv-text h1 {
				font-size: 1.35rem;
		}
		.item_5.p4 .dbs_kv-text h1 .large {
				font-size: 140%;
		}
		.item_5.p4 .dbs_kv-text h1 {
				font-size: 1.35rem;
		}
		.item_5 .dbs_kv-text h2 {
				font-size: .875rem;
		}
		.dbs_kv-text .sp img {
				max-width: 25vw;
		}
}
@media screen and (max-width:480px) {
		.item_5 .dbs_kv-img {
				background-position: right center;
		}
		.item_5 .dbs_kv-text h1 {
				font-size: .9375rem;
				margin-bottom: .5rem;
		}
		.item_5.p4 .dbs_kv-text h1 {
				font-size: 1rem;
				margin-bottom: .5rem;
		}
		.item_5 .dbs_kv-text .cards {
				max-width: 42vw;
		}
		.item_5.p4 .dbs_kv-text h1 .large {
				font-size: 1.45rem;
				line-height: 1;
		}
		.item_5 .dbs_kv-text h1 .large {
				font-size: 1.15rem;
				line-height: 1;
		}
		.item_5 .dbs_kv-text h2 {
				font-size: .75rem;
				margin-bottom: .75rem;
		}
		.item_3 .dbs_kv-text h1 {
				font-size: 2.5rem;
		}
		.item_3 .dbs_kv-text h2 {
				font-size: .85rem;
				margin-bottom: .5rem;
		}
		.item_3 .dbs_kv-text p {
				font-size: .75rem;
		}
		.item_3 .dbs_kv-text h1 .tag {
				font-size: .8125rem;
				padding: .25rem .5rem;
				border-radius: .25rem;
		}
		.item_3 .dbs_kv-text h1 .has_border {
				padding-bottom: .5rem;
				margin-bottom: .5rem;
		}
		.item_4 .dbs_kv-text h1 {
				font-size: 2.5rem;
		}
		.item_4 .dbs_kv-text h2 {
				font-size: 1rem;
				margin-bottom: .5rem;
		}
		.item_4 .dbs_kv-text p {
				font-size: .75rem;
		}
		.item_4 .dbs_kv-text h1 .tag {
				font-size: .85rem;
				padding: .125rem .5rem .125rem 0;
				margin-right: .35rem;
				line-height: 1.35;
				bottom: -5px;
				text-shadow: 1px 2px 1px RGBA(0, 0, 0, 1);
		}
		.item_4 .dbs_kv-text h1 .has_border {
				padding-bottom: .5rem;
				margin-bottom: .5rem;
		}
		.dbs_kv-img {
				aspect-ratio: 750 / 220;
				padding-top: 0;
				height: 220px;
		}
		.dbs_kv-text {
				padding-left: 1rem;
				text-shadow: 0 1px 5px RGBA(0, 0, 0, .85);
		}
		.dbs_kv-text > a {
				max-width: 100%;
		}
		.dbs_kv-text h1 {
				font-size: 1.5rem;
				margin-bottom: 1rem;
				font-weight: 700;
				line-height: 1.5;
		}
		.dbs_kv-text h2 {
				font-size: .75rem;
				margin-bottom: 1rem;
		}
		.dbs_kv-text .sp {
				font-size: 1.5rem;
				font-weight: 600;
				text-shadow: 0 2px .25rem RGBA(0, 0, 0, .75);
		}
		.dbs_kv-text .sp img {
				max-width: 30vw;
		}
}
@media screen and (max-width:320px) {
		.item_3 .dbs_kv-text h1 {
				font-size: 2.25rem;
		}
		.item_5 .dbs_kv-img {
				background-position: 70% center;
		}
		.item_5 .dbs_kv-text h1 {
				font-size: .875rem;
				margin-bottom: .5rem;
		}
		.item_5.p4 .dbs_kv-text h1 {
				font-size: .875rem;
				margin-bottom: .5rem;
		}
		.item_5.p4 .dbs_kv-text h1 .large {
				font-size: 1.25rem;
		}
		.item_5:not(.p4) .dbs_kv-text h1 .large {
				font-size: 1.1rem;
		}
		.item_5 .dbs_kv-text .cards {
				max-width: 37vw;
		}
}
/************************ 
SubMenu
************************/
.dbs_title {
		background-color: #f1ece4;
		height: 139px;
		top: 48px;
		overflow: hidden;
		z-index: 1018;
}
.dbs_title ul {
		padding: 0;
		margin: 0;
		list-style: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}
.dbs_title ul li {
		text-align: center;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6%;
		flex: 0 0 16.6%;
		max-width: 16.6%;
}
.dbs_title ul li a {
		padding: 1rem .5rem;
		display: block;
		border-bottom: 5px solid transparent;
}
.dbs_title ul li a.first, .dbs_title ul li a.active, .dbs_title ul li a:hover, .dbs_title ul li a {
		-webkit-transition: background-color .1s linear, border-color .1s linear;
		-o-transition: background-color .1s linear, border-color .1s linear;
		transition: background-color .1s linear, border-color .1s linear;
}
.dbs_title ul li a.first, .dbs_title ul li a.active {
		background-color: #ffffff;
		border-bottom-color: #c95;
}
.dbs_title ul li a:not(.active):hover {
		background-color: RGBA(255, 255, 255, .75);
		border-bottom-color: #c95;
}
.dbs_title ul li img {
		max-width: 80px;
		margin-bottom: .5rem;
}
.dbs_title ul li .icon {
		height: 75px;
}
.dbs_title.ontop ul li .icon {
		height: 0;
		overflow: hidden;
}
.dbs_title ul li .icon img {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
}
.dbs_title.ontop ul li .icon img {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
}
.dbs_title, .dbs_title ul li, .dbs_title.ontop, .dbs_title.ontop ul li {
		-webkit-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
}
.dbs_title ul li .icon, .dbs_title ul li .icon img, .dbs_title.ontop ul li .icon, .dbs_title.ontop ul li .icon img {
		-webkit-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
}
.dbs_title.ontop {
		height: 48px;
		top: 48px;
		-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);
}
.dbs_title.ontop ul li a {
		padding: .5rem .5rem;
		height: 48px;
}
.dbs_title.ontop ul li .icon {
		height: 0;
}
.dbs_title ul li p {
		margin-bottom: 0;
		font-size: 1.125rem;
		color: #000;
}
.dbs_title ul li p sub {
		top: -7px;
		font-size: 12px;
		color: #c5292d;
		font-weight: 700
}
.dbs_title.dbs_fx ul li a {
		padding: 13px 5px 9.5px
}
.dbs_title.dbs_fx ul li img {
		display: none
}
.dbs_title-btn {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		display: none;
		-webkit-box-shadow: -3px 0 6px 0 rgba(150, 144, 139, .3);
		box-shadow: -3px 0 6px 0 rgba(150, 144, 139, .3);
		z-index: 1
}
.dbs_title-btn a {
		background-color: #c5292d;
		display: block;
		font-size: 13px;
		font-weight: 700;
		color: #fff;
		padding: 12.5px 13.5px
}
@media screen and (max-width:991px) {
		.dbs_title.ontop ul li a {
				height: 39px;
		}
		.dbs_title {
				height: inherit;
		}
		.dbs_title ul li .icon {
				height: 50px;
		}
		.dbs_title ul li img {
				max-width: 7vw;
				margin-bottom: .5rem;
		}
		.dbs_title ul li p {
				font-size: .8125rem;
		}
		.dbs_title.ontop {
				height: inherit;
		}
		.dbs_title ul li a {
				border-bottom-width: 3px;
		}
		.dbs_title {
				display: none;
		}
}
@media screen and (max-width:767px) {
		.dbs_title .container {
				padding: 0
		}
		.dbs_title-btn {
				display: block
		}
		.dbs_title .swiper-container {
				width: calc(100% - 79px);
				position: relative
		}
		.dbs_title .swiper-container:after {
				content: '';
				position: absolute;
				top: 0;
				right: 0;
				width: 35px;
				height: 100%;
				background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #f3f3f3 90%);
				background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(90%, #f3f3f3));
				background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #f3f3f3 90%);
				pointer-events: none;
				z-index: 1
		}
		.dbs_title ul li {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 153px;
				flex: 0 0 153px;
				max-width: 153px
		}
		.dbs_title ul li a {
				padding: 13px 5px 9.5px;
				border-bottom: 3px solid transparent
		}
		.dbs_title ul li a.active {
				border-bottom: 3px solid #c5292d
		}
		.dbs_title ul li img {
				display: none
		}
		.dbs_title ul li p {
				margin-bottom: 0;
				font-size: 13px;
				color: #000
		}
}
@media screen and (max-width:480px) {
		.dbs_title {
				display: none;
		}
}
/************************ 
Content
************************/
.dbs_s3, .dbs_s5 {
		padding-top: 5rem;
		padding-bottom: 5rem;
}
.dbs_s1 {
		padding-top: 3.5rem;
		padding-bottom: 5rem;
}
.dbs_s2 {
		padding-top: 0;
		padding-bottom: 0;
}
.dbs_s1 h5, .dbs_s3 h5, .dbs_s4 h5 {
		font-size: 1.375rem;
		margin-bottom: 1rem;
		font-weight: 600;
}
.dbs_s5 h4 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
		font-weight: 500;
		color: #b69353;
}
.dbs_s5 p {
		font-size: .875rem;
		margin-bottom: 0;
}
.dbs_s1 h5, .dbs_s3 h5 {
		color: #b69353;
}
.dbs_s1 h5 .no, .dbs_s3 h5 .no {
		font-size: 140%;
		font-weight: 800;
}
.dbs_s1 h3, .dbs_s3 h3, .dbs_s4 h3, .dbs_s5 h3 {
		font-size: 2.25rem;
		font-weight: 600;
}
.dbs_s1 h3, .dbs_s3 h3, .dbs_s5 h3 {
		color: #b69353;
}
.dbs_s1 p, .dbs_s3 p, .dbs_s4 p {
		font-size: 1rem;
		margin-bottom: 0;
}
.dbs_s1 a, .dbs_s1 p, .dbs_s3 p {
		color: #000000;
}
.dbs_s1 a:hover {
		color: #b69353;
}
.dbs_s2 {
		background-image: url("../images/city_n.jpg");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
		position: relative;
		background-color: #f8f7f3;
}
.dbs_s2::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		display: block;
		background: -o-linear-gradient(top, RGBA(255, 255, 255, .5)0%, RGBA(255, 255, 255, .25)100%);
		background: -webkit-gradient(linear, left top, left bottom, from(RGBA(255, 255, 255, .5)), to(RGBA(255, 255, 255, .25)));
		background: linear-gradient(to bottom, RGBA(255, 255, 255, .5)0%, RGBA(255, 255, 255, .25)100%);
}
.dbs_s3 {
		background-color: #f1ece4;
}
.dbs_s4 {
		background-image: url("../images/checkerboard_l.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		padding: 5rem 0;
}
.dbs_s4 .topic_card {
		padding: 2rem;
		color: #ffffff;
		position: relative;
}
.dbs_s4 .topic_card > * {
		position: relative;
		z-index: 3;
}
.dbs_s4 .topic_card::after, .dbs_s4 .topic_card::before {
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		background-color: #b69353;
		position: absolute;
		top: 0;
		left: 0;
		margin: auto;
		z-index: 2;
}
.dbs_s4 .topic_card::after {
		background-color: #ffffff;
		z-index: 1;
		opacity: .85;
}
.dbs_s4 .topic_card:hover {
		-webkit-transform: translate(-5px, -5px);
		-ms-transform: translate(-5px, -5px);
		transform: translate(-5px, -5px);
}
.dbs_s4 .topic_card:hover::after {
		-webkit-transform: translate(12px, 12px);
		-ms-transform: translate(12px, 12px);
		transform: translate(12px, 12px);
}
.dbs_s4 .topic_card, .dbs_s4 .topic_card::after, .dbs_s4 .topic_card:hover, .dbs_s4 .topic_card:hover::after {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
}
.dbs_s4 .topic_card h3 {
		display: block;
		padding-bottom: 1rem;
		border-bottom: 1px solid #ffffff;
		margin-bottom: 1rem;
}
.dbs_s5 {
		background-color: #f1ece4;
}
@media screen and (min-width:1600px) {
		.dbs_s4 {
				padding: 9rem 0;
		}
}
@media screen and (min-width:1920px) {
		.dbs_s2 {
				background-position: center bottom;
				background-size: 2560px auto;
				background-color: #f8f7f3;
		}
		.dbs_s4 {
				background-position: center 65%;
				background-size: 2560px auto;
				background-color: #0f1417;
		}
}
@media screen and (max-width:1199px) {
		.dbs_s5 h4 {
				font-size: 1.35rem;
		}
		.dbs_s5 p {
				font-size: .8125rem;
		}
		.dbs_s1 h3, .dbs_s3 h3, .dbs_s4 h3, .dbs_s5 h3 {
				font-size: 2rem;
		}
		.dbs_s1 h5, .dbs_s3 h5, .dbs_s4 h5 {
				font-size: 1.25rem;
				margin-bottom: .5rem;
		}
		.dbs_s1 p, .dbs_s4 p {
				font-size: 1rem;
		}
		.dbs_s3 p {
				font-size: .875rem;
		}
}
@media screen and (max-width:991px) {
		.dbs_s4 .topic_card h3, .dbs_s1 h3, .dbs_s3 h3, .dbs_s4 h3, .dbs_s5 h3 {
				font-size: 1.5rem;
		}
		.dbs_s1 p, .dbs_s3 p, .dbs_s4 p {
				font-size: .8125rem;
		}
		.dbs_s1, .dbs_s3 {
				padding-top: 3rem;
				padding-bottom: 3rem;
		}
		.dbs_s5 {
				padding-top: 3rem;
				padding-bottom: 2rem;
		}
		.dbs_s1 h5, .dbs_s3 h5, .dbs_s4 h5 {
				font-size: 1rem;
				margin-bottom: 0;
		}
		.dbs_s4 {
				padding: 2rem 0;
		}
		.dbs_s4 .topic_card {
				padding: 1.5rem;
		}
		.dbs_s4 .topic_card:hover {
				-webkit-transform: translate(-2px, -2px);
				-ms-transform: translate(-2px, -2px);
				transform: translate(-2px, -2px);
		}
		.dbs_s4 .topic_card:hover::after {
				-webkit-transform: translate(5px, 5px);
				-ms-transform: translate(5px, 5px);
				transform: translate(5px, 5px);
		}
}
@media screen and (max-width:767px) {
		.dbs_s5 .container.wide, .dbs_s3 .container, .dbs_s1 .container.wide, .dbs_s2 .container.wide.sub {
				max-width: calc(100% - 1rem);
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.dbs_s5 .col-sm-4, .dbs_s1 .card_list .col-sm-4 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 33.33333333%;
		}
		.card.reset.style_1 p {
				font-size: 1.75vw;
				margin-bottom: 1rem !important;
		}
		.dbs_s1 h3 {
				margin-bottom: 1rem !important;
		}
		.dbs_s1 h3 br.d-block {
				display: none !important;
		}
		.dbs_s1 p {
				margin-bottom: 2rem !important;
		}
		.dbs_s5 .col-sm-6 {
				flex: 0 0 auto;
				width: 50%;
		}
		.marquee-item {
				font-size: .75rem;
		}
		.card.reset.style_1 .card-body {
				min-height: 120px;
				max-height: 120px;
				height: 120px;
				padding: .75rem 0 0 0;
		}
		.card.reset.style_3 {
				max-width: 75%;
		}
		.card.reset.style_2 {
				min-height: 310px;
		}
		.card.reset.style_3 h4 {
				font-size: 1.125rem;
		}
		.card.reset.style_3 p {
				font-size: .75rem;
				margin-bottom: 0;
		}
		.card.reset.style_3 .card-body {
				padding: 1rem .75rem;
		}
		.dbs_s5 .container.wide {
				max-width: calc(100% - 1rem);
		}
}
@media screen and (max-width:480px) {
		.card.reset.style_2 p, .card.reset.style_1 p {
				font-size: .85rem;
		}
		.dbs_s1 p {
				font-size: .825rem;
				text-wrap: nowrap;
		}
		.card.reset.style_1 .card-body {
				min-height: inherit;
				max-height: inherit;
				height: auto;
		}
		.dbs_s1 .card_list {
				max-width: calc(100% - 2.5rem);
				margin: auto;
		}
		.dbs_s1 h5, .dbs_s3 h5, .dbs_s4 h5 {
				font-size: 1.25rem;
		}
		.dbs_s5 .container.wide, .dbs_s3 .container, .dbs_s1 .container.wide, .dbs_s2 .container.wide.sub {
				max-width: 100%;
		}
		.dbs_s4 .topic_card h3, .dbs_s1 h3, .dbs_s3 h3, .dbs_s4 h3, .dbs_s5 h3 {
				font-size: 1.5rem;
				line-height: 1.5;
		}
		.dbs_s4 .topic_card {
				padding: 1rem .5rem 1rem .5rem;
				max-width: 80%;
				margin-left: -12px;
		}
		.dbs_s4 {
				padding: 3rem 0;
				background-position: left center;
				background-size: 180% auto;
		}
		.dbs_s3 .item-group {
				max-width: calc(100% - 6rem);
				margin: auto;
		}
		.dbs_s3 .item-group .slick-next {
				right: -40px;
		}
		.dbs_s3 .item-group .slick-prev {
				left: -40px;
		}
}
@media screen and (max-width:375px) {
		.dbs_s1 p {
				font-size: .8125rem;
		}
}
@media screen and (max-width:320px) {
		.card.reset.style_2 p, .card.reset.style_1 p, .dbs_s1 p {
				font-size: .8125rem;
		}
		.card.reset.style_1 .card-footer .btn.btn-more {
				font-size: .75rem;
				padding: .25rem .5rem;
		}
		.dbs_s1 .card_list {
				max-width: calc(100% - 1rem);
				margin: auto;
		}
		.dbs_s4 p {
				font-size: .75rem;
		}
		.dbs_s4 .topic_card {
				padding: 1rem .75rem;
				max-width: 90%;
		}
}
/************************
GoTop
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 1052;
		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: 13px;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
				width: 30px;
				height: 30px;
				bottom: 15px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}
/************************ 
Notice
************************/
.dbs_Notice {
		background-color: #ffffff;
		padding: 2rem 0 6.5rem 0;
}
.dbs_Notice-title {
		cursor: pointer;
		position: relative;
		font-size: 1.75rem;
		color: #000
}
.dbs_Notice-title span {
		position: relative;
		margin-left: .5rem;
		top: -2px;
		display: inline-block;
		max-width: 40px;
}
.dbs_Notice-cont ol {
		padding-left: 20px
}
.dbs_Notice-cont ol.no_list {
		list-style: none;
		padding-left: 0
}
.dbs_Notice-cont ol li {
		font-size: 13px;
		line-height: 2
}
.dbs_Notice-cont ol li a {
		color: #000;
		text-decoration: underline
}
.dbs_Notice-cont ol ol {
		list-style: none;
		counter-reset: ncounter;
		padding-left: 20px
}
.dbs_Notice-cont ol ol li {
		counter-increment: ncounter;
		position: relative
}
.dbs_Notice-cont ol ol li:before {
		content: "("counter(ncounter) ") ";
		position: absolute;
		left: -20px
}
.dbs_Notice .table_style thead th {
		border-bottom: 2px solid red;
		font-weight: 700
}
.dbs_Notice .table_block {
		border-radius: .5rem;
}
.dbs_Notice .table_block.style_1 .table {
		table-layout: fixed !important;
}
.dbs_Notice .table_block.style_1 .table td {
		font-size: 13px;
		line-height: 1.5;
}
.dbs_Notice .table_block.style_1 .table td:first-child {
		width: 180px;
}
@media screen and (max-width:1199px) {
		.dbs_Notice-title {
				font-size: 1.5rem;
		}
		.dbs_Notice {
				padding: 2rem 0 5rem 0;
		}
}
@media screen and (max-width:991px) {
		.dbs_Notice {
				padding: 2rem 0 3rem 0;
		}
		.dbs_Notice-title {
				font-size: 1rem;
		}
		.dbs_Notice-title span {
				top: -3px;
				max-width: 30px;
		}
		.dbs_Notice-title {
				text-align: center;
		}
}
@media screen and (max-width:767px) {
		.dbs_Notice .table_block.style_1 .table td:first-child {
				width: 90px;
		}
		.dbs_Notice {
				padding: 1rem 0 2.5rem 0
		}
		.dbs_Notice-cont ol {
				padding-left: 20px
		}
		.dbs_Notice-cont ol li {
				font-size: 13px;
				line-height: 2
		}
}
@media screen and (max-width:480px) {
		.dbs_Notice .table_block.style_1 .table td:first-child {
				width: 60px;
		}
		.dbs_Notice {
				padding: 1rem 0 3rem 0;
		}
		.dbs_Notice .table_style thead th {
				padding: 1px;
		}
}
/************************ 
Fixed AD
************************/
.fixed_ad {
		display: inline-block;
		width: 85px;
		right: 0;
		bottom: 6rem;
		text-align: end;
		z-index: 1050;
}
.fixed_ad img {
		left: 0;
		top: 0;
}
.fixed_ad a:hover img {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
}
.fixed_ad a img, .fixed_ad a:hover img {
		-webkit-transition: all .2s ease;
		-o-transition: all .2s ease;
		transition: all .2s ease;
}
@media screen and (min-width:1200px) {
		.fixed_ad.hide-right {
				-webkit-transform: translateX(100%);
				-ms-transform: translateX(100%);
				transform: translateX(100%);
				-webkit-transition: -webkit-transform 0.3s ease;
				transition: -webkit-transform 0.3s ease;
				-o-transition: transform 0.3s ease;
				transition: transform 0.3s ease;
				transition: transform 0.3s ease, -webkit-transform 0.3s ease;
		}
		.fixed_ad {
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
				-webkit-transition: -webkit-transform 0.3s ease;
				transition: -webkit-transform 0.3s ease;
				-o-transition: transform 0.3s ease;
				transition: transform 0.3s ease;
				transition: transform 0.3s ease, -webkit-transform 0.3s ease;
		}
}
@media screen and (min-width:1366px) {
		.fixed_ad {
				width: 100px;
		}
}
@media screen and (max-width:1199px) {
		.fixed_ad {
				width: 90px;
				display: none !important;
		}
}
@media screen and (max-width:991px) {
		.fixed_ad {
				width: 80px;
				bottom: 3.5rem;
		}
}
@media screen and (max-width:767px) {
		.fixed_ad {
				width: 70px;
				bottom: 3.5rem;
		}
}
@media screen and (max-width:480px) {
		.fixed_ad {
				width: 60px;
				bottom: 4rem;
		}
}
/************************ 
Marquee
************************/
.marquee_block {
		background-color: #b69353;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 100%;
		height: 80px;
		z-index: 1018;
		ransform: translateY(0);
}
.marquee_block.hide {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
}
.marquee_block, .marquee_block.hide {
		-webkit-transition: -webkit-transform .75s ease;
		transition: -webkit-transform .75s ease;
		-o-transition: transform .75s ease;
		transition: transform .75s ease;
		transition: transform .75s ease, -webkit-transform .75s ease;
}
.marquee_block > .container.wide .space {
		z-index: 3;
}
.marquee_block > .container.wide .space, .marquee_block > .container.wide {
		overflow: hidden;
}
.marquee_block > .container.wide .space::before, .marquee_block > .container.wide .space::after {
		content: '';
		width: 5rem;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
		z-index: 3;
		pointer-events: none;
}
.marquee_block > .container.wide .space::before {
		background: -o-linear-gradient(left, RGBA(182, 147, 83, 1)20%, RGBA(182, 147, 83, 0)90%);
		background: -webkit-gradient(linear, left top, right top, color-stop(20%, RGBA(182, 147, 83, 1)), color-stop(90%, RGBA(182, 147, 83, 0)));
		background: linear-gradient(to right, RGBA(182, 147, 83, 1)20%, RGBA(182, 147, 83, 0)90%);
		left: 0;
}
.marquee_block > .container.wide .space::after {
		background: -o-linear-gradient(right, RGBA(182, 147, 83, 1)20%, RGBA(182, 147, 83, 0)90%);
		background: -webkit-gradient(linear, right top, left top, color-stop(20%, RGBA(182, 147, 83, 1)), color-stop(90%, RGBA(182, 147, 83, 0)));
		background: linear-gradient(to left, RGBA(182, 147, 83, 1)20%, RGBA(182, 147, 83, 0)90%);
		right: 0;
}
.marquee_block > .container.wide::after {
		content: "";
		position: absolute;
		top: 0;
		left: 80%;
		width: 10rem;
		height: 100%;
		background: -o-linear-gradient(left, RGBA(255, 255, 255, 0) 0%, RGBA(255, 255, 255, .95) 60%, RGBA(255, 255, 255, .5) 61%, RGBA(255, 255, 255, 0) 100%);
		background: -webkit-gradient(linear, left top, right top, from(RGBA(255, 255, 255, 0)), color-stop(60%, RGBA(255, 255, 255, .95)), color-stop(61%, RGBA(255, 255, 255, .5)), to(RGBA(255, 255, 255, 0)));
		background: linear-gradient(to right, RGBA(255, 255, 255, 0) 0%, RGBA(255, 255, 255, .95) 60%, RGBA(255, 255, 255, .5) 61%, RGBA(255, 255, 255, 0) 100%);
		-webkit-transform: skewX(40deg);
		-ms-transform: skewX(40deg);
		transform: skewX(40deg);
		z-index: 1;
		opacity: .75;
		pointer-events: none;
}
.marquee_block:not(.none) > .container.wide::after {
		left: 150%;
		-webkit-animation: marquee 5s infinite linear;
		animation: marquee 5s infinite linear;
		-webkit-animation-delay: 1s;
		animation-delay: 1s;
}
@-webkit-keyframes marquee {
		0% {
				left: 150%;
		}
		100% {
				left: -150%;
		}
}
@keyframes marquee {
		0% {
				left: 150%;
		}
		100% {
				left: -150%;
		}
}
.marquee-container {
		width: 100%;
		height: 40px;
		overflow: hidden;
		margin: 20px auto;
		z-index: 4;
}
.marquee-content {
		position: absolute;
		width: 100%;
		-webkit-transition: top 0.5s ease-in-out;
		-o-transition: top 0.5s ease-in-out;
		transition: top 0.5s ease-in-out;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
}
.marquee-item {
		text-align: center;
		height: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #ffffff;
		font-size: 1.25rem;
		letter-spacing: 2px;
}
.marquee-item .icon {
		width: 45px;
		height: 45px;
		display: inline-block;
		position: relative;
		top: -3px;
}
.marquee-item .go {
		width: 32px;
		height: 32px;
		display: inline-block;
		position: relative;
		top: -2px;
}
.marquee-item a {
		color: #ffffff;
		margin: auto;
		text-shadow: 0 0 .35rem RGBA(0, 0, 0, .35);
		position: relative;
}
.marquee-item .large {
		font-size: 140%;
		font-weight: 600;
		line-height: 1;
}
.marquee-item a:hover {
		color: #ffffff;
}
@media screen and (max-width:991px) {
		.marquee_block {
				height: 50px;
		}
		.marquee-container {
				height: 30px;
				margin: 10px auto;
		}
		.marquee-item {
				height: 30px;
				font-size: 1rem;
				letter-spacing: normal;
		}
		.marquee-item .icon {
				width: 35px;
				height: 35px;
		}
		.marquee-item .go {
				width: 28px;
				height: 28px;
		}
}
@media screen and (max-width:767px) {
		.marquee-item {
				font-size: .85rem;
		}
		.marquee-item .icon {
				width: 28px;
				height: 28px;
		}
		.marquee_block > .container.wide::after {
				width: 5rem;
		}
		.marquee_block > .container.wide {
				max-width: calc(100% - 1rem)
		}
		.marquee-container.container {
				max-width: 100%
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.marquee-item .large {
				font-size: 120%;
		}
		.marquee-item br.d-sm-none {
				display: none !important;
		}
}
@media screen and (max-width:480px) {
		.marquee_block {
				height: 60px;
		}
		.marquee-container {
				height: 40px;
				margin: 10px auto;
		}
		.marquee-item {
				font-size: .8125rem;
				height: 40px;
				max-width: calc(100% - 40px);
				margin: auto;
		}
		.marquee_block > .container.wide::after {
				width: 3rem;
		}
		.marquee-item .icon {
				width: 25px;
				height: 25px;
				position: absolute;
				left: -20px;
				top: -2px;
		}
		.marquee-item .go {
				width: 20px;
				height: 20px;
		}
}
@media screen and (max-width:320px) {
		.marquee-item {
				font-size: .75rem;
				max-width: calc(100% - 25px);
		}
		.marquee-item .icon {
				width: 20px;
				height: 20px;
				left: -15px;
				top: -2px;
		}
		.marquee-item .go {
				width: 20px;
				height: 20px;
		}
}
/************************ 
Form List
************************/
.form_list {
		width: 370px;
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
		position: absolute;
		right: 1.75rem;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 49;
		background-color: #f3f5f7;
		border-radius: .75rem;
		-webkit-box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25);
		box-shadow: 0 0 .5rem RGBA(0, 0, 0, .25);
		overflow-y: auto;
		max-height: calc(100% - 3.5rem);
}
.form_list::-webkit-scrollbar {
		width: 6px;
}
.form_list::-webkit-scrollbar-track {
		background-color: transparent;
}
.form_list::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border-radius: 3px;
}
.form_list::-webkit-scrollbar-thumb:hover {
		background-color: #a8a8a8;
}
/* 支援 Firefox */
.form_list {
		scrollbar-width: thin; /* 'thin', 'auto' 或 'none' */
		scrollbar-color: #c1c1c1 transparent;
}
@media screen and (min-width:1600px) {
		.form_list {
				right: calc(50% - 496px - 255px);
		}
}
@media screen and (max-width:1199px) {
		.form_list {
				width: 300px;
				max-height: calc(100% - 3rem);
		}
}
@media screen and (max-width:991px) {
		.form_list {
				position: relative;
				max-width: 100%;
				max-height: inherit;
				border-radius: 0;
				padding: 2rem;
				right: 0;
				z-index: 1;
				width: 100%;
		}
		.form_list #app {
				max-width: 60%;
				margin: auto;
		}
}
@media screen and (max-width:480px) {
		.form_list {
				padding: 2rem 2.5rem;
		}
		.form_list #app {
				max-width: 100%;
				margin: auto;
		}
}
@media screen and (max-width:320px) {
		.form_list {
				padding: 2rem 1rem 1rem 1rem;
		}
}
/************************
MODAL
************************/
a.btn-leave {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.5;
		min-width: 140px;
		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: #c5292d;
		border: 1px solid #c5292d;
		background: transparent;
}
a.btn-leave:active, a.btn-leave:focus, a.btn-leave:hover {
		color: #ffffff !important;
		border: 1px solid #c5292d !important;
		background: #c5292d !important;
}
a.btn-yes {
		height: 40px;
		font-size: 16px;
		font-family: inherit;
		font-weight: 500;
		line-height: 1.5;
		min-width: 140px;
		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 #c5292d;
		background: #ff3333;
		color: #ffffff;
}
a.btn-yes:active, a.btn-yes:focus, a.btn-yes:hover {
		color: #ffffff !important;
		border: 1px solid #c5292d !important;
		background: #c5292d !important;
}
.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;
		}
}