body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #212529 !important;
	line-height: 1.5;
	font-size: 16px;
	letter-spacing: 2px;
	font-family:
		'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'Arial', sans-serif !important;
	font-weight: 400;
}

body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	color: inherit;
	display: inline-block;
}

body a:hover {
	text-decoration: none;
	color: inherit;
}

body a:focus,
a:hover {
	text-decoration: none;
}

input[type='button'],
input[type='submit'] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.2;
}

p {
	margin: 0;
	letter-spacing: 1px;
	line-height: 1.5em;
}

.row {
	margin: 0px;
	padding: 0px;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	list-style: none;
}

label {
	margin: 0;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
}

.table td,
.table th {
	vertical-align: middle !important;
	padding: 0.75em;
}

.hide {
	display: none !important;
}

img {
	width: 100%;
}

.scroll-to-top {
	z-index: 1029;
	right: 1rem;
	bottom: 3.3rem;
	display: none;
}

.scroll-to-top a {
	width: 3.1rem;
	height: 3.1rem;
	background-color: rgba(44, 46, 48, 0.8);
	line-height: 3.1rem;
}

.scroll-to-top a::after {
	content: url(../images/svg/fa-angle.svg);
	position: absolute;
	top: 15%;
	right: 15%;
	width: 70%;
	opacity: 0.7;
}

.scroll-to-top a:hover::after {
	opacity: 1;
}

@media (max-width: 575px) {
	.scroll-to-top {
		right: 2.8em;
		bottom: 0;
	}

	.scroll-to-top a {
		width: 3.8em;
		height: 8.8em;
		line-height: 1;
		font-size: 1em;
		padding-top: 0.4em;
	}
}

/**/

/*END_container*/
/*-- //Reset-Code --*/

@media (max-width: 575px) {
	/* .container [class*='col-'] {
		padding-right: 0.2em !important;
		padding-left: 0.2em !important;
	} */
}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}

/*-- Color-Code --*/
:root {
	--color_1: #112250;
	--color_2: #065002;
	--color_3: #50ec0b;
	--color_4: #229fe8;
	--color_5: #4cc632;
	--color_6: linear-gradient(90deg, #2bc700 0%, #065002 63%, #065002 100%);
	--color_7: linear-gradient(90deg, #0ebef9 0%, #062894 100%);
}

.bg-blue {
	background-color: #2e426e !important;
}
.bg-gray {
	background-color: #ededed !important;
}
.bg-color1 {
	background-color: var(--color_1) !important;
}
.bg-color2 {
	background-color: var(--color_2) !important;
}
.bg-color3 {
	background-color: var(--color_3) !important;
}
.bg-color4 {
	background-color: var(--color_4) !important;
}
.bg-color5 {
	background-color: var(--color_5) !important;
}
.bg-color6 {
	background: var(--color_6) !important;
}
.bg-color7 {
	background: var(--color_7) !important;
}

.border-white {
	border: 2px solid #fff;
}

.f-green2 {
	color: #004e4e !important;
}
.f-green {
	color: var(--color_1) !important;
}
.f-dark {
	color: #212529;
}
.f-color1 {
	color: var(--color_1) !important;
}
.f-color2 {
	color: var(--color_2) !important;
}
.f-color3 {
	color: var(--color_3) !important;
}
.f-color5 {
	color: var(--color_5) !important;
}
.f-color4 {
	color: var(--color_4) !important;
}
.f-white {
	color: #ffffff !important;
}
/*流當品價格*/
.f-red {
	color: #ac2709 !important;
}
.f-org {
	color: #ea4d14 !important;
}
.f-yellow {
	color: #ffdd57 !important;
}
.f-oldyellow {
	color: #e89d32 !important;
	border-bottom: 0.1em solid #e89d32 !important;
}
/*-- //Color-Code --*/

.navbar_logo {
	font-size: 1.2em !important;
	line-height: 1.6 !important;
	display: block;
	letter-spacing: 1px;
	margin-top: 0.1em;
	margin-bottom: 0 !important;
	color: #1e1e1e;
}

.bg_main {
	background-image: url('../images/bg.jpg');
	background-position: left top;
	background-repeat: repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_build {
	background-image: url('../images/bg_08.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg_th5_2 {
	background-color: rgba(255, 255, 255, 0.4);
	padding: 1.5em 0;
}
.bg_th6 {
	background: url(../images/handmoney.png) no-repeat right bottom 7%;
	background-size: 90% auto;
	-ms-background-size: 90% auto;
	-moz-background-size: 90% auto;
	-webkit-background-size: 90% auto;
}

.page_wrap {
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
}
/*-------------------------------------Media------------------------------------------*/
@media screen and (max-width: 575px) {
}

/**/
/*------------------------------------#END_Media--------------------------------------*/

/*水平垂直至中*/
.middle {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

/*BTNN*/
.hoverbig img {
	filter: drop-shadow(2px 2px 2px #303030);
}

.hoverbig:hover img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	filter: drop-shadow(0px 0px 0px #303030);
}

.btngo {
	align-items: center;
	border: 3px solid #4e241b;
	border-radius: 10em;
	box-shadow: 8px 8px 0 rgba(100, 100, 100, 0.8);
	background-color: rgba(255, 255, 255, 0.6);
	color: #9f6239;
	min-width: 28%;
	font-weight: 500;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	display: inline-block;
	letter-spacing: 4px;
	padding: 0.45em 0.85em;
}

.btngo img {
	width: 2em;
	margin-right: 0.5em;
	transition: 0.5s all;
	vertical-align: bottom;
}

.btngo:hover {
	color: var(--color_2);
	box-shadow: 2px 2px 0 rgba(100, 100, 100, 0.8);
}

.btngo:hover img {
	margin-right: 0px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.imggo {
	align-items: center;
	box-shadow: 10px 10px 0 #bb8b6c;
	color: #9f6239;
	min-width: 28%;
	font-weight: 500;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	display: inline-block;
	letter-spacing: 4px;
}
.imggo:hover {
	color: var(--color_2);
	box-shadow: 0 0 0 #bb8b6c;
}

.btns {
	align-items: center;
	border-radius: 0.25em;
	min-width: 7em;
	font-weight: 700;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	display: inline-block;
	letter-spacing: 4px;
	line-height: 1;
	padding: 0.45em 0.85em;
	color: #fff;
}
.btns.t_phone {
	background-color: #229fe8;
}

.btns.t_line {
	background-color: #11af06;
}

@media screen and (max-width: 576px) {
	.btns {
		min-width: 5em;
		width: 100%;
		padding: auto 0;
		font-weight: 500;
		letter-spacing: 2px;
	}
}

/*#BTNN*/
.shadow-f {
	filter: drop-shadow(3px 3px 5px #303030);
}

.shadow-f:hover {
	filter: drop-shadow(8px 8px 8px #303030);
}

/*click*/
.click_box {
	position: relative;
	display: inline-block;
}

.click_box:hover img.click_hand,
.click_box.active img.click_hand {
	display: none;
}

.click_hand {
	position: absolute;
	filter: drop-shadow(2px 2px 2px #303030);
	width: 3em;
	z-index: 2;
}

/*##click*/

/*---------------------------same------------------------------*/
.z-index_2 {
	position: relative;
	z-index: 2 !important;
}
.z-index_5 {
	position: relative;
	z-index: 5 !important;
}
.z-index_10 {
	position: relative;
	z-index: 10 !important;
}
.phone.hvr-float {
	padding-bottom: 0.25em;
	padding-left: 0.2em;
}
mark {
	background-color: rgba(229, 139, 22, 0.35);
}
.bgdark mark {
	color: #000;
	background-color: rgba(255, 255, 255, 0.75);
}
/* -------------保留↓------------- */

.part_title {
	width: 100%;
	display: block;
	background: var(--color_6);
	/* background-color: #008b8a; */
	padding: 1.35em;
	position: relative;
	margin-bottom: 3em;
}
.part_title::after {
	width: 100%;
	display: block;
	background: var(--color_7);
	height: 0.75em;
	content: '';
	left: 0;
	bottom: -0.75em;
	position: absolute;
}
.part_title.no_after {
	background: var(--color_7) !important;
}
.part_title.no_after::after {
	height: 0;
}

.part_title h2.title_lg {
	/* background-color: #c48b65; */
	color: #fff;
	font-family: 'Noto Serif TC', sans-serif !important;
	font-weight: 700;
	letter-spacing: 4px;
	display: block;
}

/* -------------保留↑------------- */
/* .part_head {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
} */
/* .title_tag {
	background-color: #c48b65;
	color: #fff;
	font-family: 'Noto Serif TC', sans-serif !important;
	font-weight: 700;
	width: 32%;
	padding: 0.4em 0.8em;
	letter-spacing: 4px;
} */
.space {
	padding: 8em 0;
}
@media screen and (max-width: 576px) {
	.title_tag {
		width: 60%;
	}
	.space {
		padding: 5em 0;
	}
	.sershop .space {
		padding: 8em 0;
	}
}
/*---------------------------END_same------------------------------*/
/*---------------------------header------------------------------*/

.bn_box {
	position: relative;
	z-index: 9;
}

@media screen and (max-width: 576px) {
}

/* header */

/*-------------------Top--------------------*/
.top {
	background-color: var(--color_1);
	padding: 1.5em 0;
}
.top .header_logos {
	width: 18em;
}
.top .header_phone {
	width: 30em;
}
.top .header_phone .icon_phone {
	width: 1.2em;
}
@media screen and (max-width: 991px) {
	.top {
		display: none !important;
	}
}

@media screen and (min-width: 576px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1299px) {
}
@media screen and (min-width: 1600px) {
}

/*-------------------#Top--------------------*/
/*-------------------Menu--------------------*/

#mainNav {
	background-color: #fff;
	width: 100%;
	z-index: 2000;
	color: #004e4e;
}
#mainNav.navbar-light .navbar-nav .nav-link {
	color: var(--color_1);
	width: 100%;
	text-align: center;
}

#mainNav.ontop {
	background-color: var(--color_1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#mainNav.ontop.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.header_logos_2 {
	width: 8em;
}

@media (min-width: 992px) {
	#mainNav.navbar-light .navbar-nav .nav-link:active,
	#mainNav.navbar-light .navbar-nav .nav-link:hover,
	#mainNav.navbar-light .navbar-nav .nav-link:focus {
		color: var(--color_2);
		background: #f5f5f5;
		/*選單色1-2*/
	}

	#mainNav .navbar-nav > li.nav-item > a.nav-link.active:active,
	#mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus,
	#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
		color: #fff;
		background: var(--color_2);
		/*選單色2-2*/
	}
	.header_logos_2,
	.menu_phone {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	#mainNav {
		background-color: var(--color_1);
	}
	/* 漢堡變色 */
	#mainNav.navbar-light .navbar-toggler {
		color: rgb(255, 255, 255, 0.5);
		border-color: rgb(255, 255, 255, 0.5);
	}
	#mainNav.navbar-light .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	/* ##	/* 漢堡變色 */

	#mainNav.navbar-light .navbar-nav {
		background-color: rgba(255, 255, 255, 0.15);
		margin-bottom: 1.65em;
		padding: 0 0.75em;
	}
	#mainNav.navbar-light .navbar-nav .nav-link {
		color: var(--color_1);
	}
	#mainNav.navbar-light .navbar-nav .nav-item:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}

	#mainNav .menu_phone {
		width: 100%;
		background-color: #fff;
		padding: 0.5em 1em;
		text-align: center;
	}
	#mainNav .menu_phone .icon_phone {
		width: 0.95em;
		margin-bottom: 0.2em;
		margin-right: 0.25em;
	}
}

@media screen and (max-width: 575px) {
	.header_logos_2 {
		width: 36%;
	}
}
/**/
/*---------------#END_mainNav---------------*/

@media screen and (max-width: 575px) {
}

/**/

/*---------------------------#END_header----------------------------*/
/*---------------------------index_page------------------------------*/
/**/

/* pt1 服務項目*/
#index_page .title {
	margin-bottom: 6em;
}

.bg_th1 {
	width: 100%;
	height: 100%;
	background-image: url(../images/index_build.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bg_th2 {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_ju.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg_th3 {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_area.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
}

.bg_th4 {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_money.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50% auto;
}
@media screen and (max-width: 575px) {
	#index_page .card-body {
		padding: 1em;
	}
}

/* EEND_pt1 服務項目*/
/*-------------------pt2_服務項目-------------*/
#ser_project {
	overflow: hidden;
}
#ser_project .p_title {
	display: inline-block;
	background-image: url(../images/pt2_title_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	padding: 0.25em 4.5em 0.4em 4.5em;
}

.pic_lady {
	position: absolute;
	width: 30%;
	right: -1em;
	bottom: -2em;
}

.ser_item {
	border: 2px solid #0ebef9;
	border-radius: 1.2em;
	filter: drop-shadow(4px 4px 0 #a7a4a4);
}

.ser_item .ser_p {
	position: absolute;
	bottom: 1.25em;
	left: 50%;
	transform: translateX(-50%) rotate(0deg); /* 預設不旋轉 */
	color: #fff;
	width: 100%;
}

@media screen and (max-width: 575px) {
	.pic_lady {
		width: 37%;
		right: -2em;
		bottom: -5em;
	}
	.ser_item .ser_p {
		bottom: 0.8em;
	}
}
/*----------------END_pt2_服務項目-------------*/
/*----------------pt3_專業貸款服務範圍-------------*/
.f-color-g1 {
	background: linear-gradient(90deg, #0ebef9 0%, #062894 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
/* 讓 ul 變成 Grid 佈局 */

#scope ul.row > li {
	text-align: center;
	margin-bottom: 2em;
}
#scope ul li .scope_btn {
	border: 3px solid #fff;
	border-radius: 10em;
	box-shadow: 8px 8px 5px rgba(100, 100, 100, 0.8);
	background-color: #4cc632;
	color: #fff;
	font-weight: 500;
	padding: 0.25em 0;
	line-height: 1.2;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0.5em 0;
}

@media screen and (max-width: 575px) {
}
/*-------------END_pt3_專業貸款服務範圍-------------*/

/*----------------pt4_手風琴---------------*/

#loan_termsonditions #loan_ex .card-header {
	background-color: var(--color_1);
	padding: 0;
	border-bottom: 2px solid #f5f5f5;
}
#loan_ex .card-header h4 {
	color: #fff;
	padding: 0.5em 0.75em;
	position: relative;
}
#loan_ex .card-header h4::after {
	font-family: 'Font Awesome 6 Free' !important;
	font-weight: 900 !important;
	content: '\f054';
	font-size: 1em;

	color: #fff;
	position: absolute;
	right: 1.2em;
	top: 50%;

	transform: translateY(-50%) rotate(0deg); /* 預設不旋轉 */
	transition: transform 0.3s ease;
	display: inline-block;
}

#loan_ex .card-header :not(.collapsed) h4::after {
	transform: translateY(-50%) rotate(90deg);
}
#loan_ex .card-body {
	background-color: #f5f5f5;
}

/*---------------------------END_part3_手風琴------------------------------*/

/*---------------------------index_page------------------------------*/
/*---------------------------bdcrumb------------------------------*/
.bdcrumb {
	position: absolute;
	width: calc(100% - 4em);
	background-color: #ffffff;
	padding: 0.75em 2em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	box-shadow: 0px 4px 8px #999;
	top: -1.5em;
	margin: 0 2em;
	z-index: 10;
}
.bdcrumb .bdcrumb-item {
	display: inline-block;
}
.bdcrumb-item + .bdcrumb-item::before {
	display: inline-block;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #6c757d;
	content: '/';
}

/*---------------------------END_bdcrumb------------------------------*/

/*---------------------------index_newspt-----------------------------------*/
.newspt {
	padding: 3em 0;
}
/* .news_subject {
	width: 75%;
} */
.title_part {
	border-bottom: 0.75em solid #008b8a;
	padding-bottom: 1em;
}

.new_title {
	font-weight: 700;
	padding: 0 1.5em;
	position: relative;
	display: inline-block;
	margin: 1em 0;
}
.new_title::before {
	content: url(../images/svg/icon_aw_org.svg);
	position: absolute;
	top: 0.15em;
	left: 0;
	width: 1.2em;
}
.new_title.pawnshop::before {
	content: url(../images/svg/icon_aw_green.svg);
}

button.btn {
	color: #fff;
	padding: 0.15em 1.5em !important;
	margin-right: 0.5em;
	border-radius: 0.5em;
}
.btn-org {
	color: #d05f1a !important;
	border: 3px solid #f0781f;
	border-radius: unset !important;
	width: 30%;
}
.btn-org:hover {
	color: #fff !important;
	border: 3px solid #f0781f;
	background-color: #f0781f;
}

@media screen and (max-width: 991px) {
	.btn-org {
		width: 40%;
	}
}

/**/

/*---------------------------#END_index_newspt------------------------------*/
/*---------------------------news_page------------------------------*/

.border-bottom {
	border-bottom-width: 1.5px !important;
	border-bottom-color: #033e3e !important;
	margin-bottom: 0.25em;
}
.border-bottom-dashed {
	border-bottom-style: dashed !important;
}

.news_list .btn {
	padding: 0.25em 0 !important;
	width: 100% !important;
}

/* 頁碼 */
.news_btns {
	width: 80%;
	/* margin: 1em auto 0 auto; */
}
.news_btns .news_btn {
	color: var(--color_3);
	padding: 0.25em 0;
}
.news_btns .news_btn:first-child {
	border-top-left-radius: 0.75em;
	border-bottom-left-radius: 0.75em;
}
.news_btns .news_btn:last-child {
	border-top-right-radius: 0.75em;
	border-bottom-right-radius: 0.75em;
}
.news_btns .news_btn:not(:last-child) {
	border-right: 1px solid var(--color_3);
}
.news_btns .news_btn:hover {
	color: var(--color_4);
}

@media screen and (max-width: 575px) {
	.news_btns {
		width: 100%;
		/* margin: 1em auto 0 auto; */
	}
}
/* 頁碼 */
/*---------------------------#END_news_page------------------------------*/
/*---------------------------about_page------------------------------*/
/* ====================================================================
                               About Sec1
   =================================================================== */
.about_sec1 {
	position: relative;
	background-image: url('../images/about_bg_1.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 4em 0;
	overflow: hidden; /* 確保內容不會撐破區塊 */
}

/* ==========================
   文字與按鈕
   ========================== */
.about_hero_content h1 {
	color: #505050;
	line-height: 1.5;
	letter-spacing: 0.075em;
	margin-bottom: 1.35em;
}

/* 按鈕 */
.about_btn_apply {
	display: inline-block;
	background: var(--color_6);
	color: #ffffff;
	font-weight: bold;
	padding: 0.6em 2em;
	border-radius: 0.4em;
	text-decoration: none;
	box-shadow: 0 0.3em 0.8em rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.about_btn_apply:hover {
	background-color: #008f29;
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-0.1em);
	box-shadow: 0 0.5em 1.2em rgba(0, 0, 0, 0.25);
}

.about_hero_image_absolute {
	position: relative;
	width: 90%; /* 預設維持彈性寬度 */
	max-width: 45em; /* 限制最大寬度防止過大 */
	margin: 2em 0 0 auto;
	text-align: center;
	z-index: 1;
}

.about_hero_image_absolute img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	filter: drop-shadow(0.3em 0.6em 1em rgba(0, 0, 0, 0.15));
}

@media (min-width: 992px) {
	.about_sec1 {
		padding: 6em 0;
	}

	/* .about_hero_content h1 {
		font-size: 2.5em;
	} */

	/* 在大於 992px 時才轉為絕對定位貼齊右側，尺寸隨螢幕等比縮放 */
	.about_hero_image_absolute {
		position: absolute;
		right: 0;
		bottom: 10%;
		width: 36%; /* 讓圖片寬度依畫面比例流動 */
		margin: 0;
		text-align: right;
	}
}
/* ====================================================================
                               About Sec2
   =================================================================== */
.about_sec2 {
	position: relative;
	padding: 5em 0;
	background-color: #f7f9fa;
}

/* 單一圖卡外框 (帶有圓角與外框線) */
.about_sec2_card {
	position: relative;
	width: 22em; /* 可依版型微調卡片固定寬度 */
	max-width: 100%;
	box-shadow: 0 0.3em 0.8em rgba(0, 0, 0, 0.08);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

/* 滑鼠移入卡片時微幅浮起 */
.about_sec2_card:hover {
	transform: translateY(-0.3em);
	box-shadow: 0 0.6em 1.2em rgba(0, 0, 0, 0.15);
}

/* 圖片外框與尺寸控制 */
.about_sec2_img_wrap {
	width: 100%;
	overflow: hidden;
}

.about_sec2_img_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

/* 滑鼠移入時讓內部圖片微微放大 */
.about_sec2_card:hover .about_sec2_img_wrap img {
	transform: scale(1.1);
}

/* 疊加在圖片正中央的標題 (諮詢 / 規劃 / 快速) */
.about_sec2_title_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 加上淡淡的半透明白底或漸層，讓文字更清楚 */
	background: rgba(255, 255, 255, 0.2);
	pointer-events: none; /* 確保滑鼠事件穿透 */
}

.about_sec2_title_overlay h3 {
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.2em;
	text-shadow:
		0.1em 0.1em 0.3em rgba(36, 35, 35, 0.9),
		0em 0em 0.5em rgba(12, 12, 12, 0.8);
	margin: 0;
}

/* 下方特色標語樣式 */
.about_sec2_slogan {
	/* font-size: 1.2em; */
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 0.75em;
	margin-bottom: 0;
}

/* ==========================
   RWD 手機版響應式微調
   ========================== */
@media (max-width: 767.98px) {
	.about_sec2 {
		padding: 3em 0;
	}

	.about_sec2_card {
		width: 85%; /* 手機版讓卡片自適應寬度 */
	}

	.about_sec2_slogan {
		padding: 0 1em;
		line-height: 1.6;
	}
}

/* ====================================================================
                               About Sec3
   =================================================================== */

.about_sec3_section {
	position: relative;
	background-image: url('../images/about_bg_2.png'); /* 建築物背景圖 */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 6em 0;
}

/* 替背景加上一層淡淡的暗色遮罩，讓白框按鈕更顯眼 */
.about_sec3_section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.about_sec3_section .container {
	position: relative;
	z-index: 2;
}

/* ==========================
   左側按鈕網格佈局 (2欄)
   ========================== */
.about_sec3_menu_grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em; /* 按鈕之間的間距 */
}

/* 膠囊按鈕基礎樣式 */
.about_sec3_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 0.75em); /* 2欄排版扣掉間距 */
	padding: 0.5em 1.2em;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	border: 0.1em solid rgba(255, 255, 255, 0.8);
	border-radius: 3em; /* 膠囊圓角 */
	background-color: rgba(255, 255, 255, 0.05);
	box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.2);
	text-shadow: 0.1em 0.1em 0.3em rgba(0, 0, 0, 0.6);
	transition:
		border-color 0.3s ease,
		background-color 0.3s ease;
}

/* 最後一個按鈕（職業軍人借款）若想讓他單獨佔一行或自適應可調整 */
.about_sec3_btn_full {
	width: 97.5%;
}

/* ==========================
   按鈕 hover 時的炫酷 Animation 特效
   ========================== */
.about_sec3_btn:hover {
	color: #ffffff;
	text-decoration: none;
	border-color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
	/* 觸發名為 pulseGlow 的自定義動畫 */
	animation: aboutSec3Pulse 0.6s ease infinite alternate;
}

/* 定義動畫影格：產生呼吸燈般的光暈放大與變色效果 */
@keyframes aboutSec3Pulse {
	0% {
		transform: scale(1);
		box-shadow:
			0 0.4em 1em rgba(0, 0, 0, 0.2),
			0 0 0.2em rgba(255, 255, 255, 0.4);
	}
	100% {
		transform: scale(1.04); /* 微微放大 4% */
		box-shadow:
			0 0.6em 1.5em rgba(0, 0, 0, 0.4),
			0 0 1.2em rgba(255, 255, 255, 0.8); /* 外發光增強 */
		background-color: rgba(255, 255, 255, 0.3);
	}
}

/* ==========================
   右側圖片樣式
   ========================== */
.about_sec3_image img {
	/* max-width: 90%;
	height: auto; */
	filter: drop-shadow(0.4em 0.8em 1.5em rgba(0, 0, 0, 0.3));
	position: absolute;
	right: 0;
	bottom: -6em;
	width: 23em;
}

/* ==========================
   RWD 手機版響應式設定
   ========================== */
@media (max-width: 767.98px) {
	.about_sec3_section {
		padding: 3.5em 0 16em 0;
	}

	/* 手機版按鈕改為單欄滿版，點擊更容易 */
	.about_sec3_btn {
		padding: 1em;
	}
	.about_sec3_btn_full {
		width: 100%;
		padding: 1em 1em 1em 15%;
		justify-content: start;
	}

	.about_sec3_menu_grid {
		gap: 1em;
	}

	.about_sec3_image {
		text-align: center;
	}

	.about_sec3_image img {
		max-width: 60%;
		bottom: -16em;
		right: 2em;
	}
}

/*---------------------------#END_about_page------------------------------*/
/*---------------------------step_page------------------------------*/

.bg_th5_1 {
	width: 100%;
	height: 100%;
	background-image:
		linear-gradient(
			to top,
			rgba(255, 255, 255, 0.5),
			rgba(255, 255, 255, 0.5)
		),
		url(../images/th9.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	position: relative;
}
.bg_th5_1::before {
	width: 100%;
	height: 30em;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 1) 100%
	);

	position: absolute;
	display: block;
	min-height: 130px;
	content: ' ';
	z-index: 0;
	left: 0;
	bottom: 0;
	-moz-transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
	-o-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);

	-moz-transform-origin: right top;
	-webkit-transform-origin: right top;
	-o-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

/* ------------STEP---------------- */
.steps-article {
	padding-top: 4em;
	padding-bottom: 4.5em;
}
/* 單一步驟容器 */
.step-item {
	position: relative;
	text-align: center;
}

/* 斜體大標題 (STEP 1 ~ 5) */
.step-title {
	font-style: italic;
	font-weight: bold;
	color: #fff;
	margin-bottom: -15px;
	position: relative;
	z-index: 2;
	position: absolute;
	top: 0.25em;
	left: 0em;
}

/* 綠色漸層圓形本體 */
.step-circle {
	width: 14em;
	height: 14em;
	background: linear-gradient(135deg, #00b047 0%, #006020 100%);
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	padding: 1.5em;
	text-align: center;
}

.step-circle h3 {
	margin-bottom: 0.75em;
}

.step-circle p {
	line-height: 1.4;
	margin-bottom: 0;
	opacity: 0.95;
}

@media (max-width: 575px) {
}
/* ------------END_STEP---------------- */

.bg_th5_2 {
	width: 100%;
	height: 100%;
	background-image:
		linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../images/th5.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position:
		center,
		left bottom;
	background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.bg_th5_2 {
	position: relative;
	padding-top: 10em;
}
.bg_th5_2::before {
	width: 100%;
	height: 8.5em;
	background: linear-gradient(
		186deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);

	position: absolute;
	display: block;
	content: ' ';
	z-index: 0;
	left: 0;
	top: -2px;
	-moz-transform: skewY(3deg);
	-webkit-transform: skewY(3deg);
	-o-transform: skewY(3deg);
	-ms-transform: skewY(3deg);
	transform: skewY(3deg);

	-moz-transform-origin: right top;
	-webkit-transform-origin: right top;
	-o-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.step_list {
	margin: 0 auto;
	max-width: 50em;
}
.step_list li {
	margin-bottom: 3em;
}
.title {
	position: relative;
	display: inline-block;
	margin-right: 1.6em;
	text-shadow: 0 5px 0.18em rgba(192, 112, 90, 0.6);
	font-weight: 500;
}

.needtoknow_list_bg {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.5),
		rgba(0, 0, 0, 0.5)
	);
	border-radius: 1.5em;
	padding: 1.5em;
	margin-top: 2em;
}
.needtoknow_list_bg h5 {
	display: inline-block;
	background-color: #fff;
	color: var(--color_1);
	font-weight: 700;
	border-radius: 1.5em;
	padding: 0.35em 1em;
}

.needtoknow_list li p {
	letter-spacing: 4px;
}
.needtoknow_list_bg2 {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	border-radius: 1.5em;
	padding: 1.5em;
	margin-top: 2em;
	color: #000;
}
.needtoknow_list_bg2 h6 {
	background-color: var(--color_1);
	color: #fff;
	padding: 0.25em 0.5em;
	margin-bottom: 0.35em;
	display: inline-block;
}

@media screen and (max-width: 575px) {
	.step_list li {
		margin-bottom: 2em;
	}
	.bg_th5_2::after {
		top: -10em;
	}
	.needtoknow_list_bg {
		padding: 0.5em 0.25em;
	}
	.needtoknow_list_bg h5 {
		margin-left: 0.75em;
		margin-top: 1em;
	}
}

/*---------------------------#END_step_page------------------------------*/

/*---------------------------service_page------------------------------*/
.service {
	font-weight: 500 !important;
	z-index: 1 !important;

	width: 100%;
	height: 100%;
	background-image: url(../images/ser_bg_2.png), url(../images/ser_bg.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position:
		left top,
		center bottom;
	background-size:
		auto 30%,
		cover;
}

.ser_bg_tree {
	background-image: url(../images/ser_bg_3.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 20em;
	padding-bottom: 20em;
}
/* 區塊背景（可依需求替換或接續前一個區塊的背景） */

/* 圓形外框容器 */
.service-circle-box {
	position: relative;
	width: 15em;
	height: 15em;
	border-radius: 50%;
	overflow: hidden; /* 確保圖片切成圓形不出界 */
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* 圓形內的圖片 */
.service-img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 確保圖片不變形填滿圓形 */
	display: block;
}

/* 疊加在圖片正中央的標題（手機借款 / 機車借款 / 小額信貸） */
.service-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
	white-space: nowrap;
	z-index: 2;
}

/* 替圓形圖片加上一層淡淡的暗色遮罩，讓白字更清晰（選用） */
.service-circle-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2); /* 調整數值可控制遮罩深淺 */
	z-index: 1;
}

/* 確保標題在遮罩之上 */
.service-title {
	z-index: 2;
}

/* 右側文字說明樣式 */
.service-content p {
	line-height: 1.8;
	color: #333333;
	margin-bottom: 0;
}

/* RWD 手機版微調 */
@media (max-width: 767.98px) {
	.service-content {
		text-align: center; /* 手機版右側文字置中，視覺更協調 */
		padding: 0 15px;
	}
}
@media screen and (max-width: 575px) {
}

/* 清除列表預設樣式 */
.scope-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.scope-item {
	position: relative;
	display: block;
	width: 100%;
	height: 16em;
	overflow: hidden;
	text-decoration: none;
	background-size: cover;
	background-position: center top;
	transition: transform 0.5s ease;
}

.scope-item:hover {
	transform: scale(1.05);
}

.scope-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	clip-path: polygon(85% 0, 100% 0, 100% 100%, 0 100%);
	pointer-events: none;
	transition: clip-path 0.5s ease;
}
.scope-item:hover::after {
	/* 範例：讓斜率變平緩或角度改變（此處將 30% 改為 10%、70% 改為 50%） */
	clip-path: polygon(85% 100%, 100% 100%, 100% 100%, 0 100%);
}

.scope-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	width: 100%;
}

.scope-content h3 {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0.125em 0.125em 0.1em rgba(0, 0, 0, 0.6);
	margin: 0;
}
.scope-item:hover h3 {
	color: #0ebdf8;
}
/* 右下角「立即申辦」按鈕造型白框 */
.scope-btn {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(-50%, -50%);
	display: inline-block;
	padding: 0.5em 1.25em;
	color: #ffffff;
	border: 0.125em solid #ffffff;
	border-radius: 0.25em;
	text-shadow: 0.0625em 0.0625em 0.25em rgba(0, 0, 0, 0.6);
	box-shadow: 0.125em 0.125em 0.375em rgba(0, 0, 0, 0.3);
	transition:
		background-color 0.3s ease,
		color 0.3s ease;
}

/* 滑鼠移入按鈕時的反白互動效果 */
.scope-item:hover .scope-btn {
	background-color: #0ebdf8;
	text-shadow: none;
}
.scope-item.item-1 {
	background-image: url('../images/item_1.png');
}

.scope-item.item-2 {
	background-image: url('../images/item_2.png');
}

.scope-item.item-3 {
	background-image: url('../images/item_3.png');
}

.scope-item.item-4 {
	background-image: url('../images/item_4.png');
}

.scope-item.item-5 {
	background-image: url('../images/item_5.png');
}
.scope-item.item-6 {
	background-image: url('../images/item_6.png');
}

/*---------------------------#END_service_page------------------------------*/
/*---------------------------cooperate_page------------------------------*/
.cooperate {
	margin-top: 6em;
	margin-bottom: 8em;
}

/*---------------------------#END_cooperate_page------------------------------*/
/*---------------------------Q&A_page------------------------------*/
.accordion {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 2em;
}
.qa_section {
	position: relative;
	padding: 5em 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/ipad_man.png), url(../images/qa_bg.png);
	background-repeat: no-repeat, no-repeat;
	background-position:
		right 16% bottom,
		center bottom;
	background-size:
		30% auto,
		cover;
}

/* 單一 QA 項目容器與灰色分隔線 */
.qa_item {
	border-bottom: 0.1em solid #d0d0d0;
	padding: 1.5em 0;
}

/* 問題標題按鈕區塊 */
.qa_header {
	margin: 0;
	position: relative;
}
.qa_header::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0.2em;
	bottom: 0.2em;
	width: 0.3em;
	background: linear-gradient(0deg, #065002 0%, #2bc700 100%);
	border-radius: 0.1em;
	z-index: 2;
}
.qa_btn {
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
	background: transparent;
	border: none;
	padding: 0 0 0 1.2em; /* 留出空間給左側綠色裝飾線 */
	color: #326980;
	cursor: pointer;
	transition: color 0.3s ease;
}
.qa_btn h4 {
	font-weight: 500;
	text-shadow:
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff,
		0 0 0.1em #fff;
}

/* 滑鼠移入或展開時的按鈕文字顏色 */
.qa_btn:hover,
.qa_btn:not(.collapsed) {
	color: #00b033;
	text-decoration: none;
}

/* 展開後的答案內容區塊 */
.qa_body {
	padding: 1em 0 0.5em 1.2em;
	line-height: 1.8;
	color: #555555;
}

/* ==========================
   RWD 手機版響應式微調
   ========================== */
@media (max-width: 767.98px) {
	.accordion {
		padding: 0.5em;
	}
	.qa_section {
		padding: 3em 0;

		background-position:
			right 16% bottom,
			center bottom;
		background-size:
			60% auto,
			cover;
	}
}
/*---------------------------#END_Q&A_page------------------------------*/
/*---------------------------Information_page---------------------------*/
.information_part {
	width: 100%;
	height: 100%;
	background-image: url(../images/information_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.price_section {
	position: relative;
	padding: 5em 0;
}

/* 單一方案卡片外框 */
.price_card {
	width: 22em;
	max-width: 100%;
	border: 0.1em solid #00b033;
	border-radius: 0.8em;
	overflow: hidden;
	background: linear-gradient(0deg, #02215a 0%, #072d75 22%, #214fa6 100%);
	box-shadow: 0 0.5em 1.2em rgba(0, 0, 0, 0.2);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

/* 滑鼠移入卡片時微微浮起 */
.price_card:hover {
	transform: translateY(-0.3em);
	box-shadow: 0 0.8em 1.8em rgba(0, 0, 0, 0.3);
}

/* 卡片上方綠色標題區塊 */
.price_header {
	background-color: #00b033; /* 品牌綠色 */
	color: #ffffff;
	text-align: center;
	padding: 1.2em 0;
	border-bottom: 0.1em solid rgba(255, 255, 255, 0.2);
}

.price_header h3 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0;
	text-shadow: 0.1em 0.1em 0.3em rgba(0, 0, 0, 0.2);
}

/* 卡片下方內容區塊 */
.price_body {
	padding: 1.5em 1.5em;
	text-align: left;
	position: relative;
}

.price_body ul {
	list-style: none;
	padding: 0;
	margin: 0 0 2em 0;
}

.price_body li {
	color: #ffffff;
	font-size: 1.1em;
	line-height: 2;
	letter-spacing: 0.05em;
}

/* 立即諮詢按鈕 */
.price_btn {
	display: block;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	background-color: #00b033;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	padding: 0.6em 0;
	border-radius: 2em; /* 膠囊圓角按鈕 */
	text-decoration: none;
	box-shadow: 0 0.3em 0.8em rgba(0, 0, 0, 0.3);
	transition:
		background-color 0.3s ease,
		transform 0.3s ease;
}

.price_btn:hover {
	background-color: #008f29;
	color: #ffffff;
	text-decoration: none;
	transform: scale(1.05);
}

/* ==========================
   RWD 手機版響應式微調
   ========================== */
@media (max-width: 767.98px) {
	.price_section {
		padding: 3em 0;
	}
}

/* ==========================
   防範詐騙提醒區塊基本設定
   ========================== */
.fraud_section {
	position: relative;
	padding: 0em 0 5em 0;

	background: linear-gradient(
		to top,
		rgba(244, 246, 249, 1),
		rgba(244, 246, 249, 0)
	);
}

/* 區塊外框與下方分隔線 */
.fraud_title_section {
	position: relative;
	padding: 3.5em 0 2em 0;
	background-color: #f8f9fa;
	border-bottom: 0.1em solid #cccccc;
}

/* 彈性盒配置左右並排 */
.fraud_title_wrapper {
	display: flex;
	align-items: center;
	padding-bottom: 1em;
	margin-bottom: 3em;
	border-bottom: 2px solid #02215a;
}

/* 左側圖示大小控制 */
.fraud_title_icon {
	width: 5em;
	height: auto;
	margin-right: 1.5em;
	flex-shrink: 0;
}

/* 右側標題與副標排版 */
.fraud_title_text h2 {
	color: #061c81;
	letter-spacing: 0.1em;
	margin-bottom: 0.3em;
}

.fraud_title_text p {
	color: #666666;
	letter-spacing: 0.05em;
	margin: 0;
}

/* 手機版自動改為置中上下堆疊 */
@media (max-width: 767.98px) {
	.fraud_title_section {
		padding: 2.5em 0 1.5em 0;
	}

	.fraud_title_wrapper {
		flex-direction: column;
		text-align: center;
	}

	.fraud_title_icon {
		margin-right: 0;
		margin-bottom: 1em;
		width: 4em;
	}

	.fraud_title_text h2 {
		font-size: 1.7em;
	}

	.fraud_title_text p {
		font-size: 0.95em;
	}
}

/* ==========================
   左側詳細說明大卡片
   ========================== */
.fraud_left_card {
	background-color: #ffffff;
	border: 0.1em solid #e6e6e6;
	border-radius: 0.8em;
	padding: 1.4em;
	box-shadow: 0 0.3em 0.4em rgba(0, 0, 0, 0.2);
}

/* 標籤小方塊 */
.fraud_tag {
	display: inline-block;
	background-color: #333333;
	color: #ffffff;
	padding: 0.3em 0.8em;
	border-radius: 0.3em;
	margin-bottom: 1em;
	letter-spacing: 0.05em;
}

.fraud_desc {
	color: #333333;
	line-height: 1.6;
	margin-bottom: 1.2em;
}

/* 條列清單 */
.fraud_list {
	list-style-type: disc;
	margin-bottom: 1.5em;
}

.fraud_list li {
	color: #333333;
	line-height: 1.2;
	margin-bottom: 0.4em;
}

/* 底部警告紅字 */
.fraud_warning {
	color: #1a8bb8;
	text-align: center;
	letter-spacing: 0.05em;
}

/* ==========================
   右側 3 個重點卡片
   ========================== */
.fraud_right_list {
	display: flex;
	flex-direction: column;
	gap: 1.2em; /* 卡片間距 */
}

.fraud_right_card {
	display: flex;
	align-items: flex-start;
	background-color: #ececec;
	border: 0.1em solid #d0d7de;
	border-radius: 0.8em;
	padding: 1.25em;
	box-shadow: 0 0.3em 0.4em rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease;
}

.fraud_right_card:hover {
	transform: translateY(-0.2em);
}

/* 綠色勾勾圖示 */
.fraud_icon {
	flex-shrink: 0;
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.5em;
	margin-top: 0.1em;
}

.fraud_icon.icon_1 {
	color: #00b047;
}
.fraud_icon.icon_2 {
	color: #008334;
}
.fraud_icon.icon_3 {
	color: #006428;
}
/* 右側卡片文字 */
.fraud_right_content h4 {
	font-weight: bold;
	color: #222222;
	margin-bottom: 0.4em;
}

.fraud_right_content p {
	color: #555555;
	line-height: 1.6;
	margin: 0;
	letter-spacing: 1;
}

/* ==========================
   RWD 手機版響應式微調
   ========================== */
@media (max-width: 991.98px) {
	.fraud_section {
		padding: 3em 0;
	}
}

/*---------------------------#END_Information_page----------------------*/

/*---------------------------contact_page------------------------------*/

.contact {
	width: 100%;
	height: 100%;
	background-image: url(../images/bg_shakehands.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.contact hr {
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: 0.1em solid #033e3e;
}
.contact textarea.form-control {
	height: 20vh;
}
.contact input,
.contact textarea {
	border: 3px solid #565555;
}
.contact .form-group {
	margin-bottom: 1.6em !important;
}

.contact .headtext {
	font-weight: 500;
	text-shadow: -1px 3px 5px rgba(0, 0, 0, 0.4);
	margin-bottom: 0.7em;
}
.contact_img {
	position: absolute;
	z-index: 1;
	width: 40%;
	right: 0;
	bottom: 0;
}
/* 姓名標籤 (Label) 樣式 */
.form_label {
	display: inline-block;
	background: linear-gradient(
		to top,
		#333333 0%,
		#002879 5%,
		#0066ff 100%
	); /* 藍色漸層背景 */
	color: #ffffff;
	letter-spacing: 0.2em; /* 文字間距 */
	padding: 0.2em 0.6em;
	margin-bottom: 0;
	box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.15);
	position: relative;
	z-index: 2; /* 確保標籤浮在輸入框上方 */
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
}

/* 輸入框樣式（搭配展示用） */
.form-control {
	display: block;
	width: 100%;
	padding: 5px;
	font-size: 1em;
	color: #333333;
	background-color: #ffffff;
	border: 0.1em solid #666666;
	border-radius: 0;
	outline: none;
}

.form-control::placeholder {
	color: #a0a0a0;
	font-size: 0.8em !important;
}
/* 右側綠色立體按鈕造型 */

.form_submit_btn {
	display: inline-block;
	background: linear-gradient(to bottom, #00d042 0%, #06521d 100%);
	color: #ffffff;
	font-size: 1em;
	letter-spacing: 4px;
	padding: 0.2em 1.8em;
	border: 2px solid #fff;
	border-radius: 2em; /* 膠囊圓角 */
	cursor: pointer;
	text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.4);
	box-shadow: 0 0.4em 0.8em rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.form_submit_btn:hover {
	background: linear-gradient(to bottom, #00ea49 0%, #008628 100%);
	transform: translateY(-0.1em);
	box-shadow: 0 0.6em 1.2em rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 575px) {
}

/*---------------------------#END_contact_page------------------------------*/
/*---------------------------footerstyle------------------------------*/

footer {
	padding: 2em 0;
}

/*-- Color-Code --*/
:root {
	--color_footer: linear-gradient(
		90deg,
		#060c81 0%,
		#073180 50%,
		#060c81 100%
	);
}

.bg-footer {
	background:
		url('../images/glod.png') no-repeat top 5% right,
		var(--color_footer) !important;
	background-size: 80% auto;
	-ms-background-size: 80% auto;
	-moz-background-size: 80% auto;
	-webkit-background-size: 80% auto;
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 575px) {
	.bg-footer {
		background:
			url('../images/glod.png') no-repeat top 5% right,
			var(--color_footer) !important;
		background-size: contain;
		-ms-background-size: contain;
		-moz-background-size: contain;
		-webkit-background-size: contain;
	}
}

/**/
/*---------------------------#END_footerstyle------------------------------*/

/*---------------------------footer_contacts------------------------------*/
.contacts h2 {
	color: #e8cbca;
	border-bottom: 0.1em solid #e8cbca;
	margin-bottom: 0.75em;
	padding-bottom: 0.2em;
}

.social_part a {
	display: inline-block;
	margin: 0 0.5em;
}
.social_part a img {
	width: 1.8em;
	display: inline-block;
	margin-right: 0.35em;
}

@media screen and (max-width: 991px) {
}
@media screen and (max-width: 576px) {
}

/*---------------------------#footer_contacts------------------------------*/
/*---------------------------footer_contact_web------------------------------*/

#contact_web {
	padding: 3em 0;
}

#contact_web h2 {
	border-bottom: 4px solid var(--color_3);
	padding-bottom: 0.35em;
	margin-bottom: 1em;
}
#contact_web .contact_list ul > li a {
	letter-spacing: 4px;
}
@media screen and (max-width: 576px) {
	#contact_web .contact_list ul > li a {
		letter-spacing: 1px;
	}
}

/*---------------------------#footer_contact_web------------------------------*/
/*---------------------------footer_contact_btns------------------------------*/

#contact_btns {
	padding: 3em 0;
}

#contact_btns .c_btns {
	align-items: center;
	border-radius: 0.75em;
	min-width: 7em;
	font-weight: 700;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	display: inline-block;
	letter-spacing: 2px;
	line-height: 1;
	color: #fff;
	overflow: hidden;
}

:root {
	--color_green: #47ab2c;
	--color_blue: #3183fe;
	--color_og: #e6a600;
}

#contact_btns .c_btns.green {
	border: 2px solid var(--color_green);
}
#contact_btns .c_btns.green .green {
	background-color: var(--color_green) !important;
}

#contact_btns .c_btns.blue {
	border: 2px solid var(--color_blue);
}
#contact_btns .c_btns.blue .blue {
	background-color: var(--color_blue) !important;
}
#contact_btns .c_btns.og {
	border: 2px solid var(--color_og);
}
#contact_btns .c_btns.og .og {
	background-color: var(--color_og) !important;
}

#contact_btns .c_btns i,
#contact_btns .c_btns svg {
	font-size: 2em;
}
@media screen and (max-width: 576px) {
	#contact_btns .c_btns p {
		font-size: 1.5em;
		line-height: 2;
		font-weight: 500;
	}
	#contact_btns .c_btns i,
	#contact_btns .c_btns svg {
		font-size: 4em;
	}
	#contact_btns > div > div[class*='col-'] {
		padding-right: 0em !important;
		padding-left: 0em !important;
	}
}

/*---------------------------#footer_contact_btns------------------------------*/
/*---------------------------media------------------------------*/
@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1199px) {
	body {
		font-size: 13px !important;
	}
}

@media screen and (max-width: 991px) {
	body {
		font-size: 12px !important;
	}
	[class*='col-'] {
		padding-right: 0.5em !important;
		padding-left: 0.5em !important;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 9px !important;
	}
}

/*576以上*/
@media screen and (min-width: 576px) {
	.type_ph {
		display: none !important;
	}
}

/*手機板575*/

@media screen and (max-width: 575px) {
	body {
		font-size: 2.6vw !important;
	}

	.type_pc {
		display: none !important;
	}

	.nolr {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media screen and (max-width: 470px) {
}

@media screen and (max-width: 440px) {
	body {
		font-size: 2.8vw !important;
	}
}

/*END_media*/

@media (min-width: 576px) {
	.container {
		max-width: 500px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 580px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 790px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1020px;
	}
}
