﻿/* ---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:  #3c3c3c;
	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: #085a6c;
}

#logo {
	display: block;
	float: left;
}

#logo img{
	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: #f6fcfd;
}

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: 120px;
		border-bottom: none;
	}
	
	nav ul li a {
		background: #ffffff;
	}
	
	nav ul li a:hover {
		background: #ffffff;
		color: #085a6c;
	}

	#logo {
		display: block;
		float: left;
	}

	#logo img{
		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{
		padding-top: 32px;
		padding-left: 25px;
	}
}

/* --主視覺------------------------------------- */


.KV_block{
	position: relative;	
	z-index: 999;
}



@media screen and (min-width: 1200px) {
	#KV{
		width: 100%;
		height: 700px;
		display: block;
		padding-top: 80px;			
	}


	.KV_block{
		width: 88%;
		max-width: 1200px;
		top: 110px;
		margin: 0 auto;
	}

	.BG{
		width: 100%;
		height: 700px;
		background-image:url(image/KV_pc.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}


}

@media screen and (min-width:812px) and (max-width: 1199px){
	#KV{
		width: 100%;
		height: 650px;
		display: block;
		padding-top: 80px;			
	}


	.KV_block{
		padding: 0 0 0 50px ;
		top: 100px;
		margin: 0 auto;
	}

	.BG{
		width: 100%;
		height: 650px;
		background-image:url(image/KV_pc_2.png);
		background-repeat: no-repeat;
		background-position: left;
	}

	.KV_block img{
		width: 390px;
	}


}

@media screen and (max-width: 811px){
	#KV{
		width: 100%;
		height: 600px;
		display: block;
		padding-top: 80px;			
	}

	.KV_block{
		top: 55px;
		margin: 0 auto;
		text-align: center;

	}

	.BG{
		width: 100%;
		height: 600px;
		background-image:url(image/KV_mobile.png);
		background-repeat: no-repeat;
		background-position: center center;
	}

	.KV_block img{
		width: 72%;
		max-width: 360px;
	}


}



/* --內容區共同設定------------------------------------ */

.content_section{
	width: 100%;
	padding: 20px 0;
	text-align: center;
	line-height: 1.2;
}

.content_all_tit{
	width: 75%;
	max-width: 800px;
	font-size: 20pt;
	padding: 20px 0;
	margin: 0 auto;
}

.content_infotex{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: justify;
	font-size: 14px;
	letter-spacing: 1px;
	color: #8C898A;
	padding: 20px 0 ;
}

.content_infotex_all{
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #FFF ;
	padding:  80px 0;
}



@media screen and (max-width: 811px){
	.content_section{
		padding: 20px 0;
	}

	.content_all_tit{
		font-size: 16pt;
	}

	.content_all_tit_pic{
		width: 200px;		
	}


	
}

/* --主題系列------------------------------------ */

.content_topic_pc{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 40px 0;
}

.content_topic_mobile{
	display: none;
}

.content_topic_pic img{
	padding-left: 15%;
}

.content_topic_tit{
	position: absolute;
	padding: 60px 0 0 0;
}

.content_topic_text{
	padding: 50px 0 0 0;
}

.content_topic_text img{
	max-width: 855px;
	width: 98%;
}

.content_fund_tit{
	font-size:40px;
	letter-spacing: 5px;
}

.content_fund_all{
	width: 90%;
	max-width: 1000px;
	margin: 60px auto 10px auto;
	font-size: 20px;
	line-height: 1.4;
}

.fund_control{
	border-bottom: 1px solid #c2c2c2;
}

.fund_number{
	width: 80px;
}

.fund_name {
	padding: 15px;
	text-align: justify;
}

.fund_name_1 b{
	color: #6b9ca7;
}

.fund_btn{
	width: 100px;
    padding: 15px 20px;
}

.fund_btn_item {
	display: block;
	font-size:18px ;
	color: #FFF;
	padding: 10px 0;
	border-radius: 25px;
	transition: 0.3s ease-in-out;
}

.fund_btn_item:hover{
	transition: 0.3s ease-in-out;
}

.fund_name_1 b{
	color: #6b9ca7;
}

.fund_btn_item_1{
	background-color: #085a6c;
}

.fund_btn_item_1:hover{
	background-color: #209db9;
}


.fund_name_2 b{
	color: #7c8fb9;
}

.fund_btn_item_2{
	background-color: #24448b;
}

.fund_btn_item_2:hover{
	background-color: #2475be;
}


.fund_name_3 b{
	color: #7c976d;
}

.fund_btn_item_3{
	background-color: #5e8933;
}

.fund_btn_item_3:hover{
	background-color: #73b25f;
}



@media screen and (max-width: 811px){

	.content_topic_pc{
		display: none;
	}

	.content_topic_mobile{
		display: block;
		padding: 50px 0;
	}

	.content_fund_tit{
		font-size:30px;
		letter-spacing: 5px;
	}
	
	.content_topic_tit{
		position: relative;
		padding: 20px 0 0 0;
	}

	.content_topic_tit img{
		width:85%;
		max-width:400px ;
	}

	.content_topic_pic img{
		padding-left: 0;
		width: 85%;
		max-width:400px ;
	}

	.content_topic_text img{
		max-width: 400px;
		width: 80%;
	}

	.content_fund_all{
		width: 95%;
		margin: 20px auto;
		font-size: 15px;
		line-height: 1.2;
	}
	
	
	.fund_number{
		font-size:12px ;
		width: 40px;
	}
	
	.fund_name {
		padding: 8px;
	}
		
	.fund_btn{
		width: 80px;
		padding: 15px ;
	}
	
	.fund_btn_item {
		display: block;
		font-size:14px ;
		color: #FFF;
		padding: 10px 0;
		border-radius: 25px;
	}


	
}



/* --優惠系列------------------------------------ */



.content1_block{
	width: 90%;
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}

.content1_btn_block{
	display: inline-block;
	vertical-align: top;
	margin: 8px 10px;
}

.content1_btn{
	display: block;
	width: 180px;
	color: #085a6c;
	border: 2px solid #085a6c;
	background-color: #fff;
	border-radius: 30px;
	font-size: 20px;
	padding: 18px 15px;
	transition: 0.3s ease-in-out;
}

.content1_btn:hover{
	color:  #fff;;
	border: 2px solid #085a6c;
	background-color:#085a6c;
	transition: 0.3s ease-in-out;
}







@media screen and (max-width: 811px){
	.content1_block{
		padding: 0;
	}

	.content1_btn{
		display: block;
		width: 180px;
		color: #085a6c;
		border: 2px solid #085a6c;
		background-color: #fff;
		border-radius: 30px;
		font-size: 18px;
		padding: 16px 15px;
	}


}


/* --CONTENT1 CONTENT2------------------------------------- */
#CONTENT1{
	background-color: #cae2e6;
}

#CONTENT1,#CONTENT2,#CONTENT3,#CONTENT4{
	padding: 40px 0;
}

#CONTENT3{
	background-color: whitesmoke;
}


@media screen and (max-width: 811px){
	#CONTENT1{
		padding: 40px 0;
	}


}


/* --側邊按鈕------------------------------------- */
.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;
	}
}


/* --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;
		}	

}



