@media (max-width: 768px) {
  .wrap {
    flex-direction: column;
    width: 100%;
  }
 .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
 }
 table {
  max-width: 100%;
  word-break: break-word;
/*   table-layout: fixed; */
}
img {
  max-width: 100%;
/*   height: auto;
  display: block; */
}
  .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .header {
    flex-direction: column;
    height: auto;
    gap: 10px;
    padding: 20px 0;
  }

  .logo img {
    width: 50%;
  }

  .nav {
    flex-direction: column;
  }

  .menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .menu > li {
    width: 100%;
  }

  .submenu {
    position: static;
    transform: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
  }

  .submenu li {
    text-align: left;
    padding-left: 20px;
  }

  .banner {
    padding-top:20px;
    flex-direction: column;
    gap: 20px;
  }

  .swiper {
    width: 100%;
    height: 240px;
  }

  .swiper-slide h1 {
    font-size: 22px;
    padding: 80px 20px;
  }

  .side-banner {
    width: 100%;
  }

  .side-banner h2 {
    font-size: 20px;
    padding: 40px 20px 5px 40px;
  }

  .side-banner p {
    padding-left: 40px;
    font-size: 16px;
  }

  .button-wrap {
    flex-direction: column;
    gap: 10px;
  }

  .more-button {
    width: 100%;
    height: 50px;
  }

  .section-1 {
    flex-direction: column;
    gap: 20px;
  }

  .section-1 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
  }

  .section-1 ul > li {
    width: calc(50% - 6px) !important;
    box-sizing: border-box;
  }
	.notice2-2 {
    text-align: end;
	}

  .section-2 {
    flex-direction: column;
    gap: 20px;
	margin-bottom:50px;
  }

  .section-2 ul {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .section-2 li {
    width: 100%;
  }

  .notice {
    width: 100%;
    height: 260px;
  }

  .notice2-slide {
    flex-direction: column;
    gap: 10px;
  }

  .hospital,
  .call {
    height: 250px;
  }

  .call h3 {
    font-size: 18px;
  }
  .section-2 .time {
    width: 100%;
    height: auto;
    padding: 20px;
  }

  .section-2 .time {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden; /* 불필요한 넘침 방지 */
  }
  .time-txt {
    gap: 10px;
    padding: 0;
  }

  .time-txt p {
	font-weight: 700;
     font-size: 18px;
  }
  .time span {
    font-size: 16px;
    padding: 10px 0px !important;
  }
}
