body {
  box-sizing: border-box;
  padding: 0; 
  margin: 0; 

  --c_black : #222;
  --c_white: #fff;
  --c_h_grey: #F1F4F8;
  --c_h_midgrey: #aaa;
  --c_h_lightgrey: #777;
  --c_blur_office: rgba(255, 255, 255, 0.40);
  --c_blur_solution1: rgba(38, 73, 61, 0.40);
  --c_blur_solution2: rgba(70, 91, 111, 0.40);
  --c_blur_solution3: rgba(94, 41, 11, 0.40);
  --c_blur_solution4: rgba(120, 91, 58, 0.40);
  --c_blur_desk1: rgba(190, 92, 20, 0.40);;
  --c_blur_desk2: rgba(93, 87, 81, 0.40);
  --c_blur_desk3: rgba(128, 99, 44, 0.40);
  --c_blur_violet: rgba(193, 153, 197, 0.40);
  --c_blur_purple: rgba(110, 98, 200, 0.40);
  --c_blur_blue: rgba(140, 171, 210, 0.40);
  --c_blur_brown: rgba(185, 143, 108, 0.40);


  /*  공통 간격  */
  --key_padding: 100px 0;
  --padding_18: 180px 0;
}

.inner_wrap {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: var(--padding_18);
}
.herb-keyVisual,
.sec_lst,
.herb-targeting {
  padding: 0 50px;
}
.herb-keyVisual .inner_wrap {
  padding: var(--key_padding);
}
.herb-targeting .inner_wrap {
  text-align: center;
}
.herb-key-title {
  font-size: 52px;
  font-weight: 700;
  color: var(--c_black);
  line-height: 1.4;
  letter-spacing: -1px;
  padding-bottom: 20px;
}
.herb-key-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: var(--c_h_lightgrey);
  line-height: 1.4;
}
.herb-title {
  font-size: 40px;
  font-weight: 700;
  color: var(--c_black);
  line-height: 1.4;
  letter-spacing: -1px;
}
.herb-cardT {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
.target .herb-cardT {
  font-weight: 700;
}
.herb-cardt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.herb-badge {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: var(--c_black);
  line-height: 1.7;
  color: var(--c_black);
  background-color: var(--c_white);
  border-radius: 8px;
  width: fit-content;
  padding: 2px 10px;
  margin: 24px;
  z-index: 15;
}
.herb-badge img{
  height: 24px;
  width: auto;
}
.sec_lst {
  background-color: var(--c_h_grey);
}
.lst_office {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lst_office .herb-list {
  justify-content: center;
}
.herb_wrapper .lst_office {
  justify-content: flex-start;
}
.herb_wrapper .lst_office .herb-list {
  justify-content: flex-start;
}
.lst_office + .lst_office {
  margin-top: 180px
}
.lst_office .tit {
  width: 180px;
  padding-bottom: 40px;
}
.herb-list {
  gap: 20px;
}
.herb-swiper0, .herb-swiper1, .herb-swiper2 {    
  max-width: 1100px;
  width: 100%;
}
.herb-list .swiper-slide {
  position: relative;
  width: calc((100% - 60px)/4);
  border-radius: 20px;
  overflow: hidden;
  transform: translateY(0);
  box-shadow: none;
  transition: transform .5s ease-in-out;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.10);
}
.herb-list .swiper-slide > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 360px;
}
.herb-swiper1 .herb-cardT, .herb-swiper1 .herb-cardt,
.herb-swiper2 .herb-cardT, .herb-swiper2 .herb-cardt {
  color: var(--c_white);
}

.txt-box {
  position: relative;
  min-height: 36%;
  padding: 16px 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 15;
}
.target-box {
  max-width: 1060px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 60px auto 0;
}
.target {
  position: relative;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--c_h_midgrey);
  border-radius: 20px;
  padding: 0 39px 0 32px;
  transform: translateY(0%);
  transition: all .5s ease-in-out;
  box-shadow: none;
}
.target::after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/arrow_target.png');
  background-size: cover;
}
.target .img-box {
  position: relative;
}
.target .img-box > img {
  width: auto;
  max-height: 180px;
}
.target .img-box > img.af-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.target:hover .img-box > img.af-hover {
  opacity: 1;
  transition: all .5s ease-in-out
}
.swiper-pagination-num {
  display: none;
}

/*  각 카드 배경  */
.herb-list li[data-id="herbOffice1"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_o1.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbOffice2"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_o2.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbOffice3"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_o3.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbOffice4"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_o4.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbOffice1"] .txt-box, 
.herb-list li[data-id="herbOffice2"] .txt-box, 
.herb-list li[data-id="herbOffice3"] .txt-box, 
.herb-list li[data-id="herbOffice4"] .txt-box {
  background-color: var(--c_blur_office);
  color: var(--c_black)
}
.herb-list li[data-id="herbOffice1"] .herb-badge, 
.herb-list li[data-id="herbOffice2"] .herb-badge, 
.herb-list li[data-id="herbOffice3"] .herb-badge, 
.herb-list li[data-id="herbOffice4"] .herb-badge {
  background-color: var(--c_h_grey);
}
.herb-list li[data-id="herbSolution1"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_s1.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbSolution1"] .txt-box {
  background-color: var(--c_blur_solution1);
  color: var(--c_white);
}
.herb-list li[data-id="herbSolution2"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_s2.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbSolution2"] .txt-box {
  background-color: var(--c_blur_solution2);
  color: var(--c_white);
}
.herb-list li[data-id="herbSolution3"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_s3.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbSolution3"] .txt-box {
  background-color: var(--c_blur_solution3);
  color: var(--c_white);
}
.herb-list li[data-id="herbSolution4"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_s4.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbSolution4"] .herb-badge {
  opacity: 0;
}
.herb-list li[data-id="herbSolution4"] .txt-box {
  background-color: var(--c_blur_solution4);
  color: var(--c_white);
}
.herb-list li[data-id="herbSolution5"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_s5.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbSolution6"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_s6.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbDesk1"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_d1.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbDesk1"] .txt-box {
  background-color: var(--c_blur_desk1);
  color: var(--c_white);
}
.herb-list li[data-id="herbDesk2"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_d2_240807.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbDesk2"] .txt-box {
  background-color: var(--c_blur_desk2);
  color: var(--c_white);
}
.herb-list li[data-id="herbDesk3"] {
  background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/herb_card_d3.png') no-repeat center;
  background-size: cover;
}
.herb-list li[data-id="herbDesk3"] .txt-box {
  background-color: var(--c_blur_desk3);
  color: var(--c_white);
}
.arrow-card {
  position: absolute;
  right: 20px;
  bottom: 20px;
  fill: var(--c_white);
}

:where(.herb-list li[data-id="herbOffice1"], .herb-list li[data-id="herbOffice2"], .herb-list li[data-id="herbOffice3"],.herb-list li[data-id="herbOffice4"]) .arrow-card {
  fill: var(--c_black);
}

@keyframes move-1 {
  0% {
      transform: translateY(0%);
  }
  100% {
      transform: translateY(-8%);
  }
}
/*      호버 전용 미디어 쿼리   */
@media all and (min-width: 961px) {
  .herb-list .swiper-slide > a:hover .txt-box {
      background-color: initial !important;
      backdrop-filter: none;
  }
  .herb-list .swiper-slide:hover {
      transform: translateY(-5%);
  }
  .herb-list .swiper-slide > a::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: none;
  }
  .herb-list li.swiper-slide > a:hover::after {
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
  }
  .herb-list li[data-id="herbOffice1"] > a:hover::after {
      background-color: var(--c_blur_blue);
  }
  .herb-list li[data-id="herbOffice2"] > a:hover::after {
      background-color: var(--c_blur_brown);
  }
  .herb-list li[data-id="herbOffice3"] > a:hover::after {
      background-color: var(--c_blur_purple);
  }
  .herb-list li[data-id="herbOffice4"] > a:hover::after {
      background-color: var(--c_blur_violet);
  }
  .herb-list li[data-id="herbOffice4"] > a:hover::after {
      background-color: var(--c_blur_violet);
  }
  .herb-list li[data-id="herbSolution1"] > a:hover::after {
      background-color: var(--c_blur_solution1);
  }
  .herb-list li[data-id="herbSolution2"] > a:hover::after {
      background-color: var(--c_blur_solution2);
  }
  .herb-list li[data-id="herbSolution3"] > a:hover::after {
      background-color: var(--c_blur_solution3);
  }
  .herb-list li[data-id="herbSolution4"] > a:hover::after {
      background-color: var(--c_blur_solution4);
  }
  .herb-list li[data-id="herbDesk1"] > a:hover::after {
      background-color: var(--c_blur_desk1);
  }
  .herb-list li[data-id="herbDesk2"] > a:hover::after {
      background-color: var(--c_blur_desk2);
  }
  .herb-list li[data-id="herbDesk3"] > a:hover::after {
      background-color: var(--c_blur_desk3);
  }
  .target:hover {
      transform: translateY(-5%);
      box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.10);
  }
  .target.t-startup:hover {
      background-color: rgba(233, 245, 252, 1);
  }
  .target.t-small:hover {
      background-color: rgba(255, 246, 224, 1);
  }
  .target.t-major:hover {
      background-color: rgba(239, 255, 241, 1);
  }
  .target.t-local:hover {
      background-color: rgba(231, 228, 255, 1);
  }
}

@media all and (max-width: 960px) {
  .hidden-pc{display: block;}
  .hidden-mo {display: none;}
  body { 
      /*  공통 간격  */
      --key_padding: 60px 0;
      --padding_18: 130px 0;
  }
  .herb-keyVisual,
  .sec_lst,
  .herb-targeting {
      padding: 0 0;
  }
  .inner_wrap {
      max-width: none;
      overflow: hidden;
  }
  .herb-keyVisual {
      padding: 0 20px;
  }
  .herb-key-title {
      font-size: 34px;
  }
  .herb-key-subtitle {
      font-size: 16px;
      line-height: 1.7;
  }
  .herb-title {
      font-size: 28px;
  }
  .herb-cardT {
      position: relative;
      width: fit-content;
      font-size: 18px;
  }
  .target .herb-cardT {
      display: block;
      width: fit-content;
  }
  .target .herb-cardT:after {
      content: '';
      position: absolute;
      display: inline-block;
      bottom: 5px;
      right: -26px;
      width: 22px;
      height: 22px;
      background: url('/wp-content/themes/fastfive/assets/images/office/herb_office/arrow_target.png');
      background-size: cover;
  }
  .herb-cardt {
      font-size: 16px;
  }
  .txt-box {
      min-height: 36.5%;
  }
  .txt-box .herb-cardT {
      padding-bottom: 4px;
  }
  .arrow-card.mo-arrow {    
      position: absolute;
      right: -26px;
      bottom: 8px;
  }
  .herb-swiper1 .arrow-card.mo-arrow,
  .herb-swiper2 .arrow-card.mo-arrow {
      fill: var(--c_white);
  }
  .lst_office {
      flex-direction: column;
      margin-left: 20px;
      padding-bottom: 40px;
  }
  .lst_office .tit {
      padding-bottom: 40px;
  }
  .lst_office + .lst_office {
      margin-top: 130px;
  }
  .herb-swiper0, .herb-swiper1, .herb-swiper2 {
      position: relative;
      width: 100%;
  }
  .herb-list {
      gap: 0;
  }
  .herb-list .swiper-slide {   
      width: 260px;
      margin-right: 20px;
  }
  .herb-list .swiper-slide:hover {
      transform: translateY(0%);
  }
  .swiper-pagination-num {
      display: block;
  }
  .sec_lst .swiper-horizontal>.swiper-pagination-progressbar, 
  .sec_lst .swiper-pagination-progressbar.swiper-pagination-horizontal {
      width: calc(100% - 100px);
      height: 2px;
      left: auto;
      right: 40px;
      top: auto;
      bottom: -32px;
      background-color: rgba(109, 117, 124, 0.30);
  }
  .sec_lst .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background-color: #6D757C;
  }
  .sec_lst .swiper-pagination-fraction {
      position: absolute;
      width: fit-content;
      bottom: -45px;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.7;
      color: rgba(109, 117, 124, .3);
  }
  .sec_lst .swiper-pagination-fraction .swiper-pagination-current {
      color: #6D757C;
      margin-right: 2px;
  }
  .sec_lst .swiper-pagination-fraction .swiper-pagination-total {
      margin-left: 2px;
  }
  .sec_lst .swiper-slide > a::before {
      content:'';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: var(--c_black);
      opacity: .4;
      z-index: 16;
      transition: all .3s;
  }
  .swiper-slide.swiper-slide-active > a::before {
      display: none;
  }
  .target-box {
      display: flex;
      flex-direction: column;
      max-width: 335px;
      width: 100%;
      margin: 40px auto 0;
  }
  .target {
      height: 129px;
      padding: 0 10px 0 20px;
  }
  .target::after {
      display: none;
  }
  .target .img-box > img {   
      max-width: 160px;
  }
  .target .img-box > img.be-hover {
      opacity: 1;
  }
  .target .img-box > img.af-hover {
      opacity: 1;
  }
  .target.t-startup {
      background-color: rgba(233, 245, 252, 1);
  }
  .target.t-small {
      background-color: rgba(255, 246, 224, 1);
  }
  .target.t-major {
      background-color: rgba(239, 255, 241, 1);
  }
  .target.t-local {
      background-color: rgba(231, 228, 255, 1);
  }
}