@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #fff;
}

body {
  font-family: Roboto, Helvetica, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "黑體-繁", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

main {
  color: #646464;
}

a {
  color: #646464;
  text-decoration: none;
}
a:hover {
  color: #3287d2;
  text-decoration: none;
}

select {
  -webkit-appearance: none;
  padding-left: 6px;
  padding-right: 1.5rem;
  border-radius: 0.25rem;
  background: white url("../images/caret-down.svg") no-repeat center right 5px;
  background-size: 0.8rem 0.8rem;
}
select::-ms-expand {
  display: none;
}
select.page-select {
  color: #646464;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
}
select.page-select:hover {
  color: #3e3e3e;
  background-color: #ebebeb;
}

.my-input {
  -webkit-appearance: none;
  padding: 0 6px;
  background-color: white;
  border: 1px inset;
}

.-text-black {
  color: #000;
}

a.-text-black:hover {
  color: #000;
}

.button--black {
  color: #fff;
  background-color: #000;
}
.button--black:hover {
  color: #ebebeb;
  background-color: black;
}

.-text-white {
  color: #fff;
}

a.-text-white:hover {
  color: #b3b3b3;
}

.button--white {
  color: #fff;
  background-color: #fff;
}
.button--white:hover {
  color: #ebebeb;
  background-color: #ccc;
}

.-text-gray {
  color: #646464;
}

a.-text-gray:hover {
  color: rgb(61.75, 61.75, 61.75);
}

.button--gray {
  color: #fff;
  background-color: #646464;
}
.button--gray:hover {
  color: #ebebeb;
  background-color: rgb(61.75, 61.75, 61.75);
}

.-text-red {
  color: #96241e;
}

a.-text-red:hover {
  color: rgb(86.25, 20.7, 17.25);
}

.button--red {
  color: #fff;
  background-color: #96241e;
}
.button--red:hover {
  color: #ebebeb;
  background-color: rgb(86.25, 20.7, 17.25);
}

.-text-orange {
  color: #e66e3c;
}

a.-text-orange:hover {
  color: rgb(189.2386363636, 72.7840909091, 24.2613636364);
}

.button--orange {
  color: #fff;
  background-color: #e66e3c;
}
.button--orange:hover {
  color: #ebebeb;
  background-color: rgb(189.2386363636, 72.7840909091, 24.2613636364);
}

.-text-yellow {
  color: #ffaf19;
}

a.-text-yellow:hover {
  color: rgb(203.5, 132.7173913043, 0);
}

.button--yellow {
  color: #fff;
  background-color: #ffaf19;
}
.button--yellow:hover {
  color: #ebebeb;
  background-color: rgb(203.5, 132.7173913043, 0);
}

.-text-green {
  color: #5aa564;
}

a.-text-green:hover {
  color: rgb(63, 115.5, 70);
}

.button--green {
  color: #fff;
  background-color: #5aa564;
}
.button--green:hover {
  color: #ebebeb;
  background-color: rgb(63, 115.5, 70);
}

.-text-bluegreen {
  color: #49a29b;
}

a.-text-bluegreen:hover {
  color: rgb(49.2361702128, 109.2638297872, 104.5425531915);
}

.button--bluegreen {
  color: #fff;
  background-color: #49a29b;
}
.button--bluegreen:hover {
  color: #ebebeb;
  background-color: rgb(49.2361702128, 109.2638297872, 104.5425531915);
}

.-text-blue {
  color: #3287d2;
}

a.-text-blue:hover {
  color: rgb(33.03, 95.42, 150.47);
}

.button--blue {
  color: #fff;
  background-color: #3287d2;
}
.button--blue:hover {
  color: #ebebeb;
  background-color: rgb(33.03, 95.42, 150.47);
}

.-text-lightblue {
  color: #009cff;
}

a.-text-lightblue:hover {
  color: rgb(0, 109.2, 178.5);
}

.button--lightblue {
  color: #fff;
  background-color: #009cff;
}
.button--lightblue:hover {
  color: #ebebeb;
  background-color: rgb(0, 109.2, 178.5);
}

.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .page-title {
    height: 200px;
  }
}
.page-title__icon {
  height: 5rem;
  width: 5rem;
  margin: 0 0.5rem;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0 0 6px #646464;
}
@media (max-width: 767.98px) {
  .page-title__icon {
    height: 4rem;
    width: 4rem;
  }
}
.page-title__text {
  margin: 0 0.5rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  text-shadow: 0 0 6px #646464;
}
@media (max-width: 767.98px) {
  .page-title__text {
    font-size: 2.2rem;
  }
}

#page-title-bg {
  background-image: url("../img/tech/main.jpg");
}
#page-title-bg .page-title__icon {
  box-shadow: 0 0 6px #5aa564;
}
#page-title-bg .page-title__text {
  text-shadow: 0 0 6px #5aa564;
}

.section {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.tech-bg {
  background-color: #f2f8f3;
}

.tech-box {
  box-shadow: 0 0 6px #646464;
  margin-bottom: 3rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.tech-box > * {
  width: 100%;
}
@media (max-width: 991.98px) {
  .tech-box {
    flex-direction: column-reverse;
    box-shadow: 0 0 2px #646464;
  }
}

.main + .container {
  margin-top: 55px;
}
@media (max-width: 991.98px) {
  .main + .container {
    margin-top: 48px;
  }
}

.tech__text-box {
  padding: 2rem;
}
@media (max-width: 991.98px) {
  .tech__text-box {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    order: 2;
  }
}

.tech__name {
  font-size: 1.3rem;
  padding-left: 0.5rem;
  margin-bottom: 1rem;
  border-left: 0.5rem solid;
  color: #5aa564;
}
.tech__name:hover {
  color: #244228;
}

.tech__detail {
  margin-bottom: 0.5rem;
}

.tech__img-box {
  width: 100%;
}
@media (max-width: 575.98px) {
  .tech__img-box {
    order: 1;
  }
}

.tech__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .tech__img {
    height: auto;
    border-radius: 0.25rem;
  }
}

#header {
  background: linear-gradient(to bottom, #646464, #464646);
  position: relative;
}
#header a {
  color: #fff;
}
#header a:hover {
  color: #b3b3b3;
}
#header .header__logo {
  width: 100%;
  margin-left: -12px;
}
@media (max-width: 991.98px) {
  #header .header__logo {
    max-width: 136px;
  }
}
#header .header__right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  #header .header__right {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}

.subheader {
  display: none;
  background: linear-gradient(to top, #282828, #343434);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.subheader.active {
  display: block;
}
@media (max-width: 991.98px) {
  .subheader {
    display: none;
  }
}
.subheader__menu {
  height: 4rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.subheader__menu > * {
  border-right: 1px solid #b1b1b1;
}
.subheader__menu > *:first-child {
  border-left: 1px solid #b1b1b1;
}

.pagefooter__legal__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-top: 1.5rem;
}
.pagefooter__legal__links__item {
  display: inline-block;
  padding: 0 10px;
  white-space: nowrap;
}

#footer {
  padding: 0.5rem 0;
  background-color: #464646;
  color: #cacaca;
  text-align: center;
}
#footer .footer__info {
  margin: 3rem 0;
  font-size: 0.8rem;
}

.item-card {
  display: flex;
}
.item-card__img-box {
  width: 30%;
  margin-right: 5%;
  flex-grow: 1;
}
.item-card__img {
  width: 100%;
  height: 160px;
  object-fit: contain;
}
.item-card__body {
  width: 65%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .item-card__img-box {
    width: 45%;
  }
  .item-card__body {
    width: 50%;
  }
}

.box {
  box-shadow: 0 0 6px #000;
  padding: 2rem 2rem 3rem;
  border-radius: 0.25rem;
  background-size: cover;
  overflow: hidden;
}
.box__title {
  font-size: 1.3rem;
  padding-left: 0.5rem;
  border-left: 0.5rem solid;
}

#box-img {
  width: 100%;
  height: 100%;
}
