/* CSS Document */
a {
	color: blue;
	text-decoration: none;
}
a:visited {
 	color: blue;
}
a:hover{
	color:blue;
}


body{

}

.big_wrapper{
	margin: 1vw 3vw;
	display: flex;
	flex-direction: column;
}
.header{
	display: flex;
	flex-direction: row;

	justify-content: space-between;
	padding-bottom: 1vh;
}

.info_r{
	display: flex;
	flex-direction: row;
	padding-bottom: 8vw;
	
}
.school{
	flex-direction: column;
	margin-top: 3vh;

}

.kr_school{
	color: black;	
	font-size: 2vw;
	font-family:'Noto Sans KR', sans-serif;
	font-weight: 700;
	text-align: right;	
	line-height: 2.4vw;
}

.eng_school{
	color: #404040;	
	text-align: right;
	font-family: 'Roboto', sans-serif;
	padding-top: 0.6vw;
	font-size: 1.7vw;
	line-height: 1.9vw;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}

.symbol{
	margin-top: 3vh;
	margin-left: 1.8vw;
	height:8.8vw;
}

.bar{
	display: flex;
	flex-direction: row;
	
}
.works{
	font-size: 2.6vw;
	font-family: 'Roboto', sans-serif;
	color: black;
	margin-top: 1vh;
	align-self: flex-end;

}
.making{
  	white-space: nowrap;
	display: flex;
	font-size: 2.6vw;
	font-family: 'Roboto', sans-serif;
	color: black;	
	margin-left: 3vw;
	align-self: flex-end;
	
}
/*headerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr*/

.videos{
	margin-top: 10vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.vcontents{

}

#makingfilm, #conceptfilm{
	width: 90vw;
	justify-content: center;
	align-content: center;
}

#conceptfilm{
	margin-top: 5vw;
}

.description_concept{
	margin: 2vw 0 3vw;
	font-family:'Noto Sans KR', sans-serif;
	font-size: 1.7vh;
	font-weight: 500;
	padding: 0 5vw;
}

/*middle*/
.footer{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	color: black;	
	font-size: 3vh;
	line-height: 4vh;
	margin-top: 14vw;
	margin-bottom: 9vh;
	font-family:'Noto Sans KR', sans-serif;
	font-weight: 700;
	justify-content: center;
	text-align: center;
}

.thelowest{
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 4vh;
}

.icon{
	height: 10vw;
}

.lowest{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	color: black;	
	font-size: 1.5vh;
	margin: 2vh 0 8vw 0;
	padding: 0 12vw;
	font-family:'Noto Sans KR', sans-serif;
	justify-content: center;
	text-align: center;
	font-weight: 600;
	
}

.bottomname{
	background-color: blue;
	font-size: 1.3vh;
	font-family:'Noto Sans KR', sans-serif;
	color: white;	
	font-weight: 700;
	justify-content: center;
	text-align: center;
	padding: 4vw 0 4vw 0;
}
@media only screen and (min-width: 702px) {
	

.kr_school{
	font-size: 1.2vw;
	line-height: 1.4vw;
}

.eng_school{
	padding-top: 0.4vw;
	font-size: 1.4vw;
	line-height: 1.6vw;
}

.symbol{
	margin-left: 1vw;
	height:6.1vw;
}

.works{
	font-size: 2vw;
}
.making{
	font-size: 2vw;
}
	
}

@media only screen and (max-width: 701px) {

	.bottomname{
	font-size: 1.4vw;
	}
	
	.description_making,.description_concept {
	font-size: 2vw;
	font-weight: 500;
	margin-bottom: 5vw;
	padding:0;
	margin:0vw;
}
}
@media only screen and (min-width: 1001px) {
	.description_making,.description_concept{
		margin: 3vw 10vw 3vw;
}
}