.world-box{
  margin-top:10px;
}
.world-box-bottom{
  margin-top:10px;
  padding:10px 10px 0 10px;
  background:#ffffff;
}
.world-box-bottom-unit{
  transition:0.5s;
  position:relative;
  overflow:hidden;
}
.world-box-bottom-unit-title{
  font-size: 18px;
  line-height:61px;
  height:61px;
  border-bottom: dashed 1px #c6c6c6;
  transition:0.5s;
}
.world-box-bottom-unit:last-child .world-box-bottom-unit-title{
  border-bottom: 0;
}
.world-box-bottom-unit-img{
  width:100%;
  height:100%;
  transition:0.5s;
  transform-origin:50% 50%;
  position:absolute;
  left:0;
  top:0;
}
.world-box-bottom-unit-img img{
    width: 100%;
    height: 100%;
}
.world-box-bottom-unit-img:hover{
  transform:scale(1.05);
}
.world-box-bottom-img-link{
  height:calc( 390px * 54 / 163 );
}
.world-box-bottom-unit-title:hover{
  color: #cf020f;
}
@media (max-width:1400px){
  .world-box{
    margin-top:1vw;
  }
  .world-box-bottom{
    margin-top:0.5vw;
    padding:0.7vw;
  }
  .world-box-bottom-unit-title{
    font-size:1.5vw;
    line-height: 3.5vw;
    height:3.5vw;
  }
  .world-box-bottom-img-link{
    height: calc( ( 29vw - 0.7vw * 2 ) * 54 / 163 );
  }
}
@media (max-width:1099px){
  .world-box-bottom-unit-title{
    font-size:1.7vw;
  }
}
@media (max-width:767px){
  .world-box-bottom{
    margin-top:2vw;
    padding: 1.5vw;
  }
  .world-box-bottom-unit-title {
    font-size: 4.27vw;
    line-height: 10vw;
    height:10vw;
  }
  .world-box-bottom-img-link{
    height: calc( 96.26vw * 54 / 163 );
  }
}
