﻿/* ---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;
}


/* --選單------------------------------------- */

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: #104A7C;
}

#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: #eff9fe;
}

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: 140px;
		border-bottom: none;
	}
	
	nav ul li a {
		background: #ffffff;
	}
	
	nav ul li a:hover {
		background: #ffffff;
		color: #104A7C;
	}

	#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;
	}
}

/* --主視覺------------------------------------- */

#KV{
	width: 100%;
	height: 600px;
	display: block;
	padding-top: 80px;			
}

.BG{
	width: 100%;
	height: 600px;
	background-image:url(image/KV_pc.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.KV_block_pc{
	position: relative;	
	z-index: 999;
	width: 80%;
	color: #FFF;
	top: 40px;
	left: 10%;
}

.KV_block_mobile{
	display: none;
}





@media screen and (min-width:812px) and (max-width: 1199px){
	.BG{
		background-position: center;
	}
	
	.KV_block_pc{	
		top: 60px;
		left: 8%;
	}

	.KV_block_pc img{
		width: 520px;
		height: auto;
	}

}

@media screen and (max-width: 811px){
	#KV{
		width: 100%;
		height: 500px;
		display: block;
		padding-top: 80px;			
	}


	.BG{
		width: 100%;
		height: 500px;
		background-image:url(image/KV_mobile.png);
		background-repeat: no-repeat;
		background-position: top;
		background-size: auto;
	}	

	.KV_block_pc{
		display: none;
	}

	.KV_block_mobile{
		position: relative;
		z-index: 999;
		display: block;	
		width: 100%;
		color: #FFF;
		top: 40px;
		text-align: center;
	}

	.KV_block_mobile img{
		width: 92%;
		max-width: 420px;
		height: auto;
	}

}



/* --內容區共同設定------------------------------------ */

.content_section{
	padding: 80px 0;
}

.signup_btn{
	display: block;
	width: 60%;
	max-width: 240px;
	font-size: 21px;
	color: #FFF;
	text-align: center;
	letter-spacing: 3px;
	padding: 25px;
	margin: 30px auto;
}

.signup_btn_a{
	border: 2px solid #FFF;
}

.signup_btn_a:hover{
	color: #020B28;
	background-color: #8EC1E3;
	border: 2px solid #8EC1E3;
	transition: 0.6s ;
}

.signup_btn_b{
	background-color: #104A7C;
	margin-top: 60px;
}

.signup_btn_b:hover{
	color: #FFF;
	background-color: #1F67B1;
	transition: 0.6s ;
}

.content_tit{
	font-size: 40px;
	text-align: center;
	letter-spacing: 4px;
	padding: 0 0 30px 0;
}

@media screen and (max-width: 811px){
	.signup_btn{
		font-size: 18px;
	}

	.content_tit{
		font-size: 30px;
	}	
}




/* --CONTENT1------------------------------------- */
#CONTENT1{
	width: 100%;
	background-color: #020B28;
}

.content1_text{
	width: 100%;
	font-size: 24px;
	line-height: 1.7;
	color: #FFF;
	text-align: center;
	padding: 30px 0;
}

.content1_pic_block{
	width: 100%;
	text-align: center;
}

.content1_pic{
	display: inline-block;
}

@media screen and (max-width: 811px){
	.content1_pic img{
		width: 80%;
		max-width:375px ;
	}

	.content1_text{
		width: 80%;
		font-size: 18px;
		line-height: 1.7;
		color: #FFF;
		text-align: center;
		padding: 30px 0;
		margin: 0 auto;
	}

}

/* --CONTENT2------------------------------------- */

#CONTENT2{
	width: 100%;
	background-color: #EDF7FC;
}

.content2_text{
	font-size: 22px;
	text-align: center;
	color: #104A7C;
	padding: 18px 0 0 0;	
}

.content2_item{
	font-size: 18px;
	text-align: center;
	color: #666666;
	padding: 12px 0 0 0;
}

@media screen and (max-width: 811px){
	.content2_text{
		font-size: 18px;
		padding: 8px 0 8px 0;
	}
	
	.content2_item{
		font-size: 16px;
	}

}




/* --CONTENT3------------------------------------- */

#CONTENT3{
	background-color: #104A7C;
	color: #FFF;
}

.Agenda_note{
	font-size: 16px;
}

.Agenda{
	width: 85%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 0 50px 0;
}

.Agenda_item{
	text-align: left;
	font-size: 20px;
	padding: 10px 20px;
	letter-spacing: 2px;
}

.Agenda_line{
	background-color: #B1D3ED;
	width: 100%;
	height: 0.5px;
}


.Agenda_time{
	color: #16BAEF;
}

@media screen and (max-width: 811px){
	.Agenda_item{
		font-size:16px;
		line-height: 1.4;
		padding: 10px 5px;
	}

	
   .Agenda_time{
	    width: 25%;
	}
	
	.Agenda_note{
		font-size: 14px;
	}
	

}







/* --側邊按鈕------------------------------------- */
.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;
		}	

}



