@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  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;
  -webkit-font-smoothing: antialiased;
}

main {
  color: #646464;
}

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

select {
  appearance: none;
  padding-left: 6px;
  padding-right: 1.5rem;
  border-radius: 0.25rem;
  background-color: white;
  background-image: url("../img/caret-down.svg");
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 0.8rem 0.8rem;
}
select::-ms-expand {
  display: none;
}

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

.-text-black {
  color: #000;
}
.-text-black[href]:hover {
  color: black;
  color: #000;
}

.-text-white {
  color: #fff;
  color: #fff;
}
.-text-white[href]:hover {
  color: rgb(216.75, 216.75, 216.75);
}

.-text-gray {
  color: #646464;
}
.-text-gray[href]:hover {
  color: rgb(61.75, 61.75, 61.75);
}

.-text-red {
  color: #96241e;
}
.-text-red[href]:hover {
  color: rgb(86.25, 20.7, 17.25);
}

.-text-orange {
  color: #e66e3c;
}
.-text-orange[href]:hover {
  color: rgb(189.2386363636, 72.7840909091, 24.2613636364);
}

.-text-yellow {
  color: #ffaf19;
}
.-text-yellow[href]:hover {
  color: rgb(203.5, 132.7173913043, 0);
}

.-text-green {
  color: #5aa564;
}
.-text-green[href]:hover {
  color: rgb(63, 115.5, 70);
}

.-text-bluegreen {
  color: #49a29b;
}
.-text-bluegreen[href]:hover {
  color: rgb(49.2361702128, 109.2638297872, 104.5425531915);
}

.-text-blue {
  color: #3287d2;
}
.-text-blue[href]:hover {
  color: rgb(33.03, 95.42, 150.47);
}

.-text-lightblue {
  color: #009cff;
}
.-text-lightblue[href]:hover {
  color: rgb(0, 109.2, 178.5);
}

#header a, #footer a, .-text-white a {
  color: #fff;
}
#header a:hover, #footer a:hover, .-text-white a:hover {
  color: #b3b3b3;
}

.button {
  display: inline-block;
  border: none;
  padding: 0.2rem 1rem;
  font-size: 1rem;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.button:hover {
  color: #ebebeb;
  background-color: #000;
}
.button:focus {
  outline: none;
}
.button__icon {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  margin-left: 0.5rem;
}
.button__icon--right {
  position: absolute;
  right: 8px;
}
.button__icon--left {
  position: absolute;
  left: 8px;
}
.button--black {
  color: #fff;
  background-color: #000;
}
.button--black:hover {
  color: #ebebeb;
  background-color: black;
}
.button--white {
  color: #fff;
  background-color: #fff;
}
.button--white:hover {
  color: #ebebeb;
  background-color: rgb(229.5, 229.5, 229.5);
}
.button--gray {
  color: #fff;
  background-color: #646464;
}
.button--gray:hover {
  color: #ebebeb;
  background-color: rgb(74.5, 74.5, 74.5);
}
.button--red {
  color: #fff;
  background-color: #96241e;
}
.button--red:hover {
  color: #ebebeb;
  background-color: rgb(107.5, 25.8, 21.5);
}
.button--orange {
  color: #fff;
  background-color: #e66e3c;
}
.button--orange:hover {
  color: #ebebeb;
  background-color: rgb(211.8409090909, 81.4772727273, 27.1590909091);
}
.button--yellow {
  color: #fff;
  background-color: #ffaf19;
}
.button--yellow:hover {
  color: #ebebeb;
  background-color: rgb(229, 149.347826087, 0);
}
.button--green {
  color: #fff;
  background-color: #5aa564;
}
.button--green:hover {
  color: #ebebeb;
  background-color: #488450;
}
.button--bluegreen {
  color: #fff;
  background-color: #49a29b;
}
.button--bluegreen:hover {
  color: #ebebeb;
  background-color: rgb(57.1574468085, 126.8425531915, 121.3617021277);
}
.button--blue {
  color: #fff;
  background-color: #3287d2;
}
.button--blue:hover {
  color: #ebebeb;
  background-color: rgb(37.62, 108.68, 171.38);
}
.button--lightblue {
  color: #fff;
  background-color: #009cff;
}
.button--lightblue:hover {
  color: #ebebeb;
  background-color: rgb(0, 124.8, 204);
}

.container {
  max-width: 1200px;
}

.menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
}
.menu-bar.ul {
  list-style: none;
}

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

.paragraph-title {
  padding-left: 0.6rem;
  margin-bottom: 0.4rem;
  border-left: 0.5rem solid #000;
  font-size: 1.3rem;
  color: #000;
}

.section-title {
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  color: #000;
}

.box {
  box-shadow: 0 0 6px #000;
  padding: 2rem 2rem 3rem;
  border-radius: 0.25rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.box__title {
  font-size: 1.3rem;
  padding-left: 0.5rem;
  margin-bottom: 0.5rem;
  border-left: 0.5rem solid;
}
.box__icon {
  margin: 0 1rem;
}
.box__text {
  width: 40%;
}

.item-card {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.item-card__img-box {
  width: 30%;
  margin-right: 5%;
  flex-grow: 1;
}
.item-card__img {
  width: 100%;
  height: 160px;
  padding: 0.5rem;
  object-fit: contain;
}
.item-card__body {
  color: #646464;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 65%;
  flex-grow: 1;
}
.item-card__title {
  margin-bottom: 0.4rem;
  font-weight: bold;
  font-size: 1.3rem;
}
.item-card__description {
  margin: 0;
  color: #646464;
  font-size: 1rem;
}
@media (max-width: 575.98px) {
  .item-card__img-box {
    width: 45%;
    margin-right: 5%;
  }
  .item-card__body {
    width: 50%;
  }
}

#header {
  background: linear-gradient(to bottom, #646464, #464646);
  position: relative;
}
#header .header__left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header .header__logo {
  width: 100%;
  margin-left: -12px;
}
@media (max-width: 991.98px) {
  #header .header__logo {
    max-width: 136px;
  }
}
#header .header__right {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991.98px) {
  #header .header__right {
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
  }
}
#header .header__hamburger-memu {
  display: none;
}
@media (max-width: 991.98px) {
  #header .header__hamburger-memu {
    font-size: 1.3rem;
    display: block;
  }
}
@media (max-width: 991.98px) {
  #header .header__main-menu {
    display: none;
  }
}
#header .header__menu-item {
  padding-bottom: 0.5rem;
  cursor: pointer;
  color: #fff;
}
#header .header__menu-item:hover {
  color: #b3b3b3;
}
#header .header__menu-item.active {
  background: url("../images/header/caret-up.png") no-repeat center bottom;
  background-clip: padding-box;
}
#header .header__sub-menu {
  font-size: 0.8rem;
  align-self: flex-end;
  margin: 0.5rem 0;
  margin-right: -0.5rem;
  line-height: 1;
}
#header .header__sub-menu > * {
  padding: 0 0.5rem;
}
#header .header__sub-menu > *:not(:last-child) {
  border-right: 1px solid #fff;
}
@media (max-width: 991.98px) {
  #header .header__sub-menu {
    display: none;
  }
}

.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;
  justify-content: center;
  overflow: hidden;
}
.subheader__menu > * {
  border-right: 1px solid #b1b1b1;
}
.subheader__menu > *:first-child {
  border-left: 1px solid #b1b1b1;
}
@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .subheader__menu {
    font-size: 0.9rem;
  }
}
.subheader__menu-item {
  line-height: 1;
  padding: 0 0.75rem;
  white-space: nowrap;
}
.subheader__menu-item .menu-item__text:hover {
  padding-bottom: 0.25rem;
  border-bottom: 4px solid;
  color: #fff;
}

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

.coretech-box {
  background-size: 50%;
  margin-bottom: 4rem;
  box-shadow: 0 0 6px #646464;
  padding: 0;
  display: flex;
}
.coretech-box > * {
  width: 50%;
  flex: 1 1 100%;
}
@media (max-width: 991.98px) {
  .coretech-box {
    flex-direction: column !important;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
  }
  .coretech-box > * {
    width: 100%;
  }
}
.coretech-box:nth-of-type(2n-1) {
  flex-direction: row-reverse;
}
.coretech-box:nth-of-type(2n-1) .coretech-box__title {
  color: #5aa564;
}
.coretech-box:nth-of-type(2n) .coretech-box__title {
  color: #7dcbe5;
}
.coretech-box__title {
  font-size: 1.8rem;
  position: relative;
  padding: 0 0 0 4rem;
  border: none;
  margin-bottom: 1rem;
}
.coretech-box:last-of-type {
  margin-bottom: 124px;
}
@media (max-width: 991.98px) {
  .coretech-box:last-of-type {
    margin-bottom: 0;
  }
}

#box-icon1 {
  background-image: url("../images/coretech/01.svg");
}

#box-icon2 {
  background-image: url("../images/coretech/02.svg");
}

#box-icon3 {
  background-image: url("../images/coretech/03.svg");
}

#box-icon4 {
  background-image: url("../images/coretech/04.svg");
}

#box-icon5 {
  background-image: url("../images/coretech/05.svg");
}

#box-icon6 {
  background-image: url("../images/coretech/06.svg");
}

#box-icon7 {
  background-image: url("../images/coretech/07.svg");
}

#box-icon8 {
  background-image: url("../images/coretech/08.svg");
}

#coretech-box-1 {
  background-image: url("../images/coretech/01.jpg");
}

#coretech-box-2 {
  background-image: url("../images/coretech/02.jpg");
}

#coretech-box-3 {
  background-image: url("../images/coretech/03.jpg");
}

#coretech-box-4 {
  background-image: url("../images/coretech/04.jpg");
}

#coretech-box-5 {
  background-image: url("../images/coretech/05.jpg");
}

#coretech-box-6 {
  background-image: url("../images/coretech/06.jpg");
}

#page-title-bg {
  background-image: url(../img/coretech/main.jpg);
  margin-bottom: 4rem;
}

.areatitle {
  text-align: center;
  font-size: 2rem;
  margin-top: -10px;
  margin-bottom: 50px;
}

#box-icon1 {
  background-image: url(../img/coretech/01.svg);
}

#box-icon2 {
  background-image: url(../img/coretech/02-1.svg);
}

#box-icon3 {
  background-image: url(../img/coretech/02-2.svg);
}

#box-icon4 {
  background-image: url(../img/coretech/02-3.svg);
}

#box-icon5 {
  background-image: url(../img/coretech/03.svg);
}

#box-icon6 {
  background-image: url(../img/coretech/04.svg);
}

#box-icon7 {
  background-image: url(../img/coretech/05.svg);
}

#box-icon8 {
  background-image: url(../img/coretech/06.svg);
}

.coretech-box__icon {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 3rem;
  padding-left: 4rem;
  margin-bottom: 1rem;
}

.coretech-box__subtitle {
  font-size: 1.3rem;
  color: black;
}

.coretech-box__content {
  padding: 2rem;
}

.coretech-box-number {
  font-size: 2.8rem;
  width: 4rem;
  position: absolute;
  left: 0;
  top: -14px;
}

.coretech-box__main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
