@charset "UTF-8";
/* CSS Document */

section, article, aside, footer, header, nav, h2 { display:block;}

body { padding:0; margin:0 auto; font-size: 1rem; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; background-color: #fff; position: relative;}
img { border:0; display: block;}

html, body { height: 100%;}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

div.brk { clear: both;}


/************ video box ************/
.video-container { position:relative; padding-bottom:56.25%; padding-top:30px; width:100%; height: 0px; overflow:hidden;}
.video-container iframe, .video-container object, .video-container embed { position:absolute; top:0; left:0; width:100%; height:100%;}


@media screen and (min-width: 1366px) {

  /************ header + nav ************/

  header { width: 100%; height: 100px; display: flex; justify-content: flex-start; align-items: center;}

  .header-title { width: 300px;}
  .header-title img { width: 220px; height: auto; margin: 0 0 0 60px;}

  nav#mo { display: none;}
  nav#pc { width: calc(100% - 300px); height: 100%; padding: 0 30px 0 0; box-sizing: border-box;}
  nav#pc ul.nav-menu { width: 100%; height: 100%; padding: 0; margin: 0; list-style: none; display: flex; justify-content: flex-end; align-items: center;}
  nav#pc ul.nav-menu li { height: 100%; padding: 0; margin: 0;}
  nav#pc ul.nav-menu li a { height: 100%; padding: 0 20px; color: #706d14; font-size: 1.4rem; font-weight: 300; text-decoration: none; background-color: #fff; display: flex; align-items: center; transition: 0.5s;}
  nav#pc ul.nav-menu li a:hover { color: #706d14; background-color: #ffff00;}

  .header-social-icon { width: 202px; display: flex; justify-content: flex-start; align-items: stretch;}
  .header-social-icon .icon-box { width: 100px; height: 100px; margin: 0 0 0 2px;}
  .header-social-icon .icon-box a { width: 100%; height: 100%; background-color: #ffff00; display: flex; justify-content: center; align-items: center;}
  .header-social-icon .icon-box a img { width: 48px; height: auto;}


  /************ section#hp-banner ************/

  section#hp-banner { clear: both; width: 100%; position: relative; overflow: hidden;}

  .hp-banner-box { clear: both; width: 100%; position: relative; z-index: 1;}
  .hp-banner-box img { width: 100%; height: auto;}

  .arrow-bar { width: 2vw; height: 100%; padding: 11vw 0 0 0; box-sizing: border-box; position: absolute; top: 0; right: 3.5vw; z-index: 2;}
  .arrow-bar img.arrow-prev, 
  .arrow-bar img.arrow-next { width: 2vw; height: auto; cursor: pointer;}
  .arrow-bar img.arrow-prev { margin: 0 0 12.5vw 0;}


  /************ section#hp-about ************/

  section#hp-about { clear: both; width: 100%; padding: 60px calc(50% - 570px) 90px calc(50% - 570px); box-sizing: border-box; background-color: rgba(255, 199, 212, 0.3);}

  img.hp-about-title { width: 300px; height: auto; margin: 0 auto;}

  .hp-about-intro { width: 570px; margin: 40px auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .hp-about-items { width: 100%; display: flex; justify-content: center; align-items: flex-start;}
  .hp-about-items .item-box { width: 250px; margin: 0 60px;}
  .hp-about-items .item-box img.pic { width: 200px; height: auto; margin: 0 auto;}
  .hp-about-items .item-box .title { width: 100%; padding: 25px 0 0 0; color: #f19e0c; font-size: 1.8rem; font-family: Arial, Helvetica, sans-serif; text-align: center;}
  .hp-about-items .item-box .text { width: 100%; padding: 10px 0 0 0; color: #333; font-size: 1.3rem; font-weight: 300; text-align: center;}


  /************ section#hp-products ************/

  section#hp-products { clear: both; width: 100%; padding: 80px 0 160px 0; display: flex; justify-content: flex-start; align-items: center;}

  .hp-products-title { width: 254px;}
  .hp-products-title img { width: 134px; height: auto; margin: 0 auto;}

  .hp-products-slide { width: calc(100% - 254px);}
  .hp-products-slide .product-box { width: 100%; padding: 0 10px; box-sizing: border-box;}
  .hp-products-slide .product-box img.pic { width: 100%; height: auto;}
  .hp-products-slide .product-box .prod-title { width: 100%; padding: 15px 0; font-size: 1.2rem; font-weight: 300; line-height: 1.2em; text-align: center;}
  .hp-products-slide .product-box .inquiry-bt { width: 86px; margin: 0 auto;}
  .hp-products-slide .product-box .inquiry-bt a { width: 100%; padding: 8px 0; color: #fff; font-size: 1.3rem; font-weight: 300; text-align: center; text-decoration: none; border-radius: 10px; background-color: #706d14; display: block;}
  

  /************ section#hp-service ************/

  section#hp-service { clear: both; width: 100%; padding: 80px 0; background-color: #9B7F85; display: flex; justify-content: flex-start; align-items: center;}

  .hp-service-pic { width: 52vw; overflow: hidden;}
  .hp-service-pic img { width: 1120px; height: auto;}

  .hp-service-intro { width: calc(100% - 52vw); padding: 0 0 0 10.5vw; box-sizing: border-box;}
  .hp-service-intro img.title { width: 358px; height: auto;}
  .hp-service-intro .intro-text { width: 100%; margin: 70px 0 0 0; color: #fff; font-size: 1.3rem; font-weight: 300; line-height: 1.8em;}
  .hp-service-intro .intro-text span.title { font-size: 1.8rem; font-weight: 400;}


  /************ section#hp-contact ************/

  section#hp-contact { clear: both; width: 100%; background-color: #ddd; position: relative;}

  img.hp-contact-bg { width: 100%; height: auto; position: relative; z-index: 1;}

  .contact-map { clear: both; margin: 0; width: 100%; height: auto;}
  .contact-map iframe { width: 100%; height: 455px;}

  .hp-contact-con { width: 100%; position: absolute; top: 0; left: 0; z-index: 2;}
  .hp-contact-con .contact-table-form { width: calc(100% - 48vw); padding: 0 0 0 3vw; margin: 6vw 0 0 48vw; box-sizing: border-box; position: relative;}
  .hp-contact-con .contact-table-form img.title { width: 9.7vw; height: auto;}
  .hp-contact-con .contact-table-form .title-text { /*width: 350px;*/ width: 18vw; color: #fff; font-size: 1vw; font-weight: 300; line-height: 1.6vw; position: absolute; top: 2.7vw; left: 11vw; z-index: 2;}
  .hp-contact-con .contact-table-form .contact-infor { width: 100%; padding: 0.8vw 0 0 0; color: #000; font-size: 1vw; font-weight: 300; line-height: 1.6vw;}
  .hp-contact-con .contact-table-form .contact-line { width: 100%; padding: 0.8vw 0; color: #fff; font-size: 1vw; font-weight: 300; line-height: 1.6vw;}
  .hp-contact-con .contact-table-form input[type=text], 
  .hp-contact-con .contact-table-form input[type=tel] { width: 36vw; padding: 0.5vw 0.8vw; margin: 0 0 1vw 0; color: #000; font-size: 1.2vw; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 0.4vw; background-color: #fff; box-sizing: border-box;}
  .hp-contact-con .contact-table-form textarea { width: 36vw; height: 10vw; padding: 0.5vw 0.8vw; margin: 0 0 1vw 0; color: #000; font-size: 1.2vw; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 0.4vw; background-color: #fff; box-sizing: border-box;}
  .hp-contact-con .contact-table-form ::placeholder { color: #000;}
  .hp-contact-con .contact-table-form input[type=button] { width: 36vw; padding: 0.2vw 0; color: #fff; font-size: 1.2vw; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 0.4vw; background-color: #706d14; cursor: pointer;}


  /************ page-banner ************/

  .page-banner { clear: both; width: 100%;}
  .page-banner img { width: 100%; height: auto;}


  /************ section#page-about ************/

  section#page-about { clear: both; width: 100%; background-color: #fff;}

  img.page-sub-title { width: auto; height: 56px; margin: 0 auto;}
  
  .page-about-intro { width: 100%; padding: 60px 0; background-color: rgba(255, 199, 212, 0.3);}
  .page-about-intro .text-intro{ width: 570px; margin: 40px auto 0 auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-about-content { clear: both; width: 100%; padding: 2.5vw 0; box-sizing: border-box; position: relative; overflow: hidden;}
  .page-about-content .text-content { width: 36vw; margin: 0 0 2.5vw calc(50% - 27.7vw); font-size: 1vw; line-height: 1.8vw; position: relative; z-index: 2;}
  .page-about-content .text-content span.bigger-1 { font-size: 1.25vw; font-weight: 600;}
  .page-about-content .text-content span.bigger-2 { font-size: 1.25vw;}
  .page-about-content img.illu-1 { width: 12.2vw; height: auto; position: absolute; top: 22.5vw; left: calc(50% - 43vw); z-index: 1;}
  .page-about-content img.illu-2 { width: 24vw; height: auto; position: absolute; top: 2.5vw; right: calc(50% - 33vw); z-index: 1;}


  /************ section#page-products ************/

  section#page-products { clear: both; width: 100%;}

  .page-prods-list { clear: both; width: 100%; padding: 40px 0 40px 12.2vw; box-sizing: border-box; background-color: #fff;}
  .page-prods-list:nth-child(even) { clear: both; width: 100%; padding: 40px 0 40px 12.2vw; box-sizing: border-box; background-color: rgba(255,212,95,0.3);}
  .page-prods-list .title-bar { width: 100%; margin: 0 0 40px 0; display: flex; justify-content: flex-start; align-items: center;}
  .page-prods-list .title-bar .title { width: 230px; color: #f19e0c; font-size: 3.3rem; font-weight: 600;}
  .page-prods-list .title-bar img.line { width: 430px; height: auto;}
  .page-prods-list .prods-list-full { clear: both; width: 100%; position: relative;}
  .page-prods-list .prods-list-full .prod-box { width: calc(100% / 4); padding: 0 10px; box-sizing: border-box; position: relative; z-index: 1;}
  .page-prods-list .prods-list-full .prod-box a { text-decoration: none; display: block;}
  .page-prods-list .prods-list-full .prod-box img { width: 100%; height: auto;}
  .page-prods-list .prods-list-full .prod-box .text-name { width: 100%; padding: 10px 0; color: #000; font-size: 1.4rem; text-align: center;}
  .page-prods-list .prods-list-full img.prods-list-arrow-next { width: 40px; height: auto; position: absolute; top: calc(50% - 37px); right: 10px; z-index: 2; cursor: pointer;}


  .breadcrumbs-bar { clear: both; width: 100%; padding: 30px 4.8vw; color: #000; font-size: 1rem; line-height: 1.2em; box-sizing: border-box;}
  .breadcrumbs-bar a { color: #000; text-decoration: none;}
  .breadcrumbs-bar a:hover { border-bottom: 1px #000 solid;}


  .prod-detail-content { clear: both; width: 100%; margin: 0 0 120px 0; display: flex; justify-content: flex-start; align-items: stretch;}
  .prod-detail-content .prod-photo { width: 60%; padding: 0 20px 0 16.5vw; border-right: 1px #f19e0c solid; box-sizing: border-box; position: relative;}
  .prod-detail-content .prod-photo img.prod-photo-illu { width: 22vw; height: auto; position: absolute; bottom: 3vw; left: 9.5vw; z-index: 1;}
  .prod-detail-content .prod-photo .photos-list { width: 100%; position: relative; z-index: 2;}
  .prod-detail-content .prod-photo .photos-list img.photo { width: 100%; height: auto;}
  .prod-detail-content .prod-infor { width: 40%; position: relative;}
  .prod-detail-content .prod-infor .title { width: 100%; padding: 2.5vw 0 0 2vw; box-sizing: border-box;}
  .prod-detail-content .prod-infor .title .prod-no { width: 100%; color: #666; font-size: 2vw;}
  .prod-detail-content .prod-infor .title .prod-name { width: 100%; color: #f19e0c; font-size: 3vw; font-weight: 500;}
  .prod-detail-content .prod-infor .prod-query { width: 100%; padding: 0.8vw 2vw; margin: 1vw 0 0 0; box-sizing: border-box; background-color: #f19e0c; display: flex; justify-content: flex-start; align-items: center;}
  .prod-detail-content .prod-infor .prod-query img.query { width: auto; height: 2.8vw; margin: 0 1vw 0 0;}
  .prod-detail-content .prod-infor .prod-query img.line { width: auto; height: 3vw;}
  .prod-detail-content .prod-infor .prod-price { width: 100%; padding: 2vw 2vw 0 2vw; color: #333; font-size: 2.2vw; font-weight: 500; box-sizing: border-box;}
  .prod-detail-content .prod-infor .prod-intro { width: 100%; padding: 4vw 2vw 0 2vw; color: #000; font-size: 1.2vw; line-height: 2vw; box-sizing: border-box;}


  .prod-recommend-list { clear: both; width: 100%; padding: 30px 0 0 0; background-color: rgba(219,219,219,0.3);}
  .prod-recommend-list img.title { width: auto; height: 2.8vw; margin: 0 0 0 16.5vw;}
  .prod-recommend-list .prods-list { clear: both; width: 100%; padding: 30px 16.5vw; box-sizing: border-box; background-color: rgba(255,212,95,0.3); display: flex; justify-content: flex-start; align-items: stretch;}
  .prod-recommend-list .prods-list .prod-bx { width: calc(100% / 3 - 20px); margin: 0 10px; text-align: center;}
  .prod-recommend-list .prods-list .prod-bx img { width: 100%; height: auto;}
  .prod-recommend-list .prods-list .prod-bx .prod-name { width: 100%; padding: 0.5vw 0; color: #000; font-size: 1.2vw; text-align: center;}
  .prod-recommend-list .prods-list .prod-bx button.query-bt { padding: 0.2vw 1vw; color: #fff; font-size: 1.2vw; border: 0; border-radius: 6px; background-color: #706d14; cursor: pointer;}


  /************ section#page-service ************/

  section#page-service { clear: both; width: 100%; background-color: #fff;}

  .page-service-intro { width: 100%; padding: 60px 0; background-color: rgba(255,199,212,0.3);}
  .page-service-intro .text-intro{ width: 690px; margin: 40px auto 0 auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-serv-item-1 { clear: both; width: 100%; background-color: #fff; display: flex; justify-content: flex-start; align-items: center;}
  .page-serv-item-1 .col-lf-pic { width: 41vw;}
  .page-serv-item-1 .col-lf-pic img { width: 100%; height: auto;}
  .page-serv-item-1 .col-rt-text { width: calc(100% - 41vw); padding: 0 0 0 76px; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-1 .col-rt-text span.title { font-size: 1.8rem; font-weight: 600;}

  .page-serv-item-2 { clear: both; width: 100%; background-color: rgba(255,206,95,0.5); display: flex; justify-content: flex-start; align-items: stretch;}
  .page-serv-item-2 .col-lf-text { width: 50%; padding: 100px 0 80px 20vw; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-2 .col-lf-text span.title { font-size: 1.8rem; font-weight: 600;}
  .page-serv-item-2 .col-rt-pic { width: 50%; position: relative;}
  .page-serv-item-2 .col-rt-pic img { width: 90%; height: auto; position: relative; bottom: -120px; left: 5%;}

  .page-serv-item-3 { clear: both; width: 100%; background-color: #fff; display: flex; justify-content: flex-start; align-items: center;}
  .page-serv-item-3 .col-lf-pic { width: 41vw; padding: 45px 0;}
  .page-serv-item-3 .col-lf-pic img { width: 648px; height: auto; float: right;}
  .page-serv-item-3 .col-rt-text { width: calc(100% - 41vw); padding: 0 19.5vw 0 76px; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-3 .col-rt-text span.title { font-size: 1.8rem; font-weight: 600;}


  /************ section#page-cases ************/

  section#page-cases { clear: both; width: 100%; padding: 50px calc(50% - 40vw) 80px calc(50% - 40vw); box-sizing: border-box; background-color: #fff; }

  .page-cases-list { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
  .page-cases-list .case-box { width: calc(100% / 2 - 30px); margin: 0 15px 30px 15px; background-color: #fff;}
  .page-cases-list .case-box a { width: 100%; text-decoration: none; border: 1px #fff solid; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-cases-list .case-box a:hover { border: 1px #000 solid;}
  .page-cases-list .case-box a .photo { width: 45%;}
  .page-cases-list .case-box a .photo img { width: 100%; height: auto;}
  .page-cases-list .case-box a .intro { width: 55%; padding: 20px; box-sizing: border-box;}
  .page-cases-list .case-box a .intro .title { width: 100%; color: #000; font-size: 1.4rem; font-weight: 500;}
  .page-cases-list .case-box a .intro .date { width: 100%; padding: 5px 0; color: #333; font-size: 1rem;}
  .page-cases-list .case-box a .intro .text { width: 100%; color: #000; font-size: 1rem; font-weight: 300; line-height: 1.6em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}


  ul.page-num { clear: both; width: 100%; padding: 0; margin: 40px 0 0 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.page-num li { padding: 0; margin: 0 5px 10px 5px;}
  ul.page-num li a { padding: 5px; color: #706d14; font-size: 1.1rem; text-decoration: none; border-radius: 4px; background-color: #fff; display: block;}
  ul.page-num li a:hover { background-color: #eee;}
  ul.page-num li a.sel { color: #fff; background-color: #706d14;}


  .page-case-content { clear: both; width: 100%;}
  .page-case-content .intro-con { width: 100%; border-bottom: 1px #ccc solid;}
  .page-case-content .intro-con .title { width: 100%; color: #333; font-size: 2.2rem; font-weight: 500; line-height: 1.4em; text-align: center;}
  .page-case-content .intro-con .date { width: 100%; padding: 10px 0; color: #333; font-size: 1rem; text-align: center;}
  .page-case-content img.photo { max-width: 100%; height: auto; margin: 40px auto;}
  .page-case-content .content-text { clear: both; width: 100%; padding: 40px 60px; color: #000; font-size: 1.2rem; line-height: 1.8em; box-sizing: border-box;}
  .page-case-content .content-text a { color: #000; text-decoration: none; border-bottom: 1px #000 solid;}
  .page-case-content .content-text a:hover { color: #333; border-bottom: 1px #333 solid;}

  .page-goback-bt { clear: both; width: 180px; margin: 40px auto 0 auto;}
  .page-goback-bt a { width: 100%; padding: 10px 0; color: #fff; font-size: 1.2rem; text-align: center; text-decoration: none; border-radius: 30px; background-color: #706d14; box-sizing: border-box; display: block;}


  /************ section#page-business ************/

  section#page-business { clear: both; width: 100%; padding: 0 0 80px 0; background-color: #fff}

  img.page-sub-title-2-mo { display: none;}
  img.page-sub-title-2 { width: auto; height: 56px; margin: 0 auto;}

  .page-business-intro { width: 100%; padding: 60px calc(50% - 45vw); background-color: rgba(255,199,212,0.3); box-sizing: border-box;}
  .page-business-intro .text-intro { width: 100%; margin: 40px auto 0 auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-business-con { clear: both; width: 100%; padding: 60px calc(50% - 45vw); box-sizing: border-box;}
  .page-business-con .video-box { clear: both; width: 80%; margin: 0 auto 60px auto;}
  .page-business-con .join-bt { max-width: 100%; width: 500px; margin: 0 auto;}
  .page-business-con .join-bt a { width: 300px; padding: 10px 0; color: #fff; font-size: 1.8rem; text-align: center; text-decoration: none; border-radius: 30px; background-color: #706d14; display: block;}
  .page-business-con .join-bt a:hover { background-color: #806d14;}
  .page-business-con img.buisness-pic { max-width: 100%; width: 500px; height: auto; margin: 20px auto 0 auto;}

  
  /************ section#page-footer-contact ************/

  section#page-footer-contact { clear: both; width: 100%; background-color: #ddd; position: relative;}

  img.page-footer-contact-bg { width: 100%; height: auto; position: relative; z-index: 1;}

  .page-footer-contact-con { width: 100%; position: absolute; top: 7vw; left: 0; z-index: 2;}
  .page-footer-contact-con .contact-table-form { width: 100%; padding: 0 0 0 calc(100% - 48vw + 3vw); box-sizing: border-box; position: relative;}
  .page-footer-contact-con .contact-table-form img.title { width: 9.7vw; height: auto;}
  .page-footer-contact-con .contact-table-form .title-text { /*width: 350px;*/ width: 18vw; color: #fff; font-size: 1vw; font-weight: 300; line-height: 1.6vw; position: absolute; top: 2.7vw; left: calc(100% - 48vw + 3vw + 8vw); z-index: 2;}
  .page-footer-contact-con .contact-table-form .contact-infor { width: 100%; padding: 0.8vw 0 0 0; color: #000; font-size: 1vw; font-weight: 300; line-height: 1.6vw;}
  .page-footer-contact-con .contact-table-form .contact-line { width: 100%; padding: 0.8vw 0; color: #fff; font-size: 1vw; font-weight: 300; line-height: 1.6vw;}


  /************ section#page-sitemap ************/

  section#page-sitemap { clear: both; width: 100%; padding: 100px calc(50% - 580px) 200px calc(50% - 580px); box-sizing: border-box; background-color: #ddd;}

  .page-sitemap-title { width: 100%; padding: 0 0 60px 0; color: #374254; font-size: 2.4rem; font-weight: 500; text-align: center;}

  ul.sitemap-list { clear: both; width: 100%; padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap;}
  ul.sitemap-list li { padding: 0; margin: 20px;}
  ul.sitemap-list li a { padding: 10px 20px; color: #374254; font-size: 1.4rem; text-decoration: none; background-color: #fff; display: block;}
  ul.sitemap-list li a:hover { color: #fff; background-color: #374254;}


  /************ section#page-error ************/

  section#page-error { clear: both; width: 100%; padding: 240px calc(50% - 600px); box-sizing: border-box; background-color: #eee;}

  .page-error-con { clear: both; width: 100%; color: #374254; text-align: center;}
  .page-error-con .error-title { width: 100%; margin: 0 0 20px 0; font-size: 4rem; font-weight: 600;}
  .page-error-con .error-text-mo { display: none;}
  .page-error-con .error-text { width: 100%; margin: 0 0 60px 0; font-size: 2rem;}
  .page-error-con a { width: 200px; padding: 5px 0; margin: 0 auto; color: #fff; font-size: 1.4rem; text-align: center; text-decoration: none; border-radius: 26px; background-color: #374254; display: block;}


  /************ footer ************/

  footer { clear: both; width: 100%; padding: 60px 0; border-bottom: 15px #9B7F85 solid; background-color: #fff; display: flex; justify-content: flex-start; align-items: center;}

  .footer-title { width: 18vw; padding: 0 0 0 calc(18vw - 14vw); box-sizing: border-box;}
  .footer-title img { width: 14vw; height: auto;}

  ul.footer-nav { width: calc(100% - 18vw - 27vw - 15vw); padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.footer-nav li { padding: 0; margin: 0 0.5vw;}
  ul.footer-nav li a { color: #000; font-size: 0.9vw; text-decoration: none;}

  .footer-infor-mo { display: none;}
  .footer-infor { width: 27vw; padding: 0 0 0 1.5vw; color: #000; font-size: 1vw; line-height: 1.6em; box-sizing: border-box;}

  .footer-social-icon { width: 15vw; display: flex; justify-content: center; align-items: center;}
  .footer-social-icon img { width: 4vw; height: auto; margin: 0 0.3vw;}


}

@media screen and (min-width: 1024px) and (max-width: 1365px) {

  /************ header + nav ************/

  header { width: 100%; height: 90px; display: flex; justify-content: flex-start; align-items: center;}

  .header-title { width: 180px;}
  .header-title img { width: 160px; height: auto; margin: 0 0 0 20px;}

  nav#mo { display: none;}
  nav#pc { width: calc(100% - 180px); height: 100%; padding: 0 10px 0 0; box-sizing: border-box;}
  nav#pc ul.nav-menu { width: 100%; height: 100%; padding: 0; margin: 0; list-style: none; display: flex; justify-content: flex-end; align-items: center;}
  nav#pc ul.nav-menu li { height: 100%; padding: 0; margin: 0;}
  nav#pc ul.nav-menu li a { height: 100%; padding: 0 10px; color: #706d14; font-size: 1.2rem; font-weight: 300; text-decoration: none; background-color: #fff; display: flex; align-items: center; transition: 0.5s;}
  nav#pc ul.nav-menu li a:hover { color: #706d14; background-color: #ffff00;}

  .header-social-icon { width: 202px; display: flex; justify-content: flex-start; align-items: stretch;}
  .header-social-icon .icon-box { width: 90px; height: 90px; margin: 0 0 0 2px;}
  .header-social-icon .icon-box a { width: 100%; height: 100%; background-color: #ffff00; display: flex; justify-content: center; align-items: center;}
  .header-social-icon .icon-box a img { width: 48px; height: auto;}


  /************ section#hp-banner ************/

  section#hp-banner { clear: both; width: 100%; position: relative; overflow: hidden;}

  .hp-banner-box { clear: both; width: 100%; position: relative; z-index: 1;}
  .hp-banner-box img { width: 100%; height: auto;}

  .arrow-bar { width: 2vw; height: 100%; padding: 11vw 0 0 0; box-sizing: border-box; position: absolute; top: 0; right: 3.5vw; z-index: 2;}
  .arrow-bar img.arrow-prev, 
  .arrow-bar img.arrow-next { width: 2vw; height: auto; cursor: pointer;}
  .arrow-bar img.arrow-prev { margin: 0 0 12.5vw 0;}


  /************ section#hp-about ************/

  section#hp-about { clear: both; width: 100%; padding: 60px calc(50% - 500px) 90px calc(50% - 500px); box-sizing: border-box; background-color: rgba(255, 199, 212, 0.3);}

  img.hp-about-title { width: 300px; height: auto; margin: 0 auto;}

  .hp-about-intro { width: 570px; margin: 40px auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .hp-about-items { width: 100%; display: flex; justify-content: center; align-items: flex-start;}
  .hp-about-items .item-box { width: 250px; margin: 0 30px;}
  .hp-about-items .item-box img.pic { width: 200px; height: auto; margin: 0 auto;}
  .hp-about-items .item-box .title { width: 100%; padding: 25px 0 0 0; color: #f19e0c; font-size: 1.8rem; font-family: Arial, Helvetica, sans-serif; text-align: center;}
  .hp-about-items .item-box .text { width: 100%; padding: 10px 0 0 0; color: #333; font-size: 1.3rem; font-weight: 300; text-align: center;}


  /************ section#hp-products ************/

  section#hp-products { clear: both; width: 100%; padding: 80px 0 160px 0; display: flex; justify-content: flex-start; align-items: center;}

  .hp-products-title { width: 254px;}
  .hp-products-title img { width: 134px; height: auto; margin: 0 auto;}

  .hp-products-slide { width: calc(100% - 254px);}
  .hp-products-slide .product-box { width: 100%; padding: 0 10px; box-sizing: border-box;}
  .hp-products-slide .product-box img.pic { width: 100%; height: auto;}
  .hp-products-slide .product-box .prod-title { width: 100%; padding: 15px 0; font-size: 1.2rem; font-weight: 300; line-height: 1.2em; text-align: center;}
  .hp-products-slide .product-box .inquiry-bt { width: 86px; margin: 0 auto;}
  .hp-products-slide .product-box .inquiry-bt a { width: 100%; padding: 8px 0; color: #fff; font-size: 1.3rem; font-weight: 300; text-align: center; text-decoration: none; border-radius: 10px; background-color: #706d14; display: block;}
  

  /************ section#hp-service ************/

  section#hp-service { clear: both; width: 100%; padding: 80px 0; background-color: #9B7F85; display: flex; justify-content: flex-start; align-items: center;}

  .hp-service-pic { width: 52vw; overflow: hidden;}
  .hp-service-pic img { width: 1120px; height: auto;}

  .hp-service-intro { width: calc(100% - 52vw); padding: 0 0 0 6vw; box-sizing: border-box;}
  .hp-service-intro img.title { width: 358px; height: auto;}
  .hp-service-intro .intro-text { width: 100%; margin: 70px 0 0 0; color: #fff; font-size: 1.3rem; font-weight: 300; line-height: 1.8em;}
  .hp-service-intro .intro-text span.title { font-size: 1.8rem; font-weight: 400;}


  /************ section#hp-contact ************/

  section#hp-contact { clear: both; width: 100%; background-color: #ddd; position: relative;}

  img.hp-contact-bg { width: 100%; height: auto; position: relative; z-index: 1;}

  .contact-map { clear: both; margin: 0; width: 100%; height: auto;}
  .contact-map iframe { width: 100%; height: 455px;}

  .hp-contact-con { width: 100%; position: absolute; top: 0; left: 0; z-index: 2;}
  .hp-contact-con .contact-table-form { width: calc(100% - 48vw); padding: 0 0 0 3vw; margin: 6vw 0 0 48vw; box-sizing: border-box; position: relative;}
  .hp-contact-con .contact-table-form img.title { width: 9.7vw; height: auto;}
  .hp-contact-con .contact-table-form .title-text { /*width: 350px;*/ width: 18vw; color: #fff; font-size: 1vw; font-weight: 300; line-height: 1.6vw; position: absolute; top: 2.7vw; left: 11vw; z-index: 2;}
  .hp-contact-con .contact-table-form .contact-infor { width: 100%; padding: 0.8vw 0 0 0; color: #000; font-size: 1vw; font-weight: 300; line-height: 1.6vw;}
  .hp-contact-con .contact-table-form .contact-line { width: 100%; padding: 0.8vw 0; color: #fff; font-size: 1vw; font-weight: 300; line-height: 1.6vw;}
  .hp-contact-con .contact-table-form input[type=text], 
  .hp-contact-con .contact-table-form input[type=tel] { width: 36vw; padding: 0.5vw 0.8vw; margin: 0 0 1vw 0; color: #000; font-size: 1.2vw; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 0.4vw; background-color: #fff; box-sizing: border-box;}
  .hp-contact-con .contact-table-form textarea { width: 36vw; height: 10vw; padding: 0.5vw 0.8vw; margin: 0 0 1vw 0; color: #000; font-size: 1.2vw; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 0.4vw; background-color: #fff; box-sizing: border-box;}
  .hp-contact-con .contact-table-form ::placeholder { color: #000;}
  .hp-contact-con .contact-table-form input[type=button] { width: 36vw; padding: 0.2vw 0; color: #fff; font-size: 1.2vw; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 0.4vw; background-color: #706d14; cursor: pointer;}


  /************ page-banner ************/

  .page-banner { clear: both; width: 100%;}
  .page-banner img { width: 100%; height: auto;}


  /************ section#page-about ************/

  section#page-about { clear: both; width: 100%; background-color: #fff;}

  img.page-sub-title { width: auto; height: 56px; margin: 0 auto;}

  .page-about-intro { width: 100%; padding: 60px 0; background-color: rgba(255, 199, 212, 0.3);}
  .page-about-intro .text-intro { width: 570px; margin: 40px auto 0 auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-about-content { clear: both; width: 100%; padding: 4vw 0; box-sizing: border-box; position: relative; overflow: hidden;}
  .page-about-content .text-content { width: 54vw; margin: 0 0 4vw calc(50% - 34vw); font-size: 1.6vw; line-height: 3vw; position: relative; z-index: 2;}
  .page-about-content .text-content span.bigger-1 { font-size: 2vw; font-weight: 600;}
  .page-about-content .text-content span.bigger-2 { font-size: 2vw;}
  .page-about-content img.illu-1 { width: 12.2vw; height: auto; position: absolute; top: 22.5vw; left: calc(50% - 50vw); z-index: 1;}
  .page-about-content img.illu-2 { width: 24vw; height: auto; position: absolute; top: 4vw; right: calc(50% - 50vw); z-index: 1;}


  /************ section#page-products ************/

  section#page-products { clear: both; width: 100%;}

  .page-prods-list { clear: both; width: 100%; padding: 40px 0 40px 12.2vw; box-sizing: border-box; background-color: #fff;}
  .page-prods-list:nth-child(even) { clear: both; width: 100%; padding: 40px 0 40px 12.2vw; box-sizing: border-box; background-color: rgba(255,212,95,0.3);}
  .page-prods-list .title-bar { width: 100%; margin: 0 0 40px 0; display: flex; justify-content: flex-start; align-items: center;}
  .page-prods-list .title-bar .title { width: 230px; color: #f19e0c; font-size: 3.3rem; font-weight: 600;}
  .page-prods-list .title-bar img.line { width: 430px; height: auto;}
  .page-prods-list .prods-list-full { clear: both; width: 100%; position: relative;}
  .page-prods-list .prods-list-full .prod-box { width: calc(100% / 4); padding: 0 10px; box-sizing: border-box; position: relative; z-index: 1;}
  .page-prods-list .prods-list-full .prod-box a { text-decoration: none; display: block;}
  .page-prods-list .prods-list-full .prod-box img { width: 100%; height: auto;}
  .page-prods-list .prods-list-full .prod-box .text-name { width: 100%; padding: 10px 0; color: #000; font-size: 1.4rem; text-align: center;}
  .page-prods-list .prods-list-full img.prods-list-arrow-next { width: 30px; height: auto; position: absolute; top: calc(50% - 28px); right: 10px; z-index: 2; cursor: pointer;}


  .breadcrumbs-bar { clear: both; width: 100%; padding: 30px 4.8vw; color: #000; font-size: 1rem; line-height: 1.2em; box-sizing: border-box;}
  .breadcrumbs-bar a { color: #000; text-decoration: none;}
  .breadcrumbs-bar a:hover { border-bottom: 1px #000 solid;}


  .prod-detail-content { clear: both; width: 100%; margin: 0 0 120px 0; display: flex; justify-content: flex-start; align-items: stretch;}
  .prod-detail-content .prod-photo { width: 60%; padding: 0 20px 0 16.5vw; border-right: 1px #f19e0c solid; box-sizing: border-box; position: relative;}
  .prod-detail-content .prod-photo img.prod-photo-illu { width: 22vw; height: auto; position: absolute; bottom: 3vw; left: 9.5vw; z-index: 1;}
  .prod-detail-content .prod-photo .photos-list { width: 100%; position: relative; z-index: 2;}
  .prod-detail-content .prod-photo .photos-list img.photo { width: 100%; height: auto;}
  .prod-detail-content .prod-infor { width: 40%; position: relative;}
  .prod-detail-content .prod-infor .title { width: 100%; padding: 2.5vw 0 0 2vw; box-sizing: border-box;}
  .prod-detail-content .prod-infor .title .prod-no { width: 100%; color: #666; font-size: 2vw;}
  .prod-detail-content .prod-infor .title .prod-name { width: 100%; color: #f19e0c; font-size: 3vw; font-weight: 500;}
  .prod-detail-content .prod-infor .prod-query { width: 100%; padding: 0.8vw 2vw; margin: 1vw 0 0 0; box-sizing: border-box; background-color: #f19e0c; display: flex; justify-content: flex-start; align-items: center;}
  .prod-detail-content .prod-infor .prod-query img.query { width: auto; height: 2.8vw; margin: 0 1vw 0 0;}
  .prod-detail-content .prod-infor .prod-query img.line { width: auto; height: 3vw;}
  .prod-detail-content .prod-infor .prod-price { width: 100%; padding: 2vw 2vw 0 2vw; color: #333; font-size: 2.2vw; font-weight: 500; box-sizing: border-box;}
  .prod-detail-content .prod-infor .prod-intro { width: 100%; padding: 4vw 2vw 0 2vw; color: #000; font-size: 1.2vw; line-height: 2vw; box-sizing: border-box;}


  .prod-recommend-list { clear: both; width: 100%; padding: 30px 0 0 0; background-color: rgba(219,219,219,0.3);}
  .prod-recommend-list img.title { width: auto; height: 2.8vw; margin: 0 0 0 16.5vw;}
  .prod-recommend-list .prods-list { clear: both; width: 100%; padding: 30px 16.5vw; box-sizing: border-box; background-color: rgba(255,212,95,0.3); display: flex; justify-content: flex-start; align-items: stretch;}
  .prod-recommend-list .prods-list .prod-bx { width: calc(100% / 3 - 20px); margin: 0 10px; text-align: center;}
  .prod-recommend-list .prods-list .prod-bx img { width: 100%; height: auto;}
  .prod-recommend-list .prods-list .prod-bx .prod-name { width: 100%; padding: 0.5vw 0; color: #000; font-size: 1.2vw; text-align: center;}
  .prod-recommend-list .prods-list .prod-bx button.query-bt { padding: 0.2vw 1vw; color: #fff; font-size: 1.2vw; border: 0; border-radius: 6px; background-color: #706d14; cursor: pointer;}


  /************ section#page-service ************/

  section#page-service { clear: both; width: 100%; background-color: #fff;}

  .page-service-intro { width: 100%; padding: 60px 0; background-color: rgba(255,199,212,0.3);}
  .page-service-intro .text-intro{ width: 690px; margin: 40px auto 0 auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-serv-item-1 { clear: both; width: 100%; background-color: #fff; display: flex; justify-content: flex-start; align-items: center;}
  .page-serv-item-1 .col-lf-pic { width: 41vw; overflow: hidden;}
  .page-serv-item-1 .col-lf-pic img { width: auto; height: 40vw; margin: 0 0 0 -20vw;}
  .page-serv-item-1 .col-rt-text { width: calc(100% - 41vw); padding: 0 40px; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-1 .col-rt-text span.title { font-size: 1.8rem; font-weight: 600;}

  .page-serv-item-2 { clear: both; width: 100%; background-color: rgba(255,206,95,0.5); display: flex; justify-content: flex-start; align-items: stretch;}
  .page-serv-item-2 .col-lf-text { width: 50%; padding: 100px 40px 80px 40px; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-2 .col-lf-text span.title { font-size: 1.8rem; font-weight: 600;}
  .page-serv-item-2 .col-rt-pic { width: 50%; position: relative;}
  .page-serv-item-2 .col-rt-pic img { width: 90%; height: auto; position: relative; bottom: -120px; left: 5%;}

  .page-serv-item-3 { clear: both; width: 100%; background-color: #fff; display: flex; justify-content: flex-start; align-items: center;}
  .page-serv-item-3 .col-lf-pic { width: 41vw; padding: 45px 0;}
  .page-serv-item-3 .col-lf-pic img { width: 648px; height: auto; float: right;}
  .page-serv-item-3 .col-rt-text { width: calc(100% - 41vw); padding: 0 40px; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-3 .col-rt-text span.title { font-size: 1.8rem; font-weight: 600;}


  /************ section#page-cases ************/

  section#page-cases { clear: both; width: 100%; padding: 50px calc(50% - 45vw) 80px calc(50% - 45vw); box-sizing: border-box; background-color: #fff}

  .page-cases-list { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
  .page-cases-list .case-box { width: calc(100% / 2 - 30px); margin: 0 15px 30px 15px; background-color: #fff;}
  .page-cases-list .case-box a { width: 100%; text-decoration: none; border: 1px #fff solid; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-cases-list .case-box a:hover { border: 1px #000 solid;}
  .page-cases-list .case-box a .photo { width: 45%;}
  .page-cases-list .case-box a .photo img { width: 100%; height: auto;}
  .page-cases-list .case-box a .intro { width: 55%; padding: 0 20px; box-sizing: border-box;}
  .page-cases-list .case-box a .intro .title { width: 100%; color: #000; font-size: 1.4rem; font-weight: 500;}
  .page-cases-list .case-box a .intro .date { width: 100%; padding: 5px 0; color: #333; font-size: 1rem;}
  .page-cases-list .case-box a .intro .text { width: 100%; color: #000; font-size: 1rem; font-weight: 300; line-height: 1.6em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}


  ul.page-num { clear: both; width: 100%; padding: 0; margin: 40px 0 0 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.page-num li { padding: 0; margin: 0 5px 10px 5px;}
  ul.page-num li a { padding: 5px; color: #706d14; font-size: 1.1rem; text-decoration: none; border-radius: 4px; background-color: #fff; display: block;}
  ul.page-num li a:hover { background-color: #eee;}
  ul.page-num li a.sel { color: #fff; background-color: #706d14;}


  .page-case-content { clear: both; width: 100%;}
  .page-case-content .intro-con { width: 100%; border-bottom: 1px #ccc solid;}
  .page-case-content .intro-con .title { width: 100%; color: #333; font-size: 2.2rem; font-weight: 500; line-height: 1.4em; text-align: center;}
  .page-case-content .intro-con .date { width: 100%; padding: 10px 0; color: #333; font-size: 1rem; text-align: center;}
  .page-case-content img.photo { max-width: 100%; height: auto; margin: 40px auto;}
  .page-case-content .content-text { clear: both; width: 100%; padding: 40px 60px; color: #000; font-size: 1.2rem; line-height: 1.8em; box-sizing: border-box;}
  .page-case-content .content-text a { color: #000; text-decoration: none; border-bottom: 1px #000 solid;}
  .page-case-content .content-text a:hover { color: #333; border-bottom: 1px #333 solid;}

  .page-goback-bt { clear: both; width: 180px; margin: 40px auto 0 auto;}
  .page-goback-bt a { width: 100%; padding: 10px 0; color: #fff; font-size: 1.2rem; text-align: center; text-decoration: none; border-radius: 30px; background-color: #706d14; box-sizing: border-box; display: block;}


  /************ section#page-business ************/

  section#page-business { clear: both; width: 100%; padding: 0 0 80px 0; background-color: #fff;}

  img.page-sub-title-2-mo { display: none;}
  img.page-sub-title-2 { width: auto; height: 56px; margin: 0 auto;}

  .page-business-intro { width: 100%; padding: 60px calc(50% - 45vw); background-color: rgba(255,199,212,0.3); box-sizing: border-box;}
  .page-business-intro .text-intro{ width: 100%; margin: 40px auto 0 auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-business-con { clear: both; width: 100%; padding: 60px calc(50% - 45vw); box-sizing: border-box;}
  .page-business-con .video-box { clear: both; width: 85%; margin: 0 auto 60px auto;}
  .page-business-con .join-bt { max-width: 100%; width: 500px; margin: 0 auto;}
  .page-business-con .join-bt a { width: 300px; padding: 10px 0; color: #fff; font-size: 1.8rem; text-align: center; text-decoration: none; border-radius: 30px; background-color: #706d14; display: block;}
  .page-business-con .join-bt a:hover { background-color: #806d14;}
  .page-business-con img.buisness-pic { max-width: 100%; width: 500px; height: auto; margin: 20px auto 0 auto;}


  /************ section#page-footer-contact ************/

  section#page-footer-contact { clear: both; width: 100%; background-color: #ddd; position: relative;}

  img.page-footer-contact-bg { width: 100%; height: auto; position: relative; z-index: 1;}

  .page-footer-contact-con { width: 100%; position: absolute; top: 7vw; left: 0; z-index: 2;}
  .page-footer-contact-con .contact-table-form { width: 100%; padding: 0 0 0 calc(100% - 48vw + 3vw); box-sizing: border-box; position: relative;}
  .page-footer-contact-con .contact-table-form img.title { width: 9.7vw; height: auto;}
  .page-footer-contact-con .contact-table-form .title-text { /*width: 350px;*/ width: 18vw; color: #fff; font-size: 1vw; font-weight: 300; line-height: 1.6vw; position: absolute; top: 2.7vw; left: calc(100% - 48vw + 3vw + 8vw); z-index: 2;}
  .page-footer-contact-con .contact-table-form .contact-infor { width: 100%; padding: 0.8vw 0 0 0; color: #000; font-size: 1vw; font-weight: 300; line-height: 1.6vw;}
  .page-footer-contact-con .contact-table-form .contact-line { width: 100%; padding: 0.8vw 0; color: #fff; font-size: 1vw; font-weight: 300; line-height: 1.6vw;}


  /************ section#page-sitemap ************/

  section#page-sitemap { clear: both; width: 100%; padding: 100px calc(50% - 480px) 200px calc(50% - 480px); box-sizing: border-box; background-color: #ddd;}

  .page-sitemap-title { width: 100%; padding: 0 0 60px 0; color: #374254; font-size: 2.4rem; font-weight: 500; text-align: center;}

  ul.sitemap-list { clear: both; width: 100%; padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap;}
  ul.sitemap-list li { padding: 0; margin: 20px;}
  ul.sitemap-list li a { padding: 10px 20px; color: #374254; font-size: 1.4rem; text-decoration: none; background-color: #fff; display: block;}
  ul.sitemap-list li a:hover { color: #fff; background-color: #374254;}


  /************ section#page-error ************/

  section#page-error { clear: both; width: 100%; padding: 240px calc(50% - 500px); box-sizing: border-box; background-color: #eee;}

  .page-error-con { clear: both; width: 100%; color: #374254; text-align: center;}
  .page-error-con .error-title { width: 100%; margin: 0 0 20px 0; font-size: 4rem; font-weight: 600;}
  .page-error-con .error-text-mo { display: none;}
  .page-error-con .error-text { width: 100%; margin: 0 0 60px 0; font-size: 2rem;}
  .page-error-con a { width: 200px; padding: 5px 0; margin: 0 auto; color: #fff; font-size: 1.4rem; text-align: center; text-decoration: none; border-radius: 26px; background-color: #374254; display: block;}


  /************ footer ************/

  footer { clear: both; width: 100%; padding: 60px 0; border-bottom: 15px #9B7F85 solid; background-color: #fff; display: flex; justify-content: flex-start; align-items: center;}

  .footer-title { width: 18vw; padding: 0 0 0 calc(18vw - 16vw); box-sizing: border-box;}
  .footer-title img { width: 16vw; height: auto;}

  ul.footer-nav { width: calc(100% - 18vw - 27vw - 15vw); padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.footer-nav li { padding: 0; margin: 0 0.5vw;}
  ul.footer-nav li a { color: #000; font-size: 0.9vw; text-decoration: none;}

  .footer-infor-mo { display: none;}
  .footer-infor { width: 27vw; padding: 0 0 0 1.5vw; color: #000; font-size: 1vw; line-height: 1.6em; box-sizing: border-box;}

  .footer-social-icon { width: 15vw; display: flex; justify-content: center; align-items: center;}
  .footer-social-icon img { width: 4vw; height: auto; margin: 0 0.3vw;}


}

@media screen and (min-width: 768px) and (max-width: 1023px) {

  /************ header + nav ************/

  header { width: 100%; height: 90px; display: flex; justify-content: flex-start; align-items: center; position: relative;}

  .header-title { width: 240px;}
  .header-title img { width: 200px; height: auto; margin: 0 0 0 20px;}

  nav#pc { display: none;}
  nav#mo { width: calc(100% - 180px); height: 100%; padding: 0 10px 0 0; box-sizing: border-box;}
  nav#mo .nav-icon { width: 40px; height: 100%; margin: 0 0 0 60px; color: #706d14; font-size: 2.4rem; display: flex; justify-content: center; align-items: center; cursor: pointer;}
  nav#mo ul.nav-menu { width: 100%; padding: 60px 0; margin: 0; background-color: #706d14; list-style: none; display: none; position: absolute; top: 90px; left: 0; z-index: 9999;}
  nav#mo ul.nav-menu li { width: 100%; padding: 0; margin: 0;}
  nav#mo ul.nav-menu li a { width: 100%; padding: 20px 10px; color: #fff; font-size: 1.4rem; font-weight: 300; text-align: center; text-decoration: none; display: block; box-sizing: border-box;}
  nav#mo ul.nav-menu li a:active { color: rgba(255,255,255,0.6);}

  .header-social-icon { width: 202px; display: flex; justify-content: flex-start; align-items: stretch;}
  .header-social-icon .icon-box { width: 90px; height: 90px; margin: 0 0 0 2px;}
  .header-social-icon .icon-box a { width: 100%; height: 100%; background-color: #ffff00; display: flex; justify-content: center; align-items: center;}
  .header-social-icon .icon-box a img { width: 48px; height: auto;}


  /************ section#hp-banner ************/

  section#hp-banner { clear: both; width: 100%; position: relative; overflow: hidden;}

  .hp-banner-box { clear: both; width: 100%; position: relative; z-index: 1;}
  .hp-banner-box img { width: 100%; height: auto;}

  .arrow-bar { width: 2vw; height: 100%; padding: 11vw 0 0 0; box-sizing: border-box; position: absolute; top: 0; right: 3.5vw; z-index: 2;}
  .arrow-bar img.arrow-prev, 
  .arrow-bar img.arrow-next { width: 2vw; height: auto; cursor: pointer;}
  .arrow-bar img.arrow-prev { margin: 0 0 12.5vw 0;}


  /************ section#hp-about ************/

  section#hp-about { clear: both; width: 100%; padding: 60px 40px 90px 40px; box-sizing: border-box; background-color: rgba(255, 199, 212, 0.3);}

  img.hp-about-title { width: 300px; height: auto; margin: 0 auto;}

  .hp-about-intro { width: 570px; margin: 40px auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .hp-about-items { width: 100%; display: flex; justify-content: center; align-items: flex-start;}
  .hp-about-items .item-box { width: 200px; margin: 0 20px;}
  .hp-about-items .item-box img.pic { width: 200px; height: auto; margin: 0 auto;}
  .hp-about-items .item-box .title { width: 100%; padding: 25px 0 0 0; color: #f19e0c; font-size: 1.8rem; font-family: Arial, Helvetica, sans-serif; text-align: center;}
  .hp-about-items .item-box .text { width: 100%; padding: 10px 0 0 0; color: #333; font-size: 1.2rem; font-weight: 300; text-align: center;}


  /************ section#hp-products ************/

  section#hp-products { clear: both; width: 100%; padding: 80px 0 160px 0; display: flex; justify-content: flex-start; align-items: center;}

  .hp-products-title { width: 200px;}
  .hp-products-title img { width: 134px; height: auto; margin: 0 auto;}

  .hp-products-slide { width: calc(100% - 200px);}
  .hp-products-slide .product-box { width: 100%; padding: 0 10px; box-sizing: border-box;}
  .hp-products-slide .product-box img.pic { width: 100%; height: auto;}
  .hp-products-slide .product-box .prod-title { width: 100%; padding: 15px 0; font-size: 1.2rem; font-weight: 300; line-height: 1.2em; text-align: center;}
  .hp-products-slide .product-box .inquiry-bt { width: 86px; margin: 0 auto;}
  .hp-products-slide .product-box .inquiry-bt a { width: 100%; padding: 8px 0; color: #fff; font-size: 1.3rem; font-weight: 300; text-align: center; text-decoration: none; border-radius: 10px; background-color: #706d14; display: block;}
  

  /************ section#hp-service ************/

  section#hp-service { clear: both; width: 100%; padding: 80px 0; background-color: #9B7F85; display: flex; justify-content: flex-start; align-items: center;}

  .hp-service-pic { width: 40vw; overflow: hidden;}
  .hp-service-pic img { width: 1120px; height: auto; margin: 0 0 0 -200px;}

  .hp-service-intro { width: calc(100% - 40vw); padding: 0 0 0 6vw; box-sizing: border-box;}
  .hp-service-intro img.title { width: 358px; height: auto;}
  .hp-service-intro .intro-text { width: 100%; margin: 70px 0 0 0; color: #fff; font-size: 1.3rem; font-weight: 300; line-height: 1.8em;}
  .hp-service-intro .intro-text span.title { font-size: 1.8rem; font-weight: 400;}


  /************ section#hp-contact ************/

  section#hp-contact { clear: both; width: 100%; background-color: #ddd; position: relative; overflow: hidden;}

  img.hp-contact-bg { width: 160%; height: auto; margin: 0 0 0 -10%; position: relative; z-index: 1;}

  .contact-map { clear: both; margin: 0; width: 100%; height: auto;}
  .contact-map iframe { width: 100%; height: 455px;}

  .hp-contact-con { width: 100%; position: absolute; top: 0; left: 0; z-index: 2;}
  .hp-contact-con .contact-table-form { width: calc(100% - 50vw); padding: 0 0 0 3vw; margin: 10vw 0 0 50vw; box-sizing: border-box; position: relative;}
  .hp-contact-con .contact-table-form img.title { width: 20vw; height: auto;}
  .hp-contact-con .contact-table-form .title-text { /*width: 350px;*/ width: 26vw; color: #fff; font-size: 1.4vw; font-weight: 300; line-height: 2vw; position: absolute; top: 6.5vw; right: 4vw; z-index: 2;}
  .hp-contact-con .contact-table-form .contact-infor { width: 100%; padding: 1vw 0 0 0; color: #000; font-size: 1.8vw; font-weight: 300; line-height: 2.4vw;}
  .hp-contact-con .contact-table-form .contact-line { width: 100%; padding: 1vw 0; color: #fff; font-size: 1.8vw; font-weight: 300; line-height: 2.4vw;}
  .hp-contact-con .contact-table-form input[type=text], 
  .hp-contact-con .contact-table-form input[type=tel] { width: 36vw; padding: 1vw; margin: 0 0 1vw 0; color: #000; font-size: 2vw; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 0.4vw; background-color: #fff; box-sizing: border-box;}
  .hp-contact-con .contact-table-form textarea { width: 36vw; height: 10vw; padding: 1vw; margin: 0 0 1vw 0; color: #000; font-size: 2vw; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 0.4vw; background-color: #fff; box-sizing: border-box;}
  .hp-contact-con .contact-table-form ::placeholder { color: #000;}
  .hp-contact-con .contact-table-form input[type=button] { width: 36vw; padding: 0.2vw 0; color: #fff; font-size: 2vw; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 0.4vw; background-color: #706d14; cursor: pointer;}


  /************ page-banner ************/

  .page-banner { clear: both; width: 100%;}
  .page-banner img { width: 100%; height: auto;}


  /************ section#page-about ************/

  section#page-about { clear: both; width: 100%; background-color: #fff;}

  img.page-sub-title { width: auto; height: 56px; margin: 0 auto;}

  .page-about-intro { width: 100%; padding: 60px 0; background-color: rgba(255, 199, 212, 0.3);}
  .page-about-intro .text-intro{ width: 570px; margin: 40px auto 0 auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-about-content { clear: both; width: 100%; padding: 4vw 0; box-sizing: border-box; position: relative; overflow: hidden;}
  .page-about-content .text-content { width: 54vw; margin: 0 0 4vw calc(50% - 34vw); font-size: 1.6vw; line-height: 3vw; position: relative; z-index: 2;}
  .page-about-content .text-content span.bigger-1 { font-size: 2vw; font-weight: 600;}
  .page-about-content .text-content span.bigger-2 { font-size: 2vw;}
  .page-about-content img.illu-1 { width: 12.2vw; height: auto; position: absolute; top: 22.5vw; left: calc(50% - 50vw); z-index: 1;}
  .page-about-content img.illu-2 { width: 24vw; height: auto; position: absolute; top: 4vw; right: calc(50% - 50vw); z-index: 1;}


  /************ section#page-products ************/

  section#page-products { clear: both; width: 100%;}

  .page-prods-list { clear: both; width: 100%; padding: 40px 0 40px 12.2vw; box-sizing: border-box; background-color: #fff;}
  .page-prods-list:nth-child(even) { clear: both; width: 100%; padding: 40px 0 40px 12.2vw; box-sizing: border-box; background-color: rgba(255,212,95,0.3);}
  .page-prods-list .title-bar { width: 100%; margin: 0 0 40px 0; display: flex; justify-content: flex-start; align-items: center;}
  .page-prods-list .title-bar .title { width: 230px; color: #f19e0c; font-size: 3.3rem; font-weight: 600;}
  .page-prods-list .title-bar img.line { width: 430px; height: auto;}
  .page-prods-list .prods-list-full { clear: both; width: 100%; position: relative;}
  .page-prods-list .prods-list-full .prod-box { width: calc(100% / 3); padding: 0 10px; box-sizing: border-box; position: relative; z-index: 1;}
  .page-prods-list .prods-list-full .prod-box a { text-decoration: none; display: block;}
  .page-prods-list .prods-list-full .prod-box img { width: 100%; height: auto;}
  .page-prods-list .prods-list-full .prod-box .text-name { width: 100%; padding: 10px 0; color: #000; font-size: 1.4rem; text-align: center;}
  .page-prods-list .prods-list-full img.prods-list-arrow-next { width: 30px; height: auto; position: absolute; top: calc(50% - 28px); right: 10px; z-index: 2; cursor: pointer;}


  .breadcrumbs-bar { clear: both; width: 100%; padding: 30px 4.8vw; color: #000; font-size: 1rem; line-height: 1.2em; box-sizing: border-box;}
  .breadcrumbs-bar a { color: #000; text-decoration: none;}
  .breadcrumbs-bar a:hover { border-bottom: 1px #000 solid;}


  .prod-detail-content { clear: both; width: 100%; margin: 0 0 120px 0; display: flex; justify-content: flex-start; align-items: stretch;}
  .prod-detail-content .prod-photo { width: 60%; padding: 0 20px 0 10vw; border-right: 1px #f19e0c solid; box-sizing: border-box; position: relative;}
  .prod-detail-content .prod-photo img.prod-photo-illu { width: 22vw; height: auto; position: absolute; bottom: 3vw; left: 4vw; z-index: 1;}
  .prod-detail-content .prod-photo .photos-list { width: 100%; position: relative; z-index: 2;}
  .prod-detail-content .prod-photo .photos-list img.photo { width: 100%; height: auto;}
  .prod-detail-content .prod-infor { width: 40%; position: relative;}
  .prod-detail-content .prod-infor .title { width: 100%; padding: 2.5vw 0 0 2vw; box-sizing: border-box;}
  .prod-detail-content .prod-infor .title .prod-no { width: 100%; color: #666; font-size: 2vw;}
  .prod-detail-content .prod-infor .title .prod-name { width: 100%; color: #f19e0c; font-size: 3vw; font-weight: 500;}
  .prod-detail-content .prod-infor .prod-query { width: 100%; padding: 0.8vw 2vw; margin: 1vw 0 0 0; box-sizing: border-box; background-color: #f19e0c; display: flex; justify-content: flex-start; align-items: center;}
  .prod-detail-content .prod-infor .prod-query img.query { width: auto; height: 2.8vw; margin: 0 1vw 0 0;}
  .prod-detail-content .prod-infor .prod-query img.line { width: auto; height: 3vw;}
  .prod-detail-content .prod-infor .prod-price { width: 100%; padding: 2vw 2vw 0 2vw; color: #333; font-size: 2.2vw; font-weight: 500; box-sizing: border-box;}
  .prod-detail-content .prod-infor .prod-intro { width: 100%; padding: 4vw 2vw 0 2vw; color: #000; font-size: 1.6vw; line-height: 2vw; box-sizing: border-box;}


  .prod-recommend-list { clear: both; width: 100%; padding: 30px 0 0 0; background-color: rgba(219,219,219,0.3);}
  .prod-recommend-list img.title { width: auto; height: 2.8vw; margin: 0 0 0 8vw;}
  .prod-recommend-list .prods-list { clear: both; width: 100%; padding: 30px 8vw; box-sizing: border-box; background-color: rgba(255,212,95,0.3); display: flex; justify-content: flex-start; align-items: stretch;}
  .prod-recommend-list .prods-list .prod-bx { width: calc(100% / 3 - 20px); margin: 0 10px; text-align: center;}
  .prod-recommend-list .prods-list .prod-bx img { width: 100%; height: auto;}
  .prod-recommend-list .prods-list .prod-bx .prod-name { width: 100%; padding: 0.5vw 0; color: #000; font-size: 1.8vw; text-align: center;}
  .prod-recommend-list .prods-list .prod-bx button.query-bt { padding: 0.5vw 2vw; color: #fff; font-size: 1.8vw; border: 0; border-radius: 6px; background-color: #706d14; cursor: pointer;}


  /************ section#page-service ************/

  section#page-service { clear: both; width: 100%; background-color: #fff;}

  .page-service-intro { width: 100%; padding: 60px 0; background-color: rgba(255,199,212,0.3);}
  .page-service-intro .text-intro{ width: 690px; margin: 40px auto 0 auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-serv-item-1 { clear: both; width: 100%; background-color: #fff; display: flex; justify-content: flex-start; align-items: center;}
  .page-serv-item-1 .col-lf-pic { width: 41vw; overflow: hidden;}
  .page-serv-item-1 .col-lf-pic img { width: auto; height: 40vw; margin: 0 0 0 -20vw;}
  .page-serv-item-1 .col-rt-text { width: calc(100% - 41vw); padding: 0 40px; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-1 .col-rt-text span.title { font-size: 1.8rem; font-weight: 600;}

  .page-serv-item-2 { clear: both; width: 100%; background-color: rgba(255,206,95,0.5); display: flex; justify-content: flex-start; align-items: stretch;}
  .page-serv-item-2 .col-lf-text { width: 50%; padding: 100px 40px 80px 40px; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-2 .col-lf-text span.title { font-size: 1.8rem; font-weight: 600;}
  .page-serv-item-2 .col-rt-pic { width: 50%; position: relative;}
  .page-serv-item-2 .col-rt-pic img { width: 90%; height: auto; position: relative; bottom: -120px; left: 5%;}

  .page-serv-item-3 { clear: both; width: 100%; background-color: #fff; display: flex; justify-content: flex-start; align-items: center;}
  .page-serv-item-3 .col-lf-pic { width: 41vw; padding: 45px 0;}
  .page-serv-item-3 .col-lf-pic img { width: 648px; height: auto; float: right;}
  .page-serv-item-3 .col-rt-text { width: calc(100% - 41vw); padding: 0 40px; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-3 .col-rt-text span.title { font-size: 1.8rem; font-weight: 600;}


  /************ section#page-cases ************/

  section#page-cases { clear: both; width: 100%; padding: 50px 40px 80px 40px; box-sizing: border-box; background-color: #fff;}

  .page-cases-list { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
  .page-cases-list .case-box { width: 90%; margin: 0 auto 30px auto; background-color: #fff;}
  .page-cases-list .case-box a { width: 100%; text-decoration: none; border: 1px #fff solid; box-sizing: border-box; display: flex; justify-content: flex-start; align-items: stretch;}
  .page-cases-list .case-box a:hover { border: 1px #000 solid;}
  .page-cases-list .case-box a .photo { width: 45%;}
  .page-cases-list .case-box a .photo img { width: 100%; height: auto;}
  .page-cases-list .case-box a .intro { width: 55%; padding: 10px 20px; box-sizing: border-box;}
  .page-cases-list .case-box a .intro .title { width: 100%; color: #000; font-size: 1.4rem; font-weight: 500;}
  .page-cases-list .case-box a .intro .date { width: 100%; padding: 5px 0; color: #333; font-size: 1rem;}
  .page-cases-list .case-box a .intro .text { width: 100%; color: #000; font-size: 1rem; font-weight: 300; line-height: 1.6em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}


  ul.page-num { clear: both; width: 100%; padding: 0; margin: 40px 0 0 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.page-num li { padding: 0; margin: 0 5px 10px 5px;}
  ul.page-num li a { padding: 5px; color: #706d14; font-size: 1.1rem; text-decoration: none; border-radius: 4px; background-color: #fff; display: block;}
  ul.page-num li a:hover { background-color: #eee;}
  ul.page-num li a.sel { color: #fff; background-color: #706d14;}


  .page-case-content { clear: both; width: 100%;}
  .page-case-content .intro-con { width: 100%; border-bottom: 1px #ccc solid;}
  .page-case-content .intro-con .title { width: 100%; color: #333; font-size: 2.2rem; font-weight: 500; line-height: 1.4em; text-align: center;}
  .page-case-content .intro-con .date { width: 100%; padding: 10px 0; color: #333; font-size: 1rem; text-align: center;}
  .page-case-content img.photo { max-width: 100%; height: auto; margin: 40px auto;}
  .page-case-content .content-text { clear: both; width: 100%; padding: 40px; color: #000; font-size: 1.2rem; line-height: 1.8em; box-sizing: border-box;}
  .page-case-content .content-text a { color: #000; text-decoration: none; border-bottom: 1px #000 solid;}
  .page-case-content .content-text a:hover { color: #333; border-bottom: 1px #333 solid;}

  .page-goback-bt { clear: both; width: 180px; margin: 40px auto 0 auto;}
  .page-goback-bt a { width: 100%; padding: 10px 0; color: #fff; font-size: 1.2rem; text-align: center; text-decoration: none; border-radius: 30px; background-color: #706d14; box-sizing: border-box; display: block;}


  /************ section#page-business ************/

  section#page-business { clear: both; width: 100%; padding: 0 0 80px 0; background-color: #fff}

  img.page-sub-title-2-mo { display: none;}
  img.page-sub-title-2 { width: auto; height: 56px; margin: 0 auto;}

  .page-business-intro { width: 100%; padding: 60px 40px; background-color: rgba(255,199,212,0.3); box-sizing: border-box;}
  .page-business-intro .text-intro{ width: 100%; margin: 40px auto 0 auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-business-con { clear: both; width: 100%; padding: 60px 40px; box-sizing: border-box;}
  .page-business-con .video-box { clear: both; width: 100%; margin: 0 auto 60px auto;}
  .page-business-con .join-bt { max-width: 100%; width: 500px; margin: 0 auto;}
  .page-business-con .join-bt a { width: 300px; padding: 10px 0; color: #fff; font-size: 1.8rem; text-align: center; text-decoration: none; border-radius: 30px; background-color: #706d14; display: block;}
  .page-business-con .join-bt a:hover { background-color: #806d14;}
  .page-business-con img.buisness-pic { max-width: 100%; width: 500px; height: auto; margin: 20px auto 0 auto;}


  /************ section#page-footer-contact ************/

  section#page-footer-contact { clear: both; width: 100%; background-color: #ddd; position: relative;}

  img.page-footer-contact-bg { width: 100%; height: auto; position: relative; z-index: 1;}

  .page-footer-contact-con { width: 100%; position: absolute; top: 4vw; left: 0; z-index: 2;}
  .page-footer-contact-con .contact-table-form { width: 100%; padding: 0 0 0 calc(100% - 50vw); box-sizing: border-box; position: relative;}
  .page-footer-contact-con .contact-table-form img.title { width: 15vw; height: auto;}
  .page-footer-contact-con .contact-table-form .title-text { /*width: 350px;*/ width: 30vw; color: #fff; font-size: 1.8vw; font-weight: 300; line-height: 2.6vw; position: absolute; top: 3.8vw; left: calc(100% - 38vw); z-index: 2;}
  .page-footer-contact-con .contact-table-form .contact-infor { width: 100%; padding: 0.8vw 0 0 0; color: #000; font-size: 2vw; font-weight: 300; line-height: 2.2vw;}
  .page-footer-contact-con .contact-table-form .contact-line { width: 100%; padding: 0.8vw 0; color: #fff; font-size: 2vw; font-weight: 300; line-height: 2.2vw;}


  /************ section#page-sitemap ************/

  section#page-sitemap { clear: both; width: 100%; padding: 100px 40px 200px 40px; box-sizing: border-box; background-color: #ddd;}

  .page-sitemap-title { width: 100%; padding: 0 0 60px 0; color: #374254; font-size: 2.4rem; font-weight: 500; text-align: center;}

  ul.sitemap-list { clear: both; width: 100%; padding: 0; margin: 0; list-style: none; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap;}
  ul.sitemap-list li { padding: 0; margin: 20px;}
  ul.sitemap-list li a { padding: 10px 20px; color: #374254; font-size: 1.4rem; text-decoration: none; background-color: #fff; display: block;}
  ul.sitemap-list li a:hover { color: #fff; background-color: #374254;}


  /************ section#page-error ************/

  section#page-error { clear: both; width: 100%; padding: 240px 40px; box-sizing: border-box; background-color: #eee;}

  .page-error-con { clear: both; width: 100%; color: #374254; text-align: center;}
  .page-error-con .error-title { width: 100%; margin: 0 0 20px 0; font-size: 4rem; font-weight: 600;}
  .page-error-con .error-text-mo { display: none;}
  .page-error-con .error-text { width: 100%; margin: 0 0 60px 0; font-size: 2rem;}
  .page-error-con a { width: 200px; padding: 5px 0; margin: 0 auto; color: #fff; font-size: 1.4rem; text-align: center; text-decoration: none; border-radius: 26px; background-color: #374254; display: block;}


  /************ footer ************/

  footer { clear: both; width: 100%; padding: 60px 40px; box-sizing: border-box; border-bottom: 15px #9B7F85 solid; background-color: #fff; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}

  .footer-title { width: 100%;}
  .footer-title img { width: 300px; height: auto; margin: 0 auto;}

  ul.footer-nav { clear: both; width: 100%; padding: 0; margin: 40px 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.footer-nav li { padding: 0; margin: 0 15px 15px 15px;}
  ul.footer-nav li a { color: #000; font-size: 1.2rem; text-decoration: none;}

  .footer-infor-mo { display: none;}
  .footer-infor { width: calc(100% - 200px); color: #000; font-size: 0.9rem; line-height: 1.6em; box-sizing: border-box;}

  .footer-social-icon { width: 200px; display: flex; justify-content: center; align-items: center;}
  .footer-social-icon img { width: 60px; height: auto; margin: 0 10px;}


}

@media screen and (max-width: 767px) {

  /************ header + nav ************/

  header { width: 100%; height: 70px; display: flex; justify-content: flex-start; align-items: center; position: relative;}

  .header-title { width: 220px;}
  .header-title img { width: 180px; height: auto; margin: 0 20px;}

  nav#pc { display: none;}
  nav#mo { width: calc(100% - 160px - 124px); height: 100%;}
  nav#mo .nav-icon { width: 40px; height: 100%; color: #706d14; font-size: 2.4rem; display: flex; justify-content: center; align-items: center; cursor: pointer;}
  nav#mo ul.nav-menu { width: 100%; padding: 60px 0; margin: 0; background-color: #706d14; list-style: none; display: none; position: absolute; top: 70px; left: 0; z-index: 9999;}
  nav#mo ul.nav-menu li { width: 100%; padding: 0; margin: 0;}
  nav#mo ul.nav-menu li a { width: 100%; padding: 20px 10px; color: #fff; font-size: 1.4rem; font-weight: 300; text-align: center; text-decoration: none; display: block; box-sizing: border-box;}
  nav#mo ul.nav-menu li a:active { color: rgba(255,255,255,0.6);}

  .header-social-icon { width: 124px; display: flex; justify-content: flex-start; align-items: stretch;}
  .header-social-icon .icon-box { width: 60px; height: 70px; margin: 0 0 0 2px;}
  .header-social-icon .icon-box a { width: 100%; height: 100%; background-color: #ffff00; display: flex; justify-content: center; align-items: center;}
  .header-social-icon .icon-box a img { width: 38px; height: auto;}


  /************ section#hp-banner ************/

  section#hp-banner { clear: both; width: 100%; position: relative; overflow: hidden;}

  .hp-banner-box { clear: both; width: 100%; position: relative; z-index: 1;}
  .hp-banner-box img { width: 100%; height: auto;}

  .arrow-bar { width: 2vw; height: 100%; padding: 11vw 0 0 0; box-sizing: border-box; position: absolute; top: 0; right: 5vw; z-index: 2;}
  .arrow-bar img.arrow-prev, 
  .arrow-bar img.arrow-next { width: 4vw; height: auto; cursor: pointer;}
  .arrow-bar img.arrow-prev { margin: 0 0 12.5vw 0;}


  /************ section#hp-about ************/

  section#hp-about { clear: both; width: 100%; padding: 60px 20px; box-sizing: border-box; background-color: rgba(255, 199, 212, 0.3);}

  img.hp-about-title { width: 300px; height: auto; margin: 0 auto;}

  .hp-about-intro { width: 100%; margin: 40px 0; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .hp-about-items { clear: both; width: 100%;}
  .hp-about-items .item-box { width: 250px; margin: 0 20px; margin: 0 auto 30px auto;}
  .hp-about-items .item-box img.pic { width: 200px; height: auto; margin: 0 auto;}
  .hp-about-items .item-box .title { width: 100%; padding: 25px 0 0 0; color: #f19e0c; font-size: 1.8rem; font-family: Arial, Helvetica, sans-serif; text-align: center;}
  .hp-about-items .item-box .text { width: 100%; padding: 10px 0 0 0; color: #333; font-size: 1.2rem; font-weight: 300; text-align: center;}


  /************ section#hp-products ************/

  section#hp-products { clear: both; width: 100%; padding: 80px 0 160px 0;}

  .hp-products-title { width: 100%; margin: 0 0 40px 0;}
  .hp-products-title img { width: 134px; height: auto; margin: 0 auto;}

  .hp-products-slide { clear: both; width: 100%;}
  .hp-products-slide .product-box { width: 100%; padding: 0 10px; box-sizing: border-box;}
  .hp-products-slide .product-box img.pic { width: 100%; height: auto;}
  .hp-products-slide .product-box .prod-title { width: 100%; padding: 15px 0; font-size: 1.2rem; font-weight: 300; line-height: 1.2em; text-align: center;}
  .hp-products-slide .product-box .inquiry-bt { width: 86px; margin: 0 auto;}
  .hp-products-slide .product-box .inquiry-bt a { width: 100%; padding: 8px 0; color: #fff; font-size: 1.3rem; font-weight: 300; text-align: center; text-decoration: none; border-radius: 10px; background-color: #706d14; display: block;}
  

  /************ section#hp-service ************/

  section#hp-service { clear: both; width: 100%; padding: 80px 0; background-color: #9B7F85;}

  .hp-service-pic { width: 100%;}
  .hp-service-pic img { width: 100%; height: auto;}

  .hp-service-intro { clear: both; width: 100%; padding: 0 20px; margin: 40px 0 0 0; box-sizing: border-box;}
  .hp-service-intro img.title { max-width: 100%; width: 358px; height: auto;}
  .hp-service-intro .intro-text { width: 100%; margin: 70px 0 0 0; color: #fff; font-size: 1.3rem; font-weight: 300; line-height: 1.8em;}
  .hp-service-intro .intro-text span.title { font-size: 1.8rem; font-weight: 400;}


  /************ section#hp-contact ************/

  section#hp-contact { clear: both; width: 100%; background-color: #ddd; position: relative; overflow: hidden;}

  img.hp-contact-bg { width: 100%; height: auto;}

  .contact-map { clear: both; margin: 0; width: 100%; height: auto;}
  .contact-map iframe { width: 100%; height: 455px;}

  .hp-contact-con { width: 100%; margin: 40px 0 0 0;}
  .hp-contact-con .contact-table-form { clear: both; width: 100%; padding: 0 20px 40px 20px; box-sizing: border-box;}
  .hp-contact-con .contact-table-form img.title { width: 195px; height: auto;}
  .hp-contact-con .contact-table-form .title-text { width: 100%; padding: 10px 0; color: #fff; font-size: 1rem; font-weight: 300; line-height: 1.4em;}
  .hp-contact-con .contact-table-form .contact-infor { width: 100%; padding: 0 0 10px 0; color: #000; font-size: 1rem; font-weight: 300; line-height: 1.4em;}
  .hp-contact-con .contact-table-form .contact-line { width: 100%; padding: 0 0 10px 0; color: #fff; font-size: 1rem; font-weight: 300; line-height: 1.4em;}
  .hp-contact-con .contact-table-form input[type=text], 
  .hp-contact-con .contact-table-form input[type=tel] { width: 100%; padding: 10px; margin: 0 0 10px 0; color: #000; font-size: 1.1rem; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 8px; background-color: #fff; box-sizing: border-box;}
  .hp-contact-con .contact-table-form textarea { width: 100%; height: 160px; padding: 10px; margin: 0 0 10px 0; color: #000; font-size: 1.1rem; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 8px; background-color: #fff; box-sizing: border-box;}
  .hp-contact-con .contact-table-form ::placeholder { color: #000;}
  .hp-contact-con .contact-table-form input[type=button] { width: 100%; padding: 10px 0; color: #fff; font-size: 1.2rem; font-family: 'Noto Sans TC', sans-serif, "微軟正黑體", Arial; border: 0; border-radius: 8px; background-color: #706d14; cursor: pointer;}


  /************ page-banner ************/

  .page-banner { clear: both; width: 100%;}
  .page-banner img { width: 100%; height: auto;}


  /************ section#page-about ************/

  section#page-about { clear: both; width: 100%; background-color: #fff;}

  img.page-sub-title { width: auto; max-width: 90%; height: 56px; margin: 0 auto;}

  .page-about-intro { width: 100%; padding: 60px 20px; box-sizing: border-box; background-color: rgba(255, 199, 212, 0.3);}
  .page-about-intro .text-intro { width: 100%; margin: 40px 0 0 0; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-about-content { clear: both; width: 100%; padding: 60px 20px; box-sizing: border-box;}
  .page-about-content .text-content { width: 100%; margin: 0 0 80px 0; font-size: 1.2rem; line-height: 1.8em;}
  .page-about-content .text-content span.bigger-1 { font-size: 1.6rem; font-weight: 600;}
  .page-about-content .text-content span.bigger-2 { font-size: 1.6rem;}
  .page-about-content img.illu-1 { display: none;}
  .page-about-content img.illu-2 { width: 70%; height: auto; margin: 0 auto 80px auto;}


  /************ section#page-products ************/

  section#page-products { clear: both; width: 100%;}

  .page-prods-list { clear: both; width: 100%; padding: 40px 20px; box-sizing: border-box; background-color: #fff;}
  .page-prods-list:nth-child(even) { clear: both; width: 100%; padding: 40px 20px; box-sizing: border-box; background-color: rgba(255,212,95,0.3);}
  .page-prods-list .title-bar { width: 100%; margin: 0 0 40px 0;}
  .page-prods-list .title-bar .title { width: 230px; color: #f19e0c; font-size: 3.3rem; font-weight: 600;}
  .page-prods-list .title-bar img.line { width: 100%; height: auto;}
  .page-prods-list .prods-list-full { clear: both; width: 100%; position: relative;}
  .page-prods-list .prods-list-full .prod-box { width: calc(100% / 1); padding: 0 10px; box-sizing: border-box; position: relative; z-index: 1;}
  .page-prods-list .prods-list-full .prod-box a { text-decoration: none; display: block;}
  .page-prods-list .prods-list-full .prod-box img { width: 100%; height: auto;}
  .page-prods-list .prods-list-full .prod-box .text-name { width: 100%; padding: 10px 0; color: #000; font-size: 1.4rem; text-align: center;}
  .page-prods-list .prods-list-full img.prods-list-arrow-next { width: 30px; height: auto; position: absolute; top: calc(50% - 28px); right: 10px; z-index: 2; cursor: pointer;}


  .breadcrumbs-bar { clear: both; width: 100%; padding: 30px 4.8vw; color: #000; font-size: 1rem; line-height: 1.2em; box-sizing: border-box;}
  .breadcrumbs-bar a { color: #000; text-decoration: none;}
  .breadcrumbs-bar a:hover { border-bottom: 1px #000 solid;}


  .prod-detail-content { clear: both; width: 100%;}
  .prod-detail-content .prod-photo { width: 100%; padding: 0 20px 100px 20px; border-bottom: 1px #f19e0c solid; box-sizing: border-box; position: relative;}
  .prod-detail-content .prod-photo img.prod-photo-illu { width: 30vw; height: auto; position: absolute; bottom: 30vw; left: 2vw; z-index: 1;}
  .prod-detail-content .prod-photo .photos-list { width: 90%; margin: 0 auto; position: relative; z-index: 2;}
  .prod-detail-content .prod-photo .photos-list img.photo { width: 100%; height: auto;}
  .prod-detail-content .prod-infor { width: 100%; padding: 0 20px 30px 20px; box-sizing: border-box;}
  .prod-detail-content .prod-infor .title { width: 100%; padding: 30px 0 10px 0;}
  .prod-detail-content .prod-infor .title .prod-no { width: 100%; color: #666; font-size: 1.6rem;}
  .prod-detail-content .prod-infor .title .prod-name { width: 100%; color: #f19e0c; font-size: 2.2rem; line-height: 1.2em; font-weight: 500;}
  .prod-detail-content .prod-infor .prod-query { width: 100%; padding: 10px 20px; box-sizing: border-box; background-color: #f19e0c; display: flex; justify-content: flex-start; align-items: center;}
  .prod-detail-content .prod-infor .prod-query img.query { width: auto; height: 56px; margin: 0 20px 0 0;}
  .prod-detail-content .prod-infor .prod-query img.line { width: auto; height: 60px;}
  .prod-detail-content .prod-infor .prod-price { width: 100%; padding: 10px 0 30px 0; color: #333; font-size: 2rem; font-weight: 500; box-sizing: border-box;}
  .prod-detail-content .prod-infor .prod-intro { width: 100%; color: #000; font-size: 1.1rem; line-height: 1.8em;}


  .prod-recommend-list { clear: both; width: 100%; padding: 30px 0 0 0; background-color: rgba(219,219,219,0.3);}
  .prod-recommend-list img.title { width: auto; height: 56px; margin: 0 0 0 20px;}
  .prod-recommend-list .prods-list { clear: both; width: 100%; padding: 30px 20px; box-sizing: border-box; background-color: rgba(255,212,95,0.3);}
  .prod-recommend-list .prods-list .prod-bx { width: 90%; margin: 0 auto 30px auto; text-align: center;}
  .prod-recommend-list .prods-list .prod-bx img { width: 100%; height: auto;}
  .prod-recommend-list .prods-list .prod-bx .prod-name { width: 100%; padding: 20px 0; color: #000; font-size: 1.2rem; text-align: center;}
  .prod-recommend-list .prods-list .prod-bx button.query-bt { padding: 5px 20px; color: #fff; font-size: 1.2rem; border: 0; border-radius: 6px; background-color: #706d14; cursor: pointer;}


  /************ section#page-service ************/

  section#page-service { clear: both; width: 100%; background-color: #fff;}

  .page-service-intro { width: 100%; padding: 60px 0; background-color: rgba(255,199,212,0.3);}
  .page-service-intro .text-intro{ width: 90%; margin: 40px auto 0 auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-serv-item-1 { clear: both; width: 100%; background-color: #fff;}
  .page-serv-item-1 .col-lf-pic { width: 100%;}
  .page-serv-item-1 .col-lf-pic img { width: 100%; height: auto;}
  .page-serv-item-1 .col-rt-text { width: 100%; padding: 40px 20px; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-1 .col-rt-text span.title { font-size: 1.8rem; font-weight: 600;}

  .page-serv-item-2 { clear: both; width: 100%; padding: 0 0 40px 0; background-color: rgba(255,206,95,0.5);}
  .page-serv-item-2 .col-lf-text { width: 100%; padding: 40px 20px; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-2 .col-lf-text span.title { font-size: 1.8rem; font-weight: 600;}
  .page-serv-item-2 .col-rt-pic { width: 100%;}
  .page-serv-item-2 .col-rt-pic img { width: 90%; height: auto; margin: 0 auto;}

  .page-serv-item-3 { clear: both; width: 100%; background-color: #fff;}
  .page-serv-item-3 .col-lf-pic { width: 100%; padding: 40px 0;}
  .page-serv-item-3 .col-lf-pic img { width: 90%; height: auto; margin: 0 auto;}
  .page-serv-item-3 .col-rt-text { width: 100%; padding: 0 20px 40px 20px; color: #000; font-size: 1.1rem; line-height: 1.8em; box-sizing: border-box;}
  .page-serv-item-3 .col-rt-text span.title { font-size: 1.8rem; font-weight: 600;}


  /************ section#page-cases ************/

  section#page-cases { clear: both; width: 100%; padding: 50px 20px 80px 20px; box-sizing: border-box; background-color: #fff;}

  .page-cases-list { clear: both; width: 100%; display: flex; justify-content: flex-start; align-items: stretch; flex-wrap: wrap;}
  .page-cases-list .case-box { width: 100%; margin: 0 auto 30px auto; background-color: #fff;}
  .page-cases-list .case-box a { width: 100%; text-decoration: none; box-sizing: border-box;}
  .page-cases-list .case-box a .photo { width: 100%;}
  .page-cases-list .case-box a .photo img { width: 100%; height: auto;}
  .page-cases-list .case-box a .intro { width: 100%; padding: 10px 0; box-sizing: border-box;}
  .page-cases-list .case-box a .intro .title { width: 100%; color: #000; font-size: 1.4rem; font-weight: 500;}
  .page-cases-list .case-box a .intro .date { width: 100%; padding: 5px 0; color: #333; font-size: 1rem;}
  .page-cases-list .case-box a .intro .text { width: 100%; color: #000; font-size: 1rem; font-weight: 300; line-height: 1.6em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}


  ul.page-num { clear: both; width: 100%; padding: 0; margin: 40px 0 0 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.page-num li { padding: 0; margin: 0 5px 10px 5px;}
  ul.page-num li a { padding: 5px; color: #706d14; font-size: 1.1rem; text-decoration: none; border-radius: 4px; background-color: #fff; display: block;}
  ul.page-num li a:hover { background-color: #eee;}
  ul.page-num li a.sel { color: #fff; background-color: #706d14;}


  .page-case-content { clear: both; width: 100%;}
  .page-case-content .intro-con { width: 100%; border-bottom: 1px #ccc solid;}
  .page-case-content .intro-con .title { width: 100%; color: #333; font-size: 2.2rem; font-weight: 500; line-height: 1.4em; text-align: center;}
  .page-case-content .intro-con .date { width: 100%; padding: 10px 0; color: #333; font-size: 1rem; text-align: center;}
  .page-case-content img.photo { max-width: 100%; height: auto; margin: 40px auto;}
  .page-case-content .content-text { clear: both; width: 100%; padding: 40px 0; color: #000; font-size: 1.2rem; line-height: 1.8em; box-sizing: border-box;}
  .page-case-content .content-text a { color: #000; text-decoration: none; border-bottom: 1px #000 solid;}
  .page-case-content .content-text a:hover { color: #333; border-bottom: 1px #333 solid;}

  .page-goback-bt { clear: both; width: 180px; margin: 40px auto 0 auto;}
  .page-goback-bt a { width: 100%; padding: 10px 0; color: #fff; font-size: 1.2rem; text-align: center; text-decoration: none; border-radius: 30px; background-color: #706d14; box-sizing: border-box; display: block;}


  /************ section#page-business ************/

  section#page-business { clear: both; width: 100%; padding: 0 0 80px 0; background-color: #fff;}

  img.page-sub-title-2 { display: none;}
  img.page-sub-title-2-mo { width: auto; max-width: 90%; height: 100px; margin: 0 auto;}

  .page-business-intro { width: 100%; padding: 60px 20px; background-color: rgba(255,199,212,0.3); box-sizing: border-box;}
  .page-business-intro .text-intro{ width: 100%; margin: 40px auto 0 auto; color: #333; font-size: 1.3rem; font-weight: 300; line-height: 2em; text-align: center;}

  .page-business-con { clear: both; width: 100%; padding: 60px 20px; box-sizing: border-box;}
  .page-business-con .video-box { clear: both; width: 100%; margin: 0 auto 60px auto;}
  .page-business-con .join-bt { max-width: 100%; width: 500px; margin: 0 auto;}
  .page-business-con .join-bt a { width: 300px; padding: 10px 0; color: #fff; font-size: 1.8rem; text-align: center; text-decoration: none; border-radius: 30px; background-color: #706d14; display: block;}
  .page-business-con .join-bt a:hover { background-color: #806d14;}
  .page-business-con img.buisness-pic { max-width: 100%; width: 500px; height: auto; margin: 20px auto 0 auto;}


  /************ section#page-footer-contact ************/

  section#page-footer-contact { clear: both; width: 100%; background-color: #ddd; position: relative;}

  img.page-footer-contact-bg { width: 100%; height: auto; position: relative; z-index: 1;}

  .page-footer-contact-con { width: 100%; position: absolute; top: 4vw; left: 0; z-index: 2;}
  .page-footer-contact-con .contact-table-form { width: 100%; padding: 0 0 0 calc(100% - 50vw); box-sizing: border-box; position: relative;}
  .page-footer-contact-con .contact-table-form img.title { width: 15vw; height: auto;}
  .page-footer-contact-con .contact-table-form .title-text { /*width: 350px;*/ width: 30vw; color: #fff; font-size: 1.8vw; font-weight: 300; line-height: 2.6vw; position: absolute; top: 3.8vw; left: calc(100% - 38vw); z-index: 2;}
  .page-footer-contact-con .contact-table-form .contact-infor { width: 100%; padding: 0.8vw 0 0 0; color: #000; font-size: 2vw; font-weight: 300; line-height: 2.2vw;}
  .page-footer-contact-con .contact-table-form .contact-line { width: 100%; padding: 0.8vw 0; color: #fff; font-size: 2vw; font-weight: 300; line-height: 2.2vw;}


  /************ section#page-sitemap ************/

  section#page-sitemap { clear: both; width: 100%; padding: 100px 40px 200px 40px; box-sizing: border-box; background-color: #ddd;}

  .page-sitemap-title { width: 100%; padding: 0 0 60px 0; color: #374254; font-size: 2.4rem; font-weight: 500; text-align: center;}

  ul.sitemap-list { clear: both; width: 100%; padding: 0; margin: 0; list-style: none;}
  ul.sitemap-list li { width: 200px; padding: 0; margin: 0 auto 30px auto;}
  ul.sitemap-list li a { width: 100%; padding: 10px 0; color: #374254; font-size: 1.4rem; text-align: center; text-decoration: none; background-color: #fff; display: block;}
  ul.sitemap-list li a:active { color: #fff; background-color: #374254;}


  /************ section#page-error ************/

  section#page-error { clear: both; width: 100%; padding: 180px 20px; box-sizing: border-box; background-color: #eee;}

  .page-error-con { clear: both; width: 100%; color: #374254; text-align: center;}
  .page-error-con .error-title { width: 100%; margin: 0 0 20px 0; font-size: 4rem; font-weight: 600;}
  .page-error-con .error-text { display: none;}
  .page-error-con .error-text-mo { width: 100%; margin: 0 0 60px 0; font-size: 2rem;}
  .page-error-con a { width: 200px; padding: 5px 0; margin: 0 auto; color: #fff; font-size: 1.4rem; text-align: center; text-decoration: none; border-radius: 26px; background-color: #374254; display: block;}


  /************ footer ************/

  footer { clear: both; width: 100%; padding: 60px 20px; box-sizing: border-box; border-bottom: 15px #9B7F85 solid; background-color: #fff;}

  .footer-title { width: 100%;}
  .footer-title img { width: 300px; height: auto; margin: 0 auto;}

  ul.footer-nav { clear: both; width: 100%; padding: 0; margin: 40px 0; list-style: none; display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
  ul.footer-nav li { padding: 0; margin: 0 10px 10px 10px;}
  ul.footer-nav li a { color: #000; font-size: 1.2rem; text-decoration: none;}

  .footer-infor { display: none;}
  .footer-infor-mo { width: 100%; color: #000; font-size: 0.9rem; line-height: 1.8em;}

  .footer-social-icon { width: 100%; margin: 40px 0 0 0; display: flex; justify-content: center; align-items: center;}
  .footer-social-icon img { width: 60px; height: auto; margin: 0 10px;}
  

}
 