.title{
  position: absolute;
  width: 2%;
  text-align: justify;
  text-align-last: justify;
  line-height: 1.8rem;
}

.title:before{
  position: absolute;
  left: 100%;
  content: '\FF1A';
}

.value{
  padding-left: 11%;
}

@media(max-width:767px){
  .title{
  position: absolute;
  width: 5%;
  text-align: justify;
  text-align-last: justify;
 } 
}

@media(max-width:767px){
 .value{
  padding-left: 20%;
 } 
}

@media(max-width:428px){
  .title{
  position: absolute;
  width: 12%;
  text-align: justify;
  text-align-last: justify;
 } 
}

@media(max-width:428px){
 .value{
  padding-left: 20%;
 } 
}

/*整體文字調整*/
body {
    color: #333;
    font-size: 18px;
    margin: 0;
}
a {
    color: #4F4F4F;
    text-decoration: none;
}
a:hover {
    color: #4F4F4F;
}


/*logo*/
@media(max-width:428px){
 #logo a img {
   padding: 0 16px;
 }
 }



/*Banner*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}


/*回首頁*/
.navbar-nav > li > a {
    color: #fff;
}
.topnavbar {
    background-color: #fff;
    top:0px;
    position: relative;
    z-index:100;
    width:100%;
    padding: 0;
}
.topnavbar .container {
    padding-top: 0px;
    padding-bottom: 0px;
}


/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #555;
    line-height: 1.3;
    padding:15px 25px;
    
}
#nav ul li a:hover {
  background: #4F4F4F;
  color: #fff;
}
#nav ul li.current a {
  background: #D9B300;
  color: #fff;
  font-weight: 500;
}

#nav .subnav {
    background-color: rgba(75, 75, 75,0.75);
   }  

#nav ul li .subnav a span{color:#fff;}


/*h1*/
.h1title {
    color: #4F4F4F;
    font-size: 2rem;
    font-weight: normal;
    border-bottom:1px #4F4F4F solid;
}


/*產品格描述隱藏語法*/
ul.product-list li .desc {
    display: none;
}  
.productdetail .detail-desc b {
   display: none;
}
ul.product-list li h3 {
    flex: 1 0 auto;
    max-height: 3.15rem;
    margin: 0.7rem 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #000;
    overflow: hidden;
    padding: 0 16px;
}

/*改產品格名稱顏色*/
ul.product-list div.img {
    background: #FBFBFB;
}

/*產品格背景*/
ul.product-list li a {
 border:0px solid #ddd;
 border-radius:0px;
   background-color:transparent;
}

/*產品框線*/
ul.product-list li a.focus,ul.product-list li a:hover {
 color:#000;
 border:0px solid #000;
 box-shadow:0 0px 0px 0px rgba(0,0,0,0.08)
}

/*產品格詳細介紹的產品格背景*/
.productdetail .detail-img a {
    outline: none;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    display: block;
    background: #000;
    line-height: 0;
}
ul.product-list li a { 
border: 1px solid #ddd; 
}

/*產品格去框線-1調成0*/
.productdetail .detail-img .main-image-area a {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    background: #fff;
    line-height: 0;
 /* display: none;*/
}

.productdetail .detail-spec {
  width:55%;
  display:inline-block;
  vertical-align:text-top;
 /* display: none;*/
 }


/*form*/
.mark{background:none;}


/*footer*/
#footer {
    color: #fff;
    background-color: #5B5B5B;
}
#foot-nav {
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #444;
    display: none;
}
.contact-row {
    padding: 0em 0 1em;
    line-height: 1.6;
}
#contact-info ul li span {
    color: #fff;
}
#footer a {
    color: #fff;
}
.contact-row h5 {
    color: #fff;
    padding: .5em 0 1em;
    width: 100%;
}


/*最下層空白處去掉*/
body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }


/*文字變色方塊*/
.serveimg {
   display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background:  #4F4F4F;
   overflow: hidden;
   position: relative;
   padding:15px 15px;
}
.serveimg:hover {
     display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #C6A300;
   overflow: hidden;
   position: relative;
   padding:15px 15px;
}


/*櫥窗式輪播*/
.owl-carousel.owl-theme {
  padding: 0 1rem 2rem;
}
.owl-carousel.owl-theme .owl-nav {
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.owl-carousel.owl-theme .owl-dots {
  bottom: 0;
}
.owl-carousel.owl-theme button:focus {
  outline: none;
}
.owl-carousel.owl-theme .owl-nav,
.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev {
  float: left;
  transform: translateX(-100%);
}
.owl-carousel.owl-theme .owl-nav .owl-next {
  float: right;
  transform: translateX(100%);
}
.owl-carousel.owl-theme .owl-nav .owl-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover{
  background: none;
  color: inherit;
}
.owl-carousel.owl-theme .owl-nav .fa{
  font-size: 3em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 33%;
  max-width: 33%;
}

/*Index_1*/
#bodyinhome .fcol.fcol-1 {
    background:url(https://static.iyp.tw/42051/files/9e056d4f-afac-4353-9f7a-b01fb467a0d8.jpg)no-repeat;
    background-position:top center;
    background-size:cover;
    background-attachment:fixed;
    min-height: 300px;
    padding: 40px;
}
