@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;
	}
.body_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 0;
}

	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:50px;
  right:20px;
	}
.goTop:hover{
 opacity:0.8;
	}	
.goTop img{
	width:100%;
	}


.q_link{
	position: fixed;
	width: 48px;
	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;
	text-align: center;
}

#HEADER.reveal{
	background-color: #005E82;
}


.logo{
	display: inline-block;
	width: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	margin-right: 30px;
}


#KV{
	position: relative;
	z-index: 3;
	width: 100%;
	overflow: hidden;
}



.kv_slogan_wrap{
	position: absolute;
	width: 50%;
	z-index: 1;
	top: 150px;
	left: 5%;
	text-align: center;
}

.kv_slogan{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.kv_tw{
	display: inline-block;
	vertical-align: middle;
	mix-blend-mode: screen;
	background-image: url(../images/kv_pattern.png);
	background-size: 82px 124px;
	width: 82px;
	height: 124px;
}




.kv_pattern{
	float: left;
	z-index: 0;
	width: 100%;
	margin-top: 200px;
}






.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;
	margin-top: 10px;
}



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

nav div, nav a {
	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: 18px;
	text-align: center;
	line-height: 20px;
}

nav div:hover, nav a:hover {
	color: #c6f1ef;
	-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;
}



.sub_buttons {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  white-space: nowrap;
  z-index: 99;
}

.sub_btn {
  display: block;
  box-sizing: border-box;
  padding: 10px 10px;
  color: #121D39;
  text-decoration: none;
  font-size: 14px;
    background: #ffffff;
  border-radius: 4px;
    white-space: nowrap;
    margin-bottom: 5px;
    text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.sub_btn:hover {
  background-color: #eee;
}

/* Hover 時顯示 submenu */
#signup_btn:hover .sub_buttons {
  display: block;
}
@media screen and (max-width: 960px) {
.sub_buttons {
  display: block;
  position: relative;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%);
  padding: 0px;
  white-space: nowrap;
  z-index: 99;
}
.sub_btn {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0px;
  color: #000000;
  text-decoration: none;
  font-size: 14px;
    background:none;
  border-radius: 4px;
    white-space: nowrap;
    margin-bottom: 0px;
    text-align: center;
  box-shadow: none;
}
}


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



.tri_bg{
background-image: url(../images/event_info_bg.png);
background-size: cover;

}


.white_bg::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .3;
	top:0px;
	left: 0px;
	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: 18px;
		line-height: 1.7;
		color: #ffffff;
	}

	.intro_txt .h2{
		font-size: 30px;
	}



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


.sec_title img{
	display: inline-block;
	height: 100px;
}

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


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



.gate_title{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	margin-bottom: 30px;
}

.gate_title span{
	font-size: 36px;
}

.view_wrap{
	display: inline-block;
	width: 900px;
	text-align: left;
	margin-bottom: 50px;
}
.view_wrap:first-child{
	margin-top: 30px;
}
.vew_img{
	display: inline-block;
	width: 500px;
}
.view_wrap .link_wrap{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.view_wrap a{
	display: inline-block;
}
.view_wrap a img{
	width: 200px;
}


.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_slider{
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
}

.album_slider img{
	display: inline-block;
	width: 250px;
	margin: 10px;
}




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

.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{
	float: left;
	width: 510px;
	margin-bottom: 50px;
	margin-top: 30px;
}





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


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

.adgend_head{
	display: inline-block;
	width: 100%;
	background-color: #EDB061;
	padding: 10px 0px;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 5px;
}



.agenda_tr{
	width: 100%;
	display: inline-table;
	margin-bottom: 5px;
	border-bottom: #D0D0D0 1px solid;
}

.agenda_tr.child{
	border-bottom:none;
}

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

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








.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-radius: 8px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #ffffff;
 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-radius: 8px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	background-color: #ffffff;
}

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


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

.t1{
	display: inline-block;
		vertical-align: top;
	width: 420px;
	margin-right: 30px;
}
.t2{
	display: inline-block;
		vertical-align: top;
	width: 420px;
}
.t3{
	display: inline-block;
	width: 900px;
	margin-top: 40px;
}


.rent_img{
	display: inline-block;
	width: 900px;
	margin-top: 40px;
}

.place_wrap{
	display: inline-block;
	width: 900px;
	text-align: left;
	vertical-align: top;
	margin-top: 40px;
}

.l1{
	display: inline-block;
	width: 557px;
}

.l2{
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}


#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;
	width: 100%;
}	



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

.ft_contact{
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}
.ft_contact p{
	display: inline-block;
	font-size: 14px;
	color: #313233;
}

.ft_contact p:first-child{
	margin-right: 40px;
}

.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{
	display: inline-block;
	float: left;
	width: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	margin-right: 0px;
	margin-left: 20px;
}


	.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;
	margin-top: 0px;
}

#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_slogan_wrap{
	position: relative;
	display: inline-block;
	width: 100%;
	z-index: 1;
	top: 0px;
	left: 0px;
	text-align: center;
	margin-top: 100px;
}

.kv_slogan{
	display: inline-block;
	vertical-align: middle;
	width: 90%;
}





.kv_pattern{
	float: left;
	z-index: 0;
	width: 100%;
	margin-top: 150px;
}






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





	.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{
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
	border-bottom: #D0D0D0 1px solid;
}


.agenda_tr .agenda-td{
	display: inline-block;
	width: 100%;
	-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: #ffffff;
}

.agenda_tr .agenda-td:nth-child(2){
	/* width: 540px; */
	font-size: 20px;
	color: #E0F28B;
	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) {

	

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



.mb_show{
	display: none;
}






	

	.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;
	height: 60px;
}

 .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%;
}

.album_slider img{
	display: inline-block;
	width: 250px;
	margin: 10px 0px;
}


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

.t1{
	display: inline-block;
		vertical-align: top;
	width: 100%;
	margin-right: 0px;
}
.t2{
	display: inline-block;
		vertical-align: top;
	width: 100%;
	margin-top: 40px;
}
.t3{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}


.rent_img{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.place_wrap{
	display: inline-block;
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin-top: 40px;
}

.l1{
	display: inline-block;
	width: 100%;
}
.ft_contact p:first-child{
	margin-right: 0px;
}

.view_wrap{
	display: inline-block;
	width: 100%;
	text-align: left;
	margin-bottom: 50px;
}
.vew_img{
	display: inline-block;
	width: 100%;
}
}






