.contact-row h5 {
    color: #333;
    padding: .5em 0 1em;
    width: 100%;
}
.line-1{position:fixed;  right:1%;  top:75%;  z-index:1000 }
.phone-1  {position:fixed;  right:1%;  top:90%;  z-index:1000 }
.phone-3 {position:fixed;  right:1%;  top:50%;  z-index:1000 }

body{
  background: #0c60a6 url(https://static.iyp.tw/409118/files/b2cfd7cc-c919-417b-99d1-27951d8cae5a.jpg) no-repeat top;
  background-size:750*@fs1 1624*@fs1;
  height: 100%;
  min-height: 1268*@fs1;
  /* 当内容高度大于图片高度时，背景图像的位置相对于viewport固定 */
  background-attachment: fixed;
  font-size: 22*@fs1;
   background-color: #fff;
   color: #000;
}
body:before{
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
    background-size:750*@fs1 1624*@fs1!important;
    -webkit-background-size: 750*@fs1 1624*@fs1!important;
    -o-background-size:750*@fs1 1624*@fs1!important;
}

.main.side-height {
background: rgba(255, 255, 255, 1.0);
}

body.product .main.side-height {
background: rgba(255, 255, 255, 0.0);
}

#logo h1 {
    height: auto;/*不設定高度*/
    text-align: center;
}

.topnavbar .container {
  text-align: justify;
  background-color: #fff;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}



@media only screen and (min-width: 768px){
#logo img {
    padding-bottom: 10px;
    margin-right: 200px;/*LOGO右邊與頁籤外間距*/
}

.navbar-nav {
    position: absolute;
    right: 2rem;
   /* background-color: rgba(255,255,255,0.3);/*回首頁按鈕背景*/
      background-color: #666;/*回首頁按鈕背景*/
}
}

.t-700 {
  font-family: 'Noto Serif TC', serif;
}

/*編輯欄設定*/
@media only screen and (max-width: 768px){
/* 文字放大*/
#main-wrap .container {
    font-size:16px;
  line-height:30px;
  color: #000;
}

#foot-nav .container {
    font-size:10px;
    line-height:15px;
}
}



/*編輯欄設定*/

@media only screen and (min-width: 768px){
.topnavbar {
     background-color: #fff;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    padding: 0;/*頁籤間距*/
   height:80px;
}
  
/* 文字放大*/
#main-wrap .container {
    font-size:16px;
  line-height:30px;
  color: #000;
}
  

#foot-nav .container {
    font-size:10px;
    line-height:15px;
}

.text_word {
  -webkit-writing-mode: vertical-rl;
}

.PC_01 {
  margin-top:-70PX;
}
}

.PC_02 {
  margin-top:-20PX;
}

.frame {
text-align: center; 
  height: 100%; 
  background: #fff; 
  padding: 20px 5px 10px 10px; 
  border: 3px solid #149dc0; 
  border-radius: 20px;
}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*產品內頁*/

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(605 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}



#nav ul li a {
    font-size: 16px;/*頁籤文字大小*/
    color: #000;/*頁籤文字顏色*/
    padding: 10px 10px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    font-weight:bold;
}


#nav ul li a:hover  {
    color: #001eff;/*頁籤滑過文字顏色*/
}

#nav ul li a::before {
  content:"";
  border-bottom:3px solid #323e4a;
  width:0;
  position:absolute;
  left:0;
  right:0;
  top:35px;
  margin:0 auto;
  transition:.3s all ease;
}
#nav ul li a:hover::before {
    width: 50%;
}

#nav ul li.current a {
    color: #001eff;/*頁籤按下後文字顏色*/
}



#nav .subnav {
    background-color: #6f7377;/*次頁籤底色*/
}

/*次頁籤按鈕下底線滑入特效-底線短--隱藏*/
#nav .subnav a::before {
 display: none;
}


a {
    color: #0058dd;/*頁籤滑過文字顏色*/
}

a:hover  {
    color: #4799e6;/*頁籤滑過文字顏色*/
}

body.about-us .h1title {
    display: none;
}


body.about-us .fcol.fcol-header .container {
    padding: 0px;
}
/*產品格底圖*/

body.about-us .fcol.fcol-3, body.about-us .fcol.fcol-4, body.about-us .fcol.fcol-5 , body.about-us .fcol.fcol-6 {
  display:none;
}


ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #1c1c1c;
}
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: #fff;
    overflow: hidden;
    padding: 0 16px;
}

ul.product-list li a {
    background-color: #1588a6;
}

ul.product-list li a:hover {
    background-color: #9bd8ea;
}

ul.product-list li .desc {
    color: #62e9ff;
}

/*title文字顏色*/
.h1title {
    text-align: center;
    color: #000;
    border-bottom: 0px solid #e5989a;
 
}

#footer {
    color: #000;
   background-color: rgba(0, 0, 0, 0.1);
}
#foot-nav {
    display:none;
}
#foot-nav ul li a {
    display: block;
    color: #000;
    font-size: 1.06em;
    margin-right: 10px;
    padding: 8px 16px;
}
#contact-info ul li span {
    color: #000;
}

.contact-row h5 {
    color: #333;
    padding: .5em 0 1em;
    width: 100%;
}

#footer a {
    color: #353535;
}

#footer a:hover  {
    color: #202e31;
}

.bg-icon  {
  background-color: #7f8488; 
  border-radius: 5px;
  width:100%; 
  height:100%;
  margin-left: auto; 
  margin-right: auto;
  color:#fff;
  transition:.3s all ease;
  padding:10px;
  text-align:center;
}

.bg-icon:hover  {
  background-color: #8ca0ac; 
}

/*下底線*/
.title-bar {
    margin-bottom: 1.417em;
    font-size: 2rem;
}

.title-bar::after {
    content: "";
    display: block;
    width: 2.083em;
    margin: 0.25em auto 0;
    border-top: solid 3px #FCD25D;
}

/*響應欄表格col-4 col-5 col-6 col-7 手機版強制2欄 寬度50%*/
@media only screen and (max-width: 576px){
.serve-item .col-2 { max-width: 50%;}
.serve-item .col-4 { max-width: 50%;}
.serve-item .col-5 { max-width: 50%;}
.serve-item .col-6 { max-width: 50%;}
.serve-item .col-7 { max-width: 50%;}
}

/*UL大標*/
ul.a {
  list-style-type: circle;
}

ul.b {
  list-style-type: square;
}

ol.c {
  list-style-type: circle;
  padding-left:20px;
  
}

body.product .c li {
border-bottom: 1px solid #e2e2e2;
}

ol.d {
  list-style-type: decimal;
}

/*table-透明底-內陰影*/
#frame_c{
  border-radius:10px;
background-color: #fff;
  border-radius: 15px; 
  box-shadow: 3px 3px 18px 0px rgba(180, 180, 180, 0.30); 
}   


/*圖文按鈕特效 */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1477 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
   margin: 0 auto 0;
  min-width: 150px;
  max-width: 100%;
  max-height: 300px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.snip1477 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
figure.snip1477 .title {
  position: absolute;
  top: 30%;/*高度*/
  left: 25px;
  padding: 5px 10px 10px 5px;
}
figure.snip1477 .title:before,
figure.snip1477 .title:after {
  height: 2px;
  width: 550px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1477 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1477 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1477 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1477 h2,
figure.snip1477 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.snip1477 h2 {
  font-weight: 700;
  color:#fff;
}
figure.snip1477 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
figure.snip1477 figcaption {
  position: absolute;
  bottom: 45%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
figure.snip1477 figcaption p {
  margin: 0;
}
figure.snip1477 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1477:hover img,
figure.snip1477.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

