@charset "utf-8";
@import "reset.css";
@import "tab-menu.css";
@import "swiper-custom.css";
@import "toggle-box.css";

/* img-box */
.img-box {
  position: relative;
}

.branch-wrap {
  position: relative;
  background-color: #ebebeb;
  padding: 13.33vw 8vw 25.6vw;
  font-family: "Noto Sans KR", sans-serif;
}

.branch-btn {
  position: relative;
  display: block;
  margin-top: 9.33vw;
}

.toggle-box__con {
  display: flex !important;
  flex-direction: row;
  background-color: #f6f6f6;
  border-top: 2px solid #e1e1e1;
}

.branch-types {
  display: flex;
  flex-direction: column;
  justify-content: start;
  border-bottom: 2px solid #e1e1e1;
}

.branch-types li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.46vw;
  height: 10.93vw;
  font-weight: 500;
  color: #707070;
}

.branch-types li.on {
  background-color: #fff;
  font-weight: bold;
  color: #202020;
}

.branch-lists {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.branch-lists > li {
  display: none;
}

.branch-lists > li.on {
  display: flex;
}
.branch-lists > li .branch-inner-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-left: 2px solid #e1e1e1;
  border-bottom: 2px solid #e1e1e1;
}
.branch-lists > li .branch-inner-wrap li {
  display: flex;
  /* justify-content: start; */
  /* align-items: center; */
  /* padding-left: 5.33vw; */
  height: 10.93vw;
  /* background-color: #ffffff; */
  /* font-weight: 500; */
  /* color: #aaaaaa; */
}
.branch-lists > li .branch-inner-wrap li + li {
  border-top: 1px solid #e1e1e1;
}

.branch-lists > li .branch-inner-wrap li.on {
  font-weight: bold;
  color: #202020;
}

/* .branch-lists > li .branch-inner-wrap li.on::after {
  content: "";
  position: relative;
  display: block;
  margin-left: 3.73vw;
  width: 3.73vw;
  height: 2.66vw;
  background-image: url("../images/check.png");
  background-repeat: no-repeat;
  background-size: cover;
} */

.swiper1,
.swiper2 {
  padding-top: 8vw;
}

.swiper-mask .swiper-pagination {
  margin-top: 8vw;
}

.swiper-mask2 .swiper {
  padding: 0 6.66vw;
}

.store-name {
  font-size: 3.73vw;
}

.eng {
  font-family: "Maison Neue";
  font-size: 3.46vw;
}

.brand-name {
  margin-top: 1px;
  margin-left: 1vw;
  font-size: 3.2vw;
}

.suwon {
  font-size: 2.93vw;
}

#preload {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pre-img {
  width: 0;
  height: 0;
  opacity: 0;
}

.txt {
  position: absolute;
  width: 57.46vw;
  bottom: 18.66vw;
  left: 50%;
  transform: translateX(-50%);
}
