.about-banner {
  margin-top: var(--header-height);
  height: 460.88px;
  position: relative;
  margin-bottom: 156.44px;
}

.about .about-banner .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-banner {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.about .about-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__title {
  padding-left: 180.444px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--white-color);
  font-size: 48px;
  line-height: 144px;
  font-weight: 600;
  text-transform: uppercase;
}

.about .about-body {
  max-width: 72.22222vw;
  width: 100%;
  margin: 0 auto;
}

.about-section {
  margin-bottom: 14.93056vw;
}

.about-section .intro {
  margin-bottom: 22.222px;
  line-height: 90px;
}

.about-special-content h3,
.about-section .intro .title {
  font-size: 36px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.88889px;
}

.about-section .intro .time {
  font-size: 14px;
  letter-spacing: 0.88889px;
  margin-left: 27px;
}

.about-section .content .line {
  display: flex;
}


/* .about-section .content .line:last-child .content__left {
  border-bottom: 1px solid #666;
} */
.about-section .content .line:last-child .content__right {
  border-bottom: 1px solid #dfdfdf;
}

.about-section .content .content__left {
  border-top: 1px solid #666;
  padding: 31.111px 35.556px 31.111px 0;
  width: 19.44444vw;
  font-size: 14px;
  line-height: 32px;
  font-weight: 500;
  color: #575757;
}

.about-section .content .line:last-child .content__left {
  border-bottom: 1px solid #666;

}

.about-section .content .content__left .content__left-detail {
  display: block;
}

.about-section .content .content__right {
  border-top: 1px solid #dfdfdf;
  padding: 31.111px 0px 31.111px 8.889px;
  flex: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.7111px;
  color: #353535;
}

.about-section .content .line:last-child .content__right {
  border-bottom: 1px solid #dfdfdf;
}

.about-block .content:first-child {
  width: 34.02778vw;
}
.about-block .content:last-child {
  width: 35.41667vw;
}

.about-block .content .content__left {
  width: 8.33333vw;
}

/* about-overseas */
.about-overseas .content .content__right,
.about-overseas .content .content__left {
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
}
.about-overseas .content .content__left {
  padding-left: 0;
  padding-right: 0;
  flex-shrink: 0;
}

.about-overseas .content .content__right {
  color: #353535;
}

.about-special {
  margin-bottom: 5.55556vw;
}

.about-section .text {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin-bottom: 2.43056vw;
  font-weight: 500;
}

.about-purpose {
  margin-bottom: 6.94444vw;
}
.about-action .img {
  border: 25px solid #ced4da;
}

.about-satisfy .img {
  background: #f0f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41.66667vw;
  margin-bottom: 2.77778vw;
}

.about-satisfy .img img {
  width: 35.90278vw;
  height: 32.70833vw;
  margin: 0 auto;
}

.about-satisfy li {
  font-size: 12px;
  line-height: 27px;
  font-weight: 500;
  color: #666;
}

.about-satisfy ol {
  list-style: decimal;
  padding-left: 22px;
}

.about-satisfy ol li {
  padding-left: 2.56944vw;
}

.about-satisfy li ul {
  list-style: disc;
  margin-left: 25px;
}
.about-satisfy li ul li {
  padding: 0;
}

.about-visual .img {
  height: 19.65278vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0f5f9;
}

.about-visual .img img {
  width: 61.11111vw;
}

.about-plan.about-section .title,
.about-destiny.about-section .title,
.about-visual.about-special .title {
  font-size: 32px;
}

/* destiny */
.about-destiny {
  margin-bottom: 6.94444vw;
}

/* plan */
.about-plan .intro {
  margin-bottom: 0;
}
.about-plan .about-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-section .title-special {
  font-size: 2.5vw;
  line-height: 3.61111vw;
  letter-spacing: 0.025em;
  font-weight: 600;
}

.about-plan-btn {
  width: 43.75vw;
  height: 5.55556vw;
  flex-shrink: 0;
  border: 2px solid #dfdfdf;
  border-radius: 2.77778vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.69444vw;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  color: var(--black-222);
  position: relative;
  padding: 10px;
  text-align: center;
}

.about-plan-btn:hover {
  text-decoration: underline;
}

.about-plan-btn .content::before {
  content: "";
  position: absolute;
  top: 78%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #13449e;
  display: none;
}

/* more content */
.about-section .content .line:last-child .more__content-wrap {
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
/* .about-section .content .line:last-child .content__right {
  border-bottom: none;
} */

.more__content {
  position: relative;
}

.more__content.active {
  height: auto;
  overflow-y: hidden;
  transition: height 0.5s;
}

.more__content-wrap.active .more__content.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 200px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  display: none;
}

.more__content-wrap .close,
.more__content-wrap .more {
  cursor: pointer;
  width: 100%;
  text-align: center;
  background: var(--white-color);
  display: none;
  text-align: right;
  justify-content: end;
  right: 25px;
}
.more__content-wrap .cta {
  padding: 20px;
}

.cta a {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.more__content-wrap .cta a:hover {
  text-decoration: underline;
}

.more__content-wrap .close img {
  transform: rotate(45deg);
}

.about-section .img .img-mobile {
  display: none;
}

/* about-special-content */
.about-special-content h3 {
  margin-top: 90px;
}

.about-special-content p {
  font-size: 14px;
  line-height: 36px;
  font-weight: 500;
  color: var(--black-666);
  margin-top: 18px;
  margin-bottom: 30px;
}

.about-special-content .img-wrap {
  border: 25px solid #d0d7dd;
}

.about-special-content .img-mb {
  display: none;
}

.about-special-content ol,
.about-special-content ul {
  font-size: 12px;
  font-weight: 500;
  color: var(--black-666);
  padding-left: 24px;
}

.about-special-content ol li {
  padding-left: 25px;
  list-style-position: outside;
}

.about-special-content ul li {
  padding-left: 0;
}

.about-special-content ol {
  list-style: decimal;
  margin-top: 30px;
}
.about-special-content ul {
  list-style: disc;
}

.img-satisfy {
  background: #f0f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 533px;
  margin-top: 30px;
}
.img-satisfy img {
  width: 460px;
}

.about-philosophy {
  margin-bottom: 0;
}



.about-special-content .cta {
  bottom: -10px;
}

.about-special-content .cta.more {
  bottom: 12px;
}

@media only screen and (min-width: 1900px) {
  .about-banner {
    margin-top: var(--header-height-large);
  }
}

@media only screen and (max-width: 991px) {
  .about-special-content h3 {
    font-size: 25px;
  }
  /* .about-special-content p {
    font-size: 12px;
  } */

  .img-satisfy {
    height: 413px;
  }

  .img-satisfy img {
    width: 355px;
  }

  .about-special-content h3,
  .about-section .intro .title {
    font-size: 28px;
  }
  .about-section .intro .time {
    font-size: 11px;
  }
  .about-section .content .content__left {
    width: 193px;
    font-size: 14px;
    line-height: 25px;
  }
  .about-section .content .content__right {
    font-size: 11px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .img-satisfy {
    height: 613px;
  }

  .img-satisfy img {
    width: 602px;
  }

  /* .about-special-content p {
    font-size: 10px;
    line-height: 21px;
  } */

  .about-special-content .img-dek {
    display: none;
  }

  .about-special-content .img-mb {
    display: block;
  }

  .about-section .img .img-mobile {
    display: block;
  }

  .about-section .img .img-lg {
    display: none;
  }

  .about-banner {
    height: 547.2px;
    margin-bottom: 185px;
  }

  .about__title {
    padding-left: 40.533px;
    font-size: 61px;
  }

  .about .about-body {
    max-width: 89.33333vw;
  }

  .about-section .intro {
    display: flex;
    flex-direction: column;
    line-height: unset;
  }
  .about-special-content h3,
  .about-section .intro .title {
    line-height: 65px;
    font-size: 60px;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .about-section .intro .time {
    line-height: 24px;
    font-size: 22px;
    font-weight: 500;
  }

  .about-section .intro .time {
    margin-left: 0;
  }

  .about-section .content .content__left {
    width: 26.66667vw;
    padding: 33.7px;
    padding-left: 0;
    font-size: 24px;
    line-height: 44px;
  }

  .about-section .content .content__right {
    padding: 33.7px 0;
    font-size: 25px;
    line-height: 45px;
  }
  .about-block .content:first-child,
  .about-block .content:last-child {
    width: 100%;
  }

  .about-special .intro .title {
    font-size: 50px;
    line-height: 90px;
    letter-spacing: 0.4px;
  }

  .about-section .text {
    font-size: 26px;
    line-height: 56px;
    letter-spacing: 0.8px;
  }
  /* .about-philosophy .intro .title,
  .about-overseas .intro .title {
    font-size: 57px;
    line-height: 90px;
    letter-spacing: 0.4px;
  } */

  .about-action .intro .title {
    font-size: 49px;
    line-height: 65px;
  }

  .about-plan .intro .title,
  .about-destiny .intro .title,
  .about-satisfy .intro .title,
  .about-purpose .intro .title {
    font-size: 47px;
    line-height: 65px;
    letter-spacing: 0.4px;
    font-weight: 600;
  }

  .about-satisfy .img {
    height: 80vw;
  }
  .about-satisfy .img img {
    width: 78.66667vw;
    height: 71.6vw;
  }

  .about-satisfy li {
    font-size: 20px;
    line-height: 43px;
  }

  .about-visual-in-business .intro .title {
    font-size: 57px;
  }

  .about-visual .img {
    width: 89.33333vw;
    height: 49.33333vw;
  }
  .about-destiny picture {
    display: inline-block;
    width: 335px;
  }
  .about-plan {
    margin-bottom: 208.67px;
  }
  .about-plan .about-body {
    flex-direction: column;
  }

  .about-plan-btn {
    width: 100%;
    height: 132px;
    padding: 0 28.4px;
    border-radius: 90px;
    font-size: 24px;
    line-height: 34px;
    gap: 20px;
  }

  .more__content-wrap.active .more__content.active::before,
  .more__content-wrap.active .more {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  .more__content.active {
    height: 200px;
  }
}

@media only screen and (min-width: 768px) {
  .more__content-wrap .more__content.active::before,
  .more__content-wrap .more,
  .more__content-wrap .close {
    display: none !important;
  }
  .more__content {
    height: auto !important;
  }
}

@media only screen and (max-width: 576px) {
  .img-satisfy {
    height: 460px;
  }

  .img-satisfy img {
    width: 412px;
  }

  /* .about-special-content p {
    font-size: 20px;
    line-height: 43px;
  } */
  .about-special-content h3,
  .about-section .intro .title {
    font-size: 37px;
    line-height: 54px;
  }

  .about-section .intro .time {
    font-size: 17px;
  }
  .about-section .content .content__right,
  .about-section .content .content__left {
    font-size: 14px;
    line-height: 34px;
  }

  .about-section .content .content__left {
    width: 29.66667vw;
  }

  /* .about-visual-in-business .intro .title,
  .about-philosophy .intro .title,
  .about-satisfy .intro .title,
  .about-purpose .intro .title {
    font-size: 36px;
  } */

  .about-plan .intro .title {
    line-height: 40px;
  }
  .about-section .text {
    font-size: 15px;
    line-height: 41px;
  }

  .about-satisfy li {
    font-size: 12px;
    line-height: 26px;
  }

  .about-destiny {
    margin-bottom: 48px;
  }

  .about-plan-btn {
    font-size: 14px;
    line-height: 20px;
    height: 80px;
  }

  .about-banner {
    height: 378px;
  }
  .about__title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 576px) {

.about-banner {
    height: 320px;
  }

}