.tl{position:fixed;right:0%;top:8%;z-index:1000;transform:scale(0.8);}


/*整體*/
body {
    color: #000;
    font-size: 18px;
    margin: 0;
}
a {
    color: #2579cb;
    text-decoration: none;
}
a:hover {
    color: #1ca9c4;
}



/*內文*/
#main-content {
    color: #333;
      font-family: "微軟正黑體";
}
.column .content {
    color: #333;
    letter-spacing: 1px;
    min-height: 150px;
    font-family: "微軟正黑體";
}



/*Banner*/
.swiper-container {
  height: auto !important;
}
.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(900/ 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}
.swiper-slide {
  width: 100% !important;
}


body[data-type="fullpage"]:not(#managehome) #wrap > :not(:last-child) { margin-bottom: 0px; }


/*h1*/
.h1title{color:#000;border-bottom:1px dashed #000;}


/*logo
#logo {
    margin-left: -45px;
}*/


/*top*/
.navbar-nav > li > a {
    color: #fff;
}

.topnavbar .container {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    font-size: 0;
}

.topnavbar {
  background-color: #fff;
  top:0px;
  position: relative;
  z-index:100;
  width:100%;
  /*height: 130px;*/
  padding-top:10px;
}


/*nav*/
#nav ul li a {
    white-space: nowrap;
    color: #333;
    line-height: 1.3;
    font-weight: normal;
    padding: 10px 18px;
    font-size: 100%;
    border-right: 0px #888 dotted;
    transition:all 0.5s;
}

#nav ul li a:hover{
    background:#008000;
    color: #fff;
}

#nav ul li.current a  {
    background-color: #008000;
    color: #fff;  
}

#nav ul li.current a:hover  {
    color: #eee;  
}

#nav .subnav {
    position: absolute;
    top: 100%;
    background-color: #f0f0f2;
} 


#nav ul .subnav li a {
    background-color: #f0f0f2;
    color: #4db8b2;
    text-align: left;
    border-bottom:1px solid #fff;
}

#nav ul li .subnav a span {
    display: inline-block;
    color:#333;
}

#nav ul li .subnav a:hover span {
    display: inline-block;
    max-width: 150px;
    color:#008000;
}

#nav li.has-subnav ul li a {
    color: #333;
    width:200px;
    white-space: pre-line;  
}



/*Index_1*/
#bodyinhome .fcol.fcol-1 .container{padding:0 200px;}

@media(max-width:767px){
  #bodyinhome .fcol.fcol-1 .container{
    padding:0 50px;
  }
}

@media(max-width:414px){
  #bodyinhome .fcol.fcol-1 .container{
    padding:0 20px;
  }
}

.greyLine {
    position: relative;
    margin: 0 auto;
    height: 5rem;
    width: .0625rem;
    background: rgba(44,44,44,0.3);
    display: block;
    margin-bottom: 2rem;
}

.greyLine::after {
    content: '';
    display: block;
    position: absolute;
    height: .625rem;
    width: .625rem;
    background: rgba(44,44,44,0.3);
    transform: rotate(45deg);
    bottom: -.625rem;
    left: -.3125rem;
}



.greyLine2 {
    position: relative;
    margin: 0 auto;
    height: 5rem;
    width: .08rem;
    background: rgba(255,153,0,0.8);
    display: block;
    margin-bottom: 2rem;
}

.greyLine2::after {
    content: '';
    display: block;
    position: absolute;
    height: .625rem;
    width: .625rem;
    background: rgba(255,153,0,0.8);
    transform: rotate(45deg);
    bottom: -.625rem;
    left: -.3125rem;
}

/*Index_2*/
#bodyinhome .fcol.fcol-2{
  background:url(https://static.iyp.tw/27900/files/26dff623-42b6-413b-9fb3-ff09d427723c.jpg)no-repeat;
  background-position:top center;
  background-size:cover;
  background-attachment:fixed;
}



/*文字方塊*/
.serveimg {
   display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #008000;
   overflow: hidden;
   position: relative;
   border-radius:0px;
   padding:20px 15px;
}
.serveimg:hover {
     display: block;
   text-align: center;
   width: 100%;
   min-height:100px
   padding-bottom: 100%;
   background: #ffa800;
   overflow: hidden;
   position: relative;
   border-radius:0px;
   padding:20px 15px;
}





/*Body*/
#wrap{
  background:url(https://static.iyp.tw/27900/files/7dddeee4-cf5a-4281-849e-5bc91ea8c702.jpg)no-repeat;
  background-position:top center;
  background-size:cover;
  background-attachment:fixed;
}





