@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%;
  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%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}
#branches .contents .banner .bg * {
  width: 100%;
  height: 100%;
  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 .contents .branch-map ._eng {
  display: none;
}
#branches .contents .branch-map .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#branches .contents .branch-map .section-header .languageWrap {
  border: 1px solid var(--edm-color-text-1);
  border-radius: var(--edm-radius1);
  isolation: isolate;
  overflow: hidden;
}
#branches .contents .branch-map .section-header .languageWrap button {
  font: var(--edm-f-detail);
  letter-spacing: var(--edm-f-detail-ls);
  padding: 0 8rem;
  height: 32rem;
  line-height: 32rem;
  background-color: #fff;
}
#branches .contents .branch-map .section-header .languageWrap button.active {
  background-color: var(--edm-color-text-1);
  color: #fff;
}
#branches .contents .branch-map .mapWrap {
  justify-content: space-between;
}
#branches .contents .branch-map .mapWrap .map {
  width: calc(50% - 12rem);
  height: 420rem;
  border-radius: var(--edm-radius4);
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--edm-color-border-blue);
  box-shadow: var(--edm-sd-blue-1);
}
#branches .contents .branch-map .mapWrap .info {
  width: calc(50% - 12rem);
}
#branches .contents .branch-map .mapWrap .info .top {
  background-color: var(--edm-bg-neutral);
  padding: 16rem;
  border-radius: var(--edm-radius3);
  isolation: isolate;
}
#branches .contents .branch-map .mapWrap .info .top b {
  font-weight: 600;
}
#branches .contents .branch-map .mapWrap .info .top .btnWrap {
  margin-top: 16rem;
}
#branches .contents .branch-map .mapWrap .info .top .btnWrap .shortcut {
  margin-right: 12rem;
}
#branches .contents .branch-map .mapWrap .info .top .btnWrap .shortcut.copy {
  background-color: #C5C5C5;
  font-weight: 500;
  color: var(--edm-color-text-1);
}
#branches .contents .branch-map .mapWrap .info .top .btnWrap .shortcut .icon-copy {
  vertical-align: middle;
}
#branches .contents .branch-map .mapWrap .info .traffic {
  margin-top: 24rem;
}
#branches .contents .branch-map .mapWrap .info .traffic li + li {
  margin-top: 16rem;
}
#branches .contents .branch-map .mapWrap .info .traffic li b {
  display: block;
  margin-bottom: 4rem;
  font-weight: 600;
}
#branches .contents .branch-map .mapWrap .info .traffic li .txt {
  font: var(--edm-f-body2);
  letter-spacing: var(--edm-f-body2-ls);
  font-weight: 400;
  color: var(--edm-color-text-2);
}
#branches .contents .branch-map .mapWrap .info .traffic li .txt span {
  height: 24rem;
  border-radius: var(--edm-radiusFull);
  isolation: isolate;
  padding: 0 6rem;
  text-align: center;
  font: var(--edm-f-detail);
  letter-spacing: var(--edm-f-detail-ls);
  display: inline-block;
  color: #fff;
  line-height: 24rem;
  min-width: 24rem;
  margin-right: 4rem;
}
#branches .contents .branch-map .mapWrap .info .traffic li .txt span.pink {
  background-color: #E51E6E;
}
#branches .contents .branch-map .mapWrap .info .traffic li .txt span.orange {
  background-color: #F0602F;
}
#branches .contents .branch-map .mapWrap .info .traffic li .txt span.green {
  background-color: var(--edm-brand-primary);
}
#branches .contents .branch-map .mapWrap .info .traffic li .txt span.red {
  background-color: #CD1C37;
}
#branches .contents .branch-map .mapWrap .info .traffic li .txt p {
  margin-top: 4rem;
}
#branches .contents .branch-map .mapWrap .info .traffic li .txt + .txt {
  margin-top: 4rem;
}
#branches .contents .branch-map .mapWrap .info .traffic li .desc {
  font: var(--edm-f-detail);
  letter-spacing: var(--edm-f-detail-ls);
  color: var(--edm-color-text-3);
  margin-top: 4rem;
}
#branches .contents .branch-map._eng ._ko {
  display: none;
}
#branches .contents .branch-map._eng ._eng {
  display: block;
}
#branches.global .page-visual {
  color: #fff;
}
#branches.global .page-visual p {
  color: inherit;
}
#branches.global .contents {
  /* 지원서비스 */
  /* 지원서비스 리스트 */
}
#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%;
  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-support-service .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;
  overflow: hidden;
}
#branches.global .contents .branch-support-service .inner [data-support-service] {
  display: none;
}
#branches.global .contents .branch-support-service .inner [data-support-service="0"] {
  display: block;
}
#branches.global .contents .branch-support-service .inner .imgWrap {
  width: 466rem;
  border-radius: var(--edm-radius3);
  isolation: isolate;
  overflow: hidden;
  height: auto;
  float: left;
  box-shadow: var(--edm-sd-neutral-1);
  position: relative;
  padding-top: 25.8%;
}
#branches.global .contents .branch-support-service .inner .imgWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#branches.global .contents .branch-support-service .inner .tabMenu-circle {
  width: calc(100% - 466rem - 40rem);
  float: right;
  margin-left: 40rem;
  margin-bottom: 40rem;
}
#branches.global .contents .branch-support-service .inner .tabMenu-circle .tab {
  margin-bottom: 4rem;
}
#branches.global .contents .branch-support-service .inner b {
  width: calc(100% - 466rem - 40rem);
  float: right;
  margin-left: 40rem;
  font: var(--edm-f-h3);
  letter-spacing: var(--edm-f-h3-ls);
  font-weight: 600;
  margin-bottom: 12rem;
}
#branches.global .contents .branch-support-service .inner p {
  width: calc(100% - 466rem - 40rem);
  float: right;
  margin-left: 40rem;
  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-support-service-list {
  margin-top: 100rem;
}
#branches.global .contents .branch-support-service-list .list li {
  display: flex;
  align-items: center;
}
#branches.global .contents .branch-support-service-list .list li + li {
  margin-top: 24rem;
}
#branches.global .contents .branch-support-service-list .list li .num {
  width: 56rem;
  height: 56rem;
  border-radius: 50%;
  isolation: isolate;
  background: linear-gradient(90deg, #0086FA 0%, #01D29C 100%);
  color: #fff;
  font: var(--edm-f-h4);
  letter-spacing: var(--edm-f-h4-ls);
  line-height: 56rem;
  text-align: center;
  display: inline-block;
}
#branches.global .contents .branch-support-service-list .list li .textWrap {
  width: calc(100% - 56rem);
  padding-left: 24rem;
  display: flex;
  flex-wrap: wrap;
}
#branches.global .contents .branch-support-service-list .list li .textWrap .wrap {
  background-color: var(--edm-bg-neutral);
  border: 1px solid var(--edm-color-border-blue);
  border-radius: var(--edm-radius3);
  isolation: isolate;
}
#branches.global .contents .branch-support-service-list .list li .textWrap .wrap.tit {
  width: 214rem;
  font: var(--edm-f-h5);
  letter-spacing: var(--edm-f-h5-ls);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
#branches.global .contents .branch-support-service-list .list li .textWrap .wrap.txt {
  width: calc(100% - 214rem - 24rem);
  margin-left: 24rem;
  padding: 24rem 24rem 12rem;
  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-support-service-list .list li .textWrap .wrap.txt p {
  display: inline-block;
  margin-right: 16rem;
  margin-bottom: 12rem;
}
#branches.global .contents .branch-support-service-list .list li .textWrap .wrap.txt p:not(.none) {
  position: relative;
  padding-left: 28rem;
}
#branches.global .contents .branch-support-service-list .list li .textWrap .wrap.txt p:not(.none)::before {
  content: "";
  width: 24rem;
  height: 24rem;
  position: absolute;
  left: 0;
  background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/about-us/branches/branch-support-service-list-24.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#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, #FFFFFB 0%, #F6F8FF 100%);
  padding: 70rem 0 50rem;
}
#about.commitment .intro .article-title {
  background: linear-gradient(90deg, #EB3B9A 25%, #1D58EE 70%);
  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);
  letter-spacing: var(--edm-f-h4-ls);
  font-weight: 400;
  display: block;
  margin-bottom: 8rem;
}
#about.commitment .intro .arrow {
  width: 24rem;
  height: 24rem;
  display: block;
  margin: 16rem auto 0;
}
#about.commitment .intro .arrow * {
  width: 100%;
  height: 100%;
  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, #A57DFF 0%, #5A3DFF 100%);
  backdrop-filter: blur(2rem);
  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: #370C98;
  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%;
  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: var(--edm-f-h2);
  letter-spacing: var(--edm-f-h2-ls);
  font-weight: 500;
  color: var(--edm-color-text-2);
  margin-top: 12rem;
}
#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%;
  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);
  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%;
  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;
  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);
  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);
  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%;
  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 .love-your-dream .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  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%;
  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 {
    /* 참여 프로그램 */
  }
  #branches #branch-nav {
    margin-bottom: 0;
  }
  #branches #participation-program {
    margin-top: 60rem;
  }
  #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 .contents .branch-map .section-header .languageWrap button {
    font-size: 12rem;
    line-height: 24rem;
    height: 24rem;
  }
  #branches .contents .branch-map .mapWrap {
    display: block;
  }
  #branches .contents .branch-map .mapWrap .map {
    width: 100%;
    min-height: 225rem;
    height: 62.5vw;
    margin-bottom: 12rem;
    border-radius: var(--edm-radius3);
    isolation: isolate;
  }
  #branches .contents .branch-map .mapWrap .info {
    width: 100%;
  }
  #branches .contents .branch-map .mapWrap .info .top .btnWrap {
    justify-content: space-between;
  }
  #branches .contents .branch-map .mapWrap .info .top .btnWrap > div {
    width: calc(50% - 6rem);
  }
  #branches .contents .branch-map .mapWrap .info .top .btnWrap > div .shortcut {
    width: 100%;
  }
  #branches .contents .branch-map .mapWrap .info .top .btnWrap .shortcut {
    height: 32rem;
    line-height: 32rem;
    padding: 0;
    border-radius: var(--edm-radius1);
    isolation: isolate;
    width: calc(50% - 6rem);
    margin: 0;
    font-weight: 400;
  }
  #branches .contents .branch-map .mapWrap .info .traffic li .txt span {
    height: 20rem;
    line-height: 20rem;
    min-width: 20rem;
  }
  #branches .contents .branch-map .mapWrap .info .traffic li .desc {
    font-size: 13rem;
  }
  #branches .contents .branch-map._eng .btnWrap ._eng.copy {
    display: flex;
    align-items: center;
  }
  #branches .contents .branch-map._eng .btnWrap ._eng .shortcut {
    display: flex;
    align-items: center;
  }
  #branches.global {
    /* 밴쿠버 글로벌센터 */
    /* 토론토 글로벌센터 */
    /* 뉴욕 · 샌프란 · 샌디에고 글로벌센터 */
    /* 브리즈번 · 시드니 · 멜버른 글로벌센터 */
  }
  #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-support-service .inner {
    padding: 24rem 16rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 136rem;
    position: relative;
    overflow: initial;
  }
  #branches.global .contents .branch-support-service .inner .tabMenu-circle {
    width: calc(100% + 32rem);
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    top: -112rem;
    left: 0;
    z-index: 2;
    margin-left: -16rem;
  }
  #branches.global .contents .branch-support-service .inner .tabMenu-circle .scroll {
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 16rem;
    padding-left: 16rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #branches.global .contents .branch-support-service .inner .tabMenu-circle .scroll::-webkit-scrollbar {
    display: none;
  }
  #branches.global .contents .branch-support-service .inner .tabMenu-circle .scroll .flex {
    min-width: 431rem;
    flex-wrap: wrap;
  }
  #branches.global .contents .branch-support-service .inner .imgWrap {
    width: 100%;
    padding-top: 57.2%;
    order: 2;
    float: none;
  }
  #branches.global .contents .branch-support-service .inner .tit {
    width: 100%;
    order: 1;
    float: none;
    margin-bottom: 16rem;
  }
  #branches.global .contents .branch-support-service .inner .tit b {
    width: 100%;
    font: var(--edm-f-h4);
    letter-spacing: var(--edm-f-h4-ls);
    font-weight: 600;
    margin: 0;
  }
  #branches.global .contents .branch-support-service .inner .txt {
    width: 100%;
    order: 3;
    float: none;
    padding-top: 16rem;
  }
  #branches.global .contents .branch-support-service .inner .txt p {
    width: 100%;
    margin: 0;
  }
  #branches.global .contents .branch-support-service-list {
    margin-top: 40rem;
  }
  #branches.global .contents .branch-support-service-list .list li {
    align-items: flex-start;
  }
  #branches.global .contents .branch-support-service-list .list li + li {
    margin-top: 16rem;
  }
  #branches.global .contents .branch-support-service-list .list li .num {
    width: 32rem;
    height: 32rem;
    font: var(--edm-f-h5);
    letter-spacing: var(--edm-f-h5-ls);
    line-height: 32rem;
    margin-top: 12rem;
  }
  #branches.global .contents .branch-support-service-list .list li .textWrap {
    width: calc(100% - 32rem);
    padding-left: 16rem;
  }
  #branches.global .contents .branch-support-service-list .list li .textWrap .wrap {
    padding: 16rem;
  }
  #branches.global .contents .branch-support-service-list .list li .textWrap .wrap.tit {
    width: 100%;
    margin-bottom: 8rem;
    display: block;
  }
  #branches.global .contents .branch-support-service-list .list li .textWrap .wrap.txt {
    width: 100%;
    margin: 0;
    padding: 16rem;
  }
  #branches.global .contents .branch-support-service-list .list li .textWrap .wrap.txt p {
    width: 100%;
    margin: 0;
  }
  #branches.global .contents .branch-support-service-list .list li .textWrap .wrap.txt p + p {
    margin-top: 4rem;
  }
  #branches.global .contents .branch-support-service-list .list li .textWrap .wrap.txt p:not(.none) {
    padding-left: 20rem;
  }
  #branches.global .contents .branch-support-service-list .list li .textWrap .wrap.txt p:not(.none)::before {
    background-image: url("https://s3.ap-northeast-2.amazonaws.com/img.edmuhak.com/uhak/renewal/about-us/branches/branch-support-service-list-16.svg");
    width: 16rem;
    height: 16rem;
    top: 3rem;
  }
  #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.vancouver .contents .branch-support-service .inner .tabMenu-circle .scroll .flex {
    min-width: 446rem;
  }
  #branches.global.toronto .contents .branch-support-service .inner .tabMenu-circle .scroll .flex {
    min-width: 446rem;
  }
  #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.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: var(--edm-f-h4);
    letter-spacing: var(--edm-f-h4-ls);
    font-weight: 500;
  }
  #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;
    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.hide {
    display: none;
  }
  #about.about .contents .love-your-dream .list .item .subject {
    margin-top: 12rem;
  }
  #about.about .contents .love-your-dream .mo-btn .shortcut {
    margin-top: 24rem;
    width: 100%;
    color: var(--edm-color-text-3);
  }
  #about.about .contents .love-your-dream .mo-btn .shortcut::after {
    content: "더보기";
    order: 1;
  }
  #about.about .contents .love-your-dream .mo-btn .shortcut svg {
    order: 2;
  }
  #about.about .contents .love-your-dream .mo-btn .shortcut.active::after {
    content: "접기";
  }
  #about.about .contents .love-your-dream .mo-btn .shortcut.active svg {
    transform: rotate(180deg);
  }
}
@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 .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;
  }
}


