@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;
}

.buildingplus {
  position: relative;
  z-index: 100;
}

section[class*=sec] .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  display: none !important;
}

[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;
}

.form-wrap .form-box .check-wrap input[type=checkbox]:checked + label::before {
  background: #303538 !important;
}

section.secLogo {
  position: relative;
  overflow: visible;
}
section.secLogo .inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 50px;
  max-width: 100%;
  width: 100%;
  height: 60px;
}
section.secLogo .inner .logo {
  width: 111px;
}
section.secLogo .inner .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section.secMain {
  width: 100vw;
  background: #000 url("https://static.sparkplus.co/homepage/sparkpluskr/buildingplus/2504/sec01-bg.webp") center center/1920px no-repeat;
}
section.secMain .inner {
  height: 835px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.secMain .inner .contentWrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  gap: 95px;
}
section.secMain .inner .contentWrap .titleBox {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
section.secMain .inner .contentWrap .titleBox h3 {
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: -1.5px;
}
section.secMain .inner .contentWrap .titleBox p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.12px;
}
section.secMain .inner .contentWrap .buttonBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 68px;
  padding: 0 32px;
  flex-shrink: 0;
  border-radius: 120.522px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(6.0869560242px);
}
section.secMain .inner .contentWrap .buttonBox .link {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.2px;
}
section.secMain .inner .contentWrap .buttonBox::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M8 13L12 9L8 5' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center/18px no-repeat;
  width: 18px;
  height: 18px;
}

section.secImpact .inner {
  padding: 130px 0;
}
section.secImpact .inner .contentWrap {
  display: flex;
  flex-direction: column;
  gap: 71px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
section.secImpact .inner .contentWrap .titleBox {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
section.secImpact .inner .contentWrap .titleBox h3 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.34px;
}
section.secImpact .inner .contentWrap .contentBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
section.secImpact .inner .contentWrap .contentBox .item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 85px;
  padding: 30px 25px;
  border-radius: 8px;
  background: #a5d1ff;
  width: 387px;
  height: 318px;
}
section.secImpact .inner .contentWrap .contentBox .item:nth-child(1) {
  width: 793px;
  flex: 0 0 auto;
  background: url("https://static.sparkplus.co/homepage/sparkpluskr/buildingplus/2504/sec-02-1.webp") center left/cover;
}
section.secImpact .inner .contentWrap .contentBox .item:nth-child(1) .top em {
  color: #d0e7ff;
}
section.secImpact .inner .contentWrap .contentBox .item:nth-child(1) .top h2 {
  color: #fff;
}
section.secImpact .inner .contentWrap .contentBox .item:nth-child(1) .bottom p {
  color: #fff;
}
section.secImpact .inner .contentWrap .contentBox .item:nth-child(3) {
  background: #7abaff;
}
section.secImpact .inner .contentWrap .contentBox .item:nth-child(4) {
  width: 793px;
  flex: 0 0 auto;
  background: url("https://static.sparkplus.co/homepage/sparkpluskr/buildingplus/2504/sec-02-2.webp") center left/cover;
}
section.secImpact .inner .contentWrap .contentBox .item:nth-child(4) .top em {
  color: #d0e7ff;
}
section.secImpact .inner .contentWrap .contentBox .item:nth-child(4) .top h2 {
  color: #fff;
}
section.secImpact .inner .contentWrap .contentBox .item:nth-child(4) .bottom p {
  color: #fff;
}
section.secImpact .inner .contentWrap .contentBox .item .top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
section.secImpact .inner .contentWrap .contentBox .item .top em {
  color: #1866ba;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: -0.12px;
}
section.secImpact .inner .contentWrap .contentBox .item .top h2 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px; /* 142.857% */
  letter-spacing: -0.28px;
}
section.secImpact .inner .contentWrap .contentBox .item .bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.secImpact .inner .contentWrap .contentBox .item .bottom p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.054px;
}

.fixedButtonBox {
  position: sticky;
  z-index: 100;
  top: calc(100% - 70px);
  left: 0;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.fixedButtonBox .inner {
  width: 100%;
  background: #1b73d1;
  cursor: pointer;
}
.fixedButtonBox .inner .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: relative;
  padding: 15px 0px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.28px;
  height: 70px;
}
.fixedButtonBox .inner .link::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M8 13L12 9L8 5' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center center/28px no-repeat;
  width: 24px;
  height: 24px;
}
.fixedButtonBox.fixed {
  transform: translateY(0);
}

section.secSolution {
  background: #1c1d21;
}
section.secSolution.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
section.secSolution .inner {
  padding: 120px 0 50px;
}
section.secSolution .inner .contentWrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 auto;
}
section.secSolution .inner .contentWrap .titleBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 120px;
}
section.secSolution .inner .contentWrap .titleBox h3 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.48px;
}
section.secSolution .inner .contentWrap .titleBox .solutionList {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: 284px;
  width: calc(100% - 284px);
}
section.secSolution .inner .contentWrap .titleBox .solutionList .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 110px;
  border-radius: 8px;
  background: #333842;
  transition: all 0.3s ease-in-out;
  padding: 0 40px;
  width: 100%;
}
section.secSolution .inner .contentWrap .titleBox .solutionList .item .title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
section.secSolution .inner .contentWrap .titleBox .solutionList .item .title h3 {
  color: #bdbdbd;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.3px;
}
section.secSolution .inner .contentWrap .titleBox .solutionList .item .title p {
  color: #bdbdbd;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.3px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
section.secSolution .inner .contentWrap .titleBox .solutionList .item.active {
  background: #2281e6;
}
section.secSolution .inner .contentWrap .titleBox .solutionList .item.active .title h3 {
  color: #fff;
}
section.secSolution .inner .contentWrap .titleBox .solutionList .item.active .title p {
  color: #fff;
  height: 24px;
}
section.secSolution .inner .contentWrap .titleBox .solutionList .item.active.billTax::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M11.4615 43C10.2212 43 9.1675 42.5665 8.3005 41.6995C7.4335 40.8325 7 39.7788 7 38.5385V32.231H13V5H41V38.5385C41 39.7788 40.5665 40.8325 39.6995 41.6995C38.8325 42.5665 37.7852 43 36.5575 43H11.4615ZM36.5535 40.7305C37.1678 40.7305 37.6843 40.5205 38.103 40.1005C38.5213 39.6802 38.7305 39.1595 38.7305 38.5385V7.2695H15.2695V32.231H34.3655V38.548C34.3655 39.1663 34.5752 39.6847 34.9945 40.103C35.4138 40.5213 35.9335 40.7305 36.5535 40.7305ZM18.3845 15.923V13.654H35.6155V15.923H18.3845ZM18.3845 21.6925V19.423H35.6155V21.6925H18.3845ZM11.402 40.7305H32.096V34.5H9.2695V38.5385C9.2695 39.1595 9.47967 39.6802 9.9 40.1005C10.3203 40.5205 10.821 40.7305 11.402 40.7305ZM11.402 40.7305H9.2695H32.096H11.402Z' fill='white'/%3E%3C/svg%3E") center center/48px no-repeat;
  width: 48px;
  height: 48px;
}
section.secSolution .inner .contentWrap .titleBox .solutionList .item.active.infoView::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M5 36.9615V34.6925H24.5575V36.9615H5ZM5 26.8075V24.5385H14.4615V26.8075H5ZM5 16.654V14.3845H14.4615V16.654H5ZM41.4 37L33.4385 29.096C32.6358 29.7243 31.7665 30.202 30.8305 30.529C29.8948 30.8557 28.9257 31.019 27.923 31.019C25.417 31.019 23.281 30.1435 21.515 28.3925C19.7487 26.6412 18.8655 24.5135 18.8655 22.0095C18.8655 19.5058 19.749 17.3783 21.516 15.627C23.2833 13.8757 25.4205 13 27.9275 13C30.4348 13 32.5705 13.8757 34.3345 15.627C36.0985 17.3783 36.9805 19.5027 36.9805 22C36.9805 23.0027 36.8172 23.9718 36.4905 24.9075C36.1635 25.8435 35.6795 26.7063 35.0385 27.496L43 35.4L41.4 37ZM27.9115 28.75C29.8045 28.75 31.411 28.0962 32.731 26.7885C34.0513 25.4812 34.7115 23.8922 34.7115 22.0215C34.7115 20.1508 34.0553 18.5578 32.743 17.2425C31.4307 15.9272 29.828 15.2695 27.935 15.2695C26.0417 15.2695 24.435 15.9232 23.115 17.2305C21.7947 18.5382 21.1345 20.1273 21.1345 21.998C21.1345 23.8687 21.7907 25.4617 23.103 26.777C24.4153 28.0923 26.0182 28.75 27.9115 28.75Z' fill='white'/%3E%3C/svg%3E") center center/48px no-repeat;
  width: 48px;
  height: 48px;
}
section.secSolution .inner .contentWrap .titleBox .solutionList .item.active.contractAlarm::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M15.4925 21.6575C15.9822 21.6575 16.3993 21.4852 16.744 21.1405C17.089 20.7955 17.2615 20.3782 17.2615 19.8885C17.2615 19.3988 17.089 18.9815 16.744 18.6365C16.3993 18.2918 15.9822 18.1195 15.4925 18.1195C14.9898 18.1195 14.5693 18.2918 14.231 18.6365C13.8923 18.9815 13.723 19.3988 13.723 19.8885C13.723 20.3782 13.8923 20.7955 14.231 21.1405C14.5693 21.4852 14.9898 21.6575 15.4925 21.6575ZM24.1115 21.6575C24.6012 21.6575 25.0185 21.4852 25.3635 21.1405C25.7082 20.7955 25.8805 20.3782 25.8805 19.8885C25.8805 19.3988 25.7082 18.9815 25.3635 18.6365C25.0185 18.2918 24.6012 18.1195 24.1115 18.1195C23.6218 18.1195 23.2045 18.2918 22.8595 18.6365C22.5148 18.9815 22.3425 19.3988 22.3425 19.8885C22.3425 20.3782 22.5148 20.7955 22.8595 21.1405C23.2045 21.4852 23.6218 21.6575 24.1115 21.6575ZM32.477 21.6575C32.9667 21.6575 33.384 21.4852 33.729 21.1405C34.0737 20.7955 34.246 20.3782 34.246 19.8885C34.246 19.3988 34.0737 18.9815 33.729 18.6365C33.384 18.2918 32.9667 18.1195 32.477 18.1195C31.9873 18.1195 31.57 18.2918 31.225 18.6365C30.88 18.9815 30.7075 19.3988 30.7075 19.8885C30.7075 20.3782 30.88 20.7955 31.225 21.1405C31.57 21.4852 31.9873 21.6575 32.477 21.6575ZM5 42.077V7.8845C5 7.10017 5.28467 6.42333 5.854 5.854C6.42333 5.28467 7.10017 5 7.8845 5H40.1155C40.8998 5 41.5767 5.28467 42.146 5.854C42.7153 6.42333 43 7.10017 43 7.8845V32.1155C43 32.8998 42.7153 33.5767 42.146 34.146C41.5767 34.7153 40.8998 35 40.1155 35H12.077L5 42.077ZM11.0845 32.7305H40.1155C40.2692 32.7305 40.4102 32.6665 40.5385 32.5385C40.6665 32.4102 40.7305 32.2692 40.7305 32.1155V7.8845C40.7305 7.73083 40.6665 7.58983 40.5385 7.4615C40.4102 7.3335 40.2692 7.2695 40.1155 7.2695H7.8845C7.73083 7.2695 7.58983 7.3335 7.4615 7.4615C7.3335 7.58983 7.2695 7.73083 7.2695 7.8845V36.769L11.0845 32.7305Z' fill='white'/%3E%3C/svg%3E") center center/48px no-repeat;
  width: 48px;
  height: 48px;
}
section.secSolution .inner .contentWrap .titleBox .solutionList .item.active.unlimitedRegister::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3E%3Cpath d='M4.73047 41.1541V6.15405H23.365V14.3271H43.2685V41.1541H4.73047ZM6.99947 38.8846H21.0955V32.9616H6.99947V38.8846ZM6.99947 30.6926H21.0955V24.7886H6.99947V30.6926ZM6.99947 22.5191H21.0955V16.5961H6.99947V22.5191ZM6.99947 14.3271H21.0955V8.42305H6.99947V14.3271ZM23.365 38.8846H40.9995V16.5961H23.365V38.8846ZM27.7495 24.7886V22.5191H35.3265V24.7886H27.7495ZM27.7495 32.9616V30.6926H35.3265V32.9616H27.7495Z' fill='white'/%3E%3C/svg%3E") center center/48px no-repeat;
  width: 48px;
  height: 48px;
}
section.secSolution .inner .contentWrap .contentBox {
  display: flex;
  align-items: flex-start;
}
section.secSolution .inner .contentWrap .contentBox .tabNav {
  position: sticky;
  top: 0;
  flex: 0 0 auto;
  width: 284px;
  height: auto;
  z-index: 100;
}
section.secSolution .inner .contentWrap .contentBox .tabNav .floatAnkerList {
  height: fit-content; /* or auto */
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all 0.3s ease;
  padding-top: 130px;
}
section.secSolution .inner .contentWrap .contentBox .tabNav .floatAnkerList .item {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-transform: lowercase;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
section.secSolution .inner .contentWrap .contentBox .tabNav .floatAnkerList .item.active {
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
}
section.secSolution .inner .contentWrap .contentBox .tabNav .floatAnkerList .item.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #52a3fa;
}
section.secSolution .inner .contentWrap .contentBox .tabCon {
  display: flex;
  flex-direction: column;
  width: 100%;
}
section.secSolution .inner .contentWrap .contentBox .tabCon .item {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 120px;
}
section.secSolution .inner .contentWrap .contentBox .tabCon .item .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.secSolution .inner .contentWrap .contentBox .tabCon .item .top .cate {
  color: #52a3fa;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.144px;
}
section.secSolution .inner .contentWrap .contentBox .tabCon .item .top .title {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.secSolution .inner .contentWrap .contentBox .tabCon .item .top .title h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px; /* 141.176% */
  letter-spacing: -0.34px;
}
section.secSolution .inner .contentWrap .contentBox .tabCon .item .top .title p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.054px;
}
section.secSolution .inner .contentWrap .contentBox .tabCon .item .screen {
  height: 560px;
  width: 100%;
  border-radius: 16px;
  background: #1c1d21;
  overflow: hidden;
}
section.secSolution .inner .contentWrap .contentBox .tabCon .item .screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.secCount {
  padding: 200px 0;
  display: flex;
  flex-direction: column;
  gap: 130px;
  background: #f3f4f5;
}
section.secCount .inner .contentWrap .titleBox {
  display: flex;
  align-items: flex-start;
  gap: 245px;
}
section.secCount .inner .contentWrap .titleBox h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  color: #000;
}
section.secCount .inner .contentWrap .titleBox .countList {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
section.secCount .inner .contentWrap .titleBox .countList .item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
section.secCount .inner .contentWrap .titleBox .countList .item h2 {
  color: #1866ba;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: -0.4px;
}
section.secCount .inner .contentWrap .titleBox .countList .item p {
  color: #616161;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.054px;
}
section.secCount .contentBox .valueRollingBanner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.secCount .contentBox .valueRollingBanner .valueRollingWrap .valueRollingList {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin: 0;
  gap: 20px;
}
section.secCount .contentBox .valueRollingBanner .valueRollingWrap.rollingRight .rollingList {
  justify-content: flex-end;
}
section.secCount .contentBox .valueRollingBanner .valueRollingWrap .valueRollingItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  white-space: nowrap;
  position: relative;
}
section.secCount .contentBox .valueRollingBanner .valueRollingWrap .imgBox {
  width: 300px;
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
}
section.secCount .contentBox .valueRollingBanner .valueRollingWrap .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.secReview {
  padding: 180px 0 260px;
  overflow: hidden;
}
section.secReview .inner {
  display: flex;
  flex-direction: column;
  gap: 116px;
  overflow: visible;
}
section.secReview .inner .titleBox h3 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px; /* 141.176% */
  letter-spacing: -0.34px;
}
section.secReview .inner .contentBox {
  position: relative;
}
section.secReview .inner .contentBox .swiper-pagination {
  display: none;
}
section.secReview .inner .contentBox .swiper-button-prev,
section.secReview .inner .contentBox .swiper-button-next {
  width: 54px;
  height: 54px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  position: absolute;
  top: auto;
  bottom: calc(100% + 80px);
  transform: translateY(-50%);
}
section.secReview .inner .contentBox .swiper-button-prev::after,
section.secReview .inner .contentBox .swiper-button-next::after {
  content: "";
  width: 13px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' viewBox='0 0 13 20' fill='none'%3E%3Cpath d='M11.5 18.75L2.75 10L11.5 1.25' stroke='white' stroke-width='2.625'/%3E%3C/svg%3E") center center/13px 20px no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.secReview .inner .contentBox .swiper-button-prev:not(.swiper-button-prev)::after,
section.secReview .inner .contentBox .swiper-button-next:not(.swiper-button-prev)::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
section.secReview .inner .contentBox .swiper-button-prev {
  left: auto;
  right: 80px;
}
section.secReview .inner .contentBox .reviewSlider .swiper-slide {
  width: 387px;
  height: 320px;
  padding: 25px 20px;
  border-radius: 16px;
  overflow: hidden;
  background: #a5d1ff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.secReview .inner .contentBox .reviewSlider .swiper-slide:nth-child(even) {
  background: #d0e7ff;
}
section.secReview .inner .contentBox .reviewSlider .swiper-slide .top {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
section.secReview .inner .contentBox .reviewSlider .swiper-slide .top h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.12px;
  height: 60px;
}
section.secReview .inner .contentBox .reviewSlider .swiper-slide .top p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: -0.045px;
}
section.secReview .inner .contentBox .reviewSlider .swiper-slide .bottom {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
section.secReview .inner .contentBox .reviewSlider .swiper-slide .bottom h2 {
  color: var(--B, #000);
  font-size: 15px;
  font-weight: 600;
  line-height: 24px; /* 160% */
  letter-spacing: -0.045px;
}
section.secReview .inner .contentBox .reviewSlider .swiper-slide .bottom p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}

.secPrice {
  padding: 120px 0;
  background: #f3f4f5;
}
.secPrice .inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.secPrice .inner .titleBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.secPrice .inner .titleBox h3 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px; /* 141.176% */
  letter-spacing: -0.34px;
  text-transform: lowercase;
}
.secPrice .inner .titleBox p {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.054px;
}
.secPrice .inner .titleBox .link {
  margin-top: 12px;
  display: inline-flex;
  height: 56px;
  padding: 0 40px;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: #2281e6;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}
.secPrice .inner .contentBox {
  display: flex;
  max-width: 795px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  background: #fff;
  padding: 32px;
}
.secPrice .inner .contentBox .priceList {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.secPrice .inner .contentBox .priceList > .item {
  flex: 1;
  position: relative;
}
.secPrice .inner .contentBox .priceList > .item.active::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: -32px;
  left: -32px;
  right: -32px;
  bottom: -32px;
  border: 5px solid #2281e6;
  border-radius: 16px;
  box-shadow: -6px 4px 24px rgba(21, 88, 161, 0.2);
}
.secPrice .inner .contentBox .priceList > .item.active .bottom .item {
  font-weight: 600;
}
.secPrice .inner .contentBox .priceList > .item .top {
  height: 92px;
}
.secPrice .inner .contentBox .priceList > .item .top h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.054px;
}
.secPrice .inner .contentBox .priceList > .item .top h2 {
  color: #424242;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px; /* 142.857% */
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
}
.secPrice .inner .contentBox .priceList > .item .top h2 .unit {
  font-size: 24px;
}
.secPrice .inner .contentBox .priceList > .item .top h2 em {
  color: #616161;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.054px;
}
.secPrice .inner .contentBox .priceList > .item .top p {
  color: #737373;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; /* 150% */
  margin-top: -2px;
}
.secPrice .inner .contentBox .priceList > .item .bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 32px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}
.secPrice .inner .contentBox .priceList > .item .bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}
.secPrice .inner .contentBox .priceList > .item .bottom .item {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  letter-spacing: -0.054px;
}
.secPrice .inner .contentBox .priceList > .item:nth-child(3) {
  width: 201.01px;
  flex: 0 0 auto;
}

.secRelease {
  padding: 90px 0 48px;
}
.secRelease .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.secRelease .inner .titleBox h3 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px; /* 141.176% */
  letter-spacing: -0.34px;
}
.secRelease .inner .contentBox .releaseList {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  align-items: flex-start;
}
.secRelease .inner .contentBox .releaseList .item {
  flex: 0 0 calc(33.333% - 12.67px);
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
}
.secRelease .inner .contentBox .releaseList .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.secRelease .inner .contentBox .releaseList .item .screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.secRelease .inner .contentBox .releaseList .item .textBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 16px;
  background: #f3f4f5;
}
.secRelease .inner .contentBox .releaseList .item .textBox h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: -0.12px;
}
.secRelease .inner .contentBox .releaseList .item .textBox p {
  color: #616161;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.042px;
}

section.secFaq {
  padding: 150px 0 225px;
}
section.secFaq .inner {
  max-width: 590px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section.secFaq .inner .titleBox h3 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px; /* 141.176% */
  letter-spacing: -0.34px;
  text-transform: lowercase;
}
section.secFaq .inner .contentBox {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.secFaq .inner .contentBox .item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.secFaq .inner .contentBox .item .title {
  display: flex;
}
section.secFaq .inner .contentBox .item .title h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: -0.12px;
}
section.secFaq .inner .contentBox .item .desc {
  padding-bottom: 46px;
  position: relative;
}
section.secFaq .inner .contentBox .item .desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e0e0df;
}
section.secFaq .inner .contentBox .item .desc p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px; /* 160% */
  letter-spacing: -0.045px;
}

section.secHistory {
  padding: 198px 0 170px;
  background: #1c1d21;
  overflow: hidden;
}
section.secHistory .inner {
  display: flex;
  flex-direction: column;
  gap: 149px;
  overflow: visible;
}
section.secHistory .inner .titleBox h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px; /* 141.176% */
  letter-spacing: -0.34px;
}
section.secHistory .inner .contentBox {
  display: flex;
  flex-direction: column;
  gap: 128px;
  position: relative;
}
section.secHistory .inner .contentBox .swiper-button-prev,
section.secHistory .inner .contentBox .swiper-button-next {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  position: absolute;
  top: auto;
  bottom: calc(100% + 80px);
  transform: translateY(-50%);
}
section.secHistory .inner .contentBox .swiper-button-prev::after,
section.secHistory .inner .contentBox .swiper-button-next::after {
  content: "";
  width: 13px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='20' viewBox='0 0 13 20' fill='none'%3E%3Cpath d='M11.5 18.75L2.75 10L11.5 1.25' stroke='white' stroke-width='2.625'/%3E%3C/svg%3E") center center/13px 20px no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.secHistory .inner .contentBox .swiper-button-prev:not(.swiper-button-prev)::after,
section.secHistory .inner .contentBox .swiper-button-next:not(.swiper-button-prev)::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
section.secHistory .inner .contentBox .swiper-button-prev {
  left: auto;
  right: 80px;
}
section.secHistory .inner .contentBox .swiper-slide {
  width: 387px;
}
section.secHistory .inner .contentBox .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 21px);
  right: 0;
  width: calc(100% + 19px);
  height: 2px;
  background: #338ef0;
}
section.secHistory .inner .contentBox .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 17px);
  left: 45px;
  width: 12px;
  height: 12px;
  background: #338ef0;
  border-radius: 999px;
}
section.secHistory .inner .contentBox .swiper-slide:first-child::after {
  width: calc(100% - 45px);
}
section.secHistory .inner .contentBox .swiper-slide .slideItem {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
section.secHistory .inner .contentBox .swiper-slide .slideItem .year h2 {
  display: inline-flex;
  color: #7abaff;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px; /* 140% */
  letter-spacing: -0.4px;
}
section.secHistory .inner .contentBox .swiper-slide .slideItem .month {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.secHistory .inner .contentBox .swiper-slide .slideItem .month .item {
  display: flex;
  align-items: flex-start;
}
section.secHistory .inner .contentBox .swiper-slide .slideItem .month .item > div {
  flex: 0 0 auto;
}
section.secHistory .inner .contentBox .swiper-slide .slideItem .month .item > div:nth-child(1) {
  width: 40px;
  color: #7abaff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: -0.12px;
}
section.secHistory .inner .contentBox .swiper-slide .slideItem .month .item > div:nth-child(2) {
  width: calc(100% - 40px);
}
section.secHistory .inner .contentBox .swiper-slide .slideItem .month .item > div:nth-child(2) p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: -0.12px;
}
section.secHistory .inner .contentBox .swiper-slide .slideItem .month .item > div:nth-child(2) em {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  letter-spacing: -0.084px;
}

section.secCompany {
  padding: 124px 0 179px;
  background: #1c1d21;
  display: flex;
  flex-direction: column;
  gap: 112px;
  overflow: hidden;
}
section.secCompany .inner .titleBox h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 48px; /* 141.176% */
  letter-spacing: -0.34px;
  text-transform: lowercase;
}
section.secCompany .contentBox {
  display: flex;
  flex-direction: column;
}
section.secCompany .contentBox .rollingbanner {
  padding: 0;
}
section.secCompany .contentBox .rollingbanner::before {
  background: linear-gradient(90deg, #1c1d21, transparent);
}
section.secCompany .contentBox .rollingbanner::after {
  background: linear-gradient(-90deg, #1c1d21, transparent);
}
section.secCompany .contentBox .rollingbanner .rolling-wrap .rolling-list .rolling-item .img-box {
  position: relative;
}
section.secCompany .contentBox .rollingbanner .rolling-wrap .rolling-list .rolling-item .img-box::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #333842;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 999px;
  mix-blend-mode: screen;
  -webkit-mix-blend-mode: screen;
  opacity: 0.7;
}

@keyframes updown {
  from {
    transform: translate(-50%, -8px);
  }
  to {
    transform: translate(-50%, 0);
  }
}
@media (max-width: 768px) {
  section.secLogo .inner {
    position: relative;
    height: 46px;
    background: #fff;
    padding: 0 16px;
  }
  section.secLogo .inner .logo {
    width: 99px;
  }
  section.secMain {
    background: url("https://static.sparkplus.co/homepage/sparkpluskr/buildingplus/2504/m/sec01-bg.webp") center center/cover no-repeat;
    padding: 0;
  }
  section.secMain .inner {
    height: 540px;
    flex-direction: column;
    justify-content: center;
  }
  section.secMain .inner .contentWrap {
    align-items: center;
    gap: 98px;
  }
  section.secMain .inner .contentWrap .titleBox {
    gap: 13px;
  }
  section.secMain .inner .contentWrap .titleBox p.mo-only {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: -0.12px;
    padding-bottom: 7px;
  }
  section.secMain .inner .contentWrap .titleBox h3 {
    color: #fff;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px; /* 122.222% */
    letter-spacing: -0.9px;
  }
  section.secMain .inner .contentWrap .titleBox p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.048px;
  }
  section.secMain .inner .contentWrap .buttonBox {
    height: 60px;
    padding: 0 26px;
  }
  section.secMain .inner .contentWrap .buttonBox .link {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: -0.12px;
  }
  .fixedButtonBox .inner .link {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
  }
  section.secImpact .inner {
    padding: 80px 20px 100px;
  }
  section.secImpact .inner .contentWrap {
    gap: 40px;
  }
  section.secImpact .inner .contentWrap .titleBox {
    text-align: left;
    justify-content: flex-start;
  }
  section.secImpact .inner .contentWrap .titleBox h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  section.secImpact .inner .contentWrap .contentBox {
    gap: 18px;
  }
  section.secImpact .inner .contentWrap .contentBox .item {
    width: 100%;
    padding: 25px 20px;
    gap: 20px;
  }
  section.secImpact .inner .contentWrap .contentBox .item .top em {
    color: #3b68db;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px; /* 100% */
    letter-spacing: -0.045px;
  }
  section.secImpact .inner .contentWrap .contentBox .item .top h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px; /* 150% */
    letter-spacing: -0.6px;
  }
  section.secImpact .inner .contentWrap .contentBox .item .bottom p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  section.secImpact .inner .contentWrap .contentBox .item:nth-child(1) {
    width: 100%;
    height: 180px;
    background: url("https://static.sparkplus.co/homepage/sparkpluskr/buildingplus/2504/m/sec-02-1.webp") center center/cover no-repeat;
  }
  section.secImpact .inner .contentWrap .contentBox .item:nth-child(2) {
    flex-direction: row;
    gap: 25px;
    width: 100%;
    height: 142px;
  }
  section.secImpact .inner .contentWrap .contentBox .item:nth-child(2) .bottom {
    padding-top: 20px;
  }
  section.secImpact .inner .contentWrap .contentBox .item:nth-child(3) {
    flex-direction: row;
    gap: 25px;
    width: 100%;
    height: 142px;
  }
  section.secImpact .inner .contentWrap .contentBox .item:nth-child(3) .bottom {
    padding-top: 20px;
  }
  section.secImpact .inner .contentWrap .contentBox .item:nth-child(4) {
    width: 100%;
    height: 180px;
    background: url("https://static.sparkplus.co/homepage/sparkpluskr/buildingplus/2504/m/sec-02-2.webp") center center/cover no-repeat;
  }
  section.secSolution {
    padding: 80px 20px;
  }
  section.secSolution .inner {
    padding: 0;
  }
  section.secSolution .inner .contentWrap .titleBox {
    gap: 32px;
  }
  section.secSolution .inner .contentWrap .titleBox h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  section.secSolution .inner .contentWrap .titleBox .solutionList {
    margin-left: 0;
    width: 100%;
  }
  section.secSolution .inner .contentWrap .titleBox .solutionList .item {
    width: 100%;
    height: 64px;
    padding: 0 20px;
    border-radius: 8px;
  }
  section.secSolution .inner .contentWrap .titleBox .solutionList .item .title h3 {
    font-size: 18px;
  }
  section.secSolution .inner .contentWrap .titleBox .solutionList .item.active {
    height: 108px;
  }
  section.secSolution .inner .contentWrap .titleBox .solutionList .item.active .title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px; /* 150% */
    letter-spacing: -0.3px;
  }
  section.secSolution .inner .contentWrap .titleBox .solutionList .item.active .title p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    height: 40px;
  }
  section.secSolution .inner .contentWrap .contentBox {
    flex-direction: column;
  }
  section.secSolution .inner .contentWrap .contentBox .tabNav {
    width: 100%;
  }
  section.secSolution .inner .contentWrap .contentBox .tabNav .floatAnkerList {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    align-items: center;
    height: 56px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* iOS 스크롤 부드럽게 */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    background: #1c1d21;
    gap: 24px;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
    padding: 0 20px;
    border-bottom: 1px solid #424242;
  }
  section.secSolution .inner .contentWrap .contentBox .tabNav .floatAnkerList::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
    width: 0;
    height: 0;
  }
  section.secSolution .inner .contentWrap .contentBox .tabNav .floatAnkerList .item {
    flex: 0 0 auto;
    padding-left: 0;
    color: #737373;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.048px;
    white-space: nowrap;
  }
  section.secSolution .inner .contentWrap .contentBox .tabNav .floatAnkerList .item::after {
    display: none;
  }
  section.secSolution .inner .contentWrap .contentBox .tabNav .floatAnkerList.fixed {
    transform: translateY(0);
  }
  section.secSolution .inner .contentWrap .contentBox .tabCon .item {
    gap: 24px;
    padding-top: 80px;
  }
  section.secSolution .inner .contentWrap .contentBox .tabCon .item .screen {
    height: auto;
    border-radius: 8px;
    overflow: hidden;
  }
  section.secSolution .inner .contentWrap .contentBox .tabCon .item .top {
    gap: 16px;
  }
  section.secSolution .inner .contentWrap .contentBox .tabCon .item .top .cate {
    color: #52a3fa;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.054px;
  }
  section.secSolution .inner .contentWrap .contentBox .tabCon .item .top .title {
    gap: 8px;
  }
  section.secSolution .inner .contentWrap .contentBox .tabCon .item .top .title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px; /* 150% */
    letter-spacing: -0.6px;
  }
  section.secSolution .inner .contentWrap .contentBox .tabCon .item .top .title p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.048px;
  }
  section.secCount {
    padding: 69px 0 75px;
    gap: 35px;
    background: #fff;
  }
  section.secCount .inner .contentWrap {
    padding: 0 20px;
  }
  section.secCount .inner .contentWrap .titleBox {
    flex-direction: column;
    gap: 35px;
  }
  section.secCount .inner .contentWrap .titleBox h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  section.secCount .inner .contentWrap .titleBox .countList {
    gap: 20px;
  }
  section.secCount .inner .contentWrap .titleBox .countList .item {
    gap: 2px;
  }
  section.secCount .inner .contentWrap .titleBox .countList .item h2 {
    color: #1866ba;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  section.secCount .inner .contentWrap .titleBox .countList .item p {
    color: #616161;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  section.secCount .contentBox .valueRollingBanner {
    gap: 5px;
  }
  section.secCount .contentBox .valueRollingBanner .valueRollingWrap .valueRollingList {
    gap: 5px;
  }
  section.secCount .contentBox .valueRollingBanner .valueRollingWrap .valueRollingList .valueRollingItem .imgBox {
    width: 150px;
    height: 170px;
  }
  section.secReview {
    padding: 50px 20px 70px;
  }
  section.secReview .inner {
    gap: 130px;
  }
  section.secReview .inner .titleBox h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.28px;
    text-transform: lowercase;
  }
  section.secReview .inner .contentBox {
    position: relative;
    padding-bottom: 34px;
    gap: 10px;
  }
  section.secReview .inner .contentBox .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #fff;
    width: 45px;
    height: 24px;
    border-radius: 20px;
    background: rgba(66, 66, 66, 0.5);
  }
  section.secReview .inner .contentBox .swiper-pagination .swiper-pagination-current,
  section.secReview .inner .contentBox .swiper-pagination .swiper-pagination-total {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    letter-spacing: 0.22px;
  }
  section.secReview .inner .contentBox .swiper-button-prev,
  section.secReview .inner .contentBox .swiper-button-next {
    width: 40px;
    height: 40px;
    bottom: calc(100% + 40px);
    transform: none;
  }
  section.secReview .inner .contentBox .swiper-button-prev {
    right: 88px;
  }
  section.secReview .inner .contentBox .swiper-button-next {
    right: 38px;
  }
  section.secReview .inner .contentBox .reviewSlider .swiper-slide {
    padding: 25px 15px;
    width: 297px;
    height: 328px;
  }
  section.secReview .inner .contentBox .reviewSlider .swiper-slide .top h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.054px;
    height: 56px;
  }
  section.secReview .inner .contentBox .reviewSlider .swiper-slide .top p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.048px;
  }
  section.secReview .inner .contentBox .reviewSlider .swiper-slide .bottom h2 {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px; /* 160% */
    letter-spacing: -0.045px;
  }
  section.secReview .inner .contentBox .reviewSlider .swiper-slide .bottom p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
  }
  section.secPrice {
    padding: 80px 20px 82px;
  }
  section.secPrice .inner {
    gap: 32px;
  }
  section.secPrice .inner .titleBox {
    text-align: left;
    gap: 12px;
  }
  section.secPrice .inner .titleBox h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  section.secPrice .inner .titleBox p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.048px;
    text-align: left;
  }
  section.secPrice .inner .titleBox .link {
    padding: 0 24px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
  }
  section.secPrice .inner .contentBox {
    padding: 11px 16px;
  }
  section.secPrice .inner .contentBox .priceList .item .top {
    height: auto;
  }
  section.secPrice .inner .contentBox .priceList .item .top h3:not(.pc-only) {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px; /* 136.364% */
    display: flex;
    align-items: center;
    height: 30px;
  }
  section.secPrice .inner .contentBox .priceList .item .top h2 {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px; /* 136.364% */
    display: flex;
    height: 20px;
    padding-top: 12px;
    margin: 12px 0;
    position: relative;
  }
  section.secPrice .inner .contentBox .priceList .item .top h2 .unit {
    font-size: 11px;
  }
  section.secPrice .inner .contentBox .priceList .item .top h2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
  }
  section.secPrice .inner .contentBox .priceList .item .top h2 em {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px; /* 136.364% */
  }
  section.secPrice .inner .contentBox .priceList .item .bottom {
    padding-top: 16px;
    margin: 0;
  }
  section.secPrice .inner .contentBox .priceList .item .bottom .item {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px; /* 166.667% */
  }
  section.secPrice .inner .contentBox .priceList .item.active .top h3 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-align: center;
    justify-content: center;
  }
  section.secPrice .inner .contentBox .priceList .item.active .top h2 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    text-align: center;
    justify-content: center;
  }
  section.secPrice .inner .contentBox .priceList .item.active .bottom .item {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
  }
  section.secPrice .inner .contentBox .priceList .item.active::after {
    top: -11px;
    right: -16px;
    bottom: -11px;
    left: -16px;
    border: 3px solid #2281e6;
  }
  section.secPrice .inner .contentBox .priceList .item:nth-child(3) {
    width: unset;
    flex: 1;
  }
  section.secRelease {
    padding: 80px 20px 50px;
  }
  section.secRelease .inner .titleBox h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  section.secRelease .inner .contentBox .releaseList {
    gap: 20px;
    flex-direction: column;
  }
  section.secRelease .inner .contentBox .releaseList .item {
    width: 100%;
  }
  section.secRelease .inner .contentBox .releaseList .item .textBox {
    padding: 15px;
    gap: 23px;
  }
  section.secRelease .inner .contentBox .releaseList .item .textBox h3 {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: -0.048px;
  }
  section.secRelease .inner .contentBox .releaseList .item .textBox p {
    color: #616161;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; /* 150% */
  }
  section.secFaq {
    padding: 50px 20px 80px;
  }
  section.secFaq .inner {
    gap: 30px;
  }
  section.secFaq .inner .titleBox h3 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  section.secFaq .inner .contentBox {
    gap: 25px;
  }
  section.secFaq .inner .contentBox .item {
    gap: 10px;
  }
  section.secFaq .inner .contentBox .item .title h2 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: -0.048px;
  }
  section.secFaq .inner .contentBox .item .desc {
    padding-bottom: 15px;
  }
  section.secFaq .inner .contentBox .item .desc p {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px; /* 160% */
    letter-spacing: -0.045px;
  }
  section.secHistory {
    padding: 90px 20px 60px;
  }
  section.secHistory .inner {
    gap: 200px;
  }
  section.secHistory .inner .titleBox h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  section.secHistory .inner .contentBox .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    color: #fff;
    width: 45px;
    height: 24px;
    border-radius: 20px;
    background: rgba(66, 66, 66, 0.5);
  }
  section.secHistory .inner .contentBox .swiper-pagination .swiper-pagination-current,
  section.secHistory .inner .contentBox .swiper-pagination .swiper-pagination-total {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 18px; /* 163.636% */
    letter-spacing: 0.22px;
  }
  section.secHistory .inner .contentBox .swiper-button-prev,
  section.secHistory .inner .contentBox .swiper-button-next {
    width: 40px;
    height: 40px;
    bottom: calc(100% + 72px);
  }
  section.secHistory .inner .contentBox .swiper-button-prev {
    right: 85px;
  }
  section.secHistory .inner .contentBox .swiper-button-next {
    right: 30px;
  }
  section.secHistory .inner .contentBox .historySlider .swiper-slide {
    width: 300px;
  }
  section.secHistory .inner .contentBox .historySlider .swiper-slide .slideItem .year h2 {
    color: #7abaff;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px; /* 141.176% */
    letter-spacing: -0.34px;
  }
  section.secHistory .inner .contentBox .historySlider .swiper-slide .slideItem .month .item > div:nth-child(1) {
    width: 35px;
    color: #7abaff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.054px;
  }
  section.secHistory .inner .contentBox .historySlider .swiper-slide .slideItem .month .item > div:nth-child(2) {
    width: calc(100% - 35px);
  }
  section.secHistory .inner .contentBox .historySlider .swiper-slide .slideItem .month .item > div:nth-child(2) p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.054px;
  }
  section.secHistory .inner .contentBox .historySlider .swiper-slide .slideItem .month .item > div:nth-child(2) em {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.084px;
  }
  section.secCompany {
    padding: 70px 0 120px;
    gap: 60px;
  }
  section.secCompany .inner .titleBox {
    padding: 0 20px;
  }
  section.secCompany .inner .titleBox h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px; /* 142.857% */
    letter-spacing: -0.28px;
  }
  section.secCompany .inner .contentBox .rollingbanner::before, section.secCompany .inner .contentBox .rollingbanner::after {
    display: none;
  }
}