@charset "UTF-8";
@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 300;
    src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Light.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Regular.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 500;
    src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Medium.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Bold.otf") format("opentype");
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 900;
    src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Black.otf") format("opentype");
    font-display: swap;
}


body {
	font-family: "Noto Sans TC", "MS UI Gothic", Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #001c77
}

* {
	letter-spacing: normal
}

h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25em
}

@media(min-width:768px) {
	h2 {
		font-size: 48px
	}

}

h3 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25em;
	color: #05d
}

@media(min-width:768px) {
	h3 {
		font-size: 32px
	}

}

img {
	max-width: 100%
}

.txt-xl {
	font-size: 22px;
	line-height: 1.5em
}

@media(min-width:768px) {
	.txt-xl {
		font-size: 24px
	}

}

.txt-lg {
	font-size: 20px;
	line-height: 1.5em
}

@media(min-width:768px) {
	.txt-lg {
		font-size: 22px
	}

}

.txt-md {
	font-size: 16px;
	line-height: 1.5em
}

@media(min-width:768px) {
	.txt-md {
		font-size: 18px
	}

}

.txt-sm {
	font-size: 14px;
	line-height: 1.5em
}

.txt-tn {
	font-size: 12px
}

.txt-left {
	text-align: left
}

.txt-center {
	text-align: center
}

.fw-bold {
	font-weight: 700
}

.borderRadius-lg {
	border-radius: 40px
}

.borderRadius-md {
	border-radius: 20px
}

.borderRadius-sm {
	border-radius: 10px
}

.warning-text {
	font-size: 14px;
	line-height: 20px;
	color: #3a56ad;
	text-align: left;
	margin-top: 60px
}

.warning-text .bold {
	font-weight: 700
}
/* bank */
ol.txt-sm-bank {
    list-style-type: decimal;
    padding-left:  20px;
}
.warning a{
    display: inline-block;
    color: #05d;
}


.item-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 0, 0, .2);
	z-index: 9999;
	transition: all .5s ease-in-out
}

.box {
	position: absolute;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background: #fff;
	border-radius: 10px;
	width: -moz-max-content;
	width: max-content;
	padding: 16px 24px;
	z-index: 2
}

.box a {
	color: #05d;
	display: block;
	padding: 4px 0
}

@media(min-width:1024px) {
	.box a {
		transition: all .4s ease-in-out
	}

	.box a:hover {
		color: #eb6100
	}

}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 29px
}

header .menu-btn {
	width: 25px;
	position: absolute;
	top: 8px;
	right: 20px;
	z-index: 11
}

@media(min-width:768px) {
	header .menu-btn {
		display: none
	}

}

header .menu-btn span {
	display: block;
	margin: 7px 0;
	width: 100%;
	height: 2px;
	background: #05d;
	transition: all .3s ease-in-out
}

header .menu-btn.open {
	top: 13px
}

header .menu-btn.open span {
	background: #fff
}

header .menu-btn.open span:first-child {
	transform: rotate(45deg) translate(4px, 3px)
}

header .menu-btn.open span:nth-child(2) {
	display: none
}

header .menu-btn.open span:last-child {
	transform: rotate(-45deg) translate(3px, -3px)
}

header .menu-list {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 105vh;
	background: #05d;
	z-index: 10;
	padding-top: 25vh
}

@media(min-width:1024px) {
	header .menu-list {
		position: relative;
		display: block !important;
		width: auto;
		height: auto;
		background: rgba(0, 0, 0, 0);
		padding-top: 0
	}

}

header .menu-list ul {
	margin-top: 0;
	display: block
}

@media(min-width:1024px) {
	header .menu-list ul {
		display: flex
	}

}

header .menu-list ul li {
	text-align: center;
	padding: 0 50px;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center
}

@media(min-width:768px) {
	header .menu-list ul li {
		padding: 10px 30px;
		margin: 10px 0
	}

}

@media(min-width:1024px) {
	header .menu-list ul li {
		cursor: pointer;
		transition: all .3s ease-in-out;
		position: relative;
		margin: 0
	}

	header .menu-list ul li:not(:first-child):before {
		content: "";
		position: absolute;
		display: block;
		width: 1px;
		height: 15px;
		background: #05d;
		top: 50%;
		left: 0;
		transform: translateY(-50%)
	}

}

header .menu-list ul li span {
	color: #fff
}

@media(min-width:1024px) {
	header .menu-list ul li span {
		display: inline-flex;
		color: #05d;
		transition: all .4s ease-in-out
	}

	header .menu-list ul li span:hover {
		color: #eb6100
	}

}

header .menu-list ul li a {
	color: #fff;
	display: block;
	padding: 0;
	margin-bottom: 20px
}

@media(min-width:768px) {
	header .menu-list ul li a {
		color: #05d;
		padding: 4px 0;
		margin-bottom: 0
	}

}

@media(min-width:1024px) {
	header .menu-list ul li a {
		transition: all .4s ease-in-out
	}

	header .menu-list ul li a:hover {
		color: #eb6100
	}

}

header .menu-list ul li .box {
	top: calc(100% + 26px);
	right: 10px
}

header .menu-list ul li .box a {
	text-align: right
}

header .menu-list .socialmedia {
	position: absolute;
	bottom: 20vh;
	left: 0;
	width: 100%
}

header .menu-list .socialmedia ol {
	display: flex;
	justify-content: center;
	-moz-column-gap: 20px;
	column-gap: 20px
}

header .menu-list .socialmedia img {
	width: 22px;
	height: 22px
}

.menu-fade-enter-active, .menu-fade-leave-active {
	transition: opacity .5s
}

.menu-fade-enter, .menu-fade-leave-to {
	opacity: 0
}

.container {
	width: 100%;
	padding: 0 20px;
	margin: auto
}

@media screen and (min-width:1400px) {
	.container {
		max-width: 1200px;
		padding: 0
	}

}

@media(min-width:768px) {
	.mobile {
		display: none
	}

}

.desktop {
	display: none
}

@media(min-width:768px) {
	.desktop {
		display: block
	}

}

@media(min-width:768px) {
	.flex {
		display: flex;
		align-items: center;
		justify-content: center
	}

}

.flex .flex-1 {
	flex: 1
}

.tabs {
	display: flex
}

.tabs .tab {
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	color: #999;
	padding: 8px;
	cursor: pointer
}

@media(min-width:768px) {
	.tabs .tab {
		padding: 24px 28px
	}

}

.tabs .tab.active {
	color: #05d;
	border-bottom: 3px solid #05d;
	font-weight: bold
}

section {
	padding: 60px 0
}

@media(min-width:768px) {
	section {
		padding: 120px 0
	}

}

section h2.title {
	color: #05d;
	text-align: center;
	font-weight: bold
}

@media(min-width:768px) {
	section h2.title br {
		display: none
	}

}

section .content {
	padding: 24px 0
}

@media(min-width:768px) {
	section .content {
		padding: 80px 0
	}

}

section .notice {
	font-size: 14px;
	color: #445c7f
}

section .notice b {
	font-weight: bold
}

section p.tagTitle {
	position: relative;
	z-index: 1;
	width: -moz-max-content;
	width: max-content;
	margin: auto
}

section p.tagTitle span {
	color: #fff;
	background: #007aff;
	font-weight: bold;
	display: inline-block;
	transform: skew(-15deg);
	font-size: 18px;
	position: relative;
	padding: 5px 12px;
	margin-right: 12px
}

@media(min-width:768px) {
	section p.tagTitle span {
		font-size: 20px;
		padding: 5px 20px
	}

}

section .tabs .tab {
	border-bottom: 3px solid rgba(0, 0, 0, 0);
	color: #999;
	padding: 8px;
	cursor: pointer
}

@media(min-width:768px) {
	section .tabs .tab {
		padding: 24px 28px
	}

}

section .tabs .tab.active {
	color: #05d;
	border-bottom: 3px solid #05d
}

section.kv {
	position: relative;
	padding: 0
}

section.kv img {
	width: 100%
}

section.kv img.desktop {
	display: none
}

@media(min-width:1024px) {
	section.kv img.desktop {
		display: block
	}

}

section.kv img.mobile {
	display: block
}

@media(min-width:1024px) {
	section.kv img.mobile {
		display: none
	}

}

section.kv .btnArea {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 20px)
}

@media(min-width:1024px) {
	section.kv .btnArea {
		width: auto;
		bottom: 60px
	}

}

section.kv .btnArea.pre .bg {
	background: #ffe000
}

section.kv .btnArea.normal {
	width: 100%;
	bottom: 0
}

@media(min-width:1024px) {
	section.kv .btnArea.normal {
		width: auto;
		bottom: 60px
	}

}

section.kv .btnArea.normal .bg {
	border-radius: 0
}

@media(min-width:1024px) {
	section.kv .btnArea.normal .bg {
		background: url(../img/bg-section1.png) no-repeat center;
		border-radius: 100px
	}

}

section.kv .btnArea.normal .bg .content {
	padding: 0
}

@media(min-width:1024px) {
	section.kv .btnArea.normal .bg .content {
		padding: 12px 20px 16px
	}

}

section.kv .btnArea.normal .bg .content .btn {
	border-radius: 0;
	width: 50%;
	margin: 0
}

@media(min-width:1024px) {
	section.kv .btnArea.normal .bg .content .btn {
		border-radius: 100px
	}

}

section.kv .btnArea.normal .bg .content .box {
	width: calc(100% - 20px)
}

@media(min-width:1024px) {
	section.kv .btnArea.normal .bg .content .box {
		width: -moz-max-content;
		width: max-content
	}

}

section.kv .btnArea .bg {
	border-radius: 100px
}

section.kv .btnArea .bg .content {
	position: relative;
	gap: 20px;
	text-align: center;
	padding: 12px 20px 16px
}

section.kv .btnArea .bg .content p.title {
	font-size: 20px;
	color: #001d70;
	margin-bottom: 8px
}

section.kv .btnArea .bg .content .btn {
	background: #05d;
	color: #fff;
	border-radius: 100px;
	cursor: pointer;
	display: inline-block;
	width: calc(33% - 16px);
	padding: 6px;
	margin: 0 8px;
	font-size: 18px
}

/* bank */
section.kv .btnArea .bg .content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px
}
section.kv .btnArea .bg .content p.title {
	font-size: 32px;
	padding-left: 24px;
	margin-bottom: 0
}
section.kv .btnArea .bg .content .btn-zone {
	display: flex;
	gap: 20px;
}
section.kv .btnArea .bg .content .btn {
	width: auto;
	padding: 8px 30px;
	margin: 0;
	font-size: 22px
}
section.kv .btnArea .bg .content .btn {
	transition: all .4s ease-in-out
}

section.kv .btnArea .bg .content .btn:hover {
	filter: brightness(0.9)
}
section.kv .btnArea .bg .content .box {
	width: -moz-max-content;
	width: max-content;
	bottom: calc(100% + 40px)
}


@media(max-width:1540px) {
	section.kv .btnArea .bg .content .btn {
		width: auto;
		padding: 8px 30px;
		margin: 0;
		font-size: 18px
	}
	section.kv .btnArea .bg .content p.title {
		font-size: 28px
	}
}

@media(max-width:1380px) {
	section.kv .btnArea {
	}
	section.kv .btnArea .bg .content {
		gap: 10px;
	}
	section.kv .btnArea .bg .content p.title {
		font-size: 20px
	}
	section.kv .btnArea .bg .content .btn-zone {
		gap: 10px;
	}
	section.kv .btnArea .bg .content .btn {
		padding: 8px 16px;
		font-size: 16px;
	}
}

@media(max-width:1023px) {
	section.kv .btnArea .bg .content {
		flex-direction: column;
		padding: 12px 20px 16px;
		gap: 5px;
	}
	section.kv .btnArea .bg .content .btn-zone {
		width: 100%;
		gap: 5px;
		justify-content: center;
	}
	section.kv .btnArea .bg .content .btn {
		font-size: 16px;
		width: 31%;
	}
}


section.kv .btnArea .bg .content .btn.allot {
	background: #c00028
}

/* bank */
section.kv .btnArea .bg .content .btn.account {
	background: #001c77
}

section.kv .btnArea .bg .content .box {
	bottom: calc(100% + 10px);
	left: 50%;
	transform: translateX(-50%);
	color: #001c77;
	font-weight: normal;
	width: 100%;
	text-align: left
}


section.kv .btnArea .bg .content .box a {
	font-size: 18px;
	font-weight: bold
}

section.kv .btnArea .bg .content .box hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 16px 0;
	padding: 0
}

section.kv .btnArea .bg .content .box span {
	color: #eb6100;
	margin-left: 8px;
	cursor: pointer
}

@media(min-width:1024px) {
	section.kv .btnArea .bg .content .box span {
		transition: all .4s ease-in-out
	}

	section.kv .btnArea .bg .content .box span:hover {
		color: #05d
	}

}

section.newFund {
	background: url(../img/bg-section1.png);
	background-position: center center
}

section.advantage .content .flex {
	text-align: center
}

section.advantage .content .flex.three .flex-1 {
	display: flex;
	align-items: center;
	text-align: left;
	padding: 20px 0
}

@media(min-width:768px) {
	section.advantage .content .flex.three .flex-1 {
		display: block;
		text-align: center;
		padding: 0
	}

}

section.advantage .content .flex.three .flex-1 img {
	width: 100px;
	margin-right: 16px
}

@media(min-width:768px) {
	section.advantage .content .flex.three .flex-1 img {
		width: 180px;
		margin-right: 0
	}

}

section.advantage .content .flex.three .flex-1 .desc h4 {
	color: #05d;
	font-size: 18px;
	margin-bottom: 8px
}

@media(min-width:768px) {
	section.advantage .content .flex.three .flex-1 .desc h4 {
		padding: 12px;
		margin-bottom: 0;
		margin-top: 20px;
		font-size: 22px
	}

}

section.advantage .content .flex.detail {
	background: #e0f2ff;
	margin-top: 20px;
	padding: 10px 8px 40px;
	gap: 60px
}

@media(min-width:768px) {
	section.advantage .content .flex.detail {
		margin-top: 90px;
		padding: 60px
	}

}

section.advantage .content .flex.detail .detail-cont {
	margin-top: 30px
}

@media(min-width:768px) {
	section.advantage .content .flex.detail .detail-cont {
		margin-top: 0
	}

}

section.advantage .content .flex.detail .detail-cont p {
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 18px
}

@media(min-width:768px) {
	section.advantage .content .flex.detail .detail-cont p {
		flex-direction: row;
		font-size: 22px
	}

}

section.advantage .content .flex.detail .detail-cont p:not(:first-child) {
	margin-top: 40px
}

@media(min-width:768px) {
	section.advantage .content .flex.detail .detail-cont p br {
		display: none
	}

}

section.advantage .content .flex.detail .detail-cont p span {
	width: -moz-max-content;
	width: max-content;
	margin-bottom: 8px
}

@media(min-width:768px) {
	section.advantage .content .flex.detail .detail-cont p span {
		margin-bottom: 0
	}

}

section.advantage .content .flex.detail .detail-cont .img {
	padding: 16px 0;
	gap: 45px
}

@media(min-width:768px) {
	section.advantage .content .flex.detail .detail-cont .img {
		padding: 30px 0
	}

}

section.advantage .content .flex.detail .detail-cont .img img {
	height: auto
}

@media(min-width:768px) {
	section.advantage .content .flex.detail .detail-cont .img img {
		max-height: 320px
	}

}

section.advantage .content .flex.detail .detail-cont .img img.phone {
	height: 160px
}

section.funds {
	background: #e0f2ff;
	position: relative;
	padding-bottom: 20px
}

section.funds p.tagTitle {
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}

section.funds p.tagTitle span {
	font-size: 20px;
	background: #05d
}

@media(min-width:768px) {
	section.funds p.tagTitle span {
		font-size: 32px
	}

}

section.funds .tabs {
	margin-top: 20px
}

@media(min-width:768px) {
	section.funds .tabs {
		margin-top: 0
	}

}

section.funds .tabs h2 {
	font-size: 18px
}

@media(min-width:768px) {
	section.funds .tabs h2 {
		font-size: 32px
	}

}

@media(min-width:768px) {
	section.funds .tabs h2 br {
		display: none
	}

}

section.funds .content .features {
	gap: 60px;
	padding: 0
}

@media(min-width:768px) {
	section.funds .content .features {
		padding: 40px 0
	}

}

section.funds .content .features .feature {
	gap: 12px;
	display: flex;
	padding: 20px 0
}

@media(min-width:768px) {
	section.funds .content .features .feature {
		gap: 24px;
		padding: 0
	}

}

section.funds .content .features .feature img {
	width: 100px;
	height: 100px
}

@media(min-width:768px) {
	section.funds .content .features .feature img {
		width: 120px;
		height: 120px
	}

}

section.funds .content .features .feature p.title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px
}

@media(min-width:768px) {
	section.funds .content .features .feature p.title {
		font-size: 24px;
		margin-bottom: 8px
	}

}

section.funds .content .desc {
	padding: 20px 0;
	text-align: center
}

@media(min-width:768px) {
	section.funds .content .desc {
		padding: 60px 0
	}

}

section.funds .content .desc h3 {
	line-height: 1.5
}

@media(min-width:768px) {
	section.funds .content .desc h3 {
		padding: 40px 0
	}

}

@media(min-width:768px) {
	section.funds .content .desc h3 br {
		display: none
	}

}

section.funds .content .desc h4 {
	padding: 8px 0
}

section.funds .content .desc h4:last-of-type {
	color: #445c7f
}

section.funds .content .desc .flex {
	gap: 60px;
	padding: 20px 0 0 0
}

@media(min-width:768px) {
	section.funds .content .desc .flex {
		padding: 40px 0
	}

}

section.funds .content .desc .flex .compare {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff
}

@media(min-width:768px) {
	section.funds .content .desc .flex .compare {
		margin-bottom: 40px
	}

}

section.funds .content .desc .flex .compare p {
	color: #007aff;
	min-width: 80px
}

@media(min-width:768px) {
	section.funds .content .desc .flex .compare p {
		font-size: 18px
	}

}

section.funds .content .desc .flex .compare span {
	background: #007aff;
	color: #fff;
	width: 100%;
	text-align: left;
	padding: 16px
}

section.funds .content .desc .flex .compare-past {
	color: #8893aa
}

section.funds .content .desc .flex .compare-past p {
	color: #8893aa
}

section.funds .content .desc .flex .compare-past span {
	background: #8893aa
}

section.funds .content .desc .flex span {
	display: block;
	padding: 20px 0
}

section.funds .content .desc .flex img {
	margin: 10px auto 20px;
	width: 100%;
	max-width: 1020px;
	padding: 0 10px
}

@media(min-width:768px) {
	section.funds .content .desc .flex img {
		margin: 0 auto;
		padding: 0
	}

}

section.funds .content .desc p {
	color: #05d
}

section.funds .content .desc .notice {
	text-align: left
}

section.funds .stickTabs {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex
}

section.funds .stickTabs .tab {
	background: #999;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 18px;
	padding: 12px 0
}

@media(min-width:768px) {
	section.funds .stickTabs .tab {
		font-size: 32px;
		padding: 20px
	}

}

section.funds .stickTabs .tab.active {
	background: #05d
}

@media(min-width:768px) {
	section.funds .stickTabs .tab br {
		display: none
	}

}

section.info .tabs {
	margin-top: 40px
}

@media(min-width:768px) {
	section.info .tabs {
		margin-top: 60px
	}

}

section.info .tabs .tab {
	max-width: 400px;
	font-size: 18px;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5
}

@media(min-width:768px) {
	section.info .tabs .tab {
		font-size: 20px;
		padding: 12px
	}

}

@media(min-width:768px) {
	section.info .tabs .tab br {
		display: none
	}

}

section.info .content {
	padding: 20px 0;
	font-size: 14px
}

@media(min-width:768px) {
	section.info .content {
		padding: 60px 40px;
		font-size: 18px
	}

}

section.info .content .doc {
	background: #e0f2ff;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

@media(min-width:768px) {
	section.info .content .doc {
		padding: 24px;
		gap: 24px;
		justify-content: center
	}

}

section.info .content .doc span {
	display: none;
	width: 60px;
	height: 1px;
	background: #001c77
}

@media(min-width:768px) {
	section.info .content .doc span {
		display: inline-block
	}

}

section.info .content .doc a {
	color: inherit;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center
}

section.info .content .doc a img {
	margin-right: 8px;
	width: 12px
}

@media(min-width:768px) {
	section.info .content .doc a img {
		width: 18px
	}

}

section.info .content .list {
	display: flex;
	flex-wrap: wrap
}

section.info .content .list .flex {
	align-items: stretch;
	margin-bottom: 1px;
	width: 100%;
	display: flex
}

@media(min-width:768px) {
	section.info .content .list .flex {
		flex: 0 0 50%
	}

}

section.info .content .list .flex p {
	padding: 8px;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #05d
}

@media(min-width:768px) {
	section.info .content .list .flex p {
		width: calc(100% - 200px);
		padding: 8px 30px
	}

}

section.info .content .list .flex p.title {
	padding: 8px;
	text-align: center;
	background: #05d;
	color: #fff;
	justify-content: center;
	width: 140px
}

@media(min-width:768px) {
	section.info .content .list .flex p.title {
		width: 200px;
		padding: 18px
	}

}

section.warning {
	background: #e0f2ff
}

section.warning .title span {
	margin-right: 16px
}

section.warning .addr {
	padding: 20px 0
}

section.warning .cont {
	margin-bottom: 20px
}

section.warning .cont p {
	padding: 8px 0
}

section.warning .cont p span {
	color: #05d
}

.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10000;
	background: rgba(11, 19, 37, .6);
	display: flex;
	align-items: center;
	justify-content: center
}

.lightbox .lbox {
	background: rgba(255, 255, 255, .8);
	padding: 50px 12px 24px;
	border-radius: 15px;
	position: relative;
	height: 65vh;
	width: 90%;
	max-width: 1000px;
	overflow: auto
}

@media(min-width:768px) {
	.lightbox .lbox {
		padding: 60px 32px 30px
	}

}

.lightbox .lbox .lightbox-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 0 10px
}

.lightbox .lbox .lightbox-content::-webkit-scrollbar {
	width: 2px
}

.lightbox .lbox .lightbox-content::-webkit-scrollbar-thumb {
	background: #aaa
}

.lightbox .lbox .close {
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 15px
}

@media screen and (max-width:576px) {
	.lightbox .lbox .close {
		width: 15px;
		height: 15px;
		top: 18px;
		right: 18px
	}

}

.lightbox.openacc {
	color: #251414
}

.lightbox.openacc .lbox .icon-lb-expand {
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center
}

.lightbox.openacc .lbox img:not(.close) {
	width: 70%
}

.lightbox.openacc .lbox .title {
	line-height: 20px;
	text-align: center
}

.lightbox.openacc .lbox .title.lb-expand {
	cursor: pointer
}

.lightbox.openacc .lbox .openacc-options {
	display: flex;
	padding: 30px 0;
	width: 80%
}

@media screen and (max-width:991px) {
	.lightbox.openacc .lbox .openacc-options {
		width: 90%
	}

}

@media screen and (max-width:819px) {
	.lightbox.openacc .lbox .openacc-options {
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding: 10px 0
	}

}

.lightbox.openacc .lbox .openacc-options .option-container {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center
}

@media screen and (max-width:991px) {
	.lightbox.openacc .lbox .openacc-options .option-container {
		width: 100%;
		padding: 20px 0
	}

}

.lightbox.openacc .lbox .openacc-options .option-container .option-title {
	padding: 10px 25px;
	border-radius: 50px;
	position: relative;
	top: -10px
}

.lightbox.openacc .lbox .openacc-options .option-container:first-child .option-title {
	color: #fff;
	background-color: #309ff2
}

.lightbox.openacc .lbox .openacc-options .option-container:nth-child(2) .option-title {
	color: #fff;
	background-color: #003799
}

.lightbox.openacc .lbox .openacc-options .option-container .logo_YTBxYTF {
	padding: 12px 0
}

.lightbox.openacc .lbox .openacc-options .option-container .option-desc {
	text-align: center;
	max-width: 300px
}

.lightbox.openacc .lbox .openacc-options .option-container .option-desc .dark-desc {
	color: #003799
}

.lightbox.openacc .lbox .content {
	padding: 20px 0;
	padding-top: 0
}

@media screen and (max-width:576px) {
	.lightbox.openacc .lbox .content {
		padding: 15px 5px;
		padding-top: 0
	}

}

.lightbox.openacc .lbox .content p.title {
	padding: 15px 0;
	margin-bottom: 10px;
	text-align: center
}

@media screen and (max-width:576px) {
	.lightbox.openacc .lbox .content p.title {
		padding: 10px 0
	}

}

.lightbox.openacc .lbox .content .bank {
	display: flex;
	flex-wrap: wrap
}

.lightbox.openacc .lbox .content .bank p {
	width: calc(33.3333333333% - 18px);
	display: inline-block;
	padding: 10px;
	margin: 5px;
	vertical-align: top;
	background: #fff;
	border-radius: 3px;
	text-align: left
}

@media screen and (max-width:991px) {
	.lightbox.openacc .lbox .content .bank p {
		width: calc(50% - 14px);
		line-height: 24px
	}

}

@media screen and (max-width:576px) {
	.lightbox.openacc .lbox .content .bank p {
		width: calc(50% - 10px)
	}

}

.lightbox.openacc .lbox .content .bank p span {
	margin-right: 10px
}

.lightbox.openacc .lbox .content .bank .ePay-bank-info {
	position: relative;
	text-decoration: underline;
	color: #0070c0;
	cursor: pointer;
	margin: 0 0 0 8px
}

@media screen and (max-width:991px) {
	.lightbox.openacc .lbox .content .bank .ePay-bank-info {
		margin: 0
	}

}

.lightbox.openacc .lbox .content .bank.lightbox-ePay-bank-list {
	display: flex;
	margin-left: 5px;
	border-radius: 3px;
	border: 1px solid #fff;
	background-color: #fff;
	width: calc(100% - 33px)
}

@media screen and (max-width:991px) {
	.lightbox.openacc .lbox .content .bank.lightbox-ePay-bank-list {
		width: calc(100% - 10px)
	}

}

.lightbox.openacc .lbox .content .bank.lightbox-ePay-bank-list p {
	margin: 0;
	border-radius: 0;
	width: calc(33.3333333333% - 10px)
}

@media screen and (max-width:991px) {
	.lightbox.openacc .lbox .content .bank.lightbox-ePay-bank-list p {
		width: calc(50% - 3px)
	}

}

.lightbox.sales .lbox {
	background: #fff;
	max-width: 800px;
	text-align: center;
	height: 80vh
}

@media(min-width:768px) {
	.lightbox.sales .lbox {
		padding: 40px 50px
	}

}

.lightbox.sales .lbox .close {
	width: 15px;
	height: 15px
}

@media(min-width:768px) {
	.lightbox.sales .lbox .close {
		width: 22px;
		height: 22px;
		top: 20px;
		right: 20px
	}

}

.lightbox.sales .lbox .content .tabs {
	margin: 8px 0;
	width: 100%
}

@media(min-width:768px) {
	.lightbox.sales .lbox .content .tabs {
		margin: 20px 0
	}

}

.lightbox.sales .lbox .content .tabs .tab {
	padding: 8px 0;
	border-bottom: 1px solid #999;
	display: flex;
	align-items: center;
	justify-content: center
}

@media(min-width:768px) {
	.lightbox.sales .lbox .content .tabs .tab {
		padding: 16px 0
	}

}

.lightbox.sales .lbox .content .tabs .tab.active {
	border-bottom: 2px solid #05d
}

@media(min-width:768px) {
	.lightbox.sales .lbox .content .tabs .tab br {
		display: none
	}

}

.lightbox.sales .lbox .content .list {
	text-align: left;
	padding: 8px 0;
	width: 100%
}

.lightbox.sales .lbox .content .list p {
	font-weight: bold;
	padding: 8px 0
}

@media(min-width:768px) {
	.lightbox.sales .lbox .content .list p {
		margin-top: 12px
	}

}

.lightbox.sales .lbox .content .list .tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: start
}

.lightbox.sales .lbox .content .list .tags .flex-1 {
	width: 100%;
	padding: 4px 0;
	flex: 0 0 50%
}

@media(min-width:768px) {
	.lightbox.sales .lbox .content .list .tags .flex-1 {
		padding: 8px 0;
		flex: 0 0 33%
	}

}

.lightbox.sales .lbox .content .more {
	background: #e0f2ff;
	border-radius: 12px;
	padding: 12px;
	margin-top: 16px;
	text-align: center
}

@media(min-width:768px) {
	.lightbox.sales .lbox .content .more {
		padding: 24px;
		margin-top: 40px
	}

}

.top.up {
	bottom: 80px
}

@media(min-width:768px) {
	.top.up {
		bottom: 100px
	}

}

/* bank */
.footer {
    width: 100%;
    background-color: #007fe0;
    height: 80px;
    padding: 10px 0
}
.footer a {
    color: #fff
}

.footerCont {
    color: white;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 28px;
	text-align: center;
}

.footerCont .copyright {
    width: 100%;
}

.footerCont .contWrapper {
    width: 100%;
}

.contWrapper .footer-item {
	display: inline-block;
	padding: 0 5px;
}

.contWrapper .footer-item a{
    display: inline-block;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.footer {
        height: auto;
        /* padding-bottom: 60px; */
    }

    .footerCont {
        font-size: 12px;
        line-height: 20px;
		text-align: left;
    }
	
	.contWrapper .footer-item {
		width: 100%;
		display: block;
		padding: 0;
	}

    .footerCont .copyright,.footerCont .contact {
        float: none;
        display: block;
        max-width: 100%;
        padding-bottom: 10px
    }
}

.remark {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	text-shadow: 0 0 10px #000b20, 0 0 20px #000b20,0 0 30px #000b20,0 0 40px #000b20;
	letter-spacing: 1px;
	margin-top: 15px;
}
@media(max-width:1380px) {
	.remark {
		font-size: 15px;
		margin-top: 10px;
	}
}
@media(max-width:1024px) {
	.remark {
		font-size: 18px;
	}
}
@media(max-width:768px) {
	.remark {
		font-size: 16px;
	}
}
@media(max-width:580px) {
	.remark {
		font-size: 3vw;
		text-shadow: 0 0 10px #000b20, 0 0 20px #000b20;
		margin-top: 5px;
	}
}

