.topnavbar .container {
  text-align: justify;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

body {
    background-color: #fff;/*背景底色*/
}

@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #fff;/*頁籤底圖顏色*/
    position: relative;/*頁籤&banner分開不重疊*/
    height: 100px;/*頁籤底圖高度*/
    padding: 0;/*頁籤距離*/
}}

body[data-type="fullpage"] #nav {
    font-size: 1.1rem;/*頁籤文字大小*/
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #595857;/*頁籤文字顏色*/
    padding: 20px;/*頁籤文字間隔*/
    line-height: 1.3;
    transition: .3s;
}

#nav ul li a:hover  {
    color: #ea5506;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #ea5506;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    position: absolute;
    top: 100%;
    z-index: 1000;
    background-color: #fff;/*次頁籤底色*/
    opacity: 0;
    pointer-events: none;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: opacity 0.3s ease-in-out,-webkit-transform 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.3s ease-in-out,transform 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    transition: opacity 0.3s ease-in-out,transform 0.25s cubic-bezier(0.7, 0, 0.3, 1),-webkit-transform 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}


/*title文字顏色*/
.h1title {
    color: #ea5506;
}

a {
    color: #1c9c96;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}
  /*fb icon*/
.fb{position:fixed;right:1%;top:45%;z-index:1000}
/*line-1 icon*/
.line-1{position:fixed;right:1%;top:35%;z-index:1000}
/*phone icon*/
.phone{position:fixed;right:1%;top:25%;z-index:1000}