﻿@charset "utf-8";

/* ==========================================================================
   keyframe
========================================================================== */

/*---主體關鍵影格------------------------------------------------*/
@-webkit-keyframes scroll-fade {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}
@-o-keyframes scroll-fade {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }

}
@keyframes scroll-fade {
    0% {
		opacity: 0;
    }
    100% {
		opacity: 1;
    }
}

.scroll-fade {
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}
.scroll-fade.scroll-view {
    opacity: 1;
}



@-webkit-keyframes scroll-fade-down {
    0% {
		opacity: 0;
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}
@-o-keyframes scroll-fade-down {
    0% {
		opacity: 0;
		-moz-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}
@keyframes scroll-fade-down {
    0% {
		opacity: 0;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}

.scroll-fade-down {
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}
.scroll-fade-down.scroll-view {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}



@-webkit-keyframes scroll-fade-up {
    0% {
		opacity: 0;
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}
@-o-keyframes scroll-fade-up {
    0% {
		opacity: 0;
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}
@keyframes scroll-fade-up {
    0% {
		opacity: 0;
		-moz-transform: translateY(50px);
		-ms-transform: translateY(50px);
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
    }
}

.scroll-fade-up {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}
.scroll-fade-up.scroll-view {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}


@-webkit-keyframes scroll-fade-left {
    0% {
		opacity: 0;
		-moz-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}
@-o-keyframes scroll-fade-left {
    0% {
		opacity: 0;
		-moz-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}
@keyframes scroll-fade-left {
    0% {
		opacity: 0;
		-moz-transform: translateX(50px);
		-ms-transform: translateX(50px);
		-webkit-transform: translateX(50px);
		transform: translateX(50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}

.scroll-fade-left {
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}
.scroll-fade-left.scroll-view {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}



@-webkit-keyframes scroll-fade-right {
    0% {
		opacity: 0;
		-moz-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}
@-o-keyframes scroll-fade-right {
    0% {
		opacity: 0;
		-moz-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}
@keyframes scroll-fade-right {
    0% {
		opacity: 0;
		-moz-transform: translateX(-50px);
		-ms-transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		transform: translateX(-50px);
    }
    100% {
		opacity: 1;
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
    }
}

.scroll-fade-right {
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -o-transition: opacity 0.8s, -o-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}
.scroll-fade-right.scroll-view {
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}



@-webkit-keyframes scroll-img-scale {
    0% {
		-moz-transform: scale(1.15, 1.15);
		-ms-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15);
		-moz-transition: -moz-transform 2.5s 0.15s;
		-o-transition: -o-transform 2.5s 0.15s;
		-webkit-transition: -webkit-transform 2.5s;
		-webkit-transition-delay: 0.15s;
		transition: transform 2.5s 0.15s;
    }
    100% {
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
    }
}
@-o-keyframes scroll-img-scale {
    0% {
		-moz-transform: scale(1.15, 1.15);
		-ms-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15);
		-moz-transition: -moz-transform 2.5s 0.15s;
		-o-transition: -o-transform 2.5s 0.15s;
		-webkit-transition: -webkit-transform 2.5s;
		-webkit-transition-delay: 0.15s;
		transition: transform 2.5s 0.15s;
    }
    100% {
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
    }
}
@keyframes scroll-img-scale {
    0% {
		-moz-transform: scale(1.15, 1.15);
		-ms-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15);
		-moz-transition: -moz-transform 2.5s 0.15s;
		-o-transition: -o-transform 2.5s 0.15s;
		-webkit-transition: -webkit-transform 2.5s;
		-webkit-transition-delay: 0.15s;
		transition: transform 2.5s 0.15s;
    }
    100% {
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
    }
}

.scroll-img-scale {
		-moz-transform: scale(1.15, 1.15);
		-ms-transform: scale(1.15, 1.15);
		-webkit-transform: scale(1.15, 1.15);
		transform: scale(1.15, 1.15);
		-moz-transition: -moz-transform 2.5s 0.15s;
		-o-transition: -o-transform 2.5s 0.15s;
		-webkit-transition: -webkit-transform 2.5s;
		-webkit-transition-delay: 0.15s;
		transition: transform 2.5s 0.15s;
}
.scroll-img-scale.scroll-view {
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
}





/* ===============================================================================
   0101_公司簡介
=============================================================================== */
#C_about {
  position: relative;
  width: 880px;
  z-index: 2;
}
@media (max-width: 1199px) {
    #C_about {
      width: 100%;
    }
}

#C_about .container {
  width: 95%;
  padding: 0;
  margin: 0 auto;
  opacity: 0;
  transform: translate(0,50px);
  -ms-transform: translate(0,50px);
  -moz-transform: translate(0,50px);
  -webkit-transform: translate(0,50px);
  -webkit-transition: all .5s ease-in-out .3s;
  -moz-transition: all .5s ease-in-out .3s;
  -o-transition: all .5s ease-in-out .3s;
  -ms-transition: all .5s ease-in-out .3s;
  transition: all .5s ease-in-out .3s;
}
#C_about.open .container {
  opacity: 1;
  transform: translate(0);
  -ms-transform: translate(0);
  -moz-transform: translate(0);
  -webkit-transform: translate(0);
}

#C_about .text-box {
  position: relative;
}


#C_about .text-box .txt {
  float: left;
  width: 100%;
  line-height: 27px;
}
#C_about .text-box .pic {
  float: right;
}


#C_about .text-box .txt p {
  color: #151515;
  font-size: 1rem;
  margin: 0 0 25px;
    
}
#C_about .text-box .txt p.dec {
  width: 50%;
}

#C_about .text-box .txt .about-img {
  margin: 0 auto 25px;
}
#C_about .text-box .txt .about-img div {
    display: inline-block;
    width: 33%;
    text-align: center;
    margin: 0 auto;
}
#C_about .text-box .txt .about-img div img {
    margin: 0 auto;
}


#C_about .text-box .pic .about-pic1 {
  position: absolute;
  top: 220px;
  right: 0;
  max-width: 47%;
}
#C_about .text-box .pic .about-pic2 {
  display: none;
}


#C_about .text-box .pic .about-pic1 img {
  position: relative;
  z-index: 2;
}
#C_about .text-box .pic .about-pic1:before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
#C_about .text-box .pic .about-pic1:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background: url(../images/index/pic_bg.png)repeat 0 0;
}

@media (max-width: 1199px) {
  #C_about .text-box .txt {
    width: 100%;
  }
  #C_about .text-box .pic {
    float: left;
    width: 100%;
  }
    
  #C_about .text-box .txt .about-img div {
      width: calc(100% / 3 - 20px);
      margin: 0 8px;
  }
  #C_about .text-box .txt p.dec {
    width: 100%;
  }
    
  #C_about .text-box .pic .about-pic1 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: left;
    max-width: 100%;
    width: 62.3%;
}
  #C_about .text-box .pic .about-pic1:before,
  #C_about .text-box .pic .about-pic1:after {
    display: none;
  }
    
  #C_about .text-box .pic .about-pic2 {
    display: inline-block;
    float: right;
    width: 35%;
  }
}
@media (max-width: 991px) {
    #C_about .text-box .txt {
      line-height: 25px;
    }
}
@media (max-width: 432px) {
    #C_about .text-box .txt p {
      margin: 0 0 15px;

    }
    #C_about .text-box .txt .about-img {
      margin: 0 auto 15px;
    }
}





/* ===============================================================================
   0102_公司沿革
=============================================================================== */
#C_history {
	width: 95%;
	margin: 0 auto;
}


#C_history .box {
    position: relative;
    padding: 15px 0 16px
}
#C_history .box:nth-child(even) {
    background: #f5fafe
}
#C_history .box:last-child {
    padding-bottom: 20px
}

#C_history .box:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
}
#C_history .box:last-child:after {
    border-bottom: 0px dashed #ddd;
}


#C_history .box .year {
    float: left;
    width: 155px;
    font-family: "Century Gothic";
    font-size: 1.5625rem;
    color: #008dd2;
    text-align: center;
    margin-top: 7px;
}


#C_history .box .txt {
    float: right;
    width: calc(100% - 155px);
    font-size: 1rem;
    border-left: 1px solid #d3d3d3;
    padding: 6px 30px 1px;
}


#C_history .box .txt li {
    position: relative;
	list-style-type: none;
    line-height: 24px;
    padding: 2px 0 5px 16px;
}
#C_history .box .txt li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 5px;
    height: 5px;
    background: #ee782f;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    #C_history .box .year {
        width: 130px;
    }
    #C_history .box .txt {
        width: calc(100% - 130px);
    }
}
@media (max-width: 540px) {
    #C_history .box .year {
        width: 100px;
    }
    #C_history .box .txt {
        width: calc(100% - 100px);
        font-size: 0.9375rem;
    }
}
@media (max-width: 504px) {
    #C_history .box .year {
        position: relative;
        float: none;
        text-align: left;
        padding-left: 15px;
    }
    #C_history .box .year:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        display: block;
        width: 100%;
        height: 1px;
        background: #d3d3d3;
    }

    #C_history .box .txt {
        float: none;
        width: 100%;
        border-left: none;
        padding: 5px 15px;
        margin-top: 20px;
    }
}





/* ===============================================================================
   據點分佈
=============================================================================== */
#C_store {
	width: 95%;
	margin: 15px auto 0;
}


#C_store .box {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  border-left: solid 1px #eff2e5;
  border-right: solid 1px #eff2e5;
  -webkit-box-shadow: 0px 0px 4px #b6b6b6;
  -moz-box-shadow: 0px 0px 4px #b6b6b6;
  box-shadow: 0px 0px 4px #b6b6b6;
  border: 12px solid #ffffff;
  margin-bottom: 45px;
}
#C_store .box:after {
  content:'';
  clear:both;
  display:table;
}


#C_store .box .left {
  float:left;
  width: 320px;
  line-height: 0;
  text-align: center;
}
#C_store .box .left img {
  max-width:100%;
  height:auto;
}


#C_store .box .right {
  position:relative;
  float:left;
  width:calc(100% - 320px);
  padding:15px 25px;
}

#C_store .box .ti {
  position:relative;
  color: #000000;
  font-size: 1.125rem;
  background:url(../images/index/product_content_border.png) bottom center repeat-x;
  padding: 0 0 10px 0;
  margin-bottom:5px;
}

#C_store .box .right ul.info {
  margin: 0 0 15px 25px;
}
#C_store .box .right ul.info li {
  font-size: 0.9375rem;
  line-height: 28px;
}
#C_store .box .right ul.info li a {
  color: #333333;
}
#C_store .box .right ul.info li a:hover {
  color: #006cb2;
}

#C_store .box .right ul.share li {
  display:inline-block;
  float: right;
  /*margin-right: 5px;*/
}


#C_store .map {
  display:inline-block;
  width:80px;
  height:30px;
  background:url(../images/index/btn_bgred.jpg) center center;
  color:#fff;
  line-height: 30px;
  text-align: center;
  border-radius: 25px;
  padding:0;
}


#C_store .list .item:after {
  content:'';
  display:table;
  clear:both;
}

#C_store .list .item .map-wrap:before {
  content:'';
  position:absolute;
  top:-18px;
  left:50%;
  width:36px;
  height:18px;
  background:url(../images/index/triangle.png)no-repeat;
  margin-left: -18px;
  z-index: 1;
}
#C_store .list .item .map-wrap {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  height: 300px;
  background: #fff;
  border: 1px solid #ccc9c7;
  /*border-bottom: none;*/
  box-sizing: content-box;
  padding:8px;
  margin: 35px -8px 35px -8px;
}

#C_store .list .item .map-wrap .map-box {
  width: 100%;
  height: 280px;
}

#C_store .list .item .map-wrap a.map-close {
  position: absolute;
  top: 9px;
  right: 9px;
  display: block;
  width: 35px;
  height: 35px;
  background-color: rgba(0,0,0,.5);
  background-image: url('../images/index/map_close.png');
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center;
}
#C_store .list .item .map-wrap a.map-close:hover {
  background-color: #000;
}
@media screen and (max-width:1199px) {
    #C_store .box {
      border: 10px solid #ffffff;
      margin-bottom: 35px;
    }
    #C_store .box .left {
      width: 300px;
    }
    #C_store .box .right {
      width:calc(100% - 300px);
      padding:15px 15px;
    }
    #C_store .box .right ul.info {
      margin: 0 0 15px 20px;
    }
}
@media screen and (max-width:640px) {
  #C_store .box .left {
    float:none;
    width:100%;
  }
  #C_store .box .right {
    float:none;
    width:100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width:432px) {
  #C_store .box .right {
      padding:10px 5px;
  }
    #C_store .box .ti {
      font-size: 1rem;
    }
}





/* ===============================================================================
   0201.服務項目
=============================================================================== */
#C_award {
	width: 90%;
	padding: 0;
	margin: 0 auto;
}


#C_award .history-wrap .box .main { /* 左 */
    background-color: #e8f6ff;
    padding: 10px 15px;
}
#C_award .history-wrap .box:nth-child(even) .main { /* 右 */
    background-color: #fdf0e7;
}


#C_award .history-wrap .box .summary {
    position: relative;
    color: #000000;
    font-size: 1rem;
    padding: 5px 0 0 20px;
}
#C_award .history-wrap .box .summary:before {
    content: '\f0da';
    position: absolute;
    top: 5px;
    left: 0;
    color: #6d6d6d;
    font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
}
@media only screen and (min-width: 641px) {
    #C_award .history-wrap .list {
        margin: 0 auto;
        overflow: hidden;
    }

    
    #C_award .history-wrap .box {
        position: relative;
        padding: 0 55% 0 0;
    }
    #C_award .history-wrap .box:nth-child(even) {
        padding: 0 0 0 55%;
    }

    
    #C_award .history-wrap .main {
        position: relative;
        padding: 20px;
    }
    
    #C_award .history-wrap .box .main {
        padding: 10px 20px 15px 25px;
        margin-bottom: 0;
    }
    
    #C_award .history-wrap .box:before, #C_award .history-wrap .box:after,
    #C_award .history-wrap .box .main:before, #C_award .history-wrap .box .main:after {
        content: "";
        position: absolute;
        top: 50%;
        pointer-events: none;
    }

    #C_award .history-wrap .box:before {
        right: 50%;
        width: 2px;
        height: 150%;
        background-color: #686868;
        margin-left: -2px;
    }
    #C_award .history-wrap .box:nth-child(even):before {
        right: auto;
        left: 50%;
    }

    #C_award .history-wrap .box:after {
        right: calc(55% - 14px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 0 14px 14px;
        border-color: transparent transparent transparent #e8f6ff;
        margin-top: -14px;
    }
    #C_award .history-wrap .box:nth-child(even):after {
        right: auto;
        left: calc(55% - 14px);
        border-width: 14px 14px 14px 0;
        border-color: transparent #fdf0e7 transparent transparent
    }

    #C_award .history-wrap .box .main:before {
        right: calc(-11% - 8px);
        width: 17px;
        height: 17px;
        background: #fff;
        border: 2px solid #686868;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-top: -9px;
    }
    #C_award .history-wrap .box:nth-child(even) .main:before {
        right: auto;
        left: calc(-11% - 9px)
    }
    
    #C_award .history-wrap .box .main:after {
        right: calc(-11% - 4px);
        width: 9px;
        height: 9px;
        background: #686868;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-top: -5px;
    }
    #C_award .history-wrap .box:nth-child(even) .main:after {
        right: auto;
        left: calc(-11% - 5px)
    }
}





/* ===============================================================================
   040101.每月營收
=============================================================================== */
.anchor {
    display: block;
    height: 140px;
    margin-top: -140px;
    visibility: hidden;
}


.panel-title a {
    position: relative;
    display: inline-block;
    width: 100%;
}
.panel-title a:after {
    content: '\f0d7';
    position: absolute;
    top: 0;
    right: 0;
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
	font-style: normal;
    font-size: 1.25rem;
	font-weight: 900;
}
.panel-title a.collapsed:after {
    content: '\f0d8';
}

.C_stakeholder .panel-title a:after {
    content: '';
}
.C_stakeholder .panel-title a.collapsed:after {
    content: '';
}


.panel-title.fontsize_01 {
    font-size: 1.125rem;
	font-weight: 600;
}


.panel-body a {
    color: #000000;
}
.panel-body a:hover {
    color: #ee782f;
}


.info-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 135px;
    font-size: .875rem;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 36px;
    margin: 5px auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.info-btn:before {
    position: relative;
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: top;
    margin: 10px 8px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.info-btn:before {
    background: url("../images/index/info_icon.png")no-repeat 0 -16px;
}

.info-btn, .info-btn:active, .info-btn:visited {
    background: #006cb2;
    color: #ffffff;
    text-decoration: none;
}
.info-btn:hover {
    background: #ee782f;
    color: #ffffff;
}

.info-btn.btn_02 {
    max-width: 100px;
}
.info-btn.btn_03 {
    max-width: 80px;
}
.info-btn.btn_02:before, .info-btn.btn_03:before {
    display: none;
}
@media (max-width: 720px) {
    .info-btn.btn_03 {
        max-width: 70px;
        line-height: 30px;
        border-radius: 30px;
    }
}
@media (max-width: 640px) {
    .info-btn.btn_02 {
        max-width: 85px;
        line-height: 30px;
        border-radius: 30px;
    }
}


#C_Revenue {
    width: 95%;
    font-size: 1rem;
	margin: 0 auto;
}
@media (max-width: 432px) {
    #C_Revenue {
        font-size: 0.9375rem;
    }
}
@media (max-width: 346px) {
    #C_Revenue {
        width: 100%;
    }
}

#C_Revenue .text-center {
	margin: 0 auto 20px;
}

#C_Revenue .panel {
	margin-bottom: 40px;
}

#C_Revenue td {
	text-align: center;
    padding: 12px;
}

#C_Revenue td a {
    display: inline-block;
    width: 100%;
    color: #000000;
}
#C_Revenue td:hover {
	background-color: #ee782f;
}
#C_Revenue td:hover a {
    color: #ffffff;
}

@media (max-width: 432px) {
    #C_Revenue td {
        padding: 8px;
    }
}


#C_Revenue.C_stakeholder td {
	padding: 15px;
}
#C_Revenue.C_stakeholder td:hover {
	background-color: transparent;
}
#C_Revenue.C_stakeholder td:hover a {
    color: #ee782f;
}



#C_Revenue td span.span_400 {
	display: inline-block;
    padding-left: 8px;
}
@media (max-width: 432px) {
    #C_Revenue td span.span_400 {
        padding-left: 4px;
    }
}
@media (max-width: 400px) {
    #C_Revenue td span.span_400 {
        display: block;
        padding-left: 0;
    }
}



/*---0506重要內規------------------------------------------------*/
@media (max-width: 600px) {
    .table-rule {
        border: 0px;
    }
    
    #C_Revenue .table-rule td {
        text-align: left;
        padding: 12px 25px;
    }
    .table-rule > tbody > tr > td {
        display: block;
        width: 100%;
        text-align: left;
        border: 0;
    }
    
    .table-rule td:nth-of-type(1) {
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-top: 15px;
    }
    .table-rule td:nth-of-type(2) {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
    }
    
    .table-rule > tbody > tr:nth-of-type(even) > td {
      background-color: #ffffff;
    }
    .table-rule > tbody > tr > td:nth-of-type(even) {
      background-color: #f6f6f6;
    }
    
    .table-rule > tbody > tr:last-child > td:last-of-type {
      display: none;
    }
    .table-rule > tbody > tr:last-child > td:nth-of-type(1) {
        border-bottom: 1px solid #dddddd;
    }
}
@media (max-width: 400px) {
    #C_Revenue .table-rule td {
        padding: 12px 15px;
    }
}





/* ===============================================================================
   04.投資人專區 + 05.公司治理
=============================================================================== */
.table-striped2.table-striped > tbody > tr {
  background-color: #f6f6f6;
}
.table-striped2.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table.table-link a {
    color: #333333;
}
.table.table-link a:hover {
    color: #ee782f;
}

.table.table-link td {
    font-size: 0.9375rem;
    vertical-align: middle;
}


/*--
0501公司基本資料table-investors
0502董事名單table-director
0506重要內規table-rule、table-resolution

040201股東會相關資訊table-shareholder
040102財務報告table-shareholder、table-report
0403利害關係人聯絡資訊table-stakeholder

0507重大訊息table-seminar
0508股利及股價table-dividend
--*/


/*...0501公司基本資料......................................*/
.table-investors .head, .table-director th, .table-regulations thead, .table-shareholder th,
.table-seminar th, .table-seminar02 th, .table-dividend th, .table-stakeholder th {
    width: 150px;
    background-color: #4581a7;
    color: #ffffff;
    font-size: 0.9375rem;
    text-align: center;
    white-space: nowrap;
}
.table-investors.table-striped > tbody > tr > th, .table-director > tbody > tr > th,
.table-regulations > tbody > tr > th, .table-shareholder > tbody > tr > th,
.table-seminar02 > tbody > tr > th, .table-dividend > tbody > tr > th {
    vertical-align: middle
}

.table-investors.table-striped > tbody > tr:nth-of-type(odd), .table-director > tbody > tr:nth-of-type(odd),
.table-regulations > tbody > tr:nth-of-type(odd), .table-shareholder > tbody > tr:nth-of-type(odd),
.table-seminar02 > tbody > tr:nth-of-type(odd), .table-dividend > tbody > tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.table-investors td span {
    display: block;
}

@media (max-width: 800px) {
    .table-investors {
        border: 1px solid #dddddd;
    }
    .table-investors .head {
        width: 200px;
        white-space: nowrap;
        border: 0;
        border-bottom: 1px solid #dddddd;
    }
    .table-investors .head p {
        display: inline-block;
    }
    
    .table-investors > tbody > tr {
        border: 0;
    }
    .table-investors > tbody > tr > td {
        display: inline-block;
        width: calc(100% - 200px);
        border: 0;
        border-bottom: 1px solid #dddddd;
    }
    .table-investors.table-striped > tbody > tr:nth-of-type(odd) {
        background-color: transparent;
    }
    
    .table-investors td span {
        display: inline-block;
    }
    .table-investors td span:after {
		content: '、';
    }
    .table-investors td span.span_400:after {
		content: '';
    }

    .table-investors .height {
        height: 59px;
        line-height: 37px;
    }
    .table-investors .bgcolor {
        background-color: #f6f6f6;
    }
    .table-investors .border {
        border-bottom: 0px solid #dddddd; 
    }
}
@media (max-width: 604px) {
    .table-investors .head {
        width: 175px;
    }
    .table-investors > tbody > tr > td {
        width: calc(100% - 175px);
    }
    .table-investors .height {
        height: 80px;
        line-height: 60px;
    }
}
@media (max-width: 504px) {
    .table-investors .height {
        height: 101px;
        line-height: 80px;
    }
    .table-investors td span {
        display: block;
    }
    .table-investors td span:after {
		content: '';
    }
}
@media (max-width: 480px) {
    .table-investors .head {
        width: 110px;
        white-space: normal;
    }
    .table-investors > tbody > tr > td {
        width: calc(100% - 110px);
    }
    .table-investors .height02 {
        height: 59px;
        line-height: 42px;
    }
}
@media (max-width: 400px) {
    .table-investors .head {
        display: none;
    }
    
    .table-investors > tbody > tr > td {
        width: 100%;
    }
    .table-investors > tbody > tr > td:before {
		content: attr(data-mbtit)'：';
		color: #000000;
    }
    
    .table-investors .head.height, .table-investors .height02 {
        height: auto;
        line-height: 22.8571px;
    }
    
    .table-investors td span.span_400 {
        display: block;
    }
}





/*...0502董事會.table-director，0505經營團隊.table-team......................................*/
.table-director th:nth-of-type(6), .table-director th:nth-of-type(7) {
    width: 255px;
}
.table-director th:nth-of-type(1), .table-director th:nth-of-type(2), .table-director th:nth-of-type(3),
.table-director th:nth-of-type(4), .table-director th:nth-of-type(5) {
    width: calc((100% - 510px) / 5);
}
.table-director.table-team th:nth-of-type(6) {
    width: 350px;
}
.table-director.table-team th:nth-of-type(1), .table-director.table-team th:nth-of-type(2), .table-director.table-team th:nth-of-type(3),
.table-director.table-team th:nth-of-type(4), .table-director.table-team th:nth-of-type(5) {
    width: calc((100% - 350px) / 5);
}

.table-director > tbody > tr {
  text-align: center;
}
.table-director > tbody > tr > td:nth-of-type(6), .table-director > tbody > tr > td:nth-of-type(7) {
  text-align: left;
}

.table-director span {
  display: block;
}

.table-director td p {
    position: relative;
    padding-left: 15px;
}
.table-director td p:before {
    content: '\f0da';
    position: absolute;
    top: 1px;
    left: 3px;
    color: #000000;
    font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 0.875rem;
    font-weight: 600;
}
@media (max-width: 1199px) {
    .table.table-link.table-director td {
        font-size: 0.875rem;
    }
    .table.table-link.table-director.table-team td {
        font-size: 0.9375rem;
    }
    .table-director.table-team th:nth-of-type(6) {
        width: 300px;
    }
    .table-director.table-team th:nth-of-type(1), .table-director.table-team th:nth-of-type(2), .table-director.table-team th:nth-of-type(3),
    .table-director.table-team th:nth-of-type(4), .table-director.table-team th:nth-of-type(5) {
        width: calc((100% - 300px) / 5);
    }
}
@media (max-width: 640px) {
    .table-director {
        border: 0px;
    }
    .table-director th {
        display: none;
    }
    .table.table-link.table-director td {
        font-size: 0.9375rem;
    }
    .table-director > tbody > tr > td {
        display: block;
        width: 100%;
        text-align: left;
        border: 0;
        padding: 3px 20px 5px;
    }
    .table-director td:before {
		content: attr(data-mbtit)'：';
		color: #000000;
    }
    
    .table-director td:nth-of-type(1), .table-director > tbody > tr:nth-of-type(odd) > td:nth-of-type(1) {
        background-color: #4681a7;
        color: #ffffff;
        letter-spacing: 5px;
        text-align: center;
    }
    .table-director td:nth-of-type(1):before, .table-director > tbody > tr:nth-of-type(odd) > td:nth-of-type(1):before {
		content: '';
        color: #ffffff;
    }

    .table-director td:nth-of-type(1) {
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-top: 10px;
        padding-bottom: 8px;
    }
    .table-director td:nth-of-type(2), .table-director td:nth-of-type(3), .table-director td:nth-of-type(4),
    .table-director td:nth-of-type(5), .table-director td:nth-of-type(6) {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }
    .table-director td:nth-of-type(7) {
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-bottom: 25px;
        margin-bottom: 30px
    }
    
    .table-director.table-team td:nth-of-type(6) {
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-bottom: 25px;
        margin-bottom: 30px
    }
    .table-team > tbody > tr:nth-of-type(7) > td:nth-of-type(6) {
        margin-bottom: 0;
    }
    
    
    .table-director td:nth-of-type(2) {
        padding-top: 10px;
    }
    
    .table-director > tbody > tr:nth-of-type(odd) {
      background-color: transparent;
    }
    .table-director > tbody > tr:nth-of-type(odd) > td {
      background-color: #f6f6f6;
    }
    
    .table-director span {
      display: inline-block;
    }
}
@media (max-width: 346px) {
    .table-director > tbody > tr > td {
        padding: 3px 10px 5px;
    }
}





/*...0503審計委員會......................................*/
#C_audit { 
    width: 90%;
    font-size: 1rem;
    margin: 0 auto;
}

#C_audit .p_margin_01 {
    margin: 20px 0 5px;
}

#C_audit ol {
    margin: 0 0 40px 26px;
}
#C_audit ol li {
    padding-left: 5px;
}

.table-audit th:nth-of-type(1) {
    width: 100px;
}
.table-audit th:nth-of-type(2), .table-audit th:nth-of-type(3), .table-audit th:nth-of-type(4) {
    width: calc((100% - 100px) / 3);
}

.table-audit > tbody > tr {
  text-align: left;
}
.table-audit > tbody > tr > td:nth-of-type(1) {
  text-align: center;
}

@media (max-width: 1199px) {
    .table-audit th:nth-of-type(1) {
        width: 80px;
    }
    .table-audit th:nth-of-type(2), .table-audit th:nth-of-type(3), .table-audit th:nth-of-type(4) {
        width: calc((100% - 80px) / 3);
    }
    .table.table-link.table-director.table-audit td {
        font-size: 0.9375rem;
    }
}
@media (max-width: 991px) {
    #C_audit { 
        width: 95%;
    }
    .table.table-link.table-director.table-audit td {
        font-size: 0.9375rem;
    }
}
@media (max-width: 640px) {
    #C_audit { 
        font-size: 0.9375rem;
    }

    .table-director.table-audit td:nth-of-type(4) {
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-bottom: 25px;
        margin-bottom: 30px
    }
    .table-audit > tbody > tr:nth-of-type(5) > td:nth-of-type(4) {
        margin-bottom: 0;
    }
    
    
    .table-director.table-audit p {
        display: block;
        padding-left: 64px;
    }
    .table-director.table-audit p:before {
        left: 52px;
    }
    
    .table-director.table-audit p:nth-child(1) {
        display: inline-block;
        padding-left: 15px;
    }
    .table-director.table-audit p:nth-child(1):before {
        left: 3px;
    }
}
@media (max-width: 432px) {
    #C_audit { 
        width: 98%;
    }
}
@media (max-width: 400px) {
    .table.table-link.table-director.table-audit td {
        font-size: 0.875rem;
    }
    .table-director.table-audit > tbody > tr > td {
        padding-left: 10px;
        padding-right: 10px;
    }
    .table-director.table-audit p {
        display: block;
        padding-left: 60px;
    }
    .table-director.table-audit p:before {
        left: 48px;
    }
}





/*...0403利害關係人聯絡資訊......................................*/
.table-stakeholder th {
    width: auto;
    background-color: #4581a7;
    color: #ffffff;
    font-size: 0.9375rem;
    text-align: center;
    white-space: nowrap;
}
@media (max-width: 604px) {
    #C_Revenue.C_stakeholder table {
        width: 95%;
        border: 0;
        margin: 0 auto;
    }
    #C_Revenue.C_stakeholder td {
        text-align: left;
        border: 0;
        border-bottom: 1px dotted #cccccc;
        padding: 3px 0 8px;
        margin-bottom: 8px;
    }
    #C_Revenue.C_stakeholder td:last-child {
        border-bottom: 0px dotted #cccccc;
    }
    #C_Revenue.C_stakeholder td a {
		display: inline-block;
        width: auto;
    }
    .table-stakeholder th {
        display: none;
    }
    .table-stakeholder > tbody > tr {
        border: 0;
    }
    .table-stakeholder > tbody > tr > td {
        display: block;
        width: 100%;
    }
    .table-stakeholder td:before {
		content: attr(data-mbtit)'：';
		color: #000000;
    }
}
@media (max-width: 400px) {
    #C_Revenue.C_stakeholder table {
        width: 100%;
    }
}





/*---0504組織架構------------------------------------------------*/
.organization .img .img-desktop {
    display: inline-block !important;
}
.organization .img .img-tablet {
    display: none !important;
}
@media (max-width: 640px) {
    .organization {
        width: 90%;
        margin: 0 auto;
    }
    .organization .img .img-desktop {
        display: none !important;
    }
    .organization .img .img-tablet {
        display: inline-block !important;
    }
}
@media (max-width: 432px) {
    .organization {
        width: 98%;
    }
}
@media (max-width: 346px) {
    .organization {
        width: 100%;
    }
}





/*---0506重要內規------------------------------------------------*/
@media (max-width: 720px) {
    .table-regulations {
        border: 0;
    }
}

.table-regulations thead {
    width: 100%;
}


.table-regulations thead th {
    position: relative;
    color: #ffffff;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}
.table-regulations thead th:after {
    position: absolute;
    top: 50%;
    right: 0;
    content: '';
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,1.0);
    margin-top: -11px;
}
.table-regulations thead th:last-child:after {
    display: none;
}
@media (max-width: 640px) {
    .table-regulations thead th {
        padding: 10px 5px
    }
}


.table-regulations tbody tr {
    border-bottom: 1px solid #eeeeee;
}


.table-regulations tbody td {
    font-size: 1rem;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}


.table-regulations thead th, .table-regulations tbody td { /*檔案下載*/
    width: 200px;
    vertical-align: middle;
}
.table-regulations thead th:nth-child(1), .table-regulations tbody td:nth-child(1) {
    width: calc(100% - 200px);
    text-align: left;
    vertical-align: middle;
    padding: 10px 5%;
}

@media (max-width: 767px) {
    .table-regulations thead th, .table-regulations tbody td {
        width: 170px;
    }
    .table-regulations thead th:nth-child(1), .table-regulations tbody td:nth-child(1) {
        width: calc(100% - 170px);
    }
}
@media (max-width: 640px) {
    .table-regulations thead th, .table-regulations tbody td {
        width: 30%
    }
    .table-regulations thead th:nth-child(1), .table-regulations tbody td:nth-child(1) {
        width: 70%
    }
}



.download-btn, .un-download {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 150px;
    font-size: .813rem;
    line-height: 36px;
    text-align: center;
    vertical-align: middle;
    border-radius: 36px;
    margin: 0 auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.download-btn:before, .un-download:before {
    position: relative;
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: top;
    margin: 10px 8px 0 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.download-btn, .download-btn:active, .download-btn:visited {
    background: #68b1d0;
    color: #ffffff;
}
.download-btn.btn-c02, .download-btn.btn-c02:active, .download-btn.btn-c02:visited {
    background: #67c3aa;
    color: #ffffff;
}

.download-btn:before {
    background: url("../images/index/download_icon.png") no-repeat 0 -16px;
}
.download-btn:hover {
    background: #ee782f;
    color: #ffffff;
}

.un-download {
    background: #dddddd;
    color: #666666;
    cursor: default;
}
.un-download:before {
    background: url("../images/index/download_icon.png") no-repeat 0 0;
}
.un-download:hover {
    background: #ddd;
    color: #666;
}

@media (max-width: 480px) {
    .download-btn, .un-download {
        max-width: 40px;
        height: 40px;
        font-size: 0;
        border-radius: 40px;
    }
    .download-btn:before, .un-download:before {
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
    }
}





/*---0507主要股東名單C_holding------------------------------------------------*/
#C_holding h3 {
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: 20px;
}
#C_holding h5 {
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.table-holding th {
    width: auto;
    background-color: #4581a7;
    color: #ffffff;
    font-size: 0.9375rem;
    text-align: center;
    white-space: nowrap;
}

.table-holding > tbody > tr > td {
    font-size: 0.9375rem;
    text-align: center;
    vertical-align: middle;
}
.table-holding > tbody > tr > td:nth-child(1) {
    text-align: left;
    vertical-align: middle;
}





/*---C_labor------------------------------------------------*/
#C_labor {
    width: 85%;
    font-size: 1rem;
    margin: 0 auto;
}

#C_labor ol {
    list-style-type: cjk-ideographic;
}
#C_labor ol li {
    line-height: 26px;
    padding-left: 15px;
    margin-bottom: 30px;
}
#C_labor ol li p {
    margin-top: 7px;
}




/*---040201股東會相關資訊、040102財務報告table-report------------------------------------------------*/
#C_shareholder {
    margin-bottom: 50px;
}
#C_shareholder .table-shareholder th {
    background-color: #50a9b2;
}
@media (max-width: 540px) {
    #C_shareholder {
        margin-bottom: 0;
    }
}


.table-shareholder th {
    font-size: 1rem;
}
.table-shareholder td {
    font-size: 0.9375rem;
}

.table-shareholder th:first-of-type {
    width: 300px;
}
.table-shareholder th {
    width: calc(100% - 300px / 4);
}
@media (max-width: 1199px) {
    .table-shareholder th:first-of-type {
        width: 200px;
    }
    .table-shareholder th {
        width: calc(100% - 200px / 4);
    }
}
@media (max-width: 800px) {
    .table-shareholder th:first-of-type {
        width: 160px;
    }
    .table-shareholder th {
        width: calc(100% - 160px / 4);
    }
}

.table-shareholder td span {
    display: inline-block;
    padding-left: 5px;
}

@media (max-width: 604px) {
    .table-shareholder td span {
        display: block;
        padding: 5px 0 0 0;
    }
}
@media (max-width: 540px) {
    .table-shareholder td span {
        display: inline-block;
        padding: 0 0 0 5px;
    }
}

.table-shareholder > tbody > tr, .table-shareholder tbody tr td {
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 640px) {
    .table-shareholder .download-btn, .table-shareholder .un-download {
        width: 100%;
        max-width: 70px;
        height: 70px;
        font-size: .75rem;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        border-radius: 70px;
        padding: 13px 5px 0;
        margin: 0 auto;
    }
    .table-shareholder .download-btn:before, .table-shareholder .un-download:before {
        margin: 0 auto;
    }
}
@media (max-width: 540px) {
    .table-shareholder {
        border: 0px;
    }
    .table-shareholder th {
        display: none;
    }
    .table-shareholder > tbody > tr > td {
        display: block;
        width: 100%;
        text-align: left;
        border: 0px;
        padding: 4px 20px;
    }
    .table-shareholder td:before {
        display: inline-block;
		content: attr(data-mbtit)'：';
		color: #000000;
        width: 100px;
    }
    .table-shareholder.table-report td:before {
        width: 135px;
    }

    #C_shareholder .table-shareholder td:nth-of-type(1), #C_shareholder .table-shareholder > tbody > tr:nth-of-type(odd) > td:nth-of-type(1) {
        background-color: #50a9b2;
    }
    .table-shareholder td:nth-of-type(1), .table-shareholder > tbody > tr:nth-of-type(odd) > td:nth-of-type(1) {
        background-color: #4681a7;
        color: #ffffff;
        text-align: center;
    }
    .table-shareholder td:nth-of-type(1):before, .table-shareholder > tbody > tr:nth-of-type(odd) > td:nth-of-type(1):before {
		display: none;
    }
    
    .table-shareholder td:nth-of-type(1) {
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-top: 10px;
        padding-bottom: 8px;
    }
    .table-shareholder td:nth-of-type(2), .table-shareholder td:nth-of-type(3), .table-shareholder td:nth-of-type(4) {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }
    .table-shareholder td:nth-of-type(5) {
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-bottom: 25px;
        margin-bottom: 30px
    }
    
    .table-shareholder td:nth-of-type(2) {
        padding-top: 15px;
    }
    
    .table-shareholder > tbody > tr:nth-of-type(odd) {
      background-color: transparent;
    }
    .table-shareholder > tbody > tr:nth-of-type(odd) > td {
      background-color: #f6f6f6;
    }
    
    .table-shareholder .download-btn, .table-shareholder .un-download {
        max-width: 120px;
        height: 32px;
        font-size: .75rem;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        border-radius: 32px;
        padding-top: 5px;
        margin: 0 auto;
    }
    .table-shareholder .download-btn:before, .table-shareholder .un-download:before {
        margin: 3px 8px 0 0;
    }
}
@media (max-width: 346px) {
    .table-shareholder.table-report > tbody > tr > td {
        font-size: 0.875rem;
        padding: 4px 15px;
    }
    .table-shareholder.table-report td:before {
        width: 115px;
    }
    
    .table-shareholder.table-report td:nth-of-type(1) {
        padding-top: 10px;
        padding-bottom: 8px;
    }
    .table-shareholder.table-report td:nth-of-type(5) {
        padding-bottom: 25px;
        margin-bottom: 30px
    }
    .table-shareholder.table-report td:nth-of-type(2) {
        padding-top: 15px;
    }
}





/*---1207重大訊息------------------------------------------------*/
.table-seminar a, .M_dividend a {
    color: #733fa1;
}
.table-seminar a:hover, .M_dividend a:hover {
    color: #c13d88;
}

.M_seminar h3 {
    text-align: center;
}

.M_seminar02 {
    margin: 20px 0 60px;
}
.M_seminar02 ul.a li {
    position: relative;
    list-style-type:decimal;
    padding-left: 0;
    margin-left: 38px;
}
.M_seminar02 ul.a li:before {
    display: none;
}
@media (max-width: 800px) {
    .M_seminar02 {
        margin: 20px 0 40px;
    }
}
@media (max-width: 480px) {
    .M_seminar02 {
        margin: 20px 0;
    }
    .M_seminar02 ul.a li {
        margin-left: 20px;
    }
}



.table-seminar th {
    width: calc(100% / 2);
}
.table-seminar > tbody > tr {
    text-align: center;
    vertical-align: middle;
}
.table-seminar > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}
.table-seminar > tbody > tr > td, .table-seminar02 > tbody > tr > td {
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
}



.table-seminar02 thead th, .table-seminar02 tbody td {
    width: calc(100% / 2);
    text-align: center;
    vertical-align: middle;
}
@media (max-width: 640px) {
    .table-seminar02 thead th:nth-of-type(1), .table-seminar02 tbody td:nth-of-type(1) {
        width: 150px;
    }
    .table-seminar02 thead th, .table-seminar02 tbody td {
        width: calc(100% - 150px);
    }
}
@media (max-width: 432px) {
    .table-seminar02 thead th:nth-of-type(1), .table-seminar02 tbody td:nth-of-type(1) {
        width: 100px;
    }
    .table-seminar02 thead th, .table-seminar02 tbody td {
        width: calc(100% - 100px);
    }
}





/*---1208股利及股價------------------------------------------------*/
.table-dividend th {
    width: calc((100% - 200px) / 5);
}
.table-dividend th:first-of-type {
    width: 200px;
}
@media (max-width: 800px) {
    .table-dividend th {
        width: calc(100% - 130px / 5);
    }
    .table-dividend th:first-of-type {
        width: 130px;
    }
}

.table-dividend > tbody > tr, .table-dividend tbody tr td {
    text-align: center;
    vertical-align: middle;
}
.table-dividend tbody tr td {
    padding-bottom: 5px;
    vertical-align: middle;
}

@media (max-width: 640px) {
    .table-dividend {
        border: 0px;
    }
    .table-dividend th {
        display: none;
    }
    .table-dividend > tbody > tr > td {
        display: block;
        width: 100%;
        text-align: left;
        border: 0px;
        padding: 2px 20px;
    }
    .table-dividend td:before {
        display: inline-block;
		content: attr(data-mbtit)'：';
		color: #000000;
        width: 100px;
    }
    .table-dividend > tbody > tr > td:nth-of-type(1) {
        height: 40px;
        color: #c13d88;
    }
    .table-dividend > tbody > tr > td:nth-of-type(1) p {
        display: inline-block;
    }
    .table-dividend td:nth-of-type(1) {
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-top: 15px;
    }
    .table-dividend td:nth-of-type(2), .table-dividend td:nth-of-type(3), .table-dividend td:nth-of-type(4), .table-dividend td:nth-of-type(5) {
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
    }
    .table-dividend td:nth-of-type(6) {
        border-bottom: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding-bottom: 15px;
        margin-bottom: 30px
    }
    .table-dividend > tbody > tr:nth-of-type(odd) {
      background-color: transparent;
    }
    .table-dividend > tbody > tr:nth-of-type(odd) > td {
      background-color: #fff2f7;
    }
}
@media (max-width: 346px) {
    .table-dividend > tbody > tr > td:nth-of-type(1) {
        height: auto;
    }
    .table-dividend > tbody > tr > td:nth-of-type(1) p {
        display: block;
        margin-left: 100px;
    }
}

.M_dividend {
    margin: 50px 0 0;
}
@media (max-width: 604px) {
    .M_dividend {
        font-size: 0.9375rem;
        word-wrap: break-word;
        padding-bottom: 20px;
        margin: 0;
    }
    .M_dividend h4 {
        font-size: 1rem;
        line-height: 22px;
    }
}

.M_dividend span {
    color: #c13d88;
}





/*---040202辦理股票過戶機構------------------------------------------------*/
.C_investorservice {
    width: 100%;
    height: 580px;
    background: url("../../upload/editor/images/C_investorservice_01.jpg") 100% 0 no-repeat;
    padding: 80px 0 0 85px;
    margin: 0 auto;
}

.C_investorservice .txt {
    width: 500px;
    background-color: rgba(245,245,245,0.9);
    font-size: 1.125rem;
    line-height: 28px;
    padding: 50px 70px 60px 70px;
}

.C_investorservice p {
    margin-bottom: 10px;
}
.C_investorservice a {
    color: #333333;
}
.C_investorservice a:hover {
    color: #ee782f;
}

@media (max-width: 1366px) {
    .C_investorservice {
        height: 500px;
    }
}
@media (max-width: 1199px) {
    .C_investorservice {
        background: url("../../upload/editor/images/C_investorservice_02.jpg") 100% 0 no-repeat;
        padding: 70px 0 0 75px;
    }
    .C_investorservice .txt {
        width: 450px;
        padding: 40px 50px 60px 50px;
    }
}
@media (max-width: 800px) {
    .C_investorservice .txt {
        width: 410px;
        font-size: 1.0625rem;
        padding: 30px 40px 45px 40px;
    }
}
@media (max-width: 720px) {
    .C_investorservice {
        height: 450px;
    }
}
@media (max-width: 640px) {
    .C_investorservice {
        padding: 55px 0 0 65px;
    }
    .C_investorservice .txt {
        width: 380px;
        font-size: 1rem;
        padding: 30px 40px 35px 40px;
    }
}
@media (max-width: 540px) {
    .C_investorservice {
        height: 400px;
    }
}
@media (max-width: 504px) {
    .C_investorservice {
        height: 350px;
        background: url("../../upload/editor/images/C_investorservice_03.jpg") 100% 0 no-repeat;
        padding: 40px 0 0 0;
        margin: 0 auto;
    }
    .C_investorservice .txt {
        width: 80%;
        padding: 30px 35px;
        margin: 0 auto;
    }
    .C_investorservice p {
        margin-bottom: 5px;
    }
}
@media (max-width: 480px) {
    .C_investorservice .txt {
        padding: 25px 25px 35px;
    }
}
@media (max-width: 432px) {
    .C_investorservice {
        height: 300px;
    }
    .C_investorservice .txt {
        width: 93%;
        font-size: 0.9375rem;
    }
    .C_investorservice p {
        margin-bottom: 0;
    }
}
@media (max-width: 400px) {
    .C_investorservice .txt span {
        display: block;
    }
}
@media (max-width: 360px) {
    .C_investorservice {
        height: 300px;
    }
    .C_investorservice .txt {
        font-size: 0.875rem;
    }
}
@media (max-width: 346px) {
    .C_investorservice .txt {
        line-height: 20px;
    }
    .C_investorservice p {
        margin-bottom: 5px;
    }
}





/* ===============================================================================
   100101_天線子網-技術設備-RF 測試暗房
=============================================================================== */
#C_equipment_01 {
    width: 100%;
    background-color: #000000;
    text-align: center;
    padding: 34px;
}
#C_equipment_01 img {
    margin: 0 auto;
}
#C_equipment_01 img:first-child {
    margin-bottom: 34px;
}
@media (max-width: 604px) {
    #C_equipment_01 {
        padding: 20px;
    }
    #C_equipment_01 img:first-child {
        margin-bottom: 20px;
    }
}
@media (max-width: 400px) {
    #C_equipment_01 {
        padding: 10px;
    }
    #C_equipment_01 img:first-child {
        margin-bottom: 10px;
    }
}





/* ===============================================================================
   100102_天線子網-技術設備-基站天線遠場及近場測試系統
=============================================================================== */
#C_equipment_02 {
    width: 100%;
    text-align: center;
}
#C_equipment_02 img {
    margin: 0 auto;
}
#C_equipment_02 img {
    margin-bottom: 25px;
}
#C_equipment_02 img:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    #C_equipment_02 img {
        margin-bottom: 20px;
    }
}
@media (max-width: 604px) {
    #C_equipment_02 img {
        margin-bottom: 15px;
    }
}
@media (max-width: 432px) {
    #C_equipment_02 img {
        margin-bottom: 10px;
    }
}





/* ===============================================================================
   100104_天線子網-技術設備-研發設備
=============================================================================== */
#C_equipment_04 {
    width: 85%;
    margin: 0 auto;
}
#C_equipment_04.C_ems_service {
    width: 100%;
}

@media (max-width: 1199px) {
    #C_equipment_04 {
        width: 90%;
    }
}
@media (max-width: 720px) {
    #C_equipment_04 {
        width: 97%;
    }
}

#C_equipment_04 ol {
    display: block;
    list-style-type: decimal;
    width: 100%;
    margin: 0 auto;
}
#C_equipment_04 li {
    display: inline-block;
    width: calc( (100% / 2) - 2px);
    font-size: 1rem;
    vertical-align: top;
    border: 1px dotted #cccccc;
    padding: 8px 10px 8px 16px;
    margin-bottom: 5px;
}
@media (max-width: 720px) {
    #C_equipment_04 li {
        font-size: 0.9375rem;
    }
}
@media (max-width: 540px) {
    #C_equipment_04 li {
        display: block;
        width: 100%;
    }
}

#C_equipment_04 li:before {
  content: "•";
  padding-right: 8px;
}


#C_equipment_04 ul {
    display: block;
    width: 100%;
    margin-top: 40px;
}
#C_equipment_04 ul.C_equipment_08 {
    margin-top: 10px;
}

#C_equipment_04 ul li {
    display: block;
    width: 100%;
    font-size: 0;
    border: 0px dotted #cccccc;
    padding: 0;
    margin-bottom: 0;
}

#C_equipment_04 ul img {
    display: inline-block;
    width: calc( (100% / 4) - 11px);
    box-shadow: 0px 0px 9px #cccccc;
    margin: 0 5px 0;
}
#C_equipment_04 ul img:nth-child(1) {
    margin: 0 5px 0 0;
}
#C_equipment_04 ul img:nth-child(4) {
    margin: 0 0 0 5px;
}

@media (max-width: 1199px) {
    #C_equipment_04 ul {
        margin-top: 30px;
    }
}
@media (max-width: 480px) {
    #C_equipment_04 ul img {
        width: calc( (100% / 2) - 18px);
        margin: 0 10px 0;
    }
    #C_equipment_04 ul img:nth-child(3) {
        margin: 10px 10px 0 8px;
    }
    #C_equipment_04 ul img:nth-child(2) {
        margin: 0 0 0 10px;
    }
    #C_equipment_04 ul img:nth-child(4) {
        margin: 10px 0 0 18px;
    }
    
}





/* ===============================================================================
   100105_天線子網-技術設備-生產設備
=============================================================================== */
#C_equipment_05 {
    width: 100%;
    margin: 15px auto 0;
}

#C_equipment_05 ul li {
    display: inline-block;
    width: calc( (100% / 3) - 24px);
    font-size: 1rem;
    text-align: center;
    margin: 0 10px 30px;
}
#C_equipment_05 ul li:nth-child(5) {
    margin: 0 12px 30px 13px;
}

#C_equipment_05 ul li:nth-child(4), #C_equipment_05 ul li:nth-child(5), #C_equipment_05 ul li:nth-child(6) {
    margin-bottom: 0;
}


#C_equipment_05 ul li img {
    border: 1px solid #cacaca;
    box-shadow: 0px 0px 9px #cccccc;
}

#C_equipment_05 ul li p {
    margin: 10px 0 0;
}

@media (max-width: 504px) {
    #C_equipment_05 ul li {
        width: calc( (100% / 2) - 24px);
        font-size: 0.9375rem;
        margin: 0 10px 20px;
    }
    #C_equipment_05 ul li:nth-child(4) {
        margin-bottom: 20px;
    }
    #C_equipment_05 ul li:nth-child(5) {
        margin: 0 10px 0 10px;
    }
    #C_equipment_05 ul li:nth-child(6) {
        margin: 0 8px 0 15px;
    }
    
    #C_equipment_05 ul li p {
        margin: 6px 0 0;
    }
}





/* ===============================================================================
   100106_天線子網-技術設備-手機量測設備
=============================================================================== */
#C_equipment_06 {
    width: 86%;
    margin: 15px auto 0;
}
#C_equipment_06.C_ems_service {
    width: 100%;
    margin-top: 40px;
}

#C_equipment_06 ul li {
    display: inline-block;
    width: calc( (100% / 2) - 34px);
    background-color: #000000;
    font-size: 1rem;
    text-align: center;
    vertical-align: top;
    box-shadow: 0px 0px 9px #cccccc;
    margin: 0 15px 40px;
}
#C_equipment_06 ul li:nth-child(4) {
    margin: 0 10px 40px 20px;
}
#C_equipment_06 ul li:nth-child(3), #C_equipment_06 ul li:nth-child(4) {
    margin-bottom: 0;
}


#C_equipment_06 ul li img {
    margin: 0 auto;
}

#C_equipment_06 ul li p {
    display: inline-block;
    width: 100%;
    color: #ffffff;
    padding: 10px;
}

@media (max-width: 1199px) {
    #C_equipment_06 {
        width: 100%;
        margin: 5px auto 0;
    }
}
@media (max-width: 640px) {
    #C_equipment_06 ul li {
        width: calc( (100% / 2) - 22px);
        font-size: 0.9375rem;
        line-height: 20px;
        margin: 0 10px 30px;
    }
    #C_equipment_06 ul li:nth-child(4) {
        margin: 0 9px 30px 11px;
    }
    #C_equipment_06 ul li:nth-child(3), #C_equipment_06 ul li:nth-child(4) {
        margin-bottom: 0;
    }
}
@media (max-width: 540px) {
    #C_equipment_06 ul li:nth-child(2) p {
        height: 60px;
    }
}
@media (max-width: 432px) {
    #C_equipment_06 {
        width: 90%;
    }
    #C_equipment_06 ul li {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }
    #C_equipment_06 ul li:nth-child(4) {
        margin: 0;
    }
    #C_equipment_06 ul li:nth-child(3) {
        margin-bottom: 30px;
    }
    
    #C_equipment_06 ul li:nth-child(2) p {
        height: auto;
    }
}
@media (max-width: 346px) {
    #C_equipment_06 {
        width: 100%;
    }
}





/* ===============================================================================
   12_天線子網-專業認證
=============================================================================== */
#C_Revenue.C_Certification img {
    display: inline-block;
    width: calc(100% / 4 - 33px);
    background-color: #ffffff;
    border: 1px solid #cacaca;
    box-shadow: 0px 0px 9px #cccccc;
    padding: 5px;
    margin: 10px 15px;
}
@media (max-width: 1199px) {
    #C_Revenue.C_Certification img {
        width: calc(100% / 4 - 23px);
        margin: 10px 10px;
    }
}
@media (max-width: 640px) {
    #C_Revenue.C_Certification img {
        width: calc(100% / 3 - 23px);
    }
}
@media (max-width: 504px) {
    #C_Revenue.C_Certification img {
        width: calc(100% / 3 - 13px);
        padding: 3px;
        margin: 10px 5px;
    }
}
@media (max-width: 400px) {
    #C_Revenue.C_Certification img {
        width: calc(100% / 3 - 9px);
        box-shadow: 0px 0px 0px #cccccc;
        margin: 10px 3px;
    }
}





/* ===============================================================================
   20_EMS子網-EMS製造服務
=============================================================================== */
#C_equipment_06.C_ems_service ul li {
    width: calc( (100% / 3) - 33px);
    box-shadow: 0px 0px 9px #cccccc;
    margin: 0 15px 40px;
}
#C_equipment_06.C_ems_service ul li:nth-child(8) {
    margin: 0 16px 40px;
}
#C_equipment_06.C_ems_service ul li:nth-child(7), #C_equipment_06.C_ems_service ul li:nth-child(8),
#C_equipment_06.C_ems_service ul li:nth-child(9) {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    #C_equipment_06.C_ems_service ul li {
        font-size: 0.9375rem;
        line-height: 20px;
    }
}
@media (max-width: 640px) {
    #C_equipment_04.C_ems_service ol li {
        display: block;
        width: 100%;
    }
    
    #C_equipment_06.C_ems_service ul li {
        width: calc( (100% / 3) - 23px);
        font-size: 0.875rem;
        margin: 0 10px 40px;
    }
    #C_equipment_06.C_ems_service ul li:nth-child(3), #C_equipment_06.C_ems_service ul li:nth-child(4) {
        margin: 0 10px 40px;
    }
    #C_equipment_06.C_ems_service ul li:nth-child(8) {
        margin: 0 11px 0;
    }
}
@media (max-width: 540px) {
    #C_equipment_06.C_ems_service ul li {
        width: calc( (100% / 2) - 22px);
        margin: 0 10px 30px;
    }
    #C_equipment_06.C_ems_service ul li:nth-child(3), #C_equipment_06.C_ems_service ul li:nth-child(4) {
        margin: 0 10px 30px;
    }
    #C_equipment_06.C_ems_service ul li:nth-child(8) {
        margin: 0 11px 30px;
    }
    #C_equipment_06.C_ems_service ul li:nth-child(2) p {
        height: auto;
    }
}
@media (max-width: 432px) {
    #C_equipment_06.C_ems_service {
        width: 100%;
    }
    #C_equipment_06.C_ems_service ul li {
        display: inline-block;
    }
    #C_equipment_06.C_ems_service ul li:nth-child(8) {
        margin: 0 10px 30px;
    }
}
@media (max-width: 346px) {
    #C_equipment_04.C_ems_service ol li {
        font-size: 0.875rem;
        padding: 8px 5px 8px 8px;
    }
    #C_equipment_04.C_ems_service ol li:before {
      content: "•";
      padding-right: 5px;
    }
    
    #C_equipment_06.C_ems_service ul li {
        display: block;
        width: 90%;
        margin: 0 auto 30px;
    }
    #C_equipment_06.C_ems_service ul li:nth-child(3), #C_equipment_06.C_ems_service ul li:nth-child(4) {
        margin: 0 auto 30px;
    }
    #C_equipment_06.C_ems_service ul li:nth-child(7), #C_equipment_06.C_ems_service ul li:nth-child(8) {
        margin: 0 auto 30px;
    }
}





/* ===============================================================================
   21_EMS子網-純文字編排
=============================================================================== */
.C_ems_txt {
    display: block;
    width: 85%;
    font-size: 1rem;
    line-height: 30px;
    margin: 0 auto;
}

#C_Assembly {
    position: relative;
    display: block;
    width: 100%;
    height: 620px;
    padding: 0;
    margin: 0;
}


#C_Assembly.bg_21 {
    background: url("../../upload/editor/images/C_Assembly_01.jpg") 100% 0 no-repeat;
}
#C_Assembly.bg_22 {
    background: url("../../upload/editor/images/C_Assembly_02.jpg") 100% 0 no-repeat;
}
#C_Assembly.bg_23 {
    background: url("../../upload/editor/images/C_Assembly_03.jpg") 100% 0 no-repeat;
}
#C_Assembly.bg_24 {
    background: url("../../upload/editor/images/C_Assembly_04.jpg") 100% 0 no-repeat;
}
#C_Assembly.bg_25 {
    background: url("../../upload/editor/images/C_Assembly_05.jpg") 100% 0 no-repeat;
}
#C_Assembly.bg_26 {
    background: url("../../upload/editor/images/C_Assembly_06.jpg") 100% 0 no-repeat;
}


#C_Assembly div.txt {
    position: absolute;
    top: 20%;
    left: 5%;
    width: 560px;
    background-color: rgba(0,0,0,0.85);
    color: #ffffff;
    font-size: 1.125rem;
    line-height: 30px;
    padding: 30px 40px 40px;
}
#C_Assembly div.txt.lineheight_01 {
    line-height: 40px;
}

@media (max-width: 1199px) {
    #C_Assembly {
        height: 550px;
    }
    #C_Assembly.bg_21, #C_Assembly.bg_22, #C_Assembly.bg_23, #C_Assembly.bg_24, #C_Assembly.bg_25, #C_Assembly.bg_26 {
        background-size: auto 550px;
    }

    #C_Assembly div.txt {
        top: 20%;
        left: 5%;
        width: 70%;
        font-size: 1rem;
        line-height: 28px;
        padding: 20px 30px 30px;
    }
    #C_Assembly div.txt.lineheight_01 {
        line-height: 35px;
    }
}
@media (max-width: 604px) {
    #C_Assembly {
        height: 450px;
    }
    #C_Assembly.bg_21, #C_Assembly.bg_22, #C_Assembly.bg_23, #C_Assembly.bg_24, #C_Assembly.bg_25, #C_Assembly.bg_26 {
        background-size: auto 450px;
    }
    #C_Assembly div.txt {
        top: 20%;
        left: 0;
        width: 100%;
    }
}
@media (max-width: 432px) {
    #C_Assembly div.txt {
        position: inherit;
        top: 30px;
        width: 85%;
        font-size: 0.9375rem;
        line-height: 25px;
        padding: 20px 25px 30px;
        margin: 0 auto;
    }
    #C_Assembly div.txt.lineheight_01 {
        line-height: 30px;
    }
}
@media (max-width: 346px) {
    #C_Assembly div.txt {
        top: 20px;
        width: 90%;
    }
}









