/*menu_board*/
.menu_board{
	height:90px;
	width:100%;
	
}


.content_area{
position:fixed;
	top:90px;
	right:0;
	width:100%;
	height:calc(100% - 90px);
	background:#000;
	overflow:auto;
color:#fff;
}

.works_texts{
	padding:50px;
}

.content_inner_media{
	padding:50px 0;
}




.menu_area{
	top:90px;
	left:0;
	height:calc(100% - 90px);
	width:100%;
}
.menu_board .jpen{
	display:none;
}


.menu_panel{
	float:none;
	height:14.28%;
	width:100%;
border-left:none;
border-bottom:solid 1px #000;
	
	    font-size: 13px;
display:block;
	
}
.jpen{
	padding-top:10px;
	
	
	position:absolute;
	bottom:0px;
	padding:40px;
	color:#fff;
	font-size:15px;
	opacity:0.5;
	cursor:pointer;
	width:50%;
	height:100%;
	
}



.bio_left{
	float:none;
	width:100%;
}
.bio_wrap{
	padding:50px;
}
.bio_right{
	
	float:none;
	width:100%;
		padding-left:0px;
	padding-top:50px;
}


.work_box{
	line-height:200%;
	height:300px;
}