@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@400&display=swap');

@font-face {
  font-family: 'Erode';
  src: URL('../font/Erode-Variable.ttf') format('truetype');
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', 'Noto Sans TC', sans-serif;
}

body.active {
  overflow: hidden;
}

.w-100 {
  width: 100% !important;
}

b {
  font-weight: 700 !important;
}

.show-xs {
  display: none;
}

.show-pad {
  display: none;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-white {
  color: #fff !important;
}

.mb-1 {
  margin-bottom: 6 !important;
}

.mb-2 {
  margin-bottom: 12 !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 48px !important;
}
.success-mask{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.10);
  --webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 999999;  
  align-items: center;
  justify-content: center;
  display: none;
}
.success-mask.active{
  display: flex;
}
.success-card{
  width: calc( 100% - 48px );
  max-width: 362px;
  height: 362px;
  border-radius: 20px;
background: #FCFCFC;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.success-mask.active .success-card{
  opacity: 0;
  animation: fadeInUp 0.5s forwards cubic-bezier(0.215, 0.610, 0.355, 1);
}
.success-icon{
  width: 80px;
  margin-bottom: 20px;
}
.success-title{
  color: #000;
text-align: center;
font-size: 22px;
font-weight: 500;
line-height: 1.2;
letter-spacing: -0.01em;
margin-bottom: 12px;
}
.success-text{
  color: #5C5D5F;
text-align: center;
font-size: 14px;
font-weight: 400;
line-height: 1.6;
letter-spacing: 0.03em;
}
#answers {
  display: none;
  position: fixed;
  top: 6.94vw;
  left: 50%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.60);
  font-size: 0.97vw;
  font-weight: 400;
  color: #fff;
  padding: 1.1vw 1.66vw;
  border-radius: 0.55vw;
  transform: translateX(-50%);
}

label.error {
  width: 100%;
  display: block;
  font-size: 0.97vw;
  font-weight: 400;
  margin-top: 0.55vw;
  color: #fff;
}

.form-btn {
  text-align: left;
  width: 100%;
  display: block;
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  padding: 0.83vw 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  position: relative;
  z-index: 3;
}

.form-btn::before {
  content: '';
  width: 100%;
  height: 0.13vw;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.form-btn:hover .link-text {
  transform: translateX(1em);
}

.form-btn:hover .link {
  right: -1em;
}

.form-btn:hover .link-1 {
  left: 0;
}

.input-row {
  display: flex;
  margin: 0 -10px;
}

.input-col {
  width: 50%;
  padding: 0 10px;
}

.input-group {
  position: relative;
  margin-bottom: 3.33vw;
  z-index: 3;
}

.input-group.fix {
  margin-bottom: 2.78vw;
}

.input-label {
  display: block;
  color: #FFF;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 0.55vw;
}

.input-style {
  width: 100%;
  color: #FFF;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.2;
  border-radius: 0.55vw;
  background-color: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(6px);
  --webkit-backdrop-filter: blur(6px);
  padding: 1.1vw 0.83vw;
  border: solid 1px transparent;
  letter-spacing: 0.02em;
}

.input-style:focus {
  border: solid 1px #fff;
  outline: none;
}

.input-style.error {
  border: solid 1px #fff;
}

.input-style::placeholder {
  color: rgba(255, 255, 255, 0.60);
}

.check-btn-lg {
  display: inline-flex;
  flex-direction: column-reverse;
  cursor: default;
  margin-right: 0.83vw;
  margin-bottom: 0.55vw;
}

.check-btn-lg input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.tag-mark-lg {
  display: block;
  padding: 1.1vw 1.38vw;
  color: rgba(255, 255, 255, 0.60);
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 0.55vw;
  transition: padding-right 0.3s;
  background-color: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(6px);
  --webkit-backdrop-filter: blur(6px);
}
.tag-mark-lg:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.10);
}
.check-btn-lg input:checked~.tag-mark-lg {
  color: #000;
  background-color: #FCFCFC;
  background-image: url("../images/checked-1.svg");
  background-size: 1.1vw 1.1vw;
  background-repeat: no-repeat;
  background-position: center right 1.38vw;
  padding-right: 3.18vw;
}

.check-btn-lg input.error~.tag-mark-lg {
  border: solid 1px #fff;
}

.contact-box {
  padding: 11.1vw 2.2vw;
  position: relative;
  display: flex;
  background-color: var(--bg-1);
  min-height: 100dvh;
}

.contact-left {
  width: 40%;
  position: relative;
}

.contact-right {
  width: 60%;
}

.contact-info {
  color: var(--color-5);
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  max-width: 50%;
}

.contact-info a {
  color: var(--color-5);
  text-decoration: none;
}

.toggle-btn {
  display: none;
}

.service-group {
  border-top: 1px solid #B0B0B0;
  padding-bottom: 3.33vw;
  display: flex;
  position: relative;
  z-index: 9;
}

.service-group-left {
  width: 50%;
  padding: 1.66vw 0;
  display: flex;
}

.service-type {
  padding-left: 4.16vw;
  color: var(--color-2);
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.service-type span {
  display: block;
  color: var(--color-2);
  font-size: 1.52vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.service-group-right {
  width: 50%;
}

.service-text {
  color: var(--color-3);
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding: 1.66vw 0 0 0;
}

.service-list {
  display: inline-flex;
  padding: 1.66vw 0;

}

.service-list li {
  display: inline-block;
}

.service-list li:nth-child(2) {
  padding-left: 1.66vw;
}

.service-list li div,.service-list li h3{
  display: flex;
  align-items: center;
  color: var(--color-3);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  padding: 0.27vw 0;
}

.service-list li div::before,.service-list li h3::before {
  content: '-';
  display: inline-block;
  margin-right: 0.83vw;
}

.service-section {
  padding: 3.33vw 2.22vw;
}

.service-banner {
  padding: 11.1vw 0;
  position: relative;
}

.service-kv {
  width: 52vw;
  position: absolute;
  top: 0;
  right: 0;
 transform: translate(10%,-15%);
}

.team-group {
  position: relative;
}

.group-name {
  display: inline-block;
  color: var(--color-2);
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.02em;
  padding: 0.41vw 0.55vw;
  position: absolute;
  top: 0;
  left: 0;
}
.team-item.fix{
 border-top: solid 1px #B0B0B0;
}
.team-item.fix.active{
  border-top: solid 1px transparent;
 }
.team-item.fix:hover {
  border-top: solid 1px transparent;
}
.team-item {
 
  display: flex;
  position: relative;
  transition: background-color 0.3s, border-radius 0.3s;
}

.team-item:hover {
  background-color: #000;
  border-radius: 0.83vw;
}

.team-item:hover+.team-item .team-col {
  border-color: transparent;
}

.team-col {
  display: flex;
  width: 50%;
  margin-left: auto;
  align-items: center;
  border-top: solid 1px #B0B0B0;
  padding: 0.83vw 0;
}

.team-col.fix {
  border-color: transparent;
}

.team-item:hover .team-col {
  border-color: transparent;
}

.member {
  width: 50%;
  color: var(--color-2);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.team-item:hover .member {
  color: #fff;
}

.job-title {
  color: var(--color-4);
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.team-item:hover .job-title {
  color: #DBDBDB;
}

.culture-box {
  display: flex;
  flex-wrap: wrap;
}

.culture-card {
  width: 33.3%;
  height: 18vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.1vw 1.38vw;
  position: relative;
  transition: all 0.5s;
}

.culture-card:hover {
  background-color: var(--bg-3);
}

.culture-card:nth-child(1) {
  border: solid 1px #D2DAE1;
  border-top-left-radius: 1.1vw;
  margin-bottom: -1px;
}

.culture-card:nth-child(2) {
  border-top: solid 1px #D2DAE1;
  border-bottom: solid 1px #D2DAE1;
  margin-bottom: -1px;
}

.culture-card:nth-child(3) {
  border: solid 1px #D2DAE1;
  border-top-right-radius: 1.1vw;
  margin-bottom: -1px;
}

.culture-card:nth-child(4) {
  border: solid 1px #D2DAE1;
  border-bottom-left-radius: 1.1vw;
}

.culture-card:nth-child(5) {
  border-top: solid 1px #D2DAE1;
  border-bottom: solid 1px #D2DAE1;
}

.culture-card:nth-child(6) {
  border: solid 1px #D2DAE1;
  border-bottom-right-radius: 1.1vw;
}

.culture-up {
  padding-right: 5.55vw;
}

.culture-icon {
  display: inline-block;
  position: absolute;
  top: 1.1vw;
  right: 1.38vw;
  width: 5.55vw;
  height: 5.55vw;
  background-size: 5.55vw;
  z-index: 3;
}

.culture-card-title {
  color: var(--color-2);
  font-size: 1.52vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0.55vw;
}

.culture-card-text {
  color: var(--color-2);
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.culture-dw {
  padding-right: 8.8vw;
  color: var(--color-4);
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.culture-title {
  text-align: center;
  color: var(--color-2);
  font-family: 'Erode';
  font-size: 7.63vw;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin-bottom: 0.66vw;
}

.culture-text {
  display: block;
  text-align: center;
  color: var(--color-2);
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3.33vw;
}

.culture-title div {
  padding-bottom: 1vw;
}

.culture-title div,
.culture-text div {
  overflow: hidden;
  position: relative;
}

.culture-title div span {
  display: block;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

.culture-text div span {
  display: block;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

.about-section-5.active .culture-title div span,
.about-section-5.active .culture-text div span {
  opacity: 1;
  transform: translateY(0);
}

.skill-list {
  display: flex;
  margin: 0 -0.694vw;
}

.skill-col {
  width: 50%;
  padding: 0 0.694vw;
}

.skill-item {
  padding: 1.1vw 0;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #EBEBEB;
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.skill-col .skill-item:last-child {
  border-bottom: none;
}

.skill-item img {
  width: 3.88vw;
  margin-right: 1.38vw;
}

.dot-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/dot.svg);
  background-size: 20px;
  z-index: 0;
}

.skill-box {
  display: flex;
}

.skill-left {
  width: 38%;
}

.skill-right {
  width: 62%;
}

.skill-title {
  color: #fff;
  font-family: 'Erode';
  font-size: 7.63vw;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.05em;
  margin-bottom: 1.66vw;
}

.skill-text {
  display: block;
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3.33vw;
}

.skill-text.fix {
  margin-bottom: 2.22vw;
}

.skill-title div,
.skill-text div {
  overflow: hidden;
  position: relative;
}

.skill-title div span {
  display: block;
  transition: transform 0.5s ease 0.1s, opacity 0.5s ease 0.1s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

.skill-text div span {
  display: block;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

.skill-box.active .skill-title div span,
.skill-box.active .skill-text div span {
  opacity: 1;
  transform: translateY(0);
}

.contact-left.active .skill-title div span,
.contact-left.active .skill-text div span {
  opacity: 1;
  transform: translateY(0);
}

.logo-box {
  display: flex;
  flex-wrap: wrap;
  padding: 9.58vw 1.38vw 7.36vw;
  position: relative;
}

.logo-card {
  display: block;
  width: calc(100% + 4.44vw);
  height: 100%;
  background-color: var(--bg-5);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.5s ease, border-radius 0.5s ease;
}

.logo-card.active {
  width: 100%;
  border-radius: 1.38vw;
}

.logo-col {
  width: 12.5%;
  padding: 0 1.38vw;
  margin-bottom: 2.22vw;
}

.highlight-num {
  width: 2.08vw;
  height: 2.08vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.2;
  background-color: #1B87FF;
  position: absolute;
  top: 2.22vw;
  right: 2.22vw;
  border-radius: 50%;
  z-index: 1;
}

.highlight-num.fix {
  position: static;
}

.highlight-title {
  color: var(--color-1);
  font-family: 'Erode';
  font-size: 7.5vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 0.415vw;
  overflow: hidden;
  height: 7.5vw;
}
.highlight-title #running-number-1{
  letter-spacing: -0.2em;
}
.highlight-title #running-number-3{
  letter-spacing: -0.08em;
}
.odometer-formatting-mark {
  vertical-align: text-top;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: 'Erode';
  line-height: 1;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
  text-align: left;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  overflow: visible;
}

.odometer.odometer-auto-theme,
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default,
.odometer.odometer-theme-default .odometer-digit {
  vertical-align: text-top;
}

.highlight-sub-title {
  color: var(--color-1);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
}

.highlight-dw {
  color: var(--color-4);
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.highlight-row {
  display: flex;
  margin: 0 -0.41vw;
}

.highlight-col {
  width: 33.3%;
  padding: 0 0.41vw;
}
main .highlight-card {
  background-color: #FCFCFC;
  transition: all 1s ease;
}
.highlight-card {
  border-radius: 1.11vw;  
  padding: 2.22vw;
  height: 32.7vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
main.color-1 .highlight-card {
  background-color: var(--bg-5);
  transition: all 1s ease;
}
.swiper-pagination.fix {
  bottom: 3.33vw;
  display: flex;
  padding: 0 0.27vw;
  width: 13.8vw;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-pagination.fix .swiper-pagination-bullet {
  width: 100%;
  height: 0.2vw;
  opacity: 1;
  background: #949494;
  border-radius: 0;
}

.swiper-pagination.fix .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.about-section-2 {
  padding: 5.55vw 2.22vw;
}

.about-section-3 {
  padding: 5.55vw 2.22vw;
}

.about-section-4 {
  padding: 5.55vw 2.22vw;
  position: relative;
}

.about-section-5 {
  padding: 5.55vw 2.22vw;
}

.about-section-6 {
  padding: 5.55vw 2.22vw 11.1vw;
}

.about-section-title {
  color: var(--color-3);
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  margin-bottom: 5.55vw;
  transition: all 0.5s;
}

.about-section-title::before {
  content: '';
  display: inline-block;
  width: 0.416vw;
  height: 0.416vw;
  border-radius: 50%;
  background-color: #1B87FF;
  margin-right: 0.69vw;
}

.button-next {
  width: 4.02vw;
  height: 2.22vw;
  border-radius: 0.55vw;
  background-color: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(6px);
  --webkit-backdrop-filter: blur(6px);
  background-image: url(../images/next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.66vw auto;
  position: absolute;
  top: 50%;
  right: 3.33vw;
  transform: translateY(-50%);
  z-index: 9;
}

.button-next:hover {
  background-color: #fff;
  background-image: url(../images/next-1.svg);
}

.button-prev {
  width: 4.02vw;
  height: 2.22vw;
  border-radius: 0.55vw;
  background-color: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(6px);
  --webkit-backdrop-filter: blur(6px);
  background-image: url(../images/prev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.66vw auto;
  position: absolute;
  top: 50%;
  left: 3.33vw;
  transform: translateY(-50%);
  z-index: 9;
}

.button-prev:hover {
  background-color: #fff;
  background-image: url(../images/prev-1.svg);
}

.about-section-1 {
  padding-bottom: 5.55vw;
}

.about-swiper {
  overflow: hidden;
  position: relative;
}

.about-banner {
  padding: 11.11vw 0 5.55vw;
}

.about-slide-card {
  background-size: 100vw auto;
  background-position: center center;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 0 auto;
  transition: width 0.5s ease, border-radius 0.5s ease;
}

.about-swiper.active .about-slide-card {
  width: 95.56%;
  border-radius: 1.1vw;
}

.related-box {
  background-color: #2B2C2C;
  padding: 8.8vw 2.22vw;
}

.related-title {
  color: #FFF;
  font-family: 'Erode';
  font-size: 7.64vw;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.03em;
  margin-bottom: 0.83vw;
  text-align: center;
}

.related-text {
  color: #DBDBDB;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 3.3vw;
  text-align: center;
}

.related-title div {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.06em;
}

.related-title div>span {
  display: block;
  transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

.related-text div {
  overflow: hidden;
  position: relative;
}

.related-text div>span {
  display: block;
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

.related-box.active .related-title div>span,
.related-box.active .related-text div>span {
  opacity: 1;
  transform: translateY(0);
}

.view-btn {
  width: 12vw;
  display: inline-block;
  color: var(--color-2);
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  padding: 0.83vw 0;
  text-decoration: none;
  position: relative;
  text-align: left;
  overflow: hidden;
}

.view-btn i {
  display: inline-block;
  width: 50%;
  transition: all 0.5s;
}

.view-btn:hover i {
  transform: translateX(1em);
}

.view-btn span {
  display: inline-block;
  width: 0.8vw;
  height: 0.8vw;
  background-image: url(../images/link-1.svg);
  background-size: 0.8vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.view-btn span.fix {
  right: auto;
  left: -1em;
}

.view-btn:hover span {
  right: -1em;
}

.view-btn:hover span.fix {
  right: auto;
  left: 0;
}

.view-btn::before {
  content: '';
  width: 100%;
  height: 0.13vw;
  background-color: var(--color-2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.credit-box {
  padding: 3.33vw 0;
  text-align: center;
}

.pj-img {
  overflow: hidden;
  position: relative;
}

.pj-img::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
  z-index: 1;
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.20);
}

.pj-img.active::after {
  backdrop-filter: blur(0);
  --webkit-backdrop-filter: blur(0);
  background-color: rgba(255, 255, 255, 0);
}

.intro-box {
  padding: 4.44vw 0;
  display: flex;
  justify-content: space-between;
}

.intro-left {
  flex: 1;
  padding-right: 2.2vw;
  max-width: 54.16vw;
}

.intro-right {
  width: 19.44vw;
}

.intro-title {
  color: var(--color-2);
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.83vw;
}

.intro-text {
  color: var(--color-4);
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.66vw;
}

.intro-text-sm {
  color: var(--color-4);
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 2.22vw;
}

.pg-tag-box {
  padding-top: 1.38vw;
}

.pg-card-tag {
  display: inline-block;
  color: #5C5D5F;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.55vw 0.83vw;
  margin-right: 0.55vw;
  margin-bottom: 0.416vw;
  border-radius: 0.55vw;
  border: 1px solid #DBDBDB;
}

.container {
  padding: 11vw 2.2vw 2.2vw 2.2vw;
  border-bottom: solid 1px #DBDBDB;
}

.pj-oops {
  width: 100%;
  padding: 6.66vw 0;
  display: flex;
  justify-content: center;
}

.pj-oops img {
  opacity: 0;
  width: 90%;
  max-width: 320px;
  opacity: 0;
  animation: fadeInUp 0.5s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

footer {
  width: 100%;
  height: 50.34vw;
  max-height: 100dvh;
  background-color: #0094D9;
  padding: 3.33vw 3.33vw 0 3.33vw;
  position: fixed;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}

footer a {
  color: inherit;
  text-decoration: none;
}

.footer-up {
  display: flex;
  position: relative;
  z-index: 3;
  justify-content: space-between;
}

.footer-title {
  font-family: 'Erode';
  font-size: 9vw;
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.05em;
}

.footer-title div {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.2em;
}

.footer-title div>span {
  display: block;
  transition: transform 0.5s ease 0.3s, opacity 0.5s ease 0.3s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

footer.active .footer-title div>span {
  opacity: 1;
  transform: translateY(0);
}

.footer-link {
  width: 16.8vw;
}

.footer-link li {
  display: block;
  margin-bottom: 1.38vw;
}

.footer-link li a {
  display: block;
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  padding: 0.83vw 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-text {
  display: inline-block;
  width: 50%;
  transition: all 0.5s;
  white-space: nowrap;
}

.footer-link li a:hover .link-text {
  transform: translateX(1em);
}

.footer-link li a:hover .link {
  right: -1em;
}

.footer-link li a:hover .link-1 {
  left: 0;
}

@keyframes linkText {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}

.footer-link li a::before {
  content: '';
  width: 100%;
  height: 0.13vw;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

footer canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.footer-kv {
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-dw {
  position: relative;
  z-index: 3;
}

.footer-info {
  padding: 3.33vw 0;
  color: #EBEBEB;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
}

.totop {
  display: inline-block;
  padding-right: 2.08vw;
  background-image: url(../images/top.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 2.08vw;
  position: absolute;
  right: 0;
  bottom: 3.33vw;
  height: 2vw;
  overflow: hidden;
}

.totop span {
  display: block;
  height: 2vw;
  transition: transform 0.5s ease;
}

.totop:hover span {
  transform: translateY(-2vw);
}

.copy-right {
  width: 100%;
  border-top: solid 1px #B0B0B0;
  padding: 1.46vw 0;
  color: #EBEBEB;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  display: flex;
  justify-content: space-between;
}

.social {
  display: inline-flex;
}

.social li {
  display: inline-block;
  padding-right: 1.38vw;
}

.social li a {
  display: block;
  color: #EBEBEB;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  height: 1.5vw;
  overflow: hidden;
}

.social li a span {
  display: block;
  height: 1.5vw;
  transition: transform 0.5s ease;
}

.social li a:hover span {
  transform: translateY(-1.5vw);
}

.result-box {
  margin-bottom: 32px;
  color: #1B87FF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.result-box span {
  display: inline-block;
  margin-left: 6px;
  color: #5C5D5F;
}

.pj-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.83vw;
}

.pj-col {
  width: 33.3%;
  padding: 0 0.83vw;
  margin-bottom: 2.22vw;
}

@media (max-width:1440px) {
  .pj-row {
    margin: 0 -12px;
  }

  .pj-col {
    padding: 0 12px;
    margin-bottom: 32px;
  }
}

.pj-card {
  display: block;
  position: relative;
  text-decoration: none;
}

.pj-card-pic {
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 1.1vw;
  position: relative;
  background-size: 101%;
  background-position: center center;
  margin-bottom: 1.1vw;
  transition: background-size 0.3s linear;
}

.pj-card:hover .pj-card-pic {
  background-size: 121%;
}

.pj-card-title {
  color: var(--color-2);
  font-size: 1.52vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 4px;
}

.pj-card-title.fix {
  color: #fff;
}

.pj-card-text {
  color: #5C5D5F;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
}

.pj-card-text.fix {
  color: #DBDBDB;
}

.tag-box {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.83vw 0.83vw 0.416vw 0.83vw;
  z-index: 3;
}

.pj-card-tag {
  display: inline-block;
  color: #FFF;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.55vw 0.83vw;
  margin-right: 0.55vw;
  margin-bottom: 0.416vw;
  border-radius: 0.55vw;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  transition: all 0.5s;
}

.pj-card-tag:hover {
  border: 1px solid #2B2C2C;
  background: rgba(0, 0, 0, 1);
}

.pj-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.filter-card-mask,
.card-close {
  display: none;
}

.check-btn {
  display: inline-block;
  cursor: default;
  margin-right: 0.83vw;
  margin-bottom: 0.55vw;
}

.check-btn input {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
}

.tag-mark {
  display: block;
  padding: 0.55vw 0.83vw;
  color: var(--color-3);
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  border-radius: 8px;
  border: 1px solid #DBDBDB;
  transition: padding-right 0.3s;
}

.check-btn input:checked~.tag-mark {
  color: #fff;
  border: solid 1px #2B2C2C;
  background-color: #000;
  background-image: url("../images/checked.svg");
  background-size: 1.1vw 1.1vw;
  background-repeat: no-repeat;
  background-position: center right 1.1vw;
  padding-right: 2.64vw;
}

.filter-label {
  display: inline-block;
  color: var(--color-3);
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.83vw;
}

.filter-label span {
  color: #1B87FF;
  display: inline-block;
  margin-left: 4px;
}

.check-btn-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.filter-card {
  display: none;
  border-radius: 8px;
  background: var(--bg-3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 24px 24px 16px 24px;
  margin-top: 0.83vw;
}

.filter-card.active {
  display: block;
  opacity: 0;
  animation: fadeUp 0.5s forwards;
}

.filter-btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-btn {
  display: inline-flex;
  align-items: center;
  border-radius: 0.55vw;
  background-color: var(--bg-3);
  color: var(--color-3);
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
}

.filter-btn::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #DBDBDB;
  position: absolute;
  top: 0;
  right: 2.43vw;
}

.filter-btn i {
  display: block;
  padding: 0.55vw 0.83vw;
}

.filter-btn span {
  display: inline-block;
  width: 2.36vw;
  height: 0.69vw;
  background-image: url(../images/tri.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.69vw auto;
  transition: transform 0.3s;
}

.filter-btn.active span {
  transform: rotate(180deg);
}

.date-filter {
  display: inline-flex;
  list-style-type: none;
  padding-left: 0;
  position: relative;
}

.date-filter li {
  display: inline-block;
}

.date-filter li:nth-child(1) {
  padding-right: 0.83vw;
}

.date-filter li:nth-child(2) {
  padding-left: 0.83vw;
}

.date-filter li a {
  color: #5C5D5F;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  padding: 0.69vw 0;
  text-decoration: none;
}

.date-filter li.active a,
.date-filter li a:hover {
  color: #2B2C2C;
}

.line {
  display: inline-block;
  width: 2.91vw;
  height: 0.2vw;
  position: absolute;
  bottom: 0;
  background-color: #2B2C2C;
  transition: .3s ease-in-out;
}

.date-one.active~.line {
  left: 0;
}

.date-two.active~.line {
  left: 4.6vw;
}

.date-one:hover~.line {
  left: 0;
}

.date-two:hover~.line {
  left: 4.6vw;
}

main {
  background-color: #EBEBEB;
  margin-bottom: 50.34vw;
  position: relative;
  z-index: 2;
  transition: background-color 1s ease;
}

main.color {
  background-color: #FCFCFC;
}

main.color-1 {
  background-color: #DBDBDB;
}

main.color-2 {
  background-color: #0094D9;
  background-image: url(../images/dot.svg);
  background-size: 20px;
}
main.color-2 .about-section-title{
  color: #fff;
}
main.color-2 .about-section-title::before {
  background-color: #fff;
}
main.color-3 .about-section-title{
  color: var(--color-3);
}
main.color-3 .about-section-title::before{
  background-color: #1B87FF;
}
main.color-2 .culture-title,main.color-2 .culture-text{
  color: #fff;
  transition: all 1s ease;
}
main.color-3 .culture-title,main.color-3 .culture-text{
  color: var(--color-2);
  transition: all 1s ease;
}
main .to-color{
  color: #2B2C2C;
  transition: all 1s ease;
}
main.color-2 .to-color{
  color: #fff;
}
main.color-3 {
  background-color: #EBEBEB;
  background-image:none;
}
main.color-3 .to-color{
  color: #2B2C2C;
  border-bottom: solid 1px #2B2C2C;
}
main.color-4 {
  background-color: #DBDBDB;
}

.filter-box {
  padding: 2.22vw;
  border-bottom: solid 1px #DBDBDB;
}

.pj-container {
  padding: 2.22vw 2.22vw 8.8vw 2.22vw;
  font-size: 0;
}

.pj-banner {
  height: 34.3vw;
  display: flex;
  align-items: center;
}

.pj-kv {
  height: 48vw;
  position: absolute;
  top: -9vw;
  right: -6vw;
  z-index: 0;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-end;
}
.pj-kv.fix-1 {
  height: 55vw;
  top: -12vw;
  right: -6vw;
}
.pj-kv img {
  width: auto;
  height: 48vw;
  transform: translateX(5.6vw);
}

.pj-info {
  padding: 0 2.22vw;
  position: relative;
  z-index: 1;
}

.pj-title {
  font-family: 'Erode';
  color: var(--color-2);
  font-size: 7.64vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 0.55vw;
}

.pj-title div {
  overflow: hidden;
  position: relative;
  padding-bottom: 0.06em;
}

.pj-title div>span {
  display: block;
  transition: transform 0.5s ease 0.6s, opacity 0.5s ease 0.6s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

.pj-info.active .pj-title div>span,
.pj-info.active .pj-text div>span {
  transform: translateY(0);
  opacity: 1;
}

.pj-text {
  color: var(--color-2);
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
  max-width: 42.7vw;
}

.pj-text p {
  margin-bottom: 2.22vw;
}

.pj-text div {
  overflow: hidden;
  position: relative;
}

.pj-text div>span {
  display: block;
  transition: transform 0.5s ease 0.9s, opacity 0.5s ease.9s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

.pg-info.active .pj-title div>span,
.pg-info.active .pj-text div>span {
  transform: translateY(0);
  opacity: 1;
}

.transition-box {
  background-color: #0094D9;
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 999999;
  top: 100vh;
  left: 0;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.transition-box.active {
  top: 0;
}

.loading-box {
  background-color: #0094D9;
  width: 100%;
  height: 100dvh;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
}

.loading-info {
  display: inline-flex;
  align-items: flex-start;
  position: absolute;
  bottom: 2.22vw;
  right: 2.22vw;
  color: #fff;
  text-align: right;
  font-family: "Erode";
  font-size: 9.02vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
}

#percent {
  font-family: 'Azeret Mono';
  font-size: 4.86vw;
  letter-spacing: -0.01em;
}

.loading-info span.fix {
  display: inline-flex;
  align-items: center;
  opacity: 0;
  animation: fadeInUp 0.5s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

.loading-info i {
  display: inline-block;
  width: 1.38vw;
  height: 1.38vw;
  margin-right: 0.8vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.60);
}

.loading-info sup {
  font-size: 1.8vw;
}

.loading-box.active .loading-info {
  animation: loadUp 1.3s forwards cubic-bezier(0.23, 1, 0.320, 1);
}

.loading-box.active {
  animation: loadUp 1s forwards 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes loadUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-101vh);
  }
}

.button-container {
  display: none;
}

.cursor {
  position: fixed;
  background-color: rgba(0, 115, 173, 0.5);
  width: 1.1vw;
  height: 1.1vw;
  margin: -0.55vw 0 0 -0.55vw;
  border-radius: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 99999;
  mix-blend-mode: color-burn;
  transition: all 0.1s linear;
}

.cursor.type-1 {
  width: 5.5vw;
  height: 5.5vw;
  margin: -2.75vw 0 0 -2.75vw;
}

.cursor.type-2 {
  border-radius: 0.83vw;
  width: 11.1vw;
  height: 11.1vw;
  margin: -5.5vw 0 0 -5.5vw;
  background-color: #01B4F5;
  mix-blend-mode: normal;
  background-image: url(../images/type-2.png);
  background-repeat: no-repeat;
  background-size: 5vw auto;
  background-position: center center;
}

.cursor.type-3 {
  border-radius: 0.83vw;
  width: 18.46vw;
  height: 18.46vw;
  margin: -9.23vw 0 0 -9.23vw;
  mix-blend-mode: normal;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 8;
}

.cursor.type-3.fix-1 {
  background-image: url(../images/service-1.png);
}

.cursor.type-3.fix-2 {
  background-image: url(../images/service-2.png);
}

.cursor.type-3.fix-3 {
  background-image: url(../images/service-3.png);
}

.cursor.type-3.fix-4 {
  background-image: url(../images/service-4.png);
}

.cursor.type-3.fix-5 {
  background-image: url(../images/service-5.png);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

a {
  cursor: default;
}

.project-swiper {
  display: inline-block;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -3;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 5.55vw;
  border-radius: 0.83vw;
  transition: background-color 0.8s ease;
}

header.on {
  position: fixed;
  width: calc(100% - 2.2vw);
  top: 0.55vw;
  left: 1.1vw;
  height: 4.45vw;
  background-color: rgba(255, 255, 255, 0.60);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  animation: header 0.5s forwards ease;
}

@keyframes header {
  0% {
    transform: translateY(-120%);
  }

  100% {
    transform: translateY(0);
  }
}

.logo {
  display: inline-block;
  position: absolute;
  width: 5.55vw;
  top: 50%;
  left: 2.22vw;
  z-index: 3;
  transform: translateY(-50%);
}

header.on .logo {
  left: 1.1vw;
}

.nav-box {
  width: 100%;
  height: 5.55vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2.22vw;
}

header.on .nav-box {
  height: 4.45vw;
  padding: 0 1.1vw;
}

.home-banner {
  background-color: var(--bg-1);
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100dvh;
  min-height: 40vw;
}

canvas {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.kv {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}

.menu-box {
  display: inline-flex;
  position: relative;
}

.menu-box li {
  display: inline-block;
  margin-right: 1.38vw;
}

.menu-link {
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.248vw;
  height: 1.248vw;
  letter-spacing: 0.02em;
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(.55, 0, .1, 1);
}

.menu-link span {
  transition: transform 0.5s;
  transform: translateY(0);
}

.menu-link span sup {
  font-size: 60%;
  line-height: 1;
}

.menu-link:hover span {
  transform: translateY(-1.248vw);
}

.function-box {
  display: inline-flex;
}

.function-box li {
  width: 3.88vw;
  margin-right: 1px;
}

.function-box li a {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 2.36vw;
  overflow: hidden;
  color: #fff;
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-decoration: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.function-box li a span {
  width: 100%;
  display: flex;
  height: 2.36vw;
  align-items: center;
  justify-content: center;
  transition: transform 0.5s;
}

.function-box li a img {
  height: 1.1vw;
}

.function-box li:nth-child(1) a {
  border-radius: 0.5vw 0 0 0.5vw;
}

.function-box li:nth-child(2) a {
  border-radius: 0 0.5vw 0.5vw 0;
}

.function-box li a:hover span {
  transform: translateY(-100%);
}

.dot {
  display: inline-block;
  height: 0.5vw;
  width: 0.5vw;
  position: absolute;
  background-color: #fff;
  transition: .3s ease-in-out;
  bottom: -0.5vw;
  left: 1.41vw;
  z-index: -1;
  border-radius: 50%;
}

.nav-box.fix .dot {
  background-color: #000;
}

.zero.active~.dot {
  left: 1.41vw;
}

.one.active~.dot {
  left: 6.56vw;
}

.two.active~.dot {
  left: 12.26vw;
}

.three.active~.dot {
  left: 17.1vw;
}

.four.active~.dot {
  left: 22.7vw;
}

.zero:hover~.dot {
  left: 1.41vw;
}

.one:hover~.dot {
  left: 6.56vw;
}

.two:hover~.dot {
  left: 12.26vw;
}

.three:hover~.dot {
  left: 17.1vw;
}

.four:hover~.dot {
  left: 22.7vw;
}

.home-banner-info {
  width: 100%;
  padding: 5.5vw 2.22vw 9.72vw 2.22vw;
  height: 100vh;
  min-height: 40vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 0;
}

.home-banner-title {
  color: #FFF;
  font-size: 9.42vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 2vw;
  font-family: "Erode";
  overflow: hidden;
}

.home-banner-text {
  color: #FFF;
  font-size: 0.97vw;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin-bottom: 1.1vw;
  overflow: hidden;
}

.home-banner-title div {
  overflow: hidden;
  position: relative;
}

.home-banner-title div>span {
  display: block;
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1) 1s, opacity 0.8s cubic-bezier(0.5, 0, 0, 1) 1s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

.home-banner-text div>span {
  display: block;
  transition: transform 0.8s cubic-bezier(0.5, 0, 0, 1) 1.3s, opacity 0.8s cubic-bezier(0.5, 0, 0, 1) 1.3s;
  transform: translateY(100%);
  opacity: 0;
  position: relative;
}

.home-banner-info.active .home-banner-title div>span,
.home-banner-info.active .home-banner-text div>span {
  transform: translateY(0);
  opacity: 1;
}

.home-banner-info.active .home-banner-text {
  animation: fadeInUp 0.8s forwards 1.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-btn {
  width: 7.2vw;
  display: inline-block;
  color: #FFF;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  padding: 0.83vw 0;
  position: absolute;
  z-index: 3;
  left: 2.22vw;
  bottom: 6.73vw;
  text-decoration: none;
  overflow: hidden;
  opacity: 0;
}

.about-btn.active {
  animation: abUp 0.8s forwards 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes abUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-btn::before {
  content: '';
  width: 100%;
  height: 0.13vw;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text {
  display: inline-block;
  transition: all 0.5s;
}

.link {
  display: inline-block;
  width: 0.8vw;
  height: 0.8vw;
  background-image: url(../images/link.svg);
  background-size: 0.8vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.link-1 {
  display: inline-block;
  width: 0.8vw;
  height: 0.8vw;
  background-image: url(../images/link.svg);
  background-size: 0.8vw;
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.about-btn:hover .text {
  transform: translateX(1em);
}

.about-btn:hover .link {
  right: -1em;
}

.about-btn:hover .link-1 {
  left: 0;
}

.projects-menu {
  width: 61.8vw;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  z-index: 3;
  opacity: 0;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 0.83vw;
}

.projects-menu.active {
  animation: barUp 0.8s forwards 1.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes barUp {
  100% {
    opacity: 1;
    bottom: 2.22vw;
  }
}

.projects-menu li {
  width: 100%;
  margin-right: 1px;
  position: relative;
}

.projects-menu li img {
  width: 200%;
  position: absolute;
  bottom: calc(100% + 1.38vw);
  right: 0;
  display: none;
  border-radius: 0.55vw;
}

.projects-menu li:hover img {
  display: inline-block;
  opacity: 0;
  animation: fadeUp 0.5s forwards ease;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.projects-menu li:last-child {
  margin-right: 0;
}

.projects-menu li a {
  background-color: rgba(0, 0, 0, 0.20);
  height: 3.75vw;
  padding: 0.694vw;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projects-menu li:first-child a {
  border-radius: 0.83vw 0 0 0.83vw;
}

.projects-menu li:last-child a {
  border-radius: 0 0.83vw 0.83vw 0;
}

.projects-btn {
  color: #FFF;
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 1;
}

.projects-btn span {
  position: relative;
  z-index: 2;
}

.projects-btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.83vw;
  left: 0.83vw;
  width: calc(100% - 1.66vw);
  height: calc(100% - 1.66vw);
  z-index: 1;
  border-radius: 0.55vw;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s linear;
}

.projects-btn:hover::after {
  background-color: rgba(255, 255, 255, 0.10);
}

.projects-btn sup {
  margin-right: 4px;
  transform: translateY(-0.3em);
  font-size: 70%;
}

.projects-more span {
  display: block;
  width: 100%;
  border-radius: 0.55vw;
  background-color: var(--bg-4);
  color: var(--color-1);
  height: 2.1vw;
  overflow: hidden;
}

.projects-more span i {
  display: block;
  height: 2.1vw;
  border-radius: 0.55vw;
  background-color: var(--bg-4);
  color: var(--color-1);
  font-size: 0.972vw;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  padding: 0.55vw;
  text-align: center;
  transition: transform 0.3s ease;
}

.projects-more:hover span i {
  transform: translateY(-2.1vw);
}

@media (max-width:1440px) {
  .projects-menu li img {
    border-radius: 8px;
  }
  .about-section-title::before {
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }

  .skill-text.fix {
    margin-bottom: 32px;
  }

  #answers {
    top: 100px;
    font-size: 14px;
    padding: 16px 24px;
    border-radius: 8px;
  }

  label.error {
    font-size: 14px;
    margin-top: 8px;
  }

  .form-btn {
    font-size: 18px;
    padding: 12px 0;
  }

  .form-btn::before {
    height: 3px;
  }


  .input-row {
    display: flex;
    margin: 0 -10px;
  }

  .input-col {
    width: 50%;
    padding: 0 10px;
  }

  .input-group {
    margin-bottom: 48px;
  }

  .input-group.fix {
    margin-bottom: 36px;
  }

  .input-label {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .input-style {
    font-size: 14px;
    border-radius: 8px;
    padding: 16px 12px;
  }


  .check-btn-lg {
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .tag-mark-lg {
    padding: 16px 20px;
    font-size: 14px;
    border-radius: 8px;
  }

  .check-btn-lg input:checked~.tag-mark-lg {
    background-size: 16px auto;
    background-position: center right 20px;
    padding-right: 46px;
  }

  .contact-box {
    padding: 160px 32px;
  }

  .contact-info {
    font-size: 14px;
    max-width: 60%;
  }

  .group-name {
    font-size: 26px;
    padding: 6px 8px;
  }

  .team-item:hover {
    border-radius: 12px;
  }

  .team-col {
    padding: 12px 0;
  }

  .member {
    font-size: 18px;
  }

  .job-title {
    font-size: 15px;
  }

  .culture-card {
    height: 260px;
    padding: 16px 20px;
  }

  .culture-card:nth-child(1) {
    border-top-left-radius: 16px;
  }

  .culture-card:nth-child(3) {
    border-top-right-radius: 16px;
  }

  .culture-card:nth-child(4) {
    border-bottom-left-radius: 16px;
  }

  .culture-card:nth-child(6) {
    border-bottom-right-radius: 16px;
  }

  .culture-up {
    padding-right: 80px;
  }

  .culture-icon {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 80px;
    height: 80px;
    background-size: 80px;
  }

  .culture-card-title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .culture-card-text {
    font-size: 16px;
  }

  .culture-dw {
    font-size: 14px;
  }

  .skill-list {
    margin: 0 -10px;
  }

  .skill-col {
    padding: 0 10px;
  }

  .skill-item {
    padding: 16px 0;
    font-size: 18px;
  }

  .skill-item img {
    width: 56px;
    margin-right: 20px;
  }

  .about-section-title {
    font-size: 15px;
  }

  .highlight-num {
    width: 30px;
    height: 30px;
    font-size: 14px;
    top: 32px;
    right: 32px;
  }

  .highlight-title {
    font-size: 110px;
    height: 110px;
    margin-bottom: 6px;
  }

  .highlight-sub-title {
    font-size: 18px;
  }

  .highlight-dw {
    font-size: 14px;
  }

  .highlight-row {
    display: flex;
    margin: 0 -6px;
  }

  .highlight-col {
    width: 33.3%;
    padding: 0 6px;
  }

  .highlight-card {
    border-radius: 16px;
    padding: 32px;
  }

  .swiper-pagination.fix {
    bottom: 48px;
    padding: 0 4px;
  }

  .swiper-pagination.fix .swiper-pagination-bullet {
    height: 3px;
  }

  header {
    border-radius: 12px;
  }

  .pj-card-pic {
    border-radius: 16px;
    margin-bottom: 16px;
  }

  .date-filter li:nth-child(1) {
    padding-right: 8px;
  }

  .date-filter li:nth-child(2) {
    padding-left: 8px;
  }

  .line {
    height: 3px;
    width: 42px;
  }

  .date-one.active~.line {
    left: 0;
  }

  .date-two.active~.line {
    left: 58px;
  }

  .date-one:hover~.line {
    left: 0;
  }

  .date-two:hover~.line {
    left: 58px;
  }

  .date-filter li a {
    font-size: 14px;
    padding: 10px 0;
  }

  .filter-btn {
    font-size: 14px;
    border-radius: 8px;
  }

  .filter-btn::after {
    right: 35px;
  }

  .filter-btn i {
    padding: 8px 12px;
  }

  .filter-btn span {
    width: 34px;
    height: 10px;
    background-size: 10px auto;
  }

  .tag-box {
    padding: 12px 12px 6px 12px;
  }

  .pj-card-tag {
    font-size: 14px;
    padding: 8px 12px;
    margin-right: 8px;
    margin-bottom: 6px;
    border-radius: 8px;
  }

  .pg-tag-box {
    padding-top: 20px;
  }

  .pg-card-tag {
    font-size: 14px;
    padding: 8px 12px;
    margin-right: 8px;
    margin-bottom: 6px;
    border-radius: 8px;
  }

  .intro-box {
    padding: 64px 0;
  }

  .intro-left {
    max-width: 780px;
  }

  .intro-right {
    width: 280px;
  }

  .intro-title {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .intro-text {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .intro-text-sm {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .credit-box {
    padding: 48px 0;
  }

  .pj-card-title {
    font-size: 22px;
    margin-bottom: 4px;
  }

  .pj-card-text {
    font-size: 14px;
  }

  .filter-card {
    margin-top: 12px;
  }

  .filter-label {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .check-btn {
    margin-right: 12px;
    margin-bottom: 8px;
  }

  .tag-mark {
    padding: 8px 12px;
    font-size: 14px;
  }

  .check-btn input:checked~.tag-mark {
    background-size: 16px 16px;
    background-position: center right 16px;
    padding-right: 38px;
  }

  header {
    height: 80px;
  }

  header.on {
    width: calc(100% - 32px);
    height: 64px;
    top: 8px;
    left: 16px;
  }

  .logo {
    width: 80px;
    left: 32px;
  }

  header.on .logo {
    left: 16px;
  }

  .nav-box {
    height: 80px;
    padding: 0 32px;
  }

  header.on .nav-box {
    height: 64px;
    padding: 0 16px;
  }

  .menu-box li {
    margin-right: 20px;
  }

  .menu-link {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    height: 18px;
  }

  .menu-link:hover span {
    transform: translateY(-18px);
  }

  .function-box li {
    width: 56px;
  }

  .function-box li a {
    height: 34px;
    font-size: 15px;
  }

  .function-box li a span {
    height: 34px;
  }

  .function-box li a:hover span {
    transform: translateY(-34px);
  }

  .function-box li a img {
    height: 15px;
  }

  .dot {
    height: 6px;
    width: 6px;
    bottom: -6px;
    left: 20px;
  }

  .zero.active~.dot {
    left: 20px;
  }

  .one.active~.dot {
    left: 95px;
  }

  .two.active~.dot {
    left: 176px;
  }

  .three.active~.dot {
    left: 246px;
  }

  .four.active~.dot {
    left: 328px;
  }

  .zero:hover~.dot {
    left: 20px;
  }

  .one:hover~.dot {
    left: 95px;
  }

  .two:hover~.dot {
    left: 176px;
  }

  .three:hover~.dot {
    left: 246px;
  }

  .four:hover~.dot {
    left: 328px;
  }
}

@media (max-width:1366px) {

  html,
  body {
    overscroll-behavior: none;
  }
}

@media (max-width:1024px) {
  .footer-kv {
   bottom: -10px;
}
  .team-item:hover {
    background-color: transparent;
    border-radius: 0;
  }
  .team-item.fix:hover{
    border-top: solid 1px #B0B0B0;
   }
  .team-item.fix.active{
    border-top: solid 1px #B0B0B0;
   }
  .team-col.fix {
    border-top: none !important;
  }

  .team-col {
    border-top: solid 1px #B0B0B0 !important;
  }

  .team-item:hover .member {
    color: var(--color-2);
  }

  .team-item:hover .job-title {
    color: var(--color-4);
  }

  .contact-info {
    max-width: 100%;
    padding-right: 16px;
  }

  .service-banner {
    padding: 160px 0 80px;
  }

  .service-group {
    padding-bottom: 48px;
  }

  .service-group-left {
    padding: 24px 0;
  }

  .service-type {
    padding-left: 60px;
    font-size: 26px;
  }

  .service-type span {
    font-size: 22px;
  }

  .service-text {
    font-size: 14px;
    padding: 24px 0 0 0;
  }

  .service-list {
    display: inline-flex;
    padding: 24px 0;
  }

  .service-list li:nth-child(2) {
    padding-left: 24px;
  }

  .service-list li div,.service-list li h3{
    font-size: 18px;
    padding: 4px 0;
  }

  .service-list li div::before,.service-list li h3::before {
    margin-right: 12px;
  }

  .service-section {
    padding: 48px 32px;
  }

  .culture-card {
    height: 198px;
    width: 100%;
    margin-bottom: -1px;
  }

  .culture-dw {
    padding-right: 0;
    letter-spacing: 0.01em;
  }

  .culture-card-title {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .culture-card-title {
    font-size: 14px;
  }

  .culture-dw {
    font-size: 12px;
  }

  .culture-card:nth-child(1) {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .culture-card:nth-child(2) {
    border: solid 1px #D2DAE1;
  }

  .culture-card:nth-child(3) {
    border: solid 1px #D2DAE1;
    border-top-right-radius: 0;
  }

  .culture-card:nth-child(4) {
    border: solid 1px #D2DAE1;
    border-bottom-left-radius: 0;
  }

  .culture-card:nth-child(5) {
    border: solid 1px #D2DAE1;
  }

  .culture-card:nth-child(6) {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .skill-title,
  .culture-title {
    font-size: 86px;
    margin-bottom: 4px;
  }

  .skill-title div,
  .culture-title {
    padding-bottom: 12px;
  }

  .skill-text,
  .culture-text {
    font-size: 18px;
    margin-bottom: 48px;
  }

  .skill-box {
    flex-direction: column;
  }

  .skill-left,
  .skill-right {
    width: 100%;
  }

  .logo-box {
    padding: 64px 100px;
  }

  .logo-col {
    width: 25%;
    padding: 0 24px;
  }

  .about-section-2 {
    padding: 40px 32px;
  }

  .about-section-3 {
    padding: 40px 32px;
  }

  .about-section-4 {
    padding: 40px 32px;
  }

  .about-section-5 {
    padding: 40px 32px;
  }

  .about-section-6 {
    padding: 40px 32px 80px;
  }

  .highlight-card {
    height: 460px;
  }

  .highlight-title {
    font-size: 86px;
    height: 86px;
    margin-bottom: 6px;
  }

  .button-next {
    width: 42px;
    height: 24px;
    border-radius: 8px;
    background-size: 24px auto;
    right: 48px;
  }

  .button-prev {
    width: 42px;
    height: 24px;
    border-radius: 8px;
    background-size: 24px auto;
    left: 48px;
  }

  .view-btn::before {
    height: 2px;
  }

  .footer-link li a::before {
    height: 2px;
  }

  .footer-link li a:hover .link-text {
    transform: translateX(0);
  }

  .footer-link li a:hover .link {
    right: 0;
  }

  .intro-box {
    flex-direction: column;
  }

  .intro-left {
    max-width: 100%;
    padding-right: 0;
  }

  .social li a:hover span {
    transform: translateY(0);
  }

  .totop:hover span {
    transform: translateY(0);
  }

  .pj-row.fix {
    width: calc(100% + 32px);
    margin-right: -32px;
    margin-left: 0;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .pj-row.fix .pj-col {
    display: inline-block;
    width: 48%;
  }

  .pj-col {

    width: 50%;
  }

  .container {
    padding: 112px 32px 24px 32px;
  }

  footer {
    padding: 32px 32px 0 32px;
    max-height: none;
  }

  .pj-container {
    padding: 32px 32px 80px 32px;
  }

  body {
    cursor: default;
  }

  a {
    cursor: pointer;
  }

  .hide-pad {
    display: none;
  }

  .show-pad {
    display: block;
  }

  .dot,
  .cursor {
    display: none;
  }

  .filter-box {
    padding: 32px;
  }

  .swiper-pagination {
    bottom: auto;
    top: 8px;
    display: flex;
    padding: 0 4px;
  }

  .swiper-pagination-bullet {
    width: 100%;
    height: 3px;
    opacity: 0.2;
    border-radius: 0;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
  }

  .swiper-pagination.fix {
    top: auto;
    width: 160px;
  }

  .project-swiper {
    display: inline-block;
    width: 160px;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: 32px;
    bottom: 32px;
    z-index: 5;
    padding-bottom: 0;
    z-index: 3;
  }

  .project-swiper-btn {
    display: block;
    position: relative;
  }

  .project-swiper-text {
    display: inline-flex;
    align-items: flex-start;
    white-space: nowrap;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }

  .project-swiper-text sup {
    font-size: 50%;
    margin-right: 4px;
  }

  .kv {
    width: 100%;
    height: auto;
    right: -16%;
  }

  .projects-menu {
    display: none;
  }

  .home-banner-info {
    padding: 80px 32px 132px 32px;
  }

  .home-banner-title {
    color: #FFF;
    font-size: 84px;
    margin-bottom: 20px;
  }

  .home-banner-text {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .about-btn {
    width: 90px;
    font-size: 15px;
    padding: 8px 0;
    position: absolute;
    left: 32px;
    bottom: 100px;
  }

  .about-btn::before {
    height: 2px;
  }

  .link {
    width: 10px;
    height: 10px;
    background-size: 10px
  }

  .link-1 {
    display: none;
  }

  .about-btn:hover .text {
    transform: translateX(0);
  }

  .about-btn:hover .link {
    right: 0;
  }

  .menu-link:hover span {
    transform: translateY(0);
  }

  .function-box li a:hover span {
    transform: translateY(0);
  }

  .pj-info {
    width: 100%;
    padding: 0 32px;
  }

  .pj-banner {
    height: 480px;
  }

  .pj-title {
    font-size: 86px;
    margin-bottom: 20px;
  }

  .pj-text {
    font-size: 18px;
    max-width: 60%;
  }

  .pj-kv {
    height: 560px;
  }

  .pj-kv img {
    height: 760px;
    transform: translateX(30%);
  }

  .related-box {
    padding: 80px 32px;
  }

  .view-btn {
    width: 180px;
    font-size: 18px;
    padding: 10px 0;
  }

  .view-btn span {
    width: 10px;
    height: 10px;
    background-size: 10px;
  }

  .about-swiper.active .about-slide-card {
    width: calc(100% - 64px);
    border-radius: 8px;
  }

  .logo-card {
    width: calc(100% + 64px);
  }

  .form-btn:hover .link-text {
    transform: translateX(0);
  }

  .form-btn:hover .link {
    right: 0;
  }

  .form-btn:hover .link-1 {
    display: none;
  }
}

@media (max-width:768px) {
  .logo-card.active {
    border-radius: 12px;
}
  .service-group {
    flex-direction: column;
  }

  .service-group-left {
    width: 100%;
    display: block;
  }

  .service-type {
    padding-top: 24px;
    padding-left: 0;
    font-size: 18px;
    position: relative;
  }

  .service-type span {
    font-size: 16px;
  }

  .service-text {
    padding: 12px 0;
    border-bottom: none;
  }

  .service-group-right {
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .service-group-right.active {
    max-height: 100dvh;
  }

  .toggle-btn {
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 0;
    transition: transform 0.3s ease;
  }

  .toggle-btn.active {
    transform: rotate(135deg);
  }

  .service-list {
    flex-direction: column;
    padding: 12px 0;
  }

  .service-list li div,.service-list li h3 {
    font-size: 15px;
    padding: 4px 0;
  }

  .service-list li:nth-child(2) {
    padding-left: 0;
  }

  .team-group {
    border-top: none;
  }

  .group-name {
    display: block;
    color: var(--color-4);
    font-size: 12px;
    padding: 12px 0;
    position: static;
  }

  .team-col {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }

  .member {
    display: inline-block;
    width: auto;
    font-size: 15px;
  }

  .job-title {
    width: auto;
    display: inline-block;
    font-size: 14px;
  }

  .skill-title,
  .culture-title {
    font-size: 70px;
    margin-bottom: 12px;
  }

  .skill-text,
  .culture-text {
    font-size: 14px;
    margin-bottom: 48px;
  }

  .highlight-row {
    flex-direction: column;
  }

  .highlight-col {
    width: 100%;
    margin-bottom: 12px;
  }

  .highlight-row .highlight-col:last-child {
    margin-bottom: 0;
  }

  .highlight-card {
    height: 260px;
    padding: 20px;
    border-radius: 12px;
  }

  .highlight-title {
    font-size: 70px;
    height: 70px;
    line-height: 1;
    margin-bottom: 12px;
  }

  .related-title {
    font-size: 66px;
    margin-bottom: 24px;
  }

  .related-text {
    font-size: 14px;
    margin-bottom: 32px;
  }

  .intro-box {
    padding: 32px 0;
    flex-direction: column;
  }

  .intro-text {
    font-size: 14px;
  }

  main {
    margin-bottom: 0;
  }

  footer {
    position: relative;
    padding: 32px 32px 0 32px;
    height: auto;
    bottom: auto;
  }

  .footer-up {
    display: block;
  }

  .footer-title {
    font-size: 74px;
    line-height: 1;
    margin-bottom: 32px;
  }

  .footer-link {
    width: 226px;
  }

  .footer-link li a {
    font-size: 15px;
    padding: 8px 0;
  }

  .footer-info {
    padding: 32px 0 48px;
    font-size: 14px;
  }

  .copy-right {
    padding: 20px 0;
    font-size: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .social li {
    padding: 0 8px;
    margin-bottom: 8px;
  }

  .social li a {
    font-size: 15px;
    height: 18px;
  }

  .social li a span {
    height: 18px;
  }

  header {
    height: 64px;
    position: fixed;
  }

  header.on {
    width: 100%;
    position: fixed;
    transform: translateY(0);
    animation: none;
    background-color: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    top: 0;
    left: 0;
  }

  .logo {
    width: 50px;
    left: 16px;
  }

  .nav-box {
    display: inline-flex;
    transition: max-height 0.5s;
    max-height: 0;
    padding: 0;
    overflow: hidden;
  }

  .nav-box .function-box {
    display: none;
  }

  .nav-box .menu-box {
    display: none;
  }

  .nav-box.active {
    width: auto;
    height: auto;
    max-height: 50vh;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 8px 16px 16px 16px;
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
  }

  .nav-box.active .function-box,
  .nav-box.active .menu-box {
    display: flex;
  }

  .nav-box.fix.active {
    background-color: rgba(255, 255, 255, 0.6);
  }

  header.on .nav-box {
    height: auto;
    padding: 8px 16px 16px 16px;
  }

  .menu-box {
    flex-direction: column;
    padding-top: 32px;
  }

  .menu-box li {
    display: block;
    margin-right: 0;
    text-align: right;
    margin-bottom: 16px;
  }

  li.active .menu-link span::before {
    content: '⦁';
    margin-right: 4px;
  }

  .menu-link {
    font-size: 14px;
    line-height: 17px;
    height: 17px;
  }

  .menu-link:hover span {
    transform: translateY(0);
  }

  .function-box {
    width: 148px;
  }

  .function-box li {
    width: 50%;
    margin-right: 1px;
  }

  .function-box li:nth-child(2) {
    margin-right: 0;
  }

  .function-box li:nth-child(1) a {
    border-radius: 8px 0 0 8px;
  }

  .function-box li:nth-child(2) a {
    border-radius: 0 8px 8px 0;
  }

  .function-box li a {
    width: 100%;
    height: 34px;
    font-size: 14px;
  }

  .function-box li a img {
    height: 14px;
  }

  .button-container {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 16px;
    height: 32px;
    width: 48px;
    cursor: pointer;
    z-index: 100;
    padding: 8px 16px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.20);
    --webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .button-container.fix {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .button-container.active {
    background-color: transparent !important;
    --webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
  }

  .button-container.active .top {
    -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
    transform: translateY(4px) translateX(0) rotate(45deg);
  }

  .button-container.active .middle {
    opacity: 0;
  }

  .button-container.active .bottom {
    -webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
    transform: translateY(-4px) translateX(0) rotate(-45deg);
  }

  .button-container span {
    border: none;
    height: 2px;
    width: 16px;
    position: absolute;
    top: 11px;
    left: 16px;
    transition: all .35s ease;
    background-color: #fff;
  }

  .button-container.fix span {
    background-color: #000;
  }

  .button-container span:nth-of-type(2) {
    top: 15px;
  }

  .button-container span:nth-of-type(3) {
    top: 19px;
  }

  .home-banner-info {
    padding: 64px 16px 200px 16px;
    height: 100dvh;
  }

  .home-banner-title {
    font-size: 74px;
    line-height: 1;
  }

  .home-banner-text {
    font-size: 12px;
  }

  .about-btn {
    left: 16px;
    bottom: 168px;
  }

  .project-swiper {
    width: 132px;
    right: 16px;
    bottom: 16px;
  }
  .project-swiper img{
    border-radius:8px;
  }
  .project-swiper-text {
    font-size: 14px;
  }

  .credit-box {
    padding: 32px 0 0 0;
    text-align: center;
  }

  .mb-5 {
    margin-bottom: 32px !important;
  }

  .totop {
    display: inline-block;
    padding-right: 32px;
    background-size: 24px;
    height: 24px;
  }

  .totop span {
    height: 24px;
    line-height: 24px;
  }

  .logo-box {
    padding: 30px;
  }

  .skill-list {
    flex-direction: column;
  }

  .skill-col {
    width: 100%;
  }

  .skill-item {
    font-size: 15px;
  }

  .skill-item.fix {
    border-bottom: solid 1px #EBEBEB !important;
  }

  .skill-text.fix {
    margin-bottom: 12px;
  }

  .contact-box {
    padding: 80px 32px;
    flex-direction: column;
  }

  .contact-left {
    width: 100%;
  }

  .contact-right {
    width: 100%;
    padding-top: 24px;
  }

  .contact-info {
    padding-right: 0;
    font-size: 12px;
  }

  .input-label {
    font-size: 12px;
  }

  .input-group {
    margin-bottom: 20px;
  }

  .input-group.fix {
    margin-bottom: 8px;
  }

  .input-style {
    font-size: 13px;
  }

  .form-btn {
    font-size: 15px;
  }

  .form-btn::before {
    height: 2px;
  }

  label.error {
    font-size: 13px;
  }

  .input-row {
    flex-direction: column;
  }

  .input-col {
    width: 100%;
  }
  .footer-kv {
    bottom: -20px;
 }
}

@media (max-width:540px) {
  .footer-kv {
    bottom: -10px;
 }
  .contact-box {
    padding: 80px 16px;
  }

  .service-section {
    padding: 24px 16px 12px;
  }

  .service-banner {
    padding: 0 0 80px;
  }

  .swiper-pagination.fix {
    bottom: 16px;
  }

  .logo-box {
    padding: 30px 22px;
  }

  .logo-col {
    width: 33.3%;
    padding: 0 8px;
  }

  .footer-kv {
    height: auto;
    width: 120%;
  }

  .kv {
    width: 100%;
    right: 0;
    top: auto;
    bottom: -10%;
  }

  .pj-row.fix {
    display: flex;
    white-space: wrap;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    white-space: wrap;
  }

  .pj-row.fix .pj-col {
    display: block;
    width: 100%;
    padding: 0;
  }

  .hide-xs {
    display: none;
  }

  .show-xs {
    display: block;
  }

  .home-banner {
    height: 100dvh;
  }

  .filter-card {
    display: none;
    border-radius: 8px 8px 0 0;
    padding: 48px 16px 32px 16px;
    background-color: #fff;
  }

  .filter-card.active {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999999;
  }

  .filter-card.active~.filter-card-mask {
    content: '';
    display: block;
    width: 100%;
    height: 100dvh;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(60px);
    --webkit-backdrop-filter: blur(60px);
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 0;
  }

  .card-close {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 8px;
    background-image: url(../images/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
  }

  .filter-box {
    padding: 16px;
  }

  .pj-info {
    padding: 233px 16px 0 16px;
  }

  .pj-title {
    font-size: 66px;
    margin-bottom: 8px;
  }

  .pj-text {
    font-size: 14px;
    max-width: none;
  }

  .pj-banner {
    height: auto;
    display: block;
    padding-bottom: 20px;
  }

  .pj-kv {
    position: absolute;
    top: -80px;
    right: -10px;
    display: block;
    width: 86%;
    margin: 0;
    height: auto;
  }
  .pj-kv.fix-1{
    position: absolute;
    top: -70px;
    right: -30px;
    display: block;
    width: 94%;
    margin: 0;
    height: auto;
  }
  .service-kv {
    position: absolute;
    top: -20px;
    right: -10px;
    display: block;
    width: 90%;
    margin: 0;
    height: auto;
  }
  .pj-kv img {
    height: auto;
    width: 100%;
    transform: translate(0);
  }

  .result-box {
    margin-bottom: 16px;
    font-size: 13px;
  }

  .pj-row {
    margin: 0 -8px;
  }

  .pj-col {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 24px;
  }

  .pj-container {
    padding: 16px 16px 80px 16px;
  }

  .date-filter li a {
    font-size: 13px;
    padding: 7px 0;
  }

  .line {
    width: 38px;
    height: 2px;
  }

  .date-two:hover~.line {
    left: 54px;
  }

  .filter-btn {
    font-size: 13px;
  }

  .pj-card-tag {
    font-size: 13px;
    padding: 6px 10px;
    margin-right: 6px;
    margin-bottom: 4px;
  }

  footer {
    padding: 48px 16px 0 16px;
    max-height: none;
  }

  .loading-info {
    bottom: 16px;
    right: 16px;
    font-size: 90px;
  }

  #percent {
    font-size: 60px;
  }

  .loading-info i {
    width: 12px;
    height: 12px;
    margin-right: 12px;
  }

  .loading-info sup {
    font-size: 15px;
  }

  .container {
    padding: 80px 16px 10px 16px;
  }

  .pg-tag-box {
    padding-top: 12px;
  }

  .pg-card-tag {
    color: #5C5D5F;
    font-size: 13px;
    padding: 6px 10px;
    margin-right: 6px;
  }

  .totop {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 32px;
  }

  .related-box {
    padding: 80px 16px;
  }

  .about-banner {
    padding: 0 0 32px;
    overflow: hidden;
  }

  .pj-text p {
    margin-bottom: 24px;
  }

  .about-section-1 {
    padding-bottom: 32px;
  }

  .about-slide-card {
    transition: width 0.6s ease, border-radius 0.6s ease;
  }

  .about-swiper.active .about-slide-card {
    width: calc(100% - 32px);
  }

  .button-next {
    right: 24px;
  }

  .button-prev {
    left: 24px;
  }

  .about-section-2 {
    padding: 60px 16px;
  }

  .about-section-3 {
    padding: 60px 16px;
  }

  .about-section-4 {
    padding: 60px 16px;
  }

  .about-section-5 {
    padding: 60px 16px;
  }

  .about-section-6 {
    padding: 60px 16px 120px;
  }

  .about-section-title {
    margin-bottom: 48px;
  }

  .logo-card {
    width: calc(100% + 32px);
  }

  .skill-title,
  .culture-title {
    font-size: 66px;
  }
}