.site-main section {
  position: relative;
}
.site-main .home-sec-title {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .site-main .home-sec-title {
    margin-bottom: 60px;
  }
}
.site-main .home-sec-title span {
  display: block;
}
.site-main .home-sec-title span:first-child {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  font-size: 30px;
  color: #0B1644;
}
@media screen and (min-width: 1024px) {
  .site-main .home-sec-title span:first-child {
    font-size: 60px;
  }
}
.site-main .home-sec-title span:nth-child(2) {
  margin-top: 7.5px;
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .site-main .home-sec-title span:nth-child(2) {
    margin-top: 15px;
    font-size: 20px;
  }
}
.site-main__fv {
  position: relative;
}
.site-main__fv .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-main__fv .img-list .img {
  position: relative;
  width: calc(25% - 3.75px);
  margin-right: 5px;
  height: 350px;
}
@media screen and (min-width: 641px) {
  .site-main__fv .img-list .img {
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__fv .img-list .img {
    width: calc(25% - 11.25px);
    margin-right: 15px;
    height: initial;
    aspect-ratio: 1/2.3;
  }
}
.site-main__fv .img-list .img:nth-child(4n) {
  margin-right: 0;
}
.site-main__fv .img-list .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-main__fv .catch {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 30px);
}
@media screen and (min-width: 1024px) {
  .site-main__fv .catch {
    bottom: 20px;
    width: calc(100% - 60px);
  }
}
.site-main__fv .catch .text:first-child {
  max-width: 650px;
}
.site-main__fv .catch .text:first-child img {
  width: 65%;
}
.site-main__fv .catch .text:nth-child(2) {
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .site-main__fv .catch .text:nth-child(2) {
    margin-top: 10px;
  }
}
.site-main__fv .catch .text img {
  width: 100%;
}
.site-main__about {
  overflow: hidden;
  background: #f7f7f7;
}
.site-main__about .column {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .site-main__about .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 60px;
  }
}
.site-main__about .column .contents .about-title {
  font-weight: 900;
  font-size: 20px;
  line-height: 1.4em;
  color: #0B1644;
}
@media screen and (min-width: 768px) {
  .site-main__about .column .contents .about-title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .contents .about-title {
    font-size: 35px;
  }
}
.site-main__about .column .contents .about-desc {
  margin-top: 20px;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .site-main__about .column .contents .about-desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .contents .about-desc {
    margin-top: 30px;
  }
}
.site-main__about .column .contents .about-desc p:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .site-main__about .column .contents .about-desc p:not(:first-child) {
    margin-top: 20px;
  }
}
.site-main__about .column .img {
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .site-main__about .column .img {
    margin-top: 0;
    width: 50%;
  }
}
.site-main__about .column .img img {
  width: 100%;
}
.site-main__about .scl-logo {
  position: absolute;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.1;
}
.site-main__about .scl-logo .scl-logo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loopLeft linear 50s infinite;
          animation: loopLeft linear 50s infinite;
}
.site-main__about .scl-logo .scl-logo-inner span {
  display: block;
  white-space: nowrap;
  padding: 0 15px;
  width: 300px;
}
@media screen and (min-width: 1024px) {
  .site-main__about .scl-logo .scl-logo-inner span {
    width: 500px;
  }
}
@-webkit-keyframes loopLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes loopLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .site-main__news .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main__news .column .contents {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .site-main__news .column .contents {
    width: 300px;
    margin-right: 60px;
  }
}
.site-main__news .column .contents .btn {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .site-main__news .column .news-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.site-main__business {
  background: #0B1644;
  color: #fff;
}
.site-main__business .heading-wrap {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 3px solid #fff;
}
@media screen and (min-width: 1024px) {
  .site-main__business .heading-wrap {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
.site-main__business .heading-wrap .home-sec-title {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
.site-main__business .heading-wrap .home-sec-title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-image: url("../../../assets/images/home/business-heading-bg-text.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.site-main__business .heading-wrap .home-sec-title span {
  color: #fff !important;
}
.site-main__business .business-list .item:not(:first-child) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #fff;
}
@media screen and (min-width: 1024px) {
  .site-main__business .business-list .item:not(:first-child) {
    margin-top: 60px;
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__business .business-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__business .business-list .item .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid #fff;
  }
}
.site-main__business .business-list .item .contents .num {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  font-size: 30px;
}
@media screen and (min-width: 1024px) {
  .site-main__business .business-list .item .contents .num {
    font-size: 50px;
  }
}
.site-main__business .business-list .item .contents .title {
  margin-top: 15px;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .site-main__business .business-list .item .contents .title {
    font-size: 30px;
  }
}
.site-main__business .business-list .item .contents .desc {
  margin-top: 15px;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .site-main__business .business-list .item .contents .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__business .business-list .item .contents .desc {
    margin-top: 20px;
  }
}
.site-main__business .business-list .item .img {
  position: relative;
  margin-top: 25px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 1024px) {
  .site-main__business .business-list .item .img {
    margin-top: 0;
    width: 50%;
    aspect-ratio: 2/1;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__business .business-list .item .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.site-main__company {
  overflow: hidden;
}
.site-main__company .img-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.site-main__company .img-slider .swiper-wrapper .swiper-slide {
  width: 250px;
  margin: 0 7.5px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .site-main__company .img-slider .swiper-wrapper .swiper-slide {
    width: 350px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__company .img-slider .swiper-wrapper .swiper-slide {
    width: 450px;
  }
}
.site-main__company .wrap .sec-title {
  position: relative;
  z-index: 10;
}
.site-main__company .wrap .column {
  margin-top: -5%;
}
@media screen and (min-width: 768px) {
  .site-main__company .wrap .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.site-main__company .wrap .column .img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .site-main__company .wrap .column .img {
    width: 55%;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__company .wrap .column .img {
    width: 60%;
  }
}
.site-main__company .wrap .column .desc {
  margin-top: 20px;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .site-main__company .wrap .column .desc {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__company .wrap .column .desc {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .site-main__company .wrap .column .desc {
    font-size: 20px;
  }
}
.site-main__company .wrap .column .desc p:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .site-main__company .wrap .column .desc p:not(:first-child) {
    margin-top: 20px;
  }
}
.site-main__company .wrap .column .btn {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .site-main__company .wrap .column .btn {
    margin-top: 40px;
  }
}