﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Rubik');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', Helvetica, 'Noto Sans TC', sans-serif;
  width: 100%;
  -webkit-text-size-adjust: none;
  position: relative;
  height: 100%;
  letter-spacing: 0em;
  background-color: #DDDDDD;
}
.header {
  padding: 0;
  background-color: #ffffff;
  width: 100%;
}
.header-container {
  padding: 15px;
}
.header .header-container .logo {
    display: inline-block;
    width: 267px;
    height: 40px;
    background-image: url("../images/icon/logo.png");
    background-repeat: no-repeat;
    /*background-position: center top;*/
    background-size: auto 40px;
    position: relative;
    z-index: 1;

   
    display: block; overflow:hidden;
    margin-left:10px;
 /*   margin: 0 auto;  float:left;
     */
}
.logo_hotai{ background-image:url("../images/icon/logo_hotai.png");
                display: inline-block;
    width: 178px;
    height: 40px;
   
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 32px;
    position: relative;
    z-index: 1;/* margin-left:50px;*/
    float:right;
    margin-right:10px;
    margin-top:5px;
}
/*
@media (max-width: 600px) {
    .header .header-container .logo
    { width:140px; overflow:hidden;
    }
}*/
/*
@media (max-width: 400px) {
    .header .header-container .logo {
        background-size: auto 25px;
    }

    .logo_hotai {
        background-size: auto 25px;
    }
}
*/

@media (max-width:400px) {
    .header .header-container .logo {
        margin-left: 0px;
      /* width: 100px;*/ 
        height: 30px;
      
        background-size: auto 30px;
    }
    .logo_hotai {
        margin-right: 0px;
        width: 139px;
        height: 25px;
        background-size: auto 25px;
    }
}


.icon_x
{width:32px; height:32px; 
 background-image:url("../images/icon_x.png");
 display: inline-block;  margin-left:50px;
 background-size:cover;
}

.footer {
  width: 100%;
  padding: 30px 0px 40px;
  background-color: #1F1F1F;
}
.contact {
  color: #ffffff;
  font-size: 16px;
  padding: 15px;
  font-weight: 500;
}
.contact-item {
  padding: 6px 0px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 28px 28px;
}
.icon-tel {
  background-image: url("../images/icon/icon_phone.png");
}
.icon-time {
  background-image: url("../images/icon/icon_time.png");
}
.icon-mail {
  background-image: url("../images/icon/icon_mail.png");
}
.icon-addr {
  background-image: url("../images/icon/icon_addr.png");
}
.accordion {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 15px;
  max-width: 100%;
  box-sizing: border-box;
}
.panel {
  max-height: 0px;
  overflow: hidden;
  transition: 0.6s ease-out 0s;
  -webkit-transition: 0.6s ease-out 0s;
}
.panel-item a {
  display: block;
  color: #ffffff;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  padding-left: 25px;
  margin-bottom: 8px;
  font-weight: 500;
  text-decoration: none;
}
.x-container {
  height: 10px;
  width: 10px;
  position: relative;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  display: inline-block;
  float: right;
  margin-top: 8px;
  margin-right: 3px;
}
.x-top {
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  position: absolute;
  top: calc(50% - 1px);
}
.x-bottom {
  position: absolute;
  background-color: #ffffff;
  height: 2px;
  width: 100%;
  top: calc(50% - 1px);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.accordion.active .x-container {
  height: 10px;
  width: 10px;
  margin-right: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.logo-footer {
  max-width: 100%;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #C1C1C1;
}
.logo-footer img {
  width: 239px;
  height: 30px;
  display: block;
  margin: 0 auto 20px; vertical-align:bottom;
}


    @media screen and (min-width:1280px), (min-width:1024px) {
        .header {
    padding: 0;
  }
 /*
  .header .header-container .logo {
    display: inline-block;
    width: 319px;
    height: 40px;
    background-image: url("../images/icon/logo.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 319px 40px;
    z-index: 1;
  }*/
  .footer {
    padding: 40px 0px 40px;
  }

  .flex-container {
    display: flex;
  }

  .contact {
    flex: 40%;
    color: #ffffff;
    font-size: 14px;
    padding: inherit;
  }
   .contact-item {
    padding: 6px 0px;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: left 4px;
    background-size: 24px 24px;
  }
  .accordion {
    font-size: 16px;
    color: #FFFFFF;
    padding: 4px 0px 20px;
  }

  .panel {
    max-height: 300px;
  }
  .panel a:hover {
    color: #ffffff;
  }
  .panel-item {
    display: block;
  }
  .panel-item a {
    display: inline-block;
    color: #B9B9B9;
    cursor: pointer;
    text-align: left;
    font-size: 14px;
    padding-left: 0px;
    margin-bottom: 8px;
    font-weight: 400;
    text-decoration: none;
  }
  .x-container {
    display: none;
  }
  .logo-footer {
    display: block;
    text-align: left;
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
  }
  .logo-footer img {
    display: inline-block;
    margin: 0px 40px 0px 0px;
    top: 2px;
    position: relative;
  }
      
}

@media screen and (min-width:1024px)  {

  .header-container {
    width: 960px;
    padding: 15px 0;
    margin: 0 auto;
  }

  .footer-container {
    width: 960px;
    margin: 0 auto;
  }
    .accordion-container {
        margin-right: 15px;
        /*
    margin-left: 30px;*/
        margin-left: 20px;
    }
}
@media screen and (min-width:1280px)  {

  .header-container {
    width: 1200px;
    padding: 15px 0;
    margin: 0 auto;
  }

  .footer-container {
    width: 1200px;
    margin: 0 auto;
  }
    .accordion-container {
        margin-right: 15px;
        /* margin-left: 60px;*/
        margin-left: 50px;
    }
}