/*********** 電腦版本 *********/
/* 頁尾 */
footer {
  background-color: #0d0d0d;
  position: relative;
  top: 0px;
  padding-bottom: 30px;
}
#call_us {
  width: 65%;
  padding: 20px 0px 20px 0px;
  /* background-color: #737373; */
  background: linear-gradient(to bottom, #45484d 0%, #212121 100%);
  position: relative;
  top: -50px;
  margin-left: auto;
  margin-right: auto;
}
#call_us_title {
  padding-left: 30%;
  padding-top: 30px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  color: aliceblue;
  letter-spacing: 0.2em;
}
#call_us_text {
  padding-left: 35%;
  font-size: 30px;
  color: aliceblue;
  letter-spacing: 0.5em;
}
/* 英文 */
#call_us_title_en {
  padding-left: 10%;
  padding-top: 10px;
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 900;
  color: aliceblue;
  letter-spacing: 0.2em;
}
#call_us_text_en {
  padding-left: 15%;
  font-size: 30px;
  color: aliceblue;
  letter-spacing: 0.5em;
}
/* ***** */
#info {
  padding-bottom: 50px;
}
#contact_info {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
#footer_logo > img {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#contact_info_list {
  list-style: disc;
}
#contact_info_list > li {
  color: #f5f5f5;
  padding-left: 100px;
}
#contact_info_list > li >a{
  color: #f5f5f5;
  text-decoration: none;
}
#social_icon {
  display: flex;
}
#social_icon > li {
  margin-left: 5%;
}
#right {
  text-align: center;
  color: #f5f5f5;
}

/************ 桌機 ********/
@media screen and (max-width: 1659px) {
  #call_us_title {
    padding-left: 20%;
  }
  #call_us_text {
    padding-left: 25%;
  }
}
@media screen and (max-width: 1500px) {
  #call_us {
    width: 80%;
  }
}

@media screen and (max-width: 1200px) {
  #call_us {
    width: 90%;
  }
}

/************ 大--平板電腦 ********/
@media screen and (max-width: 992px) {
  /* 頁尾 */
  #call_us {
    width: 95%;
  }
  #call_us_title {
    padding-left: 10%;
  }
  #call_us_text {
    padding-left: 15%;
  }
  #footer_logo {
    padding-top: 30px;
  }
}

@media screen and (max-width: 870px) {
  #call_us {
    width: 98%;
  }
}
/************ 平板電腦 ********/
@media screen and (max-width: 785px) {
  /* 頁尾 */
  #call_us {
    width: 100%;
    padding: 50px 0px 20px 0px;
  }
  #call_us_title {
    padding: 0%;
    text-align: center;
  }
  #call_us_text {
    padding: 0%;
    text-align: center;
  }
  #info {
    padding: 0px 10px 50px 10px;
  }
  #info > li {
    width: 100% !important;
  }
  #contact_info {
    border-left: 0px solid white;
    border-right: 0px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  #footer_logo {
    padding-bottom: 50px;
  }
  #contact_info_list {
    padding: 50px 0px 50px 0px;
  }
  #contact_info_list > li {
    width: 70%;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  #social_icon {
    display: flex;
    padding: 50px 0px 50px 0px;
    justify-content: center;
  }
  #social_icon > li {
    margin-left: 2%;
    margin-right: 2%;
  }
}

/*********** 手機版本 *********/
@media screen and (max-width: 680px) {
}

/* ***小手機 */
@media screen and (max-width: 570px) {
}

@media screen and (max-width: 472px) {
}

@media screen and (max-width: 370px) {
}
