@charset "utf-8";
.works__bg {
  background: url("../imgs/works/works_bg.png") top center / cover no-repeat;
}
/*====================
intro
====================*/
.intro {
  padding-bottom: 100px;
}
.intro__wrap {
  width: 100%;
  max-width: 940px;
  padding-top: 90px;
  padding-bottom: 119px;
  margin: 0 auto;
}

.intro__list {
  width: 100%;
}
.intro__listItem {
  padding-bottom: 56px;
}
.intro__listItem:not(:last-child) {
  margin-bottom: 60px;
  border-bottom: 1px solid #bfbfbf;
}
.intro__imgWrap {
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  margin-bottom: 11px;
  position: relative;
}
.intro__imgWrap::before,
.intro__imgWrap::after {
  content: "";
  width: 25px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 49.7%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  background: #000;
  transform-origin: right center;
}
.intro__imgWrap::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.intro__imgWrap::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.intro__img {
  width: 48.5%;
  max-width: 440px;
}
.intro__listHeading {
  color: #002169;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 9px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.intro__listText {
  color: #333;
  font-size: 14px;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.intro__listText span {
  display: inline-block;
}

/*====================
voice
====================*/
.voice__list {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 31px 0;
}
.voice__listItem {
  width: 48.5%;
  max-width: 515px;
  padding-top: 28px;
  padding-bottom: 32px;
  background-color: #fff;
  border-radius: 10px;
}
.voice__listFlex {
  width: calc(100% - 30px);
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.voice__listLft {
  width: 51px;
}
.voice__listIcon {
  width: 50px;
  margin: 0 auto 11px;
  display: block;
}
.voice__listName {
  color: #002169;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
.voice__listRgt {
  width: calc(100% - 66px);
  max-width: 360px;
}
.voice__listStar {
  width: 100%;
  max-width: 164px;
  margin-bottom: 15px;
  display: block;
}
.voice__listText {
  color: #333;
  font-size: 14px;
  line-height: 1.71;
}
.voice__moreBtn {
  color: #002169;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
  padding-top: 34px;
  line-height: 2;
  letter-spacing: 0.08em;
}
.voice__moreBtn:hover {
  cursor: pointer;
}
@media screen and (max-width: 1366px) {
  /*====================
voice
====================*/
  .voice__list {
    gap: 2.2vw 0;
  }
}

@media screen and (max-width: 990px) {
  /*====================
intro
====================*/
  .intro__imgWrap::before,
  .intro__imgWrap::after {
    width: 2.525vw;
  }
}

@media screen and (max-width: 750px) {
  /*====================
intro
====================*/
  .intro__wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .intro__listItem {
    padding-bottom: 36px;
  }
  .intro__listItem:not(:last-child) {
    margin-bottom: 40px;
  }
  .intro__listHeading {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  /*====================
intro
====================*/

  .intro__imgWrap {
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-direction: column;
    margin-bottom: 11px;
  }
  .intro__imgWrap::before,
  .intro__imgWrap::after {
    width: 16px;
    top: 51%;
  }
  .intro__imgWrap::before {
    transform: translate(-50%, -50%) rotate(140deg);
  }
  .intro__imgWrap::after {
    transform: translate(-50%, -50%) rotate(-320deg);
  }
  .intro__img {
    width: 100%;
    max-width: 530px;
  }

  /*====================
voice
====================*/
  .voice__list {
    display: block;
  }
  .voice__listItem {
    width: 100%;
    margin: 0 auto;
  }
  .voice__listItem:not(:last-child) {
    margin-bottom: 15px;
  }
  .voice__moreBtn {
    padding-top: 14px;
  }
}
