* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  position: relative;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: white;
}

a:hover {
  color: white;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  height: auto;
}

a {
  text-decoration: none;
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100vh;
}

.loading-all {
  max-width: 1903px;
  height: auto;
  overflow-x: unset;
  overflow-y: unset;
  max-width: 1903px;
}

.loading {
  width: calc(100vw + 17px);
  height: calc(100vh + 12px);
  background-color: #154058;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999999999;
  flex-direction: column;
}
@media (max-width: 767px) {
  .loading img {
    width: 250px;
  }
}
.loading .loading-text-group {
  padding-left: 80px;
  margin-top: 30px;
  display: flex;
  font-size: 28px;
  color: #F68B27;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 4px;
}
@media (max-width: 767px) {
  .loading .loading-text-group {
    padding: 45px;
  }
}
.loading .loading-text-group .loading-text-1 {
  animation: loading 2s ease-in both;
  animation-iteration-count: infinite;
}
.loading .loading-text-group .loading-text-2 {
  animation: loading 2s ease-in both;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
}
.loading .loading-text-group .loading-text-3 {
  animation: loading 2s ease-in both;
  animation-delay: 0.4s;
  animation-iteration-count: infinite;
}
.loading .loading-text-group .loading-text-4 {
  animation: loading 2s ease-in both;
  animation-delay: 0.6s;
  animation-iteration-count: infinite;
}
.loading .loading-text-group .loading-text-5 {
  animation: loading 2s ease-in both;
  animation-delay: 0.8s;
  animation-iteration-count: infinite;
}

.loading.loading-done {
  display: none;
}

.nav {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  padding: 0px 11%;
  background-color: #154058;
  z-index: 9999;
  transition: all 0.3s linear;
}
@media (max-width: 1200px) {
  .nav {
    padding: 0 5%;
  }
}
.nav .link-group {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: flex;
  padding: 8px 0;
  z-index: 99999;
}
.nav .link-group .link-group-btn {
  font-size: 20px;
  margin-left: 27px;
  font-weight: bold;
  color: white;
}
.nav .link-group .link-group-btn-end {
  margin-right: 27px;
}
.nav #ham-bar-icon {
  display: none;
}
.nav #ham-bar-icon .cancel {
  display: none;
}
.nav .ham-submenu {
  width: 100%;
  color: white;
  background-color: #154058;
  position: absolute;
  left: 0%;
  top: 100%;
  display: none;
  padding: 20px 0;
}
.nav .ham-submenu .ham-submenu-btn {
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.nav .ham-submenu .ham-submenu-btn span {
  display: block;
  padding: 5px;
}
.nav .ham-submenu .horizontal-line {
  width: 5%;
  height: 1px;
  background-color: white;
  transition: all 0.3s linear;
  margin: auto;
}
.nav .ham-submenu .ham-submenu-btn:hover {
  color: #ED892B;
  font-weight: bold;
}
.nav .ham-submenu .ham-submenu-btn:hover .horizontal-line {
  background-color: #ED892B;
  width: 35%;
  margin-top: 10px;
}

@media (max-width: 769px) {
  .nav .link-group {
    display: none;
  }
  .nav #ham-bar:checked + label svg:nth-of-type(1) {
    display: none;
  }
  .nav #ham-bar-icon,
.nav #ham-bar:checked + label svg:nth-of-type(2),
.nav #ham-bar:checked ~ .ham-submenu {
    display: block;
  }
}
.nav.navOn {
  top: 0;
}

@keyframes coin {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.menu-fix-btn {
  width: 160px;
  height: 160px;
  display: none;
  transition: all 0.8 linear;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #154058;
  border-radius: 50%;
  position: fixed;
  bottom: 87px;
  right: 20px;
  z-index: 99999;
  border: 1px solid white;
}
@media (max-width: 1400px) {
  .menu-fix-btn {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 960px) {
  .menu-fix-btn {
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  .menu-fix-btn {
    width: 65px;
    height: 65px;
  }
}
.menu-fix-btn .menu-btn-text {
  font-size: 32px;
  font-weight: bold;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 1400px) {
  .menu-fix-btn .menu-btn-text {
    font-size: 28px;
  }
}
@media (max-width: 960px) {
  .menu-fix-btn .menu-btn-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .menu-fix-btn .menu-btn-text {
    font-size: 14px;
  }
}

.menu-fix-btn.menu-on {
  display: flex;
  animation: menuIn 0.8s ease-in both;
}

.menu-fix-btn.menu-on:hover {
  animation: coin 3s linear;
  animation-iteration-count: infinite;
}

@keyframes menuIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  max-width: 1903px;
  margin: 0 auto;
  position: relative;
}

header {
  padding-top: 70px;
  background-image: url(../img/aboutUsBanner.png);
  width: 100%;
  height: 592px;
  background-position: 52%;
  position: relative;
}
@media (max-width: 360px) {
  header {
    background-image: url(../img/mobile_others_banner.png);
  }
}
@media (max-width: 360px) {
  header {
    height: 327px;
  }
}
header .banner-text-group {
  position: relative;
}
header .banner-text-group .banner-text {
  position: relative;
}
header .banner-text-group .banner-text h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  width: 56px;
  height: 224px;
  border: 1px solid white;
  font-family: "Noto Serif TC", serif;
  writing-mode: vertical-lr;
  font-size: 38px;
  line-height: 55px;
  top: 46px;
  left: 11.8%;
  letter-spacing: 7px;
}
@media (max-width: 767px) {
  header .banner-text-group .banner-text h2 {
    height: 150px;
  }
}
@media (max-width: 767px) {
  header .banner-text-group .banner-text h2 {
    font-size: 26px;
    top: 9px;
    left: 2.8%;
  }
}
header .banner-text-group .banner-text .banner-text-1 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 27.2106px;
  line-height: 39px;
  color: white;
  writing-mode: vertical-lr;
  position: absolute;
  height: 78px;
  left: 18.7%;
  top: 275.47px;
  letter-spacing: 10px;
}
@media (max-width: 767px) {
  header .banner-text-group .banner-text .banner-text-1 {
    font-size: 22px;
  }
}
@media (max-width: 960px) {
  header .banner-text-group .banner-text .banner-text-1 {
    left: 20.7%;
  }
}
@media (max-width: 767px) {
  header .banner-text-group .banner-text .banner-text-1 {
    left: 11.7%;
    top: 160px;
  }
}
@media (max-width: 360px) {
  header .banner-text-group .banner-text .banner-text-1 {
    left: 19.7%;
    top: 160px;
  }
}
header .banner-text-group .banner-text .banner-text-1::before {
  content: "";
  border-bottom: 3px solid white;
  position: absolute;
  transform-origin: bottom center;
  transform: rotateZ(-45deg) scale(0.8);
  height: 50px;
  width: 106px;
  top: 16px;
  left: -16px;
}
header .banner-text-group .banner-text .banner-text-2 {
  font-family: "Noto Sans TC", sans-serif;
  font-weight: 400;
  font-size: 27.2106px;
  line-height: 39px;
  color: white;
  writing-mode: vertical-lr;
  position: absolute;
  height: 78px;
  left: 15.1%;
  top: 294.47px;
  letter-spacing: 10px;
}
@media (max-width: 767px) {
  header .banner-text-group .banner-text .banner-text-2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  header .banner-text-group .banner-text .banner-text-2 {
    left: 5.1%;
    top: 201px;
  }
}

main {
  background-image: url(../img/about_grilles.png);
  background-repeat: no-repeat;
  z-index: -2;
  background-position: center;
}
@media (max-width: 1399px) {
  main {
    background-image: unset;
  }
}
main .story-start {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 1400px) {
  main .story-start {
    max-width: 1230px;
  }
}
@media (max-width: 1399px) {
  main .story-start {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  main .story-start {
    max-width: 693px;
  }
}
@media (max-width: 767px) {
  main .story-start {
    flex-direction: column-reverse;
    max-width: 310px;
  }
}
main .story-start .story-start-content {
  display: flex;
}
@media (max-width: 767px) {
  main .story-start .story-start-content {
    flex-direction: column;
  }
}
main .story-start .story-start-content .story-title {
  position: relative;
}
@media (max-width: 767px) {
  main .story-start .story-start-content .story-title {
    display: flex;
  }
}
main .story-start .story-start-content .story-title h3 {
  padding-top: 48px;
  font-size: 24px;
  color: #154058;
  font-family: "Noto Serif TC", serif;
}
@media (max-width: 767px) {
  main .story-start .story-start-content .story-title h3 {
    padding-top: 13px;
  }
}
@media (max-width: 1400px) {
  main .story-start .story-start-content .story-title h3 {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  main .story-start .story-start-content .story-title h3 {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  main .story-start .story-start-content .story-title h3 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  main .story-start .story-start-content .story-title h3 {
    font-size: 22px;
    white-space: nowrap;
  }
}
main .story-start .story-start-content .story-title h4 {
  margin-right: 37px;
  padding-left: 43px;
  font-size: 28px;
  color: #154058;
  font-family: "Noto Serif TC", serif;
  writing-mode: vertical-lr;
  letter-spacing: 8px;
  margin-top: 49px;
}
@media (max-width: 767px) {
  main .story-start .story-start-content .story-title h4 {
    margin-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 800px) {
  main .story-start .story-start-content .story-title h4 {
    padding-left: 16px;
  }
}
@media (max-width: 1400px) {
  main .story-start .story-start-content .story-title h4 {
    font-size: 26px;
  }
}
@media (max-width: 1399px) {
  main .story-start .story-start-content .story-title h4 {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  main .story-start .story-start-content .story-title h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  main .story-start .story-start-content .story-title h4 {
    font-size: 18px;
    color: #4a5d68;
    line-height: 26px;
    letter-spacing: 0.15em;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  main .story-start .story-start-content .story-title h4 {
    writing-mode: unset;
  }
}
main .story-start .story-start-content .story-title::before {
  content: "";
  border-bottom: 3px solid #154058;
  position: absolute;
  transform-origin: bottom center;
  transform: rotateZ(-45deg) scale(0.8);
  height: 50px;
  width: 100%;
  top: 30px;
  left: 68px;
}
@media (max-width: 800px) {
  main .story-start .story-start-content .story-title::before {
    left: 34px;
  }
}
@media (max-width: 767px) {
  main .story-start .story-start-content .story-title::before {
    top: 0;
    width: 31%;
  }
}
main .story-start .story-start-content .story-content {
  margin-top: 103px;
  width: 122%;
}
@media (max-width: 767px) {
  main .story-start .story-start-content .story-content {
    margin-top: 0px;
    width: 100%;
  }
}
main .story-start .story-start-content .story-content p {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  letter-spacing: 3px;
  color: #4a5d68;
  line-height: 30px;
}
@media (max-width: 1400px) {
  main .story-start .story-start-content .story-content p {
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 1399px) {
  main .story-start .story-start-content .story-content p {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 800px) {
  main .story-start .story-start-content .story-content p {
    font-size: 10px;
    -webkit-transform: scale(0.83);
    transform-origin: left top;
  }
}
@media (max-width: 767px) {
  main .story-start .story-start-content .story-content p {
    -webkit-transform: scale(1);
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
}
main .story-start .story-start-img {
  margin-left: 8.3%;
  margin-top: 36px;
  position: relative;
}
@media (max-width: 1399px) {
  main .story-start .story-start-img {
    margin-left: 2.3%;
  }
}
@media (max-width: 767px) {
  main .story-start .story-start-img {
    margin-left: 0 auto;
  }
}
main .story-start .story-start-img img {
  transition: all 0.8s linear;
}
@media (max-width: 1400px) {
  main .story-start .story-start-img img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1399px) {
  main .story-start .story-start-img img {
    width: 282px;
    height: 282px;
  }
}
@media (max-width: 800px) {
  main .story-start .story-start-img img {
    width: 243px;
    height: 243px;
  }
}
@media (max-width: 767px) {
  main .story-start .story-start-img img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
main .story-start .story-start-img::before {
  content: "";
  position: absolute;
  border-left: 3px solid #154058;
  transform-origin: bottom center;
  height: 128%;
  left: -82px;
}
@media (max-width: 1399px) {
  main .story-start .story-start-img::before {
    display: none;
  }
}
main .story-history {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 149px;
  display: flex;
}
@media (max-width: 1400px) {
  main .story-history {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  main .story-history {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  main .story-history {
    max-width: 693px;
  }
}
@media (max-width: 767px) {
  main .story-history {
    max-width: 310px;
  }
}
@media (max-width: 1399px) {
  main .story-history {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  main .story-history {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  main .story-history {
    flex-direction: column;
  }
}
main .story-history .story-history-title-text {
  margin-top: 449.56px;
  margin-left: -54px;
  padding: 21px 58px 71px 105px;
  background-color: rgba(231, 231, 231, 0.4);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  main .story-history .story-history-title-text {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  main .story-history .story-history-title-text {
    margin-top: 0px;
  }
}
@media (max-width: 1399px) {
  main .story-history .story-history-title-text {
    margin-left: 0;
  }
}
@media (max-width: 1399px) {
  main .story-history .story-history-title-text {
    padding: 21px 58px 42px 38px;
  }
}
@media (max-width: 800px) {
  main .story-history .story-history-title-text {
    padding: 21px 38px 42px 37px;
  }
}
@media (max-width: 767px) {
  main .story-history .story-history-title-text {
    padding: 49px 16px 20px 30px;
  }
}
main .story-history .story-history-title-text h3 {
  margin-left: auto;
  font-family: "Noto Serif TC", serif;
  font-size: 28px;
  position: relative;
}
@media (max-width: 1399px) {
  main .story-history .story-history-title-text h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  main .story-history .story-history-title-text h3 {
    position: absolute;
    right: 37px;
    top: 26px;
    margin-top: 15px;
    font-size: 22px;
    line-height: 32px;
    color: #154058;
  }
}
main .story-history .story-history-title-text h3::before {
  content: "";
  border-bottom: 3px solid #154058;
  position: absolute;
  transform-origin: bottom center;
  transform: rotateZ(-45deg) scale(0.8);
  height: 50px;
  width: 100%;
  top: -38px;
  left: 84px;
}
@media (max-width: 1399px) {
  main .story-history .story-history-title-text h3::before {
    top: -52px;
    left: 73px;
  }
}
@media (max-width: 800px) {
  main .story-history .story-history-title-text h3::before {
    top: -52px;
    left: 53px;
  }
}
@media (max-width: 767px) {
  main .story-history .story-history-title-text h3::before {
    top: -18px;
    left: 53px;
  }
}
main .story-history .story-history-title-text p {
  white-space: nowrap;
  padding-right: 95px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Noto Sans TC", sans-serif;
  letter-spacing: 2px;
}
@media (max-width: 1399px) {
  main .story-history .story-history-title-text p {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  main .story-history .story-history-title-text p {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  main .story-history .story-history-title-text p {
    font-size: 12px;
  }
}
@media (max-width: 1399px) {
  main .story-history .story-history-title-text p {
    line-height: 19px;
  }
}
@media (max-width: 800px) {
  main .story-history .story-history-title-text p {
    font-size: 10px;
    -webkit-transform: scale(0.83);
    transform-origin: left top;
  }
}
@media (max-width: 767px) {
  main .story-history .story-history-title-text p {
    -webkit-transform: scale(1);
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0.1em;
    white-space: unset;
    margin-top: 50px;
  }
}
main .story-history .story-history-title-text::before {
  content: "";
  border-top: 3px solid #154058;
  border-left: 3px solid #154058;
  position: absolute;
  transform-origin: bottom center;
  height: 80px;
  width: 418px;
  top: 12.44px;
  left: 7.88px;
}
@media (max-width: 1399px) {
  main .story-history .story-history-title-text::before {
    width: 268px;
    height: 51px;
  }
}
main .story-history .story-history-title-text::after {
  content: "";
  border-bottom: 3px solid #154058;
  border-right: 3px solid #154058;
  position: absolute;
  transform-origin: bottom center;
  height: 80px;
  width: 418px;
  bottom: 12.44px;
  right: 7.88px;
}
@media (max-width: 1399px) {
  main .story-history .story-history-title-text::after {
    width: 268px;
    height: 51px;
  }
}
main .story-history .story-history-img {
  position: relative;
}
@media (max-width: 1400px) {
  main .story-history .story-history-img img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1399px) {
  main .story-history .story-history-img img {
    width: 282px;
    height: 282px;
  }
}
@media (max-width: 1399px) {
  main .story-history .story-history-img img {
    width: 243px;
    height: 243px;
  }
}
@media (max-width: 767px) {
  main .story-history .story-history-img img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
main .story-history .story-history-img::before {
  content: "";
  position: absolute;
  height: 464px;
  width: 50%;
  border-right: 3px solid #154058;
  left: 0;
  bottom: -465px;
}
@media (max-width: 1399px) {
  main .story-history .story-history-img::before {
    display: none;
  }
}
main .logo-mean {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  position: relative;
  margin-top: 148px;
}
@media (max-width: 1400px) {
  main .logo-mean {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  main .logo-mean {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  main .logo-mean {
    max-width: 693px;
  }
}
@media (max-width: 767px) {
  main .logo-mean {
    max-width: 310px;
  }
}
@media (max-width: 1400px) {
  main .logo-mean {
    padding-left: 59px;
  }
}
@media (max-width: 1400px) {
  main .logo-mean {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  main .logo-mean {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  main .logo-mean {
    margin-top: 0;
  }
}
main .logo-mean .logo-mean-content {
  margin-top: 449.56px;
  margin-left: 49px;
  padding: 0px 105px 71px 0px;
  background-color: rgba(231, 231, 231, 0.4);
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
@media (max-width: 1400px) {
  main .logo-mean .logo-mean-content {
    margin-top: 326.56px;
    margin-left: 76px;
  }
}
@media (max-width: 1399px) {
  main .logo-mean .logo-mean-content {
    margin: auto 0;
  }
}
@media (max-width: 1400px) {
  main .logo-mean .logo-mean-content {
    padding-right: 0px;
  }
}
@media (max-width: 800px) {
  main .logo-mean .logo-mean-content {
    padding: 0px 0px 10px 0px;
  }
}
main .logo-mean .logo-mean-content .logo-mean-title-text {
  padding: 24px 0 18px 16px;
}
main .logo-mean .logo-mean-content .logo-mean-title-text h3 {
  font-family: "Noto Serif TC", serif;
  font-size: 28px;
  position: relative;
}
@media (max-width: 1400px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text h3 {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text h3 {
    margin-top: 15px;
    font-size: 22px;
    line-height: 32px;
    color: #154058;
  }
}
main .logo-mean .logo-mean-content .logo-mean-title-text h3::before {
  content: "";
  border-bottom: 3px solid #154058;
  position: absolute;
  transform-origin: bottom center;
  transform: rotateZ(-45deg) scale(0.8);
  height: 50px;
  width: 98.29px;
  top: 0px;
  left: 60px;
}
@media (max-width: 1399px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text h3::before {
    left: 7px;
  }
}
@media (max-width: 767px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text h3::before {
    top: -20px;
    left: 44px;
  }
}
main .logo-mean .logo-mean-content .logo-mean-title-text p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
  margin-left: 111px;
  margin-top: 32px;
}
@media (max-width: 1400px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text p {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text p {
    font-size: 12px;
  }
}
@media (max-width: 1399px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text p {
    line-height: 19px;
  }
}
@media (max-width: 800px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text p {
    font-size: 10px;
    -webkit-transform: scale(0.83);
    transform-origin: left top;
  }
}
@media (max-width: 767px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.1em;
    -webkit-transform: scale(1);
  }
}
@media (max-width: 1400px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text p {
    margin-left: 135px;
    margin-top: 41px;
  }
}
@media (max-width: 1399px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text p {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  main .logo-mean .logo-mean-content .logo-mean-title-text p {
    margin-left: 0;
  }
}
main .logo-mean .logo-mean-content::before {
  content: "";
  border-top: 3px solid #154058;
  border-right: 3px solid #154058;
  position: absolute;
  transform-origin: bottom center;
  height: 80px;
  width: 418px;
  top: 12.44px;
  right: 7.88px;
}
@media (max-width: 1399px) {
  main .logo-mean .logo-mean-content::before {
    width: 268px;
    height: 51px;
  }
}
main .logo-mean .logo-mean-content::after {
  content: "";
  border-bottom: 3px solid #154058;
  border-left: 3px solid #154058;
  position: absolute;
  transform-origin: bottom center;
  height: 80px;
  width: 418px;
  bottom: 12.44px;
  left: 7.88px;
}
@media (max-width: 1399px) {
  main .logo-mean .logo-mean-content::after {
    width: 268px;
    height: 51px;
  }
}
main .logo-mean .logo-mean-img {
  margin-left: auto;
  position: absolute;
  right: 0;
  z-index: 0;
}
@media (max-width: 1399px) {
  main .logo-mean .logo-mean-img {
    position: unset;
  }
}
@media (max-width: 1400px) {
  main .logo-mean .logo-mean-img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1399px) {
  main .logo-mean .logo-mean-img {
    width: 282px;
    height: 282px;
  }
}
@media (max-width: 800px) {
  main .logo-mean .logo-mean-img {
    width: 243px;
    height: 243px;
  }
}
@media (max-width: 767px) {
  main .logo-mean .logo-mean-img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
main .logo-mean .logo-mean-img::before {
  content: "";
  position: absolute;
  height: 464px;
  width: 50%;
  border-right: 3px solid #154058;
  left: 0;
  bottom: -537px;
}
@media (max-width: 1400px) {
  main .logo-mean .logo-mean-img::before {
    bottom: -532px;
  }
}
@media (max-width: 1399px) {
  main .logo-mean .logo-mean-img::before {
    display: none;
  }
}
@media (max-width: 1400px) {
  main .logo-mean img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1399px) {
  main .logo-mean img {
    width: 282px;
    height: 282px;
  }
}
@media (max-width: 800px) {
  main .logo-mean img {
    width: 243px;
    height: 243px;
  }
}
@media (max-width: 767px) {
  main .logo-mean img {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
main .logo-hope {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 149px;
  display: flex;
}
@media (max-width: 1400px) {
  main .logo-hope {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  main .logo-hope {
    max-width: 800px;
  }
}
@media (max-width: 800px) {
  main .logo-hope {
    max-width: 693px;
  }
}
@media (max-width: 767px) {
  main .logo-hope {
    max-width: 310px;
  }
}
@media (max-width: 1399px) {
  main .logo-hope {
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  main .logo-hope {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  main .logo-hope {
    flex-direction: column;
  }
}
main .logo-hope .logo-hope-title-text {
  margin-top: 449.56px;
  margin-left: -54px;
  padding: 21px 58px 71px 105px;
  background-color: rgba(231, 231, 231, 0.4);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1400px) {
  main .logo-hope .logo-hope-title-text {
    margin-top: 345.56px;
  }
}
@media (max-width: 1399px) {
  main .logo-hope .logo-hope-title-text {
    margin-top: 0px;
  }
}
@media (max-width: 1399px) {
  main .logo-hope .logo-hope-title-text {
    margin-left: 0px;
  }
}
@media (max-width: 800px) {
  main .logo-hope .logo-hope-title-text {
    padding: 15px 29px 30px 39px;
  }
}
main .logo-hope .logo-hope-title-text h3 {
  margin-left: auto;
  font-family: "Noto Serif TC", serif;
  font-size: 28px;
  position: relative;
}
@media (max-width: 1399px) {
  main .logo-hope .logo-hope-title-text h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  main .logo-hope .logo-hope-title-text h3 {
    margin-top: 15px;
    font-size: 22px;
    line-height: 32px;
    color: #154058;
  }
}
main .logo-hope .logo-hope-title-text h3::before {
  content: "";
  border-bottom: 3px solid #154058;
  position: absolute;
  transform-origin: bottom center;
  transform: rotateZ(-45deg) scale(0.8);
  height: 50px;
  width: 100%;
  top: -38px;
  left: 84px;
}
@media (max-width: 1399px) {
  main .logo-hope .logo-hope-title-text h3::before {
    top: -52px;
    left: 73px;
  }
}
@media (max-width: 1399px) {
  main .logo-hope .logo-hope-title-text h3::before {
    top: -45px;
    left: 46px;
  }
}
@media (max-width: 767px) {
  main .logo-hope .logo-hope-title-text h3::before {
    top: -5px;
  }
}
main .logo-hope .logo-hope-title-text p {
  padding-right: 95px;
  font-size: 18px;
  line-height: 30px;
  font-family: "Noto Serif TC", serif;
  letter-spacing: 2px;
}
@media (max-width: 1399px) {
  main .logo-hope .logo-hope-title-text p {
    padding-right: 0px;
  }
}
@media (max-width: 1400px) {
  main .logo-hope .logo-hope-title-text p {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  main .logo-hope .logo-hope-title-text p {
    font-size: 12px;
  }
}
@media (max-width: 1399px) {
  main .logo-hope .logo-hope-title-text p {
    line-height: 19px;
  }
}
@media (max-width: 800px) {
  main .logo-hope .logo-hope-title-text p {
    font-size: 10px;
    -webkit-transform: scale(0.83);
    transform-origin: left top;
  }
}
@media (max-width: 767px) {
  main .logo-hope .logo-hope-title-text p {
    -webkit-transform: scale(1);
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.1em;
    color: #154058;
  }
}
main .logo-hope .logo-hope-title-text::before {
  content: "";
  border-top: 3px solid #154058;
  border-left: 3px solid #154058;
  position: absolute;
  transform-origin: bottom center;
  height: 80px;
  width: 418px;
  top: 12.44px;
  left: 7.88px;
}
@media (max-width: 1399px) {
  main .logo-hope .logo-hope-title-text::before {
    width: 268px;
    height: 51px;
  }
}
main .logo-hope .logo-hope-title-text::after {
  content: "";
  border-bottom: 3px solid #154058;
  border-right: 3px solid #154058;
  position: absolute;
  transform-origin: bottom center;
  height: 80px;
  width: 418px;
  bottom: 12.44px;
  right: 7.88px;
}
@media (max-width: 1399px) {
  main .logo-hope .logo-hope-title-text::after {
    width: 268px;
    height: 51px;
  }
}
@media (max-width: 1400px) {
  main .logo-hope img {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1399px) {
  main .logo-hope img {
    width: 282px;
    height: 282px;
  }
}
@media (max-width: 800px) {
  main .logo-hope img {
    width: 243px;
    height: 243px;
  }
}
main .about-us-line {
  display: none;
  position: relative;
  background-image: url(../img/mobile_biggest_grilles_b.png);
  height: 196px;
}
@media (max-width: 767px) {
  main .about-us-line {
    display: block;
  }
}
main .about-us-line::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 121px;
  top: 40px;
  right: 50%;
  border-right: 5px solid #154058;
}

footer {
  font-family: "Noto Sans TC", sans-serif;
  transition: all 1s linear;
}
footer .footer-pc {
  margin-top: 102px;
  width: 100%;
  height: 120px;
  padding: 50px 23.8% 50px 23.8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #154058;
}
@media (max-width: 767px) {
  footer .footer-pc {
    display: none;
  }
}
@media (max-width: 1400px) {
  footer .footer-pc {
    padding: 1.1% 15.7%;
  }
}
@media (max-width: 1200px) {
  footer .footer-pc {
    padding: 1.1% 12.7%;
  }
}
@media (max-width: 960px) {
  footer .footer-pc {
    padding: 1.1% 3.1% 1.1% 9.7%;
  }
}
footer .footer-pc img {
  width: 203px;
  height: 80px;
}
@media (max-width: 1400px) {
  footer .footer-pc img {
    width: 179px;
    height: 70px;
  }
}
footer .footer-pc .footer-group {
  display: flex;
}
footer .footer-pc .footer-text-group {
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  footer .footer-pc .footer-text-group {
    font-size: 12px;
  }
}
footer .footer-pc .footer-text-group .footer-phone-business {
  display: flex;
  margin-bottom: 11px;
  justify-content: center;
}
footer .footer-pc .footer-text-group .footer-phone-business .footer-phone {
  margin-right: 42px;
}
footer .footer-pc .footer-text-group .footer-address {
  margin-bottom: 11px;
}
footer .footer-pc .footer-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-pc .footer-icon i {
  margin-right: 15.69px;
  font-size: 28px;
  color: white;
}
footer .footer-pc.footer-on {
  padding: 0 23.8% 0px 23.8%;
}
@media (max-width: 1400px) {
  footer .footer-pc.footer-on {
    padding: 1.1% 15.7%;
  }
}
@media (max-width: 1200px) {
  footer .footer-pc.footer-on {
    padding: 1.1% 12.7%;
  }
}
@media (max-width: 960px) {
  footer .footer-pc.footer-on {
    padding: 1.1% 3.1% 1.1% 9.7%;
  }
}
footer .footer-mb {
  display: none;
  position: relative;
  flex-direction: column;
  width: 100%;
  height: 210px;
  background-color: #154058;
  background-image: url(../img/mobile_footer.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 17px 4.7% 40px 4.7%;
}
@media (max-width: 767px) {
  footer .footer-mb {
    display: flex;
  }
}
footer .footer-mb .footer-mb-text {
  font-size: 12px;
  color: white;
  margin-bottom: 5px;
}
footer .footer-mb .footer-mb-icon-group {
  position: absolute;
  right: 20px;
  bottom: 27px;
}
footer .footer-mb .footer-mb-icon-group i {
  font-size: 30px;
  color: white;
}
footer .footer-mb .footer-mb-icon-group .phone-icon {
  position: absolute;
  bottom: 46px;
  right: 17px;
}
footer .footer-mb .footer-mb-icon-group .fb-icon {
  position: absolute;
  bottom: 0px;
  right: 70px;
}
footer .footer-mb .footer-mb-icon-group .ig-icon {
  position: absolute;
  bottom: 0px;
  right: 17px;
}
footer .footer-mb .footer-end-text {
  display: flex;
  font-size: 12px;
  line-height: 11.5px;
  justify-content: center;
  color: white;
  -webkit-transform: scale(0.8);
  white-space: nowrap;
  margin-top: 123px;
}
footer .footer-mb.footerMb-on {
  opacity: 1;
  transform: translate(0, 0);
  padding: 17px 4.7% 0px 4.7%;
}/*# sourceMappingURL=about-us.css.map */