.hero {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-block: 2.5rem;
  padding-inline: var(--gutter);
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  min-height: 10.875rem;
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
  /* @include mq($until: $w-min) {
  	width: srem(remove-unit($w-min));
  	margin-left: srem(remove-unit($w-min)) * -0.5;
  	margin-right: srem(remove-unit($w-min)) * -0.5;
  } */
  position: absolute;
  clip-path: inset(0 0 round 0);
  -webkit-transition: clip-path 1s 0.5s ease-out;
  transition: clip-path 1s 0.5s ease-out;
  will-change: clip-path;
}

.hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero__bg video,
.hero__bg img {
  opacity: 0.8;
  min-height: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity 0.5s 0s ease-out;
  transition: opacity 0.5s 0s ease-out;
  will-change: transform;
}

.hero.is-reveal .hero__bg {
  clip-path: inset(0 1rem round 1.25rem);
}

.hero.is-reveal .hero__bg video,
.hero.is-reveal .hero__bg img {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hero__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: var(--white);
}

.hero--text .hero__text {
  color: var(--text);
}

.hero .location {
  color: var(--gray-100);
}

.hero .location__item:last-child {
  color: var(--white);
}

.hero--text .location {
  color: var(--gray-500);
}

.hero--text .location__item:last-child {
  color: var(--gray-700);
}

.hero__title {
  margin-top: 0.5rem;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .hero__title {
    font-size: 3.125rem;
  }
}
@media (min-width: 64em) {
  .hero__title {
    font-size: 3.5rem;
  }
}
@media (min-width: 80em) {
  .hero__title {
    font-size: 4rem;
  }
}
@media (min-width: 80em) {
  .hero {
    min-height: auto;
    margin-top: 1.5rem;
    padding-block: 5rem;
    min-height: 17.8125rem;
  }
  .hero.is-reveal .hero__bg {
    clip-path: inset(0 2.5rem round 1.25rem);
  }
}
.section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-block: var(--pad);
  z-index: 0;
}

.section em {
  color: var(--primary);
}

.section:last-child {
  margin-bottom: calc(var(--pad) * -1);
}

.section:not(.section--bg):not(:has(.section__bg)) + .section:not(.section--bg):not(:has(.section__bg)) {
  padding-top: 0;
}

.section--pad-t-0 {
  padding-top: 0;
}

.section--pad-b-0 {
  padding-bottom: 0;
}

.section--bg {
  position: relative;
}

.section--bg::after {
  content: "";
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
  /* @include mq($until: $w-min) {
  	width: srem(remove-unit($w-min));
  	margin-left: srem(remove-unit($w-min)) * -0.5;
  	margin-right: srem(remove-unit($w-min)) * -0.5;
  } */
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--bg2);
}

.section--bg::after {
  z-index: -2;
}

.section--bg-pink {
  position: relative;
}

.section--bg-pink::after {
  content: "";
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
  /* @include mq($until: $w-min) {
  	width: srem(remove-unit($w-min));
  	margin-left: srem(remove-unit($w-min)) * -0.5;
  	margin-right: srem(remove-unit($w-min)) * -0.5;
  } */
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--bg4);
}

.section--bg-pink::after {
  z-index: -2;
}

.section--bg-blue {
  position: relative;
  color: var(--white);
}

.section--bg-blue::after {
  content: "";
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
  /* @include mq($until: $w-min) {
  	width: srem(remove-unit($w-min));
  	margin-left: srem(remove-unit($w-min)) * -0.5;
  	margin-right: srem(remove-unit($w-min)) * -0.5;
  } */
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--bg1);
}

.section--bg-blue::after {
  z-index: -2;
}

.section__bg {
  top: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  pointer-events: none;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  right: 50%;
  margin-right: -50vw;
  /* @include mq($until: $w-min) {
  	width: srem(remove-unit($w-min));
  	margin-left: srem(remove-unit($w-min)) * -0.5;
  	margin-right: srem(remove-unit($w-min)) * -0.5;
  } */
  overflow: hidden;
}

.section__bg video,
.section__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
  object-position: bottom center;
}

.section__title {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .section__title {
    font-size: 2rem;
  }
}
@media (min-width: 64em) {
  .section__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 80em) {
  .section__title {
    font-size: 2.5rem;
  }
}
.section__title:not(:first-of-type) {
  margin-top: var(--pad);
}

.section__title:last-child {
  margin-bottom: 0;
}

@media (min-width: 80em) {
  .section__title {
    margin-bottom: 2rem;
  }
}
.section__title:has(+ .section__desc) {
  margin-bottom: 0.5rem;
}

.section__desc {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-800);
}

@media (min-width: 80em) {
  .section__desc {
    font-size: 1.125rem;
  }
}
.section__desc:not(:first-of-type) {
  margin-top: var(--pad);
}

@media (min-width: 80em) {
  .section__desc {
    margin-bottom: 2.5rem;
  }
}
.section__desc:has(+ .section__title) {
  margin-bottom: 0.5rem;
}

.section__desc:last-child {
  margin-bottom: 0;
}

.l-wrap .section:first-child {
  padding-top: 2.375rem;
}

@media (min-width: 80em) {
  .l-wrap .section:first-child {
    padding-top: 2.5rem;
  }
}
.section .icon-quotes {
  position: relative;
}

.section .icon-quotes:before {
  content: "\ea29";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  position: absolute;
  font-size: 1rem;
  font-weight: 400;
  color: var(--gray-300);
}

.section .icon-quotes:before::before, .section .icon-quotes:before::after {
  line-height: 1;
}

.section .icon-quotes--top::before {
  top: -0.1875rem;
  left: -1.75rem;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section .icon-quotes--btm::before {
  bottom: -0.125rem;
  right: -1.75rem;
}

.introduce-person {
  margin-top: 3.5rem;
  position: relative;
  display: block;
  padding: 2rem 1.25rem 0rem 1.25rem;
  background-color: var(--bg2);
  border-radius: 1rem;
  overflow: hidden;
  z-index: 0;
}

.introduce-person + .introduce-person {
  margin-top: 1.5rem;
}

.introduce-person__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .introduce-person__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .introduce-person__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 80em) {
  .introduce-person__title {
    font-size: 2rem;
  }
}
.introduce-person__text {
  margin-top: 1.5rem;
}

.introduce-person__desc {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .introduce-person__desc {
    font-size: 1.125rem;
  }
}
.introduce-person__info {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .introduce-person__info {
    font-size: 1.125rem;
  }
}
.introduce-person__info-position {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.introduce-person__info-position::after {
  display: block;
  content: "";
  width: 1px;
  height: 0.625rem;
  background-color: var(--gray-500);
}

.introduce-person__info-name {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 80em) {
  .introduce-person__info-name {
    font-size: 1.25rem;
  }
}
.introduce-person__img {
  display: block;
  max-width: 31.25rem;
  margin-left: -1.25rem;
  overflow: hidden;
}

.introduce-person__img video,
.introduce-person__img img {
  display: block;
	margin-top: 1.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}


@media (min-width: 48em) {
  .introduce-person {
    padding: 2.5rem;
  }
	.introduce-person__img {
		margin-left: -2.5rem;
	}

}
@media (min-width: 64em) {
  .introduce-person {
    padding: 5rem;
    border-radius: 1.25rem;
  }
		.introduce-person__img {
		margin-left: -5rem;
	}
  .introduce-person + .introduce-person {
    margin-top: 3.9375rem;
  }
  .introduce-person__text {
    margin-top: 2.5rem;
  }
  .introduce-person__info {
    margin-top: 0.5rem;
  }
}
@media (max-width: 79.99em) {
  .introduce-person {
    padding-bottom: 0;
  }
}
@media (min-width: 80em) {
  .introduce-person {
    margin-top: 4rem;
    padding-right: clamp(21.875rem, 40%, 33.125rem);
  }
  .introduce-person + .introduce-person {
    margin-top: 3.9375rem;
  }
  .introduce-person__text {
    margin-top: 2.5rem;
  }
  .introduce-person__info {
    margin-top: 0.5rem;
  }
  .introduce-person__img {
    max-width: none;
    position: absolute;
    z-index: -1;
    margin-top: 0;
    bottom: 0;
    right: 0;
  }
  .introduce-person--reverse {
    padding-right: 5rem;
    padding-left: clamp(21.875rem, 40%, 33.125rem);
  }
  .introduce-person--reverse .introduce-person__img {
    left: 0;
    right: auto;
		margin-left: 0;
  }
}
.organization {
  padding-inline: 0;
}

.organization .svg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--bg2);
  min-width: 43.75rem;
  border-radius: 1.25rem;
}

.section--bg .organization .svg {
  background-color: var(--white);
}

.governance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.governance-list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 23.75rem;
  flex: 1 1 23.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem;
  border-radius: 1rem;
  background: no-repeat right bottom/auto;
  background-color: var(--bg4);
  background-image: url("/resource/images/about/symbol-bg-sm.svg?v=1770961239863");
}

.governance-list__strong {
  display: block;
  color: var(--primary);
  margin-bottom: auto;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .governance-list__strong {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .governance-list__strong {
    font-size: 1.75rem;
  }
}
@media (min-width: 80em) {
  .governance-list__strong {
    font-size: 2rem;
  }
}
.governance-list__name {
  display: block;
  text-align: right;
  margin-top: sre(16);
  font-size: 1.125rem;
  font-weight: 700;
}

.governance-list__position {
  display: block;
  text-align: right;
  margin-top: sre(4);
  color: var(--gray-600);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .governance-list__position {
    font-size: 1.25rem;
  }
}
@media (min-width: 64em) {
  .governance-list__item {
    padding: 2.5rem;
    border-radius: 1.25rem;
  }
  .governance-list__name {
    margin-top: sre(-12);
    font-size: 1.5rem;
  }
}
@media (min-width: 80em) {
  .governance-list {
    gap: 1.5rem;
  }
  .governance-list__item {
    background-image: url("/resource/images/about/symbol-bg-lg.svg?v=1770961239863");
  }
  .governance-list__name {
    margin-top: sre(-12);
    font-size: 1.5rem;
  }
}
.role-box {
  --pad: 4rem;
}

.role-box + .role-box {
  margin-top: var(--pad);
  padding-top: var(--pad);
  border-top: 1px solid var(--gray-300);
}

.role-box__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .role-box__title {
    font-size: 2rem;
  }
}
@media (min-width: 64em) {
  .role-box__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 80em) {
  .role-box__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 79.99em) {
  .role-box {
    --pad: 3.375rem;
  }
  .role-box__title {
    text-align: center;
  }
}
.role-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.5rem;
}

.role-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  gap: 0.75rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background-color: var(--bg2);
  word-break: keep-all;
}

.role-list__name {
  display: block;
  min-width: 3em;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 80em) {
  .role-list__name {
    font-size: 1.25rem;
  }
}
.role-list__position {
  display: block;
  min-width: 100%;
  color: var(--gray-600);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .role-list__position {
    font-size: 1.125rem;
  }
}
@media (min-width: 48em) {
  .role-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64em) {
  .role-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .role-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 10rem;
    gap: 0;
  }
  .role-list__name {
    margin-bottom: 1.5rem;
  }
  .role-list__position {
    text-align: right;
    margin-top: auto;
  }
}
@media (min-width: 80em) {
  .role-list {
    gap: 1.5rem;
  }
}
@media (min-width: 100em) {
  .role-list {
    gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.image-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.375rem;
}

.image-box__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  background-color: var(--white);
  border: 1px solid var(--gray-200);
}

.image-box__img {
  min-width: 4rem;
  width: 4rem;
  -ms-flex-item-align: 1/1;
  align-self: 1/1;
}

.image-box__strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 80em) {
  .image-box__strong {
    font-size: 1.25rem;
  }
}
.image-box__desc {
  margin: 0.5rem 0 0 0;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .image-box__desc {
    font-size: 1.125rem;
  }
}
@media (min-width: 64em) {
  .image-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 80em) {
  .image-box {
    gap: 1.5rem;
  }
  .image-box__item {
    padding: 2.5rem;
    gap: 1.5rem;
  }
  .image-box__img {
    min-width: 7.5rem;
    width: 7.5rem;
  }
}
.image-line-box {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

.image-line-box__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-line-box__img {
  width: 100%;
  aspect-ratio: 343/208;
  border-radius: 1rem;
  overflow: hidden;
}

.image-line-box__img video,
.image-line-box__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-line-box__text {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.75rem;
  text-align: center;
}

.image-line-box__text::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 2.5rem;
  top: -1.25rem;
  left: 50%;
  background-color: var(--primary);
}

.image-line-box__strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary);
}

@media (min-width: 80em) {
  .image-line-box__strong {
    font-size: 1.25rem;
  }
}
.image-line-box__desc {
  margin: 0.25rem 0 0 0;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-800);
}

@media (min-width: 80em) {
  .image-line-box__desc {
    font-size: 1.125rem;
  }
}
@media (min-width: 48em) {
  .image-line-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 80em) {
  .image-line-box {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .image-line-box__img {
    width: 100%;
    aspect-ratio: 343/208;
    border-radius: 1rem;
    overflow: hidden;
    overflow: hidden;
  }
  .image-line-box__img video,
  .image-line-box__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-line-box__text {
    padding-top: 3.5rem;
  }
  .image-line-box__text::before {
    height: 5rem;
    top: -2.5rem;
  }
  .image-line-box__desc {
    margin-top: 0.5rem;
  }
}
.vision-diagram {
  position: relative;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.vision-diagram .inline-svg-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: block;
}

.vision-diagram__img--01 img {
  display: block;
  margin-inline: auto;
}

.business__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  border: 1px solid var(--gray-200);
  background-color: var(--bg4);
  border-radius: 1rem;
}

.business__item--blue {
  background-color: var(--bg3);
}

.business__head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding-inline: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

.business__img {
  min-width: 3rem;
  width: 3rem;
  aspect-ratio: 1/1;
}

.business__strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 80em) {
  .business__strong {
    font-size: 1.25rem;
  }
}
.business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
  background-color: var(--white);
  border-radius: 0.5rem;
  padding: 1rem;
}

.business__list > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 0.6875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .business__list > li {
    font-size: 1.25rem;
  }
}
.business__list > li::before {
  content: "";
  position: absolute;
  top: calc(0.75em - 2px);
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 100%;
  background-color: var(--gray-900);
}

@media (min-width: 80em) {
  .business__item {
    padding: 2rem;
  }
  .business__head {
    margin-bottom: 1.5rem;
    padding-inline: 1.5rem;
    gap: 1.5rem;
  }
  .business__img {
    min-width: 3.5rem;
    width: 3.5rem;
  }
  .business__list {
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.infrastructure-overview {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem 1rem;
  position: relative;
  z-index: 0;
  border-radius: 1rem;
  overflow: hidden;
}

.infrastructure-overview__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.infrastructure-overview__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.infrastructure-overview__bg img {
  -o-object-position: bottom center;
  object-position: bottom center;
}

@media (min-width: 80em) {
  .infrastructure-overview {
    border-radius: 1.25rem;
    padding: 4rem 1rem;
  }
}
.count-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.count-label + .count-label {
  margin-top: 1rem;
}

.count-label__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
}

.count-label__strong {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 80em) {
  .count-label__strong {
    font-size: 1rem;
  }
}
.count-label__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.25rem;
  margin-block: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary);
}

@media (min-width: 80em) {
  .count-label__desc {
    font-size: 1.125rem;
  }
}
.count-label__num {
  font-size: 2rem;
  color: var(--primary);
  font-family: "SpoqaHanSansNeo", sans-serif, "Segoe UI Emoji";
}

.count-label--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.count-label--box .count-label__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 9.1875rem;
  flex: 0 1 9.1875rem;
  border-radius: 1rem;
  padding: 0.5rem;
  background-color: var(--white);
}

.count-label--box .count-label__strong {
  color: var(--gray-800);
  font-weight: 400;
}

.count-label--box .count-label__desc {
  color: var(--bg1);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 80em) {
  .count-label--box .count-label__desc {
    font-size: 1rem;
  }
}
.count-label--box .count-label__num {
  color: var(--bg1);
  font-size: 1.75rem;
}

@media (min-width: 64em) {
  .count-label + .count-label {
    margin-top: 1.5rem;
  }
  .count-label:not(.count-label--box) .count-label {
    gap: 1.5rem;
  }
  .count-label:not(.count-label--box) .count-label__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
  }
  .count-label:not(.count-label--box) .count-label__num {
    font-size: 3rem;
  }
  .count-label--box .count-label__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 13.75rem;
    flex: 0 1 13.75rem;
    border-radius: 1.25rem;
    padding: 0.75rem 0.75rem 1rem;
  }
  .count-label--box .count-label__num {
    font-size: 2rem;
  }
}
@media (min-width: 80em) {
  .count-label:not(.count-label--box) {
    gap: 3.125rem;
  }
  .count-label:not(.count-label--box) .count-label__item {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    z-index: 1;
  }
  .count-label:not(.count-label--box) .count-label__item:not(:first-child)::before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 1.125rem;
    top: calc(50% - 0.5625rem);
    left: -1.625rem;
    background-color: var(--gray-300);
    z-index: 1;
  }
}
.infrastructure-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

.infrastructure-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1rem;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 1.25rem;
  border: 1px solid var(--gray-300);
  background: var(---white);
}

.infrastructure-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.75rem;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.infrastructure-list__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  color: var(--gray-700);
}

@media (min-width: 80em) {
  .infrastructure-list__title {
    font-size: 1.25rem;
  }
}
.infrastructure-list__strong {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  font-weight: 700;
  color: var(--gray-900);
}

@media (min-width: 48em) {
  .infrastructure-list__strong {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .infrastructure-list__strong {
    font-size: 1.75rem;
  }
}
@media (min-width: 80em) {
  .infrastructure-list__strong {
    font-size: 2rem;
  }
}
.infrastructure-list__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
}

.infrastructure-list__cont > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-800);
}

@media (min-width: 80em) {
  .infrastructure-list__cont > li {
    font-size: 1.125rem;
  }
}
.infrastructure-list__cont > li .icon {
  min-width: 1rem;
  margin-top: 0.25em;
}

@media (min-width: 48em) {
  .infrastructure-list__head {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .infrastructure-list__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
}
@media (min-width: 64em) {
  .infrastructure-list {
    grid-template-columns: repeat(2, 2fr);
  }
  .infrastructure-list__item {
    padding: 2.5rem;
  }
}
@media (min-width: 80em) {
  .infrastructure-list {
    gap: 1.5rem;
  }
  .infrastructure-list__cont > li {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (min-width: 80em) and (min-width: 80em) {
  .infrastructure-list__cont > li {
    font-size: 1.25rem;
  }
}
@media (min-width: 80em) {
  .infrastructure-list__cont > li .icon {
    min-width: 1rem;
    margin-top: 0.45em;
  }
}
.profile-list {
  --gap: 1rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--gap);
}

.profile-list__btn {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  background: var(---white);
  overflow: hidden;
}

.profile-list__img {
  display: block;
  aspect-ratio: 343/376;
  background-color: var(--bg2);
  overflow: hidden;
}

.profile-list__img video,
.profile-list__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-list__text {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0.875rem 3rem 0.875rem 1rem;
  border: 1px solid var(--gray-300);
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.profile-list__text:after {
  content: "\ea28";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  position: absolute;
  right: 1rem;
  width: 2rem;
  top: calc(50% - 1rem);
  aspect-ratio: 1/1;
  background-color: var(--bg2);
  border-radius: 100%;
  font-size: 1.375rem;
  color: var(--gray-900);
}

.profile-list__text:after::before, .profile-list__text:after::after {
  line-height: 1;
}

.profile-list__name {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}

.profile-list__unit {
  display: block;
  font-size: 1rem;
  color: var(--gray-600);
}

.profile-list__cont {
  margin-top: 1.125rem;
  border-top: 2px solid var(--primary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background: var(--bg2);
  display: none;
}

.profile-list__title {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 80em) {
  .profile-list__title {
    font-size: 1.25rem;
  }
}
.profile-list__desc {
  display: block;
}

.profile-list__btn.is-active .profile-list__text {
  color: var(--white);
  background-color: var(--primary);
  border-color: transparent;
}

.profile-list__btn.is-active .profile-list__text:after {
  content: "\ea20";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  background-color: var(--white);
  color: var(--primary);
}

.profile-list__btn.is-active .profile-list__text:after::before, .profile-list__btn.is-active .profile-list__text:after::after {
  line-height: 1;
}

.profile-list__btn.is-active .profile-list__unit {
  color: var(--white);
}

.profile-list__btn.is-active ~ .profile-list__cont {
  display: block;
}

@media (min-width: 48em) {
  .profile-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .profile-list__item .profile-list__cont {
    width: calc(200% + var(--gap));
  }
  .profile-list__item:nth-child(4n-2) .profile-list__cont, .profile-list__item:nth-child(4n) .profile-list__cont {
    margin-left: calc(-100% - var(--gap));
  }
  .profile-list__cont {
    padding: 1.5rem 2.5rem;
  }
}
@media (min-width: 64em) {
  .profile-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .profile-list__item .profile-list__cont {
    width: calc(400% + var(--gap) * 3);
  }
  .profile-list__item:nth-child(4n-1) .profile-list__cont {
    margin-left: calc(-200% - var(--gap) * 2);
  }
  .profile-list__item:nth-child(4n-2) .profile-list__cont {
    margin-left: calc(-100% - var(--gap));
  }
  .profile-list__item:nth-child(4n-3) .profile-list__cont {
    margin-left: 0;
  }
  .profile-list__item:nth-child(4n) .profile-list__cont {
    margin-left: calc(-300% - var(--gap) * 3);
  }
}
@media (min-width: 80em) {
  .profile-list {
    --gap: 1.5rem;
  }
  .profile-list__text {
    padding: 1.5rem 2rem;
  }
  .profile-list__text::after {
    width: 2.5rem;
    height: 2.5rem;
  }
  .profile-list__name {
    font-size: 1.5rem;
  }
  .profile-list__unit {
    font-size: 1.125rem;
  }
  .profile-list__cont {
    margin-top: 1.625rem;
    padding: 2.5rem 4rem;
  }
  .profile-list__title {
    margin-bottom: 1rem;
  }
  .profile-list__desc {
    font-size: 1.125rem;
  }
}
.grid-box {
  margin-top: 2rem;
  padding-block: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 1.25rem;
  background: center/1rem 1rem;
  background-image: url("/resource/images/about/ci-grid.svg?v=1770961239863");
  border-radius: 1.25rem;
  background-color: var(--white);
  border: 1px solid var(--gray-300);
}

@media (min-width: 80em) {
  .grid-box {
    margin-top: 2.5rem;
  }
}
.ci-box {
  padding: 2rem 1rem;
  border-radius: 1.25rem;
  background: var(--bg2);
}

.ci-box .grid-box {
  margin: 0;
  padding-block: 7.3125rem;
}

@media (min-width: 64em) {
  .ci-box .grid-box img {
    width: 100%;
    max-width: 41.75rem;
    aspect-ratio: 668/128;
  }
}
@media (min-width: 48em) {
  .ci-box {
    padding-inline: 1.5rem;
  }
}
.ci-list {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.ci-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.0625rem;
}

@media (min-width: 48em) {
  .ci-list__item {
    padding-inline: 1.5rem;
  }
}
.ci-list__img {
  min-width: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
}

.ci-list__desc {
  display: block;
  position: relative;
}

.ci-list__desc::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 2rem;
  top: calc(50% - 1rem);
  left: -1.0625rem;
  background-color: var(--gray-300);
}

.ci .btn-box {
  max-width: 15.1875rem;
  margin-inline: auto;
  margin-top: 1.5rem;
}

@media (min-width: 80em) {
  .ci-box {
    padding: 5rem;
  }
  .ci-box__pad {
    padding-block: 6rem;
  }
  .ci-list {
    gap: 1.5rem;
  }
  .ci-list__item {
    padding: 1rem 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    gap: 5.125rem;
  }
  .ci-list__img {
    min-width: 4rem;
    width: 4rem;
    height: 4rem;
  }
  .ci-list__desc {
    line-height: 1.7;
  }
  .ci-list__desc::before {
    left: -2.8125rem;
  }
  .ci .btn-box {
    max-width: none;
  }
}
.brand-font {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 20rem;
  flex: 1 1 20rem;
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--bg3);
}

@media (min-width: 48em) {
  .brand-font {
    padding: 1.5rem;
  }
}
.brand-fonts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.brand-font__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.125rem 1rem;
  gap: 1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 1rem;
  background-color: var(--white);
}

.brand-font__box .btn-box {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.brand-font__bottom {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.brand-font__bottom .btn {
  --btn: transparent;
  --btn-text: var(--gray-900);
}

.brand-info {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0.5rem;
  background-color: var(--bg2);
  border-radius: 1.25rem;
}

.brand-info__strong {
  display: block;
  padding: 0.375rem 0.875rem 0.375rem 0.75rem;
  background-color: var(--secondary);
  color: var(--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  border-radius: 3.125rem;
}

@media (min-width: 80em) {
  .brand-info__strong {
    font-size: 1.125rem;
  }
}
.brand-info__list {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-700);
}

@media (min-width: 80em) {
  .brand-info__list {
    font-size: 1.125rem;
  }
}
@media (min-width: 48em) {
  .brand-info {
    padding-inline: 2rem;
  }
}
@media (min-width: 80em) {
  .brand-info {
    margin-top: 2.5rem;
    padding: 2rem 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2.5rem;
  }
  .brand-info__strong {
    padding: 0.5rem 1rem;
  }
  .brand-info__list {
    margin-top: 0;
  }
}
.brand-image {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem;
  background-color: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  z-index: 0;
}

.brand-image__info {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 80em) {
  .brand-image__info {
    font-size: 1rem;
  }
}
.brand-image__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.brand-image__title .num {
  min-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-indent: -0.15em;
  border-radius: 3.125rem;
  color: var(--white);
  background-color: var(--primary);
  font-variant-numeric: lining-nums;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 80em) {
  .brand-image__title .num {
    font-size: 1.125rem;
  }
}
.brand-image__list {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-800);
}

@media (min-width: 80em) {
  .brand-image__list {
    font-size: 1rem;
  }
}
.brand-image__list:last-child {
  margin-bottom: 1.25rem;
}

.brand-image__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.brand-image__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand-image__bg video,
.brand-image__bg img {
  -o-object-position: bottom right;
  object-position: bottom right;
}

.brand-image .btn-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 64em) {
  .brand-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 2rem;
  }
  .brand-image__list {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .brand-image .btn-box {
    margin-top: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 100em) {
  .brand-image {
    padding: 4rem;
  }
}
.music {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-block: 1.5rem;
  border-bottom: 1px solid var(--gray-300);
  border-top: 2px solid var(--gray-900);
}

.music + .music {
  border-top: 0;
}

.music__img {
  aspect-ratio: 1/1;
  width: 100%;
  max-height: 31.25rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.music__img video,
.music__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.music__name {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .music__name {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .music__name {
    font-size: 1.75rem;
  }
}
@media (min-width: 80em) {
  .music__name {
    font-size: 2rem;
  }
}
.music__singer {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-800);
}

@media (min-width: 80em) {
  .music__singer {
    font-size: 1.25rem;
  }
}
.music-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  padding-left: 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-700);
}

@media (min-width: 80em) {
  .music-list {
    font-size: 1.125rem;
  }
}
.music-list > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.music-list__label {
  display: inline-block;
  min-width: 3em;
  font-weight: 700;
}

.music .btn-box {
  max-width: 31.25rem;
  margin-inline: auto;
}

@media (min-width: 64em) {
  .music {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  }
  .music__img {
    max-width: none;
    margin-bottom: 0;
    min-width: 21.375rem;
    width: 21.375rem;
    margin-right: 2.5rem;
  }
  .music__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 56.0625rem;
    min-height: 21.375rem;
  }
  .music-list {
    margin-top: 1.5rem;
    gap: 0;
  }
  .music-list > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 22.5rem;
    flex: 0 1 22.5rem;
  }
  .music .btn-box {
    margin-top: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-width: 100%;
    margin-inline: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (min-width: 100em) {
  .music__img {
    margin-right: 5rem;
  }
}
.about-service-panel {
  counter-reset: step-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.about-service-panel__item {
  counter-increment: step-counter;
  width: 100%;
  border-radius: 1rem;
  background: var(--bg2);
  overflow: hidden;
}

.about-service-panel__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 2rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 1rem 1rem 0 0;
  background: var(--bg2);
  gap: 0.75rem;
  text-align: left;
  word-break: keep-all;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--white);
  background-color: var(--secondary);
}

@media (min-width: 48em) {
  .about-service-panel__btn {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .about-service-panel__btn {
    font-size: 1.75rem;
  }
}
@media (min-width: 80em) {
  .about-service-panel__btn {
    font-size: 2rem;
  }
}
.about-service-panel__btn::before {
  content: "0" counter(step-counter);
  display: block;
}

.about-service-panel__btn:after {
  content: "\ea20";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  aspect-ratio: 1/1;
  background-color: var(--white);
  border-radius: 100%;
  font-size: 1.375rem;
  color: var(--secondary);
  margin-left: auto;
}

.about-service-panel__btn:after::before, .about-service-panel__btn:after::after {
  line-height: 1;
}

.about-service-panel__btn:not(.is-active) {
  background-color: var(--bg2);
  color: var(--gray-800);
}

.about-service-panel__btn:not(.is-active)::before {
  color: var(--gray-500);
}

.about-service-panel__btn:not(.is-active):after {
  content: "\ea28";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  background: var(--secondary);
  color: var(--white);
}

.about-service-panel__btn:not(.is-active):after::before, .about-service-panel__btn:not(.is-active):after::after {
  line-height: 1;
}

.about-service-panel__title {
  text-align: left;
  max-width: calc(100% - 5.625rem);
}

.about-service-panel__desc {
  margin: 0;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-800);
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 80em) {
  .about-service-panel__desc {
    font-size: 1.25rem;
  }
}
.is-active .about-service-panel__desc {
  color: var(--gray-300);
}

.about-service-panel__cont {
  display: none;
}

.is-active + .about-service-panel__cont {
  display: grid;
}

@media (min-width: 80em) {
  .about-service-panel {
    gap: 2rem;
  }
  .about-service-panel__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 1.25rem;
  }
  .about-service-panel__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.5rem;
    border-radius: 1.25rem 1.25rem 0 0;
    gap: 1rem;
  }
  .about-service-panel__btn::after {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    min-width: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .about-service-panel__desc {
    width: flt-content;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .about-service-panel__title {
    width: 35%;
    max-width: 29.375rem;
  }
}
.about-service-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  padding: 1rem;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}

.about-service-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  aspect-ratio: 311/266;
  z-index: 0;
  border-radius: 1rem;
  color: var(--white);
}

.about-service-list__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  z-index: -1;
}

.about-service-list__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-service-list__bg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(177deg, rgba(0, 0, 0, 0) 12.52%, #000 114.07%);
}

[lang=en] .about-service-list__bg::before {
  display: none;
}

.about-service-list__strong {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 80em) {
  .about-service-list__strong {
    font-size: 1.25rem;
  }
}
.about-service-list__desc {
  margin: 0.5rem 0 0 0;
  color: var(--gray-300);
  font-size: 0.8125rem;
}

@media (min-width: 48em) {
  .about-service-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-service-list__desc {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
  }
}
@media (min-width: 48em) and (min-width: 80em) {
  .about-service-list__desc {
    font-size: 1rem;
  }
}
@media (min-width: 80em) {
  .about-service-list {
    margin-top: 0;
    margin-bottom: 0;
    padding: 4rem;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .about-service-list__btn {
    margin-left: sreme(24);
  }
  .about-service-list__item {
    padding: 1.5rem;
  }
  .about-service-list__desc {
    margin: 0.5rem 0 0 0;
  }
}
.about.history .section .section__title {
  margin-bottom: 0;
}

.history-list {
  margin-top: 2rem;
  position: relative;
  display: block;
  z-index: 0;
  clip-path: inset(0 0 calc(var(--pad) * -1) 0);
}

.history-list__head {
  z-index: 1;
  position: sticky;
  top: 2.5rem;
}

.history-list__head .history-list__media {
  position: absolute;
  inset: 0;
}

.history-list__head .history-list__medias {
  position: relative;
  aspect-ratio: 586/396;
  overflow: hidden;
}

.history-list__title {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  color: var(--primary);
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 48em) {
  .history-list__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .history-list__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 80em) {
  .history-list__title {
    font-size: 2rem;
  }
}
.history-list__media {
  position: relative;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  aspect-ratio: 586/396;
}

.history-list__media video,
.history-list__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.history-list__media img {
  border-radius: 1rem;
  overflow: hidden;
}

.history-list__cont {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.history-list__item {
  padding-block: 1px;
}

.history-list__line {
  --line-h: 0%;
  z-index: -2;
  position: absolute;
  width: 1px;
  top: 0;
  bottom: calc(var(--pad) * -1);
  left: 0.25rem;
  background-color: var(--gray-200);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.history-list__line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  height: var(--line-h);
  background-color: var(--primary);
}

.history-list__list {
  margin-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-800);
}

@media (min-width: 80em) {
  .history-list__list {
    font-size: 1.25rem;
  }
}
.history-list__list li {
  position: relative;
  padding-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-list .info {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gray-600);
}

@media (min-width: 80em) {
  .history-list .info {
    font-size: 1rem;
  }
}
.history-list__strong {
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  font-weight: 700;
  color: var(--gray-900);
}

.history-list__text {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.is-active .history-list__text {
  opacity: 1;
}
.history-list__year {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media (min-width: 48em) {
  .history-list__year {
    font-size: 1.625rem;
  }
}
@media (min-width: 64em) {
  .history-list__year {
    font-size: 1.75rem;
  }
}
@media (min-width: 80em) {
  .history-list__year {
    font-size: 2rem;
  }
}
.history-list__year::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: -1.5rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: var(--gray-500);
}
.is-active .history-list__year::before {
  background-color: var(--primary);
}
@media (max-width: 63.99em) {
  .history-list__head {
    position: static;
    text-align: center;
  }
  .history-list__head .history-list__medias {
    display: none !important;
  }
  .history-list__line {
    clip-path: inset(4.6875rem 0 0 0);
  }
  .history-list__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }
  .history-list__media {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: auto;
    aspect-ratio: inherit;
    margin-top: 1rem;
  }
  .history-list__media img {
    height: auto;
    aspect-ratio: 586/396;
  }
  .history-list__media img + img {
    margin-top: 1rem;
  }
}
@media (min-width: 64em) {
  .history-list {
    margin-top: 4.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6.25rem;
    clip-path: inset(-12px 0 calc(var(--pad) * -1) 0);
  }
  .history-list__item:first-of-type {
    margin-top: 2.5rem;
  }
  .history-list__item .history-list__media {
    display: none;
  }
  .history-list__head, .history-list__cont {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    width: 50%;
  }
  .history-list__cont {
    width: 50%;
    word-break: break-all;
  }
  .history-list__head {
    z-index: 1;
    position: sticky;
    top: 120px;
  }
  .history-list__head .history-list__media {
    position: absolute;
    inset: 0;
  }
  .history-list__head .history-list__medias {
    position: relative;
    aspect-ratio: 586/396;
    overflow: hidden;
  }
  .history-list__head .history-list__media img {
    margin-top: 0;
    position: absolute;
    inset: 0;
  }
  .history-list__title {
    margin-bottom: 1.5rem;
  }
  .history-list__media {
    z-index: 1;
    inset: 0;
    overflow: hidden;
    aspect-ratio: 586/396;
  }
  .history-list__media video,
  .history-list__media img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .history-list__media img {
    border-radius: 1rem;
    border-radius: 1rem;
    overflow: hidden;
  }
  .history-list__media img + img {
    margin-top: 1rem;
  }
  .history-list__cont {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .history-list__item {
    padding-bottom: 4.5rem;
  }
  .history-list__item:first-of-type .history-list__text {
    position: relative;
  }
  .history-list__item:first-of-type .history-list__text::before {
    content: "";
    display: block;
    position: absolute;
    bottom: calc(100% + 0.75em - 2rem);
    left: 0;
    right: 0;
    height: 3000px;
    z-index: -1;
    background-color: var(--white);
  }
  .history-list__line {
    left: 50%;
  }
  .history-list__line::after {
    content: "";
    position: absolute;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    top: calc(var(--line-h) - 0.375rem);
    left: -0.25rem;
    border-radius: 100%;
    background-color: var(--primary);
    outline: 4px solid color-mix(in srgb, var(--primary) 30%, transparent);
  }
  .history-list__list {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
  .history-list__list li {
    padding-left: 2.375rem;
    gap: 0.25rem;
  }
  .history-list__text {
    padding-left: 0;
  }
  .history-list__year::before {
    display: none;
  }
}
@media (min-width: 100em) {
  .history-list {
    gap: 16.75rem;
  }
}
br.sm{
	display: none;
}

@media screen and (max-width: 768px) {
    br.sm {
        display: block;
    }
    br.sm_none {
        display: none;
    }
}
.sub-nav { 
	position: relative; 
	width: 100%;
	margin: 0 auto; 
	z-index: 100; 
}
.l-wrap:has(.sub-nav){
	padding-bottom: 4rem;
}
@media (max-width: 768px){
	.l-wrap:has(.sub-nav){
		padding-bottom: 2rem;
	}
}
.sub-nav__list { 
	display: flex; 
	align-items: center;
	justify-content: space-between;
	max-width: 90rem;
	gap: 0.5rem;
	transition: 0.2s;
}
.sub-nav__item { 
	flex: 1; 
	max-width: 230px;
	text-align: center; 
}
.sub-nav__link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.75rem;
	border: 0.0625rem solid #e5e5e5;
	background: #fafafa;
	color: #484848;
	border-radius: 0.5rem;
	font-size: clamp(14px, 1.4vw, 18px); 
	letter-spacing: -1.5px;
	font-weight: 700;
	transition: 0.2s;
	letter-spacing: -1px;
	cursor: pointer;
}
.sub-nav__link[aria-selected="true"] {
  background: #fff; 
	color: #ea3483; 
	font-weight: 700; 
	border: 2px solid #ea3483; 
	position: relative; 
	z-index: 1; 
}

.sub-nav__link:hover { color: #333; background: #fff; }
	
@media screen and (max-width: 768px) {
	.sub-nav {
    position: relative;
  }
	.sub-nav__list { 
		position: absolute; 
			top: 0;
			left: 0;
			right: 0;
			width: 100%;
			align-items: flex-start;
			flex-direction: column; 
			border: 1px solid #ddd; 
			border-radius: .5rem;
			overflow: hidden; 
			height: 3.125rem;
			transition: height 0.3s ease; 
			gap: 0;
			background: #fff;
	}
	.sub-nav__list::after {
		content: '';
		display: block; 
		position: absolute;
		top: 0;
		right: 0;
		width: 3.125rem; 
		height: 3.125rem;
		background: url("/resource/images/about/dropdown.svg") no-repeat center / 1rem;
		pointer-events: none;
		z-index: 1;
		transition: transform 0.3s ease;
  }
	.sub-nav__list.is-open::after {
		background: url("/resource/images/about/dropdown.svg") no-repeat center / 1rem;
    transform: rotate(180deg);
	}
	
	.sub-nav__list.is-open { 
		height: auto; 
	}

	.sub-nav__item { 
		text-align: left; 
		width: 100%; 
		display: none; 
		max-width: none;
	}
	
	.sub-nav__item:has(.sub-nav__link[aria-selected="true"]) { 
		display: block; 
		order: -1; 
	}
	.sub-nav__list.is-open .sub-nav__item { display: block; }
	.sub-nav__link { 
			height: 3.125rem;
			border: none; 
			justify-content: flex-start; 
			padding-left: 1rem;
			padding-right: 2.5rem; 
			font-weight: 400;
			background-color: #fff;
			background-image: none !important; 
	}
	.sub-nav__link[aria-selected="true"] {
		border: none; 
		background-color: #fff;
		color: #333;
		font-weight: 400;
	}
	.sub-nav__list.is-open .sub-nav__link[aria-selected="true"] {
		color: #e5004f;
	}
	.sub-nav__link[aria-selected="true"]{
		font-weight: 400;
	}
}
.content-box {
	display: none; 
	animation: fadeIn 0.3s ease-in-out; 
}
.content-box.show {
  display: block;
}
@keyframes fadeIn {
	from { opacity: 0; transform: translateY(5px); }
	to { opacity: 1; transform: translateY(0); }
}
.promotion-banner {
	background-color: #f6f7f8;
	font-family: 'pretendard';
}
.promotion-banner .inner{
	padding: 5rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.promotion-banner__wrapper {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: stretch; 
	width: 100%;
}
.promotion-banner__media {
	width: 100%;
	position: relative;
	aspect-ratio: 119/68;
	border-radius: 1.25rem;
	overflow: hidden;
	cursor: pointer;
	flex-shrink: 0;
}
.promotion-banner__media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none; 
}
.promotion-banner__iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	display: none;
}
.promotion-banner__media.is-playing .promotion-banner__iframe {
  display: block;
}
.promotion-banner__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 100%;
}
@media (min-width: 1024px) {
	.promotion-banner__wrapper {
		flex-direction: row-reverse;
		justify-content: space-between;
		gap: 3rem;
		align-items: center;
	}
	.promotion-banner__content {
		width: auto;
	}
}
.promotion-banner__logo {
	max-width: 11.25rem;
}
.promotion-banner__heading {
	font-size: clamp(24px, 4vw, 32px);
	line-height: 1.5;
	margin: 2rem 0;
	font-weight: 700;
	text-align: left;
	color: #121212;
	word-break: keep-all;
}
.promotion-banner__cta {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	background-color: #ea3483;
	color: #fff;
	padding: 1rem 2rem;
	border-radius: 1.625rem;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 700;
	transition: transform 0.2s, background-color 0.3s;
}
.promotion-banner__cta:hover {
    background-color: #d0266d;
}

@media (max-width: 768px) {
	.promotion-banner .inner{
		padding: 2rem 0;
	}
	.promotion-banner__media {
		width: 100%;
	}

	.promotion-banner__wrapper {
		gap: 2rem;
	}
	.promotion-banner__play-btn{
		width: 2.3125rem;
	}
	.promotion-banner__logo{
		width: 5.625rem;
	}
}
@media (min-width: 501px) and (max-width: 767px){
.promotion-banner__play-btn{
		width: 4.625rem;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.promotion-banner__media {
		width: 100%;
	}
	.promotion-banner__wrapper {
		gap: 2.5rem;
	}
		.promotion-banner__media {
		flex: 0 0 50%;
	}
	
}
@media (max-width: 1439px){
	.promotion-banner__media{
		flex: 0 0 60%;
	}
	
}
@media (min-width: 1280px) {

}
@media (min-width: 1440px) {
	.promotion-banner__media {
		max-width: 59.5rem;
	}
}

.info-section {
	background-color: #fff;
	padding: 5rem 0;
}
.info-row {
	display: flex;
	flex-direction: column;
	gap: 1.5rem; 
	margin-bottom: 5rem;
}
.info-row:last-child { margin-bottom: 0; }

@media (min-width: 1024px) {
	.info-row {
			flex-direction: row;
			align-items: flex-start;
			gap: 60px; 
	}
}

@media (min-width: 1200px) {
    .info-row {
        gap: clamp(3.75rem, 18.33vw, 22rem); 
    }
}
.info-row__title {
	flex: 0 0 auto; 
	width: auto;
	white-space: nowrap; 
	font-size: clamp(28px, 2.083vw, 40px);
	font-weight: 800;
	margin-bottom: 0;
	color: #000;
}
.info-row__content { flex: 1; width: 100%; }
.purpose-text {
	font-size: 1.125rem; 
	line-height: 1.5;
	color: #121212;
	word-break: keep-all;
	text-align: left;
	margin-bottom: 2.5rem;
	margin-top: 0;
}
.hashtag-group {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
}
.hashtag {
	padding: .375rem .625rem;
	border: 1px solid #ea3483;
	color: #ea3483;
	border-radius: 1rem;
	font-size: .875rem;
	font-weight: 700;
	background-color: #fff;
}
.business-circles {
	display: flex;
  flex-direction: row;
  gap: 0; 
}
@media (max-width: 768px) {
	.info-section{
		padding: 3.5rem 0;
	}
	.info-row__title{ text-align: center;}
	.info-row{
		margin-bottom: 3.5rem;
	}
	.business-circles {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		margin-top: .625rem;
	}
	.purpose-text{ 
		text-align: center;
		margin-bottom: 1rem;
	}
	.hashtag-group{justify-content: center;}
	.circle-item:not(:first-child) {
    margin-top: -1.25rem;
	}
}
.circle-item {
  width: 15.5rem;
  height: 15.5rem;
  border: 1.25rem solid transparent;
  background-image: linear-gradient(#fff, #fff), 
                    linear-gradient(135deg, #FD539C, #EA3483);
  background-origin: border-box;
  background-clip: padding-box, border-box; 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 1;
	aspect-ratio: 1/1;
}
.circle-item:not(:first-child) { margin-left: -1.25rem; }
@media (max-width: 768px) {
	.circle-item{
		margin-left: 0;
		width: 12.5rem;
  	height: 12.5rem;
	}
}
.circle-item__text {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	color: #121212;
	word-break: keep-all;
	letter-spacing: -0.0625rem;
}
.business-content-section {
	padding: 5rem 0;
	background-color: #f6f7f8; 
}
.section-header {
	text-align: left;
	margin-bottom: 2.5rem;
}
.section-header__title {
	font-size: clamp(28px, 2.083vw, 40px);
	font-weight: 800;
	color: #222;
}
.business-content-grid {
	display: grid;
	grid-template-columns: 1fr; 
	gap: 1.25rem;
}
@media (min-width: 1024px) {
		.business-content-grid {
				grid-template-columns: repeat(3, 1fr); 
		}
}
.content-card {
	overflow: hidden; 
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border: .0625rem solid #eee;
	border-radius: 1rem;
	padding: 2.5rem 2rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-card__header {
	margin-bottom: 1.5rem;
}
.content-card__title {
	display: flex;
	align-items: center;
	font-size: clamp(16px, 1.0416vw, 20px);
	font-weight: 700;
	line-height: 1.5;
	gap: 0.5rem;
}
.content-card__title::before {
	content: '';
	display: block;
	width: .375rem;
	height: .375rem;
	background-color: #ea3483;
	border-radius: 50%;
}
.content-card__img-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 0.5rem;
	margin-bottom: 1.5rem;
}

.content-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.content-card:hover .content-card__img {
	transform: scale(1.05);
}

.content-card__body {
	padding: 1.5rem;
	flex: 1; 
	background-color: #fafafa;
	text-align: left;
	border-radius: 0.5rem;
}

.detail-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.detail-item__title {
	font-size: clamp(15px, 0.9375vw, 18px );
	font-weight: 700;
	line-height: 1.5;
	color: #121212;
	margin-bottom: 0.5rem;
	display: block;
	letter-spacing: -0.0625rem;
}

.detail-sub-list {
	list-style: none;
	padding-left: 0;
	color: #121212;
	font-size: clamp(14px, 0.833vw, 16px );
	line-height: 1.5;
}

.detail-sub-list li {
	position: relative;
	display: flex;
	padding-left: .75rem;
	align-items: center;
	gap: .5625rem;
}

.detail-sub-list li::before {
	content: '';
	position: absolute;
	top: .6563rem;
	left: 0;
	display: block;
	width: .1875rem;
	height: .1875rem;
	background-color: #121212;
	border-radius: 50%;
}
.detail-sub-list li:not(:last-child){
	margin-bottom: 0.25rem;
}
@media (max-width: 1280px){
.content-card{
	padding: 1.5rem 1.125rem;
}
}
@media (max-width: 768px) {
	.business-content-section{
		padding: 3.5rem 0;
	}
	.content-card__header{
		margin-bottom: 1rem;
	}
	.section-header{
		margin-bottom: 1.5rem;
	}
	.section-header__title{
		text-align: center;
	}
	.content-card__title{
		font-size: 1.125rem;
	}
	.detail-item__title{
		font-size: 1rem;
	}
	.content-card{
		padding: 1.5rem 1rem;
	}
	.content-card__body{
		padding: 1rem;
	}
	.content-card__title::before{
		width: .25rem;
		height: .25rem;
	}
	.business-content-grid{
		gap: 1rem;
	}
}
.partner-section {
	position: relative;
	background: #fff0f6 url(/resource/images/about/partner-bg.svg) right bottom no-repeat;
	background-size: 32.75rem 20.25rem;
	padding: 5rem 0;
}
.partner-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	z-index: 1;
}
.partner-card {
	box-sizing: border-box;
	width: calc((100% - 40px) / 3); 
	max-width: 15.5rem;
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 15.5rem;
	border-radius: 1.25rem;
	background-color: #fff;
}
.partner-card__icon {
	width: 3.5rem;
	height: 3.5rem;
	margin-bottom: 1rem;
	object-fit: contain;
}
.partner-card__text {
	font-size: clamp(16px, 0.9375vw ,18px );
	color: #121212;
	font-weight: 400;
	line-height: 1.5;
	word-break: keep-all;
	letter-spacing: -0.0625rem;
	margin: 0;
}
@media (max-width: 768px){
	.partner-section {
		padding: 3.5rem 0;
		background-image: url(/resource/images/about/partner-bg_mob.svg);
		background-size: 11.75rem 7.75rem;
	}
	 .partner-list{
		justify-content: center;
		gap: 1rem;
	 }
}