#bs {
  
}
#bs div.warp {
  
  height: 1400px;
  margin: 0 auto;
  width: 1111px;
}
#bs div.warp h2 {
  
  font-size: 41px;
  text-align: center;
  margin-bottom: 100px;
}
#bs div.warp div.text ul {
  
  display: flex;
}
#bs div.warp div.text ul li {
  
}
#bs div.warp div.text ul li:nth-child(1){
  
display: block;
position: absolute;
right: 111px;
top: 7px;
width: 28px;
height: 28px;
font-size: 0;
background: transparent url('../img/stop.png') 9.5px center/11px 15px scroll no-repeat;
border: 1px solid #e3e3e3;
border-radius: 50%;
}
#bs div.warp div.text ul li a {
  
padding: 4px 32px 4px 15px;
font-size: 14px;
color: #222;
line-height: 1.429em;
background: transparent url('../img/right.png') calc(100% - 7px) center/8px 13px scroll no-repeat;
border: 1px solid #e2e2e2;
border-radius: 15px;
box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
}
#bs div.warp div.evimal {
  
  display: flex;
  width: 100%;
  height: 1000px;
  flex-wrap: wrap;
  border: 1px solid #eee;
}
#bs div.warp div.evimal a{
  
  height: 510px;
  overflow: hidden;
}
#bs div.warp div.evimal a div.bs div.img{
  content: '';
  width: 275px;
  height: 275px;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: transform .6s;
  background-color: #f1f1f1;
  overflow: hidden;
}
#bs div.warp div.evimal a div.bs div.img:hover{
  transform: scale(1.1);
}
#bs div.warp div.evimal a div.bs div.img .smimg{
  
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  background-color: white;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
}
#bs div.warp div.evimal a div.bs div.img .smimg button{
  
  width: 40px;
  height: 40px;
  border: none;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
}
#bs div.warp div.evimal a div.bs div.img .smimg button:nth-child(1){
    background-image: url(../img/bs.icon1.png);
}
#bs div.warp div.evimal a div.bs div.img .smimg button:nth-child(2){
    background-image: url(../img/bs.icon2.png);
}
#bs div.warp div.evimal a div.bs div.img .smimg button:nth-child(3){
    background-image: url(../img/bs.icon3.png);
}
#bs div.warp div.evimal a div.bs div.img .smimg button:nth-child(4){
    background-image: url(../img/bs.icon4.png);
}
#bs div.warp div.evimal a:nth-child(1) div.bs div.img{
  background-image: url(../img/bs1.htm);
}
#bs div.warp div.evimal a:nth-child(2) div.bs div.img{
  background-image: url(../img/bs2.htm);
}
#bs div.warp div.evimal a:nth-child(3) div.bs div.img{
  background-image: url(../img/bs3.htm);
}
#bs div.warp div.evimal a:nth-child(4) div.bs div.img{
  background-image: url(../img/bs4.htm);
}
#bs div.warp div.evimal a:nth-child(5) div.bs div.img{
  background-image: url(../img/bs5.htm);
}
#bs div.warp div.evimal a:nth-child(6) div.bs div.img{
  background-image: url(../img/bs6.htm);
}
#bs div.warp div.evimal a:nth-child(7) div.bs div.img{
  background-image: url(../img/bs7.htm);
}
#bs div.warp div.evimal a div.bs {
  
  width: 277px;
  height: 451px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#bs div.warp div.evimal a div.bs ul{

  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
}
#bs div.warp div.evimal a div.bs ul li{

  display: flex;
}

#bs div.warp div.evimal a div.bs ul.best{

  display: flex;
  gap: 5px;
}
#bs div.warp div.evimal a div.bs ul.best{
  
  flex-direction: revert;
}

#bs div.warp div.evimal a div.bs h3 {
  
  padding: 35px 20px 20px 20px;
  font-size: 16px;
  font-weight: bold;
}