<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --swiper-theme-color: #E68200 !important;
}

.swiper {
  width: 100%;
  aspect-ratio: 1.9;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-content {
  padding: 107px 6vw 266px;
  box-sizing: border-box;
}

.home-content-header {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  padding-left: 3px;
}

.home-content-title {
  color: #5E5D5C;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}

.home-content-subtitle {
  color: #E68200;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Noto Sans";
}

.home-content-container {
  display: flex;
  padding-top: 95px;
  justify-content: space-between;
}

.home-content-container p {
  width: 41.5vw;
  font-size: 16px;
  line-height: 32px;
  color: #5E5D5C;
}

.home-content-margin-bottom-8 {
  margin-bottom: 8px;
}

.home-content-img {
  width: 41vw;
  aspect-ratio: 1.6;
  object-fit: cover;
  flex-shrink: 0;
  margin-left: 5.6vw;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.home-news-container {
  padding: 91px 6vw 100px;
  background-color: #F8F8F7;
}

.home-news-content {
  padding-top: 61px;
  display: flex;
  justify-content: space-between;
}

.home-news-img {
  width: 41.5vw;
  aspect-ratio: 1.5;
  object-fit: cover;
  flex-shrink: 0;
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
}

.home-news-img-text {
  padding-top: 54px;
}

.home-news-list-time {
  font-size: 17px;
  color: #5E5D5C;
  line-height: 20px;
  margin-bottom: 13px;
  display: block;
}

.home-news-list-title {
  font-size: 18px;
  color: #5E5D5C;
  line-height: 31px;
  font-weight: 400;
}

.home-news-list-desc {
  margin-top: 16px;
  font-size: 20px;
  color: #5E5D5C;
  line-height: 26px;
}

.home-news-list-box {
  width: 41vw;
  margin-left: 5.6vw;
}
.home-news-list-box ul {
  height: 590px;
  overflow-y: auto;
}

.home-news-list-box ul {
  border-top: 1px solid #5E5D5C;
  margin-bottom: 60px;
}

.home-news-list-box li {
  padding: 30px 0;
  border-bottom: 1px solid #5E5D5C;
}

.home-more-button {
  font-size: 22px;
  color: #5E5D5C;
  line-height: 31px;
  cursor: pointer;
}</pre></body></html>