@media (min-width: 0px) and (max-width: 1920px) {
  .map_txt {
    width: 45%;
    padding: 8rem 5rem;
    font-size: 25px;
  }
}
@media (min-width: 0px) and (max-width: 1200px) {
  .con1_flex {
    gap: 2rem;
  }
  h2 {
    font-size: 45px;
  }
  h2::before {
    font-size: 16px;
  }
  .c1_middle {
    font-size: 22px;
  }
  /*  */
  .full_ul .li_tit {
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .full_ul .li_tit + em {
    font-size: 18px;
  }
  .full_ul li a {
    padding: 3rem 1.5rem;
  }
  .full_ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .full_ul li:nth-child(2n) {
    background: #fff;
  }
  .full_ul li:nth-child(2) {
    background: #f4f8e8;
  }
  .full_ul li:nth-child(3n) {
    background: #f4f8e8;
  }
  .full_ul li a {
    flex-direction: column;
  }
  .parking_flex {
    gap: 2rem;
  }
  .parking_txt ul {
    font-size: 20px;
  }
  .time_table {
    flex-direction: column;
  }
  .map_txt {
    width: 100%;
  }
  .map_txt ol li {
    font-size: 25px;
  }
}
@media (min-width: 0px) and (max-width: 1080px) {
  .main_before {
    height: 65px;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 900px) {
  *.m50 {
    margin-bottom: 3rem;
  }
  *.m20 {
    margin-bottom: 1.5rem;
  }
  *.m10 {
    margin-bottom: 1rem;
  }
  p {
    font-size: 3vw;
  }
  /*  */
  h2 {
    font-size: 7vw;
  }
  h2::before {
    font-size: 16px;
  }
  .con1_flex {
    flex-direction: column;
    gap: 5rem;
    margin-bottom: 0rem;
  }
  .c1_middle {
    font-size: 3vw;
  }
  h2 + p {
    opacity: 0.8;
    margin-top: 1rem;
  }
  /*  */
  .con5 {
    background: #f8fdec url(../img/con5_bg.png) no-repeat left top / cover;
  }

  .doctor_wrap {
    flex-direction: column;
  }
  .doctor_img {
    align-self: center;
    max-width: 300px;
    max-height: 500px;
  }
  .doctor_txt {
    margin-bottom: 0;
  }
  .doctor_name {
    font-size: 5vw;
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .con10_tab.fix {
    top: 65px;
  }
  .con10_tab {
    font-size: 15px;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e5e5e5;
  }
  .con10_tab li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
  }
  .con7_tab,.con9_tab {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    text-align: center;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #e5e5e5;
  }
  .con7_tab li {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
  }
  .con9_tab li,
  .con10_tab li {
    border: 1px solid #e5e5e5;
  }

  .con8_line {
    display: none;
  }
  /* .con8 h2 {
    width: 100%;
    margin-right: 0;
    padding: 0rem;
  } */

  .con9_tab {
    grid-template-columns: auto;
  }
  /* .con9_tab {
    grid-template-columns: auto;
  }
  .con9_tab li,
  .con10_tab li {
    border: 1px solid #e5e5e5;
  }
  .con9_tab li a,
  .con10_tab li a {
    padding: 1rem;
    font-size: 5vw;
  }
  .con9_txt p {
    font-size: 4.5vw;
    margin-bottom: 1rem;
  }
  .con10_tab {
    grid-template-columns: repeat(2, 1fr);
  } */
  /*  */

  /*  */
  h3 {
    font-size: 5vw;
  }
  h3 hr {
    margin: 1.5rem 0;
  }
  section .img_wrap {
    align-self: center;
  }
  h4 {
    font-size: 4.5vw;
  }
  h4:not(:first-child) {
    margin-top: 2rem;
  }
  section.bg_logo {
    background: rgba(200, 201, 202, 0.1) url(../img/logo_bg.png) no-repeat 98%
      97% / 45vw;
  }
  .section_bg ol {
    grid-template-columns: repeat(2, 1fr);
  }

  article .txt_box {
    padding: 2rem;
  }
  article .gray_box {
    border-radius: 15px;
    padding: 2rem;
  }
  article .flex_wrap {
    flex-direction: column;
  }
  #flex_column_reverse {
    flex-direction: column-reverse;
  }
  .flex_wrap {
    flex-direction: column;
  }

  /*  */
  .parking_flex {
    flex-direction: column;
  }
  .map_txt {
    padding: 5rem 3rem;
    font-size: 22px;
  }
}
