.sec-office {
  margin: 96px 0 120px;
}
.sec-office .office-header {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  height: 480px;
  border-radius: 16px;
  background-image: url(../../img/office/officetop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 13px 36px rgba(2, 29, 90, 0.16);
  box-shadow: 0 13px 36px rgba(2, 29, 90, 0.16);
  margin-bottom: 50px;
}
.sec-office .office-sub li{
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 5px 5px 7px rgba(0,0,0,0.1);
}
.sec-office .office-sub li img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.sec-office .office-sub li div{
  border-radius: 0 0 8px 8px;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 18px;
}
.sec-office .txt {
  font-size: 30px;
  font-weight: 700;
  margin-top: 130px;
}
.sec-office .office-video{
    max-width: 1200px;
    width: 95%;
    display: block;
    margin: 0 auto 28px;
    transition: .3s;
    border-radius: 20px;
}
.sec-office .office-video:hover{
  transform: scale(1.03);
}
p.office-video-discription{
  font-size: 16px;
  margin: 0 auto 50px;
  padding: 0 17.5px;
  max-width: 935px;
}

@media only screen and (max-width: 767px) {
  .wrap-stick.wrap-sub01 .stick.position06 {
    display: none;
  }
  .sec-office {
    margin: 104px 0 96px;
  }
  .sec-office .office-header {
    height: 250px;
    max-width: 327px;
  }
  .sec-office .office-sub li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sec-office .office-sub li:last-child {
    margin-bottom: 0;
  }
  .sec-office .txt {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .sec-office .office-sub li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2.5%;
  }
  .sec-office .office-sub li:nth-child(2n) {
    margin-right: 0;
  }
}
/*# sourceMappingURL=../maps/page/office.min.css.map */
