@charset "UTF-8";
@keyframes text-ani {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes index-slideup {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -100dvh;
  }
}
@keyframes index-slidedown {
  0% {
    margin-top: -100dvh;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes trans-header-color-blue {
  0% {
    color: #ffffff;
  }
  80% {
    color: #ffffff;
  }
  100% {
    color: #0029d2;
  }
}
@keyframes trans-header-bg-blue {
  0% {
    background-color: #ffffff;
  }
  80% {
    background-color: #ffffff;
  }
  100% {
    background-color: #0029d2;
  }
}
@keyframes trans-header-transparent-white {
  0% {
    background-color: transparent;
  }
  80% {
    background-color: transparent;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes logo-position {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  40% {
    top: calc(2.3rem + 0px);
    left: calc(50% + 7rem);
    transform: translate(-50%, 0) scale(0.07);
  }
  100% {
    top: calc(2.3rem + 0px);
    left: calc(50% + 7rem);
    transform: translate(-50%, 0) scale(0.07);
  }
}
@keyframes logo-position-hm {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  40% {
    top: 18px;
    left: calc(50% + 7rem);
    transform: translate(-50%, 0) scale(0.15);
  }
  100% {
    top: 18px;
    left: calc(50% + 7rem);
    transform: translate(-50%, 0) scale(0.15);
  }
}
@keyframes logo-position-m {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  40% {
    top: 21px;
    left: calc(50% + 7rem);
    transform: translate(-50%, 0) scale(0.21);
  }
  100% {
    top: 21px;
    left: calc(50% + 7rem);
    transform: translate(-50%, 0) scale(0.21);
  }
}
@keyframes logo-position-big {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  40% {
    top: 2.6rem;
    left: calc(50% - 898.5px);
    transform: translate(0, 0) scale(0.05);
  }
  100% {
    top: 2.6rem;
    left: calc(50% - 898.5px);
    transform: translate(0, 0) scale(0.05);
  }
}
@keyframes logo-position-normal {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  40% {
    top: 2.6rem;
    left: calc(50% - (92.7083333333vw + 17px) / 2);
    transform: translate(0, 0) scale(0.05);
  }
  100% {
    top: 2.6rem;
    left: calc(50% - (92.7083333333vw + 17px) / 2);
    transform: translate(0, 0) scale(0.05);
  }
}
@keyframes logo-position-middle {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  40% {
    top: 20px;
    left: calc(50% - 46.3541666667vw);
    transform: translate(0, 0) scale(0.07);
  }
  100% {
    top: 20px;
    left: calc(50% - 46.3541666667vw);
    transform: translate(0, 0) scale(0.07);
  }
}
@keyframes box-scale {
  0% {
    height: 7.2rem;
  }
  40% {
    height: calc(100dvh - calc(14rem + 0px));
  }
  100% {
    height: calc(100dvh - calc(14rem + 0px));
  }
}
@keyframes box-scale-m {
  0% {
    height: 50px;
  }
  40% {
    height: calc(100dvh - 105px);
  }
  100% {
    height: calc(100dvh - 105px);
  }
}
@keyframes eng-scale1 {
  0% {
    transform: translateY(0) scale(1);
    font-size: 4.8rem;
  }
  70% {
    transform: translateY(-15rem) scale(4.48);
    font-size: 4.8rem;
  }
  100% {
    transform: translateY(-15rem) scale(4.48);
    font-size: 4.8rem;
  }
}
@keyframes eng-scale1-hm {
  0% {
    transform: translateY(0) scale(1);
    font-size: 4.8rem;
  }
  70% {
    transform: translateY(-5rem) scale(4.47);
    font-size: 4.8rem;
  }
  100% {
    transform: translateY(-5rem) scale(4.47);
    font-size: 4.8rem;
  }
}
@keyframes eng-scale1-m {
  0% {
    transform: translateY(0) scale(1);
    font-size: 8.3rem;
  }
  70% {
    transform: translateY(-15rem) scale(1);
    font-size: 21.3rem;
  }
  100% {
    transform: translateY(-15rem) scale(1);
    font-size: 21.3rem;
  }
}
@keyframes eng-scale2 {
  0% {
    transform-origin: left;
    transform: translateY(0) scale(1);
    font-size: 4.8rem;
  }
  40% {
    transform-origin: left;
    transform: translateY(-15rem) scale(6);
    font-size: 4.8rem;
  }
  100% {
    transform-origin: right;
    transform: translateY(-15rem) scale(6);
    font-size: 4.8rem;
  }
}
@keyframes eng-scale2-hm {
  0% {
    transform-origin: left;
    transform: translateY(0) scale(1);
    font-size: 4.8rem;
  }
  40% {
    transform-origin: left;
    transform: translateY(-15rem) scale(6);
    font-size: 4.8rem;
  }
  100% {
    transform-origin: right;
    transform: translateY(-15rem) scale(6);
    font-size: 4.8rem;
  }
}
@keyframes eng-scale2-m {
  0% {
    transform-origin: left;
    transform: translateY(0) scale(1);
    font-size: 8.3rem;
  }
  40% {
    transform-origin: left;
    transform: translateY(-50rem) scale(1);
    font-size: 24rem;
  }
  100% {
    transform-origin: left;
    transform: translateY(-50rem) scale(1);
    font-size: 24rem;
  }
}
@keyframes journal-slidein {
  0% {
    left: calc(100% - 24rem);
  }
  100% {
    left: 12rem;
  }
}
@keyframes journal-slidein2 {
  0% {
    left: calc(100% - 12rem);
  }
  100% {
    left: calc(12rem * 2);
  }
}
@keyframes journal-slidein-m {
  0% {
    top: calc(100% - 90px);
  }
  100% {
    top: 45px;
  }
}
@keyframes journal-slidein2-m {
  0% {
    top: calc(100% - 45px);
  }
  100% {
    top: 90px;
  }
}
@keyframes swiper-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes trans-header-background-blue {
  0% {
    background: #ffffff;
  }
  80% {
    background: #ffffff;
  }
  100% {
    background: #0029d2;
  }
}
.layout-new {
  width: 100%;
  height: 100%;
}
.layout-new body {
  overscroll-behavior-y: none;
  overflow-x: clip;
}
.layout-new.animate-scroll body {
  overflow: clip;
}
.layout-new .work-v {
  height: auto;
}
.layout-new .work-v .scroll-ex {
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  transform: translateY(100%);
  top: auto;
  bottom: 15rem;
  display: block;
}
.layout-new .work-v .scroll-ex.show {
  opacity: 1;
  transform: translateY(0);
}
.layout-new .work-v .scroll-ex span {
  color: #ffffff;
}
.layout-new .work-v .scroll-ex span::before {
  border-color: #ffffff;
}
.layout-new .work-v .scroll-ex span::after {
  background-color: #ffffff;
}
.layout-new .animate-page-wrap {
  overflow: hidden;
}
.layout-new .animate-page-wrap .ani-section {
  height: 100dvh;
  overflow: hidden;
}
.layout-new .animate-page-wrap .ani-section .inner-sticky {
  height: 100%;
}
.layout-new .animate-page-wrap .ani-section .intro-typing {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  filter: invert(1);
  margin-top: -0px;
  position: absolute;
}
.layout-new .page-scroll-wrap {
  width: 100%;
  height: 100dvh;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  z-index: 100;
}
.layout-new .page-scroll-wrap .now-wrap,
.layout-new .page-scroll-wrap .solution-wrap {
  display: none;
}
.layout-new .ani-section {
  width: 100%;
  height: 1000px;
  margin: 0 auto;
  position: relative;
}
.layout-new .ani-section.white {
  background: #0029d2;
}
.layout-new .ani-section.white * {
  color: #ffffff;
}
.layout-new .ani-section.white .intro-typing {
  color: #ffffff;
}
.layout-new .ani-section.white .text-animate-area {
  background: #0029d2;
}
.layout-new .ani-section.white .text-animate-area .text-box {
  background: #0029d2;
  border-top: 1px solid #ffffff;
}
.layout-new .ani-section.white .text-animate-area .text-box:last-child {
  border-bottom: 1px solid #ffffff;
}
.layout-new .ani-section.white .text-animate-area .text-box .eng-text, .layout-new .ani-section.white .text-animate-area .text-box .description {
  color: #ffffff;
}
.layout-new .ani-section.white .text-animate-area .text-box .category > div {
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.layout-new .ani-section.white .text-animate-area .text-box .category::after {
  background-image: linear-gradient(rgba(0, 41, 210, 0), #0029d2, rgb(0, 41, 210));
}
.layout-new .ani-section .flex-box {
  height: 100%;
}
.layout-new .inner-sticky {
  top: 0;
  width: 100%;
  position: sticky;
  overflow: hidden;
}
.layout-new .inner-wrap {
  max-width: 192rem;
  /*  width: 100%;  */
  height: 100%;
  margin: 0 auto;
  position: relative;
  /* padding: 0 7rem; */
  width: 92.7083333333vw;
  padding: 0;
}
.layout-new .inner-wrap.absolute {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.layout-new .flex-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.layout-new .flex-box .flex-inner {
  width: 100%;
}
.layout-new .flex-box .text-fild {
  width: 32.2%;
}
.layout-new .flex-box.jc-space {
  justify-content: space-between;
}
.layout-new .flex-box.jc-right {
  justify-content: flex-end;
}
.layout-new .flex-box.jc-center {
  justify-content: center;
}
.layout-new .flex-box.al-center {
  align-items: center;
}
.layout-new .flex-box.al-bottom {
  align-items: flex-end;
}
.layout-new .flex-box.list {
  overflow: hidden;
  margin-bottom: -1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(1),
.layout-new .flex-box.list > li:first-child:nth-last-child(1) ~ li {
  width: 99%;
  margin-bottom: 1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(1):not(:nth-child(1n)),
.layout-new .flex-box.list > li:first-child:nth-last-child(1) ~ li:not(:nth-child(1n)) {
  margin-right: 1.5%;
}
.layout-new .flex-box.list {
  overflow: hidden;
  margin-bottom: -1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(2),
.layout-new .flex-box.list > li:first-child:nth-last-child(2) ~ li {
  width: 49%;
  margin-bottom: 1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(2):not(:nth-child(2n)),
.layout-new .flex-box.list > li:first-child:nth-last-child(2) ~ li:not(:nth-child(2n)) {
  margin-right: 1.5%;
}
.layout-new .flex-box.list {
  overflow: hidden;
  margin-bottom: -1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(3),
.layout-new .flex-box.list > li:first-child:nth-last-child(3) ~ li {
  width: 32.3333333333%;
  margin-bottom: 1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(3):not(:nth-child(3n)),
.layout-new .flex-box.list > li:first-child:nth-last-child(3) ~ li:not(:nth-child(3n)) {
  margin-right: 1.5%;
}
.layout-new .flex-box.list {
  overflow: hidden;
  margin-bottom: -1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(4),
.layout-new .flex-box.list > li:first-child:nth-last-child(4) ~ li {
  width: 24%;
  margin-bottom: 1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(4):not(:nth-child(4n)),
.layout-new .flex-box.list > li:first-child:nth-last-child(4) ~ li:not(:nth-child(4n)) {
  margin-right: 1.5%;
}
.layout-new .flex-box.list {
  overflow: hidden;
  margin-bottom: -1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(5),
.layout-new .flex-box.list > li:first-child:nth-last-child(5) ~ li {
  width: 19%;
  margin-bottom: 1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(5):not(:nth-child(5n)),
.layout-new .flex-box.list > li:first-child:nth-last-child(5) ~ li:not(:nth-child(5n)) {
  margin-right: 1.5%;
}
.layout-new .flex-box.list {
  overflow: hidden;
  margin-bottom: -1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(6),
.layout-new .flex-box.list > li:first-child:nth-last-child(6) ~ li {
  width: 15.6666666667%;
  margin-bottom: 1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(6):not(:nth-child(6n)),
.layout-new .flex-box.list > li:first-child:nth-last-child(6) ~ li:not(:nth-child(6n)) {
  margin-right: 1.5%;
}
.layout-new .flex-box.list {
  overflow: hidden;
  margin-bottom: -1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(7),
.layout-new .flex-box.list > li:first-child:nth-last-child(7) ~ li {
  width: 13.2857142857%;
  margin-bottom: 1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(7):not(:nth-child(7n)),
.layout-new .flex-box.list > li:first-child:nth-last-child(7) ~ li:not(:nth-child(7n)) {
  margin-right: 1.5%;
}
.layout-new .flex-box.list {
  overflow: hidden;
  margin-bottom: -1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(8),
.layout-new .flex-box.list > li:first-child:nth-last-child(8) ~ li {
  width: 11.5%;
  margin-bottom: 1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(8):not(:nth-child(8n)),
.layout-new .flex-box.list > li:first-child:nth-last-child(8) ~ li:not(:nth-child(8n)) {
  margin-right: 1.5%;
}
.layout-new .flex-box.list {
  overflow: hidden;
  margin-bottom: -1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(9),
.layout-new .flex-box.list > li:first-child:nth-last-child(9) ~ li {
  width: 10.1111111111%;
  margin-bottom: 1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(9):not(:nth-child(9n)),
.layout-new .flex-box.list > li:first-child:nth-last-child(9) ~ li:not(:nth-child(9n)) {
  margin-right: 1.5%;
}
.layout-new .flex-box.list {
  overflow: hidden;
  margin-bottom: -1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(10),
.layout-new .flex-box.list > li:first-child:nth-last-child(10) ~ li {
  width: 9%;
  margin-bottom: 1.5%;
}
.layout-new .flex-box.list > li:first-child:nth-last-child(10):not(:nth-child(10n)),
.layout-new .flex-box.list > li:first-child:nth-last-child(10) ~ li:not(:nth-child(10n)) {
  margin-right: 1.5%;
}
.layout-new .link-btn {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  color: #0029d2;
}
.layout-new .link-btn::after {
  content: "";
  width: 3.2rem;
  height: 1.4rem;
  margin-top: 3px;
  display: block;
  background: url(/images/img_link.svg) center no-repeat;
  background-size: contain;
}
.layout-new .link-btn:hover::after {
  animation: lr-arrow 1s ease-in-out infinite;
}
@keyframes lr-arrow {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(15%);
  }
  100% {
    transform: translateX(0%);
  }
}
.layout-new .btn-wrap {
  margin-top: 24.5rem;
}
.layout-new .btn-wrap .link-btn {
  font-size: 2.5rem;
  font-weight: 600;
}
.layout-new .btn-wrap.new_btn {
  margin-top: 9.6rem;
}
.layout-new .intro-typing {
  width: 100%;
  max-width: 192rem;
  margin: 0 auto;
  text-align: center;
  font-size: 42rem;
  color: #0029d2;
  font-weight: 800;
  white-space: nowrap;
  transform-origin: left top;
  z-index: 100;
}
.layout-new .intro-typing img {
  width: 100%;
  object-fit: cover;
}
.layout-new .intro-typing.cursor {
  font-weight: 600;
}
.layout-new .intro-typing.cursor:after {
  content: "";
  display: inline-block;
  height: 4rem;
  margin-left: 0.04rem;
  border-right: 4rem solid #222;
  animation: cursor 0.9s infinite steps(2);
}
.layout-new .intro-typing.bganimate {
  font-weight: 800;
}
.layout-new .intro-typing.bganimate:after {
  content: "U PLEAT";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #03a9f4;
  animation: logo-animate 4s ease-in-out infinite;
}
.layout-new .heading-text {
  text-align: center;
  filter: invert(1);
  margin-top: 18rem;
  margin-bottom: 10rem;
}
.layout-new .heading-text img {
  width: 100%;
}
.layout-new .header-site {
  background: #ffffff;
}
.layout-new .header-site.white, .layout-new .header-site.blue {
  background-color: #0029d2;
}
.layout-new .header-site.white .logo-site a::after, .layout-new .header-site.blue .logo-site a::after {
  background-color: #ffffff;
}
.layout-new .header-site.white .navigation-global ul a, .layout-new .header-site.blue .navigation-global ul a {
  color: #ffffff;
}
.layout-new .header-site.white .btn-gnb span, .layout-new .header-site.blue .btn-gnb span {
  background-color: #ffffff;
}
.layout-new .header-site.black {
  background-color: #171717;
}
.layout-new .header-site.black .logo-site a::after {
  background-color: #ffffff;
}
.layout-new .header-site.black .navigation-global ul a {
  color: #ffffff;
}
.layout-new .header-site.black .btn-gnb span {
  background-color: #ffffff;
}
.layout-new .header-site.active .navigation-global ul a {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #fff;
}
.layout-new .text-ani div {
  display: block;
  overflow: hidden;
}
.layout-new .text-ani span, .layout-new .text-ani .sub {
  display: inline-block;
  opacity: 0;
  transform: translateY(80%);
}
.layout-new .line {
  position: absolute;
  top: 7rem;
  left: 0;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: 2;
}
.layout-new .about-intro {
  display: block;
  width: 100%;
  height: auto;
}
.layout-new .about-intro * {
  box-sizing: border-box;
  word-break: keep-all;
  font-weight: 600;
  line-height: 1.5;
  color: #0029d2;
}
.layout-new .about-intro .intro-top-box {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
}
.layout-new .about-intro .intro-top-box + .area-box {
  border-top: 0;
}
.layout-new .about-intro .intro-top-box .intro-img {
  width: 100%;
  max-width: 192rem;
  padding: 0 7rem;
  position: absolute;
  top: 20%;
  left: 50%;
  margin-left: -96rem;
}
.layout-new .about-intro .ani-section {
  border-top: 1px solid #ffffff;
}
.layout-new .about-intro .ani-section .inner-sticky {
  height: 100%;
}
.layout-new .about-intro .tit-text {
  font-family: "proxima-nova";
  display: block;
  font-size: 4rem;
}
.layout-new .about-intro .tit-main {
  font-family: "proxima-nova";
  font-size: 7rem;
  line-height: 1.2;
  word-break: keep-all;
  margin-top: 0.5rem;
}
.layout-new .about-intro .tit-main.normal {
  display: none;
}
.layout-new .about-intro .tit-sub {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: 600;
  word-break: keep-all;
  margin-bottom: 4rem;
}
.layout-new .about-intro .sub-text {
  font-size: 2.5rem;
  font-weight: 300;
  word-break: keep-all;
}
.layout-new .about-intro .sub-text + .sub-text {
  margin-top: 4rem;
}
.layout-new .about-intro .area-box {
  border-top: 2px solid #0029d2;
  padding: 15px 0 20rem 0;
}
.layout-new .about-intro .area-box .letter-gab-box {
  padding-right: 5.5rem;
}
.layout-new .about-intro .exp-line-box {
  width: 100%;
  font-family: "proxima-nova";
}
.layout-new .about-intro .exp-line-box + .area-box {
  border-top: none;
}
.layout-new .about-intro .exp-line-box > li {
  border-top: 1px solid #0029d2;
  padding: 10px 0;
  font-size: 4.8rem;
}
.layout-new .about-intro .exp-line-box > li:last-child {
  border-bottom: 1px solid #0029d2;
}
.layout-new .about-intro .exp-line-box > li * {
  letter-spacing: -1.4px;
  line-height: 1.2;
}
.layout-new .about-intro .list-line-box {
  font-family: "proxima-nova";
  width: 100%;
}
.layout-new .about-intro .list-line-box > li {
  border-bottom: 1px solid #0029d2;
  font-size: 3.6rem;
  padding: 5px 0;
  letter-spacing: -0.1rem;
}
.layout-new .about-intro .list-line-box > li:last-child {
  border-bottom: none;
}
.layout-new .about-intro .finalscene-img {
  width: 100%;
  height: 100%;
  background: url(/images/finalscene_bg.png) no-repeat center;
  background-size: 100% auto;
  transform: scaleX(0);
  position: relative;
}
.layout-new .about-intro .finalscene-img > .inner-img {
  width: 100%;
  height: 100%;
  background: url(/images/finalscene_box.png) no-repeat center;
  background-size: 100% auto;
  opacity: 0;
  top: 30%;
  transform: translateY(0);
  position: relative;
}
.layout-new .about-intro .circle-box {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: scale(0.777);
}
.layout-new .about-intro .circle-box + .text-fild .al-center {
  margin-top: -9.5rem;
}
.layout-new .about-intro .circle-box.animate-scene1 {
  transform: scale(0.741);
}
.layout-new .about-intro .circle-box.animate-scene1 {
  transform: scale(0.767);
}
.layout-new .about-intro .circle-box .circle-chapter {
  left: 50%;
  top: 50%;
  transform: translate(-47%, -50%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  text-align: center;
  font-size: 2.5rem;
  color: #ffffff;
}
.layout-new .about-intro .circle-box .circle-chapter:not(.last) {
  opacity: 0;
}
.layout-new .about-intro .circle-box .circle-chapter span {
  left: 50%;
  top: 50%;
  display: inline-block;
  position: absolute;
  z-index: 10;
}
.layout-new .about-intro .circle-box .circle-chapter::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.layout-new .about-intro .circle-box .circle-chapter.pink span {
  transform: translate(-47%, -45rem);
}
.layout-new .about-intro .circle-box .circle-chapter.pink::after {
  width: 100%;
  height: 100%;
  background: url(/images/circle_chapter3.svg) no-repeat center;
  background-size: 100% auto;
}
.layout-new .about-intro .circle-box .circle-chapter.yellow span {
  transform: translate(-47%, -33.4rem);
}
.layout-new .about-intro .circle-box .circle-chapter.yellow::after {
  width: 75%;
  height: 75%;
  background: url(/images/circle_chapter2.svg) no-repeat center;
  background-size: 100% auto;
}
.layout-new .about-intro .circle-box .circle-chapter.sky span {
  transform: translate(-47%, -23.7rem);
}
.layout-new .about-intro .circle-box .circle-chapter.sky::after {
  width: 53%;
  height: 53%;
  background: url(/images/circle_chapter1.svg) no-repeat center;
  background-size: 100% auto;
}
.layout-new .about-intro .circle-box .circle-chapter.cop {
  z-index: -1;
}
.layout-new .about-intro .circle-box .circle-chapter.cop::after {
  width: 35%;
  height: 35%;
  background: url(/images/circle-final.svg) no-repeat center;
  background-size: 100% auto;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap {
  width: 100rem;
  height: 100rem;
  left: 50%;
  top: 50%;
  transform: translate(-42%, -50%);
  position: absolute;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap.end .circle-diagonal {
  width: 115rem;
  opacity: 1;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal {
  position: absolute;
  height: 5rem;
  width: 5rem;
  opacity: 0;
  border-radius: 3rem;
  bottom: 0;
  transform-origin: left bottom;
  transform: rotate(-61deg);
  display: flex;
  align-items: center;
  font-size: 3.3rem;
  color: #ffffff;
  font-weight: 800;
  text-indent: 3rem;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal.sky {
  background: rgba(92, 167, 255, 0.5);
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal.yellow {
  background: rgba(255, 180, 91, 0.5);
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal.pink {
  background: rgba(255, 112, 129, 0.5);
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal:nth-child(1) {
  left: -18rem;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal:nth-child(2) {
  left: -10rem;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal:nth-child(3) {
  left: -2.3rem;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal:nth-child(4) {
  left: 10rem;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal:nth-child(5) {
  left: 18rem;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal:nth-child(6) {
  left: 26rem;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal:nth-child(7) {
  left: 37rem;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal:nth-child(8) {
  left: 45rem;
}
.layout-new .about-intro .circle-box .circle-diagonal-wrap .circle-diagonal:nth-child(9) {
  left: 53rem;
}
.layout-new .about-intro .circle-box .circle-depth {
  position: relative;
  width: 60rem;
  height: 60rem;
  display: inline-block;
}
.layout-new .about-intro .circle-box .circle-depth.end-wrap {
  position: absolute;
}
.layout-new .about-intro .circle-box .circle-depth .circle-po {
  opacity: 0;
  position: absolute;
  width: 45%;
  height: 44%;
  border-radius: 50%;
  background: #000;
  transform: scale(0.6) translate(-80%, -80%);
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5.7rem;
  color: #ffffff;
}
.layout-new .about-intro .circle-box .circle-depth .circle-po.tribe {
  transform: scale(0.6) translate(-83%, -83%);
}
.layout-new .about-intro .circle-box .circle-depth .circle-po p {
  font-size: 3.5rem;
}
.layout-new .about-intro .circle-box .circle-depth.n2 {
  border-radius: 50%;
}
.layout-new .about-intro .circle-box .circle-depth.n2 .circle-depth:nth-child(1) {
  transform: translate(4%, -6%) rotate(-30deg);
}
.layout-new .about-intro .circle-box .circle-depth.n2 .circle-depth:nth-child(1) .circle {
  transform: scale(0.6);
}
.layout-new .about-intro .circle-box .circle-depth.n2 .circle-depth:nth-child(1) .circle.sky {
  transform: translate(-50%, 0) scale(0.6);
}
.layout-new .about-intro .circle-box .circle-depth.n2 .circle-depth:nth-child(1) .circle.yellow {
  left: 0;
  right: auto;
}
.layout-new .about-intro .circle-box .circle-depth.n2 .circle-depth:nth-child(1) .circle.pink {
  right: 0;
  left: auto;
}
.layout-new .about-intro .circle-box .circle-depth.n2 .circle-depth:nth-child(2) .circle > p {
  opacity: 1;
}
.layout-new .about-intro .circle-box .circle-depth.n1 {
  border-radius: 50%;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2 {
  background: rgba(0, 0, 0, 0.2);
  transform: scale(0.28);
  position: absolute;
  opacity: 0;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2 .circle-po {
  opacity: 0;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2:nth-child(1) {
  opacity: 1;
  transform: scale(1);
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2:nth-child(1) .circle-po {
  opacity: 1;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2:nth-child(2) {
  left: -18rem;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2:nth-child(3) {
  left: -9.5rem;
  top: 17rem;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2:nth-child(4) {
  left: 9.5rem;
  top: 17rem;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2:nth-child(5) {
  left: 18rem;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2:nth-child(6) {
  left: 9.5rem;
  top: -17rem;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(1) {
  left: -5rem;
  transform: translate(4%, -6%) rotate(-30deg);
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(1) .circle {
  transform: scale(0.6);
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(1) .circle.sky {
  transform: translate(-50%, 0) scale(0.6);
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(1) .circle.yellow {
  left: 0;
  right: auto;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(1) .circle.pink {
  right: 0;
  left: auto;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(2) {
  left: -4rem;
  transform: rotate(-90deg);
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(2) .circle {
  transform: scale(0.6);
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(2) .circle > p {
  opacity: 1;
}
.layout-new .about-intro .circle-box .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(2) .circle.sky {
  transform: translate(-50%, 0) scale(0.6);
}
.layout-new .about-intro .circle-box .circle-depth.n0.end {
  position: absolute;
  transform: scale(0.53);
}
.layout-new .about-intro .circle-box .circle-depth.n0.end:not(.last) {
  opacity: 0;
}
.layout-new .about-intro .circle-box .circle-depth.n0.end .circle-po p {
  font-size: 6.5rem;
}
.layout-new .about-intro .circle-box .circle-depth.n0.end:nth-child(1) {
  left: -21.5rem;
  top: -24rem;
}
.layout-new .about-intro .circle-box .circle-depth.n0.end:nth-child(1):not(.last) {
  transform: scale(1);
  opacity: 1;
  left: 0;
  top: 0;
}
.layout-new .about-intro .circle-box .circle-depth.n0.end:nth-child(2) {
  left: 27rem;
  top: -24rem;
}
.layout-new .about-intro .circle-box .circle-depth.n0.end:nth-child(3) {
  left: -21.5rem;
  top: 24rem;
}
.layout-new .about-intro .circle-box .circle-depth.n0.end:nth-child(4) {
  left: 27rem;
  top: 24rem;
}
.layout-new .about-intro .circle-box .circle-depth.n0.end:not(.last) .circle-depth.n1 .circle-po p {
  opacity: 0;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 {
  transform: scale(1.5);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-po {
  opacity: 1;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2 {
  transform: scale(0.28);
  position: absolute;
  opacity: 1;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2:nth-child(1) {
  left: -9.5rem;
  top: -17rem;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2:nth-child(1) .circle-po {
  opacity: 1;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2:nth-child(2) {
  left: -18rem;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2:nth-child(3) {
  left: -9.5rem;
  top: 17rem;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2:nth-child(4) {
  left: 9.5rem;
  top: 17rem;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2:nth-child(5) {
  left: 18rem;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2:nth-child(6) {
  left: 9.5rem;
  top: -17rem;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(1) {
  left: -5rem;
  transform: translate(4%, -6%) rotate(-30deg);
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(1) .circle {
  transform: scale(0.6);
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(1) .circle.sky {
  transform: translate(-50%, 0) scale(0.6);
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(1) .circle.yellow {
  left: 0;
  right: auto;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(1) .circle.pink {
  right: 0;
  left: auto;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(2) {
  left: -4rem;
  transform: rotate(-90deg);
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(2) .circle {
  transform: scale(0.6);
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(2) .circle > p {
  opacity: 1;
}
.layout-new .about-intro .circle-box .circle-depth.n0 .circle-depth.n1 .circle-depth.n2 .circle-depth:nth-child(2) .circle.sky {
  transform: translate(-50%, 0) scale(0.6);
}
.layout-new .about-intro .circle-box .circle-depth.n3 {
  position: absolute;
}
.layout-new .about-intro .circle-box .circle {
  width: 45%;
  height: 44%;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.layout-new .about-intro .circle-box .circle > p {
  font-size: 3.8rem;
  color: #ffffff;
  opacity: 0;
}
.layout-new .about-intro .circle-box .circle.sky {
  background: #5ca7ff;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -1000%) scale(6);
}
.layout-new .about-intro .circle-box .circle.yellow {
  right: 0;
  bottom: 5%;
  background: #ffb45b;
  transform: translate(1000%, 300%) scale(6);
}
.layout-new .about-intro .circle-box .circle.pink {
  left: 0;
  bottom: 5%;
  background: #ff7081;
  transform: translate(-1000%, 300%) scale(6);
}
.layout-new .page-about {
  overflow-x: clip;
}
.layout-new .page-about * {
  box-sizing: border-box;
  word-break: keep-all;
}
.layout-new .page-about .page-about-inner {
  position: relative;
}
.layout-new .page-about .inner-sticky {
  top: 0;
  height: 15rem;
  background: #fff;
  z-index: 10;
}
.layout-new .page-about .inner-sticky::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #0029d2;
  top: 7rem;
  left: 0;
  display: block;
  position: absolute;
  z-index: 1;
}
.layout-new .page-about .inner-sticky h3, .layout-new .page-about .inner-sticky h4 {
  font-weight: 600;
}
.layout-new .page-about .about-section1 {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14.5rem 0;
}
.layout-new .page-about .about-section1::before {
  display: none;
}
.layout-new .page-about .about-section1 .box-oneuplsystem {
  position: relative;
  left: auto;
  top: auto;
}
.layout-new .page-about .about-section1 .box-oneuplsystem .item {
  font-weight: 250;
}
.layout-new .page-about .about-section1 .box-description {
  position: relative;
  right: auto;
  top: auto;
  width: 56.9rem;
}
.layout-new .page-about .about-section1 .box-description .text-description {
  font-weight: 300;
}
.layout-new .page-about .about-section1 .box-description .text-description strong {
  font-weight: 600;
}
.layout-new .page-about .about-section2 {
  padding-top: 0;
}
.layout-new .page-about .about-section2 .contain-system {
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-top: 1px solid #0029d2;
  padding: 2.4rem 0 25rem;
}
.layout-new .page-about .about-section2 .contain-system::before {
  display: none;
}
.layout-new .page-about .about-section2 .contain-system .box-system {
  position: relative;
  left: auto;
  top: auto;
}
.layout-new .page-about .about-section2 .contain-system .box-system p {
  font-size: 9.6rem;
}
.layout-new .page-about .about-section2 .contain-system .box-description {
  position: relative;
  right: auto;
  top: auto;
}
.layout-new .page-about .about-section2 .contain-system .box-description p {
  font-weight: 300;
}
.layout-new .page-about .about-section2 .contain-system .box-description p strong {
  font-weight: 600;
}
.layout-new .page-about .about-section2 .contain-system .box-description ul li {
  font-weight: 300;
}
.layout-new .page-about .about-section3 {
  padding-top: 0;
}
.layout-new .page-about .about-section3 h3 {
  font-weight: 600;
}
.layout-new .page-about .about-section3 h3.title {
  position: relative;
  top: auto;
  left: auto;
}
.layout-new .page-about .about-section3 .description {
  position: relative;
  right: auto;
  top: auto;
  font-weight: 500;
}
.layout-new .page-about .about-section3 .inner-wrap > .flex-box {
  padding: 2rem 0 17rem;
}
.layout-new .page-about .about-section3 .box-award {
  height: 99vh;
}
.layout-new .page-about .about-section3 .box-award .list-award {
  margin: 0;
}
.layout-new .page-about .about-section4 {
  padding-top: 0;
}
.layout-new .page-about .about-section4 h3.title {
  font-weight: 600;
}
.layout-new .page-about .about-section4 .list-client {
  padding-top: 20rem;
  column-gap: 5.7%;
}
.layout-new .about-page .animate-scene1 .circle {
  opacity: 0;
}
.layout-new .about-page .animate-scene1 .circle p {
  animation: fade-in-text 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene1 .circle.sky {
  animation: circle-in-top 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene1 .circle.yellow {
  animation: circle-in-right 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene1 .circle.pink {
  animation: circle-in-left 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene2 .circle-depth.n2 {
  animation: circle-dep2-bg 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene2 .circle-depth.n2 > .circle-po {
  animation: circle-fade-in 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene2 .circle-depth.n2 .circle-depth:nth-child(1) {
  left: -5rem;
  opacity: 0;
  animation: circle-fade-in 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene2 .circle-depth.n2 .circle-depth:nth-child(2) {
  animation: circle-in-rotate 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene2 .circle-depth.n2 .circle-depth:nth-child(2) .circle {
  opacity: 0;
  animation: circle-in-scale 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene2 .circle-depth.n2 .circle-depth:nth-child(2) .circle.sky {
  animation: circle-in-scale2 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene2 .circle-depth.n2 .circle-depth:nth-child(2) .circle > p {
  animation: fade-out-text 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene3 .circle-depth.n1 {
  animation: circle-dep1-bg 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene3 .circle-depth.n1 > .circle-po {
  animation: circle-fade-in2 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene3 .circle-depth.n1 .circle-depth.n2:nth-child(1) .circle-po {
  animation: fade-out-text 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene3 .circle-depth.n1 .circle-depth.n2:nth-child(1) {
  animation: circle-fade-delay1 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene3 .circle-depth.n1 .circle-depth.n2:nth-child(2) {
  animation: circle-fade-delay2 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene3 .circle-depth.n1 .circle-depth.n2:nth-child(3) {
  animation: circle-fade-delay3 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene3 .circle-depth.n1 .circle-depth.n2:nth-child(4) {
  animation: circle-fade-delay4 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene3 .circle-depth.n1 .circle-depth.n2:nth-child(5) {
  animation: circle-fade-delay5 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene3 .circle-depth.n1 .circle-depth.n2:nth-child(6) {
  animation: circle-fade-delay6 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene4 .circle-depth.n1 > .circle-po p {
  animation: fade-out-text 1s calc(var(--progress-full4) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene4 .circle-diagonal:nth-child(1) {
  animation: circle-diagonal-delay1 1.5s calc(var(--progress-full4) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene4 .circle-diagonal:nth-child(2) {
  animation: circle-diagonal-delay2 1.5s calc(var(--progress-full4) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene4 .circle-diagonal:nth-child(3) {
  animation: circle-diagonal-delay3 1.5s calc(var(--progress-full4) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene4 .circle-diagonal:nth-child(4) {
  animation: circle-diagonal-delay4 1.5s calc(var(--progress-full4) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene4 .circle-diagonal:nth-child(5) {
  animation: circle-diagonal-delay5 1.5s calc(var(--progress-full4) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene4 .circle-diagonal:nth-child(6) {
  animation: circle-diagonal-delay6 1.5s calc(var(--progress-full4) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene4 .circle-diagonal:nth-child(7) {
  animation: circle-diagonal-delay7 1.5s calc(var(--progress-full4) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene4 .circle-diagonal:nth-child(8) {
  animation: circle-diagonal-delay8 1.5s calc(var(--progress-full4) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene4 .circle-diagonal:nth-child(9) {
  animation: circle-diagonal-delay9 1.5s calc(var(--progress-full4) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-depth.n0 {
  animation: fade-in-scale 1s calc(var(--progress-full5) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-depth.n0:not(:nth-child(1)) {
  animation: fade-in 1s calc(var(--progress-full5) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-depth.n1 > .circle-po p {
  animation: fade-in 1s calc(var(--progress-full5) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-diagonal:nth-child(1) {
  animation: circle-diagonal-delay-res1 1.5s calc(var(--progress-full5) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-diagonal:nth-child(2) {
  animation: circle-diagonal-delay-res2 1.5s calc(var(--progress-full5) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-diagonal:nth-child(3) {
  animation: circle-diagonal-delay-res3 1.5s calc(var(--progress-full5) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-diagonal:nth-child(4) {
  animation: circle-diagonal-delay-res4 1.5s calc(var(--progress-full5) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-diagonal:nth-child(5) {
  animation: circle-diagonal-delay-res5 1.5s calc(var(--progress-full5) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-diagonal:nth-child(6) {
  animation: circle-diagonal-delay-res6 1.5s calc(var(--progress-full5) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-diagonal:nth-child(7) {
  animation: circle-diagonal-delay-res7 1.5s calc(var(--progress-full5) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-diagonal:nth-child(8) {
  animation: circle-diagonal-delay-res8 1.5s calc(var(--progress-full5) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene5 .circle-diagonal:nth-child(9) {
  animation: circle-diagonal-delay-res9 1.5s calc(var(--progress-full5) * -1.5s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene6 .circle-depth.n1 > .circle-po p {
  animation: fade-out-text 1s calc(var(--progress-full6) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene6 .circle-chapter:nth-child(1) {
  animation: circle-chapter-delay1 1s calc(var(--progress-full6) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene6 .circle-chapter:nth-child(2) {
  animation: circle-chapter-delay2 1s calc(var(--progress-full6) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene6 .circle-chapter:nth-child(3) {
  animation: circle-chapter-delay3 1s calc(var(--progress-full6) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene7 .circle-chapter.cop {
  animation: ux-circle2 1s calc(var(--progress-full7) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene8 .finalscene-img {
  animation: finalscenebg 1s calc(var(--progress-full8) * -1s) both ease-in-out paused;
}
.layout-new .about-page .animate-scene8 .finalscene-img > .inner-img {
  animation: fadein-up2 1s calc(var(--progress-full8) * -1s) both ease-in-out paused;
}
@keyframes finalscenebg {
  0% {
    transform: scaleX(0);
  }
  40% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes fadein-up {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  80% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein-up2 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    transform: translateY(0);
  }
  70% {
    opacity: 1;
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    transform: translateY(-30%);
  }
}
@keyframes ux-circle {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ux-circle2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out-text {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-scale {
  0% {
    left: 0;
    top: 0;
    transform: scale(1);
  }
  40% {
    left: 0;
    top: 0;
    transform: scale(1);
  }
  60% {
    left: -21.5rem;
    top: -24rem;
    transform: scale(0.53);
  }
  100% {
    left: -21.5rem;
    top: -24rem;
    transform: scale(0.53);
  }
}
@keyframes ux-circle-text-left {
  0% {
    transform: scale(0.5);
  }
  30% {
    transform: scale(0.15);
  }
  100% {
    transform: scale(0.15);
  }
}
@keyframes ux-circle-text-right {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  30% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes circle-in-top {
  0% {
    opacity: 0;
    transform: translate(-50%, -1000%) scale(6);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes circle-in-right {
  0% {
    opacity: 0;
    transform: translate(1000%, 300%) scale(6);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes circle-in-left {
  0% {
    opacity: 0;
    transform: translate(-1000%, 300%) scale(6);
  }
  50% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes circle-chapter-delay1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-chapter-delay2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-chapter-delay3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-in-rotate {
  0% {
    left: 0;
    transform: rotate(0);
  }
  30% {
    left: 0;
    transform: rotate(0);
  }
  60% {
    left: -4rem;
    transform: rotate(-90deg);
  }
  100% {
    left: -4rem;
    transform: rotate(-90deg);
  }
}
@keyframes circle-fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-fade-in2 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-in-scale {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  30% {
    opacity: 1;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(0.6);
  }
}
@keyframes circle-in-scale2 {
  0% {
    opacity: 0;
    transform: translate(-50%, 0) scale(1);
  }
  30% {
    opacity: 1;
    transform: translate(-50%, 0) scale(0.6);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0) scale(0.6);
  }
}
@keyframes circle-dep1-bg {
  0% {
    transform: scale(1);
    background: rgba(0, 0, 0, 0);
  }
  20% {
    transform: scale(1.5);
    background: rgba(0, 0, 0, 0);
  }
  50% {
    transform: scale(1.5);
    background: rgba(0, 0, 0, 0);
  }
  70% {
    transform: scale(1.5);
    background: rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: scale(1.5);
    background: rgba(0, 0, 0, 0.2);
  }
}
@keyframes circle-dep2-bg {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  50% {
    background: rgba(0, 0, 0, 0);
  }
  70% {
    background: rgba(0, 0, 0, 0.2);
  }
  100% {
    background: rgba(0, 0, 0, 0.2);
  }
}
@keyframes circle-fade-delay1 {
  0% {
    left: 0;
    top: 0;
    transform: scale(1);
  }
  20% {
    left: -9.5rem;
    top: -17rem;
    transform: scale(0.28);
  }
  100% {
    left: -9.5rem;
    top: -17rem;
    transform: scale(0.28);
  }
}
@keyframes circle-fade-delay2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-fade-delay3 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-fade-delay4 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-fade-delay5 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-fade-delay6 {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes circle-diagonal-delay1 {
  0% {
    opacity: 0;
    width: 5rem;
  }
  10% {
    opacity: 1;
    width: 115rem;
  }
  100% {
    opacity: 1;
    width: 115rem;
  }
}
@keyframes circle-diagonal-delay2 {
  0% {
    opacity: 0;
    width: 5rem;
  }
  5% {
    opacity: 0;
    width: 5rem;
  }
  15% {
    opacity: 1;
    width: 115rem;
  }
  100% {
    opacity: 1;
    width: 115rem;
  }
}
@keyframes circle-diagonal-delay3 {
  0% {
    opacity: 0;
    width: 5rem;
  }
  10% {
    opacity: 0;
    width: 5rem;
  }
  20% {
    opacity: 1;
    width: 115rem;
  }
  100% {
    opacity: 1;
    width: 115rem;
  }
}
@keyframes circle-diagonal-delay4 {
  0% {
    opacity: 0;
    width: 5rem;
  }
  15% {
    opacity: 0;
    width: 5rem;
  }
  25% {
    opacity: 1;
    width: 115rem;
  }
  100% {
    opacity: 1;
    width: 115rem;
  }
}
@keyframes circle-diagonal-delay5 {
  0% {
    opacity: 0;
    width: 5rem;
  }
  20% {
    opacity: 0;
    width: 5rem;
  }
  30% {
    opacity: 1;
    width: 115rem;
  }
  100% {
    opacity: 1;
    width: 115rem;
  }
}
@keyframes circle-diagonal-delay6 {
  0% {
    opacity: 0;
    width: 5rem;
  }
  25% {
    opacity: 0;
    width: 5rem;
  }
  35% {
    opacity: 1;
    width: 115rem;
  }
  100% {
    opacity: 1;
    width: 115rem;
  }
}
@keyframes circle-diagonal-delay7 {
  0% {
    opacity: 0;
    width: 5rem;
  }
  30% {
    opacity: 0;
    width: 5rem;
  }
  40% {
    opacity: 1;
    width: 115rem;
  }
  100% {
    opacity: 1;
    width: 115rem;
  }
}
@keyframes circle-diagonal-delay8 {
  0% {
    opacity: 0;
    width: 5rem;
  }
  35% {
    opacity: 0;
    width: 5rem;
  }
  45% {
    opacity: 1;
    width: 115rem;
  }
  100% {
    opacity: 1;
    width: 115rem;
  }
}
@keyframes circle-diagonal-delay9 {
  0% {
    opacity: 0;
    width: 5rem;
  }
  40% {
    opacity: 0;
    width: 5rem;
  }
  50% {
    opacity: 1;
    width: 115rem;
  }
  100% {
    opacity: 1;
    width: 115rem;
  }
}
@keyframes circle-diagonal-delay-res1 {
  0% {
    opacity: 1;
    width: 115rem;
  }
  10% {
    opacity: 0;
    width: 5rem;
  }
  100% {
    opacity: 0;
    width: 5rem;
  }
}
@keyframes circle-diagonal-delay-res2 {
  0% {
    opacity: 1;
    width: 115rem;
  }
  5% {
    opacity: 1;
    width: 115rem;
  }
  15% {
    opacity: 0;
    width: 5rem;
  }
  100% {
    opacity: 0;
    width: 5rem;
  }
}
@keyframes circle-diagonal-delay-res3 {
  0% {
    opacity: 1;
    width: 115rem;
  }
  10% {
    opacity: 1;
    width: 115rem;
  }
  20% {
    opacity: 0;
    width: 5rem;
  }
  100% {
    opacity: 0;
    width: 5rem;
  }
}
@keyframes circle-diagonal-delay-res4 {
  0% {
    opacity: 1;
    width: 115rem;
  }
  15% {
    opacity: 1;
    width: 115rem;
  }
  25% {
    opacity: 0;
    width: 5rem;
  }
  100% {
    opacity: 0;
    width: 5rem;
  }
}
@keyframes circle-diagonal-delay-res5 {
  0% {
    opacity: 1;
    width: 115rem;
  }
  20% {
    opacity: 1;
    width: 115rem;
  }
  30% {
    opacity: 0;
    width: 5rem;
  }
  100% {
    opacity: 0;
    width: 5rem;
  }
}
@keyframes circle-diagonal-delay-res6 {
  0% {
    opacity: 1;
    width: 115rem;
  }
  25% {
    opacity: 1;
    width: 115rem;
  }
  35% {
    opacity: 0;
    width: 5rem;
  }
  100% {
    opacity: 0;
    width: 5rem;
  }
}
@keyframes circle-diagonal-delay-res7 {
  0% {
    opacity: 1;
    width: 115rem;
  }
  30% {
    opacity: 1;
    width: 115rem;
  }
  40% {
    opacity: 0;
    width: 5rem;
  }
  100% {
    opacity: 0;
    width: 5rem;
  }
}
@keyframes circle-diagonal-delay-res8 {
  0% {
    opacity: 1;
    width: 115rem;
  }
  35% {
    opacity: 1;
    width: 115rem;
  }
  45% {
    opacity: 0;
    width: 5rem;
  }
  100% {
    opacity: 0;
    width: 5rem;
  }
}
@keyframes circle-diagonal-delay-res9 {
  0% {
    opacity: 1;
    width: 115rem;
  }
  40% {
    opacity: 1;
    width: 115rem;
  }
  50% {
    opacity: 0;
    width: 5rem;
  }
  100% {
    opacity: 0;
    width: 5rem;
  }
}
.layout-new .index-wrap {
  position: relative;
}
.layout-new .index-wrap * {
  box-sizing: border-box;
  word-break: keep-all;
}
.layout-new .index-wrap[data-show-scroll=true] {
  animation: index-slideup 1s ease-in-out forwards;
}
.layout-new .index-wrap[data-show-scroll=false] {
  animation: index-slidedown 1s ease-in-out forwards;
}
.layout-new .text-animate-area {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  background: #ffffff;
}
.layout-new .text-animate-area * {
  font-family: "proxima-nova";
}
.layout-new .text-animate-area .inner-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}
.layout-new .text-animate-area .text-box {
  border-top: 1px solid #0029d2;
  padding-right: 0;
  height: 7.2rem;
  left: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  background: #ffffff;
  transform-origin: top;
  z-index: 1;
}
.layout-new .text-animate-area .text-box .eng-text {
  text-align: right;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-family: "proxima-nova";
  color: #0029d2;
  white-space: nowrap;
  position: absolute;
  transform-origin: right;
}
.layout-new .text-animate-area .text-box .eng-text.dumy {
  top: 0;
  left: 7rem;
  opacity: 0;
  pointer-events: none;
}
.layout-new .text-animate-area .text-box .description {
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0029d2;
  display: inline-block;
  position: absolute;
  top: 55%;
  transform-origin: right;
  opacity: 0;
}
.layout-new .sec-wrap {
  margin-top: 7rem;
  padding-top: 2.6rem;
  border-top: 2px solid #0029d2;
}
.layout-new .sec-wrap * {
  box-sizing: border-box;
  word-break: keep-all;
}
.layout-new .sec-wrap + .sec-wrap {
  margin-top: 20rem;
}
.layout-new .sec-wrap.last {
  padding-bottom: 40rem;
}
.layout-new .sec-wrap .btn-wrap {
  text-align: center;
}
.layout-new .sec-wrap strong, .layout-new .sec-wrap p {
  display: block;
  font-weight: 600;
  line-height: 1.5;
}
.layout-new .sec-wrap .sec-title {
  font-size: 4rem;
  font-weight: 700;
  color: #0029d2;
  margin-bottom: 11rem;
}
.layout-new .sec-wrap .exp-text {
  margin-top: 1.7rem;
  font-size: 3.2rem;
}
.layout-new .sec-wrap .exp-sub {
  display: block;
  margin-top: 1rem;
  font-size: 2.4rem;
  color: #a5a5a5;
}
.layout-new .sec-wrap .area-wrap + .area-wrap {
  margin-top: 20rem;
}
.layout-new .sec-wrap .area-wrap .subject-text {
  color: #343434;
  margin-bottom: 18.5rem;
}
.layout-new .sec-wrap .area-wrap .subject-text strong {
  font-size: 10rem;
}
.layout-new .sec-wrap .area-wrap .subject-text p {
  font-size: 3.4rem;
}
.layout-new .sec-wrap .area-wrap .img-box {
  width: 100%;
  overflow: hidden;
}
.layout-new .sec-wrap .area-wrap .img-box a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.layout-new .sec-wrap .area-wrap .img-box.w-per50 {
  width: 50%;
  margin-left: 3rem;
}
.layout-new .sec-wrap .area-wrap .img-box.w-per40 {
  width: 40%;
}
.layout-new .sec-wrap .area-wrap .img-box.w-per30 {
  width: 30%;
}
.layout-new .sec-wrap .area-wrap .img-box.w-per20 {
  width: 20%;
}
.layout-new .sec-wrap .area-wrap .img-box:hover img {
  transform: scale(1.12);
}
.layout-new .sec-wrap .area-wrap .img-box img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: all 2s;
}
.layout-new .sec-wrap .area-wrap .img-box img.m-img {
  display: none;
}
.layout-new .sec-wrap .area-wrap .video-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.layout-new .sec-wrap .area-wrap .video-box .video-cover {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.layout-new .sec-wrap .area-wrap .video-box .video-cover img {
  width: 100%;
  height: auto;
}
.layout-new .sec-wrap .area-wrap .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.layout-new .sec-wrap .area-wrap .list .video-box {
  height: 70rem;
}
.layout-new .sec-wrap .area-wrap .exp-line-box > li {
  padding: 1.1rem 0;
  border-bottom: 1px solid #0029d2;
}
.layout-new .sec-wrap .area-wrap .exp-line-box > li .exp-m-text {
  display: none;
}
.layout-new .sec-wrap .area-wrap .exp-line-box > li strong {
  font-size: 3.4rem;
}
.layout-new .sec-wrap .area-wrap .exp-line-box > li p {
  font-size: 2.5rem;
}
.layout-new .sec-wrap .area-wrap .exp-line-box > li .link-btn {
  font-size: 2.5rem;
  color: #343434;
}
.layout-new .sec-wrap .area-wrap .exp-line-box > li .link-btn::after {
  margin-left: 0.5rem;
  filter: brightness(0);
}
.layout-new .sec-wrap.new-sec.last {
  padding-bottom: 19.2rem;
}
.layout-new .sec-wrap.new-sec .subject-text strong {
  color: #000;
}
.layout-new .sec-wrap.new-sec .subject-text p {
  color: #333;
}
.layout-new .journal-wrap {
  background: #fff;
  width: 100%;
  height: 100dvh;
  padding-top: 10rem;
  top: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 10;
}
.layout-new .journal-wrap .inner-wrap {
  display: flex;
  align-items: center;
}
.layout-new .journal-wrap .journal-list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.layout-new .journal-wrap .journal-list > li {
  display: flex;
  width: calc(100% - 12rem);
  height: 100%;
  left: 100%;
  top: 0;
  position: absolute;
  background: #ffffff;
}
.layout-new .journal-wrap .journal-list > li > a {
  display: flex;
}
.layout-new .journal-wrap .journal-list > li:nth-child(1) {
  left: 0;
  position: relative;
}
.layout-new .journal-wrap .journal-list > li:nth-child(2) {
  left: calc(100% - 24rem);
}
.layout-new .journal-wrap .journal-list > li:nth-child(3) {
  left: calc(100% - 12rem);
}
.layout-new .journal-wrap .journal-list > li .tit-box {
  cursor: pointer;
  width: 12rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  border-right: 2px solid #0029d2;
}
.layout-new .journal-wrap .journal-list > li .tit-box strong {
  font-size: 9rem;
  color: #0029d2;
  font-weight: 600;
}
.layout-new .journal-wrap .journal-list > li .tit-box em {
  font-size: 2.5rem;
  color: #0029d2;
  font-weight: 700;
}
.layout-new .journal-wrap .journal-list > li .img-box {
  width: calc(52% - 12rem);
  overflow: hidden;
  cursor: pointer;
}
.layout-new .journal-wrap .journal-list > li .img-box a {
  display: block;
}
.layout-new .journal-wrap .journal-list > li .img-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 1s;
}
.layout-new .journal-wrap .journal-list > li .img-box a:hover img {
  transform: scale(1.12);
  transition: all 1s;
}
.layout-new .journal-wrap .journal-list > li .text-box {
  flex: 1 1 auto;
  padding-left: 5rem;
  display: inline-flex;
  align-items: flex-end;
}
.layout-new .journal-wrap .journal-list > li .text-box strong {
  display: block;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 600;
  color: #343434;
}
.layout-new .journal-wrap .journal-list > li .text-box p {
  margin-top: 6rem;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #343434;
}
.layout-new .journal-wrap .journal-list > li .text-box .link-btn {
  margin-top: 3.3rem;
  font-size: 2rem;
  color: #0029d2;
}
.layout-new .new-sec {
  overflow: hidden;
}
.layout-new .new-sec .sec-title {
  margin: 5vw 0 1.666666vw;
  font-size: 2.4rem;
  font-family: "proxima-nova";
  font-weight: 500;
}
.layout-new .new-sec .subject-text strong {
  display: block;
  font-size: 4.8rem;
  line-height: 1.25;
}
.layout-new .new-sec .subject-text p {
  font-size: 2rem;
  margin-top: 1.666666vw;
  font-family: "proxima-nova";
  opacity: 0.7;
  font-weight: 500;
}
.layout-new .new-sec .flex-box.portfolio {
  margin-top: 5vw;
}
.layout-new .swiper-wrap {
  height: 100dvh;
  opacity: 0;
}
.layout-new .swiper-wrap .swiper {
  height: 100%;
}
.layout-new .swiper-wrap .swiper-slide {
  height: 100%;
}
.layout-new .swiper-wrap .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/images/main/swiper_bg02.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.layout-new .swiper-wrap .swiper-slide .video-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-new .swiper-wrap .text-ani {
  position: absolute;
  left: 0;
  bottom: 13.645833vw;
}
.layout-new .swiper-wrap .text-ani div {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.25;
}
.layout-new .swiper-wrap .text-ani .sub {
  display: flex;
  font-size: 2rem;
  font-weight: 300;
  margin-top: 1.666666vw;
}
.layout-new .swiper-wrap .text-ani .sub span {
  margin-right: 1.40625vw;
}
.layout-new .swiper-wrap .text-ani .img-logo {
  line-height: 1;
}
.layout-new .swiper-wrap .text-ani .img-logo img {
  width: 29.7rem;
}
.layout-new .swiper-wrap .swipe-bottom-area {
  position: absolute;
  left: 0;
  bottom: 5vw;
  width: 100%;
  height: 5.3125vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.layout-new .swiper-wrap .swipe-bottom-area .inner-wrap {
  display: flex;
  align-items: center;
}
.layout-new .swiper-wrap .swipe-bottom-area .inner-wrap > div {
  margin-right: 4.479166vw;
  font-size: 1.6rem;
  font-family: "proxima-nova";
}
.layout-new .swiper-wrap .swipe-bottom-area .inner-wrap > a {
  font-size: 2rem;
  font-family: "proxima-nova";
  padding-right: 2.5vw;
  background: url(/images/main/ico_arrow32.svg) right center/1.666666vw auto no-repeat;
}
.layout-new .swiper-wrap .swiper-bottom-control {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2.083333vw;
  font-size: 0;
  text-align: center;
  z-index: 10;
}
.layout-new .swiper-wrap .swiper-bottom-control .swiper-pagination {
  position: relative;
  display: inline-block;
  bottom: 0;
  width: auto;
  vertical-align: middle;
}
.layout-new .swiper-wrap .swiper-bottom-control .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.3;
  margin: 0 6px;
}
.layout-new .swiper-wrap .swiper-bottom-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.layout-new .swiper-wrap .swiper-bottom-control .pause {
  width: 11px;
  height: 16px;
  margin-left: 6px;
  background-image: url(/images/main/ico_pause.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.layout-new .swiper-wrap .swiper-bottom-control .pause.on {
  background-image: url(/images/main/ico_play.svg);
}
.layout-new .now-wrap {
  width: 100%;
  padding-top: 9.6rem;
  height: 100dvh;
  background: black;
  top: 100%;
  position: absolute;
  z-index: 10;
}
.layout-new .now-wrap .sub-site-area {
  position: absolute;
  bottom: 6vw;
  right: 0;
  width: 120vh;
  min-width: 50%;
  max-width: 1145px;
}
.layout-new .now-wrap .sub-site-area ul {
  border-bottom: 1px solid #fff;
}
.layout-new .now-wrap .sub-site-area ul li {
  border-top: 1px solid #fff;
}
.layout-new .now-wrap .sub-site-area ul li a {
  display: flex;
  align-items: center;
  height: 10rem;
}
.layout-new .now-wrap .sub-site-area ul li a .cate {
  width: 23%;
  opacity: 0.5;
  font-size: 2rem;
  font-family: "proxima-nova";
}
.layout-new .now-wrap .sub-site-area ul li a .tit {
  width: 60%;
  font-size: 2.4rem;
  font-weight: 400;
}
.layout-new .now-wrap .sub-site-area ul li a .tit span {
  vertical-align: middle;
}
.layout-new .now-wrap .sub-site-area ul li a .tit .new {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.8rem;
  margin-left: 0.8rem;
  text-align: center;
  background: #FF0000;
  border-radius: 50%;
}
.layout-new .now-wrap .sub-site-area ul li a .date {
  width: 17%;
  text-align: right;
  padding-right: 3.333333vw;
  background: url(/images/main/ico_arrow48.svg) center right/auto 100% no-repeat;
  opacity: 1;
  font-size: 2rem;
  line-height: 4.8rem;
  height: 4.8rem;
}
.layout-new .now-wrap .sub-site-area ul li a .date.deg {
  background: url(/images/main/ico_deg_arrow48.svg) center right/auto 100% no-repeat;
}
.layout-new .now-wrap .sub-site-area ul li a::after {
  display: none;
}
.layout-new .solution-wrap {
  width: 100%;
  height: 100dvh;
  background: white;
  top: 100%;
  position: absolute;
  z-index: 10;
}
.layout-new .solution-wrap .sec-wrap {
  height: calc(100% - 7rem);
}
.layout-new .solution-wrap .flex-box {
  position: absolute;
  right: 0;
  bottom: 6vw;
  width: 100%;
  height: auto;
  justify-content: flex-end;
  align-items: end;
}
.layout-new .solution-wrap .flex-box li {
  width: 32.3333333333%;
}
.layout-new .solution-wrap .flex-box li + li {
  margin-left: 1.5%;
}
.layout-new .solution-wrap .flex-box li [target=_blank]::after {
  display: none;
}
.layout-new .solution-wrap .flex-box li .img-box > a {
  display: relative;
}
.layout-new .solution-wrap .flex-box li .img-box > a .txt-box {
  position: absolute;
  bottom: 2.6vw;
  left: 2.5vw;
}
.layout-new .solution-wrap .flex-box li .img-box > a .txt-box.black p {
  color: #000;
}
.layout-new .solution-wrap .flex-box li .img-box > a .txt-box .tit {
  font-size: 3.2rem;
  font-family: "proxima-nova";
}
.layout-new .solution-wrap .flex-box li .img-box > a .txt-box .sub-txt {
  margin-top: 12px;
  opacity: 0.7;
  font-size: 2rem;
  font-weight: 300;
}
.layout-new .index-page .header-site {
  background-color: transparent;
  animation: trans-header-transparent-white 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .index-page .header-site:not(.active) .logo-site {
  opacity: 0;
  animation: fade-in 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .index-page .header-site:not(.active) .btn-gnb > span {
  background-color: #ffffff;
  animation: trans-header-bg-blue 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .index-page .header-site:not(.active) .navigation-global ul a {
  color: #ffffff;
  animation: trans-header-color-blue 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .index-page .header-site:not(.active) .safeu::before {
  background-color: #ffffff;
  animation: trans-header-bg-blue 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .index-page .header-site__inner {
  padding-right: 17px;
}
.layout-new .index-page .index-wrap .ani-section .intro-typing {
  animation: logo-position-normal 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .text-box:nth-child(1) {
  bottom: calc((7.2rem + 0px) * 1);
  animation: box-scale 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .text-box:nth-child(1) .eng-text:not(.dumy) {
  animation: eng-scale1 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .text-box:nth-child(1) .eng-text.dumy {
  animation: fade-in-text 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .text-box:nth-child(1) .description {
  animation: fade-in 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .text-box:nth-child(2) {
  bottom: 0px;
  animation: box-scale 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .text-box:nth-child(2) .eng-text:not(.dumy) {
  animation: eng-scale2 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .text-box:nth-child(2) .eng-text.dumy {
  animation: fade-in-text 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .text-box:nth-child(2) .description {
  animation: fade-in 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .journal-wrap {
  animation: journal-slideup 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li:nth-child(2) {
  animation: journal-slidein 1s calc(var(--progress-full4) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li:nth-child(3) {
  animation: journal-slidein2 1s calc(var(--progress-full5) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .swiper-wrap {
  animation: swiper-fade 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .swiper-wrap .swiper-slide-active .text-ani div span,
.layout-new .index-page .index-wrap .ani-section .swiper-wrap .swiper-slide-active .text-ani .sub {
  animation: text-ani 1s calc(var(--progress-full1) * -1s) both ease-in-out; /* delay 적용이 안되서 직접입력 */
}
.layout-new .index-page .index-wrap .ani-section .swiper-wrap .swiper-slide-active .text-ani .s100 {
  animation-delay: 0.1s;
}
.layout-new .index-page .index-wrap .ani-section .swiper-wrap .swiper-slide-active .text-ani .s200 {
  animation-delay: 0.2s;
}
.layout-new .index-page .index-wrap .ani-section .swiper-wrap .swiper-slide-active .text-ani .s300 {
  animation-delay: 0.3s;
}
.layout-new .index-page .index-wrap .ani-section .swiper-wrap .swiper-slide-active .text-ani .s400 {
  animation-delay: 0.4s;
}
@keyframes swiper-bg-ani {
  100% {
    transform: scale(1.1, 1.1);
  }
}
.layout-new .index-page .index-wrap .ani-section .now-wrap {
  animation: journal-slideup 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
}
.layout-new .index-page .index-wrap .ani-section .solution-wrap {
  animation: journal-slideup 1s calc(var(--progress-full3) * -1s) both ease-in-out paused;
}
@keyframes journal-slideup {
  0% {
    top: 100dvh;
  }
  100% {
    top: 0;
  }
}
@media (max-height: 700px) {
  .layout-new .index-page .header-wrap.on .header-site:not(.active) .logo-site {
    opacity: 1;
  }
  .layout-new .index-page .header-wrap.on .header-site:not(.active) .logo-site a::after {
    background-color: #ffffff;
    transition: none;
  }
  .layout-new .index-page .header-wrap.black .header-site {
    background-color: #000;
  }
  .layout-new .index-page .header-wrap.blue .header-site {
    background-color: #ffffff;
  }
  .layout-new .index-page .header-wrap.blue .header-site:not(.active) .logo-site a::after {
    background-color: #0029d2;
  }
  .layout-new .index-page .header-wrap.blue .header-site:not(.active) .navigation-global ul a {
    color: #0029d2;
  }
  .layout-new .index-page .header-wrap.blue .header-site:not(.active) .navigation-global ul .safeu::before {
    background-color: #0029d2;
  }
  .layout-new .index-page .header-wrap.blue .header-site:not(.active) .btn-gnb > span {
    background-color: #0029d2;
  }
  .layout-new .ani-section .now-wrap,
  .layout-new .ani-section .solution-wrap {
    display: none;
  }
  .layout-new .page-scroll-wrap .now-wrap,
  .layout-new .page-scroll-wrap .solution-wrap {
    display: block;
  }
  .layout-new .now-wrap {
    position: initial;
    height: auto;
    padding-bottom: 5vw;
  }
  .layout-new .now-wrap * {
    color: #fff;
  }
  .layout-new .now-wrap .area-wrap {
    display: block;
    text-align: right;
  }
  .layout-new .now-wrap .sub-site-area {
    position: initial;
    margin-top: 6.614583vw;
    display: inline-block;
    text-align: left;
  }
  .layout-new .solution-wrap {
    position: initial;
    height: auto;
  }
  .layout-new .solution-wrap .sec-wrap {
    border-top: 0;
  }
  .layout-new .solution-wrap .sec-wrap .inner-wrap {
    padding-bottom: 40vw;
  }
  .layout-new .solution-wrap .flex-box li .img-box > a .txt-box {
    color: #fff;
  }
  .layout-new .solution-wrap .flex-box li .img-box > a .txt-box.black p {
    color: #000;
  }
}
@media (min-width: 1920px) {
  .layout-new {
    font-size: 10px;
  }
  .layout-new .layout-new .inner-wrap {
    width: 1780px;
  }
}
@media (max-width: 1920px) {
  .layout-new {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 1280px) {
  .layout-new .index-page .index-wrap .ani-section .intro-typing {
    animation: logo-position-middle 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
  }
  .layout-new .header-site .logo-site {
    top: auto;
    left: 7rem;
  }
  .layout-new .header-site .btn-gnb {
    top: auto;
    right: 7rem;
  }
  .layout-new .ani-section {
    height: 800px;
  }
  .layout-new .inner-wrap.absolute {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0);
  }
  .layout-new .inner-wrap.absolute .title {
    position: relative;
  }
  .layout-new .flex-box {
    display: block;
    margin: 0 auto;
  }
  .layout-new .flex-box .text-fild {
    width: 100%;
  }
  .layout-new .flex-box.list > li {
    position: relative;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .layout-new .flex-box.list > li:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .layout-new .page-about .inner-sticky {
    height: 20rem;
  }
  .layout-new .page-about .about-section1 .box-oneuplsystem {
    flex: 0 0 90rem;
    padding: 0;
  }
  .layout-new .page-about .about-section1 .box-description {
    width: auto;
    padding: 0;
  }
  .layout-new .page-about .about-section2 .box-system {
    flex: 0 0 90rem;
  }
  .layout-new .page-about .about-section3 .inner-wrap > .flex-box {
    padding-bottom: 5rem;
  }
  .layout-new .page-about .about-section4 .list-client {
    gap: 3rem;
  }
  .layout-new .page-about .about-section4 .list-client img {
    scale: 1;
  }
  .layout-new .about-page .about-intro .tit-text {
    font-size: 22px;
  }
  .layout-new .about-page .about-intro .tit-main {
    width: 100%;
    margin: 0;
    font-size: 40px;
    text-align: right;
  }
  .layout-new .about-page .about-intro .tit-sub {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .layout-new .about-page .about-intro .sub-text {
    font-size: 18px;
  }
  .layout-new .about-page .about-intro .exp-line-box > li {
    font-size: 30px;
  }
  .layout-new .about-page .about-intro .list-line-box > li {
    font-size: 18px;
  }
  .layout-new .about-page .about-intro .circle-box {
    height: 100%;
    left: 50%;
    transform: translate(-50%, -10%) scale(0.8);
  }
  .layout-new .about-page .about-intro .circle-box .circle-chapter {
    height: 150%;
  }
  .layout-new .about-page .about-intro .circle-box + .text-fild {
    top: 0;
    width: calc(100% - 14rem);
    height: 100%;
    position: absolute;
  }
  .layout-new .about-page .about-intro .circle-box + .text-fild .al-center {
    margin-top: 0;
    height: auto;
  }
  .layout-new .about-page .about-intro .circle-box + .text-fild > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding: 1.1rem 0 10rem 0;
  }
  .layout-new .sec-wrap {
    margin-top: 55px;
    padding-top: 12px;
    border-top: 2px solid #0029d2;
  }
  .layout-new .sec-wrap + .sec-wrap {
    margin-top: 200px;
  }
  .layout-new .sec-wrap.last {
    padding-bottom: 200px;
  }
  .layout-new .sec-wrap .btn-wrap {
    margin-top: 120px;
  }
  .layout-new .sec-wrap .btn-wrap .link-btn {
    font-size: 16px;
    display: inline-flex;
  }
  .layout-new .sec-wrap .btn-wrap .link-btn::after {
    width: 32px;
    height: 16px;
    background-size: 60%;
  }
  .layout-new .sec-wrap .column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .layout-new .sec-wrap .sec-title {
    font-size: 24px;
    margin-bottom: 80px;
  }
  .layout-new .sec-wrap .exp-text {
    margin-top: 18px;
    font-size: 22px;
  }
  .layout-new .sec-wrap .exp-text + .exp-line-box {
    width: 0;
    height: 0;
    border: 0;
    overflow: hidden;
  }
  .layout-new .sec-wrap .exp-sub {
    margin-top: 8px;
    font-size: 18px;
  }
  .layout-new .sec-wrap .area-wrap + .area-wrap {
    margin-top: 120px;
  }
  .layout-new .sec-wrap .area-wrap .subject-text {
    display: none;
  }
  .layout-new .sec-wrap .area-wrap .video-box .video-cover:not(.mka) {
    width: 60%;
  }
  .layout-new .sec-wrap .area-wrap .img-box {
    width: 100%;
    overflow: hidden;
  }
  .layout-new .sec-wrap .area-wrap .img-box.w-per50 {
    width: 100%;
    margin-left: 0;
  }
  .layout-new .sec-wrap .area-wrap .img-box.w-per40 {
    width: 100%;
  }
  .layout-new .sec-wrap .area-wrap .img-box.w-per30 {
    width: 100%;
  }
  .layout-new .sec-wrap .area-wrap .img-box.w-per20 {
    width: 100%;
  }
  .layout-new .sec-wrap .area-wrap .list .video-box {
    height: 100%;
  }
  .layout-new .sec-wrap .area-wrap .exp-line-box > li {
    padding: 18px 0 12px 0;
    border-bottom: 1px solid #0029d2;
  }
  .layout-new .sec-wrap .area-wrap .exp-line-box > li .exp-m-text {
    display: block;
  }
  .layout-new .sec-wrap .area-wrap .exp-line-box > li strong {
    font-size: 22px;
  }
  .layout-new .sec-wrap .area-wrap .exp-line-box > li p {
    font-size: 18px;
    color: #606168;
  }
  .layout-new .sec-wrap .area-wrap .exp-line-box > li .link-btn {
    display: none;
    font-size: 2.5rem;
    color: #343434;
  }
  .layout-new .sec-wrap .area-wrap .exp-line-box > li .link-btn::after {
    margin-left: 0.5rem;
    filter: brightness(0);
  }
  .layout-new .line {
    top: 55px;
  }
  .layout-new .new-sec .sec-title {
    font-size: 16px;
    margin: 12px 0 20px;
  }
  .layout-new .new-sec .subject-text strong {
    font-size: 28px;
  }
  .layout-new .new-sec .subject-text p {
    font-size: 14px;
    margin-top: 10px;
  }
  .layout-new .new-sec .flex-box.portfolio {
    margin-top: 80px;
  }
  .layout-new .new-sec .flex-box.portfolio + .portfolio {
    margin-top: 40px;
  }
  .layout-new .swiper-wrap .text-ani {
    bottom: 168px;
  }
  .layout-new .swiper-wrap .text-ani div {
    font-size: 28px;
  }
  .layout-new .swiper-wrap .text-ani .sub {
    font-size: 14px;
    margin-top: 16px;
  }
  .layout-new .swiper-wrap .text-ani .sub span {
    margin-right: 24px;
  }
  .layout-new .swiper-wrap .text-ani .img-logo img {
    width: 120px;
  }
  .layout-new .swiper-wrap .swipe-bottom-area {
    height: 76px;
    bottom: 60px;
  }
  .layout-new .swiper-wrap .swipe-bottom-area .inner-wrap > div {
    font-size: 12px;
  }
  .layout-new .swiper-wrap .swipe-bottom-area .inner-wrap > div.m-hidden {
    display: none;
  }
  .layout-new .swiper-wrap .swipe-bottom-area .inner-wrap > a {
    font-size: 16px;
    padding-right: 28px;
    background-size: 24px auto;
  }
  .layout-new .swiper-wrap .swiper-bottom-control {
    bottom: 24px;
  }
  .layout-new .now-wrap {
    padding-top: 67px;
  }
  .layout-new .now-wrap .sub-site-area {
    bottom: 36px;
    width: 100vh;
    min-width: auto;
    max-width: 100%;
  }
  .layout-new .now-wrap .sub-site-area ul li a {
    justify-content: space-between;
    height: 72px;
  }
  .layout-new .now-wrap .sub-site-area ul li a .cate {
    display: none;
  }
  .layout-new .now-wrap .sub-site-area ul li a .tit {
    font-size: 14px;
    width: 80%;
  }
  .layout-new .now-wrap .sub-site-area ul li a .tit .new {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    font-size: 10px;
    line-height: 16px;
  }
  .layout-new .now-wrap .sub-site-area ul li a .date {
    width: 0;
    font-size: 0;
    text-indent: 9999px;
    overflow: hidden;
    padding-right: 24px;
    height: 24px;
    background-size: 100% auto;
    opacity: 1;
  }
  .layout-new .now-wrap .sub-site-area ul li a .date.deg {
    background-size: 100% auto;
  }
  .layout-new .solution-wrap .flex-box {
    display: flex;
  }
}
@media (max-width: 940px) {
  .layout-new br {
    display: none;
  }
  .layout-new .m-hide {
    display: none;
  }
  .layout-new .work-v .scroll-ex {
    display: none;
  }
  .layout-new .ani-section.white .text-animate-area .text-box {
    border-top-width: 1px;
    height: 50px;
  }
  .layout-new .ani-section.white .text-animate-area .text-box .eng-text {
    text-align: left;
    line-height: 1.2;
    white-space: normal;
    font-size: 8.3rem;
  }
  .layout-new .ani-section.white .text-animate-area .text-box .eng-text.dumy {
    top: 1.5rem;
    left: 7rem;
  }
  .layout-new .ani-section.white .text-animate-area .text-box .description {
    top: 65%;
    width: 92%;
    font-size: 14px;
  }
  .layout-new .ani-section .now-wrap,
  .layout-new .ani-section .solution-wrap {
    display: none;
  }
  .layout-new .intro-typing.cursor {
    padding-top: 25rem;
  }
  .layout-new .heading-text {
    margin-top: 60px;
    margin-bottom: 200px;
  }
  .layout-new .page-about .inner-sticky {
    top: 0;
    height: auto;
    position: relative;
    padding-top: 10px;
  }
  .layout-new .page-about .inner-sticky::after {
    display: none;
  }
  .layout-new .page-about .page-about-inner h3.title {
    position: relative;
    left: auto;
    top: auto;
  }
  .layout-new .page-about .page-about-inner h4.title {
    display: none;
  }
  .layout-new .page-about .about-section1 {
    display: block;
    padding: 70px 0 120px;
  }
  .layout-new .page-about .about-section1 .box-description {
    margin-top: 70px;
  }
  .layout-new .page-about .about-section1 .box-description .text-description strong {
    margin-bottom: 10px;
  }
  .layout-new .page-about .about-section2 .contain-system {
    display: block;
    padding: 10px 0 120px;
  }
  .layout-new .page-about .about-section2 .contain-system .box-system {
    margin-bottom: 0;
  }
  .layout-new .page-about .about-section2 .contain-system .box-system p {
    font-size: 36px;
  }
  .layout-new .page-about .about-section2 .contain-system .box-system p br {
    display: block;
  }
  .layout-new .page-about .about-section2 .contain-system .box-description {
    margin-top: 40px;
  }
  .layout-new .page-about .about-section2 .contain-system .box-description strong {
    margin-bottom: 10px;
  }
  .layout-new .page-about .about-section3 {
    padding-bottom: 120px;
  }
  .layout-new .page-about .about-section3 .btn-more {
    margin-top: 40px;
  }
  .layout-new .page-about .about-section3 .inner-wrap > .flex-box {
    padding: 10px 0 80px;
  }
  .layout-new .page-about .about-section3 .box-award {
    margin: 0 -7rem;
    height: 98vh;
  }
  .layout-new .page-about .about-section3 .description {
    margin: 0;
    padding: 30px 0 100px;
  }
  .layout-new .page-about .about-section4 {
    padding-top: 10px;
  }
  .layout-new .page-about .about-section4 .list-client {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .layout-new .page-about .about-section4 .list-client img {
    scale: 2;
  }
  .layout-new .about-page .about-intro .area-box {
    padding: 15px 0 120px;
  }
  .layout-new .about-page .about-intro .intro-img {
    top: 23%;
    left: 0;
    margin-left: 0;
    padding: 0 7rem;
  }
  .layout-new .about-page .about-intro .tit-text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 34px;
  }
  .layout-new .about-page .about-intro .tit-main {
    top: 18px;
    font-size: 20px;
    width: auto;
    left: 7rem;
    position: absolute;
  }
  .layout-new .about-page .about-intro .tit-main.normal {
    top: auto;
    left: auto;
    margin-top: 18px;
    text-align: left;
    display: inline-block;
    position: relative;
  }
  .layout-new .about-page .about-intro .tit-sub {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .layout-new .about-page .about-intro .sub-text {
    font-size: 18px;
    font-weight: 300;
  }
  .layout-new .about-page .about-intro .exp-line-box > li {
    font-size: 16px;
  }
  .layout-new .about-page .about-intro .exp-line-box > li * {
    letter-spacing: -0.2px;
  }
  .layout-new .about-page .about-intro .list-line-box > li {
    font-size: 30px;
    border-bottom: 0;
    padding: 0;
  }
  .layout-new .about-page .about-intro .list-line-box > li::after {
    content: "/";
    display: inline-block;
    margin-left: 10px;
  }
  .layout-new .about-page .about-intro .ani-section {
    height: auto;
    padding-bottom: 200px;
  }
  .layout-new .about-page .about-intro .ani-section.finalscene-section {
    padding-bottom: 50px;
  }
  .layout-new .about-page .about-intro .ani-section .flex-box {
    height: auto;
  }
  .layout-new .about-page .about-intro .ani-section:first-child .inner-sticky {
    padding-top: 38px;
  }
  .layout-new .about-page .about-intro .ani-section:first-child .inner-sticky .tit-text {
    margin-bottom: 0;
  }
  .layout-new .about-page .about-intro .ani-section .inner-sticky .inner-wrap > .flex-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .layout-new .about-page .about-intro .circle-box {
    height: 60rem;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene1 {
    transform: translate(-50%, 0) scale(1.5);
    margin: 150px 0;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene2 {
    transform: translate(-50%, 0) scale(1.5);
    margin: 130px 0;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene3 {
    transform: translate(-50%, 0) scale(1);
    margin: 140px 0;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene4 {
    transform: translate(-50%, 0) scale(1);
    margin: 150px 0 110px;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene5 {
    transform: translate(-55%, 0) scale(1);
    margin: 190px 0 140px 0;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene6 {
    transform: translate(-55%, 0) scale(1);
    margin: 190px 0 120px 0;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene7 {
    transform: translate(-55%, 0) scale(1);
    margin: 130px 0 90px 0;
  }
  .layout-new .about-page .about-intro .circle-box .circle-chapter {
    height: 150%;
  }
  .layout-new .about-page .about-intro .circle-box + .text-fild {
    top: auto;
    width: 100%;
    height: auto;
    position: initial;
  }
  .layout-new .about-page .about-intro .circle-box + .text-fild > div {
    width: auto;
    height: auto;
    display: block;
    padding: 0;
  }
  .layout-new .about-page .about-intro .finalscene-img {
    height: 580px;
    margin-top: 50px;
    background: url(/images/finalscene_m_bg.png) no-repeat center;
  }
  .layout-new .about-page .about-intro .finalscene-img > .inner-img {
    background: url(/images/finalscene_m_box.png) no-repeat center;
  }
  .layout-new .index-page .index-wrap .ani-section .intro-typing {
    animation: logo-position-hm 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .text-box:nth-child(1) {
    bottom: calc(50px * 1);
    animation: box-scale-m 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .text-box:nth-child(1) .eng-text:not(.dumy) {
    animation: eng-scale1-hm 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .text-box:nth-child(2) {
    bottom: 0;
    animation: box-scale-m 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .text-box:nth-child(2) .eng-text:not(.dumy) {
    animation: eng-scale2-hm 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap br {
    display: block;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .inner-wrap {
    padding-bottom: 20px;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list .tit-box em {
    display: none;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li .text-box .link-btn {
    display: none;
  }
  .layout-new .header-wrap.on .header-site .logo-site a::after {
    background-color: #fff;
    transition: none;
  }
  .layout-new .header-wrap.on .header-site:not(.active) .logo-site {
    opacity: 1;
    transition: none;
  }
  .layout-new .header-wrap.black .header-site {
    background-color: #000;
  }
  .layout-new .header-wrap.blue .header-site {
    background: #fff;
  }
  .layout-new .header-wrap.blue .header-site:not(.active) .logo-site a::after {
    background-color: #0029d2;
    transition: 0.4s;
  }
  .layout-new .header-wrap.blue .header-site:not(.active) .btn-gnb > span {
    background-color: #0029d2;
  }
  .layout-new .page-scroll-wrap .now-wrap,
  .layout-new .page-scroll-wrap .solution-wrap {
    display: block;
  }
  .layout-new .new-sec .subject-text strong {
    display: inline;
  }
  .layout-new .now-wrap {
    position: relative;
    height: auto;
    top: 0;
    padding-bottom: 80px;
  }
  .layout-new .now-wrap * {
    color: #fff;
  }
  .layout-new .now-wrap .sub-site-area {
    position: relative;
    bottom: auto;
    margin-top: 160px;
    width: 100%;
  }
  .layout-new .solution-wrap {
    position: relative;
    height: auto;
    top: 0;
    padding-bottom: 80px;
  }
  .layout-new .solution-wrap .sec-wrap {
    border-top: 0;
  }
  .layout-new .solution-wrap .sec-wrap .inner-wrap {
    padding-bottom: 0;
  }
  .layout-new .solution-wrap .flex-box {
    display: block;
    position: relative;
    top: 0;
    margin-top: 151px;
    width: 100%;
  }
  .layout-new .solution-wrap .flex-box li {
    width: 100%;
  }
  .layout-new .solution-wrap .flex-box li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .layout-new .solution-wrap .flex-box li .img-box > a .txt-box {
    bottom: 23px;
    left: 24px;
    color: #fff;
  }
  .layout-new .solution-wrap .flex-box li .img-box > a .txt-box .tit {
    font-size: 24px;
  }
  .layout-new .solution-wrap .flex-box li .img-box > a .txt-box .sub-txt {
    margin-top: 8px;
    font-size: 14px;
  }
  .layout-new .solution-wrap .area-wrap .img-box img {
    display: none;
  }
  .layout-new .solution-wrap .area-wrap .img-box img.m-img {
    display: block;
  }
}
@media (max-width: 640px) {
  .layout-new .work-v .scroll-ex {
    bottom: auto;
    top: calc(100dvh - 100px);
    display: block;
  }
  .layout-new .ani-section.white .text-animate-area .text-box .eng-text.dumy {
    top: 7rem;
    left: 7rem;
  }
  .layout-new .ani-section.white .text-animate-area .text-box .description {
    top: 55%;
  }
  .layout-new .about-page .about-intro .intro-img {
    top: calc((100dvh - 120rem) / 2);
  }
  .layout-new .about-page .about-intro .circle-box {
    height: 54rem;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene1 {
    transform: translate(-50%, 0) scale(2);
    margin: 145px 0 130px;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene2 {
    transform: translate(-50%, 0) scale(2.5);
    margin: 180px 0 165px;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene3 {
    height: 90rem;
    transform: translate(-50%, 0) scale(1.7);
    margin: 150px 0 137px;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene4 {
    height: 100rem;
    transform: translate(-50%, 0) scale(1.4);
    margin: 130px 0 115px;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene5 {
    height: 95rem;
    transform: translate(-55%, 0) scale(1.7);
    margin: 155px 0 140px;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene6 {
    height: 95rem;
    transform: translate(-55%, 0) scale(1.7);
    margin: 155px 0 140px;
  }
  .layout-new .about-page .about-intro .circle-box.animate-scene7 {
    height: 95rem;
    transform: translate(-55%, 0) scale(1.4);
    margin: 127px 0 113px;
  }
  .layout-new .index-page .index-wrap .ani-section .intro-typing {
    animation: logo-position-m 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .text-animate-area .inner-wrap {
    justify-content: flex-start;
  }
  .layout-new .index-page .index-wrap .ani-section .text-box:nth-child(1) {
    bottom: calc(50px * 1);
    animation: box-scale-m 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .text-box:nth-child(1) .eng-text:not(.dumy) {
    animation: eng-scale1-m 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .text-box:nth-child(2) {
    bottom: 0;
    animation: box-scale-m 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .text-box:nth-child(2) .eng-text:not(.dumy) {
    animation: eng-scale2-m 1s calc(var(--progress-full2) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap {
    padding-top: 50px;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap br {
    display: none;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .inner-wrap {
    display: block;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list {
    display: block;
    height: 100%;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li {
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 5px;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li > a {
    display: block;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li:nth-child(2) {
    top: calc(100% - 90px);
    animation: journal-slidein-m 1s calc(var(--progress-full4) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li:nth-child(3) {
    top: calc(100% - 45px);
    animation: journal-slidein2-m 1s calc(var(--progress-full5) * -1s) both ease-in-out paused;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li .tit-box {
    width: 100%;
    height: 45px;
    writing-mode: unset;
    transform: rotate(0);
    border-right: 0;
    border-top: 2px solid #0029d2;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li .tit-box strong {
    font-size: 24px;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li .tit-box em {
    font-size: 14px;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li .img-box {
    width: 100%;
    height: 300px;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li .text-box {
    padding-left: 0;
    display: block;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li .text-box strong {
    margin-top: 16px;
    font-size: 22px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: keep-all;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li .text-box p {
    margin-top: 14px;
    font-size: 18px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
  }
  .layout-new .index-page .index-wrap .ani-section .journal-wrap .journal-list > li .text-box .link-btn {
    display: none;
  }
}

@media (min-width: 1921px) {
  .layout-new .inner-wrap {
    width: 1780px;
  }
  .layout-new .index-page .index-wrap .ani-section .intro-typing {
    animation: logo-position-big 1s calc(var(--progress-full1) * -1s) both ease-in-out paused;
  }
  .layout-new .line {
    top: 70px;
  }
  .layout-new .swiper-wrap .text-ani {
    bottom: 262px;
  }
  .layout-new .swiper-wrap .text-ani div {
    font-size: 72px;
  }
  .layout-new .swiper-wrap .text-ani .sub {
    margin-top: 32px;
    font-size: 20px;
  }
  .layout-new .swiper-wrap .swipe-bottom-area {
    bottom: 96px;
    height: 102px;
  }
  .layout-new .swiper-wrap .swipe-bottom-area .inner-wrap > div {
    margin-right: 86px;
    font-size: 16px;
  }
  .layout-new .swiper-wrap .swipe-bottom-area .inner-wrap > a {
    font-size: 20px;
    padding-right: 48px;
    background-size: 32px auto;
  }
  .layout-new .swiper-wrap .swiper-bottom-control {
    bottom: 40px;
  }
  .layout-new .swiper-wrap .text-ani .img-logo img {
    width: 297px;
  }
  .layout-new .new-sec .sec-title {
    margin: 96px 0 32px;
    font-size: 24px;
  }
  .layout-new .new-sec .subject-text strong {
    font-size: 48px;
  }
  .layout-new .new-sec .subject-text p {
    font-size: 20px;
    margin-top: 32px;
  }
  .layout-new .new-sec .sub-site-area {
    bottom: 192px;
  }
  .layout-new .new-sec .sub-site-area ul li a {
    height: 110px;
  }
  .layout-new .solution-wrap .flex-box {
    bottom: 192px;
  }
  .layout-new .solution-wrap .flex-box li .img-box > a .txt-box {
    bottom: 49px;
    left: 48px;
  }
}
@media (max-width: 1280px) {
  .layout-new .index-page .header-site__inner {
    padding-right: 0;
  }
}