#branch {
  position: relative;
}
#branch #branch-list {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 10;
  width: 90%;
  max-width: 1600px;
  pointer-events: none;
}
#branch #branch-list .list__wrapper {
  width: 560px;
  height: 760px;
  padding: 70px;
  background: #fff;
  font-size: 14px;
  pointer-events: auto;
}
#branch #branch-list ul {
  max-height: 520px;
  overflow-y: auto;
}
#branch #branch-list ul::-webkit-scrollbar {
  background: #E9E9E9;
  width: 4px;
}
#branch #branch-list ul::-webkit-scrollbar-track {
  background: #E9E9E9;
}
#branch #branch-list ul::-webkit-scrollbar-thumb {
  background: var(--c-deeppink);
  border-radius: 4px;
}
#branch #branch-list ul li {
  padding: 1.4em 0.7em;
  cursor: pointer;
  border-bottom: 1px solid #c1c1c1;
  color: var(--theme-color);
}
#branch #branch-list ul li.active {
  display: block;
}
#branch #branch-list ul li.--active {
  color: var(--c-deeppink);
  border-color: var(--c-deeppink);
}
#branch #branch-list ul li em {
  display: block;
  color: #f55249;
  font-size: 0.9em;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 0.3em;
}
#branch #branch-list ul li .title {
  font-size: 1.28em;
}
#branch #branch-list ul li .addr {
  padding: 0.8em 0 0;
}
#branch #branch-list ul li .tel {
  font-size: 0.9em;
  font-weight: 600;
}
#branch #branch-list ul.--active li {
  display: none;
}
#branch #branch-list ul.--active li.active {
  display: block;
}
#branch #branch-sch {
  position: relative;
}
#branch #branch-sch #city-filter {
  width: 100%;
  font-size: 24px;
  font-family: var(--Pretendard);
  color: #1B4F84;
  padding: 0 0 15px;
  border: 0;
  border-bottom: 1px solid #1B4F84;
  outline: none;
}
#branch #branch-sch .barnch-total {
  font-size: 18px;
  padding: 1em 0;
}
#branch .marker {
  position: absolute;
  top: calc(-70px - 2em);
  left: 50%;
  background: #fff;
  padding: 1em;
  translate: -50% -50%;
  font-size: 14px;
  border-radius: 0.5em;
  -webkit-box-shadow: 0 0 5px 5px rgba(102, 102, 102, 0.2);
          box-shadow: 0 0 5px 5px rgba(102, 102, 102, 0.2);
}
#branch .marker i {
  padding-right: 0.7em;
}
#branch .marker strong {
  display: block;
  font-size: 1.1em;
}
#branch .marker address {
  width: 15em;
  word-break: keep-all;
  display: block;
  white-space: pre-line;
  font-style: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0;
}
#branch .marker .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#branch .marker .ov-x {
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  width: 1em;
  height: 1em;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  background: url(/skin/latest/branch_nav/img/x.svg) center/cover;
}
#branch .branch-map-wr {
  position: relative;
}

#branch-map {
  height: 1080px;
  margin: 100px 0 300px;
}

#branch-cs {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #009a6c;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
}
#branch-cs * {
  color: #fff;
}
#branch-cs .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
#branch-cs .call dt {
  font-size: 26px;
  margin-bottom: 0.7em;
  font-weight: bold;
}
#branch-cs .call dd {
  font-size: 55px;
  letter-spacing: -0.03em;
  line-height: 0.8;
}
#branch-cs .hours {
  width: 17em;
  padding-left: 2em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#branch-cs .hours dt {
  width: 5em;
  font-size: 20px;
  margin-bottom: 0.6em;
}
#branch-cs .hours dd {
  width: calc(100% - 5em);
  margin-bottom: 0.6em;
}
#branch-cs .hours dd span {
  letter-spacing: 0.06em;
}
#branch-cs .hours dd:last-child {
  font-size: 20px;
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  #branch #branch-list .list__wrapper {
    width: 450px;
    padding: 40px;
  }
}
/* ========================= MOBILE ========================= */
.branch__mobile #branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.branch__mobile #branch #branch-list {
  position: relative;
  top: auto;
  left: auto;
  translate: 0 0;
}
.branch__mobile #branch #branch-sch #city-filter {
  font-size: calc(var(--unit) * 5);
}
.branch__mobile #branch #branch-list {
  width: 100%;
}
.branch__mobile #branch #branch-list .list__wrapper {
  width: 100%;
  height: 70dvh;
  padding: calc(var(--unit) * 5.56);
  padding-top: calc(var(--unit) * 9.72);
  font-size: calc(var(--unit) * 2.78);
}
.branch__mobile #branch #branch-list ul li .title {
  font-size: calc(var(--unit) * 4.17);
}
.branch__mobile #branch #branch-sch .barnch-total {
  font-size: calc(var(--unit) * 3.33);
}
.branch__mobile #branch-map {
  height: 50dvh;
  margin: 6dvh 0 0;
}/*# sourceMappingURL=style.css.map */