@charset "utf-8";
@import url("root.css");

/***************************************
-------------- PURCHASE --------------
***************************************/

.about_Wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
  .about_txt {
    width: 60%;
  }
  .about_slider_wrap {
    width: 36%;
  }
}

@media (max-width: 599.98px) {
  .about_Wrap {
    .about_txt {
      width: 100%;
      order: 2;
    }
    .about_slider_wrap {
      width: 100%;
      order: 1;
      margin-bottom: clamp(10px, 2vw, 20px);
    }
  }
}

.about_slider_thumb .slick-track {
  transform: unset !important;
}

/* =======================
  STAFF INTRODUCTION
======================== */
.staff_introduction {
  background: linear-gradient(135deg, #f5f5dc 0%, #faf0e6 50%, #f5f5dc 100%);
  border-radius: 0;
  padding: 0;
  margin: 50px auto 0 auto;
  width: 85%;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}

.staff_introduction::before {
  display: none;
}

.staff_profile {
  margin-bottom: 0;
}

.staff_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.staff_member {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  box-shadow: none;
  position: relative;
}

.staff_member h3 {
  background: url("../img/svg/obi.svg") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 0 !important;
}

.staff_position {
  color: #ffffff !important;
}

.staff_inner {
  display: flex;
  align-items: stretch;
  padding: 40px 30px;
  gap: 40px;
  background: linear-gradient(135deg, #fafafa 0%, #f0f0f0 100%);
}

.staff_info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 10px;
}

.staff_name {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 25px;
  line-height: 1.3;
  text-align: center;
  border-bottom: 2px solid #c41e3a;
  padding-bottom: 15px;
}

.staff_name .en {
  display: block;
  font-size: clamp(12px, 2vw, 16px);
  color: #666;
  font-weight: normal;
  margin-top: 8px;
  font-style: italic;
  letter-spacing: 1px;
}

.staff_details {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.staff_details li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: clamp(14px, 2.2vw, 16px);
}

.staff_details li:last-child {
  border-bottom: none;
}

.staff_details .st {
  background: #c41e3a;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 0;
  font-size: clamp(12px, 2vw, 14px);
  font-weight: bold;
  min-width: 80px;
  text-align: center;
  margin-right: 20px;
  letter-spacing: 1px;
  box-shadow: 0 3px 6px rgba(196, 30, 58, 0.3);
}

.staff_details span:last-child {
  color: #333;
  font-weight: 500;
  flex: 1;
}

.staff_photo {
  width: 30%;
  max-width: 280px;
  height: auto;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #ffffff, #f5f5f5);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border: 3px solid #c41e3a;
  flex-shrink: 0;
}

.staff_message {
  background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
  border-radius: 0;
  padding: 30px;
  border-top: 3px solid #c41e3a;
  box-shadow: inset 0 3px 6px rgba(196, 30, 58, 0.1);
  position: relative;
  margin: 0;
}

.staff_message::before {
  display: none;
}

.staff_greeting {
  color: #333;
  line-height: 1.9;
  font-size: clamp(14px, 2.2vw, 16px);
  text-align: justify;
  position: relative;
  z-index: 1;
}

/* Tablet Styles */
@media (max-width: 1024px) {
  .staff_introduction {
    margin: 30px auto;
    width: 90%;
  }

  .staff_inner {
    padding: 30px 20px;
    gap: 25px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  .staff_introduction {
    padding: 0;
    margin: 20px auto;
    width: 95%;
    border-radius: 0;
  }

  .staff_inner {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    text-align: center;
  }

  .staff_info {
    order: 2;
  }

  .staff_photo {
    order: 1;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .staff_name::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .staff_details li {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }

  .staff_details .st {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .staff_message {
    padding: 20px;
    text-align: left;
  }
}

.access_map {
  width: 100%;
  height: min(56.25vw, 400px);
  iframe {
    width: 100%;
    height: 100%;
  }
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {
}

/* =======================
  TABLET
======================== */
@media screen and (max-width: 1199px) {
}

/* =======================
  SP
======================== */
