/* ==================================
	about
	================================== */
.about-fv .fv-text {
  margin-bottom: calc(12rem - 5vh);
}
.about-wrap {
  margin-bottom: calc(12rem - 5vh);
}

.about-inner {
  justify-content: space-between;
}

.about-l {
  width: 42.5%;
  height: auto;
}

.about-r {
  width: 57.5%;
  padding: 0 4.5% 0 10.5%;
  margin: 12rem 0;
}

.about-imgBox {
  position: sticky;
  top: 0;
  height: 100vh;
}

.about-img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 90vh;
  max-height: 800px;
  transform: translateY(-50%);
}

.about-fadeSlider .slick-slide {
  height: 90vh;
  max-height: 800px;
}

.about-fadeSlider img {
  height: 100%;
  object-fit: cover;
}

.about-title {
  margin-bottom: 6.4rem;
  font-size: 3.8rem;
  font-weight: 500;
}

.about-message {
  margin-bottom: 16rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: justify;
}

.about-message p {
  margin-bottom: 1em;
}

.about-message p:last-child {
  margin-bottom: 0;
}

.about-info {
  margin-bottom: 6.4rem;
}

.about-info-label {
  position: relative;
  margin-bottom: 2.4rem;
  color: #886e21;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}

.about-info-label:first-child::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f6f6f6;
  content: "";
}

.about-info-label:first-child::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 1px;
  background: #886e21;
  content: "";
}

.about-info-label:first-child {
  padding-top: 3.2rem;
}

.about-info-data {
  position: relative;
  margin-bottom: 2.8rem;
  padding-bottom: 3.2rem;
  font-size: 1.6rem;
  white-space: pre-line;
}

.about-info-data::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f6f6f6;
  content: "";
}

.about-info-data::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8rem;
  height: 1px;
  background: #886e21;
  content: "";
}

.about-info-data:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1500px) {
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
}

@media (max-width: 780px) {
  .about-inner {
    flex-direction: column;
  }

  .about-l {
    width: 100%;
	margin-bottom: 6.4rem;
  }
	
  .about-r {
    width: 100%;
    padding: 0;
    margin: auto;
  }

  .about-imgBox {
    position: relative;
    height: auto;
  }

  .about-img {
    position: relative;
    top: auto;
    height: auto;
    transform: none;
  }

  .about-fadeSlider .slick-slide {
    height: 50vh;
  }
	
  .about-title {
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .about-message {
	margin-bottom: 8rem;
    font-size: 1.6rem;
    font-weight: 300;
  }
  .about-info-label {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
  .about-info-data {
    font-size: 1.5rem;
  }
}
