@charset "UTF-8";
/* CSS Document */

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, table, caption, tbody, tfoot, thead, tr, th, td, 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;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
b { 
    font-weight: bold !important;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q, blockquote {
    quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
a {
    text-decoration: none;
}
a img{
  outline: none;
}
a:focus, input:focus, button:focus{
  outline: none;
}
body{
	background: #ffffff;
	font-family: 'Noto Sans TC', sans-serif;
	/*font-family: Arial,".蘋方-繁", "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
	}

#host_info_box{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
#host_info_box.show{
	display: table;
}
#host_info_box:after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .4;
}
#host_info_box .ct{
	display: table-cell;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.host_info_item{
	display: inline-block;
	width: 500px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 40px 30px 40px 30px;
    text-align: left;
    background-color: #ffffff;
    position: relative;
}
.close_box{
	position: absolute;
	z-index: 5;
	width: 20px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.host_info_item .box_name{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #003779;
	text-align: left;
	border-bottom: #2f7a7a 1px solid;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


.host_info_item .box_intro{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
}
.host_info_item .box_title{
		float: left;
		font-size: 16px;
		text-align: left;
	font-weight: bold;
	width: 100%;
}

/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#ffffff; /* change if the mask should have another color then white */
	z-index:99; /* makes sure it stays on top */
}

#status {
	width:100px;
	height:100px;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/status.gif); /* path to your loading animation */
	background-size: 100px 100px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-50px 0 0 -50px; /* is width and height divided by two */
}	
.goTop{
	position:fixed;
	z-index:100;
	width:40px;
	height:40px;
	display:none;
  bottom:150px;
  right:30px;
	}
.goTop:hover{
 opacity:0.8;
	}	
.goTop img{
	width:100%;
	}



#WRAPER{
	float:left;
	width:100%;
	position:relative;
	z-index:3;
	text-align:center;
	-moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  right:0px;
	}




#HEADER{
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0px;
	left: 0px;
}

#HEADER.bg_show:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:-1;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	opacity: .9;
	}

#logo{
	float: left;
	position: relative;
	width: 260px;
	margin: 25px 0px 20px 40px;

}


#KV_SEC{
	float: left;
	width: 100%;
	height: 850px;
	position: relative;
	display: table;
	overflow: hidden;
}

#KV_SEC .ct{
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	
}


#KV_SEC .kv_bg{
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.kv_slogan{
	display: inline-block;
	width: 1200px;
	width: 100%;
}

.kv_container {
	position: absolute;
	overflow: hidden;
	top:100px;
	left:35%;
	width: 800px; 
	height: 350px;
	margin: 0 auto; /* 居中容器 */
	/*background-color: #000000;*/
	
}

.kv_airplane{
	position: absolute;
	top: 0;
	padding-top: 10px;
	left: -50%; 
	width: 650px;
	height: auto;
	/*animation: moveRight 2s ease-in-out forwards;*/
    animation: moveRight 5s ease-in-out forwards, bounceUpDown 2s ease-in-out infinite;
}

@keyframes moveRight {
	0% {
		left: -10%; 
		opacity: 0; 
	}
	100% {
		left: 0; 
		opacity: 1; 
	}
}

@keyframes bounceUpDown {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-3%);
	}
}


.content_top{
	padding-top: 20px;
}

.q_link{
	position: fixed;
	z-index: 11;
	width: 50px;
	right: 32px;
	bottom: 300px;
	cursor: pointer;
}

.q_link img{
	width: 100%;
}

.q_link:hover{
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.NAV_btn_wrap{
	display: none;
	position:fixed;
	width:60px;
	top:40px;
	right:0px;
  	z-index:30;
}	



#nav-icon3{
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span{
  background: #000000;
}




#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(2){
  display: none;
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span{
	background: #ffffff;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  display: block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}	



#NAV{
	float: right;
	position: relative;
	z-index: 99;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	margin: 0px 0px 0px 0px; 
		-moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  	margin-right: 75px;
  	margin-top: 30px;
}



nav{
	display: inline-block;
	text-align: right;
}

nav .btn {
	display: inline-block;
	cursor: pointer;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	padding-left: 0%;
  	font-size:20px;
  	color: #000000;
  	line-height: 40px;
  	margin-left: 30px;
}
nav .btn:hover{
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}





.body_bg{
	/*position: fixed;*/
	position:absolute;
	width: 100%;
	height: 160%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.agendaBg{
	/*position:fixed;*/
	background-image: url(../images/agenda_bk.png?);
	width: 100%;
	height: 160%;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.signupBg{
	background-image: url(../images/signup_bk.png?);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}


#CONTENT{
	float: left;
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.mid_content{
	display: inline-block;
	width: 100%;
	position: relative;
}

.sec{
	float: left;
	width: 100%;
	position: relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.sec.full{
    padding-left: 0px;
    padding-right: 0px;
}

.sec.whiteBg{
	background-color: #ffffff;
}

.sec.whiteBg .top_pattern{
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0px;
	left: 0px;
}

.sec.greyBg{
	background-color: #DAEDF3;
}

.sec.greyBg .top_pattern{
	position: absolute;
	z-index: 0;
	width: 100%;
	top: 0px;
	left: 0px;
}

.sec_title{
	padding: 0px;
}

.sec_title img{
	width: 180px;	
}

.sec_title.white{
	color: #ffffff;
	
}

.sec_title .black{
	color: black;
	border: 1px solid black;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 600;
	padding: 0px 10px 2px 10px;
	 background-color: #FFFFFF;
}

.sec_title span{
	font-size: 14px;
	font-weight: 300;
}

.sec_title2{
	padding: 0px;
}

.sec_title2 img{
	width: 240px;	
}

.pt-20{
	padding-top: 20px;
}

.pt-50{
	padding-top: 50px;
}

.pt-80{
	padding-top: 80px;
}

.pt-100{
	padding-top: 100px;
}



.intro_txt{
	display: inline-block;
	width: 1100px;
	text-align: left;
}

.intro_txt .t1{
	font-size: 46px;
	font-weight: 500;
	color: #000000;
}

.intro_txt .t2{
	font-size: 30px;
	font-weight: 500;
	color: #000000;
}

.intro_txt .t3{
	display: inline-block;
	font-size: 19px;
	font-weight: 500;
	color: #000000;
	line-height: 1.7;
	/*margin-top: 5dvh;*/
}

.intro_txt .t4{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 1.7;
	margin-top: 0px;
}

.intro_txt2{
	display: inline-block;
	width: 380px;
	text-align: left;
}

.intro_txt2 .t1{
	font-size: 40px;
	font-weight: 500;
	color: #000000;
}

.intro_txt2 .t2{
	font-size: 30px;
	font-weight: 500;
	color: #000000;
}



.intro_txt2 .t3{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 1.7;
	margin-top: 15px;
}


.signup{
	list-style-type:decimal;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.7;
	padding: 0px 0px 0px 18px;
}


.author_slider_wrap{
	float: left;
	width: 100%;
	position: relative;
	text-align: center;
}
.forward_btn{
	position: absolute;
	width: 34px;
	left: 0px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 10;
}
.next_btn{
	position: absolute;
	width: 34px;
	right: 0px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
		z-index: 10;
}

.author_slider{
	display: inline-block;
	width: 90%;
	position: relative;
	text-align: center;
		z-index: 9;
}

#author_slider{
	float: left;
	width: 100%;
}

#author_slider2{
	float: left;
	width: 100%;
}

.author_item{
	display: inline-block;
	width: 100%;
	text-align: center;
	min-height: 420px;
}

.author_item .cover{
	display: inline-block;
	width: 230px;
}

.author_item h2{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	margin-top: 10px;
}
.author_item h2 span{
	font-size: 30px;
}
.author_item p{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-weight: 200;
	margin-top: 10px;
}



.agenda_info{
	display: inline-block;
	width: 564px;
}

.agenda_img{
	display: inline-block;
	width: 1200px;
	margin-top: 20px;
}

.ann_wrap{
	float: left;
	width: 100%;
	text-align: center;
}

.ann_img{
	display: inline-block;
	vertical-align: top;
	width: 460px;
	margin-top: 40px;
}

.ann_note{
	display: inline-block;
	width: 100%;
	margin-top: 80px;
	text-align: center;
	font-size: 20px;
	color: #858585;
	line-height: 1.7;
}



.form_wrap{
	display: inline-block;
	width: 900px;
	text-align: center;
  border-radius: 10px;
/*  background-color: rgb(255, 255, 255);*/
  position: relative;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;


}


.form_item{
	display: inline-table;
	width: 49%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.form_item.full{
	width: 100%;
}

.form_item .title{
	display: inline-block;
	width:100%;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 45px;
	color: #2c7391;
	vertical-align: middle;
	text-align: left;
}
.form_item .title span{
	color: #2c7391;
}

.form_item .input{
	color: #2c7391;
}

.form_item_full{
	float: left;
	display: inline-block;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-left: 10px;
    text-align: left;
}

.form_item_full .title{
	display: inline-block;
	width:100%;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 45px;
	color: #ffffff;
	text-align: left;
}

.form_item_full .title span{
	color: #2c7391;
}

.form_item_full label{
	display: inline-block;
	    margin: 10px 25px 10px 0;
	    cursor: default;
	    font-size: 100%;
	        display: inline-block;
    vertical-align: middle;
    color: #11584e !important;
    letter-spacing: 1px;

}

.form_item_full label input{
	border: none;
    padding: 5px 10px;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2c7391;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2c7391;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #2c7391;
}

.input_select{
	  display: inline-block;
	  position: relative;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 border: #2c7391 1px solid;
 background: none;
 font-size: 14px;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 padding-left: 10px;
 padding-right: 10px;
/* color: #ffffff;*/
/* background-image: url(../images/arrow_down.png);
 background-size: 31px 17px;
 background-repeat: no-repeat;
 background-position: right center;*/
}

.input_select select{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 96%;
	height: 100%;
	left: 2%;
	border: none;
	background: none;
	color: #2c7391;
}

.input_select select:focus{
	outline: none;
}

.input_select select option{
  color: black;
}

.checkbox_wrap{
		float: left;
	display: inline-block;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.checkbox_wrap label{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 45px;
	color: #2c7391;
	vertical-align: middle;
	text-align: left;
}

.checkbox_wrap label input{
	display: inline-block;
	margin-right: 20px;
}

.form_note{
	float: left;
	width: 100%;
	 	color: #2c7391;
	 				-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
 	text-align: left;
 	font-size: 14px;
}


.single_line{
  display: inline-block;
  width: 100%;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 border: #2c7391 1px solid;
 background: none;
 font-size: 14px;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 padding-left: 10px;
 padding-right: 10px;
 color: #11584e;
}


 .check_groupWrap{
 	float: left;
 	width: 100%;
 	text-align: left;
 } 

 .check_group{
 	display: inline-block;
 	text-align: left;
 } 

  .check_group label{
  	font-size: 16px;
  	vertical-align: middle;
  	color: #2c7391;
  	letter-spacing: 1px;
 } 

 .note_form{
 	display: inline-block;
 	width: 100%;
 	color: #2c7391;
 	text-align: center;
 	font-size: 14px;
 }


.btn_wrap{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
    text-align: center;
}

.btn_txt{
	display: inline-block;
	width: 100%;
	text-align: center;
    	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none; 
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.submit{
	display: inline-block;
	width: 145px;
	height: 46px;
	border: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a564+0,0083a0+100 */	
	color: #344e6f;
	-webkit-border-radius: 23px;
	-moz-border-radius: 32px;
	border-radius: 23px;
	margin-right: 20px;
	font-size: 18px;
	line-height: 46px;
}
.submit:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}


.reset{
	display: inline-block;
	width: 145px;
	height: 46px;
	border: none;
	background: #ff8900;
	color: #ffffff;
	  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  font-size: 18px;
}
.reset:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); // IE 5-7
  -moz-opacity:0.5;
  opacity: 0.5;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.field{
	display: inline-table;
	width: 96%;
	margin-bottom: 15px;
	margin-top: 30px;
}

.field-labelblock{
	display:inline-block;
	width: 100%;
	text-align: left;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.field-labelblock .field-label{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #2c7391;
	letter-spacing: 1px;
	margin-left:10px; 
}

.ckBox{
	display: inline-block;
	vertical-align: middle;
}



.address_info{
	display: inline-block;
	width: 540px;
}



.field-content.full{
	display: inline-block;
	width: 100%;
	text-align: center;
    background: none; 
    text-align: left;
    font-size: 18px;
    color: #2c7391;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 10px;
}

.field_note{
	display: inline-block;
	width: 100%;
	text-align: center;
	 font-size: 14px;
	color: #2c7391;
	letter-spacing: 1px;
    line-height: 1.4;
}


.warning{
	display: inline-block;
	width: 900px;
	margin-top: 50px;
		 font-size:20px;
	color: #f2e342;
	text-align: left;
}


.warning ul{
	float: left;
	width: 100%;
	margin-top: 5px;
}

.warning ul li{
	 font-size:16px;
	color: #ffffff;
	font-weight: 100;
	margin-top: 5px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}




.address_content{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #ffffff;
}
.map_wrap{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 40px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:30.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.traffic_item_wrap{
	float: left;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
}


.traffic_item{
	display: inline-table;
	width: 940px;
	margin-top: 40px;
}


.traffic_icon{
	display: table-cell;
	width: 30px;
	vertical-align: top;
}

.traffic_icon img{
	width: 100%;
}



.traffic_des{
	display: table-cell;
	vertical-align: top;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: left;
}


.traffic_title{
	font-size: 24px;
	color: #2c7391;
}

.traffic_way{
	font-size: 18px;
	font-weight: bold;
	color: #2c7391;
	margin-top: 20px;
	line-height: 32px;
}

.traffic_txt{
	font-size: 18px;
	color: #2c7391;
	line-height: 32px;
	font-weight: 100;
}



.article_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.article_wrap .article_item{
	display: inline-block;
	width: 100%;
	border-radius: 15px;
	background: #ffffff;
	overflow: hidden;
	margin: 10px;
}
.article_wrap .article_item .cover{
	display: inline-block;
	width: 100%;
}

.article_wrap .article_item .info{
	display: inline-block;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}


.article_wrap .article_item h2{
	display: inline-block;
	width: 100%;
	font-size: 26px;
	color: #0a689e;
	text-align: left;
	font-weight: 600;

overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
line-height: 30px;
height: 60px;

}

.article_wrap .article_item p{
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #6e6e6e;
	text-align: left;
	font-weight: 200;
	margin-top: 20px;

overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-height: 24px;
height: 72px;

}
.article_wrap .article_item a{
	display: inline-block;
	width: 160px;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	color: #ffffff;
	background: #0a689e;
	text-align: center;
	font-weight: 200;
	margin-top: 20px;
	border-radius: 20px;
}

.info_time{
	text-align: center;
	padding-top: 10px;
}
.info_time img{
	max-width: 800px;
	width: 100%;
	text-align: center;
}

#footer{
	float: left;
	width: 100%;
	background-color: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-top: 70px;
	padding-bottom: 50px;
    /*padding: 70px 20px 70px 20px;*/
}

#footer_ribbon{
	position:absolute;
	height: 400px;
	margin-top: -114px;
	margin-left: 100px;
}


#copyright{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	padding-top: 30px !important;
	padding-bottom: 30px !important;

	background-image:url(../images/ft_bg.jpg); /* path to your loading animation */

	
}


.logo_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
	margin-bottom: 80px;
	position: relative;
}


.logo_wrap:before{
	content: '';
	position: absolute;
	width: 50%;
	border-bottom: #c1c1c1 1px solid;
	left: 25%;
	bottom: 0px;
}
	border-bottom: #000000 1px solid;
.logo_wrap p{
	display: inline-block;
	width: 100%;
  font-size: 14px;
  line-height: 1.429;
  text-align: center;
  color: #000000;
}


.logo_wrap img{
	display: inline-block;
	height: 50px;
	margin: 20px;
}
.logo_wrap img.big{
	height: 70px;
}




.ft_img{
	display: inline-block;
	width: 70%;
	margin-bottom: 100px;
}

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

	#KV_SEC{
		height: 700px;
	}

	.kv_container img{
		width: 500px;
	}

}

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

	#KV_SEC{
		height: 650px;
	}

	.mid_content{
		display: inline-block;
		width: 100%;
		position: relative;
	}


	#footer_ribbon{
		position:absolute;
		height: 355px;
		margin-top: -69px;
		margin-left: -115px;
	}

	.kv_container{
		width: 500px;
		top:90px;
		left:37%;
	}

	.kv_container img{
		width: 400px;
	}


}

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

#logo{
		width: 200px;
}

.kv_container{
	width: 500px;
	top:75px;
	left:37%;
}

.kv_container img{
	width: 300px;
}


.film_group{
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: center;
}

.city_film .intro_frame{
	float: none;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #0a689e;
	border-radius: 15px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	padding: 40px 40px 40px 40px;
	text-align: left;
}
.city_film .intro_frame h2{
	display: inline-block;
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	color: #ff8900;
}
.city_film .intro_frame p{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 200;
	color: #ffffff;
	margin-top: 30px;
}

.city_film .intro_frame .btn{
	display: inline-block;
	width: 144px;
	height: 50px;
	background-color: #ff8900;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	font-weight: 600;
	margin-top: 30px;
	border-radius: 25px;
}

.city_film .video_frame{
	width: 520px;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 2;
	float: none;
	display: inline-block;
	margin-top: 10px;
}


.intro_txt{
	display: inline-block;
	width: 100%;
	text-align: left;
}


.intro_txt2{
	display: inline-block;
	width: 100%;
	text-align: left;
}

#footer_ribbon{
	display: none;
	position:absolute;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
}



.agenda_info{
	display: inline-block;
	width: 100%;
}


.agenda_img{
	display: inline-block;
	width: 100%;
}

.form_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.traffic_item{
	display: inline-table;
	width: 100%;
	margin-top: 40px;
}



}





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

#KV_SEC{
	height: 550px;
}

.kv_slogan{
	display: inline-block;
	width: 100%;
	padding-top: 50px;;
}

.kv_container{
	width: 300px;
	top:180px;
	left:57%;
}

.kv_container img{
	width: 250px;
}

.content_top{
	padding-top: 0px;
}


.intro_txt{
	display: inline-block;
	width: 100%;
	text-align: left;
}

.intro_txt .t1{
	font-size: 30px;
	font-weight: 500;
	color: #000000;
}

.intro_txt .t2{
	font-size: 30px;
	font-weight: 500;
	color: #000000;
}

.intro_txt .t3{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 1.7;
	margin-top: 0px;
}


.intro_txt .t4{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	line-height: 1.7;
	margin-top: 15px;
}


.intro_txt2{
	display: inline-block;
	width: 100%;
	text-align: left;
}

#footer_ribbon{
	display: none;
}

#logo{
	float: left;
	width: 250px;
	margin: 20px 0px 20px 20px;
}


.NAV_btn_wrap{
	display: block;
	position:fixed;
	width:60px;
	top:20px;
	right:0px;
	z-index:30;
}	



#NAV{
	float: right;
	position: fixed;
	top: -100%;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 99;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	margin: 0px 0px 0px 0px; 
		-moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  	margin-right: 75px;
  	margin-top: 0px;
  	background: #043d82;

}


#NAV.reveal{
	top: 0%;
}

nav{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

nav .btn {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	padding-left: 0%;
  	font-size:18px;
  	color: #ffffff;
  	line-height: 40px;
  	margin-left: 0px;
}

.agenda_info{
	display: inline-block;
	width: 100%;
}


.agenda_img{
	display: inline-block;
	width: 100%;
}

.form_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
}

.traffic_item{
	display: inline-table;
	width: 100%;
	margin-top: 40px;
}



}	




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

#sec1{
	padding-top: 0px;
}

#KV_SEC{
	float: left;
	width: 100%;
	height: 50px;
	position: relative;
	display: table;
}

.kv_slogan{
	display: inline-block;
	width: 90%;
	margin-bottom: 0px;
}

.kv_container{
	width: 250px;
	top:150px;
	left:57%;
}

.kv_container img{
	width: 230px;
}

.q_link{
	position: fixed;
	z-index: 11;
	width: 40px;
	right: 10px;
	bottom: 300px;
	cursor: pointer;
}


.q_link2{
	position: fixed;
	z-index: 11;
	width: 60px;
	right: 10px;
	bottom: 10px;
}

.sec_title{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 26px;
	color: #000000;
	line-height: 1.4;
	font-weight: 600;
	margin-bottom: 20px;
}



.city_film .intro_frame{
float: none;
display: inline-block;
width: 100%;
position: relative;
z-index: 1;
background-color: #0a689e;
border-radius: 15px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
padding: 20px 20px 20px 20px;
text-align: left;
}
.city_film .intro_frame h2{
display: inline-block;
width: 100%;
font-size: 24px;
font-weight: 600;
color: #ff8900;
}
.city_film .intro_frame p{
display: inline-block;
width: 100%;
font-size: 16px;
font-weight: 200;
color: #ffffff;
margin-top: 30px;
}

.city_film .intro_frame .btn{
display: inline-block;
width: 144px;
height: 50px;
background-color: #ff8900;
color: #ffffff;
text-align: center;
line-height: 50px;
font-size: 24px;
font-weight: 600;
margin-top: 30px;
border-radius: 25px;
}

.city_film .video_frame{
width: 100%;
position: relative;
top: 0px;
right: 0px;
z-index: 2;
float: none;
display: inline-block;
margin-top: 10px;
}

.form_item{
	display: inline-table;
	width: 100%;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0px 10px 0px;
}

.article_wrap .article_item{
	display: inline-block;
	width: 100%;
	border-radius: 15px;
	background: #ffffff;
	overflow: hidden;
	margin: 10px 0px 10px 0px;
}



.host_info_item{
	display: inline-block;
	width: 96%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 20px 20px 20px 20px;
    text-align: left;
    background-color: #ffffff;
    position: relative;
}


.host_info_item .box_name{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #003779;
	text-align: left;
	border-bottom: #2f7a7a 1px solid;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


.host_info_item .box_intro{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000000;
	text-align: left;
	margin-bottom: 10px;
}
.host_info_item .box_title{
		float: left;
		font-size: 14px;
		text-align: left;
	font-weight: bold;
	width: 100%;
}


.ann_img{
	display: inline-block;
	width: 100%;
	margin: 20px 0px 20px 0px;
}
.ann_note{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	color: #858585;
	line-height: 1.7;
}


.address_info{
	display: inline-block;
	width: 90%;
}
.ft_img{
	display: inline-block;
	width: 100%;
	margin-bottom: 100px;
}

}	


@media screen and (max-width: 600px) {
	
	.kv_slogan{
		padding-top: 100px;
	}

	.kv_container{
		width: 170px;
		top:150px;
		left:58%;
	}

	.kv_container img{
		width: 160px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	/*gap: 10px; /* 在平行排列時設定區塊之間的間隔 */
}

.col li{
	font-size: 20px;;
	color: #1B6296;
}

.col div{
	padding: 5px;
}

.col {
	/*width: calc(50% - 40px); /* 計算區塊寬度，減去間隔的一半 */
	width: 48%;
	
	/*padding: 5px; /* 給區塊內容添加內邊距 */
	padding: 10px;
	
}

#foot_logo_table_web{
	display: block;
	margin: 0 auto;
}

.foot_logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start; 
}

.foot_log_box {
	padding: 10px; 
	box-sizing: border-box;
	margin-right: 10px; 
	margin-bottom: 10px; 
}

.gift_text{
	font-size: 20px;
	font-weight: 500;
}

.gift_text_imp{
	font-size: 28px;
}

#foot_2_th {
	vertical-align: middle;
}

#foot_3_th{
	vertical-align: middle;
}


@media screen and (max-width: 1120px) {
	.col {
		width: 100%; 
		padding: 20px;
	}

	#foot_logo_table_web{
		width: 95%;
	}
	#foot_logo_table_web th{
		font-size: 18px !important;
		
	}

	#foot_logo_table_web img{
		width: 80%;
	}

	#foot_2_th{
		vertical-align: top;
	}

	#foot_2 {
		padding-top: 25px;
	}

	#foot_3_th{
		vertical-align: top;
	}

	#foot_3 {
		padding-top: 20px;
	}

}

@media screen and (max-width: 600px) {
	.col {
		width: 100%; 
		padding: 20px;
	}

	.gift_content{
		display: flex;
		
	}
	
	
	.gift_box_img {
		width: 25%;
	}

	.gift_box_text {
		width: 75%;
	}


	.gift_text{
		font-size: 18px;
		font-weight: 500;
	}
	
	.gift_text_imp{
		font-size: 22px;
	}

	.gift_note{
		font-size: 14px;
	}

	
	
}



