@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Verdana, 'Microsoft JhengHei', '微軟正黑體', sans-serif, Arial;
	
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
	font-family: "微軟正黑體", "MS UI Gothic", Arial, Helvetica, sans-serif;
}
.show--sm {
  display: none;
}	
.clearboth {clear: both;}
.upline1{
	text-decoration: underline;
}
.black{
	color: #000;
}
.green1bg{
	background-color: #c9e7e7;
}
.blue1bg{
	background-color: #DFF1FC;
}
.blue2{
	color: #005280;
}
.blue3{
	color: #008fc7;
}
.red1{
	color: #e50011;
}
.red2{
	color: #ca4643;
}
.white1{
	color: #FFF;
}
.container {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
.header{
	height: 60px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	z-index: 50;
	top: 0px;
	box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.3);
	}
.h-containt{
	width: 1675px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60px;
	}
.logo-l{
	width: 170px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
.logo-phone{
	width: 122px;
	float: right;
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	}
.logo-web a{
	width: 132px;
	float: right;
	padding: 0px;
	margin-top: 20px;
	margin-right: 15px;
	display: block;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	}
/*------------------------footer------------------------*/
.footer {
	background-color: #21587e;
	text-align: center;
	color: #fff;
	padding: 20px 15px;
}
.footer a{
	color: #fff;
}
.footer_txt14 {
	font-size: 14px;
}	
.footer_container {
    width: 1000px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size:16px;
    position: relative;
    box-sizing: border-box;
}
.footer_container p{
	margin: 0px;
	padding: 0px;
}
/*------------------------POP UP------------------------*/
#pop1{
	cursor: pointer;
}
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	background-color: rgba(143, 143, 143, 0.5);
	display: none;
}
.rbox2{
	background-color: #FFF;
	height: 408px;
	width: 590px;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 2%;
}
.rimg{
	height: 408px;
	width: 590px;
	display: block;
}
.rimg_m{
	display: none;
}
.rclose{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../../img/campaign_2024redemption/rclose.jpg);
	background-position: center top;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}

/*------------------------KV------------------------*/
.kvstyle{
	width: 100%;
	min-height: 600px;
}

.tagBlock{
	position: relative;
	min-height: 150px;
}


.tagText{
	display: inline-block;
	background: #54bec0;
	color: #fff;
	font-size: 32px;
	padding: 25px 30px 50px 30px;
	-webkit-border-bottom-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-moz-border-radius-bottomright: 50%;
	-moz-border-radius-bottomleft: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
	position: absolute;
	right: 0;
}

.couponBlock{
	text-align: center;
}

.couponBlock h1{
	color: #106083;
	font-size: 58px;
	font-weight: bold;
	margin: 0;
}

.couponBlock h1 >span{
	font-weight: normal;
	padding-left: 8px;
}
.fixPic{
	max-width:394px;
	margin: 10px auto;
}
.fixPic > img{
	width: 100%;
}

.couponBlock p{
	color: #000;
	font-size: 35px;
	font-weight: normal;
}

.couponBlock p > span{
	color: #2980a8;
	font-weight: normal;
	padding-left: 8px;
}

.loginBlock{
	text-align: center;
	margin: 0 auto;
}

.loginBlock h1{
	color: #316591;
	font-size: 46px;
	margin: 0 ;
}

.loginBox{
	background: #cfe9f7;
	width: 80%;
	margin: 30px auto;
	padding: 40px 80px;
	box-sizing: border-box;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

.idBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.idBox .seat{
	flex: 1;
}

.idBox label{
	font-size: 20px;
	font-weight: bold;
	padding-right: 10px;
	display: inline-block;
}

.idBox input{
	width: 60%;
	height: 45px;
	border: 0;	
	font-size: 20px;
	padding: 5px 15px;
	box-sizing: border-box;
}

.idBox button{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: #008fc7;
	padding: 8px 48px;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
	border: 0;
	position: relative;	
}

.idBox button ::after{
	content: "";
	display: inline-block;
	width: 26px;
	height: 24px;
	background: url(../../img/campaign_2024redemption/arrow.png) no-repeat;
	background-size: 100% 100%;	
}

.noticeArea{
	margin-top: 30px;
	border-top: 1px solid #316591;
}

.noticeArea li{
	text-align: left;
	list-style: disc;
}

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

.tagText {
	font-size: 20px;
	padding: 15px 15px 30px 15px;
}

.tagBlock {
    min-height: 110px;
}

.couponBlock h1 {
	font-size: 32px;
}
.couponBlock h1 >span {
	padding-left: 0px;
	display: block;
}
.fixPic {
    max-width:80%;
    margin: 10px auto;
}
.couponBlock p{
	font-size: 24px;
	margin: 0;
}
.couponBlock p > span {
    display: block;
    padding-left: 0px;
}
.kvstyle {
    min-height: 420px;
}
.loginBlock h1 {
    font-size: 32px;
}

.loginBox {
    width: 96%;
    margin: 20px auto;
    padding: 40px 20px;
}

.idBox .seat {
    width: 100%;
    flex-basis: 100%;
    text-align: left;
}
.idBox label {
    font-size: 20px;
    font-weight: bold;
    padding-right: 0px;
	padding-bottom: 10px;
}

.idBox input {
    width: 100%;
}

.idBox button {
   width: 96%;
   margin: 15px auto;
}

}

@media only screen and (min-width:768px) and (max-width:979px){
.tagText {
	font-size: 24px;
	padding: 20px 20px 36px 20px;
}
.kvstyle {
	width: 78%;
	margin:  0 auto;
	
}
.couponBlock h1 {
    font-size: 42px;
}
.couponBlock p {
    font-size: 32px;
}
.loginBlock h1 {
    font-size: 42px;
}

.loginBox {
    width: 92%;
    margin: 20px auto;
    padding: 40px 40px;
}

.loginBlock {
    width: 78%;
    text-align: center;
    margin: 0 auto;
}

.idBox label {
    font-size: 24px;
}

.noticeArea {
    font-size: 18px;
}

.idBox .seat {
    flex: 1;
    width: 100%;
    flex-basis: 100%;
}
.idBox button {
    width: 90%;
    margin: 0 auto;
	margin-top: 20px;
}
}





/*------------------------3大觀念培養理財力區------------------------*/	
.t1{
	font-weight: bolder;
	display: block;
	text-align: center;
	vertical-align: bottom;
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
}
.txt42{
	font-size: 42px;
	line-height: 42px;
	color: #008fc6;
}
.txt30{
	font-size: 30px;
	line-height: 42px;
	color: #00527F;
}
.step_box{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	display: block;
}
.step_box_m{
	display: none;
}
.step1{
	height: auto;
	width: 300px;
	margin: 0px;
	padding-top: 32px;
	padding-right: 15px;
	padding-bottom: 32px;
	padding-left: 15px;
	background-color: #008FC6;
	border-radius: 15px;
	float: left;
	display: block;
	box-sizing: border-box;
	}
.icon1{
	margin: 0px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 12px;
	float: left;
	height: 45px;
	width: 45px;
	display: block;
}
.txt24{
	font-size: 24px;
	line-height: 57px;
	color: #FFF;
	font-weight: bolder;
	width: 195px;
	float: left;
	text-align: center;
	display: block;
	
}
.txt24_line2{
	font-size: 24px;
	color: #FFF;
	font-weight: bolder;
	height: 57px;
	vertical-align: middle;
	display: block;
	line-height: 30px;
	width: 195px;
	float: left;
	text-align: center;
}	
.step1txt_box{
	height: auto;
	width: 728px;
	float: left;
	display: block;
	padding-left: 28px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.padding_t20{
	padding-top: 15px;
}
.step1txt_box h3{
	font-size: 21px;
	line-height: 36px;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
.mark_box{
	height: auto;
	width: 100%;
	margin: 0px;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.mark1{
	height: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #dceef8;
	border-radius: 5px;
	float: left;
	display: block;
	box-sizing: border-box;
	}
.icon2{
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.txt21{
	font-size: 21px;
	line-height: 28px;
	color: #00527F;
	font-weight: bolder;
}	
.txt21_float{
	font-size: 21px;
	line-height: 38px;
	font-weight: bolder;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}	
.arrow_box{
	height: auto;
	width: 300px;
	margin: 0px;
	padding-top: 26px;
	padding-right: 15px;
	padding-bottom: 26px;
	padding-left: 15px;
	float: left;
	display: block;
	box-sizing: border-box;
	text-align: center;
	}
/*------------------------採用人人適合的ETF 開啟投資第一步區------------------------*/		
.t2{
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	text-align: center;
	}
.icon_n{
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block;	
}
.txt30b{
	font-size: 30px;
	line-height: 54px;
	color: #00527F;
	font-weight: bolder;
	display: inline-block;
	vertical-align: top;
}	
.txt30c{
	font-size: 30px;
	line-height: 54px;
	color: #00527F;
	font-weight: bolder;
	display: inline-block;
	padding-left: 30px;
	vertical-align: top;
}	
.menu{
	height: auto;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 50px;
	}
.menu ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.menu li img{
	margin-right: 6px;
	margin-left: 6px;
	
}
.menu2{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.menu2_ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 100%;
	text-align: center;
}
.menu2_li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 1%;
	list-style-type: none;
}
.etf{
	height: 470px;
	width: 530px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 24px;
	padding-left: 40px;
	position: relative;
	z-index: 2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.etf_h1{
	display: block;
	height: 42px;
	width: 330px;
	position: absolute;
	left: 100px;
	top: -19px;
	z-index: 10;
	background-image: url(../../img/campaign_2024redemption/t2_h1.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 24px;
	color: #FFF;
	font-weight: bolder;
	padding-top: 5px;
	text-align: center;
}
.etf_img{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
	display: block;
	z-index: 5;
}
.etf_h2{
	font-size: 30px;
	color: #008FC6;
	font-weight: bolder;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008fc6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.etf_ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 70%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12%;
	}
.etf_li {
	display: list-item;
	font-size: 19px;
	line-height: 28px;
	color: #000;
	font-weight: normal;
	text-align: left;
	list-style-type: disc;
}
.padding_b28{padding-bottom: 28px;}
.etf_btn a{
	color: #008FC6;
	font-size: 16px;
	line-height: 28px;
	padding: 0px;
	border-radius: 50px;
	border: 2px solid #008FC6;
	height: 28px;
	width: 104px;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	}
.etf_btn a:hover{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
	padding: 0px;
	border-radius: 50px;
	border: 2px solid #008FC6;
	height: 28px;
	width: 104px;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #008FC6;
	text-decoration: none;
	}
/*------------------------限時優惠區------------------------*/	
.t3{
	height: auto;
	width: 1140px;
	border-radius: 20px;
	border: 2px solid #00527f;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.t3 h2{
	font-size: 30px;
	color: #008fc6;
	font-weight: bolder;
	line-height: 44px;
	display: block;
	text-align: center;
	height: 44px;
	width: 138px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -22px;
	left: 501px;
	z-index: 10;
	background-color: #FFF;
}
.t3 h3{
	line-height: 42px;
	font-weight: bolder;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.txt24b{
	font-size: 24px;
}
.txt35{
	font-size: 35px;
}
.t3 p{
	font-size: 19px;
	line-height: 29px;
	color: #717071;
	font-weight: bolder;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}
	
/*------------------------立即設定表單區------------------------*/	
.content{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0px;
    padding-right: 0px;	
	padding-left: 0px;
	}	
.padding_t10{
	padding-top: 10px;
	}
.padding_b10{
	padding-bottom: 10px;
	}		
.padding_t60{
	padding-top: 60px;
	}
.padding_b60{
	padding-bottom: 60px;
	}			
.kv1140{
	height: auto;
	width: 1140px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
.box_form{
	height: auto;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	background-color: #dff2fc;
	border-radius: 20px;
	box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.2);
	}
.box_form h3{
	font-size: 28px;
	color: #005280;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 30px;
	margin: 0px;
	text-align: center;
	}	
.box_form2{
	height: auto;
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-color: #FFFFFF;
	}	
.content_a{
	display: none;
}
.content_b{
	display: none;
}	
.box_form2_area{
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	
}   	
.leftbox{
	font-size: 20px;
	line-height: 38px;
	height: auto;
	width: 155px;
	float: left;
	text-align: center;
	display: block;
	font-weight: bolder;
	color: #005280;	
}   
.rightbox{
	position: relative;
	width: 645px;
	height: auto;
	display: block;
	float: left;	
    
}	
.spacer80{
	height: 20px;
	width: 83px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.float_l {
	float: left;
}
.txt18{
	font-size: 18px;
	color: #000;
}
.txt18_new{
	font-size: 18px;
	color: #000;		
}
.select_box{
	position: relative;
	width: 480px;
	height: 40px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #d5d5d5;
	margin-left: 8px;
}
.question_box{}
.radio_margin_m {
	margin-left : 0em;
}
.text_indent_m{
	margin-left : 0em;
    text-indent : 0em ;	
}
.input_box{
	position: relative;
	width: 100px;
	height: 24px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-left: 5px;
	padding-top: 8px;
	}
.input_txt{
	width: 100%;
	height: 24px;
	font-size: 18px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	outline: none;
	font-weight: normal;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 24px;
   }
.w144_box{
	font-size: 18px;
	line-height: 40px;
	height: auto;
	width: 150px;
	display: block;
	color: #000;	
}   
.w50_box{
	font-size: 18px;
	line-height: 40px;
	height: auto;
	width: 40px;
	display: block;
	color: #000;	
} 
.w170_box{
	font-size: 18px;
	line-height: 40px;
	height: auto;
	width: 148px;
	display: block;
	color: #000;
	padding-left: 38px;
	padding-right: 0px;
} 
.txt14_add{
	font-size: 14px;
	line-height: 20px;
	padding-left: 38px;
	height: auto;
	margin-left : 0em;
	text-indent : 0em;
	padding-bottom: 10px;
}
.txt14{
	font-size: 14px;
	line-height: 20px;
	padding-left: 10px;
	height: auto;
	margin-left : 0em;
    text-indent : 0em ;	
}
.formSubmit{
	text-align: center;
	padding-top: 0px;
	display: none;
}
.setBtn{
    display: inline-block;
    padding: 8px 72px;
    color: #fff;
    background: #008fc7;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}
.setBtn:hover{
    display: inline-block;
    padding: 8px 72px;
    color: #fff;
    background: #006c98;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}
/* *********************
    自製radiobox開始
**********************/
.radio_box {
	margin: 0.5em;
}
.radio_box input[type=radio] {
  position: absolute;
  opacity: 0;
}
.radio_box input[type=radio] + .radio-label:before {
  content: "";
  background: #FFFFFF;
  border-radius: 100%;
  border: 2px solid #9fa0a0;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio_box input[type=radio]:checked + .radio-label:before {
  background-color: #9fa0a0;
  box-shadow: inset 0 0 0 4px #FFFFFF;
}
.radio_box input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #9fa0a0;
}
.radio_box input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio_box input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
/* *********************
    自製select開始
**********************/
.pretty-select {
	/*移除箭頭樣式*/
	/*很關鍵 將預設的select選擇框樣式清除*/
	/*Chrome和Firefox裏面的邊框是不一樣的，所以複寫了一下*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	width: 100%;
	height: 40px;
	padding-left: 10px;
	padding-right: 26px;
	background-color: #FFFFFF;
	color: #000000;
	/*在選擇框的最左側中間顯示小箭頭圖片*/
	background-image: url(../../img/campaign_2024redemption/nav_type3.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 18px;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	right: 0px;
	top: 0px;
	font-weight: normal;
}
/*清除ie的預設選擇框樣式清除，隱藏下拉箭頭*/ 
.pretty-select::-ms-expand { 
  display: none; 
}
.pretty-select:hover{
  background-image: url(../../img/campaign_2024redemption/nav_type3b.png);
}
.pretty-select:focus{
  box-shadow: 0 0 5px 2px #467BF4;    
}
/*option選單區-背景色字體色*/ 
.op{
	color: #000000;
	background-color: #FFFFFF;
}
/*------------------------Notice------------------------*/
.m1t{
	font-size: 18px;
	color: #FFFFFF;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 48px;
	font-weight: bolder;
	display: block;
	background-color: #838385;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;	
	box-sizing: border-box;
}
.m1box{
	height: auto;
	width: 100%;
	background-color: #dbdcdc;
	display: block;
}
.m1{
	font-size: 14px;
	color: #888888;
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	line-height: 20px;	
}
.m1 h1{
	color: #717171;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.m1 a{
	color: #717171;
	text-decoration: underline;
	}
.m1 ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 23px;
	text-align: justify;
text-justify: distribute;
word-break: break-all;
}
.m1 ol li{
	margin: 0px;
	padding: 0px;
}
.m1 ol li a{
	color: #717171;
	text-decoration: underline;
}
.m1 ol ul{
	list-style-type: lower-alpha;
	width: 98%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
}
@media only screen and (min-width:980px) and (max-width:1674px){
.container {
	width: 100%;
}
.h-containt{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60px;
	}
			
}
@media only screen and (min-width:980px) and (max-width:1026px){
.container {
	width: 100%;
}
.w1a{
	height: auto;
	width: 540px;
	position: absolute;
	z-index: 10;
	top: 90px;
	left: 60px;
	}
.w2{
	height: auto;
	width: 566px;
	position: absolute;
	z-index: 11;
	top: 46px;
	left: 465px;
	}
.kv1140{
	height: auto;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.step1txt_box{
	height: auto;
	width: 690px;
	float: left;
	display: block;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.txt21_float{
	font-size: 21px;
	line-height: 38px;
	font-weight: bolder;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.mark1{
	height: auto;
	background-color: #dceef8;
	border-radius: 5px;
	float: left;
	display: block;
	box-sizing: border-box;
	padding: 5px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	}
.menu li img{
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	width: 32%;
}
.menu2{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.menu2_ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 100%;
	text-align: center;
}
.menu2_li {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	list-style-type: none;
}
.etf{
	height: 470px;
	width: 450px;
	display: inline-block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.etf_h1{
	display: block;
	height: 42px;
	width: 330px;
	position: absolute;
	left: 60px;
	top: -19px;
	z-index: 10;
	background-image: url(../../img/campaign_2024redemption/t2_h1.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 24px;
	color: #FFF;
	font-weight: bolder;
	padding-top: 5px;
	text-align: center;
}
.etf_img{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: center;
	display: block;
	z-index: 5;
}
.etf_h2{
	font-size: 30px;
	color: #008FC6;
	font-weight: bolder;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008fc6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.etf_ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 70%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12%;
	}
.etf_li {
	display: list-item;
	font-size: 19px;
	line-height: 28px;
	color: #000;
	font-weight: normal;
	text-align: left;
	list-style-type: disc;
}	
.t3{
	height: auto;
	width: 990px;
	border-radius: 20px;
	border: 2px solid #00527f;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}				
}
@media only screen and (min-width:768px) and (max-width:979px){
.container {
	width: 100%;
}
.show--sm {
    display: block;
  }	
.header{
	height: 60px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	z-index: 50;
	top: 0px;
	box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.3);
	}
.h-containt{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60px;
	}
.logo-l{
	width: 170px;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	}

/*------------------------footer------------------------*/
.footer {
	background-color: #21587e;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.footer a{
	color: #fff;
}
.footer_txt14 {
	font-size: 14px;
}	
.footer_container {
	max-width: 100%;
    width: 98%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size:16px;
    position: relative;
    box-sizing: border-box;
}
.footer_container p{
	margin: 0px;
	padding: 0px;
}
/*------------------------Notice------------------------*/
.m1t{
	font-size: 18px;
	color: #FFFFFF;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 48px;
	font-weight: bolder;
	display: block;
	background-color: #838385;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;	
	box-sizing: border-box;
}
.m1box{
	height: auto;
	width: 100%;
	background-color: #dbdcdc;
	display: block;
}
.m1{
	font-size: 14px;
	color: #888888;
	height: auto;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	line-height: 20px;
}
.m1 ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
}
.m1 ol ul{
	list-style-type: lower-alpha;
	width: 94%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6%;
}
/*------------------------POP UP------------------------*/
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	background-color: rgba(143, 143, 143, 0.5);
	display: none;
}
.rbox2{
	background-color: #FFF;
	height: 50%;
	width: 50%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 33px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow: auto;
}
.rimg_m img{
	height: auto;
	width: 100%;
}
.rimg_m{
	height: auto;
	width: 320px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.rimg{
	display: none;
}
.rclose{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../../img/campaign_2024redemption/rclose.jpg);
	background-position: center top;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
/*------------------------KV------------------------*/
.content1-1{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	display: block;
	background-image: url(../../img/campaign_2024redemption/kv1bgm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
	}
.kv1{
	padding: 0px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.w1a{
	height: auto;
	width: 90%;
	position: relative;
	z-index: 10;
	top: 0%;
	left: 0%;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.w1 img,.w2 img{
	height: auto;
	width: 100%;	
	}	
.w1{
	height: auto;
	width: 45%;
	display: block;
	position: relative;
	z-index: 5;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
.w1a h1{
	color: #006c99;
	font-size: 78px;
	line-height: 98px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
	font-weight: bolder;
	text-align: center;
	display: block;
	}
.w1a h2{
	color: #005280;
	font-size: 30px;
	line-height: 50px;
	padding: 0px;
	border-radius: 30px;
	border: 2px solid #005280;
	height: 50px;
	width: 80%;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.w2{
	height: auto;
	width: 70%;
	position: relative;
	z-index: 11;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	}
/*------------------------3大觀念培養理財力區------------------------*/	
.t1{
	font-weight: bolder;
	display: block;
	text-align: center;
	vertical-align: bottom;
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.txt42{
	font-size: 30px;
	line-height: 32px;
	color: #008fc6;
}
.txt30{
	font-size: 24px;
	line-height: 32px;
	color: #00527F;
}
.step_box{
	display: none;
}
.step_box_m{
	display: block;
	height: auto;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 2px solid #008FC6;
	border-radius: 10px;
	overflow: hidden;
	background-color: #008fc6;
	box-sizing: border-box;
}
.step_box_m h2{
	font-size: 22px;
	color: #FFF;
	font-weight: bolder;
	background-color: #008FC6;
	display: block;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.white_bg{
	background-color: #FFF;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.white_bg h3{
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px;
	clear: both;
	padding-top: 12px;
	padding-right: 3%;
	padding-bottom: 12px;
	padding-left: 3%;
	width: 94%;
	height: auto;
	background-color: #FFF;
	text-align: justify;
	text-justify: distribute;
	word-break: break-all;
	display: block;
}	
.mark_box_m{
	height: auto;
	width: 96%;
	margin: 0px;
	display: block;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	clear: both;
	background-color: #FFF;
	}
.mark1m{
	height: auto;
	background-color: #dceef8;
	border-radius: 10px;
	float: left;
	display: block;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
	width: 46%;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	position: relative;
	text-align: justify;
text-justify: distribute; 
	}
.icon2m{
	position: absolute;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	left: 0px;
	top: -14px;
	right: 0px;
	z-index: 10;
	height: 25px;
	width: 25px;
}
.txt21{
	font-size: 16px;
	line-height: 24px;
	color: #005280;
	font-weight: bolder;	
}	
.arrow_box img{
	height: auto;
	width: 100%;
	}
.arrow_box{
	height: auto;
	width: 5%;
	float: none;
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
/*------------------------採用人人適合的ETF 開啟投資第一步區------------------------*/		
.t2{
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	}
.icon_n{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;	
}
.txt30b{
	font-size: 24px;
	line-height: 34px;
	color: #00527F;
	font-weight: bolder;
	display: block;
	vertical-align: top;
}	
.txt30c{
	font-size: 24px;
	line-height: 34px;
	color: #00527F;
	font-weight: bolder;
	display: inline-block;
	padding-left: 0px;
	vertical-align: top;
}	
.menu{
	height: auto;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.menu ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu li {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.menu li img{
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 60%;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu2{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.menu2_ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu2_li {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.etf{
	height: auto;
	width: 60%;
	display: block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.etf_h1{
	display: block;
	height: 34px;
	width: 270px;
	position: absolute;
	left: 0px;
	top: -16px;
	z-index: 10;
	background-image: url(../../img/campaign_2024redemption/t2_h1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	font-size: 20px;
	color: #FFF;
	font-weight: bolder;
	padding-top: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.etf_img img{
	width: 100%;
	height: auto;	
}
.etf_img{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
	display: block;
	z-index: 5;
}
.etf_h2{
	font-size: 22px;
	color: #008FC6;
	font-weight: bolder;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008fc6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.etf_ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10%;
	
	}
.etf_li {
	display: list-item;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: normal;
	text-align: left;
	list-style-type: disc;
}
.padding_b28{padding-bottom: 0px;}
.etf_btn a{
	color: #008FC6;
	font-size: 16px;
	line-height: 28px;
	padding: 0px;
	border-radius: 50px;
	border: 2px solid #008FC6;
	height: 28px;
	width: 104px;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	}
.etf_btn a:hover{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
	padding: 0px;
	border-radius: 50px;
	border: 2px solid #008FC6;
	height: 28px;
	width: 104px;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #008FC6;
	text-decoration: none;
	}	
/*------------------------限時優惠區------------------------*/	
.t3{
	height: auto;
	width: 60%;
	border-radius: 15px;
	border: 2px solid #00527f;
	padding-top: 28px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.t3 h2{
	font-size: 24px;
	color: #008fc6;
	font-weight: bolder;
	line-height: 44px;
	display: block;
	text-align: center;
	height: 44px;
	width: 138px;
	padding: 0px;
	position: absolute;
	top: -22px;
	left: 0px;
	z-index: 10;
	background-color: #FFF;
	right: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.t3 h3{
	line-height: 38px;
	font-weight: bolder;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.txt24b{
	font-size: 18px;
}
.txt35{
	font-size: 28px;
}
.t3 p{
	font-size: 16px;
	line-height: 26px;
	color: #717071;
	font-weight: bolder;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}
	
/*------------------------立即設定表單區------------------------*/	
.content{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0px;
    padding-right: 0px;	
	padding-left: 0px;
	}	
.padding_t60{
	padding-top: 30px;
	}
.padding_b60{
	padding-bottom: 30px;
	}			
.kv1140{
	height: auto;
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
.box_form{
	height: auto;
	width: 60%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #dff2fc;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.2);
	}
.box_form h3{
	font-size: 22px;
	color: #005280;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: center;
	}	
.box_form2{
	height: auto;
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
	}	
.box_form2_area{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}   	
.leftbox{
	font-size: 18px;
	line-height: 38px;
	height: auto;
	width: 155px;
	float: none;
	text-align: left;
	display: block;
	font-weight: bolder;
	color: #005280;	
}   
.rightbox{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	float: none;	
    
}	
.spacer80{
	display: none;
}
.float_l {
	float: left;
}
.txt18{
	font-size: 16px;
	color: #000;		
}
.txt18_new{
	font-size: 14px;
	color: #000;		
}
.select_box{
	position: relative;
	width: 98%;
	height: 40px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #d5d5d5;
	margin-left: 0px;
}
/* *********************
    自製select開始
**********************/
.pretty-select {
	font-size: 14px;
	padding-left: 4px;
}
/* *********************
    自製radiobox開始
**********************/
.radio_box {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.1em;
}
.question_box{}
.radio_margin_m {
	margin-left : 1.8em;
}
.text_indent_m{
	margin-left : -1.8em;
    text-indent : -1em ;	
}
.input_box{
	position: relative;
	width: 70px;
	height: 24px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-left: 0px;
	padding-top: 8px;
	}
.input_txt{
	width: 100%;
	height: 24px;
	font-size: 14px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	outline: none;
	font-weight: normal;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 24px;
   }
.w144_box{
	font-size: 14px;
	line-height: 40px;
	height: auto;
	width: 120px;
	display: block;
	color: #000;	
}    
.w50_box{
	font-size: 14px;
	line-height: 40px;
	height: auto;
	width: 40px;
	display: block;
	color: #000;	
} 
.w170_box{
	font-size: 14px;
	line-height: 40px;
	height: auto;
	width: 120px;
	display: block;
	color: #000;
	padding-left: 30px;
	padding-right: 0px;
} 
.txt14_add{
	font-size: 14px;
	line-height: 20px;
	padding-left: 0px;
	height: auto;
	padding-bottom: 10px;
}
.txt14{
	font-size: 14px;
	line-height: 20px;
	padding-left: 7%;
	height: auto;
	margin-left : -0.5em;
	text-indent : -0.7em;
	width: 92%;
}
.formSubmit{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}
			
}
@media only screen and (min-width:480px) and (max-width:767px){	
.container {
	width: 100%;
}
.show--sm {
    display: block;
  }	
.header{
	height: 60px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	z-index: 50;
	top: 0px;
	box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.3);
	}
.h-containt{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60px;
	}
.logo-l{
	width: 170px;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	}


/*------------------------footer------------------------*/
.footer {
	background-color: #21587e;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.footer a{
	color: #fff;
}
.footer_txt14 {
	font-size: 14px;
}	
.footer_container {
	max-width: 100%;
    width: 98%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size:16px;
    position: relative;
    box-sizing: border-box;
}
.footer_container p{
	margin: 0px;
	padding: 0px;
}
/*------------------------Notice------------------------*/
.m1t{
	font-size: 18px;
	color: #FFFFFF;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 48px;
	font-weight: bolder;
	display: block;
	background-color: #838385;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;	
	box-sizing: border-box;
}
.m1box{
	height: auto;
	width: 100%;
	background-color: #dbdcdc;
	display: block;
}
.m1{
	font-size: 14px;
	color: #888888;
	height: auto;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	line-height: 20px;
}
.m1 ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
}
.m1 ol ul{
	list-style-type: lower-alpha;
	width: 94%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6%;
}
/*------------------------POP UP------------------------*/
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	background-color: rgba(143, 143, 143, 0.5);
	display: none;
}
.rbox2{
	background-color: #FFF;
	height: 70%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 33px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow: auto;
}
.rimg_m img{
	height: auto;
	width: 100%;
}
.rimg_m{
	height: auto;
	width: 320px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.rimg{
	display: none;
}
.rclose{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../../img/campaign_2024redemption/rclose.jpg);
	background-position: center top;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
/*------------------------KV------------------------*/
.content1-1{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	display: block;
	background-image: url(../../img/campaign_2024redemption/kv1bgm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
	}
.kv1{
	padding: 0px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.w1a{
	height: auto;
	width: 90%;
	position: relative;
	z-index: 10;
	top: 0%;
	left: 0%;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.w1 img,.w2 img{
	height: auto;
	width: 100%;	
	}	
.w1{
	height: auto;
	width: 45%;
	display: block;
	position: relative;
	z-index: 5;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
.w1a h1{
	color: #006c99;
	font-size: 58px;
	line-height: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
	font-weight: bolder;
	text-align: center;
	display: block;
	}
.w1a h2{
	color: #005280;
	font-size: 20px;
	line-height: 30px;
	padding: 0px;
	border-radius: 30px;
	border: 2px solid #005280;
	height: 30px;
	width: 90%;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.w2{
	height: auto;
	width: 80%;
	position: relative;
	z-index: 11;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	}
/*------------------------3大觀念培養理財力區------------------------*/	
.t1{
	font-weight: bolder;
	display: block;
	text-align: center;
	vertical-align: bottom;
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.txt42{
	font-size: 30px;
	line-height: 32px;
	color: #008fc6;
}
.txt30{
	font-size: 24px;
	line-height: 32px;
	color: #00527F;
}
.step_box{
	display: none;
}
.step_box_m{
	display: block;
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 2px solid #008FC6;
	border-radius: 10px;
	overflow: hidden;
	background-color: #008fc6;
	box-sizing: border-box;
}
.step_box_m h2{
	font-size: 22px;
	color: #FFF;
	font-weight: bolder;
	background-color: #008FC6;
	display: block;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.white_bg{
	background-color: #FFF;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.white_bg h3{
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px;
	clear: both;
	padding-top: 12px;
	padding-right: 3%;
	padding-bottom: 12px;
	padding-left: 3%;
	width: 94%;
	height: auto;
	background-color: #FFF;
	text-align: justify;
	text-justify: distribute;
	word-break: break-all;
	display: block;
}	
.mark_box_m{
	height: auto;
	width: 96%;
	margin: 0px;
	display: block;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	clear: both;
	background-color: #FFF;
	}
.mark1m{
	height: auto;
	background-color: #dceef8;
	border-radius: 10px;
	float: left;
	display: block;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
	width: 46%;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	position: relative;
	text-align: justify;
text-justify: distribute; 
	}
.icon2m{
	position: absolute;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	left: 0px;
	top: -14px;
	right: 0px;
	z-index: 10;
	height: 25px;
	width: 25px;
}
.txt21{
	font-size: 16px;
	line-height: 24px;
	color: #005280;
	font-weight: bolder;	
}	
.arrow_box img{
	height: auto;
	width: 100%;
	}
.arrow_box{
	height: auto;
	width: 8%;
	float: none;
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
/*------------------------採用人人適合的ETF 開啟投資第一步區------------------------*/		
.t2{
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	}
.icon_n{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;	
}
.txt30b{
	font-size: 24px;
	line-height: 34px;
	color: #00527F;
	font-weight: bolder;
	display: block;
	vertical-align: top;
}	
.txt30c{
	font-size: 24px;
	line-height: 34px;
	color: #00527F;
	font-weight: bolder;
	display: inline-block;
	padding-left: 0px;
	vertical-align: top;
}	
.menu{
	height: auto;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.menu ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu li {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.menu li img{
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu2{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.menu2_ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu2_li {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.etf{
	height: auto;
	width: 90%;
	display: block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.etf_h1{
	display: block;
	height: 34px;
	width: 270px;
	position: absolute;
	left: 0px;
	top: -16px;
	z-index: 10;
	background-image: url(../../img/campaign_2024redemption/t2_h1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	font-size: 20px;
	color: #FFF;
	font-weight: bolder;
	padding-top: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.etf_img img{
	width: 100%;
	height: auto;	
}
.etf_img{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
	display: block;
	z-index: 5;
}
.etf_h2{
	font-size: 22px;
	color: #008FC6;
	font-weight: bolder;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008fc6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.etf_ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10%;
	
	}
.etf_li {
	display: list-item;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: normal;
	text-align: left;
	list-style-type: disc;
}
.padding_b28{padding-bottom: 0px;}
.etf_btn a{
	color: #008FC6;
	font-size: 16px;
	line-height: 28px;
	padding: 0px;
	border-radius: 50px;
	border: 2px solid #008FC6;
	height: 28px;
	width: 104px;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	}
.etf_btn a:hover{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
	padding: 0px;
	border-radius: 50px;
	border: 2px solid #008FC6;
	height: 28px;
	width: 104px;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #008FC6;
	text-decoration: none;
	}	
/*------------------------限時優惠區------------------------*/	
.t3{
	height: auto;
	width: 90%;
	border-radius: 15px;
	border: 2px solid #00527f;
	padding-top: 28px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.t3 h2{
	font-size: 24px;
	color: #008fc6;
	font-weight: bolder;
	line-height: 44px;
	display: block;
	text-align: center;
	height: 44px;
	width: 138px;
	padding: 0px;
	position: absolute;
	top: -22px;
	left: 0px;
	z-index: 10;
	background-color: #FFF;
	right: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.t3 h3{
	line-height: 38px;
	font-weight: bolder;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.txt24b{
	font-size: 18px;
}
.txt35{
	font-size: 28px;
}
.t3 p{
	font-size: 16px;
	line-height: 26px;
	color: #717071;
	font-weight: bolder;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}
	
/*------------------------立即設定表單區------------------------*/	
.content{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0px;
    padding-right: 0px;	
	padding-left: 0px;
	}	
.padding_t60{
	padding-top: 30px;
	}
.padding_b60{
	padding-bottom: 30px;
	}			
.kv1140{
	height: auto;
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
.box_form{
	height: auto;
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #dff2fc;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.2);
	}
.box_form h3{
	font-size: 22px;
	color: #005280;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: center;
	}	
.box_form2{
	height: auto;
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
	}	
.box_form2_area{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}   	
.leftbox{
	font-size: 18px;
	line-height: 38px;
	height: auto;
	width: 155px;
	float: none;
	text-align: left;
	display: block;
	font-weight: bolder;
	color: #005280;	
}   
.rightbox{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	float: none;	
    
}	
.spacer80{
	display: none;
}
.float_l {
	float: left;
}
.txt18{
	font-size: 16px;
	color: #000;		
}
.txt18_new{
	font-size: 14px;
	color: #000;		
}
.select_box{
	position: relative;
	width: 98%;
	height: 40px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #d5d5d5;
	margin-left: 0px;
}
/* *********************
    自製select開始
**********************/
.pretty-select {
	font-size: 14px;
	padding-left: 4px;
}
/* *********************
    自製radiobox開始
**********************/
.radio_box {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.1em;
}
.question_box{}
.radio_margin_m {
	margin-left : 1.8em;
}
.text_indent_m{
	margin-left : -1.8em;
    text-indent : -1em ;	
}
.input_box{
	position: relative;
	width: 70px;
	height: 24px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-left: 0px;
	padding-top: 8px;
	}
.input_txt{
	width: 100%;
	height: 24px;
	font-size: 14px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	outline: none;
	font-weight: normal;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 24px;
   }
.w144_box{
	font-size: 14px;
	line-height: 40px;
	height: auto;
	width: 120px;
	display: block;
	color: #000;	
}    
.w50_box{
	font-size: 14px;
	line-height: 40px;
	height: auto;
	width: 40px;
	display: block;
	color: #000;	
} 
.w170_box{
	font-size: 14px;
	line-height: 40px;
	height: auto;
	width: 120px;
	display: block;
	color: #000;
	padding-left: 30px;
	padding-right: 0px;
} 
.txt14_add{
	font-size: 14px;
	line-height: 20px;
	padding-left: 0px;
	height: auto;
	padding-bottom: 10px;
}
.txt14{
	font-size: 14px;
	line-height: 20px;
	padding-left: 7%;
	height: auto;
	margin-left : -0.5em;
	text-indent : -0.7em;
	width: 92%;
}
.formSubmit{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}
.setBtn{
    display: inline-block;
    padding: 8px 72px;
    color: #fff;
    background: #008fc7;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}
.setBtn:hover{
    display: inline-block;
    padding: 8px 72px;
    color: #fff;
    background: #006c98;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}					
}
@media only screen and (min-width:300px) and (max-width:479px){
.container {
	width: 100%;
}	
.logo-phone{
	width: 122px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: center;
	}
.logo-web a{
	width: 122px;
	float: right;
	padding: 0px;
	margin-top: 12px;
	margin-right: 15px;
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	text-align: center;
	}	
.setBtn{
    display: inline-block;
    padding: 8px 72px;
    color: #fff;
    background: #008fc7;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}
.setBtn:hover{
    display: inline-block;
    padding: 8px 72px;
    color: #fff;
    background: #006c98;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
}	
	}
@media only screen and (max-width:299px){
.container {
	width: 100%;
}	
.logo-phone{
	display: none;
	}
.logo-web a{
	display: none;
	}	
.setBtn{
    display: inline-block;
    padding: 8px 72px;
    color: #fff;
    background: #008fc7;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}
.setBtn:hover{
    display: inline-block;
    padding: 8px 72px;
    color: #fff;
    background: #006c98;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
}	
	}	
@media only screen and (max-width:479px){
.container {
	width: 100%;
}
.show--sm {
    display: block;
  }	
.header{
	height: 60px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	z-index: 50;
	top: 0px;
	box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.3);
	}
.h-containt{
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 60px;
	}
.logo-l{
	width: 170px;
	float: left;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	}

/*------------------------footer------------------------*/
.footer {
	background-color: #21587e;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.footer a{
	color: #fff;
}
.footer_txt14 {
	font-size: 14px;
}	
.footer_container {
	max-width: 100%;
    width: 98%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size:16px;
    position: relative;
    box-sizing: border-box;
}
.footer_container p{
	margin: 0px;
	padding: 0px;
}
/*------------------------Notice------------------------*/
.m1t{
	font-size: 18px;
	color: #FFFFFF;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 48px;
	font-weight: bolder;
	display: block;
	background-color: #838385;
	cursor: pointer;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px;	
	box-sizing: border-box;
}
.m1box{
	height: auto;
	width: 100%;
	background-color: #dbdcdc;
	display: block;
}
.m1{
	font-size: 14px;
	color: #888888;
	height: auto;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	line-height: 20px;
}
.m1 ol{
	margin: 0px;
	height: auto;
	width: 97%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3%;
}
.m1 ol ul{
	list-style-type: lower-alpha;
	width: 94%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6%;
}
/*------------------------POP UP------------------------*/
.rule_pop{
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	background-color: rgba(143, 143, 143, 0.5);
	display: none;
}
.rbox2{
	background-color: #FFF;
	height: 70%;
	width: 80%;
	margin: auto;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 33px;
	padding-right: 4%;
	padding-bottom: 4%;
	padding-left: 4%;
	overflow: auto;
}
.rimg_m img{
	height: auto;
	width: 100%;
}
.rimg_m{
	height: auto;
	width: 100%;
	display: block;
}
.rimg{
	display: none;
}
.rclose{
	height: 30px;
	width: 30px;
	display: block;
	background-image: url(../../img/campaign_2024redemption/rclose.jpg);
	background-position: center top;
	float: right;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
/*------------------------KV------------------------*/
.content1-1{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0px;
	display: block;
	background-image: url(../../img/campaign_2024redemption/kv1bgm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
	}
.kv1{
	padding: 0px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.w1a{
	height: auto;
	width: 90%;
	position: relative;
	z-index: 10;
	top: 0%;
	left: 0%;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
.w1 img,.w2 img{
	height: auto;
	width: 100%;	
	}	
.w1{
	height: auto;
	width: 134px;
	display: block;
	position: relative;
	z-index: 5;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
.w1a h1{
	color: #006c99;
	font-size: 42px;
	line-height: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin: 0px;
	font-weight: bolder;
	text-align: center;
	display: block;
	}
.w1a h2{
	color: #005280;
	font-size: 4.2vmin;
	line-height: 30px;
	padding: 0px;
	border-radius: 30px;
	border: 2px solid #005280;
	height: 30px;
	width: 90%;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.w2{
	height: auto;
	width: 66%;
	position: relative;
	z-index: 11;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	}
/*------------------------3大觀念培養理財力區------------------------*/	
.t1{
	font-weight: bolder;
	display: block;
	text-align: center;
	vertical-align: bottom;
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.txt42{
	font-size: 30px;
	line-height: 32px;
	color: #008fc6;
}
.txt30{
	font-size: 24px;
	line-height: 32px;
	color: #00527F;
}
.step_box{
	display: none;
}
.step_box_m{
	display: block;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 2px solid #008FC6;
	border-radius: 10px;
	overflow: hidden;
	background-color: #008fc6;
	box-sizing: border-box;
}
.step_box_m h2{
	font-size: 22px;
	color: #FFF;
	font-weight: bolder;
	background-color: #008FC6;
	display: block;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.white_bg{
	background-color: #FFF;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.white_bg h3{
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
	margin: 0px;
	clear: both;
	padding-top: 12px;
	padding-right: 3%;
	padding-bottom: 12px;
	padding-left: 3%;
	width: 94%;
	height: auto;
	background-color: #FFF;
	text-align: justify;
	text-justify: distribute;
	word-break: break-all;
	display: block;
}	
.mark_box_m{
	height: auto;
	width: 96%;
	margin: 0px;
	display: block;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	clear: both;
	background-color: #FFF;
	}
.mark1m{
	height: auto;
	background-color: #dceef8;
	border-radius: 10px;
	float: left;
	display: block;
	box-sizing: border-box;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 2%;
	width: 46%;
	padding-top: 20px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 2%;
	position: relative;
	text-align: justify;
text-justify: distribute; 
	}
.icon2m{
	position: absolute;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	left: 0px;
	top: -14px;
	right: 0px;
	z-index: 10;
	height: 25px;
	width: 25px;
}
.txt21{
	font-size: 16px;
	line-height: 24px;
	color: #005280;
	font-weight: bolder;	
}	
.arrow_box img{
	height: auto;
	width: 100%;
	}
.arrow_box{
	height: auto;
	width: 8%;
	float: none;
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
/*------------------------採用人人適合的ETF 開啟投資第一步區------------------------*/		
.t2{
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: center;
	}
.icon_n{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;	
}
.txt30b{
	font-size: 24px;
	line-height: 34px;
	color: #00527F;
	font-weight: bolder;
	display: block;
	vertical-align: top;
}	
.txt30c{
	font-size: 24px;
	line-height: 34px;
	color: #00527F;
	font-weight: bolder;
	display: inline-block;
	padding-left: 0px;
	vertical-align: top;
}	
.menu{
	height: auto;
	width: 100%;
	text-align: center;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.menu ul {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu li {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.menu li img{
	margin-right: 0px;
	margin-left: 0px;
	height: auto;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}
.menu2{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
.menu2_ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu2_li {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.etf{
	height: auto;
	width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;
	position: relative;
	z-index: 2;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.etf_h1{
	display: block;
	height: 34px;
	width: 270px;
	position: absolute;
	left: 0px;
	top: -16px;
	z-index: 10;
	background-image: url(../../img/campaign_2024redemption/t2_h1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	font-size: 20px;
	color: #FFF;
	font-weight: bolder;
	padding-top: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
.etf_img img{
	width: 100%;
	height: auto;	
}
.etf_img{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: center;
	display: block;
	z-index: 5;
}
.etf_h2{
	font-size: 22px;
	color: #008FC6;
	font-weight: bolder;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #008fc6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.etf_ul {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	height: auto;
	width: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10%;
	
	}
.etf_li {
	display: list-item;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	font-weight: normal;
	text-align: left;
	list-style-type: disc;
}
.padding_b28{padding-bottom: 0px;}
.etf_btn a{
	color: #008FC6;
	font-size: 16px;
	line-height: 28px;
	padding: 0px;
	border-radius: 50px;
	border: 2px solid #008FC6;
	height: 28px;
	width: 104px;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	}
.etf_btn a:hover{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
	padding: 0px;
	border-radius: 50px;
	border: 2px solid #008FC6;
	height: 28px;
	width: 104px;
	text-align: center;
	display: block;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #008FC6;
	text-decoration: none;
	}	
/*------------------------限時優惠區------------------------*/	
.t3{
	height: auto;
	width: 96%;
	border-radius: 15px;
	border: 2px solid #00527f;
	padding-top: 28px;
	padding-right: 2%;
	padding-bottom: 20px;
	padding-left: 2%;
	margin: 0px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}
.t3 h2{
	font-size: 24px;
	color: #008fc6;
	font-weight: bolder;
	line-height: 44px;
	display: block;
	text-align: center;
	height: 44px;
	width: 138px;
	padding: 0px;
	position: absolute;
	top: -22px;
	left: 0px;
	z-index: 10;
	background-color: #FFF;
	right: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.t3 h3{
	line-height: 38px;
	font-weight: bolder;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
.txt24b{
	font-size: 18px;
}
.txt35{
	font-size: 28px;
}
.t3 p{
	font-size: 14px;
	line-height: 26px;
	color: #717071;
	font-weight: bolder;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}
	
/*------------------------立即設定表單區------------------------*/	
.content{
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	margin: 0px;
    padding-right: 0px;	
	padding-left: 0px;
	}	
.padding_t60{
	padding-top: 30px;
	}
.padding_b60{
	padding-bottom: 30px;
	}			
.kv1140{
	height: auto;
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}	
.box_form{
	height: auto;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #dff2fc;
	border-radius: 10px;
	box-shadow: 0px 0px 8px 0 rgba(0,0,0,0.2);
	}
.box_form h3{
	font-size: 22px;
	color: #005280;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: center;
	}	
.box_form2{
	height: auto;
	width: 90%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
	}	
.box_form2_area{
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	
}   	
.leftbox{
	font-size: 18px;
	line-height: 38px;
	height: auto;
	width: 155px;
	float: none;
	text-align: left;
	display: block;
	font-weight: bolder;
	color: #005280;	
}   
.rightbox{
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	float: none;	
    
}	
.spacer80{
	display: none;
}
.float_l {
	float: left;
}
.txt18{
	font-size: 16px;
	color: #000;		
}
.txt18_new{
	font-size: 14px;
	color: #000;		
}
.select_box{
	position: relative;
	width: 98%;
	height: 40px;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #d5d5d5;
	margin-left: 0px;
}
/* *********************
    自製select開始
**********************/
.pretty-select {
	font-size: 14px;
	padding-left: 4px;
}
/* *********************
    自製radiobox開始
**********************/
.radio_box {
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.1em;
}
.question_box{}
.radio_margin_m {
	margin-left : 1.8em;
}
.text_indent_m{
	margin-left : -1.8em;
    text-indent : -1em ;	
}
.input_box{
	position: relative;
	width: 70px;
	height: 26px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-left: 0px;
	padding-top: 8px;
	}
.input_txt{
	width: 100%;
	height: 24px;
	font-size: 14px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	outline: none;
	font-weight: normal;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 24px;
   }
.w144_box{
	font-size: 14px;
	line-height: 40px;
	height: auto;
	width: 120px;
	display: block;
	color: #000;	
}    
.w50_box{
	font-size: 14px;
	line-height: 40px;
	height: auto;
	width: 40px;
	display: block;
	color: #000;	
} 
.w170_box{
	font-size: 14px;
	line-height: 40px;
	height: auto;
	width: 120px;
	display: block;
	color: #000;
	padding-left: 30px;
	padding-right: 0px;
} 
.txt14_add{
	font-size: 14px;
	line-height: 20px;
	padding-left: 0px;
	height: auto;
	padding-bottom: 10px;
}
.txt14{
	font-size: 14px;
	line-height: 20px;
	padding-left: 7%;
	height: auto;
	margin-left : -0.5em;
	text-indent : -0.7em;
	width: 92%;
}

.formSubmit{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
}


}
