  .floating-menu {
    font-family: NotoSansJP, NotoSansKR, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "맑은 고딕", "Segoe UI", Roboto, system-ui, sans-serif !important;
    background: #EAECEE;
    padding: 5px;;
    width: 130px;
    z-index: 100;
    position: fixed;
    bottom: 200px;
    right: 110px;
    text-align:center;
    width:109px;
    height:160px;
    border-radius:0.5em;
    border: 1px solid #D5D8DC;
  }
  .floating-menu a, 
  .floating-menu h3 {
    font-size: 0.9em;
    display: block;
    margin: 0 0.5em;
    color: white;
  }
  .wechat-txt {
    font-family: Arial;
    font-weight: bold;
    color : #e66d15;
  }
  .wechat-time {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color : #e66d15;
  }

@media (max-width: 480px){
  .floating-menu {
    font-family: NotoSansJP, NotoSansKR, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "맑은 고딕", "Segoe UI", Roboto, system-ui, sans-serif !important;
    background: #EAECEE;
    padding: 5px;;
    z-index: 100;
    position: fixed;
    bottom: 90px;
    right: 10px;
    text-align:center;
    width:100px;
    height:160px;
    border-radius:0.5em;
    border: 1px solid #D5D8DC;
    visibility : hidden;
  }




}
