.u-mb-115 {
  margin-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
  .u-mb-115 {
    margin-bottom: 10.0391134289vw;
  }
}

@media screen and (max-width: 1028px) {
  .l-container {
    padding: 0 1rem;
  }
}

.p-func__mainImgWrap {
  width: 1000px;
  max-width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-func__mainImgWrap {
    width: 100%;
    padding: 0 8%;
  }
}

.p-func__mainImg {
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-func__mainImg {
    flex-wrap: nowrap;
    padding: 15px 0 50px 0;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1028px) {
  .p-func__mainImg {
    padding: 10px 0 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-func__mainImg {
    padding: 54vw 0 6.666vw 0;
  }
}

.p-func__mainImg__sliders {
  right: 0;
  top: -6.666vw;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .p-func__mainImg__sliders {
    position: absolute;
    top: -50px;
    width: 630px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1028px) {
  .p-func__mainImg__sliders {
    width: 55%;
  }
}

.swiper-container img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .swiper-container {
    width: 100%;
    height: 56vw;
  }
}

.p-func__mainImg__txt {
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 1028px) {
  .p-func__mainImg__txt {
    width: 30%;
  }
}

.p-func__heading {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-func__heading {
    font-size: 4.9543676662vw;
  }
  .p-func__heading br {
    display: none;
  }
}
.p-func__heading span {
  font-size: 8.4rem;
  color: #4653a2;
  display: block;
  line-height: 1;
  margin-bottom: 25px;
}
@media screen and (max-width: 1028px) {
  .p-func__heading span {
    font-size: 8.3441981747vw;
  }
}
@media screen and (max-width: 767px) {
  .p-func__heading span {
    font-size: 10.9517601043vw;
    margin-bottom: 4vw;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(102, 102, 102, 0.8);
  width: 30px;
  height: 100px;
  margin-top: -30px;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev,
.swiper-button-next {
    top: 40%;
  }
}

.swiper-button-prev {
  background-image: url(/functionality/img/func_navArrow_left.png);
  background-size: 14px 26px;
  left: 0;
}

.swiper-button-next {
  background-image: url(/functionality/img/func_navArrow_right.png);
  background-size: 14px 26px;
  right: 0;
}

.swiper-containerTitle {
  width: 320px;
  max-width: 100%;
  margin: auto 0;
}
@media screen and (max-width: 1028px) {
  .swiper-containerTitle {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-containerTitle {
    width: 100%;
  }
}

.p-func__mainImg__txt {
  visibility: hidden;
}
.p-func__mainImg__txt.swiper-slide-active {
  visibility: visible;
}

.p-func__searchTab {
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-func__searchTab {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 8vw 0;
  }
}

.p-func__searchTabItem {
  width: 140px;
  border: 1px solid #3d3d3d;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 2rem 0.5rem;
  text-align: center;
  font-size: 1.8rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-func__searchTabItem {
    width: 31.42%;
    margin-bottom: 2.87%;
    padding: 4vw 1vw;
    font-size: 3.3898305085vw;
  }
}
.p-func__searchTabItem.activeItem {
  background: #3d3d3d;
  color: #fff;
}

.p-func__searchTabItem:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .p-func__searchTabItem:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-func__searchTabItem:not(:nth-child(3n)) {
    margin-right: 2.87%;
  }
}

.p-func__searchList {
  display: flex;
  flex-wrap: wrap;
}

.p-func__searchListItem {
  width: 240px;
  margin-right: 1rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1028px) {
  .p-func__searchListItem {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-func__searchListItem {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 4%;
  }
}
.p-func__searchListItem img {
  max-width: 100%;
  display: block;
}

.p-func__searchListItem:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1028px) {
  .p-func__searchListItem:nth-child(4n) {
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-func__searchListItem:nth-child(4n) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 1028px) {
  .p-func__searchListItem:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-func__searchListItem:nth-child(3n) {
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .p-func__searchListItem:nth-child(2n) {
    margin-right: 0;
  }
}

.p-func__itemCategory {
  text-align: center;
  color: #fff;
  width: 120px;
  background: #777;
  border-radius: 3px;
  padding: 0.5rem 0;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-func__itemCategory {
    width: 60%;
    margin: 2.66vw 0;
    font-size: 3.1290743155vw;
  }
}

.p-func__itemTxt {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-func__itemTxt {
    font-size: 3.1290743155vw;
  }
}

.p-func__listTitle {
  color: #444;
  font-size: 2rem;
  font-weight: 300;
  padding: 1.5rem 3rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-func__listTitle {
    font-size: 3.9113428944vw;
  }
}

.p-func__listItem {
  width: 50%;
  margin-bottom: 2.5rem;
}
.p-func__listItem:first-child {
  width: 100%;
}
