  .mobile {
    display: none;
  }
  section.top {
    position: relative;
    background-color: #000;
    padding-bottom: 120px;
    min-height: 982px;
    z-index: 1;
    height: 100vh;
  }

  section.top .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }  

  section.top .mobile {
    display: none;
  }
  /* section.top::after,
  section.top::before {
      content:'';
      position: absolute;
      width: 879px;
      height: 861px;
      border-radius: 879px;
      opacity: 0.5;
      background: #3D198B;
      filter: blur(250px);
  } */
  section.top .morphing-svg {
    filter: blur(100px);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  section.top .morphing-svg path {
    visibility: hidden;
  }
  section.top .morphing-svg [data-morph-targets] {
    fill: rgba(61, 25, 139, 0.5);
    visibility: visible;
  }
  section.top.ver1::after {
    display: none;
  }
  section.top::after {
    right: -176px;
    top: -93px;
    animation: blurAnimation1 4s infinite alternate ease-in-out;
  }
  section.top::before {
    left: -175px;
    top: -366px;
    animation: blurAnimation2 4s infinite alternate ease-in-out;
  }
  section.top.ver1::before {
    top: -175px;
    left: 50%;
    transform: translateX(-50%);
    animation: blurAnimation3 4s infinite alternate ease-in-out;
  }
  @keyframes blurAnimation1 {
    0% {
      transform: translate(0, 0) scale(1);
      background-color: #3D198B;
    }
    25% {
      transform: translate(5px, -5px) scale(1.05);
      background-color: #4A1CA7;
    }
    50% {
      transform: translate(-5px, 5px) scale(1.1);
      background-color: #5B26C7;
    }
    75% {
      transform: translate(5px, -5px) scale(1.05);
      background-color: #4A1CA7;
    }
    100% {
      transform: translate(0, 0) scale(1);
      background-color: #3D198B;
    }
  }
  @keyframes blurAnimation2 {
    0% {
      transform: translate(0, 0) scale(1);
      background-color: #5B26C7;
    }
    25% {
      transform: translate(5px, -5px) scale(1.05);
      background-color: #4A1CA7;
    }
    50% {
      transform: translate(-5px, 5px) scale(1.1);
      background-color: #3D198B;
    }
    75% {
      transform: translate(5px, -5px) scale(1.05);
      background-color: #4A1CA7;
    }
    100% {
      transform: translate(0, 0) scale(1);
      background-color: #5B26C7;
    }
  }
  @keyframes blurAnimation3 {
    0% {
      transform: translateX(-50%) scale(1);
      background-color: #5B26C7;
    }
    25% {
      transform: translateX(-50%) scale(1.05);
      background-color: #4A1CA7;
    }
    50% {
      transform: translateX(-50%) scale(1.1);
      background-color: #3D198B;
    }
    75% {
      transform: translateX(-50%) scale(1.05);
      background-color: #4A1CA7;
    }
    100% {
      transform: translateX(-50%) scale(1);
      background-color: #5B26C7;
    }
  }
  section.top .textbox {
    position: relative;
    z-index: 2;
    text-align: center;
  }
  section.top .textbox h2 {
    position: relative;
    z-index: 1;
    margin-top: 0;
    color: #fff;
    font-size: 112px;
    font-weight: 700;
    line-height: 1;
    /* 100% */
  }
  section.top.ver1 .textbox h2 {
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 96px;
    font-weight: 700;
    line-height: 1.16;
    /* 116.667% */
  }
  section.top .textbox p {
    margin-top: 40px;
    color: #d9d9d9;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
  }
  section.top .textbox img {
    margin-top: 24px;
  }
  section.top .btnbox {
    position: relative;
    z-index: 2;
    margin-top: 170px;
    text-align: center;
  }
  section.top .btnbox a {
    width: 214px;
    height: 48px;
    border-radius: 40px;
    border: 1px solid #999;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.5s ease 0s, color 0.5s ease, border-color 0.5s ease;
  }
  section.top .btnbox a:hover {
    color: #fff;
    background: #623BEB;
    border-color: #623BEB;
  }
  section.introduce {
    background: #19191B;
    padding: 120px 0;
  }
  section.introduce .box {
    display: flex;
    margin-top: 160px;
    align-items: center;
  }
  section.introduce .box:nth-child(2n) {
    flex-direction: row-reverse;
    text-align: right;
  }
  section.introduce .box:first-child {
    margin-top: 0;
  }
  section.introduce .box>div {
    width: 50%;
  }
  section.introduce .box .textbox {}
  section.introduce .box .textbox h3 {
    color: #D9D9D9;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
  }
  section.introduce .box .textbox h4 {
    margin-top: 16px;
    color: #FFF;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.1;
  }
  section.introduce .box .textbox div {
    margin-top: 40px;
  }
  section.introduce .box .textbox div p {
    margin-top: 25px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.37;
  }
  section.introduce .box .textbox div p span {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.37;
  }
  section.introduce .box .textbox div p span a {
    color: #999;
  }
  section.introduce .box .textbox div p:first-child {
    margin-top: 0;
  }
  section.introduce .box .imgbox {
    position: relative;
    right: -60px;
    height: 600px;
    border-radius: 32px;
    border: 1px solid #333;
    background: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.introduce .box .imgbox.no_bg {
    border-radius: inherit;
    border: inherit;
    background: inherit;
  }
  section.introduce .box:nth-child(2n) .imgbox {
    left: -60px;
    right: inherit;
  }
  section.introduce .box1 .imgbox .grid {
    position: relative;
  }
  section.introduce .box1 .imgbox ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
  section.introduce .box1 .imgbox ul li {
    padding: 16px 26px;
    border-radius: 8px;
    background: #222;
  }
  section.introduce .box1 .imgbox ul li.dotted {
    border: 2px dotted #999;
    background: none;
  }
  section.introduce .box1 .imgbox ul li div {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  section.introduce .box1 .imgbox ul li div span {
    color: #DCDCDC;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  section.introduce .box1 .imgbox .active {
    position: absolute;
    padding: 0;
    border-radius: 0;
    background: none;
    width: max-content;
    right: -52px;
    top: 195px;
  }
  section.introduce .box1 .imgbox .active div {
    display: inline-flex;
    padding: 16px 20px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 92px;
    height: 104px;
    border-radius: 8px;
    background: #623BEB;
    box-shadow: 4px 8px 8px 0px rgba(0, 0, 0, 0.30);
  }
  section.introduce .box1 .imgbox .active div img {
    width: 48px;
  }
  section.introduce .box1 .imgbox .active div span {
    color: #DCDCDC;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  section.introduce .box .textbox ul {
    margin-top: 30px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
  }
  section.introduce .box .textbox ul li {
    cursor: pointer;
    display: inline-flex;
    gap: 8px;
    color: #999;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.77;
    transition: color 0.5s ease;
  }
  section.introduce .box .textbox ul li.active {
    color: #fff;
  }
  .textbox__wrap.active {}
  .textbox__wrap>div.active,
  .imgbox__wrap>div.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
  }
  .textbox__wrap>div,
  .imgbox__wrap>div {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, top 0.5s ease;
  }
  section.introduce .box3 .imgbox {
    text-align: center;
  }
  section.introduce .box3 .imgbox img:last-child {
    margin-top: 60px;
  }
  section.team {
    background: #000;
    padding: 160px 0;
  }
  section.team .box {
    display: flex;
    align-items: flex-start;
  }
  section.team .box>div {
    width: 50%;
  }
  section.team .box .textbox {}
  section.team .box .textbox h3 {
    color: #D9D9D9;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
  }
  section.team .box .textbox h4 {
    margin-top: 16px;
    color: #FFF;
    font-size: 64px;
    font-weight: 500;
    line-height: 1.1;
  }
  section.team .box .textbox div {
    margin-top: 40px;
  }
  section.team .box .textbox div p {
    margin-top: 25px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.37;
  }
  section.team .box .textbox div p span {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.37;
  }
  section.team .box .textbox div p:first-child {
    margin-top: 0;
  }
  section.team .box .imgbox {
    position: relative;
    height: auto;
    flex: 1;
  }
  section.tool {
    background: #0E1011;
    padding: 100px 0 120px;
  }
  section.tool h2 {
    color: #fff;
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
  }
  section.tool .box {
    margin-top: 150px;
  }
  section.tool .box:nth-child(2) {
    margin-top: 100px;
  }
  section.tool .box:last-child {
    margin-top: 200px;
  }
  section.tool .box .textbox {}
  section.tool .box .textbox h3 {
    color: #fff;
    text-align: center;
    font-size: 64px;
    font-weight: 400;
    line-height: 1.1;
  }
  section.tool .box .textbox span {
    display: block;
    margin-top: 40px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  section.tool .box .textbox div {}
  section.tool .box .textbox div p {
    margin-top: 24px;
    color: #999;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.37;
  }
  section.tool .box .imgbox {
    margin-top: 60px;
    text-align: center;
  }
  section.tool .box .imgbox img {
    max-width: 100%;
  }
  section.why {
    background: #000;
    padding: 120px 0 100px;
  }
  section.why .title {
    text-align: center;
  }
  section.why .title h2 {
    margin-top: 32px;
    color: #fff;
    text-align: center;
    font-size: 140px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
  }
  section.why ul {
    display: flex;
    gap: 80px;
    margin-top: 72px;
  }
  section.why ul li {
    flex: 1;
  }
  section.why ul li i {
    display: block;
    background: #fff;
    border-radius: 4px;
    height: 4px;
  }
  section.why ul li h3 {
    margin-top: 32px;
    color: #fff;
    font-size: 32px;
    font-weight: 500;
  }
  section.why ul li div {}
  section.why ul li div p {
    margin-top: 24px;
    color: #aaa;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.37;
    word-break: keep-all;
  }
  section.movie {
    padding: 155px 0;
    background: #0E1011;
  }
  section.movie .round {
    border-radius: 32px;
    background: var(--Text-D9, #D9D9D9);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 675px;
    padding: 0 110px;
    box-sizing: border-box;
  }
  section.movie .moviebox {
    position: relative;
    max-width: 980px;
    height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.movie .moviebox img {
    width: 100%;
    object-fit: cover;
  }
  section.movie .moviebox .play {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  section.about {
    background: #000;
    padding: 130px 0 100px;
  }
  section.about .inner .box .imgbox ul {
    display: none;
  }
  section.about .inner {
    display: flex;
    gap: 235px;
  }
  section.about .inner .box {
    position: relative;
    width: auto;
  }
  section.about .inner .box a {
    display: inline-flex;
    height: 100%;
  }
  section.about .inner .box .textbox {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
  }
  section.about .inner .box .textbox h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
  }
  section.about .inner .box .textbox p {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin-top: 470px;
    line-height: normal;
  }
  section.about .inner .box .textbox p a {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
  }
  section.about .inner .box .imgbox {
    position: absolute;
    left: 80px;
    top: -55px;
  }
  .layer__popup {
    position: fixed;
    border-radius: 0;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 640px;
    height: auto;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 35;
    transition: opacity 0.5s ease, visible 0.5s ease;
    visibility: hidden;
    box-sizing: border-box;
    border-radius: 15px;
  }
  .layer__popup.active {
    opacity: 1;
    visibility: visible;
  }
  .layer__popup2 {
    position: fixed;
    border-radius: 0;
    background: #FFF;
    left: 50%;
    top: 50%;
    width: 90%;
    height: auto;
    max-width: 550px;
    min-height: 450px;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 35;
    transition: opacity 0.5s ease, visible 0.5s ease;
    visibility: hidden;
    box-sizing: border-box;
    border-radius: 15px;
  }
  .layer__popup2.active {
    opacity: 1;
    visibility: visible;
  }
  .layer__popup__top {
    position: relative;
    text-align: center;
  }
  .layer__popup__top h3 {
    margin-top: 30px;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: normal;
  }
  .layer__popup__top p {
    margin-top: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
  }
  .layer__popup__top a {
    margin-top: 80px;
    border-radius: 40px;
    border: 1px solid #999999;
    padding: 15px 25px;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    color: #999999;
    display: inline-block;
  }
  .layer__popup__close {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    width: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
  }
  section .box.ani {
    opacity: 1 !important;
  }
  section .box.step_ani .textbox .tab__ul,
  section .box.step_ani .textbox div>p,
  section .box.step_ani .textbox h3,
  section .box.step_ani .imgbox:not([class^="ani"]),
  section .box.step_ani .textbox h4 {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity;
    transition-timing-function: ease;
  }
  section .box.step_ani.active .textbox .tab__ul,
  section .box.step_ani.active .textbox div>p,
  section .box.step_ani.active .textbox h3,
  section .box.step_ani.active .imgbox:not([class^="ani"]),
  section .box.step_ani.active .textbox h4 {
    opacity: 1;
  }
  section .box.step_ani.active .textbox h3 {
    transition-delay: .3s;
  }
  section .box.step_ani.active .textbox h4 {
    transition-delay: .6s;
  }
  section .box.step_ani.active .imgbox:not([class^="ani"]), {
    transition-delay: 1s;
  }
  section .box.step_ani.active .textbox div p {
    transition-delay: .9s;
  }
  section .box.step_ani.active .textbox .tab__ul {
    transition-delay: 1.1s;
  }
  section.tvdemo {
    background: #19191B;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.tvdemo .box {
  }
  section.tvdemo .box .textbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 10%;
  }
  section.tvdemo .box .imgbox {
    display: flex;
    padding-top: 24px;
    width: 100%;
  }
  section.tvdemo .box .imgbox img {
    max-width: 100%;
    height: auto;
  }
  section.tvdemo h3 {
    color: #D9D9D9;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
  }
  @media only screen and (max-width: 1400px) {
    section.introduce .box .imgbox {
      position: relative;
      height: auto;
      border: 0;
      background: none;
    }
    section.introduce .box .imgbox img {
      width: 100%;
    }
    section.introduce .box:nth-child(2n) .imgbox {
      left: 0;
    }
    section.introduce .box .imgbox {
      right: 0;
    }
    section.introduce .box .textbox h3 {
      font-size: 19px;
    }
    section.introduce .box .textbox h4 {
      margin-top: 16px;
      font-size: 50px;
    }
    section.introduce .box .textbox div p,
    section.introduce .box .textbox div p span {
      font-size: 14px;
    }
    section.introduce .box .textbox ul li {
      font-size: 15px;
    }
    section.introduce .box .textbox {
      padding-left: 80px;
    }
    section.introduce .box:nth-child(2n) .textbox {
      padding-right: 80px;
      padding-left: 0;
    }
    section.introduce .inner {
      padding: 0;
    }
    section.introduce .box {
      margin-top: 100px;
    }
    section.team .box .textbox h3 {
      font-size: 19px;
    }
    section.team .box .textbox h4 {
      font-size: 50px;
    }
    section.team .box .textbox div p {
      font-size: 14px;
      letter-spacing: -0.025em;
    }
  }
  @media only screen and (max-width: 1280px) {
    /* .inner {
      padding: 0px 20px;
    } */
    section.top .textbox h2 {
      font-size: 8vw;
    }
    section.top .textbox p {
      font-size: 2vw;
    }
    section.tool h2 {
      font-size: 7.5vw;
    }
    section.tool .box .textbox h3 {
      font-size: 4.5vw;
    }
    section.why .title h2 {
      font-size: 10vw;
    }
    section.why ul li h3 {
      font-size: 2.2vw;
      line-height: 1.3;
      word-break: keep-all;
    }
    section.why ul {
      gap: 50px;
    }
    section.movie .round {
      height: auto;
      padding: 40px 50px;
    }
    section.movie .moviebox {
      height: auto;
    }
    section.why .title img {
      width: 9.5vw;
    }
    section.about .inner {
      display: flex;
      gap: 10vw;
    }
    section.about .inner .box .imgbox img {
      width: 60vw;
    }
    section.about .inner .box .textbox h2 {
      font-size: 70px;
    }
  }
  @media only screen and (max-width: 1024px) {
    section.top .textbox h2 {
      font-size: 8vw;
    }
    section.top .textbox p {
      font-size: 2vw;
    }
    section.introduce .box>div {
      width: 480px;
    }
    section.team .box>div {
      width: 480px;
    }
    section.introduce .box .imgbox {
      right: 0;
      width: 580px;
    }
    section.introduce .box {
      display: flex;
      margin-top: 160px;
      align-items: center;
      flex-direction: column;
    }
    section.introduce .box:nth-child(2n) {
      flex-direction: column;
      text-align: right;
      display: flex;
    }
    section.introduce .box:nth-child(2n) .textbox {
      padding-right: 0;
      padding-left: 0;
      text-align: left;
    }
    section.introduce .box .textbox {
      padding-left: 0;
    }
    section.introduce .box {
      margin-top: 100px;
    }
    section.team .inner {
      padding: 0;
    }
    section.team .box {
      display: flex;
      align-items: center;
      flex-direction: column;
    }
    section.team .box .imgbox {
      position: relative;
      height: auto;
      flex: 1;
      margin-top: 50px;
      width: 100%;
      height: 450px;
      float: right;
      text-align: right;
    }
    section.team .box .imgbox img {
      height: 100%;
      object-fit: cover;
      width: 77%;
    }
    section.tool .inner {
      max-width: 80%;
      margin: 0 auto;
    }
    section.movie .round {
      height: auto;
      padding: 25px 50px;
    }
    section.why ul {
      display: flex;
      gap: 80px;
      margin-top: 72px;
      flex-direction: column;
    }
    section.why ul li h3 {
      font-size: 24px;
    }
    section.why ul li div p {
      margin-top: 24px;
      color: #aaa;
      font-size: 15px;
    }
    section.why .title h2 {
      font-size: 56px;
    }
    section.why ul {
      display: flex;
      gap: 80px;
      margin-top: 72px;
      flex-direction: column;
      max-width: 690px;
      margin: 0 auto;
      margin-top: 70px;
    }
    section.about .inner {
      display: flex;
      gap: 0;
      flex-direction: column-reverse;
    }
    section.about .inner .box a {
      display: inline-flex;
      height: 100%;
      width: 100%;
      flex-direction: column;
      align-items: center;
    }
    section.about .inner .box .textbox {
      padding-left: 0;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%;
      align-items: center;
    }
    section.about .inner .box .imgbox {
      position: relative;
      left: 0;
      top: 0;
    }
    section.about .inner .box .textbox h2 {
      text-align: center;
    }
    section.about .inner .box .textbox h2 br {
      display: none;
    }
    section.about .inner .box .textbox p {
      margin-top: 28px;
    }
    section.about .inner .box .textbox p a {
      font-size: 23px;
    }
    section.about .inner .box .textbox p br {
      display: none;
    }
    section.about .inner .box .imgbox img {
      width: 100%;
      left: -11vw;
      position: relative;
    }
    section.about .inner .box .imgbox ul {
      display: flex;
      gap: 8px;
      margin-top: 30px;
      justify-content: center;
    }
    section.about .inner .box .imgbox ul li img {
      width: 20vw;
      left: 0;
      position: relative;
    }
  }
  @media only screen and (max-width: 640px) {
    .web {
      display: none;
    }
    .mobile {
      display: block;
    }
    section.top .mobile {
      display: block;
      text-align: center;
    }
    section.top {
      position: relative;
      background-color: #000;
      padding-bottom: 120px;
      min-height: 100vh;
      z-index: -1;
    }
    section.top .textbox h2 {
      font-size: 40px;
      margin-top: 170px;
    }
    section.top .textbox p {
      font-size: 16px;
    }
    section.top .btnbox a {
      display: none;
    }
    header .inner .logo img {
      width: 32px;
    }
    section.introduce {
      padding: 40px 0;
    }
    section.introduce .box>div {
      width: 100%;
    }
    section.introduce .box {
      margin-top: 0;
    }
    section.introduce .box {
      padding: 0 20px;
      box-sizing: border-box;
    }
    section.introduce .box .textbox h4 {
      font-size: 37px;
    }
    section.introduce .box .textbox div {
      margin-top: 0;
    }
    section.introduce .box .textbox div p br {
      display: none;
    }
    section.introduce .box .textbox div p br.mobile {
      display: block;
    }
    section.introduce .box .textbox div p br.mobile {
      display: block;
    }
    section.introduce .box .textbox div {
      margin-top: 25px;
    }
    section.introduce .box .imgbox {
      right: 0;
      width: 100%;
    }
    section.introduce .box3 .imgbox img:last-child {
      margin-top: 0;
    }
    section.introduce .box:nth-child(9) {
      margin-top: 90px;
    }
    section.introduce .box2 .textbox div.textbox__tab1 p:first-child {
      display: none;
    }
    section.introduce .box4 .textbox div p:nth-child(2) {
      display: none;
    }
    section.introduce .box5 .textbox div p:nth-child(2) {
      display: none;
    }
    section.team .box>div {
      width: 100%;
      padding: 0 20px;
    }
    section.team .box .textbox h4 {
      font-size: 37px;
    }
    section.introduce .box3 {
      margin-top: 90px;
    }
    section.team {
      background: #000;
      padding: 40px 0;
    }
    section.tool {
      padding: 60px 0 60px;
    }
    section.tool .box .imgbox img {
      max-width: 100%;
      margin: 0 auto;
    }
    section.tool .inner {
      max-width: 100%;
      margin: 0 auto;
      padding: 0 20px;
    }
    section.tool h2 {
      font-size: 60px;
    }
    section.tool .box:nth-child(2) {
      margin-top: 60px;
    }
    section.tool .box:last-child {
      margin-top: 100px;
    }
    section.tool .box .textbox h3 {
      font-size: 32px;
      word-break: keep-all;
    }
    section.tool .box .textbox h3 br {
      display: none;
    }
    section.tool .box .textbox h3 br.mobile {
      display: block;
    }
    section.tool .box {
      margin-top: 60px;
    }
    section.tool .box .textbox div p {
      font-size: 13px;
      line-height: 1.5;
    }
    section.why {
      padding: 60px 0 60px;
    }
    section.why .title img {
      width: 64px;
    }
    section.why .title h2 {
      font-size: 52px;
    }
    section.why ul li i {
      display: none;
    }
    section.why ul li div p {
      margin-top: 24px;
      color: #aaa;
      font-size: 14px;
      word-break: break-all;
    }
    section.why ul li h3 {
      font-size: 24px;
      margin-top: 40px;
    }
    section.why ul {
      gap: 0;
      margin-top: 20px;
    }
    section.movie .round {
      height: auto;
      padding: 0;
    }
    section.movie .inner {
      padding: 0;
    }
    section.why {
      padding: 60px 0 90px;
    }

    section.movie {
      padding: 0;
    }
    section.about {
      padding: 70px 0 60px;
    }
    section.about .inner .box .textbox h2 {
      font-size: 32px;
    }
    section.about .inner .box .textbox h2 br {
      display: none;
    }
    section.about .inner .box .textbox h2 br.mobile {
      display: block;
    }
    section.introduce .box2 .textbox__wrap {
      padding-top: 30px;
    }
    section.introduce .box .textbox ul {
      margin-top: 30px;
      display: flex;
      gap: 8px;
      flex-direction: row;
      text-align: right;
      align-items: center;
      position: absolute;
      justify-content: center;
      top: 0;
      left: 0;
      margin: 0;
      padding: 4px 24px;
      gap: 20px;
      border-radius: 20px;
      border: 1px solid var(--Text-999, #999);
      width: calc(100% - 40px);
      margin: 0 auto;
      left: 20px;
    }
    section.introduce .box .textbox ul li img {
      display: none;
    }
    section.introduce .box .textbox ul li {
      font-size: 13px;
      gap: 0;
    }
    section.team .box .textbox div p br {
      display: none;
    }
    section.team .box .textbox div p br.mobile {
      display: block;
    }
    section.tool .box .textbox h3 br {
      display: none;
    }
    section.tool .box .textbox h3 br.mobile {
      display: block;
    }
    section.tool .box .textbox div p br {
      display: none;
    }
    section.tool .box .textbox div p br.mobile {
      display: block;
    }
    section.about .inner .box .textbox p a {
      font-size: 14px;
    }
    section.top .morphing-svg {
      position: fixed;
      top: 0;
      left: calc((100vw - 100vh) / 2);
      right: 0;
      bottom: 0;
      margin: auto;
      height: 100vh;
      width: 100vh;
      transform: rotate(90deg);
    }
    section.top .morphing-svg [data-morph-targets] {
      fill: rgba(61, 25, 139, 0.5);
      visibility: visible;
      animation: none !important;
    }

    section.introduce .box {
      margin-top: 90px;
    }

    section.tool .box {
      margin-top: 100px;
    }

    section.tool .box .imgbox {
      margin-top: 90px;
      text-align: center;
    }

    section.team .box .imgbox {
      height: inherit;
      padding: 0;
    }

    section.team .box .imgbox img {
      height: auto;
      object-fit: cover;
      width: 85%;
    }

  }


  @media only screen and (max-width: 350px) {

    section.introduce .box .textbox ul li {
      font-size: 12px;
      gap: 0;
    }

    section.introduce .box .textbox h4 {
      font-size: 35px;
    }


  }
