@media print, screen and (min-width: 768px) {
  #medicalTime .medicalTimetInr {
    display: flex;
    align-items: stretch;
    gap: 38px;
  }
  #medicalTime ul {
    float: none;
    width: 356px;
  }
  #medicalTime iframe {
    float: none;
    flex: 1;
    height: auto;
    min-height: 290px;
  }
}

@media print, screen and (min-width: 768px) {
  #access #access_inr {
    padding-bottom: 60px;
  }
}

.rosemary-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1.5px solid #5BB89A;
  border-radius: 8px;
  padding: 20px 20px;
  text-decoration: none;
  background: #fff;
  transition: opacity 0.3s;
  color: inherit;
  width: 100%;
  box-sizing: border-box;
  margin-top: 16px;
}
.rosemary-banner:hover {
  opacity: 0.6;
}
.rosemary-banner__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.rosemary-banner__date {
  font-size: 9px;
  font-weight: bold;
  color: #45A77B;
  margin: 0;
  letter-spacing: 0.05em;
}
.rosemary-banner__badge {
  display: inline-block;
  background: #45A77B;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  padding: 3px 16px;
  border-radius: 999px;
  letter-spacing: 0;
  white-space: nowrap;
}
.rosemary-banner__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.rosemary-banner__icon {
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}

@media print, screen and (min-width: 768px) {
  .l_header_nav .rosemary-banner {
    display: none;
  }
  #medicalTime .rosemary-banner {
    padding: 16px 190px;
    margin-top: 40px;
  }
  .rosemary-banner__date {
    font-size: 13px;
  }
  .rosemary-banner__badge {
    font-size: 12px;
    padding: 3px 24px;
  }
  .rosemary-banner__icon {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l_header_nav .rosemary-banner {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
    justify-content: center;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l_header_nav .rosemary-banner {
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 32px);
  }
}