@charset "UTF-8";
/*
직영및 체인 영역입니다
*****************************/
.chain-list-wrap {
  margin-top: 6rem;
}
.chain-list-wrap .star {
  color: #da291c;
}
.chain-list-wrap .reference-message {
  text-align: right;
  font-size: 1.6rem;
  margin-bottom: 1.3rem;
  color: #111;
}
.chain-list-wrap .chain-list {
  margin-top: 6rem;
  /* border-top: 1px solid #ccc; */
}
.chain-list-wrap .chain-list:first-of-type {
  /* border-top: 2px solid #111; */
  margin-top: 0;
}
/* .chain-list-wrap .chain-list:last-of-type {
  border-bottom: 1px solid #dddddd;
} */
.chain-list-wrap .chain-list dt {
  color: #111;
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 5.2rem;
  border-bottom: 2px solid #111111;
  padding-bottom: 1.2rem;
}
.chain-list-wrap .chain-info {
  display: flex;
  align-items: center;
  min-height: 28.6rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid #dddddd;
}
.chain-list-wrap .chain-info .img-wrap {
  width: 49.5rem;
}
.chain-list-wrap .chain-info .img-wrap > img {
  width: 100%;
}
.chain-list-wrap .chain-info .txt-wrap {
  padding: 0 3.2rem;
  flex: 1;
}
.chain-list-wrap .chain-info .txt-wrap .tit {
  font-size: 2.4rem;
  color: #111;
  font-weight: 600;
  line-height: 4rem;
}
.chain-list-wrap .chain-info .txt-wrap .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-top: 0.4rem;
  color: #111;
  font-weight: 400;
}
.chain-list-wrap .chain-info .txt-wrap .place {
  font-size: 1.6rem;
  color: #666;
  margin-top: 2.4rem;
  padding-left: 2.2rem;
  position: relative;
  font-weight: 400;
  line-height: 2.8rem;
}
.chain-list-wrap .chain-info .txt-wrap .place::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.4rem;
  background: url(/assets/image/sale/ico_point.webp) no-repeat center/contain;
}
.chain-list-wrap .chain-info .txt-wrap .btn-wrap {
  margin-top: 4.8rem;
  display: flex;
  justify-content: flex-start;
  gap: 1.2rem;
}
.chain-list-wrap .chain-info .txt-wrap .btn {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 16rem;
  height: 4.8rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
  justify-content: center;
  border-radius: 0.4rem;
}
.chain-list-wrap .chain-info .txt-wrap .btn.go-link {
  border: 1px solid #111;
  color: #111;
  position: relative;
  display: flex;
  gap: 0.4rem;
  align-items: center;
  justify-content: center;
}
.chain-list-wrap .chain-info .txt-wrap .btn.go-link:focus-visible {
  outline: 2px dashed #111;
  outline-offset: -4px;
}
.chain-list-wrap .chain-info .txt-wrap .btn.go-link .ico {
  width: 1.6rem;
  height: 1.6rem;
  /* display: block; */
  display: none;
  background: url(/assets/image/sale/ico_go_link.webp) no-repeat center/contain;
}
.chain-list-wrap .chain-info .txt-wrap .btn.type01 {
  border: 1px solid #111111;
  background-color: #111111;
  color: #fff;
}
.chain-list-wrap .chain-info .txt-wrap .btn.type01:focus-visible {
  outline: 2px dashed #fff;
  outline-offset: -4px;
}
.chain-list-wrap .chain-info .txt-wrap .btn span {
  font-weight: 500;
  font-size: 1.4rem;
}

/* 글로벌 지도 */
.global-map-wrap {
  /* margin-top: 5.6rem; */
  margin-top: 6rem;
  /* padding: 2.4rem 0 11.4rem; */
  padding: 2.4rem 0 14rem;
  background-color: #F9F8F6;
}
.global-map-wrap .content-inner {
  width: 100%;
  margin: auto;
}
.global-map-wrap .map-wrap {
  align-self: center;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 128rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 6.8rem 0 7.7rem;
  margin: auto;
}
.global-map-wrap .map-wrap .badge-map {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  position: absolute;
  top: 0;
  padding: 0.6rem 1.6rem;
  color: #666;
  background-color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5;
}
.global-map-wrap .map-wrap .badge-map::before {
  content: "";
  display: block;
  position: relative;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #666;
}
.global-map-wrap .map-wrap [data-region-text] {
  display: none;
}
.global-map-wrap .region-card-list {
  position: relative;
}
.global-map-wrap .region-card-list .list-item {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.6rem 2.4rem 0.8rem;
  background-color: #FFFFFF;
  border: 1px solid #816C5B;
}
.global-map-wrap .region-card-list .list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.2s linear;
}
.global-map-wrap .region-card-list .list-item.disabled {
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.global-map-wrap .region-card-list .list-item.disabled:before {
  background-image: url(/assets/image/sale/chain/globalmap_disabled.webp);
}
.global-map-wrap .region-card-list .list-item.disabled .list-tit {
  color: #666;
}
.global-map-wrap .region-card-list .list-item.disabled .list-year {
  color: #999;
  /* opacity: 0.4; */
}
.global-map-wrap .region-card-list .list-item .list-tit {
  /* font-size: 1.4rem; */
  font-size: 1.6rem;
  font-weight: 600;
  /* line-height: 2.2rem; */
  line-height: 2.8rem;
  color: #816C5B;
}
.global-map-wrap .region-card-list .list-item .list-year {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 4.8rem;
  text-align: right;
  margin-left: auto;
  color: #816C5B;
  opacity: 0.6;
  font-family: 'anth';
  letter-spacing: 2%;
}
.global-map-wrap .region-list-wrap {
  position: relative;
  width: 100%;
  max-width: 35.8rem;
  margin: auto;
}
.global-map-wrap .region-list-wrap .region-list {
  position: absolute;
  width: 100%;
  height: 100%;
}
.global-map-wrap .region-list-wrap .region-item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.global-map-wrap .region-list-wrap .region-item .region-desc {
  /* padding: 0.5rem 1rem; */
  padding: 0.6rem 0.8rem;
  /* border: 0.05rem solid rgba(18, 40, 75, 0.5019607843); */
  border: 1px solid #816C5B;
  /* border-radius: 1.1rem; */
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  box-shadow: 0px 0.2rem 0.4rem 0px rgba(0, 0, 0, 0.2509803922);
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.global-map-wrap .region-list-wrap .region-item .region-desc .tit {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 500;
  color: #111111;
}
.global-map-wrap .region-list-wrap .region-item .region-desc .detail {
  font-size: 1.1rem;
  line-height: 1.9rem;
  color: #111111;
}
.global-map-wrap .region-list-wrap .region-item .icon-pin {
  display: block;
  width: 2.25rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/assets/image/sale/ico_pin_default.webp);
}
.global-map-wrap .region-list-wrap .region-item.grey .region-desc {
  /* border-color: rgba(102, 102, 102, 0.5019607843); */
  border-color: #999999;
}
.global-map-wrap .region-list-wrap .region-item.grey .region-desc .tit {
  color: #666;
}
.global-map-wrap .region-list-wrap .region-item.grey .region-desc .detail {
  color: #666;
}
.global-map-wrap .region-list-wrap .region-item[data-region-name=sokcho] {
  top: 5%;
  right: 32%;
}
.global-map-wrap .region-list-wrap .region-item[data-region-name=songdo] {
  top: 13%;
  left: 11%;
}
.global-map-wrap .region-list-wrap .region-item[data-region-name=buyeo01] {
  top: 34%;
  left: 13%;
}
.global-map-wrap .region-list-wrap .region-item[data-region-name=buyeo02] {
  top: 35%;
  left: 9%;
}
.global-map-wrap .region-list-wrap .region-item[data-region-name=buyeo03] {
  top: 35%;
  left: 10%;
}
.global-map-wrap .region-list-wrap .region-item[data-region-name=ulsan] {
  bottom: 32%;
  right: 19%;
}
.global-map-wrap .region-list-wrap .region-item[data-region-name=gimhae] {
  bottom: 28%;
  right: 24%;
}
.global-map-wrap .region-list-wrap .region-item[data-region-name=jeju03] {
  bottom: 5%;
  left: 10%;
}
.global-map-wrap .region-list-wrap .region-item[data-region-name=jeju01] {
  bottom: 5%;
  left: 8%;
}
.global-map-wrap .region-list-wrap .region-item[data-region-name=jeju02] {
  bottom: 5%;
  left: 17%;
}
.global-map-wrap .region-list-wrap .region-item[data-region-name=arai] {
  bottom: 10%;
  right: 3%;
}
@keyframes bouncePin {
  50% {
    transform: translateY(-25%);
  }
}
@keyframes scalePin {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.global-map-wrap .region-list-wrap .region-item.active {
  z-index: 10;
}
.global-map-wrap .region-list-wrap .region-item.active .pin-wrap {
  transform-origin: bottom;
  animation: bouncePin 0.4s cubic-bezier(0.5, 0.45, 0.48, 1.25) 2 forwards;
}
.global-map-wrap .region-list-wrap .region-item.active .icon-pin {
  /* width: 2.7rem; */
  /* height: 3.7rem; */
  /* background-image: url(/assets/image/sale/ico_pin_active_blue.webp); */
  width: 3.2rem;
  height: 3.2rem;
  background-image: url(/assets/image/sale/ico_pin_active_black.webp);
  transform-origin: bottom;
  animation: scalePin 0.3s ease-out;
}
.global-map-wrap .region-list-wrap .region-item.active .region-desc {
  opacity: 1;
}
.global-map-wrap .region-list-wrap .region-item.active.grey .icon-pin {
  background-image: url(/assets/image/sale/ico_pin_active_green.webp);
}
.global-map-wrap .region-list-wrap img {
  width: 100%;
}
.global-map-wrap .swiper {
  max-width: 124rem;
}
.global-map-wrap .swiper-slide {
  width: 20rem;
  height: 11.4rem;
}
.global-map-wrap .swiper-slide[data-active=true] .list-item {
  border: none;
}
.global-map-wrap .swiper-slide[data-active=true] .list-item::before {
  opacity: 1;
}
.global-map-wrap .swiper-slide[data-region-name=sokcho] .list-item::before {
  background-image: url(/assets/image/sale/chain/chain_list01.webp);
}
.global-map-wrap .swiper-slide[data-region-name=buyeo02] .list-item::before {
  background-image: url(/assets/image/sale/chain/chain_list05.webp);
}
.global-map-wrap .swiper-slide[data-region-name=buyeo03] .list-item::before {
  background-image: url(/assets/image/sale/chain/basic_list02.webp);
}
.global-map-wrap .swiper-slide[data-region-name=jeju01] .list-item::before {
  background-image: url(/assets/image/sale/chain/chain_list03.webp);
}
.global-map-wrap .swiper-slide[data-region-name=jeju03] .list-item::before {
  background-image: url(/assets/image/sale/chain/basic_list01.webp);
}
.global-map-wrap .swiper-slide[data-region-name=arai] .list-item::before {
  background-image: url(/assets/image/sale/chain/chain_list04.webp);
}
.global-map-wrap .swiper-slide[data-region-name=gimhae] .list-item::before {
  background-image: url(/assets/image/sale/chain/globalmap_gimhae.webp);
}

.global-map-wrap .slide-paging {
  max-width: 128rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  inset: 0;
  margin: auto;
}
.global-map-wrap .swiper-button-prev,
.global-map-wrap .swiper-button-next {
  position: relative;
  inset: 0;
  margin: 0;
  padding: 0;
  width: 4rem;
  height: 4rem;
  /* background-image: url(/assets/image/sale/icon_arrow_right02.webp); */
  background-image: url(/assets/image/sale/icon_arrow_right03.webp);
  /* background-size: cover; */
  background-size: 4rem 4rem;
  background-repeat: no-repeat;
}
.global-map-wrap .swiper-button-prev::after,
.global-map-wrap .swiper-button-next::after {
  content: none;
}
.global-map-wrap .swiper-button-prev {
  transform: rotate(180deg);
}
.global-map-wrap .swiper-pagination {
  bottom: 0;
  top: auto;
}
.global-map-wrap .swiper-pagination-progressbar {
  display: none;
  background: #F1EFEC;
}
.global-map-wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #111;
}

/* @media (max-width: 1279px) { */
@media (max-width: 767px) {
  .mo-color-begie {
    background-color: #F9F8F6;
    margin: 0;
  }
  /*
  직영및 체인 영역입니다
  *****************************/
  /* .chain-list-wrap {
    margin-top: 3.2rem;
  } */
  .chain-list-wrap {
    margin-top: 4rem;
  }
  .chain-list-wrap .chain-list {
    /* margin-top: 1.6rem; */
    margin-top: 4rem;
  }
  /* .chain-list-wrap .chain-list:first-of-type {
    border-top: 2px solid #111;
    margin-top: 0;
  } */
  /* .chain-list-wrap .chain-list:last-of-type {
    border-bottom: 1px solid #dddddd;
  } */
  .chain-list-wrap .chain-list dt {
    /* padding: 1.6rem; */
    /* font-size: 1.8rem; */
    font-size: 2.2rem;
    line-height: 3.4rem;
    /* color: #111; */
  }
  /* .chain-list-wrap .chain-list dd:first-of-type .chain-info {
    padding-top: 2rem;
  } */
  /* .chain-list-wrap .chain-list dd:first-of-type:last-of-type .chain-info,
  .chain-list-wrap .chain-list dd:last-of-type .chain-info {
    border-bottom: 0;
  } */
  .chain-list-wrap .chain-info {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    align-items: center;
    min-height: auto;
    padding: 2.4rem 0;
  }
  .chain-list-wrap .chain-info .img-wrap {
    width: 100%;
  }
  .chain-list-wrap .chain-info .img-wrap > img {
    display: block;
    width: 100%;
  }
  .chain-list-wrap .chain-info .txt-wrap {
    width: 100%;
    padding: 0;
  }
  .chain-list-wrap .chain-info .txt-wrap .tit {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 500;
  }
  .chain-list-wrap .chain-info .txt-wrap .desc {
    font-size: 1.6rem;
    line-height: 2.4rem;
    /* margin-top: 0.4rem; */
  }
  .chain-list-wrap .chain-info .txt-wrap .place {
    font-size: 1.4rem;
    /* color: #666; */
    margin-top: 2.2rem;
    /* padding-left: 2rem; */
    /* position: relative;
    font-weight: 400; */
  }
  .chain-list-wrap .chain-info .txt-wrap .place::before {
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5rem;
    background: url(/assets/image/sale/ico_point.webp) no-repeat center/contain;
  }
  .chain-list-wrap .chain-info .txt-wrap .btn-wrap {
    margin-top: 3.2rem;
    display: flex;
    justify-content: flex-start;
    gap: 0 0.8rem;
  }
  .chain-list-wrap .chain-info .txt-wrap .btn {
    flex: 1;
    display: block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    height: 4.8rem;
    line-height: 4.8rem;
    font-size: 1.4rem;
    text-align: center;
  }
  .chain-list-wrap .chain-info .txt-wrap .btn.go-link {
    border: 1px solid #111;
    color: #111;
    position: relative;
    display: flex;
    gap: 0.4rem;
    align-items: center;
    justify-content: center;
  }
  /* .chain-list-wrap .chain-info .txt-wrap .btn.go-link .ico {
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    background: url(/assets/image/sale/ico_go_link.webp) no-repeat center/contain;
  } */
  .chain-list-wrap .chain-info .txt-wrap .btn.type01 {
    border: 1px solid #111111;
    background-color: #111111;
    color: #fff;
  }
  .chain-list-wrap .chain-info .txt-wrap .btn span {
    font-weight: 500;
    font-size: 1.4rem;
  }
  /* 글로벌 지도 */
  .global-map-wrap {
    margin-top: 4rem;
    /* padding: 0 0 7rem; */
    padding: 0 0 6rem;
  }
  .global-map-wrap .map-wrap {
    margin: auto;
    padding: 2.4rem 0 2.4rem 1.6rem;
    /* padding-left: 1.6rem;
    padding-right: 1.6rem; */
  }
  .global-map-wrap .map-wrap .badge-map {
    display: none;
    font-size: 1.2rem;
  }
  .global-map-wrap .region-card-list .swiper {
    padding-bottom: 0;
  }
  .global-map-wrap .region-card-list .list-item {
    padding: 1.6rem 1.6rem 0.8rem;
  }
  .global-map-wrap .region-card-list .list-item .list-tit {
    font-size: 1.5rem;
  }
  .global-map-wrap .region-card-list .list-item .list-year {
    font-size: 2.4rem;
  }
  .global-map-wrap .swiper-slide {
    width: 17.1rem;
    height: 9.8rem;
  }
  .global-map-wrap .slide-paging {
    display: none;
  }
  .global-map-wrap .swiper-pagination {
    display: none;
  }
}/*# sourceMappingURL=chain.css.map */