.index-main-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: white;
}

.index-section-01 {
  position: relative;
  width: 100%;
  height: 100dvh;
}
@media (max-width: 1280px) {
  .index-section-01 {
    height: auto;
    aspect-ratio: 1/0.6;
  }
}
@media (max-width: 768px) {
  .index-section-01 {
    aspect-ratio: 1/1;
  }
}
.index-section-01 .index-swiper-01 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-section-01 .index-swiper-01 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1620px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt {
    padding: 0 16px;
  }
}
@media (max-width: 1024px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt {
    height: auto;
    align-self: center;
    transform: translateY(-40%);
  }
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt > span {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt > span {
    padding-bottom: 10px;
    margin-bottom: 16px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt > span {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt > span {
    font-size: 13px;
  }
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt > span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80%;
  height: 3px;
  background: white;
}
@media (max-width: 768px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt > span::after {
    height: 2px;
  }
}
.index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt > h2 {
  font-size: 80px;
  line-height: 1;
  color: white;
  word-break: keep-all;
  text-align: center;
}
@media (max-width: 1280px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt > h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt > h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .index-section-01 .index-swiper-01 .swiper-wrapper .swiper-slide .slide-inner-txt > h2 {
    font-size: 18px;
  }
}
.index-section-01 .index-swiper-01 .swiper-navigation {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1620px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 4;
}
@media (max-width: 1620px) {
  .index-section-01 .index-swiper-01 .swiper-navigation {
    padding: 0 16px;
  }
}
@media (max-width: 1024px) {
  .index-section-01 .index-swiper-01 .swiper-navigation {
    top: unset;
    bottom: 100px;
    justify-content: center;
    gap: 200px;
  }
}
.index-section-01 .index-swiper-01 .swiper-navigation .custom-prev, .index-section-01 .index-swiper-01 .swiper-navigation .custom-next {
  width: auto;
  height: 12px;
}
@media (max-width: 1280px) {
  .index-section-01 .index-swiper-01 .swiper-navigation .custom-prev, .index-section-01 .index-swiper-01 .swiper-navigation .custom-next {
    height: 8px;
  }
}
.index-section-01 .index-swiper-01 .swiper-navigation .custom-prev > img, .index-section-01 .index-swiper-01 .swiper-navigation .custom-next > img {
  width: auto;
  height: 100%;
}
.index-section-01 .index-swiper-01 .swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1620px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1280px) {
  .index-section-01 .index-swiper-01 .swiper-pagination {
    bottom: 86px;
  }
}
@media (max-width: 1024px) {
  .index-section-01 .index-swiper-01 .swiper-pagination {
    bottom: 92px;
  }
}
.index-section-01 .index-swiper-01 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid white;
  opacity: 1;
}
.index-section-01 .index-swiper-01 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white;
}
.index-section-01 .section-quick-menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: row;
  border: 1px solid #ddd;
  z-index: 2;
}
@media (max-width: 1280px) {
  .index-section-01 .section-quick-menu {
    height: 70px;
  }
}
@media (max-width: 1024px) {
  .index-section-01 .section-quick-menu {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.index-section-01 .section-quick-menu > a {
  flex: 1 1 22%;
  height: 100%;
  padding: 0 35px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1280px) {
  .index-section-01 .section-quick-menu > a {
    padding: 0 16px;
  }
}
@media (max-width: 1024px) {
  .index-section-01 .section-quick-menu > a {
    flex: unset;
    width: 100%;
    height: 40px;
  }
}
.index-section-01 .section-quick-menu > a:not(:last-of-type) {
  border-right: 1px solid #ddd;
}
.index-section-01 .section-quick-menu > a:nth-of-type(1) {
  background: rgba(0, 163, 136, 0.7);
}
.index-section-01 .section-quick-menu > a:nth-of-type(2) {
  background: rgba(116, 188, 74, 0.7);
}
.index-section-01 .section-quick-menu > a:nth-of-type(3) {
  background: rgba(9, 61, 151, 0.7);
}
.index-section-01 .section-quick-menu > a:nth-of-type(4) {
  background: rgba(163, 65, 0, 0.7);
}
.index-section-01 .section-quick-menu > a > img {
  width: auto;
  height: 28px;
  margin-right: 20px;
}
@media (max-width: 1280px) {
  .index-section-01 .section-quick-menu > a > img {
    height: 20px;
    margin-right: 14px;
  }
}
@media (max-width: 1024px) {
  .index-section-01 .section-quick-menu > a > img {
    height: 16px;
  }
}
.index-section-01 .section-quick-menu > a > span {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .index-section-01 .section-quick-menu > a > span {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .index-section-01 .section-quick-menu > a > span {
    font-size: 14px;
  }
}
.index-section-01 .section-quick-menu > a > svg {
  margin-left: auto;
  width: auto;
  height: 28px;
  fill: white;
}
@media (max-width: 1280px) {
  .index-section-01 .section-quick-menu > a > svg {
    height: 20px;
  }
}
@media (max-width: 1024px) {
  .index-section-01 .section-quick-menu > a > svg {
    height: 16px;
  }
}

.index-section-02 {
  width: 100%;
  padding: 100px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: white;
}
@media (max-width: 1280px) {
  .index-section-02 {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .index-section-02 {
    padding: 50px 0;
  }
}
.index-section-02 .container {
  position: relative;
  width: 100%;
  max-width: 1620px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1620px) {
  .index-section-02 .container {
    padding: 0 16px;
  }
}
.index-section-02 .container .responsive-background {
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .index-section-02 .container .responsive-background {
    width: 100%;
  }
}
.index-section-02 .container .responsive-background > img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .index-section-02 .container .responsive-background > img {
    width: 100%;
    height: auto;
  }
}
.index-section-02 .container .section-contents {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-section-02 .container .section-contents > img {
  width: auto;
  height: 60px;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .index-section-02 .container .section-contents > img {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .index-section-02 .container .section-contents > img {
    margin-bottom: 20px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .index-section-02 .container .section-contents > img {
    margin-bottom: 16px;
  }
}
.index-section-02 .container .section-contents > strong {
  margin-bottom: 25px;
  font-size: 70px;
  line-height: 1;
  color: #459729;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-section-02 .container .section-contents > strong {
    margin-bottom: 20px;
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .index-section-02 .container .section-contents > strong {
    margin-bottom: 14px;
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .index-section-02 .container .section-contents > strong {
    margin-bottom: 12px;
    font-size: 20px;
  }
}
.index-section-02 .container .section-contents > span {
  margin-bottom: 50px;
  font-size: 45px;
  font-weight: 800;
  line-height: 1;
  color: #3B7865;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-section-02 .container .section-contents > span {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .index-section-02 .container .section-contents > span {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .index-section-02 .container .section-contents > span {
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.index-section-02 .container .section-contents > a {
  height: 60px;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #00A388;
  border-radius: 500px;
}
@media (max-width: 1280px) {
  .index-section-02 .container .section-contents > a {
    height: 40px;
    padding: 0 16px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .index-section-02 .container .section-contents > a {
    height: 32px;
    padding: 0 12px;
    gap: 10px;
  }
}
.index-section-02 .container .section-contents > a > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .index-section-02 .container .section-contents > a > span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .index-section-02 .container .section-contents > a > span {
    font-size: 13px;
  }
}
.index-section-02 .container .section-contents > a > svg {
  width: auto;
  height: 20px;
  fill: white;
}
@media (max-width: 1280px) {
  .index-section-02 .container .section-contents > a > svg {
    height: 16px;
  }
}
@media (max-width: 768px) {
  .index-section-02 .container .section-contents > a > svg {
    height: 14px;
  }
}

.index-section-03 {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: white;
}
@media (max-width: 1280px) {
  .index-section-03 {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .index-section-03 {
    margin-bottom: 50px;
  }
}
.index-section-03 .container {
  width: 100%;
  max-width: 1620px;
}
@media (max-width: 1620px) {
  .index-section-03 .container {
    padding: 0 16px;
  }
}
.index-section-03 .container .contents-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1280px) {
  .index-section-03 .container .contents-grid {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .index-section-03 .container .contents-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .index-section-03 .container .contents-grid {
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .index-section-03 .container .contents-grid {
    grid-template-columns: 1fr;
  }
}
.index-section-03 .container .contents-grid > li {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .index-section-03 .container .contents-grid > li {
    border-radius: 16px;
  }
}
@media (max-width: 1024px) {
  .index-section-03 .container .contents-grid > li.for-subject {
    grid-column: 1/3;
  }
}
@media (max-width: 480px) {
  .index-section-03 .container .contents-grid > li.for-subject {
    grid-column: 1/2;
  }
}
.index-section-03 .container .contents-grid > li.for-subject .subject-inner {
  width: 100%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1280px) {
  .index-section-03 .container .contents-grid > li.for-subject .subject-inner {
    padding: 20px;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .index-section-03 .container .contents-grid > li.for-subject .subject-inner {
    padding: 16px;
    gap: 16px;
  }
}
.index-section-03 .container .contents-grid > li.for-subject .subject-inner > h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: black;
}
@media (max-width: 1280px) {
  .index-section-03 .container .contents-grid > li.for-subject .subject-inner > h2 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  .index-section-03 .container .contents-grid > li.for-subject .subject-inner > h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .index-section-03 .container .contents-grid > li.for-subject .subject-inner > h2 {
    font-size: 22px;
  }
}
.index-section-03 .container .contents-grid > li.for-subject .subject-inner > p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #3D3D3D;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-section-03 .container .contents-grid > li.for-subject .subject-inner > p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (max-width: 640px) {
  .index-section-03 .container .contents-grid > li.for-subject .subject-inner > p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .index-section-03 .container .contents-grid > li.for-subject .subject-inner > p {
    font-size: 12px;
  }
}
.index-section-03 .container .contents-grid > li.for-subject .subject-inner > p > em {
  color: rgba(0, 163, 136, 0.7);
}
.index-section-03 .container .contents-grid > li.for-image {
  position: relative;
  width: 100%;
  height: auto;
}
.index-section-03 .container .contents-grid > li.for-image:not(:nth-of-type(4)) {
  aspect-ratio: 1/1;
}
@media (max-width: 1024px) {
  .index-section-03 .container .contents-grid > li.for-image:nth-of-type(4) {
    grid-column: 1/3;
    aspect-ratio: 1/0.5;
  }
}
@media (max-width: 480px) {
  .index-section-03 .container .contents-grid > li.for-image:nth-of-type(4) {
    grid-column: 1/2;
    aspect-ratio: 1/1;
  }
}
.index-section-03 .container .contents-grid > li.for-image.filter::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.index-section-03 .container .contents-grid > li.for-image > figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.index-section-03 .container .contents-grid > li.for-image > figure > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-section-03 .container .contents-grid > li.for-image .under-txt {
  position: absolute;
  left: 30px;
  bottom: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  z-index: 2;
}
@media (max-width: 1280px) {
  .index-section-03 .container .contents-grid > li.for-image .under-txt {
    gap: 14px;
  }
}
@media (max-width: 640px) {
  .index-section-03 .container .contents-grid > li.for-image .under-txt {
    left: 16px;
    bottom: 16px;
    gap: 14px;
  }
}
.index-section-03 .container .contents-grid > li.for-image .under-txt > span {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .index-section-03 .container .contents-grid > li.for-image .under-txt > span {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .index-section-03 .container .contents-grid > li.for-image .under-txt > span {
    font-size: 18px;
  }
}
.index-section-03 .container .contents-grid > li.for-image .under-txt > svg {
  width: auto;
  height: 18px;
  fill: white;
}
@media (max-width: 1280px) {
  .index-section-03 .container .contents-grid > li.for-image .under-txt > svg {
    height: 16px;
  }
}
@media (max-width: 640px) {
  .index-section-03 .container .contents-grid > li.for-image .under-txt > svg {
    height: 14px;
  }
}

.index-section-04 {
  position: relative;
  width: 100%;
  height: 530px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1280px) {
  .index-section-04 {
    height: 480px;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .index-section-04 {
    height: 320px;
    margin-bottom: 50px;
  }
}
.index-section-04::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.index-section-04 .container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1620px) {
  .index-section-04 .container {
    padding: 0 16px;
  }
}
.index-section-04 .container > h2 {
  margin-bottom: 18px;
  font-size: 50px;
  line-height: 1;
  color: white;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-section-04 .container > h2 {
    margin-bottom: 16px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-section-04 .container > h2 {
    margin-bottom: 12px;
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .index-section-04 .container > h2 {
    font-size: 20px;
  }
}
.index-section-04 .container > span {
  margin-bottom: 22px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  color: white;
  text-align: center;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .index-section-04 .container > span {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .index-section-04 .container > span {
    margin-bottom: 16px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .index-section-04 .container > span {
    font-size: 15px;
  }
}
.index-section-04 .container > p {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  color: white;
  text-align: center;
  word-break: keep-all;
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .index-section-04 .container > p {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index-section-04 .container > p {
    margin-bottom: 18px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .index-section-04 .container > p {
    font-size: 12px;
  }
}
.index-section-04 .container .btn-wrap {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.index-section-04 .container .btn-wrap > a {
  height: 60px;
  padding: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: #00A388;
  border-radius: 500px;
}
@media (max-width: 1280px) {
  .index-section-04 .container .btn-wrap > a {
    height: 40px;
    padding: 0 16px;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .index-section-04 .container .btn-wrap > a {
    height: 32px;
    padding: 0 12px;
    gap: 10px;
  }
}
.index-section-04 .container .btn-wrap > a > span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .index-section-04 .container .btn-wrap > a > span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .index-section-04 .container .btn-wrap > a > span {
    font-size: 13px;
  }
}
.index-section-04 .container .btn-wrap > a > svg {
  width: auto;
  height: 20px;
  fill: white;
}
@media (max-width: 1280px) {
  .index-section-04 .container .btn-wrap > a > svg {
    height: 16px;
  }
}
@media (max-width: 768px) {
  .index-section-04 .container .btn-wrap > a > svg {
    height: 14px;
  }
}

.index-section-05 {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1280px) {
  .index-section-05 {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .index-section-05 {
    margin-bottom: 50px;
  }
}
.index-section-05 .container {
  position: relative;
  width: 100%;
  max-width: 1620px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1620px) {
  .index-section-05 .container {
    padding: 0 16px;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .index-section-05 .container {
    gap: 20px;
  }
}
.index-section-05 .container .sec-tit-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 768px) {
  .index-section-05 .container .sec-tit-wrap {
    gap: 12px;
  }
}
.index-section-05 .container .sec-tit-wrap > h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  color: black;
}
@media (max-width: 1280px) {
  .index-section-05 .container .sec-tit-wrap > h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .index-section-05 .container .sec-tit-wrap > h2 {
    font-size: 22px;
  }
}
.index-section-05 .container .sec-tit-wrap > span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #3D3D3D;
}
@media (max-width: 1280px) {
  .index-section-05 .container .sec-tit-wrap > span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .index-section-05 .container .sec-tit-wrap > span {
    font-size: 14px;
  }
}
.index-section-05 .container .site-voice-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 1280px) {
  .index-section-05 .container .site-voice-list {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .index-section-05 .container .site-voice-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 414px) {
  .index-section-05 .container .site-voice-list {
    grid-template-columns: 1fr;
  }
}
.index-section-05 .container .site-voice-list > li {
  width: 100%;
}
.index-section-05 .container .site-voice-list > li > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1280px) {
  .index-section-05 .container .site-voice-list > li > a {
    gap: 16px;
  }
}
.index-section-05 .container .site-voice-list > li > a .thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 25px;
  overflow: hidden;
}
.index-section-05 .container .site-voice-list > li > a .thumbnail > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-section-05 .container .site-voice-list > li > a .contents {
  width: 100%;
  font-size: 17px;
  line-height: 1.6;
  color: #3D3D3D;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1280px) {
  .index-section-05 .container .site-voice-list > li > a .contents {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .index-section-05 .container .site-voice-list > li > a .contents {
    font-size: 12px;
  }
}
.index-section-05 .container .view-more {
  position: absolute;
  top: 70px;
  right: 0;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  background: rgba(0, 163, 136, 0.7);
  font-size: 17px;
  line-height: 1;
  color: white;
}
@media (max-width: 1280px) {
  .index-section-05 .container .view-more {
    top: 40px;
    width: 90px;
    height: 90px;
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .index-section-05 .container .view-more {
    position: relative;
    top: unset;
    right: unset;
    width: 100px;
    height: auto;
    padding: 12px 0;
    align-self: center;
  }
}

.index-section-06 {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1280px) {
  .index-section-06 {
    margin-bottom: 70px;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .index-section-06 {
    margin-bottom: 50px;
  }
}
.index-section-06 .sec-tit-wrap {
  width: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.index-section-06 .sec-tit-wrap > h2 {
  padding-bottom: 12px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: black;
  border-bottom: 6px solid #00A388;
}
@media (max-width: 1280px) {
  .index-section-06 .sec-tit-wrap > h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .index-section-06 .sec-tit-wrap > h2 {
    font-size: 22px;
  }
}
.index-section-06 .slide-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.index-section-06 .slide-wrap > ul {
  padding-left: 16px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.index-section-06 .slide-wrap > ul > li {
  flex: 0 0 auto;
  width: 230px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .index-section-06 .slide-wrap > ul > li {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .index-section-06 .slide-wrap > ul > li {
    width: 180px;
  }
}
.index-section-06 .slide-wrap > ul > li > img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=main.css.map */