.why-digicell {
  padding: 61px 0 0;
  background: #f0f0f0;
  display: none;
}
.why-digicell h1 {
  margin-bottom: 23px;
}
.why-digicell .why-item {
  position: relative;
  background: center / cover no-repeat;
  float: left;
  width: 234px;
  height: 289px;
  color: #fff;
  font: 16px/25px Arial;
  text-align: center;
  overflow: hidden;
}
.why-digicell .why-item .why-content {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
  z-index: 5;
}
.why-digicell .why-item.shadow:before {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 -50px 110px 100px rgba(0, 0, 0, 0.7);
  transition-duration: 0.3s;
  z-index: 1;
}
.why-digicell .why-item .intro {
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 19px;
}
.why-digicell .why-item .content {
  margin-bottom: 9px;
}
.why-digicell .why-item .view-more:after {
  margin: 0;
  border: 2px solid #fff;
  background-position: -128px -102px;
  width: 36px;
  height: 36px;
}
.why-digicell .why-item .button {
  height: 41px;
  line-height: 39px;
  font-size: 15px;
  min-width: 150px;
}
.why-digicell .why1 {
  height: 578px;
  width: 482px;
  background-image: url(../jpg/home-why-1.jpg);
}
.why-digicell .why1 .why-content {
  top: 270px;
  padding: 204px 40px 0;
  top: auto;
  bottom: -270px;
}
.why-digicell .why1 .title {
  font-size: 50px;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
  color: #e20000;
  line-height: 38px;
}
.why-digicell .why2 {
  background-image: url(../jpg/home-why-2.jpg);
}
.why-digicell .why2 .why-content {
  padding-top: 73px;
  padding-bottom: 9px;
  bottom: -80px;
}
.why-digicell .why2 .title {
  position: relative;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  margin-bottom: 50px;
}
.why-digicell .why2 .title * {
  position: absolute;
  top: 0;
  left: 50%;
}
.why-digicell .why2 .title big {
  font-size: 78px;
  margin-left: -65px;
}
.why-digicell .why2 .title sup {
  top: 7px;
  margin-left: 22px;
  font-size: 37px;
}
.why-digicell .why2 .title sub {
  top: 34px;
  font-size: 23px;
  margin-left: 26px;
}
.why-digicell .why2 .title span {
  display: inline-block;
  position: relative;
  margin-top: 59px;
  left: auto;
  letter-spacing: -0.04em;
  font-weight: bold;
  font-family: 'RobotoC-bold', sans-serif;
  font-size: 31px;
}
.why-digicell .why2 .button:hover {
  color: #2A8AEB;
}
.why-digicell .why3 {
  background-image: url(../jpg/home-why-3.jpg);
}
.why-digicell .why3 .why-content {
  bottom: -190px;
  padding: 49px 30px;
}
.why-digicell .why3 .title {
  font-size: 30px;
  margin-bottom: 16px;
}
.why-digicell .why3 .content {
  margin-bottom: 20px;
}
.why-digicell .why4 {
  background-image: url(../jpg/home-why-4.jpg);
}
.why-digicell .why4 .why-content {
  bottom: -100px;
  padding: 140px 10px 0;
}
.why-digicell .why4 .title {
  font-size: 30px;
  margin-bottom: 50px;
}
.why-digicell .why5 {
  background-image: url(../jpg/home-why-5.jpg);
}
.why-digicell .why5 .why-content {
  bottom: -60px;
  padding: 71px 0 0;
}
.why-digicell .why5 .title {
  text-transform: none;
  font-size: 20px;
  font-family: 'Arial', sans-serif;
  line-height: 45px;
  margin-bottom: 27px;
}
.why-digicell .why5 .title big {
  font-size: 45px;
  font-family: 'RobotoC-bold', sans-serif;
  text-transform: uppercase;
}
.why-digicell .why5 .button:hover {
  color: #00bfa5;
}
.why-digicell .why-item:hover.shadow:before {
  top: 0;
  transition-duration: 0.3s;
}
.why-digicell .why-item:hover .why-content {
  top: 0;
  bottom: 0;
  transition-duration: 0.3s;
}
@media only screen and (max-width: 959px) {
  .why-digicell {
    padding-top: 38px;
  }
  .why-digicell h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .why-digicell .why-item {
    width: 50%;
  }
  .why-digicell .why1 {
    width: 100%;
    height: 576px;
  }
  .why-digicell .why1 .title {
    margin-bottom: 85px;
  }
  .why-digicell .why1 .why-content {
    padding-top: 136px;
  }
  .why-digicell .why4 .title {
    margin-bottom: 70px;
  }
  .why-digicell .why4 .why-content {
    padding-top: 83px;
  }
  .why-digicell .why5 .why-content {
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .why-digicell h1 {
    text-align: center;
  }
  .why-digicell .why-item .why-content {
    max-width: 100%;
  }
  .why-digicell .why1 .why-content {
    left: 50%;
    width: 290px;
    margin-left: -145px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .why-digicell .why2 .why-content {
    padding-top: 50px;
  }
  .why-digicell .why3 .why-content {
    padding: 40px 5px 0;
  }
  .why-digicell .why3 .why-content .content {
    line-height: 18px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 639px) {
  .why-digicell .frame {
    padding: 0;
  }
}
