@charset "utf-8";
/** bootstrap **/
@import url(bootstrap.css);
/** 文字icon **/
@import url(font-awesome.min.css);
/** 手機選單 **/
@import url(slicknav.css) screen and (max-width:1020px);
/** edm **/
@import url(edm.css);
/** google font **/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&display=swap');
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: auto;
}
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  font-size: medium;
  font-family: 'arial', 'Noto Sans TC', sans-serif;
  word-break: break-word;
}
a, a:hover {
  text-decoration: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}
input {
  vertical-align: middle;
  border-radius: 0;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: 0;
}
/** 取消ios按鈕樣式 **/
input[type="button"], input[type="submit"], input[type="reset"], button[type="button"], button[type="submit"], button[type="reset"], a[type="button"], a[type="submit"], a[type="reset"], textarea {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slicknav_menu {
  display: none;
}
/** 表單預設文字顏色設定 **/ ::-webkit-input-placeholder {
  color: #7E7E7E;
}
::-moz-placeholder {
  color: #7E7E7E;
}
:-ms-input-placeholder {
  color: #7E7E7E;
  font-size: 15px;
}
input:-moz-placeholder {
  color: #7E7E7E;
}
#field2::-webkit-input-placeholder {
  color: #7E7E7E;
}
#field3::-webkit-input-placeholder {
  color: #7E7E7E;
  background: lightgreen;
  text-transform: uppercase;
}
#field4::-webkit-input-placeholder {
  font-style: italic;
  text-decoration: overline;
  letter-spacing: 3px;
  color: #7E7E7E;
}
#field2::-moz-placeholder {
  color: #7E7E7E;
}
#field3::-moz-placeholder {
  color: #7E7E7E;
  background: lightgreen;
  text-transform: uppercase;
}
#field4::-moz-placeholder {
  font-style: italic;
  text-decoration: overline;
  letter-spacing: 3px;
  color: #7E7E7E;
}
.writing-mode-vertical {
  writing-mode: tb-lr;
  -ms-writing-mode: tb-lr;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}
/** 手機選單、選單 色塊-變色 **/
.b-color, .slicknav_menu {}
.slicknav_icon-bar {
  background-color: #fff;
}
.border-color {
  border-left: 7px #A0A0A0 solid;
}
.slicknav_nav .slicknav_arrow {
  position: absolute;
  top: 13px;
  right: 10px;
}
/** 上版 **/
header {
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: linear-gradient(180deg, #000000 -17.28%, rgba(0, 0, 0, 0) 81.99%);
  transition: .3s;
}
header.header-height {
  background: rgba(0, 0, 0, 0.7);
}
.head-main {
  display: flex;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
}
.head-main .logo {
  width: auto;
  display: flex;
  margin: 0 15px 0 0;
}
.head-main .logo a {
  display: block;
}
.head-main .logo img {
  width: 100%;
  height: auto;
}
.head-main .logo .logo001 {
  width: 195px;
  height: auto;
}
@media screen and (max-width:1020px) {
  header {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    position: inherit;
  }
  .head-main .logo {
    position: fixed;
    top: 11px;
    left: 10px;
    padding: 0;
    z-index: 10000;
    margin: 0;
  }
  .head-main .logo .logo001 {
    width: 150px;
  }
}
/** 主選單與下拉 **/
nav {
  flex: 1;
}
.menu {
  max-width: 1280px;
  padding: 0;
  list-style: none;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.menu > li {
  font-size: 16px;
  text-align: center;
  position: relative;
  line-height: 16px;
  cursor: pointer;
  padding: 0;
  margin-left: 20px;
}
.menu > li:before {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background: #FFAA0E;
  position: absolute;
  top: -50px;
  left: 50%;
  transition: all 0.5s ease 0s;
  opacity: 0;
}
.header-height .menu > li > a {
  padding: 30px 25px 30px 25px;
}
.menu > li > a {
  display: block;
  font-weight: bold;
  padding: 62px 25px 20px 25px;
  margin: 0;
  overflow: hidden;
  color: #fff;
}
.menu > li:hover a {
  color: #FFAA0E;
}
.header-height .menu > li:hover:before {
  content: "";
  display: none;
}
.menu > li:hover:before {
  content: "";
  opacity: 1;
  top: 0;
}
.menu > li.sub > ul.sub-menu {
  background: rgba(255, 255, 255, .88);
  display: none;
  position: static;
  z-index: 999;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px #cccccc solid;
}
.menu > li.sub:hover ul.sub-menu {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  top: 130px;
}
.menu > li.sub > ul.sub-menu > li {
  display: block;
  border-bottom: 1px #cccccc solid;
}
.menu > li.sub > ul.sub-menu > li:last-of-type {
  border-bottom: 0;
}
.menu > li.sub > ul.sub-menu > li > a {
  display: block;
  color: #000000;
  padding: 5px 10px;
  margin: 0;
}
.menu > li.sub > ul.sub-menu > li > a:hover {
  background: #761000;
  color: #ffffff;
}
@media screen and (max-width:1400px) {
  nav {
    margin: 0 0 0 15px;
  }
  .menu > li.sub:hover ul.sub-menu {
    top: 101px;
  }
  .menu > li {
    margin-left: 10px;
  }
}
@media screen and (max-width:1150px) {
  .menu > li:after {
    height: 10px;
  }
  .menu > li.sub:hover ul.sub-menu {
    top: 90px;
  }
  .menu > li > a:hover {
    transform: translateY(0);
  }
}
@media screen and (max-width:1020px) {
  #menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
    background: rgba(0, 0, 0, 0.95);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
}
/** edm輪播 **/
.main-edm {
  position: relative;
  height: 100vh;
  max-height: -webkit-fill-available;
}
.edm-text {
  position: absolute;
  right: 0;
  bottom: 54px;
  text-align: center;
  z-index: 20;
  background: rgba(10, 10, 10, 0.60);
  padding: 6px 55px 5px 55px;
}
.edm-ch, .edm-en {
  color: #fff;
  font-size: 20px;
}
.edm-ch {
  margin-bottom: 3px;
}
.edm-en {
  font-family: 'Corbel', sans-serif;
}
@media screen and (max-width:576px) {
  .edm-text {
    width: 100%;
    bottom: 30px;
    padding: 20px 15px
  }
  .edm-ch {
    margin-bottom: 10px;
  }
  .edm-ch, .edm-en {
    font-size: 17px;
  }
}
/*尺寸設定*/
.swiper {
  width: 100%;
  height: 100vh;
  max-height: -webkit-fill-available;
  --swiper-navigation-color: rgba(255, 255, 255, 0.6);
  --swiper-navigation-size: 40px;
}
.swiper-button-next {
  right: 20px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  color: rgba(255, 255, 255, 1);
}
.swiper-button-prev {
  left: 20px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.swiper-slide.pc-edm {
  display: block;
}
.swiper-slide.mobile-edm {
  display: none;
}
@media screen and (max-width:576px) {
  .swiper-slide.pc-edm {
    display: none;
  }
  .swiper-slide.mobile-edm {
    display: block;
  }
}
/** 配置 **/
.warpper {}
.main {}
.i-title-main {
  margin: 0 0 80px 0;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.i-title-main h2.i-title {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 60px;
  color: #c4c8c8;
  position: relative;
  display: table;
}
.i-title-main h2.i-title span {
  font-size: 20px;
  font-weight: bold;
  margin-left: 16px;
}
.i-title-main2, .i-title-main3, .i-title-main4 {
  margin: 0 0 40px 0;
  position: relative;
  z-index: 2;
  padding: 0 10px;
  text-align: center;
}
.i-title-main2 h2.i-title, .i-title-main3 h2.i-title {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 60px;
  color: #c4c8c8;
}
.i-title-main4 h2.i-title {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 60px;
  color: #fff;
}
.i-title-main2 h2.i-title span, .i-title-main4 h2.i-title span {
  font-size: 20px;
  padding-top: 10px;
  font-weight: bold;
  display: block;
}
.i-title-main3 {
  margin-bottom: 90px;
}
.i-title-main3 h2.i-title {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 60px;
  color: #c4c8c8;
  display: inline;
  position: relative;
}
.i-title-main3 h2.i-title::before {
  content: "關於群群";
  position: absolute;
  font-size: 18px;
  color: #333333;
  left: -5px;
  top: -20px;
}
.i-title-main3 h2.i-title::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 57px;
  background: #d3cdcd;
  bottom: -65px;
  left: 51%;
}
.i-title-main4 {
  padding-bottom: 64px;
  position: relative;
}
.i-title-main4::before {
  content: "";
  position: absolute;
  width: 44px;
  height: 3px;
  background: #d18686;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.i-more-bt {
  text-align: center;
}
.i-more-bt a {
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.45em;
  text-indent: 0.45em;
  color: #fff;
  display: inline-block;
  padding: 10px 14.5px;
  background: #ADADAD;
  text-align: center;
  margin-bottom: 12px;
}
.i-more-bt .i-more-text {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: #435058;
  margin-bottom: 0;
}
@media screen and (max-width:1200px) {
  .i-title-main4 h2.i-title {
    font-size: 40px;
  }
  .i-title-main4 h2.i-title span {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .i-title-main {
    margin: 0 0 20px 0;
  }
  .i-title-main h2.i-title, .i-title-main2 h2.i-title, .i-title-main3 h2.i-title {
    font-size: 42px;
  }
  .i-more-bt a {
    font-size: 24px;
  }
  .i-more-bt .i-more-text {
    font-size: 18px;
  }
}
/** Breadcrumb **/
nav[aria-label="breadcrumb"] {
  flex: initial;
  margin: 0;
  background: #f9f9f9;
  padding: 10px 15px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
}
.breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #666666;
  content: "/";
}
.breadcrumb-item a {
  display: inline-block;
  text-decoration: none;
  color: #666666;
}
.breadcrumb-item a:hover {
  color: #7baa4e;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #666666;
}
/** 內頁架構 **/
.content-body-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 76px;
}
.content-body {
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px 0;
}

.content-body-padding{
    padding-top: 28px;
}

.page-title {
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #414141;
  margin-bottom: 30px;
  font-weight: 400;
}
.page-title2 {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.05em;
  color: #414141;
  text-align: center;
  margin-bottom: 30px;
}
.page-font {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #4e4e4e;
  margin-bottom: 10px;
}
.content-body2 {
  max-width: 920px;
  margin: 0 auto;
  padding: 50px 0;
}
.page-main {
  padding: 0;
  font-size: 16px;
  color: #222222;
}
.page-main a {
  color: #8A1C01;
}
.page-main a:hover {
  color: #7baa4e;
}
/*
.content-main .content-photo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px #8a1c01 solid;
  position: absolute;
  top: -10px;
  left: -10px;
}
*/
.font001 {
  color: #8a1c01;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}
.font002 {
  color: #222222;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  position: relative;
  z-index: 1;
}
.font002 span {
  color: #8a1c01;
  font-size: 18px;
}
.font002:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #8a1c01;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
}
.font002 a {
  display: inline-block;
  color: #222222;
}
.font002 a:hover {
  text-decoration: none;
}
.font002 i {
  color: #7baa4e;
  font-size: 16px;
}
@media screen and (max-width:976px) {
  .page-title {
    font-size: 48px;
  }
  .content-body-main {
    margin-top: 67px;
  }
}
@media screen and (max-width:767px) {
  .content-body {
    padding: 50px 0;
  }
  .page-title, .page-title2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:575px) {
  .content-body {
    padding: 20px 0;
  }
}
/** 左邊分類 **/
.left-menu-title {
  background: #e9ecef;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  border-radius: 5px 5px 0 0;
  margin-bottom: 3px;
  border-bottom: 2px solid #6d6d6d;
  color: #525252;
}
.in-left-menu {
  margin: 0 0 28px 0;
}
.in-left-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.in-left-menu > ul > li {
  line-height: 1.2;
  margin: 0;
  font-size: 20px;
  color: #222222;
  padding: 0;
  text-align: left;
}
.in-left-menu > ul > li span.left-menu-ch {
  font-size: 22px;
  display: block;
  width: 100%;
  position: relative;
  font-weight: 400;
}
.in-left-menu > ul > li span.left-menu-ch:after {
  content: "Ι";
  position: absolute;
  top: 0;
  right: -20px;
  font-weight: 500;
}
.in-left-menu > ul > li span.left-menu-en {
  font-size: 11px;
  display: block;
  width: 100%;
  font-weight: 400;
}
.in-left-menu > ul > li > a {
  background: #ffffff;
  color: #030303;
  font-weight: 300;
  display: block;
  position: relative;
  letter-spacing: 0.02em;
  font-family: 'Corbel', 'Noto Sans TC', sans-serif;
  margin: 0px 30px 0px 0;
}
.in-left-menu > ul > li > a:hover {
  color: #888888;
}
.in-left-menu > ul > li > a:hover:before {
  background: #ffffff;
}
.in-left-menu > ul > li > a:hover:after {
  background: #ffffff;
}
.in-left-menu > ul > li > .current {
  color: #888888;
}
.in-left-menu > ul > li ul {
  margin: 5px 0 0 30px;
  padding: 0;
  list-style: square;
}
.in-left-menu > ul > li ul li {
  border-top: 1px #CCC dotted;
  padding: 5px 5px 5px 0;
}
.in-left-menu > ul > li ul li a {
  font-size: 13px;
  color: #666;
  display: block;
}
.in-left-menu > ul > li ul li a:hover {
  color: #71743D;
}
.projects-menu > ul > li {
  width: calc(100%/7);
}
.projects-menu > ul > li > a {
  padding: 10px 6px;
}
.news-menu > ul > li {
  width: calc(100%/7);
}
.news-menu > ul > li > a {
  padding: 10px 6px;
}
.cases-menu > ul > li {
  width: calc(100%/7);
}
.cases-menu > ul > li > a {
  padding: 10px 6px;
}
.left-beautify img {
  width: 100%;
  height: auto;
  margin-top: 0px;
}
.m_classLink {
  display: none;
}
@media screen and (max-width:767px) {
  .in-left-menu > ul > li span.left-menu-ch {
    font-size: 24px;
  }
  .in-left-menu > ul > li span.left-menu-en {
    font-size: 14px;
  }
    
    .in-left-menu > ul > li > a{
        margin-bottom: 8px;
    }
    
  .classBox {
    padding: 0 0 6vmin 0;
  }
  ul.classLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #D68A00;
  }
  .m_classLink a.main {
    display: block;
    background: none;
    font-size: 16px;
    color: #222222;
    position: relative;
    padding: 8px 49.59px 8px 8px;
  }
  .m_classLink a.main i {
    display: block;
    font-size: 16px;
    background: #D68A00;
    width: 41.59px;
    height: 100%;
    text-align: center;
    color: #FFF;
    line-height: 41.59px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .m_classLink a.main b {
    font-weight: 400;
  }
  .m_classLink ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    background: #FFF;
    border: 1px solid #D68A00;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    box-sizing: border-box;
  }
  .m_classLink ul li {
    margin: 0;
    padding: 0;
  }
  .m_classLink ul li a {
    display: block;
    padding: 8px;
    border-top: 1px solid #D68A00;
    font-size: 16px;
    color: #222222;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
  .m_classLink ul li a:hover {
    background: #f3f3f3;
  }
  .m_classLink ul li ul {
    display: block;
    margin: 0 10px 10px 10px;
    padding: 0;
    list-style: none;
    width: calc(100% - 20px);
    background: #FFF;
    border: 1px solid #7baa4e;
    position: inherit;
    left: inherit;
    top: inherit;
    z-index: 999;
    box-sizing: border-box;
  }
  .left-menu-title {
    display: none;
  }
  .in-left-menu {
    border-bottom: 0;
    border-top: 0;
  }
  .left-beautify {
    display: none;
  }
}
@media screen and (max-width:575px) {
  .in-left-menu {
    margin: 0 0 20px 0;
  }
  .in-left-menu > ul > li > a {
    margin: 4px 16px 4px 0;
  }
  .in-left-menu > ul > li span.left-menu-ch {
    font-size: 16px;
    display: inline-block;
    width: auto;
  }
  .in-left-menu > ul > li span.left-menu-ch:after {
    display: none;
  }
  .in-left-menu > ul > li span.left-menu-en {
    font-size: 12px;
    display: inline-block;
    width: auto;
    padding: 0 0 0 3px;
    position: relative;
  }
  .in-left-menu > ul > li span.left-menu-en:after {
    content: "│";
    position: absolute;
    top: 0;
    right: -14px;
  }
}
/* 關於我們 */
.about .about-bg {
  background: #ededed;
  width: 100%;
  height: 280px;
  position: absolute;
  left: 0;
  top: 130px;
  z-index: -1;
}
.about .content-main {
  display: flex;
  position: relative;
  margin-bottom: 50px;
}
.about .content-main .content-font {
  background: #fff;
  position: absolute;
  right: -50px;
  top: -20px;
  padding: 20px 40px 20px 40px;
  box-shadow: 0px 25px 50px -22px rgba(0, 0, 0, 0.25);
  width: 75%;
}

.about .content-main .content-font::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 4px;
  background: #FEAA0D;
  left: -20px;
  top: 80px;
}

.about .content-main .content-photo {
  position: relative;
  max-width: 630px;
}
.about .content-main .content-photo img {
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.about .service {
  width: 100%;
}
.service ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.service ul > li {
  background: #000;
  margin: 0 10px;
  width: calc(100% / 5 - 20px);
  background: #FFFFFF;
  box-shadow: 0px 6px 12px -2px rgba(50, 50, 93, 0.25), 0px 3px 7px -3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
}
.service ul > li .service-icon {
  background: #F8F8F8;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.service ul > li .service-title {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: 600;
}
@media screen and (max-width:1300px) {
    .about .content-main{
        margin-bottom: 100px;
    }
    
    .about .content-main .content-font {
    right: 0;
  }
    
}
@media screen and (max-width:1200px) {
  .service ul > li {
    width: calc(100% / 4 - 20px);
    margin-bottom: 20px;
  }
    
  .service ul > li {
    margin: 0 5px 20px 5px;
    width: calc(100% / 3 - 10px);
  }
    
    .about .about-bg{
        background: #fff;
    }
    
  .about .content-main {
    flex-direction: column;
    margin-bottom: 0px;
  }
    
  .about .content-main .content-font {
    width: 100%;
    position: relative;
  }
    
  .about .content-main .content-font::before {
    top: 80px;
  }
}
    
@media screen and (max-width:768px) {
  .service ul > li {
    width: calc(100% / 2 - 10px);
  }
  .about .content-main .content-font {
    width: 90%;
    right: -60px;
  }
  .about .content-main .content-font::before {
    display: none;
  }
  .about .content-main {
    margin-bottom: 0;
  }
}
@media screen and (max-width:576px) {
  .service ul > li {
    width: calc(100% / 1 - 10px);
  }
  .about .content-main {
    margin-bottom: 30px;
  }
  .about .content-main .content-font {
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 20px 10px;
  }
}
/** 作品列表 **/
.project {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}
.project-item {
  position: relative;
  overflow: hidden;
}
.project-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 3;
  transition: 0.5s;
}
.project-item:hover::before {
  background: rgba(255, 255, 255, 0.82);
}
.project-photo-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-photo-main img {
  width: 100%;
}
.project-info {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
  z-index: 5;
  transition: .3s;
  display: flex;
  padding: 0 40px;
  flex-direction: column;
  justify-content: center;
}
.project-item:hover .project-info {
  top: 50%;
  transform: translate(-50%, -50%);
}
.project-info .project-title-ch {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #000;
  margin-bottom: 20px;
}
.project-info .project-title-en {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #000;
}
@media screen and (max-width:976px) {
  .project {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:767px) {}
@media screen and (max-width:575px) {
  .project {
    grid-template-columns: repeat(1, 1fr);
  }
}
/** 作品細節 **/
.pro-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.pro-video {
  flex: 1;
  position: relative;
  /*height: 400px;*/
  overflow: hidden;
}
.pro-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pro-detail-text {
  flex: 1;
  margin-left: 20px;
}
.pro-detail-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: 30px;
}
.pro-detail-list {
  list-style: none;
  padding: 0;
}
.pro-detail-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.pro-content {
  padding: 0px 0;
  font-size: 16px;
  color: #333;
  clear: both;
}
.pro-img {
  /*display: grid;*/
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  /*grid-template-columns: repeat(2, 1fr);*/
  /*grid-template-rows: repeat(1, 1fr);*/
}
/*.pro-img img:nth-child(1) {*/
/*  grid-area: 1 / 1 / 2 / 3;*/
/*}*/
/*.pro-img img:nth-child(2) {*/
/*  grid-area: 2 / 1 / 3 / 2;*/
/*}*/
/*.pro-img img:nth-child(3) {*/
/*  grid-area: 2 / 2 / 3 / 3;*/
/*}*/
/*.pro-img img:nth-child(4) {*/
/*  grid-area: 3 / 1 / 4 / 3;*/
/*}*/
@media screen and (max-width:1020px) {
  .pro-section {
    display: block;
  }
  .pro-video {
    flex: initial;
    /*padding-bottom: 71.42%;*/
    width: 100%;
  }
  .pro-detail-title {
    flex: initial;
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .pro-detail-text {
    margin-top: 30px;
    margin-left: 0px;
  }
}
@media screen and (max-width:576px) {
  .pro-detail-text {
    margin-left: 0;
  }
  .pro-img {
    gap: 10px;
    /*grid-template-columns: repeat(1, 1fr);*/
  }
}
/** 最新消息 **/
.news {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, 1fr);
}
.news-item {
  position: relative;
  border: 1px solid #acacac;
  overflow: hidden;
}
.news-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  transition: 0.5s;
  z-index: 3;
}
.news-item:hover::before {
  background: rgba(255, 255, 255, 0.82);
}
.news-photo-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-photo-main img {
  width: 100%;
}
.news-info {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 100%;
  z-index: 5;
  transition: .3s;
}
.news-item:hover .news-info {
  top: 50%;
  transform: translate(-50%, -50%);
}
.news-info .news-title {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #000;
  text-align: center;
}
@media screen and (max-width:976px) {
  .news {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width:767px) {}
@media screen and (max-width:575px) {
  .news {
    grid-template-columns: repeat(1, 1fr);
  }
}
/** 最新消息細節 **/
.news-detail-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.95);
  margin-bottom: 30px;
}
.news-content {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width:1080px) {
  .news-detail-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/** 聯絡我們 **/
.google-map {
  margin-top: 30px;
}
.contact-body {}
.contact-bg {
  background: #f8f8f8;
}
.contact-note {
  padding: 3px 15px;
  font-size: 15px;
  display: table;
  border-radius: 3px;
  margin: 0 0 15px 0;
  background: #e91919;
  color: #ffffff;
}
.star {
  font-size: 12px;
  padding: 0 8px;
  color: #e91919;
}
.contact-info {}
.contact-dep {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  color: #222222;
  margin: 0 0 6vmin 0;
}
.contact-content {
  color: #222222;
}
.contact-content a {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.08em;
  color: #616161;
  font-weight: 300;
}
.contact-content a:hover {
  color: #282828;
}
.contact-content > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.contact-content > ul > li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 15px;
}
.contact-content > ul > li .contact-icon {
  width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  padding: 10px;
  background: #FEF5F4;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-content > ul > li .contact-explain {
  flex: 1;
}
.contact-content > ul > li .contact-explain span {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.contact-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.08em;
  margin: 0 10px;
}
.contact-text {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #373737;
  margin: 0 10px 30px 10px;
}
.contact-title2 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {}
@media screen and (max-width:575px) {}
/** 表單欄位 **/
.form-box {
  background: #fff;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  padding: 30px;
}
.form-box input, .form-box img {
  vertical-align: middle;
}
.opinion-main {
  display: flex;
}
.opinion {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0;
  border-bottom: 1px #cccccc dashed;
}
.opinion-left01 {
  width: 100%;
  padding: 8px 15px 8px 0;
  font-size: 16px;
  color: #222222;
  display: flex;
  align-items: center;
}
.input-main-style01 {
  flex: 1;
  width: 90%;
  margin: 5px 10px;
  padding: 8px 15px;
  font-size: 16px;
  color: #222222;
  min-height: 30px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}
.input-main-style02 {
  background: #f3f3f3;
  flex: 1;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 8px 15px;
  font-size: 16px;
  color: #222222;
  min-height: 42px;
}
.input-main-style03 {
  background: #f3f3f3;
  flex: 1;
  width: 100%;
  border: 0;
  margin: 5px 0 0 0;
  padding: 8px 15px;
  font-size: 16px;
  color: #222222;
  min-height: 42px;
}
.input-main-select {
  background: none;
  flex: 1;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #222222;
  display: flex;
  flex-wrap: wrap;
}
.input-main-select select {
  flex: 1;
  margin: 0;
  /*  padding: 8px 15px;*/
  line-height: 1.8;
  border: 0;
  font-size: 16px;
  color: #999;
  min-height: 42px;
}
.select-style {
  background: #8a6e0c;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  padding: 5px 10px;
  border: 0;
}
.input-style01 {
  background: #f4f8fb;
  flex: 1;
  width: 100%;
  border: 0;
  margin: 0;
  padding: 5px 15px;
  font-size: 16px;
  color: #222222;
  min-height: 42px;
}
input:disabled {
  background-color: #fff;
  color: #2d7fb9;
  cursor: no-drop;
}
.btn.openlink {
  margin: 3px 0;
  padding: 0 10px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  background-color: #2d7fb9;
  color: #fff;
  border-radius: 5px;
}
.btn.openlink:hover {
  background-color: #ffbe00;
}
img.code {
  width: 100px;
  height: 42px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}
.pay-main {
  padding: 0;
  font-size: 16px;
  color: #333333;
  border-radius: 0;
  margin: 15px 0;
}
.input-main-style01, .input-main-style02, .input-main-style03, .input-main-select select {
  transition: .5s;
  font-family: 'Oswald', 'Noto Sans TC', sans-serif;
}
.input-main-style01:focus, .input-main-style02:focus, .input-main-style03:focus, .input-main-select select:focus {
  background: #ffffff;
  border: 1px solid #636363;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .opinion-main {
    display: block;
  }
  .opinion {
    flex: initial;
  }
  .form-box {
    padding: 20px;
  }
}
@media screen and (max-width:575px) {
  .opinion-left01 {
    width: 100%;
  }
  .input-main-style02 {
    width: calc(100% - 100px);
  }
}
/** 按鈕 **/
.cart-btn {
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cart-btn i {
  margin: 0 10px 0 0;
}
.btn-send {
  font-size: 13px;
}
a.btn-send {
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  margin: 10px;
  border-radius: 3px;
  background: #FFAA0F;
}
a.btn-send:hover {
  background: #333333;
}
a.btn-reset {
  background: #999999;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  min-width: 100px;
  margin: 5px;
  border-radius: 3px;
}
a.btn-reset:hover {
  background: #666666;
}
a.btn-send-over {
  background: #7ea2c5;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  min-width: 100px;
  margin: 5px;
  border-radius: 3px;
}
a.btn-send-over:hover {
  background: #96b9dc;
}
/** 送出訊息 **/
.jump-window-box {
  max-width: 600px;
  margin: 0 auto;
  border: 1px #ccc solid;
  padding: 4vmin;
  border-radius: 5px;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .1);
  background: #ffffff;
}
/** 頁次 **/
.page {
  font-size: 14px;
  color: #222222;
  text-align: center;
  clear: both;
  margin: 4vmin 0 0 0;
}
.page a {
  display: inline-block;
  background: #FFAA0F;
  color: #fff;
  padding: 2px 10px;
  margin: 8px 5px;
}
.page a:hover {
  background: #222222;
  color: #fff;
}
.page br {
  display: none;
}
@media screen and (max-width:767px) {
  .page br {
    display: block;
  }
}
/** 下版 **/
footer {
  overflow: hidden;
  padding: 0 15px;
  position: relative;
}
footer .footer {
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-logo {
  width: 200px;
}
.f-contact-main {
  margin: 32px 0 0 20px;
}
.f-contact {
  display: flex;
  flex-wrap: wrap;
}
.f-contact .f-mail {
  width: 36px;
  height: 36px;
  margin: 0 20px 0 0;
  background: #545454;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-contact .f-info {
  background: #545454;
  color: #fff;
  width: auto;
  padding: 4.5px 15px 4.5px 30px;
  border-radius: 50px 0px 0px 50px;
  display: flex;
  position: relative;
  justify-content: flex-end;
  z-index: 1;
}
.f-contact .f-info:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #545454;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: -1;
}
.f-info .f-title {
  width: 132px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-right: 20px;
}
.f-info .f-title span {
  font-weight: 400;
}
.f-info .f-phone {
  font-size: 18px;
  width: auto;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 0;
}
.f-address {
  width: 100%;
  padding: 0 0 0 235px;
  margin: 2px 0 0 0;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #545454;
}
@media screen and (max-width:1020px) {
  footer {
    margin-bottom: 20px;
  }
  footer .footer {
    margin-bottom: 0;
  }
  .f-logo {
    width: 220px;
  }
  .f-contact .f-info {
    padding: 4.5px 15px 4.5px 35px;
  }
  .f-address {
    padding: 0 0 0 184px;
  }
}
@media screen and (max-width:850px) {
  .f-logo {
    width: 200px;
  }
  .f-contact-main {
    margin: 32px 0 0 15px;
  }
  .f-contact .f-mail {
    margin: 0 10px 0 0;
  }
  .f-info .f-title {
    margin-right: 10px;
  }
  .f-contact .f-info {
    padding: 4.5px 0px 4.5px 20px;
  }
  .f-address {
    padding: 0 0 0 159px;
  }
}
@media screen and (max-width:767px) {
  footer .footer {
    display: block;
  }
  .f-logo {
    width: 180px;
    margin: 0 auto;
  }
  .f-contact-main {
    margin: 0;
    text-align: center;
  }
  .f-contact .f-info:after {
    width: calc(100% + 30px);
    right: -15px;
  }
  .f-contact .f-mail {
    display: none;
  }
  .f-contact .f-info {
    width: 100%;
    padding: 10px 0;
    border-radius: 0;
    display: block;
    margin: 15px 0;
  }
  .f-info .f-title {
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .f-info .f-phone {
    font-size: 16px;
    width: 100%;
  }
  .f-address {
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
}

@media screen and (max-width:576px){

}
