.tab-contents.adaptive .accordion-container {
  display: none;
}
.tab-contents.adaptive .caption {
  display: none;
}
.tab-contents .tabpanel_second {
  color: #444;
  display: none;
}
.tab-contents .tabpanel_second.active {
  display: block;
}
@media (max-width: 768px) {
  /* �곸쓳�� �꾩퐫�붿뼵  */
  .tab-contents.adaptive .caption {
    display: block;
    color: #111;
    font-size: 5.3333333333vw;
    font-weight: 500;
    line-height: 7.4666666667vw;
    margin-bottom: 4vw;
    text-align: left;
  }
  .tab-contents.adaptive .table-container {
    display: none;
  }
  .tab-contents.adaptive .accordion-container {
    display: block;
    margin-bottom: 1.0416666667rem;
  }
  .tab-contents.adaptive .accordion-container .caption {
    color: #111;
    font-size: 5.3333333333vw;
    font-weight: 500;
    line-height: 7.4666666667vw;
    margin-bottom: 4vw;
    text-align: left;
  }
  .tab-contents.adaptive .accordion-container .dropdown-toggle {
    background: none;
    padding: 3.2vw 0 3.2vw 4vw;
  }
  .tab-contents.adaptive .accordion-container .dropdown-menu {
    background: none;
  }
  .tab-contents.adaptive .accordion-container .dropdown-menu > div {
    background: none;
    padding: 3.2vw 9.066667vw 3.2vw 4vw;
    font-size: 15px;
    line-height: 5.733333vw;
  }
  .tab-contents.adaptive .accordion-container .dropdown-menu > div > b {
    display: block;
  }

  /* �� */
  .m_tab_box.small {
    margin: 4vw 0 8vw;
  }
  .m_tab_box .m_tab {
    z-index: 1;
  }

  .m_tab_box .m_tab_second {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .m_tab_box .m_tab_second > li > a {
    position: relative;
    display: block;
    color: #777;
    font-size: 4.5333333333vw;
    font-weight: 500;
    line-height: 5.3333333333vw;
    padding: 5.3333333333vw 3.6vw;
    border: 2px solid #cdcdcd;
    border-radius: 1.0666666667vw;
    text-align: left;
  }

  .m_tab_box .m_tab_second > li .link {
    display: none;
    background-color: #fff;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    box-shadow: 0.6666666667vw 0.6666666667vw 1.0666666667vw rgba(0, 0, 0, 0.08);
    max-height: 250px;
    overflow-y: scroll !important;
  }

  .m_tab_box .m_tab_second > li .link li {
    position: relative;
    background-color: #fff;
    z-index: 1;
  }

  .m_tab_box .m_tab_second > li .link li a {
    display: block;
    color: #777;
    font-size: 4.5333333333vw;
    font-weight: 500;
    line-height: 5.3333333333vw;
    padding: 5.3333333333vw 3.6vw;
    border-bottom: 1px solid #cdcdcd;
    text-align: left;
  }

  .m_tab_box .m_tab_second > li > a::after {
    transform: translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    right: 5.6vw;
    width: 2.5333333333vw;
    height: 1.6vw;
    background: url(http://healthcare.snuh.org/snuh/design/theme/demo/pub/images/contents/icon1.png)
      no-repeat center/contain;
  }
}