@charset "UTF-8";
/* reset css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Pretendard", "SUIT", sans-serif;
}

html, body {
  color: #222;
  font-size: 0.7em;
  line-height: 1.4;
  width: 100%;
  height: 100%;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (min-width: 768px) {
  .header .btn-inquiry {
    width: 69px;
    height: 28px;
    font-size: 13px;
    border-radius: 0;
  }
  .header.js-active {
    background-color: transparent;
    border-bottom: none;
  }
  .header.js-active .header__logo a {
    background-image: url("https://static.sparkplus.co/homepage/sparkpluskr/superweek/logo.png");
  }
  .header.js-active a {
    color: #FFFFFF;
  }
  .header.js-active .btn-inquiry {
    color: #000000;
    background-color: #FFFFFF;
  }
}
[class*=sec-] .inner {
  width: 100%;
  max-width: 1920px;
  min-width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}

[data-unit]:after {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.7px;
}
[data-unit][data-unit=면적]:after {
  content: "㎡";
}
[data-unit][data-unit=인력]:after {
  content: "명";
}
[data-unit][data-unit=계약률]:after {
  content: "%";
}
[data-unit][data-unit=수량]:after {
  content: "개";
}
[data-unit] span {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.7px;
  color: #FFFFFF;
}

.fixed-button-box {
  width: 100%;
  position: fixed;
  z-index: 60;
  bottom: 50px;
  display: none;
}
.fixed-button-box .inner {
  width: 100%;
  display: flex;
  justify-content: center;
}
.fixed-button-box .inner .download {
  cursor: pointer;
  position: relative;
}
.fixed-button-box .inner .download .main-text {
  padding: 16px 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  border-radius: 8px;
  margin-top: 30px;
  background: #000;
}
.fixed-button-box .inner .download .sub-text {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  background: #E94D4D;
  white-space: nowrap;
  border-radius: 4px;
  animation: updown 1s ease infinite alternate;
}
.fixed-button-box .inner .download .sub-text::after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top: 8px solid #E94D4D;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}

.sec-01 {
  width: 100vw;
}
.sec-01 .inner {
  height: 100vh;
  max-width: 100%;
  max-height: 1080px;
  padding: 96px 0;
  background: url("https://static.sparkplus.co/homepage/sparkpluskr/value-add/241021/sec01-bg.webp") top center/cover no-repeat;
}
.sec-01 .inner .content-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 80px;
}
.sec-01 .inner .content-wrap [data-unit]:after {
  color: #FFFFFF;
}
.sec-01 .inner .content-wrap .title-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sec-01 .inner .content-wrap .title-box p {
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
  color: #FFF;
}
.sec-01 .inner .content-wrap .title-box h3 {
  font-size: 90px;
  font-weight: 500;
  line-height: 110px;
  color: #FFF;
}
.sec-01 .inner .content-wrap .figure-area {
  max-width: 982px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
  display: inline-flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  gap: 220px;
}
.sec-01 .inner .content-wrap .figure-area .title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.sec-01 .inner .content-wrap .figure-area .figure-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.sec-01 .inner .content-wrap .figure-area .figure-box .item {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  color: #FFF;
  text-align: left;
  width: 180px;
}
.sec-01 .inner .content-wrap .figure-area .figure-box .item .countWrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: right;
  padding-bottom: 48px;
}
.sec-01 .inner .content-wrap .figure-area .figure-box .item .label {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}
.sec-01 .inner .content-wrap .figure-area .figure-box .item .label .count-up {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  text-align: right;
  font-size: 39px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.sec-01 .inner .content-wrap .figure-area .figure-box .item .description {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  color: #B2B2B2;
}
.sec-01 .inner .content-wrap .figure-area .figure-box .item:first-child .label .count-up {
  right: 10px;
}
.sec-01 .inner .content-wrap .figure-area .figure-box .item:last-child {
  width: 145px;
}
.sec-01 .inner .content-wrap .button-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.sec-01 .inner .content-wrap .button-group p {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  color: #FFF;
}
.sec-01 .inner .content-wrap .button-group .download {
  cursor: pointer;
  position: relative;
}
.sec-01 .inner .content-wrap .button-group .download .main-text {
  padding: 16px 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  border-radius: 8px;
  margin-top: 30px;
  background: #000;
}
.sec-01 .inner .content-wrap .button-group .download .sub-text {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #FFF;
  background: #E94D4D;
  white-space: nowrap;
  border-radius: 4px;
  animation: updown 1s ease infinite alternate;
}
.sec-01 .inner .content-wrap .button-group .download .sub-text::after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top: 8px solid #E94D4D;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}

.sec-02 .inner {
  padding: 100px 0;
}
.sec-02 .inner .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1600px;
  margin: 0 auto;
}
.sec-02 .inner .content-wrap .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-02 .inner .content-wrap .title-box h3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.sec-02 .inner .content-wrap .title-box h3 strong {
  font-weight: 700;
}
.sec-02 .inner .content-wrap .content-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
}
.sec-02 .inner .content-wrap .content-box .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 488px;
}
.sec-02 .inner .content-wrap .content-box .item .subj {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sec-02 .inner .content-wrap .content-box .item .subj h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
.sec-02 .inner .content-wrap .content-box .item .subj p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.sec-02 .inner .content-wrap .content-box .item .screen img {
  width: 100%;
}

.sec-03 .inner {
  padding: 100px 0 50px;
}
.sec-03 .inner .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1600px;
  margin: 0 auto;
}
.sec-03 .inner .content-wrap .title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.sec-03 .inner .content-wrap .title-box h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.sec-03 .inner .content-wrap .title-box h3 strong {
  font-weight: 700;
}
.sec-03 .inner .content-wrap .title-box p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.sec-03 .inner .content-wrap .content-box {
  display: flex;
  gap: 80px;
  justify-content: center;
}
.sec-03 .inner .content-wrap .content-box .item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sec-03 .inner .content-wrap .content-box .item .top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sec-03 .inner .content-wrap .content-box .item .top img {
  width: 100%;
}
.sec-03 .inner .content-wrap .content-box .item .top .cate {
  display: inline-flex;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 4px;
  color: #FFF;
  background: #333;
}
.sec-03 .inner .content-wrap .content-box .item .bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec-03 .inner .content-wrap .content-box .item .bottom .subj h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.sec-03 .inner .content-wrap .content-box .item .bottom .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec-03 .inner .content-wrap .content-box .item .bottom .list .listItem {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.sec-03 .inner .content-wrap .content-box .item .bottom .list .listItem::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 1.5C6.204 1.5 1.5 6.204 1.5 12C1.5 17.796 6.204 22.5 12 22.5C17.796 22.5 22.5 17.796 22.5 12C22.5 6.204 17.796 1.5 12 1.5ZM12 20.4C7.3695 20.4 3.6 16.6305 3.6 12C3.6 7.3695 7.3695 3.6 12 3.6C16.6305 3.6 20.4 7.3695 20.4 12C20.4 16.6305 16.6305 20.4 12 20.4ZM16.074 8.1045L9.9 14.2785L7.926 12.3045C7.5165 11.895 6.855 11.895 6.4455 12.3045C6.036 12.714 6.036 13.3755 6.4455 13.785L9.165 16.5045C9.5745 16.914 10.236 16.914 10.6455 16.5045L17.565 9.585C17.9745 9.1755 17.9745 8.514 17.565 8.1045C17.1555 7.695 16.4835 7.695 16.074 8.1045Z' fill='%2347C944'/%3E%3C/svg%3E") center center/cover;
}

.sec-04 .inner {
  padding: 50px 0;
}
.sec-04 .inner .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
  max-width: 1600px;
  margin: 0 auto;
}
.sec-04 .inner .content-wrap .sectionItem {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sec-04 .inner .content-wrap .sectionItem .title-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec-04 .inner .content-wrap .sectionItem .title-box h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.sec-04 .inner .content-wrap .sectionItem .title-box .cate {
  display: inline-flex;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 4px;
  color: #FFF;
  background: #333;
}
.sec-04 .inner .content-wrap .sectionItem .slide-box {
  position: relative;
  padding-bottom: 42px;
}
.sec-04 .inner .content-wrap .sectionItem .slide-box .swiper-slide {
  width: 800px !important;
}
.sec-04 .inner .content-wrap .sectionItem .slide-box .swiper-slide img {
  width: 100%;
}
.sec-04 .inner .content-wrap .sectionItem .slide-box .swiper-scrollbar {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #F2F2F2;
  height: 8px;
  border-radius: 999px;
}
.sec-04 .inner .content-wrap .sectionItem .slide-box .swiper-scrollbar .swiper-scrollbar-drag {
  background: #CCCCCC;
  border-radius: 999px;
}
.sec-04 .inner .content-wrap .sectionItem .slide-box .slideItem {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sec-04 .inner .content-wrap .sectionItem .slide-box .slideItem .slideItemText {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec-04 .inner .content-wrap .sectionItem .slide-box .slideItem .slideItemText h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.sec-04 .inner .content-wrap .sectionItem .slide-box .slideItem .slideItemText p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.sec-05 .inner {
  padding: 50px 0;
}
.sec-05 .inner .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1600px;
  margin: 0 auto;
}
.sec-05 .inner .content-wrap .title-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec-05 .inner .content-wrap .title-box h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.sec-05 .inner .content-wrap .title-box .cate {
  display: inline-flex;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 4px;
  color: #FFF;
  background: #333;
}
.sec-05 .inner .content-wrap .content-box {
  display: flex;
  gap: 80px;
}
.sec-05 .inner .content-wrap .content-box .item {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sec-05 .inner .content-wrap .content-box .item .screen img {
  width: 100%;
}
.sec-05 .inner .content-wrap .content-box .item .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sec-05 .inner .content-wrap .content-box .item .text h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.sec-05 .inner .content-wrap .content-box .item .text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.sec-05 .inner .content-wrap .content-box .item .text em {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}
.sec-05 .inner .content-wrap .content-box .item .text em strong {
  color: #E94D4D;
}

.sec-06 .inner {
  padding: 100px 0;
}
.sec-06 .inner .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1600px;
  margin: 0 auto;
}
.sec-06 .inner .content-wrap .title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.sec-06 .inner .content-wrap .title-box h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.sec-06 .inner .content-wrap .title-box p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.sec-06 .inner .content-wrap .content-box {
  display: flex;
  gap: 24px;
}
.sec-06 .inner .content-wrap .content-box .item {
  padding: 32px;
  border-radius: 10px;
  border: 1px solid #808080;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sec-06 .inner .content-wrap .content-box .item.active {
  border: 2px solid #333;
  transform: translateY(-1px);
}
.sec-06 .inner .content-wrap .content-box .item .title-area {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sec-06 .inner .content-wrap .content-box .item .title-area .sub {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 36px;
}
.sec-06 .inner .content-wrap .content-box .item .title-area .sub p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.sec-06 .inner .content-wrap .content-box .item .title-area .sub .cate {
  padding: 8px;
  border-radius: 4px;
  color: #FFF;
  background: #E94D4D;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.sec-06 .inner .content-wrap .content-box .item .title-area .main {
  display: flex;
  gap: 8px;
  align-items: center;
}
.sec-06 .inner .content-wrap .content-box .item .title-area .main h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.sec-06 .inner .content-wrap .content-box .item .title-area .main p {
  font-weight: 500;
  line-height: 1;
}
.sec-06 .inner .content-wrap .content-box .item .title-area .main p.gray {
  font-size: 20px;
  color: #808080;
}
.sec-06 .inner .content-wrap .content-box .item .title-area .main p.black {
  font-size: 24px;
  color: #000;
}
.sec-06 .inner .content-wrap .content-box .item .line {
  width: 100%;
  height: 1px;
  background: #CCC;
}
.sec-06 .inner .content-wrap .content-box .item .content-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  max-height: 740px;
  height: 100%;
}
.sec-06 .inner .content-wrap .content-box .item .content-area .top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec-06 .inner .content-wrap .content-box .item .content-area .top .cate {
  display: inline-flex;
  padding: 4px 8px;
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.sec-06 .inner .content-wrap .content-box .item .content-area .top .cate.black {
  font-weight: 500;
  background: #000;
  color: #FFF;
  border-color: #000;
}
.sec-06 .inner .content-wrap .content-box .item .content-area .top .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec-06 .inner .content-wrap .content-box .item .content-area .top .list .subj {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.sec-06 .inner .content-wrap .content-box .item .content-area .top .list .listItem {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
.sec-06 .inner .content-wrap .content-box .item .content-area .top .list .listItem::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.9585 15.0003L3.2085 10.2503L4.396 9.06283L7.9585 12.6253L15.6043 4.97949L16.7918 6.16699L7.9585 15.0003Z' fill='%23808080'/%3E%3C/svg%3E") center center/cover;
}
.sec-06 .inner .content-wrap .content-box .item .content-area .bottom h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #808080;
}

.sec-07 .inner {
  padding: 100px 0;
}
.sec-07 .inner .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1600px;
  margin: 0 auto;
}
.sec-07 .inner .content-wrap .title-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.sec-07 .inner .content-wrap .title-box h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}
.sec-07 .inner .content-wrap .content-box {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.sec-07 .inner .content-wrap .content-box .item {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 300px;
}
.sec-07 .inner .content-wrap .content-box .item .screen img {
  width: 100%;
}
.sec-07 .inner .content-wrap .content-box .item .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sec-07 .inner .content-wrap .content-box .item .text h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.sec-07 .inner .content-wrap .content-box .item .text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}

.sec-08 .inner {
  padding: 100px 0;
  max-width: 100%;
}
.sec-08 .inner .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.sec-08 .inner .content-wrap .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec-08 .inner .content-wrap .title-box h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: #000;
}
.sec-08 .inner .content-wrap .content-box .value-rollingbanner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec-08 .inner .content-wrap .content-box .value-rollingbanner .value-rolling-wrap .value-rolling-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin: 0;
  gap: 10px;
}
.sec-08 .inner .content-wrap .content-box .value-rollingbanner .value-rolling-wrap.rolling-right .rolling-list {
  justify-content: flex-end;
}
.sec-08 .inner .content-wrap .content-box .value-rollingbanner .value-rolling-wrap .value-rolling-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  position: relative;
}
.sec-08 .inner .content-wrap .content-box .value-rollingbanner .value-rolling-wrap .value-rolling-title {
  position: absolute;
  z-index: 1;
  left: 12px;
  right: 12px;
  bottom: 11px;
  min-height: 81px;
  background: rgba(18, 18, 18, 0.4);
  backdrop-filter: blur(0.6499999762px);
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 4px 15px;
}
.sec-08 .inner .content-wrap .content-box .value-rollingbanner .value-rolling-wrap .value-rolling-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.3px;
  color: #F9FAFA;
}
.sec-08 .inner .content-wrap .content-box .value-rollingbanner .value-rolling-wrap .value-rolling-title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
  color: #F9FAFA;
}
.sec-08 .inner .content-wrap .content-box .value-rollingbanner .value-rolling-wrap .img-box {
  width: 300px;
}
.sec-08 .inner .content-wrap .content-box .value-rollingbanner .value-rolling-wrap .img-box img {
  width: 100%;
}

.sec-09 .inner {
  padding: 100px 0;
}
.sec-09 .inner .content-wrap {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.sec-09 .inner .content-wrap .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-09 .inner .content-wrap .title-box h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: #000;
}
.sec-09 .inner .content-wrap .content-box {
  width: 740px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 80px 51px;
}
.sec-09 .inner .content-wrap .content-box .item {
  flex: 0 1 calc(33.333% - 34px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
.sec-09 .inner .content-wrap .content-box .item .top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sec-09 .inner .content-wrap .content-box .item span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.7px;
  color: #424242;
}
.sec-09 .inner .content-wrap .content-box .item h4 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.7px;
  color: #000;
}
.sec-09 .inner .content-wrap .content-box .item p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #000;
}

.sec-10 .inner {
  padding: 100px;
}
.sec-10 .inner .content-wrap {
  max-width: 1287px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.sec-10 .inner .content-wrap .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sec-10 .inner .content-wrap .title-box h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: #000;
}
.sec-10 .inner .content-wrap .content-box {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.sec-10 .inner .content-wrap .content-box .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sec-10 .inner .content-wrap .content-box .item:nth-child(1) {
  margin-top: -15px;
}
.sec-10 .inner .content-wrap .content-box .item:nth-child(2) {
  margin-top: -40px;
}
.sec-10 .inner .content-wrap .content-box .item:nth-child(3) {
  margin-top: 60px;
}
.sec-10 .inner .content-wrap .content-box .item:nth-child(4) {
  margin-top: -140px;
}
.sec-10 .inner .content-wrap .content-box .item .screen {
  border-radius: 10px;
  overflow: hidden;
}
.sec-10 .inner .content-wrap .content-box .item .screen img {
  width: 100%;
}
.sec-10 .inner .content-wrap .content-box .item .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.7px;
}
.sec-10 .inner .content-wrap .content-box .item .desc strong {
  font-weight: 600;
}

.sec-11 {
  height: 428px;
}
.sec-11 .inner {
  background: #000;
  padding: 100px 0;
  max-width: 100%;
}
.sec-11 .inner .content-wrap {
  display: flex;
  flex-direction: column;
  gap: 64px;
  text-align: center;
}
.sec-11 .inner .content-wrap .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-11 .inner .content-wrap .title-box h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
}
.sec-11 .inner .content-wrap .button-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.sec-11 .inner .content-wrap .button-box .download {
  cursor: pointer;
  position: relative;
}
.sec-11 .inner .content-wrap .button-box .download .main-text {
  padding: 16px 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  border-radius: 8px;
  background: #FFF;
}
.sec-11 .inner .content-wrap .button-box .download .sub-text {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
  background: #E94D4D;
  white-space: nowrap;
  border-radius: 4px;
  animation: updown 1s ease infinite alternate;
}
.sec-11 .inner .content-wrap .button-box .download .sub-text::after {
  content: "";
  display: block;
  border: 8px solid transparent;
  border-top: 8px solid #E94D4D;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}

@keyframes updown {
  from {
    transform: translate(-50%, -8px);
  }
  to {
    transform: translate(-50%, 0);
  }
}