/** Shopify CDN: Minification failed

Line 230:0 Expected "}" to go with "{"

**/
/* ==========================================================================
   #MAP SECTION
   ========================================================================== */
.map {
  display: block;
}
.map accordion-group details:last-child {
  border-bottom: 0 none;
}
.map accordion-group details[open] summary-icon {
  opacity: 0;
}
.map accordion-group summary {
  padding-top: calc(var(--font--size-h3) / var(--font--size-base) * 0.5rem);
  padding-bottom: calc(var(--font--size-h3) / var(--font--size-base) * 0.5rem);
}
.map accordion-group summary summary-icon {
  font-size: 0.9em;
  opacity: 1;
}
.map accordion-group details-content {
  padding-top: 0;
}

.map__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.map__items {
  padding: 54px 60px;
  background: var(--color--bg);
  position: relative;
}

.map__title {
  overflow: hidden;
  display: block;
  position: relative;
}
.map__title:hover {
  text-decoration: none;
}
.map__title.is-active .map__title-icon {
  opacity: 0;
}

.map__title-text {
  color: var(--color-heading);
}

.map__text,
.map__title-icon,
.map__sub-text {
  color: var(--color-text);
}

.map__title-icon {
  position: absolute;
  right: 0;
  top: 10px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.map__title:not(:first-child) {
  border-top: 1px solid rgba(33, 33, 33, 0.2);
}

.map__title-text {
  text-transform: var(--font--title-transform);
  margin-bottom: 9px;
  margin-top: 9px;
  padding-right: 24px;
}
summary .map__title-text {
  margin: 0;
}

.map__item {
  margin-bottom: 24px;
  display: block;
  position: relative;
}
.map__item:last-child .map__item-wrap {
  margin-bottom: 12px;
}

.map__item:last-child {
  margin-bottom: 0;
}

.map__item-wrap {
  position: relative;
  padding-top: 9px;
}

.map__text,
.map__sub-text {
  margin: 0;
  max-width: 400px;
  word-wrap: break-word;
}

.map__media {
  position: relative;
}

.map__media__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map__media-img {
  width: 100%;
}

.map__media-map:not(.map__media-map--first) {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.map__media-map {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.map__media-map.is-active {
  opacity: 1;
  visibility: visible;
}

.map__media-canvas {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.map__media-btn {
  position: absolute;
  bottom: 18px;
  right: 18px;
}

.section--has-bg .map {
  padding: 42px 0;
}
@media (max-width: 47.9275em) {
  .section--has-bg .map {
    padding: 24px 0;
  }
}

@media (max-width: 61.24em) {
  .map__text {
    margin-bottom: 12px;
  }
  .map__items {
    padding: 30px 36px;
  }
  .map__media-canvas {
    min-height: 450px;
  }
}
@media (max-width: 47.9275em) {
  .map__item-wrap {
    margin-bottom: 18px;
  }
  .map__items {
    padding: 24px;
  }
  .section--no-bg .map__items {
    padding: 0;
  }
  .map__media-btn {
   right: 12px;
   bottom: 10px;
   z-index: 2;            /* 기존 bottom 무효화 */

  }
  .map__media-canvas {
    min-height: 240px;
  }
}
.map--overflow .map__media {
  margin-left: -100px;
}
@media (max-width: 47.9275em) {
  .map--overflow .map__media {
    margin-left: 0;
  }
}
.map__media-btn {
  background-color: #B2CCFF; /* 버튼 배경 파랑 */
  color: #000000;           /* 글씨 흰색 */
  border-radius: 10px;       /* 모서리 둥글게 */
  padding: 7px 18px;
  font-weight: 600;
}
.map__media-btn:hover {
  background-color: #FFFF8F;
  color: #4374D9;
/*# sourceMappingURL=section-map.css.map */
