@charset "UTF-8";

.mainframe {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  font-size: 15px;
}

.mainframe a {
  text-decoration: none;
}

.mainframe img {
  max-width: 100%;
  display: block;
}

.mainframe p,
.mainframe a,
.mainframe p a,
.mainframe p span {
  font-size: 15px;
  font-family: "Work Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
  color: #000000;
  margin: 0;
}

.mainframe h1 {
  font-family: "Work Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.js .mainframe .reveal-section {
  opacity: 0;
  transform: translateY(36px);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
  will-change: opacity, transform;
}

.js .mainframe .reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mainframe .section__top {
  max-width: 1400px;
  margin: 0 auto;
  padding: 4vw 4vw 0;
}

.mainframe .section__top img {
  width: 100%;
}

.mainframe .section__desc {
  padding: 5rem 3rem 4rem;
  text-align: center;
}

.mainframe .section__desc p {
  text-align: center;
}

.mainframe .section__desc p span {
  font-size: 15px;
  letter-spacing: 0.04em;
  display: block;
  line-height: 2.5;
}

.mainframe .section__MAP {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 6rem;
}

.mainframe .section__MAP img {
  width: 100%;
}

.mainframe .section__MAP img:last-child {
  display: none;
}

.mainframe .section__items {
  position: relative;
}

.mainframe .section__items .item {
  position: relative;
  display: block;
  max-width: 980px;
  margin: 0 auto 8%;
}

.mainframe .section__items .item .look-gallery {
  order: 1;
  width: 82%;
  max-width: 750px;
  margin: 0;
}

.mainframe .section__items .item .look-content {
  order: 2;
  position: absolute;
  top: 50%;
  right: 4%;
  z-index: 2;
  width: 300px;
  transform: translateY(-50%);
  text-align: center;
}

.mainframe .section__items .item--reverse .look-gallery {
  order: 2;
  margin-left: auto;
}

.mainframe .section__items .item--reverse .look-content {
  order: 1;
  right: auto;
  left: 4%;
}

.mainframe .section__items .item .look-number {
  margin: 0 0 0.6rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
.mainframe .section__items .item .look-number span{
  font-size: 35px;
  font-weight: 600;
}
.mainframe .section__items .item .look-content h1 {
  font-family: "Work Sans", "Noto Sans TC", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.04em;
  margin: 0 0 1.75rem;
}


.mainframe .section__items .item .look-text {
  position: relative;
  display: inline-block;
  max-width: 250px;
  width: auto;
  margin: 0;
  text-align: left;
  cursor: pointer;
}

.mainframe .section__items .item .look-text__body {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 2.5;
  letter-spacing: 0.04em;
}

.mainframe .section__items .item .look-slider:not(.slick-initialized)>div:not(:first-child) {
  display: none;
}

.mainframe .section__items .item .look-slider a {
  display: block;
  width: 100%;
}

.mainframe .section__items .item .look-slider img {
  width: 100%;
}

.mainframe .section__items .item .look-slider .slick-dots {
  bottom: -32px;
}

.mainframe .section__items .item .look-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.mainframe .section__items .item .look-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
}

.mainframe .section__items .item .look-slider .slick-dots li button:before {
  width: 8px;
  height: 8px;
  color: #000000;
  font-size: 8px;
  line-height: 8px;
}

.mainframe .section__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.5rem auto 0;
}

.mainframe .section__more .button {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000000;
  color: #FFFFFF;
  padding: 0.55rem 1rem 0.45rem;
  font-size: 12px;
  font-weight: 700;
}

.mainframe .section__more .button:hover {
  transform: translateX(3px);
}

.mainframe #backtop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: none;
  text-align: center;
  z-index: 5;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.mainframe #backtop img {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 9px;
}

.mainframe #backtop:hover {
  background-color: #000000;
}

@media screen and (max-width: 1200px) {
  .mainframe .section__top {
    padding: 0;
  }

  .mainframe .section__items .item {
    width: 90%;
  }
  .mainframe .section__items .item .look-content {
    width: 270px;
	right: 0;
  }
  .mainframe .section__items .item--reverse .look-content {
	left: 0;
  }
}

@media screen and (max-width: 900px) {
  .mainframe .section__items .item .look-gallery {
    width: 78%;
  }

  .mainframe .section__items .item .look-content {
    width: 270px;
	right: 0;
  }
  .mainframe .section__items .item--reverse .look-content {
	left: 0;
  }
}

@media screen and (max-width: 600px) {
  .mainframe .section__desc {
    padding: 3rem 2.5rem 2rem;
  }

  .mainframe .section__MAP {
    width: 95%;
    margin-bottom: 4rem;
  }

  .mainframe .section__MAP img:first-child {
    display: none;
  }

  .mainframe .section__MAP img:last-child {
    display: block;
  }

  .mainframe .section__items .item {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 95%;
    margin: 0 auto 6rem;
  }

  .mainframe .section__items .item .look-gallery,
  .mainframe .section__items .item--reverse .look-gallery {
    order: 1;
    flex: none;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .mainframe .section__items .item .look-content,
  .mainframe .section__items .item--reverse .look-content {
    position: static;
    order: 2;
    flex: none;
    width: 100%;
    transform: none;
  }

  .mainframe .section__items .item .look-number {
    font-size: 25px;
  }

  .mainframe .section__items .item .look-content h5,
  .mainframe .section__items .item .look-content h1 {
    font-size: 16px;
  }

  .mainframe .section__items .item .look-text__body {
    font-size: 12px;
    line-height: 2.2;
  }
}

@media screen and (max-width: 500px) {
  .mainframe .section__desc p span {
    font-size: 12.75px;
  }
}

@media screen and (max-width: 400px) {
  .mainframe .section__more {
    margin-top: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .mainframe .reveal-section {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
