/*fb icon*/
.fb{position:fixed;right:1%;top:85%;z-index:1000}
/*line-1 icon*/
.line-1{position:fixed;right:1%;top:65%;z-index:1000}
/*phone icon*/
.phone{position:fixed;right:1%;top:75%;z-index:1000}

.topnavbar .container {
  text-align: justify;
  background-color: #333;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}

body {
    background-color: #dedede;/*背景底色*/
}


@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #333;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/
    height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤間距*/
}}

body[data-type="fullpage"] #nav {
    font-size: 1.2rem;/*頁籤文字大小*/
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #fff;/*頁籤文字顏色*/
    text-shadow: black 0.1em 0.1em 0.2em;/*頁籤文字陰影*/
    padding: 10px 30px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #fff;/*頁籤滑過文字顏色*/
    border-bottom: #dedede 3px solid;/*頁籤文字底線*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
}

ul.product-list li a {
    color: #19448e;/*產品格文字顏色*/
    background-color: #c1c1c1;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #19448e;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    color: #333;
    text-align: center;
}

a {
    color: #0095d9;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(700 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

#line {
	border-bottom-width: 1px;/*分隔線粗細*/
	border-bottom-style: solid;/*分隔線樣式(solid實線;dashed虛線;double雙線)*/
	border-bottom-color: #cacaca;/*分隔線顏色*/
}/*分隔線*/

/*內頁各層編輯欄背景*/
#bodyinpage .fcol.fcol-6 {
   width: 100%;
   height: 300px;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position:left top;
   background-image: url(https://static.iyp.tw/40672/files/c938b463-38c4-4e4f-8641-90c3a4dcb7c6.jpg);
}

/*首頁各層編輯欄設定*/
#bodyinhome .fcol.fcol-1 {
   width: 100%;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position:center top;
   background-image: url(https://static.iyp.tw/40672/files/562f4cb7-37e3-44cb-ada4-220a450b1e2e.jpg);
}
#bodyinhome .fcol.fcol-4 {
   width: 100%;
   background-color: #efefef;
}
#bodyinhome .fcol.fcol-5 {
   width: 100%;
   height: 300px;
   background-attachment: scroll;
   background-repeat: no-repeat;
   background-position:center top;
   background-image: url(https://static.iyp.tw/40672/files/c938b463-38c4-4e4f-8641-90c3a4dcb7c6.jpg);
   background-color: #03509e;
}
#bodyinhome .fcol.fcol-6 .container {
   width: 100%;
   background-color: #03509e;
   padding: 0px;
   margin-bottom: -4px;
}/*拉寬編輯欄設定*/

/*首頁各層編輯欄設定*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}

/*文字按鈕特效*/
button-1 { 
  width: 85%;/*寬度*/
  font-size: 16px;/*文字大小*/
  cursor:pointer; 
  clear:both; 
  padding:5px 20px; /*內間距*/
  display:inline-block; 
  margin:0 auto 0 ; /*置中*/
  transition:all 0.8s, color 0.3s 0.3s; 
  background:#03509e; /*背景顏色*/
  color:#fff;/*文字顏色*/
  border-radius: 10px; /*框線圓角*/
  border: #cacaca 0px solid;/*框線樣式*/
}
/*general hover*/
a:hover, button-1-1:hover{
  color:#fff100;/*連結滑入文字顏色*/
}
/*特效樣式effects*/
.btn-left:hover{ box-shadow:300px 0 0 0 rgba(0,0,0,0.5) inset;}
/*文字按鈕特效*/
