@charset "utf-8";

.container-fluid {
  position: relative;
  width: 50%;
  height: 100%;
}
.header{
  position: relative;
  width: 100%;
  height: 70px;
}
a.logo{
  position: relative;
  margin-top: 6px; 
  width: 95px;
  display: inline-block;
  cursor: default;
}
a.logo img{
  width: 95px;
}

#lastPostsLoader{
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}


.about{
  position: absolute;
  right: 0px;
  top: 30px;
  display: inline-block;
}

a.info-btn{
  width: 22px;
  height: 30px;
  background-image: url(../images/icon-open.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-indent: -9999px;
  display: inline-block;
}

a.info-btn.isopen{
  background-image: url(../images/icon-close.png);
}

.project-item{
  position: relative;
  width: 100%;
  padding: 10px 0px 0px 0px;
  display: inline-block;
  text-align: right;
}
.footer-share{
  position: relative;
  margin: 0px auto; 
  padding: 0px 30px;
  width: 50%;
  font-size: 18px;
}
.footer-copyright{
  margin: 30px auto 0px auto; 
  padding: 0px 30px 10px 30px;
  width: 50%;
  text-align: left;
  font-size: 18px;
}

.section{
  position: relative;
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 20px 0px 10px 0px;
}

.owl-project{
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.about-box{
  position: relative;
  width: 100%;
  padding: 0px;
  height: 0px;
  overflow: hidden;
}
.about-box2{
  position: relative;
  width: 100%;
  height: auto;
}

.project-info{
  position: relative;
  width: 100%;
  padding: 0px;
  height: 0px;
  overflow: hidden;
}
.project-info2{
  position: relative;
  width: 100%;
  height: auto;
}

.about-content{
  position: relative;
  width: 100%;
  padding: 80px 30px 30px 30px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
  height: auto;
  margin: 0px auto;
}

.about-content a{
  color: #322A29;
  text-decoration:none;
}


.project-content{
  position: relative;
  width: 100%;
  padding: 40px 0px 40px 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6em;
  height: auto;
  margin: 0px auto;
}

.project-content a{
  color: #322A29;
  text-decoration:none;
}


.company-info{
  position: relative;
  min-height: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
  margin-top: 50px; 
}
.company-info2{
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: normal;
}

.company-info2 p{
  margin: 0px;
}

.company-info2 a{
  color: #322A29;
  text-decoration:none;
}

.share-icon{
  width: 28px;
  height: 28px;
  background-image: url(../images/icon-share.png?12);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 228px 65px;
  display: inline-block;
  margin: 15px 6px;
}

.share-icon.line{
  background-position: 0px 0px;
}
.share-icon.wechat{
  background-position: -48px 0px;
}
.share-icon.fb{
  background-position: -95px 0px;
}
.share-icon.ig{
  background-position: -142px 0px;
}
.share-icon.mail{
  background-position: -191px 0px;
}
.share-icon.line:hover{
  background-position: 0px -37px;
}
.share-icon.wechat:hover{
  background-position: -48px -37px;
}
.share-icon.fb:hover{
  background-position: -95px -37px;
}
.share-icon.ig:hover{
  background-position: -142px -37px;
}
.share-icon.mail:hover{
  background-position: -191px -37px;
}
.project-content h2{
  font-size: 22px;
  font-weight: bold;
}
.project-content h3{
  font-size: 20px;
  font-weight: bold;
}
.project-content .left{
  text-align: right;
  padding: 0px 0px 15px 0px;
}
.project-content .right{
  padding: 0px 30px 0px 30px;
  font-size: 16px;
  border-left:2px #322A29 solid;
  font-weight: normal;
}
.project-content .left hr{
  display: none;
}

.line-qrcode{
  position: relative;
  margin-top: 50px;
  width: 130px;
  height: auto;
}

.footer-share .line-qrcode{
  margin-top: 20px;
  margin-bottom: 30px;
}

.line-qrcode a {
    display: flex;
    align-items: flex-end; /* 垂直置中 */
    gap: 8px; /* 圖片跟文字間距，可自行調整 */
    color: #322A29;
    text-decoration:none;
}
.line-qrcode span{
    white-space: nowrap;   /* 不換行 */
    flex-shrink: 0;        /* 不被壓縮（重點） */
}
.line-qrcode img{
    width: 100%;
}

@media (max-width: 1279.98px) {

}

@media (max-width: 1199.98px) {
.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.header{
  height: 70px;
  padding-left: 30px;
}
a.logo{
  margin-top:15px; 
  width: 85px;
}
a.logo img{
  width: 85px;
}
a.about{
  position: absolute;
  right: 30px;
  top: 30px;
}
.about-content{
  padding: 40px 30px 30px 30px;
  font-size: 15px;
}
.project-item{
  padding: 15px 30px 0px 0px;
}

.project-content{
  padding: 40px 30px 40px 30px;
}

.project-content .left{
  text-align: center;
}
.project-content .right{
  padding: 15px 0px;
  font-size: 16px;
  border-left:none;
}
.project-content .left hr{
  margin-top: 40px;
  border-top-width: 1px;
  border-top-color: #000;
  display: block;
}
.company-info{
  position: relative;
  min-height: 120px;
  text-align: center;
  font-size: 15px;
  margin-top: 50px; 
}
.footer-share{
  position: relative;
  padding: 0px 20px;
  width: 100%;
  font-size: 15px;
}
.footer-copyright{
  margin: 30px auto 0px auto; 
  padding: 0px 20px 10px 20px;
  width: 100%;
  text-align: left;
  font-size: 15px;
}

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
.header{
  height: 50px;
  padding-left: 30px;
}
a.logo{
  margin-top: 3px; 
  width: 70px;
}
a.logo img{
  width: 70px;
}
a.about{
  position: absolute;
  right: 20px;
  top: 24px;
}

a.info-btn{
  width: 35px;
  height: 20px;
  background-image: url(../images/icon-open.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px 20px;
  text-indent: -9999px;
  display: inline-block;
}

.company-info{
  position: relative;
  min-height: 80px;
  text-align: center;
  font-size: 15px;
  margin-top: 50px; 
  padding-bottom: 0px;
}

.project-content{
  padding: 20px 30px 5px 30px;
}

.project-item{
  padding: 8px 20px 0px 0px;
}
.section{
  padding: 5px 0px 10px 0px;
}

.about-content{
  text-align: left;

}
.footer-share .share-icon{
  margin: 8px 6px;
}

}


