@charset "utf-8";
/* CSS Document */

/* == 共用區 ============================================================================= */

*{
	margin:0; 
	padding:0;
	-webkit-box-sizing:border-box; /*safari & chrome*/
	-moz-box-sizing:border-box; /*firebox*/
	box-sizing:border-box; /*解除padding影響寬度關係*/
}

html, body{
	-webkit-text-size-adjust: 100%; /*避免文字自動放大*/
	width:100%;
	height:100%;
	font-family:"微軟正黑體", Arial, Helvetica,sans-serif; 
	background:#ffffff;
}

*,*::before,*::after {
	box-sizing: border-box;
}    /*----------不用算padding內距------------*/


 
a {
    color: inherit;
    text-decoration: auto;
}

a:hover {
    color: inherit;
}      /*----------尋找海外債標的 icon-box超連結上移取消顏色------------*/





/*----nav----*/
.bg-color-rd{
    background-color: #ff0a00;
}

.bg-color-wh{
    background-color: #ffffff;
}

.bg-color-g{
	background-color: #f5f5f5;
}

.nav-item{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-left: 30px;
}

.navbar {
    --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(48, 48, 71);
}/*-----NAV 選項字體顏色------*/



.navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 0rem;  /*改 漢堡不會下移 原1*/
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 ; /*取消漢堡點擊出現框框 */
} 


.navbar-dark .navbar-toggler-icon {
    background-image: url("../images/list-bk.svg");
}


.dropdown-menu {
	--bs-dropdown-padding-x: 0.5rem;
	--bs-dropdown-padding-y: 0.5rem;
	--bs-dropdown-divider-margin-y: 0rem;
	box-shadow: 0px 0px 30px rgb(127 137 161 / 10%);
	
}


.dropdown-divider {
	height: 0;
	margin: var(--bs-dropdown-divider-margin-y) 0;
	overflow: hidden;
	border-top: 0px solid var(--bs-dropdown-divider-bg);
	opacity: 1;

}

.logotype.logoImg{
    width: 225px;
    height: auto;
    padding: 10px 0;
}

.logotype{
    width: 225px;
    height: auto;
    padding: 10px 0;
}


/*燈箱scrollbar*/

.modal-dialog{
 overflow-y: initial !important    
}

.modal-dialog{
 margin: 10rem auto;
}

.modal-body{
 height: auto;
 overflow-y: auto;

}

.title-style{
	color: #2f5072;
	font-weight: bold;
	text-align: center;
}


/* == 桌機版 ============================================================================= */

/* == 刊頭 == */

.open{
	width: 153px;
    height: 48px;
	background-color: #ff5c77;
	border-radius: 5px;
	padding: 10px;
	color: rgb(255, 255, 255);
}

.order{
	width: 153px;
    height: 48px;
    background-color: #E6291A;
    border-radius: 5px;
    padding: 10px;
    color: rgb(255, 255, 255);
    margin-top: 0px;
}



.head{
    height: 800px;
    background-size: contain;
    background-image: url("../images/even.png");
    background-color: #181842;
    background-position:center; /*背景圖置中*/
    background-repeat: no-repeat;
    margin-top:  75px;
    




}

.sixty{
	width: 95px;
    height: 95px;
    position: relative;
    z-index: 2;
    top: 60px;
}

.box{
    width: 50%;
    height: auto;
    background-position:center; /*背景圖置中*/
    position: relative;
    z-index:1;
    right:28%;
    margin: 30px auto;
    padding-top: 5%;
}

.box2{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    right: 20%;
    margin-top: -30px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: 280px;
}




p {
	margin-top: 0;
	margin-bottom: 0rem;
}


ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 0rem;
	list-style: none;
}

.main-section{
	height: auto;
    background-color: #a7b1bc;
    position: relative;
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 100vh;
    overflow: hidden;
    padding-bottom: 30px;
}





.feature{
    color: #fff;
    padding-left: 13px;
    line-height: 55px;
    letter-spacing: 1px;
    font-size: 45px;
    font-weight: 600;
}



.h1-style{
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 1px;
    color: #333131;
}



.wrap1{
	overflow: hidden;
	background-image: url("../images/bg-01.webp");
	background-position: bottom bottom;
	background-size: cover;
	background-attachment: fixed;
	box-shadow:inset 0px 25px 25px -25px rgba(13, 34, 66, 0.644),
                inset 0px -25px 25px -25px rgb(13, 34, 66, 0.644); 
}

.content-center {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap2 {
    overflow: hidden;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #c7ced6;
}

.wrap3 {
    overflow: hidden;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #F5F5F5;
}

.wrap4 {
    overflow: hidden;
    background-position: bottom center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #fffaf0;
}


.h3-style{
	text-align: center;
	color: rgb(49, 44, 44);
	font-weight: 600;
	font-size: 40px;
	padding-top: 5rem;
	padding-bottom: 2rem;
}
.h4-style{
	text-align: left;
	color: rgb(49, 44, 44);
	font-weight: 600;
	font-size: 36px;
	padding-top: 5rem;
	padding-bottom: 2rem;
}
.p-style{
	text-align: left;
	color: rgb(49, 44, 44);
	font-weight: 500;
	font-size: 18px;

}

.font-color-wh{
    color:#ffffff;
}

.font-color-bk{
	color:#2f5072;
}

.step-img{
	width: 100%;
	height: auto;
}

.step-p-style{
	font-size: 30px;
	text-align: left;
	color: #ffffff;
	padding: 20px 10px 20px 10px;
}



.go-where{
	font-weight: 800;
}



.card {
	--bs-card-spacer-y: 1rem;
	--bs-card-spacer-x: 1rem;
	--bs-card-title-spacer-y: 0.5rem;
	--bs-card-border-width: 0px;
	--bs-card-border-color: #d4d4d4c4;
	--bs-card-border-radius: 0.375rem;
	--bs-card-box-shadow: ;
	--bs-card-inner-border-radius: calc(0.375rem - 1px);
	--bs-card-cap-padding-y: 0.5rem;
	--bs-card-cap-padding-x: 1rem;
	--bs-card-cap-bg: rgba(0, 0, 0, 0.03);
	--bs-card-cap-color: ;
	--bs-card-height: ;
	--bs-card-color: ;
	--bs-card-bg: #fff;
	--bs-card-img-overlay-padding: 1rem;
	--bs-card-group-margin: 0.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: var(--bs-card-height);
	word-wrap: break-word;
	background-color: var(--bs-card-bg);
	background-clip: border-box;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	border-radius: var(--bs-card-border-radius);
}


.text-bg-green {
	color: #fff !important;
	background: #e5f4e1;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #e5f4e1, #e5f4e1);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #e5f4e1, #e5f4e1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.h5-style{
	font-weight: 600;
	font-size: 26px;
    line-height: 100%;
}

.three-img{
	width: 70%;
	margin: 0 auto;
	padding-top: 2rem;
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    line-height: 110%;
    font-weight: 800;
	color: rgb(49, 44, 44);
}

.card-body{
	margin-bottom: 1rem;


}

.card-body2{
	float:left;
	margin-top: 10px;
	margin-left:5px;
	margin-right: 5px;
	margin-bottom:20px;
   
}



.card-body2 h2{
	
	font-weight: bold;
    font-size: 1.3rem;
    color: #2f5072;
    text-align: center;
    margin-bottom: 12px;
	
}
/*.card-body2 h2:first-child{
	height: 50px;
}*/
.card-body2 h2:first-child{
	margin-bottom: 0;
}
.card-body2 h2:last-child{
	margin-bottom: 12px;
}
.card-body2 h5{
	font-weight: bold;
    font-size: 1.1rem;
    line-height: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    color: #2f5072;
    margin-bottom: 4px;
}

.card-body2 p{
	font-size: 16px;
	line-height:1.2;
	color:#2f5072;
}
.card-header-tabs{
	display: flex;
}

.card-header-tabs .ui-widget-header{
	display: flex;
	width: 100%;
}

.card-header-tabs ul {
    list-style-type: none;
	margin: 0;
    padding: 0;
    border-bottom: 3px solid #FF5C77;
	margin-bottom: 30px;
	
}

.card-header-tabs li {
    width:calc(100% / 5);
    text-align: center;
    box-sizing: border-box;
    background-color: #e2e2e2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0 2px;
	
    float: left;
}	
.card-header-tabs li a{
	display: block;
	width: 100%;
	padding: 11px 30px;
}

.card-header-tabs .ui-tab.ui-tabs-tab{
	background-color: #e2e2e2;
	color: #5F5F5F;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.card-header-tabs .ui-tab.ui-tabs-tab.ui-tabs-active{
	background-color: #FF5C77;
	color: #fff;
	font-weight: bold;

}






.card-header-tabs-ESG{
	display: flex;
}

.card-header-tabs-ESG .ui-widget-header{
	display: flex;
	width: 100%;
}

.card-header-tabs-ESG ul {
    list-style-type: none;
	margin: 0;
    padding: 0;
    border-bottom: 3px solid #4C9F38;
	margin-bottom: 30px;
	
}

.card-header-tabs-ESG li {
    width:calc(100% / 5);
    text-align: center;
    box-sizing: border-box;
    background-color: #e2e2e2;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0 2px;
	
    float: left;
}	
.card-header-tabs-ESG li a{
	display: block;
	width: 100%;
	padding: 11px 30px;
}

.card-header-tabs-ESG .ui-tab.ui-tabs-tab{
	background-color: #e2e2e2;
	color: #5F5F5F;
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.card-header-tabs-ESG .ui-tab.ui-tabs-tab.ui-tabs-active{
	background-color: #FF5C77;
	color: #fff;
	font-weight: bold;

}
.card-header-tabs-ESG .ui-tab.ui-tabs-tab.ui-tabs-active{
	background-color: #4C9F38;
	color: #fff;
	font-weight: bold;

}





.btn-style {
	--bs-btn-color: #1e252b;
	--bs-btn-bg: #ffffff;
	--bs-btn-border-color: #d3d5ee;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #163a5a;
	--bs-btn-hover-border-color: #6c757d;
	--bs-btn-focus-shadow-rgb: 108, 117, 125;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #6c757d;
	--bs-btn-active-border-color: #6c757d;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #6c757d;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #6c757d;
	--bs-gradient: none;
	box-shadow: 0px 2px 5px rgba(170, 170, 170, 0.671);
	margin: 2px 2px ;
}

.h6-style{
	margin-top: -2rem;
    font-size: 16px;
    color: #FF5C77;
    font-weight: 600;
}

.tip-style{
	font-size: 16px;
	text-align: left;
	padding: 30px 20px 20px 20px;
	line-height: 2rem;
	color: #262c31;
}



.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    font-size: 26px;
	font-weight: 600;
	letter-spacing: 0px;
}


.accordion {
    --bs-accordion-color: #ffffff;
	--bs-accordion-bg: 0;
    --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
	--bs-accordion-border-color: 0;
	--bs-accordion-border-width: 0;
	--bs-accordion-border-radius: 0;
	--bs-accordion-inner-border-radius: 0;

    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #ffffff;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon:url("../images/chevron-down.svg");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("../images/chevron-down.svg");
    --bs-accordion-btn-focus-border-color: #F7AE50;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #ffffff;
	padding-bottom: 5rem;
}

.accordion-button:not(.collapsed) {
    color:#FF5C77;
    background-color: #FDF8EE;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
	font-weight: 600;
	font-size: 22px;
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    line-height: 30px;
    letter-spacing: 0.5px;
    font-size: 20px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 50px;
    padding-bottom: 10px;
}

.notice{
margin-bottom: 0%;
margin-top: 0%;
background-color: #F5F5F5
}

.notice h4{
font-weight: 800;
}

.notice li span{
color:#ff1616;
}

.notice li{
    font-size: 18px;
    color: #181818;
    margin-left: 0px;
}

/*.notice{
	color:  #2c240b;
	line-height: 36px;
	font-size: 20px;
	padding-bottom: 5rem;
}*/

.the    p2 {
font-size:18px;
line-height:35px;
padding-bottom: 20px;
text-align:center;
margin: auto 0;
color: #2c240b;
}

.warning li{
font-size: 14px;
}




.cis{
	font-size: 12px;
    color: #676767;
}


/*---FOOTER字體顏色---*/
.text-muted {
--bs-text-opacity: 1;
color: #fff !important;
}

.footer-lg{
display: block;
}

.footer-sm{
display: none;
}

.thep2 {
	font-size:20px;
	line-height:35px;
	padding-bottom: 20px;
	text-align:center;
	margin: auto 0;
	color: #FF5C77;
	}
.thep2:hover {
	font-size:20px;
	line-height:35px;
	padding-bottom: 20px;
	text-align:center;
	margin: auto 0;
	color: #475A66;
	}

/* 展開收合效果 */
.slide_toggle-2 {
text-align: center;
font-weight: bold;
color:#FF5C77;
font-size: 20px;
overflow:hidden;
padding-top: 20px;
padding-left: 10px;

}

.slide_toggle-2:hover {
text-align: center;
font-weight: bold;
color:#576DBD;
font-size: 20px;
overflow:hidden;
padding-top: 20px;
padding-left: 10px;
}


.slide_toggle-2 + div {
    text-align: left;
    font-size: 1em;
  
    width: 65%;
    overflow: hidden;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 30px 40px 30px 40px;
    background: #ffffff;
    border-radius: 20px;
    border: 2px solid #FF5C77;
	background-color: #FFFAFB;
}

.accordion-item {
    background-color: #FDF8EE;
    margin-bottom: 12px;
}

.accordionBox .accordion-item:last-child{
     margin-bottom: 0px;
}
.accordion-button{
   color: #475a66; 
}
.accordion-body > p{
    color: #475a66;
    padding-left: 10px;
    padding-right: 10px;
}



.box1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.box1 .imgBox{
    width: 300px;
}
.box1 .accordionBox{
    width: calc(100% - 300px)
}


/*選單*/

.featured-services .check-box {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 30px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

	

.radio-h5{
	padding-right: -250px;
	color: #2F5072;
}


.radio-container {
	 display: inline-block;
	 position: relative;
	 padding-left: 30px;
	 margin-right: 15px;
	 cursor: pointer;
	 font-size: 18px;
	 line-height: 24px;
     color: #282828;
}
 .radio-container input {
	 position: absolute;
	 opacity: 0;
	 cursor: pointer;
}
 .radio-container input:checked ~ .checkmark {
	 border: 1px solid #324b98;
	 background: #324b98;
}
 .radio-container input:checked ~ .checkmark:after {
	 display: block;
}
 .radio-container input[disabled] ~ .checkmark {
	 background: #c8c8c8;
	 border: none;
	 cursor: not-allowed;
}
 .radio-container .checkmark {
	 position: absolute;
	 top: 1px;
	 left: 3px;
	 height: 20px;
	 width: 20px;
	 border: 1px solid #c8c8c8;
	 border-radius: 50%;
	 transition: all 0.4s;
	 -webkit-transition: all 0.4s;
}
 .radio-container .checkmark:after {
	 content: &#34;
	&#34;
	;
	 position: absolute;
	 display: none;
	 left: 7px;
	 top: 2px;
	 width: 5px;
	 height: 12px;
	 border: solid #fff;
	 border-width: 0 3px 3px 0;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
}
 .radio-container:hover input ~ .checkmark {
	 border-color: #324b98;
}




/*選單buttom*/

.check-btn {
    margin-top: 50px;
    text-align: center;
}
.btn a {
    margin: 10px 10px;
}
.check-btn .button {
	border-radius: 10px;
	border: 1px solid #FF4B2B;
	background-color: #FF4B2B;
	color: #FFFFFF;
	font-size: 18px;
    letter-spacing: 1.8;
	font-weight: 600;
	padding: 10px 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
    text-decoration: none;
}
.check-btn .button:hover {
	color: #FFFFFF;

}

.check-btn .button:active {
	transform: scale(0.95);
}

.check-btn .button:focus {
	outline: none;
}

.check-btn .button-ghost {
    border-radius: 10px;
    padding: 10px 50px;
	margin-left: 30px;
	background-color: transparent;
	border: 2px solid #ff4b2b;
    color: #ff4b2b;
	font-size: 18px;
	font-weight: 600;
    text-decoration: none;
}
.check-btn .button-ghost:hover {
    color: #ff4b2b;
}

.btn .button-home {
    border-radius: 50px;
    padding: 12px 50px;
	border: 4px solid #e0c52f;
    background-color: #5f31ac;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
}

input {
	background-color: #eee;
	border: none;
	padding: 12px 10px;
	margin: 8px 0;
	width: 100%;
}








.featured-services .icon-box {
   	
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #FDD4DB;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #FF5C77;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #FF5C77;
  transition: all 0.3s ease-in-out;
	display: block;
	width: 50px;
	height: 50px;

}
.featured-services .icon i.world{
	width: 50px;
	height: 50px;
	background-image: url('../images/world_r.svg');
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
	
	/*-webkit-mask-image:url('../images/world.svg');
	mask-image:url('../images/world.svg');
	background-color:#FF5C77; */
	
}
.featured-services .icon-box:hover .icon i.world{
	width: 80px;
	height: 80px;
	background-image: url('../images/world.svg');
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
}


.featured-services .icon i.calcu{
	background-image: url('../images/calcu_r.svg');
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
	/*-webkit-mask-image:url('../images/calcu.svg');
	mask-image:url('../images/calcu.svg');
	background-color:#FF5C77; */
	
}
.featured-services .icon-box:hover .icon i.calcu{
	width: 80px;
	height: 80px;
	background-image: url('../images/calcu.svg');
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
}


.featured-services .icon i.dollar{
	background-image: url('../images/dollar_r.svg');
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
	/*-webkit-mask-image:url('../images/dollar.svg');
	mask-image:url('../images/dollar.svg');
	background-color:#FF5C77;*/
}
.featured-services .icon-box:hover .icon i.dollar{
	width: 80px;
	height: 80px;
	background-image: url('../images/dollar.svg');
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
}
/*-.featured-services .icon-box:hover .icon i{
	background-color:#FFF; 
}*/


.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 26px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}


.img-btn-type{
    width: 35%;
    height: auto;
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.hvr-underline-reveal:before {
    background: #FF5C77;
    height: 3px;
}


.card-txt-box{
	display: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}
.card-txt-box li{
	width: calc(100% / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 5 2 5 2;
}

.card-header-tabs li:first-child {
	margin-left: 0;
}
.card-header-tabs li:last-child {
	margin-right: 0;
}
.containetargetBox{
	padding: 0px;
}

/*表格*/

table, td, th {
    font-size: 16px;
}

img { border:0}


ul{ list-style:none; }


.table01 thead th {
    background: #D9CBB0;/*表格上方色*/
    text-align: center;
    color: #453F33;
    font-family: "微軟正黑體";
    /*font-weight: bold;*/	
	
}

.table01 tbody th{background:#fff; color:#333333;text-align: center; }
.table01 tbody td{background:#CFCFCF; text-align: center;}

	 	
	 
.center {
	padding-top: 30px;
	padding-right: 0;
	padding-left: 40px;
	padding-bottom: 0px;
	font-size:1.5em;
}	 
	
.title01 {
	font: 22px/1.5 微軟正黑體,Arial;
	background: url(icon_title001.png) no-repeat 5px 16px;
	color: #333;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 40px;
	padding-bottom: 10px;
	
}

.title01 span {
        float: right;
        line-height: 1.5;
    }
	
h1 {
	text-align: center;
	color: #5B5B5B;
}	

h2.h2 {
    margin-top: 1em;
    font-size: 1em;
}

/*---- table ----*/
.table01 {
    border-collapse: collapse;
    margin-bottom: 1px;
    margin-top: 1px;
	width:100%;
}

.table01 th {
        background: #E0E0E0;
        padding: 10px 0;
        border: 1px #969696 solid;
        color: #000;
        text-align: center;
        font-weight: normal;
 }

.table01 td {
        border: 1px #C6C6C6 solid;
        padding: 10px;
    }

.table01 tfoot td {
        background: #eae8e8;
        text-align: center;
        height: 300px;
    }

.table01 h1 {
        font: 16px/1.5 微軟正黑體,Arial;
        color: #cc0000;
        margin-bottom: 5px;
    }

.table01 tfoot td p {
        font: 16px/1.5 微軟正黑體,Arial;
        color: #cc0000;
    }

.table01 tr:nth-child(odd) td {
        background: #ebebeb;
    }

.table01 tr:nth-child(even) td {
        background: #ebebeb;
    }
   /*表格上移會變色
    .table01 tr:hover td {
        background: #ffb6ba;
    }*/

.table01 tr.sum td {
        background: #cfcfcf;
    }

.table01 .title {
        text-align: center;
    }

.table01 .content {
        text-align: center;
    }

.table01 .sum .title {
        text-align: center;
        border-right-color:transparent;
    }

.table01 .sum .content {
        text-align: right;
    }

.table_inner {
    min-width: 150px;
    box-shadow: 0 0 2px rgba(20%, 20%, 20%, .5);
}

.table_inner td,
.table_inner th {
        padding: 2px;
        font-size: 12px;
        text-align: center;
    }

.table_inner tr:nth-child(odd) th,
.table_inner tr:nth-child(even) th {
        background-color: #ff7075;
    }

.table_inner tr:nth-child(odd) td,
.table_inner tr:nth-child(even) td {
        background-color: #f2f2f2;
    }
      
.table_inner tr:nth-child(odd) td.title,
.table_inner tr:nth-child(even) td.title {
            text-align: left;
            background-color: #ffacaf;
        }



.table01 tr.hoverStyle1 td {
	background-color: #EBEBEB;
}

.table01 tr.hoverStyle2 td {
	background-color: #FFFFFF;
}

samp{ font-family: "微軟正黑體"; }

.OpenAccount{
	list-style-type: decimal;
	padding-left: 2em;
	margin-bottom: 30px;
	}











/* ============================= pad ================================== */	
@media (min-width: 768px) and (max-width: 991.98px){

.logotype{
    width: 180px;
}
.logotype.logoImg{
    width: 180px;
}	
	

.nav-item{
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-left: 30px;
}
	
.open{
	
	background-color: #ff5c77;
    border-radius: 5px;
    padding: 5px;
    color: rgb(255, 255, 255);

}	

.order{
    background-color: #E6291A;
    border-radius: 5px;
    padding: 5px;
    color: rgb(255, 255, 255);
    margin-top: 0px;
}	


.head{

    width: 100%;

    background-size: cover;
    position: relative;
    overflow: hidden;
}
    
.sixty{
	width: 50px;
    height: 50px;
    position: relative;
    z-index: 2;
    top: 50px;
}
	
	

.box {
    width: 60%;
    height: auto;
    background-position: center;
    position: relative;
    z-index: 1;
    right: 25%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 120px;
    margin-bottom: 10px;
    padding-top: 5%;
}


.box2{
	width: 100%;
    height: auto;
    position: relative;
    z-index: 2;

    margin: 0 auto;
}


.main-section{
	height: auto;
}

.feature{
	color: #fff;
	padding-left: 13px;
	line-height: 32px;
	letter-spacing: 0.5px;
	font-size: 26px;
}

.h1-style{
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	letter-spacing: 1px;
	color: #333131;
}

.wrap1{
	background-position: bottom center;
}

.h3-style{
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    padding-top: 3rem;
    padding-bottom: 1rem;
}


.step-img{
    width: 100%;
    height: auto;
}

.step-p-style{
    font-size: 20px;
    padding: 10px 20px 5px 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.h5-style{
	font-weight: bolder;
	font-size: 22px;
}

.three-img{
	padding-top: 0rem;
}

.card-title {
    line-height: 100%;
}



.card-body{
	margin-bottom: 0rem;
}

.btn-style {
	box-shadow: 0px 2px 5px rgba(170, 170, 170, 0.671);
	margin: 5px 0px 5px 0px ;
}


.accordion-button {
    font-size: 18px;
}



.accordion-body {
	line-height: 28px;
	letter-spacing: 0px;
	font-size: 18px;
	padding-top: 10px;
    padding-right: 30px;
    padding-left: 50px;
    padding-bottom: 10px;
}

.notice h4{
font-size: 18px;
}

.notice li span{
text-align: left;
color:#e61e1e;
font-size: 1em;
}

.notice li{
font-size: 14px;
color: #161515;
}
    
    
/*.notice{
	line-height: 30px;
	font-size: 16px;
}*/

.thep2 {
font-size:18px;
line-height:35px;
padding-bottom: 20px;
text-align:center;
margin: auto 0;
color: #2c240b;
}

.warning li{
font-size: 14px;
} 

.cis{
    font-size: 10px;
}

.footer-lg{
    display: none;
}

.footer-sm{
    display: block;
    font-size: 13px;
}
 
    

.box1 .imgBox{
    width: 200px;
}
.box1 .accordionBox{
    width: calc(100% - 200px)
}    


}


.featured-services .icon-box {
  width: 100%; 	
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #FDD4DB;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: #FF5C77;
  top: 0;
  border-radius: 0px;
}
.featured-services .icon-box:hover h4 {
  color: #FFF;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #FF5C77;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}
.featured-services .title a {
  color: #111;
}
.featured-services .description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}



.plan-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.plan-section__inner {
  max-width: 992px;
  position: relative;
  margin: 0 auto;
  width: calc(100% - 80px);
}


.plan-section__title {
  font-size: 0;
}

.plan-section__title + .plan-section__features {
  margin-top: 72px;
}

.plan-section-features {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.plan-section-features__item {
  flex-basis: calc(50% - 6px);
  flex-shrink: 1;
  flex-grow: 0;
  margin-right: auto;
}

.plan-section-features__item:first-child {
  flex-basis: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  margin-bottom: 12px;
}
.plan-section-features__item:last-child {
  margin-right: 0;
}

.plan-section-feature-block {
  height: 240px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.plan-section-feature-block,
.plan-section-feature-block:active,
.plan-section-feature-block:focus,
.plan-section-feature-block:hover {
  color: #fff;
  text-decoration: none;
}

.plan-section-feature-block > * {
  position: relative;
  z-index: 2;
}

.plan-section-feature-block__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden;
}

.plan-section-feature-block__bg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.plan-section-feature-block--special .plan-section-feature-block__bg:after {
  background-color: rgba(172, 31, 53, 0.6);
}

.plan-section-feature-block--special:hover .plan-section-feature-block__bg:after {
  background-color: rgba(0, 0, 0, 0.8);
}

.plan-section-feature-block:not(.plan-section-feature-block--special):hover .plan-section-feature-block__bg:after {
  background-color: rgba(172, 31, 53, 0.8);
}

.plan-section-feature-block__title {
  font-size: 1.5rem;
  font-family: "Noto Sans TC", sans-serif;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  line-height: 130%;
}
.plan-section-feature-block__title span {
  font-weight: 300;
  font-size: 1.4rem;
}

.plan-section-feature-block__title + .plan-section-feature-block__descrp {
  margin-top: 4px;
}

.plan-section-feature-block__descrp {
  font-size: 1.125rem;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.box6{
    width: 80%;
    height: auto;
    background-position:center; /*背景圖置中*/
    position: relative;
    z-index:1;
    right:1%;
    margin: 30px auto;
    
}
@media (max-width: 1440px) {
	.card-body {
		margin-bottom: 1rem;
		padding: 0px;
	}	
	.h5-style{
		font-size: 22px;
	}
	header .nav-item{
    	margin-left: 6px;
		font-size: 16px;
    }
}

@media (max-width: 992px) {
  .plan-section__inner {
    max-width: 450px;
    width: calc(100% - 40px);
  }
	.plan-section__title + .plan-section__features {
    margin-top: 24px;
  }
	.plan-section-features__item {
    flex-basis: calc(50% - 4px);
  }
	 .plan-section-features__item:first-child {
    margin-bottom: 8px;
  }
	  .plan-section-feature-block {
     height: 120px;
  }
	 .plan-section-feature-block__title {
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif;
    font-style: normal;
    line-height: 130%;
    letter-spacing: 0.02em;
    padding: 0 12px;
  }
  .plan-section-feature-block__title span {
    font-weight: 400;
    font-size: 16px;
  }
	 .plan-section-feature-block__descrp {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.02em;
  }
	  .plan-section-feature-block__descrp {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.02em;
  }
	
	
  .img-btn-type{
	width:90%;
	}
	.box6{
		width: 100%;
	}
/* == 手機版型區 ============================================================================= */
@media screen and ( max-width:767px ){


	.logotype{
		width: 164.5px;
		padding:10px 5px;
	}
	
	.logotype.logoImg{
		width: 164.5px;
		padding:10px 5px;
	}

	.navbar-nav {
		padding-left: 15px;
		margin-left: 15px;
		
	}

	.nav-item{
		font-size: 14px;
		margin-left: 0px;
	}

	/* == 刊頭 == */
	.head{
 height: 310px;
	}
	
	
.open{
	background-color: #ff5c77;
	border-radius: 5px;
	padding: 5px;
	color: rgb(255, 255, 255);
}

.order{
    background-color: #E6291A;
    border-radius: 5px;
    padding: 5px;
    color: rgb(255, 255, 255);
    margin-top: 0px;
}	

	
	.sixty{
		width: 50px;
		height: 50px;
		position: relative;
		z-index: 2;
		top: 10px;
		margin-right: 5px;
	}


	
	
	.box {
    width: 60%;
    height: auto;
    background-position: center;
    position: relative;
    z-index: 1;
    right: 25%;
    margin-top: 5px;
    margin-right: auto;
    margin-left: 120px;
    margin-bottom: 10px;
}


	.box2{
		width: 100%;
		height: auto;
		position: relative;
		z-index:2;
		right:0%;
		margin: 0 auto;
	}


	.feature{
		color: #fff;
		padding-left: 8px;
		line-height: 22px;
		letter-spacing: 0px;
		font-size: 16px;
	}


	.main-section{
		height: auto;
		padding-bottom: 2rem;
	}


	

	.h1-style{
		font-size: 16px;
		font-weight: 600;
		line-height: 22px;
		letter-spacing: 1px;
		color: #333131;
		margin-top: 20px;
	}


	.wrap1{
		background-position: bottom center;
	}


	.h3-style{
		text-align: center;
		font-weight: 800;
		font-size: 28px;
		padding-top: 2rem;
		padding-bottom: 1rem;
	}


	.step-img{
		width: 50%;
		height: auto;
	}

	.step-p-style{
		font-size: 16px;
		padding: 10px 30px 5px 30px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.h5-style{
		font-weight: 600;
		font-size: 24px;
	}

	.three-img{
		padding-top: 0rem;
		width: 50%;
	}

	/*.card-title {
		line-height: 2rem;
	}*/



	.card-body{
		margin-bottom:1rem;
		flex: 1 1 auto;
		padding:0;
	}


	.accordion{
		padding-bottom: 1rem;
	}

	.accordion-button {
		font-size: 16px;
	}



	.accordion-body {
		line-height: 22px;
		letter-spacing: 0px;
		font-size: 16px;
		padding: 10px 0 20px 0;
	}


	.tip-style{
		font-size: 14px;
		line-height: 22px;
	}

	.notice{
	margin-bottom: 0%;
	}


	.notice h4{
	font-size: 18px;
	}

	.notice li span{
	text-align: left;
	color:#e61e1e;
	font-size: 1em;
	}

	.notice li{
	font-size: 14px;
	color: #161515;
	}

	.thep2 {
	font-size:18px;
	line-height:35px;
	padding-bottom: 20px;
	text-align:center;
	margin: auto 0;
	color: #FF5C77;
	}
	
	.thep2:hover {
	font-size:18px;
	line-height:35px;
	padding-bottom: 20px;
	text-align:center;
	margin: auto 0;
	color: #FF5C77;
	}

	.warning li{
	font-size: 14px;
	}


	.slide_toggle-2 {
	text-align: left;
	line-height: 200%;
	font-size: 14px;
	overflow:hidden;
	padding-top: 2px;
	padding-left: 10px;
	}

	.slide_toggle-2:hover {
	text-align: left;
	line-height:200%;
	font-size: 14px;
	overflow:hidden;
	padding-top: 2px;
	padding-left: 10px;
	}

	.slide_toggle-2 + div {
	text-align: left;
	font-size: 14px;

	width:100%;
	overflow:hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20;
	margin-left: auto;
	padding:30px 15px 30px 15px;
	}
	


	.cis{
	font-size: 12px;
	color: #676767;
	}

	.footer-lg{
	display: none;
	}

	.footer-sm{
	display: block;
	font-size: 13px;
	}



	.box1{
		display: flex;

		align-items: flex-end;
		flex-wrap: wrap;
	}
	.box1 .imgBox{
		width: 100%;
		display: flex;
    	justify-content: center;
	}
	.box1 .accordionBox{
		width:100%;
	}   
	.box6{
		width: 100%;
	}
	
	.card-txt-box li{
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.card-header-tabs{
		overflow: auto;
	}
	.card-header-tabs .ui-widget-header{
		width: max-content;
		margin-bottom: 0px;
	}
	.card-header-tabs li {
		margin: 0 4px;
		font-size: 14px;
		width: max-content;
	}
    
    	.card-header-tabs-ESG{
		overflow: auto;
	}
	.card-header-tabs-ESG .ui-widget-header{
		width: max-content;
		margin-bottom: 0px;
	}
	.card-header-tabs-ESG li {
		margin: 0 4px;
		font-size: 14px;
		width: max-content;
	}
    
	.card-body2 h5{
		margin-bottom: 0;
	}
	
	/*燈箱scrollbar*/


.modal-body {
   max-height: calc(100vh - 110px);
   overflow-y: auto;
}
	
.navbar-brand img{
	width: 60%;
	margin-left: 10px;
}


	
.radio-tr {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	padding-bottom: 30px;
}
.radio-h5 {
	color: #2F5072;
    width: 100%;
	
}
	
 /*ol,ul,dl {
	padding-left: 1rem;
    padding-right: 1rem;
}*/
	
	
	
		
}


    

/* says Section - Home Page
------------------------------*/
.says .says-item {
  color: rgba(var(--color-default-rgb), 0.8);
}

.says .says-item+.says-item {
  margin-top: 100px;
}
    
   

@media (max-width: 768px) {
  .says .says-item+.says-item {
    margin-top: 40px;
  }
}

.says .says-item h3 {
  color: var(--color-secondary);
  font-weight: 700;
  font-size: 26px;
}

.says .says-item .btn-get-started {
  background-color: var(--color-primary);
  color: var(--color-inverse);
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
}

.says .says-item .btn-get-started:hover {
  background-color: rgba(var(--color-primary-rgb), 0.9);
}

.says .says-item ul {
  list-style: none;
  padding: 0;
}

.says .says-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.says .says-item ul li:last-child {
  padding-bottom: 0;
}

.says .says-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.says .says-item img {
  border: 6px solid var(--color-box-background);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.says .says-item .says-img-bg {
  position: relative;
  min-height: 500px;
}

@media (max-width: 640px) {
  .says .says-item .says-img-bg {
    min-height: 300px;
  }
}

.says .says-item .says-img-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.says .says-item .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.says .says-item .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}

.says .says-item .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
}
