@media (300px <= width <= 1100px) {
  body #column {
    width: 100%;
    flex-direction: column;
  }
  body #column aside {
    position: relative;
    width: 100%;
    height: 120px;
    border: 0;
  }
  body #column aside #smh-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    border-top: 3px solid #ffb936;
  }
  body #column aside #smh-header #header {
    height: 60px;
    justify-content: start;
    border: none;
  }
  body #column aside #smh-header #header #logo {
    width: auto;
  }
  body #column aside #smh-header #header #logo a img {
    height: 45px;
  }
  body #column aside #smh-header #account {
    border: none;
    padding: 0;
  }
  body #column aside #smh-header #account #account-icon {
    margin: 0;
  }
  body #column aside #smh-header #account #account-info {
    display: none;
  }
  body #column aside #smh-header #account #logout {
    display: none;
  }
  body #column aside #menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background: #ffb936;
  }
  body #column aside #menu .menu-category {
    margin: 0;
  }
  body #column aside #menu .menu-category .menu-category-title {
    display: none;
  }
  body #column aside #menu .menu-category ul {
    display: flex;
    flex-direction: row;
  }
  body #column aside #menu .menu-category ul .menu-category-item {
    width: 73px;
  }
  body #column aside #menu .menu-category ul .menu-category-item a {
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    padding: 3px 0;
    mix-blend-mode: lighten;
    color: #fff;
  }
  body #column aside #menu .menu-category ul .menu-category-item a span {
    margin: 0 auto;
  }
  body #column aside #menu .menu-category:nth-child(2) ul .menu-category-item:last-child {
    display: none;
  }
  body #column aside #menu .menu-category:last-child {
    display: none;
  }
  body #column aside #footer {
    display: none;
  }
  body #column #avatar-menu {
    position: absolute;
    right: 12px;
    top: 67px;
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 200px;
    padding: 10px 0;
    background: #fff;
    filter: drop-shadow(0px 0px 4px #cecece);
    border-radius: 5px;
    z-index: 100;
  }
  body #column #avatar-menu ul li {
    width: 100%;
    height: 48px;
    padding: 0 20px;
  }
  body #column #avatar-menu ul li:active, body #column #avatar-menu ul li:focus, body #column #avatar-menu ul li:hover {
    background: rgba(255, 185, 54, 0.1882352941);
  }
  body #column #avatar-menu ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #646464;
  }
  body #column #avatar-menu div {
    font-size: 12px;
    padding: 0 20px;
  }
  body #column main {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: calc(100vh - 123px);
  }
  body #column main header {
    display: none;
  }
  body #column main section {
    width: 90%;
  }
  #top {
    gap: 20px;
  }
  #top #top-analytics .row {
    gap: 0;
    margin-top: 20px;
  }
  #top #top-analytics .row .canvas {
    height: auto;
  }
  #top #top-analytics #guest_type_ratio {
    display: none;
  }
  #top #top-menu {
    display: none;
  }
  #top #top-menu-smh {
    display: block;
  }
  #top #top-menu-smh ul {
    justify-content: space-between;
  }
  #top #top-menu-smh ul li {
    width: 47%;
    height: 53px;
  }
  #top #top-menu-smh ul li a {
    width: 100%;
    height: 53px;
  }
  #scan #scan-info {
    width: 300px;
    margin: 0 auto;
  }
  #scan #scan-frame {
    margin: 0 auto;
  }
  #scan #input-id-hand {
    width: 300px;
    margin: 0 auto;
    margin-top: 10px;
  }
  #scan.rescan-area {
    display: none;
  }
  .ticket {
    margin: 0 auto;
  }
  #enter #row,
  #exit #row,
  #check #row {
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
  }
  #enter #row section,
  #exit #row section,
  #check #row section {
    width: 100%;
  }
  #enter #row #scan,
  #exit #row #scan,
  #check #row #scan {
    margin-right: 0;
  }
  #enter #row #operate .smh-end-opr,
  #exit #row #operate .smh-end-opr,
  #check #row #operate .smh-end-opr {
    display: none;
  }
  #enter #row #operate #activity-title,
  #exit #row #operate #activity-title,
  #check #row #operate #activity-title {
    width: 350px;
    margin: 0 auto;
    margin-top: 20px;
  }
  #enter #row #operate .table,
  #exit #row #operate .table,
  #check #row #operate .table {
    width: 350px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
  #enter #end-operate,
  #exit #end-operate,
  #check #end-operate {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 70px;
    padding: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    filter: drop-shadow(0px 0px 4px #a7a7a7);
  }
  #search #search-box form {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #search #search-box form .field:nth-child(1) {
    margin-bottom: 10px;
  }
  #search #search-box form .field:nth-child(2) {
    width: calc(100% - 66px - 10px);
  }
  #search #search-box form .field label {
    margin: 0;
  }
  #search #search-result {
    overflow-x: scroll;
  }
  #search #search-result table {
    margin-bottom: 100px;
  }
  #search #search-result table thead tr th:nth-child(1), #search #search-result table thead tr th:nth-child(3), #search #search-result table thead tr th:nth-child(6) {
    display: none;
  }
  #search #search-result table tbody tr td:nth-child(1), #search #search-result table tbody tr td:nth-child(3), #search #search-result table tbody tr td:nth-child(6) {
    display: none;
  }
  #analytics .content {
    margin-top: 20px;
  }
  #analytics .content #analytics_first {
    flex-direction: column;
    gap: 10px;
  }
  #analytics .content #analytics_first #guest_type_ratio {
    margin: 0 auto;
  }
  #settings #row {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  #settings #row #settings-aside {
    display: none;
  }
  #settings #row #smh-settings-aside {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #settings #row #smh-settings-aside .select {
    width: 100%;
  }
  #settings #row #smh-settings-aside .select select {
    width: 100%;
  }
  #settings #row #settings-main {
    width: 100%;
    padding: 0;
  }
  #settings #row #settings-main #settings-main-main #roles #role-edit #auth-list .toggle .toggle-select {
    margin-right: 0;
  }
  #settings #row #settings-main #settings-main-main #roles #role-edit #auth-list .toggle .auth-description {
    margin: 0;
  }
}