@charset "UTF-8";
#about {
  word-break: normal;
}
#about .contents {
  padding: 140rem 0;
}
#about .about-highlight-band {
  padding: 100rem 0;
}
#about .about-highlight-band .band-title {
  text-align: center;
}
#about .about-highlight-band .max-width {
  display: flex;
  flex-direction: column;
  gap: 40rem;
}
#about .about-highlight-band .max-width .card {
  background: #fff;
  border-radius: var(--edm-radius4);
  isolation: isolate;
  box-shadow: 0 4rem 12rem 0 rgba(0, 0, 0, 0.08);
  padding: 50rem;
  text-align: center;
}
#about .about-highlight-band .max-width .card .tit {
  font: var(--edm-f-h4);
  font-weight: 600;
  letter-spacing: var(--edm-f-h4-ls);
  color: var(--edm-brand-blue);
  margin-bottom: 24rem;
}
#about .about-highlight-band .max-width .card .article-title {
  font-size: 30rem;
  letter-spacing: -0.6rem;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 16rem;
}
#about .about-highlight-band .max-width .card .article-subTitle {
  font: var(--edm-f-h5);
  font-weight: 400;
  letter-spacing: var(--edm-f-h5-ls);
  color: var(--edm-color-text-4);
  margin-top: 0;
}
#about .about-highlight-band .max-width .card .band-card-body {
  font-weight: 400;
  letter-spacing: var(--edm-f-body1-ls);
}
#about .about-highlight-band .max-width .card .band-card-body b {
  font-weight: 600;
}
#about .about-highlight-band--mint {
  background: linear-gradient(97deg, #D2FDFF 0.28%, #DBFFE0 99.72%);
}
#about .about-highlight-band--cream {
  background: linear-gradient(-28deg, #FFF9D7 0.32%, #FFEFDD 100%);
}
#about.philosophy .contents > section + section {
  margin-top: 0;
}
#about.philosophy .section-tit {
  font: var(--edm-f-h4);
  font-weight: 700;
  letter-spacing: var(--edm-f-h4-ls);
  color: var(--edm-brand-blue);
  margin-bottom: 40rem;
}
#about.philosophy .core-value {
  background: #fff;
  padding: 0 0 70rem;
}
#about.philosophy .core-value .value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40rem;
}
#about.philosophy .core-value .value-grid .value-card {
  background: #fff;
  box-shadow: 0 0 0 1px var(--edm-color-border-blue), var(--edm-sd-blue-1);
  border-radius: var(--edm-radius4);
  isolation: isolate;
  padding: 50rem;
}
#about.philosophy .core-value .value-grid .value-card .card-head {
  margin-bottom: 40rem;
}
#about.philosophy .core-value .value-grid .value-card .article-title {
  font: 600 30rem/1.3 Pretendard;
  letter-spacing: -0.6rem;
  margin-bottom: 12rem;
}
#about.philosophy .core-value .value-grid .value-card .article-subTitle {
  font: var(--edm-f-h5);
  font-weight: 400;
  letter-spacing: var(--edm-f-h5-ls);
  color: var(--edm-color-text-4);
  margin-top: 0;
}
#about.philosophy .core-value .value-grid .value-card .card-body {
  font: var(--edm-f-body1);
  font-weight: 400;
  letter-spacing: var(--edm-f-body1-ls);
  color: var(--edm-color-text-2);
}
#about.philosophy .ci {
  background: #fff;
  padding: 60rem 0 0;
}
#about.philosophy .ci .ci-intro {
  margin-bottom: 70rem;
}
#about.philosophy .ci .ci-intro .article-title {
  font: 600 30rem/1.3 Pretendard;
  letter-spacing: -0.6rem;
  margin-bottom: 24rem;
}
#about.philosophy .ci .ci-body {
  font: var(--edm-f-h4);
  letter-spacing: var(--edm-f-h4-ls);
  font-weight: 400;
  color: var(--edm-color-text-2);
}
#about.philosophy .ci .ci-visual {
  margin-bottom: 70rem;
}
#about.philosophy .ci .ci-img {
  width: 100%;
  max-width: 830rem;
  height: auto;
  border-radius: var(--edm-radius3);
  isolation: isolate;
  box-shadow: var(--edm-sd-blue-2);
  object-fit: cover;
}
#about.philosophy .ci .color-tit {
  font: 600 30rem/1.5 Pretendard;
  letter-spacing: -0.3rem;
  margin-bottom: 24rem;
}
#about.philosophy .ci .color-swatches {
  max-width: 1020rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: var(--edm-radius3);
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 0 0 1px var(--edm-color-border-neutral);
}
#about.philosophy .ci .color-swatch {
  padding: 40rem 32rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  justify-content: flex-end;
}
#about.philosophy .ci .color-swatch.--green {
  background: #6bba2a;
  color: #fff;
}
#about.philosophy .ci .color-swatch.--black {
  background: #3e3a39;
  color: #fff;
}
#about.philosophy .ci .color-swatch.--white {
  background: #fff;
  border-left: 1px solid var(--edm-color-border-neutral);
}
#about.philosophy .ci .color-swatch.--white .swatch-name {
  font-weight: 700;
}
#about.philosophy .ci .color-swatch.--white .swatch-hex {
  font-weight: 400;
  color: var(--edm-color-text-2);
}
#about.philosophy .ci .swatch-name {
  font: var(--edm-f-body1);
  font-weight: 600;
  letter-spacing: var(--edm-f-body1-ls);
}
#about.philosophy .ci .swatch-hex {
  font: var(--edm-f-body2);
  font-weight: 300;
  letter-spacing: var(--edm-f-body2-ls);
  display: flex;
  gap: 12rem;
}
#about.organization .contents {
  padding-top: 100rem;
}
#about.organization .org-structure .org-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24rem;
}
#about.organization .org-structure .org-grid .org-card {
  background: #fff;
  box-shadow: 0 0 0 1px var(--edm-color-border-blue), var(--edm-sd-blue-1);
  border-radius: var(--edm-radius4);
  isolation: isolate;
  padding: 40rem;
}
#about.organization .org-structure .org-grid .org-card .card-tit {
  display: flex;
  gap: 12rem;
  align-items: center;
  margin-bottom: 24rem;
}
#about.organization .org-structure .org-grid .org-card .card-tit .icon-wrap {
  flex-shrink: 0;
  width: 36rem;
  height: 36rem;
  border-radius: var(--edm-radiusFull);
  isolation: isolate;
  background: var(--edm-brand-primary);
}
#about.organization .org-structure .org-grid .org-card .card-tit .tit {
  font: var(--edm-f-h3);
  font-weight: 600;
  letter-spacing: var(--edm-f-h3-ls);
  margin: 0;
}
#about.organization .org-structure .org-grid .org-card .card-body {
  font: var(--edm-f-body1);
  font-weight: 400;
  letter-spacing: var(--edm-f-body1-ls);
  color: var(--edm-color-text-2);
  margin-bottom: 24rem;
}
#about.organization .org-structure .org-grid .org-card .card-list {
  font: var(--edm-f-body2);
  font-weight: 400;
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-3);
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#about.organization .org-structure .org-grid .org-card .card-list li {
  position: relative;
  padding-left: 8rem;
  margin-bottom: 0;
}
#about.organization .org-structure .org-grid .org-card .card-list li::before {
  content: "·";
  position: absolute;
  left: 0;
}
#about.history .history-timeline {
  display: flex;
  gap: 88rem;
  align-items: flex-start;
}
#about.history .history-timeline .history-sticky {
  position: sticky;
  top: 140rem;
  flex-shrink: 0;
  width: 506rem;
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
#about.history .history-timeline .history-sticky .history-year-num {
  font: 600 50rem/1.3 Pretendard;
  letter-spacing: -1rem;
  background: linear-gradient(90deg, #0086FA 0%, #01D29C 21.94%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  height: 65rem;
}
#about.history .history-timeline .history-sticky .history-sticky-img-wrap {
  border-radius: 16rem;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  height: 232rem;
}
#about.history .history-timeline .history-scroll {
  flex: 1;
  min-width: 0;
  padding-top: 65rem;
}
#about.history .history-timeline .history-scroll .history-list {
  display: flex;
  flex-direction: column;
  gap: 100rem;
  margin-top: 24rem;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group {
  position: relative;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group::before {
  content: "";
  position: absolute;
  left: -46rem;
  top: 24rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  isolation: isolate;
  background: linear-gradient(90deg, #0086FA 0%, #01D29C 100%);
  z-index: 1;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group::after {
  content: "";
  position: absolute;
  top: 24rem;
  left: -41rem;
  width: 1px;
  height: calc(100% - 24rem);
  background: var(--edm-color-border-blue);
  z-index: 0;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group + .history-year-group {
  margin-top: 0;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group + .history-year-group::after {
  top: -100rem;
  height: calc(100% + 100rem);
}
#about.history .history-timeline .history-scroll .history-list .history-year-group:last-child {
  margin-bottom: 122rem;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group:last-child::after {
  height: calc(100% + 100rem - 74rem);
}
#about.history .history-timeline .history-scroll .history-list .history-year-group .history-item {
  background: #fff;
  box-shadow: 0 0 0 1px var(--edm-color-border-blue), var(--edm-sd-blue-1);
  border-radius: var(--edm-radius3);
  isolation: isolate;
  padding: 24rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group .history-item.current .history-body {
  font-weight: 600;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group .history-item + .history-item {
  margin-top: 16rem;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group .history-item .history-month {
  font: var(--edm-f-h5);
  font-weight: 600;
  letter-spacing: var(--edm-f-h5-ls);
}
#about.history .history-timeline .history-scroll .history-list .history-year-group .history-item .history-body {
  font: var(--edm-f-body2);
  font-weight: 400;
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
}
#about.history .history-timeline .history-scroll .history-list .history-year-group .history-item .history-body b {
  font-weight: 600;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group .history-item .history-body ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group .history-item .history-body li {
  position: relative;
  padding-left: 12rem;
  margin-bottom: 0;
}
#about.history .history-timeline .history-scroll .history-list .history-year-group .history-item .history-body li::before {
  content: "•";
  position: absolute;
  left: 0;
}
#about.social-contribution .contents {
  padding-top: 100rem;
}
#about.social-contribution .contents .titleWrap {
  margin-bottom: 40rem;
}
#about.social-contribution .contents .contribution-areas .area-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24rem;
}
#about.social-contribution .contents .contribution-areas .area-grid .area-card {
  background: #fff;
  box-shadow: 0 0 0 1px var(--edm-color-border-blue), var(--edm-sd-blue-1);
  border-radius: var(--edm-radius3);
  isolation: isolate;
  overflow: hidden;
}
#about.social-contribution .contents .contribution-areas .area-grid .area-card .imgWrap {
  position: relative;
  width: 100%;
  padding-top: 50.2%;
  overflow: hidden;
  border-radius: var(--edm-radius3) var(--edm-radius3) 0 0;
  isolation: isolate;
}
#about.social-contribution .contents .contribution-areas .area-grid .area-card .imgWrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about.social-contribution .contents .contribution-areas .area-grid .area-card .textWrap {
  padding: 24rem;
  display: flex;
  flex-direction: column;
  gap: 12rem;
}
#about.social-contribution .contents .contribution-areas .area-grid .area-card .textWrap .tit {
  font: var(--edm-f-h5);
  font-weight: 600;
  letter-spacing: var(--edm-f-h5-ls);
}
#about.social-contribution .contents .contribution-areas .area-grid .area-card .textWrap .card-list {
  font: var(--edm-f-body2);
  font-weight: 400;
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
}
#about.social-contribution .contents .contribution-areas .area-grid .area-card .textWrap .card-list li {
  position: relative;
  padding-left: 8rem;
  margin-bottom: 0;
}
#about.social-contribution .contents .contribution-areas .area-grid .area-card .textWrap .card-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: inherit;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop {
  display: block;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop .detail-table {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 720rem;
  border-left: none;
  border-right: none;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop .detail-table .row {
  display: grid;
  grid-template-columns: 20% 20% 60%;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop .detail-table .cell {
  padding: 12rem 16rem;
  border-right: 1px solid var(--edm-color-border-neutral);
  font: var(--edm-f-body2);
  font-weight: 400;
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop .detail-table .cell.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop .detail-table .cell:last-child {
  border-right: 0;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop .detail-table .row--head .cell {
  background-color: #f5f5f7;
  border-bottom: 1px solid var(--edm-color-border-neutral);
  font-weight: 600;
  min-height: 48rem;
  text-align: center;
  border-right: none;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop .detail-table .row--body {
  border-bottom: 1px solid var(--edm-color-border-neutral);
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop .detail-table .cell.center {
  text-align: center;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop .detail-table .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop .detail-table .list li {
  margin: 0;
  padding: 0;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__mobile {
  display: none;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__mobile .detail-table-mo {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--edm-color-text-1);
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__mobile .detail-table-mo__row {
  display: grid;
  grid-template-columns: minmax(49rem, max-content) 1fr;
  min-width: 0;
  align-items: stretch;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__mobile .detail-table-mo__label {
  background-color: #f5f5f7;
  border-right: 1px solid var(--edm-color-border-neutral);
  border-bottom: 1px solid var(--edm-color-border-neutral);
  padding: 8rem 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16rem;
  font-weight: 600;
  letter-spacing: -0.16rem;
  line-height: 1.5;
  box-sizing: border-box;
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__mobile .detail-table-mo__label--stack {
  line-height: 1.5;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__mobile .detail-table-mo__value {
  border-bottom: 1px solid var(--edm-color-border-neutral);
  padding: 8rem 12rem;
  font: var(--edm-f-body2);
  font-weight: 400;
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
  min-width: 0;
  box-sizing: border-box;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__mobile .detail-table-mo__value .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#about.social-contribution .contents .contribution-detail .detail-table-wrap__mobile .detail-table-mo__value .list li {
  margin: 0;
  padding: 0;
}
#about.social-contribution .contents .contribution-sharing .btn-more-wrap {
  margin-top: 60rem;
  text-align: center;
}
#about.location-branch #branch-nav .list ul {
  flex-wrap: nowrap;
  justify-content: space-between;
}
#about.location-branch #branch-nav .list ul li + li {
  margin-left: 0;
}
#about.location-branch .contents {
  padding-top: 100rem;
}
#about.location-branch .contents .branch-i18n-root.is-lang-ko .i18n-en {
  display: none !important;
}
#about.location-branch .contents .branch-i18n-root.is-lang-en .i18n-ko {
  display: none !important;
}
#about.location-branch .contents .branch-i18n-root.is-lang-en .branch-transport:not(.has-bus-en) {
  display: none !important;
}
#about.location-branch .contents .branch-i18n-root.is-lang-ko .branch-map-layer--en {
  display: none !important;
}
#about.location-branch .contents .branch-i18n-root.is-lang-en .branch-map-layer--ko {
  display: none !important;
}
#about.location-branch .contents .location-branch-info .branch-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16rem;
  margin-bottom: 40rem;
}
#about.location-branch .contents .location-branch-info .branch-head .location-branch-title {
  font: var(--edm-f-h1);
  letter-spacing: var(--edm-f-h1-ls);
  margin: 0;
  max-width: 720rem;
}
#about.location-branch .contents .location-branch-info .branch-head .lang-toggle {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
}
#about.location-branch .contents .location-branch-info .branch-head .lang-toggle .lang-toggle__btn {
  box-sizing: border-box;
  height: 32rem;
  padding: 0 8rem;
  font: var(--edm-f-detail);
  letter-spacing: var(--edm-f-detail-ls);
  font-weight: 400;
  box-shadow: 0 0 0 1px var(--edm-color-text-1);
  background: #fff;
  cursor: pointer;
  border-radius: 0;
  isolation: isolate;
  line-height: 32rem;
}
#about.location-branch .contents .location-branch-info .branch-head .lang-toggle .lang-toggle__btn:first-child {
  border-radius: var(--edm-radius1) 0 0 var(--edm-radius1);
  isolation: isolate;
  border-right: 0;
}
#about.location-branch .contents .location-branch-info .branch-head .lang-toggle .lang-toggle__btn:last-child {
  border-radius: 0 var(--edm-radius1) var(--edm-radius1) 0;
  isolation: isolate;
}
#about.location-branch .contents .location-branch-info .branch-head .lang-toggle .lang-toggle__btn.is-active {
  background: var(--edm-color-text-1);
  color: #fff;
  border-color: var(--edm-color-text-1);
  font-weight: 300;
}
#about.location-branch .contents .location-branch-info .branch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24rem;
  align-items: start;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-map {
  height: 100%;
  min-height: 380rem;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-map .map {
  border-radius: var(--edm-radius4);
  isolation: isolate;
  overflow: hidden;
  box-shadow: 0 0 0 1px var(--edm-color-border-blue), var(--edm-sd-blue-1);
  height: 100%;
  min-height: 380rem;
  position: relative;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-map .map .branch-naver-map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-map .map iframe:not(.branch-map-google-iframe) {
  width: 300%;
  height: 300%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-map .map .branch-map-static {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-map .map .branch-naver-map:not([hidden]) {
  width: 100%;
  min-height: 320rem;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-map .map .branch-map-google-iframe {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  object-fit: initial;
  width: 100%;
  min-height: 320rem;
  height: 100%;
  border: 0;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-map .map .branch-map-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-map .map .branch-map-layer--ko .branch-map-placeholder {
  width: 100%;
  height: 100%;
  min-height: 320rem;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info {
  font: var(--edm-f-body2);
  font-weight: 400;
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-address-box {
  background: #f5f5f7;
  border-radius: var(--edm-radius3);
  isolation: isolate;
  padding: 16rem;
  display: flex;
  flex-direction: column;
  gap: 16rem;
  margin-bottom: 24rem;
  font: var(--edm-f-body1);
  font-weight: 600;
  letter-spacing: var(--edm-f-body1-ls);
  color: var(--edm-color-text-1);
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-address-box .branch-actions {
  display: flex;
  gap: 12rem;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-address-box .branch-actions .branch-copy {
  background-color: #E2E2E5;
  color: var(--edm-color-text-2);
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-address-box .branch-actions .branch-copy i {
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmedu.com/common/copy-icon-16.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block + .branch-meta__block {
  margin-top: 16rem;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block.public-transport {
  width: 100%;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-meta__line .branch-meta__sep {
  color: var(--edm-color-text-4);
  margin: 0;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-meta__tit {
  font: var(--edm-f-body1);
  letter-spacing: var(--edm-f-body1-ls);
  font-weight: 600;
  color: var(--edm-color-text-1);
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway .subway-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24rem;
  height: 24rem;
  padding: 0 6rem;
  border-radius: var(--edm-radiusFull);
  isolation: isolate;
  font: var(--edm-f-detail);
  letter-spacing: var(--edm-f-detail-ls);
  font-weight: 300;
  color: #fff;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway .subway-badge.subway-line--1 {
  background: #f0602f;
  font-weight: 700;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway .subway-badge.subway-line--1-daegu {
  background: #e51e6e;
  font-weight: 700;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway .subway-badge.subway-line--2 {
  background: var(--edm-brand-primary);
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway .subway-badge.subway-line--shinbundang {
  background: #cd1c37;
  height: auto;
  min-height: 24rem;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway .branch-subway__detail {
  font: var(--edm-f-body2);
  font-weight: 400;
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
  flex: 1 1 200rem;
  min-width: 0;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway--stacked:not(.branch-subway--stacked-en) {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  align-items: flex-start;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway--stacked:not(.branch-subway--stacked-en) .branch-subway__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
  width: 100%;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway--stacked-en {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8rem;
  width: 100%;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway--stacked-en .branch-subway__row--en {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway--stacked-en .branch-subway__row--en-gap {
  margin-top: 8rem;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway--stacked-en .branch-subway__detail--inline {
  flex: 1 1 auto;
  min-width: 0;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway--stacked-en p {
  margin: 0;
  font: var(--edm-f-body2);
  font-weight: 400;
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway--stacked-en p + p {
  margin-top: 8rem;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24rem;
  align-items: start;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta .branch-meta__block + .branch-meta__block {
  margin-top: 0;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-divider {
  border: none;
  border-top: 1px solid var(--edm-color-border-neutral);
  margin: 16rem 0;
  width: 100%;
}
#about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-transport {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 16rem;
}
#about.location-branch .contents .location-branch-info .branch-bus__body {
  margin: 0;
  word-break: keep-all;
}
#about.location-branch .contents .location-branch-info.is-lang-en .branch-grid .branch-info .branch-meta__block .branch-subway {
  flex-wrap: wrap;
}
#about.location-branch .contents .location-branch-info.is-lang-en .branch-grid .branch-info .branch-meta__block .branch-subway .branch-subway__detail {
  width: 100%;
  flex: initial;
}
#about.location-branch .contents .location-gallery {
  margin-top: 44rem;
}
#about.location-branch .contents .location-gallery .slideWrap {
  width: 100%;
}
#about.location-branch .contents .location-gallery .slideWrap .slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#about.location-branch .contents .location-gallery .slideWrap .slide .swiper-slide {
  border-radius: var(--edm-radius3);
  isolation: isolate;
  overflow: hidden;
  height: auto;
}
#about.location-branch .contents .location-gallery .slideWrap .slide .swiper-slide .slide-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: var(--edm-radius3);
  isolation: isolate;
  height: auto;
  padding-top: 60%;
}
#about.location-branch .contents .location-gallery .slideWrap .slide .swiper-slide .slide-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#about.location-branch .contents .location-gallery .slide-navigation {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 28rem;
}
#about.location-branch .contents .location-gallery .slide-navigation.lock {
  visibility: hidden;
}
#about.location-branch.edm-taiwan .contents .location-branch-info .branch-grid .branch-info .branch-divider {
  display: none;
}
#about.location-branch.location-branch--multi .contents .location-branch-section {
  margin-bottom: 140rem;
}
#about.location-branch.location-branch--multi .contents .location-branch-section:last-child {
  margin-bottom: 0;
}
#about.location-branch.location-branch--multi .branch-map .map .branch-map-placeholder {
  width: 100%;
  height: 100%;
  min-height: 380rem;
  background: #f5f5f7;
}
#about.leadership.leaders .contents {
  padding-bottom: 0;
}
#about.leadership.leaders .contents .titleWrap {
  text-align: center;
  margin-bottom: 40rem;
}
#about.leadership.leaders .contents .leaders-profiles .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 100rem;
}
#about.leadership.leaders .contents .leaders-profiles .inner .profile-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 220rem;
}
#about.leadership.leaders .contents .leaders-profiles .inner .profile-item .profile-pic {
  width: 220rem;
  height: auto;
  aspect-ratio: 220/240;
  border-radius: var(--edm-radius4);
  isolation: isolate;
  overflow: hidden;
  margin: 0;
}
#about.leadership.leaders .contents .leaders-profiles .inner .profile-item .profile-meta {
  margin-top: 24rem;
  text-align: center;
  width: 100%;
}
#about.leadership.leaders .contents .leaders-profiles .inner .profile-item .profile-meta .name {
  font: var(--edm-f-h4);
  letter-spacing: var(--edm-f-h4-ls);
  margin-bottom: 8rem;
}
#about.leadership.leaders .contents .leaders-profiles .inner .profile-item .profile-meta .role {
  font-weight: 400;
  letter-spacing: var(--edm-f-body1-ls);
  color: var(--edm-color-text-2);
}
#about.leadership.leaders .contents .about-highlight-band .card {
  box-shadow: var(--edm-sd-neutral-1);
  padding: 60rem 50rem;
}
#about.leadership.leaders .contents .about-highlight-band .card .tit {
  color: #f37900;
  font: var(--edm-f-h3);
  font-weight: 600;
  letter-spacing: var(--edm-f-h3-ls);
  margin-bottom: 12rem;
}
#about.leadership.leaders .contents .leaders-q--culture .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24rem;
  align-items: start;
}
#about.leadership.leaders .contents .leaders-q--culture .inner .box {
  box-shadow: 0 0 0 1px var(--edm-color-border-blue), var(--edm-sd-blue-2);
  border-radius: 16rem;
  isolation: isolate;
  overflow: hidden;
}
#about.leadership.leaders .contents .leaders-q--culture .inner .box.culture-stack {
  display: flex;
  flex-direction: column;
}
#about.leadership.leaders .contents .leaders-q--culture .inner .box.culture-stack .culture-photo {
  width: 100%;
  height: 229rem;
  object-fit: cover;
  display: block;
  overflow: hidden;
}
#about.leadership.leaders .contents .leaders-q--culture .inner .panel {
  padding: 40rem;
  background: #fff;
}
#about.leadership.leaders .contents .leaders-q--culture .inner .panel .name {
  font: var(--edm-f-h5);
  letter-spacing: var(--edm-f-h5-ls);
  margin-bottom: 16rem;
}
#about.leadership.leaders .contents .leaders-q--culture .inner .panel .body {
  font: var(--edm-f-body2);
  font-weight: 400;
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
}
#about.leadership.leaders .contents .leaders-q--culture .inner .culture-col {
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
#about.leadership.leaders .contents .leaders-q--values .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24rem;
}
#about.leadership.leaders .contents .leaders-q--values .inner .card {
  background: #fff;
  border-radius: 16rem;
  isolation: isolate;
  box-shadow: 0 0 0 1px var(--edm-color-border-blue), var(--edm-sd-blue-2);
  padding: 50rem 40rem;
}
#about.leadership.leaders .contents .leaders-q--values .inner .card .quote-mark {
  width: 23rem;
  height: 20rem;
  display: block;
  margin: 0 0 16rem;
  flex-shrink: 0;
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmedu.com/about/leadership/leaders/quote-mark.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#about.leadership.leaders .contents .leaders-q--values .inner .card .tit {
  font: 700 30rem/150% Pretendard;
  letter-spacing: -0.3rem;
  margin-bottom: 12rem;
}
#about.leadership.leaders .contents .leaders-q--values .inner .card .body {
  font: var(--edm-f-body2);
  font-weight: 400;
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
}
#about.leadership.leaders .contents .leaders-q--values .inner .card .name {
  font: var(--edm-f-body2);
  font-weight: 600;
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
  margin-top: 24rem;
}
#about.leadership.leaders .contents .leaders-wide-photo .img {
  width: 100%;
  height: auto;
  border-radius: var(--edm-radius4);
  overflow: hidden;
  isolation: isolate;
  display: block;
}
#about.leadership.leaders .contents .leaders-q--growth .inner {
  display: flex;
  flex-direction: column;
  gap: 24rem;
}
#about.leadership.leaders .contents .leaders-q--growth .inner .panel {
  box-shadow: 0 0 0 1px var(--edm-color-border-blue), var(--edm-sd-blue-2);
  border-radius: 16rem;
  isolation: isolate;
  overflow: hidden;
  padding: 50rem 60rem;
  word-break: normal;
}
#about.leadership.leaders .contents .leaders-q--growth .inner .panel .name {
  font: var(--edm-f-h5);
  font-weight: 600;
  letter-spacing: var(--edm-f-h5-ls);
  margin-bottom: 12rem;
}
#about.leadership.leaders .contents .leaders-q--growth .inner .panel .body {
  font-weight: 400;
  letter-spacing: var(--edm-f-body1-ls);
  color: var(--edm-color-text-2);
}
#about.leadership.leaders .contents .leaders-q--growth .inner .panel .body em {
  color: #f37900;
  font-weight: 600;
}
#about.leadership.leaders .contents .leaders-q--talent {
  background: #fff8df;
  padding: 140rem 0;
}
#about.leadership.leaders .contents .leaders-q--talent .titleWrap {
  margin-bottom: 60rem;
}
#about.leadership.leaders .contents .leaders-q--talent .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24rem;
}
#about.leadership.leaders .contents .leaders-q--talent .inner .card {
  background: #fff;
  border-radius: 16rem;
  isolation: isolate;
  box-shadow: var(--edm-sd-neutral-2);
  padding: 40rem;
  min-height: 376rem;
  width: 100%;
}
#about.leadership.leaders .contents .leaders-q--talent .inner .card .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16rem;
  margin-bottom: 24rem;
}
#about.leadership.leaders .contents .leaders-q--talent .inner .card .head .pic {
  width: 70rem;
  height: 70rem;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#about.leadership.leaders .contents .leaders-q--talent .inner .card .head .name {
  font-weight: 700;
  letter-spacing: var(--edm-f-body1-ls);
}
#about.leadership.leaders .contents .leaders-q--talent .inner .card .lead {
  font: var(--edm-f-h4);
  letter-spacing: var(--edm-f-h4-ls);
  margin-bottom: 16rem;
}
#about.leadership.leaders .contents .leaders-q--talent .inner .card .body {
  font: var(--edm-f-body2);
  font-weight: 400;
  letter-spacing: var(--edm-f-body2-ls);
}
#about.leadership.ceo-message .contents .message-panel .titleWrap {
  margin-bottom: 40rem;
}
#about.leadership.ceo-message .contents .message-panel .titleWrap .article-title {
  font: var(--edm-f-h2);
  letter-spacing: var(--edm-f-h2-ls);
}
#about.leadership.ceo-message .contents .message-panel .message-copy {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
#about.leadership.ceo-message .contents .message-panel .message-copy .message-body {
  word-break: keep-all;
  order: 1;
  width: calc(100% - 267rem);
}
#about.leadership.ceo-message .contents .message-panel .message-copy .message-body p {
  font: 400 19rem/150% Pretendard;
  letter-spacing: -0.19rem;
}
#about.leadership.ceo-message .contents .message-panel .message-copy .message-body p + p {
  margin-top: 31rem;
}
#about.leadership.ceo-message .contents .message-panel .message-copy .message-body p + p.type2 {
  margin-top: 0;
}
#about.leadership.ceo-message .contents .message-panel .message-copy .message-sign {
  margin: 70rem 0 0;
  font: var(--edm-f-h4);
  letter-spacing: var(--edm-f-h4-ls);
  order: 3;
  width: 100%;
}
#about.leadership.ceo-message .contents .message-panel .message-copy .message-photo {
  order: 2;
  width: 267rem;
  height: auto;
}

@media screen and (max-width: 1030px) {
  #about.leadership.ceo-message .contents .message-panel .message-copy .message-body p br {
    display: none;
  }
}
@media (max-width: 991px) {
  #about .contents {
    padding: 60rem 0;
  }
  #about .about-highlight-band {
    padding: 50rem 0 60rem;
  }
  #about .about-highlight-band .max-width {
    gap: 24rem;
  }
  #about .about-highlight-band .max-width .band-title {
    font: var(--edm-f-h1);
    letter-spacing: var(--edm-f-h1-ls);
  }
  #about .about-highlight-band .max-width .card {
    padding: 40rem 16rem;
    border-radius: 16rem;
    isolation: isolate;
    box-shadow: 0 4rem 12rem 0 rgba(0, 0, 0, 0.08);
  }
  #about .about-highlight-band .max-width .card .tit {
    text-align: center;
    margin-bottom: 12rem;
  }
  #about .about-highlight-band .max-width .card .article-title {
    font: var(--edm-f-h2);
    font-weight: 600;
    letter-spacing: var(--edm-f-h2-ls);
    margin-bottom: 12rem;
  }
  #about.philosophy .core-value {
    padding: 0 0 50rem;
  }
  #about.philosophy .core-value .section-tit {
    font-weight: 500;
    margin-bottom: 16rem;
  }
  #about.philosophy .core-value .value-grid {
    flex-direction: column;
    gap: 16rem;
  }
  #about.philosophy .core-value .value-grid .value-card {
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 40rem 24rem;
    border-radius: var(--edm-radius4);
    isolation: isolate;
    box-shadow: var(--edm-sd-blue-2);
  }
  #about.philosophy .core-value .value-grid .value-card .card-head {
    margin-bottom: 24rem;
  }
  #about.philosophy .core-value .value-grid .value-card .article-title {
    font: var(--edm-f-h2);
    font-weight: 600;
    letter-spacing: var(--edm-f-h2-ls);
    margin-bottom: 8rem;
  }
  #about.philosophy .core-value .value-grid .value-card .article-subTitle {
    color: var(--edm-color-text-3);
  }
  #about.philosophy .ci {
    padding: 50rem 0 0;
  }
  #about.philosophy .ci .section-tit {
    font-weight: 500;
    margin-bottom: 16rem;
  }
  #about.philosophy .ci .ci-intro {
    margin-bottom: 40rem;
  }
  #about.philosophy .ci .ci-intro .article-title {
    font: var(--edm-f-h2);
    font-weight: 600;
    letter-spacing: var(--edm-f-h2-ls);
    margin-bottom: 16rem;
  }
  #about.philosophy .ci .ci-body {
    font: var(--edm-f-h5);
    font-weight: 400;
    letter-spacing: var(--edm-f-h5-ls);
  }
  #about.philosophy .ci .ci-body p {
    display: inline;
  }
  #about.philosophy .ci .ci-visual {
    margin-bottom: 40rem;
  }
  #about.philosophy .ci .ci-img {
    max-width: 328rem;
    width: 100%;
    aspect-ratio: 328/147;
    object-fit: contain;
  }
  #about.philosophy .ci .color-wrap {
    margin-bottom: 0;
  }
  #about.philosophy .ci .color-tit {
    font: var(--edm-f-h2);
    font-weight: 600;
    letter-spacing: var(--edm-f-h2-ls);
    margin-bottom: 16rem;
  }
  #about.philosophy .ci .color-swatches {
    border-radius: var(--edm-radius3);
    isolation: isolate;
    grid-template-columns: repeat(1, 1fr);
  }
  #about.philosophy .ci .color-swatch {
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 16rem 24rem;
    gap: 4rem;
  }
  #about.philosophy .ci .color-swatch.--green {
    border-radius: var(--edm-radius3) var(--edm-radius3) 0 0;
    isolation: isolate;
  }
  #about.philosophy .ci .color-swatch.--black {
    border-radius: 0;
  }
  #about.philosophy .ci .color-swatch.--white {
    border-left: none;
    border-top: 1px solid var(--edm-color-border-neutral);
    border-radius: 0 0 var(--edm-radius3) var(--edm-radius3);
    isolation: isolate;
  }
  #about.philosophy .ci .color-swatch.--white .swatch-name {
    font-weight: 700;
  }
  #about.philosophy .ci .color-swatch.--white .swatch-hex {
    font-weight: 400;
    color: var(--edm-color-text-2);
  }
  #about.philosophy .ci .swatch-hex {
    gap: 8rem;
  }
  #about.history .contents {
    padding-top: 50rem;
    padding-bottom: 60rem;
  }
  #about.history .history-timeline {
    flex-direction: column;
    gap: 16rem;
  }
  #about.history .history-timeline .history-sticky {
    position: sticky;
    top: 0;
    width: calc(100% + 80rem);
    margin-left: -40rem;
    padding: 0 40rem 0;
    z-index: 1;
    background: #fff;
    gap: 8rem;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  #about.history .history-timeline .history-sticky .history-year-num {
    font: var(--edm-f-h1);
    font-weight: 700;
    letter-spacing: -0.5rem;
    height: 32rem;
    background: linear-gradient(90deg, #0086FA 0%, #01D29C 17%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  #about.history .history-timeline .history-sticky .history-sticky-img-wrap {
    height: auto;
    padding-top: 36.6%;
    position: relative;
    border-radius: 16rem;
    isolation: isolate;
  }
  #about.history .history-timeline .history-sticky .history-sticky-img-wrap * {
    position: absolute;
    top: 0;
    left: 0;
  }
  #about.history .history-timeline .history-sticky.add-sticky {
    padding-bottom: 16rem;
    padding-top: 24rem;
  }
  #about.history .history-timeline .history-scroll {
    padding-top: 0;
    width: 100%;
  }
  #about.history .history-timeline .history-scroll .history-list {
    gap: 40rem;
    margin-top: 0;
  }
  #about.history .history-timeline .history-scroll .history-list .history-year-group::before, #about.history .history-timeline .history-scroll .history-list .history-year-group ::after {
    display: none;
  }
  #about.history .history-timeline .history-scroll .history-list .history-year-group:last-child {
    margin-bottom: 0;
  }
  #about.history .history-timeline .history-scroll .history-list .history-year-group .history-item {
    padding: 16rem;
  }
  #about.history .history-timeline .history-scroll .history-list .history-year-group .history-item .history-month {
    font-weight: 700;
  }
  #about.history .history-timeline .history-scroll .history-list .history-year-group .history-item .history-body {
    font: var(--edm-f-body2);
    font-weight: 400;
    letter-spacing: var(--edm-f-body2-ls);
  }
  #about.history .history-timeline .history-scroll .history-list .history-year-group .history-item + .history-item {
    margin-top: 8rem;
  }
  #about.social-contribution .contents {
    padding-top: 50rem;
  }
  #about.social-contribution .contents .titleWrap {
    margin-bottom: 24rem;
  }
  #about.social-contribution .contents .contribution-areas .area-grid {
    grid-template-columns: 1fr;
    gap: 16rem;
  }
  #about.social-contribution .contents .contribution-areas .area-grid .area-card .imgWrap {
    padding-top: 48.8%;
  }
  #about.social-contribution .contents .contribution-areas .area-grid .area-card .textWrap {
    padding: 16rem;
    gap: 12rem;
  }
  #about.social-contribution .contents .contribution-detail .detail-table-wrap__desktop {
    display: none !important;
  }
  #about.social-contribution .contents .contribution-detail .detail-table-wrap__mobile {
    display: block;
  }
  #about.social-contribution .contents .contribution-sharing .btn-more-wrap {
    margin-top: 40rem;
  }
  #about.social-contribution .contents .contribution-sharing .btn-more-wrap .shortcut {
    font: var(--edm-f-h5);
    letter-spacing: var(--edm-f-h5-ls);
    font-weight: 600;
    height: 40rem;
    line-height: 40rem;
  }
  #about.organization .contents {
    padding-top: 50rem;
  }
  #about.organization .org-structure .org-grid {
    grid-template-columns: 1fr;
    gap: 24rem;
  }
  #about.organization .org-structure .org-grid .org-card {
    padding: 24rem;
    border-radius: var(--edm-radius3);
    isolation: isolate;
  }
  #about.organization .org-structure .org-grid .org-card .card-tit {
    gap: 8rem;
    margin-bottom: 12rem;
    align-items: flex-start;
  }
  #about.organization .org-structure .org-grid .org-card .card-tit .icon-wrap {
    width: 30rem;
    height: 30rem;
  }
  #about.organization .org-structure .org-grid .org-card .card-tit .tit {
    font: var(--edm-f-h3);
    font-weight: 600;
    letter-spacing: var(--edm-f-h3-ls);
  }
  #about.organization .org-structure .org-grid .org-card .card-body {
    margin-bottom: 12rem;
  }
  #about.organization .org-structure .org-grid .org-card .card-list {
    font: var(--edm-f-body2);
    font-weight: 400;
    letter-spacing: var(--edm-f-body2-ls);
  }
  #about.organization .moments-collage {
    margin-top: 50rem;
  }
  #about.organization .moments-collage .slide {
    width: calc(100% + 32rem);
    margin-left: -16rem;
    padding: 0 16rem;
  }
  #about.location-branch #branch-nav {
    display: none;
  }
  #about.location-branch .contents {
    padding-top: 50rem;
    padding-bottom: 50rem;
  }
  #about.location-branch .contents .location-branch-info .branch-head {
    margin-bottom: 24rem;
  }
  #about.location-branch .contents .location-branch-info .branch-head .location-branch-title {
    max-width: none;
    font: var(--edm-f-h2);
    font-weight: 700;
    letter-spacing: var(--edm-f-h2-ls);
  }
  #about.location-branch .contents .location-branch-info .branch-head .lang-toggle .lang-toggle__btn {
    font-size: 12rem;
    letter-spacing: -0.12rem;
    height: 24rem;
    line-height: 24rem;
  }
  #about.location-branch .contents .location-branch-info .branch-grid {
    grid-template-columns: 1fr;
    gap: 12rem;
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-map {
    min-height: initial;
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-map .map {
    border-radius: var(--edm-radius3);
    isolation: isolate;
    height: 62.5vw;
    min-height: initial;
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info {
    gap: 16rem;
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-address-box {
    padding: 16rem;
    margin-bottom: 24rem;
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-address-box .branch-actions .shortcut {
    width: calc(50% - 6rem);
    border-radius: var(--edm-radius1);
    height: 32rem;
    line-height: 32rem;
    padding: 0;
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-divider {
    margin: 0;
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta {
    grid-template-columns: 1fr;
    gap: 16rem;
    margin-top: 0;
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-meta__tit {
    font: 600 15rem/150% Pretendard;
    letter-spacing: var(--edm-f-body1-ls);
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway .subway-badge {
    min-width: 20rem;
    height: 20rem;
    font: var(--edm-f-detail);
    letter-spacing: var(--edm-f-detail-ls);
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway .subway-badge.subway-line--1 {
    min-height: 20rem;
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway .subway-badge.subway-line--1-daegu {
    min-height: 20rem;
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__block .branch-subway .subway-badge.subway-line--shinbundang {
    min-height: 20rem;
  }
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-meta__line,
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-subway__detail,
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-bus__head,
  #about.location-branch .contents .location-branch-info .branch-grid .branch-info .branch-bus__body {
    font: 400 14rem/150% Pretendard;
    letter-spacing: var(--edm-f-body2-ls);
  }
  #about.location-branch .contents .location-gallery {
    margin-top: 24rem;
    display: flex;
    flex-wrap: wrap;
  }
  #about.location-branch .contents .location-gallery .slide-navigation {
    order: 2;
    margin: 16rem 0 0 auto;
  }
  #about.location-branch .contents .location-gallery .slideWrap {
    order: 1;
  }
  #about.location-branch .contents .location-gallery .slideWrap .slide {
    width: calc(100% + 16rem);
  }
  #about.location-branch .contents .location-gallery .slideWrap .slide .swiper-slide .slide-img {
    padding-top: 58.3%;
  }
  #about.location-branch.location-branch--multi .contents .location-branch-section {
    margin-bottom: 100rem;
  }
  #about.location-branch.location-branch--multi .contents .location-branch-section:last-child {
    margin-bottom: 0;
  }
  #about.leadership.leaders .contents {
    padding-top: 60rem;
    padding-bottom: 0;
  }
  #about.leadership.leaders .contents .titleWrap {
    margin-bottom: 24rem;
  }
  #about.leadership.leaders .contents .titleWrap .article-title {
    font: var(--edm-f-h1);
    letter-spacing: var(--edm-f-h1-ls);
  }
  #about.leadership.leaders .contents .leaders-profiles .inner {
    column-gap: 8rem;
    row-gap: 40rem;
    justify-items: center;
  }
  #about.leadership.leaders .contents .leaders-profiles .inner .profile-item {
    padding: 0 10rem;
    width: auto;
  }
  #about.leadership.leaders .contents .leaders-profiles .inner .profile-item .profile-pic {
    width: 140rem;
    aspect-ratio: 140/153;
  }
  #about.leadership.leaders .contents .leaders-profiles .inner .profile-item .profile-meta {
    margin-top: 16rem;
  }
  #about.leadership.leaders .contents .leaders-profiles .inner .profile-item .profile-meta .name {
    margin-bottom: 4rem;
  }
  #about.leadership.leaders .contents .about-highlight-band {
    margin-top: 60rem;
    padding: 60rem 0;
  }
  #about.leadership.leaders .contents .about-highlight-band .card {
    padding: 32rem 24rem;
  }
  #about.leadership.leaders .contents .about-highlight-band .card .tit {
    font: var(--edm-f-h4);
    letter-spacing: var(--edm-f-h4-ls);
  }
  #about.leadership.leaders .contents .about-highlight-band .card .band-card-body {
    font: var(--edm-f-h5);
    letter-spacing: var(--edm-f-h5-ls);
    font-weight: 400;
  }
  #about.leadership.leaders .contents .about-highlight-band .card .band-card-body p + p {
    margin-top: 24rem;
  }
  #about.leadership.leaders .contents .about-highlight-band .card .band-card-body p + p:has(b) {
    margin-top: 0;
  }
  #about.leadership.leaders .contents .leaders-q--culture {
    margin-top: 60rem;
  }
  #about.leadership.leaders .contents .leaders-q--culture .inner {
    display: flex;
    flex-direction: column;
    gap: 16rem;
    align-items: stretch;
  }
  #about.leadership.leaders .contents .leaders-q--culture .inner .box.culture-stack > .panel {
    padding: 24rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12rem;
  }
  #about.leadership.leaders .contents .leaders-q--culture .inner .box.culture-stack > .panel .name {
    font: var(--edm-f-h4);
    margin: 0;
  }
  #about.leadership.leaders .contents .leaders-q--culture .inner .box.culture-stack > .panel .body {
    font: var(--edm-f-body2);
    font-weight: 400;
    letter-spacing: var(--edm-f-body2-ls);
    margin: 0;
  }
  #about.leadership.leaders .contents .leaders-q--culture .inner .box.culture-stack .culture-photo {
    height: auto;
    padding-top: 49%;
    position: relative;
  }
  #about.leadership.leaders .contents .leaders-q--culture .inner .box.culture-stack .culture-photo * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #about.leadership.leaders .contents .leaders-q--culture .inner .culture-col {
    gap: 16rem;
  }
  #about.leadership.leaders .contents .leaders-q--culture .inner .culture-col .box.panel.quote {
    padding: 24rem;
    display: flex;
    flex-direction: column;
    gap: 12rem;
  }
  #about.leadership.leaders .contents .leaders-q--culture .inner .culture-col .box.panel.quote .name {
    font: var(--edm-f-h4);
    margin: 0;
  }
  #about.leadership.leaders .contents .leaders-q--culture .inner .culture-col .box.panel.quote .body {
    font-weight: 400;
    font-size: 15rem;
    line-height: 150%;
    letter-spacing: var(--edm-f-body1-ls);
    margin: 0;
  }
  #about.leadership.leaders .contents .leaders-q--values .inner {
    display: flex;
    flex-direction: column;
    gap: 16rem;
  }
  #about.leadership.leaders .contents .leaders-q--values .inner .card {
    padding: 32rem 24rem;
    display: flex;
    flex-direction: column;
    gap: 16rem;
  }
  #about.leadership.leaders .contents .leaders-q--values .inner .card .quote-mark {
    width: 21rem;
    height: 18rem;
    margin: 0;
  }
  #about.leadership.leaders .contents .leaders-q--values .inner .card .tit {
    font: var(--edm-f-h2);
    font-weight: 600;
    letter-spacing: var(--edm-f-h2-ls);
    margin: 0;
  }
  #about.leadership.leaders .contents .leaders-q--values .inner .card .body {
    font: var(--edm-f-body2);
    font-weight: 400;
    letter-spacing: var(--edm-f-body2-ls);
    margin: 0;
    flex: 1;
  }
  #about.leadership.leaders .contents .leaders-q--values .inner .card .name {
    font: var(--edm-f-h5);
    font-weight: 600;
    letter-spacing: var(--edm-f-h5-ls);
    margin: 0;
  }
  #about.leadership.leaders .contents .leaders-wide-photo {
    margin-top: 60rem;
  }
  #about.leadership.leaders .contents .leaders-q--growth {
    margin-top: 60rem;
  }
  #about.leadership.leaders .contents .leaders-q--growth .inner {
    gap: 16rem;
  }
  #about.leadership.leaders .contents .leaders-q--growth .inner .panel {
    padding: 32rem 24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #about.leadership.leaders .contents .leaders-q--growth .inner .panel .name {
    font: var(--edm-f-h4);
    letter-spacing: var(--edm-f-h4-ls);
    margin: 0 0 12rem;
  }
  #about.leadership.leaders .contents .leaders-q--growth .inner .panel .body {
    font: var(--edm-f-h5);
    font-weight: 400;
    letter-spacing: var(--edm-f-h5-ls);
    margin: 0;
    width: 100%;
  }
  #about.leadership.leaders .contents .leaders-q--talent {
    padding: 60rem 0;
  }
  #about.leadership.leaders .contents .leaders-q--talent .titleWrap {
    margin-bottom: 24rem;
  }
  #about.leadership.leaders .contents .leaders-q--talent .inner {
    display: flex;
    flex-direction: column;
    gap: 16rem;
  }
  #about.leadership.leaders .contents .leaders-q--talent .inner .card {
    min-height: 0;
    padding: 32rem 24rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16rem;
    text-align: center;
  }
  #about.leadership.leaders .contents .leaders-q--talent .inner .card .head {
    flex-direction: column;
    align-items: center;
    margin: 0;
    gap: 16rem;
  }
  #about.leadership.leaders .contents .leaders-q--talent .inner .card .head .name {
    font: var(--edm-f-h4);
    letter-spacing: var(--edm-f-h4-ls);
  }
  #about.leadership.leaders .contents .leaders-q--talent .inner .card .lead {
    margin: 0;
  }
  #about.leadership.leaders .contents .leaders-q--talent .inner .card .body {
    font: var(--edm-f-h5);
    font-weight: 400;
    letter-spacing: var(--edm-f-h5-ls);
    margin: 0;
    color: var(--edm-color-text-2);
  }
  #about.leadership.ceo-message .contents {
    padding-top: 50rem;
  }
  #about.leadership.ceo-message .contents .message-panel .titleWrap {
    margin-bottom: 16rem;
  }
  #about.leadership.ceo-message .contents .message-panel .message-copy .message-body {
    width: 100%;
    order: 1;
    word-break: normal;
  }
  #about.leadership.ceo-message .contents .message-panel .message-copy .message-body p {
    font: var(--edm-f-body1);
    letter-spacing: var(--edm-f-body1-ls);
    font-weight: 400;
  }
  #about.leadership.ceo-message .contents .message-panel .message-copy .message-body p + p {
    margin-top: 26rem;
  }
  #about.leadership.ceo-message .contents .message-panel .message-copy .message-body p + p.type2 {
    margin-top: 26rem;
  }
  #about.leadership.ceo-message .contents .message-panel .message-copy .message-sign {
    order: 2;
    margin: 16rem 0 24rem;
    font: var(--edm-f-body1);
    letter-spacing: var(--edm-f-body1-ls);
  }
  #about.leadership.ceo-message .contents .message-panel .message-copy .message-photo {
    order: 3;
    max-width: 320rem;
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #about.philosophy .core-value .value-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #about.leadership.leaders .contents .leaders-profiles .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  #about.history .history-timeline .history-sticky {
    width: calc(100% + 32rem);
    margin-left: -16rem;
    padding: 0 16rem 0;
  }
}