@charset "UTF-8";
/* CSS Document */
.ins{
  background: #fff;
  padding:20px 50px 90px 50px;
  transform: translate(0,-100px);
}
.mainAreains{
      padding: 40px 0 30px 0;
}
.menuDownload{
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.menuDownload a{
  width: 115px;
  height: 115px;
  font-size: 16px;
  font-weight: bold;
  color:#fff;
  background:#33bce9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99em;
}
.classNote {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 25px;
  color: #222;

}
.facList li .partnumber{
  color:#585858;
  font-size: 13px;
}
.facList li .partnumber::after{
  content: counter(step-counter);
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
  font-size: 12px;
    color:#252525;
}
.facList li:nth-child(-n+9) .partnumber::after{
  content: "0"counter(step-counter);
}
.facList li {
  counter-increment: step-counter;
  padding:12px 0;
}
.facList li:nth-child(odd) .item {
  flex-direction: row-reverse;
}
.facList li:first-child{
  padding:0 0 12px 0;
}
.facList li:last-child{
  padding:12px 0 0 0;
}
.facList .item{
  display: flex;
  padding:12px;
  background: #fff;
  box-shadow: 4px 4px 8px rgba(236, 236, 236, 0.78);
}
.facList .item .Img {
  flex:0 0 55%;
  position: relative;
  overflow: hidden;
}

.facList .item .Img img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .Txt {
padding:10px 25px 0;
}
.facList .Txt h3 {  
padding:60px 0 25px 0;
  font-weight: 600;}
.facList .Txt h3 a {
  font-size: 20px;
  color: #000;
}
.facList .Txt h3 a:hover {
  color: #00abe4;
}
.facList .Txt p {
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 26px;
  color: #5f5e5e;
}
.cateandlink{
  border-top: 1px solid #f2f2f2;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cateandlink .bluebtn {
    padding: 0px 0;
}
/******內頁******/

.ins .breadinsbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
    flex-wrap: wrap;
}
.ins .breadinsbox .bread {
    padding-bottom:0px;
}
.ins .gobacklink{
  position: relative;
  display: flex;
  align-items: center;
  color:#7b7a7a;
  font-size: 14px;
}
.ins .gobacklink::before{
  content: "";
  width: 20px;
  height: 15px;
  display: block;
  background: url(../images/arrow02.png);
  margin-right: 6px;
}
.ins .gobacklink:hover::before{
  background: url(../images/arrow03.png);
  animation: gobacklinkmove 600ms infinite ease-in-out;
}
@keyframes gobacklinkmove {
    0% {transform: translate(0,0);}
    50% {transform: translate(-5px,0);}
    100% {transform: translate(0,0);}
}


.topbar{
  padding:50px 0;
  display: flex;
  align-items: flex-start;
}
.topbar h1.articleTitle{
  flex:0 0 50%;
  font-size:28px;
  color:#000;
  font-weight: 500;
  padding-bottom: 40px;
  position: relative;
}
.topbar h1.articleTitle::before{
  content: "";
  width: 24px;
  height: 3px;
  background:#33bce9;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;

}
.topbar .textEditor{
  letter-spacing: 1px;
  color:#5f5e5e;
}

.side_album li img{
  width: 100%;
  display: block;
}

.insImg{
  position: relative;
}
.insImg .pagenav {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 80px);
}
.insImg .pagenav a:first-child::before{
  display: none;
}
.insImg .pagenav a:hover {
    border:1px solid #00abe4!important;
    color:#fff!important;
    background: #00abe4;
}






.side_news{
  margin: 70px 0 0;
}
.side_news h3.sectionTitle{
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 30px;

}
.side_news h3.sectionTitle::before{
  content: "";
  width: 25px;
  height: 3px;
  display: block;
  background:#33bce9;
  position: absolute;
  bottom:0;
  left: 50%;
  transform:translate(-50%,0);
}
/*新訊列表*/
.newsList {
position: relative;
z-index: 25;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.newsList li {
width: 33.33%;
float: left;
}
.newsList li .item{
  margin:10px 6px 6px 6px;
  padding:12px;
  background:#fff;
  box-shadow: 2px 2px 8px 0px rgba(222, 222, 222, 0.78);
}
.newsList .Img {
}

.newsList .Img img {
  display: block;
  width: 100%;

  -o-object-fit: cover;
     object-fit: cover;
}
.newsList .Txt h3{
  color: #252525;
  font-size: 16px;
  font-weight: 700;
}
.newsList .Txt h3 a{
  color: #252525;
  display: block;
  overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
}
.newsList .Txt h3 a:hover{
  color:#41c1eb;
}
.newsList .Txt {
  overflow: hidden;
  padding:20px 20px 10px 20px;
}

.newsList .Txt p {
  margin-top: 10px;
  font-size: 14px;
  color: #747474;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
}
.newsList .Txt .newIcon{
  border-top: 1px solid #f2f2f2;
  margin-top:30px;
  padding-top: 15px;
  color:#000;
  font-size: 14px;
  display: block;
}
.topother{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.topother a.icon-facebook{
  display: block;
  text-align: center;
  line-height: 28px;
  width: 28px;
  height: 28px;
  border-radius: 99em;
  overflow: hidden;
  border:1px solid rgba(69,193,235,0.5);
  color: #41c1eb;
}
.topother a.icon-facebook:hover{
  background:#41c1eb;
  color: #fff;
}
.newsDate {
  display: flex;
  font-size: 12px;
  color: #cccccc;
  text-transform: uppercase;

}
.newsDate::before{
  content: "";
  width: 17px;
  height: 17px;
  display: block;
  background:url(../images/icon-data.png) no-repeat;
  margin-right: 10px;
}
.newsDate b {
color: #7f7f7f;
font-weight: normal;

}
.newsDate strong{
  padding-left: 2px;
  font-weight: 300;
}
.newsDate strong::after{
  content: ".";
  display: inline-block;
  padding:0 2px;
}





.newsList h3 {
  margin-bottom: 3px;
  font-size: 19px;
  font-weight: 400;
  color: #2f2f2f;
}

.newsList h3 a {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:1023px){

.ins {
    transform: translate(0,0px);
}

}


@media (max-width:960px){

.facList .Txt h3 {
    padding: 25px 0;

}
.facList .Txt p {
    padding-bottom: 25px;
}
.facList .item {
    flex-direction: column;
}

.facList li:nth-child(odd) .item {
  flex-direction: column;
}
}



@media (max-width:767px){
.facList .Txt {
    padding: 15px 25px 10px 25px;
}
.cateandlink {
    justify-content: center;
    flex-wrap: wrap;
}
.categorythis{
  padding:0 10px 10px 0;
}
.topbar{
  flex-direction: column;
}
.topbar h1.articleTitle {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
.ins {
    padding: 20px 25px 40px 25px;
}

}