@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{
	
/*	font-family: Arial, "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;*/
	font-family: 'Noto Sans TC', sans-serif;
	background: #ffffff;
	}

	sub {
		vertical-align: sub;
		font-size: smaller;
	  }

#host_info_box{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: 13;
	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: 600px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 15px;
    padding: 40px 30px 40px 30px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}

.host_info_scroll{
	float: left;
	width: 100%;
	max-height: 500px; 
	overflow-y: scroll; 
}
.close_box{
	position: absolute;
	z-index: 5;
	width: 20px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.host_info_item .box_top{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 10px;
	border-bottom: #006579 1px solid;
}


.host_info_item .box_type{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.box_name{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	font-size: 30px;
	color: #006579;
	margin-top: 10px;
}


.host_info_item .box_title{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 1.7;
	margin-top: 10px;
}

.host_info_item .box_intro{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	line-height: 1.7;
	margin-top: 10px;
}





	/* 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:200px;
	height:76px;
	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/loading.png); /* path to your loading animation */
	background-size: 200px 76px;
	background-repeat:no-repeat;
	background-position:center;
	margin:-36px 0 0 -100px; /* is width and height divided by two */
}	
.goTop{
	position:fixed;
	z-index:100;
	width:48px;
	height:48px;
	display:none;
  bottom:180px;
  right:20px;
	}
.goTop:hover{
 opacity:0.8;
	}	
.goTop img{
	width:100%;
	}


.q_link{
	position: fixed;
	width: 180px;
	right: 20px;
	bottom: 100px;
	cursor: pointer;
	z-index: 10;
}

.q_link:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50); 
	-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;
}






#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;
	}

#WRAPER.reveal{
	position:absolute;
	right:180px;

}		



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



.logo{
	float: left;
	width: 172px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}


#KV{
	position: relative;
	z-index: 3;
	float: left;
	/* display: flex;
	justify-content: left;
	align-items: center;  */
	width: 100%;
	overflow: hidden;
}

.kv_fix_img{
	float: left;
	width: 100%;
}


.kv_slogan{
	width: 60%;
	z-index: 2;
	position: relative;
	margin-bottom: 12%;
	margin-left: 8%;
}



.kv_img{
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}






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

#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.light span{
  background: #9bfbfd;
}

#nav-icon3.dark span{
  background: #9bfbfd;
}


#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: #057570;
}

#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{
	position: relative;
	display: inline-block;
	z-index: 2;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -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;
	text-align: center;
}



nav{
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-right: 30px;
}

nav div {
	float: left;
	cursor: pointer;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:14px 20px;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}


nav div span{
	position: relative;
	display: inline-block;
	 font-size: 18px;
 	 color: #ffffff;
	 z-index: 1;
}

nav div::after {
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	position: absolute;
	z-index: -1;
	background-color: #ffffff;
}

nav div:hover span{
	color: #005E82;
	-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 div:hover{
	color: #005E82;
	-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 div:hover:after {
	height: 100%;
	background-color: #ffffff;
	-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;
  }



.sec{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    z-index: 1;
	overflow: hidden;
    padding: 100px 20px 100px 20px;
}

#sec1{
background: linear-gradient(95.23deg, #085988 0%, #006B6F 99.44%);
}

#sec2{
background-image: url(../images/host_bg.png);
background-size: cover;

}

#sec3{
background-image: url(../images/agenda_bg.png);
background-size:cover;
}


#sec4{
background: linear-gradient(316.82deg, #9F8FC2 0%, #2152AB 100%);
}
.white_bg{
	background-color: #ffffff;
}










.mid_content{
	display: inline-block;
	width: 1100px;
	text-align: center;
	position: relative;
	z-index: 1;
}




	.intro_txt{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-top: 50px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		font-size: 22px;
		line-height: 1.7;
		color: #ffffff;
	}


	.intro_txt span{
		font-size: 20px;
	}



.sec_title{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: center;
}


.sec_title img{
	display: inline-block;
	width: 175px;
}

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


.host_cate{
	display: inline-block;
	width: 200px;
	margin-top: 50px;
	margin-bottom: 30px;
}




.album_slider_wrap{
	float: left;
	position: relative;
	z-index: 1;
	width: 100%;
	margin-bottom: 50px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	margin-top: 50px;
}



.album_left{
	position: absolute;
	top:50%;
	left:  0px;
	width: 22px;
	margin-top: -25px;
	cursor: pointer;
}

.album_right{
	position: absolute;
	top:50%;
	right: 0px;
	width: 22px;
	margin-top: -25px;
	cursor: pointer;
}

.album_slider{
	display: inline-block;
	width: 80%;
	position: relative;
	z-index: 1;
}

.sec1_album_slider{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}




.host{
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 20px;
}


.head_cover{
	float: left;
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.head_cover img{
	float: left;
	width: 100%;
}


.host_info{
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 10px;
	min-height: 168px;
}

.host_title{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #2A2A2A;
}


.host_name{
	float: left;
	width: 100%;
	font-size: 32px;
	color: #006579;
	font-weight: bold;
	text-align: center;
}

.host_more{
	display: inline-block;
	width: 96px;
	margin-bottom: 2px;
}





.address{
	display: inline-block;
	height: 90px;
	margin-bottom: 50px;
}







.agenda_lan{
	display: inline-block;
	width: 100%;
	margin-top: 60px;
	text-align: center;
	margin-bottom: 40px;
}
.lan_btn{
	display: inline-block;
	height: 40px;
	cursor: pointer;
	opacity: .5;	
}
.lan_btn img{
	height: 40px;	
}



.lan_btn:hover, .lan_btn.current{
	opacity: 1;
	-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;
}



.agenda_wrap{
	float: left;
	width: 100%;
}


.agenda{
	width: 100%;
	display: none;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.agenda.show{
	display: block;
}


.agenda_tr{
	width: 100%;
	display: inline-table;
	margin-bottom: 5px;
	background-color: #ffffff;
	border-radius: 10px;
}

.agenda_tr .agenda-td{
	display: table-cell;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 14px 14px 14px 14px;
	text-align: left;
	vertical-align: middle;
}

.agenda_tr .agenda-td:first-child{
	width: 150px;
	font-size: 20px;
	color: #000000;
	border-right: #000000 1px solid;
}

.agenda_tr .agenda-td:nth-child(2){
	/* width: 540px; */
	font-size: 20px;
	color: #000000;
	line-height: 32px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: normal;
}



.agenda_tr .agenda-td:nth-child(2) span{
	color: #369E9E;
}


.agenda_warning{
	display: inline-block;
width: 100%;
text-align: left;
color: #ffffff;
}


.host_item{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: left;
	margin-top: 5px;
}
.host_item .title{
	display: inline-block;
	min-width: 98px;
	vertical-align: middle;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 5px 15px;
	text-align: center;
	background-color: #003779;
	font-size: 14px !important;
		line-height: 20px !important;
	color: #ffffff !important;
	margin-right: 10px;
}
.host_item p{
		display: inline-block;
	vertical-align: middle;
		font-size: 20px;
	color: #000000;
}
.host_item p span{
	line-height: 20px !important;
	color: #003779 !important;
	white-space:nowrap;
}


.agenda_tr .agenda-td ul{
	width: 100%;
	text-align: left;
}

.agenda_tr .agenda-td ul li{
	list-style-type: circle;
	list-style-position: outside;
	font-size: 18px;
	color: #000000;
	margin-left: 20px;
}

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

.agenda-td-colspan2{
	padding-right: 360px !important;
}

.agenda-td-colspan-item{
	position: absolute;
	z-index: 1;
	width: 340px;
	height: calc(100% - 10px);
	right: 0px;
	top:0px;
	display: flex;
	justify-content: left;
	align-items: center; 
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-left: 30px;
	font-size: 18px;
	color: #000000;
}

.td_right_padding{
	padding-right: 20px !important;
}

.td_border{
	border-left:#000000 1px solid;
}

.form_wrap{
	display: inline-block;
	width: 900px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 100px;
	position: relative;
}

.form_loading{
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #000;
	top:0px;
	left: 0px;
	z-index: 3;
}

.form_loading.show{
	display: flex;
}

.form_loading::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: .8;
	top:0px;
	left: 0px;
	z-index: -1;
}

.form_item{
	float: left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}

.fo_50{
	width: 50%;
}
.fo_100{
	width: 100%;
}

.form_item .title{
	float: left;
	width:100%;
	font-size: 18px;
	/* letter-spacing: 1px; */
	color: #ffffff;
	vertical-align: middle;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
}


.form_item .title span{
	font-size: 12px;
	color: #FEEB83;
	margin-left: 10px;
	font-weight: normal;
}

.form_item .input{
	float: left;
	width: 100%;
	position: relative;
	border: #B2B2B2 1px solid;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-image: -moz-linear-gradient( 90deg, rgb(241,241,241) 0%, rgb(239,239,238) 47%, rgb(232,232,231) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(241,241,241) 0%, rgb(239,239,238) 47%, rgb(232,232,231) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(241,241,241) 0%, rgb(239,239,238) 47%, rgb(232,232,231) 100%);
 padding-left: 20px;
 padding-right: 20px;
}

  

.form_item .input2{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border: #B2B2B2 1px solid;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	background-image: -moz-linear-gradient( 90deg, rgb(241,241,241) 0%, rgb(239,239,238) 47%, rgb(232,232,231) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(241,241,241) 0%, rgb(239,239,238) 47%, rgb(232,232,231) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(241,241,241) 0%, rgb(239,239,238) 47%, rgb(232,232,231) 100%);
}

.form_item .inputwrap{
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	border: #4A5E40 1px solid;
	padding: 20px;
	position: relative;
	border-radius: 10px;
	margin-bottom: 10px;
}

.select_wrap {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 10px;
    gap: 10px;
}

.select_wrap label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  color: #ffffff;
}

.select_wrap input[type="checkbox"] {
  margin-right: 8px;
  transform: scale(1.2);
}
#select_show{
	display: none;
}

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

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

::-ms-input-placeholder { /* Microsoft Edge */
  color: #96989c;
}

.input_select{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 50px;
	position: relative;
	border:none;
	font-size: 14px;
	background: none;
}

/* .input_select{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 98%;
	height: 100%;
	left: 0%;
	border: none;
	background: none;
	color: #000;
} */

.input_select:focus{
	outline: none;
}

.input_select option{
  color: #868e62;
}

.error-message {
	position: absolute;
	right: 10px;
	bottom: 5px;
    font-size: 12px;
}



.single_line{
position: relative;
  width: 100%;
  height: 48px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
 border: none;
 background:none;
 font-size: 14px;
 color: #000;
}


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


.checkbox_item{
	float: left;
	text-align: left;
	position: relative;
	margin: 10px;
}

.checkbox_item input{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.checkbox_item label{
		display: inline-block;
		color: #0C0C0C;
		font-size: 16px;
		vertical-align: middle;
}



.checkbox_label{
		float: left;
	text-align: left;
	margin-top: 10px;
	position: relative;
	display: inline-block;
		vertical-align: middle;
}

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

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

.form_item_btn{
	display: inline-block;
	          -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 20px 5px 20px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
    color: #d4b24a;
    border: #d4b24a 1px solid;
}

.form_item_btn:hover, .form_item_btn.current {
    color: #ffffff;
    background: #d4b24a;
  -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;
}

.form_item_group{
	display: none;
}
.form_item_group.show{
	display: inline-block;
}

.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: 200px;
	height: 64px;
	border: none;
	background-image: url('../images/submit.png');
	background-repeat: no-repeat;
	background-size: 200px 64px;
	background-color: transparent;
}


  
.submit:hover{
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); 
  -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: 100%;
	margin-bottom: 15px;
	margin-top: 30px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.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: #ffffff;
	letter-spacing: 1px;
	margin-left:10px; 
}

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






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

.field_note{
	font-weight: bold;
	text-align: center;
	 font-size: 16px;
	color: #ff4c4c;
}

.field_note2{
	display: inline-block;
	width: 100%;
	font-weight: bold;
	text-align: center;
	 font-size: 16px;
	color: #ffffff;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	background-color: rgb(169, 169, 2);
	text-align: left;
}






#FOOTER{
	float:left;
	position: relative;
	z-index: 2;
	width:100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 20px 50px 20px;

	}


.spanBox{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 10px;
	width: 100%;
}	
.spon_all{
	display: inline;
	width: 403px;
}

.spanBox span{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}	
.spanBox .spon{
	display: inline-block;
	vertical-align: middle;
	height: 70px;
	margin: 20px;
}	

.spanBox .spon2{
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	margin: 10px;
}	

.spanBox .spon3{
	display: inline-block;
	vertical-align: middle;
	height: 55px;
	margin: 10px;
}	



.txt_wrap{
	display: inline-block;
	width: 100%;
}
.txt_wrap span{
	display: inline-block;
	height: auto;
	margin: 5px;
}

.spanBox2{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 10px;
	width: 100%;
}	
.spanBox p{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}	
.spanBox ul{
	display: inline-block;
	vertical-align: middle;
}
.spanBox ul li{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #000;
	margin: 5px;
}


.copyright{
	display: inline-block;
	width: 100%;
	text-align: center;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
	font-size: 14px;
	color: #313233;
	border-top: #969696 1px solid;
	margin-top: 20px;
}

.copyright span{
	display: inline-block;
	margin: 4px;
}


.mb_show{
	display: none !important;
	width: 100%;
	font-size: 24px !important;
    font-weight: bold !important;
	color: #ffffff !important;
}



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

	
	

	.mid_content{
		display: inline-block;
		width: 100%;
		text-align: center;
		position: relative;
		z-index: 1;
	}


}

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

	.logo{
		float: left;
		width: 140px;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		position: relative;
		z-index: 1;
	}


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


#NAV{
	position: fixed;
	float: none;
	width: 100%;
	height: 100%;
	top:-100%;
	left: 0%;
	z-index: 13;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -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;
	text-align: center;
	margin-right: 0px;
	background-color: #ffffff;
}

#NAV.reveal{
	top:0%;
}



nav{
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-top: 80px;
	margin-right: 0px;
}

nav div {
	float: none;
	width: 100%;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px;
	position: relative;
	color: #005E82;
}
nav div span {
	color: #005E82;
}

#KV{
	position: relative;
	z-index: 3;
	float: left;
	/* display: flex;
	justify-content: left;
	align-items: center;  */
	width: 100%;
	overflow: hidden;
}

.kv_slogan{
	width: 70%;
	z-index: 2;
	position: relative;
	margin-bottom: 12%;
}





.album_left{
	position: absolute;
	top:50%;
	left:  0px;
	width: 22px;
	margin-top: -25px;
	cursor: pointer;
}

.album_right{
	position: absolute;
	top:50%;
	right: 0px;
	width: 22px;
	margin-top: -25px;
	cursor: pointer;
}


.album_slider{
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
}


.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: 40px 20px 40px 20px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
}

.host_info_scroll{
	float: left;
	width: 100%;
	max-height: 500px;
	overflow-y: scroll;
}

.host_info_item .box_top{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 10px;
	border-bottom: #003779 1px solid;
}


.address{
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top: 30px;
}

.agenda_lan{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 0px;
}
	.lan_btn{
	display: inline-block;
	float: left;
	width: 50%;
	height: auto;
	cursor: pointer;
	opacity: .5;	
	}
	.lan_btn img{
		width: 100%;
		height: auto !important;
	}





	.form_wrap{
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-top: 50px;
		margin-bottom: 100px;
	}
	
	
	.form_item{
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}
	
	.fo_50{
		width: 100%;
	}
	.fo_100{
		width: 100%;
	}


.agenda_tr{
	display: inline-block;
	width: 100%;
}
.agenda_tr .agenda-td{
	display: inline-block;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding: 14px 14px 14px 14px;
	text-align: left;
	vertical-align: middle;
}

.agenda_tr .agenda-td:first-child{
	width: 100%;
	font-size: 20px;
	color: #000000;
	border-right: none;
	padding: 14px 14px 0px 14px;
}

.agenda_tr .agenda-td:nth-child(2){
	/* width: 540px; */
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 20px;
	color: #000000;
	line-height: 32px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-weight: normal;
}



.spanBox{
	display: inline-block;
	width: 100%;
	text-align: left;
}	
.spanBox span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #000000;
}	

.spanBox .spon{
	display: inline-block;
	vertical-align: middle;
	height: 40px;
	margin: 5px;
}	

.spanBox .spon2{
	display: inline-block;
	vertical-align: middle;
	height: 20px;
	margin: 5px;
}	

.spanBox .spon3{
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	margin: 5px;
}	


}




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

	
	.kv_slogan{
		width: 90%;
		z-index: 2;
		position: relative;
		margin-bottom: 40%;
		margin-left: 5%;
	}


	.intro_txt{
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-top: 50px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		font-size: 18px;
		line-height: 1.7;
		color: #ffffff;
	}
	
	
	.intro_txt span{
		font-size: 17px;
	}



.mb_show{
	display: none;
}






  .goTop{
	position:fixed;
	z-index:100;
	width:30px;
	height:30px;
	display:none;
  bottom:80px;
  right:15px;
	}


	.q_link{
		position: fixed;
		width: 100px;
		right: 15px;
		bottom: 20px;
		cursor: pointer;
		z-index: 10;
	}
	

	.sec{
		float: left;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center;
		position: relative;
		z-index: 1;
		overflow: hidden;
		padding: 50px 20px 50px 20px;
	}
	

	.sec_title img{
		display: inline-block;
		width: 150px;
	}
 .select_wrap {
    flex-direction: column;
    gap: 0px;
  }
.select_wrap label {
  display: flex;
  white-space: normal; 
  width: 100%;    
        align-items: flex-start;
		 gap: 3px;    
		 text-align: left;
}
.spon_all{
	display: inline;
	width: 100%;
}

}






