@charset "UTF-8";
/*
 비주얼 */
.video-wrap {
  width: 100%;
  height: 100vh;
  padding-bottom: 18rem;
}
.video-wrap .video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-wrap .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrap .inner {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.visu-tit {
  margin-bottom: 2.4rem;
  font-size: var(--fs-vtit);
  color: #FFFFFF;
  line-height: 1.25;
}

.visu-desc {
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

.visual .btn-wrap {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 4.8rem;
  padding: 1.4rem 3.2rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.visual .btn-wrap:hover {
  border: 1px solid #FFFFFF;
}
.visual .btn-wrap:hover .look {
  color: #FFFFFF;
}
.visual .btn-wrap:hover .img img {
  content: url("http://fstautomation.cdn1.cafe24.com/static/img/main/arrow-w.png");
}
.visual .look {
  font-size: var(--fs-sm);
  line-height: 1.57143;
  color: #DFDFDF;
}

@media all and (max-width: 64rem) {
  .video-wrap {
    padding-bottom: 14rem;
  }
}
/*
섹션 */
.section {
  position: relative;
  padding: 12rem 0;
  background: #F6F9FB;
}
.section .inner {
  position: relative;
  padding-top: 1.4rem;
}
.section::before {
  content: "";
  width: 36.666667%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #232D48;
}
.section .btn-wrap {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4rem 3.2rem;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  -ms-border-radius: 10rem;
  -o-border-radius: 10rem;
  border: 1px solid #DFDFDF;
  background: #FFFFFF;
}
.section .btn-wrap:hover {
  background: #233DC0;
  border: 1px solid #233DC0;
}
.section .btn-wrap:hover .look {
  color: #FFFFFF;
}
.section .btn-wrap:hover .img img {
  content: url("http://fstautomation.cdn1.cafe24.com/static/img/main/arrow-w.png");
}
.section .look {
  font-size: var(--fs-sm);
  line-height: 1.57143;
  color: #222222;
}
.section .inner > .article:nth-of-type(even) {
  position: relative;
}
.section .inner > .article:nth-of-type(even)::after {
  z-index: -1;
  position: absolute;
  left: -7%;
  bottom: -12rem;
  padding-bottom: 13%;
  width: 39.16%;
  height: 0;
  content: "";
  background: url("http://fstautomation.cdn1.cafe24.com/static/img/main/logo_fst.png") left bottom/contain no-repeat;
}
.section .inner > .article:last-child {
  margin-bottom: 0;
}

.article {
  margin: 12rem 0;
  display: flex;
  justify-content: space-between;
}

.txt-wrap {
  position: absolute;
  left: 4rem;
  top: 0;
}

.sub-tit {
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1.57143;
  color: #FFFFFF;
  letter-spacing: 1.4px;
}

.sec-tit {
  margin-top: 1.2rem;
  font-size: var(--fs-vtit);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.25;
}

.right {
  position: relative;
  display: flex;
  gap: 9.8rem;
}

.img-wrap {
  min-width: 39rem;
  width: 39rem;
}

.swiper {
  min-width: 39rem;
  width: 39rem;
}

.pro-cont {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  max-width: 61.2rem;
}

.cont-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6rem;
}

.title {
  font-size: var(--fs-tit);
  color: #000;
  font-weight: 700;
  line-height: 1.25;
}

.desc-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.desc {
  font-size: var(--fs-com);
  line-height: 1.5;
}

.icon-wrap {
  display: flex;
  justify-content: space-between;
}

.icon {
  padding: 1.2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  border-right: 1px solid #DFDFDF;
  width: 100%;
}
.icon:first-child {
  border-left: 1px solid #DFDFDF;
}

.i-desc {
  text-align: center;
  font-size: var(--fs-sm);
  font-weight: 500;
  line-height: 1.4;
}

.anchor {
  position: absolute;
  margin-top: 8rem;
}
.anchor li {
  width: 39.5rem;
  height: 5.2rem;
  padding: 0 1.2rem;
  border-bottom: 0.5px solid rgba(223, 223, 223, 0.5);
  font-size: var(--fs-com);
  font-weight: 500;
  color: #DFDFDF;
  line-height: 5rem;
}
.anchor li.on {
  border-bottom: 2px solid #FFFFFF;
  font-size: 2rem;
  font-weight: 600;
  color: #FFFFFF;
}
.anchor li > a {
  display: block;
  height: 100%;
}

.swiper {
  position: relative;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  position: absolute;
  z-index: 10;
  opacity: 0.5;
  top: 17.5rem;
  margin: 0 1rem;
  width: 3.4rem !important;
  height: 4rem !important;
  background-size: cover;
}
.swiper .swiper-button-prev:hover,
.swiper .swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-prev {
  background-image: url("http://fstautomation.cdn1.cafe24.com/static/img/main/prev.png");
}

.swiper-button-next {
  background-image: url("http://fstautomation.cdn1.cafe24.com/static/img/main/next.png");
}

@media all and (min-width: 120.0625rem) {
  .sec-2::before {
    width: 40%;
  }
}
@media all and (max-width: 85.375rem) {
  .right {
    gap: 6rem;
    max-width: 80%;
  }
  .img-wrap {
    min-width: 30rem;
    width: 30rem;
  }
  .cont-header {
    padding-top: 0;
  }
  .swiper {
    min-width: 30rem;
    width: 30rem;
  }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    top: 13.5rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    margin: 0 0.5rem;
  }
  .anchor {
    margin-top: 6rem;
  }
}
@media all and (max-width: 64rem) {
  .section {
    padding: 10rem 0;
  }
  .section .inner {
    padding-top: 0;
  }
  .section::before {
    width: 37.666667%;
  }
  .article:nth-of-type(1) {
    margin-top: 0;
  }
  .anchor li {
    width: 30.5rem;
  }
  .right {
    width: 62.333333%;
    flex-direction: column;
    padding-left: 2rem;
    gap: 4rem;
  }
  .txt-wrap {
    position: static;
    margin-top: 0;
  }
  .a-img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .pro-cont {
    gap: 3rem;
  }
  .desc {
    word-break: keep-all;
  }
  .desc br {
    display: none;
  }
}
@media all and (max-width: 63.9375rem) {
  .visual .desc {
    white-space: nowrap;
  }
  .sec-tit {
    font-size: 3.2rem;
  }
  .anchor li {
    width: 21.5rem;
  }
  .anchor li.on {
    font-size: 1.8rem;
  }
  .i-desc {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
@media all and (max-width: 47.9375rem) {
  .inner {
    padding: 0 2rem;
  }
  .visual .desc {
    white-space: wrap;
    word-break: keep-all;
  }
  .visual .btn-wrap {
    margin-top: 3rem;
    padding: 1rem 2.2rem;
  }
  .section {
    padding: 8rem 0 8rem;
  }
  .section::before {
    width: 100%;
    height: 22rem;
  }
  .section .inner > .article:nth-of-type(even)::after {
    opacity: 0.3;
    left: -2%;
    bottom: -6rem;
  }
  .section .inner > .article:nth-last-of-type(1)::after {
    bottom: -8rem;
  }
  .article {
    flex-direction: column;
    gap: 4rem;
    margin: 6rem 0;
  }
  .article:nth-of-type(1) {
    margin-top: 8rem;
  }
  .pro-cont {
    gap: 2rem;
  }
  .btn-wrap {
    padding: 1rem 2.2rem;
    min-width: 15.4rem;
  }
  .right {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }
  .icon-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 0;
  }
  .icon {
    width: 33.3333333333%;
  }
  .icon:nth-child(4) {
    border-left: 1px solid #DFDFDF;
  }
  .i-desc {
    font-size: 1.1rem;
  }
  .arti4 .icon {
    width: 25%;
  }
  .arti4 .icon:nth-child(4) {
    border-left: none;
  }
  .anchor {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: static;
    margin-top: 0;
    overflow-x: auto;
  }
  .anchor li {
    border-color: rgba(35, 45, 72, 0.6);
    color: rgba(35, 45, 72, 0.6);
    text-align: center;
    white-space: nowrap;
  }
  .anchor li.on {
    border-color: #232D48;
    color: #232D48;
  }
}