.sub__team__hd {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.sub__team__hd .hd__logo {
  width: 300px;
  height: 73px;
  background: url(/img/logo/symbol.svg) center/contain no-repeat;
  display: block;
  margin: 0 auto 40px;
}
.sub__team__hd .hd__txt {
  border-top: 1px solid #dedede;
}
.sub__team__hd .hd__txt strong {
  font-size: 40px;
  display: block;
  padding: 0.8em 0 0.3em;
}
.sub__team__hd .hd__txt p {
  font-size: 22px;
  line-height: 1.8;
}

.sub__doc {
  padding-bottom: 200px;
}
.sub__doc .team__wrapper {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sub__doc .team__txt {
  font-size: 16px;
}
.sub__doc .team__txt .txt__top {
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.sub__doc .team__txt .txt__top .top__name .name strong {
  font-size: 40px;
}
.sub__doc .team__txt .txt__top .top__name .name span {
  font-size: 24px;
  padding-left: 0.2em;
}
.sub__doc .team__txt .txt__top .team__button {
  width: 180px;
  height: 38px;
  color: #fff;
  background: var(--theme-color);
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub__doc .team__txt .txt__top .team__button::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(/sub/sub-7/img/sub-2/team/rsv-icon.png) center no-repeat;
  display: block;
  margin-right: 0.5em;
}
.sub__doc .team__txt .txt__mid {
  color: transparent;
}
.sub__doc .team__txt .txt__list {
  padding-top: 56px;
  display: flex;
}
.sub__doc .team__txt .txt__list > li:nth-of-type(1) {
  margin-right: 5em;
}
.sub__doc .team__txt .txt__list ul li {
  color: #676767;
  margin-bottom: 0.8em;
  display: flex;
}
.sub__doc .team__txt .txt__list ul li i {
  width: 4px;
  height: 4px;
  background: var(--theme-color);
  display: block;
  margin-right: 0.4em;
  margin-top: 0.7em;
}
.sub__doc .team__txt .txt__list ul li p {
  display: flex;
}
.sub__doc .team__txt .txt__list ul li p span {
  padding-left: 0.3em;
}
.sub__doc .team__txt .txt__en {
  margin-bottom: 18px;
  font-size: 40px;
  color: #dddcdc;
  border-bottom: 1px solid #ddd;
  text-align: right;
}
.sub__doc .team__thumbnail {
  width: 623px;
  display: flex;
  justify-content: space-between;
}
.sub__doc .team__thumbnail img {
  filter: grayscale(10);
  transition: 0.3s;
}
.sub__doc .team__thumbnail img:hover {
  filter: grayscale(0);
}
.sub__doc.--kang .team__txt .txt__mid {
  width: 479px;
  height: 87px;
  background: url(/sub/sub-7/img/sub-2/team/kang-letter.png) center no-repeat;
}
.sub__doc.--yoon .team__wrapper {
  flex-direction: row-reverse;
}
.sub__doc.--yoon .team__txt .txt__mid {
  width: 543px;
  height: 85px;
  background: url(/sub/sub-7/img/sub-2/team/yoon-letter.png) center no-repeat;
}/*# sourceMappingURL=sub-2.min.css.map */

.sub__doc.--na .team__txt .txt__mid {
  width: 530px;
  height: 85px;
  background: url(/sub/sub-7/img/sub-2/team/na-letter.png) left center/contain no-repeat;
}/*# sourceMappingURL=sub-2.min.css.map */