.page {
  padding-top: 180px;
}

.work-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
.work-nav-list li:first-child a {
  padding-left: 0;
}
.work-nav-list li:last-child a {
  padding-right: 0;
  border-right: none;
}
.work-nav-list li a {
  display: inline-block;
  padding: 0 14px;
  border-right: 1px solid #262626;
  line-height: 1;
}

@media (max-width: 767px) {
  .page {
    padding-top: 137px;
  }
  .work-nav-list {
    display: none;
  }
}
.work-botom-link {
  margin-top: 270px;
}
.work-botom-link .wrap {
  padding: 0 15px;
}
.work-botom-link .work-botom-link-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.work-botom-link .work-botom-link-item-link-re {
  border: 2px solid #262626;
  border-left: none;
  border-radius: 0 100px 100px 0;
  padding: 13px 40px;
  max-width: 200px;
  width: 100%;
  display: block;
  text-align: center;
}
.work-botom-link .work-botom-link-item-link-next {
  border: 2px solid #262626;
  border-left: none;
  border-radius: 0 100px 100px 0;
  padding: 13px 0;
  max-width: 200px;
  width: 100%;
  display: block;
  text-align: center;
}
.work-botom-link .work-botom-link-item-center {
  display: inline-block;
  max-width: 130px;
  width: 100%;
  margin: auto;
  padding-bottom: 17px;
  font-size: 17px;
  position: relative;
}
.work-botom-link .work-botom-link-item-center::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background-color: #262626;
}
.work-botom-link .work-botom-link-item-first {
  max-width: 200px;
  width: 100%;
}
.work-botom-link .work-botom-link-item-last {
  max-width: 200px;
  width: 100%;
}

@media (max-width: 767px) {
  .work-botom-link {
    margin-top: 150px;
    position: relative;
  }
  .work-botom-link .work-botom-link-item:nth-child(2) {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
  }
  .work-botom-link .work-botom-link-item-center {
    font-size: 15px;
  }
  .work-botom-link .work-botom-link-item-link-next {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    max-width: 155px;
    margin-left: auto;
  }
  .work-botom-link .work-botom-link-item-link-re {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 15px;
    padding-left: 0;
    padding-right: 0;
    max-width: 155px;
  }
}
@media (hover: hover) {
  .work-botom-link-item-link-re {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .work-botom-link-item-link-re:hover {
    background-color: #009f3c;
    color: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .work-botom-link-item-link-next {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .work-botom-link-item-link-next:hover {
    background-color: #009f3c;
    color: #fff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  .work-nav-list li a {
    display: inline-block;
  }
  .work-nav-list li a .hover_line {
    position: relative;
  }
  .work-nav-list li a .hover_line::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #07b43c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .work-nav-list li a:hover .hover_line::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}