.site-footer{
  height: auto;
}
.site-footer .logo img {
    width: 160px;
    height: 50px;
    margin-top: 20px;
  }
  
  .footer-section {
    display: flex;
  }
  
  .footer-section {
    display: flex !important;
  }
  
  .footer-section p {
    font-size: 1rem;
  }
  
  .company-service,
  .company-policy,
  .company-info {
    flex: 1;
    padding: 10px;
  }
  
  .company-service:last-child,
  .company-policy:last-child,
  .company-info:last-child {
    border-right: none;
    /* 移除最後一欄的分隔線 */
  }
  
  .footer-title-block {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .company-service p,
  .company-policy p,
  .company-info p {
    margin: 5px 0;
  }
  
  .footer-title-block {
    font-size: 1rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  
  .social-url-section {
    margin-left: 10px;
    margin-top: 20px;
    display: flex !important;
    flex-wrap: nowrap;
  }
  
  .social-url-section .fot-social-url {
    width: 30px;
    height: 30px;
    fill: #ffffff;
    transition: fill 0.3s;
    padding: 1px;
    border-radius: 50px;
    background-color: #5d5d5d;
    vertical-align: middle;
    margin-right: 10px;
  }
  .mobile-toggle input{
    display: none;
  }
  /*保留權*/
  .rights-reserved {
    display: block;
    margin-left: 10px;
    padding-top: 30px;
    padding-bottom: 80px;
  }
  
  .rights-reserved span {
    font-size: 1.125rem;
  }
  
  .hamburger {
    display: none;
  }
  /*手機版*/
@media screen and (max-width: 768px) {
    .site-footer .logo img {
        width: auto;
        margin-left: 10px;
      }
      /*Company-Service*/
      .company-service input {
        display: none;
        visibility: hidden;
      }
      .company-service input[type="checkbox"]+label, input[type="radio"]+label{
        margin-right:0px !important;
      }
      .company-service  label {
        float: right;
        display: block;
        text-align: center;
      }
      .company-service label::before {
        font-weight: bold;
        font-size: 15px;
        content: "-";
        vertical-align: text-top;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 3px;
        text-align: center;
        line-height: 20px;
        position: relative;
        left: -3px;
      }
      .company-service  #expand {
        height: 150px;
        overflow: hidden;
        transition: height 0.5s;
        /* background: url(http://placekitten.com/g/600/300); */
        color: #555555;
      }
      .company-service  section {
        padding: 0 20px;
      }
      .company-service   #toggle-service:checked ~ #expand {
        height: 0px;
      }
      .company-service   #toggle-service:checked ~ label::before {
        content: "+";
      }
      /* Company-Policy */
      a.modal-link{
      font-size: 1rem;
    }
    .company-policy input {
      display: none;
      visibility: hidden;
    }
    .company-policy input[type="checkbox"]+label, input[type="radio"]+label{
      margin-right: 0px !important;
    }
    .company-policy label {
      float: right;
      display: block;
      text-align: center;
    }
    .company-policy label::before {
      font-weight: bold;
      font-size: 15px;
      content: "-";
      vertical-align: text-top;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 3px;
      text-align: center;
      line-height: 20px;
      position: relative;
      left: -3px;
    }
    .company-policy #expand {
      height: 150px;
      overflow: hidden;
      transition: height 0.5s;
    }
    .company-policy section {
      padding: 0 20px;
    }
    .company-policy #toggle-policy:checked ~ #expand {
      height: 0px;
    }
    .company-policy #toggle-policy:checked ~ label::before {
      content: "+";
    }
    /* Company-Info */
    .company-info input {
      display: none;
      visibility: hidden;
    }
    .company-info input[type="checkbox"]+label, input[type="radio"]+label{
      margin-right: 0px !important;
    }
    .company-info label {
      float: right;
      display: block;
      text-align: center;
    }
    .company-info label::before {
      font-weight: bold;
      font-size: 15px;
      content: "-";
      vertical-align: text-top;
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 3px;
      text-align: center;
      line-height: 20px;
      position: relative;
      left: -3px;
    }
    .company-info #expand {
      overflow: hidden;
      transition: height 0.5s;
      color: #555555;
    }
    .company-info section {
      padding: 0 20px;
    }
    .company-info #toggle-info:checked ~ #expand {
      height: 0px;
    }
    .company-info #toggle-info:checked ~ label::before {
      content: "+";
    }
    
    
      .footer-section {
        flex-direction: column;
        align-items: center;
      }
    
      .company-service,
      .company-policy,
      .company-info {
        width: 100%;
        margin-right: 0;
        margin-bottom:10px;
      }
    
      .footer-section p {
        font-size: 0.9rem;
        margin: 0px;
      }
    
      .rights-reserved {
        padding: 10px;
        margin-left: 0px;
      }
    
      .rights-reserved span {
        font-size: 12px;
      }
    
}
.wrapper h1{display: inline-block;position: relative;}
.wrapper h1 a:hover .gray {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0;}
.wrapper h1 a:hover .vivid {filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity: 1;}
.wrapper h1 .gray {position: absolute;top: 0;;z-index: 9;filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity: 1;}
.wrapper h1 .vivid {filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity: 0;}