.phone{position:fixed;right:1%;top:80%;z-index:1000}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 5px 10px;    
    font-size: 16px;
    border-radius: 10px;
    background-color: hsla(240, 0%, 50%, 0.5) ;
    color: white;
    cursor: pointer;
}

.topnavbar .container {
  text-align: center;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

@media only screen and (min-width: 768px){.topnavbar {background-color: #ffffff; }}

@media only screen and (min-width: 768px){#banner {top:128px; } #main-wrap {margin-top: 127px;} #ndc-banner-editor {top: 127px;}}

.topnavbar .container {
  text-align: justify;
  font-size: 0;}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;}

/* 首頁與內頁共用 */
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
}
.swiper-slide {
  width: 100% !important;
}

/* 首頁 */
#bodyinhome .swiper-wrapper, #bodyinhome .swiper-slide {
  padding-bottom: calc(800 / 1920 * 100%); /* 首頁 banner 大小 */
}

/* 內頁 */
#bodyinpage .swiper-wrapper, #bodyinpage .swiper-slide {
  padding-bottom: calc(800 / 1920 * 100%); /* 內頁 banner 大小 */
}

/*nav*/
#nav ul li a {
  white-space: nowrap;
  color: #1a1a1a;
  line-height: 1.3;
  font-weight: bold;
  padding: 15px;
  font-size: 95%;
}

#nav ul li a:hover{
  color: #bfbfbf;
}

#nav ul li.current a {
  color: #0071BC;
  font-weight: 600;}

#bodyinpage {
  background-color: #ffffff;}

/*各頁大標題*/
.h1title  {
  color: #fff;
  font-family: Noto Serif TC, serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  background: linear-gradient(90deg,rgba(0, 113, 188, 1) 0%, rgba(63, 169, 245, 1) 100%);
  border-radius: 0 10px 0 10px;
}

/*內文字型大小顏色*/
.fcol.fcol-1, .fcol.fcol-2, .fcol.fcol-3,  .fcol.fcol-4, .fcol.fcol-5, .fcol.fcol-6 {font-size: 16px;color: #444;line-height: 28px; letter-spacing: 1.5px;}

/*分隔線樣式*/
hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

body.about-us .fcol-1 {
    padding: 2rem 0;
}

body.about-us .fcol-2 {
    padding: 2rem 0;
    background-image: -webkit-linear-gradient(top, rgb(0 113 188 / 100%) 20%, rgb(0 113 188 / 60%) 80%), url(https://static.iyp.tw/409801/files/53a45037-a2e2-4ec4-b958-61859e890381.png)  ;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
    background-attachment: fixed;
}

body.about-us .fcol-3 {
    background-image: url(https://static.iyp.tw/409801/files/03db0dcd-68fa-424a-ac3f-a25ebd3aeeb8.png)  ;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;/*cover圖片剪裁不拉伸壓縮 ; contain不拉伸壓縮.等比縮放)*/
    background-attachment: scroll;
}

body.about-us .fcol-4,body.about-us .fcol-5,body.about-us .fcol-6 {display: none;}


/* 首頁各層編輯欄背景*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

@media only screen and (min-width: 1280px){
body.about-us .fcol-2  .container {
   width: 70%;
}/*拉寬編輯欄設定*/
}
@media only screen and (min-width: 1280px){
body.about-us .fcol-3  .container {
  width: 100%;
  padding: 0px;
}/*拉寬編輯欄設定*/
}

/*產品格*/
ul.product-list li a {
    color: #1a1a1a;/*產品格文字顏色*/
    background-color: #fff;/*產品格底色*/
    border: 0px solid #ddd;/*產品格外框隱藏*/
    text-align: center;
}
ul.product-list li a:hover {
    color: #0071BC;/*產品格滑過文字顏色*/
}
ul.product-list div.img {
    background: #fff; /*產品格圖片底色*/
}
ul.product-list li .desc {
    color: #fff;/*產品格內文字顏色*/
}
ul.product-list li a.focus .desc,ul.product-list li a:hover .desc {
    color: #fff;
}

/*按鈕-文字底色變化特效*/
.btn-1 {
    border: 2px solid #0071BC;/*表格按鈕框線樣式*/
    color: #0071BC;
    font-size: 16px;
}
.btn-1:hover{
    background-color: #0071BC; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    padding: 5px 25px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    background: #fff;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

/**/
.owl-carousel.owl-theme {
  padding: 1rem;
}
.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: 2em; /*箭頭大小*/
}

.editmode .owl-carousel.owl-loaded {
  display: flex;
  flex-wrap: wrap;
}
.editmode .owl-carousel > div {
  flex: 0 0 25%;
  max-width: 25%;
}

@media only screen and (max-width: 576px) {
    .rwd-wrapper .col-2 {
        -webkit-flex:0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}