/*LOGO語法*/
.topnavbar .container {
  text-align: justify;
  padding: 10px 0 0 0;
}

.topnavbar .container::after {
  display: inline-block;
  width: 100%;
}
#logo h1 {
    height: 70px;
}

/*banner*/
.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(750 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}

/*按鈕背影*/
.topnavbar {
 /* background-color: Transparent;*/
    background-color: #e6e6e8;/*頁籤底圖顏色;background-color: rgba(255,255,255,0);透明Transparent*/
    position: relative;/*relative 頁籤&banner分開不重疊;頂置 fixed;*/
    line-height: 0;
    padding: 0;/*頁籤間距*/
}


/*按鈕文字顏色*/

.topnavbar {
    background-color: #10307d;
}

#nav ul li a:hover {
    color: #FFF;
}
#nav ul li.current a {
    color: #FFF;
    font-weight: bold;
    font-weight: 600;
}
  #nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #FFF;
    padding: 16px;
    line-height: 1.3;
    transition: .3s;
}


/*table語法 -讓手機有捲軸不破版*/
table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}




body{
  background-color:#10307d;
}
#side ul li.current > div a {

    color: #fff;

}
h3, .h3 {

    font-size: 1.17em;

    color: #fadf26;
}
#side ul li a:hover {

    color: #fff;
    background-color: rgba(0,0,0,0.05);

}
.design2 img{
	height: 120px;
	width: 170px;
   border:3px #c8c8c8 solid;
}
.design3 img{
	height: 150px;
	width: 200px;
   border:3px #c8c8c8 solid;
}
.design5 img{
	height: 250px;
	width: 100%;
   border:3px #FFF solid;
}

.line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

/* 消除空白*/
body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}











.phone{position:fixed;right:1%;top:40%;z-index:1000}
.line-1{position:fixed;right:1%;top:50%;z-index:1000}
.fb{position:fixed;right:1%;top:60%;z-index:1000}

body {
    -webkit-font-smoothing: antialiased;
    /* background-color:#fbfbfb; */
    color: #fff;
    font-size: 14px;
    margin: 0
}