html,
body {
  width: 100%;
}

.sub-tab {
  width: 100%;
  padding: 0 calc(50% - 600px);
  font-size: 18px;
  border-left: 0;
}
.sub-tab button {
  width: 20%;
  background: #f6fbf2;
  border: 0;
  border: 1px solid var(--theme-color);
  border-right: 0;
  height: 60px;
}
.sub-tab button:last-child {
  border-right: 1px solid var(--theme-color);
}
.sub-tab .active {
  background: var(--theme-color);
  color: #fff;
  font-weight: bold;
}

#sub-tab .sub-tab {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
}
#sub-tab .tab-img {
  overflow: hidden;
}
#sub-tab .tab-img img {
  position: relative;
  left: 50%;
  margin-left: -1000px;
}

#sub__info {
  font-size: 16px;
  color: #333;
}
#sub__info .info__map {
  width: 100%;
  display: flex;
  gap: 10px;
}
#sub__info .info__map .root_daum_roughmap {
  width: 100%;
  height: 452px;
}
#sub__info .info__map .map__tit {
  width: 100%;
  padding: 0.5em 0;
  color: #fff;
  background: #c4b2a6;
  text-align: center;
}
#sub__info .info__map > * {
  flex: 1;
}
#sub__info .info__map .--parking img {
  width: 100%;
}
#sub__info .info__addr {
  padding-top: 35px;
}
#sub__info .info__addr .--addr {
  font-size: 30px;
  display: block;
  padding-bottom: 10px;
  text-align: left;
}
#sub__info .info__addr .--addr span {
  display: none;
}
#sub__info .info__addr a {
  background: var(--theme-color);
  border-radius: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 52px;
}
#sub__info .info__ways {
  padding: 45px 0;
}
#sub__info .info__ways > li {
  display: flex;
  align-items: flex-start;
}
#sub__info .info__ways > li .ways__txt {
  padding-left: 20px;
  text-align: left;
}
#sub__info .info__ways > li .ways__txt > strong {
  font-size: 20px;
  display: block;
  padding-bottom: 11px;
}
#sub__info .info__ways > li ul li {
  text-align: left;
}
#sub__info .info__ways .--bus {
  padding-bottom: 30px;
}
#sub__info .info__ways .--bus i::after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(/sub/sub_1/img/sub_8/icon-bus.png) center no-repeat;
  display: block;
}
#sub__info .info__ways .--subway i::after {
  content: "";
  width: 80px;
  height: 80px;
  background: url(/sub/sub_1/img/sub_8/icon-subway.png) center no-repeat;
  display: block;
}
#sub__info .info__contact > li {
  width: 49%;
}
#sub__info .info__contact .--hours {
  padding: 35px 55px;
}
#sub__info .info__contact .--hours > strong {
  font-size: 25px;
}
#sub__info .info__contact .--hours dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  padding-top: 14px;
}
#sub__info .info__contact .--hours dl dt {
  width: 5em;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0.8em;
  font-weight: 600;
}
#sub__info .info__contact .--hours dl dt:nth-of-type(1) {
  letter-spacing: 0.2em;
}
#sub__info .info__contact .--hours dl dd {
  width: calc(100% - 6em);
}
#sub__info .info__contact .--hours ul {
  color: #7b7b7b;
  line-height: 1.8;
}
#sub__info .info__contact .--tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#sub__info .info__contact .--tel i::after {
  content: "";
  width: 80px;
  height: 54px;
  background: url(/sub/sub_1/img/sub_8/icon-tel.png) center no-repeat;
  display: block;
}
#sub__info .info__contact .--tel strong {
  font-size: 40px;
}
#sub__info .info__contact .--tel em {
  font-size: 20px;
  display: block;
  padding: 5px 0 10px;
}
#sub__info .info__contact .--tel p {
  color: #7b7b7b;
}

#sub-wrap.sub-1-sub-2 {
  position: relative;
}
#sub-wrap.sub-1-sub-2 .pop-btn {
  z-index: 1;
  position: absolute;
  left: 525px;
  width: 215px;
  height: 60px;
  background: none;
  border: none;
  font-size: 0;
}
#sub-wrap.sub-1-sub-2 #btn-01 {
  top: 1528px;
}
#sub-wrap.sub-1-sub-2 #btn-02 {
  top: 4789px;
  left: 462px;
}
#sub-wrap.sub-1-sub-2 #btn-03 {
  top: 3465px;
}
#sub-wrap.sub-1-sub-2 .pop-wr {
  position: absolute;
  left: 100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
#sub-wrap.sub-1-sub-2 .pop-wr.active {
  opacity: 1;
  z-index: 2;
}
#sub-wrap.sub-1-sub-2 .pop-wr .pop-close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: none;
  border: none;
}
#sub-wrap.sub-1-sub-2 #pop-01 {
  top: 1757px;
}
#sub-wrap.sub-1-sub-2 #pop-02 {
  top: 5010px;
}
#sub-wrap.sub-1-sub-2 #pop-03 {
  top: 3063px;
}

#sub-wrap.sub-1-sub-6 .tab__nav {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#sub-wrap.sub-1-sub-6 .tab__nav .nav__button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-size: 20px;
  color: #333;
  background: #f9f9f9;
}
#sub-wrap.sub-1-sub-6 .tab__nav .nav__button.--active {
  color: #fff;
  background: #a29186;
}

#sub-wrap.sub-1-sub-7 .slk__wr {
  width: 490px;
  padding-bottom: 30px;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr strong {
  font-size: 32px;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr .nav {
  width: 133px;
  height: 25px;
  position: relative;
  color: #75787c;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr .nav .dots-wr {
  font-size: 20px;
  position: absolute;
  left: 29%;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  align-items: center;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr .nav .dots-wr .dots {
  width: 1em;
  height: 29px;
  position: relative;
  line-height: 1;
  text-align: right;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr .nav .dots-wr .dots li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr .nav .dots-wr .dots li button {
  border: none;
  background: none;
  font-size: 20px;
  color: #75787c;
  cursor: default;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr .nav .dots-wr .dots li.slick-active {
  opacity: 1;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr .nav .dots-wr .total {
  height: 29px;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr .nav .dots-wr .total::before {
  content: "/";
  margin: 0 3px 0 6px;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr .nav .arr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr .nav .arr .slick-arrow {
  width: 25px;
  height: 25px;
  background: url(/sub/sub-1/img/sub-7/arr.png) center no-repeat;
  font-size: 0;
}
#sub-wrap.sub-1-sub-7 .slk__wr .tit__wr .nav .arr .slick-prev {
  transform: rotatey(-180deg);
}
#sub-wrap.sub-1-sub-7 .slk__wr .txt__wr {
  font-size: 16px;
}
#sub-wrap.sub-1-sub-7 .slk__wr .txt__wr p {
  opacity: 0.4;
  letter-spacing: -1px;
}
#sub-wrap.sub-1-sub-7 .sub__interior_slk {
  max-width: 1000px;
  margin: 0 auto;
}

#sub-wrap.sub-1-sub-8 .info__map,
#sub-wrap.sub-1-sub-8 .info__addr,
#sub-wrap.sub-1-sub-8 .info__ways {
  max-width: 1000px;
  margin: 0 auto;
}

#contents .tab__anchor {
  padding-top: 100px;
}
#contents .sub__tab {
  position: sticky;
  top: 76px;
  margin-bottom: 76px;
  background: rgba(255, 255, 255, 0.9333333333);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .sub__tab a {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.7;
  color: #373737;
  height: 2.5em;
  border-radius: 300px;
  margin-top: 10px;
  border: 2px solid var(--theme-color);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
#contents .sub__tab a.--active {
  background: var(--theme-color);
  color: #fff;
  font-weight: bold;
}
#contents .sub__tab[data-lenght="4"] a {
  width: calc(25% - 5px);
}
#contents .sub__tab[data-lenght="5"] a {
  width: calc(20% - 5px);
}
#contents .sub__tab[data-lenght="6"] a {
  width: calc(33.3333333333% - 5px);
}/*# sourceMappingURL=sub.min.css.map */