@charset "UTF-8";
/****************************************************
	회사소개 > 지사 안내
****************************************************/
#branches {
  /* 참여 프로그램 */
}
#branches #participation-program .board-list {
  display: flex;
  flex-wrap: wrap;
}
#branches #participation-program .board-list li {
  width: calc(33.3333333333% - 16rem);
  border-radius: var(--edm-radius3);
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--edm-color-border-blue);
  box-shadow: var(--edm-sd-blue-1);
}
#branches #participation-program .board-list li:not(:nth-of-type(3n)) {
  margin-right: 24rem;
}
#branches #participation-program .board-list li:not(:nth-last-of-type(-n+3)) {
  margin-bottom: 60rem;
}
#branches #participation-program .board-list li .item {
  display: block;
  width: 100%;
  text-align: left;
}
#branches #participation-program .board-list li .imgWrap {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 50.25%;
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/common/no-image.webp");
  background-size: 92rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #E2E2E5;
}
#branches #participation-program .board-list li .imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
#branches #participation-program .board-list li .textWrap {
  width: 100%;
  padding: 24rem;
}
#branches #participation-program .board-list li .textWrap .infoWrap {
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  font-weight: 400;
}
#branches #participation-program .board-list li .textWrap .infoWrap .date {
  color: var(--edm-brand-blue);
}
#branches #participation-program .board-list li .textWrap .subject {
  font: var(--edm-f-h5);
  letter-spacing: var(--edm-f-h5-ls);
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  #branches #participation-program .board-list li:hover .imgWrap img {
    transform: scale(1.05);
  }
}
#branches .contents > section .section-title {
  font: var(--edm-f-h1);
  letter-spacing: var(--edm-f-h1-ls);
}
#branches .contents > section .section-sub {
  font: var(--edm-f-h4);
  letter-spacing: var(--edm-f-h4-ls);
  font-weight: 400;
  color: var(--edm-color-text-2);
  margin-top: 8rem;
}
#branches .contents .section-header {
  margin-bottom: 40rem;
}
#branches .contents .banner {
  border-radius: var(--edm-radius4);
  isolation: isolate;
  overflow: hidden;
  position: relative;
  border: 1px solid var(--edm-color-border-blue);
  display: block;
}
#branches .contents .banner .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
#branches .contents .banner .bg * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#branches .contents .banner .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#branches .contents .banner .textWrap {
  padding: 40rem;
  position: relative;
  z-index: 2;
}
#branches .contents .banner + .banner {
  margin-top: 24rem;
}
#branches .contents .branch-info .info {
  width: calc(100% - 718rem);
  padding-left: 24rem;
}
#branches .contents .branch-info .info h2 {
  font: var(--edm-f-h3);
  letter-spacing: var(--edm-f-h3-ls);
  font-weight: 600;
  margin-bottom: 24rem;
}
#branches .contents .branch-info .info ul {
  margin-bottom: 24rem;
}
#branches .contents .branch-info .info ul li + li {
  margin-top: 16rem;
}
#branches .contents .branch-info .info ul li b {
  font-weight: 600;
}
#branches .contents .branch-info .info ul li .txt {
  margin-top: 4rem;
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  font-weight: 400;
  color: var(--edm-color-text-2);
}
#branches .contents .branch-info .info ul li .txt span {
  position: relative;
}
#branches .contents .branch-info .info ul li .txt span + span {
  padding-left: 20rem;
}
#branches .contents .branch-info .info ul li .txt span + span::before {
  content: "";
  width: 1px;
  height: 14rem;
  background-color: var(--edm-color-text-4);
  position: absolute;
  top: 2rem;
  left: 10rem;
}
#branches .contents .branch-info .info .shortcut + .desc {
  margin-top: 16rem;
}
#branches .contents .branch-info .info .desc {
  font: var(--edm-f-detail);
  letter-spacing: var(--edm-f-detail-ls);
  color: var(--edm-color-text-3);
}
#branches .contents .branch-benefit .banner {
  height: 274rem;
}
#branches .contents .branch-benefit .banner .textWrap .circle {
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #FC1D01 0%, #FDA245 100%);
  display: inline-block;
  padding: 0 14rem;
  border-radius: var(--edm-radiusFull);
  isolation: isolate;
  height: 30rem;
  line-height: 30rem;
  margin-bottom: 12rem;
}
#branches .contents .branch-benefit .banner .textWrap b {
  display: block;
  font: var(--edm-f-h3);
  letter-spacing: var(--edm-f-h3-ls);
  margin-bottom: 4rem;
}
#branches .contents .branch-benefit .banner .textWrap em {
  color: var(--edm-brand-red);
}
#branches .contents .branch-benefit .banner .textWrap .desc {
  font: var(--edm-f-detail);
  letter-spacing: var(--edm-f-detail-ls);
  color: var(--edm-color-text-3);
  margin-top: 16rem;
}
#branches.global .page-visual {
  color: #fff;
}
#branches.global .page-visual p {
  color: inherit;
}
#branches.global .contents .dotTxt {
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
  font-weight: 400;
}
#branches.global .contents .dotTxt::before {
  content: "·";
  padding-right: 4rem;
}
#branches.global .contents .branch-consultant {
  margin-top: 60rem;
}
#branches.global .contents .branch-consultant .inner {
  border: 1px solid var(--edm-color-border-blue);
  border-radius: var(--edm-radius3);
  isolation: isolate;
  box-shadow: var(--edm-sd-blue-1);
  padding: 40rem;
  display: flex;
  flex-wrap: wrap;
}
#branches.global .contents .branch-consultant .inner .person {
  width: 120rem;
  height: 120rem;
  border-radius: 50%;
  isolation: isolate;
  overflow: hidden;
}
#branches.global .contents .branch-consultant .inner .person img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#branches.global .contents .branch-consultant .inner .textWrap {
  width: calc(100% - 120rem);
  padding-left: 40rem;
}
#branches.global .contents .branch-consultant .inner .textWrap .info {
  display: flex;
  align-items: center;
  margin-bottom: 24rem;
}
#branches.global .contents .branch-consultant .inner .textWrap .info b {
  font: var(--edm-f-h3);
  letter-spacing: var(--edm-f-h3-ls);
  font-weight: 600;
  margin-right: 8rem;
}
#branches.global .contents .branch-consultant .inner .textWrap .info p {
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  font-weight: 400;
  color: var(--edm-color-text-3);
}
#branches.global .contents .branch-consultant .inner .textWrap .boxWrap {
  display: flex;
  flex-wrap: wrap;
}
#branches.global .contents .branch-consultant .inner .textWrap .boxWrap .box {
  width: 50%;
}
#branches.global .contents .branch-consultant .inner .textWrap .boxWrap .box:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 16rem;
}
#branches.global .contents .branch-consultant .inner .textWrap .boxWrap .box.full {
  width: 100%;
}
#branches.global .contents .branch-consultant .inner .textWrap .boxWrap .box .badge {
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-brand-blue);
  padding: 0 8rem;
  border: 1px solid var(--edm-brand-blue);
  border-radius: var(--edm-radius1);
  isolation: isolate;
  height: 24rem;
  line-height: 24rem;
  display: inline-block;
  margin-bottom: 8rem;
}
#branches.global .contents .branch-consultant .inner .textWrap .boxWrap .box p {
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  font-weight: 400;
  color: var(--edm-color-text-2);
}
#branches.global .contents .branch-care-banner {
  margin-top: 70rem;
  padding: 70rem 0 0 0;
}
#branches.global .contents .branch-care-banner .inner {
  padding: 40rem 0;
  border: 1px solid var(--edm-color-border-blue);
  border-radius: var(--edm-radius4);
  isolation: isolate;
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/about-us/branches/london/branch-care-banner-pc.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#branches.global .contents .branch-care-banner p {
  font: var(--edm-f-h3);
  letter-spacing: var(--edm-f-h3-ls);
  font-weight: 600;
  text-align: center;
  color: var(--edm-color-text-1);
}
#branches.global .contents .branch-care-banner p .point {
  color: var(--edm-brand-blue);
}
#branches.global .contents .branch-care-process-guide .section-header {
  margin-bottom: 40rem;
}
#branches.global .contents .branch-care-process-guide .section-header .section-title {
  font-size: 40rem;
  letter-spacing: -0.05rem;
  line-height: 130%;
  font-weight: 700;
}
#branches.global .contents .branch-care-process-guide .section-header .section-sub {
  margin-top: 8rem;
  font: var(--edm-f-h4);
  letter-spacing: var(--edm-f-h4-ls);
  font-weight: 400;
  color: var(--edm-color-text-2);
}
#branches.global .contents .branch-care-process-guide .process-list {
  display: flex;
  align-items: flex-start;
  gap: 32rem;
  counter-reset: process-step;
}
#branches.global .contents .branch-care-process-guide .process-item {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-top: 16rem;
}
#branches.global .contents .branch-care-process-guide .process-item:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: -28rem;
  width: 24rem;
  border-top: 1rem dashed #000;
}
#branches.global .contents .branch-care-process-guide .process-item .process-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 32rem 16rem 24rem;
  border-radius: 16rem;
  isolation: isolate;
  border: 1px solid var(--edm-color-border-blue);
  background: #fff;
  box-shadow: 0 4px 10px 0 #EBEFF4;
}
#branches.global .contents .branch-care-process-guide .process-item .cardHead {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: -47rem;
  margin-bottom: 16rem;
}
#branches.global .contents .branch-care-process-guide .process-item .cardHead .process-badge {
  order: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 114rem;
  height: 35rem;
  padding: 0 12rem;
  border-radius: 20rem;
  isolation: isolate;
  font-size: 15rem;
  letter-spacing: -0.00938rem;
  line-height: 100%;
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
}
#branches.global .contents .branch-care-process-guide .process-item .cardHead .process-badge.is-blue {
  background: linear-gradient(90deg, #0086FA 0%, #01D29C 100%);
}
#branches.global .contents .branch-care-process-guide .process-item .cardHead .process-title {
  order: 2;
  margin-top: 12rem;
  font: var(--edm-f-h5);
  letter-spacing: var(--edm-f-h5-ls);
  font-weight: 600;
  color: var(--edm-color-text-1);
  text-align: center;
  word-break: keep-all;
}
#branches.global .contents .branch-care-process-guide .process-item .process-box {
  width: 100%;
  padding: 16rem 12rem;
  border-radius: var(--edm-radius2);
  isolation: isolate;
  background-color: #F5F5F7;
  text-align: center;
}
#branches.global .contents .branch-care-process-guide .process-item .process-box .process-box-title {
  display: block;
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  font-weight: 600;
  color: var(--edm-color-text-2);
}
#branches.global .contents .branch-care-process-guide .process-item .process-box .process-box-txt {
  margin-top: 8rem;
  font-size: 15rem;
  line-height: 150%;
  letter-spacing: -0.00938rem;
  font-weight: 400;
  color: var(--edm-color-text-2);
  word-break: keep-all;
}
#branches.global .contents .branch-support-service-list .service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem;
  margin-top: 16rem;
}
#branches.global .contents .branch-support-service-list .service-tags span {
  padding: 0 8rem;
  height: 30rem;
  border-radius: 4rem;
  isolation: isolate;
  background-color: #F5F5F7;
  font: var(--edm-f-body1);
  letter-spacing: var(--edm-f-body2-ls);
  line-height: 32rem;
  font-weight: 500;
  color: #006BC8;
}
#branches.global .contents .branch-support-service-list .section-header + .service-tags {
  margin-top: 0;
  margin-bottom: 40rem;
}
#branches.global .contents .branch-support-service-list .section-header.mb {
  margin-bottom: 24rem;
}
#branches.global .contents .branch-support-service-list .service-divider {
  width: 100%;
  height: 1px;
  background-color: var(--edm-color-border-blue);
  border: none;
  margin-top: 70rem;
}
#branches.global .contents .branch-support-service-list .service-divider + .service-title {
  margin-top: 70rem;
  margin-bottom: 16rem;
}
#branches.global .contents .branch-support-service-list .service-title {
  margin-top: 40rem;
  margin-bottom: 24rem;
  font: var(--edm-f-h3);
  letter-spacing: var(--edm-f-h3-ls);
}
#branches.global .contents .branch-support-service-list .service-title + .service-tags {
  margin-top: 0;
  margin-bottom: 24rem;
}
#branches.global .contents .branch-support-service-list .list {
  display: grid;
  gap: 24rem;
}
#branches.global .contents .branch-support-service-list .list.is-pattern-2 {
  grid-template-columns: repeat(2, 1fr);
}
#branches.global .contents .branch-support-service-list .list.is-pattern-3 {
  grid-template-columns: repeat(3, 1fr);
}
#branches.global .contents .branch-support-service-list .list.is-pattern-3-2 {
  grid-template-columns: repeat(6, 1fr);
}
#branches.global .contents .branch-support-service-list .list.is-pattern-3-2 li:nth-child(1) {
  grid-column: 1/3;
}
#branches.global .contents .branch-support-service-list .list.is-pattern-3-2 li:nth-child(2) {
  grid-column: 3/5;
}
#branches.global .contents .branch-support-service-list .list.is-pattern-3-2 li:nth-child(3) {
  grid-column: 5/7;
}
#branches.global .contents .branch-support-service-list .list.is-pattern-3-2 li:nth-child(4) {
  grid-column: 1/4;
}
#branches.global .contents .branch-support-service-list .list.is-pattern-3-2 li:nth-child(5) {
  grid-column: 4/7;
}
#branches.global .contents .branch-support-service-list .list li {
  display: flex;
  gap: 12rem;
  align-items: flex-start;
  padding: 24rem;
  border-radius: var(--edm-radius3);
  isolation: isolate;
  border: 1px solid var(--edm-color-border-blue);
  background: #fff;
  box-shadow: 0 4px 10px 0 #EBEFF4;
}
#branches.global .contents .branch-support-service-list .list li .num {
  width: 56rem;
  height: 56rem;
  border-radius: 50%;
  isolation: isolate;
  background-color: #F5F5F7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
#branches.global .contents .branch-support-service-list .list li .num picture {
  display: flex;
  justify-content: center;
  align-items: center;
}
#branches.global .contents .branch-support-service-list .list li .textWrap b {
  display: inline-block;
  margin-bottom: 8rem;
  font: var(--edm-f-h5);
  letter-spacing: var(--edm-f-h5-ls);
  font-weight: 600;
  color: var(--edm-color-text-1);
}
#branches.global .contents .branch-support-service-list .list li .textWrap .txt {
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
  font-weight: 400;
}
#branches.global .contents .branch-support-service-list .list li .textWrap .dotTxt {
  position: relative;
  padding-left: 14rem;
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
  font-weight: 400;
}
#branches.global .contents .branch-support-service-list .list li .textWrap .dotTxt::before {
  content: "·";
  position: absolute;
  left: 5rem;
  top: 12rem;
  transform: translateY(-50%);
}
#branches.global .contents .branch-local-life-support-list .service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12rem;
  margin-bottom: 40rem;
}
#branches.global .contents .branch-local-life-support-list .service-tags span {
  padding: 0 8rem;
  height: 30rem;
  border-radius: 4rem;
  isolation: isolate;
  background-color: #F5F5F7;
  font: var(--edm-f-body1);
  letter-spacing: var(--edm-f-body2-ls);
  line-height: 32rem;
  font-weight: 500;
  color: #006BC8;
}
#branches.global .contents .branch-local-life-support-list .section-header.mb {
  margin-bottom: 24rem;
}
#branches.global .contents .branch-local-life-support-list .section-header .section-title {
  font: var(--edm-f-h1);
  letter-spacing: var(--edm-f-h1-ls);
  font-weight: 700;
}
#branches.global .contents .branch-local-life-support-list .section-header .section-sub {
  margin-top: 8rem;
  font-size: 22rem;
  letter-spacing: -0.22px;
  font-weight: 400;
  color: #333;
}
#branches.global .contents .branch-local-life-support-list .list {
  display: grid;
  gap: 24rem;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-3-2 {
  grid-template-columns: repeat(6, 1fr);
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-3-2 li:nth-child(1) {
  grid-column: 1/3;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-3-2 li:nth-child(2) {
  grid-column: 3/5;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-3-2 li:nth-child(3) {
  grid-column: 5/7;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-3-2 li:nth-child(4) {
  grid-column: 1/4;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-3-2 li:nth-child(5) {
  grid-column: 4/7;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-4-3 {
  grid-template-columns: repeat(12, 1fr);
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-4-3 li:nth-child(1) {
  grid-column: 1/4;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-4-3 li:nth-child(2) {
  grid-column: 4/7;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-4-3 li:nth-child(3) {
  grid-column: 7/10;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-4-3 li:nth-child(4) {
  grid-column: 10/13;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-4-3 li:nth-child(5) {
  grid-column: 1/5;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-4-3 li:nth-child(6) {
  grid-column: 5/9;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-4-3 li:nth-child(7) {
  grid-column: 9/13;
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-2-2 {
  grid-template-columns: repeat(2, 1fr);
}
#branches.global .contents .branch-local-life-support-list .list.is-pattern-4-4 {
  grid-template-columns: repeat(4, 1fr);
}
#branches.global .contents .branch-local-life-support-list .list li {
  display: flex;
  flex-direction: column;
  gap: 12rem;
  padding: 24rem;
  border-radius: var(--edm-radius3);
  isolation: isolate;
  border: 1px solid var(--edm-color-border-blue);
  background: #fff;
  box-shadow: 0 4px 10px 0 #EBEFF4;
}
#branches.global .contents .branch-local-life-support-list .list li .cardHead {
  display: flex;
  align-items: center;
  gap: 8rem;
}
#branches.global .contents .branch-local-life-support-list .list li .cardHead .num {
  width: 22rem;
  height: 22rem;
  border-radius: 50%;
  isolation: isolate;
  background: linear-gradient(90deg, #0086FA 0%, #01D29C 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15rem;
  letter-spacing: -0.15px;
  line-height: 20rem;
  font-weight: 700;
  color: #fff;
}
#branches.global .contents .branch-local-life-support-list .list li .cardHead b {
  font: var(--edm-f-h5);
  letter-spacing: var(--edm-f-h5-ls);
  font-weight: 600;
  color: var(--edm-color-text-1);
}
#branches.global .contents .branch-local-life-support-list .list li .textWrap em {
  color: #006BC8;
}
#branches.global .contents .branch-local-life-support-list .list li .textWrap .txt {
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
  font-weight: 400;
}
#branches.global .contents .branch-local-life-support-list .list li .textWrap .dotTxt {
  position: relative;
  padding-left: 14rem;
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  color: var(--edm-color-text-2);
  font-weight: 400;
}
#branches.global .contents .branch-local-life-support-list .list li .textWrap .dotTxt::before {
  content: "·";
  position: absolute;
  left: 5rem;
  top: 12rem;
  transform: translateY(-50%);
}
#branches.global .contents .branch-local-insight {
  background: linear-gradient(121deg, #FFFFED -1.31%, #FFF5F2 55.93%, #C6E5F8 100%);
  padding: 140rem 0;
}
#branches.global .contents .branch-local-insight .video-list .video-item {
  background-color: #fff;
}
#branches.global .contents .branch-location {
  margin-top: 140rem;
}
#branches.global .contents .branch-location .inner .map {
  width: 100%;
  height: 420rem;
  border-radius: var(--edm-radius4);
  isolation: isolate;
  overflow: hidden;
  box-shadow: var(--edm-sd-blue-1);
  border: 1px solid var(--edm-color-border-blue);
}
#branches.global .contents .branch-location .inner .info {
  background-color: var(--edm-bg-neutral);
  padding: 16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12rem;
  border-radius: var(--edm-radius3);
  isolation: isolate;
}
#branches.global .contents .branch-location .inner .info p {
  display: block;
  font-weight: 600;
}
#branches.global .contents .branch-location .inner .info .btnWrap {
  display: flex;
}
#branches.global .contents .branch-location .inner .info .btnWrap .copy {
  background-color: #C5C5C5;
  font-weight: 500;
  color: var(--edm-color-text-1);
  margin-left: 12rem;
}

/****************************************************
	회사소개 
****************************************************/
#about.commitment .page-visual {
  height: 530rem;
}
#about.commitment .intro {
  background: linear-gradient(180deg, #FFF 0%, #F6F8FF 100%);
  padding: 70rem 0 50rem;
}
#about.commitment .intro .article-title {
  background: linear-gradient(90deg, #048EFF 0%, #0526FE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font: var(--edm-f-h2);
  letter-spacing: var(--edm-f-h2-ls);
  font-weight: 600;
}
#about.commitment .intro .article-title span {
  font: var(--edm-f-h4);
  font-family: "Pretendard";
  letter-spacing: var(--edm-f-h4-ls);
  font-weight: 500;
  color: #056DF5;
  display: block;
  margin-bottom: 8rem;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
#about.commitment .intro .arrow {
  width: 24rem;
  height: 24rem;
  display: block;
  margin: 16rem auto 0;
}
#about.commitment .intro .arrow * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#about.commitment .contents {
  padding: 140rem 0 0;
}
#about.commitment .contents em {
  color: var(--edm-brand-blue);
}
#about.commitment .contents .titleWrap {
  margin-bottom: 40rem;
  word-break: normal;
}
#about.commitment .contents > section + section {
  margin-top: 140rem;
}
#about.commitment .contents .pandemic .inner .countWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  border-radius: var(--edm-radius4);
  isolation: isolate;
  overflow: hidden;
  padding: 50rem 93rem;
  color: #fff;
  position: relative;
}
#about.commitment .contents .pandemic .inner .countWrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #33C9FF 0%, #0561ED 100%);
  border-radius: var(--edm-radius4);
  isolation: isolate;
  overflow: hidden;
}
#about.commitment .contents .pandemic .inner .countWrap .box {
  position: relative;
  z-index: 1;
}
#about.commitment .contents .pandemic .inner .countWrap .box .tit {
  font: var(--edm-f-h4);
  letter-spacing: var(--edm-f-h4-ls);
  font-weight: 600;
  text-align: center;
  border-radius: var(--edm-radiusFull);
  isolation: isolate;
  height: 40rem;
  line-height: 40rem;
  background-color: #0074C3;
  display: inline-block;
  padding: 0 16rem;
  margin-bottom: 16rem;
}
#about.commitment .contents .pandemic .inner .countWrap .box .desc {
  font-size: 38rem;
  letter-spacing: -0.76rem;
  font-weight: 600;
  line-height: 130%;
}
#about.commitment .contents .pandemic .inner .list {
  margin-top: 100rem;
}
#about.commitment .contents .pandemic .inner .list li {
  padding-left: 72rem;
  position: relative;
  display: flex;
  align-items: stretch;
  padding-bottom: 80rem;
  word-break: normal;
}
#about.commitment .contents .pandemic .inner .list li::before {
  content: "";
  position: absolute;
  left: 24rem;
  bottom: 12rem;
  width: 1px;
  height: calc(100% - 64rem);
  border-left: 1px dashed var(--edm-color-text-1);
}
#about.commitment .contents .pandemic .inner .list li:last-child {
  padding-bottom: 0;
}
#about.commitment .contents .pandemic .inner .list li:last-child::before {
  height: calc(100% - 52rem);
  bottom: 0;
}
#about.commitment .contents .pandemic .inner .list li .textWrap {
  color: var(--edm-color-text-2);
  width: calc(100% - 420rem);
}
#about.commitment .contents .pandemic .inner .list li .textWrap .tit {
  font: var(--edm-f-h2);
  letter-spacing: var(--edm-f-h2-ls);
  margin-bottom: 22rem;
  color: var(--edm-color-text-1);
}
#about.commitment .contents .pandemic .inner .list li .textWrap .tit .num {
  position: absolute;
  left: 4rem;
  top: 0;
  font: var(--edm-f-h4);
  letter-spacing: var(--edm-f-h4-ls);
  color: #fff;
  width: 40rem;
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  isolation: isolate;
  background: linear-gradient(90deg, var(--Color-blue-500, #0086FA) 0%, var(--Color-cyan-blue, #01D29C) 100%);
}
#about.commitment .contents .pandemic .inner .list li .textWrap em {
  font-weight: 600;
}
#about.commitment .contents .pandemic .inner .list li .imgWrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 420rem;
  border-radius: var(--edm-radius3);
  isolation: isolate;
  overflow: hidden;
}
#about.commitment .contents .news .inner .boxWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24rem;
}
#about.commitment .contents .news .inner .boxWrap .box {
  background-color: #fff;
  border-radius: var(--edm-radius3);
  isolation: isolate;
  overflow: hidden;
  box-shadow: var(--edm-sd-blue-1);
  border: 1px solid var(--edm-color-border-blue);
  padding: 24rem;
  color: var(--edm-color-text-2);
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  font-weight: 400;
  word-break: normal;
}
#about.commitment .contents .news .inner .boxWrap .box .newspaper {
  font: var(--edm-f-h3);
  letter-spacing: var(--edm-f-h3-ls);
  display: flex;
  gap: 16rem;
  align-items: center;
  margin-bottom: 24rem;
  color: var(--edm-color-text-1);
}
#about.commitment .contents .news .inner .boxWrap .box .newspaper i {
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  isolation: isolate;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#about.commitment .contents .news .inner .boxWrap .box .subject {
  margin-bottom: 12rem;
  font: var(--edm-f-h5);
  letter-spacing: var(--edm-f-h5-ls);
  font-weight: 600;
  color: var(--edm-color-text-1);
}
#about.commitment .contents .news .inner .boxWrap .box .info {
  margin-top: 12rem;
  color: var(--edm-color-text-3);
}
#about.commitment .contents .news .inner .boxWrap .box .info p + p {
  padding-left: 14rem;
  position: relative;
}
#about.commitment .contents .news .inner .boxWrap .box .info p + p::before {
  content: "";
  position: absolute;
  left: 6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14.5rem;
  background-color: var(--edm-color-text-3);
}
#about.commitment .contents .news .inner .boxWrap .box .shortcut {
  width: 100%;
  margin-top: 24rem;
}
#about.commitment .contents .safety .inner {
  background: linear-gradient(92deg, #E6FBFF 0%, #EBFFEE 100%);
  text-align: center;
  padding: 70rem 0;
  border-radius: var(--edm-radius4);
  isolation: isolate;
  overflow: hidden;
}
#about.commitment .contents .safety .inner .article-title {
  font: var(--edm-f-h2);
  letter-spacing: var(--edm-f-h2-ls);
  background: linear-gradient(90deg, #0095FF 25%, #00C843 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about.commitment .contents .basic .titleWrap {
  margin-bottom: 60rem;
}
#about.commitment .contents .basic .inner .list li {
  word-break: normal;
}
#about.commitment .contents .basic .inner .list li + li {
  margin-top: 60rem;
  padding-top: 60rem;
  border-top: 1px solid var(--edm-color-border-blue);
}
#about.commitment .contents .basic .inner .list li .tit {
  font: var(--edm-f-h2);
  letter-spacing: var(--edm-f-h2-ls);
  display: flex;
  align-items: center;
  gap: 8rem;
  margin-bottom: 16rem;
}
#about.commitment .contents .basic .inner .list li .tit .icon {
  width: 40rem;
  height: 40rem;
}
#about.commitment .contents .basic .inner .list li .tit .icon * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#about.commitment .contents .basic .inner .list li .desc {
  color: var(--edm-color-text-2);
}
#about.commitment .contents .outro {
  background: linear-gradient(180deg, #F3F8FF 0%, #FFFFFB 100%);
  padding: 140rem 0;
  text-align: center;
}
#about.commitment .contents .outro .inner .article-title em {
  background: linear-gradient(90deg, #00A0E5 10%, #2259E4 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about.commitment .contents .outro .inner .article-title span {
  display: block;
  font: var(--edm-f-h2);
  letter-spacing: var(--edm-f-h2-ls);
  font-weight: 600;
  margin-top: 16rem;
  color: var(--edm-color-text-2);
}
#about.about .contents {
  padding-top: 140rem;
}
#about.about .contents .titleWrap {
  margin-bottom: 40rem;
}
#about.about .contents .area-intro {
  text-align: center;
}
#about.about .contents .area-intro .article-title + p {
  font: 500 40rem/1.3 Pretendard;
  letter-spacing: -0.8rem;
  color: var(--edm-color-text-2);
  margin-top: 12rem;
}
#about.about .contents .area-intro .article-title + p .mo-br {
  display: none;
}
#about.about .contents .area-intro.edm-slogan .slogan-title .point {
  color: var(--edm-brand-primary);
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}
#about.about .contents .business .boxWrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24rem;
}
#about.about .contents .business .boxWrap .box {
  border-radius: var(--edm-radius4);
  isolation: isolate;
  overflow: hidden;
  padding: 32rem;
  position: relative;
  grid-column: span 2;
  height: 340rem;
}
#about.about .contents .business .boxWrap .box:nth-child(-n+2) {
  grid-column: span 3;
  height: 300rem;
}
#about.about .contents .business .boxWrap .box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
#about.about .contents .business .boxWrap .box .tit {
  font-size: 30rem;
  letter-spacing: -0.3rem;
  font-weight: 700;
}
#about.about .contents .business .boxWrap .box .desc {
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  font-weight: 400;
  color: var(--edm-color-text-3);
  margin-top: 8rem;
}
#about.about .contents .business .boxWrap .box .category {
  margin-top: 8rem;
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  font-weight: 400;
  color: var(--edm-color-text-2);
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}
#about.about .contents .business .boxWrap .box .category .dot {
  position: relative;
}
#about.about .contents .business .boxWrap .box .category .dot::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  background-color: var(--edm-color-text-2);
  border-radius: 50%;
  isolation: isolate;
  left: -12rem;
  top: 50%;
  transform: translateY(-50%);
}
#about.about .contents .business .boxWrap .box.white {
  color: #fff;
}
#about.about .contents .business .boxWrap .box.white .desc {
  color: inherit;
}
#about.about .contents .business .boxWrap .box.white .category {
  color: inherit;
}
#about.about .contents .business .boxWrap .box.white .category .dot::before {
  background-color: #fff;
}
#about.about .contents .service .boxWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24rem;
}
#about.about .contents .service .boxWrap .box {
  background-color: #fff;
  border-radius: var(--edm-radius4);
  isolation: isolate;
  overflow: hidden;
  box-shadow: var(--edm-sd-blue-1);
  padding: 32rem;
  border: 1px solid var(--edm-color-border-blue);
}
#about.about .contents .service .boxWrap .box .tit {
  font-size: 30rem;
  letter-spacing: -0.3rem;
  font-weight: 600;
  margin-bottom: 24rem;
  display: flex;
  align-items: center;
}
#about.about .contents .service .boxWrap .box .tit .icon {
  width: 40rem;
  height: 40rem;
  display: block;
  margin-right: 16rem;
}
#about.about .contents .service .boxWrap .box .tit .icon * {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#about.about .contents .service .boxWrap .box .desc {
  color: var(--edm-color-text-2);
}
#about.about .contents .result {
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/about-us/about/result-bg-pc.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 140rem 0;
}
#about.about .contents .result .countWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 40rem 45rem;
  overflow: hidden;
  border-radius: var(--edm-radius4);
  isolation: isolate;
  -moz-column-gap: 24rem;
       column-gap: 24rem;
  background-color: #fff;
  box-shadow: var(--edm-sd-neutral-1);
}
#about.about .contents .result .countWrap .box {
  text-align: center;
}
#about.about .contents .result .countWrap .box .tit {
  display: inline-block;
  margin-bottom: 12rem;
  font: var(--edm-f-h5);
  letter-spacing: var(--edm-f-h5-ls);
  font-weight: 500;
}
#about.about .contents .result .countWrap .box .num {
  font: var(--edm-f-display);
  letter-spacing: var(--edm-f-display-ls);
  display: flex;
  justify-content: center;
  align-items: center;
}
#about.about .contents .result .countWrap .box .desc {
  margin-top: 12rem;
  font-size: 11rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--edm-color-text-3);
  letter-spacing: -0.55rem;
}
#about.about .contents .result .countWrap > p.desc {
  margin-top: 24rem;
  width: 100%;
  font: var(--edm-f-detail);
  letter-spacing: var(--edm-f-detail-ls);
  font-weight: 500;
  color: #CAB2FF;
  text-align: center;
}
#about.about .contents .result .cardWrap {
  display: grid;
  margin-top: 40rem;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 24rem;
       column-gap: 24rem;
  row-gap: 16rem;
}
#about.about .contents .result .cardWrap .card {
  padding: 24rem;
  box-shadow: var(--edm-sd-neutral-1);
  background-color: #fff;
  border-radius: var(--edm-radius3);
  isolation: isolate;
}
#about.about .contents .result .cardWrap .card img {
  margin-bottom: 24rem;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: var(--edm-radius3);
  isolation: isolate;
  aspect-ratio: 246/140;
}
#about.about .contents .result .cardWrap .card .tit {
  font: var(--edm-f-h5);
  letter-spacing: var(--edm-f-h5-ls);
  font-weight: 600;
}
#about.about .contents .result .cardWrap .card .desc {
  font: var(--edm-f-body2);
  color: var(--edm-color-text-3);
  letter-spacing: var(--edm-f-body2-ls);
  font-weight: 400;
}
#about.about .contents .customer-service .cardWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 24rem;
       column-gap: 24rem;
  row-gap: 16rem;
}
#about.about .contents .customer-service .cardWrap .card {
  box-shadow: var(--edm-sd-blue-1);
  overflow: hidden;
  background-color: #fff;
  border-radius: var(--edm-radius3);
  isolation: isolate;
}
#about.about .contents .customer-service .cardWrap .card .imgWrap {
  padding-top: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#about.about .contents .customer-service .cardWrap .card .imgWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about.about .contents .customer-service .cardWrap .card .imgWrap .badge {
  padding: 0 14rem;
  position: absolute;
  top: 16rem;
  left: 16rem;
  z-index: 1;
  height: 30rem;
  background-color: var(--edm-brand-blue);
  font: var(--edm-f-body1);
  font-weight: 600;
  line-height: 30rem;
  color: #fff;
  letter-spacing: var(--edm-f-body1-ls);
  border-radius: var(--edm-radiusFull);
  isolation: isolate;
}
#about.about .contents .customer-service .cardWrap .card .textWrap {
  padding: 24rem;
}
#about.about .contents .customer-service .cardWrap .card .textWrap .tit {
  font: var(--edm-f-h5);
  letter-spacing: var(--edm-f-h5-ls);
  font-weight: 600;
}
#about.about .contents .customer-service .cardWrap .card .textWrap .txt {
  margin-top: 2rem;
  font: var(--edm-f-body2);
  font-weight: 400;
  color: var(--edm-color-text-3);
  letter-spacing: var(--edm-f-body2-ls);
}
#about.about .contents .edm-cta {
  text-align: center;
}
#about.about .contents .edm-cta .titleWrap {
  margin-bottom: 40rem;
}
#about.about .contents .edm-cta .titleWrap .article-subTitle {
  font: var(--edm-f-h4);
  letter-spacing: var(--edm-f-h4-ls);
  font-weight: 400;
  color: var(--edm-color-text-2);
}
#about.about .contents .edm-cta .titleWrap .article-title {
  margin-top: 8rem;
}
#about.about .contents .edm-cta .titleWrap .article-title .mo-br {
  display: none;
}
#about.about .contents .edm-cta .btnWrap {
  display: flex;
  justify-content: center;
}
#about.about .contents .edm-cta .btnWrap .btn-edmedu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  height: 56rem;
  padding: 0 24rem;
  border-radius: var(--edm-radius3);
  background-color: var(--edm-brand-primary);
  color: #fff;
  font: var(--edm-f-body1);
  letter-spacing: var(--edm-f-body1-ls);
  font-weight: 500;
  text-decoration: none;
}
#about.about .contents .edm-cta .btnWrap .btn-edmedu .ico-external {
  width: 20rem;
  height: 20rem;
  flex-shrink: 0;
}
@media (hover: hover) and (pointer: fine) {
  #about.about .contents .edm-cta .btnWrap .btn-edmedu:hover {
    filter: brightness(0.95);
  }
}
#about.about .contents .love-your-dream .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 24rem;
       column-gap: 24rem;
  row-gap: 60rem;
}
#about.about .contents .love-your-dream .list .item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#about.about .contents .love-your-dream .list .item .videoWrap {
  overflow: hidden;
  aspect-ratio: 294/165;
  border-radius: var(--edm-radius3);
  isolation: isolate;
}
#about.about .contents .love-your-dream .list .item .videoWrap * {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
#about.about .contents .love-your-dream .list .item .subject {
  width: 100%;
  margin-top: 16rem;
  font-weight: 500;
  color: var(--edm-color-text-2);
}
@media (hover: hover) and (pointer: fine) {
  #about.about .contents .love-your-dream .list .item:hover .videoWrap * {
    transform: scale(1.025);
  }
}

@media screen and (max-width: 991px) {
  /****************************************************
  	회사소개 > 지사 안내
  ****************************************************/
  #branches #branch-nav {
    margin-bottom: 0;
  }
  #branches {
    /* 참여 프로그램 */
  }
  #branches #participation-program {
    margin-top: 100rem;
  }
  #branches #participation-program .board-list > li .imgWrap {
    padding-top: 49.25%;
  }
  #branches #participation-program .board-list > li .textWrap {
    padding: 16rem;
  }
  #branches .contents > section .section-title {
    font: var(--edm-f-h2);
    letter-spacing: var(--edm-f-h2-ls);
  }
  #branches .contents > section .section-sub {
    font: var(--edm-f-h5);
    letter-spacing: var(--edm-f-h5-ls);
    font-weight: 400;
    margin-top: 4rem;
  }
  #branches .contents .section-header {
    margin-bottom: 24rem;
  }
  #branches .contents .banner {
    border-radius: var(--edm-radius3);
    isolation: isolate;
  }
  #branches .contents .banner .textWrap {
    padding: 16rem;
  }
  #branches .contents .banner .textWrap .desc {
    font: var(--edm-f-body1);
    letter-spacing: var(--edm-f-body1-ls);
  }
  #branches .contents .banner + .banner {
    margin-top: 16rem;
  }
  #branches .contents .branch-info .info {
    width: 100%;
    margin-top: 16rem;
    padding: 16rem;
    border: 1px solid var(--edm-color-border-blue);
    border-radius: var(--edm-radius3);
    isolation: isolate;
    box-shadow: var(--edm-sd-blue-1);
  }
  #branches .contents .branch-info .info h2 {
    font: var(--edm-f-h4);
    letter-spacing: var(--edm-f-h4-ls);
    margin-bottom: 16rem;
  }
  #branches .contents .branch-info .info ul {
    margin-bottom: 16rem;
  }
  #branches .contents .branch-info .info ul li + li {
    margin-top: 12rem;
  }
  #branches .contents .branch-info .info ul li b {
    font: var(--edm-f-body1);
    letter-spacing: var(--edm-f-body1-ls);
    font-weight: 600;
    display: block;
  }
  #branches .contents .branch-info .info .shortcut {
    width: 100%;
  }
  #branches .contents .branch-benefit .banner {
    height: 93.3333vw;
    max-height: 330rem;
  }
  #branches .contents .branch-benefit .banner .img {
    max-width: 328rem;
    width: 100%;
    bottom: 0;
    top: auto;
    right: 50%;
    transform: translateX(50%);
  }
  #branches .contents .branch-benefit .banner .textWrap .circle {
    font: var(--edm-f-detail);
    letter-spacing: var(--edm-f-detail-ls);
    font-weight: 600;
    line-height: 26rem;
    height: 26rem;
    padding: 0 12rem;
    margin-bottom: 16rem;
  }
  #branches .contents .branch-benefit .banner .textWrap b {
    margin-bottom: 4rem;
    font-weight: 600;
  }
  #branches.global .contents .branch-consultant {
    margin-top: 40rem;
  }
  #branches.global .contents .branch-consultant .inner {
    padding: 24rem 16rem;
    position: relative;
  }
  #branches.global .contents .branch-consultant .inner .person {
    width: 70rem;
    height: 70rem;
    position: absolute;
    top: 24rem;
    left: 16rem;
  }
  #branches.global .contents .branch-consultant .inner .textWrap {
    width: 100%;
    padding: 0;
  }
  #branches.global .contents .branch-consultant .inner .textWrap .info {
    padding-left: 86rem;
    margin-bottom: 34rem;
    flex-wrap: wrap;
    padding-top: 10rem;
  }
  #branches.global .contents .branch-consultant .inner .textWrap .info p {
    order: 1;
    width: 100%;
  }
  #branches.global .contents .branch-consultant .inner .textWrap .info b {
    order: 2;
    width: 100%;
    font: var(--edm-f-h4);
    letter-spacing: var(--edm-f-h4-ls);
    font-weight: 600;
    margin: 2rem 0 0;
  }
  #branches.global .contents .branch-consultant .inner .textWrap .boxWrap .box {
    width: 100%;
  }
  #branches.global .contents .branch-consultant .inner .textWrap .boxWrap .box:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 0;
  }
  #branches.global .contents .branch-consultant .inner .textWrap .boxWrap .box + .box {
    margin-top: 16rem;
  }
  #branches.global .contents .branch-consultant .inner .textWrap .boxWrap .box .badge {
    font-size: 12rem;
    height: 20rem;
    line-height: 20rem;
    padding: 0 4rem;
  }
  #branches.global .contents .branch-care-banner {
    margin-top: 0;
    padding: 50rem 0 0 0;
  }
  #branches.global .contents .branch-care-banner .inner {
    padding: 24rem 16rem;
    border: 1px solid var(--edm-color-border-blue);
    border-radius: var(--edm-radius3);
    isolation: isolate;
    background-color: #EEF5F8;
    background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/about-us/branches/london/branch-care-banner-mo.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #branches.global .contents .branch-care-banner p {
    font: var(--edm-f-h5);
    letter-spacing: var(--edm-f-h5-ls);
    word-break: keep-all;
  }
  #branches.global .contents .branch-care-process-guide {
    margin-top: 100rem;
  }
  #branches.global .contents .branch-care-process-guide .section-header {
    margin-bottom: 24rem;
  }
  #branches.global .contents .branch-care-process-guide .section-header .section-title {
    font: var(--edm-f-h2);
    letter-spacing: var(--edm-f-h2-ls);
  }
  #branches.global .contents .branch-care-process-guide .section-header .section-sub {
    font: var(--edm-f-h5);
    letter-spacing: var(--edm-f-h5-ls);
    font-weight: 400;
    margin-top: 4rem;
  }
  #branches.global .contents .branch-care-process-guide .process-list {
    flex-direction: column;
    gap: 16rem;
  }
  #branches.global .contents .branch-care-process-guide .process-list .process-item {
    padding-top: 0;
    width: 100%;
  }
  #branches.global .contents .branch-care-process-guide .process-list .process-item:not(:last-child)::after {
    display: none;
  }
  #branches.global .contents .branch-care-process-guide .process-list .process-item .process-card {
    align-items: stretch;
    padding: 16rem;
    border-radius: 16rem;
  }
  #branches.global .contents .branch-care-process-guide .process-list .process-item .process-card .cardHead {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 8rem;
    margin-top: 0;
    margin-bottom: 12rem;
  }
  #branches.global .contents .branch-care-process-guide .process-list .process-item .process-card .cardHead .process-badge,
  #branches.global .contents .branch-care-process-guide .process-list .process-item .process-card .cardHead .process-title {
    order: unset;
  }
  #branches.global .contents .branch-care-process-guide .process-list .process-item .process-card .cardHead .process-badge {
    flex-shrink: 0;
    width: 106rem;
    height: 26rem;
    padding: 0 12rem;
    font-size: 14rem;
    font-weight: 700;
    letter-spacing: -0.00875rem;
  }
  #branches.global .contents .branch-care-process-guide .process-list .process-item .process-card .cardHead .process-title {
    margin-top: 0;
    font-size: 18rem;
    letter-spacing: -0.01125rem;
    text-align: left;
  }
  #branches.global .contents .branch-care-process-guide .process-list .process-item .process-box {
    padding: 12rem;
    text-align: left;
  }
  #branches.global .contents .branch-care-process-guide .process-list .process-item .process-box .process-box-title {
    font-size: 15rem;
    letter-spacing: -0.00938rem;
    font-weight: 600;
    line-height: 150%;
  }
  #branches.global .contents .branch-care-process-guide .process-list .process-item .process-box .process-box-txt {
    font-size: 14rem;
    letter-spacing: -0.00875rem;
    font-weight: 400;
    margin-top: 4rem;
  }
  #branches.global .contents .branch-support-service-list .section-header.mb {
    margin-bottom: 16rem;
  }
  #branches.global .contents .branch-support-service-list .service-tags {
    gap: 12rem;
    row-gap: 8rem;
    margin-top: 16rem;
  }
  #branches.global .contents .branch-support-service-list .service-tags span {
    height: 26rem;
    padding: 0 6rem;
    font: var(--edm-f-body2);
    line-height: 26rem;
    letter-spacing: var(--edm-f-body2-ls);
    font-weight: 500;
  }
  #branches.global .contents .branch-support-service-list .section-header + .service-tags {
    margin-bottom: 24rem;
  }
  #branches.global .contents .branch-support-service-list .service-title + .service-tags {
    margin-top: 0;
    margin-bottom: 16rem;
  }
  #branches.global .contents .branch-support-service-list .service-divider {
    margin-top: 50rem;
  }
  #branches.global .contents .branch-support-service-list .service-divider + .service-title {
    margin-top: 50rem;
  }
  #branches.global .contents .branch-support-service-list .service-title {
    margin-top: 24rem;
    margin-bottom: 16rem;
    font: var(--edm-f-h4);
    letter-spacing: var(--edm-f-h3-ls);
  }
  #branches.global .contents .branch-support-service-list .list {
    grid-template-columns: 1fr !important;
    gap: 12rem;
  }
  #branches.global .contents .branch-support-service-list .list.is-pattern-3, #branches.global .contents .branch-support-service-list .list.is-pattern-3-2 {
    grid-template-columns: 1fr !important;
  }
  #branches.global .contents .branch-support-service-list .list.is-pattern-3 li, #branches.global .contents .branch-support-service-list .list.is-pattern-3-2 li {
    grid-column: 1/-1 !important;
  }
  #branches.global .contents .branch-support-service-list .list li {
    padding: 16rem;
  }
  #branches.global .contents .branch-support-service-list .list li .num {
    width: 40rem;
    height: 40rem;
  }
  #branches.global .contents .branch-support-service-list .list li .textWrap b {
    font: var(--edm-f-h5);
    letter-spacing: var(--edm-f-h5-ls);
  }
  #branches.global .contents .branch-local-life-support-list .service-tags {
    gap: 12rem;
    row-gap: 8rem;
    margin-bottom: 24rem;
  }
  #branches.global .contents .branch-local-life-support-list .service-tags span {
    height: 26rem;
    padding: 0 6rem;
    font: var(--edm-f-body2);
    line-height: 26rem;
    letter-spacing: var(--edm-f-body2-ls);
    font-weight: 500;
  }
  #branches.global .contents .branch-local-life-support-list .section-header .section-title {
    font: var(--edm-f-h2);
    letter-spacing: var(--edm-f-h2-ls);
  }
  #branches.global .contents .branch-local-life-support-list .section-header .section-sub {
    margin-top: 4rem;
    font: var(--edm-f-h5);
    letter-spacing: var(--edm-f-h5-ls);
    font-weight: 400;
  }
  #branches.global .contents .branch-local-life-support-list .section-header.mb {
    margin-bottom: 16rem;
  }
  #branches.global .contents .branch-local-life-support-list .list {
    grid-template-columns: 1fr !important;
    gap: 16rem;
  }
  #branches.global .contents .branch-local-life-support-list .list.is-pattern-2-2, #branches.global .contents .branch-local-life-support-list .list.is-pattern-3-2, #branches.global .contents .branch-local-life-support-list .list.is-pattern-4-3, #branches.global .contents .branch-local-life-support-list .list.is-pattern-4-4 {
    grid-template-columns: 1fr !important;
  }
  #branches.global .contents .branch-local-life-support-list .list.is-pattern-2-2 li, #branches.global .contents .branch-local-life-support-list .list.is-pattern-3-2 li, #branches.global .contents .branch-local-life-support-list .list.is-pattern-4-3 li, #branches.global .contents .branch-local-life-support-list .list.is-pattern-4-4 li {
    grid-column: 1/-1 !important;
  }
  #branches.global .contents .branch-local-life-support-list .list li {
    padding: 16rem;
    gap: 8rem;
  }
  #branches.global .contents .branch-local-life-support-list .list li .cardHead .num {
    width: 20rem;
    height: 20rem;
    font-size: 15rem;
    letter-spacing: -0.15px;
  }
  #branches.global .contents .branch-local-life-support-list .list li .cardHead b {
    font: var(--edm-f-h5);
    letter-spacing: var(--edm-f-h5-ls);
  }
  #branches.global .contents .branch-local-life-support-list .list li .textWrap .txt {
    word-break: break-all;
  }
  #branches.global .contents .branch-local-life-support-list .list li .textWrap .dotTxt {
    padding-left: 10rem;
  }
  #branches.global .contents .branch-local-life-support-list .list li .textWrap .dotTxt::before {
    left: 3rem;
    top: 10rem;
  }
  #branches.global .contents .branch-local-insight {
    margin-top: 60rem;
    padding: 60rem 0;
  }
  #branches.global .contents .branch-location {
    margin-top: 100rem;
  }
  #branches.global .contents .branch-location .inner .map {
    height: 225rem;
    border-radius: var(--edm-radius3);
    isolation: isolate;
  }
  #branches.global .contents .branch-location .inner .info {
    display: block;
  }
  #branches.global .contents .branch-location .inner .info .btnWrap {
    margin-top: 16rem;
  }
  #branches.global .contents .branch-location .inner .info .btnWrap .shortcut {
    height: 32rem;
    line-height: 32rem;
    width: calc(50% - 6rem);
    padding: 0;
    border-radius: var(--edm-radius1);
    isolation: isolate;
  }
  #branches.global {
    /* 밴쿠버 글로벌센터 */
  }
  #branches.global.vancouver .contents .branch-support-service .inner .tabMenu-circle .scroll .flex {
    min-width: 446rem;
  }
  #branches.global {
    /* 토론토 글로벌센터 */
  }
  #branches.global.toronto .contents .branch-support-service .inner .tabMenu-circle .scroll .flex {
    min-width: 446rem;
  }
  #branches.global {
    /* 뉴욕 · 샌프란 · 샌디에고 글로벌센터 */
  }
  #branches.global.newyork-sf-sandiego .contents .branch-support-service .inner {
    margin-top: 90rem;
  }
  #branches.global.newyork-sf-sandiego .contents .branch-support-service .inner .tabMenu-circle {
    height: 34rem;
    top: -66rem;
  }
  #branches.global.newyork-sf-sandiego .contents .branch-support-service .inner .tabMenu-circle .scroll .flex {
    min-width: 388rem;
  }
  #branches.global {
    /* 브리즈번 · 시드니 · 멜버른 글로벌센터 */
  }
  #branches.global.brisbane-sydney-melbourne .contents .branch-support-service .inner .tabMenu-circle .scroll .flex {
    min-width: 490rem;
  }
  #branches.global.auckland .contents .branch-consultant .inner .textWrap .info {
    padding-top: 0;
    margin-bottom: 24rem;
  }
  #branches.global.auckland .contents .branch-support-service .inner .tabMenu-circle .scroll .flex {
    min-width: 545rem;
  }
  #branches.global.christchurch .contents .branch-consultant .inner .textWrap .info {
    padding-top: 0;
    margin-bottom: 24rem;
  }
  #branches.global.christchurch .contents .branch-support-service .inner .tabMenu-circle .scroll .flex {
    min-width: 533rem;
  }
  /****************************************************
  	회사소개
  ****************************************************/
  #about.commitment .page-visual {
    height: 264rem;
  }
  #about.commitment .intro {
    padding: 32rem 0 24rem;
  }
  #about.commitment .intro .article-title {
    font: var(--edm-f-h3);
    letter-spacing: var(--edm-f-h3-ls);
    font-weight: 600;
  }
  #about.commitment .intro .article-title span {
    font: var(--edm-f-body2);
    letter-spacing: var(--edm-f-body2-ls);
    font-weight: 400;
  }
  #about.commitment .intro .arrow {
    width: 16rem;
    height: 16rem;
  }
  #about.commitment .contents {
    padding: 50rem 0 0;
  }
  #about.commitment .contents .titleWrap {
    margin-bottom: 24rem;
  }
  #about.commitment .contents > section + section {
    margin-top: 60rem;
  }
  #about.commitment .contents .pandemic .inner .countWrap {
    padding: 24rem 17.5rem;
    border-radius: var(--edm-radius3);
    isolation: isolate;
  }
  #about.commitment .contents .pandemic .inner .countWrap::after {
    border-radius: var(--edm-radius3);
    isolation: isolate;
  }
  #about.commitment .contents .pandemic .inner .countWrap .box .tit {
    font: var(--edm-f-body2);
    letter-spacing: var(--edm-f-body2-ls);
    height: 26rem;
    line-height: 26rem;
    padding: 0 8rem;
    margin-bottom: 12rem;
  }
  #about.commitment .contents .pandemic .inner .countWrap .box .desc {
    font: var(--edm-f-h4);
    letter-spacing: var(--edm-f-h4-ls);
    font-weight: 600;
  }
  #about.commitment .contents .pandemic .inner .list {
    margin-top: 50rem;
  }
  #about.commitment .contents .pandemic .inner .list li {
    padding-left: 0;
    display: block;
    padding-bottom: 0;
  }
  #about.commitment .contents .pandemic .inner .list li::before {
    display: none;
  }
  #about.commitment .contents .pandemic .inner .list li + li {
    margin-top: 50rem;
  }
  #about.commitment .contents .pandemic .inner .list li .textWrap {
    width: 100%;
  }
  #about.commitment .contents .pandemic .inner .list li .textWrap .tit {
    display: flex;
    align-items: center;
    gap: 8rem;
    font: var(--edm-f-h3);
    letter-spacing: var(--edm-f-h3-ls);
    margin-bottom: 16rem;
  }
  #about.commitment .contents .pandemic .inner .list li .textWrap .tit .num {
    position: static;
    width: 24rem;
    height: 24rem;
    font: var(--edm-f-body1);
    letter-spacing: var(--edm-f-body1-ls);
    font-weight: 600;
  }
  #about.commitment .contents .pandemic .inner .list li .imgWrap {
    width: 100%;
    aspect-ratio: 328/216;
    margin-top: 24rem;
  }
  #about.commitment .contents .news {
    margin-top: 100rem;
  }
  #about.commitment .contents .news .inner .boxWrap {
    row-gap: 16rem;
    grid-template-columns: repeat(1, 1fr);
  }
  #about.commitment .contents .news .inner .boxWrap .box {
    padding: 16rem;
  }
  #about.commitment .contents .news .inner .boxWrap .box .newspaper {
    gap: 12rem;
    margin-bottom: 16rem;
  }
  #about.commitment .contents .news .inner .boxWrap .box .newspaper i {
    width: 40rem;
    height: 40rem;
  }
  #about.commitment .contents .news .inner .boxWrap .box .subject {
    margin-bottom: 8rem;
  }
  #about.commitment .contents .news .inner .boxWrap .box .info {
    margin-top: 8rem;
  }
  #about.commitment .contents .news .inner .boxWrap .box .shortcut {
    margin-top: 16rem;
  }
  #about.commitment .contents .safety .inner {
    border-radius: var(--edm-radius3);
    isolation: isolate;
    padding: 40rem 0;
  }
  #about.commitment .contents .safety .inner .article-title {
    font: var(--edm-f-h4);
    letter-spacing: var(--edm-f-h4-ls);
  }
  #about.commitment .contents .basic .titleWrap {
    margin-bottom: 24rem;
  }
  #about.commitment .contents .basic .inner .list li + li {
    padding-top: 24rem;
    margin-top: 24rem;
  }
  #about.commitment .contents .basic .inner .list li .tit {
    font: var(--edm-f-h3);
    letter-spacing: var(--edm-f-h3-ls);
    margin-bottom: 12rem;
  }
  #about.commitment .contents .basic .inner .list li .tit .icon {
    width: 32rem;
    height: 32rem;
  }
  #about.commitment .contents .basic .inner .list li .desc {
    font: var(--edm-f-body2);
    letter-spacing: var(--edm-f-body2-ls);
    font-weight: 400;
  }
  #about.commitment .contents .outro {
    margin-top: 50rem;
    padding: 60rem 0;
  }
  #about.commitment .contents .outro .inner .article-title {
    font: var(--edm-f-h4);
    letter-spacing: var(--edm-f-h4-ls);
  }
  #about.commitment .contents .outro .inner .article-title span {
    font: var(--edm-f-h5);
    letter-spacing: var(--edm-f-h5-ls);
    margin-top: 4rem;
  }
  #about.about .contents {
    padding-top: 70rem;
    padding-bottom: 60rem;
  }
  #about.about .contents .titleWrap {
    margin-bottom: 24rem;
  }
  #about.about .contents > section + section {
    margin-top: 70rem;
  }
  #about.about .contents .area-intro .article-title {
    font: var(--edm-f-h1);
    letter-spacing: var(--edm-f-h1-ls);
  }
  #about.about .contents .area-intro .article-title + p {
    font: 500 24rem/1.3 Pretendard;
    letter-spacing: -0.48rem;
  }
  #about.about .contents .area-intro .article-title + p .mo-br {
    display: inline;
  }
  #about.about .contents .business .boxWrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 16rem;
  }
  #about.about .contents .business .boxWrap .box {
    height: auto;
    aspect-ratio: 328/180;
    border-radius: var(--edm-radius3);
    isolation: isolate;
    padding: 24rem;
    grid-column: span 1;
    min-height: 180rem;
  }
  #about.about .contents .business .boxWrap .box:nth-child(-n+2) {
    height: auto;
    grid-column: span 1;
  }
  #about.about .contents .business .boxWrap .box .tit {
    font: var(--edm-f-h2);
    letter-spacing: var(--edm-f-h2-ls);
  }
  #about.about .contents .business .boxWrap .box .desc {
    display: none;
  }
  #about.about .contents .business .boxWrap .box .category {
    max-width: 336rem;
  }
  #about.about .contents .service .boxWrap {
    gap: 16rem;
  }
  #about.about .contents .service .boxWrap .box {
    padding: 16rem;
    border-radius: var(--edm-radius3);
    isolation: isolate;
  }
  #about.about .contents .service .boxWrap .box .tit {
    font: var(--edm-f-h3);
    letter-spacing: var(--edm-f-h3-ls);
    font-weight: 600;
    margin-bottom: 16rem;
  }
  #about.about .contents .service .boxWrap .box .tit .icon {
    margin-right: 12rem;
    width: 26rem;
    height: 26rem;
  }
  #about.about .contents .result {
    padding: 60rem 0;
    background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/about-us/about/result-bg-mo.webp");
    background-position: top center;
  }
  #about.about .contents .result .countWrap {
    border-radius: var(--edm-radius3);
    isolation: isolate;
    padding: 24rem 13.5rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  #about.about .contents .result .countWrap .box .tit {
    font: var(--edm-f-detail);
    letter-spacing: var(--edm-f-detail-ls);
    margin-bottom: 8rem;
  }
  #about.about .contents .result .countWrap .box .num {
    font: var(--edm-f-h2);
    letter-spacing: var(--edm-f-h2-ls);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #about.about .contents .result .countWrap .box .desc {
    display: none;
  }
  #about.about .contents .result .cardWrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 16rem;
    margin-top: 24rem;
  }
  #about.about .contents .result .cardWrap .card {
    border-radius: var(--edm-radius3);
    isolation: isolate;
    padding: 16rem;
  }
  #about.about .contents .result .cardWrap .card img {
    border-radius: var(--edm-radius2);
    isolation: isolate;
    margin-bottom: 16rem;
    aspect-ratio: 296/167;
  }
  #about.about .contents .result .cardWrap .card .desc {
    font: var(--edm-f-detail);
    letter-spacing: var(--edm-f-detail-ls);
    margin-top: 4rem;
  }
  #about.about .contents .customer-service .cardWrap {
    gap: 16rem;
  }
  #about.about .contents .customer-service .cardWrap .card .textWrap {
    padding: 16rem;
  }
  #about.about .contents .love-your-dream .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16rem;
  }
  #about.about .contents .love-your-dream .list .item .subject {
    margin-top: 12rem;
  }
  #about.about .contents .edm-cta .titleWrap .article-title .mo-br {
    display: inline;
  }
  #about.about .contents .edm-cta .btnWrap .btn-edmedu {
    height: 48rem;
    padding: 16rem 24rem;
    border-radius: 8rem;
    font: 500 16rem/1.5 Pretendard;
    letter-spacing: -0.16rem;
  }
  #about.about .contents .edm-cta .btnWrap .btn-edmedu .ico-external {
    width: 16rem;
    height: 16rem;
  }
}
@media screen and (max-width: 767px) {
  #branches {
    /* 참여 프로그램 */
  }
  #branches #participation-program .board-list > li {
    width: calc(50% - 12rem);
  }
  #branches #participation-program .board-list > li:nth-child(3n) {
    margin-right: 24rem;
  }
  #branches #participation-program .board-list > li:nth-child(2n) {
    margin-right: 0;
  }
  #branches #participation-program .board-list > li:nth-last-child(3):not(:nth-last-child(-n+2)) {
    margin-bottom: 60rem;
  }
  #about.about .contents .customer-service .cardWrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #about.about .contents .customer-service .cardWrap .card .imgWrap {
    padding-top: 52%;
  }
}
@media screen and (max-width: 575px) {
  #branches {
    /* 참여 프로그램 */
  }
  #branches #participation-program .board-list > li {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #branches #participation-program .board-list > li:nth-last-child(3):not(:nth-last-child(-n+2)) {
    margin-bottom: 0;
  }
  #branches #participation-program .board-list > li:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 0;
  }
  #branches #participation-program .board-list > li + li {
    margin-top: 24rem;
  }
  #about.about .contents .service .boxWrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #about.about .contents .result .cardWrap {
    grid-template-columns: repeat(1, 1fr);
  }
  #about.about .contents .love-your-dream .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 380px) {
  #about.about .contents .area-intro .article-title {
    font-size: 20rem;
  }
  #about.about .contents .business .boxWrap .box .category {
    max-width: 290rem;
  }
  #about.about .contents .business .boxWrap .box .category .type2::before {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  #about.about .contents .business .boxWrap .box .category {
    max-width: 100%;
  }
  #about.about .contents .business .boxWrap .box .category p {
    width: 100%;
  }
  #about.about .contents .business .boxWrap .box .category p::before {
    display: none;
  }
}