#svg_defs {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
}
@-webkit-keyframes inview_gradation {
  0% {
    color: #6fba82;
  }
  10% {
    color: #1098ad;
  }
  20% {
    color: #5073b8;
  }
  30% {
    color: #a166ab;
  }
  40% {
    color: #ef4e7b;
  }
  50% {
    color: #a166ab;
  }
  60% {
    color: #5073b8;
  }
  70% {
    color: #1098ad;
  }
  80% {
    color: #07b39b;
  }
  90% {
    color: #6fba82;
  }
  100% {
    color: #fff;
  }
}
@keyframes inview_gradation {
  0% {
    color: #6fba82;
  }
  10% {
    color: #1098ad;
  }
  20% {
    color: #5073b8;
  }
  30% {
    color: #a166ab;
  }
  40% {
    color: #ef4e7b;
  }
  50% {
    color: #a166ab;
  }
  60% {
    color: #5073b8;
  }
  70% {
    color: #1098ad;
  }
  80% {
    color: #07b39b;
  }
  90% {
    color: #6fba82;
  }
  100% {
    color: #fff;
  }
}
/* banner */
.moview-banner {
  width: 100%;
  height: 100vh;
}
.moview-banner-pic {
  height: 100%;
}
.moview-banner-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.moview-banner-content {
  transform: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.moview-banner-content .top,
.moview-banner-content .bottom {
  opacity: 0;
  transition: transform 1s cubic-bezier(.19, 1, .22, 1), opacity .8s cubic-bezier(.25, .46, .45, .94), -webkit-transform 1s cubic-bezier(.19, 1, .22, 1);
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.moview-banner-content .top {
  top: 0;
  height: 51%;
  transform: translateX(-400px);
}
.moview-banner-content .bottom {
  bottom: 0;
  height: 50%;
  transform: translateX(400px);
}
.moview-banner-content .top em,
.moview-banner-content .top strong,
.moview-banner-content .bottom em,
.moview-banner-content .bottom strong {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.moview-banner-content .bottom em,
.moview-banner-content .bottom strong {
  top: -100%;
}
.moview-banner-content .top span,
.moview-banner-content .bottom span {
  color: #6fba82;
  font-size: 64px;
}
.moview-banner-content .top span:first-child,
.moview-banner-content .bottom span:first-child {
  padding-left: .1em;
}
.moview-banner-content .top span:last-child,
.moview-banner-content .bottom span:last-child {
  padding-right: .1em;
}
.moview-banner-content svg {
  width: 100%;
  height: auto;
}
.moview-banner-content .white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .8s cubic-bezier(.25, .46, .45, .94) 1s;
}
.sincere {
  display: inline-block;
  position: relative;
  line-height: .7px;
  width: 494px;
  height: 52px;
  margin: 0 auto;
}
.sincere .line1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.sincere .line1 .top,
.sincere .line1 .bottom {
  transition-delay: 0s;
}
.svg-grad em {
  visibility: visible;
  transition: visibility 0s linear 3s;
}
.dynamic {
  position: relative;
  /* font-size: 78px; */
  line-height: .75;
  letter-spacing: -.025em;
  /* width: 912px; */
  width: 1114px;
  height: 52px;
}
.dynamic .capacity {
  margin-left: 26px;
}
.dynamic .line2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.dynamic .line2 .top,
.dynamic .line2 .bottom {
  transition-delay: .15s;
}
.moview-banner-content.in-view {
  visibility: visible;
}
.moview-banner-content.in-view span {
  animation-name: inview_gradation;
  animation-duration: 1.6s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.moview-banner-content.in-view .sincere .line1 .top,
.moview-banner-content.in-view .sincere .line1 .bottom,
.moview-banner-content.in-view .dynamic .line2 .top,
.moview-banner-content.in-view .dynamic .line2 .bottom {
  opacity: 1;
  transform: translateX(0);
}
.moview-banner-content.in-view .sincere .line1 .svg-grad em {
  visibility: hidden;
}
.moview-banner-content.in-view .sincere .line1 .white {
  opacity: 1;
  visibility: visible;
}
.dynamic {
  margin: 28px auto 0;
}
.icon {
  height: 66px;
  position: absolute;
  left: calc(50% - 4.5px);
  bottom: 2.625rem;
}
.banner-txt {
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 3px;
  position: absolute;
  left: calc(50% - 51px);
  bottom: 8.5rem;
  transform: matrix(1,0,-.1,1,0,0);
}

/* project-case */
.project-case {
  text-align: center;
  padding-top: 126px;
}
.project-desc,
.project-txt {
  color: var(--theme-color);
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 1.2px;
}
.project-desc {
  margin-top: 68px;
}
.project-txt {
  font-weight: bold;
  margin-top: 36px;
}
.project-case-content {
  position: relative;
  background: url(/img/home/project_bg.jpg) 50% 100%/cover no-repeat;
  margin-top: 106px;
  padding: 112px 0;
  transition: background-image .4s;
}
.project-item-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #FFFFFF;
  transition: border .4s;
}
.project-case-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(250, 64, 38, .9);
  transition: all .4s;
}
.project-case-list {
  margin: 0 auto;
  padding: 0 var(--p-left-right);
  display: flex;
  justify-content: space-between;
}
.project-case-list .number {
  height: 40px;
}
.project-case-item {
  position: relative;
  width: 100%;
  height: 374px;
  box-sizing: border-box;
}
.project-case-item a {
  position: absolute;
  z-index: 10;
  bottom: -40px;
}
.project-case-item + .project-case-item {
  margin-left: 8px;
}
.project-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.project-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 50%/cover no-repeat;
  transition: opacity .4s;
}
.project-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 1;
  transition: opacity .4s;
}
.tvc-advertising::after {
  background-image: url(/img/home/project_01.jpg);
}
.promotional::after {
  background-image: url(/img/home/project_02.jpg);
}
.animation-threed::after {
  background-image: url(/img/home/project_03.jpg);
}
.documentary::after {
  background-image: url(/img/home/project_04.jpg);
}
.engineering::after {
  background-image: url(/img/home/project_05.jpg);
}
.project-case-content.is-nav-bg .project-item::after,
.project-case-content.is-nav-bg .project-item::before {
  opacity: 0;
}
.project-case-content.is-nav-bg .project-case-mask {
  background-color: rgba(0, 0, 0, .5);
}
.project-case-item:hover .project-item:after {
  opacity: 1 !important;
  filter: blur(1px);
}
.project-case-item:hover .project-item .project-item-border {
  display: none;
}
/* .project-item:hover:before {
  opacity: 0 !important;
} */
.project-item-content {
  position: relative;
  margin-top: 64px;
  z-index: 2;
}
.project-item-title {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 28px;
  margin-top: 50px;
}
.project-item-detail {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 26px;
  text-shadow: 3px 2px 2px rgba(0, 0, 0, .58);
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.project-case-more {
  width: 0;
  height: 0;
}
.project-case-item:hover .project-item .project-item-content {
  display: none;
}
.project-case-item:hover .project-item .project-item-detail{
  display: block;
}
.project-case-item:hover .project-case-more {
  width: 162px;
  height: 162px;
  transition: all 1s;
}

/* team */
.team {
  display: flex;
  margin: 0 auto;
  padding: 174px var(--p-left-right) 0;
  overflow: hidden;
  position: relative;
}
.team-left {
  flex-shrink: 0;
  color: var(--theme-color);
  width: 204px;
}
.team-left h3 {
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
  margin-top: 44px;
  letter-spacing: .6px;
}
.team-left p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 50px;
  letter-spacing: .6px;
}
.team-right {
  flex: 1;
  margin: 0 0 0 130px;
}
.team-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team .swiper-pagination {
  bottom: 0;
}
.team .swiper-pagination-bullet {
  width: 49px;
  height: 7.5px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--active-color);
  opacity: 1;
  box-sizing: border-box;
}
.team .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.team .swiper-pagination-bullet-active {
  background: var(--active-color);
}
/* customers */
.customers {
  padding: 194px var(--p-left-right) 0;
  margin: 0 auto;
}
.customers-content {
  margin: 102px auto 0;
}
.customers-content .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.customers-content .row img:last-child {
  display: none;
}
.customers-content .row .col:hover img:first-child {
  display: none;
}
.customers-content .row .col:hover img:last-child {
  display: block;
}
.customers-content .row2 {
  margin-top: 17px;
}
.customers-content .row3 {
  margin-top: 22px;
}
.customers-content .row6 {
  margin-top: 20px;
}
.customers-content img {
  width: 100%;
  object-fit: scale-down;
}

/* information */
.information {
  margin: 166px auto 0;
  position: relative;
  background-color: #F1F1F1;
  text-align: center;
  overflow: hidden;
}
.information .information-title {
  max-width: var(--max-width-1200);
  text-align: left;
  margin: 0 auto;
  padding: 66px var(--p-left-right) 0;
  position: relative;
  z-index: 1;
}
.information .scroll-title {
  margin-top: -4px;
}
.information-content {
  padding: 124px var(--p-left-right) 0;
  margin: 0 auto;
}
.infomation-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.information-category-item {
  width: 100%;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid var(--theme-color);
  cursor: pointer;
}
.information-category-item + .information-category-item {
  margin-left: 12px;
}
.information-category-item.active,
.information-category-item:hover {
  border: none;
  background-color: #D6D6D6;
  transition: background .4s;
}
.information-list {
  margin-top: 24px;
  display: none;
}
.information-item {
  width: 100%;
  height: 104px;
  display: flex;
  align-items: center;
  color: #9B9B9B;
  position: relative;
  transition: padding .4s;
  padding-left: 30px;
  box-sizing: border-box;
}
.information-item + .information-item {
  border-top: 1px solid #D8D8D8;
}
.information-item-date {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.information-item-date .day {
  font-family: MovieDateFont;
  font-size: 32px;
  letter-spacing: 3px;
}
.information-item-date .year {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 0.8px;
}
.information-item-content {
  margin-left: 80px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.information-item-title {
  font-size: 16px;
  line-height: 24px;
}
.information-item-desc {
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.information-item-thumb {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  /* display: none; */
  opacity: 0;
  transition: opacity .1s;
}
.information-item-more {
  height: 82px;
  position: absolute;
  z-index: 1;
}
.information-item-pic {
  position: absolute;
  width: 308px;
  height: 186px;
  object-fit: cover;
  top: -56px;
  left: 53px;
  opacity: 0;
  text-align: center;
  transform: scale(0.5);
  transition-duration: .4s;
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
}
.pic-style {
  opacity: 1;
  transform: none;
}
.information-item:hover {
  color: var(--theme-color);
  padding-left: 56px;
}
.information-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.information .moview-more {
  margin: 40px auto 142px;
}
/* footer */
.moview-footer {
  margin-top: 0;
}

@media screen and (min-width: 1441px) {
  .banner-txt {
    bottom: 194px;
  }
  .icon {
    bottom: 92px;
  }
  .project-desc, .project-txt {
    font-size: 18px;
  }
  .project-case-list {
    max-width: var(--max-width-1400);
  }
  .project-case-item {
    height: 424px;
  }
  .project-item-content {
    margin-top: 90px;
  }
  .project-item-detail {
    font-size: 16px;
  }
  .team {
    max-width: var(--max-width-1400);
  }
  .team-left h3 {
    font-size: 22px;
  }
  .team-left p {
    font-size: 16px;
  }
  .team-right {
    margin-left: 202px;
  }
  .information-category-item {
    font-size: 18px;
  }
  .information-content {
    max-width: var(--max-width-1400);
  }
  .information-item-date .day {
    font-size: 36px;
  }
  .information-item-date .year {
    font-size: 14px;
  }
  .information-item-title {
    font-size: 18px;
    line-height: 30px;
  }
  .information-item-desc {
    font-size: 16px;
    line-height: 32px;
  }
  .customers {
    max-width: var(--max-width-1400);
  }
}

@media screen and (min-width: 1069px) and (max-width: 1440px) {
  .project-case-list {
    max-width: var(--max-width-1200);
  }
  .team {
    max-width: var(--max-width-1200);
  }
  .information-content {
    max-width: var(--max-width-1200);
  }
  .customers {
    max-width: var(--max-width-1200);
  }
}

@media screen and (min-width: 735px) and (max-width: 1068px) {
  .project-case-list {
    max-width: var(--max-width-900);
  }
  .project-case-item {
    height: 302px;
  }
  .project-case-list .number {
    height: 30px;
  }
  .project-item-content {
    margin-top: 46px;
  }
  .project-item-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 40px;
  }
  .project-item-detail {
    font-size: 13px;
  }
  .team {
    max-width: var(--max-width-900);
  }
  .team-left {
    width: 182px;
  }
  .team-right {
    margin-left: 43px;
  }
  .information-content {
    max-width: var(--max-width-900);
  }
  .customers {
    max-width: var(--max-width-900);
  }
  .customers-content img {
    width: 80%;
  }
}

@media screen and (min-width: 0px) and (max-width: 734px) {
  .moview-banner-content .top span,
  .moview-banner-content .bottom span {
    font-size: 22px;
    letter-spacing: -5px;
  }
  .sincere {
    width: 100%;
    height: 20px;
    text-align: center;
  }
  .sincere svg {
    width: 100%;
    height: 20px;
  }
  .sincere .white img {
    height: 20px;
  }
  .dynamic {
    width: 100%;
    height: 26px;
    line-height: .85;
    text-align: center;
    margin-top: 16px;
  }
  .dynamic .capacity {
    margin-left: 14px;
  }
  .banner-txt {
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8.08rem;
  }
  .moview-banner-content .icon {
    height: 32px;
    bottom: 4rem;
  }
  /* project */
  .project-case {
    padding-top: 50px;
  }
  .project-desc, .project-txt {
    font-size: 12px;
    line-height: 24px;
  }
  .project-desc {
    margin-top: 34px;
  }
  .project-txt {
    margin-top: 14px;
  }
  .project-case-content {
    margin-top: 50px;
    padding: 28px 0;
    overflow: hidden;
  }
  .project-case-list {
    overflow-x: auto;
  }
  .project-case-list .number {
    height: 30px;
  }
  .project-item-content {
    margin-top: 46px;
  }
  .project-case-item {
    flex-shrink: 0;
    width: 188px;
    height: 338px;
  }
  .project-case-item:last-child {
    padding-right: var(--p-left-right);
    box-sizing: initial;
  }
  .project-item-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 38px;
  }
  .project-item-detail {
    font-size: 12px;
    line-height: 24px;
  }
  .project-case-item a {
    display: none;
  }
  /* team */
  .team {
    padding-top: 50px;
    text-align: center;
    flex-direction: column;
    letter-spacing: .6px;
  }
  .team-left h3 {
    font-size: 16px;
    line-height: 1;
    margin-top: 30px;
  }
  .team-left h3 br {
    display: none;
  }
  .team-left p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 16px;
  }
  .team-right {
    margin: 30px 0 0;
  }
  .team .swiper-pagination {
    position: relative;
    margin-top: 12px;
  }
  .team .swiper-pagination-bullet {
    width: 26px;
    height: 4px;
  }
  .team .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 5px;
  }
  /* customers */
  .customers {
    padding-top: 76px;
    text-align: center;
  }
  .customers-content {
    margin-top: 35px;
  }
  .customers-content .row img:first-child {
    display: none;
  }
  .customers-content .row img:last-child {
    display: block;
  }
  .customers-content .row2,
  .customers-content .row6 {
    margin-top: 8px;
  }
  .customers-content .row3 {
    margin-top: 12px;
  }
  .customers-content .row6 {
    margin-top: 10px;
  }
  .customers-content .col + .col {
    margin-left: 10px;
  }
  .customers-content img {
    height: 100%;
  }
  /* information */
  .information {
    margin-top: 65px;
  }
  .information .information-title {
    padding-top: 15px;
    text-align: center;
  }
  .information .scroll-content-txt {
    height: 50px;
  }
  .information .scroll-content-txt + .scroll-content-txt {
    margin-left: 50px;
  }
  .information .scroll-title {
    margin-top: -2px;
  }
  @keyframes scrollInformationTitle {
    form {
      transform: translateX(0);
    }
    to {
      transform: translateX(-888px);
    }
  }
  .information-content {
    padding-top: 38px;
  }
  .information-category-item {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
  .information-category-item + .information-category-item {
    margin-left: 6px;
  }
  .information-category-item:hover {
    transition: none;
  }
  .information-list {
    margin-top: 12px;
  }
  .information-item {
    height: 56px;
    padding-left: 15px;
  }
  .information-item-date .day {
    font-size: 20px;
  }
  .information-item-date .year {
    font-size: 8px;
    margin-top: 4px;
  }
  .information-item-content {
    margin-left: 30px;
    overflow: hidden;
  }
  .information-item-title {
    font-size: 14px;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .information-item-desc {
    -webkit-line-clamp: 1;
    font-size: 12px;
    line-height: 20px;
  }
  .information-item-thumb {
    display: none;
  }
  .information .moview-more {
    margin: 16px auto 48px;
  }
}
