@media (max-width: 768px) {
  .mobile_banner {
    display: block;
  }

  .pc_banner {
    display: none;
  }

  .mobile_menu {
    display: block;
  }

  header {
    height: auto;
  }

  header .hd_info .hd_content .hd_left {
    width: 100%;
    flex-wrap: wrap;
    padding-right: 0;
  }

  header .hd_info .hd_content .hd_left .logo_wrap {
    display: flex;
    justify-content: space-between;
    height: 54px;
    align-items: center;
    width: 100%;
    position: relative;
  }

  header .hd_info .hd_content .hd_left .logo_wrap button {
    display: flex;
    all: unset;
    cursor: pointer;
  }

  header .hd_info .hd_content .hd_left .eanrsy30 {
    width: 100%;
  }

  header .hd_info .hd_content .hd_right {
    display: none;
  }

  .mob_menu {
    width: 100vw;
    top: 100%;
    right: -16px;
    position: absolute;
    overflow: hidden;
    height: calc(100vh - 56px);
  }

  .mob_menu.open {
    display: block;
  }

  .mob_menu .mobile_menu_info {
    top: 0;
    right: -100%;
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    will-change: right;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    z-index: 200;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    overflow-y: auto;
  }

  .mob_menu.open .mobile_menu_info {
    right: 0;
  }

  .mob_menu .mobile_menu_info .top {
    padding: 32px 24px 0;
    font-size: 20px;
    font-weight: 600;
  }

  .mob_menu .mobile_menu_info .top .top_btn {
    display: flex;
    width: 100%;
    margin-top: 24px;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .mob_menu .mobile_menu_info .top .top_btn a {
    flex: 1;
    margin-right: 14px;
  }

  .mob_menu .mobile_menu_info .top .top_btn a:last-of-type {
    margin-right: 0;
  }

  .mob_menu .mobile_menu_info .top .top_btn .bck_a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 4px;
    background-color: #cd372f;
    color: #f8f9fa;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 12px;
  }

  .mob_menu .mobile_menu_info .top .top_btn .bod_a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #cd372f;
    background-color: #fff;
    color: #cd372f;
    height: 40px;
    font-weight: 500;
    font-size: 14px;
    padding: 0 12px;
  }

  .mob_menu .mobile_menu_info ul {
    margin: 16px 0;
  }

  .mob_menu .mobile_menu_info ul li {
    width: 100%;
  }

  .mob_menu .mobile_menu_info ul li a {
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 600;
    color: #28292c;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .main {
    padding: 32px 24px 48px;
  }

  .main .main_top .best_trade {
    order: 1;
  }

  .main .main_top .best_trade .trade_top {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  .main .main_top .best_trade .trade_top time {
    padding-left: 0;
  }

  .main .main_top .best_trade .trade_info .trade_table thead th {
    font-size: 12px;
  }

  .main .main_top .best_trade .main_banner {
    background: rgb(255, 228, 228);
    text-align: center;
  }

  .main .main_top .best_trade .main_banner img {
    width: 80%;
    margin: 0 auto;
  }

  .main .main_top .my_gon {
    order: 2;
    margin-top: 50px;
  }

  .main .main_top .news {
    order: 3;
  }

  .main .main_top .theme {
    order: 4;
  }

  .main .main_top .report {
    order: 5;
  }

  footer .foot .foot_info {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }

  footer .foot .foot_info .foot_left {
    flex-wrap: wrap;
    gap: 20px;
  }

  footer .foot .foot_info .foot_content {
    margin-left: 0;
  }

  .home_slider .prev-btn {
    z-index: 0;
  }

  .home_slider .next-btn {
    z-index: 0;
  }

  .total > p {
    font-size: 10px;
    color: rgb(171, 171, 171);
    text-align: right;
  }
}
