@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: Arial,".蘋方-繁", "微軟正黑體", "繁黑體", 'Microsoft JhengHei', 'Microsoft YaHei', 'Heiti TC', 'LiHei Pro', sans-serif, "新細明體", PMingLiU;
	}
/* 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:34px;
	height:30px;
	display:none;
  bottom:80px;
  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;
	}

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

}		



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




#KV{
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
	height: 900px;
}


.PC_KV{
	float: left;
	width: 100%;
	height: 100%;
	display: block;
}

.MB_KV{
	float: left;
	width: 100%;
	display: none;
}

.MB_KV img{
	width: 100%;
}


.NAV_btn_wrap{
	display: none;
	position:fixed;
	width:60px;
	top:20px;
	right:10px;
  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: 3px;
  width: 100%;
  background: #f7ac34;
  border-radius: 5px;
  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:nth-child(1) {
  top: 0px;
}

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

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

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

#nav-icon3.open span:nth-child(2) {
  -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: fixed;
	z-index: 1;
	width: 85px;
	top:30%;
	right: 20px;
	text-align: right;
}

nav{
	display: inline-block;
	text-align: center;
	margin-top: 15px;
}

nav div {
	position: relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	width: 100%;
	height: 30px;
  	font-size: 20px;
  	font-weight: bold;
  	color: #ffffff;
  	line-height: 30px;
  	text-shadow: 0px 1px 2px #000000;
}

nav div img{
	height: 30px;
	margin-top: 10px;
}


nav div: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 div:last-child img {
	margin-top: 20px;
}


.signBTN{
	position: fixed;
	z-index: 2;
	width:100px;
	height:100px;
  bottom:120px;
  right:20px;
  display: block;
}

.signBTN:hover{
 opacity:0.8;
	}	
.signBTN img{
	width:100%;
	}



.signBTNMB{
	position: fixed;
	z-index: 2;
	width:100px;
	height:50px;
  bottom:0px;
  left: :20px;
  background: #f7ac34;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  display: none;
}

.signBTNMB:hover{
 opacity:0.8;
	}



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

.mid_content{
	display: inline-block;
	width: 1024px;
	position: relative;
}

.secTitle{
	display: inline-block;
	width: 100px;
	margin-bottom: 60px;
}

.secBG1{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f6+0,e4f3fb+100 */
background: #f5f6f6; /* Old browsers */
background: -moz-linear-gradient(-45deg, #f5f6f6 0%, #e4f3fb 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #f5f6f6 0%,#e4f3fb 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #f5f6f6 0%,#e4f3fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#e4f3fb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.secBG2{
	background:url(../images/bluePattern.jpg) repeat; /* path to your loading animation */

}




.locInfo{
	display: inline-block;
	width: 750px;
	margin-bottom: 60px;
}


.signNote{
	display: inline-block;
	width: 530px;
	margin-bottom: 60px;
}


.locMB{
	display: none;
	width: 100%;
	margin-bottom: 60px;
}

.loc_map{
	display: inline-block;
	width: 100%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border:  2px #989897 solid;
    margin-top: 10px;
    position: relative;
}

.google-maps {
        position: relative;
        padding-bottom:40%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
 .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }




.form_wrap{
	display: inline-block;
	width: 900px;
	margin-top: 50px;
}


.form_des{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #114447;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 30px;
}

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



.form_item{
	float: left;
	display: inline-table;
	width: 400px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 50px;
}


.form_item:nth-child(2n){
    margin-right: 0px;
}

.form_item .title{
	display: table-cell;
	width:100px;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 45px;
	color: #000000;
	vertical-align: middle;
	text-align: left;
}
.form_item .title span{
	color: #fb1010;
}

.form_item .input{
	color: #fb1010;
	vertical-align: middle;
}

.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-right: 0px;
    text-align: left;
}

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

.form_item_full .title span{
	color: #fb1010;
}

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

}

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




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

.single_line2{
  display: inline-block;
  width: 200px;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
 border: #d7d7d7 1px solid;
 background: #ffffff;
 font-size: 14px;
  -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 padding-left: 10px;
 padding-right: 10px;
}

.form_field_select{
  display: inline-block;
  width:100%;
  height:45px;
  background: #FFF;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
 border: #d7d7d7 1px solid;
 font-size: 14px;
 text-align: center;
 padding-left: 10px;
 padding-right: 10px;
  }       
.form_field_select .classify_select{
  background:url(../images/select_arrow.png) right no-repeat;
  background:none !important \9;/* IE9, IE8, IE7, IE6 */
width: 100%;
font-size: 14px;
border: none;
height: 45px;
-webkit-appearance: none;
cursor:pointer;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: ”;
  outline:none;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  }

 .check_group{
 	float: left;
 	width: 100%;
 	margin-top: 30px;
 	text-align: left;
 } 

  .check_group label{
  	font-size: 16px;
  	color: #f2a941;
  	letter-spacing: 1px;
 } 

.btn_wrap{
	display: inline-block;
	width: 100%;
	margin-top: 40px;
	border-top: #000000 1px solid;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-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: #000000;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.submit{
	display: inline-block;
	width: 145px;
	height: 45px;
	border: none;
	background: #e83536;
	color: #ffffff;
	  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
}
.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: 45px;
	border: none;
	background: #7d7d7d;
	color: #ffffff;
	  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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: 100%;
	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: #000000;
	letter-spacing: 1px;
	margin-left:10px; 
}

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






.field-content.full{
	display: inline-block;
	width: 100%;
	text-align: center;
    	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none; 
    text-align: left;
    font-size: 14px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 10px;
}

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




.lec_wrap{
	float: left;
	width: 100%;
	margin-top: 80px;
	text-align: center;
}

.lec_item{
	display: inline-block;
	width: 250px;
	position: relative;
	margin-right: 20px;
	vertical-align: top;
	margin-bottom: 30px;
}

.lec_item:last-child{
	margin-right: 0px;
}

.lec_item .avatar{
	display: inline-block;
	width: 160px;
	margin-bottom: 20px;
	position: relative;
z-index: 0;
}
.lec_item .name{
	display: inline-block;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 1px;
	width: 100%;
	font-weight: 600;
	border-bottom: #ffffff 1px solid;
	text-align: center;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
z-index: 0;
line-height: 20px;
}

.lec_item .title{
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 1px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
z-index: 0;
}

.lec_item .des{
	display: none;
	font-size: 13px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 1.5;
	width: 100%;
	text-align: left;
margin-bottom: 20px;
position: relative;
z-index: 0;
}

.lec_item .des.reveal{
	display: block;
}


.lec_more{
	display: inline-block;
	position: relative;
		 -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    height: 36px;
    width: 122px;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 36px;
    cursor: pointer;
    border: #5d77af 1px solid;
    z-index: 0;

}

.lec_more:hover{
	 color: #ffffff;
  background: #000000;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}



.agendaWrap{
	float: left;
	width: 100%;
	margin-top: 0px;
	text-align: center;
}


.agendaHEAD{
	-webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #2396d3;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.agendaHEAD .agendaTitle{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.agendaHEAD .agendaTopic{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.agendaHEAD .agendaHost{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
}

.columnTB{
	border-bottom: #777677 1px dashed;
}


.agendaTB{
	display: inline-table;
	width: 100%;
	 -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
}

.agendaTitle{
	display: table-cell;
	width: 170px;
	text-align: left;
		 -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 18px;
    color: #3a3636;
}

.agendaTopic{
	display: table-cell;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    font-size: 16px;
    color: #3a3636;
    text-align: left;
}

.agendaHost{
	display: table-cell;
	width: 280px;
	font-size: 16px;
    color: #3a3636;
    text-align: left;
}

.HOSTNAME{
	font-size: 20px;
	font-weight: bold;
	color: #2396d3;
}

.TOPICGOLD{
	font-size: 18px;
	font-weight: bold;
	color: #f7ac34
}


.HL{
		font-size: 18px;
	font-weight: bold;
	color: #2396d3
}


.warning{
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	background: #0b5176;
	color: #ffffff;
	text-align: center;
			-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px 40px 20px;
}

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



#FOOTER{
	float:left;
	width:100%;
	font-size: 14px;
	color: #0b5176;
	text-align: center;
		-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 20px 60px 20px;
	}



.agency{
	display: inline-block;
	width:450px;
	margin-bottom: 60px;
}


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

#KV{
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
	height: 718px;
}

}

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

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


}

@media screen and (max-width: 940px) {
.form_wrap{
	display: inline-block;
	width: 100%;
	margin-top: 50px;
}

.form_item{
	float: left;
	display: inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 0px;
}


.form_item:nth-child(2n){
    margin-right: 0px;
}

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

.form_item .input{
	color: #fb1010;
	vertical-align: middle;
}




}


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

.agendaTB{
	display: inline-block;
	width: 100%;
	 -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
}

.agendaTitle{
	display: inline-block;
	float: left;
	width: 170px;
	text-align: left;
		 -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 20px;
    font-size: 18px;
    color: #3a3636;
}

.agendaTopic{
	float: left;
	width: 100%;
	display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:20px;
    font-size: 16px;
    color: #3a3636;
    text-align: left;
}

.agendaHost{
	display: inline-block;
	width: 100%;
	font-size: 16px;
    color: #3a3636;
    text-align: left;
        -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:20px;
    margin-top: 20px;
}


.agendaHEAD .agendaTitle{
	width: 100%;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
     padding: 0px;
     margin:0px;
}

.agendaHEAD .agendaTopic{
    font-size: 20px;
    color: #ffffff;
       padding: 0px;
     margin:0px;
    font-weight: bold;
     text-align: center;
}

.agendaHEAD .agendaHost{
    font-size: 20px;
       padding: 0px;
     margin:0px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 0px;
    text-align: center;
}


.brMB{
	display: none;
}



}

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




#NAV{
	position: fixed;
	z-index: 12;
	width: 100%;
	height: 328px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background: url(../images/white_95.png) repeat;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	top:-328px;
	right: 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;
}


#NAV.reveal{
	top:0px;
	}	


nav{
	display: inline-block;
	text-align: center;
	margin-top: 50px;
}

nav div {
	position: relative;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	width: 100%;
	height: 30px;
  	font-size: 20px;
  	font-weight: bold;
  	color: #000000;
  	line-height: 30px;
  	text-shadow: none;
}

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







}


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

.locInfo{
	display: none;
	width: 100%;
	margin-bottom: 30px;
}

.signNote{
	display: none;
	width: 100%;
	margin-bottom: 30px;
}

.locMB{
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}



}

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

.PC_KV{
	display: none;
}

.MB_KV{
	display: block;
}

#KV{
	float: left;
	width: 100%;
	position: relative;
	z-index: 0;
	height: auto;
}

.signBTN{
	position: fixed;
	z-index: 2;
	width:100px;
	height:100px;
  bottom:190px;
  right:20px;
  display: none;
}

.signBTNMB{
	position: fixed;
	z-index: 2;
	width:100%;
	height:30px;
  bottom:0px;
  left: :20px;
  background: #f7ac34;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  display: block;
}


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

.agency{
	display: inline-block;
	width:100%;
	margin-bottom: 60px;
}



}

