@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_s6 .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: 54px;
		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_menu ul.menu-top li:last-child a {
		border-left: 1px solid #c0c0c0 !important;
		padding: 0 30px;
}
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: 50px;
}
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: 190px;
		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 17px;
		color: #2e2e2e;
		font-weight: normal;
}
header .h_menu ul.menu-top li.end {
		margin-left: 10px;
}
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: 0;
		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: 50px;
		padding: 10px 17px
}
header.open .h_logo {
		width: 160px;
		margin-left: 8px;
}
header .h_logo img {
		width: 190px;
		height: auto;
}
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:1199px) {
		header .h_logo {
				width: 160px;
		}
}
@media screen and (max-width:991px) {
		header .h_menu ul.menu-top li:last-child a {
				border-left: 0 !important;
				padding: 8px 15px !important;
		}
		header .h_logo {
				margin-right: .5rem;
		}
		header .h_menu ul.menu-bottom ul {
				width: 100%;
		}
		header .menu-bottom > .container {
				padding-right: 0;
		}
		header.open, 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: 120px;
				width: 120px;
				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: 120px;
				width: 120px;
		}
		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: 50px;
}
@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;
		}
}
/************************ 
AWARD Block
************************/
.awards-block .subtitle {
		font-size: 1.25rem;
		margin-bottom: 1rem;
		color: #b69353;
}
/************************ 
Plan Block
************************/
.plan-block .info-card {
		padding: 2rem 1rem .5rem 1rem;
		font-size: 1rem;
		color: #000000;
}
.plan-block .info-card .title {
		font-size: 1.35rem;
		margin-bottom: 1rem;
		color: #b69353;
}
.plan-block .has_border {
		position: relative;
}
.plan-block .has_border:last-child::after {
		display: none;
}
.plan-block .has_border::after {
		content: '';
		width: 1px;
		height: 100%;
		max-height: calc(100% - 4rem);
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		background-color: #b69353;
}
.plan-block::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		display: block;
		background: -o-linear-gradient(top, RGBA(233, 225, 212, 1) 0%, RGBA(233, 225, 212, 0) 70%);
		background: -webkit-gradient(linear, left top, left bottom, from(RGBA(233, 225, 212, 1)), color-stop(70%, RGBA(233, 225, 212, 0)));
		background: linear-gradient(to bottom, RGBA(233, 225, 212, 1) 0%, RGBA(233, 225, 212, 0) 70%);
		z-index: 1;
		border-radius: 1rem 1rem 0 0;
}
.dbs_s5t .plan-block::after {
		background: #e9e1d4;
		border-radius: 1rem;
}
.dbs_s5t .plan-block .info-card {
		padding: 2rem .5rem 1rem 1rem;
}
.dbs_s5t .plan-block .col-md-4 {
		position: relative;
}
.dbs_s5t .plan-block .col-md-4::after {
		content: '';
		position: absolute;
		width: 1px;
		height: 100%;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		background-color: #cfba93;
		max-height: calc(100% - 4rem);
}
.dbs_s5t .plan-block .col-md-4:last-child::after {
		display: none;
}
.dbs_s5t .phone-block {
		padding: 2rem 0;
}
/************************ 
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;
		box-shadow: none !important;
}
.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;
		max-width: calc(100% - 1rem);
		margin: auto;
}
.card.reset.style_1 .card-header {
		padding: 0;
		overflow: hidden;
}
.card.reset.style_1 .card-body {
		min-height: 200px;
		max-height: 200px;
		height: 200px;
		padding: 1rem;
}
.card.reset.style_1 .card-body p {
		line-height: 1.75;
}
.card.reset.style_1 .card-footer {
		padding: 1rem 0 1rem 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 1rem 1rem 1rem;
		-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% - 1rem);
		margin: 1rem auto;
		overflow: hidden;
		border: 2px solid transparent;
}
.card.reset.style_2:hover {
		border: 2px solid #ffffff;
}
.card.reset.style_2 h5 {
		color: #b69353;
		margin-bottom: 1.5rem;
}
.card.reset.style_2 .card-body {
		min-height: 230px;
}
.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;
		line-height: 1.5;
		min-height: 60px;
}
.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 .card-body p {
		pointer-events: none;
		text-decoration: none !important;
	 font-size: .875rem;
}
.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_2 .card-body p, .card.reset.style_2 .card-body li {
		font-size: .9235rem;
}
.card.reset.style_3 .card-body h4 {
		position: relative;
		color: #b69353;
}
.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_3 .card-body h4.light, .card.reset.style_3 .card-body h4 {
				font-size: 1.125rem;
		}
		.card.reset.style_3 .card-body p {
				font-size: .75rem;
		}
		.card.reset.style_1 p {
				font-size: .8125rem;
		}
		.card.reset.style_1 .card-body {
				min-height: 190px;
				max-height: 190px;
				height: 190px;
				padding: 1rem .75rem;
		}
		.card.reset.style_1 .card-body h5 {
				margin-bottom: 1rem;
				line-height: 1.5;
		}
		.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;
		}
		.card.reset.style_2 .card-header img {
				max-width: 5vw;
		}
		.card.reset.style_2 h5 {
				margin-bottom: 1rem;
		}
		.card.reset.style_3 .card-body h4.light, .card.reset.style_3 .card-body h4 {
				font-size: 1rem;
		}
}
@media screen and (max-width:991px) {
		.card.reset.style_3 .card-body p {
				font-size: .6rem;
		}
		.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: 200px;
				max-height: 200px;
				height: 200px;
		}
		.card.reset.style_1 .card-body h5 {
				font-size: .925rem;
		}
		.card.reset.style_1 .card-footer {
				padding: 1rem;
		}
		.card.reset.style_2 {
				padding: 1.25rem .75rem .5rem .75rem;
				min-height: 280px;
		}
		.card.reset.style_2 p {
				font-size: .75rem;
		}
		.card.reset.style_1 p {
				font-size: .75rem;
		}
		.card.reset.style_2 h5 {
				margin-bottom: .75rem;
				font-size: 1rem;
				min-height: 50px;
		}
		.card.reset.style_2 .card-header {
				padding: 0;
		}
		.card.reset.style_2 .card-body {
				min-height: 200px;
		}
		.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: .75rem auto;
		}
		.card.reset.style_2 .card-body p, .card.reset.style_2 .card-body li {
				font-size: .75rem;
		}
		.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;
		}
}
@media screen and (max-width:767px) {
		.card.reset.style_1 .card-body {
				min-height: 200px;
				max-height: 200px;
				height: 200px;
				padding: 1rem .5rem;
		}
		.card.reset.style_2 .card-body {
				min-height: 180px;
		}
		.card.reset.style_1 .card-body h5 {
				font-size: .875rem;
				margin-bottom: .5rem;
		}
		.card.reset.style_2 {
				padding: 1.125rem .5rem .5rem .5rem;
				min-height: 320px;
				max-width: 90%;
		}
		.card.reset.style_1 {
				padding: .75rem .5rem 0 .5rem;
		}
		.card.reset.style_3 {
				background-size: 3vw auto;
				max-width: 70%;
		}
}
@media screen and (max-width:576px) {
		.card.reset.style_3 .card-body h4.light, .card.reset.style_3 .card-body h4 {
				font-size: .875rem;
		}
		.card.reset.style_3 {
				background-size: 8vw auto;
				max-width: 100%;
		}
		.card.reset.style_2 .card-body {
				min-height: 100px;
		}
		.dbs_s5 {
				background-position: left center;
				padding: 5rem 0;
				aspect-ratio: 1920 / 960;
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.card.reset.style_2 .card-body {
				min-height: 220px;
		}
		.card.reset.style_1 {
				padding: .75rem;
		}
		.card.reset.style_1 .card-footer {
				padding-bottom: 0;
		}
		.card.reset.style_1 .card-body {
				min-height: 160px;
				max-height: 160px;
				height: 160px;
				padding: .75rem 0 0 0;
		}
		.card.reset.style_3 {
				max-width: 75%;
		}
		.card.reset.style_2 {
				min-height: 280px;
		}
		.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;
		}
}
@media screen and (max-width:480px) {
		.card.reset.style_2 .card-body p, .card.reset.style_2 .card-body li {
				font-size: .875rem;
		}
		.card.reset.style_2 .card-header img {
				max-width: 45px;
		}
		.card.reset.style_1 {
				padding: 1.125rem .75rem 0 .75rem;
				max-width: calc(100% - 4rem);
		}
		.card.reset.style_2 {
				padding: 1.25rem 1.25rem .5rem 1.25rem;
				min-height: 320px;
				max-width: calc(100% - 4rem);
		}
		.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;
				min-height: 55px;
				font-size: 1.125rem;
		}
		.card.reset.style_3 {
				background-size: 7vw auto;
				max-width: 100%;
		}
		.card.reset.style_3 p {
				font-size: .875rem;
				margin-bottom: 0;
		}
		.card.reset.style_1 .card-body {
				min-height: 190px;
				max-height: 190px;
				height: 190px;
				padding: 1rem 0;
		}
		.card.reset.style_1 .card-body h5 {
				font-size: 1.125rem;
				margin-bottom: .5rem;
				text-align: center;
		}
}
@media screen and (max-width:320px) {
		.card.reset.style_1 .card-body {
				min-height: 240px;
				max-height: 240px;
				height: 240px;
		}
		.card.reset.style_2 {
				min-height: 340px;
		}
		.card.reset.style_3 {
				background-size: 10vw auto;
				max-width: 65%;
		}
		.card.reset.style_2 .card-body ul {
				padding-left: .5rem !important;
		}
		.awards-block .col-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 100%;
		}
}
/************************ 
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-event {
		border: 0;
		background-color: #ff3e3e;
		border-radius: 5px;
		font-size: 1rem;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		min-width: 150px;
		color: #ffffff;
		padding-left: 1.25rem;
}
.btn.btn-event:hover {
		background-color: #c5292d;
		color: #ffffff;
}
.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;
		position: relative;
		overflow: hidden;
}
.btn-more::before {
		content: '';
		width: 40px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		-webkit-transform: translateX(-300%) skewX(-30deg);
		-ms-transform: translateX(-300%) skewX(-30deg);
		transform: translateX(-300%) skewX(-30deg);
		-webkit-animation: btn_shine 3s infinite linear;
		animation: btn_shine 3s infinite linear;
		pointer-events: none;
}
@-webkit-keyframes btn_shine {
		0% {
				-webkit-transform: translateX(-300%) skewX(-30deg);
				transform: translateX(-300%) skewX(-30deg);
		}
		50%, 100% {
				-webkit-transform: translateX(300%) skewX(-30deg);
				transform: translateX(300%) skewX(-30deg);
		}
}
@keyframes btn_shine {
		0% {
				-webkit-transform: translateX(-300%) skewX(-30deg);
				transform: translateX(-300%) skewX(-30deg);
		}
		50%, 100% {
				-webkit-transform: translateX(300%) skewX(-30deg);
				transform: translateX(300%) skewX(-30deg);
		}
}
.btn-more:hover {
		background-color: #c5292d !important;
		color: #ffffff !important;
}
.btn-more::after, .btn-more::before {
		background: -webkit-gradient(linear, left top, right top, from(RGBA(255, 255, 255, .75)), to(RGBA(255, 255, 255, 0)));
		background: -o-linear-gradient(left, RGBA(255, 255, 255, .75) 0%, RGBA(255, 255, 255, 0) 100%);
		background: linear-gradient(to right, RGBA(255, 255, 255, .75) 0%, RGBA(255, 255, 255, 0) 100%);
		opacity: .5;
}
.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: 110px;
		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.none:hover, .btn.btn-link.none, .btn.btn-link {
		color: #000000;
}
.btn.btn-link:hover {
		color: #b69353;
}
.btn.btn-link.none {
		text-decoration: none;
		cursor: default;
}
@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;
		}
}
@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:767px) {
		.dbs_s3 .slick-prev {
				left: -10px;
		}
		.dbs_s3 .slick-next {
				right: -10px;
		}
		.dbs_s4 .slick-prev {
				left: -10px;
		}
		.dbs_s4 .slick-next {
				right: -10px;
		}
}
@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-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: 580px;
}
.dbs_kv-text {
		position: absolute;
		padding: 5px;
		top: 18%;
		width: 100%;
		max-width: 1150px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		height: auto;
}
.dbs_kv-text h1 {
		font-size: 2.75rem;
		line-height: 1.25;
		margin-bottom: .5rem;
		color: #b09261;
		font-weight: 600;
		letter-spacing: .5rem;
		text-shadow: 0 0 1rem RGBA(255, 255, 255, .95);
		position: relative;
		z-index: 2;
		display: inline-block;
}
.dbs_kv-text h2 {
		font-size: 2.125rem;
		line-height: 1.5;
		letter-spacing: .5rem;
		color: #000000;
		text-shadow: 0 0 1rem RGBA(255, 255, 255, .95);
		position: relative;
		z-index: 1;
		display: inline-block;
}
.dbs_kv-text > div::after {
		content: '';
		width: 100%;
		height: 250%;
		background-image: url("../images/kv/kv_topic_light.png");
		background-repeat: no-repeat;
		background-size: auto 100%;
		background-position: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		display: block;
		z-index: -1;
		border-radius: 0;
}
@media screen and (min-width:1366px) {}
@media screen and (min-width:1920px) {
		.dbs_kv-img {
				max-width: 2560px;
				margin: auto;
		}
}
@media screen and (max-width:1199px) {
		.dbs_kv-img {
				aspect-ratio: 1024 / 350;
				height: 350px;
				background-position: 40% center;
		}
		.dbs_kv-text h1 {
				font-size: 2rem;
				letter-spacing: 2px;
		}
		.dbs_kv-text h2 {
				font-size: 1.5rem;
				letter-spacing: 1px;
		}
}
@media screen and (max-width:991px) {
		.dbs_kv-img {
				aspect-ratio: 768 / 300;
				height: 300px;
				background-position: 0 center;
		}
		.dbs_kv-text h1 {
				font-size: 1.5rem;
		}
		.dbs_kv-text h2 {
				font-size: 1.25rem;
		}
}
@media screen and (max-width: 991px) and (orientation: landscape) {}
@media screen and (max-width:767px) {
		.dbs_kv-img {
				aspect-ratio: 768 / 300;
				height: 300px;
				background-position: 10% center;
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.dbs_kv-img {
				aspect-ratio: 768 / 250;
				height: 250px;
				background-position: 10% center;
		}
}
@media screen and (max-width:480px) {
		.dbs_kv-img {
				aspect-ratio: 768 / 200;
				height: 200px;
				background-position: 25% center;
		}
		.dbs_kv-text {
				text-shadow: none;
		}
		.dbs_kv-text h1 {
				font-size: 1.25rem;
				font-weight: 700;
				line-height: 1.5;
				letter-spacing: 2px;
				margin-bottom: 0;
		}
		.dbs_kv-text h2 {
				font-size: 1rem;
				margin-bottom: 1rem;
				letter-spacing: 1px;
		}
		.dbs_kv-text > div::after {
				height: 200%;
		}
}
@media screen and (max-width:375px) {
		.dbs_kv-img {
				aspect-ratio: 768 / 180;
				height: 180px;
				background-position: 25% center;
		}
}
@media screen and (max-width:320px) {
		.dbs_kv-img {
				height: 160px;
		}
}
/************************ 
SubMenu
************************/
.dbs_title {
		background-color: #fcfcfc;
		height: 139px;
		top: 50px;
		overflow: hidden;
		z-index: 1018;
		-webkit-box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
		box-shadow: 0 .125rem .5rem RGBA(0, 0, 0, .125);
}
.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 .1s linear, border-color .1s linear;
		-o-transition: background .1s linear, border-color .1s linear;
		transition: background .1s linear, border-color .1s linear;
}
.dbs_title ul li a.first, .dbs_title ul li a.active {
		background: #f3ede3;
		border-bottom-color: #c95;
}
.dbs_title ul li a:not(.active):hover {
		background: -o-linear-gradient(top, #e1d3ba 30%, #fcfaf8 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e1d3ba), to(#fcfaf8));
		background: linear-gradient(to bottom, #e1d3ba 30%, #fcfaf8 100%);
		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: 50px;
		top: 54px;
		-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: 50px;
}
.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:1199px) {
		.dbs_title ul li img {
				max-width: 50px;
		}
		.dbs_title {
				height: 103px;
				top: 50px;
		}
		.dbs_title ul li .icon {
				height: 50px;
		}
		.dbs_title ul li p {
				font-size: 1rem;
		}
		.dbs_title ul li a {
				padding: .75rem .5rem;
		}
		.dbs_title ul li a:not(.active):hover {
				background: -o-linear-gradient(top, #e1d3ba 30%, #fcfaf8 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #e1d3ba), to(#fcfaf8));
				background: linear-gradient(to bottom, #e1d3ba 30%, #fcfaf8 100%);
				border-bottom-color: #c95;
		}
		.dbs_title ul li a:not(.active):focus, .dbs_title ul li a:not(.active):active {
				background: -o-linear-gradient(top, #fcfcfc 30%, #fcfcfc 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fcfcfc), to(#fcfcfc));
				background: linear-gradient(to bottom, #fcfcfc 30%, #fcfcfc 100%);
				border-bottom-color: #fcfcfc;
		}
		.plan-block .info-card .title {
				font-size: 1.125rem;
				margin-bottom: 1rem;
		}
		.plan-block .info-card {
				padding: 1.5rem .5rem 1rem .5rem;
				font-size: .875rem;
		}
		.dbs_s1 h3, .dbs_s3 h3, .dbs_s4 h3, .dbs_s5 h3, .dbs_s6 h3, .dbs_s5t h3 {
				font-size: 1.75rem;
		}
		.dbs_s5t .plan-block .info-card {
				padding: 2rem .75rem 1rem .5rem;
		}
}
@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
************************/
.topic_card {
		aspect-ratio: 315 / 390;
}
.topic_card .info {
		padding: 3rem;
		max-width: 310px;
		margin: auto;
}
.topic_card .logo {
		margin-bottom: 3rem;
}
.topic_card .bg {
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		opacity: 0;
}
.topic_card .btn-link {
		padding-left: 0;
		padding-right: 0;
		color: #ff3e3e;
}
.topic_card:hover .bg {
		opacity: 1;
}
.has-bg-2, .has-bg {
		z-index: 2;
}
.has-bg {
		background-color: #fcfbf9;
}
.topic_card:hover .bg, .has-bg-2, .has-bg {
		-webkit-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
}
.has-bg::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		margin: auto;
		display: block;
		background: -o-linear-gradient(top, RGBA(241, 236, 227, 1)0%, RGBA(248, 243, 244, 0)50%);
		background: -webkit-gradient(linear, left top, left bottom, from(RGBA(241, 236, 227, 1)), color-stop(50%, RGBA(248, 243, 244, 0)));
		background: linear-gradient(to bottom, RGBA(241, 236, 227, 1)0%, RGBA(248, 243, 244, 0)50%);
		z-index: 1;
}
.has-bg-2::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		margin: auto;
		display: block;
		background: -o-linear-gradient(bottom, RGBA(241, 236, 227, 1)0%, RGBA(248, 243, 244, .25)60%);
		background: -webkit-gradient(linear, left bottom, left top, from(RGBA(241, 236, 227, 1)), color-stop(60%, RGBA(248, 243, 244, .25)));
		background: linear-gradient(to top, RGBA(241, 236, 227, 1)0%, RGBA(248, 243, 244, .25)60%);
		z-index: 1;
}
.dbs_s3, .dbs_s6 {
		padding-top: 4rem;
		padding-bottom: 0;
}
.dbs_s4 {
		padding-top: 4rem;
}
.dbs_s5t {
		padding-top: 4rem;
		padding-bottom: 2rem;
}
.dbs_s1 {
		padding-top: 5rem;
		padding-bottom: 0;
}
.dbs_s2 {
		padding-top: 0;
		padding-bottom: 0;
}
.dbs_s1 h5, .dbs_s3 h5, .dbs_s5 h5 {
		font-size: 1.375rem;
		margin-bottom: 1rem;
		font-weight: 600;
}
.dbs_s6 h4 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
		font-weight: 500;
}
.dbs_s6 p {
		font-size: .875rem;
		margin-bottom: 0;
}
.dbs_s1 h5 .no, .dbs_s3 h5 .no {
		font-size: 140%;
		font-weight: 800;
		line-height: 1;
}
.no {
		font-size: 130%;
		font-weight: 800;
		line-height: 1;
}
.dbs_s5t .phone-block {
		padding: 1rem 0;
}
.topic_card h4 {
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 2px;
}
.topic_card p {
		font-size: 1rem;
}
.dbs_s1 h3, .dbs_s3 h3, .dbs_s4 h3, .dbs_s5 h3, .dbs_s6 h3, .dbs_s5t h3 {
		font-size: 2rem;
		font-weight: 600;
		line-height: 1.5;
}
.no, .dbs_s1 a:hover, .dbs_s5 h3, .dbs_s6 h4, .dbs_s5t .phone-block h4, .dbs_s1 h5, .dbs_s1 h3, .dbs_s3 h3, .dbs_s4 h3, .dbs_s6 h3, .dbs_s5t h3 {
		color: #b69353;
}
.dbs_s5t .phone-block h4 a{
		color: #b69353 !important;
}
.topic_card h4, .dbs_s1 h3 > div, .dbs_s3 h3 > div, .dbs_s6 h3 > div, .dbs_s4 h3 > div, .dbs_s5t h3 > div {
		color: #000000;
}
.dbs_s1 p, .dbs_s3 p, .dbs_s5 p {
		font-size: 1rem;
		margin-bottom: 0;
}
.dbs_s1 a, .dbs_s1 p, .dbs_s3 p {
		color: #000000;
}
.dbs_s2 {
		background-image: url("../images/content_bg.jpg");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
		position: relative;
		background-color: transparent;
		padding-top: 4rem;
		padding-bottom: 20rem;
}
.dbs_s5 {
		background-image: url("../images/bot_bg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		padding: 5rem 0;
		aspect-ratio: 1920 / 551;
}
.dbs_s6 {
		background-color: #f8f5f0;
}
@media screen and (min-width:1600px) {
		.dbs_s5 {
				padding: 9rem 0;
		}
}
@media screen and (min-width:1920px) {
		.dbs_s2 {
				background-position: center bottom;
				background-size: 2560px auto;
				padding-bottom: 28rem;
		}
		.dbs_s5 {
				background-position: center bottom;
				background-size: 2560px auto;
				height: 600px;
				aspect-ratio: auto;
		}
}
@media screen and (max-width:1199px) {
		.dbs_s3, .dbs_s6 {
				padding-top: 3rem;
				padding-bottom: 0;
		}
		.dbs_s4 {
				padding-top: 3rem;
		}
		.dbs_s5t {
				padding-top: 2rem;
				padding-bottom: 2rem;
		}
		.dbs_s6 {
				padding-top: 4rem;
				padding-bottom: 4rem;
		}
		.topic_card .bg {
				opacity: 1;
		}
		.topic_card {
				max-width: 80%;
				margin: auto;
		}
		.topic_card .info {
				padding: 1.75rem 1.5rem;
				max-width: 100%;
		}
		.topic_card .logo {
				margin-bottom: 2rem;
				max-width: 12vw;
		}
		.topic_card h4 {
				font-size: 1.25rem;
		}
		.dbs_s2 {
				padding-top: 2rem;
				padding-bottom: 10rem;
		}
		.dbs_s1 {
				padding-top: 3rem;
		}
		.dbs_s6 h4 {
				font-size: 1.35rem;
		}
		.dbs_s6 p {
				font-size: .8125rem;
		}
		.dbs_s1 h3, .dbs_s3 h3, .dbs_s5 h3, .dbs_s6 h3 {
				font-size: 1.75rem;
		}
		.dbs_s1 h5, .dbs_s3 h5, .dbs_s5 h5 {
				font-size: 1.25rem;
				margin-bottom: .5rem;
		}
		.dbs_s3 p {
				font-size: .875rem;
		}
		.topic_card .btn {
				font-size: .875rem;
		}
		.topic_card .btn.btn-event {
				min-width: 100px;
				font-size: .875rem;
		}
		.item-group {
				max-width: 100%;
				margin: auto;
		}
		.item-group .slick-list {
				overflow: hidden;
		}
		.dbs_s1 h3, .dbs_s3 h3, .dbs_s4 h3, .dbs_s5 h3, .dbs_s6 h3, .dbs_s5t h3 {
				font-size: 1.75rem;
		}
		.dbs_s5t .phone-block h4 {
				font-size: 1.25rem;
		}
		.dbs_s1 p, .dbs_s5 p, .remark_block, .dbs_s5t p {
				font-size: .875rem;
		}
		.dbs_s1 h3, .dbs_s3 h3, .dbs_s4 h3, .dbs_s5 h3, .dbs_s6 h3, .dbs_s5t h3 {
				font-size: 1.5rem;
		}
		.plan-block .info-card {
				font-size: .75rem;
		}
		.plan-block .info-card .title {
				font-size: 1rem;
				margin-bottom: 1rem;
		}
}
@media screen and (max-width:991px) {
		.dbs_s6 h4 {
				font-size: 1.125rem;
		}
		.dbs_s5t {
				padding-top: 2rem;
				padding-bottom: 1rem;
		}
		.topic_card {
				max-width: 100%;
		}
		.topic_card {
				max-width: 100%;
				margin: auto;
		}
		.topic_card .btn {
				font-size: .8125rem;
		}
		.dbs_s5t .phone-block h4 {
				font-size: 1.25rem;
		}
		.dbs_s1 p, .dbs_s5 p, .remark_block, .dbs_s5t p {
				font-size: .75rem;
		}
		.dbs_s4 {
				padding-top: 2rem;
		}
		.dbs_s1 h3, .dbs_s3 h3, .dbs_s6 h3 {
				font-size: 1.5rem;
		}
		.dbs_s1 p, .dbs_s3 p, .dbs_s5 p {
				font-size: .75rem;
		}
		.dbs_s6 {
				padding-top: 3rem;
				padding-bottom: 4rem;
		}
		.dbs_s1 h5, .dbs_s3 h5, .dbs_s5 h5 {
				font-size: 1rem;
				margin-bottom: 0;
		}
		.dbs_s5 {
				padding: 2rem 0;
		}
		.dbs_s5 h3 {
				font-size: 1.125rem;
		}
}
@media screen and (max-width:767px) {
		.dbs_s2 {
				padding-top: 2rem;
				padding-bottom: 8rem;
		}
		.topic_card .info {
				padding: 1.5rem 1rem;
		}
		.topic_card .logo {
				max-width: 18vw;
		}
		.topic_card h4 {
				font-size: 1rem;
				margin-bottom: .5rem;
		}
		.topic_card p {
				font-size: .75rem;
		}
		.plan-block .info-card {
				padding: 1rem 0 1rem 0;
		}
		.under_block .container.wide, .dbs_s5t .container.wide, .dbs_s4 .container.wide, .dbs_s6 .container.wide, .dbs_s3 .container, .dbs_s1 .container.wide, .dbs_s2 .container.wide.sub {
				max-width: calc(100% - 1rem);
		}
		.plan-block.container.wide {
				max-width: calc(100% - 2rem);
		}
}
@media screen and (max-width:576px) {
		.dbs_s6 {
				padding-top: 3rem;
				padding-bottom: 1rem;
		}
		.plan-block.container.wide {
				max-width: calc(100% - 4rem);
		}
		.under_block .container.wide, .dbs_s5t .container.wide, .dbs_s4 .container.wide, .dbs_s6 .container.wide, .dbs_s1 .container.wide, .dbs_s2 .container.wide.sub {
				max-width: calc(100% - 1rem);
		}
		.dbs_s3 .container {
				max-width: calc(100% - 3rem);
		}
		.dbs_s3 .slick-prev {
				left: -1.75rem;
		}
		.dbs_s3 .slick-next {
				right: -1.75rem;
		}
		.awards-block .subtitle, .dbs_s2 h3, .dbs_s4 h3, .dbs_s1 h3, .dbs_s5t h3, .dbs_s3 h3, .dbs_s6 h3 {
				font-size: 1.125rem;
				line-height: 1.5;
		}
		.dbs_s2 {
				padding-top: 2rem;
				padding-bottom: 4rem;
		}
		.plan-block .has_border::after {
				content: '';
				width: 100%;
				height: 1px;
				max-height: inherit;
				max-width: calc(100% - 4rem);
				top: auto;
				right: 0;
				left: 0;
		}
		.dbs_s5t .phone-block h4 {
				font-size: 1rem;
		}
		.topic_card {
				aspect-ratio: 315 / 430;
		}
		.topic_card {
				max-width: 50%;
		}
		.dbs_s5 .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.card.reset.style_2 .card-header img {
				max-width: 7vw;
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.dbs_s2 {
				padding-top: 2rem;
				padding-bottom: 6rem;
		}
		.plan-block .info-card {
				padding: 1rem 2rem;
		}
		.plan-block .info-card .title {
				font-size: 1.125rem;
		}
		.plan-block .info-card {
				font-size: .875rem;
		}
		.dbs_s5 .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.topic_card .btn.btn-event {
				min-width: 70px;
				font-size: .75rem;
				padding: .125rem .5rem;
		}
		.topic_card .btn {
				font-size: .75rem;
		}
		.topic_card .logo {
				max-width: 12vw;
				margin-bottom: 1rem;
		}
		.topic_card h4 {
				font-size: .825rem;
				margin-bottom: .5rem;
		}
		.topic_card p {
				font-size: .65rem;
		}
		.topic_card {
				max-width: 100%;
				aspect-ratio: 315 / 350;
		}
		.dbs_s6 {
				padding-top: 3rem;
				padding-bottom: 5rem;
		}
		.dbs_s6 .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%;
		}
		.dbs_s1 h3 {
				margin-bottom: 1rem !important;
		}
		.dbs_s1 h3 br.d-block {
				display: none !important;
		}
		.dbs_s1 p {
				margin-bottom: 2rem !important;
		}
		.dbs_s6 .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.under-item {
				font-size: .75rem;
		}
		.dbs_s6 .container.wide {
				max-width: calc(100% - 1rem);
		}
}
@media screen and (max-width:480px) {
		.dbs_s2 {
				padding-top: 2rem;
				padding-bottom: 4.5rem;
		}
		.plan-block .info-card .title {
				font-size: 1.125rem;
				margin-bottom: 1rem;
		}
		.topic_card p {
				font-size: .875rem;
		}
		.card.reset.style_3 .card-body h4.light, .card.reset.style_3 .card-body h4 {
				font-size: 1rem;
		}
		.dbs_s1 p, .dbs_s5 p, .remark_block, .dbs_s5t p {
				font-size: .875rem;
		}
		.dbs_s1 p, .dbs_s3 p, .dbs_s5 p {
				font-size: .875rem;
		}
		.dbs_s3 p {
				text-align: justify;
				max-width: 88%;
				margin: auto;
		}
		.dbs_s5t p {
				text-align: justify;
				max-width: 100%;
				margin: auto;
		}
		.plan-block .info-card {
				padding: 1rem 2rem;
				font-size: .875rem;
		}
		.dbs_s3 .slick-prev {
				left: 0;
		}
		.dbs_s3 .slick-next {
				right: 0;
		}
		.topic_card {
				max-width: 100%;
		}
		.dbs_s5 .btn.btn-event {
				min-width: 100px;
				font-size: .85rem;
		}
		.dbs_s5 .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 100%;
		}
		.card.reset.style_2 p, .card.reset.style_1 p {
				font-size: .875rem;
		}
		.dbs_s1 p {
				font-size: .825rem;
				text-wrap: nowrap;
		}
		.dbs_s1 .card_list {
				max-width: calc(100% - 2.5rem);
				margin: auto;
		}
		.dbs_s1 h5, .dbs_s3 h5, .dbs_s5 h5 {
				font-size: 1.25rem;
		}
		.dbs_s3 .container, .dbs_s1 .container.wide, .dbs_s2 .container.wide.sub {
				max-width: 100%;
		}
		.dbs_s6 .container.wide {
				max-width: 70%;
		}
		.dbs_s6 {
				padding-top: 2rem;
				padding-bottom: 1rem;
		}
		.topic_card .logo {
				max-width: 30vw;
		}
		.topic_card .info {
				padding: 2rem 1.5rem;
		}
		.topic_card {
				aspect-ratio: 315 / 430;
		}
		.topic_card h4 {
				font-size: 1.25rem;
				margin-bottom: .5rem;
		}
		.dbs_s5t h3, .dbs_s4 h3, .dbs_s5 h3, .dbs_s1 h3, .dbs_s3 h3, .dbs_s6 h3 {
				font-size: 1.25rem !important;
				line-height: 1.5;
		}
		.dbs_s5 {
				background-position: left center;
				background-size: contain;
				background-image: url("../images/bot_bg_m.jpg");
				aspect-ratio: 750 / 571;
		}
		.dbs_s5 .info {
				max-width: 220px;
				z-index: 1;
				margin-left: auto;
				margin-top: 1rem;
		}
		.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;
		}
		.card.reset.style_2 .card-header img {
				max-width: 10vw;
		}
}
@media screen and (max-width:375px) {
		.dbs_s5 .info {
				margin-top: 0;
		}
		.plan-block .info-card {
				padding: 1rem 1rem;
		}
		.dbs_s5 .info {
				max-width: 180px;
				margin-left: auto;
		}
}
@media screen and (max-width:320px) {
		.dbs_s6 .container.wide {
				max-width: 80%;
		}
		.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_s5 p {
				font-size: .75rem;
		}
		.dbs_s5 {
				background-position: 80% center;
				background-size: 100% auto;
				height: 250px;
		}
		.dbs_s5 .info {
				max-width: 190px;
		}
}
/************************
GoTop
************************/
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 1052;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 1rem;
}
.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 {
		font-size: 14px;
		line-height: 2
}
.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: 14px;
		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-cont {
				font-size: .875rem;
		}
		.dbs_Notice .table_block.style_1 .table td:first-child {
				width: 60px;
		}
		.dbs_Notice {
				padding: 1rem 0 4rem 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;
		}
}
/************************ 
under
************************/
.under_block {
		background: -o-radial-gradient(center, circle, #fffefe 0%, #e2d7c6 40%);
		background: radial-gradient(circle at center, #fffefe 0%, #e2d7c6 40%);
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 100%;
		height: 80px;
		z-index: 1018;
		ransform: translateY(0);
}
.under_block.hide {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
}
.under_block, .under_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;
}
.under_block .has_border {
		border-right: 1px solid #b69353;
}
.under_block, .under_block .btn {
		font-size: 1.125rem;
		border-radius: 5px;
}
.under_block .icon {
		max-width: 70px;
		position: relative;
		top: -5px;
}
@media screen and (max-width:1199px) {
		.under_block, .under_block .btn {
				font-size: 1rem;
		}
		.under_block .icon {
				max-width: 5.5vw;
				top: -5px;
		}
}
@media screen and (max-width:991px) {
		.under_block {
				height: 50px;
		}
		.under_block .icon {
				max-width: 5.5vw;
				top: 0;
		}
		.under_block, .under_block .btn {
				font-size: .8125rem;
		}
		.under_block, .under_block .btn.btn-more {
				font-size: .75rem;
				padding: .125rem .5rem;
		}
}
@media screen and (max-width:767px) {
		.under_block, .under_block .btn {
				font-size: .75rem;
		}
}
@media screen and (max-width:576px) {
		.under_block .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.under_block, .under_block .btn.btn-more {
				font-size: .6rem;
				padding: .125rem .25rem;
				min-width: inherit;
		}
		.under_block, .under_block .btn {
				font-size: .6rem;
				padding: .125rem .25rem;
		}
}
@media screen and (max-width: 568px) and (orientation: landscape) {
		.under_block .col-sm-6 {
				-webkit-box-flex: 0;
				-ms-flex: 0 0 auto;
				flex: 0 0 auto;
				width: 50%;
		}
		.under_block, .under_block .btn.btn-more {
				font-size: .65rem;
				padding: .125rem .25rem;
				min-width: inherit;
		}
		.under_block, .under_block .btn {
				font-size: .75rem;
		}
}
@media screen and (max-width:480px) {
		.under_block, .under_block .btn {
				font-size: .875rem;
		}
		.under_block, .under_block .btn.btn-more {
				font-size: .875rem;
				padding: .25rem .75rem;
		}
		.under_block {
				height: 65px;
		}
		.under_block .info {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-direction: row;
				flex-direction: row;
				margin: .15rem 0;
		}
		.under_block .col-6 {
				padding: 0 .25rem;
		}
		.under_block, .under_block .btn {
				padding: 0;
		}
		.under_block .icon {
				max-width: 7vw;
				top: 0;
		}
}
@media screen and (max-width:320px) {}