@media only screen and (min-width: 768px){
.topnavbar {
  height: 100px;
  background-color: #ffffff;/*底色*/
  padding: 0;/*頁籤間距*/}}

@media only screen and (max-width: 768px){
.topnavbar .container {
  background-color: rgba(255,255,255,1);/*底色*/
}} 

.topnavbar .container {
  text-align: center;
  font-size: 0;
}

.topnavbar .container::after {
  content: "";
  display: inline-block;
  width: 100%;
}

#nav ul li a {
    text-align: justify;
    font-family: 'Noto Sans TC', sans-serif;
    color: #1a1a1a;/*頁籤文字顏色*/
    font-size:17px;/*頁籤文字大小*/
    padding: 10px 20px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 1.5;
    transition: .3s;
    letter-spacing: 1px;
}
#nav ul li a:hover {
    color: #eeeeee;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #072997;/*頁籤按下後文字顏色*/
    font-weight: bold;
    font-weight: 600;
}

/*ipheno尺寸調整*/
@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%;}}

/*BANNER*/
.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}