


.lang_enGB{
	display: block;
}

.lang_zhHK{
	display: none;
	font-family: "微軟正黑體", "Microsoft Jhenghei";
}


.lang_zhCN{
	display: none;
	font-family: "微軟正黑體", "Microsoft Jhenghei";
}


@font-face {
    font-family: "eurostiledemi";
    src: url("../assets/font/eurostiledemi.ttf");
}

@font-face {
    font-family: "eurostileregular";
    src: url("../assets/font/eurostileregular.ttf");
}

@font-face {
    font-family: "aqua";
    src: url("../assets/font/aqua.ttf");
}


html{
	min-height: 100%;
	height: 100%;
}
body{ 
	min-height: 100%;
	height: 100%;
	overflow: hidden;
}

ul li{
	margin-left: -20px;
}

#homeNews {
    display: none;
}

/* NAV LOGO */
#ALSClogo{
	position: fixed;
	background-color: RGBA(11,61,91,0);
	color: RGBA(255,255,255,1);
	width: 228px; height: 83px; 
	margin-left: 15px;
	text-align: justify;
	padding: 30px 10px 0px 10px;
	border-color: RGBA(255,255,255,1);
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	font-family: "aqua";
	cursor: pointer;
	display: block;
}

#ALSClogoMobile{
	display: none;
}
	
@media only screen and (max-width: 767px) { 
#ALSClogoMobile{
	position: fixed;
	background-color: RGBA(11,61,91,0);
	color: RGBA(255,255,255,1);
	width: 170px; height: 65px; 
	margin-left: 10px;
	text-align: justify;
	padding: 20px 6px 0px 6px;
	border-color: RGBA(255,255,255,1);
	border-style: solid;
	border-width: 0px 2px 2px 2px;
	font-family: "aqua";
	cursor: pointer;
	display: block;
}
#ALSClogo{
	display: none;
}
	
}

/* NAV BAR */
#ALSCmobile{
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#ALSCmobile .icon-bar{
	background-color: RGBA(207,207,207,1);
}


#ALSCnav{
    font-family: "aqua";
}

#ALSCnav ul li{
}

#ALSCnav ul li a{
	color: #FFFFFF;
	padding: 10px 15px;
	height: 35px;
}

#ALSCnav{
	font-size: 100%;
}



@media only screen and (max-width: 767px) { 
	#ALSCnav{
		margin-top: 0px;
		background-color: RGBA(67,67,67,1);
		border-bottom: 5px solid RGBA(155,155,155,1);
	}
	
		#ALSCnav ul li{
			border-top: 1px solid RGBA(0,0,0,0.3);
		}

		#ALSCnav ul li a{
			color: #FFFFFF;
			padding: 10px 30px;
			height: 45px;
			vertical-align: middle;
		    line-height: 25px;
		}
		
		#ALSCnav ul li a.ALSCnavActive{
			/*background-color: RGBA(51,108,140,1);*/
		}

		#ALSCnav ul li a:not(.ALSCnavStatic):hover,
		#ALSCnav ul li a:not(.ALSCnavStatic):focus {
			text-decoration: none;
			/*background-color: RGBA(51,108,140,1);*/
		}
}

@media only screen and (min-width: 768px) { 
	#ALSCnav{
		margin-top: 40px;
		margin-right: 15px;
	}
	

		#ALSCnav ul li a.ALSCnavActive{
			background-color: transparent;
			border-bottom: 2px solid RGBA(51,108,140,1);
		}
		
		#ALSCnav ul li a:not(.ALSCnavStatic):hover,
		#ALSCnav ul li a:not(.ALSCnavStatic):focus {
			text-decoration: none;
			background-color: transparent;
			border-bottom: 2px solid RGBA(51,108,140,1);
		}

}

@media only screen and (min-width: 0px) and (max-width:767px) {  
	#ALSCnav ul li{
		margin-left: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width:1080px) {  
	#ALSCnav ul li{
		margin-left: 0px;
	}
}

@media only screen and (min-width: 1080px) and (max-width:1439px) {  
	#ALSCnav ul li{
		margin-left: 5px;
	}
}

@media only screen and (min-width: 1440px)  {  
	#ALSCnav ul li{
		margin-left: 15px;
	}
}



/* LANG BUTTON */
.lang_button{
	color: RGBA(255,255,255,1);
	min-width: 20px;
	min-height: 20px;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	border-radius: 4px 4px 4px 4px;
}

.lang_button:not(.lang_selected):hover{
	background-color: RGBA(111,111,111,1);
	
}

.lang_selected{
	background-color: RGBA(11,61,91,1);
}

.lang_sp, .lang_sp:hover{
	color: RGBA(255,255,255,1);
	min-width: 5px;
	min-height: 20px;
	width: 5px;
	height: 20px;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}









/* BACKGROUND*/

#background{
	position: fixed;
	z-index: -100;
	background-color: #333333;
	min-height: 100%;
	min-width: 100%;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
	pointer-events: none;
}
	#backgroundVideo{
  		position: absolute;
		min-height: calc(100% - 0px);
		min-width: 100%;
		width: 100%;
		height: calc(100% - 0px);
		top: 0px;
		z-index: 1;
		overflow: hidden;

	}
		#backgroundVideo video{
			min-height: 100%;
			min-width: 100%;
			position: absolute;
			left: 0px;
			top: 0px;
		}
	#backgroundImage{
  		position: absolute;
		min-height: 100%;
		min-width: 100%;
		min-height: calc(100% - 0px);
		min-width: 100%;
		width: 100%;
		height: calc(100% - 0px);
		top: 0px;
		z-index: 2;

	}
		.wallpaper{
			min-height: 100%;
			min-width: 100%;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-position: 20% 0%;
		}
	
	#backgroundMember{
  		position: absolute;
		min-height: 100%;
		min-width: 100%;
		min-height: calc(100% - 0px);
		min-width: 100%;
		width: 100%;
		height: calc(100% - 0px);
		top: 0px;
		z-index: 3;
		
		background-size: 100% 100%;
			background-position: 0% 0%;
	}	
	
	
	#backgroundSolidMask{
  		position: absolute;
		min-height: 100%;
		min-width: 100%;
		min-height: calc(100% - 0px);
		min-width: 100%;
		width: 100%;
		height: calc(100% - 0px);
		top: 0px;
		z-index: 100;
	}
	
	#backgroundGradientMask{
  		position: absolute;
		min-height: 100%;
		min-width: 100%;
		min-height: calc(100% - 0px);
		min-width: 100%;
		width: 100%;
		height: calc(100% - 0px);
		top: 0px;
		z-index: 101;
		background: -moz-linear-gradient(left, RGBA(0,0,0,0) 0%, RGBA(0,0,0,0) 50% , RGBA(0,0,0,1) 75%, RGBA(0,0,0,1) 100%);
		background: -webkit-linear-gradient(left, RGBA(0,0,0,0) 0%,RGBA(0,0,0,0) 50% ,RGBA(0,0,0,1) 75%,RGBA(0,0,0,1) 100%);
		background: linear-gradient(to right, RGBA(0,0,0,0) 0%,RGBA(0,0,0,0) 50% ,RGBA(0,0,0,1) 75%,RGBA(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00434343', endColorstr='#434343',GradientType=1 );
		display: none;
	}



/* FOOTER */


@media only screen and (min-width: 768px) { 
#footerDesktop{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	vertical-align: baseline;
	color: RGBA(202,202,202,1);
	background-color: RGBA(17,17,17,0.95);
	z-index: 300;
}
#footerMobile{ 	display: none; }
}

@media only screen and (max-width: 767px) { 
#footerMobile {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: RGBA(202,202,202,1);
	background-color: RGBA(17,17,17,0.95);
	z-index: 300;
}
#footerDesktop{ display: none; }
}

#footerDesktop span{
	display: inline-block;
	vertical-align: baseline;
}

#footerDesktop a{
	color: RGBA(202,202,202,1);
	text-decoration: none;
}

#footerMobile a{
	color: RGBA(202,202,202,1);
	text-decoration: none;
}

#footerDesktop a:hover{
	text-decoration: none;
}

	.footerGlyphIcon{
		font-size: 15px;
	}

	.footerDesktopIcon{
		display: inline-block;
		vertical-align: baseline;
		width: 20px;
		height: 20px;
		min-width: 20px;
		min-height: 20px;
		max-width: 20px;
		max-height: 20px;
		background-size: 100% 100%;
		background-repeat: no-repeat no-repeat;
	}
	#footerDesktopIcon_1{ background-image: url("../assets/static/footer_1.png"); }
	#footerDesktopIcon_2{ background-image: url("../assets/static/footer_2.png"); }
	#footerDesktopIcon_3{ background-image: url("../assets/static/footer_3.png"); }
	
	.footerMobileIcon{
		display: inline-block;
		vertical-align: baseline;
		width: 20px;
		height: 20px;
		min-width: 20px;
		min-height: 20px;
		max-width: 20px;
		max-height: 20px;
		background-size: 100% 100%;
		background-repeat: no-repeat no-repeat;
		text-align: center;
	}
	#footerMobileIcon_1{ background-image: url("../assets/static/footer_1.png"); }
	#footerMobileIcon_2{ background-image: url("../assets/static/footer_2.png"); }
	#footerMobileIcon_3{ background-image: url("../assets/static/footer_3.png"); }
	
	#footerMobile span{
		text-align: center;
	}



/* MAIN */

#main{
	z-index: 10;
	color: RGBA(255,255,255,1);
	overflow-x: hidden;
	overflow-y: hidden;
	bottom: 50px;
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 767px) { 
	#main{
		top: 75px;
		min-height: calc(100% - 75px - 50px);
		/*height: calc(100% - 75px - 50px);*/
		padding-bottom: 0px;
	}
}

@media only screen and (min-width: 768px) { 
	#main{
		top: 125px;
		min-height: calc(100% - 125px - 50px);
		height: calc(100% - 125px - 50px);
		padding-bottom: 0px;
		max-height: calc(100% - 125px - 50px);
	}
}










.thumb{
	text-align: center;
	margin: 20px 0 0 0;
}

.thumb_img{
	width: 150px;
	height: 150px;
	/*background-size: contain;
	background-origin: center center;*/
	border: 1px solid RGBA(0,0,0,0.3);
}

#carousel-example-generic .carousel-inner > .item  img.lang_enGB{
	display: block;
}

#carousel-example-generic .carousel-inner > .item  img.lang_zhHK{
	display: none;
}

#carousel-example-generic .carousel-inner img{
	width: 100%;
	height: 100%;
}

#carousel-example-generic .carousel-inner{
	overflow: hidden;
	height: auto;
}

.mobile{
	display: none;
}
.desktop{
	display: block;
}

.productNode {
   padding-bottom: 50px;
}

.product-image{
	margin: 0 auto;
}

.product-title{
	height: 52px;
	overflow-y: auto;
}

.product-description{
	height: 100px;
	overflow-y: auto;
}

#homeMediaContainer{
	text-align: center;
	margin-bottom: 30px;
}
#homeFacebookContainer{
	text-align: center;
}
@media (min-width:992px) {
	#homeMediaContainer{
		text-align: left;
		margin-bottom: 10px;
	}
	#homeFacebookContainer{
		text-align: right;
	}
}




.youtube-iframe{
	max-width: 750px;
	width: 100%;
	height: 320px;
}

.active span{
	float: left;
	padding-left: 1rem;
}

@media only screen and (max-width: 767px) { 
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}
	
	.page-header{
		width: 100%;
	}

	.youtube-iframe{
		width: 100%;
	}

}

.pagination ul{
	padding: 0px;
	margin: 0px;
}

.pagination-previous{
	line-height: 3rem;
}

.firstpage, .lastpage{
	/*margin-top: 1.5rem;*/
	padding: 0 0;
}

.pagination li{
	float:left;
	list-style: none;
	min-width: 2rem;
	margin-left:10px;
	margin-right:10px;
	padding:0 5px;
}

.pagination .current a{
	background: #337ab7;
	color: #fff;
}

.pagination .disabled{
	background-color: #eee;
	line-height: 3.4rem;
	cursor: no-drop;
}

.paginationBar{ 
	width:100%; 
	height:50px; 
	margin:0 auto;
	display:flex;
	justify-content:center;
	align-items:center;
}

.paginationBar a{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
}







/* HOME */


#homeNews{
	background-color: RGBA(0,0,0,0.9);
	padding: 10px 15px 10px 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	float: right;
	text-align: justify;
}

	#homeNews h1{
		color: RGBA(51,108,140,1);
	}
		#homeNews p{
			text-align: justify;
		}

@media only screen and (max-width: 767px) { 
	#homeNews{
		margin-top: 200px;
		width: 100%;
	}
}

@media only screen and (min-width: 768px) { 
	#homeNews{
		margin-top: 310px;
		width: 40%;
		max-width: 590px;
		min-height: 280px;
		max-height: 280px;
		height: 280px;

	}
}

/* ABOUT */

#about, #aboutMore{
	background-color: RGBA(0,0,0,0.9);
	padding: 10px 15px 10px 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: justify;

}
#aboutMoreContainer{
	display: none;
}

@media only screen and (max-width: 767px) { 
	#about{
		
	}
	#aboutContainer{
		min-height: 100%;
		
	}
	#aboutBannerContainer{
	}
}

@media only screen and (min-width: 768px) { 
	#about{	
		min-height: 100%;
		max-height: 100%;
		height: 100%;
	}
	#aboutContainer{
		height: 100%;
	}
	#aboutBannerContainer{
	}
}
#about_banner{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	padding: 0px 0px 0px 0px;
	height: 100%;
}

#about_banner img{
	width: 100%;
	height: auto;
}



.about_content{
	padding: 20px 15px 20px 15px;
}
	
/* PUPILLAGE */	

#pupillage{
	background-color: RGBA(0,0,0,0.9);
	padding: 20px 25px 20px 25px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: justify;
	min-height: 0px;
}


@media only screen and (max-width: 767px) { 
	#pupillage{
		
	}
	#pupillageContainer{
		height: 100%;
	}
	#pupillage_head{
		width: 100%;
		/*height: 100%;*/
		min-height: 30px;
		background-image: none;
		height: 30%;
		overflow: hidden;
	}
		#pupillage_head img{
			display: block;
		}
	#pupillage{
		
	}
}

@media only screen and (min-width: 768px) { 
	#pupillage{
		min-height: 100%; 
		max-height: 100%;
		height: 100%;
	}
	#pupillageContainer{
		height: 100%;
		max-height: 500px;
	}

	#pupillage_head{
		min-height: 500px; 
		height: 500px;
		max-height: 500px;
	}
		#pupillage_head img{
			display: none;
		}
}
#pupillage_head{
	padding: 0px 0px 0px 0px;
	background-size: cover;
}

@media only screen and (max-width: 767px) { 
	#pupillage_head{
		
	}
	
}

@media only screen and (min-width: 768px) { 
	
}

#pupillage_content{
	
}

/* CONTACT */	

#contact{
	background-color: RGBA(0,0,0,0.9);
	padding: 20px 25px 20px 25px;
	overflow-x: hidden;
	overflow-y: hidden;
}

#contact_head{
	background-color: RGBA(0,0,0,0.9);
	padding: 0px 0px 0px 0px;
}

@media only screen and (max-width: 767px) { 
	#contact{
		min-height: 50%;
	}
	#contactContainer{
		min-height: 100%;
	}
	#contact_head{
		min-height: 300px;
		height: 300px;
	}
}

@media only screen and (min-width: 768px) { 
	#contact{
		min-height: 100%; 
		max-height: 100%;
		height: 100%;
	}
	#contactContainer{
		height: 100%;
		max-height: 450px;
	}
	#contact_head{
		height: 450px;
		max-height: 450px;
	}
}




/* MEMBER LIST*/

#main_MemberList_1{
	z-index: 10;
	color: RGBA(255,255,255,1);
	overflow-x: hidden;
	overflow-y: hidden;
	min-height: 50px;
	height: 50px;
    position: absolute;
    width: 100%;
}

#main_MemberList_2{
	z-index: 10;
	color: RGBA(255,255,255,1);
	overflow-x: hidden;
	overflow-y: hidden;
	bottom: 50px;
    position: absolute;
    
}

@media only screen and (max-width: 767px) { 
	#main_MemberList_1{
		top: 75px;
	}
	#main_MemberList_2{
		top: 125px;
		min-height: calc(100% - 125px - 50px);
		height: calc(100% - 125px - 50px);		
		padding-bottom: 0px;
		min-width: 100%;
	}
}

@media only screen and (min-width: 768px) { 
	#main_MemberList_1{
		top: 125px;
		width: 100%;
	}
	#main_MemberList_2{
		top: 175px;
		width: 100%;
		min-height: calc(100% - 175px - 50px);
		height: calc(100% - 175px - 50px);
		padding-bottom: 0px;
		max-height: calc(100% - 175px - 50px);
	}
}


#memberList_office_location .active a{
	background-color: RGBA(167,167,167,1);
	color: RGBA(255,255,255,1);
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-top: 0px solid transparent;
	border-bottom: 1px solid transparent;
}

#memberList_office_location a{
	color: RGBA(167,167,167,1);
}

	#memberList_office_location ul{
		padding: 0px 0px 0px 15px;
	}
	
	#memberList_office_location ul li{
		margin-left: 0px;
	}


#memberListFlyer{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	color: RGBA(255,255,255,1);
	display: none;
	z-index: 9999;
}
	#memberListFlyerBackground{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		background-color: RGBA(167,167,167,0.3);
		color: RGBA(255,255,255,1);
		z-index: 1;
	}
	
	#memberListFlyerContent{
		position: absolute;
		width: 92%;
		height: calc(95% - 125px);
		top: calc(125px + 0%);
		left: 4%;
		background-color: RGBA(0,0,0,1);
		overflow-x: hidden;
		overflow-y: scroll;
		padding: 5px 10px 5px 10px;
		z-index: 2;
	}
	
#memberListFlyer .radio,
#memberListFlyer .checkbox{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: RGBA(255,255,255,0);
}



#memberListFilter .radio,
#memberListFilter .checkbox{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: RGBA(255,255,255,0);
}

.memberListFilterDesktop{
	width: 16px;
	height: 16px;
	margin: 0px 0px 0px 0px; !important
}
				
.memberListFilterHeading{
	padding: 10px 0px 10px 0px;
	color: RGBA(52,110,141,1);
	font-size: 175%;
	font-weight: bold;
	font-family: "aqua";
}

.memberListFilterSubHeading{
	padding: 10px 0px 10px 0px;
	color: RGBA(52,110,141,1);
	font-size: 140%;
	font-weight: bold;

}

.memberListFilterNode{
	margin: 5px 0px 5px 0px;
	vertical-align: top;
}

	.memberListFilterNode label{
		vertical-align: middle;
		padding: 0px 0px 0px 10px;
		width: calc(100% - 30px);
		max-width: calc(100% - 30px);
		font-size: 110%;
	}
	
#memberListTest{
	background-color: RGBA(0,0,0,0.9);
	padding: 10px 15px 10px 15px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.memberListFilterButton{
	background-color: RGBA(52,110,141,1);
	color: RGBA(255,255,255,1);
	max-width: 40%;
	min-width: 100px;
	min-height: 30px;
	width: 100px;
	height: 30px;
	font-size: 120%;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	margin: 5px 5px 5px 5px;
	border-radius: 8px 8px 8px 8px;
}

@media only screen and (max-width: 767px) { 
	#memberList_Button1{
		width: 30px;
		height: 30px;
		float: right;
		min-height: 30px;
		min-width: 30px;
		background-color: RGBA(52,110,141,0);
		z-index: 300;
		position: absolute;
		top: 0px;
		right: 25px;
	}
	.memberListFilterConfirm{
		display: inline-block;
	}
	.memberListFilterClean{
		display: inline-block;
	}
}
@media only screen and (min-width: 768px) { 
	#memberList_Button1{
		display: none;
	}
	.memberListFilterConfirm{
		display: none;
	}
	.memberListFilterClean{
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) { 
	#memberListFilter{
		display: none;	
	}
	#memberListTest{
	
	}
	#memberListContainer{
		height: 100%;
	}
}

@media only screen and (min-width: 768px) { 
	#memberListFilter{
		height: 100%;
		padding: 10px 0px 10px 0px;
	}
	#memberListTest{

		/*max-height: 720px;*/
		height: 100%;
	}
	#memberListContainer{
		height: 100%;
	}
}


.memberList_container{
	overflow: hidden;
	display: inline-block;
	margin: 5px auto 5px auto;
	vertical-align: top;
}

.memberList_portrait{
	background-color: RGBA(0,255,0,0);
	background-size: cover;
	background-repeat: no-repeat no-repeat;
	margin: 0px auto 0px auto;
	cursor: pointer;
	overflow: hidden;
}
.memberList_name{
	cursor: pointer;
	overflow: hidden;
	font-size: 100%;
	word-wrap:break-word;
	margin: 0px auto 0px auto;
	line-height: 20px;
	min-height: 40px;
	max-height: 40px;
	height: 40px;
	padding: 5px 0px 5px 0px;

}
	.memberList_name .lang_enGB{
		font-family: "aqua";	
	}

@media only screen and (max-width: 399px) { 
	.memberList_container{
		min-width: 50%;
		width: 50%;
		max-width: 50%;
		margin: 5px auto 5px auto;
	}
	.memberList_portrait{
		width: 120px;
		height: 120px;
		max-width: 120px;
		max-height: 120px;
	}
	.memberList_name{
		text-align: center;
		font-size: 100%;
		line-height: 20px;
		min-height: 40px;
		max-height: 40px;
		height: 40px;
		width: 120px;
		max-width: 120px;
	}
}

@media only screen and (min-width: 400px) and (max-width:600px) { 
	.memberList_container{
		min-width: 50%;
		width: 50%;
		max-width: 50%;
		margin: 5px auto 5px auto;
	}
	.memberList_portrait{
		width: 150px;
		height: 150px;
		max-width: 150px;
		max-height: 150px;
	}
	.memberList_name{
		text-align: center;
		font-size: 100%;
		line-height: 20px;
		min-height: 40px;
		max-height: 40px;
		height: 40px;
		width: 150px;
		max-width: 150px;
	}
}

@media only screen and (min-width: 600px) and (max-width:767px) { 
	.memberList_container{
		min-width: 33%;
		width: 33%;
		max-width: 33%;
		margin: 5px auto 5px auto;
	}
	.memberList_portrait{
		width: 150px;
		height: 150px;
		max-width: 150px;
		max-height: 150px;
	}
	.memberList_name{
		text-align: center;
		font-size: 100%;
		line-height: 20px;
		min-height: 40px;
		max-height: 40px;
		height: 40px;
		width: 100px;
		max-width: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width:1079px) { 
	.memberList_container{
		min-width: 24%;
		width: 24%;
		max-width: 24%;
		margin: 5px auto 5px auto;
	}
	.memberList_portrait{
		width: 100px;
		height: 100px;
		max-width: 100px;
		max-height: 100px;
	}
	.memberList_name{
		text-align: center;
		font-size: 100%;
		line-height: 20px;
		min-height: 40px;
		max-height: 40px;
		height: 40px;
		width: 100px;
		max-width: 100px;
	}
}

@media only screen and (min-width: 1080px) and (max-width:1439px) {  
	.memberList_container{
		min-width: 16%;
		width: 16%;
		max-width: 16%;
		margin: 5px auto 5px auto;
	}
	.memberList_portrait{
		width: 100px;
		height: 100px;
		max-width: 100px;
		max-height: 100px;
		height: 100px;
	}
	.memberList_name{
		text-align: center;
		font-size: 100%;
		line-height: 20px;
		min-height: 40px;
		max-height: 40px;
		height: 40px;
		width: 100px;
		max-width: 100px;
	}
}

@media only screen and (min-width: 1440px) { 
	.memberList_container{
		min-width: 16%;
		width: 16%;
		max-width: 16%;
		margin: 5px auto 5px auto;
	}
	.memberList_portrait{
		width: 150px;
		height: 150px;
		max-width: 150px;
		max-height: 150px;
	}
	.memberList_name{
		text-align: center;
		font-size: 100%;
		line-height: 20px;
		min-height: 40px;
		max-height: 40px;
		height: 40px;
		width: 150px;
	    max-width: 150px;
	}
}

	
		
/* MEMBER DETAIL*/





#memberDetail{
	background-color: RGBA(0,0,0,0.9);
	padding: 20px 25px 20px 25px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: justify;
	
	min-height: 0px;
}
@media only screen and (max-width: 767px) { 
	#memberDetail{
		height: 100%;
	}
	#memberDetailContainer{

	}
}

@media only screen and (min-width: 768px) { 
	#memberDetail{
		max-height: 100%;
		height: 100%;
	}
	#memberDetailContainer{
		height: 100%;
	}
}

	.memberDetail_content{
		
	}
	
	#memberDetail_portrait{
		min-height: 150px;
		min-width: 150px;
		width: 80%;
    	padding-top: 80%;
		max-width: 500px;
		background-color: RGBA(0,255,0,0);
		background-size: cover;
		background-repeat: no-repeat no-repeat;
		overflow: hidden;
		margin: 0px auto 10px auto;
	}
	
	@media only screen and (max-width: 767px) { 
		#memberDetail_portrait{ display: block; }
	}
	
	@media only screen and (min-width: 768px) { 
		#memberDetail_portrait{ display: none; }
	}
	
	#memberDetail_name{
		font-size: 200%;
		font-family: "aqua";
		text-align: left;
	}
	
	@media only screen and (max-width: 767px) { 
		#memberDetail_desc{
			height:  auto;
		}
	}
	
	@media only screen and (min-width: 768px) { 
		#memberDetail_desc{
			min-height: calc(100% - 54px - 17px - 17px);
			height:  calc(100% - 54px - 17px - 17px);
			margin: 20px 0px 0px 0px;
		}
	}