@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700,900&subset=chinese-traditional');
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #222222;
  line-height: 1.5em;
	background-image: url(../images/heroimg.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  overflow: hidden;
	width: 100%;
	height: 100%;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.5);
}
.clearboth{
	clear: both;
}
.logo{
	margin-top: 50px;
}
.logo img{
	width: 400px;
	max-width: 600px;
	
}

#menuarea, #logbtnarea{
	margin-top: 30px;
	text-align: center;
	
}
.loginarea{
	float: right;
	margin-top: 50px;
	margin-bottom: 0px;
}
.newaccount{
	padding: 10px;
}

.btninbox{
	padding: 20px;
}
.btninbox div{
	margin-top: 15px;
}
.socbtn{
	margin:10px;
	cursor: pointer;
}

.listbox{
	display: inline-block;
	width: 100%;
	border-radius: 0.25rem;
	background-color: rgba(255,255,255,0.95);
	border: 1px solid #025aa5;
	padding: 20px;
	margin: 5px 0;
}
.lb-title{
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #025aa5;
}
.morelessbtn{
	float: right;
	cursor: pointer;
	color: #025aa5;
}

#footer{
	padding-bottom: 50px;
	color: #025aa5;
	color: #555;
	font-weight: 500;
	text-align: center;
}



.actrow{
	margin-bottom: 10px;
}

.panel-title{
	padding: 15px;
}

.actlable{
	text-align: right;
	font-weight: 500;
}
.logoutbtn{
	position: fixed; 
	right: 50px; 
	top: 50px; 
	z-index: 99;
}
@media (max-width:991px){
	.actlable{
		text-align: left;
	}
	#footer{
		text-align: left;
	}
	.loginarea{
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.logo{
		margin-top: 30px;
	}
	.logoutbtn{
		top: 15px;
		right: 15px;
	}
}
.memberimg{
	max-width: 200px;
	max-height: 200px;
}
.confirm-panel{
	display:none;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	border-radius:3px;
	padding:20px;
	border:2px #DDD solid;
	text-align:left;
}
.confirm-panel-sign{
	float:left;
	text-align:left;
	width:50px;
	color:#FBB03B;
}
.confirm-panel-content{
	float:left;
	width:400px;
	margin-bottom:30px;
}

.confirm-panel-btn{
	width:100%;
	text-align:right;
}

.popbox{
	position:fixed;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.80);
	z-index:1999;
}
.popbox-table{
	display:table;
	width:100%;
	height:100%;
}
.popbox-cell{
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height:100%;
	text-align:center;
}
.vege{
	color: green;
}

#modal-llg{
	max-width: 1200px;
}
