  .logo {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    float: left;
    color: #bdbdbd;
    overflow: hidden;
    margin: 0 25px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    border-top: 3px solid #bdbdbd;
    padding-top: 6px;
  }
  .logo * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
  }
  .logo h1,
  .logo h5 {
    margin: 0;
    line-height: 1em;
  }
  .logo h1 {
    font-family: 'Playfair Display', Arial, sans-serif;
    font-size: 1.6em;
    text-transform: uppercase;
  }
  .logo h5 {
    line-height: 0.5em;
    font-weight: 400;
    display: table;
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 10px;
    font-size: 10px;
  }
  .logo h5:before,
  .logo h5:after {
    position: absolute;
    height: 3px;
    content: '';
    background: #bdbdbd;
    width: 1000%;
    top: 50%;
  }
  .logo h5:before {
    left: -1000%;
  }
  .logo h5:after {
    right: -1000%;
  }
.logo:hover{
  color: white;
}


.Information{
	position: absolute;
	bottom: 10%;
	right: 0;
	text-align: right;
  padding: 8px 10px;
	line-height: 12px;
  background-color: rgba(255, 255, 255, 0.6);
}
.news{
}
.InformationContainer{
  display: inline-block;
  position: relative;
}
.InformationAll{
  justify-content: flex-end;
  transition: opacity 1.5s 1.4s;
  display: flex;
  align-items: center;
}
.Information_head{
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.lable{
  font-family: canada-type-gibson,sans-serif;
  font-size: 20px;
  font-weight: 100;
  /* letter-spacing: 1.6px; */
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 4px 3px 3px 4px;
  font-size: 10px;
  text-align: center;
}
.lable::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #231815;
}
.Information__date{
  font-family: canada-type-gibson,sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 2.4px;
    color: black;
}
.Information__date::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #231815;
  transition: width .5s cubic-bezier(0,.42,.25,.98);
}
.Information_foot{
  font-size: 20px;
  line-height: 1.8;
  color: black;
}
.ellipsis {
  margin-bottom: 0px;
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: left;
}
.Information .InformationAll:after{
    background-repeat: no-repeat;
    content: ">";
    width: 15px;
    height: 15px;
    color: black;
    padding-left: 5px;
    margin-right: 20px;
}

.news a:hover .InformationAll{
  text-decoration: none;
  transform: translateX(5px);
}
.news a:hover .lable{
  color: red;
}
.news a:hover .Information__date{
  color: red;
}
.news a:hover .ellipsis{
  color: red;
}
.news a:hover .InformationAll:after{
  color: red;
}



.nav-item{
    padding: 0px 1rem;
}
.nav-link{
    color: white;
    font-size: 18px;
}
.hero-top{
    background: black;
}
.bg{
    background-image: url(../img/logobanner.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10%;
    width: 100%;
}
.banner{
	width:100%;
	height:100vh;
	overflow:hidden;
	position:relative;
}
.hero{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;  /*超出部分隱藏*/
}
.banner-slide{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	float:left;
	display:none;
}
.slide-active{
	display:block;
}
.slide1{
    background-image:url(../img/bg/0.jpg);
    background-position: 50% 50%;
    background-size: cover;
}
.slide2{
	background-image:url(../img/bg/1.jpg);
    background-position: 50% 50%;
    background-size: cover;
}
.slide3{
	background-image:url(../img/bg/3.jpg);
    background-position: 50% 50%;
    background-size: cover;
}
.button{
    position: absolute;
    transform:rotate(180deg);
    top: 50%;
    left: 244px;
    height: 80px;
    width: 40px;
    margin-top:-40px;
    background:url(../img/arrow.png) center center no-repeat;
}
.button:hover{
	/*background:#333;這樣不行，背景顏色會覆蓋上面的背景圖片，要寫下面的背景顏色*/
	background-color:#333;
	opacity: 0.8;
	/* filter:alpha(opacity=80); */
}
.banner-text{
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 1rem;
  text-align: left;
  width: auto;
  height: auto;
  color: white;
  position: absolute;
  left: 5%;
  top: 40%;
}
.banner-text h2{
  font-size: 55px;
  font-weight: 700;
}
.banner-text h3{
  letter-spacing: 0.3rem;
}
.link-btn{
  background-color: transparent;
  border: 1px solid white;
  color: white;
  margin: 20px auto;
  padding: 5px 20px;
  border-radius: 50px;
  font-size: 30px;
}
.link-btn2{
  background-color: transparent;
  border: 1px solid white;
  color: rgba(255,255,255,.75);
  margin: 0px auto;
  padding: 0.5em 0.5em;
  border-radius: 50px;
  font-size: 12px;
}
.link-btn:hover{
  background-color: rgba(255, 255, 255, 1);
  color: black;
}
.link-btn2:hover{
  background-color: rgba(255, 255, 255, 0.8);
  color: rgba(255,255,255, 1);
}
.dots {
	position: absolute;
	bottom: 20px;
	right: 0;
	text-align: right;
	padding-right: 24px;
	line-height: 12px;
}
.dots span {
	display: inline-block;
	width: 50px;
	height: 10px;
	border-radius: 10%;
	margin-left: 8px;
	background-color: rgba(7, 17, 27, 0.4);
	cursor: pointer;
	box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8) inset;
}
.dots span.active{
	box-shadow: 0 0 0 2px rgba(7, 17, 27, 0.4) inset;
	background-color: #fff;
}

a{
    text-decoration: none;
    color: red;
}
a:hover{
    color: blue;
}

.top{
  display: none;
}
.top:hover img{
    cursor: pointer;
}

.article-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 28px;
    padding-top: 0;
    background-color: #ffffff;
    border-radius: 36px;
    border: 6px solid rgba(215, 162, 151, 0.5);
    overflow: hidden;
    margin-bottom: 4vh;
}
.article-content h1{
    font-weight: 600;
    padding: 24px 16px;
    width: fit-content;
    background-color: rgba(215, 162, 151, 0.5);
    border-radius: 0 0 20px 20px;
    margin-bottom: 24px;
}
.article-text{
    text-align: left;
    margin-bottom: 20px;
}
.article-text h3{
    display: inline-block;
    background-color: #FAD689;
    font-weight: 600;
    font-size: 25px;
}
.article-text p{
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: 'Noto Serif TC', serif;
  margin-bottom: 0px;
}

.article{
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.article ul{
  margin: 0 auto;
  padding-left: 2.5rem;  
}
.article li{
  background-image: url(../img/home_results2_icon_star.png);
  background-repeat: no-repeat;
  background-position: left 15%;
  font-size: 20px;
  line-height: 45px;
  width: 100%;
  margin-bottom: 10px;
}
.article li a{
  padding: 10px 0px 10px  35px;
  width: 100%;
  border-bottom: 1px dashed #da9c9f;
}
.icon{
  font-size: 30px !important;
}

.list{
  font-size: 20px;
  padding-left: 4.8rem;
  margin-bottom: 25px;
}
.list li{
  padding: 8px 0px;
}

.lio{
    list-style-type: decimal;
    font-size: 20px;
}

.write{
    background-image: url(../img/icon_list2.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10%;
}
.service-icon{
    background-image: url(../img/icons8-service-100.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10%;
}

.lin{
    margin: 0 auto;
    height: 90%;
    border-right: 1px solid black;
}


.Dividing-line{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-bottom: 2px solid palevioletred;
    margin-bottom: 40px;
}
.en{
    font-size: 20px;
    line-height: 1em;
    padding: 5px 20px;
    margin-bottom: -15px;
    background-color: #F8F8F8;
}


figure.snip1091 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  max-height: 310px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1091 * {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.snip1091 img {
  opacity: 0.1;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

figure.snip1091 figcaption {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  -webkit-transform: rotate(0deg) translateY(-50%) scale(1);
  transform: rotate(0deg) translateY(-50%) scale(1);
  -webkit-transform-origin: center 0;
  transform-origin: center 0;
}

figure.snip1091 figcaption h2 {
  top: 50%;
  letter-spacing: -1px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
  font-weight: 400;
  font-size: 22px;
}

figure.snip1091 figcaption h2 span {
  font-weight: 800;
}

figure.snip1091 figcaption:before,
figure.snip1091 figcaption:after {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.snip1091 figcaption:before {
  left: 0;
  top: 0;
}

figure.snip1091 figcaption:after {
  bottom: 0;
  right: 0;
}

figure.snip1091.blue {
  background: #091b27;
}

figure.snip1091.red {
  background: #2e0e0a;
}

figure.snip1091.yellow {
  background: #4f3204;
}

figure.snip1091.green {
  background: #061c10;
}

figure.snip1091.navy {
  background: #000000;
}

figure.snip1091 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.snip1091:hover img,
figure.snip1091.hover img {
  opacity: 0.7;
}

figure.snip1091:hover figcaption,
figure.snip1091.hover figcaption {
  -webkit-transform: rotate(-45deg) translateY(-50%) scale(0.9);
  transform: rotate(-45deg) translateY(-50%) scale(0.9);
}

figure.snip1091:hover figcaption:before,
figure.snip1091.hover figcaption:before,
figure.snip1091:hover figcaption:after,
figure.snip1091.hover figcaption:after {
  width: 200%;
}

.contact-box{
  background-color:	#E0E0E0;
  padding: 2rem;
  text-align: center;
}

.contact-link{
  font-size: 2.5rem;
}

.float-set {
  position: fixed;
  right: 25px;
  bottom: 50px;
  width: 65px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 10;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.float-set .float-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 55px;
  height: 55px;
  position: relative;
  margin-top: 30px;
}

.float-set .float-item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.float-set .float-item .float-arrow {
  width: 50px;
  height: 50px;
  background-color: rgba(15, 37, 64, 0.7);
  border-radius: 10px;
  margin-top: 12px;
  position: relative;
}

.float-set .float-item .float-arrow::after {
  content: '';
  position: absolute;
  top: 21px;
  left: 13px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.float-set .float-item img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.mobile-br{
  display: none;
}

.article-list{
  padding: 10px 2rem;
  list-style-type: decimal;
}

.article-list li{
  padding: 8px 0px;
  font-size: 25px;
}

.list-in{
  list-style: cjk-ideographic;
  padding: 10px 0px 0px 6rem;
  margin-bottom: 15px;
}
.list-in li{
  font-size: 20px;
  padding: 8px 0px;
  font-family: 'Noto Serif TC', serif;
}

.mobile-banner-text{
  display: none;
}

.table tr th{
  border: 2px solid black ;
}

.table tr td{
  border: 2px solid black ;
}

.article-link{
  color: blue;
}

.article-link:hover{
  color: red;
}

.mobile-banner{
  display: none;
}

.mobile{
  display: none;
}

@media(max-width:1025px){
    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999999;
    }
    .logo{
      margin: 0 10px;
    }
    .hero-top{
        margin-top: 90px;
    }
    .banner{
        height:100vh;
    }
    .slide3{
        background-position: 0% 50%;
    }
    .dots {
        bottom: 10px;
    }
    .Information{
      bottom: 8%;
    }
    .article-main{
      margin-top: 85px;
    }
    .lin{
        height: 90%;
        border-right: 1px solid black;
    }
    .write{
        padding-bottom: 20%;
    }
    .service-icon {
      padding-bottom: 20%;
    }
    .float-set {
      position: fixed;
      right: 0px;
      bottom: 120px;
    }
    .article-text h3{
      font-size: 24px;
    }
}
@media(max-width:911px){
  .mobile-view{
    padding: 15px 1rem;
  }
}
@media(max-width:767px){
    /* .logo{
        max-width: 210px;
    } */
    .mobile{
      display: block;
    }
    .Information{
      position: relative;
      width: 100%;
      bottom: 0;
      border-radius: 32px 0% 0% 32px;
    }
    .pc-banner{
      display: none;
    }
    .mobile-banner{
      display: block;
      margin-right: 0px;
      padding-right: 0px;
    }
    .logo h1 {
      font-family: 'Teko', Arial, sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 27px;
    }
    .logo h2 {
        font-family: 'Teko', Arial, sans-serif;
        font-weight: 700;
        font-size: 24px;
        line-height: 27px;
    }
    .logo h6{
      font-size: 14px;
    }
    .navbar-brand{
        width: 75%;
    }
    .hero-top{
        margin-top: 90px;
    }
    .banner{
        padding-top: 10%;
        height:100%;
    }
    .slide1{
        padding-bottom: 100%;
    }
    .slide2{
        padding-bottom: 100%;
    }
    .slide3{
        background-position: 0% 50%;
        padding-bottom: 100%;
    }
    .dots {
        display: none;
    }
    .list{
      padding-left: 1.5rem;
      font-size: 18px;
    }
    .lin{
        margin: 0 auto;
        height: 90%;
        border-right: 0px;
        border-bottom: 1px solid black;
    }
    .article-content{
      padding: 0px 16px;
    }
    .article-text p{
      margin-top: 0px;
      line-height: 30px;
      letter-spacing: 2px;
      font-size: 18px;
    }
    .article-list{
      padding: 0px 0px 0px 16px;
      margin-bottom: 0px;
    }
    .article-list li{
      padding: 8px 0px;
      font-size: 20px;
    }
    .article-text h3{
      display: block;
      background-color: #FAD689;
      font-weight: 600;
      font-size: 20px;
    }
    .list-in{
      list-style: cjk-ideographic;
      padding: 10px 0px 0px 2rem;      
    }
    .list-in li{
      font-size: 18px;
    }
    .p-right{
        margin: 0 10px;
    }
    .write{
        padding-bottom: 40%;
    }
    .service-icon {
      padding-bottom: 35%;
    }
    .article li{
      background-image: url(../img/home_results2_icon_star.png);
      background-repeat: no-repeat;
      background-position: left 5%;
    }
    figure.snip1091 {
      max-height: 200px;
    }
    .banner-text{
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      padding: 1rem;
      text-align: left;
      width: auto;
      height: auto;
      color: white;
      position: absolute;
      left: 0%;
      bottom: 0;
      z-index: 5;
    }
    .banner-text h2{
      font-size: 35px;
    }
    .banner-text h3{
      font-size: 18px;
    }
    .float-set {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: fixed;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 80px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      background-color: rgba(15, 37, 64, 0.7);
    }
    .float-set .float-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc( 100% / 3);
      margin-top: -15px;
    }
    .float-set .float-item .float-arrow {
      margin-top: 0;
    }
    .float-set .float-item img:hover {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    .low{
      padding-bottom: 100px !important;
    }
    .mobile-br{
      display: block;
  }
  .pc-banner-text{
    display: none;
  }
  .mobile-banner-text{
    display: block;
    font-size: 24px;
  }

  figure.snip1091 figcaption h2 {
    font-size: 20px;
  }
}
