body {
    font-family: 思源黑體 , 微軟正黑體 , 蘋方黑體 , 華康麗黑體 , Helvetica , Arial , sans-serif , serif;
    background-color: white;
}
@media screen and (max-width:1024px) {
    .carousel-item{
    width: 100%;
    height: calc(100vh - 60px);
    }

    .carousel-item img{
        height: 100%;
        object-fit: contain;
    }
}

@media screen and (min-width:1025px) {
    .carousel-item{
        width: 100%;
        height: calc(100vh - 100px);
        margin-top: 100px;
    }
    
    .carousel-item img{
        height: 100%;
        object-fit: contain;
    }
    .carousel-control-prev-icon, .carousel-control-next-icon {
      height: 100px;
      width: 100px;
      outline: black;
      background-color: rgba(0, 0, 0, 0.3);
      background-size: 100%, 100%;
      border-radius: 50%;
  }
    .service-title{
        display: block;
        margin: 0;
        font-size: 48px;
        font-weight: bold;
        text-align: center;
        height: 100px;
        line-height: 100px;
    }
    .swiper {
        width: 70%;
        height: 100%;
      }
  
      .swiper-slide {
        height: calc(100vh - 200px);
        display: block;
      }

      .swiper-button-next,
      .swiper-button-prev{
        color: black;
      }

      .card-img-top {
        position: relative;
        height: 100%;
        object-fit: cover;
        z-index: -999;
      }
      .swiper-slide:hover .card-img-top{
        opacity: 0.6;
      }
      .slide-title{
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: 3%;
        font-weight: bolder;
        color: white;
        text-shadow: 2px 1px black; 
      }
      .slide-text{
        padding-top: 100px;
        font-size: 25px;
        font-weight: bold;
        color: white;
        background-color: rgba(6, 45, 221, 0);
        transition: 0.5s;
      }
      .swiper-slide:hover .slide-text{
        background-color: rgba(6, 45, 221, 0.5);
        text-align: center;
        width: 100%;
        position: absolute;
        top:0;
        height: 100%;
      }
      .swiper-slide:hover .slide-title{
        display: none;
      }
      .swiper-slide:hover .slide-btn{
        display: block;
      }
      .slide-btn{
        border: white 3px solid;
        border-radius: 40px;
        display: none;
        width: 200px;
        height: 40px;
        text-align: center;
        text-decoration: none;
        color: white;
        font-size: 30px;
        font-weight: bolder;
        line-height: 40px;      
        position: absolute;
        bottom: 3%;
        left: 50%;
        transform: translate(-50%,0%);
        &:hover{
            background-color: white;
        }
      }

      
  .container-coop {
    text-align: center;
  }
  .container-coop h1{
    font-weight: bold;
  }
  .grid-wrapper {
    display: flex; /* 使用 Flexbox 來排列圖片 */
    flex-wrap: wrap; /* 如果超出容器寬度，圖片會換行 */
    justify-content: center; /* 將圖片置中 */
  }

/* Footer */
.footer-container{
    display: flex;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 70px;
    margin: 0;
    background-color: #ffffff;
}

.footer-empty{
    background-color: #ffffff;
}

.footer-info {
    display: block;
    padding: 20px;
    width: 25%;
}
.footer-about{
    display: flex;
    flex-direction: row;
    padding: 20px;
    margin-left: 100px;
    width: 75%;
}


#footer .heading{color:black;}
#footer hr, #footer .borderedbox, #footer .linklist li{border-color:rgba(255,255,255,.1);}

#footer input, #footer button{border-color:transparent;}
#footer input{color:black; background-color:#ffffff;}
#footer input:focus{border-color: black;}

.info{
    margin-block-start: 1em;
    margin-block-end: 1em;
}
  
.info-title{
    font-weight: bold;
    font-size: 26px;
}
  
.footer-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 26px;
    flex: 1;
    align-items: center;
}

.footer-title ul{
    padding: 0;
}
.footer-title ul li{
    padding-top: 1em;
}
.footer-hr{
    width: 100%;
    border: solid 2px;  
}
.footer-content{
    padding-left: 10%;
}

.footer-content {
  font-size: 18px; /* 這裡可以調整字體大小，例如調整為 14px */
  font-weight: lighter;
}
.footer-content ul{
    list-style-type: none;
}
a {
    text-decoration: none;
    color: black;
}
h1, h2, h3, h4, h5{
    font-weight: bold; /* 將所有 h1 標籤的文字設置為粗體 */
    text-align: center;
    line-height: 42px;
  }

h2{
font-size: 45px;
}
}

@media screen and (max-width: 1100px) {
  .footer-info, .footer-about {
    width: 100%;
  }

  .footer-about {
    display: none;
  }
  
  
  .footer-info iframe {
    display: block;
  }
}