.mobile-body,
.mobile-menu,
.mobile-items {
  display: none;
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
@media (max-width: 1200px) and (min-width: 721px) {
  header:not(.mis-header) > div {
    width: 90% !important;
  }
  header .system__name {
    display: none !important;
  }
  header .menu-nav {
    gap: 1rem !important;
  }
  header .menu-nav a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 720px) {
  .pc-items {
    display: none;
  }
  .mobile-items,
  .mobile-menu {
    display: block;
  }
  .mobile-items .square-item {
    height: auto !important;
    padding: 2.5rem 1rem !important;
  }
  .mobile-menu span {
    font-size: 60px;
  }
  .mobile-menu-body {
    padding-top: 20px;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 70px;
    opacity: 0.95;
    z-index: 9;
  }
  .mobile-menu-body div {
    border-bottom: 1px dotted #ccc;
    width: 100%;
    text-align: center;
    padding: 5px 10px;
  }
  .mobile-menu-body div a {
    font-size: 24px;
    color: #222;
    font-weight: 600;
  }
  header {
    padding: 0 20px;
  }
  header .system__name {
    display: none !important;
  }
  header .menu-nav {
    display: none !important;
  }
  .pc-body {
    display: none;
  }
  .mobile-body {
    display: block;
  }
  .banner {
    height: 300px;
  }
  .banner .title {
    padding: 50px 20px 10px;
    font-size: 25px;
  }
  .banner .subtitle {
    padding: 0 20px;
    font-size: 18px;
    font-weight: lighter !important;
  }
  .banner .search-bar {
    position: absolute;
    width: 100%;
    padding: 0 20px;
    bottom: 20px;
  }
  .main-content {
    margin-top: 20px !important;
  }
  .oa-layout .oa-list > div .oa-list-new {
    font-weight: 500;
    font-size: 14px;
    color: #e75255;
  }
  .oa-layout .oa-list > div .oa-list-title {
    font-weight: 700;
    font-size: 24px;
    color: #303030;
    text-align: justify;
  }
  .oa-layout .oa-list > div .oa-list-date {
    font-size: 18px;
    font-weight: bold;
    color: #9d9d9d;
  }
  .site-map-container {
    padding: 10px 20px;
  }
  .site-map-container .site-map {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .site-map-container .site-map a {
    font-size: 20px !important;
  }
  footer.footer {
    padding: 15px 0 0 0 !important;
  }
  footer.footer .mainCon > div > div {
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  .journal-contribute--container__outer {
    display: none !important;
  }
  .search-contribute-tool-bar div {
    width: 100% !important;
  }
  .journal-body__outer > div {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
  .journal-body__outer .journal-body__outer_center {
    padding: 0 !important;
  }
}
