.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;
  }
}