.overview .c-head {
  margin-bottom: 48px;
}

.overview .white-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 60px;
  position: relative;
  z-index: 1;
}

.overview .white-content::before {
  content: "";
  position: absolute;
  width: 1200px;
  height: 517px;
  background: url("../img/page-overview/message-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 770px;
  left: 0;
  z-index: -1;
}

.overview .white-content::after {
  content: "";
  position: absolute;
  width: 681px;
  height: 552px;
  background: url("../img/page-overview/company-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 1720px;
  right: 0;
  z-index: -1;
}

.overview .white-content .side-bar {
  padding: 120px 24px 24px;
  max-width: 224px;
  width: 100%;
  position: sticky;
  top: 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.overview .white-content .side-bar h2 {
  color: #606178;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 1.28px;
  padding-bottom: 10px;
  background-image: linear-gradient(90deg, #3c6e9a 0 12px, transparent 12px 20px, #dfdfe9 0 20px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  margin-bottom: 36px;
}

.overview .white-content .side-bar .side-list li {
  padding-left: 24px;
  position: relative;
}

.overview .white-content .side-bar .side-list li:hover,
.overview .white-content .side-bar .side-list li.active {
  color: #3c6e9a;
}

.overview .white-content .side-bar .side-list li:hover::before,
.overview .white-content .side-bar .side-list li.active::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 9999px;
  opacity: 0.5;
  background: rgba(60, 110, 154, 0.2);
}

.overview .white-content .side-bar .side-list li:hover::after,
.overview .white-content .side-bar .side-list li.active::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 9999px;
  background: #3c6e9a;
}

.overview .white-content .side-bar .side-list li a {
  color: #606178;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  /* 150% */
  letter-spacing: 1.28px;
}

.overview .white-content .side-bar .side-list li a:hover,
.overview .white-content .side-bar .side-list li a.active {
  color: #3c6e9a;
}

.overview .white-content .main {
  max-width: 748px;
  width: 100%;
}

.overview .white-content .main section + section {
  padding-top: 160px;
}

.overview .white-content .main .message .content {
  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;
  gap: 48px;
}

.overview .white-content .main .message .content .texts h3 {
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  /* 15px */
  letter-spacing: 1.28px;
  margin-bottom: 24px;
}

.overview .white-content .main .message .content .texts p + p {
  margin-top: 16px;
}

.overview .white-content .main .message .content .texts p {
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
  /* 25.5px */
  letter-spacing: 1.28px;
}

.overview .white-content .main .message .content .texts .sign {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px 0 0 auto;
}

.overview .white-content .main .message .content .texts .sign h4 {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
  letter-spacing: 1.28px;
}

.overview .white-content .main .message .content .texts .sign .sign-img {
  width: 127px;
  height: auto;
}

.overview .white-content .main .message .content .texts .sign .sign-img img {
  width: 100%;
  height: auto;
}

.overview .white-content .main .message .content .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 320px;
  width: 100%;
}

.overview .white-content .main .message .content .img img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.overview .white-content .main .company table {
  width: 100%;
  border-collapse: collapse;
}

.overview .white-content .main .company table tbody {
  width: 100%;
}

.overview .white-content .main .company table tbody tr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0;
  border-top: 1px solid #dfdfe9;
}

.overview .white-content .main .company table tbody tr:last-child {
  border-bottom: 1px solid #dfdfe9;
}

.overview .white-content .main .company table tbody tr th {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  /* 200% */
  letter-spacing: 1.28px;
  max-width: 230px;
  width: 100%;
}

.overview .white-content .main .company table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  letter-spacing: 1.28px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.overview .white-content .main .company table tbody tr td a {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  /* 200% */
  letter-spacing: 1.28px;
}

.overview .white-content .main .company table tbody tr td .link {
  color: #3c6e9a;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: 26px;
  margin-top: 8px;
}

.overview .white-content .main .company table tbody tr td .link::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #3c6e9a url("../img/common/btn-arrow-white.svg") no-repeat center/10px 10px;
  border-radius: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -34px;
}

.overview .white-content .main .company table tbody tr td .link::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/common/link.svg");
  background-size: cover;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -26px;
}

.overview .white-content .main .company table tbody tr td .mail {
  text-decoration: underline;
}

.overview .white-content .main .member .content {
  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;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 48px;
}

.overview .white-content .main .member .content h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.28px;
  padding-bottom: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 48px;
}

.overview .white-content .main .member .content h3:after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
  height: 15px;
  background: url("../img/page-overview/member-underline.svg") no-repeat left center;
  background-size: auto 15px;
  overflow: hidden;
  mask: -webkit-gradient(linear, left top, right top, from(black), to(black));
  mask: linear-gradient(90deg, black 0%, black 100%);
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(black), to(black));
  -webkit-mask: linear-gradient(90deg, black 0%, black 100%);
}

.overview .white-content .main .member .content .accordion-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 48px;
}

.overview .white-content .main .member .content .accordion-list .item {
  max-width: 350px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overview .white-content .main .member .content .accordion-list .item .img {
  width: 240px;
  height: 240px;
  margin-bottom: 24px;
}

.overview .white-content .main .member .content .accordion-list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}

.overview .white-content .main .member .content .accordion-list .item .info {
  width: 100%;
}

.overview .white-content .main .member .content .accordion-list .item .info .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.overview .white-content .main .member .content .accordion-list .item .info .header h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 1.28px;
  margin: 0;
}

.overview .white-content .main .member .content .accordion-list .item .info .header .toggle {
  width: 24px;
  height: 24px;
  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: 1px solid #3c6e9a;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.overview .white-content .main .member .content .accordion-list .item .info .header .toggle:hover {
  border-color: #3c6e9a;
  background: rgba(60, 110, 154, 0.2);
}

.overview .white-content .main .member .content .accordion-list .item .info .header .toggle span {
  position: absolute;
  background: #3c6e9a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.overview .white-content .main .member .content .accordion-list .item .info .header .toggle span:first-child {
  width: 12px;
  height: 2px;
}

.overview .white-content .main .member .content .accordion-list .item .info .header .toggle span:last-child {
  width: 2px;
  height: 12px;
}

.overview .white-content .main .member .content .accordion-list .item .info .header .toggle.rotated span:last-child {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}

.overview .white-content .main .member .content .accordion-list .item .info .profile {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  padding: 0 12px;
}

.overview .white-content .main .member .content .accordion-list .item .info .profile.active {
  padding-top: 8px;
}

.overview .white-content .main .member .content .accordion-list .item .info .profile p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  /* 153.846% */
  letter-spacing: 1.28px;
  margin: 0;
}

.overview .white-content .main .member .content .accordion-list .item.active .info .header .toggle {
  border-color: #3c6e9a;
  background: #3c6e9a;
}

.overview .white-content .main .member .content .accordion-list .item.active .info .header .toggle span {
  background: #ffffff;
}

@media screen and (max-width: 1152px) {
  .overview .c-head {
    margin-bottom: 12.3076923077vw;
  }

  .overview .white-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    overflow-x: hidden;
  }

  .overview .white-content::before {
    width: 163.4656410256vw;
    height: 62.5538461538vw;
    left: auto;
    right: -47.9487179487vw;
    top: 353.8461538462vw;
  }

  .overview .white-content::after {
    width: 143.5151282051vw;
    height: 103.4646153846vw;
    left: -22.2325641026vw;
    top: 589.7435897436vw;
  }

  .overview .white-content .side-bar {
    padding: 0;
    max-width: 64.1025641026vw;
    position: static;
  }

  .overview .white-content .side-bar h2 {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    letter-spacing: 0.3282051282vw;
    padding-bottom: 2.5641025641vw;
    margin-bottom: 9.2307692308vw;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3c6e9a), color-stop(3.0769230769vw, transparent), color-stop(0, #dfdfe9));
    background-image: linear-gradient(90deg, #3c6e9a 0 3.0769230769vw, transparent 3.0769230769vw 5.1282051282vw, #dfdfe9 0 5.1282051282vw);
    background-size: 100% 0.5128205128vw;
    background-position: bottom;
    margin-bottom: 9.2307692308vw;
  }

  .overview .white-content .side-bar .side-list li {
    padding-left: 6.1538461538vw;
  }

  .overview .white-content .side-bar .side-list li:hover::before,
  .overview .white-content .side-bar .side-list li.active::before {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }

  .overview .white-content .side-bar .side-list li:hover::after,
  .overview .white-content .side-bar .side-list li.active::after {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    left: 0.8974358974vw;
  }

  .overview .white-content .side-bar .side-list li a {
    font-size: 3.5897435897vw;
    line-height: 5.3846153846vw;
    letter-spacing: 0.3282051282vw;
  }

  .overview .white-content .main {
    max-width: 100%;
  }

  .overview .white-content .main section + section {
    padding-top: 41.0256410256vw;
  }

  .overview .white-content .main .message .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 12.3076923077vw;
  }

  .overview .white-content .main .message .content .texts h3 {
    font-size: 3.8461538462vw;
    letter-spacing: 0.3282051282vw;
    margin-bottom: 6.1538461538vw;
  }

  .overview .white-content .main .message .content .texts p + p {
    margin-top: 4.1025641026vw;
  }

  .overview .white-content .main .message .content .texts p {
    font-size: 3.8461538462vw;
    line-height: 6.5384615385vw;
    letter-spacing: 0.3282051282vw;
  }

  .overview .white-content .main .message .content .texts .sign h4 {
    font-size: 3.5897435897vw;
    line-height: 6.1025641026vw;
    letter-spacing: 0.3282051282vw;
  }

  .overview .white-content .main .message .content .texts .sign .sign-img {
    width: 32.5641025641vw;
  }

  .overview .white-content .main .message .content .img {
    max-width: 61.5384615385vw;
  }

  .overview .white-content .main .message .content .img img {
    border-radius: 6.1538461538vw;
  }

  .overview .white-content .main .company table tbody tr:last-child {
    border-bottom: none;
  }

  .overview .white-content .main .company table tbody tr.business {
    padding-bottom: 25.641025641vw;
  }

  .overview .white-content .main .company table tbody tr th {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    letter-spacing: 0.3282051282vw;
    max-width: 32.0512820513vw;
  }

  .overview .white-content .main .company table tbody tr td {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    letter-spacing: 0.3282051282vw;
  }

  .overview .white-content .main .company table tbody tr td a {
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
    letter-spacing: 0.3282051282vw;
  }

  .overview .white-content .main .company table tbody tr td .link {
    margin-right: 6.6666666667vw;
    margin-top: 2.0512820513vw;
    position: absolute;
    width: 69.2307692308vw;
    left: 14.6153846154vw;
  }

  .overview .white-content .main .company table tbody tr td .link::before {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
    left: -8.7179487179vw;
    background-size: 2.5641025641vw 2.5641025641vw;
    border-radius: 1.5384615385vw;
  }

  .overview .white-content .main .company table tbody tr td .link::after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
    right: -6.6666666667vw;
  }

  .overview .white-content .main .member .content {
    gap: 12.3076923077vw;
  }

  .overview .white-content .main .member .content h3 {
    font-size: 6.1538461538vw;
    letter-spacing: 0.3282051282vw;
    margin-bottom: 12.3076923077vw;
    padding-bottom: 2.3076923077vw;
  }

  .overview .white-content .main .member .content h3:after {
    bottom: -2.3076923077vw;
    height: 3.8461538462vw;
    background-size: auto 3.8461538462vw;
  }

  .overview .white-content .main .member .content .accordion-list {
    gap: 12.3076923077vw;
  }

  .overview .white-content .main .member .content .accordion-list .item {
    max-width: 89.7435897436vw;
  }

  .overview .white-content .main .member .content .accordion-list .item .img {
    width: 61.5384615385vw;
    height: 61.5384615385vw;
    margin-bottom: 5.1282051282vw;
  }

  .overview .white-content .main .member .content .accordion-list .item .info .header {
    margin-bottom: 4.1025641026vw;
  }

  .overview .white-content .main .member .content .accordion-list .item .info .header h4 {
    font-size: 4.6153846154vw;
    line-height: 7.1794871795vw;
    letter-spacing: 0.3282051282vw;
  }

  .overview .white-content .main .member .content .accordion-list .item .info .header .toggle {
    width: 6.1538461538vw;
    height: 6.1538461538vw;
  }

  .overview .white-content .main .member .content .accordion-list .item .info .header .toggle span:first-child {
    width: 3.0769230769vw;
    height: 0.5128205128vw;
  }

  .overview .white-content .main .member .content .accordion-list .item .info .header .toggle span:last-child {
    width: 0.5128205128vw;
    height: 3.0769230769vw;
  }

  .overview .white-content .main .member .content .accordion-list .item .info .profile {
    padding: 0vw 3.0769230769vw;
  }

  .overview .white-content .main .member .content .accordion-list .item .info .profile.active {
    padding-top: 2.0512820513vw;
  }

  .overview .white-content .main .member .content .accordion-list .item .info .profile p {
    font-size: 3.3333333333vw;
    line-height: 5.1282051282vw;
    letter-spacing: 0.3282051282vw;
  }
}
/*# sourceMappingURL=page-overview.css.map */