.layout {
  width: 65rem;
  max-width: 100%;
}
#main {
  padding-top: 6rem;
}
#section01 {
  position: relative;
}
.visual-slide {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1 !important;
}
.visual-slide .swiper-slide {
  position: relative;
}
.visual-slide .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
.visual-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.visual-slide .swiper-slide > span {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  font-size: .7rem;
  color: #fff;
  opacity: .6;
  font-weight: 500;
}
.visual-slide-controller {
  display: flex;
  align-items: center;
  padding: 0.4rem 1.1rem;
  gap: 1.2rem;
  border-radius: 0.9rem;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
}
.visual-slide-controller-wrap {
  margin-bottom: 6.65rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.visual-slide-controller .pagination-wrap {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}
.visual-slide-controller .pagination-wrap > span {
  padding-left: 0.25rem;
  opacity: 0.5;
  font-weight: 700;
  letter-spacing: 1px;
}
.visual-slide-controller .pagination > span {
  margin: 0;
  width: auto;
  height: auto;
  opacity: 1;
  background: none;
  font-weight: 700;
  display: none;
  letter-spacing: 1px;
}
.visual-slide-controller .pagination > span.swiper-pagination-bullet-active {
  display: block;
}
.visual-slide-controller .arrow {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.visual-slide-controller .arrow button {
  display: flex;
  font-size: 1rem;
  color: #fff;
}
.visual-slide-controller .arrow button.play {
  display: none;
}
#section01 .layout {
  height: 100%;
}
.visual-txt {
  padding: 9rem 0 2rem;
  text-align: center;
  color: #fff;
}
.visual-txt > span {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
}
.visual-txt > p {
  font-size: 1.2rem;
  margin-top: 1.6rem;
}
#section01 .visual-news {
  background: rgba(85, 97, 244, 0.64);
  backdrop-filter: blur(0.5rem);
  padding: 3.2rem;
  /* padding-right: 5rem; */
  color: #fff;
  position: relative;
}
#section01 .visual-news-button {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
#section01 .visual-news-button button {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #fff;
  background: #222222;
}
#section01 .visual-news-button button.more {
  background: #FB4677;
}
#section01 .visual-news .swiper-slide {
  height: auto !important;
}
#section01 .visual-news .swiper-slide a {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
#section01 .visual-news .swiper-slide a:hover .visual-news-title {
  text-decoration: underline;
  text-underline-position: under;
}
#section01 .visual-news-title {
  font-size: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#section01 .visual-news-desc {
  font-size: 0.9rem;
  color: #C5CEEB;
  line-height: 1.6;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 2.8rem;
}
@media (max-width: 768px) {
  #section01 .visual-news {
    margin: 0 -1rem;
    padding: 1.65rem 1.3rem;
    padding-right: 4rem;
  }
}

#section02 {
  padding: 4rem 0 6.15rem;
}
#section02 .layout {
  display: flex;
}
#section02 .sec2-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
#section02 .sec2-title h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #424242;
}
#section02 .sec2-title .more {
  width: 2.4rem;
  height: 2.4rem;
  border: 0.2rem solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #424242;
}
#section02 .sec2-news {
  width: 56%;
}
#section02 .sec2-news-list {
  display: none;
}
#section02 .sec2-news-list.active {
  display: block;
}
#section02 .sec2-news-list > ul {
  display: flex;
  flex-direction: column;
}
#section02 .sec2-news-list > ul > li > a {
  padding: 1.2rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  border-left: 0.2rem solid #eee;
  transition: 0.25s;
}
#section02 .sec2-news-list > ul > li > a:hover {
  border-color: #FB4677;
}
#section02 .sec2-news-list > ul > li > a:hover .sec2-news-list-title {
  text-decoration: underline;
  text-underline-position: under;
}
#section02 .sec2-news-list > ul > li > a:hover .sec2-news-list-desc {
  color: #616161;
}
#section02 .sec2-news-list-title {
  font-size: 1rem;
  font-weight: 700;
  color: #424242;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#section02 .sec2-news-list-desc {
  height: 2.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #9E9E9E;
  line-height: 1.5;
}
#section02 .sec2-biz {
  width: 44%;
  padding-left: 3.85rem;
}
#section02 .sec2-biz .sec2-title > div {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
#section02 .sec2-biz-arrow {
  display: flex;
  align-items: center;
  margin: 0 -0.8rem;
}
#section02 .sec2-biz-arrow button {
  font-size: 1rem;
  color: #424242;
  padding: 0 0.8rem;
  position: relative;
}
#section02 .sec2-biz-arrow button:last-of-type::before {
  display: none;
}
#section02 .sec2-biz-arrow button::before {
  content: "";
  width: 1px;
  height: 0.4rem;
  background: #BDBDBD;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#section02 .sec2-biz .swiper-slide a {
  display: flex;
  flex-direction: column;
}
#section02 .sec2-biz .swiper-slide a:hover .desc {
  text-decoration: underline;
  text-underline-position: under;
}
#section02 .sec2-biz .swiper-slide a .img {
  aspect-ratio: 1/0.55;
  overflow: hidden;
}
#section02 .sec2-biz .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section02 .sec2-biz .swiper-slide a .desc {
  font-size: 1rem;
  font-weight: 700;
  color: #424242;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 1.1rem;
}
#section02 .sec2-biz .swiper-slide a .date {
  margin-top: 0.8rem;
  color: #9E9E9E;
}
#section02 .tab {
  display: flex;
  gap: 1.6rem;
}
#section02 .tab a {
  font-size: 1.6rem;
  font-weight: 700;
  color: #BDBDBD;
  position: relative;
}
#section02 .tab a::before {
  content: "";
  width: 100%;
  height: 0.5rem;
  background: linear-gradient(90deg, rgba(26, 70, 198, 0.8) 0%, rgba(153, 84, 223, 0.8) 50%, rgba(251, 70, 119, 0.8) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
#section02 .tab a.active {
  color: #424242;
}
#section02 .tab a.active::before {
  opacity: 0.3;
}
@media (max-width: 768px) {
  #section02 .layout {
    flex-direction: column;
    gap: 3.5rem;
  }
  #section02 .layout > div {
    width: 100%;
    padding-left: 0;
  }
}
.visual-wrap {
  position: relative;
  margin-top: 6rem;
  height: 34rem;
}
.visual-wrap .visual-txt {
  padding: 0;
  margin-bottom: 2rem;
}
.visual-wrap .visual-slide-controller-wrap {
  margin-bottom: 0;
}
.visual-wrap .visual-txt-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.visual-wrap + #main {
  margin-top: -1rem;
  padding-top: 0;
}