.mad-eyes_about-box{
  width: 100%;
  background-color: #000;
  position: relative;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.mad-eyes_about{
 width: 100%;
 min-height: calc(100vh - 70px);
 height: auto;
}
.about-floor1{
  max-height: calc(100vh - 70px);
}
.about-container{
  justify-content: center;
}
.about-container{
  width: 100%;
  height: calc(100vh - 70px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
}  
.about-foor2{
  background-color: #ccc;
}
.about-container_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin:0 auto;
} 
.about-content-text{
  width: 37.5%;
  display: none;
  opacity: 0;
  color: #fff;
  box-sizing: border-box;
  transform: translateY(300px);
}
.about-content-title{
  padding-right: 16px;
  width: 37.5%;
  font-size: 4.1vw;
  line-height: 1;
  font-weight: 500;
  opacity: 0;
  text-align: left;
} 
.about-content-desc{
  padding-left: 16px;
  width: 37.5%;
  font-size: 20px;
  opacity: 0;
} 
.about-floor2{
 max-width: 1440px;
 width: calc(100% - 80px);
 margin: 0 auto;
 box-sizing: content-box;
 display: flex;
 align-items: center;
 justify-content: space-between;
}
.about-floor3{
  padding-top: 5vh;
  min-height: calc(100vh - 70px);
  height: auto;
  max-width: 1440px;
  width: calc(100% - 80px);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about-floor2-item{
  width: 50%;
  box-sizing: border-box;
}
.about-floor2 .title{
   width: 100%;
   height: auto;
}
.about-floor2 .about-floor2-img{
  padding: 5vh 0;
  padding-right: 24px;
  position: relative;
  height: auto;
}
.about-floor2 .about-floor2-img img{
  margin: auto;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-floor2 .about-foor2-text{
  padding-left: 2.9vw;
}
.about-foor2-text .title{
  font-size: 4.1vw;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 3.3vw;
}
.about-floor2-item_desc{
  font-size: 1.25vw;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: 20px;
}
.about-floor2-item_desc:last-of-type{
  margin-bottom: 0px;
}
.about-floor3-container{
  width: 100%;
  overflow: hidden;
  transform: translateX(22%);
}
/* .about-floor3 .about-floor3-item{
  width: 27%;
  position: relative;
  margin-right: 2.9vw;
}
.about-floor3 .about-floor3-item:last-of-type{
  margin-right: 0px;
} */
.about-floor3-item img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.about-floor3-item .title{
  color:#fff;
  font-size: 2.6vw;
  margin-bottom: 1vw;
}
.about-floor3-item_desc{
  color:#999999;
  font-size: 20px;
  line-height: 1.25;
}
.about-floor3-box{
 width: 100%; 
 height: auto;
 margin: auto;
}
@media (min-width: 1921px) {
  .about-content-title{
     font-size: 78px
  }
  .about-floor2-item_desc{
    font-size: 24px;
  }
}
@media (max-width: 1200px) {
  .about-floor2-item_desc{
     font-size: 1.6vw
  }
}
@media (max-width: 767px) {
  .about-floor1{
    max-height: calc(100vh - 56px);
  }
  .mad-eyes_about{
     height: calc(100% - 56px);
     min-height: calc(100vh - 56px);
  }
  .about-container{
     display: block;
  }
  .about-floor2-item_desc{
     font-size: 2vw;
  }
  .about-content-title{
     width: 100%;
     font-size: 40px;
     height: auto;
     text-align: center;
     padding-right: 0;
     transform: translateY(80px);
  }
  .about-floor2 .about-floor2-img{
    padding:0;
  }
  .about-content-desc{
     width: 100%;
     font-size: 20px;
     line-height: 1.2;
     text-align: center;
     padding-left: 0;
     padding-top: 24px;
  }
  .about-floor2{
    display: block;
    margin-top: 20px;
  }
  .about-floor2 .about-floor2-img{
     padding-right: 0;
     width: 100%;
     margin: 0 auto;
  }
  .about-floor2 .about-foor2-text{
     width: 100%;
     padding: 0;
     text-align: center;
  }
  .about-floor2-item_desc{
     font-size: 20px;
     line-height: 1.2;
  }
  .about-foor2-text .title{
     font-size: 56px;
     padding-top: 16px;
  }
  .about-floor3{
     padding-top: 20px;
     margin-left: 20px;
     min-height: 50vh;
     width: calc(100% - 20px); 
     margin-bottom: 16px;
  }
  .about-floor3-item .title{
    padding-top: 24px;
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 414px) {
  .about-floor2{
    margin-bottom: 40px;
    min-height: 50vh;
  }
  .about-foor2-text .title{
      font-size: 40px;
  }
  .about-floor2{
    width: calc(100% - 40px);
  }
  .about-floor3-item .title{
    font-size: 24px;
  }
  .about-floor3-item_desc{
     font-size: 16px;
  }
  .about-foor2-text .about-floor2-item_desc{
    font-size: 16px;
  }
  .about-foor2-text .title{
    margin-bottom: 16px;
  }
} 