#top {
    height:215px;
	position: relative;
}
#language a {
  position: absolute;
  left: -75px;
  transition: 0.3s;
  padding: 2px;
  width:130px;
  text-decoration: none;
  font-size: 12px;
  font-weight:bold ;
  color: white;
  border-radius: 0 5px 5px 0;
}

#language a:hover {
  left: 0;
   
}


  
#en1 {
  top: 50px;
  background-color: blue ;
}

#ko1 {
  top: 67px;
  background-color:#2196F3; ;
}

#ja1 {
  top: 84px;
  background-color:#f44336;
}

#ch1 {
  top: 101px;
  background-color:#555 ;}

#ho1 {
  top: 118px;
  background-color:#4CAF50 ;
}



	
