﻿/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,  tfoot, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

a,a:link,a:visited{text-decoration: none}
a:hover{ text-decoration: none; cursor:pointer;}


body {
	line-height: 1;
	font-family:"Open Sans","Noto Sans TC","Microsoft JhengHei", "Source Sans Pro", sans-serif;
	color:  #373741;
	display: relative;
    width: 100%;
	height: 100%;
	word-wrap: break-word;
	word-break: break-all;
}

table{
	border-collapse: collapse;
}


/* --選單------------------------------------- */

nav {
	width: 100%;
    display: block;
    background-color: #ffffff;
    color: #ecedee;
    border-color: #060606;
    height: 80px;
	z-index: 9999;
	position: fixed;
	box-shadow:0px 1px 2px rgba(165, 165, 165, 0.3)
}


nav a {
    color: #666666;
}

nav a:link {
    color: #666666;
}

nav a:hover {
    color: #006496;
}

#logo {
	display: block;
	float: left;
}

#logo img{
	width: 190px;
	padding-top: 33px;
	padding-left: 25px;
}

nav label {
    display: block;
    float: right;
	padding-top: 23px ;
	padding-bottom: 12px;
	padding-right: 20px;
}

nav label div {
	width: 30px;
	height: 3px;
	background-color: #9e9e9e;
	margin: 6px 0;
}

nav ul {	
    display: none;
    list-style:none;
	clear: both;
	font-size: 14px;
}

nav ul li {
	display: block;
	border-bottom: 1px solid #dbdbdb;
}

nav ul li a {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
	background: #ffffff;
	letter-spacing: 1.4px;
	float: none;
}

nav ul li a:hover {
    background: #fef5f9;
}

nav ul:active {
     display: block;
}

#drop {
      display: none;
}

#drop:checked ~ ul {
    display: block;
    clear: both;
}

.logo_pc{
	display: none;	
}

.logo_mobile{
	display: block;
}



@media screen and (min-width: 1200px) {
	
	
	nav {
		height:80px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	nav label {
		display: none;
	}
	
	nav ul {
		display: block;
		float: right;
		padding: 0px 40px;
		font-size: 16px;
	}
	
	nav ul li {
		display: inline-block;
		min-width: 130px;
		border-bottom: none;
	}
	
	nav ul li a {
		background: #ffffff;
	}
	
	nav ul li a:hover {
		background: #ffffff;
		color: #006496;
	}

	#logo {
		display: block;
		float: left;
	}

	#logo img{
		width: 230px;
		padding-top: 5px;
		padding-left: 25px;
	}

	.logo_pc{
		display: block;	
	}

	.logo_mobile{
		display: none;
	}
}

@media screen and  (min-width:668px) and (max-width: 1199px){
	.logo_pc{
		display: block;	
	}

	.logo_mobile{
		display: none;
	}

	#logo img{
		width: 230px;
		padding-top: 32px;
		padding-left: 25px;
	}
}

/* --主視覺------------------------------------- */



@media screen and (min-width: 1200px) {
	#KV{
		width: 100%;
		height: 550px;
		display: block;
		padding-top: 80px;	
		background-color: #ecedee;		
	}

	#KV_2{
		display: none;
	}

	#KV_mobile{
		display: none;
	}

	.BG{
		width: 100%;
		height: 550px;
		background-image:url(image/KV_pc.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.KV_block{
		width: 100%;
		max-width: 1920px;
		margin: 0 auto;
	}

	.KV_tit{
		font-size:64px ;
		color: #006496;
		line-height:1.2;
		letter-spacing: 3px;
		font-weight: bold;
		padding: 80px 0 10px 100px ;	
	}

	.KV_text{
		font-size: 22px;
		letter-spacing: 1px;
		line-height: 1.5;
		padding: 0 0 0 100px;
	}

	.KV_btn_block{
		padding: 0 0 0 100px ;
	}

	.KV_btn{
		display: block;
		width: 65%;
		max-width: 200px;
		font-size:19px ;
		letter-spacing: 2px;
		color: #FFF;
		background-color: #006496;
		padding: 20px 10px 20px 40px   ;
		margin-top:22px ;
		transition: 0.5s ease-in-out;
	}

	.KV_btn:hover{
		background-color: #1b4573;
		transition: 0.5s ease-in-out;
	}

}

@media screen and (min-width:812px) and (max-width: 1199px){
	#KV{
		display: none;			
	}

	#KV_mobile{
		display: none;
	}


	.BG{
		width: 100%;
		height: 500px;
		background-image:url(image/KV_pc_2.png);
		background-repeat: no-repeat;
		background-position: left;
	}

	.KV_tit{
		font-size:60px ;
		color: #006496;
		line-height:1.2;
		letter-spacing: 3px;
		font-weight: bold;
		padding:140px 0 10px 60px ;

	}

	.KV_text_a{
		font-size: 24px;
		letter-spacing: 2px;
		line-height: 1.4;
		padding:10px 0 10px 60px ;
	}

	.KV_block{
		width: 100%;
		background-color: #006496;
		padding: 80px 0;
	}

	.KV_text{
		font-size: 24px;
		line-height: 1.4;
		text-align: center;
		color: #FFF;
	}

	.KV_btn{
		display: block;
		width: 65%;
		max-width: 200px;
		font-size:19px ;
		text-align: center;
		letter-spacing: 2px;
		color: #006496;;
		background-color: #FFF;
		padding: 20px  ;
		margin: 22px auto 0 auto; 
		transition: 0.5s ease-in-out;
	}

	.KV_btn:hover{
		padding: 20px 35px  ;
		transition: 0.5s ease-in-out;
	}


}

@media screen and (max-width: 811px){
	#KV{
		display: none;			
	}

	#KV_2{
		display: none;
	}

	.BG{
		width: 100%;
		height: auto;
	}

	.BG img{
		display: block;
		width: 100%;
		height: auto;
		padding: 80px 0 0 0;
	}

	.KV_text_a{
		font-size: 22px;
		text-align: center;
		color: #FFF;
		letter-spacing: 2px;
		line-height: 1.4;
		padding:20px ;
	}

	.KV_block{
		width: 100%;
		background-color: #006496;
		padding: 30px 0 60px 0;
	}

	.KV_text{
		font-size: 18px;
		line-height: 1.4;
		text-align: center;
		color: #FFF;
		padding: 0 40px;
	}

	.KV_btn{
		display: block;
		width: 65%;
		max-width: 200px;
		font-size:17px ;
		text-align: center;
		letter-spacing: 2px;
		color: #006496;;
		background-color: #FFF;
		padding: 20px  ;
		margin: 22px auto 0 auto; 
	}
}



/* --內容區共同設定------------------------------------ */


.content_section{
	width: 100%;
	padding: 60px 0;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.2;
}

.content_section_tit{
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #006496;
	padding: 40px;
	margin: 0 auto;
}

.content_section_text{
	font-size: 28px;
	font-weight: bold;
	color: #006496;
	padding: 40px ;
}

.content_pic{
	padding: 30px 0;
}

.content_pic_1 img{
	width: 90%;
	max-width: 930px;
}

.content_pic_2 img{
	width: 90%;
	max-width: 930px;
}

.content_infotex{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: justify;
	font-size: 14px;
	letter-spacing: 1px;
	color: #8C898A;
	padding: 20px 0 ;
}

.content_infotex_all{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #006496 ;
	padding:  80px 20px;
}


@media screen and (max-width: 811px){

	.content_section{
		padding: 30px 0;
	}

	.content_section_tit{
		font-size: 28px;
		padding: 20px 40px;
	}

	.content_section_text{
		font-size: 21px;

	}

	.content_infotex{
		width: 90%;
		font-size: 12px;
	}
	
	.content_infotex_all{
		font-size: 16px;
		padding:  40px 20px;
	}

}




/* --CONTENT1------------------------------------- */

#CONTENT1{
	width: 100%;
	height: auto;
}

.content1_text{
	width: 85%;
	max-width: 900px;
	color: #FFF;
	background-color: #373741;
	margin: 0 auto;
}

.content1_text p{
	font-size: 26px;
	line-height: 1.4;
	padding: 40px;
}

.content_section_item{
	font-size: 21px;
	padding: 0 40px;
}

.content1_data_block{
	width: 90%;
	max-width: 1000px;
	font-size: 16px;
	margin: 0 auto;
}

.content1_data_tit{
	color: #FFF;
	background-color: #9e9e9e;
	padding: 10px 5px;
}

.content1_data_text{
	padding: 8px;
	border: 1px solid #dbdbdb;
}



@media screen and (max-width: 811px){
	.content1_text p{
		font-size: 20px;
		line-height: 1.4;
		padding: 30px;
	}

	.content_section_item{
		font-size: 16px;
		padding: 0 40px;
	}

	.content1_data_block{
		width: 90%;
		max-width: 1000px;
		font-size: 12px;
		margin: 0 auto;
	}

	.content1_data_text{
		padding: 8px 2px;
	}
}

/* --CONTENT2------------------------------------- */

.content2_tit{
	width: 85%;
	max-width: 900px;
	color: #FFF;
	background-color: #828838;
	margin: 0 auto;
}

.content2_tit p{
	font-size:32px;
	padding: 25px;
}

.fund_block{
	width: 85%;
	max-width: 900px;
	margin: 0 auto;
}

.fund_name{
	font-size: 28px;
	line-height: 1.4;
	text-align: justify;
	padding: 40px;
}

.fund_item{
	width: 85%;
	font-size: 21px;
	line-height: 1.4;
	text-align: justify;
	margin: 0 auto;
}

.fund_item li{
	padding: 15px ;
	list-style: square;
	border-bottom: 1px solid #CDCDD1;
}

.fund_btn{
	display: block;
	max-width: 230px;
	width: 60%;
	font-size: 22px;
	border: 3px solid;
	padding: 20px ;
	margin: 60px auto  0px auto;
}

.fund_btn_a{
	color: #828838;
	border-color: #828838;
}


.fund_btn_b{
	color: #ed8a00;
	border-color: #ed8a00;
}

.fund_btn:hover{
	color: #FFF;
	transition: 0.4s ease-in-out;
}

.fund_btn_a:hover{
	background-color: #828838;
}

.fund_btn_b:hover{
	background-color: #ed8a00;
}



@media screen and (max-width: 811px){
	.content2_tit p{
		font-size:24px;
	}

	.fund_name{
		font-size: 20px;
		line-height: 1.2;
		padding: 20px;
	}

	.fund_item{
		font-size: 16px;
		line-height: 1.2;
	}
	
	.fund_item li{
		padding: 10px ;
	}

	.fund_btn{
		font-size: 18px;
	}

}










	





/* --側邊按鈕------------------------------------- */
.fixedRightBtn-area{
	position: fixed;
	top: 50%;
	right: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 999;
	display:none;
}

.fixedRightBtn a{
	display: block;
	text-align: center;
	width: 40px;
	color: #ffffff;
	padding: 14px 9px;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 20px;
	transition: 0.3s ease-in-out;
	position: relative;
	left: 0%;
	margin-bottom: 5px;
}

.link{
	background: #00b6d1;
}

.FB_link{
	background: #2567ca;	
}

.link:hover{
	background: #f67a74;	
}

.FB_link:hover{
	background: #15138b;	
}

.fixedRightBtn img{
	width:12px;
	height:auto;
} 

@media screen and (max-width: 667px){
	.fixedRightBtn-area {
		top: auto;
		bottom: 0;
		width:100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 0px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		display:none;
	} 

	.fixedRightBtn a {
		display:inline-block;
		width: 50%;
		font-size: 18px;
		margin-bottom: 0px;	
		
	}

	.fixedRightBtn img{
		width:auto;
		height:16px;
	} 
	
	.link{
		background: #00b6d1;
	}
	
	.FB_link{
		background: #2567ca;
		padding: 14px 0px 14px 0px;
	}
	
	.link:hover{
		background: #f67a74;	
	}
	
	.FB_link:hover{
		background: #15138b;	
	}
}


/* --注意事項------------------------------------- */
@media screen and (min-width: 1200px) {
	#campaign_infotext{
		width: 100%;
		text-align: center;
		background-color:#F7F8F8;
	}

	.Attention{
		margin: 0 auto;
		width: auto;
		padding-top: 70px;
		padding-bottom: 70px;
		text-align: left;
	}

	.Attention_title{
		width: 1000px;
		margin: 0 auto;
		font-size: 20px;
		font-weight: bold;
		letter-spacing:1.5px;
		color: #5e5e5e;
		padding-bottom: 10px;
		padding-top: 10px;
		text-align: left;		
	}

	.Attention_text li{
		width: 960px;
		margin: 0 auto;
		font-size: 18px;
		line-height: 1.5;
		color: #595757;
		list-style-type: square;
		text-align: justify;
	}	
}

@media screen and (min-width:668px) and (max-width: 1199px){
	#campaign_infotext{
		width: 100%;
		text-align: center;
		background-color:#F7F8F8;
	}

	.Attention{
		margin: 0 auto;
		width: auto;
		padding-top: 50px;
		padding-bottom: 50px;
		text-align: left;
	}

	.Attention_title{
		width: 80%;
		margin: 0 auto;
		font-size: 20px;
		font-weight: bold;
		letter-spacing:1.5px;
		color: #5e5e5e;
		padding-bottom: 8px;
		padding-top: 8px;
		text-align: left;
		
	}

	.Attention_text li{
		width: 75%;
		margin: 0 auto;
		font-size: 18px;
		line-height: 1.5;
		color: #595757;
		list-style-type: square;
		text-align: justify;		
	}
}

@media screen and (max-width: 667px){
	#campaign_infotext{
		width: 100%;
		text-align: center;
		background-color:#F7F8F8;
		padding-bottom:30px;
	}

	.Attention{
		margin: 0 auto;
		width: auto;
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: left;
	}

	.Attention_title{
		width: 85%;
		margin: 0 auto;
		font-size: 16px;
		font-weight: bold;
		letter-spacing:1.5px;
		color: #5e5e5e;
		padding-bottom: 6px;
		padding-top: 6px;
		text-align: left;
		
	}

	.Attention_text li{
		width: 76%;
		margin: 0 auto;
		font-size: 12px;
		line-height: 1.5;
		color: #595757;
		list-style-type: square;
		text-align: justify;
	}
}


/* --摩根警語------------------------------------- */

@media screen and (min-width: 1200px) {
	#jpmorgan_attention{
		width: 100%;
		background-color: #e9e9e9;
		padding: 40px 0;
	}

	.jpmorgan_attention_text{
		width: 60%;
		font-size: 14px;
		color: #525252;
		line-height: 1.5;
		margin: 0 auto;
		text-align: justify;
	}

	.jpmorgan_attention_text p{
		font-size: 13px;
	}
}

@media screen and (min-width:668px) and (max-width: 1199px){
	#jpmorgan_attention{
		width: 100%;
		background-color: #e9e9e9;
		padding: 40px 0;
	}

	.jpmorgan_attention_text{
		width: 75%;
		font-size: 14px;
		color: #525252;
		line-height: 1.5;
		margin: 0 auto;
		text-align: justify;
	}

	.jpmorgan_attention_text p{
		font-size: 13px;
	}

}


@media screen and  (max-width: 667px){
	#jpmorgan_attention{
		width: 100%;
		background-color: #e9e9e9;
		padding: 40px 0;
	}
	.jpmorgan_attention_text{
		width: 85%;
		font-size: 12px;
		color: #525252;
		line-height: 1.5;
		margin: 0 auto;
		text-align: justify;
	}

	.jpmorgan_attention_text p{
		font-size: 11px;
	}
		
}


/* --footer------------------------------------- */

@media screen and (min-width: 1200px) {

	footer {
		background: #3D3D3D;
		color: #F7F7F7;
		line-height: 1.8em;
		text-align: justify;
		width: 100%;
		padding: 40px 0 50px 0;
	}

	footer > div {
		width: 60%;
		margin: 0 auto;
	}
	
		footer > div a {
			color: #F7F7F7;
			text-decoration: none;
		}
	
		footer > div > p {
			font-size: 18px;
			margin: 0;
			padding: 40px 0 0 0;
		}
	
	
		footer > div dl {
			padding: 10px 0 10px 1.5em;
			margin: 10px 0;
			border-top: 2px solid #F7F7F7;
			border-bottom: 2px solid #F7F7F7;
		}
	
			footer > div dl dt {
				margin: 0;
				line-height: 1.5em;
				display: list-item;
				list-style-type: square;
				white-space: nowrap;
				font-size: 16px;
			}
	
			footer > div dl dd {
				margin: 0;
				font-size: 16px;
			}
	
				footer > div dl dd:nth-of-type(even) {
					font-size: 16px;
				}
	
		footer > div > div {
			overflow-y: scroll;
			height: 122px;
			width: 100%;
		}
	
			footer > div > div > p {
				margin: 0;
			font-weight:normal;
			}
	
			footer > div > div span {
				color: #A89878;
				font-weight: bold;
			}

		.text_scroll{
			font-size: 15px;
		}	
	
}


@media screen and (min-width:668px) and (max-width: 1199px){
	footer {
		background: #3D3D3D;
		color: #F7F7F7;
		line-height: 1.8em;
		text-align: justify;
		width: 100%;
		padding: 30px 0 50px 0;
	}

	footer > div {
		width: 70%;
		margin: 0 auto;
	}
	
		footer > div a {
			color: #F7F7F7;
			text-decoration: none;
		}
	
		footer > div > p {
			font-size: 18px;
			margin: 0;
			padding: 40px 0 0 0;
		}
	
	
		footer > div dl {
			padding: 10px 0 10px 1.5em;
			margin: 10px 0;
			border-top: 2px solid #F7F7F7;
			border-bottom: 2px solid #F7F7F7;
		}
	
			footer > div dl dt {
				margin: 0;
				line-height: 1.5em;
				display: list-item;
				list-style-type: square;
				white-space: nowrap;
				font-size: 16px;
			}
	
			footer > div dl dd {
				margin: 0;
				font-size: 16px;
			}
	
				footer > div dl dd:nth-of-type(even) {
					font-size: 16px;
				}
	
		footer > div > div {
			overflow-y: scroll;
			height: 122px;
			width: 100%;
		}
	
			footer > div > div > p {
				margin: 0;
			font-weight:normal;
			}
	
			footer > div > div span {
				color: #A89878;
				font-weight: bold;
			}

		.text_scroll{
			font-size: 14px;
		}	
}

@media screen and (max-width: 667px){
	footer {
		background: #3D3D3D;
		color: #F7F7F7;
		line-height: 1.8em;
		text-align: justify;
		width: 100%;
		padding: 20px 0 50px 0;
	}

	footer > div {
		width: 85%;
		margin: 0 auto;
	}
	
		footer > div a {
			color: #F7F7F7;
			text-decoration: none;
		}
	
		footer > div > p {
			font-size: 16px;
			margin: 0;
			padding: 40px 0 0 0;
		}
	
	
		footer > div dl {
			padding: 10px 0 10px 1.5em;
			margin: 10px 0;
			border-top: 2px solid #F7F7F7;
			border-bottom: 2px solid #F7F7F7;
		}
	
			footer > div dl dt {
				margin: 0;
				line-height: 1.5em;
				display: list-item;
				list-style-type: square;
				font-size: 14px;
			}
	
			footer > div dl dd {
				margin: 0;
				font-size: 14px;
			}
	
				footer > div dl dd:nth-of-type(even) {
					font-size: 14px;
				}
	
		footer > div > div {
			overflow-y: scroll;
			height: 122px;
			width: 100%;
		}
	
			footer > div > div > p {
				margin: 0;
			font-weight:normal;
			}
	
			footer > div > div span {
				color: #A89878;
				font-weight: bold;
			}

		.text_scroll{
			font-size: 12px;
		}	

}



