.content-description {
  font-size: 16px;
  line-height: 29px;
  color: var(--text);
  margin-block: 40px 51px;
  padding-inline: 32px 0;
  font-weight: 400;
}
/* Navigate Section */
.navigate_section-card:last-child {
  background: var(--red-light);
  color: var(--red);
}
/** Navigate Section End **/

/* Content Description */
.navigate_section-card.navigation-danger {
  background: #fceded !important;
  border: none !important;
}
.content-description {
  font-size: 16px;
  line-height: 29px;
  color: var(--text);
  margin-block: 40px 32px 80px 32px;
  padding-inline: 32px;
  font-weight: 500;
}
.return-visit-section .content-description p {
  margin-bottom: 43px;
}

/* Contact Section */
.contact-section {
  margin-bottom: 60px;
  /* padding-left: 48px; */
}

/* Contact Method Box */
.contact-method-box {
  background: var(--white);
  /* border:  1px solid var(--gray); */
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 32px;
}

.method-title {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.icon-phone,
.icon-web {
  font-size: 24px;
}

/* Step Items */
.method-steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.step-item {
  display: flex;
  gap: 20px;
  position: relative;
}

.step-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 40px;
  bottom: -34px;
  width: 2px;
  background: var(--golden);
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--lgiht-blue);
  border: 2px solid var(--golden);
  color: var(--golden);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

.step-content {
  flex: 1;
}

.step-content h4 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}

.step-content p {
  font-size: 16px;
  line-height: 28px;
  color: var(--text);
  margin-bottom: 16px;
}

/* Buttons */
.btn-yellow {
  background: var(--light-yellow);
  border-radius: 4px;
  padding: 25px 40px;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 41px;
  display: flex;
  justify-content: space-between;
  gap: 92px;
  width: fit-content;
}

.btn-yellow:hover {
  background: var(--golden);
  color: var(--white);
  text-decoration: none;
}

/* Alert Box */
.alert-box {
  background: var(--red-light);
  border: 1px solid var(--red);
  border-radius: 9px;
  padding: 16px 74px;
  position: relative;
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.alert-icon {
  font-size: 20px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 100%;
  background: var(--red);
  display: flex;
}

.alert-box p {
  font-size: 13px;
  line-height: 22px;
  color: var(--red);
  margin: 0;
}
.alert-icon img {
  width: 24px;
}

/* LINE Contact Box */
.line-contact-box {
  background: var(--light-white-2);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: flex-start;
  margin-left: 32px;
}

.line-icon {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  /* width: 60px;
    height: 60px; */

  /* width: 30px;
    height: 30px;
    background: var(--white);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; */
}

.line-icon img {
  width: 30px;
  /* width: 40px;
    height: 40px; */
}

.line-icon h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--text);
}

.line-content p {
  font-size: 13px;
  line-height: 22px;
  color: var(--text);
}

/* Emergency Section */
.emergency-section {
  /* background: var(--light-white); */
  padding: 32px;
  border-radius: 8px;
}

.content-title.red-heading {
  --primary: var(--red);
  --light-white: var(--light-red);
}

.red-heading::before {
  background-color: var(--red);
}

.emergency-content {
  margin-bottom: 32px;
  margin-top: 41px;
}

.emergency-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 34px;
  padding-bottom: 17px;
  border-bottom: 1px dashed var(--red);
}
.emergency-paragaph {
  font-size: 16px;
  line-height: 28px;
  color: var(--text);
  margin-bottom: 34px;
}
.emergency-paragaph a {
  color: var(--red);
}

.star-icon {
  color: var(--red);
}

.emergency-subsection {
  margin-top: 24px;
  border-radius: 6px;
  overflow: hidden;
}

.subsection-toggle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--text);
  padding: 16px 0px 16px 0px;
  background: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  margin-bottom: 5px;
}

.subsection-toggle span {
  color: var(--primary);
  font-size: 12px;
}

.subsection-content {
  padding: 0 0px;
  background: var(--white);
}

.subsection-content p {
  font-size: 14px;
  line-height: 24px;
  color: var(--text);
  margin-bottom: 12px;
  padding-left: 32px;
}

.subsection-content .subsection-description {
  border-left: 2px solid var(--gray);
}
.subsection-description .title {
  display: block;
  color: var(--red);
}
.subsection-description .description-danger {
  margin-top: 21px;
  display: block;
  color: var(--red);
}
.emergency-box {
  max-width: 800px;
  /* border: 1px solid; */
  border-radius: 8px;
  font-family: "Yu Gothic UI", sans-serif;
  overflow: hidden;
  background: #fff;
  margin-top: 34px;
  margin-bottom: 24px;
}

.emergency-header {
  background: var(--light-white-2);
  padding: 20px;
  width: 214px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.emergency-flex {
  display: flex;
  border: 1px solid var(--gray);
  border-radius: 8px;
}

.emergency-info {
  padding: 28px;
  flex: 1;
}

.hospital-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: -0.03em;
  margin-bottom: 13px;
}

.hospital-phone {
  font-size: 32px;
  line-height: 43px;
  font-weight: 600;
  color: #e60000;
}
.hospital-phone span:first-child {
  font-size: 19px;
  line-height: 26px;
}

.small-note {
  font-size: 14px;
  color: var(--light-gray);
}

/* lower red box */
.notice-box {
  background: #fceded;
  border-radius: 8px;
  padding: 34px;
  margin-top: 20px;
}

.notice-title {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 17px;
  color: var(--red);
  letter-spacing: -0.04em;
}

.notice-text {
  font-size: 14px;
  line-height: 21px;
  color: var(--text);
  letter-spacing: -0.04em;
}

.contact-info {
  font-size: 16px;
  line-height: 28px;
  color: var(--primary);
  font-weight: 700;
}

.contact-info .small-text {
  font-size: 12px;
  color: var(--light-gray);
  font-weight: 400;
}

.contact-link a {
  color: var(--primary);
  text-decoration: underline;
  font-weight: 700;
}

.emergency-notice-box {
  background: #fff8e1;
  border: 1px solid var(--golden);
  border-radius: 6px;
  padding: 20px;
  margin: 24px 0;
}

.emergency-notice-box h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 12px;
}

.emergency-notice-box p {
  font-size: 13px;
  line-height: 22px;
  color: var(--text);
}

.emergency-content {
  margin-left: 32px;
}
.emergency-subsection {
  margin-left: 32px;
}
/* Responsive */
@media (max-width: 768px) {
  .emergency-subsection {
    margin-left: 0px;
  }

  .emergency-content {
    margin-left: 0px;
  }
  .emergency-flex {
    flex-direction: column;
  }
  .emergency-header {
    width: 100%;
    justify-content: flex-start;
  }
  .content-description {
    padding-inline: 16px;
    font-size: 14px;
    line-height: 24px;
  }
  .contact-section {
    /* padding-left: 0; */
  }
  .content-header,
  .content-description p {
    padding-left: 32px;
  }

  .contact-method-box {
    padding: 20px 0px;
  }

  .step-item {
    flex-direction: column;
    gap: 12px;
  }

  .step-item:not(:last-child)::after {
    display: none;
  }

  .line-contact-box {
    flex-direction: column;
  }

  .emergency-section {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .content-description {
    padding-inline: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .content-header,
  .content-description p {
    padding-left: 0;
  }
  .btn-yellow {
    gap: 18px;
    padding: 16px 28px;
  }
  .contact-section {
    padding-left: 0;
  }
  .line-contact-box {
    margin-left: 0;
  }
  .line-content p {
    font-size: 12px;
  }
  .line-content h3 {
    font-size: 14px;
  }
}
