@charset "UTF-8";
#splash-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/index_img.png");
  background-size: cover;
  background-position: center 70%;
  background-repeat: no-repeat;
  z-index: 9999;
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  transition: opacity 1.5s ease, filter 1.5s ease, transform 1.5s ease;
}
#splash-container.fade-out {
  opacity: 0;
  filter: blur(2px);
  transform: scale(0.98);
  pointer-events: none;
}

#main-content {
  margin-top: 70px;
  opacity: 0;
  transition: opacity 1.5s ease;
  display: none;
  flex-direction: column;
  align-items: center;
}
#main-content.show {
  opacity: 1;
  display: flex;
}
#main-content .home_bg {
  width: 100%;
  height: 160px;
  background: url("../img/home_bg.png") center center/cover;
}
#main-content .our-vision {
  text-align: center;
  background: #A89F94;
  color: #fff;
  width: 55%;
  height: 10%;
  border-radius: 30px;
  padding: 0.375rem 0.75rem;
  font-size: 20px;
  margin-top: 10%;
}

#white-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9998; /* 比 splash-container 低一點 */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

#white-overlay.active {
  opacity: 1;
}

#white-overlay.fade-out {
  opacity: 0;
}

section {
  display: none;
  margin: 10% 0 5%;
}
section.show {
  display: block;
}

.info-links {
  margin-bottom: 12%;
}
.info-links .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
}
.info-links a {
  height: 350px; /* 固定高度，或用你想要的 */
  padding: 10px;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  width: 100%;
}
.info-links .about-us {
  background: url("../img/about-us.png") center center/cover;
}
.info-links .main-services {
  background: url("../img/main-services.png") center center/cover;
}
.info-links .product-info1 {
  background: url("../img/news-info.png") center center/cover;
}

.section-brand-value {
  margin: 18% 0;
  position: relative;
}
.section-brand-value .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-brand-value img {
  width: 12%;
}
.section-brand-value p {
  margin-top: 18%;
}
.section-brand-value img.line {
  position: absolute;
  right: 17%;
  bottom: 1%;
  width: 18%;
}

.section-services {
  margin-bottom: 22%;
}
.section-services .service-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px; /* 區塊間距 */
}
.section-services .service-card {
  padding: 8% 25px;
  color: #fff;
}
.section-services h3 {
  margin-bottom: 5%;
}
.section-services .regenerative-medicine {
  background: #C9A07A;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.section-services .regenerative-medicine .regenerative-medicine-content {
  display: flex;
  flex-direction: column;
}
.section-services .regenerative-medicine .regenerative-medicine-ul {
  margin-top: 3%;
  padding-left: 6%;
}
.section-services .regenerative-medicine p, .section-services .regenerative-medicine li {
  color: #fff;
}
.section-services .regenerative-medicine li:last-child, .section-services .regenerative-medicine p {
  margin-bottom: 0;
}
.section-services .regenerative-medicine .regenerative-medicine-boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
  padding: 0;
}
.section-services .regenerative-medicine .regenerative-medicine-boxes li {
  margin-bottom: 0;
}
.section-services .regenerative-medicine .medicine-box {
  width: 27%;
  height: 150px;
  background: url("../img/medical.jpg") center center/cover;
  padding: 2%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
  position: relative;
  /* 遮色片 */
}
.section-services .regenerative-medicine .medicine-box:before {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  pointer-events: none; /* 不阻擋點擊 */
  z-index: 0;
}
.section-services .regenerative-medicine .medicine-box1 {
  width: 38%;
}
.section-services .regenerative-medicine .medicine-box1:before {
  background-color: rgba(143, 96, 50, 0.8);
}
.section-services .regenerative-medicine .medicine-box2 {
  background: #BC8A5D;
}
.section-services .regenerative-medicine .medicine-box3 {
  width: 31%;
  background: #BC8A5D;
}
.section-services .regenerative-medicine h4, .section-services .regenerative-medicine span {
  z-index: 2;
}
.section-services .regenerative-medicine span {
  color: #fff;
  font-size: 14px;
}
.section-services .regenerative-medicine .service-link {
  align-self: end;
  margin: 10% 0 0 auto;
}
.section-services .bottom {
  display: flex;
  width: 100%;
}
.section-services .exosome-skincare {
  background: #A6AB8F;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 6% 25px;
}
.section-services .exosome-skincare p {
  color: #fff;
  margin-bottom: 0;
}
.section-services .other-services {
  background: #A79C8D;
  margin-left: auto;
  width: 40%;
  padding: 5% 15px 5% 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
.section-services .service-link {
  color: #fff;
}

/* 1. Header區（米色） */
#header-top {
  display: none;
}
#header-top.show {
  display: flex;
}

/* 2. 主分類列（淺咖啡色） */
#menu-titles {
  display: none;
}
#menu-titles.show {
  display: block;
}
#menu-titles.show.active {
  display: flex;
}

#footer-box {
  display: none;
}
#footer-box.show {
  display: block;
}

#main-content.show,
#header-top.show,
#menu-titles.show,
#footer-box.show,
section.show {
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 700px) {
  .info-links a {
    flex: 1; /* 四個平分寬度 */
  }
  .info-links .product-info2 {
    width: auto;
  }
  .section-services h3 {
    margin-bottom: 3%;
  }
  .section-services .regenerative-medicine {
    flex-direction: row;
  }
  .section-services .regenerative-medicine h3 {
    margin-bottom: 0;
  }
  .section-services .regenerative-medicine .regenerative-medicine-ul {
    padding-left: 4%;
  }
  .section-services .bottom {
    justify-content: end;
  }
  .section-services .exosome-skincare {
    width: 80%;
  }
  .section-services .other-services {
    width: 37%;
    padding: 5%;
  }
}
@media (min-width: 700px) and (max-width: 1042px) {
  #main-content {
    margin-top: 70px;
  }
  #main-content .home_bg {
    height: 320px;
  }
  #main-content .our-vision {
    width: 35%;
    margin-top: 8%;
  }
  .info-links {
    margin-bottom: 8%;
  }
  .info-links a {
    height: 350px; /* 固定高度，或用你想要的 */
  }
  .info-links h2 {
    font-size: 24px;
  }
  .section-brand-value {
    margin: 14% 0 10%;
  }
  .section-brand-value img {
    width: 6%;
  }
  .section-brand-value p {
    margin-top: 10%;
  }
  .section-brand-value img.line {
    right: 31%;
    bottom: 1%;
    width: 11%;
  }
  .section-services {
    margin: 12% 0;
  }
  .section-services .service-list {
    gap: 30px; /* 區塊間距 */
  }
  .section-services .service-card {
    padding: 4%;
  }
  .section-services .regenerative-medicine {
    flex-wrap: wrap;
    width: 90%;
  }
  .section-services .regenerative-medicine .regenerative-medicine-content {
    width: 75%;
  }
  .section-services .regenerative-medicine .regenerative-medicine-boxes {
    margin-top: 5%;
  }
  .section-services .regenerative-medicine .medicine-box {
    height: 160px;
    width: 30%;
  }
  .section-services .regenerative-medicine .medicine-box1 {
    width: 36%;
  }
  .section-services .regenerative-medicine .service-link {
    margin: 5% 0 0 auto;
  }
  .section-services .exosome-skincare {
    padding: 4% 3% 4% 10%;
  }
}
@media (min-width: 1024px) {
  #main-content {
    margin-top: 122px;
  }
  #main-content .home_bg {
    height: 700px;
  }
  #main-content .our-vision {
    width: 15%;
    margin-top: 5%;
  }
  .info-links {
    margin: 5% auto 8%;
  }
  .info-links a {
    height: 450px; /* 固定高度，或用你想要的 */
  }
  .section-brand-value {
    margin: 6% 0;
  }
  .section-brand-value img {
    width: 5%;
  }
  .section-brand-value p {
    margin-top: 8%;
  }
  .section-brand-value img.line {
    right: 42%;
    bottom: 1%;
    width: 5%;
  }
  .section-services {
    margin: 5% 0 8%;
  }
  .section-services .service-list {
    gap: 50px; /* 區塊間距 */
  }
  .section-services .service-card {
    padding: 2% 3%;
  }
  .section-services .regenerative-medicine {
    width: 70%;
  }
  .section-services .regenerative-medicine .regenerative-medicine-content {
    width: 51%;
    margin-left: 8%;
  }
  .section-services .regenerative-medicine .medicine-box {
    padding: 3% 3% 2%;
    height: 220px;
  }
  .section-services .regenerative-medicine .medicine-box3 {
    width: 32%;
  }
  .section-services .regenerative-medicine span {
    font-size: 1rem;
  }
  .section-services .regenerative-medicine .service-link {
    margin-left: auto;
  }
  .section-services .exosome-skincare {
    flex-direction: row;
    padding: 2% 3% 2% 10%;
  }
  .section-services .exosome-skincare h3 {
    margin: 0 10% 0 0;
  }
  .section-services .other-services {
    align-items: center;
  }
  .section-services .other-services .service-link {
    margin-left: 16%;
  }
}
@media (min-width: 1024px) and (max-width: 1500px) {
  #main-content .home_bg {
    height: 500px;
  }
  .section-services .regenerative-medicine .regenerative-medicine-content {
    width: 58%;
  }
  .section-services .other-services .service-link {
    margin-left: 0;
  }
}/*# sourceMappingURL=index.css.map */