a {
	color: black;
	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;
	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;
}
/*headerrrrrrrrrrrrrrrrrrrrr*/

.item{
	width: 18vw;
	height: auto;
	padding-top: 1vw;
}


.container{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}


.wrapper{
	margin-top: 2vh;
	display: flex;
	flex-direction: column;
}

.item:hover{
	-webkit-filter: invert(1);
	/*filter: invert(.8);*/
	filter: invert(1);
}


.footer{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	color: black;	
	font-size: 3vh;
	line-height: 4vh;
	margin-top: 6vh;
	margin-bottom: 9vh;
	font-family:'Noto Sans KR', sans-serif;
	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 (max-width: 701px) {
	.item{
	width: 30vw;
	height: auto;
	padding-top: 1vw;
}
	.bottomname{
	font-size: 1.4vw;
	}
}
@media only screen and (min-width: 702px) {
	.item{
	width: 16vw;
	height: auto;
	padding-top: 1vw;
}
	

.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;
	margin-left: 2vw;
}
}