#frame img{
  width:180px;
  height:180px;
}
.fb{position:fixed;right:1%;top:30%;z-index:1000}
.line-1{position:fixed;right:1%;top:50%;z-index:1000}
.phone{position:fixed;right:1%;top:70%;z-index:1000}
.topnavbar .container {
  text-align: justify;
  background-color: #145298;
}

.design2{

	width: 50%;
   padding: 5px;
  margin:0 auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.design2:hover{
   width: 50%;
   padding: 5px;
  background-color:#000;
}

#line {
	border-bottom-width: 1px;/*分隔線粗細*/
	border-bottom-style: solid;/*分隔線樣式(solid實線;dashed虛線;double雙線)*/
	border-bottom-color: #cacaca;/*分隔線顏色*/
      margin: 1em auto 1em;/*間距*/
}/*分隔線*/

.border1 {
  margin-left:auto; 
　margin-right:auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  background-color: #333;
}/*表格圓角*/


.font02 {color: white; text-shadow: black 0.1em 0.1em 0.2em}
body {
    background-color: #fff;/*背景底色*/
}
.topnavbar .container {
  text-align: center;
}
@media only screen and (min-width: 768px){
.topnavbar {
    background-color: #145298;/*頁籤底圖顏色;background-color: rgba(0,0,0,0);透明*/
    position: relative;/*頁籤&banner分開不重疊*/
    padding: 0;/*頁籤間距*/
}}

body[data-type="fullpage"] #nav {
    font-size: 1.0rem;/*頁籤文字大小*/
}

#nav ul li a {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    color: #fff;/*頁籤文字顏色*/
    padding: 5px 30px;/*頁籤文字間隔;padding:2px 16px 2px 16px;*/
    line-height: 24px;
    transition: .3s;
    border-left: #fff 1px dotted;/*頁籤文字間隔虛線*/
}

#nav ul li a:hover  {
    color: #fff;/*頁籤滑過文字顏色*/
}
#nav ul li.current a {
    color: #fff;/*頁籤按下後文字顏色*/
}

#nav .subnav {
    background-color: #333;/*次頁籤底色*/
}

ul.product-list li a {
    color: #2276d2;/*產品格文字顏色*/
    background-color: #ddd;/*產品格底色*/
}
ul.product-list li a:hover {
    color: #2276d2;/*產品格滑過文字顏色*/
}


/*title文字顏色*/
.h1title {
    color: #19448e;
}

a {
    color: #1c9c96;/*連結顏色*/
    text-decoration: none;
}

.swiper-container {
  height: auto !important; /* 將容器預設的高拿掉 */
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(800 / 1920 * 100%); /* 自定響應式圖片高度 */
}

.swiper-slide {
  width: 100% !important; /* 強制圖片寬度隨容器變更 */
}
#bodyinhome .fcol.fcol-1 {
   width: 100%;
   background: #d20000;

}
#bodyinhome .fcol.fcol-2 {
   width: 100%;
   background: #f3f3f3;

}
#bodyinhome .fcol.fcol-6 {
   width: 100%;
   background: #cfa80c;

}

body[data-type="fullpage"]:not(#managehome) #wrap>*:not(:last-child) {
    margin-bottom: 0px;
}
/*各層編輯欄背景*/

#frame img {
	height: 200px;
	width: 250px;
}


button1 {
    margin: 20px;
}
.btn-1 {
    border: 2px solid #000;
    color: #000;
}
.btn-1:hover{
    background-color: #333; /* 當滑鼠經過時按鈕表格底色變化 */
    color: #fff;/* 當滑鼠經過時按鈕表格文字變化 */
}
.custom-btn {
    padding: 10px 35px;
    font-family: Arial,微軟正黑體; 
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}


/* Included color classes.. 
  .red 
  .blue 
  .yellow 
*/

/*整張圖片疊文字3排*/
#DIV_BIG{
    width:100%;
    height:250px;
   position:relative;
}

#DIV_SMALL{
	width:100%;
	height: 60px;
	background: rgba(28, 28, 28, 0.8); 
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align:center;
	color: #FFF;
	transition:0.7s;
}

#DIV_SMALL:hover{
	 width:100%;
    height:250px;
	background: rgba(28, 28, 28, 0.8); 
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-top: 90px;/*相加等於高*/
	color: #FFF;
	transition:0.7s;
	text-align:center;
	padding-top:160px;/*相加等於高*/
}
