@charset "UTF-8";
button:focus, button:active {
  outline: none !important;
}

img {
  max-width: 100%;
}

header {
  position: sticky;
  top: 0px;
  z-index: 10000;
}

.carousel-item {
  height: 40vw;
}

.navbar {
  background: #FFF;
  box-shadow: 1px 1px 10px #888;
}

.logo {
  width: 280px;
}

.navbar a {
  color: #513015;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.navbar a:hover {
  color: #184262 !important;
}

.navbar span {
  font-size: 2rem;
  color: #513015;
}

.dropdown:hover .dropdown-menu {
  /*下拉選單*/
  display: block;
}

.about {
  padding: 60px 0px;
  height: auto;
  text-align: center;
  /*btn置中*/
  background-image: url(../images/about.png);
}

.all-title {
  text-align: center;
  padding-bottom: 30px;
  color: #184262;
  font-size: 2.6rem;
}

.index-about-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.index-about-text {
  padding-top: 5%;
  padding-left: 10% !important;
}

.index-about-text p {
  text-align: justify;
  line-height: 38px;
  font-size: 1.35rem;
  letter-spacing: 2px;
  color: #444;
  text-indent: 45px;
}

.about-btn {
  background: #003b56 !important;
  margin-top: 30px;
  letter-spacing: 3px;
  padding: 10px 20px !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  transition: all 0.5s !important;
}

.about-btn:hover {
  background: #025074 !important;
  transform: translateX(10px);
}

@media screen and (max-width: 991px) {
  .index-about-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .index-about-text {
    padding-left: 0% !important;
  }
}
@media screen and (max-width: 465px) {
  .logo {
    width: 240px;
  }
}
@media screen and (max-width: 385px) {
  .logo {
    width: 200px;
  }
}
.news {
  padding: 60px 0px;
  height: auto;
  text-align: center;
  /*btn置中*/
  background: #FFF;
  background-image: url(../images/newsback.png);
}

.news-box {
  margin-bottom: 20px;
}

.news-box a:hover {
  text-decoration: none;
}

.news-box-div {
  background: #FFF;
  min-height: 380px;
  padding: 15px 0px 0px;
  box-shadow: 1px 1px 5px #CCC;
}

.news-box-div img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.news-box-div img:hover {
  opacity: 0.8;
}

.news-box h5 {
  margin-top: 10px;
  color: #444;
  letter-spacing: 1px;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-date {
  color: #4579a0;
  font-size: 0.9rem;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  right: 30px;
}

.news-text {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #444;
  letter-spacing: 1px;
  font-size: 1.1rem;
}

.product-c {
  height: 500px;
  background: #000;
  background-image: url(../images/cback.png);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}

.product-c:hover {
  background-image: url(../images/cbackhover.png);
}

.product-c a:hover {
  text-decoration: none;
}

.product-c h1 {
  line-height: 500px;
  color: #FFF;
}

.product-t {
  height: 500px;
  background: #000;
  background-image: url(../images/tback.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}

.product-t:hover {
  background-image: url(../images/tbackhover.jpg);
}

.product-t a:hover {
  text-decoration: none;
}

.product-t h1 {
  line-height: 500px;
  color: #FFF;
}

@media screen and (max-width: 992px) {
  .product-c {
    margin-bottom: 20px;
  }
}
.decorate {
  height: 350px;
  background: #FFF;
  background-image: url(../images/photoback.jpg);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.decorate-text {
  text-align: center;
  line-height: 350px;
  color: #fff;
}

.footer {
  height: auto;
  padding-bottom: 30px;
}

.copy {
  background: #002130;
  height: auto;
  line-height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 0.9rem;
  letter-spacing: 1px;
  border-top: 2px dotted #FFF;
}

@media screen and (max-width: 992px) {
  .navbar a {
    text-align: center;
    padding: 10px 0px;
  }

  .navbar a:hover {
    color: #888;
  }
}
@media screen and (max-width: 660px) {
  .copy {
    line-height: 40px;
  }
}
.allcontent {
  padding: 60px 0px;
  height: auto;
  background-image: url(../images/newsback.png);
}

.index-about-text2 p {
  text-align: justify;
  line-height: 38px;
  font-size: 1.35rem;
  letter-spacing: 2px;
  color: #444;
  text-indent: 45px;
}

.index-about-img2 {
  margin-top: 50px;
}

.index-about-img2 h5 {
  margin-top: 20px;
  font-size: 1.4rem;
}

.copperfoil-box {
  margin-bottom: 20px;
}

.copperfoil-content {
  height: auto;
  line-height: 30px;
  padding: 5px 0px;
}

.copperfoil-content p {
  line-height: 38px;
  letter-spacing: 1px;
  text-align: justify;
  color: #444;
  font-size: 1.35rem;
  text-indent: 45px;
}

.copperfoil-imgbox {
  height: auto;
}

.copperfoil-imgbox-div {
  margin-top: 20px;
}

.copperfoil-img-div {
  background: #FFF;
  height: auto;
  padding: 15px 0px 0px;
  border: 1px solid #EEE;
}

.copperfoil-img-div img {
  width: 100%;
}

.copperfoil-img-div h5 {
  margin-top: 10px;
  color: #444;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.4rem;
}

.titanium-box {
  margin-bottom: 20px;
}

.titanium-content {
  height: auto;
  padding: 5px 0px;
}

.titanium-content p {
  line-height: 38px;
  letter-spacing: 1px;
  text-align: justify;
  color: #444;
  font-size: 1.35rem;
  text-indent: 45px;
}

.titanium-content h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  font-weight: 900;
  color: #444;
}

.titanium-imgbox {
  height: auto;
}

.titanium-imgbox-div {
  margin-top: 20px;
}

.titanium-img-div {
  background: #FFF;
  height: auto;
  padding: 15px 0px 0px;
  border: 1px solid #EEE;
}

.titanium-img-div img {
  width: 100%;
}

.titanium-img-div h5 {
  margin-top: 10px;
  color: #444;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.4rem;
}

.pagebox {
  margin-top: 60px;
}

.pagination {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination a {
  color: #888;
  float: left;
  padding: 3px 12px;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.3s;
}

.pagination a.active {
  background-color: #BED3D4;
  color: white;
  text-decoration: none;
}

.pagination a:hover:not(.active) {
  background-color: #EEE;
  text-decoration: none;
  color: #BED3D4;
}

.newspage-box {
  margin-bottom: 20px;
}

.newspage-title {
  height: auto;
  line-height: 30px;
  padding: 5px 0px;
}

.newspage-title h3 {
  letter-spacing: 1px;
  color: #444;
  font-weight: 900;
}

.newspage-content {
  height: auto;
  padding: 15px 0px;
  margin-top: 20px;
}

.newspage-content p {
  line-height: 38px;
  letter-spacing: 1px;
  text-align: justify;
  color: #444;
  font-size: 1.35rem;
  text-indent: 45px;
}

.newspage-imgbox {
  height: auto;
}

.newspage-img-div {
  background: #FFF;
  height: auto;
  padding: 15px 0px 0px;
}

.newspage-img-div img {
  width: 100%;
}

.newspage-img-div h5 {
  margin-top: 10px;
  color: #444;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.4rem;
}

.back-btn {
  background: #003b56 !important;
  margin-top: 30px;
  letter-spacing: 3px;
  padding: 10px 20px !important;
  color: #fff !important;
  font-size: 0.9rem !important;
  transition: all 0.5s !important;
}

.back-btn:hover {
  background: #025074 !important;
  color: #FFF !important;
  transform: translateX(-10px);
}

.footer-content {
  height: auto;
  margin-top: 80px;
}

.footer-content p {
  margin-bottom: 35px;
  letter-spacing: 1px;
  color: #002130;
  font-size: 1.2rem;
}

.footer-content i {
  color: #002130;
}

.footer-map {
  margin-top: 40px;
}

.rwd-map {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
  padding-bottom: 100%;
}

.rwd-map iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 991px) {
  .footer-content {
    margin-top: 20px;
  }
}
.leavemessage {
  height: auto;
  margin: auto;
}

.leavemessage-top {
  height: auto;
  padding: 20px 0px;
  border-bottom: 2px dotted #002130;
}

.leavemessage-top p {
  letter-spacing: 2px;
  color: #555;
  font-size: 1.1rem;
  text-align: center;
}

.leavemessage-bottom {
  height: auto;
  padding: 20px 0px;
}

.leavemessage-bottom span {
  color: red;
}

.leavemessage-bottom label {
  color: #555;
  letter-spacing: 1px;
  font-size: 16px;
  width: 100%;
}

.leavemessage-bottom input[type=text] {
  width: 100%;
  padding: 8px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #DDD;
  box-sizing: border-box;
}

.leavemessage-bottom input[type=submit] {
  background-color: #4579a0;
  color: #FFF;
  padding: 8px 20px;
  margin: 15px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}

.leavemessage-bottom input[type=submit]:hover {
  opacity: 0.8;
}

.leavemessage-bottom textarea {
  width: 100%;
  border: 1px solid #DDD;
  height: 100px;
}