﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400&family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Sans+SC:wght@300;400;500;700&display=swap");

*, :after, :before {
	box-sizing: border-box
}

.font-tc {
	font-family: Noto Sans TC
}

.font-sc {
	font-family: Noto Sans SC
}

body {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #f8f8f8;
	overflow-x: hidden
}

.large-deposit-certificate-M12 {
    margin: 12px 0;
}

.mask-on body:before {
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 150vh;
    background-color: rgba(0,0,0,.5);
    z-index: 999
}

@media (min-width:992px) {
	.mask-on body:before {
		z-index: 1030
	}
}

.body-lock body, .has-modal body {
	position: fixed;
	top: 0;
	width: 100%;
	overflow: hidden
}

[class^=component] {
	font-family: Montserrat,Noto Sans SC,微軟正黑體,Microsoft JhengHei,Heiti TC,黑體,sans-serif
}

.zh-cn [class^=component] {
	font-family: Montserrat,Noto Sans SC,微軟正黑體,Microsoft JhengHei,Heiti TC,黑體,sans-serif
}

.en [class^=component] {
	font-family: Montserrat,微軟正黑體,Microsoft JhengHei,Heiti TC,黑體,sans-serif
}

[class^=component] *, [class^=component] :after, [class^=component] :before {
	box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
	[class^=component] :root {
		scroll-behavior: smooth
	}
}

[class^=component] [tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

[class^=component] hr {
	margin: 1rem 0;
	color: inherit;
	background-color: currentColor;
	border: 0;
	opacity: .25
}

	[class^=component] hr:not([size]) {
		height: 1px
	}

[class^=component] p {
	margin-top: 0;
	margin-bottom: 1rem
}

[class^=component] abbr[data-bs-original-title], [class^=component] abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

[class^=component] address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

[class^=component] ol, [class^=component] ul {
	padding-left: 2rem
}

[class^=component] dl, [class^=component] ol, [class^=component] ul {
	margin-top: 0;
	margin-bottom: 1rem
}

	[class^=component] ol ol, [class^=component] ol ul, [class^=component] ul ol, [class^=component] ul ul {
		margin-bottom: 0
	}

[class^=component] dt {
	font-weight: 700
}

[class^=component] dd {
	margin-bottom: .5rem;
	margin-left: 0
}

[class^=component] blockquote {
	margin: 0 0 1rem
}

[class^=component] b, [class^=component] strong {
	font-weight: bolder
}

[class^=component] small {
	font-size: .875em
}

[class^=component] mark {
	padding: .2em;
	background-color: #fcf8e3
}

[class^=component] sub, [class^=component] sup {
	position: relative;
	font-size: .75em;
	line-height: 0;
	vertical-align: baseline
}

[class^=component] sub {
	bottom: -.25em
}

[class^=component] sup {
	top: -.5em
}

[class^=component] a {
	color: #0d6efd;
	text-decoration: underline
}

	[class^=component] a:hover {
		color: #0a58ca
	}

	[class^=component] a:not([href]):not([class]), [class^=component] a:not([href]):not([class]):hover {
		color: inherit;
		text-decoration: none
	}

[class^=component] code, [class^=component] kbd, [class^=component] pre, [class^=component] samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override
}

[class^=component] pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: .875em
}

	[class^=component] pre code {
		font-size: inherit;
		color: inherit;
		word-break: normal
	}

[class^=component] code {
	font-size: .875em;
	color: #d63384;
	word-wrap: break-word
}

a > [class^=component] code {
	color: inherit
}

[class^=component] kbd {
	padding: .2rem .4rem;
	font-size: .875em;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

	[class^=component] kbd kbd {
		padding: 0;
		font-size: 1em;
		font-weight: 700
	}

[class^=component] figure {
	margin: 0
}

[class^=component] img, [class^=component] svg {
	vertical-align: middle
}

[class^=component] table {
	caption-side: bottom;
	border-collapse: collapse
}

[class^=component] caption {
	padding-top: .5rem;
	padding-bottom: .5rem;
	color: #6c757d;
	text-align: left
}

[class^=component] th {
	text-align: inherit;
	text-align: -webkit-match-parent
}

[class^=component] tbody, [class^=component] td, [class^=component] tfoot, [class^=component] th, [class^=component] thead, [class^=component] tr {
	border: 0 solid;
	border-color: inherit
}

[class^=component] label {
	display: inline-block
}

[class^=component] button {
	border-radius: 0
}

	[class^=component] button:focus {
		outline: 1px dotted;
		outline: 5px auto -webkit-focus-ring-color
	}

[class^=component] button, [class^=component] input, [class^=component] optgroup, [class^=component] select, [class^=component] textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

[class^=component] button, [class^=component] select {
	text-transform: none
}

[class^=component] [role=button] {
	cursor: pointer
}

[class^=component] select {
	word-wrap: normal
}

[class^=component] [list]::-webkit-calendar-picker-indicator {
	display: none
}

[class^=component] [type=button], [class^=component] [type=reset], [class^=component] [type=submit], [class^=component] button {
	-webkit-appearance: button
}

	[class^=component] [type=button]:not(:disabled), [class^=component] [type=reset]:not(:disabled), [class^=component] [type=submit]:not(:disabled), [class^=component] button:not(:disabled) {
		cursor: pointer
	}

[class^=component] ::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[class^=component] textarea {
	resize: vertical
}

[class^=component] fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

[class^=component] legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: calc(1.275rem + .3vw);
	line-height: inherit
}

@media (min-width:1200px) {
	[class^=component] legend {
		font-size: 1.5rem
	}
}

[class^=component] legend + * {
	clear: left
}

[class^=component] ::-webkit-datetime-edit-day-field, [class^=component] ::-webkit-datetime-edit-fields-wrapper, [class^=component] ::-webkit-datetime-edit-hour-field, [class^=component] ::-webkit-datetime-edit-minute, [class^=component] ::-webkit-datetime-edit-month-field, [class^=component] ::-webkit-datetime-edit-text, [class^=component] ::-webkit-datetime-edit-year-field {
	padding: 0
}

[class^=component] ::-webkit-inner-spin-button {
	height: auto
}

[class^=component] [type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

[class^=component] ::-webkit-search-decoration {
	-webkit-appearance: none
}

[class^=component] ::-webkit-color-swatch-wrapper {
	padding: 0
}

[class^=component] ::file-selector-button {
	font: inherit
}

[class^=component] ::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

[class^=component] output {
	display: inline-block
}

[class^=component] iframe {
	border: 0
}

[class^=component] summary {
	display: list-item;
	cursor: pointer
}

[class^=component] progress {
	vertical-align: baseline
}

[class^=component] [hidden] {
	display: none !important
}

[class^=component].component-bg--white {
	background-color: #fff
}

@media (min-width:992px) {
	[class^=component].component--slim .cof-inner {
		padding: 30px 0
	}
}

@media (min-width:992px) {
	[class^=component].component--slim-top .cof-inner {
		padding-top: 30px
	}
}

@media (min-width:992px) {
	[class^=component].component--slim-bottom .cof-inner {
		padding-bottom: 30px
	}
}

.component-header + [class^=component] {
	margin-top: 62px
}

@media (min-width:992px) {
	.component-header + [class^=component] {
		margin-top: 0
	}
}

@media (min-width:992px) {
	.component-header--sticky + [class^=component] {
		margin-top: 113px
	}
}

@media (min-width:992px) {
	.component-oversea-kv + [class^=component], .component-oversea-kv-short + [class^=component] {
		box-shadow: inset 2px 32px 22px -33px rgba(0,0,0,.25);
		-webkit-box-shadow: 2px 32px 22px -33px rgba(0,0,0,.25) inset;
		-moz-box-shadow: 2px 32px 22px -33px rgba(0,0,0,.25) inset
	}
}

.component-header {
	background-color: #fff;
	box-shadow: 0 4px 15px 0 rgba(0,0,0,.1);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 62px
}

.menu-on .component-header {
	background-color: #00994e
}

.component-header .language-form:before {
	content: "";
	position: absolute;
	top: 0;
	left: 15px;
	bottom: 0;
	margin: auto 0;
	width: 14px;
	height: 14px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDggMTA4Ij48ZyBkYXRhLW5hbWU9IuWcluWxpCAyIj48cGF0aCBkPSJNMTA4IDU0QTU0IDU0IDAgMDA1NS43OCAwSDU0YTU0IDU0IDAgMDAwIDEwOGgxLjc4QTU0IDU0IDAgMDAxMDggNTR6bS01Mi41OCA0Ny40NmgtLjU1Yy0yLjEzLS4yMy01LjY3LTMuOS04LjcyLTExLjY3QTc5LjY2IDc5LjY2IDAgMDE0MiA3NC4xMmgyNi4xOEE3Ny42IDc3LjYgMCAwMTY0IDg5LjgxYy0zIDcuNTktNi40NCAxMS4yOS04LjU4IDExLjY1ek00MS4xMSA2Ny42MmExMzIgMTMyIDAgMDEwLTI3LjI1aDI3Ljk0QTEzMC42NCAxMzAuNjQgMCAwMTY5Ljc2IDU0YTEzMC41IDEzMC41IDAgMDEtLjcgMTMuNjJ6bTEzLjc2LTYxLjFoLjU1YzIuMTQuMzYgNS42IDQgOC41OSAxMS42NWE3OC44NyA3OC44NyAwIDAxNC4xNSAxNS42OEg0MmE3Ny41IDc3LjUgMCAwMTQuMTctMTUuNjhjMy4wNC03Ljc2IDYuNTktMTEuNDIgOC43LTExLjY1em0yMC43MSAzMy44NWgyMy45M2E0Ny42NCA0Ny42NCAwIDAxMCAyNy4yNUg3NS41OEExMzUuNTYgMTM1LjU2IDAgMDA3Ni4yNiA1NGExMzUuNzYgMTM1Ljc2IDAgMDAtLjY4LTEzLjYzek05NyAzMy44N0g3NC43M0M3MyAyMy4xNSA3MCAxNC4xMyA2Ni4yNCA4LjFBNDcuNjIgNDcuNjIgMCAwMTk3IDMzLjg3ek00NC4zMSA3LjVjLTQgNi03LjEzIDE1LjI4LTguODggMjYuMzdIMTFBNDcuNjIgNDcuNjIgMCAwMTQ0LjMxIDcuNXpNOC41MSA0MC4zN2gyNi4wN2ExMzYuODQgMTM2Ljg0IDAgMDAwIDI3LjI1SDguNDlhNDcuNDEgNDcuNDEgMCAwMTAtMjcuMjV6TTExIDc0LjEyaDI0LjQzYzEuNzQgMTEuMSA0Ljg5IDIwLjM3IDguODkgMjYuMzlBNDcuNTggNDcuNTggMCAwMTExIDc0LjEyek02Ni4yNCA5OS45YzMuOC02IDYuOC0xNS4wNSA4LjQ5LTI1Ljc4SDk3QTQ3LjU4IDQ3LjU4IDAgMDE2Ni4yNCA5OS45eiIgZmlsbD0iIzAwOTk0ZSIgZGF0YS1uYW1lPSJMYXllciAxIi8+PC9nPjwvc3ZnPg==)
}

.component-header .form-select {
	display: block;
	width: 100%;
	padding: 5px 45px 5px 35px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 1.2;
	vertical-align: middle;
	font-family: Montserrat;
	background-color: #f5f5f5;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #a0c988;
	border-radius: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

	.component-header .form-select:focus {
		border-color: #a0c988;
		outline: 0
	}

	.component-header .form-select option {
		line-height: 1;
		padding: 10px 0;
		font-size: 16px
	}

	.component-header .form-select[multiple], .component-header .form-select[size]:not([size="1"]) {
		padding-right: .75rem;
		background-image: none
	}

	.component-header .form-select:disabled {
		color: #6c757d;
		background-color: #e9ecef
	}

	.component-header .form-select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #212529
	}

	.component-header .form-select::-ms-expand {
		display: none
	}

@media (min-width:992px) {
	.component-header {
		height: auto;
		box-shadow: none;
		transition: box-shadow .3s;
		position: relative
	}

		.component-header.component-header--shadow-on {
			box-shadow: 0 4px 15px 0 rgba(0,0,0,.1)
		}
}

@media (min-width:992px) {
	.component-header.component-header--sticky {
		position: fixed;
		transform: translateY(-58px)
	}
}

.component-header .ch-navbar {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	height: 62px;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative
}

@media (min-width:992px) {
	.component-header .ch-navbar {
		height: auto;
		justify-content: flex-start;
		flex-direction: row
	}
}

.component-header .ch-brand-wrap {
	display: flex;
	width: 100%;
	flex-basis: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto
}

@media (min-width:992px) {
	.component-header .ch-brand-wrap {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.component-header .ch-brand-wrap {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-header .ch-brand-wrap {
		max-width: 1320px
	}
}

@media (min-width:992px) {
	.component-header .ch-brand-wrap {
		height: 58px
	}
}

.component-header .ch-subnav-list {
	display: none
}

@media (min-width:992px) {
	.component-header .ch-subnav-list {
		margin: 0 0 0 auto;
		padding: 0;
		list-style: none;
		display: flex;
		align-items: center
	}
}

.component-header .ch-subnav-item {
	position: relative
}

@media (min-width:992px) {
	.component-header .ch-subnav-link {
		font-size: 16px;
		color: #666;
		padding: 0 18px;
		text-decoration: none;
		display: block
	}

		.component-header .ch-subnav-link:hover {
			color: #5aae66
		}
}

.component-header .ch-subnav-link.ch-subnav-link--round {
	padding: 0;
	font-size: 12px;
	color: #fff;
	background-color: #12a847;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center
}

.component-header .ch-brand {
	margin: 14px auto;
	padding-right: 15px
}

@media (min-width:992px) {
	.component-header .ch-brand {
		margin: auto auto auto 0
	}
}

.component-header .ch-brand .ch-img {
    width: 230px;
    height: auto
}

@media (min-width:992px) {
	.component-header .ch-brand .ch-img {
		width: 300px;
		height: 34px
	}
}

.component-header .ch-brand .ch-img-lite {
	width: 180px;
	height: 33px
}

.component-header .ch-login-toggler {
	width: 62px;
	height: 62px;
	background-color: #67b46e;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

	.component-header .ch-login-toggler:focus, .component-header .ch-login-toggler:hover {
		text-decoration: none;
		outline: 0
	}

	.component-header .ch-login-toggler.ch-login-toggler--active {
		background-color: #01994e
	}

@media (min-width:992px) {
	.component-header .ch-login-toggler {
		display: none
	}
}

.component-header .ch-login-toggler-inner {
	color: #fff;
	font-size: 15px;
	padding: 10px;
	text-align: center
}

.en .component-header .ch-login-toggler-inner {
	padding: 0
}

.component-header .ch-toggler {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 15px;
	top: 15px;
	display: block;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity,filter;
	text-transform: none;
	border: 0;
	background-color: transparent
}

	.component-header .ch-toggler:focus, .component-header .ch-toggler:hover {
		text-decoration: none;
		outline: 0
	}

	.component-header .ch-toggler.ch-toggler--active .ch-toggler-inner {
		transition-delay: .12s;
		transition-timing-function: cubic-bezier(.215,.61,.355,1);
		transform: rotate(45deg)
	}

		.component-header .ch-toggler.ch-toggler--active .ch-toggler-inner:before {
			top: 0;
			transition: top 75ms ease,opacity 75ms ease .12s;
			opacity: 0
		}

		.component-header .ch-toggler.ch-toggler--active .ch-toggler-inner:after {
			bottom: 0;
			transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
			transform: rotate(-90deg)
		}

@media (min-width:992px) {
	.component-header .ch-toggler {
		display: none
	}
}

.component-header .ch-toggler-inner {
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	background-color: #333;
	transition-timing-function: cubic-bezier(.55,.055,.675,.19);
	transition-duration: 75ms
}

	.component-header .ch-toggler-inner:after, .component-header .ch-toggler-inner:before {
		content: "";
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		transition-timing-function: ease;
		transition-duration: .15s;
		transition-property: transform;
		background-color: #333
	}

	.component-header .ch-toggler-inner:before {
		top: -10px;
		transition: top 75ms ease .12s,opacity 75ms ease
	}

	.component-header .ch-toggler-inner:after {
		bottom: -10px;
		transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
	}

.menu-on .component-header .ch-toggler-inner, .menu-on .component-header .ch-toggler-inner:after, .menu-on .component-header .ch-toggler-inner:before {
	background-color: #fff
}

.component-header .ch-navbar-nav {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none
}

.component-header .ch-login-nav {
	display: none;
	-webkit-animation: login-slide-out .25s ease both;
	animation: login-slide-out .25s ease both;
	position: absolute;
	top: 100%;
	min-width: 180px;
	max-width: 414px;
	right: 0;
	background-color: #01994e;
	padding: 20px 10px
}

	.component-header .ch-login-nav.ch-login-nav--full {
		width: 100%
	}

@-webkit-keyframes login-slide-in {
	0% {
		transform: translateX(100vw)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes login-slide-in {
	0% {
		transform: translateX(100vw)
	}

	to {
		transform: translateX(0)
	}
}

@-webkit-keyframes login-slide-out {
	0% {
		transform: translateX(0)
	}

	to {
		transform: translateX(100vw)
	}
}

@keyframes login-slide-out {
	0% {
		transform: translateX(0)
	}

	to {
		transform: translateX(100vw)
	}
}

.login-menu-on .component-header .ch-login-nav {
	-webkit-animation: login-slide-in .25s ease both;
	animation: login-slide-in .25s ease both
}

@media (min-width:375px) {
	.component-header .ch-login-nav {
		padding: 20px
	}
}

@media (min-width:768px) {
	.component-header .ch-login-nav {
		width: 50%
	}
}

@media (min-width:992px) {
	.component-header .ch-login-nav {
		display: none
	}
}

.en .component-header .ch-login-nav {
	max-width: 340px
}

.component-header .ch-login-nav-list {
	display: flex;
	justify-content: space-between;
	list-style: none;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	align-items: center
}

.en .component-header .ch-login-nav-list {
	justify-content: flex-end
}

.component-header .ch-login-nav-item {
	flex-basis: 50%;
	display: flex
}

	.component-header .ch-login-nav-item:only-child {
		flex-basis: 100%
	}

	.component-header .ch-login-nav-item + .ch-login-nav-item {
		margin-left: 10px
	}

@media (min-width:375px) {
	.component-header .ch-login-nav-item + .ch-login-nav-item {
		margin-left: 20px
	}
}

.en .component-header .ch-login-nav-item {
	max-width: 140px
}

.component-header .ch-login-nav-item-link {
	color: #fff;
	text-align: center;
	background-color: #62b56f;
	padding: 0 10px;
	width: 100%;
	line-height: 1;
	display: block;
	text-decoration: none
}

@media (min-width:375px) {
	.component-header .ch-login-nav-item-link {
		padding: 17px 20px
	}
}

.component-header .ch-login-nav-item-link:hover {
	color: #fff
}

.en .component-header .ch-login-nav-item-link {
	padding: 0 10px;
	align-items: center;
	display: flex;
	height: 65px;
	line-height: 1.3
}

@media (min-width:375px) {
	.en .component-header .ch-login-nav-item-link {
		padding: 0 20px
	}
}

.component-header .ch-nav {
	display: none;
	transition: all .3s;
	-webkit-animation: fade-out .25s ease both;
	animation: fade-out .25s ease both;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background-color: #fff;
	min-height: 100vh;
	overflow-y: auto;
	max-height: calc(100vh - 60px)
}

@-webkit-keyframes fade-in {
	0% {
		transform: translateX(-100vw)
	}

	to {
		transform: translateX(0)
	}
}

@-webkit-keyframes fade-out {
	0% {
		transform: translateX(0)
	}

	to {
		transform: translateX(-100vw)
	}
}

.menu-on .component-header .ch-nav {
	-webkit-animation: fade-in .25s ease both;
	animation: fade-in .25s ease both
}

@media (min-width:992px) {
	.component-header .ch-nav {
		background-color: #00994e;
		flex-basis: 100%;
		position: relative;
		top: auto;
		display: block;
		transition: none;
		width: auto;
		min-height: 0;
		max-height: none;
		overflow-y: visible
	}

	.component-header .ch-nav, .menu-on .component-header .ch-nav {
		-webkit-animation: none;
		animation: none
	}
}

.component-header .ch-nav-list {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0;
	padding: 0 0 200px;
	list-style: none;
	flex-direction: row;
	flex-wrap: wrap
}

@media (min-width:992px) {
	.component-header .ch-nav-list {
		max-width: 960px;
		margin: 0 auto;
		padding: 0;
		flex-direction: row;
		align-items: center;
		position: relative;
		flex-wrap: nowrap
	}
}

@media (min-width:1200px) {
	.component-header .ch-nav-list {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-header .ch-nav-list {
		max-width: 1320px
	}
}

.component-header .ch-nav-item-social-img {
	width: 33px;
	height: 33px
}

.component-header .ch-nav-item {
	display: flex;
	flex-basis: 100%;
	max-width: 100%;
	flex-direction: column
}

	.component-header .ch-nav-item.ch-nav-item--group {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap
	}

		.component-header .ch-nav-item.ch-nav-item--group .ch-nav-link {
			padding: 20px 10px;
			text-align: center;
			background-color: #efefef;
			color: #888
		}

			.component-header .ch-nav-item.ch-nav-item--group .ch-nav-link:nth-child(3n+2) {
				border-left: 1px solid #ddd;
				border-right: 1px solid #ddd
			}

	.component-header .ch-nav-item.ch-nav-item--social {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center
	}

		.component-header .ch-nav-item.ch-nav-item--social .ch-nav-link {
			width: auto;
			padding: 20px;
			text-align: center
		}

	.component-header .ch-nav-item + .ch-nav-item {
		border-top: 1px solid #ddd
	}

@media (min-width:992px) {
	.component-header .ch-nav-item {
		flex-direction: column;
		width: auto;
		max-width: none;
		flex-basis: auto
	}

		.component-header .ch-nav-item + .ch-nav-item {
			border-top: 0
		}

		.component-header .ch-nav-item.ch-nav-item--hide-lg {
			display: none
		}

		.component-header .ch-nav-item.ch-nav-item--hover .ch-nav-link {
			background-color: #fff;
			color: #00994e;
			position: relative
		}

			.component-header .ch-nav-item.ch-nav-item--hover .ch-nav-link:before {
				content: "";
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 2px;
				background-color: #00994e
			}

		.component-header .ch-nav-item.ch-nav-item--hover .ch-nav-lv2 {
			display: flex
		}
}

@media (min-width:992px) and (min-width:992px) {
	.component-header .ch-nav-item.ch-nav-item--hover .ch-nav-lv2 {
		visibility: visible;
		top: 99%;
		opacity: 1
	}
}

@media (min-width:992px) {
	.component-header .ch-nav-item.ch-nav-item--hover .nmm-link {
		z-index: 100
	}

		.component-header .ch-nav-item.ch-nav-item--hover .nmm-link:after {
			content: "";
			border-bottom: 8px solid #fff;
			position: absolute;
			width: 100%;
			bottom: 0;
			left: 0
		}

		.component-header .ch-nav-item.ch-nav-item--hover .nmm-link:before {
			content: "";
			border-top: 4px solid #ffa81a;
			position: absolute;
			width: 100%;
			top: 0;
			left: 0
		}
}

.component-header .ch-nav-item--align-right {
	margin-left: auto
}

.component-header .ch-nav-item--block {
	display: none
}

@media (min-width:992px) {
	.component-header .ch-nav-item--block {
		display: block;
		background-color: #63b570
	}

		.component-header .ch-nav-item--block span {
			padding: 0;
			background-color: transparent;
			border-radius: 0
		}

		.component-header .ch-nav-item--block:hover {
			background-color: #09a321
		}

		.component-header .ch-nav-item--block + .ch-nav-item--block {
			margin-left: 5px
		}
}

.component-header .ch-nav-link {
	text-decoration: none;
	padding: 20px 30px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	order: 1;
	width: 100%;
	position: relative;
	color: #01994e;
	background-color: #fff
}

	.component-header .ch-nav-link:hover {
		color: #00994e
	}

@media (min-width:992px) {
	.component-header .ch-nav-link {
		background-color: transparent;
		width: auto;
		font-weight: 400;
		color: #fff;
		padding: 20px 30px;
		line-height: 1
	}

		.component-header .ch-nav-link:hover {
			color: #fff
		}
}

.component-header .ch-nav-item-icon-wrap {
	position: relative;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto
}

	.component-header .ch-nav-item-icon-wrap:after {
		content: "";
		display: block;
		position: absolute;
		background-color: #f89393;
		top: 0;
		right: 0;
		width: 10px;
		height: 10px;
		border-radius: 50%
	}

.component-header .ch-nav-item-icon {
	max-width: 30px;
	border-radius: 50%;
	overflow: hidden
}

.component-header .ch-nav-item-icon-wrap + span {
	padding-left: 35px
}

.component-header .ch-nav-lv2 {
	order: 2;
	position: relative;
	display: none
}

	.component-header .ch-nav-lv2.ch-nav-lv2--show {
		display: block
	}

		.component-header .ch-nav-lv2.ch-nav-lv2--show + .ch-nav-link:after {
			transform: rotate(45deg);
			top: 5px
		}

	.component-header .ch-nav-lv2:before {
		content: "";
		background-color: #f6f6f6;
		position: absolute;
		top: 0;
		bottom: -100px;
		left: 0;
		right: 0;
		margin: auto
	}

	.component-header .ch-nav-lv2 + .ch-nav-link:after {
		content: "";
		display: inline-block;
		position: relative;
		border-top: 2px solid #009d4d;
		border-left: 2px solid #009d4d;
		width: 10px;
		height: 10px;
		transform: rotate(225deg);
		left: 3px;
		right: 27px;
		position: absolute;
		top: -5px;
		bottom: 0;
		margin: auto;
		left: auto
	}

@media (min-width:992px) {
	.component-header .ch-nav-lv2 {
		display: flex;
		visibility: hidden;
		left: auto;
		width: 100%;
		max-width: 100%;
		max-height: none;
		min-height: 0;
		position: absolute;
		top: 100%;
		opacity: 0;
		transition: top .25s ease,opacity .25s ease;
		padding: 45px 50px;
		background-color: #fff;
		box-shadow: 0 0 8px rgba(2,2,2,.15)
	}

		.component-header .ch-nav-lv2 + .ch-nav-link:after, .component-header .ch-nav-lv2:before {
			display: none
		}
}

.component-header .ch-nav-lv2-title {
	display: none
}

@media (min-width:992px) {
	.component-header .ch-nav-lv2-title {
		font-size: 30px;
		font-weight: 400;
		line-height: 1.2;
		margin: 0;
		color: #00994e;
		flex: 1 0 auto;
		display: flex
	}
}

@media (min-width:992px) and (min-width:375px) {
	.component-header .ch-nav-lv2-title {
		font-size: 28px
	}
}

@media (min-width:992px) and (min-width:992px) {
	.component-header .ch-nav-lv2-title {
		font-size: 30px
	}
}

.component-header .ch-nav-lv2-list {
	list-style: none;
	margin: 0;
	width: 100%;
	padding: 0
}

@media (min-width:992px) {
	.component-header .ch-nav-lv2-list {
		margin: 0;
		padding: 0 50px;
		display: flex;
		max-height: none;
		min-height: 0;
		overflow-y: hidden;
		flex: 1 0 auto
	}
}

.component-header .ch-nav-lv2-item {
	margin: 0
}

@media (min-width:992px) {
	.component-header .ch-nav-lv2-item {
		padding: 0 25px;
		margin: 0
	}
}

.component-header .ch-nav-lv2-link {
	position: relative;
	margin: 0 15px;
	color: #00994e;
	border-bottom: 1px solid #00994e;
	padding: 15px 0;
	letter-spacing: 1px;
	line-height: 1;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	cursor: pointer
}

	.component-header .ch-nav-lv2-link:hover {
		color: #00994e
	}

@media (min-width:375px) {
	.component-header .ch-nav-lv2-link {
		margin: 0 23px
	}
}

@media (min-width:992px) {
	.component-header .ch-nav-lv2-link {
		margin: 0 0 10px;
		color: #00994e;
		border-bottom: 1px solid #28a745;
		padding: 10px 0;
		white-space: nowrap;
		font-size: 18px;
		cursor: default
	}

		.component-header .ch-nav-lv2-link:hover {
			color: #00994e
		}
}

.component-header .ch-nav-lv3 {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block
}

@media (max-width:991.98px) {
	.component-header .ch-nav-lv3.nmm--show {
		display: block
	}
}

@media (min-width:992px) {
	.component-header .ch-nav-lv3 {
		margin: 0;
		max-height: 165px;
		height: 165px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap
	}
}

.component-header .ch-nav-lv3-item {
	position: relative;
	border-top: 1px solid #e2e2e2
}

@media (min-width:992px) {
	.component-header .ch-nav-lv3-item {
		margin-right: 50px;
		border-top: 0;
		border-bottom: 1px solid #ddd;
		min-width: 220px
	}
}

.component-header .ch-nav-lv3-link {
	position: relative;
	margin: 0 0 0 55px;
	color: #333;
	padding: 12px 0;
	letter-spacing: 1px;
	line-height: 1.5;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400
}

	.component-header .ch-nav-lv3-link.ch-nav-lv3-link--has-badge {
		padding-right: 48px
	}

@media (min-width:992px) {
	.component-header .ch-nav-lv3-link {
		margin: 0;
		color: #333;
		padding: 7px 0;
		white-space: nowrap
	}

		.component-header .ch-nav-lv3-link:hover {
			color: #28a745
		}
}

.component-header .ch-nav-lv3-link:after {
	content: "";
	display: inline-block;
	position: relative;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	width: 10px;
	height: 10px;
	transform: rotate(135deg) skew(0deg);
	top: -2px;
	left: 8px;
	transition: left .15s ease-in-out;
	right: 44px;
	position: absolute;
	top: -5px;
	bottom: 0;
	margin: auto;
	left: auto
}

@media (min-width:992px) {
	.component-header .ch-nav-lv3-link:after {
		display: none
	}
}

.component-header .ch-nav-lv3-badge {
	background-color: #f89393;
	color: #fff;
	border-radius: 25px;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 1px;
	bottom: 0;
	margin: auto 0 auto 5px;
	line-height: 20px;
	padding: 0 10px;
	height: 20px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	display: inline-block
}

.component-footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #67b674
}

	.component-footer .cf-inner {
		padding: 0;
		margin: 0 auto
	}

@media (min-width:992px) {
	.component-footer .cf-inner {
		padding: 0 15px;
		max-width: 960px;
		padding: 0
	}
}

@media (min-width:1200px) {
	.component-footer .cf-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-footer .cf-inner {
		max-width: 1320px
	}
}

.component-footer .cf-list-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 10px 20px
}

	.component-footer .cf-list-wrap + .cf-list-wrap {
		border-top: 1px solid #439656
	}

@media (min-width:992px) {
	.component-footer .cf-list-wrap {
		padding: 15px 0
	}
}

.component-footer .cf-icon-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none
}

@media (min-width:992px) {
	.component-footer .cf-icon-list {
		flex-wrap: nowrap;
		justify-content: flex-start
	}
}

.component-footer .cf-icon-list .cf-item-link {
	padding-left: 0;
	padding-right: 0
}

.component-footer .cf-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none
}

@media (min-width:992px) {
	.component-footer .cf-list {
		flex-wrap: nowrap;
		justify-content: flex-start
	}
}

@media (min-width:992px) {
	.en .component-footer .cf-list {
		flex-wrap: wrap
	}
}

.component-footer .cf-item {
	position: relative;
	margin-bottom: 10px
}

	.component-footer .cf-item.cf-item--break {
		width: 100%
	}

	.component-footer .cf-item.cf-item--noborder:before {
		display: none !important
	}

.component-footer .cf-list--border {
	padding: 5px
}

	.component-footer .cf-list--border.cf-list--has-bottom .cf-item {
		margin-bottom: 8px
	}

	.component-footer .cf-list--border .cf-item {
		margin-bottom: 0
	}

		.component-footer .cf-list--border .cf-item + .cf-item:before {
			display: block;
			content: "";
			position: absolute;
			width: 1px;
			height: 100%;
			top: 0;
			bottom: 0;
			margin-top: auto;
			margin-bottom: auto;
			background-color: hsla(0,0%,100%,.5)
		}

		.component-footer .cf-list--border .cf-item + .cf-item--no-border .cf-item-link {
			margin-left: 0
		}

		.component-footer .cf-list--border .cf-item + .cf-item--no-border:before {
			display: none
		}

	.component-footer .cf-list--border .cf-item-link {
		margin: 0 10px
	}

.component-footer .cf-item-link {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	padding: 8px 12px
}

	.component-footer .cf-item-link:hover {
		color: #fff
	}

@media (min-width:992px) {
	.component-footer .cf-item-link {
		font-size: 15px;
		padding: 0 10px
	}
}

@media (min-width:992px) {
	.component-footer .cf-list-wrap--lang .cf-list {
		padding: 0
	}
}

.component-footer .cf-list-wrap--lang .cf-item-link--active {
	color: #25582d
}

@media (min-width:992px) {
	.component-footer .cf-list-wrap--lang {
		display: none
	}
}

.component-footer .cf-list-wrap--cathay-group {
	display: none
}

@media (min-width:992px) {
	.component-footer .cf-list-wrap--cathay-group {
		display: block
	}
}

@media (min-width:992px) {
	.component-footer .cf-list-wrap--cathay-group .cf-list {
		padding: 0
	}
}

.component-footer .cf-list-wrap--link .cf-list {
	padding-bottom: 35px
}

@media (min-width:992px) {
	.component-footer .cf-list-wrap--link .cf-list {
		padding: 0
	}
}

.component-footer .cf-item--copyright {
	margin-top: 15px;
	flex-basis: 100%;
	text-align: center
}

@media (min-width:992px) {
	.component-footer .cf-item--copyright {
		flex: 1;
		margin-top: 0;
		text-align: left
	}
}

@media (min-width:992px) {
	.en .component-footer .cf-item--copyright {
		margin-top: 15px;
		flex-basis: 100%
	}
}

@media (min-width:992px) {
	.component-footer .cf-item--copyright.cf-item--copyright-flex {
		margin-top: 0;
		flex-shrink: 0;
		flex-grow: 0;
		flex-basis: 380px
	}
}

.component-footer .cf-item-link--icon {
	display: none
}

@media (min-width:992px) {
	.component-footer .cf-item-link--icon {
		display: block;
		margin: 0 5px
	}
}

.component-oversea-kv {
	position: relative
}

@media (min-width:992px) {
	.component-oversea-kv {
		background-color: #fff
	}
}

.component-oversea-kv .cok-inner {
	padding: 0;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.component-oversea-kv .cok-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-kv .cok-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-kv .cok-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-kv .cok-inner {
		max-width: 1320px
	}
}

@media (min-width:768px) {
	.component-oversea-kv .cok-inner {
		padding: 0
	}
}

@media (min-width:992px) {
	.component-oversea-kv .cok-inner {
		padding-top: 0;
		padding-bottom: 0;
		height: 400px
	}
}

.component-oversea-kv .cok-content {
	width: 88%;
	margin: -65px auto 0;
	order: 2;
	z-index: 20;
	position: relative;
	box-shadow: 0 14px 28px rgba(0,0,0,.05),0 10px 10px rgba(0,0,0,.02);
	padding: 30px 20px;
	background-color: #fff
}

@media (min-width:992px) {
	.component-oversea-kv .cok-content {
		padding: 0;
		background-color: transparent
	}
}

.component-oversea-kv .cok-figure-wrap {
	order: 1;
	flex-basis: 100%;
	position: relative;
	z-index: 10;
	background-color: #ddd;
	height: 200px
}

@media (min-width:992px) {
	.component-oversea-kv .cok-figure-wrap {
		position: absolute;
		top: 0;
		left: 0
	}
}

.component-oversea-kv .cok-figure {
	position: relative;
	height: 200px
}

@media (min-width:992px) {
	.component-oversea-kv .cok-figure {
		width: 100%;
		max-width: 100%;
		height: 400px
	}
}

.component-oversea-kv .cok-title {
	margin: 0;
	padding: 0
}

@media (min-width:992px) {
	.component-oversea-kv .cok-title {
		padding: 30px 5px 25px 0
	}
}

.component-oversea-kv .cok-title--company {
	font-weight: 300;
	font-size: 22px;
	color: #333;
	line-height: 1;
	display: block
}

	.component-oversea-kv .cok-title--company + .cok-title--slogan {
		margin-top: 10px
	}

@media (min-width:992px) {
	.component-oversea-kv .cok-title--company {
		font-weight: 100;
		font-size: 30px
	}
}

@media (min-width:992px) {
	.component-oversea-kv .cok-title--company.cok-title--company--bold, .en .component-oversea-kv .cok-title--company {
		font-weight: 300
	}
}

.component-oversea-kv .cok-title--slogan {
	font-weight: 300;
	font-size: 30px;
	color: #333;
	line-height: 1.2;
	display: block
}

	.component-oversea-kv .cok-title--slogan br {
		display: none
	}

@media (min-width:992px) {
	.component-oversea-kv .cok-title--slogan {
		font-size: 40px
	}

		.component-oversea-kv .cok-title--slogan br {
			display: block
		}
}

.component-oversea-kv .component-oversea-news {
	padding: 0
}

@media (min-width:992px) {
	.component-oversea-kv .component-oversea-news {
		padding: 0 20px 0 0
	}
}

.component-oversea-kv .con-title {
	padding: 0;
	font-weight: 400;
	margin: 10px 0 0
}

@media (min-width:992px) {
	.component-oversea-kv .con-title {
		display: block;
		font-weight: 300;
		line-height: 1;
		margin: 0;
		font-size: 16px;
		color: #333
	}

		.component-oversea-kv .con-title + .con-list {
			margin-top: 0
		}
}

.component-oversea-kv .con-title-link {
	text-decoration: none;
	color: #00994e
}

	.component-oversea-kv .con-title-link:hover {
		color: #35b879
	}

.component-oversea-kv .con-list {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 190px
}

.component-oversea-kv .con-item + .con-item {
	border-top: 1px solid #ddd
}

.component-oversea-kv .con-item-link {
	display: flex;
	text-decoration: none;
	padding: 15px 0;
	flex-direction: column
}

	.component-oversea-kv .con-item-link:hover {
		text-decoration: none
	}

@media (min-width:768px) {
	.component-oversea-kv .con-item-link {
		flex-direction: row;
		flex-wrap: nowrap
	}
}

.component-oversea-kv .con-item-date {
	font-size: 16px;
	font-weight: 400;
	color: #12a847;
	line-height: 1.3;
	min-width: 100px
}

	.component-oversea-kv .con-item-date + .con-item-title {
		margin-top: 5px
	}

@media (min-width:768px) {
	.component-oversea-kv .con-item-date + .con-item-title {
		margin-top: 0;
		margin-left: 10px
	}
}

.component-oversea-kv .con-item-title {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 1.5
}

.component-oversea-kv .cok-img {
	position: absolute;
	min-width: 1000%;
	min-height: 1000%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(.1)
}

@media (min-width:992px) {
	.component-oversea-kv .cok-content {
		order: 1;
		max-width: 340px;
		margin: 0;
		box-shadow: none
	}

	.component-oversea-kv .cok-figure {
		order: 2
	}
}

@media (min-width:1200px) {
	.component-oversea-kv .cok-content {
		order: 1
	}

	.component-oversea-kv .cok-figure {
		order: 2
	}
}

.component-oversea-kv .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.component-oversea-kv .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

	.component-oversea-kv .slick-list:focus {
		outline: none
	}

	.component-oversea-kv .slick-list.dragging {
		cursor: pointer;
		cursor: hand
	}

.component-oversea-kv .slick-slider .slick-list, .component-oversea-kv .slick-slider .slick-track {
	transform: translateZ(0)
}

.component-oversea-kv .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

	.component-oversea-kv .slick-track:after, .component-oversea-kv .slick-track:before {
		display: table;
		content: ""
	}

	.component-oversea-kv .slick-track:after {
		clear: both
	}

.component-oversea-kv .slick-loading .slick-track {
	visibility: hidden
}

.component-oversea-kv .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

	.component-oversea-kv .slick-slide img {
		display: block
	}

	.component-oversea-kv .slick-slide.slick-loading img {
		display: none
	}

	.component-oversea-kv .slick-slide.dragging img {
		pointer-events: none
	}

.component-oversea-kv .slick-initialized .slick-slide {
	display: block
}

.component-oversea-kv .slick-loading .slick-slide {
	visibility: hidden
}

.component-oversea-kv .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.component-oversea-kv .slick-arrow.slick-hidden {
	display: none
}

.component-oversea-kv .slick-slide {
	overflow: hidden
}

.component-oversea-kv .slick-dots {
	position: absolute;
	bottom: 10px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

	.component-oversea-kv .slick-dots li {
		position: relative;
		display: inline-block;
		padding: 0;
		cursor: pointer;
		width: 6px;
		height: 6px;
		margin: 0 8px;
		background-color: #666;
		border-top-left-radius: 50px;
		border-bottom-left-radius: 50px;
		border-top-right-radius: 50px;
		border-bottom-right-radius: 50px;
		transition: width .15s ease-in-out
	}

		.component-oversea-kv .slick-dots li button {
			display: none
		}

		.component-oversea-kv .slick-dots li.slick-active {
			background: #00a94f;
			width: 64px
		}

			.component-oversea-kv .slick-dots li.slick-active button {
				background: #00a94f
			}

.component-oversea-kv .slick-arrow {
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
	border: 0;
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.7);
	border-radius: 50%;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	outline: none;
	transition: all .15s ease-in-out
}

	.component-oversea-kv .slick-arrow:before {
		content: "";
		display: inline-block;
		margin-top: 2px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff
	}

	.component-oversea-kv .slick-arrow:focus {
		outline: 0
	}

	.component-oversea-kv .slick-arrow.slick-disabled {
		opacity: .5
	}

.component-oversea-kv .slick-prev {
	left: 15px;
	z-index: 100
}

	.component-oversea-kv .slick-prev:before {
		margin-left: 3px;
		transform: rotate(-135deg)
	}

.component-oversea-kv .slick-next {
	right: 15px;
	z-index: 101
}

	.component-oversea-kv .slick-next:before {
		margin-left: -3px;
		transform: rotate(45deg)
	}

.component-oversea-kv .scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative
}

	.component-oversea-kv .scroll-wrapper > .scroll-content {
		border: none !important;
		box-sizing: content-box !important;
		height: auto;
		left: 0;
		margin: 0;
		max-height: none;
		max-width: none !important;
		overflow: scroll !important;
		padding: 0 20px 0 0;
		position: relative !important;
		top: 0;
		width: auto !important
	}

		.component-oversea-kv .scroll-wrapper > .scroll-content::-webkit-scrollbar {
			height: 0;
			width: 0
		}

.component-oversea-kv .scroll-element {
	display: none
}

	.component-oversea-kv .scroll-element, .component-oversea-kv .scroll-element div {
		box-sizing: content-box
	}

		.component-oversea-kv .scroll-element.scroll-x.scroll-scrollx_visible, .component-oversea-kv .scroll-element.scroll-y.scroll-scrolly_visible {
			display: block
		}

		.component-oversea-kv .scroll-element .scroll-arrow, .component-oversea-kv .scroll-element .scroll-bar {
			cursor: default
		}

.component-oversea-kv .scroll-textarea {
	border: 1px solid #ccc;
	border-top-color: #999
}

	.component-oversea-kv .scroll-textarea > .scroll-content {
		overflow: hidden !important
	}

		.component-oversea-kv .scroll-textarea > .scroll-content > textarea {
			border: none !important;
			box-sizing: border-box;
			height: 100% !important;
			margin: 0;
			max-height: none !important;
			max-width: none !important;
			overflow: scroll !important;
			outline: none;
			padding: 2px;
			position: relative !important;
			top: 0;
			width: 100% !important
		}

			.component-oversea-kv .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
				height: 0;
				width: 0
			}

.component-oversea-kv .scrollbar-inner > .scroll-element, .component-oversea-kv .scrollbar-inner > .scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

	.component-oversea-kv .scrollbar-inner > .scroll-element div {
		display: block;
		height: 100%;
		left: 0;
		top: 0;
		width: 100%
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element.scroll-x {
		bottom: 2px;
		height: 8px;
		left: 0;
		width: 100%
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element.scroll-y {
		height: 100%;
		right: 2px;
		top: 0;
		width: 8px
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element .scroll-element_outer {
		overflow: hidden
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element .scroll-bar, .component-oversea-kv .scrollbar-inner > .scroll-element .scroll-element_outer, .component-oversea-kv .scrollbar-inner > .scroll-element .scroll-element_track {
		border-radius: 8px
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element .scroll-bar, .component-oversea-kv .scrollbar-inner > .scroll-element .scroll-element_track {
		opacity: .8
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element .scroll-element_track {
		background-color: #eaeaea
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element .scroll-bar {
		background-color: #00a94f
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element:hover .scroll-bar {
		opacity: .6
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
		background-color: #919191
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
		left: -12px
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
		top: -12px
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
		left: -12px
	}

	.component-oversea-kv .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
		top: -12px
	}

.component-oversea-kv .con-list {
	height: 130px;
	overflow-y: auto;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	text-align: left;
	padding-right: 30px
}

	.component-oversea-kv .con-list .scroll-element.scroll-x {
		display: none !important;
		width: 0;
		height: 0;
		opacity: 0;
		visibility: hidden
	}

	.component-oversea-kv .con-list .scroll-element.scroll-y {
		visibility: visible;
		opacity: 1
	}

.component-oversea-kv-short {
	position: relative
}

	.component-oversea-kv-short.component-oversea-kv-short--bg-white {
		background-color: #fff
	}

@media (min-width:992px) {
	.component-oversea-kv-short {
		background-color: #fff
	}
}

.component-oversea-kv-short .coks-inner {
	padding: 0;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.component-oversea-kv-short .coks-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-kv-short .coks-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-kv-short .coks-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-kv-short .coks-inner {
		max-width: 1320px
	}
}

@media (min-width:768px) {
	.component-oversea-kv-short .coks-inner {
		padding: 0
	}
}

@media (min-width:992px) {
	.component-oversea-kv-short .coks-inner {
		padding-top: 0;
		padding-bottom: 0;
		height: 250px
	}
}

.component-oversea-kv-short .coks-content {
	width: 88%;
	margin: -45px auto 0;
	order: 2;
	z-index: 20;
	position: relative;
	box-shadow: 0 14px 28px rgba(0,0,0,.05),0 10px 10px rgba(0,0,0,.02);
	background-color: #fff
}

@media (min-width:992px) {
	.component-oversea-kv-short .coks-content {
		background-color: transparent
	}
}

.component-oversea-kv-short .coks-figure {
	order: 1;
	flex-basis: 100%;
	position: relative;
	overflow: hidden;
	height: 160px;
	z-index: 10;
	background-color: #ddd
}

@media (min-width:992px) {
	.component-oversea-kv-short .coks-figure {
		width: 100%;
		max-width: 100%;
		height: 250px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -260px
	}
}

@media (min-width:1200px) {
	.component-oversea-kv-short .coks-figure, .en .component-oversea-kv-short .coks-figure {
		margin-left: -300px
	}
}

.component-oversea-kv-short .coks-title-b2b {
	margin: 0;
	font-size: 30px;
	font-weight: 400;
	color: #333;
	line-height: 1.2;
	padding: 20px 20px 17px;
	text-align: center
}

.component-oversea-kv-short .coks-title {
	margin: 0;
	font-size: 30px;
	font-weight: 400;
	color: #333;
	line-height: 1.2;
	padding: 20px 20px 17px;
	text-align: center
}

	.component-oversea-kv-short .coks-title br {
		display: none
	}

@media (min-width:992px) {
	.component-oversea-kv-short .coks-title-b2b {
		font-size: 40px;
		padding: 0;
		font-weight: 400;
		text-align: left;
		max-width: 250px
	}

	.en .component-oversea-kv-short .coks-title-b2b {
		font-size: 36px
	}
}

@media (min-width:992px) {
	.component-oversea-kv-short .coks-title {
		font-size: 40px;
		padding: 0;
		font-weight: 400;
		text-align: left;
		max-width: 200px
	}

	.en .component-oversea-kv-short .coks-title {
		font-size: 36px
	}
}

.component-oversea-kv-short .coks-img {
	position: absolute;
	min-width: 1000%;
	min-height: 1000%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(.1)
}

@media (min-width:992px) {
	.component-oversea-kv-short .coks-content {
		order: 1;
		flex-basis: 100%;
		max-width: 100%;
		margin: 0;
		box-shadow: none
	}

	.component-oversea-kv-short .coks-figure {
		order: 2
	}
}

@media (min-width:1200px) {
	.component-oversea-kv-short .coks-content {
		order: 1
	}

	.component-oversea-kv-short .coks-figure {
		order: 2
	}
}

.component-oversea-services .cos-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-services .cos-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-services .cos-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-services .cos-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-services .cos-inner {
		max-width: 1320px
	}
}

.component-oversea-services .cos-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-services .cos-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-services .cos-title {
		font-size: 30px
	}
}

.component-oversea-services .cos-title + .cos-description {
	margin-top: 10px
}

.component-oversea-services .cos-title.cos-title--dark {
	color: #333
}

@media (min-width:992px) {
	.component-oversea-services .cos-title + .cos-description {
		margin-top: 15px
	}
}

.component-oversea-services .cos-description {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 1px
}

@media (min-width:992px) {
	.component-oversea-services .cos-description {
		font-size: 18px
	}
}

.component-oversea-services .cos-description + .cos-description {
	margin-top: 15px
}

.component-oversea-services .cos-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.component-oversea-services .cos-list {
		margin-left: -2.5%;
		margin-right: -2.5%
	}
}

.component-oversea-services .cos-item {
	display: flex;
	flex-basis: 100%;
	margin: 25px 0;
	max-width: 100%
}

@media (min-width:768px) {
	.component-oversea-services .cos-item {
		flex-basis: 45%;
		margin: 25px 2.5%
	}
}

.component-oversea-services.component-oversea-services--33 .cos-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.component-oversea-services.component-oversea-services--33 .cos-list {
		margin-left: -2.5%;
		margin-right: -2.5%
	}
}

@media (min-width:992px) {
	.component-oversea-services.component-oversea-services--33 .cos-list {
		margin-left: -1.5%;
		margin-right: -1.5%
	}
}

.component-oversea-services.component-oversea-services--33 .cos-item {
	display: flex;
	flex-basis: 100%;
	margin: 25px 0;
	max-width: 100%
}

@media (min-width:768px) {
	.component-oversea-services.component-oversea-services--33 .cos-item {
		flex-basis: 45%;
		margin: 25px 2.5%
	}
}

@media (min-width:992px) {
	.component-oversea-services.component-oversea-services--33 .cos-item {
		flex-basis: 31%;
		margin: 25px 1%
	}
}

.component-oversea-services .cos-item-link {
	border-radius: 5px;
	overflow: hidden;
	text-decoration: none;
	background-color: #fff;
	display: block;
	max-width: 100%;
	box-shadow: 0 0 0 rgba(0,0,0,.1),0 6px 6px rgba(0,0,0,.12);
	transform: scale(1);
	transition: box-shadow .2s ease,transform .2s ease;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: center
}

	.component-oversea-services .cos-item-link:hover {
		transform: scale(1.05);
		text-decoration: none;
		box-shadow: 0 10px 20px rgba(0,0,0,.15),0 6px 6px rgba(0,0,0,.17)
	}

		.component-oversea-services .cos-item-link:hover .cos-item-btn {
			color: #fff;
			background-image: linear-gradient(180deg,#008a46 5%,#00994e 66%)
		}

		.component-oversea-services .cos-item-link:hover .cos-item-img {
			transform: scale(1.1)
		}

.component-oversea-services .cos-item-content {
	display: flex;
	align-items: center;
	flex-direction: column;
	position: relative;
	padding: 30px 20px;
	max-width: 100%
}

@media (min-width:992px) {
	.component-oversea-services .cos-item-content {
		padding: 30px
	}
}

.component-oversea-services .cos-item-title {
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #12a847;
	margin: 0;
	line-height: 1;
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
	max-width: 100%;
	border-bottom: 1px solid #12a847;
	text-align: center
}

	.component-oversea-services .cos-item-title + .cos-item-description {
		margin-top: 20px
	}

.en .component-oversea-services .cos-item-title {
	font-size: 20px;
	line-height: 1.3
}

.component-oversea-services .cos-item-img {
	max-width: 100%;
	transform: scale(1);
	transition: transform .2s ease
}

.component-oversea-services .cos-item-figure {
	max-width: 100%;
	overflow: hidden
}

.component-oversea-services .cos-item-description {
	font-size: 16px;
	font-weight: 400;
	color: #2c2c2c;
	letter-spacing: 1px;
	margin: 0;
	min-height: 72px;
	max-width: 100%
}

	.component-oversea-services .cos-item-description + .cos-item-btn {
		margin-top: 20px
	}

.component-oversea-services .cos-item-btn {
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #5bae67;
	background-image: linear-gradient(180deg,#6cb97a 0,#57ac63);
	color: #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	display: inline-block;
	text-decoration: none;
	transition: background .3s ease-in-out;
	font-size: 16px;
	padding: 12px 40px
}

	.component-oversea-services .cos-item-btn:focus {
		outline: 0
	}

@media (min-width:992px) {
	.component-oversea-services .cos-description {
		max-width: 820px
	}

	.en .component-oversea-services .cos-description {
		max-width: 960px
	}
}

.component-oversea-services.component-oversea-services--large .cos-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #67b77e;
	color: #333;
	text-align: center
}

@media (min-width:375px) {
	.component-oversea-services.component-oversea-services--large .cos-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-services.component-oversea-services--large .cos-title {
		font-size: 30px
	}
}

.component-oversea-services.component-oversea-services--large .cos-title br {
	display: none
}

@media (min-width:992px) {
	.component-oversea-services.component-oversea-services--large .cos-title {
		text-align: left
	}
}

.en .component-oversea-services.component-oversea-services--large .cos-title {
	line-height: 1.4
}

@media (min-width:768px) {
	.component-oversea-services.component-oversea-services--large .cos-list {
		margin-left: -1%;
		margin-right: -1%
	}
}

@media (min-width:992px) {
	.component-oversea-services.component-oversea-services--large .cos-list {
		margin-left: -2%;
		margin-right: -2%
	}
}

.component-oversea-services.component-oversea-services--large .cos-item {
	display: flex
}

@media (min-width:768px) {
	.component-oversea-services.component-oversea-services--large .cos-item {
		flex-basis: 48%;
		margin: 25px 1%
	}
}

@media (min-width:992px) {
	.component-oversea-services.component-oversea-services--large .cos-item {
		flex-basis: 46%;
		margin: 25px 2%
	}
}

@media (min-width:768px) {
	.component-oversea-services.component-oversea-services--large .cos-item .cos-item-description {
		min-height: 110px
	}
}

@media (min-width:992px) {
	.component-oversea-services.component-oversea-services--large .cos-item .cos-item-description {
		min-height: 85px
	}
}

.component-oversea-services.component-oversea-services--large .cos-item-title {
	font-size: 22px
}

	.component-oversea-services.component-oversea-services--large .cos-item-title + .cos-item-subtitle {
		margin-top: 15px
	}

.component-oversea-services.component-oversea-services--large .cos-item-subtitle {
	color: #a0c988;
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	display: inline-block;
	text-align: center
}

	.component-oversea-services.component-oversea-services--large .cos-item-subtitle + .cos-item-subtitle {
		margin-top: 13px
	}

.component-oversea-services.component-oversea-services--large .cos-item-en-subtitle {
	color: #a0c988;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	display: inline-block
}

	.component-oversea-services.component-oversea-services--large .cos-item-en-subtitle + .cos-item-description {
		margin-top: 20px
	}

.component-oversea-services.component-oversea-services--large .cos-item-description {
	font-size: 17px
}

.component-oversea-services.component-oversea-services--large .cos-item-link {
	padding-bottom: 40px
}

	.component-oversea-services.component-oversea-services--large .cos-item-link:hover {
		transform: scale(1)
	}

.component-oversea-services.component-oversea-services--large .cos-item-btn {
	text-align: center;
	border-radius: 50px;
	width: 80%
}

@media (min-width:992px) {
	.component-oversea-services.component-oversea-services--large .cos-item-btn {
		width: auto;
		bottom: 30px
	}

		.component-oversea-services.component-oversea-services--large .cos-item-btn br {
			display: none
		}
}

.component-oversea-services-list {
	overflow: hidden
}

	.component-oversea-services-list .cosl-inner {
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		padding: 45px 20px
	}

@media (min-width:768px) {
	.component-oversea-services-list .cosl-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-services-list .cosl-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-services-list .cosl-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-services-list .cosl-inner {
		max-width: 1320px
	}
}

.component-oversea-services-list .cosl-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-services-list .cosl-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-services-list .cosl-title {
		font-size: 30px
	}
}

.component-oversea-services-list .cosl-title + .cosl-list {
	margin-top: 10px
}

@media (min-width:992px) {
	.component-oversea-services-list .cosl-title + .cosl-list {
		margin-top: 10px
	}

	.component-oversea-services-list .cosl-title + .cosl-description {
		margin-top: 15px
	}
}

.component-oversea-services-list .cosl-description {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 1px
}

@media (min-width:992px) {
	.component-oversea-services-list .cosl-description {
		font-size: 18px
	}
}

.component-oversea-services-list .cosl-description + .cos-description {
	margin-top: 15px
}

.component-oversea-services-list .cosl-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap
}

.component-oversea-services-list .cosl-item {
	flex-basis: 50%;
	margin: 5px 0
}

@media (min-width:768px) {
	.component-oversea-services-list .cosl-item {
		flex-basis: 20%
	}
}

@media (min-width:992px) {
	.component-oversea-services-list .cosl-item {
		flex-basis: 25%
	}
}

@media (min-width:768px) {
	.en .component-oversea-services-list .cosl-item {
		flex-basis: 50%
	}
}

@media (min-width:992px) {
	.en .component-oversea-services-list .cosl-item {
		flex-basis: 33%
	}
}

.component-oversea-services-list .cosl-item-title {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #666;
	margin: 0;
	position: relative;
	display: inline-block;
	padding-left: 15px
}

	.component-oversea-services-list .cosl-item-title:before {
		display: block;
		content: "";
		position: absolute;
		top: 9px;
		left: 0;
		width: 5px;
		height: 5px;
		background-color: #a0c988;
		border-radius: 50%
	}

@media (min-width:992px) {
	.component-oversea-services-list .cosl-item-title {
		font-size: 18px;
		padding-left: 20px
	}

		.component-oversea-services-list .cosl-item-title:before {
			top: 10px
		}
}

.component-oversea-services-card {
	overflow: hidden
}

	.component-oversea-services-card .cosc-inner {
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		padding: 45px 20px
	}

@media (min-width:768px) {
	.component-oversea-services-card .cosc-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-services-card .cosc-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-services-card .cosc-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-services-card .cosc-inner {
		max-width: 1320px
	}
}

.component-oversea-services-card .cosc-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-services-card .cosc-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-services-card .cosc-title {
		font-size: 30px
	}
}

.component-oversea-services-card .cosc-title + .cosc-subtitle {
	margin-top: 20px
}

.component-oversea-services-card .cosc-title + .cosc-list {
	margin-top: 10px
}

.component-oversea-services-card .cosc-subtitle {
	font-size: 22px;
	line-height: 1;
	color: 666;
	font-weight: 400;
	margin: 0;
	padding: 0
}

.component-oversea-services-card .cosc-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.component-oversea-services-card .cosc-list {
		margin-left: -2.5%;
		margin-right: -2.5%
	}
}

.component-oversea-services-card .cosc-list + .cosc-subtitle {
	margin-top: 25px
}

.component-oversea-services-card .cosc-item {
	flex-basis: 100%;
	max-width: 100%;
	margin: 25px 0;
	text-decoration: none;
	display: block
}

@media (min-width:768px) {
	.component-oversea-services-card .cosc-item {
		flex-basis: 45%;
		margin: 15px 2.5%
	}
}

@media (min-width:992px) {
	.component-oversea-services-card.component-oversea-services-card--eq-height .cosc-item-content {
		min-height: 265px
	}
}

@media (min-width:768px) {
	.component-oversea-services-card.component-oversea-services-card--33 .cosc-list {
		margin-left: -2.5%;
		margin-right: -2.5%
	}
}

@media (min-width:992px) {
	.component-oversea-services-card.component-oversea-services-card--33 .cosc-list {
		margin-left: -1.5%;
		margin-right: -1.5%
	}
}

@media (min-width:768px) {
	.component-oversea-services-card.component-oversea-services-card--33 .cosc-item {
		flex-basis: 45%;
		margin: 25px 2.5%
	}
}

@media (min-width:992px) {
	.component-oversea-services-card.component-oversea-services-card--33 .cosc-item {
		flex-basis: 31%;
		margin: 25px 1%
	}
}

.component-oversea-services-card .cosc-item-content {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	padding: 30px 20px;
	background-color: #fff;
	width: 95%;
	margin: -10px auto 0;
	box-shadow: 0 14px 28px rgba(0,0,0,.05),0 10px 10px rgba(0,0,0,.02)
}

@media (min-width:768px) {
	.component-oversea-services-card .cosc-item-content {
		margin: -50px auto 0
	}
}

@media (min-width:992px) {
	.component-oversea-services-card .cosc-item-content {
		padding: 30px;
		margin: -63px auto 0;
		width: 90%
	}

		.component-oversea-services-card .cosc-item-content.cosc-item-content--single {
			margin-top: -50px
		}

		.component-oversea-services-card .cosc-item-content.cosc-item-content--few {
			margin-top: -70px
		}
}

.component-oversea-services-card .cosc-item-title {
	font-size: 22px;
	font-weight: 400;
	max-width: 100%;
	letter-spacing: 1px;
	color: #12a847;
	margin: 0;
	line-height: 1;
	position: relative;
	display: inline-block
}

	.component-oversea-services-card .cosc-item-title + .cosc-item-subtitle {
		margin-top: 5px
	}

	.component-oversea-services-card .cosc-item-title + .cosc-item-description, .component-oversea-services-card .cosc-item-title + .cosc-item-list {
		margin-top: 10px
	}

@media (min-width:992px) {
	.component-oversea-services-card .cosc-item-title + .cosc-item-description, .component-oversea-services-card .cosc-item-title + .cosc-item-list {
		margin-top: 10px
	}
}

.en .component-oversea-services-card .cosc-item-title {
	font-size: 20px;
	line-height: 1.3
}

.component-oversea-services-card .cosc-item-subtitle {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	max-width: 100%;
	color: #12a847;
	margin: 0;
	line-height: 1;
	position: relative;
	display: inline-block
}

	.component-oversea-services-card .cosc-item-subtitle + .cosc-item-description {
		margin-top: 10px
	}

@media (min-width:992px) {
	.component-oversea-services-card .cosc-item-subtitle + .cosc-item-description {
		margin-top: 15px
	}
}

.component-oversea-services-card .cosc-item-img {
	max-width: 100%;
	transform: scale(1);
	transition: transform .2s ease
}

.component-oversea-services-card .cosc-item-figure {
	max-width: 100%;
	overflow: hidden
}

.component-oversea-services-card .cosc-item-description {
	font-size: 16px;
	font-weight: 400;
	max-width: 100%;
	color: #2c2c2c;
	letter-spacing: 1px;
	margin: 0;
	min-height: 72px
}

.en .component-oversea-services-card .cosc-item-description {
	font-weight: 300
}

.component-oversea-services-card .cosc-item-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%
}

.component-oversea-services-card .cosc-item-list-item {
	flex-basis: 100%;
	margin: 5px 0
}

@media (min-width:768px) {
	.component-oversea-services-card .cosc-item-list-item {
		flex-basis: 50%
	}
}

@media (min-width:768px) {
	.en .component-oversea-services-card.component-oversea-services-card--trade-finance .cosc-item-list-item {
		flex-basis: 100%
	}
}

.component-oversea-services-card .cosc-item-list-item-title {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #2c2c2c;
	margin: 0;
	position: relative;
	display: inline-block;
	padding-left: 15px
}

	.component-oversea-services-card .cosc-item-list-item-title:before {
		display: block;
		content: "";
		position: absolute;
		top: 9px;
		left: 0;
		width: 5px;
		height: 5px;
		background-color: #a0c988;
		border-radius: 50%
	}

@media (min-width:992px) {
	.component-oversea-services-card .cosc-item-list-item-title {
		padding-left: 20px
	}
}

.component-oversea-downloads .cod-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-downloads .cod-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-downloads .cod-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-downloads .cod-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-downloads .cod-inner {
		max-width: 1320px
	}
}

@media (min-width:992px) {
	.component-oversea-downloads .cod-inner {
		padding-bottom: 50px
	}
}

.component-oversea-downloads .cod-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-downloads .cod-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-downloads .cod-title {
		font-size: 30px
	}
}

.component-oversea-downloads .cod-title + .cod-list, .component-oversea-downloads .cod-title + .cod-list-wrap, .component-oversea-downloads .cod-title + .cod-subtitle {
	margin-top: 13px
}

@media (min-width:992px) {
	.component-oversea-downloads .cod-title + .cod-list {
		margin-top: 30px
	}

	.component-oversea-downloads .cod-title + .cod-list-wrap, .component-oversea-downloads .cod-title + .cod-subtitle {
		margin-top: 18px
	}
}

.component-oversea-downloads .cod-subtitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

	.component-oversea-downloads .cod-subtitle + .cod-list {
		margin-top: 13px
	}

	.component-oversea-downloads .cod-subtitle + .cod-list-wrap {
		margin-top: -5px
	}

@media (min-width:992px) {
	.component-oversea-downloads .cod-subtitle {
		font-size: 20px
	}

		.component-oversea-downloads .cod-subtitle + .cod-list {
			margin-top: 30px
		}

		.component-oversea-downloads .cod-subtitle + .cod-list-wrap {
			margin-top: -5px
		}
}

.component-oversea-downloads .cod-list-wrap {
	margin: 15px 0
}

.component-oversea-downloads .cod-list-title {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin: 0
}

.component-oversea-downloads .cod-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.component-oversea-downloads .cod-list {
		margin-left: -1%;
		margin-right: -1%
	}
}

@media (min-width:992px) {
	.component-oversea-downloads .cod-list {
		margin-left: -1%;
		margin-right: -1%
	}
}

.component-oversea-downloads .cod-item {
	flex-basis: 100%;
	display: block;
	margin: 9px 0
}

@media (min-width:768px) {
	.component-oversea-downloads .cod-item {
		flex-basis: 48%;
		margin-left: 1%;
		margin-right: 1%
	}
}

@media (min-width:992px) {
	.component-oversea-downloads .cod-item {
		flex-basis: 31%;
		margin: 14px 1%
	}
}

@media (min-width:992px) {
	.component-oversea-downloads .cod-item--break {
		margin-right: 31%
	}
}

.component-oversea-downloads .cod-item-btn-text {
	font-size: 16px;
	color: #00994e;
	line-height: 1.2
}

.component-oversea-downloads .cod-item-btn {
	border: 2px solid #a0c988;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	text-decoration: none;
	display: block;
	height: 55px;
	display: flex;
	align-items: center;
	padding-left: 75px;
	padding-right: 40px;
	position: relative;
	transition: border-color .2s ease;
	word-break: break-word
}

	.component-oversea-downloads .cod-item-btn:before {
		content: "";
		display: block;
		position: absolute;
		background-color: #a0c988;
		transition: background- .2s ease;
		width: 55px;
		height: 55px;
		top: -2px;
		left: -1px;
		border-radius: 50%
	}

	.component-oversea-downloads .cod-item-btn:after {
		content: "";
		display: block;
		position: absolute;
		left: 14px;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 24px;
		height: 24px;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS45OSAyNiI+PGcgZGF0YS1uYW1lPSLlnJblsaQgMiI+PHBhdGggZD0iTTE2IDE5Ljg3bC0xLjY4IDEuNjl2LTcuMjdhMS4zIDEuMyAwIDAwLTIuNiAwdjcuMjdMMTAgMTkuODdhMS4zMSAxLjMxIDAgMDAtMS44NSAxLjg1bDMuOSAzLjlhMS41MiAxLjUyIDAgMDAuNDMuMjggMS4yMiAxLjIyIDAgMDAxIDAgMS4zOSAxLjM5IDAgMDAuNDMtLjI4bDMuOTEtMy45QTEuMzEgMS4zMSAwIDAwMTYgMTkuODdtNS4zNy0xNC40QTkuMTEgOS4xMSAwIDAwNCA3LjkzIDUuMjEgNS4yMSAwIDAwNS4yMSAxOC4yYTEuMzEgMS4zMSAwIDEwMC0yLjYxIDIuNiAyLjYgMCAxMTAtNS4yIDEuMzEgMS4zMSAwIDAwMS4zMS0xLjNBNi41IDYuNSAwIDAxMTkuMTcgN2ExLjMgMS4zIDAgMDAxIC44NyAzLjkgMy45IDAgMDEuMzEgNy41OSAxLjMxIDEuMzEgMCAxMC42NyAyLjU0IDYuNTEgNi41MSAwIDAwLjIyLTEyLjUyIiBmaWxsPSIjZmZmIiBkYXRhLW5hbWU9IuWcluWxpCAxIi8+PC9nPjwvc3ZnPg==)
	}

	.component-oversea-downloads .cod-item-btn:hover {
		text-decoration: none;
		border: 2px solid #5aae66
	}

		.component-oversea-downloads .cod-item-btn:hover .cod-item-link-text {
			color: #5aae66
		}

		.component-oversea-downloads .cod-item-btn:hover:before {
			background-color: #5aae66
		}

	.component-oversea-downloads .cod-item-btn + .cod-item-btn {
		margin-top: 10px
	}

@media (min-width:992px) {
	.component-oversea-downloads .cod-item-btn + .cod-item-btn {
		margin-top: 0;
		margin-left: 8px
	}
}

.component-oversea-downloads .cod-item-btn--large {
	height: 80px;
	padding-left: 88px;
	padding-right: 20px
}

	.component-oversea-downloads .cod-item-btn--large .cod-item-btn-text {
		font-size: 15px
	}

	.component-oversea-downloads .cod-item-btn--large:before {
		width: 80px;
		height: 80px
	}

	.component-oversea-downloads .cod-item-btn--large:after {
		left: 22px;
		width: 26px;
		height: 26px
	}

.component-oversea-downloads .cod-item-title {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.3;
	position: relative;
	display: inline-block;
	color: #666
}

.component-oversea-faq .cof-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-faq .cof-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-faq .cof-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-faq .cof-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-faq .cof-inner {
		max-width: 1320px
	}
}

@media (min-width:992px) {
	.component-oversea-faq .cof-inner {
		padding: 60px 0
	}
}

.component-oversea-faq .cof-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-faq .cof-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-faq .cof-title {
		font-size: 30px
	}
}

.component-oversea-faq .cof-title + .cof-list, .component-oversea-faq .cof-title + .cof-subtitle {
	margin-top: 13px
}

@media (min-width:992px) {
	.component-oversea-faq .cof-title + .cof-list, .component-oversea-faq .cof-title + .cof-subtitle {
		margin-top: 27px
	}
}

.component-oversea-faq .cof-subtitle {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	color: #00994e;
	margin: 0;
	padding: 0
}

@media (min-width:375px) {
	.component-oversea-faq .cof-subtitle {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-faq .cof-subtitle {
		font-size: 30px
	}
}

.component-oversea-faq .cof-subtitle + .cof-tab {
	margin-top: 13px
}

@media (min-width:992px) {
	.component-oversea-faq .cof-subtitle + .cof-tab {
		margin-top: 27px
	}
}

.component-oversea-faq .cof-subtitle.cof-subtitle--align-center {
	text-align: center
}

.component-oversea-faq .cof-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap
}

.component-oversea-faq .cof-item {
	flex-basis: 100%;
	display: block;
	margin: 9px 0
}

@media (min-width:992px) {
	.component-oversea-faq .cof-item {
		margin: 13px 0
	}
}

.component-oversea-faq.component-bg--white .cof-item-link {
	border: 2px solid #f2f2f2;
	background-color: #f2f2f2;
	box-shadow: none
}

.component-oversea-faq .cof-item-link {
	text-decoration: none;
	display: flex;
	background-color: #fff;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.07),0 0 15px rgba(0,0,0,.07);
	padding: 25px 30px 25px 15px;
	transition: border-color .2s ease;
	border: 2px solid #fff
}

	.component-oversea-faq .cof-item-link:hover {
		cursor: pointer;
		text-decoration: none;
		border: 2px solid #4ba659
	}

		.component-oversea-faq .cof-item-link:hover:before {
			background-color: #4ba659
		}

		.component-oversea-faq .cof-item-link:hover .cof-item-question {
			color: #4ba659
		}

@media (min-width:992px) {
	.component-oversea-faq .cof-item-link {
		padding: 20px 50px
	}
}

.en .component-oversea-faq .cof-item-link {
	padding: 15px 30px 15px 15px
}

@media (min-width:992px) {
	.en .component-oversea-faq .cof-item-link {
		padding: 20px 50px
	}
}

.component-oversea-faq .cof-item-question {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	line-height: 1.3;
	position: relative;
	display: block;
	color: #333;
	width: 100%
}

	.component-oversea-faq .cof-item-question:after {
		content: "";
		display: inline-block;
		position: absolute;
		right: -15px;
		top: 4px;
		transform: rotate(225deg);
		border-top: 2px solid #4ba659;
		border-left: 2px solid #4ba659;
		width: 10px;
		height: 10px;
		margin: auto
	}

	.component-oversea-faq .cof-item-question + .cof-item-answer {
		margin-top: 15px
	}

	.component-oversea-faq .cof-item-question.cof-item-question--active {
		color: #4ba659
	}

		.component-oversea-faq .cof-item-question.cof-item-question--active:after {
			transform: rotate(45deg);
			top: 8px
		}

@media (min-width:992px) {
	.component-oversea-faq .cof-item-question:after {
		transform: rotate(225deg)
	}

	.component-oversea-faq .cof-item-question + .cof-item-answer {
		margin-top: 30px
	}
}

.en .component-oversea-faq .cof-item-question {
	font-size: 16px;
	line-height: 1.5
}

.component-oversea-faq .cof-item-answer {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5;
	position: relative;
	display: block;
	color: #333;
	display: none;
	word-break: break-word
}

.component-oversea-faq .cof-item-ol {
	padding-left: 1.5rem
}

.component-oversea-faq .cof-item-ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.component-oversea-faq .cof-item-p {
	margin-bottom: 10px
}

.component-oversea-faq .cof-item-ul .cof-item-li:before {
	display: block;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #a0c988;
	border-radius: 50%
}

.component-oversea-faq .cof-item-li {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px
}

.component-oversea-faq .cof-item-li-link {
	color: #00994e;
	text-decoration: none
}

	.component-oversea-faq .cof-item-li-link:hover {
		color: #5aae66
	}

.component-oversea-faq .cof-item-answer-link {
	color: #00994e;
	text-decoration: none
}

	.component-oversea-faq .cof-item-answer-link:hover {
		color: #5aae66
	}

.component-oversea-faq .cof-tab .cof-tab-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow-x: auto;
	overflow-y: hidden
}

	.component-oversea-faq .cof-tab .cof-tab-inner::-webkit-scrollbar {
		display: none
	}

@media (min-width:768px) {
	.component-oversea-faq .cof-tab .cof-tab-inner {
		overflow: hidden
	}
}

.component-oversea-faq .cof-tab .cof-tab-list {
	margin: 0;
	padding: 0 0 11px;
	list-style: none;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #e0e0e0
}

.component-oversea-faq .cof-tab .cof-tab-item-link {
	font-size: 16px;
	padding: 15px;
	color: #666;
	text-decoration: none;
	position: relative
}

	.component-oversea-faq .cof-tab .cof-tab-item-link:hover {
		color: #00994e
	}

		.component-oversea-faq .cof-tab .cof-tab-item-link:hover:after {
			height: 2px
		}

	.component-oversea-faq .cof-tab .cof-tab-item-link.cot-item-link--active {
		color: #00994e
	}

		.component-oversea-faq .cof-tab .cof-tab-item-link.cot-item-link--active:after {
			height: 5px
		}

	.component-oversea-faq .cof-tab .cof-tab-item-link:after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 0;
		background-color: #00994e;
		bottom: 0;
		transition: height .2s ease
	}

@media (min-width:768px) {
	.component-oversea-faq .cof-tab .cof-tab-item-link {
		font-size: 18px;
		padding: 15px 20px
	}
}

.component-oversea-faq .cof-tab + .cof-tab-content, .component-oversea-faq .cof-tab-content + .cof-tab-content {
	margin-top: 14px
}

.component-oversea-faq .cof-item-answer-progress {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
	flex-direction: column
}

@media (min-width:992px) {
	.component-oversea-faq .cof-item-answer-progress {
		flex-direction: row;
		margin: 0 -14px
	}
}

.component-oversea-faq .cof-item-answer-title {
	font-weight: 500;
	font-size: 18px;
	color: #00994e;
	margin-bottom: 1rem
}

.component-oversea-faq .cof-item-answer-progress-img {
	max-width: 100%;
	width: 75px;
	margin-bottom: 10px
}

@media (min-width:992px) {
	.component-oversea-faq .cof-item-answer-progress-img {
		margin-bottom: 30px
	}
}

.component-oversea-faq .cof-item-answer-progress-li {
	flex: 1;
	margin: 14px 0;
	padding: 25px 20px;
	border: 6px solid #e6e6e6;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 15px;
	background-color: #fff
}

	.component-oversea-faq .cof-item-answer-progress-li .cof-item-answer-progress-li-content-wrap, .component-oversea-faq .cof-item-answer-progress-li div {
		max-width: 100%
	}

	.component-oversea-faq .cof-item-answer-progress-li + .cof-item-answer-progress-li:before {
		content: "";
		display: block;
		position: absolute;
		width: 64px;
		height: 72px;
		left: 0;
		right: 0;
		top: -44px;
		margin-left: auto;
		margin-right: auto;
		background-repeat: no-repeat;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAABICAYAAAC9bQZsAAAB30lEQVRoge3aS6+CMBAF4APiA9zo//+BroxuBI2vmyGaaGJNrnROZ0jPUhLxQ6ztocX9fkcgwQMeUnr+8N+SYd6SYd6SYd4yWljFOIlMAtq2xeVywWw2Q13X6udUn3ncbjdst9se9cxiscBqtUJRFDFO8THqt+Lzm3rN8XjEfr/Hl4s6OOqw6/X68XVtnDpsOp0Gj2ni1GFN02A+nwePa+Eow/16vabjKDAZ/dg42h80G0edeTBx9CkVC5dkrsjAJZsEa+OSzu41ccmXLVo4E+sxDZyZhWZsnKkVdEycuWogFs5k5xEDZ7bMGYoz3VINwZmv337FBVuqtm1NPR97rfBCEbxcBLkYQdhms3H54E86S6n2RtcEd13Xd5mjrLjP53N+KOEq0mUGH0pIH2gxp9Mp2C5LlsslyrLsR0UXo598zN1u18NCeR3uXdyK/0XBw2/sFxSsw35FwTJsCApWYUNRsAiLgYI1WCwULMFiomAFFhsFCzANFFLDtFBICdNEIRVMG4UUMAYKbBgLBSaMiQILxkbhsV8x9E7RVtZsFFjb+tgoMGDS8YWihQIDNplMPr6uiQJrW19Vvbd8snVWEwXGnmA8RsXD4dD3gaPZ7Jwqubv3lgzzlgzzlgxzFQB/L/nNjHAyWoEAAAAASUVORK5CYII=");
		transform: rotate(90deg)
	}

@media (min-width:992px) {
	.component-oversea-faq .cof-item-answer-progress-li {
		padding: 40px 20px;
		margin: 0 14px
	}

		.component-oversea-faq .cof-item-answer-progress-li + .cof-item-answer-progress-li:before {
			top: 0;
			bottom: 0;
			right: auto;
			left: -40px;
			margin-top: auto;
			margin-bottom: auto;
			transform: rotate(0)
		}
}

.component-oversea-privacy .cop-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 30px 22px 40px
}

@media (min-width:768px) {
	.component-oversea-privacy .cop-inner {
		padding: 45px 30px
	}
}

@media (min-width:1200px) {
	.component-oversea-privacy .cop-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-privacy .cop-inner {
		max-width: 1320px
	}
}

.component-oversea-privacy .cop-list-wrap {
	flex-basis: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 10px 0
}

	.component-oversea-privacy .cop-list-wrap.cop-list-wrap--privacy {
		flex-basis: 100%
	}

@media (min-width:768px) {
	.component-oversea-privacy .cop-list-wrap {
		flex-basis: 20%
	}

		.component-oversea-privacy .cop-list-wrap.cop-list-wrap--privacy {
			flex-basis: 60%
		}
}

@media (min-width:992px) {
	.component-oversea-privacy .cop-list-wrap {
		flex-basis: 20%
	}

		.component-oversea-privacy .cop-list-wrap.cop-list-wrap--privacy {
			flex-basis: 60%
		}
}

@media (min-width:992px) {
	.en .component-oversea-privacy .cop-list-wrap {
		flex-basis: 23%;
		margin: 0 1%
	}

		.en .component-oversea-privacy .cop-list-wrap:first-of-type {
			margin-left: 0
		}

		.en .component-oversea-privacy .cop-list-wrap:last-of-type {
			margin-right: 0
		}

		.en .component-oversea-privacy .cop-list-wrap.cop-list-wrap--privacy {
			flex-basis: 49%
		}
}

.component-oversea-privacy .cop-title {
	flex-basis: 100%;
	font-size: 20px;
	color: #00994e;
	line-height: 1;
	margin-bottom: 2px;
	letter-spacing: 1px
}

@media (min-width:992px) {
	.component-oversea-privacy .cop-title {
		margin-bottom: 15px;
		font-size: 22px
	}

	.en .component-oversea-privacy .cop-title {
		font-size: 20px
	}
}

.en .component-oversea-privacy .cop-title {
	line-height: 1.3
}

.component-oversea-privacy .cop-list {
	flex-basis: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start
}

@media (min-width:992px) {
	.component-oversea-privacy .cop-list.cop-list--half {
		flex-basis: 40%;
		max-width: 40%
	}
}

@media (min-width:992px) {
	.en .component-oversea-privacy .cop-list.cop-list--half {
		flex-basis: 46%;
		max-width: 46%;
		margin: 0 2%
	}

		.en .component-oversea-privacy .cop-list.cop-list--half:first-of-type {
			margin-left: 0
		}

		.en .component-oversea-privacy .cop-list.cop-list--half:last-of-type {
			margin-right: 0
		}
}

.component-oversea-privacy .cop-link {
	font-size: 15px;
	color: #333;
	line-height: 1.5;
	text-decoration: none;
	margin: 5px 0;
	display: block
}

	.component-oversea-privacy .cop-link:hover {
		color: #00994e;
		text-decoration: none
	}

@media (min-width:992px) {
	.component-oversea-privacy .cop-link {
		font-size: 16px
	}
}

.component-oversea-privacy .cop-remark {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #a0c988;
	flex-basis: 100%;
	width: 100%
}

	.component-oversea-privacy .cop-remark.cop-remark--single {
		margin-top: 0;
		padding-top: 0;
		border: 0
	}

.component-oversea-privacy .cop-remark-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.component-oversea-privacy .cop-remark-item {
	color: #666;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	margin: 5px 0
}

.component-oversea-dps .cod-inner {
	width: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 15px 13px
}

@media (min-width:768px) {
	.component-oversea-dps .cod-inner {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 35px 20px 33px
	}
}

@media (min-width:992px) {
	.component-oversea-dps .cod-inner {
		padding: 45px 20px 43px
	}
}

.component-oversea-dps .cod-figure {
	max-width: 320px
}

@media (min-width:992px) {
	.component-oversea-dps .cod-figure {
		max-width: 340px
	}
}

.component-oversea-dps .cod-content {
	margin-top: 20px
}

@media (min-width:768px) {
	.component-oversea-dps .cod-content {
		margin-top: 0;
		margin-left: 20px
	}
}

@media (min-width:992px) {
	.component-oversea-dps .cod-content {
		margin-left: 40px
	}
}

.component-oversea-dps .cod-item {
	font-size: 16px;
	color: #666;
	margin: 5px 0
}

@media (min-width:992px) {
	.component-oversea-dps .cod-item br {
		display: none
	}
}

.component-oversea-dps .cod-item.cod-item--contact {
	margin-top: 15px
}

.en .component-oversea-dps .cod-item .cod-link {
	margin-left: 0
}

.en .component-oversea-dps .cod-item br {
	display: none
}

@media (min-width:768px) {
	.en .component-oversea-dps .cod-item br {
		display: block
	}
}

.component-oversea-dps .cod-link {
	color: #00994e;
	margin: 0 5px;
	text-decoration: none
}

	.component-oversea-dps .cod-link:hover {
		color: #5aae66
	}

.component-oversea-support {
	position: relative;
	height: 375px
}

@media (min-width:768px) {
	.component-oversea-support {
		height: 183px;
		display: flex;
		align-items: center
	}
}

.component-oversea-support .cos-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 35px 20px
}

@media (min-width:768px) {
	.component-oversea-support .cos-inner {
		padding: 45px 30px
	}
}

@media (min-width:1200px) {
	.component-oversea-support .cos-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-support .cos-inner {
		max-width: 1320px
	}
}

.component-oversea-support .cos-figure {
	flex-basis: 100%;
	position: absolute;
	overflow: hidden;
	height: 375px;
	width: 100%;
	top: 0;
	background-color: #ddd
}

@media (min-width:768px) {
	.component-oversea-support .cos-figure {
		height: 183px
	}
}

.component-oversea-support .cos-img {
	position: absolute;
	min-width: 1000%;
	min-height: 1000%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(.1)
}

.component-oversea-support .cos-content {
	position: relative;
	color: #666;
	font-size: 18px;
	line-height: 1.5
}

	.component-oversea-support .cos-content br {
		display: none
	}

@media (min-width:768px) {
	.component-oversea-support .cos-content br {
		display: block
	}
}

@media (min-width:992px) {
	.component-oversea-support .cos-content br {
		display: none
	}
}

.en .component-oversea-support .cos-content br {
	display: none
}

@media (min-width:768px) {
	.en .component-oversea-support .cos-content br {
		display: block
	}
}

.component-oversea-support .cos-link {
	color: #00994e;
	text-decoration: none;
	text-decoration: underline
}

	.component-oversea-support .cos-link:hover {
		color: #5aae66
	}

.component-oversea-list .col-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-list .col-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-list .col-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-list .col-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-list .col-inner {
		max-width: 1320px
	}
}

.component-oversea-list .col-list-wrap + .col-list-wrap {
	margin-top: 80px
}

.component-oversea-list .col-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap
}

@media (min-width:992px) {
	.component-oversea-list .col-list {
		overflow: hidden;
		border: 1px solid rgba(0,0,0,.1);
		box-shadow: 0 0 10px rgba(0,0,0,.05);
		border-radius: 10px
	}
}

.component-oversea-list .col-list-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-list .col-list-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-list .col-list-title {
		font-size: 30px
	}
}

.component-oversea-list .col-list-title + .col-list {
	margin-top: 13px
}

@media (min-width:992px) {
	.component-oversea-list .col-list-title + .col-list {
		margin-top: 20px
	}
}

.component-oversea-list .col-item {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	margin: 9px 0;
	padding: 20px 25px;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(0,0,0,.02);
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,.1);
	overflow: hidden;
	justify-content: space-between
}

@media (min-width:992px) {
	.component-oversea-list .col-item {
		flex-direction: row;
		align-items: center;
		padding: 12px 50px;
		margin: 0;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		min-height: 88px
	}

		.component-oversea-list .col-item + .col-item {
			border-top: 1px solid #e0e0e0
		}
}

.component-oversea-list .col-item-btn-text {
	font-size: 16px;
	color: #00994e;
	line-height: 1.2
}

.component-oversea-list .col-item-btn {
	border: 2px solid #a0c988;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	text-decoration: none;
	display: block;
	height: 55px;
	display: flex;
	align-items: center;
	padding-left: 75px;
	padding-right: 40px;
	position: relative;
	transition: border-color .2s ease;
	word-break: break-word
}

	.component-oversea-list .col-item-btn:before {
		content: "";
		display: block;
		position: absolute;
		background-color: #a0c988;
		transition: background- .2s ease;
		width: 55px;
		height: 55px;
		top: -2px;
		left: -1px;
		border-radius: 50%
	}

	.component-oversea-list .col-item-btn:after {
		content: "";
		display: block;
		position: absolute;
		left: 14px;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 24px;
		height: 24px;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS45OSAyNS44MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmZ9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuWcluWxpF8yIiBkYXRhLW5hbWU9IuWcluWxpCAyIj48ZyBpZD0i5ZyW5bGkXzFf5ou36LKdXzIiIGRhdGEtbmFtZT0i5ZyW5bGkIDEg5ou36LKdIDIiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIwLjI1IDE0LjY2djUuNTlhMi41OCAyLjU4IDAgMDEtMi44MiAyLjgySDUuNTZhMi42MyAyLjYzIDAgMDEtMi44Mi0yLjgyVjguNTJBMi42NSAyLjY1IDAgMDE1LjU2IDUuN2g1LjgybDMuMy0yLjdINS41NmE1LjUzIDUuNTMgMCAwMC0yLjE2LjQ0IDUuNDcgNS40NyAwIDAwLTEuNzcgMS4xNEE1LjYyIDUuNjIgMCAwMC40NCA2LjM2IDUuNDIgNS40MiAwIDAwMCA4LjUydjExLjczYTUuNTYgNS41NiAwIDAwLjQ0IDIuMTYgNS41NSA1LjU1IDAgMDAzIDMgNS4zNSA1LjM1IDAgMDAyLjE2LjQ0aDExLjgzYTUuMzIgNS4zMiAwIDAwMi4xNi0uNDQgNS41NyA1LjU3IDAgMDAxLjc3LTEuMTkgNS40NyA1LjQ3IDAgMDAxLjE5LTEuNzcgNS41NiA1LjU2IDAgMDAuNDUtMi4ydi04Ljg5eiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE3LjkzIDMuMDloMi44MWwtNi4wNyA2LjA2YTEuNTMgMS41MyAwIDAwMi4xNyAyLjE3bDYuMDgtNi4wN3YyLjgxYTEuNTQgMS41NCAwIDEwMy4wOCAwVjEuNTRhMS40NCAxLjQ0IDAgMDAtLjE0LS41NEExLjQzIDEuNDMgMCAwMDI1IC4xM2ExLjc0IDEuNzQgMCAwMC0uNTUtLjEzaC02LjUyYTEuNTUgMS41NSAwIDAwMCAzLjA5Ii8+PC9nPjwvZz48L3N2Zz4=)
	}

	.component-oversea-list .col-item-btn:hover {
		text-decoration: none;
		border: 2px solid #5aae66
	}

		.component-oversea-list .col-item-btn:hover .col-item-link-text {
			color: #5aae66
		}

		.component-oversea-list .col-item-btn:hover:before {
			background-color: #5aae66
		}

	.component-oversea-list .col-item-btn + .col-item-btn {
		margin-top: 10px
	}

@media (min-width:992px) {
	.component-oversea-list .col-item-btn + .col-item-btn {
		margin-top: 0;
		margin-left: 8px
	}
}

.component-oversea-list .col-item-btn--large {
	height: 80px;
	padding-left: 88px;
	padding-right: 20px
}

	.component-oversea-list .col-item-btn--large .col-item-btn-text {
		font-size: 15px
	}

	.component-oversea-list .col-item-btn--large:before {
		width: 80px;
		height: 80px
	}

	.component-oversea-list .col-item-btn--large:after {
		left: 22px;
		width: 26px;
		height: 26px
	}

.component-oversea-list .col-item-date {
	color: #999;
	min-width: 95px
}

	.component-oversea-list .col-item-date + .col-item-title {
		margin-top: 5px
	}

@media (min-width:992px) {
	.component-oversea-list .col-item-date + .col-item-title {
		margin-top: 0;
		margin-left: 25px
	}
}

.component-oversea-list .col-item-title {
	font-size: 18px;
	font-weight: 400;
	margin: 0 auto 0 0;
	line-height: 1.3;
	position: relative;
	display: inline-block;
	color: #333
}

	.component-oversea-list .col-item-title + .col-item-btn {
		margin-top: 10px
	}

@media (min-width:992px) {
	.component-oversea-list .col-item-title + .col-item-btn {
		margin-top: 0
	}
}

.component-oversea-list .col-item-link {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	padding: 20px 25px;
	background-color: #fff;
	transition: background-color .1s ease
}

	.component-oversea-list .col-item-link:hover {
		text-decoration: none;
		background-color: rgba(160,201,136,.5)
	}

		.component-oversea-list .col-item-link:hover .col-item-btn, .component-oversea-list .col-item-link:hover .col-item-btn-text {
			color: #5aae66
		}

			.component-oversea-list .col-item-link:hover .col-item-btn:before {
				background-color: #5aae66
			}

@media (min-width:992px) {
	.component-oversea-list .col-item-link {
		flex-direction: row;
		align-items: center;
		padding: 12px 50px
	}
}

.component-oversea-list .col-list--careers-list .col-item-title + .col-item-ul {
	margin-top: 15px
}

@media (min-width:992px) {
	.component-oversea-list .col-list--careers-list .col-item-title {
		flex-basis: 30%;
		font-size: 18px;
		margin-right: 0
	}

		.component-oversea-list .col-list--careers-list .col-item-title + .col-item-ul {
			margin-top: 0
		}
}

@media (min-width:992px) {
	.component-oversea-list .col-list--careers-list .col-item-ul {
		flex: 1
	}
}

.component-oversea-list .col-list--careers-list .col-item {
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 15px 0;
	background-color: transparent
}

@media (min-width:768px) {
	.component-oversea-list .col-list--careers-list .col-item {
		background-color: #fff;
		padding: 12px 50px;
		margin: 0
	}

		.component-oversea-list .col-list--careers-list .col-item + .col-item {
			border-top: 1px solid #e0e0e0
		}
}

.component-oversea-list .col-item-ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.component-oversea-list .col-item-li {
	padding: 20px 15px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid rgba(0,0,0,.1);
	font-size: 16px;
	font-weight: 500;
	position: relative
}

	.component-oversea-list .col-item-li:after {
		content: "";
		display: inline-block;
		position: relative;
		border-top: 1px solid #00994e;
		border-left: 1px solid #00994e;
		width: 8px;
		height: 8px;
		margin: auto;
		transform: rotate(135deg) skew(0deg);
		top: -2px;
		left: 8px;
		transition: left .15s ease-in-out
	}

	.component-oversea-list .col-item-li + .col-item-li {
		margin-top: 5px
	}

@media (min-width:768px) {
	.component-oversea-list .col-item-li {
		padding: 0 0 0 15px;
		background-color: transparent;
		border-radius: 0;
		border: 0
	}

		.component-oversea-list .col-item-li:before {
			display: block;
			content: "";
			position: absolute;
			top: 10px;
			left: 0;
			width: 5px;
			height: 5px;
			background-color: #00994e;
			border-radius: 50%
		}

		.component-oversea-list .col-item-li + .col-item-li {
			margin-top: 14px
		}
}

.component-oversea-list .col-item-li-link {
	color: #00994e;
	text-decoration: none
}

	.component-oversea-list .col-item-li-link:hover {
		color: #5aae66
	}

.component-oversea-info .coi-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-info .coi-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-info .coi-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-info .coi-inner.coi-inner--wider {
		max-width: 1140px
	}
}

.component-oversea-info .coi-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-info .coi-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-info .coi-title {
		font-size: 30px
	}
}

.component-oversea-info .coi-title + .coi-content {
	margin-top: 13px
}

@media (min-width:768px) {
	.component-oversea-info .coi-title + .coi-content {
		margin-top: 30px
	}
}

.component-oversea-info .coi-description {
	color: #333;
	font-size: 18px;
	font-weight: 400
}

.component-oversea-info .coi-list {
	margin: 0;
	padding: 0
}

.component-oversea-info .coi-item {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #666;
	position: relative;
	margin: 13px 0;
	word-wrap: break-word;
	display: flex;
	flex-direction: column
}

@media (min-width:768px) {
	.component-oversea-info .coi-item, .en .component-oversea-info .coi-item {
		flex-direction: column
	}
}

.component-oversea-info .coi-item-label {
	font-weight: 700;
	width: 100%
}

.ie11 .component-oversea-info .coi-item-label {
	flex-basis: auto
}

@media (min-width:768px) {
	.en .component-oversea-info .coi-item-label {
		width: 100%
	}
}

.component-oversea-info .coi-item-content {
	width: 100%
}

.ie11 .component-oversea-info .coi-item-content {
	flex-basis: auto
}

@media (min-width:768px) {
	.component-oversea-info .coi-item-content {
		flex: 1
	}
}

@media (min-width:768px) {
	.en .component-oversea-info .coi-item-content {
		width: 100%
	}
}

.component-oversea-info .coi-link {
	color: #00994e;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 1
}

	.component-oversea-info .coi-link:hover {
		color: #5aae66
	}

.component-oversea-info .coi-ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.component-oversea-info .coi-subtitle {
	font-weight: 500;
	font-size: 18px;
	color: #00994e
}

.component-oversea-info .coi-p {
	font-size: 18px;
	font-weight: 400;
	color: #666
}

.component-oversea-info .coi-b {
	font-weight: 500;
	color: #333
}

.component-oversea-info .coi-underscore {
	text-decoration: underline
}

.component-oversea-info .coi-li {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #666;
	position: relative;
	padding-left: 15px;
	margin: 13px 0;
	display: block;
	word-wrap: break-word
}

	.component-oversea-info .coi-li:before {
		display: block;
		content: "";
		position: absolute;
		top: 11px;
		left: 0;
		width: 5px;
		height: 5px;
		background-color: #a0c988;
		border-radius: 50%
	}

	.component-oversea-info .coi-li .cosf-list {
		margin-top: 15px
	}

.component-oversea-info .coi-card {
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.07),0 0 15px rgba(0,0,0,.07);
	padding: 25px;
	transition: border-color .2s ease;
	background-color: #fff;
	color: #00994e;
	text-decoration: none;
	font-size: 18px;
	border: 2px solid #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.05)
}

	.component-oversea-info .coi-card:hover {
		color: #5aae66;
		text-decoration: none;
		border: 2px solid #4ba659
	}

	.component-oversea-info .coi-card + .coi-card {
		margin-top: 10px
	}

.component-oversea-table {
	background-color: #f8f8f8
}

	.component-oversea-table .cot-inner {
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		padding: 45px 20px
	}

@media (min-width:768px) {
	.component-oversea-table .cot-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-table .cot-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-table .cot-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-table .cot-inner {
		max-width: 1320px
	}
}

.component-oversea-table .cot-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-table .cot-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-table .cot-title {
		font-size: 30px
	}
}



.component-oversea-table .cot-title + .cot-table, .component-oversea-table .cot-title + .cot-table-wrap {
	margin-top: 25px
}

@media (min-width:768px) {
	.component-oversea-table .cot-title + .cot-table, .component-oversea-table .cot-title + .cot-table-wrap {
		margin-top: 25px
	}
}

.en .component-oversea-table .cot-title {
	line-height: 1.4
}

.component-oversea-table .cot-table-wrap + .cot-table-wrap {
	margin-top: 32px
}

.component-oversea-table .cot-text-link {
	color: #00994e;
	text-decoration: none
}

	.component-oversea-table .cot-text-link:hover {
		color: #5aae66
	}

@media (min-width:768px) {
	.component-oversea-table .cot-table {
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border: 1px solid rgba(0,0,0,.1);
		overflow: hidden
	}
}

.component-oversea-table .cot-table + .cot-list {
	margin-top: 18px
}

@media (min-width:768px) {
	.component-oversea-table .cot-table.cot-table--zebra .cot-tr:nth-child(odd) {
		background-color: #fff
	}

		.component-oversea-table .cot-table.cot-table--zebra .cot-tr:nth-child(2n), .component-oversea-table .cot-table.cot-table--zebra .cot-tr:nth-child(odd) .cot-td {
			background-color: #f2f2f2
		}

			.component-oversea-table .cot-table.cot-table--zebra .cot-tr:nth-child(2n) .cot-td {
				background-color: #fff
			}

	.component-oversea-table .cot-table.cot-table--zebra .cot-tr.cot-tr--head {
		display: flex
	}

		.component-oversea-table .cot-table.cot-table--zebra .cot-tr.cot-tr--head:nth-child(2n), .component-oversea-table .cot-table.cot-table--zebra .cot-tr.cot-tr--head:nth-child(odd) {
			background-color: #fff
		}

		.component-oversea-table .cot-table.cot-table--zebra .cot-tr.cot-tr--head .cot-td {
			font-size: 20px;
			color: #fff;
			padding: 10px;
			background-color: #a0c987
		}
}

.component-oversea-table .cot-tr {
	flex-direction: column;
	flex-wrap: wrap;
	background-color: #f2f2f2;
	margin: 5px 0;
	padding: 10px 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

@media (min-width:768px) {
	.component-oversea-table .cot-tr {
		border-radius: 0;
		border: 0;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap
	}

		.component-oversea-table .cot-tr.cot-tr--head {
			display: flex
		}

			.component-oversea-table .cot-tr.cot-tr--head:nth-child(2n), .component-oversea-table .cot-tr.cot-tr--head:nth-child(odd) {
				background-color: #fff
			}

			.component-oversea-table .cot-tr.cot-tr--head .cot-td {
				font-size: 20px;
				color: #fff;
				padding: 10px;
				background-color: #a0c987
			}
}

.component-oversea-table .cot-td--light-green {
	background: #dcefd2;
	color: #666
}

.component-oversea-table .cot-td--white {
	background: #fff;
	color: #666
}

.component-oversea-table .cot-td {
	display: flex;
	flex-direction: row;
	padding: 5px 22px
}

@media (min-width:768px) {
	.component-oversea-table .cot-td {
		flex: 1 0 auto;
		word-wrap: normal;
		font-size: 18px;
		color: #666;
		padding: 16px 15px
	}

		.component-oversea-table .cot-td + .cot-td {
			margin-left: 1px
		}
}

.component-oversea-table .ct-td-label {
	flex-basis: 50px;
	font-size: 18px
}

@media (min-width:768px) {
	.component-oversea-table .ct-td-label {
		display: none
	}
}

.component-oversea-table .ct-td-content {
	flex: 1;
	font-size: 18px;
	word-break: break-word
}

@media (min-width:768px) {
	.component-oversea-table .ct-td-content {
		font-size: 20px
	}
}

.component-oversea-table .cot-link {
	color: #00994e;
	text-decoration: none;
	font-weight: 400;
	word-break: break-word
}

	.component-oversea-table .cot-link:hover {
		color: #333
	}

.component-oversea-table .cot-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.component-oversea-table .cot-item {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #666;
	position: relative;
	padding-left: 15px;
	margin: 8px 0;
	display: block;
	word-wrap: break-word
}

	.component-oversea-table .cot-item:before {
		display: block;
		content: "";
		position: absolute;
		top: 11px;
		left: 0;
		width: 5px;
		height: 5px;
		background-color: #a0c988;
		border-radius: 50%
	}

.component-oversea-table .cot-td-currency {
	color: #00994e;
	margin-right: 10px
}

.cot-table.cot--contact .cot-tr.cot-tr--head {
	display: none
}

@media (min-width:768px) {
	.cot-table.cot--contact .cot-tr.cot-tr--head {
		display: flex
	}
}

.en .cot-table.cot--contact .cot-tr.cot-tr--head .cot-td:nth-child(2) {
	flex: 1
}

.en .cot-table.cot--contact .ct-td-label {
	display: none
}

.en .cot-table.cot--contact .cot-td:first-child {
	font-weight: 700
}

@media (min-width:768px) {
	.cot-table.cot--contact .cot-td:first-child {
		flex: 0 0 20%;
		font-weight: 400
	}

	.cot-table.cot--contact .cot-td:nth-child(2), .cot-table.cot--contact .cot-td:nth-child(3) {
		flex: 0 0 40%
	}

	.en .cot-table.cot--contact .cot-td:first-child {
		flex-basis: 30%
	}

	.en .cot-table.cot--contact .cot-td:nth-child(2) {
		flex-basis: 39%
	}

	.en .cot-table.cot--contact .cot-td:nth-child(3) {
		flex: 1
	}
}

@media (min-width:992px) {
	.cot-table.cot--contact .cot-td {
		padding: 25px 15px
	}

		.cot-table.cot--contact .cot-td:first-child {
			flex-basis: 20%
		}

		.cot-table.cot--contact .cot-td:nth-child(2) {
			flex-basis: 30%
		}

		.cot-table.cot--contact .cot-td:nth-child(3) {
			flex: 1
		}

	.en .cot-table.cot--contact .cot-td:first-child {
		flex-basis: 33%
	}

	.en .cot-table.cot--contact .cot-td:nth-child(2) {
		flex-basis: 25%
	}

	.en .cot-table.cot--contact .cot-td:nth-child(3) {
		flex: 1
	}
}

@media (min-width:1200px) {
	.cot-table.cot--contact .cot-td:first-child {
		flex-basis: 20%
	}

	.cot-table.cot--contact .cot-td:nth-child(2) {
		flex-basis: 30%
	}

	.cot-table.cot--contact .cot-td:nth-child(3) {
		flex: 1
	}
}


.cot-table.cot--online-banking-myb2b-small {
	display: block
}

	.cot-table.cot--online-banking-myb2b-small .cot-tr.cot-tr--head {
		background-color: #a0c988;
		color: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}

		.cot-table.cot--online-banking-myb2b-small .cot-tr.cot-tr--head .cot-td {
			align-items: center;
			flex-wrap: wrap;
			flex-direction: column;
			justify-content: center;
			flex-basis: 100%;
			max-width: 100%
		}

			.cot-table.cot--online-banking-myb2b-small .cot-tr.cot-tr--head .cot-td:nth-child(2n), .cot-table.cot--online-banking-myb2b-small .cot-tr.cot-tr--head .cot-td:nth-child(odd) {
				flex-basis: 100%;
				max-width: 100%
			}

	.cot-table.cot--online-banking-myb2b-small .cot-td-type {
		margin-right: 10px
	}

	.cot-table.cot--online-banking-myb2b-small .cot-tr {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		background-color: #fff;
		padding: 0
	}

	.cot-table.cot--online-banking-myb2b-small .cot-td {
		padding: 10px 4%
	}

		.cot-table.cot--online-banking-myb2b-small .cot-td:nth-child(2n) {
			flex-basis: 68%;
			max-width: 68%
		}

		.cot-table.cot--online-banking-myb2b-small .cot-td:nth-child(odd) {
			flex-basis: 28%;
			max-width: 28%
		}

.en .cot-table.cot--online-banking-myb2b-small .cot-tr.cot-tr--head:nth-child(odd) {
	background-color: #a0c988
}

.en .cot-table.cot--online-banking-myb2b-small .cot-tr {
	flex-direction: column
}

	.en .cot-table.cot--online-banking-myb2b-small .cot-tr:nth-child(odd) {
		background-color: #f2f2f2
	}

.en .cot-table.cot--online-banking-myb2b-small .cot-td {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	max-width: 100%
}

@media (min-width:992px) {
	.cot-table.cot--online-banking-myb2b-small {
		display: none
	}

		.cot-table.cot--online-banking-myb2b-small .cot-tr .cot-td:nth-child(2n), .cot-table.cot--online-banking-myb2b-small .cot-tr .cot-td:nth-child(odd) {
			flex: 1
		}
}

.cot-table.cot--online-banking-myb2b {
	display: none
}

@media (min-width:992px) {
	.cot-table.cot--online-banking-myb2b {
		display: block
	}
}

@media (min-width:992px) {
	.cot-table.cot--online-banking-myb2b .cot-td {
		justify-content: center;
		flex: 1;
		text-align: center;
		align-items: center
	}

		.cot-table.cot--online-banking-myb2b .cot-td.cot-td--10 {
			flex: 0 0 10%
		}

		.cot-table.cot--online-banking-myb2b .cot-td.cot-td--15 {
			flex: 0 0 15%
		}

		.cot-table.cot--online-banking-myb2b .cot-td.cot-td--20 {
			flex: 0 0 20%
		}

		.cot-table.cot--online-banking-myb2b .cot-td.cot-td--25 {
			flex: 0 0 25%
		}

		.cot-table.cot--online-banking-myb2b .cot-td.cot-td--33 {
			flex: 0 0 33%
		}
}

.cot-table.cot--online-banking-small {
	display: block
}

	.cot-table.cot--online-banking-small .cot-tr.cot-tr--head {
		background-color: #a0c988;
		color: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}

		.cot-table.cot--online-banking-small .cot-tr.cot-tr--head .cot-td {
			align-items: center;
			flex-wrap: wrap;
			flex-direction: column;
			justify-content: center;
			flex-basis: 100%
		}
        .cot-table.cot--online-banking-small .cot-tr.cot-tr--head .cot-cash-sp {
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            flex: 1 0 46%;
            padding: 10px 4%
        }
        .cot-table.cot--online-banking-small .cot-tr.cot-tr--head .cot-cash-full {
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            flex-basis: 100%;
            padding: 10px 4%
        }

	.cot-table.cot--online-banking-small .cot-tr {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		background-color: #fff;
		padding: 0
	}

		.cot-table.cot--online-banking-small .cot-tr .cot-td {
			flex: 1 0 46%;
			padding: 10px 4%
		}

		.cot-table.cot--online-banking-small .cot-tr .cot-td--full {
			flex-basis: 100%;
			padding: 10px 4%
		}

		.cot-table.cot--online-banking-small .cot-tr .cot-td--60 {
			flex-basis: 55%;
			max-width: 55%
		}

		.cot-table.cot--online-banking-small .cot-tr .cot-td--40 {
			flex-basis: 40%;
			max-width: 40%
		}

		.cot-table.cot--online-banking-small .cot-tr:nth-child(2n) {
			background-color: #f2f2f2
		}

.en .cot-table.cot--online-banking-small .cot-tr .cot-td:first-child {
	flex: 1 0 55%
}

@media (min-width:992px) {
	.cot-table.cot--online-banking-small {
		display: none
	}
}

.cot-table.cot--online-banking {
	display: none
}

@media (min-width:992px) {
	.cot-table.cot--online-banking {
		display: block
	}
}

@media (min-width:992px) {
	.cot-table.cot--online-banking .cot-td {
		justify-content: center;
		flex: 1;
		text-align: center;
		align-items: center
	}

		.cot-table.cot--online-banking .cot-td.cot-td--10 {
			flex: 0 0 10%
		}

		.cot-table.cot--online-banking .cot-td.cot-td--15 {
			flex: 0 0 15%
		}

		.cot-table.cot--online-banking .cot-td.cot-td--20 {
			flex: 0 0 20%
		}

		.cot-table.cot--online-banking .cot-td.cot-td--25 {
			flex: 0 0 25%
		}

		.cot-table.cot--online-banking .cot-td.cot-td--33 {
			flex: 0 0 33%
		}
}

.component-oversea-branch-table {
	padding: 10px 0;
	display: flex;
	justify-content: center
}

	.component-oversea-branch-table .cot-p {
		font-size: 15px;
		font-weight: 500;
		color: #00994e;
		margin-bottom: 5px
	}

	.component-oversea-branch-table .coft-short-form {
		width: 50%;
		font-size: 15px;
		color: #666;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border: 1px solid rgba(0,0,0,.1);
		overflow: hidden
	}

		.component-oversea-branch-table .coft-short-form .cot-tr {
			display: flex;
		}

		.component-oversea-branch-table .coft-short-form .cot-tr--head {
			color: #fff !important;
			background-color: #a0c987 !important;
		}

		.component-oversea-branch-table .coft-short-form .cot-td {
			display: flex;
			font-size: 15px;
			padding: 10px 15px
		}

		.component-oversea-branch-table .coft-short-form .cot-tr .cot-td:first-child {
			flex-basis: 20%
		}

		.component-oversea-branch-table .coft-short-form .cot-tr .cot-td:nth-child(2) {
			flex-basis: 80%
		}

@media (min-width:768px) {
	.component-oversea-branch-table .coft-short-form .cot-td:first-child {
		flex-basis: 60%
	}

	.component-oversea-branch-table .coft-short-form .cot-td:nth-child(2) {
		flex-basis: 40%
	}
}

.component-oversea-branch-table.component-oversea-branch-table--zebra .cot-tr:nth-child(2n) {
	background-color: #fff
}

	.component-oversea-branch-table.component-oversea-branch-table--zebra .cot-tr:nth-child(2n) .cot-td + .cot-td {
		border-left: 1px solid #f2f2f2
	}

.component-oversea-branch-table.component-oversea-branch-table--zebra .cot-tr:nth-child(odd) {
	background-color: #f2f2f2
}

	.component-oversea-branch-table.component-oversea-branch-table--zebra .cot-tr:nth-child(odd) .cot-td + .cot-td {
		border-left: 1px solid #fff
	}

.component-oversea-inquiry-letter-table {
	padding: 10px 0;
	display: flex;
	justify-content: flex-start
}

	.component-oversea-inquiry-letter-table .cot-p {
		font-size: 15px;
		font-weight: 500;
		color: #00994e;
		margin-bottom: 5px
	}

	.component-oversea-inquiry-letter-table .coft-short-form {
		width: 100%;
		font-size: 15px;
		color: #666;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border: 1px solid rgba(0,0,0,.1);
		overflow: hidden
	}

		.component-oversea-inquiry-letter-table .coft-short-form .cot-tr {
			display: flex;
		}

		.component-oversea-inquiry-letter-table .coft-short-form .cot-tr--head {
			color: #fff !important;
			background-color: #a0c987 !important;
		}

		.component-oversea-inquiry-letter-table .coft-short-form .cot-td {
			display: flex;
			font-size: 15px;
			padding: 10px 15px
		}

		.component-oversea-inquiry-letter-table .coft-short-form .cot-tr .cot-td:first-child {
			flex-basis: 20%
		}

		.component-oversea-inquiry-letter-table .coft-short-form .cot-tr .cot-td:nth-child(2) {
			flex-basis: 80%
		}

@media (min-width:768px) {
	.component-oversea-inquiry-letter-table .coft-short-form .cot-td:first-child {
		flex-basis: 60%
	}

	.component-oversea-inquiry-letter-table .coft-short-form .cot-td:nth-child(2) {
		flex-basis: 40%
	}
}

.component-oversea-inquiry-letter-table.component-oversea-inquiry-letter-table--zebra .cot-tr:nth-child(2n) {
	background-color: #fff
}

	.component-oversea-inquiry-letter-table.component-oversea-inquiry-letter-table--zebra .cot-tr:nth-child(2n) .cot-td + .cot-td {
		border-left: 1px solid #f2f2f2
	}

.component-oversea-inquiry-letter-table.component-oversea-inquiry-letter-table--zebra .cot-tr:nth-child(odd) {
	background-color: #f2f2f2
}

	.component-oversea-inquiry-letter-table.component-oversea-inquiry-letter-table--zebra .cot-tr:nth-child(odd) .cot-td + .cot-td {
		border-left: 1px solid #fff
	}

.cot-table.cot--fee-online-banking {
	display: none
}

@media (min-width:768px) {
	.cot-table.cot--fee-online-banking {
		display: block
	}
}

@media (min-width:768px) {
	.cot-table.cot--fee-online-banking .cot-td {
		justify-content: center;
		flex-basis: 50%
	}
}

.en .cot-table.cot--fee-online-banking .cot-td {
	text-align: center
}

.cot-table.cot--fee-online-banking-small {
	display: block
}

	.cot-table.cot--fee-online-banking-small .cot-tr.cot-tr--head {
		background-color: #a0c988;
		color: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}

		.cot-table.cot--fee-online-banking-small .cot-tr.cot-tr--head .cot-td {
			align-items: center;
			flex-wrap: wrap;
			flex-direction: column;
			justify-content: center;
			flex-basis: 100%
		}

.en .cot-table.cot--fee-online-banking-small .cot-tr.cot-tr--head .cot-td {
	text-align: center
}

.cot-table.cot--fee-online-banking-small .cot-tr {
	border-radius: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	background-color: #f2f2f2;
	padding: 0
}

	.cot-table.cot--fee-online-banking-small .cot-tr .cot-td {
		flex: 1 0 46%;
		padding: 10px 4%
	}

@media (min-width:768px) {
	.cot-table.cot--fee-online-banking-small {
		display: none
	}
}

.cot-table.cot--interest-rate-demand-deposit-small {
	display: block
}

	.cot-table.cot--interest-rate-demand-deposit-small .cot-tr.cot-tr--head {
		background-color: #a0c988;
		color: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}

		.cot-table.cot--interest-rate-demand-deposit-small .cot-tr.cot-tr--head .cot-td {
			align-items: center;
			flex-wrap: wrap;
			flex-direction: column;
			justify-content: center;
			flex-basis: 100%
		}

	.cot-table.cot--interest-rate-demand-deposit-small .cot-tr {
		border-radius: 0;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		background-color: #f2f2f2;
		padding: 0
	}

		.cot-table.cot--interest-rate-demand-deposit-small .cot-tr .cot-td {
			flex: 1 0 46%;
			padding: 10px 4%
		}

@media (min-width:768px) {
	.cot-table.cot--interest-rate-demand-deposit-small {
		display: none
	}
}

.cot-table.cot--interest-rate-time-deposit {
	display: none
}

@media (min-width:768px) {
	.cot-table.cot--interest-rate-time-deposit {
		display: block;
		width: 100%;
		max-width: 960px
	}
}

@media (min-width:768px) {
	.cot-table.cot--interest-rate-time-deposit .cot-td {
		justify-content: center;
		flex: 1
	}
}

.cot-table.cot--interest-rate-time-deposit-small {
	display: block
}

	.cot-table.cot--interest-rate-time-deposit-small .cot-tr.cot-tr--head {
		background-color: #a0c988;
		color: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}

		.cot-table.cot--interest-rate-time-deposit-small .cot-tr.cot-tr--head .cot-td {
			align-items: center;
			flex-wrap: wrap;
			flex-direction: column;
			justify-content: center;
			flex-basis: 100%
		}

	.cot-table.cot--interest-rate-time-deposit-small .cot-tr {
		border-radius: 0;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		background-color: #f2f2f2;
		padding: 0
	}

		.cot-table.cot--interest-rate-time-deposit-small .cot-tr .cot-td {
			flex: 1 0 46%;
			padding: 10px 4%
		}

@media (min-width:768px) {
	.cot-table.cot--interest-rate-time-deposit-small {
		display: none
	}
}

.cot-table.cot--interest-rate-demand-deposit {
	display: none
}

@media (min-width:768px) {
	.cot-table.cot--interest-rate-demand-deposit {
		display: block;
		width: 100%;
		max-width: 640px
	}
}

@media (min-width:768px) {
	.cot-table.cot--interest-rate-demand-deposit .cot-td {
		justify-content: center;
		flex: 1
	}
}

.cot-table.cot--interest-rate-loan {
	display: none
}

@media (min-width:768px) {
	.cot-table.cot--interest-rate-loan {
		display: block;
		width: 100%;
		max-width: 430px
	}
}

@media (min-width:768px) {
	.cot-table.cot--interest-rate-loan .cot-td {
		justify-content: center;
		flex: 1
	}
}

.cot-table.cot--interest-rate-loan-small {
	display: block
}

	.cot-table.cot--interest-rate-loan-small .cot-tr.cot-tr--head {
		background-color: #a0c988;
		color: #fff;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0
	}

		.cot-table.cot--interest-rate-loan-small .cot-tr.cot-tr--head .cot-td {
			align-items: center;
			flex-wrap: wrap;
			flex-direction: column;
			justify-content: center;
			flex-basis: 100%
		}

	.cot-table.cot--interest-rate-loan-small .cot-tr {
		border-radius: 0;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		background-color: #f2f2f2;
		padding: 0
	}

		.cot-table.cot--interest-rate-loan-small .cot-tr .cot-td {
			flex: 1 0 46%;
			padding: 10px 4%
		}

@media (min-width:768px) {
	.cot-table.cot--interest-rate-loan-small {
		display: none
	}
}

.component-oversea-interest-table {
	padding: 10px 0
}
 
.component-oversea-interest-table .coit-p {
	font-size: 15px;
	font-weight: 500;
	color: #00994e;
	margin-bottom: 5px
}

.component-oversea-interest-table .coit-form {
	width: 100%;
	font-size: 15px;
	color: #666;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid rgba(0,0,0,.1);
	overflow: hidden
}

	.component-oversea-interest-table .coit-form .coit-tr {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.component-oversea-interest-table .coit-form .coit-tr--head {
		color: #fff !important;
		background-color: #a0c987 !important
	}

	.component-oversea-interest-table .coit-form .coit-td {
		display: flex;
		font-size: 15px;
		padding: 10px 15px;
		align-items: center;
		justify-content: center;
		flex: 50%
	}

	.component-oversea-interest-table .coit-form .coit-td--100 {
		flex-basis: 100%
	}

	.component-oversea-interest-table .coit-form .coit-td--light-green {
		background-color: #dcefd2
	}

.component-oversea-interest-table.coit--zebra .coit-tr:nth-child(2n) {
	background-color: #fff
}

	.component-oversea-interest-table.coit--zebra .coit-tr:nth-child(2n) .coit-td + .coit-td {
		border-left: 1px solid #f2f2f2
	}

.component-oversea-interest-table.coit--zebra .coit-tr:nth-child(odd) {
	background-color: #f2f2f2
}

	.component-oversea-interest-table.coit--zebra .coit-tr:nth-child(odd) .coit-td + .coit-td {
		border-left: 1px solid #fff
	}

.component-oversea-interest-table.coit--credit-table {
	display: none
}

@media (min-width:768px) {
	.component-oversea-interest-table.coit--credit-table {
		display: block;
		width: 100%
	}
}

@media (min-width:768px) {
	.component-oversea-interest-table.coit--credit-table .cot-td {
		justify-content: center;
		flex: 1
	}
}

.component-oversea-interest-table.coit--credit-table .coit-form .coit-td {
	padding: 20px 15px
}

.component-oversea-interest-table.coit--demand-deposit {
	width: 100%
}

@media (min-width:992px) {
	.component-oversea-interest-table.coit--demand-deposit {
		max-width: 400px
	}
}

@media (min-width:992px) {
	.component-oversea-interest-table.coit--large-deposit {
		max-width: 1000px
	}
}

.component-oversea-interest-table.coit--time-deposit {
	width: 100%
}

@media (min-width:992px) {
	.component-oversea-interest-table.coit--time-deposit {
		max-width: 900px
	}
}

.component-oversea-interest-table.coit--time-deposit .coit-form {
	display: block
}

	.component-oversea-interest-table.coit--time-deposit .coit-form.coit-form--show-lg {
		display: none
	}

@media (min-width:992px) {
	.component-oversea-interest-table.coit--time-deposit .coit-form.coit-form--show-lg {
		display: block
	}
}

.component-oversea-interest-table.coit--time-deposit .coit-form.coit-form--show-lg .coit-td {
	flex: 100px
}

	.component-oversea-interest-table.coit--time-deposit .coit-form.coit-form--show-lg .coit-td:first-child {
		flex-basis: 200px
	}

.component-oversea-interest-table.coit--time-deposit .coit-form.coit-form--hide-lg .coit-td:first-child {
	flex-basis: 80px
}

.component-oversea-interest-table.coit--time-deposit .coit-form.coit-form--hide-lg .coit-td--light-green {
	border-top: 1px solid hsla(0,0%,100%,.5)
}

@media (min-width:992px) {
	.component-oversea-interest-table.coit--time-deposit .coit-form.coit-form--hide-lg {
		display: none
	}
}

.component-oversea-interest-table.coit--time-deposit .coit-wrap + .coit-wrap {
	border-top: 2px solid #aaa
}

.component-oversea-faq-table {
	padding: 10px 0
}

	.component-oversea-faq-table .cot-p {
		font-size: 15px;
		font-weight: 500;
		color: #00994e;
		margin-bottom: 5px
	}

	.component-oversea-faq-table .coft-short-form {
		width: 100%;
		font-size: 15px;
		color: #666;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border: 1px solid rgba(0,0,0,.1);
		overflow: hidden
	}

		.component-oversea-faq-table .coft-short-form .cot-tr {
			display: flex
		}

		.component-oversea-faq-table .coft-short-form .cot-tr--head {
			color: #fff !important;
			background-color: #a0c987 !important
		}

		.component-oversea-faq-table .coft-short-form .cot-td {
			display: flex;
			font-size: 15px;
			padding: 10px 15px
		}

			.component-oversea-faq-table .coft-short-form .cot-td:first-child {
				flex-basis: 55%
			}

			.component-oversea-faq-table .coft-short-form .cot-td:nth-child(2) {
				flex-basis: 45%
			}

@media (min-width:768px) {
	.component-oversea-faq-table .coft-short-form .cot-td:first-child {
		flex-basis: 60%
	}

	.component-oversea-faq-table .coft-short-form .cot-td:nth-child(2) {
		flex-basis: 40%
	}
}

.component-oversea-faq-table.component-oversea-faq-table--zebra .cot-tr:nth-child(2n) {
	background-color: #fff
}

	.component-oversea-faq-table.component-oversea-faq-table--zebra .cot-tr:nth-child(2n) .cot-td + .cot-td {
		border-left: 1px solid #f2f2f2
	}

.component-oversea-faq-table.component-oversea-faq-table--zebra .cot-tr:nth-child(odd) {
	background-color: #f2f2f2
}

	.component-oversea-faq-table.component-oversea-faq-table--zebra .cot-tr:nth-child(odd) .cot-td + .cot-td {
		border-left: 1px solid #fff
	}

.component-oversea-suggestions-feedback .cosf-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-suggestions-feedback .cosf-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-suggestions-feedback .cosf-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-suggestions-feedback .cosf-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-suggestions-feedback .cosf-inner {
		max-width: 1320px
	}
}

.component-oversea-suggestions-feedback .cosf-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-suggestions-feedback .cosf-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-suggestions-feedback .cosf-title {
		font-size: 30px
	}
}

.component-oversea-suggestions-feedback .cosf-title + .cosf-content {
	margin-top: 13px
}

@media (min-width:768px) {
	.component-oversea-suggestions-feedback .cosf-title + .cosf-content {
		margin-top: 30px
	}
}

.en .component-oversea-suggestions-feedback .cosf-title {
	line-height: 1.3
}

.component-oversea-suggestions-feedback .cosf-list {
	margin: 0;
	padding: 0
}

	.component-oversea-suggestions-feedback .cosf-list .cosf-list .cosf-item {
		margin: 7px 0
	}

.component-oversea-suggestions-feedback .cosf-item {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #666;
	position: relative;
	padding-left: 15px;
	margin: 13px 0;
	display: block;
	word-wrap: break-word
}

	.component-oversea-suggestions-feedback .cosf-item:before {
		display: block;
		content: "";
		position: absolute;
		top: 11px;
		left: 0;
		width: 5px;
		height: 5px;
		background-color: #a0c988;
		border-radius: 50%
	}

	.component-oversea-suggestions-feedback .cosf-item .cosf-list {
		margin-top: 15px
	}

.component-oversea-suggestions-feedback .cosf-link {
	color: #00994e;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	line-height: 1
}

	.component-oversea-suggestions-feedback .cosf-link:hover {
		color: #5aae66
	}

.component-newslist {
	padding: 70px 0;
	background: #f8f8f8;
	box-shadow: inset 0 12px 24px -12px rgba(0,0,0,.08)
}

	.component-newslist a {
		text-decoration: none
	}

.component-newslist-inner {
	max-width: 1140px;
	margin: 0 auto
}

.component-newslist-col {
	border: solid #e0e0e0;
	border-width: 1px 1px 0;
	background: #fff
}

	.component-newslist-col:first-of-type {
		border-radius: 12px 12px 0 0
	}

	.component-newslist-col:last-of-type {
		border-radius: 0 0 12px 12px;
		border-bottom-width: 1px
	}

.component-newslist-footer {
	margin-top: 60px
}

@media (max-width:1199px) {
	.component-newslist-inner {
		max-width: 960px
	}
}

@media (max-width:991px) {
	.component-newslist-inner {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (max-width:767px) {
	.component-newslist-inner {
		padding-left: 20px;
		padding-right: 20px
	}

	.component-newslist-footer {
		margin-top: 30px
	}

	.component-newslist-col {
		margin-bottom: 10px
	}

	.component-newslist-row .component-newslist-col {
		border-bottom-width: 1px;
		border-radius: 12px
	}
}

.component-newsitem {
	display: block;
	padding: 30px 50px;
	font-size: 22px
}

	.component-newsitem a {
		color: inherit;
		text-decoration: none
	}

		.component-newsitem a:active, .component-newsitem a:hover {
			color: inherit
		}

.component-newsitem-inner {
	display: flex
}

.component-newsitem-date {
	flex: 0 0 150px;
	max-width: 150px;
	color: #a0c987;
	transition: color .15s
}

.component-newsitem-cont {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	color: #333;
	transition: color .15s
}

.component-newsitem-title {
	margin: 0;
	padding: 0;
	font-weight: 400
}

.component-newsitem:active .component-newsitem-cont, .component-newsitem:active .component-newsitem-date, .component-newsitem:hover .component-newsitem-cont, .component-newsitem:hover .component-newsitem-date {
	color: #4ba659
}

@media (max-width:767px) {
	.component-newsitem {
		padding: 20px;
		font-size: 18px
	}

	.component-newsitem-inner {
		display: block
	}

	.component-newsitem-date {
		max-width: 100%
	}
}

.component-newsview {
	padding: 70px 0;
	background: #f8f8f8;
	box-shadow: inset 0 12px 24px -12px rgba(0,0,0,.08);
	font-size: 20px
}

.component-newsview-inner {
	max-width: 960px;
	margin: 0 auto
}

.component-newsview-header {
	margin-bottom: 40px
}

.component-newsview-date {
	color: #a0c987
}

.component-newsview-title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 400;
	color: #333;
	line-height: 1.3
}

.component-newsview-body {
	color: #666
}

	.component-newsview-body .text-green, .component-newsview-body a {
		color: #00994e
	}

.component-newsview-footer {
	margin-top: 60px
}

@media (max-width:1280px) {
	.component-newsview {
		padding: 40px 0
	}
}

@media (max-width:991px) {
	.component-newsview-inner {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px
	}
}

@media (max-width:767px) {
	.component-newsview {
		font-size: 18px
	}

	.component-newsview-inner {
		padding-left: 20px;
		padding-right: 20px
	}

	.component-newsview-header {
		margin-bottom: 20px
	}

	.component-newsview-title {
		font-size: 24px
	}

	.component-newsview-footer {
		margin-top: 30px
	}
}

.component-paginav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #333
}

	.component-paginav a {
		color: inherit;
		text-decoration: none
	}

.component-paginav-btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	margin: 0 8px
}

.component-paginav .component-paginav-btn:active, .component-paginav .component-paginav-btn:hover {
	background-image: linear-gradient(180deg,#008a46 5%,#00994e 66%);
	color: #fff
}

.component-paginav-btn.active {
	background: #cce0c0;
	color: #fff
}

.component-paginav-next, .component-paginav-prev {
	position: relative;
	overflow: hidden;
	text-indent: -999em;
	background-color: #5bae67;
	background-image: linear-gradient(180deg,#6cb97a,#57ac63)
}

	.component-paginav-next:after, .component-paginav-prev:after {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		transform: rotate(135deg);
		border-top: 3px solid #fff;
		border-left: 3px solid #fff;
		width: 12px;
		height: 12px
	}

	.component-paginav-prev:after {
		left: 6px;
		transform: rotate(-45deg)
	}

	.component-paginav-next:after {
		right: 6px
	}

@media (max-width:767px) {
	.component-paginav {
		font-size: 18px
	}

	.component-paginav-btn {
		width: 45px;
		height: 45px;
		border-radius: 45px;
		margin: 0 2px
	}
}

@media (max-width:374px) {
	.component-paginav-btn {
		width: 40px;
		height: 40px;
		border-radius: 40px
	}
}

.component-btn-main {
	display: flex;
	width: 240px;
	padding: 16px 40px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	text-align: center;
	justify-content: center;
	align-items: center;
	color: inherit;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	cursor: pointer;
	outline: 0 !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

a.component-btn-main {
	text-decoration: none;
	color: inherit
}

button.component-btn-main, input.component-btn-main {
	border: 0;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	background: transparent
}

.component-btn-main:active, .component-btn-main:hover {
	color: #5aae66 !important
}

.component-btn-main.disabled {
	cursor: default !important
}

.component-btn-main.btn-green {
	background-color: #5bae67;
	background-image: linear-gradient(180deg,#6cb97a,#57ac63);
	color: #fff
}

a.component-btn-main.btn-green {
	color: #fff
}

.component-btn-main.btn-green:active, .component-btn-main.btn-green:hover {
	background-image: linear-gradient(180deg,#008a46 5%,#00994e 66%);
	color: #fff !important
}

.component-btn-main.btn-green.disabled {
	background: #cce0c0;
	color: #a0c987 !important
}

@media (max-width:767px) {
	.component-btn-main {
		padding: 12px 30px;
		font-size: 16px
	}

	button.component-btn-main, input.component-btn-main {
		font-size: 16px
	}
}

@media (max-width:374px) {
	.component-btn-main {
		width: 100%
	}
}

.component-btn-row {
	display: flex;
	justify-content: center;
	align-items: center
}

	.component-btn-row .component-btn-main {
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 0;
		padding-right: 0
	}

		.component-btn-row .component-btn-main:first-of-type {
			margin-left: 0
		}

		.component-btn-row .component-btn-main:last-of-type {
			margin-right: 0
		}

.component-oversea-fee .cof-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-fee .cof-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-fee .cof-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-fee .cof-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-fee .cof-inner {
		max-width: 1320px
	}
}

.component-oversea-fee .cof-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-fee .cof-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-fee .cof-title {
		font-size: 30px
	}
}

.component-oversea-fee .cof-item-wrap {
	margin-bottom: 20px
}

@media (min-width:768px) {
	.component-oversea-fee .cof-item-wrap {
		display: flex;
		flex-direction: row;
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: 25px
	}
}

.component-oversea-fee .cof-item {
	background-color: #fff;
	padding: 20px 0;
	border: 1px solid #f2f2f2;
	flex-basis: 100%;
	border-radius: 10px;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
	box-shadow: 0 0 10px rgba(0,0,0,.05)
}

	.component-oversea-fee .cof-item + .cof-item {
		margin-top: 20px
	}

@media (min-width:768px) {
	.component-oversea-fee .cof-item {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		flex-basis: 48%;
		margin: 0 1%;
		padding: 40px 0
	}

		.component-oversea-fee .cof-item + .cof-item {
			margin-top: 0
		}
}

@media (min-width:768px) {
	.en .component-oversea-fee .cof-item {
		justify-content: space-between
	}
}

.component-oversea-fee .cof-item-title {
	font-size: 24px;
	color: #00994e
}

	.component-oversea-fee .cof-item-title + .cof-item-btn {
		margin-top: 10px
	}

.en .component-oversea-fee .cof-item-title {
	font-size: 20px
}

.component-oversea-fee .cof-item-btn-text {
	font-size: 16px;
	color: #00994e;
	line-height: 1.2
}

.component-oversea-fee .cof-item-btn {
	border: 2px solid #a0c988;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	text-decoration: none;
	display: block;
	height: 55px;
	display: flex;
	align-items: center;
	padding-left: 75px;
	padding-right: 40px;
	position: relative;
	transition: border-color .2s ease;
	word-break: break-word
}

	.component-oversea-fee .cof-item-btn:before {
		content: "";
		display: block;
		position: absolute;
		background-color: #a0c988;
		transition: background- .2s ease;
		width: 55px;
		height: 55px;
		top: -2px;
		left: -1px;
		border-radius: 50%
	}

	.component-oversea-fee .cof-item-btn:after {
		content: "";
		display: block;
		position: absolute;
		left: 14px;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 24px;
		height: 24px;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS45OSAyNiI+PGcgZGF0YS1uYW1lPSLlnJblsaQgMiI+PHBhdGggZD0iTTE2IDE5Ljg3bC0xLjY4IDEuNjl2LTcuMjdhMS4zIDEuMyAwIDAwLTIuNiAwdjcuMjdMMTAgMTkuODdhMS4zMSAxLjMxIDAgMDAtMS44NSAxLjg1bDMuOSAzLjlhMS41MiAxLjUyIDAgMDAuNDMuMjggMS4yMiAxLjIyIDAgMDAxIDAgMS4zOSAxLjM5IDAgMDAuNDMtLjI4bDMuOTEtMy45QTEuMzEgMS4zMSAwIDAwMTYgMTkuODdtNS4zNy0xNC40QTkuMTEgOS4xMSAwIDAwNCA3LjkzIDUuMjEgNS4yMSAwIDAwNS4yMSAxOC4yYTEuMzEgMS4zMSAwIDEwMC0yLjYxIDIuNiAyLjYgMCAxMTAtNS4yIDEuMzEgMS4zMSAwIDAwMS4zMS0xLjNBNi41IDYuNSAwIDAxMTkuMTcgN2ExLjMgMS4zIDAgMDAxIC44NyAzLjkgMy45IDAgMDEuMzEgNy41OSAxLjMxIDEuMzEgMCAxMC42NyAyLjU0IDYuNTEgNi41MSAwIDAwLjIyLTEyLjUyIiBmaWxsPSIjZmZmIiBkYXRhLW5hbWU9IuWcluWxpCAxIi8+PC9nPjwvc3ZnPg==)
	}

	.component-oversea-fee .cof-item-btn:hover {
		text-decoration: none;
		border: 2px solid #5aae66
	}

		.component-oversea-fee .cof-item-btn:hover .cof-item-link-text {
			color: #5aae66
		}

		.component-oversea-fee .cof-item-btn:hover:before {
			background-color: #5aae66
		}

	.component-oversea-fee .cof-item-btn + .cof-item-btn {
		margin-top: 10px
	}

@media (min-width:992px) {
	.component-oversea-fee .cof-item-btn + .cof-item-btn {
		margin-top: 0;
		margin-left: 8px
	}
}

.component-oversea-fee .cof-item-btn--large {
	height: 80px;
	padding-left: 88px;
	padding-right: 20px
}

	.component-oversea-fee .cof-item-btn--large .cof-item-btn-text {
		font-size: 15px
	}

	.component-oversea-fee .cof-item-btn--large:before {
		width: 80px;
		height: 80px
	}

	.component-oversea-fee .cof-item-btn--large:after {
		left: 22px;
		width: 26px;
		height: 26px
	}

.component-oversea-fee-online-banking {
	background-color: #fff;
	padding: 20px 30px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.05)
}

@media (min-width:992px) {
	.component-oversea-fee-online-banking {
		padding: 40px 30px
	}
}

.component-oversea-fee-online-banking .cofob-title {
	font-size: 24px;
	color: #00994e;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #00994e
}

.component-oversea-fee-online-banking .cofob-item-wrap {
	margin: 5px 0
}

@media (min-width:768px) {
	.component-oversea-fee-online-banking .cofob-item-wrap {
		display: flex;
		flex-direction: row;
		margin: 35px 0
	}
}

.component-oversea-fee-online-banking .cofob-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	flex-basis: 100%;
	margin: 12px 0;
	padding: 12px 0
}

	.component-oversea-fee-online-banking .cofob-item + .cofob-item {
		border-top: 2px dotted #e7e7e7
	}

@media (min-width:768px) {
	.component-oversea-fee-online-banking .cofob-item {
		flex-basis: 50%;
		padding: 0 45px;
		margin: 0;
		justify-content: flex-start;
		border-radius: 0
	}

		.component-oversea-fee-online-banking .cofob-item + .cofob-item {
			border-top: 0;
			border-left: 2px dotted #e7e7e7
		}
}

.component-oversea-fee-online-banking .cofob-item-title {
	font-size: 22px;
	color: #00994e;
	max-width: 100%
}

.component-oversea-fee-online-banking .cofob-item-subtitle {
	font-size: 15px;
	font-family: Montserrat;
	max-width: 100%
}

	.component-oversea-fee-online-banking .cofob-item-subtitle + .cofob-item-description {
		margin-top: 10px
	}

.component-oversea-fee-online-banking .cofob-item-description {
	font-size: 17px;
	color: #666;
	max-width: 100%
}

	.component-oversea-fee-online-banking .cofob-item-description + .cofob-item-btn {
		margin-top: 15px
	}

.en .component-oversea-fee-online-banking .cofob-item-description {
	text-align: center
}

.component-oversea-fee-online-banking .cofob-item-text-link {
	color: #00994e;
	text-decoration: none
}

	.component-oversea-fee-online-banking .cofob-item-text-link:hover {
		color: #5aae66
	}

.component-oversea-fee-online-banking .cofob-item-btn-text {
	font-size: 16px;
	color: #00994e;
	line-height: 1.2
}

.component-oversea-fee-online-banking .cofob-item-btn {
	border: 2px solid #a0c988;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	text-decoration: none;
	display: block;
	height: 55px;
	display: flex;
	align-items: center;
	padding-left: 75px;
	padding-right: 40px;
	position: relative;
	transition: border-color .2s ease;
	word-break: break-word
}

	.component-oversea-fee-online-banking .cofob-item-btn:before {
		content: "";
		display: block;
		position: absolute;
		background-color: #a0c988;
		transition: background- .2s ease;
		width: 55px;
		height: 55px;
		top: -2px;
		left: -1px;
		border-radius: 50%
	}

	.component-oversea-fee-online-banking .cofob-item-btn:after {
		content: "";
		display: block;
		position: absolute;
		left: 14px;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 24px;
		height: 24px;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNS45OSAyNiI+PGcgZGF0YS1uYW1lPSLlnJblsaQgMiI+PHBhdGggZD0iTTE2IDE5Ljg3bC0xLjY4IDEuNjl2LTcuMjdhMS4zIDEuMyAwIDAwLTIuNiAwdjcuMjdMMTAgMTkuODdhMS4zMSAxLjMxIDAgMDAtMS44NSAxLjg1bDMuOSAzLjlhMS41MiAxLjUyIDAgMDAuNDMuMjggMS4yMiAxLjIyIDAgMDAxIDAgMS4zOSAxLjM5IDAgMDAuNDMtLjI4bDMuOTEtMy45QTEuMzEgMS4zMSAwIDAwMTYgMTkuODdtNS4zNy0xNC40QTkuMTEgOS4xMSAwIDAwNCA3LjkzIDUuMjEgNS4yMSAwIDAwNS4yMSAxOC4yYTEuMzEgMS4zMSAwIDEwMC0yLjYxIDIuNiAyLjYgMCAxMTAtNS4yIDEuMzEgMS4zMSAwIDAwMS4zMS0xLjNBNi41IDYuNSAwIDAxMTkuMTcgN2ExLjMgMS4zIDAgMDAxIC44NyAzLjkgMy45IDAgMDEuMzEgNy41OSAxLjMxIDEuMzEgMCAxMC42NyAyLjU0IDYuNTEgNi41MSAwIDAwLjIyLTEyLjUyIiBmaWxsPSIjZmZmIiBkYXRhLW5hbWU9IuWcluWxpCAxIi8+PC9nPjwvc3ZnPg==)
	}

	.component-oversea-fee-online-banking .cofob-item-btn:hover {
		text-decoration: none;
		border: 2px solid #5aae66
	}

		.component-oversea-fee-online-banking .cofob-item-btn:hover .cofob-item-link-text {
			color: #5aae66
		}

		.component-oversea-fee-online-banking .cofob-item-btn:hover:before {
			background-color: #5aae66
		}

	.component-oversea-fee-online-banking .cofob-item-btn + .cofob-item-btn {
		margin-top: 10px
	}

@media (min-width:992px) {
	.component-oversea-fee-online-banking .cofob-item-btn + .cofob-item-btn {
		margin-top: 0;
		margin-left: 8px
	}
}

.component-oversea-fee-online-banking .cofob-item-btn--large {
	height: 80px;
	padding-left: 88px;
	padding-right: 20px
}

	.component-oversea-fee-online-banking .cofob-item-btn--large .cofob-item-btn-text {
		font-size: 15px
	}

	.component-oversea-fee-online-banking .cofob-item-btn--large:before {
		width: 80px;
		height: 80px
	}

	.component-oversea-fee-online-banking .cofob-item-btn--large:after {
		left: 22px;
		width: 26px;
		height: 26px
	}

.component-oversea-fee-online-banking .component-oversea-table {
	background-color: transparent
}

@media (min-width:768px) {
	.component-oversea-fee-online-banking .component-oversea-table {
		padding: 0 60px
	}
}

.component-oversea-form .form-select {
	display: block;
	width: 100%;
	padding: 15px 45px 15px 30px;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #a0c988;
	border-radius: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

	.component-oversea-form .form-select:focus {
		border-color: #a0c988;
		outline: 0;
		box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
	}

	.component-oversea-form .form-select[multiple], .component-oversea-form .form-select[size]:not([size="1"]) {
		padding-right: .75rem;
		background-image: none
	}

	.component-oversea-form .form-select:disabled {
		color: #6c757d;
		background-color: #e9ecef
	}

	.component-oversea-form .form-select:-moz-focusring {
		color: transparent;
		text-shadow: 0 0 0 #212529
	}

	.component-oversea-form .form-select::-ms-expand {
		display: none
	}

.component-oversea-form .form-select-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .875rem
}

.component-oversea-form .form-select-lg {
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	font-size: 1.25rem
}

.component-oversea-interest-rate .coir-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-interest-rate .coir-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-interest-rate .coir-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-interest-rate .coir-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-interest-rate .coir-inner {
		max-width: 1320px
	}
}

.component-oversea-interest-rate .coir-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-interest-rate .coir-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-interest-rate .coir-title {
		font-size: 30px
	}
}

.component-oversea-interest-rate .coir-title + .coir-form-wrap {
	margin-top: 20px
}

.component-oversea-interest-rate .coir-form-wrap {
	display: flex;
	flex-direction: row;
	align-items: center
}

.component-oversea-interest-rate .coir-form-label {
	font-size: 18px;
	color: #333;
	line-height: 1;
	margin-right: 20px
}

.component-oversea-interest-rate .coir-item {
	background-color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
	border: 1px solid #f2f2f2;
	flex-basis: 100%;
	border-radius: 10px;
	margin: 10px 0;
	box-shadow: 0 0 0 rgba(0,0,0,.1),0 6px 6px rgba(0,0,0,.12)
}

@media (min-width:768px) {
	.component-oversea-interest-rate .coir-item {
		flex-basis: 48%;
		margin: 25px 1%
	}
}

.component-oversea-interest-rate .coir-highlight {
	font-size: 15px;
	color: #d00000
}

.component-oversea-interest-rate .coir-item-title {
	font-size: 24px;
	color: #00994e
}

	.component-oversea-interest-rate .coir-item-title + .coir-item-link {
		margin-top: 10px
	}

@media (min-width:768px) {
	.component-oversea-interest-rate .coir-item-title {
		font-size: 24px
	}
}

.component-oversea-interest-rate .coir-item-link {
	border: 2px solid #a0c988;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	text-decoration: none;
	display: inline-block;
	height: 65px;
	line-height: 65px;
	align-items: center;
	padding-left: 75px;
	padding-right: 40px;
	font-size: 19px;
	color: #666;
	position: relative;
	transition: border-color .2s ease
}

	.component-oversea-interest-rate .coir-item-link:before {
		content: "";
		display: block;
		position: absolute;
		background-color: #a0c988;
		transition: background- .2s ease;
		width: 65px;
		height: 65px;
		top: -2px;
		left: -1px;
		border-radius: 50%
	}

	.component-oversea-interest-rate .coir-item-link:after {
		content: "";
		display: block;
		position: absolute;
		left: 19px;
		top: 0;
		bottom: 0;
		margin: auto 0;
		width: 25px;
		height: 25px;
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.98 19.99'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='none' d='M0 0h19.98v19.99H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg data-name='圖層 2'%3E%3Cg clip-path='url(%23a)' data-name='圖層 1'%3E%3Cpath fill='%23fff' d='M12.3 15.28l-1.3 1.3V11a1 1 0 00-2 0v5.59l-1.29-1.3A1 1 0 106.3 16.7l3 3a1 1 0 00.33.21.92.92 0 00.76 0 1.15 1.15 0 00.33-.21l3-3a1.004 1.004 0 10-1.42-1.42m4.13-11.07A7 7 0 003.07 6.1 4 4 0 004 14a1 1 0 000-2 2 2 0 010-4 1 1 0 001-1 5 5 0 019.73-1.61 1 1 0 00.78.67 3 3 0 01.24 5.84 1.002 1.002 0 00.5 1.94 5 5 0 00.17-9.62'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
	}

	.component-oversea-interest-rate .coir-item-link:hover {
		text-decoration: none;
		border: 2px solid #5aae66
	}

		.component-oversea-interest-rate .coir-item-link:hover:before {
			background-color: #5aae66
		}

		.component-oversea-interest-rate .coir-item-link:hover .cod-item-title {
			color: #5aae66
		}

.component-oversea-interest-rate .component-oversea-table {
	margin: 20px 0
}

.component-oversea-careers {
	position: relative
}

	.component-oversea-careers .coc-inner {
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 55px 0 0
	}

@media (min-width:992px) {
	.component-oversea-careers .coc-inner {
		max-width: 960px
	}
}

@media (min-width:768px) {
	.component-oversea-careers .coc-inner {
		padding: 145px 0 0
	}
}

@media (min-width:992px) {
	.component-oversea-careers .coc-inner {
		flex-direction: row;
		align-items: flex-start
	}
}

@media (min-width:1200px) {
	.component-oversea-careers .coc-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-careers .coc-inner {
		max-width: 1320px
	}
}

.component-oversea-careers .coc-content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 100%
}

@media (min-width:992px) {
	.component-oversea-careers .coc-content {
		align-items: flex-start
	}
}

.component-oversea-careers .coc-title {
	font-size: 32px;
	line-height: 1;
	color: #333;
	font-weight: 300;
	margin: 0;
	max-width: 100%
}

	.component-oversea-careers .coc-title + .coc-description {
		margin-top: 12px
	}

@media (min-width:768px) {
	.component-oversea-careers .coc-title {
		font-size: 47px
	}
}

@media (min-width:992px) {
	.component-oversea-careers .coc-title {
		font-size: 62px
	}
}

.component-oversea-careers .coc-description {
	font-size: 18px;
	max-width: 100%;
	color: #666
}

.component-oversea-careers .coc-btn {
	max-width: 100%;
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #5bae67;
	background-image: linear-gradient(180deg,#6cb97a 0,#57ac63);
	color: #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	display: inline-block;
	text-decoration: none;
	transition: background .3s ease-in-out;
	font-size: 16px;
	padding: 12px 40px
}

	.component-oversea-careers .coc-btn:focus {
		outline: 0
	}

	.component-oversea-careers .coc-btn:hover {
		color: #fff;
		background-image: linear-gradient(180deg,#008a46 5%,#00994e 66%)
	}

.component-oversea-careers .coc-figure {
	overflow: hidden;
	position: absolute
}

@media (min-width:992px) {
	.component-oversea-careers .coc-figure {
		top: 30px;
		left: 250px
	}
}

.component-oversea-careers .coc-img {
	width: 100%;
	max-width: 100%
}

.component-oversea-careers-detail .cocd-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-careers-detail .cocd-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-detail .cocd-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

.component-oversea-careers-detail .cocd-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #67b77e;
	font-family: Noto Sans TC
}

@media (min-width:375px) {
	.component-oversea-careers-detail .cocd-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-detail .cocd-title {
		font-size: 30px
	}
}

.component-oversea-careers-detail .cocd-title + .cocd-content-wrap {
	margin-top: 15px
}

@media (min-width:768px) {
	.component-oversea-careers-detail .cocd-title + .cocd-content-wrap {
		margin-top: 30px
	}
}

.component-oversea-careers-detail .cocd-content-wrap + .cocd-content-wrap {
	margin-top: 15px
}

.component-oversea-careers-detail .cocd-content-title {
	font-family: Noto Sans TC;
	font-size: 20px;
	margin: 0;
	font-weight: 400;
	color: #333;
	line-height: 1.5
}

	.component-oversea-careers-detail .cocd-content-title + .cocd-content-ul {
		margin-top: 5px
	}

@media (min-width:768px) {
	.component-oversea-careers-detail .cocd-content-title {
		font-size: 22px
	}

		.component-oversea-careers-detail .cocd-content-title + .cocd-content-ul {
			margin-top: 10px
		}
}

.component-oversea-careers-detail .cocd-content-ul {
	margin: 0;
	padding: 0
}

.component-oversea-careers-detail .cocd-content-li {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #666;
	margin: 0;
	position: relative;
	padding-left: 15px;
	display: block;
	word-wrap: break-word
}

	.component-oversea-careers-detail .cocd-content-li:before {
		display: block;
		content: "";
		position: absolute;
		top: 11px;
		left: 0;
		width: 5px;
		height: 5px;
		background-color: #a0c988;
		border-radius: 50%
	}

	.component-oversea-careers-detail .cocd-content-li + .cocd-content-li {
		margin-top: 15px
	}

.component-oversea-careers-detail .cocd-btn-wrap {
	text-align: center;
	margin-top: 30px
}

.component-oversea-careers-detail .cocd-btn {
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #5bae67;
	background-image: linear-gradient(180deg,#6cb97a 0,#57ac63);
	color: #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	display: inline-block;
	text-decoration: none;
	transition: background .3s ease-in-out;
	font-size: 18px;
	padding: 18px 95px
}

	.component-oversea-careers-detail .cocd-btn:focus {
		outline: 0
	}

	.component-oversea-careers-detail .cocd-btn:hover {
		color: #fff;
		background-image: linear-gradient(180deg,#008a46 5%,#00994e 66%)
	}

.component-oversea-careers-support-card {
	margin-bottom: 60px
}

	.component-oversea-careers-support-card .cocsc-inner {
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		padding: 0 20px
	}

@media (min-width:768px) {
	.component-oversea-careers-support-card .cocsc-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-support-card .cocsc-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-careers-support-card .cocsc-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-oversea-careers-support-card .cocsc-inner {
		max-width: 1320px
	}
}

.component-oversea-careers-support-card .cocsc-figure {
	display: flex;
	order: 2;
	flex-basis: 100%;
	position: relative;
	overflow: hidden;
	z-index: 10;
	background-color: #ddd;
	height: 245px
}

@media (min-width:768px) {
	.component-oversea-careers-support-card .cocsc-figure {
		order: 1;
		height: auto
	}
}

.component-oversea-careers-support-card .cocsc-img {
	position: absolute;
	min-width: 1000%;
	min-height: 1000%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(.1)
}

.component-oversea-careers-support-card .cocsc-wrap {
	display: flex;
	flex-direction: column;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.05)
}

@media (min-width:768px) {
	.component-oversea-careers-support-card .cocsc-wrap {
		flex-direction: row;
		align-items: stretch
	}
}

.component-oversea-careers-support-card .cocsc-content {
	order: 1;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	flex: 1 0 55%;
	padding: 30px 20px;
	word-break: break-word;
	overflow: hidden
}

@media (min-width:768px) {
	.component-oversea-careers-support-card .cocsc-content {
		order: 2;
		padding: 60px 35px;
		border-top-left-radius: 0;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 10px
	}
}

.component-oversea-careers-support-card .cocsc-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-oversea-careers-support-card .cocsc-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-support-card .cocsc-title {
		font-size: 30px
	}
}

.component-oversea-careers-support-card .cocsc-title + .cocsc-content {
	margin-top: 13px
}

@media (min-width:768px) {
	.component-oversea-careers-support-card .cocsc-title + .cocsc-content {
		margin-top: 30px
	}
}

.component-oversea-careers-support-card .cocsc-description {
	color: #333;
	font-size: 20px;
	line-height: 1.5
}

	.component-oversea-careers-support-card .cocsc-description + .cocsc-remark {
		margin-top: 15px
	}

.component-oversea-careers-support-card .cocsc-remark {
	display: block;
	font-size: 17px;
	color: #666;
	line-height: 1.5
}

.component-oversea-careers-support-card .cocsc-link {
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
	color: #00994e;
	text-decoration: none
}

	.component-oversea-careers-support-card .cocsc-link:hover {
		color: #5aae66
	}

.component-oversea-careers-info .coci-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e;
	text-align: center
}

@media (min-width:375px) {
	.component-oversea-careers-info .coci-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-info .coci-title {
		font-size: 30px
	}
}

.component-oversea-careers-info .coci-title + .coci-card {
	margin-top: 25px
}

@media (min-width:768px) {
	.component-oversea-careers-info .coci-title + .coci-card {
		margin-top: 30px
	}
}

.component-oversea-careers-info .coci-inner {
	padding: 40px 0
}

.component-oversea-careers-info .coci-btn {
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #5bae67;
	background-image: linear-gradient(180deg,#6cb97a 0,#57ac63);
	color: #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	display: inline-block;
	text-decoration: none;
	transition: background .3s ease-in-out;
	font-size: 16px;
	padding: 12px 40px
}

	.component-oversea-careers-info .coci-btn:focus {
		outline: 0
	}

.component-oversea-careers-info .coci-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-careers-info .coci-wrap {
		max-width: 720px;
		padding-right: .75rem;
		padding-left: .75rem
	}
}

@media (min-width:992px) {
	.component-oversea-careers-info .coci-wrap {
		max-width: 960px;
		padding-right: .75rem;
		padding-left: .75rem
	}
}

@media (min-width:1200px) {
	.component-oversea-careers-info .coci-wrap {
		max-width: 1140px;
		padding-right: .75rem;
		padding-left: .75rem
	}
}

.component-oversea-careers-info .coci-wrap--bg-white {
	background-color: #fff
}

@media (min-width:768px) {
	.component-oversea-careers-info .coci-card-wrap {
		display: flex;
		flex-direction: row
	}
}

.component-oversea-careers-info .coci-card {
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 0 rgba(0,0,0,.1),0 6px 6px rgba(0,0,0,.12)
}

	.component-oversea-careers-info .coci-card + .coci-card {
		margin-top: 25px
	}

@media (min-width:768px) {
	.component-oversea-careers-info .coci-card {
		flex-basis: 31%;
		margin: 0 1%
	}

		.component-oversea-careers-info .coci-card + .coci-card {
			margin-top: 0
		}
}

.component-oversea-careers-info .coci-card-figure {
	height: 240px;
	position: relative;
	overflow: hidden
}

.component-oversea-careers-info .coci-card-img {
	position: absolute;
	min-width: 1000%;
	min-height: 1000%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(.1)
}

.component-oversea-careers-info .coci-card-description {
	padding: 22px;
	font-size: 15px;
	color: #2c2c2c;
	background-color: #fff
}

.component-oversea-careers-info .coci-progress {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
	flex-direction: column
}

@media (min-width:992px) {
	.component-oversea-careers-info .coci-progress {
		flex-direction: row;
		margin: 0 -14px
	}
}

.component-oversea-careers-info .coci-progress-img {
	max-width: 100%;
	width: 75px;
	margin-bottom: 10px
}

@media (min-width:992px) {
	.component-oversea-careers-info .coci-progress-img {
		margin-bottom: 30px
	}
}

.component-oversea-careers-info .coci-progress-title {
	font-size: 30px;
	color: #333
}

.component-oversea-careers-info .coci-progress-li {
	flex: 1;
	margin: 14px 0;
	padding: 25px 20px;
	border: 6px solid #7dd18b;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 15px;
	background-color: #fff
}

	.component-oversea-careers-info .coci-progress-li:nth-child(2n) {
		border-color: #00994e
	}

	.component-oversea-careers-info .coci-progress-li + .coci-progress-li:before {
		content: "";
		display: block;
		position: absolute;
		width: 72px;
		height: 56px;
		left: 0;
		right: 0;
		top: -40px;
		margin-left: auto;
		margin-right: auto;
		background-repeat: no-repeat;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAA4CAYAAABez76GAAAEWUlEQVRoge2byW8TVxzHv46dxXZSiCqCnYTYY8oiiko5IC5VxKHbqQm4kRoghT+CMwfO/BccUiC0cRqWoHJAoAqpFTSQBMKWzSqILZuEgMQe9H1JKFLz5mU8mw/vc3LsNzO/+czv/fwWJ2SaJhzg6OCPCLl0HtepKNfAygUtSIEWpCBSDkEcv31SWstOfHEs0PqkM0hBxMVvIq8IND6dQQq0IAVakAItSIEWpEALUqAFKdCCFGhBCrQgBVqQAi1IgRakQAtSoAUp0IIUaEEKtCAFWpACLUiBrW2fRbOAP55ew61XQ+L1nk934evEV4iEymL3yJKCWcDAk6u4+eoOwqEwdtXvwDeJVlRWWMdu686uPL2OP5///eFvvn725gU6U+3KCwUJ5XSP53B//vFyFAu48eImFooLaGv+zjIyW11scHr4f+89nB9H90QvFs3FspXzy0TfR3L+4/bMXeXxtgQVzOKq7wtJ4znR7coJyjk90YfRuUerRhVaw49KbAn6sv5z6WcP5sfQPd4rgioHGMeZid9xTyKH7K7f6a6gb5Ot2PbJZoWkXOCSeP2zk/24O/dQ2mZLnYHvG/cpz2VLEKv/T6kfsLUuI23Dvs4+H5QkloGzk+cxMvtA2uazujQ6023iflTYHgfxpDw5n4AM9vnTAUgqmkX0TPZjZPa+tI2Qk2pf89CkpIHikqR2S0ns+6wBfkkqmqbInGELOZtrU+hMtdkakpQ8ko4sZxKfiAzWANYCryVRTs9UP4ZnR6VtMrUtOJjmeK3S1rkdTTWYpkxXK0msBXyysiGCUyjn3NR5DM3I5Ri1LTiU3m9bDtyYizFdmbZMXxmsCawNRZclUc6vUxdwZ+aetE06vgmHS5QDtyarvDjTl2ksg7WBmVR09rPjD/A8v+UvWo6G0/FmdBkHSpYDN2fzDIJpbFhKGhW1wqkkHt+bv4TB6RFpm1S8GYeNrCM5cHu5g8EwnZnWMlgrWDNKlcTjcvkB/LPKvHCFVLwJXUYWVQ7lwIv1IEpiWjO9ZbBmsHbYlWRiSc6t6SFpm5Z4k8gcN+TAqwUzkUlGVqS5DNYO1pC1SmKrXP6ytZxYI7rSWVRXVLl1K96tKFaJTMqKdJfBGsJaomJJzoBY7JKxKdYoHkp12D058HrJtWo5k1osJFnVEizL6ctftpTTHEuKh1ETrnYU72rwv308/x3y28I7nBrrweTrf20fy2Xdv14OSj9viiVwxOjwRA78EkTeFN7i1Ng5TJUgSUZTNIEjGe/kwM9dDd4EuwFrhRs0Rjd6Lgd+b/usSGLNcELSJzkIYl+MN/Wz8aOoHaWQjDbgaKYD0XCNL/EGsnFISSysrCF2SEQbROb4JQdB7qwKSZkOUUvWQqJmA44aHYiFo77GGejW84qkpELSxpoNol0s4q8clMPePLsLa4qsu1EOP49HYr7HBj/HQSq4DXz12Q0x259ZmMO6yjrsXL8drQ17XZ1b2QLAe4L3mu14Y3D0AAAAAElFTkSuQmCC");
		transform: rotate(0)
	}

@media (min-width:992px) {
	.component-oversea-careers-info .coci-progress-li {
		padding: 40px 20px;
		margin: 0 14px
	}

		.component-oversea-careers-info .coci-progress-li + .coci-progress-li:before {
			top: 0;
			bottom: 0;
			right: auto;
			left: -48px;
			margin-top: auto;
			margin-bottom: auto;
			transform: rotate(270deg)
		}
}

.component-oversea-careers-info .coci-title + .coci-description {
	margin-top: 10px
}

.component-oversea-careers-info .coci-description {
	text-align: center
}

	.component-oversea-careers-info .coci-description + .coci-small {
		margin-top: 10px
	}

	.component-oversea-careers-info .coci-description + .coci-figure, .component-oversea-careers-info .coci-figure + .coci-description {
		margin-top: 25px
	}

.component-oversea-careers-info .coci-small {
	font-size: 15px;
	text-align: center;
	color: #666
}

.component-oversea-careers-info .coci-wrap--vision {
	background-color: #fff
}

.component-oversea-careers-info-vision .cociv-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px;
	display: flex;
	flex-direction: column;
	align-items: center
}

@media (min-width:768px) {
	.component-oversea-careers-info-vision .cociv-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-info-vision .cociv-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

.component-oversea-careers-info-vision .cociv-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e;
	text-align: center
}

@media (min-width:375px) {
	.component-oversea-careers-info-vision .cociv-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-info-vision .cociv-title {
		font-size: 30px
	}
}

.component-oversea-careers-info-vision .cociv-title + .cociv-figure {
	margin-top: 25px
}

@media (min-width:768px) {
	.component-oversea-careers-info-vision .cociv-title + .cociv-figure {
		margin-top: 30px
	}
}

.component-oversea-careers-info-vision .cociv-figure + .cociv-btn {
	margin-top: 25px
}

@media (min-width:768px) {
	.component-oversea-careers-info-vision .cociv-figure + .cociv-btn {
		margin-top: 30px
	}
}

.component-oversea-careers-info-vision .cociv-btn {
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #5bae67;
	background-image: linear-gradient(180deg,#6cb97a 0,#57ac63);
	color: #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	display: inline-block;
	text-decoration: none;
	transition: background .3s ease-in-out;
	font-size: 16px;
	padding: 12px 40px
}

	.component-oversea-careers-info-vision .cociv-btn:focus {
		outline: 0
	}

	.component-oversea-careers-info-vision .cociv-btn:hover {
		color: #fff;
		background-image: linear-gradient(180deg,#008a46 5%,#00994e 66%)
	}

.component-oversea-careers-info-benefit .cocib-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-careers-info-benefit .cocib-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-info-benefit .cocib-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-oversea-careers-info-benefit .cocib-inner {
		max-width: 1140px
	}
}

.component-oversea-careers-info-benefit .cocib-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e;
	text-align: center
}

@media (min-width:375px) {
	.component-oversea-careers-info-benefit .cocib-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-info-benefit .cocib-title {
		font-size: 30px
	}
}

.component-oversea-careers-info-benefit .cocib-title + .cocib-card-wrap {
	margin-top: 25px
}

@media (min-width:768px) {
	.component-oversea-careers-info-benefit .cocib-title + .cocib-card-wrap {
		margin-top: 30px
	}
}

@media (min-width:768px) {
	.component-oversea-careers-info-benefit .cocib-card-wrap {
		display: flex;
		flex-direction: row
	}
}

.component-oversea-careers-info-benefit .cocib-card {
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 0 rgba(0,0,0,.1),0 6px 6px rgba(0,0,0,.12)
}

	.component-oversea-careers-info-benefit .cocib-card + .cocib-card {
		margin-top: 25px
	}

@media (min-width:768px) {
	.component-oversea-careers-info-benefit .cocib-card {
		flex-basis: 31%;
		margin: 0 1%
	}

		.component-oversea-careers-info-benefit .cocib-card + .cocib-card {
			margin-top: 0
		}
}

.component-oversea-careers-info-benefit .cocib-card-figure {
	height: 240px;
	position: relative;
	overflow: hidden
}

.component-oversea-careers-info-benefit .cocib-card-img {
	position: absolute;
	min-width: 1000%;
	min-height: 1000%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) scale(.1)
}

.component-oversea-careers-info-benefit .cocib-card-description {
	padding: 22px;
	font-size: 15px;
	color: #2c2c2c;
	background-color: #fff
}

.component-oversea-careers-info-learn .cocil-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px
}

@media (min-width:768px) {
	.component-oversea-careers-info-learn .cocil-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-info-learn .cocil-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

.component-oversea-careers-info-learn .cocil-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e;
	text-align: center
}

@media (min-width:375px) {
	.component-oversea-careers-info-learn .cocil-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-info-learn .cocil-title {
		font-size: 30px
	}
}

.component-oversea-careers-info-learn .cocil-title + .cocil-progress {
	margin-top: 25px
}

@media (min-width:768px) {
	.component-oversea-careers-info-learn .cocil-title + .cocil-progresswrap {
		margin-top: 30px
	}
}

.component-oversea-careers-info-learn .cocil-progress {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
	flex-direction: column
}

@media (min-width:768px) {
	.component-oversea-careers-info-learn .cocil-progress {
		flex-direction: row;
		margin: 0 -14px
	}
}

.component-oversea-careers-info-learn .cocil-progress-title-wrap {
	display: flex;
	align-items: center
}

.component-oversea-careers-info-learn .cocil-progress-description {
	max-width: 100%
}

.component-oversea-careers-info-learn .cocil-progress-title {
	font-size: 30px;
	color: #333
}

.component-oversea-careers-info-learn .cocil-progress-img {
	max-width: 100%;
	width: 75px;
	margin-bottom: 10px;
	display: block
}

	.component-oversea-careers-info-learn .cocil-progress-img + .cocil-progress-title {
		margin-left: 25px
	}

@media (min-width:768px) {
	.component-oversea-careers-info-learn .cocil-progress-img {
		margin-bottom: 30px
	}
}

.component-oversea-careers-info-learn .cocil-progress-li {
	flex: 1;
	margin: 14px 0;
	padding: 25px 20px;
	border: 6px solid #7dd18b;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 15px;
	background-color: #fff
}

	.component-oversea-careers-info-learn .cocil-progress-li:nth-child(2n) {
		border-color: #00994e
	}

	.component-oversea-careers-info-learn .cocil-progress-li + .cocil-progress-li:before {
		content: "";
		display: block;
		position: absolute;
		width: 72px;
		height: 56px;
		left: 0;
		right: 0;
		top: -40px;
		margin-left: auto;
		margin-right: auto;
		background-repeat: no-repeat;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAA4CAYAAABez76GAAAEWUlEQVRoge2byW8TVxzHv46dxXZSiCqCnYTYY8oiiko5IC5VxKHbqQm4kRoghT+CMwfO/BccUiC0cRqWoHJAoAqpFTSQBMKWzSqILZuEgMQe9H1JKFLz5mU8mw/vc3LsNzO/+czv/fwWJ2SaJhzg6OCPCLl0HtepKNfAygUtSIEWpCBSDkEcv31SWstOfHEs0PqkM0hBxMVvIq8IND6dQQq0IAVakAItSIEWpEALUqAFKdCCFGhBCrQgBVqQAi1IgRakQAtSoAUp0IIUaEEKtCAFWpACLUiBrW2fRbOAP55ew61XQ+L1nk934evEV4iEymL3yJKCWcDAk6u4+eoOwqEwdtXvwDeJVlRWWMdu686uPL2OP5///eFvvn725gU6U+3KCwUJ5XSP53B//vFyFAu48eImFooLaGv+zjIyW11scHr4f+89nB9H90QvFs3FspXzy0TfR3L+4/bMXeXxtgQVzOKq7wtJ4znR7coJyjk90YfRuUerRhVaw49KbAn6sv5z6WcP5sfQPd4rgioHGMeZid9xTyKH7K7f6a6gb5Ot2PbJZoWkXOCSeP2zk/24O/dQ2mZLnYHvG/cpz2VLEKv/T6kfsLUuI23Dvs4+H5QkloGzk+cxMvtA2uazujQ6023iflTYHgfxpDw5n4AM9vnTAUgqmkX0TPZjZPa+tI2Qk2pf89CkpIHikqR2S0ns+6wBfkkqmqbInGELOZtrU+hMtdkakpQ8ko4sZxKfiAzWANYCryVRTs9UP4ZnR6VtMrUtOJjmeK3S1rkdTTWYpkxXK0msBXyysiGCUyjn3NR5DM3I5Ri1LTiU3m9bDtyYizFdmbZMXxmsCawNRZclUc6vUxdwZ+aetE06vgmHS5QDtyarvDjTl2ksg7WBmVR09rPjD/A8v+UvWo6G0/FmdBkHSpYDN2fzDIJpbFhKGhW1wqkkHt+bv4TB6RFpm1S8GYeNrCM5cHu5g8EwnZnWMlgrWDNKlcTjcvkB/LPKvHCFVLwJXUYWVQ7lwIv1IEpiWjO9ZbBmsHbYlWRiSc6t6SFpm5Z4k8gcN+TAqwUzkUlGVqS5DNYO1pC1SmKrXP6ytZxYI7rSWVRXVLl1K96tKFaJTMqKdJfBGsJaomJJzoBY7JKxKdYoHkp12D058HrJtWo5k1osJFnVEizL6ctftpTTHEuKh1ETrnYU72rwv308/x3y28I7nBrrweTrf20fy2Xdv14OSj9viiVwxOjwRA78EkTeFN7i1Ng5TJUgSUZTNIEjGe/kwM9dDd4EuwFrhRs0Rjd6Lgd+b/usSGLNcELSJzkIYl+MN/Wz8aOoHaWQjDbgaKYD0XCNL/EGsnFISSysrCF2SEQbROb4JQdB7qwKSZkOUUvWQqJmA44aHYiFo77GGejW84qkpELSxpoNol0s4q8clMPePLsLa4qsu1EOP49HYr7HBj/HQSq4DXz12Q0x259ZmMO6yjrsXL8drQ17XZ1b2QLAe4L3mu14Y3D0AAAAAElFTkSuQmCC");
		transform: rotate(0)
	}

@media (min-width:768px) {
	.component-oversea-careers-info-learn .cocil-progress-li {
		padding: 40px 20px;
		margin: 0 14px
	}

		.component-oversea-careers-info-learn .cocil-progress-li + .cocil-progress-li:before {
			top: 0;
			bottom: 0;
			right: auto;
			left: -48px;
			margin-top: auto;
			margin-bottom: auto;
			transform: rotate(270deg)
		}
}

.component-oversea-careers-info-corporate .cocic-inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 45px 20px;
	display: flex;
	flex-direction: column;
	align-items: center
}

@media (min-width:768px) {
	.component-oversea-careers-info-corporate .cocic-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-info-corporate .cocic-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

.component-oversea-careers-info-corporate .cocic-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e;
	text-align: center
}

@media (min-width:375px) {
	.component-oversea-careers-info-corporate .cocic-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-oversea-careers-info-corporate .cocic-title {
		font-size: 30px
	}
}

.component-oversea-careers-info-corporate .cocic-title + .cocic-description {
	margin-top: 25px
}

@media (min-width:768px) {
	.component-oversea-careers-info-corporate .cocic-title + .cocic-description {
		margin-top: 30px
	}
}

.component-oversea-careers-info-corporate .cocic-description {
	text-align: center
}

	.component-oversea-careers-info-corporate .cocic-description + .cocic-remark {
		margin-top: 25px
	}

@media (min-width:768px) {
	.component-oversea-careers-info-corporate .cocic-description + .cocic-remark {
		margin-top: 30px
	}
}

.component-oversea-careers-info-corporate .cocic-text-link {
	color: #00994e;
	text-decoration: none
}

	.component-oversea-careers-info-corporate .cocic-text-link:hover {
		color: #5aae66
	}

.component-oversea-careers-info-corporate .cocic-remark {
	display: flex;
	flex-direction: column;
	align-items: center
}

@media (min-width:768px) {
	.component-oversea-careers-info-corporate .cocic-remark {
		flex-direction: row;
		justify-content: center;
		max-width: 80%
	}
}

.component-oversea-careers-info-corporate .cocic-figure + .cocic-small {
	margin-top: 25px
}

@media (min-width:768px) {
	.component-oversea-careers-info-corporate .cocic-figure + .cocic-small {
		margin-top: 0;
		margin-left: 30px
	}
}

.component-oversea-careers-info-corporate .cocic-small {
	font-size: 15px;
	text-align: center;
	color: #666
}

@media (min-width:768px) {
	.component-oversea-careers-info-corporate .cocic-small {
		text-align: left
	}
}

.component-oversea-careers-info-float {
	position: fixed;
	z-index: 100;
	bottom: 10px;
	left: 5%;
	width: 90%
}

	.component-oversea-careers-info-float.component-oversea-careers-info-float--static {
		position: relative;
		margin: 0 auto;
		left: auto
	}

@media (min-width:768px) {
	.component-oversea-careers-info-float.component-oversea-careers-info-float--static {
		top: 55%;
		right: 0;
		left: auto;
		bottom: auto;
		width: 120px;
		height: 100px;
		position: fixed
	}
}

@media (min-width:768px) {
	.component-oversea-careers-info-float {
		top: 55%;
		right: 0;
		left: auto;
		bottom: auto;
		width: 120px;
		height: 100px
	}
}

.component-oversea-careers-info-float .cocif-link {
	display: flex;
	text-decoration: none;
	padding: 12px 18px;
	background-color: #00994e;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	justify-content: center;
	align-items: center
}

	.component-oversea-careers-info-float .cocif-link:hover {
		background-color: #5aae66
	}

@media (min-width:768px) {
	.component-oversea-careers-info-float .cocif-link {
		width: 120px;
		height: 100px;
		flex-direction: column;
		align-items: center;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
}

.component-oversea-careers-info-float .cocif-img {
	display: block;
	width: 30px;
	height: 23px;
	margin-right: 10px
}

@media (min-width:768px) {
	.component-oversea-careers-info-float .cocif-img {
		width: 45px;
		height: 31px;
		margin-right: 0;
		margin-left: 5px
	}
}

.component-oversea-careers-info-float .cocif-text {
	display: block;
	color: #fff;
	font-size: 12px;
	text-align: center;
	position: relative
}

@media (min-width:768px) {
	.component-oversea-careers-info-float .cocif-text {
		margin-top: 5px
	}
}

.component-oversea-careers-info-float .cocif-text:after {
	content: "";
	display: inline-block;
	position: absolute;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(135deg) skew(0deg);
	width: 7px;
	height: 7px;
	top: 6px;
	right: -11px
}

@media (min-width:768px) {
	.component-oversea-careers-info-float .cocif-text:after {
		top: 23px;
		left: 85px;
		right: auto
	}
}

.component-oversea-modal .modal-open {
	overflow: hidden
}

	.component-oversea-modal .modal-open .modal {
		overflow-x: hidden;
		overflow-y: auto
	}

.component-oversea-modal .modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0
}

	.component-oversea-modal .modal.show {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1040;
		width: 100vw;
		height: 100vh;
		background-color: rgba(0,0,0,.4)
	}

.component-oversea-modal .modal-dialog {
	position: relative;
	width: 95%;
	margin: 2rem auto;
	pointer-events: none
}

@media (min-width:768px) {
	.component-oversea-modal .modal-dialog {
		width: auto
	}
}

@media (min-width:992px) {
	.component-oversea-modal .modal-dialog {
		display: flex;
		align-items: center;
		margin: 0 auto;
		min-height: calc(100% - 4rem)
	}
}

.modal.fade .component-oversea-modal .modal-dialog {
	transition: transform .3s ease-out;
	transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
	.modal.fade .component-oversea-modal .modal-dialog {
		transition: none
	}
}

.modal.show .component-oversea-modal .modal-dialog {
	transform: none
}

.modal.modal-static .component-oversea-modal .modal-dialog {
	transform: scale(1.02)
}

.component-oversea-modal .modal-dialog-scrollable {
	margin: 50px auto;
	height: calc(100% - 180px)
}

	.component-oversea-modal .modal-dialog-scrollable .modal-content {
		max-height: 100%;
		overflow: hidden
	}

	.component-oversea-modal .modal-dialog-scrollable .com-body, .component-oversea-modal .modal-dialog-scrollable .modal-body {
		overflow-y: auto
	}

.component-oversea-modal .modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 4rem)
}

.component-oversea-modal .modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	outline: 0
}

.component-oversea-modal .modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000
}

	.component-oversea-modal .modal-backdrop.fade {
		opacity: 0
	}

	.component-oversea-modal .modal-backdrop.show {
		opacity: .5
	}

.component-oversea-modal .com-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.component-oversea-modal .com-btn-close {
	border: 0;
	background-color: transparent;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 32px;
	height: 32px
}

	.component-oversea-modal .com-btn-close:after, .component-oversea-modal .com-btn-close:before {
		position: absolute;
		left: 15px;
		content: " ";
		height: 33px;
		top: 0;
		width: 2px;
		background-color: #9c9c9c
	}

	.component-oversea-modal .com-btn-close:before {
		transform: rotate(45deg)
	}

	.component-oversea-modal .com-btn-close:after {
		transform: rotate(-45deg)
	}

	.component-oversea-modal .com-btn-close:focus {
		outline: 0
	}

	.component-oversea-modal .com-btn-close:hover:after, .component-oversea-modal .com-btn-close:hover:before {
		background-color: #00994e
	}

.component-oversea-modal .com-title {
	margin: 0;
	padding: 0;
	color: #00994e;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.3
}

	.component-oversea-modal .com-title + .com-p {
		margin-top: 20px
	}

.component-oversea-modal .com-p {
	margin: 0;
	padding: 0;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5
}

	.component-oversea-modal .com-p.com-p--align-left {
		text-align: left
	}

	.component-oversea-modal .com-p + .com-p {
		margin-top: 15px
	}

	.component-oversea-modal .com-p + .com-btn-wrap {
		margin-top: 30px
	}

.component-oversea-modal .com-body {
	position: relative;
	flex: 1 1 auto;
	text-align: center;
	padding: 60px 15px 30px
}

@media (min-width:768px) {
	.component-oversea-modal .com-body {
		padding: 60px 30px 30px
	}
}

@media (min-width:992px) {
	.component-oversea-modal .com-body {
		padding: 60px 80px 40px
	}
}

@media (min-width:992px) {
	.en .component-oversea-modal .com-body {
		padding: 70px 40px
	}
}

.component-oversea-modal .com-btn-wrap {
	display: flex;
	justify-content: center
}

	.component-oversea-modal .com-btn-wrap.com-btn-wrap--column {
		flex-direction: column;
		align-items: center
	}

		.component-oversea-modal .com-btn-wrap.com-btn-wrap--column .com-btn {
			max-width: 400px;
			margin: 0 auto
		}

			.component-oversea-modal .com-btn-wrap.com-btn-wrap--column .com-btn + .com-btn {
				margin: 10px auto 0
			}

@media (min-width:375px) {
	.component-oversea-modal .com-btn-wrap.com-btn-wrap--column .com-btn + .com-btn {
		margin: 10px auto 0
	}
}

.component-oversea-modal .com-btn {
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #5bae67;
	background-image: linear-gradient(180deg,#6cb97a 0,#57ac63);
	color: #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	display: inline-block;
	text-decoration: none;
	transition: background .3s ease-in-out;
	font-size: 16px;
	border: 1px solid #5bae67;
	padding: 8px 30px
}

	.component-oversea-modal .com-btn:focus {
		outline: 0
	}

	.component-oversea-modal .com-btn:hover {
		background-image: linear-gradient(180deg,#008a46 5%,#00994e 66%);
		color: #fff
	}

	.component-oversea-modal .com-btn + .com-btn {
		margin-top: 10px
	}

@media (min-width:375px) {
	.component-oversea-modal .com-btn + .com-btn {
		margin-top: 0;
		margin-left: 10px
	}
}

@media (min-width:992px) {
	.en .component-oversea-modal .com-btn {
		padding: 12px 50px
	}
}

.component-oversea-modal .com-btn--halo {
	background-color: #fff;
	background-image: none;
	border: 1px solid #5bae67;
	color: #5bae67
}

.component-oversea-modal .com-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	padding: .75rem;
	border-bottom-right-radius: calc(.3rem - 1px);
	border-bottom-left-radius: calc(.3rem - 1px)
}

	.component-oversea-modal .com-footer > * {
		margin: .25rem
	}

.component-oversea-modal .modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:576px) {
	.component-oversea-modal .modal-dialog {
		max-width: 500px
	}

	.component-oversea-modal .modal-dialog-scrollable {
		height: calc(100% - 100px)
	}

	.component-oversea-modal .modal-dialog-centered {
		margin: 0 auto;
		min-height: calc(100% - 3.5rem)
	}

	.ie11 .component-oversea-modal .modal-dialog-centered {
		margin-top: 100px
	}
}

@media (min-width:992px) {
	.component-oversea-modal .modal-dialog {
		max-width: 580px
	}
}

.component-gototop {
	position: fixed;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	background: rgba(0,0,0,.5);
	right: 15px;
	bottom: calc(65px + env(safe-area-inset-bottom,-35px));
	transition: background .3s ease;
	z-index: 3999;
	display: none
}

@media (min-width:992px) {
	.component-gototop {
		bottom: 15px
	}
}

.has-modal .component-gototop {
	display: none
}

.has-bottom-btn .component-gototop {
	bottom: 65px
}

@media (min-width:768px) {
	.has-bottom-btn .component-gototop {
		bottom: 15px
	}
}

.component-gototop:after, .component-gototop:before {
	content: "";
	display: block;
	position: absolute
}

.component-gototop.component-gototop--active {
	display: block
}

.has-modal .component-gototop.component-gototop--active {
	display: none
}

.component-gototop:before {
	width: 12px;
	height: 12px;
	transform-origin: 50% 50%;
	transform: translateY(0) rotate(-45deg);
	box-shadow: inset -3px 3px 0 0 #fff;
	border-radius: 0 .15em 0 0;
	top: -6px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: none
}

.component-gototop:after {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 20px;
	height: 3px;
	transform: translateY(0) rotate(90deg);
	background-color: #fff
}

.mask-on .component-gototop {
	display: none
}

.component-awards {
	overflow: hidden
}

	.component-awards.component-awards--align-center {
		text-align: center
	}

	.component-awards .ca-inner {
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		padding: 45px 20px
	}

@media (min-width:768px) {
	.component-awards .ca-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-awards .ca-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-awards .ca-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-awards .ca-inner {
		max-width: 1320px
	}
}

.component-awards .ca-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-awards .ca-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-awards .ca-title {
		font-size: 30px
	}
}

.component-awards .ca-title + .ca-description, .component-awards .ca-title + .ca-figure {
	margin-top: 10px
}

@media (min-width:992px) {
	.component-awards .ca-title + .ca-description, .component-awards .ca-title + .ca-figure {
		margin-top: 15px
	}
}

.component-awards .ca-description {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 1px
}

@media (min-width:992px) {
	.component-awards .ca-description {
		font-size: 18px
	}
}

.component-awards .ca-description + .ca-figure {
	margin-top: 15px
}

.component-awards .ca-figure {
	overflow: hidden;
	border-radius: 5px;
	max-width: 958px;
	margin-left: auto;
	margin-right: auto
}

	.component-awards .ca-figure + .ca-btn {
		margin-top: 15px
	}

.component-awards .ca-img {
	width: 100%;
	max-width: 100%
}

.component-awards .ca-btn {
	font-weight: 400;
	letter-spacing: 1px;
	background-color: #5bae67;
	background-image: linear-gradient(180deg,#6cb97a 0,#57ac63);
	color: #fff;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	display: inline-block;
	text-decoration: none;
	transition: background .3s ease-in-out;
	font-size: 16px;
	padding: 12px 40px
}

	.component-awards .ca-btn:focus {
		outline: 0
	}

	.component-awards .ca-btn:hover {
		color: #fff;
		background-image: linear-gradient(180deg,#008a46 5%,#00994e 66%)
	}

.component-credit-table {
	overflow: hidden
}

	.component-credit-table .cct-inner {
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: relative;
		padding: 45px 20px
	}

@media (min-width:768px) {
	.component-credit-table .cct-inner {
		padding: 45px 30px
	}
}

@media (min-width:992px) {
	.component-credit-table .cct-inner {
		max-width: 960px;
		padding: 70px 0
	}
}

@media (min-width:1200px) {
	.component-credit-table .cct-inner {
		max-width: 1140px
	}
}

@media (min-width:2000px) {
	.component-credit-table .cct-inner {
		max-width: 1320px
	}
}

.component-credit-table .cct-title {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	color: #00994e
}

@media (min-width:375px) {
	.component-credit-table .cct-title {
		font-size: 28px
	}
}

@media (min-width:992px) {
	.component-credit-table .cct-title {
		font-size: 30px
	}
}

.component-credit-table .cct-title + .cct-list, .component-credit-table .cct-title + .cct-table {
	margin-top: 10px
}

@media (min-width:992px) {
	.component-credit-table .cct-title + .cct-list {
		margin-top: 10px
	}

	.component-credit-table .cct-title + .cct-description, .component-credit-table .cct-title + .cct-table {
		margin-top: 15px
	}
}

.component-credit-table .cct-td--align-center {
	text-align: center
}

.component-credit-table .cct-table {
	width: 100%;
	border: 1px solid rgba(0,0,0,.1);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden
}

.component-credit-table tbody td:first-child, .component-credit-table tbody td:nth-child(2), .component-credit-table tbody td:nth-child(3), .component-credit-table tbody td:nth-child(4) {
	width: 25%
}

.component-credit-table .cct-tr {
	color: #666;
	background-color: #fff
}

.component-credit-table .cct-tr--green {
	color: #fff;
	background-color: #a0c987
}

.component-credit-table .cct-tr--grey {
	color: #666;
	background-color: #f2f2f2
}

.component-credit-table .cct-tr--head .cct-td {
	padding: 15px 5px
}

.component-credit-table .cct-td {
	padding: 20px 5px
}

	.component-credit-table .cct-td + .cct-td {
		border-left: 1px solid #e0e0e0
	}

@media (min-width:768px) {
	.component-credit-table .cct-tr--head .cct-td {
		padding: 15px
	}

	.component-credit-table .cct-td {
		padding: 20px 15px
	}

		.component-credit-table .cct-td br {
			display: none
		}

	.component-credit-table tbody td:first-child {
		width: 35%
	}

	.component-credit-table tbody td:nth-child(2), .component-credit-table tbody td:nth-child(3) {
		width: 15%
	}

	.component-credit-table tbody td:nth-child(4) {
		width: 35%
	}
}
