@import url("./common.css");

#smart .container-xl {
width: 1920px !important;
    margin: 0;
    max-width: 1920px;
    padding: 0;
}

#smart .head {
  border-bottom: 1px solid #e2e2e2;
  width: 1920px;
  /* height: 285px; */
  background-color: #fff;
  padding-top: 63px;
  margin: 0 auto;
}
#smart .head p {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  color: #558ed5;

  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
#smart .head h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.05em;
  /* line-height: 36px; */
  color: #171717;
  margin: 0 auto;

  margin-bottom: 62px;
  text-align: center;
}

#smart .head div {
  width: 1538px;
  height: 63px;
  margin: 0 auto;
}
#smart .head div ul {
    height: 100%;
    display: flex;
    align-items: center;
    width: 1179px;
    justify-content: center;
    margin: 0 auto;
}
#smart .head div ul li {
  width: 220px;
  height: 100%;
   margin-left: -1px;
}

#smart .head div ul li button {
  background-color: transparent;
  border: 1px solid #e2e2e2;
  width: 100%;
  height: 100%;
}

#smart .head div ul li button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

#smart .head div ul li:hover button {
  background-color: #558ed5;
  border: 1px solid #558ed5;
}
#smart .head div ul li:hover button a {
  color: #fff;
  font-weight: 600;
}

#smart .head div ul li.active button {
  background-color: #558ed5;
  border: 1px solid #558ed5;
}
#smart .head div ul li.active button a {
  color: #fff;
  font-weight: 600;
}

#smart #section01 .container {
  padding: 104px 0 111px 0;
}
#smart #section01 .container .title {
  margin: 0 auto;
  text-align: center;
}
#smart #section01 .container .title h1 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 62px;
  color: #333;
  margin-bottom: 52px;
}
#smart #section01 .container .title h1 span {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 62px;
  color: #558ed5;
}
#smart #section01 .container .title p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 44px;
  color: #777;
}

#smart #section02 > div {
  background-color: #f5f5f5;
}
#smart #section02 > div .container-xl {
  /* padding-top: 151px;
  padding-bottom: 150px; */
}
#smart #section02 > div .container-xl div label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #558ed5;
  margin-bottom: 20.5px;
}
#smart #section02 > div .container-xl div h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 68px;
  color: #333;
  margin-bottom: 58px;
}
#smart #section02 > div .container-xl div h4 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 52px;
  color: #333;
  margin-bottom: 48px;
}
#smart #section02 > div .container-xl div h4 span {
  color: #558ed5;
  font-weight: 600;
}
#smart #section02 > div .container-xl div p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 40px;
  color: #333;
  margin-bottom: 111.5px;
  opacity: 0.8;
}
#smart #section02 > div .position-absolute {
  top: 105px;
  right: 137px;
}

#smart #section03 .container {
  padding-top: 143.5px;
  padding-bottom: 133.5px;
}
#smart #section03 .container h2 {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 62px;
  color: #fff;
  margin-bottom: 47px;
  text-align: center;
  max-width: 0 auto;
}
#smart #section03 .container h2 span {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 62px;
  color: #9ac7ff;
}
#smart #section04 {
  background-color: #f3f0eb;
}

#smart #section04 .container {
  padding-top: 150px;
  padding-bottom: 118.8px;
}

#smart #section04 .container .title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#smart #section04 .container .title h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 60px;
  color: #171717;
  margin-bottom: 20px;
}
#smart #section04 .container .title h2 span {
  font-weight: 600;
  color: #558ed5;
}

#smart #section04 .container .title p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 34px;
  color: #333;
  margin-bottom: 79.5px;
}

#smart #section04 p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}
#smart #section04 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 282px;
  background-color: rgba(51, 51, 51, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
#smart #section04 .overlay img {
  margin-bottom: 22.5px;
}
#smart #section04 .overlay h6 {
  margin-bottom: 9.5px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.5);
}
#smart #section04 .overlay p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.5);
}
#smart #section04 .boxGray {
  width: 100%;
  background-color: #333333;
  height: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#smart #section04 .boxGray p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 32px;
}
#smart #section04 .boxBlue {
  background-color: #558ed5;
  height: 65px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#smart #section04 .boxBlue p {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 32px;
}
#smart #section04 .textBox {
  background-color: #a7a7a7;
  width: 1110px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 52.5px;
}
#smart #section04 .text {
  margin-top: 97.8px;
  margin-bottom: 20.5px;
}
#smart #section04 .text h6 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 34px;
  text-align: center;
}

#smart #section04 .textBox p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 34px;
}

#smart #section05 div:nth-of-type(1) .container {
  padding-top: 145.6px;
  padding-bottom: 142.6px;
}

#smart #section05 div:nth-of-type(1) .container label {
  color: #558ed5;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}

#smart #section05 div:nth-of-type(1) .container h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 68px;
  color: #333;
  margin-bottom: 44px;
}
#smart #section05 div:nth-of-type(1) .container h4 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 52px;
  color: #333;
  margin-bottom: 68px;
}
#smart #section05 div:nth-of-type(1) .container h4 span {
  color: #558ed5;
  font-weight: 600;
}
#smart #section05 div:nth-of-type(1) .container p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 42px;
  color: #333;
  margin-bottom: 132.5px;
  opacity: 0.8;
}

#smart #section05 div:nth-of-type(1) .position-absolute {
  top: 151.6px;
  right: 106.2px;
  width: 1037.42px;
  height: 615.11px;
}
#smart #section05 div:nth-of-type(2).wide {
  background-color: #f3f0eb;
}

#smart #section05 div:nth-of-type(2).wide .container {
  padding-top: 118.7px;
  padding-bottom: 162.3px;
    padding-left: 0!important;
  padding-right: 0!important;
  max-width: 1256px !important;
  min-width: 1256px !important;
  width: 1256px !important;

}

#smart #section05 div:nth-of-type(2).wide .container .title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#smart #section05 div:nth-of-type(2).wide .container .title h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 60px;
  color: #171717;
  margin-bottom: 20px;
}
#smart #section05 div:nth-of-type(2).wide .container .title h2 span {
  font-weight: 600;
  color: #558ed5;
}

#smart #section05 div:nth-of-type(2).wide .container .title p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 34px;
  color: #171717;
  margin-bottom: 85px;
}

#smart #section05 div:nth-of-type(2).wide p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: center;
}
#smart #section05 div:nth-of-type(2).wide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 282px;
  background-color: rgba(51, 51, 51, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}
#smart #section05 div:nth-of-type(2).wide .overlay img {
  margin-bottom: 22.5px;
}
#smart #section05 div:nth-of-type(2).wide .overlay h6 {
  margin-bottom: 9.5px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.5);
}
#smart #section05 div:nth-of-type(2).wide .overlay p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.5);
}
#smart #section05 div:nth-of-type(2).wide .boxGray {
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  height: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#smart #section05 div:nth-of-type(2).wide .boxGray p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 32px;
}
#smart #section05 div:nth-of-type(2).wide .boxBlue {
  background-color: #558ed5;
  height: 65px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#smart #section05 div:nth-of-type(2).wide .boxBlue p {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 32px;
}
#smart #section05 div:nth-of-type(2).wide .textBox {
  background-color: #a7a7a7;
  width: 1110px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 45px;
}
#smart #section05 div:nth-of-type(2).wide.text {
  margin-top: 97.8px;
  margin-bottom: 20.5px;
}
#smart #section05 div:nth-of-type(2).wide .text h6 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 34px;
  text-align: center;
}

#smart #section05 div:nth-of-type(2).wide .textBox p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 34px;
}

#smart #section06 {
    background-position: bottom;
    background-image: url(../img/smartSect06BG.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#smart #section06 div:nth-of-type(1) .container {
  padding-top: 162px;
  padding-bottom: 119.5px;
}

#smart #section06 div:nth-of-type(1) .container label {
  color: #558ed5;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}

#smart #section06 div:nth-of-type(1) .container h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 68px;
  color: #333;
  margin-bottom: 50px;
}
#smart #section06 div:nth-of-type(1) .container h4 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 50px;
  color: #333;
  margin-bottom: 82px;
}
#smart #section06 div:nth-of-type(1) .container h4 span {
  color: #558ed5;
  font-weight: 600;
}
#smart #section06 div:nth-of-type(1) .container p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 42px;
  color: #333;
  margin-bottom: 122px;
}
#smart #section06 div:nth-of-type(1) .position-absolute {
  top: 134px;
  right: 0;
}

#smart #section06 .position-relative .container .boxAll {
  max-width: 1256px !important;
  min-width: 1256px !important;
  width: 1256px !important;
  margin: 0 auto;
  text-align: center;
  margin-top: 190px;
}

#smart #section06 .position-relative .container .boxAll .title {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#smart #section06 .position-relative .container .boxAll .title h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 60px;
  color: #171717;
  margin-bottom: 20px;
}
#smart #section06 .position-relative .container .boxAll .title h2 span {
  font-weight: 600;
  color: #558ed5;
}

#smart #section06 .position-relative .container .boxAll .title p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 34px;
  color: #171717;
  margin-bottom: 85px;
}

#smart #section06 .position-relative .container .boxAll .boxWrap {
  position: relative;
}
#smart #section06 .position-relative .container .boxAll .boxWrap .round {
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
}

#smart #section06 .position-relative .container .boxAll p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  text-align: center;
  margin-bottom: 0;
}
#smart #section06 .position-relative .container .boxAll .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 282px;
  background-color: rgba(51, 51, 51, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#smart #section06 .position-relative .container .boxAll .overlay img {
  margin-bottom: 22.5px;
}
#smart #section06 .position-relative .container .boxAll .overlay h6 {
  margin-bottom: 9.5px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.5);
}
#smart #section06 .position-relative .container .boxAll .overlay p {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.5);
}
#smart #section06 .position-relative .container .boxAll .boxGray {
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  height: 65px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#smart #section06 .position-relative .container .boxAll .boxGray p {
  color: rgba(255, 255, 255, 0.4);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 32px;
}
#smart #section06 .position-relative .container .boxAll .boxBlue {
  background-color: #558ed5;
  height: 65px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#smart #section06 .position-relative .container .boxAll .boxBlue p {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 32px;
}
#smart #section06 .position-relative .container .boxAll .textBox {
  background-color: #a7a7a7;
  width: 1110px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
#smart #section06 .position-relative .container .boxAll .text {
  margin-top: 71px;
  margin-bottom: 35.5px;
}
#smart #section06 .position-relative .container .boxAll .text p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-top: 71px;
  margin-bottom: 35.5px;
}

#smart #section06 .position-relative .container .boxAll .textBox p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 34px;
}

#smart #section08 > div:nth-of-type(1) {
  background-size: cover;
}

#smart #section08 > div:nth-of-type(1) .container {
  padding-top: 114px;
  padding-bottom: 124px;
}

#smart #section08 > div:nth-of-type(1) .container div label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #558ed5;
  margin-bottom: 20px;
}
#smart #section08 > div:nth-of-type(1) .container div h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 68px;
  color: #333;
  margin-bottom: 66px;
}
#smart #section08 > div:nth-of-type(1) .container div h4 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.03em;
  line-height: 50px;
  color: #333;
  margin-bottom: 41px;
}
#smart #section08 > div:nth-of-type(1) .container div h4 span {
  color: #558ed5;
  font-weight: 600;
}
#smart #section08 > div:nth-of-type(1) .container div p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 40px;
  color: #333;
  opacity: 0.8;
}

#smart #section08 > div:nth-of-type(2) .container {
  padding: 74px 0;
}
#smart #section08 > div:nth-of-type(2) .container h3 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 40px;
  color: #9ac7ff;
  text-align: center;
  margin-bottom: 39px;
}

#smart #section08 > div:nth-of-type(2) .container .box {
  gap: 21.4px;
  background-color: #ffffff;
  width: 462px;
  height: 77px;
}
#smart #section08 > div:nth-of-type(2) .container .box p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 44px;
  color: #333333;
  opacity: 0.8;
}

#smart #section09 .container {
  padding-top: 149px;
  padding-bottom: 167px;
}
#smart #section09 .container .title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 90px;
}
#smart #section09 .container .title h2 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 70px;
  color: #333333;
  margin-bottom: 58px;
}
#smart #section09 .container .title h2 span {
  font-weight: 600;
  color: #558ed5;
}
#smart #section09 .container .title p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 40px;
  color: rgba(51, 51, 51, 0.8);
}
#smart #section09 .container .boxes {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.09);
  padding: 58px 88px 63px 88px;
}
#smart #section09 .container .boxes .box {
  text-align: center;
}
#smart #section09 .container .boxes .box h6 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 32px;
  color: #333333;
  margin: 39px 0 24px 0;
}
#smart #section09 .container .boxes .box p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 36px;
  color: #333333;
  opacity: 0.8;
}

#smart #section10 .container {
  padding-top: 288px;
  padding-bottom: 152px;
}
#smart #section10 .container .title {
  margin-bottom: 70px;
  text-align: center;
}
#smart #section10 .container .title h2 {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 70px;
  color: #333333;
  margin-bottom: 36px;
}
#smart #section10 .container .title h2 span {
  color: #558ed5;
  font-weight: 600;
}

#smart #section10 .container .title p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 36px;
  color: #333333;
  opacity: 0.8;
}
#smart #section10 .position-absolute {
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

#smart #section11 {
}
#smart #section11 .container {
  padding-top: 80px;
  padding-bottom: 112px;
}
#smart #section11 .container .title {
  text-align: center;
  margin-bottom: 96px;
}
#smart #section11 .container .title h2 {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.04em;
  /* line-height: 36px; */
  color: #fff;
  margin-bottom: 58px;
}
#smart #section11 .container .title h2 span {
  color: #9ac7ff;
}

#smart #section11 .container .title p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 40px;
  color: #fff;
}
#smart #section11 div:nth-of-type(2) {
  padding: 82px 0;
}
#smart #section11 div:nth-of-type(2) h4 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 44px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

#smart #section12 {
}
#smart #section12 div:nth-of-type(1) .container {
  padding-top: 189px;
  padding-bottom: 150.6px;
}

#smart #section12 .container > div:nth-of-type(1) {
  margin-bottom: 25.6px;
}

#smart #section12 .container > div:nth-of-type(1) label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #558ed5;
  margin-bottom: 20px;
}
#smart #section12 .container > div:nth-of-type(1) h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 68px;
  color: #333;
  margin-bottom: 61px;
}
#smart #section12 .container > div:nth-of-type(1) h4 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 50px;
  color: #333;
  margin-bottom: 37px;
}
#smart #section12 .container > div:nth-of-type(1) h4 span {
  color: #558ed5;
  font-weight: 600;
}
#smart #section12 .container > div:nth-of-type(1) p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 40px;
  color: #333;
  opacity: 0.8;
  margin-bottom: 101.2px;
}
#smart #section12 .container > div:nth-of-type(2) p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 40px;
  color: #333;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}
#smart #section12 .container > div:nth-of-type(2) p span {
  color: #558ed5;
  font-weight: 600;
}
#smart #section12 .container .boxes {
  margin-top: 122px;
}
#smart #section12 .container .boxes .box > img {
  margin-bottom: 43px;
}
#smart #section12 .container .boxes .box h6 {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 40px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 15.2px;
}
#smart #section12 .container .boxes .box h6 span {
  display: flex;
  align-items: center;
  gap: 8.3px;
}
#smart #section12 .container .boxes .box p {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 36px;
  color: #333;
  opacity: 0.8;
}
#smart #section12 > div:nth-of-type(2) {
}
#smart #section12 > div:nth-of-type(2) .container {
  padding: 78px 0;
}
#smart #section12 > div:nth-of-type(2) .container h3 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 54px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
#smart #section12 > div:nth-of-type(2) .container h3 span {
  color: #9ac7ff;
  font-weight: 600;
}

#smart #section13 > div:nth-of-type(1) {
  background-image: url(../img/smartSect13BG.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#smart #section13 > div:nth-of-type(1) em {
  width: 1px;
  height: 152px;
  display: block;
  background-color: #707070;
  position: absolute;
  top: 564.4px;
  left: 932.5px;


}

#smart #section13 > div:nth-of-type(1) .container {
  padding-top: 160.3px;
  padding-bottom: 152.1px;
  height: 613px;
}

#smart #section13 > div:nth-of-type(1) .container > div:nth-of-type(1) label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #558ed5;
  margin-bottom: 20px;
}
#smart #section13 > div:nth-of-type(1) > div:nth-of-type(1) h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 68px;
  color: #333;
  margin-bottom: 69px;
}
#smart #section13 > div:nth-of-type(1) > div:nth-of-type(1) h4 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 50px;
  color: #333;
  margin-bottom: 29px;
}
#smart #section13 > div:nth-of-type(1) > div:nth-of-type(1) h4 span {
  color: #558ed5;
  font-weight: 600;
}
#smart #section13 > div:nth-of-type(1) > div:nth-of-type(1) p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 40px;
  color: #333;
  opacity: 0.8;
}
#smart #section13 > div:nth-of-type(1) .position-absolute {
  right: 0;
  top: 0;
}
#smart #section13 > div:nth-of-type(2) {
  background-color: #f3f3f3;
}
#smart #section13 > div:nth-of-type(2) .container {
  padding-top: 145.3px;
  padding-bottom: 117.1px;
}
#smart #section13 > div:nth-of-type(2) .container .title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 91px;
}
#smart #section13 > div:nth-of-type(2) .container .title h2 {
  font-size: 42px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 60px;
  color: #333;
  margin-bottom: 46.9px;
}
#smart #section13 > div:nth-of-type(2) .container .title h2 span {
  color: #558ed5;
  font-weight: 600;
}
#smart #section13 > div:nth-of-type(2) .container .title p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 40px;
  color: #333;
}
#smart #section13 > div:nth-of-type(2) .container .boxes {
  gap: 24px;
}
#smart #section13 > div:nth-of-type(2) .container .boxes .box {
  width: 461px;
}
#smart #section13 > div:nth-of-type(2) .container .boxes .box div {
  height: 66px;
  background-color: #fff;
  padding-right: 30px;
}
#smart #section13 > div:nth-of-type(2) .container .boxes .box div span {
  width: 142px;
  background-color: #558ed5;
  color: #fff;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 57px;
}
#smart #section13 > div:nth-of-type(2) .container .boxes .box div h6 {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 47px;
  color: #333;
}

#smart #section14 .container {
  padding-top: 160.3px;
  padding-bottom: 124.5px;
}

#smart #section14 .container div label {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #558ed5;
  margin-bottom: 20px;
}

#smart #section14 .container div h2 {
  font-size: 60px;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 64px;
  color: #333;
  margin-bottom: 53.3px;
}

#smart #section14 .container div h4 {
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 60px;
  color: #333;
  margin-bottom: 184.5px;
}

#smart #section14 .container div h4 span {
  color: #558ed5;
  font-weight: 600;
}

#smart #section14 .container div p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 40px;
  color: #333;
  opacity: 0.8;
}
#smart #section14 .position-absolute {
  right: 0;
  top: 0;
}

#smart #section15 .container {
  padding-top: 97px;
    padding-bottom: 92.3px;
}
#smart #section15 .container div {
  margin-top: 74.2px;
}
#smart #section15 .container div p {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 42px;
  color: #333;
}
