.phone{position:fixed;  right:1%;  top:10%;  z-index:1000 }
.line-1{position:fixed;  right:1%;  top:23%;  z-index:1000 }
.fb{position:fixed;  right:1%;  top:36%;  z-index:1000 }
.ig{position:fixed;  right:1%;  top:49%;  z-index:1000 }
#footer{
  background-color:#446a7d;
}

/*表格按鈕-文字底色變化特效*/
button1 {
    margin: 20px auto 20px;
}
.btn-1 {
    border-radius: 0px;/*表格按鈕框線圓角*/
    border: 1px solid #000;/*表格按鈕框線樣式*/
    color: #000;
    font-size: 14px;
}
.btn-1:hover{
    background-color: #333; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    padding: 3px 25px;
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}/*表格按鈕-文字底色變化特效*/

/*服務項目*/
.service-1 {
  background-color: rgb(255 255 255 / 95%);
  padding: 30px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.service-1 ul { 
  font-size: 18px;
  color: #000;
  line-height: 1.8;
}
@media only screen and (max-width: 768px){.service-1 ul {  font-size: 20px; }}
.service-1 li::before {
  font: var(--fa-font-solid);
  content: "\f00c";
  color: #446a7d;
  margin-right: 5px;
}

/*服務項目-區塊項目li效果—6格*/
.pro_item ul li {
    padding: 10px;
    margin: 5px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    width: calc(33% - 10px);
    border-radius: 5px;
    line-height: 1.5;
    border: 1px solid #dddddd;
    background-color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 991px){
  .pro_item ul li { width: calc(33% - 10px);font-size: 16px;}
}
@media only screen and (max-width: 430px){
  .pro_item ul li { width: calc(50% - 10px);font-size: 14px;}
}

/*手機版-側欄浮動按鈕-縮小*/
@media (max-width: 414px){ 
  .phone, .fb, .line-1, .google, .vr, .anydesk , .teams{ 
    transform: scale(0.8);
    right:0;
  }
}

.feature-1 {
  height: 100%;
  background-color: #3f61a8;
  color: #fff;
  padding:2rem;
  text-align: center;
}
.feature-1 h3 {
  font-size: 20px;
  font-weight: 700;
}
.feature-1 p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  line-height: 1.5;
}
.feature-1 img {
  background-color: #fff;
  margin-top: -5rem;
  margin-bottom: 10px;
  border: 4px solid #4b5b8f;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
#bodyinhome .fcol.fcol-2{
background-color:#df6631;
}
#bodyinhome .fcol.fcol-3{
  background-color:#446a7d;
}
#bodyinhome .fcol.fcol-4 {

background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 27%,rgba(255,255,255,1) 31%,rgba(255,255,255,1) 27%,rgba(238,238,238,1) 27%,rgba(238,238,238,1) 100%);
}

/*owl 輪播圖語法*/
.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 25%;
  max-width: 25%;
}

.owl-carousel .owl-item img {
  display: block;
 /* width: 50%;*/
  max-width: 80%;
  margin:0 auto;
}

#frame_c{
  height: 100%;
  padding: 1rem;
  border:1px #eee solid;
  box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;-webkit-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-moz-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
-o-box-shadow: inset 10px -1px 50px 4px #DEDEDE,-1px 34px 26px -23px #A6A6A6;
}
#frame_c h3 {
  font-family: 'Noto Serif TC', serif;
  color: #ae7045;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 2px solid #e5dddd;
  line-height: 2;
  margin-bottom: 1rem;
}

body {
   font-family: 'Noto Sans TC', sans-serif;
    background-color: #fff;/*背景底色*/
}

#bodyinhome .fcol.fcol-6{
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 57%,rgba(68,106,125,1) 57%,rgba(68,106,125,1) 100%);

}
.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.t-700{
  font-family: 'Noto Serif TC', serif;
}




/*文字*/
.word {
   padding: 10px;
  font-weight:bold;
  color: #fff;
  background-color: #004f9f;

}

.word:hover{
   padding: 10px;
  	transition:0.7s;
  color: #fff;
  font-weight:bold; 
  background-color: #183c60;
}

/*首頁圖*/
.word2 {
   padding: 10px;
  font-weight:bold;
  color: #ffae00;
  font-size:16px;
 border-radius: 30px;
 border: 5px solid #ffae00;
    background-color: #fff;
}

.word2:hover {
   padding: 10px;
  	transition:0.7s;
  color: #fff;
  font-weight:bold; 
  font-size:16px;
   background-color: #ffae00;
   border-radius: 30px;
}


/*編輯欄設定*/
@media only screen and (max-width: 768px){
body {
     font-size: 16px;/*螢幕寬度768px內文字大小*/
}
}

body[data-type="fullpage"] #product-header.main {
      min-height: auto;/*產品-編輯框不設定高*/
}
/*編輯欄設定*/

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤間距*/
    height: 100px;
}
/* 文字放大*/
#main-wrap .container {
    font-size:16px;
  line-height:30px;
  color: #000;
}
  
#foot-nav .container {
    font-size:13px;
    line-height:15px;
}}

/* 消除空白*/
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(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}



#nav ul li a {
    font-size: 16px;/*頁籤文字大小*/
    color: #666;/*頁籤文字顏色*/
    padding: 10px 16px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
    line-height:15px;
}

#nav ul li a:hover  {
    color: #446a7d;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #446a7d;/*頁籤按下後文字顏色*/
     
}

#nav .subnav {
    background-color: #ffffff;/*次頁籤底色*/
}

/*產品格底圖*/


ul.product-list li a.focus h3, ul.product-list li a:hover h3 {
    color: #ff0000;
}
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;
}

/*title文字顏色*/
.h1title {
    text-align: center;
    color: #000;
    border-bottom: 1px dashed #666;
}

a {
    color: #00b7ee;/*連結顏色*/
    text-decoration: none;
}




h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    color: #000;
}


.product-list-div h2 {
    text-shadow: 0 0px 0 #333;
}





#footer {

}

#foot-nav {

}
#foot-nav ul li a {

}
#contact-info ul li span {

}

@media only screen and (min-width: 768px){
/*table-透明底-內陰影*/
.table-1{
  position: relative;
  top: 40px;
  right: 40px;
  padding: 50px 30px;
  background-color: rgba(255,255,255,0.9);
  box-shadow: 3px 3px 18px 0px rgba(180, 180, 180, 0.30);
}/*首頁-關於我們文字表格重疊效果*/  
}

.bg-icon  {
  background-color: #fff; 
  border-radius: 50%;
  width:150px; 
  height:150px;
  margin-left: auto; 
  margin-right: auto;
  padding-top:10%;
}

.bg-icon2  {
  background-color: #fff; 
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  padding:15px;
  border:1px #eee solid;
  height:120px;
}
