@charset "UTF-8";
/*
 * @Author: alan.cheng alan.cheng@ilinke.com
 * @Date: 2023-03-10 12:59:25
 * @LastEditors: alan.cheng alan.cheng@ilinke.com
 * @LastEditTime: 2023-03-10 13:02:57
 * @FilePath: /webapp/static/styles/404.scss
 * @Description: 關於我們 頁面
 */
body {
  background-color: rgb(12, 49, 98);
  font-family: "Arial", sans-serif;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.1) 10px, rgba(255, 255, 255, 0.1) 11px);
}

#container .aboutus-header {
  background-color: #000000;
  display: flex;
  justify-content: center;
  padding-top: 80px;
}
#container .aboutus-header .aboutus-header-border::after {
  content: "";
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  height: 50px;
  background: #000; /* Slightly lighter blue */
  border-radius: 0 0 100% 100%/100%;
}
#container .content {
  margin: 100px 20px 20px 20px;
  color: #ffffff;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#container .line {
  border-left: 4px solid #22d3ee;
  padding-left: 10px;
  margin: 20px;
  width: 600px;
  font-size: 20px;
}
#container .line span {
  color: rgb(38, 171, 228);
}
#container .aboutus-bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#container .aboutus-bottom .aboutus-bottom-img {
  align-self: center;
  padding: 0 20px;
}
#container .aboutus-bottom .aboutus-bottom-img img {
  width: 120px;
  height: 60px;
}
#container .aboutus-bottom .aboutus-bottom-line {
  color: #ffffff;
}
#container .aboutus-bottom .aboutus-bottom-line p {
  font-size: 20px;
}
#container .aboutus-bottom .aboutus-bottom-line a {
  color: #ffffff;
}
@media (max-width: 767px) {
  #container .aboutus-header {
    background-color: #000000;
    display: flex;
    justify-content: center;
    padding-top: 80px;
  }
  #container .aboutus-header img {
    width: 100%;
  }
  #container .aboutus-header .aboutus-header-border::after {
    content: "";
    position: absolute;
    top: 225px;
    left: 0;
    right: 0;
    height: 50px;
    background: #000; /* Slightly lighter blue */
    border-radius: 0 0 100% 100%/100%;
  }
  #container .line {
    border-left: 4px solid #22d3ee;
    padding-left: 10px;
    margin: 20px;
    width: 100%;
    font-size: 12px;
  }
  #container .line span {
    color: rgb(38, 171, 228);
  }
  #container .aboutus-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  #container .aboutus-bottom .aboutus-bottom-line {
    color: #ffffff;
  }
  #container .aboutus-bottom .aboutus-bottom-line p {
    font-size: 12px;
  }
  #container .aboutus-bottom .aboutus-bottom-line a {
    color: #ffffff;
  }
  #container .aboutus-bottom .aboutus-bottom-img {
    align-self: center;
    padding: 0 20px;
  }
  #container .aboutus-bottom .aboutus-bottom-img img {
    width: 80px;
    height: 40px;
  }
}
