*{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

	font-family: 'Hind', sans-serif;

}

/* Totl body */
body{
	width: 100%;
	height: 100vh;
	margin: 0;
}

.container {
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding: 0;
}

/*mini-side-bar*/
.mini-side-bar {
	display: none;
	transition: 0.5s;
}
#menu-icon {
	display: none;
	width:32px;
	height:32px;
}
#menu-icon img {
	width:100%;
}
#mini-name {
	position: absolute;
	font-size: 20px;
	color: black;
	left: 33%;
	top: 20%;
	font-weight: bold;
	/*margin: 0 auto;*/
}

/* Side bar */
.side-bar {
	width: 240px;
	height: 100vh;
	overflow: hidden;
	color: white;
	background-color: #ffffff;
	float: left;
	padding: 10px 20px 10px 30px;
	position:fixed;
	top:0;
	left:0;
	transition: 0.5s;
}


/*#menu-icon.side-bar-out {
	top:10px;
	left:20px;
}*/
#logo {
	padding-top:50px;
}
#logo, #logo img {
	width: 180px;
	/*height: 230px;*/
	/*background-color: pink;*/
}

#nav {
	width:100%;
	/*height: 305px;*/
	padding-top: 20%;
	font-size: 14px;
}

#nav div {
	border: solid 1px #ffffff;
	border-top-color: #ddd;
	padding: 10px 0;
	/*width:80%;*/
}

#nav div a {
	text-decoration: none;
	color: gray;
}

#nav div a:hover{
	cursor: pointer;
	color: #f54e4e;
}

#nav #contact {
	border-bottom-color: #ddd;
}

#nav .fa {
	color: black;
	margin-left: 100px;
}


.side-bar-footer {
	position: absolute;
	bottom: 0;
	left: 30px;
	width: 80%;
}

#sns {
	width: 100%;
	/*height: 100px;*/
	color: gray;
	margin-bottom: 150px;
	font-size: 14px;
}
.sns-image {
	overflow: hidden;
	margin-top: 40px;
}
#sns a img {
	width:17px;
	height:17px;
	margin-right: 20px;
}

#copyright {
	width:100%;
	color: gray;
	font-size: 13px;
	position: absolute;
	bottom:0;
	padding-bottom: 10px;
	padding-top: 30px;
	border: solid 1px #ffffff;
  	border-top-color: #ddd;
}


/*
		area.html Content
*/
.content {
	position: relative;
	width: calc(100% - 240px);
	/*width:100%;*/
	height: 100vh;
	/*float: left;*/
	position: relative;
	left: 240px;
	transition: 0.5s;
}

.index-description-box{
	width:33.3333%;
	position: relative;
	float:left;
	height:100vh;
	padding:0;
	background-size: contain;
	transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.index-description-area {
	width: 100%;
	height:100vh;
	padding:0;
	margin: 0 auto;
	color: white;
	padding: 10px;
	line-height: 2em;
	background-color: rgba(0, 0, 0, 0.6);
}

.index-description-text {
	margin: 0 auto;
	margin-top:40%;
}
.index-description-text .after{
	width:40px;
	height: 1px;
	position: absolute;
	left: 50%;
	background: red;
	content: '';
	margin-left: -20px;
	transition: width 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), margin-left 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.after_effect {
	width: 120%;
	margin-left: -250px;
}
.index-description-text h2{
	font-size: 30px;
	text-align: center;
	font-weight: 100;
}
.index-description-text p{
	margin-top:15px;
	font-size: 17px;
	margin-left: 20%;
	display:none;
}
.index-description-area img{
	display: none;
	width: 30px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left:-15px;
}
.index-ul {
	list-style-type: none;
	padding:0;
	margin:0;
}
.index-ul li {
	padding:0;
	margin:0;
}


/*
		Profile.html
*/
.profile-content {
  width: 70%;
  margin: 60px auto;
}

.title-1 {
  font-size: 35px;
  border: solid 1px white;
  border-bottom-color: rgba(189, 189, 189, 0.67);
  padding-bottom: 5px;
}
.title-2 {
	font-size: 22px;
	margin-bottom: 3px;
	color: gray;
}
.profile-top {
	display: block;
	margin: 50px auto 30px auto;
}
.profile-image {
	width: 200px;
}

.brief-profile {
	padding-top: 15px;
}
.brief-profile-title {
	color: gray;
	font-weight: normal;;
	margin-right: 8px;
}
.brief-profile-content {
	font-weight: bold;
}

.entry-A {
	padding: 15px;
	background-color: rgba(234, 234, 234, 0.67);
	margin-bottom: 20px;
}
.entry-B {
	padding: 15px;
	margin-bottom: 20px;
}
.details {
	font-size: 13px;
}
.profile-content ul {
	list-style-type: none;
	padding-left: 0;
}
.profile-content li{
	margin-bottom: 1.2em;
	overflow: hidden;
}
.profile-content li div {
	overflow: hidden;
}

/*Education part*/
.school-name {
	font-weight: bold;
}
.school-area, .school-date {
	font-style: italic;
}
.school-name .school-degree{
	float: left;
}
.school-area, .school-date {
	float: right;
	margin-right: 2px;
}
.school-degree, .school-date, .school-prof {
	font-weight:lighter;
}

/*Publication part*/
.paper-name {
	font-weight: bold;
}
.paper-author {
	float:left;
	font-style: italic;
}
.paper-conference {
	float: right;
}

/*Research Project part*/
.project-name {
	font-weight: bold;
	float: left;
}
.project-date {
	float: right;
}
.project-super {
	font-style: italic;
}

/*Exhibition part*/
.exhibition-name {
	font-weight: bold;
	float: left;
}
.exhibition-area {
	font-weight: bold;
	float: right;
}
.exhibition-keyword {
	font-style: italic;
}
.exhibition-date {
	float: right;
}

/*Honor and Award Part*/
.honor-super {
	font-weight: bold;
}
.honor-area {
	float: right;
	font-weight: bold;
}
.honor-title {
	font-style: italic;
}
.honor-date {
	float: right;
}






/*
	Portfolio part
*/

.portfolio-content {
	width: 80%;
	margin: 60px auto;
}
.portfolio-top {
	margin-top: 50px;
}
.portfolio-content span {
	font-weight: 200 !important;
	color: #595957;
}

.project-search{
	margin-top:20px;
}
.project-search span {
	margin-right:10px;
}


.project {
	background-color: rgba(167, 167, 167, 0.03);
	min-height:400px;
	position: relative;
}
#project-info {
	z-index: 10;
}
#project-info h5{
	text-align: center;
}
.project-body {
	/*min-height: 130px;*/
}
.project-body button {
	position: absolute;
	bottom: 5px;
	right: 5px;
}
.modal-body {
	overflow: auto;
}
.project-body button {
	background-color: rgba(181, 181, 181, 0);
    border-color: gray;
    color: gray;
}
.project-body>button:hover, .project-body>button:focus, .project-body>button:active{
	background-color: #f54e4e;
    border-color: #f54e4e;
    color: white;
}

body.modal-open {
	position: fixed;
	overflow: hidden;
}

/*
	SELF-STUDY.html
*/


/*
	Responsive display
*/

@media screen and (max-width: 1920px) {
	/*portfolio.html*/
	.project {
		min-height:450px;
		position: relative;
	}
}
@media screen and (max-width: 1600px){
	.index-description-area h2{
		font-size: 28px;
	}
	.index-description-area p{
		display: block;
		font-weight: 100 !important;
		font-size: 17px;
		margin-left: 15%;
	}
	/*portfolio.html*/
	.project {
		min-height:420px;
		position: relative;
	}
}
@media screen and (max-width: 1200px) {

	.index-description-area h2{
		font-size: 25px;
	}
	.index-description-area p{
		display: block;
		font-weight: 100 !important;
		font-size: 14px;
		margin-left: 10%;
	}
	/*portfolio.html*/
	.project {
		min-height:400px;
		position: relative;
	}
}

@media screen and (max-width: 992px) {
	/*total-frame*/
	.content {
		left: 0;
		width: 100%;
	}
	.side-bar {
		left: -500px;
		transition: 0.5s;
	}
	.mini-side-bar {
		color: black;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(239, 239, 239, 0.9);
		width: 100%;
		height: 50px;
		margin: 0;
		z-index: 100;
	}
	#menu-icon {
		position: fixed;
		display: block;
		float: left;
		top: 1%;
		left: 0;
		/*z-index: 1000;*/
	}

	.content.side-bar-in {
		left: 240px;
		width: 100%;
		transition: 0.5s;
	}
	.side-bar.side-bar-in {
		left: 0px;
		transition: 0.5s;
		position:fixed;
	}
	#sns {
		width: 100%;
		/*height: 100px;*/
		color: gray;
		margin-bottom: 80px;
		font-size: 14px;
	}
	.sns-image {
		overflow: hidden;
		margin-top: 10px;
	}

	/*index.html*/
	.content.content-hidden{
		/*overflow:hidden;*/
	}
	.index-description-box{
		width: 100%;
		float:left;
	}
	.index-description-area h2{
		font-size: 28px;
	}
	.index-description-area p{
		display: block;
		font-weight: 100 !important;
		font-size: 17px;
		margin-left: 28%;
	}
	.index-description-area img {
		display: block;
	}


	/*profile.html*/
	.profile-content {
		width: 90%;
	}
	.profile-top {
		width: 100%;
		height: 400px;
		display: block;
		margin: 50px auto 70px auto;
	}

	/*portfolio.html*/
	.project {
		min-height:500px;
		position: relative;
	}
	.modal {
		top: 10vh;
	}
	.modal-body {
		height: 50vh;
		overflow-y: scroll;
	}

}

@media screen and (max-width: 768px) {
	/*.index-description-text{
		margin-left: 20%%;
	}*/
	.index-description-area h2{
		font-size: 28px;
	}
	.index-description-area p{
		display: block;
		font-weight: 100 !important;
		font-size: 17px;
		margin-left: 25%;
	}

	#mini-name {
		left: 40%;
		top: 20%;
	}
}

@media screen and (max-width: 420px) {
	.index-description-text p{
		margin-left: 7%;
		font-size:15px;
	}
	.project {
		min-height:430px;
		position: relative;
	}
	.project-search span{
		display:none;
	}
	#mini-name {
		left: 30%;
		top: 20%;
	}
}
