@media screen and (max-width: 1400px) {
  /* tab */
  .tab_list {
    display: flex;
  }

  /* card */
  .item_head {
    display: none;
  }
  .card_info_wrap {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
  }
  .info_title p {
    width: auto;
  }
  .info_caption {
    flex-direction: column;
    gap: 4px;
  }
  .card_item {
    display: none;
    height: auto;
  }
  .card_item.active {
    display: flex;
  }
  .item_cont {
    border-radius: 11px;
    height: auto;
  }
}
@media screen and (max-width: 680px) {
    .for_pc {
      display: none;
    }
    .for_mo {
      display: block;
    }
    /* typography */
    .h1 {
      font-size: 26px;
      line-height: 40px;
    }
    .h2 {
      font-size: 16px;
      line-height: 20px;
    }
    .h3 {
      font-size: 14px;
      line-height: 18px;
    }
    .h4 {
      font-size: 13px;
      line-height: 16px;
    }
    .h5 {
      font-size: 12px;
      line-height: 16px;
    }
    .h6 {
      font-size: 11px;
      line-height: 15px;
    }
    /* button */
    .inner_button {
      max-width: none;
      height: 50px;
      border-radius: 8px;
    }

    /* main */
    .main_wrap {
      height: 500px;
    }
    .logo {
      width: 56px;
      top: 30px;
      left: calc(50% - 56px / 2);
    }
    .title_wrap {
      width: 272px;
      left: calc(50% - 272px / 2);
      top: 84px;
      gap: 20px;
    }
    .main_title {
      width: 245px;
    }
    .sub_title_wrap {
      padding: 2px 8px;
      gap: 56px;
    }
    .icon_plus {
      width: 32px;
    }
    .sub_title {
      width: 100px;
    }
    /* img-wrap */
    .img-wrap {
      width: 360px;
    }
    .gra {
      width: 470px;
      height: 470px;
      bottom: -95px;
      left: -35px;
    }
    .img-phone {
      width: 203px;
      left: 87px;
    }
    .coin-1 {
      width: 88px;
      right: 38px;
      bottom: 150px;
    }
    .coin-2 {
      width: 59px;
      left: 54px;
      bottom: 53px;
    }
    .coin-3 {
      width: 76px;
      left: 69px;
      top: 219px;
    }
    .particle-1 {
      width: 27px;
      top: 283px;
      left: 65px;
    }
    .particle-2 {
      width: 38px;
      top: 344px;
      left: 58px;
    }
    .particle-3 {
      width: 42px;
      top: 315px;
      right: 26px;
    }

    /* cont */
    .cont_wrap {
      padding: 44px 8px;
      gap: 12px;
    }

    /* tab */
    .tab_list {
      gap: 8px;
    }
    .tab_item {
      padding: 19px 16px;
      border-radius: 8px;
    }
    .tab_icon {
      width: 56px;
      height: 56px;
    }
    /* card_item */
    .card_info_wrap {
      gap: 4px;
    }
    .card_item {
      border-radius: 8px;
    }
    .info_txt {
      padding: 16px 8px 0;
      gap: 12px;
    }
    .card_img {
      width: 114px;
    }
    .card_item:nth-child(3) .card_img {
      width: 180px;
    }
    .item_cont {
      padding: 24px 20px 16px;
      gap: 20px;
      border-radius: 8px;
    }
    .item_title {
      padding: 24px 0;
      border-bottom: 1px solid var(--line, rgba(88, 81, 79, 0.16));
    }
    .card_box {
      gap: 8px;
    }
    .box_title {
      border-left: 3px solid #2F2E2D;
      padding: 0 8px;
    }
    tr {
      border-top: 1px solid rgba(88, 81, 79, 0.16);
      border-bottom: 1px solid rgba(88, 81, 79, 0.16);
    }
    th {
      height: 56px;
    }
    td {
      height: 52px;
    }
    ul.item_caption {
      padding: 8px;
      border-radius: 4px;
    }
    ul.item_caption li {
      padding-left: 15px;
    }
    ul.item_caption li::before {
      width: 3px;
      height: 3px;
      top: 6px;
      left: 6px;
    }
    .btn_wrap {
      gap: 8px;
    }

    
    /* footer */
    .footer {
      padding: 50px 40px 200px 16px;
      gap: 18px;
    }
    .footer_title {
      gap: 7px;
    }
    .footer_title > img {
      width: 26px;
    }
    .footer .li_txt {
      padding-left: 12px;
    }
    .footer ul li.default { padding-left: 8px;}
    .footer ul li.default::before { width: 4px; height: 4px; top: 9px; }
  
  
    /* button */
    .fixed_button {
      height: 58px;
    }
  }