.sec_visual {
  background-color: #fff;
}
.sec_visual h2 {
  padding-top: 0;
  line-height: 150%;
}
main.page_home .sec_visual h2 {
  font-size: 3.125rem;
}
.sec_visual .visual_deco {
  position: static;
}
main.page_home .sec_visual .visual_deco {
  display: block;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  box-sizing: border-box;
}
.sec_content .inner_base > a {
  border-bottom: none;
}
.sec_content .grid_lay h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.375rem;
}
.sec_content .grid_lay p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin-top: 0.75rem;
  word-break: keep-all;
}
.sec_content .grid_lay .date {
  display: block;
  margin-top: 0.5rem;
  font-size: 1.25rem;
}
.sec_content .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
}
.sec_content .tags em {
  min-width: 5.25rem;
  padding: 0.375rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 5rem;
  background-color: #94ccc0;
}
.sec_info_desc a {
  width: 14.563rem;
  height: 3.125rem;
}

/* 홈 곧 열리는 모임 썸네일: 모임찾기(.sec_class)·마이페이지(.sec_mypage) type1 카드와 동일 56:53 */
main.page_home .main_swiper .swiper-slide .img_box {
  display: block;
  width: 100%;
  max-width: 448px;
  margin-inline: auto;
  aspect-ratio: 56 / 53;
  overflow: hidden;
}
main.page_home .main_swiper .swiper-slide .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* 홈(피그마 360 모바일 프레임 node 8242:3684) — 데스크톱은 기존 유지 */
@media all and (max-width: 768px) {
  main.page_home .sec_visual .inner_base {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  main.page_home .sec_visual h2 {
    font-size: 1.5625rem;
    font-weight: 800;
    line-height: 1.25;
    padding-top: 0;
    max-width: 19.375rem;
    margin-left: auto;
    margin-right: auto;
  }
  main.page_home .sec_visual .visual_deco {
    display: block !important;
    position: static;
  }
  main.page_home .sec_content.bg_lightgray .inner_base {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  main.page_home .sec_content .inner_base > a {
    font-size: 1.25rem;
    font-weight: 600;
    display: block;
    margin: 0 !important;
    text-align: left;
  }
  main.page_home .main_swiper .grid_lay {
    margin-top: 1.25rem !important;
  }
  main.page_home .main_swiper .swiper-slide {
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    border: 1px solid #000;
    background: #fff;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
  }
  main.page_home .main_swiper .swiper-slide .img_box {
    max-width: none;
    margin-inline: 0;
    background: #f3f3f3;
    border-bottom: 1px solid #000;
  }
  main.page_home .sec_content .grid_lay h4 {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-top: 0.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  main.page_home .sec_content .tags {
    margin-top: 0.375rem;
    gap: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  main.page_home .sec_content .tags em {
    min-width: auto;
    padding: 0.125rem 0.5rem;
    font-size: 0.625rem;
    font-weight: 600;
  }
  main.page_home .sec_content .grid_lay p {
    font-size: 0.75rem;
    font-weight: 500;
    color: #313131;
    line-height: 1.25rem;
    margin-top: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  main.page_home .sec_content .grid_lay .date {
    font-size: 0.75rem;
    font-weight: 500;
    color: #313131;
    line-height: 1.25rem;
    margin-top: 0.25rem;
    margin-bottom: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  main.page_home .sec_info_desc .inner_base {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  main.page_home .sec_info_desc h2 {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.5625rem;
    text-align: left;
  }
  main.page_home .sec_info_desc a.b_btn {
    width: 7.3125rem;
    height: 2.6875rem;
    margin-top: 2rem;
    font-size: 0.9375rem;
    font-weight: 600;
    background-color: #ebebeb;
    color: #000;
    border: 1px solid #d0d0d0;
    display: flex;
  }
}
