@charset "UTF-8";
/* custom.css 檔案由 custom.scss 編譯後直接生成，請勿直接修改，會被覆蓋 
*/
a {
  text-decoration: none;
  color: #ffc300;
}
a:hover {
  color: #b39323;
}

.fixed {
  position: fixed;
}

.container {
  margin: auto;
  padding: 16px;
}

.banner-full {
  width: 100%;
  position: relative;
}

.hr-long {
  width: 100%;
  margin: 0 0 30px;
}

.text-bold {
  font-weight: 700;
}

@media (min-width: 768px) {
  header .yu-navbar {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), transparent);
  }
}
header .rd-navbar-fixed .rd-navbar-brand {
  left: 52px;
  padding: 0;
  width: calc(100% - 52px);
}
header .rd-navbar-brand {
  display: flex !important;
  justify-content: center;
}
header .rd-navbar-brand .logo > img {
  width: 200px;
}
@media (min-width: 768px) {
  header .rd-navbar-brand .logo > img {
    width: 240px;
  }
}
@media (min-width: 992px) {
  header .rd-navbar-brand .logo > img {
    width: 320px;
    margin-right: 100px;
  }
}
header .head-banner {
  width: 100%;
  position: relative;
}
header .head-banner img {
  width: 100%;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
header .head-banner h1 {
  font-size: 30px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: left 1s ease;
  z-index: 50;
}
main .img-box {
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
main .img-box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .img-box-3-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  overflow: hidden;
}
main .img-box-3-4 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
main .banner-full {
  min-height: 600px;
}
main .banner-full img {
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
main .banner-full p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin-top: 40px;
}
main .video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}
main .video-container iframe,
main .video-container .video-container object,
main .video-container .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main .pagination-m ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
main .pagination-m ul li {
  display: inline;
}
main .pagination-m ul li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
main .pagination-m ul li a.active {
  border-radius: 4px;
  background-color: #ffc300;
  color: white;
}
main .pagination-m ul li a:hover:not(.active) {
  border-radius: 4px;
  background-color: #ddd;
}
main .index-service h5 {
  margin-top: 12px;
  font-weight: 700;
}
main .index-service p {
  padding: 0 20px 20px 20px;
}
main .index-service p small {
  color: #fff;
  max-width: 400px;
  font-size: 12px;
}
main .index-about {
  position: relative;
  background-image: url("../images/index-about-bg.png");
  background-size: cover;
}
main .index-about::before, main .index-about::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
}
main .index-about::before {
  top: 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255), transparent);
}
main .index-about::after {
  bottom: 0;
  background: linear-gradient(to top, rgb(255, 255, 255), transparent);
}
@media (min-width: 992px) {
  main .index-about .col-lg-6:not(:first-child) {
    padding-left: 40px;
  }
}
main .index-about .col-lg-6:not(:first-child) h6 {
  margin: 20px 0 10px;
}
main .index-about .col-lg-6:not(:first-child) p {
  text-indent: 1em;
}
main .index-news-banner {
  position: relative;
}
main .index-news-banner .news-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  z-index: 10;
}
main .history-content h5 {
  color: #ffc300;
}
main .history-content ul {
  padding-left: 20px;
}
main .history-content ul li {
  list-style: circle;
}
main .news-content a p {
  color: #000;
}
main .news-post-content img {
  width: 100%;
}
main .news-post-content .post-article {
  margin-top: 30px;
}
main .media-content .media-item .media-item-info {
  margin: 20px 0;
}
main .cases-content .gallery-item {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 5px #ccc;
  border-radius: 8px;
  padding: 12px;
  height: 100%;
}
main .cases-content .gallery-item:hover {
  box-shadow: 0 0 10px #ccc;
}
main .cases-content .gallery-item .cases-item-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .cases-content .gallery-item .cases-item-text h5 {
  text-align: center;
  padding: 8px 0;
  margin: auto;
}
main .cases-content .gallery-item .cases-item-text p {
  color: #000;
}
main .cases-content .gallery-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 992px) {
  main .cases-content .gallery-btns {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  main .cases-content .gallery-btns {
    flex-direction: column;
    justify-content: start;
  }
}
main .cases-content .gallery-btns a {
  color: #fff;
}
main .product-carousel {
  margin-top: 120px;
}
main .product-content h3 {
  margin-bottom: 12px;
}
main .product-content ul {
  padding: 0;
}
main .product-content ul li {
  margin: 8px 0;
}
main .product-content img {
  width: 100%;
}
@media (min-width: 768px) {
  main .product-content img {
    max-width: 600px;
  }
}
main .product-content .p-40 {
  padding: 40px;
}
main .product-content .product-title {
  margin-bottom: 40px;
}
main .product-content .product-title img {
  max-width: 300px;
}
main .eastman-history {
  padding: 30px 0;
}
@media (min-width: 992px) {
  main .eastman-history {
    padding: 30px 20px;
  }
}
main .eastman-history .product-history-logo {
  width: 200px;
  margin-bottom: 16px;
}

footer {
  color: #000;
  background-color: #fff;
  padding-top: 60px;
}
footer address {
  text-align: left;
  margin-top: 30px;
}
footer address a {
  color: #000;
}
@media (min-width: 992px) {
  footer iframe {
    width: 460px;
  }
}
footer .footer-links {
  margin-top: 8px;
}
footer .copyright {
  color: #000;
  background-color: #ffc300;
  margin-top: 30px;
}
@media (min-width: 768px) {
  footer .copyright {
    margin-top: 45px;
  }
}
footer .copyright p {
  margin: 0;
}
footer .fixed-links {
  position: fixed;
  right: 4px;
  bottom: 64px;
  z-index: 50;
}
@media (min-width: 576px) {
  footer .fixed-links {
    right: 20px;
  }
}
footer .fixed-links ul {
  display: grid;
  gap: 4px;
}/*# sourceMappingURL=custom.css.map */