.home .p-postListTab.is-style-bb {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .home #content.l-container {
    max-width: 1400px;
    padding-right: 32px;
    padding-left: 32px;
  }
}

@media (min-width: 960px) {
  .home .p-postSlider.-num-pc-3 .swiper-slide {
    width: calc(100% / 3) !important;
    max-width: calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }

  .home .p-postSlider .p-postList__link,
  .home .p-postSlider .p-postList__thumb,
  .home .p-postSlider .c-postThumb__figure {
    max-width: 100%;
    overflow: hidden;
  }

  .home .p-postSlider .c-postThumb__img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
}

.home .p-postListTab .c-tabList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  border-bottom: 0;
}

.home .p-postListTab .c-tabList__item {
  width: auto !important;
}

.home .p-postListTab .c-tabList__button {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 8px;
  border: 1px solid #d8e1ed;
  border-radius: 6px 6px 0 0;
  background: #fff;
  color: #566174;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.35;
}

.home .p-postListTab .c-tabList__button::before {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 135%;
  content: "";
}

.home .p-postListTab .c-tabList__item:nth-child(1) .c-tabList__button::before { background-image: url("icon-all.webp"); }
.home .p-postListTab .c-tabList__item:nth-child(2) .c-tabList__button::before { background-image: url("icon-driver.webp"); }
.home .p-postListTab .c-tabList__item:nth-child(3) .c-tabList__button::before { background-image: url("icon-work.webp"); }
.home .p-postListTab .c-tabList__item:nth-child(4) .c-tabList__button::before { background-image: url("icon-money.webp"); }

.home .p-postListTab .c-tabList__button[aria-selected="true"] {
  border-color: #2d6cdf;
  background: #f7faff;
  color: #2468d8;
  box-shadow: inset 0 -2px 0 #2d6cdf;
}

.home .p-postList > .dn-home-hub {
  display: block;
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 10px;
  list-style: none;
}

.home .dn-purpose-nav {
  margin: 0 0 18px;
  padding: 28px 30px 30px;
  border: 1px solid #d6e2f2;
  border-radius: 6px;
  background: linear-gradient(135deg, #f8fbff 0%, #f1f6fd 100%);
  box-shadow: none;
}

.home .dn-purpose-nav__head {
  display: block;
  margin: 0 0 20px;
}

.home .dn-purpose-nav__title {
  margin: 0 0 6px;
  color: #152238;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.45;
}

.home .dn-purpose-nav__lead {
  margin: 0;
  color: #59677a;
  font-size: .9rem;
  line-height: 1.75;
}

.home .dn-purpose-nav__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

.home .dn-purpose-nav__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 34%;
  min-height: 164px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #d6e0ec;
  border-radius: 6px;
  background: #fff;
  color: #152238;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(25, 50, 82, .06);
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.home .dn-purpose-nav__item:hover {
  transform: translateY(-2px);
  border-color: #2d6cdf;
  background: #fff;
  color: #152238;
  box-shadow: 0 8px 18px rgba(35, 77, 130, .11);
}

.home .dn-purpose-nav__item--featured {
  border: 2px solid #2d6cdf;
}

.home .dn-purpose-nav__item--featured::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  background: #2d6cdf;
  color: #fff;
  content: "✓";
  font-size: .82rem;
  font-weight: 800;
}

.home .dn-purpose-nav__content {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  padding: 19px 12px 17px 14px;
}

.home .dn-purpose-nav__icon {
  display: block;
  width: 46px;
  height: 46px;
  object-fit: contain;
}

.home .dn-purpose-nav__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

.home .dn-purpose-nav__label {
  color: #152238;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

.home .dn-purpose-nav__text {
  margin-top: 5px;
  color: #526176;
  font-size: .82rem;
  line-height: 1.65;
}

.home .dn-purpose-nav__link {
  margin-top: 10px;
  color: #2468d8;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.4;
}

.home .dn-purpose-nav__photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 164px;
  object-fit: cover;
}

.home .dn-purpose-nav__business {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 18px;
  padding: 17px 22px;
  border-radius: 5px;
  background: linear-gradient(100deg, #154a9b 0%, #2569d8 100%);
  color: #fff;
}

.home .dn-purpose-nav__business-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  object-fit: contain;
}

.home .dn-purpose-nav__business-title,
.home .dn-purpose-nav__business-text {
  margin: 0;
  color: #fff;
}

.home .dn-purpose-nav__business-title {
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.45;
}

.home .dn-purpose-nav__business-text {
  margin-top: 4px;
  color: rgba(255, 255, 255, .88);
  font-size: .82rem;
  line-height: 1.6;
}

.home .dn-purpose-nav__business-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 24px;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 4px;
  background: #fff;
  color: #1f62c8;
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}

.home .dn-purpose-nav__business-button:hover {
  background: #eef5ff;
  color: #164fa9;
}

.home .dn-home-hub__articles-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 28px 0 -8px;
  padding: 0;
  border: 0;
  background: none;
  color: #152238;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.45;
}

.home .dn-home-hub__articles-title::before {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid #d4e3fb;
  border-radius: 6px;
  background-color: #eef5ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231f62c8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 7v14'/%3E%3Cpath d='M3 18a1 1 0 0 1-1-1V5a2 2 0 0 1 2-2h5a3 3 0 0 1 3 3v15a3 3 0 0 0-3-3Z'/%3E%3Cpath d='M21 18a1 1 0 0 0 1-1V5a2 2 0 0 0-2-2h-5a3 3 0 0 0-3 3v15a3 3 0 0 1 3-3Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
}

/* Recommended articles */
.home #post_list_tab_1 > .p-postList {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 12px;
}

.home #post_list_tab_1 > .p-postList > .dn-home-hub {
  grid-column: 1 / -1;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item {
  width: 100% !important;
  overflow: hidden;
  margin: 0;
  border: 1px solid #dbe4ef;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(28, 55, 88, .055);
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item:hover {
  transform: translateY(-2px);
  border-color: #9db9e9;
  box-shadow: 0 8px 18px rgba(28, 65, 116, .1);
}

.home #post_list_tab_1 > .p-postList > .p-postList__item > .p-postList__link {
  height: 100%;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item .p-postList__thumb,
.home #post_list_tab_1 > .p-postList > .p-postList__item .c-postThumb__figure {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item .c-postThumb__img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item .p-postList__body {
  padding: 11px 11px 12px;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item .p-postList__title {
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.55;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item .p-postList__meta {
  margin-top: 7px;
  font-size: .7rem;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) {
  grid-column: 1 / -1;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) > .p-postList__link {
  display: grid;
  min-height: 235px;
  grid-template-columns: 48% minmax(0, 1fr);
  align-items: stretch;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) .p-postList__thumb,
.home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) .c-postThumb__figure {
  height: 100%;
  aspect-ratio: auto;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) .p-postList__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 26px;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) .p-postList__title {
  color: #13233a;
  font-size: 1.18rem;
  font-weight: 800;
  line-height: 1.55;
}

.home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) .p-postList__meta {
  margin-top: 12px;
}

@media (max-width: 1199px) {
  .home #post_list_tab_1 > .p-postList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 959px) {
  .home .dn-purpose-nav {
    padding: 24px;
  }

  .home .dn-purpose-nav__item {
    grid-template-columns: minmax(0, 1fr) 34%;
  }

  .home .dn-purpose-nav__content {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 9px;
    padding: 16px 10px 15px 12px;
  }

  .home .dn-purpose-nav__icon {
    width: 48px;
    height: 48px;
  }

  .home .dn-purpose-nav__business {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .home .dn-purpose-nav__business-icon {
    width: 52px;
    height: 52px;
  }

  .home .dn-purpose-nav__business-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 599px) {
  .home .p-postSlider {
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .home .p-postSlider .swiper-wrapper {
    align-items: center;
  }

  .home .p-postSlider .p-postList__item,
  .home .p-postSlider .p-postList__link {
    height: auto !important;
    min-height: 0 !important;
  }

  .home .p-postSlider .p-postList__link {
    display: block;
    padding: 0;
  }

  .home .p-postSlider .p-postList__thumb,
  .home .p-postSlider .c-postThumb__figure {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 6px;
  }

  .home .p-postSlider .c-postThumb__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home .p-postSlider .p-postList__body,
  .home .p-postSlider .c-postThumb__cat {
    display: none;
  }

  .home #content {
    padding-top: 18px;
  }

  .home #pickup_banner {
    display: none;
  }

  .home .l-mainContent {
    padding-top: 0;
  }

  .home .p-homeContent {
    margin-top: 0 !important;
  }

  .home .p-postListTab .c-tabList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .home .p-postListTab .c-tabList__button {
    min-height: 48px;
    border-radius: 5px;
    font-size: .78rem;
  }

  .home .p-postListTab .c-tabList__button::before {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
  }

  .home .dn-purpose-nav {
    margin-top: 10px;
    padding: 18px 14px;
  }

  .home .dn-purpose-nav__title {
    font-size: 1.2rem;
  }

  .home .dn-purpose-nav__lead {
    font-size: .84rem;
  }

  .home .dn-purpose-nav__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .home .dn-purpose-nav__item {
    position: relative;
    display: block;
    min-height: 146px;
    isolation: isolate;
  }

  .home .dn-purpose-nav__content {
    position: relative;
    z-index: 2;
    display: grid;
    width: 78%;
    min-height: 146px;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
    padding: 15px 10px 13px 13px;
    background: linear-gradient(90deg, rgba(8, 30, 55, .96) 0%, rgba(8, 39, 70, .88) 64%, rgba(8, 39, 70, 0) 100%);
  }

  .home .dn-purpose-nav__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 0;
    border-radius: 50%;
    background: #fff;
  }

  .home .dn-purpose-nav__label {
    color: #fff;
    font-size: .92rem;
  }

  .home .dn-purpose-nav__text {
    margin-top: 4px;
    color: rgba(255, 255, 255, .88);
    font-size: .74rem;
    line-height: 1.55;
  }

  .home .dn-purpose-nav__link {
    margin-top: 7px;
    color: #fff;
    font-size: .75rem;
  }

  .home .dn-purpose-nav__photo {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 146px;
    object-fit: cover;
  }

  .home .dn-purpose-nav__business {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px;
    padding: 15px 54px 15px 14px;
  }

  .home .dn-purpose-nav__business-icon {
    width: 44px;
    height: 44px;
  }

  .home .dn-purpose-nav__business-title {
    font-size: .94rem;
  }

  .home .dn-purpose-nav__business-text {
    font-size: .76rem;
  }

  .home .dn-home-hub__articles-title {
    gap: 8px;
    margin: 20px 0 -6px;
    font-size: 1.12rem;
  }

  .home .dn-home-hub__articles-title::before {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    background-size: 18px 18px;
  }

  .home #post_list_tab_1 > .p-postList {
    gap: 10px;
  }

  .home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) > .p-postList__link {
    display: block;
    min-height: 0;
  }

  .home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) .p-postList__thumb,
  .home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) .c-postThumb__figure {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) .p-postList__body {
    padding: 13px 14px 14px;
  }

  .home #post_list_tab_1 > .p-postList > .p-postList__item:nth-child(2) .p-postList__title {
    font-size: .98rem;
  }

  .home #post_list_tab_1 > .p-postList > .p-postList__item .p-postList__body {
    padding: 9px 8px 10px;
  }

  .home #post_list_tab_1 > .p-postList > .p-postList__item .p-postList__title {
    font-size: .76rem;
  }

}
