#index-main {
  width: 100%;
  height: auto;
  padding-top: 100px;
}
@media (max-width: 768px) {
  #index-main {
    padding-top: 60px;
  }
}

.index-hero {
  width: 100%;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .index-hero {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .index-hero {
    height: 480px;
  }
}
.index-hero .container {
  width: 95%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.index-hero .container .cover {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.4), transparent);
}
.index-hero .container .cover .visual-contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index-hero .container .cover .visual-contents h1 {
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-hero .container .cover .visual-contents h1 {
    margin-bottom: 24px;
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .cover .visual-contents h1 {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
.index-hero .container .cover .visual-contents h1 b {
  font-weight: 800;
}
.index-hero .container .cover .visual-contents > span {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-hero .container .cover .visual-contents > span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .cover .visual-contents > span {
    font-size: 18px;
  }
}
.index-hero .container .cover .visual-contents p {
  padding: 16px 4%;
  margin-bottom: 54px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: white;
  border-top: 1px solid white;
}
@media (max-width: 1280px) {
  .index-hero .container .cover .visual-contents p {
    padding: 12px 4%;
    margin-bottom: 36px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .cover .visual-contents p {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.index-hero .container .cover .visual-contents .hero-quickmenu {
  width: auto;
  height: 136px;
  padding: 0 56px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 64px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
}
@media (max-width: 1280px) {
  .index-hero .container .cover .visual-contents .hero-quickmenu {
    height: 124px;
    padding: 0 28px;
    gap: 36px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .cover .visual-contents .hero-quickmenu {
    height: 100px;
    padding: 0 4%;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .index-hero .container .cover .visual-contents .hero-quickmenu {
    width: 100%;
    overflow: auto;
  }
}
.index-hero .container .cover .visual-contents .hero-quickmenu a {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.index-hero .container .cover .visual-contents .hero-quickmenu a .qm-icon-box {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .index-hero .container .cover .visual-contents .hero-quickmenu a .qm-icon-box {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .cover .visual-contents .hero-quickmenu a .qm-icon-box {
    width: 28px;
    height: 28px;
  }
}
.index-hero .container .cover .visual-contents .hero-quickmenu a .qm-icon-box > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-hero .container .cover .visual-contents .hero-quickmenu a span {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-hero .container .cover .visual-contents .hero-quickmenu a span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index-hero .container .cover .visual-contents .hero-quickmenu a span {
    font-size: 14px;
  }
}

.sec-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .sec-title-wrap {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap {
    gap: 12px;
  }
}
.sec-title-wrap h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .sec-title-wrap h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .sec-title-wrap h2 {
    font-size: 28px;
  }
}
.sec-title-wrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #707070;
  word-break: keep-all;
  text-align: center;
}

.index-news {
  width: 100%;
  height: auto;
  padding: 120px 0;
  background: white;
}
@media (max-width: 1280px) {
  .index-news {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .index-news {
    padding: 70px 0;
  }
}
.index-news .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .index-news .container {
    gap: 40px;
  }
}
.index-news .container .sec-body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body {
    flex-direction: column;
    align-items: center;
  }
}
.index-news .container .sec-body .left {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .left {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.index-news .container .sec-body .left .news-head {
  width: 100%;
  height: 60px;
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  background: #C8E3FF;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .left .news-head {
    height: 52px;
    padding: 0 4%;
  }
}
@media (max-width: 768px) {
  .index-news .container .sec-body .left .news-head {
    height: auto;
    padding: 12px 4%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.index-news .container .sec-body .left .news-head .h-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .left .news-head .h-left {
    gap: 24px;
  }
}
.index-news .container .sec-body .left .news-head .h-left b {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  color: #28336E;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .left .news-head .h-left b {
    font-size: 20px;
  }
}
.index-news .container .sec-body .left .news-head .h-left .tabs {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.index-news .container .sec-body .left .news-head .h-left .tabs .tab {
  flex: 0 0 auto;
  padding-right: 14px;
  margin-right: 14px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: #2EA9DF;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .left .news-head .h-left .tabs .tab {
    padding-right: 10px;
    margin-right: 10px;
    font-size: 16px;
  }
}
.index-news .container .sec-body .left .news-head .h-left .tabs .tab:not(:last-child) {
  border-right: 1px solid white;
}
.index-news .container .sec-body .left .news-head .h-left .tabs .tab:hover {
  color: #28336E;
  font-weight: 700;
}
.index-news .container .sec-body .left .news-head .view-more {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
@media (max-width: 768px) {
  .index-news .container .sec-body .left .news-head .view-more {
    align-self: flex-end;
    padding: 4px 6px;
    border-radius: 4px;
    background: white;
  }
}
.index-news .container .sec-body .left .news-head .view-more span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #2EA9DF;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .left .news-head .view-more span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index-news .container .sec-body .left .news-head .view-more span {
    font-size: 14px;
  }
}
.index-news .container .sec-body .left .news-head .view-more i {
  font-size: 18px;
  font-variation-settings: "wght" 900;
  line-height: 1;
  color: #2EA9DF;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .left .news-head .view-more i {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index-news .container .sec-body .left .news-head .view-more i {
    font-size: 14px;
  }
}
.index-news .container .sec-body .left .news-list {
  width: 100%;
  height: auto;
  flex: 1 1 auto;
  background: white;
  border: 10px solid #C8E3FF;
}
.index-news .container .sec-body .left .news-list > ul {
  width: 100%;
  height: 100%;
  padding: 44px 40px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .left .news-list > ul {
    padding: 24px 28px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .index-news .container .sec-body .left .news-list > ul {
    padding: 16px;
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .index-news .container .sec-body .left .news-list > ul {
    padding: 10px;
    gap: 10px;
  }
}
.index-news .container .sec-body .left .news-list > ul > li {
  width: 100%;
  height: auto;
  padding: 0 4% 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .left .news-list > ul > li {
    padding: 0 12px 12px;
  }
}
.index-news .container .sec-body .left .news-list > ul > li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: black;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .index-news .container .sec-body .left .news-list > ul > li a {
    font-size: 14px;
  }
}
.index-news .container .sec-body .left .news-list > ul > li .date {
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #818181;
}
.index-news .container .sec-body .right {
  flex: 1 1 40%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .right {
    flex: unset;
    width: 100%;
    height: auto;
  }
}
.index-news .container .sec-body .right .cover {
  width: 100%;
  height: 100%;
  padding: 48px 0 48px 40px;
  display: flex;
  flex-direction: column;
  gap: 52px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8666666667), transparent);
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .right .cover {
    padding: 28px 32px;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .index-news .container .sec-body .right .cover {
    padding: 20px 24px;
    gap: 24px;
  }
}
.index-news .container .sec-body .right .cover .volunteer-title {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .right .cover .volunteer-title {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .index-news .container .sec-body .right .cover .volunteer-title {
    width: 70%;
    gap: 12px;
  }
}
.index-news .container .sec-body .right .cover .volunteer-title b {
  font-size: 28px;
  font-weight: 900;
  word-break: keep-all;
  color: #2D2D2D;
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .right .cover .volunteer-title b {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .index-news .container .sec-body .right .cover .volunteer-title b {
    font-size: 20px;
  }
}
.index-news .container .sec-body .right .cover .volunteer-title p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
  color: #3D3D3D;
}
.index-news .container .sec-body .right .cover .vol-links {
  width: 50%;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .index-news .container .sec-body .right .cover .vol-links {
    width: 70%;
  }
}
.index-news .container .sec-body .right .cover .vol-links > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.index-news .container .sec-body .right .cover .vol-links > a p {
  flex: 1 1 auto;
  height: 44px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  color: #2D2D2D;
  word-break: keep-all;
  text-align: center;
  background: white;
  border-radius: 6px;
  background: white;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1280px) {
  .index-news .container .sec-body .right .cover .vol-links > a p {
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index-news .container .sec-body .right .cover .vol-links > a p {
    height: 36px;
    font-size: 14px;
  }
}
.index-news .container .sec-body .right .cover .vol-links > a img {
  flex: 0 1 auto;
  width: auto;
  height: 100%;
}

.index-facility {
  width: 100%;
  height: auto;
}
.index-facility .container {
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 768px) {
  .index-facility .container {
    width: 95%;
    flex-direction: column;
  }
}
.index-facility .container .left {
  flex: 0 0 36%;
  padding: 120px 5% 88px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  background: #11B1F6;
}
@media (max-width: 1280px) {
  .index-facility .container .left {
    padding: 100px 4% 64px;
  }
}
@media (max-width: 768px) {
  .index-facility .container .left {
    flex: unset;
    width: 100%;
    height: auto;
    padding: 40px 4%;
  }
}
.index-facility .container .left > article {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-facility .container .left > article b {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-facility .container .left > article b {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .index-facility .container .left > article b {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.index-facility .container .left > article p {
  margin-bottom: 70px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
  color: white;
}
@media (max-width: 1280px) {
  .index-facility .container .left > article p {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .index-facility .container .left > article p {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
.index-facility .container .left > article a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.index-facility .container .left > article a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
@media (max-width: 768px) {
  .index-facility .container .left > article a span {
    font-size: 14px;
  }
}
.index-facility .container .left > article a i {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: white;
}
@media (max-width: 768px) {
  .index-facility .container .left > article a i {
    font-size: 16px;
  }
}
.index-facility .container .left .fac-controls {
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1280px) {
  .index-facility .container .left .fac-controls {
    gap: 8px;
  }
}
.index-facility .container .left .fac-controls div {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .index-facility .container .left .fac-controls div {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .index-facility .container .left .fac-controls div {
    width: 32px;
    height: 32px;
  }
}
.index-facility .container .left .fac-controls div i {
  font-size: 28px;
  font-variation-settings: "wght" 300;
  line-height: 1;
  color: white;
}
@media (max-width: 768px) {
  .index-facility .container .left .fac-controls div i {
    font-size: 20px;
  }
}
.index-facility .container .right {
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  flex: 1 1 auto;
  overflow: hidden;
}
.index-facility .container .right .fac-swiper {
  width: 100%;
  height: 100%;
}
.index-facility .container .right .fac-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.index-facility .container .right .fac-swiper .swiper-wrapper .swiper-slide > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.index-facility .container .right .fac-swiper .swiper-wrapper .swiper-slide > a .fac-thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
  overflow: hidden;
}
.index-facility .container .right .fac-swiper .swiper-wrapper .swiper-slide > a .fac-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-facility .container .right .fac-swiper .swiper-wrapper .swiper-slide > a .fac-contents {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.index-facility .container .right .fac-swiper .swiper-wrapper .swiper-slide > a .fac-contents .fac-type {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
  padding: 6px 12px;
  background: #11B1F6;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  letter-spacing: 1px;
}
.index-facility .container .right .fac-swiper .swiper-wrapper .swiper-slide > a .fac-contents .fac-title {
  padding-left: 12px;
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #2D2D2D;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .index-facility .container .right .fac-swiper .swiper-wrapper .swiper-slide > a .fac-contents .fac-title {
    padding-left: 10px;
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.index-facility .container .right .fac-swiper .swiper-wrapper .swiper-slide > a .fac-contents .fac-desc {
  width: 100%;
  height: auto;
  padding: 10px 10px 0;
  border-top: 3px solid #C8E3FF;
  font-size: 14px;
  line-height: 1.3;
  word-break: keep-all;
  color: #464646;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .index-facility .container .right .fac-swiper .swiper-wrapper .swiper-slide > a .fac-contents .fac-desc {
    padding: 8px 8px 0;
    border-top-width: 2px;
    font-size: 13px;
  }
}

.index-bottom {
  width: 100%;
  height: auto;
  padding: 120px 0;
}
@media (max-width: 1280px) {
  .index-bottom {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .index-bottom {
    padding: 70px 0;
  }
}
.index-bottom .container {
  width: 95%;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1280px) {
  .index-bottom .container {
    gap: 40px;
  }
}
.index-bottom .container .sec-body {
  width: 100%;
  height: auto;
}
.index-bottom .container .sec-body .ib-menus {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .index-bottom .container .sec-body .ib-menus {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .index-bottom .container .sec-body .ib-menus {
    grid-template-columns: 1fr;
  }
}
.index-bottom .container .sec-body .ib-menus .ib-card {
  width: 100%;
  height: 450px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1280px) {
  .index-bottom .container .sec-body .ib-menus .ib-card {
    height: 400px;
    padding-top: 40px;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .index-bottom .container .sec-body .ib-menus .ib-card {
    height: 300px;
    padding-top: 14px;
    justify-content: center;
  }
}
.index-bottom .container .sec-body .ib-menus .ib-card:nth-child(1) {
  background: #E99424;
}
.index-bottom .container .sec-body .ib-menus .ib-card:nth-child(2) {
  background: #109A7D;
}
.index-bottom .container .sec-body .ib-menus .ib-card:nth-child(3) {
  background: #1AA4E1;
}
.index-bottom .container .sec-body .ib-menus .ib-card:nth-child(4) {
  background: #4D4D4D;
}
.index-bottom .container .sec-body .ib-menus .ib-card .title-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1280px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .title-wrap {
    margin-bottom: 28px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .title-wrap {
    margin-bottom: 24px;
    gap: 12px;
  }
}
.index-bottom .container .sec-body .ib-menus .ib-card .title-wrap > b {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 24px;
  font-size: 26px;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 1280px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .title-wrap > b {
    padding-bottom: 16px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .title-wrap > b {
    padding-bottom: 12px;
    font-size: 18px;
  }
}
.index-bottom .container .sec-body .ib-menus .ib-card .title-wrap > b::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 48px;
  height: 4px;
  background: white;
}
@media (max-width: 1280px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .title-wrap > b::after {
    width: 32px;
    height: 3px;
  }
}
@media (max-width: 768px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .title-wrap > b::after {
    width: 28px;
    height: 2px;
  }
}
.index-bottom .container .sec-body .ib-menus .ib-card .title-wrap > p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: white;
}
@media (max-width: 768px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .title-wrap > p {
    font-size: 14px;
  }
}
.index-bottom .container .sec-body .ib-menus .ib-card .ib-icon-box {
  position: relative;
  width: 88px;
  height: auto;
  margin-bottom: 56px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .ib-icon-box {
    width: 64px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .ib-icon-box {
    width: 48px;
    margin-bottom: 24px;
  }
}
.index-bottom .container .sec-body .ib-menus .ib-card .ib-icon-box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index-bottom .container .sec-body .ib-menus .ib-card .view-more {
  width: 100%;
  height: 56px;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid white;
  border-radius: 10px;
  gap: 12px;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1280px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .view-more {
    height: 48px;
  }
}
@media (max-width: 768px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .view-more {
    height: 40px;
  }
}
.index-bottom .container .sec-body .ib-menus .ib-card .view-more span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
@media (max-width: 1280px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .view-more span {
    font-size: 16px;
  }
}
.index-bottom .container .sec-body .ib-menus .ib-card .view-more i {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .index-bottom .container .sec-body .ib-menus .ib-card .view-more i {
    font-size: 20px;
  }
}
.index-bottom .container .sec-body .ib-menus .ib-card:hover .title-wrap {
  opacity: 1;
}
.index-bottom .container .sec-body .ib-menus .ib-card:hover .view-more {
  opacity: 1;
  background: white;
}
.index-bottom .container .sec-body .ib-menus .ib-card:hover:nth-child(1) .view-more span, .index-bottom .container .sec-body .ib-menus .ib-card:hover:nth-child(1) .view-more i {
  color: #E99424;
}
.index-bottom .container .sec-body .ib-menus .ib-card:hover:nth-child(2) .view-more span, .index-bottom .container .sec-body .ib-menus .ib-card:hover:nth-child(2) .view-more i {
  color: #109A7D;
}
.index-bottom .container .sec-body .ib-menus .ib-card:hover:nth-child(3) .view-more span, .index-bottom .container .sec-body .ib-menus .ib-card:hover:nth-child(3) .view-more i {
  color: #1AA4E1;
}
.index-bottom .container .sec-body .ib-menus .ib-card:hover:nth-child(4) .view-more span, .index-bottom .container .sec-body .ib-menus .ib-card:hover:nth-child(4) .view-more i {
  color: #4D4D4D;
}/*# sourceMappingURL=main.css.map */