/* welfare page */
.single-box .welfarebg {
  background: linear-gradient(90deg,#77B07B,#2F8235) no-repeat;
}

.single-box .welfarebody {
  position: relative;
  top: 2.7rem;
  margin-bottom: 10rem;
}

.single-box .welfarebody .welfarebanner {
  position: relative;
}

.single-box .welfarebody .welfarebanner .tip-box {
  position: absolute;
  bottom: 0.75rem;
  left: 0.5rem;
  padding: 0.1875rem 0.625rem;
  display: flex;
  align-items: center;
  color: #fff;
  border-radius: 0.625rem;
  background-color: rgba(0,0,0,.6);
  
}

.single-box .welfarebody .welfarebanner .tip-box img {
  padding-right: 0.1875rem;
  width: 1.2rem;
}

#pills-tab-welfare {
  position: relative;
  justify-content: space-around;
  padding: 0.9375rem 0;
  background-color: #15913e;
  width: 100%;
}

#pills-tab-welfare li {
  padding: 0 0.5rem;
  color: #fff;
  border-right: 0.0625rem solid #fff;
}

#pills-tab-welfare li:last-child {
  border-right: none;
}
