.build-main {
  padding: 75px 0 0;
}
.build-main,
.tab-content {
  height: auto;
}
.box-menu {
  background: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 2px solid var(--yellow);
  text-align: center;
  position: static;
  display: table;
  box-sizing: border-box;
  width: 100%;
  height: 105px;
}
.box-menu ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 75px 0;
}

.box-menu ul li {
  padding: 0;
  transition: all 0.2s ease-in-out;
  flex: 1;
}

.box-menu ul li a {
  padding: 20px 0 18px;
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.5s ease;
  transform: translateY(0px);
}
.box-menu ul li a i {
  font-size: 55px;
  width: 60px;
  height: 60px;
}
.box-menu ul li:hover a {
  position: relative;
  transform: translateY(-10px);
  transition: all 0.5s ease;
}
.box-menu ul li a i:before {
  color: #ccc;
}
.box-menu ul li a.active i:before {
  color: var(--yellow) !important;
}
.box-menu ul li a.active:hover {
  transform: translateY(0) !important;
}
.box-menu ul li:last-child {
  border-right: none;
}
.box-menu ul li a.active:after {
  content: "";
  height: 5px;
  width: 50%;
  position: absolute;
  background: var(--yellow);
  right: 50%;
  bottom: -6px;
  transform: translate(50%, 0);
}

.box {
  background: #fff;
  padding: 6% 7%;
  height: 100%;
  position: relative;
}
.box--content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.detail .box--content {
  margin: 0 0 133px;
}
.box--block {
  padding: 0 2%;
}
.box--block p {
  z-index: 1;
  position: relative;
  font-family: explenus-Regular !important;
  text-align: justify;
  margin: 0 0 30px;
  color: #000;
  line-height: 28px;
  font-size: 1.4rem;
  position: relative;
}
.box--block img {
  width: 100%;
}
.box--desc .description:before {
  position: absolute;
  left: -100px;
  color: var(--yellow);
  top: 40px;
  z-index: 0;
  content: "\e907";
  font-size: 181px;
}
.detail .box--desc .description:before {
  content: "\e90b";
  left: -49px;
  top: 50px;
  font-size: 270px;
}
.detail .box--desc .text-h2 {
  margin: 0 0 100px;
  display: block;
}
.box--desc {
  padding-left: 6%;
}
.box--desc .description p {
  z-index: 1;
  position: relative;
  font-family: explenus-Regular !important;
  text-align: justify;
  margin: 0 0 30px;
}
.box--item {
  flex: 30%;
  max-width: 30%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin: auto;
}
.box--item__list {
  text-align: center;
}
.box--item__list a {
  border: 5px solid #fff;
  width: 70px;
  height: 70px;
  display: flex;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 8px;
  margin: 15px auto;
  transition: all 0.2s ease-in-out;
}
.box--item__list a:hover {
  border: 5px solid var(--yellow);
  transition: all 0.2s ease-in-out;
  transform: scale(1.1);
}
.box--item__list a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.show-more {
  position: static;
  margin: 44px 0 0;
}
.detail {
  min-height: 76vh;
}
.box-detail {
  padding: 8% 7%;
}
.main-page {
  margin: 100px auto 0;
}
