@charset "utf-8";
.page-nav {
  position: fixed;
  top: 45%;
  right: 5%;
  z-index: 9999;
}
.page-nav li:first-child a {
  border: 3px solid #f38321;
}
.page-nav li:first-child a:hover::before {
  position: absolute;
  top: 0;
  left: -70px;
  display: block;
  padding: 4px 12px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: 300;
  color: #3b3b3b;
  content: 'SBUx';
}
.page-nav li:first-child a:hover::after {
  position: absolute;
  top: 6px;
  right: 30px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ddd;
  border-right: 5px solid transparent;
}
.page-nav li:nth-child(2) a {
  border: 3px solid #4f7fdc;
}
.page-nav li:nth-child(2) a:hover::before {
  position: absolute;
  top: 0;
  left: -79px;
  display: block;
  padding: 4px 12px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: 300;
  color: #3b3b3b;
  content: 'SBGrid';
}
.page-nav li:nth-child(2) a:hover::after {
  position: absolute;
  top: 6px;
  right: 30px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ddd;
  border-right: 5px solid transparent;
}
.page-nav li:last-child a {
  border: 3px solid #9346d2;
}
.page-nav li:last-child a:hover::before {
  position: absolute;
  top: 0;
  left: -86px;
  display: block;
  padding: 4px 12px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  font-size: 13px;
  font-weight: 300;
  color: #3b3b3b;
  content: 'SBChart';
}
.page-nav li:last-child a:hover::after {
  position: absolute;
  top: 6px;
  right: 30px;
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ddd;
  border-right: 5px solid transparent;
}
.page-nav li a {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 25px;
  border-radius: 50%;
  background: #fff;
}
.page-nav li a:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.page-nav li a > img {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
}
.main-section {
  position: relative;
  width: 100%;
}
.main-section > .canvas {
  height: 300vh;
}
.main-section > .canvas .txt-area {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 1;
}
.main-section > .canvas .txt-area > div {
  position: absolute;
  right: 40px;
}
.main-section > .canvas .txt-area > div p {
  font-size: 36px;
  line-height: 46px;
  text-align: right;
}
.main-section > .canvas .txt-area > div p.logo {
  margin-top: 10px;
}
.main-section > .canvas .txt-area > div p.logo > img {
  display: inline-block;
  height: 80px;
}
.main-section > .canvas .txt-area > div p strong {
  font-weight: 600;
}
.main-section > .canvas .txt-area .txt-1 {
  top: 110px;
}
.main-section > .canvas .txt-area .txt-2 {
  top: 20px;
  opacity: 0;
}
.main-section > .canvas canvas {
  padding-top: 130px;
}
.section2 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  background: #11aeff;
  box-sizing: border-box;
}
.section2 > .canvas {
  height: 400vh;
}
.section2 > .canvas .sticky {
  top: 30px;
}
.section2 > .canvas .sticky .txt-area {
  margin: 0 auto;
}
.section2 > .canvas .sticky .txt-area p {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 46px;
  color: #fff;
}
.section2 > .canvas .sticky .txt-area p strong {
  font-weight: 600;
}
.section2 > .canvas .sticky .txt-area span {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}
.section2 > .canvas .sticky canvas {
  position: relative;
  top: 40px;
}
.section3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 150px;
  box-sizing: border-box;
}
.section3 > .canvas {
  height: 300vh;
  margin-bottom: 30vh;
}
.section3 > .canvas .txt-area {
  padding-top: 50px;
  opacity: 0;
  z-index: 2;
}
.section3 > .canvas .txt-area p {
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -1.5px;
}
.section3 > .canvas .txt-area p strong {
  font-weight: 600;
}
.section3 > .canvas .txt-area span {
  display: block;
  padding-top: 10px;
  font-size: 26px;
  line-height: 28px;
}
.section3 > .canvas canvas {
  margin-top: 80px;
}
.section4 {
  position: relative;
  max-width: 1170px;
  height: 300vh;
  margin: 0 auto;
  transition: opacity 0.5s;
}
.section4 .sticky {
  top: 105px;
}
.section4 .page-one {
  background: #fff;
}
.section4 .page-one .txt-area p {
  font-size: 36px;
  line-height: 46px;
}
.section4 .page-one .txt-area p.blue {
  color: #0088FF;
  font-size: 40px;
}
.section4 .page-one .txt-area p strong {
  font-weight: 600;
}
.section4 .page-one .txt-area span {
  font-size: 26px;
  line-height: 36px;
}
.section4 .page-one .list-area {
  padding-top: 30px;
}
.section4 .page-one .list-area .browser {
  display: flex;
  justify-content: space-between;
  width: 527px;
  margin: 10px auto;
}
.section4 .page-one .list-area .browser > li {
  width: 85px;
  height: 85px;
}
.section4 .page-one .list-area .browser > li > img {
  display: block;
  width: 100%;
  height: 100%;
}
.section4 .page-one .list-area .grid-visual > img {
  display: block;
  width: auto;
  margin: auto;
}
.section4 .page-one .list-area .grid-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 660px;
  margin: auto;
}
.section4 .page-one .list-area .grid-list:after {
  display: block;
  clear: both;
  content: '';
}
.section4 .page-one .list-area .grid-list > li {
  float: left;
  min-width: 110px;
  padding: 5px 0;
  text-align: center;
}
.section4 .page-one .list-area .grid-list .list-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  background: #6B8FAF;
  border-radius: 50%;
}
.section4 .page-one .list-area .grid-list .list-txt {
  color: #6B8FAF;
  font-size: 14px;
  line-height: 20px;
}
.section4 .page-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
}
.section4 .page-two .txt-area p {
  font-size: 36px;
  line-height: 46px;
}
.section4 .page-two .txt-area p.blue {
  color: #0088FF;
  font-size: 40px;
}
.section4 .page-two .txt-area p strong {
  font-weight: 600;
}
.section4 .page-two .txt-area span {
  font-size: 26px;
  line-height: 36px;
}
.section4 .page-two .img-area {
  padding-top: 80px;
}
.section4 .page-two .img-area .grid-img {
  position: relative;
  width: 500px;
  height: 500px;
  margin: auto;
  transform: rotateY(0deg);
  transition: 1.7s;
  transform-style: preserve-3d;
}
.section4 .page-two .img-area .grid-img:hover {
  transform: rotateY(180deg);
}
.section4 .page-two .img-area .grid-img .grid-box {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  backface-visibility: hidden;
}
.section4 .page-two .img-area .grid-img .grid-front {
  z-index: 1;
  width: 500px;
  height: 500px;
  background: #fff;
}
.section4 .page-two .img-area .grid-img .grid-back {
  position: absolute;
  top: 0;
  left: -16px;
  width: 525px;
  height: 500px;
  transform: rotateY(180deg);
  background: #fff;
}
.section5 {
  position: relative;
  width: 100%;
  height: 100vh;
}
.section5 > .canvas {
  height: 500vh;
}
.section5 > .canvas .sticky {
  top: 0;
}
.section5 > .canvas .sticky .txt-area {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  z-index: 99;
}
.section5 > .canvas .sticky .txt-area p {
  color: #131313;
  font-size: 36px;
  line-height: 46px;
}
.section5 > .canvas .sticky .txt-area p.white {
  position: absolute;
  top: 100px;
  left: 10px;
  color: transparent;
  margin-bottom: 20px;
}
.section5 > .canvas .sticky .txt-area p strong {
  font-weight: 600;
}
.section5 > .canvas .sticky .txt-area span {
  display: block;
  margin-top: 10px;
  font-size: 26px;
  line-height: 30px;
}
.section5 > .canvas .sticky .txt-area .txt-1 {
  position: absolute;
  top: 165px;
  left: 10px;
}
.section5 > .canvas .sticky .txt-area .txt-2 {
  position: absolute;
  top: 330px;
  left: 10px;
  opacity: 0;
}
.section5 > .canvas .sticky canvas {
  top: 0 !important;
}
.section6 {
  width: 100%;
  height: 100vh;
  padding-top: 145px;
  background: url(../images/section6-bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.section6 .txt-area {
  text-align: center;
}
.section6 .txt-area p {
  color: #2a2a2a;
  font-size: 45px;
  line-height: 50px;
}
.section6 .txt-area p span.bold {
  font-weight: 600;
}
.section6 .txt-area p.sub-txt {
  margin-top: 10px;
  font-size: 30px;
  line-height: 32px;
}
.section6 .txt-area p.sub-txt span.red {
  color: #CB4F23;
}
.section6 .list-area {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1170px;
  margin: auto;
  margin-top: 60px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  box-sizing: border-box;
}
.section6 .list-area .list-wrap {
  width: 347px;
  margin: 10px;
}
.section6 .list-area .list-wrap .list {
  width: 347px;
  height: 375px;
  background: url(../images/list-bg.png) no-repeat;
  text-align: center;
}
.section6 .list-area .list-wrap .list > p {
  padding-top: 45px;
  font-size: 21px;
}
.section6 .list-area .list-wrap .list > .logo {
  display: block;
  width: 206px;
  height: 53px;
  margin: auto;
  margin-top: 12px;
}
.section6 .list-area .list-wrap .list > .list-img {
  display: block;
  margin-top: 45px;
}
.section6 .list-area .list-wrap .list-btn {
  display: flex;
  justify-content: space-around;
  width: 347px;
  margin-top: 20px;
}
.section6 .list-area .list-wrap .list-btn a {
  display: inline-block;
  width: 158px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 36px;
  background: #E4E7F1;
  color: #3B4C71;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-family: 'NotoSansKR';
  cursor: pointer;
  transition: 0.3s;
}
.section6 .list-area .list-wrap .list-btn a:hover {
  background: #F3A237;
  color: #fff;
}
.section6 .list-area .list-wrap .list-btn a:hover i {
  color: #fff;
  transition: 0.3s;
}
.section6 .list-area .list-wrap .list-btn a i {
  margin-right: 8px;
  color: #3B4C71;
}
.section7 {
  width: 100%;
  padding-bottom: 70px;
  background: url(../images/section7-bg.png) center 0 no-repeat;
  background-size: cover;
}
.section7 .section7-wrap {
  max-width: 950px;
  margin: auto;
}
.section7 .section7-wrap .txt-area {
  width: 100%;
  padding-top: 150px;
}
.section7 .section7-wrap .txt-area .mountain-img {
  display: block;
  text-align: center;
}
.section7 .section7-wrap .txt-area h3 {
  color: #39758F;
  font-size: 2.7604vw;
  font-weight: 300;
  text-align: center;
  line-height: 2.7083vw;
}
.section7 .section7-wrap .txt-area h3 strong {
  display: block;
  color: #39758F;
  font-size: 1.7188vw;
  font-weight: 600;
  text-align: center;
}
.section7 .section7-wrap .txt-area .sub-txt {
  display: block;
  padding-top: 50px;
  color: #39758F;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.section7 .section7-wrap .info-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 185px;
  margin-top: 50px;
  padding-bottom: 70px;
  background: url(../images/info-bg.png) center 0 no-repeat;
}
.section7 .section7-wrap .info-area .tel,
.section7 .section7-wrap .info-area .mail {
  display: block;
  text-align: center;
}
.section7 .section7-wrap .info-area .tel a,
.section7 .section7-wrap .info-area .mail a {
  color: #39758F;
}
.section7 .section7-wrap .info-area .tel > a {
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 4.5px;
}
.section7 .section7-wrap .info-area .mail > a {
  font-size: 26px;
  letter-spacing: 4px;
}
.section7 .section7-wrap .info-area p {
  color: #39758F;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .main-section > .canvas .txt-area > div p {
    font-size: 38px;
    line-height: 44px;
    text-align: center;
  }
  .main-section > .canvas .txt-area > div p.logo img {
    height: 60px;
  }
  .main-section > .canvas .txt-area .txt-1 {
    top: 535px;
    text-align: center;
    width: 100%;
    right: 0;
  }
  .main-section > .canvas .txt-area .txt-2 {
    top: 535px;
    text-align: center;
    width: 100%;
    right: 0;
  }
  .section2 > .canvas .sticky {
    top: 20%;
  }
  .section2 > .canvas .sticky .txt-area p {
    font-size: 40px;
  }
  .section2 > .canvas .sticky .txt-area span {
    font-size: 24px;
  }
  .section3 {
    justify-content: space-evenly;
  }
  .section3 .canvas .txt-area {
    padding: 0 50px;
  }
  .section3 .canvas .txt-area p {
    font-size: 40px;
  }
  .section3 .canvas .txt-area span {
    font-size: 24px;
  }
  .section4 .page-one .txt-area,
  .section4 .page-two .txt-area {
    padding: 0 50px;
  }
  .section4 .page-one .txt-area p,
  .section4 .page-two .txt-area p {
    font-size: 40px;
  }
  .section4 .page-one .txt-area p.blue,
  .section4 .page-two .txt-area p.blue {
    font-size: 40px;
  }
  .section4 .page-one .txt-area span,
  .section4 .page-two .txt-area span {
    font-size: 24px;
  }
  .section5 > .canvas .sticky .txt-area p.white {
    top: 20px;
  }
  .section5 > .canvas .sticky .txt-area .txt-1 {
    top: 70px;
  }
  .section5 > .canvas .sticky .txt-area .txt-2 {
    top: 240px;
  }
}
@media screen and (max-width: 991px) {
  .section2 {
    padding: 0 20px;
  }
  .section2 > .canvas .sticky {
    top: 13%;
  }
  .section2 > .canvas .sticky .txt-area {
    top: 500px;
  }
  .section2 > .canvas .sticky .txt-area p {
    font-size: 28px;
    line-height: 32px;
  }
  .section2 > .canvas .sticky .txt-area span {
    font-size: 20px;
    line-height: 24px;
  }
  .section3 .canvas .main-video {
    height: 450px;
  }
  .section3 .canvas .main-video video {
    height: 450px;
  }
  .section3 .canvas .txt-area p {
    font-size: 28px;
    line-height: 32px;
  }
  .section3 .canvas .txt-area span {
    font-size: 20px;
    line-height: 24px;
  }
  .section4 {
    width: 100%;
    height: 100% !important;
    padding: 70px 0;
  }
  .section4 .page-one .list-area .browser {
    display: none;
  }
  .section4 .page-one .list-area .grid-list {
    width: 450px;
  }
  .section4 .page-one .list-area .grid-list > li {
    min-width: 25%;
  }
  .section4 .page-one .txt-area p.blue {
    font-size: 28px;
    line-height: 34px;
  }
  .section4 .page-one .txt-area p {
    font-size: 28px;
    line-height: 34px;
  }
  .section4 .page-one .txt-area span {
    font-size: 20px;
    line-height: 24px;
  }
  .section4 .page-two .txt-area p.blue {
    font-size: 28px;
    line-height: 34px;
  }
  .section4 .page-two .txt-area p {
    font-size: 28px;
    line-height: 34px;
  }
  .section4 .page-two .txt-area span {
    font-size: 20px;
    line-height: 24px;
  }
  .section4 .page-two .img-area .grid-img {
    width: 400px;
    height: 400px;
  }
  .section4 .page-two .img-area .grid-img .grid-front {
    left: 25px;
    width: auto;
    height: 380px;
  }
  .section4 .page-two .img-area .grid-img .grid-back {
    top: -50px;
    left: 0px;
    width: auto;
    height: 420px;
  }
  .section5 > .canvas .sticky {
    top: 200px;
  }
  .section5 .canvas .txt-area {
    left: 0;
  }
  .section5 .canvas .sticky .txt-area p {
    font-size: 28px;
    line-height: 34px;
  }
  .section5 .canvas .sticky .txt-area span {
    font-size: 20px;
    line-height: 24px;
  }
  .section5 > .canvas .sticky .txt-area p.white {
    top: 30px;
    left: 30px;
    font-size: 28px;
  }
  .section5 > .canvas .sticky .txt-area .txt-1 {
    top: 70px;
    left: 30px;
  }
  .section5 > .canvas .sticky .txt-area .txt-2 {
    top: 240px;
    left: 30px;
  }
}
@keyframes txtAni {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(50px);
  }
}
@keyframes Bingle {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
/*home.css*/
:root {
  --s1t1: 0;
  --s1t2: 0;
  --s2t1: 0;
  --s3t1: 0;
  --s4t1: 0;
  --s5t1: 0;
  --s5t2: 0;
  /* text 1 */
  --s5t1-1: 0;
  --s5t1-2: 0;
  /* text 2 */
  --s5t2-1: 0;
  --s5t2-2: 0;
}
section canvas {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}
section.main-section,
section.section2,
section.section3,
section.section5 {
  height: auto;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 85px;
}
/* ================================== */
/* main-section */
@keyframes s1t1Ani {
  90% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-100px);
  }
}
@keyframes s1t2Ani {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
/* time 기준 animation test */
@keyframes tmpAni1 {
  from {
    opacity: 0;
    transform: translateX(0px);
  }
  to {
    opacity: 1;
    transform: translateX(-100px);
  }
}
.main-section .txt-1 {
  opacity: 1;
  animation: s1t1Ani 100s linear 1 var(--s1t1);
  animation-play-state: paused;
  animation-fill-mode: forwards;
  /* 애니메이션 후 마지막상태 유지 */
  transition: transform 0.7s, opacity 0.7s;
}
.main-section .txt-2 {
  animation: s1t2Ani 100s linear 1 var(--s1t2);
  animation-play-state: paused;
  animation-fill-mode: forwards;
  transition: transform 0.7s, opacity 0.7s;
}
/* section2 */
section.section2 .txt-area {
  z-index: 2;
  /* 다음 섹션 스크롤시 이미지에 타이틀이 가려짐 */
  text-align: center;
  opacity: 0;
  position: relative;
  top: 85px;
  /* text animatin */
  animation: s2t1Ani 100s linear infinite var(--s2t1);
  animation-play-state: paused;
  animation-fill-mode: forwards;
}
/* section2 text animatin definition */
@keyframes s2t1Ani {
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* section 3 */
@keyframes s3t1Ani {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.section3 .txt-area {
  opacity: 1 !important;
}
.section3 .txt-area span {
  animation: s3t1Ani 100s linear 1 var(--s3t1);
  animation-play-state: paused;
  animation-fill-mode: forwards;
  opacity: 0;
}
/* section 4 */
@keyframes s4t1Ani {
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes s4t2Ani {
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll-show {
  opacity: 1 !important;
  transform: translateY(0px) scale(1, 1);
}
.hide-from-top {
  opacity: 0;
  transform: translateY(-50px);
}
.hide-from-bottom {
  opacity: 0;
  transform: translateY(50px);
}
.hide-from-middle {
  opacity: 0;
  transform: scale(0.8, 0.8);
}
/* page one */
section.section4 .page-one .list-area > * {
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
section.section4 .page-one {
  animation: s4t1Ani 100s linear 1 var(--s4t1);
  animation-play-state: paused;
  animation-fill-mode: forwards;
}
section.section4 .page-two {
  opacity: 0;
  display: block;
  animation: s4t2Ani 100s linear 1 var(--s4t1);
  animation-play-state: paused;
  animation-fill-mode: forwards;
}
/* section5 */
@keyframes s5t1Ani {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
    transform: scale(1.5);
  }
  70% {
    opacity: 0;
  }
}
@keyframes s5t1Ani2 {
  20% {
    opacity: 0;
    /* css 조절 요청 */
    transform: translateY(-170px) scale(1.5);
  }
  40% {
    opacity: 1;
    /* css 조절 요청 */
    transform: translateY(-170px) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(-170px) scale(1);
  }
}
section.section5 .txt-area {
  opacity: 1;
}
section.section5 .txt-1 {
  z-index: 2;
  /* 다음 섹션 스크롤시 이미지에 타이틀이 가려짐 */
  opacity: 0;
  /* text animatin */
  animation: s5t1Ani 100s linear 1 var(--s5t1);
  animation-play-state: paused;
  animation-fill-mode: forwards;
  transition: all opacity 0.3s;
}
section.section5 .txt-area p.white {
  color: transparent;
  background-image: linear-gradient(90deg, #0088FF var(--s5t1-1), #fff var(--s5t1-2));
  -webkit-background-clip: text;
  /* 위에서 정의한 background image를 어디에 적용할건지 선언 */
}
section.section5 .txt-2 {
  color: transparent;
  background-image: linear-gradient(90deg, #000 var(--s5t2-1), transparent var(--s5t2-2));
  -webkit-background-clip: text;
  /* 위에서 정의한 background image를 어디에 적용할건지 선언 */
  z-index: 2;
  /* 다음 섹션 스크롤시 이미지에 타이틀이 가려짐 */
  /* text animatin */
  animation: s5t1Ani2 100s linear 1 var(--s5t2);
  animation-play-state: paused;
  animation-fill-mode: forwards;
  transition: all opacity 0.7s;
}
