@import url("https://fonts.googleapis.com/css2?family=Amiko:wght@400;600;700&family=Noto+Sans+TC:wght@100..900&display=swap");
body {
  font-family: "Amiko", "Noto Sans TC", sans-serif;
  color: #666666;
  line-height: 1.5;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #666666;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  display: block;
}

input, textarea, button {
  background-color: transparent;
  border: 0;
  outline: none;
  color: #666666;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.header {
  background-color: #fff;
  height: 85px;
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
}

.header .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  width: 120px;
}

.header__nav {
  padding-left: 30px;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.header__nav ul a {
  font-size: 13px;
  padding: 4px 8px;
}

.header__nav ul a:hover, .header__nav ul a.active {
  color: #F65600;
}

.header__line {
  padding: 12px 32px 8px;
  background-color: #48C335;
  border-radius: 30px 0 30px 0;
  font-size: 13px;
  color: #fff;
}

.header__line:hover {
  border-radius: 0 30px 0 30px;
  color: #fff;
}

.header__menu {
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 16px;
}

.header__menu .bar {
  position: absolute;
  width: 80%;
  height: 1.5px;
  background-color: #F65600;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}

.header__menu .bar-top {
  top: 24%;
}

.header__menu .bar-middle {
  top: calc(50% - 0.7px);
}

.header__menu .bar-bottom {
  top: calc(76% - 1.5px);
}

.header__menu.active .bar {
  top: 50%;
  left: 50%;
}

.header__menu.active .bar-top, .header__menu.active .bar-middle {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header__menu.active .bar-bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 991px) {
  .header .container {
    max-width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
  .header__logo {
    width: 100px;
  }
  .header__nav {
    position: fixed;
    top: 70px;
    right: 0;
    background-color: #FAFAFA;
    height: calc(100% - 70px);
    max-width: 250px;
    width: 100%;
    padding: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: -250px;
  }
  .header__nav ul {
    display: block;
  }
  .header__nav ul li {
    margin-bottom: 8px;
  }
  .header__nav ul a {
    font-size: 14px;
  }
  .header__nav.active {
    right: 0;
  }
  .header__line {
    padding: 8px 16px 4px;
    border-radius: 20px 0 20px 0;
    font-size: 12px;
  }
}

.main {
  padding-top: 85px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 70px;
  }
}

.home-banner {
  position: relative;
  width: 100%;
  padding-bottom: 51.67%;
  border-radius: 0 0 0 17vw;
  overflow: hidden;
}

.home-banner__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.home-banner__text {
  position: absolute;
  width: 35%;
  left: 10.42vw;
  bottom: 7.5vw;
}

.home-banner__text p {
  font-weight: 300;
  margin: 0;
  color: #000;
  line-height: 1.6;
}

.home-banner__logo {
  width: 230px;
  padding-bottom: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #000;
  margin-bottom: 22px;
}

.home-banner__logo > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home-banner {
    padding-bottom: 100%;
  }
  .home-banner__text {
    width: 65%;
  }
  .home-banner__text p {
    font-size: 14px;
  }
  .home-banner__logo {
    width: 100px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.banner-common {
  position: relative;
  width: 100%;
  padding-bottom: 34%;
  border-radius: 0 0 0 17vw;
  overflow: hidden;
}

.banner-common > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.banner-common h1 {
  font-size: 56px;
  font-weight: 700;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10vw;
  color: #3A3A3A;
}

.banner-common h1.text-white {
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 767px) {
  .banner-common {
    padding-bottom: 68%;
  }
  .banner-common h1 {
    font-size: 36px;
  }
}

.title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #3A3A3A;
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 36px;
  }
}

.home-about {
  padding: 90px 0;
}

.home-about__content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  background-color: #FFF7F2;
  border-radius: 150px 0 150px 0;
  overflow: hidden;
}

.home-about__content .row {
  margin: 0;
}

.home-about__content .row > div {
  padding: 0;
}

.home-about__pic {
  position: relative;
  width: 100%;
  padding-bottom: 156%;
  border-radius: 150px 0 150px 0;
  overflow: hidden;
}

.home-about__pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.home-about__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home-about__text p {
  text-align: center;
  color: #444444;
  line-height: 1.9;
  margin-bottom: 32px;
}

.home-about__text a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 8px 32px 4px;
  background-color: #F65600;
  margin: 0 auto;
  border-radius: 0 30px 0 30px;
  background-color: #F65600;
  font-size: 13px;
  color: #fff;
}

.home-about__text a:hover {
  border-radius: 30px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .home-about__content {
    border-radius: 100px 0 100px 0;
  }
  .home-about__pic {
    padding-bottom: 70%;
    border-radius: 100px 0 100px 0;
  }
  .home-about__text {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-about__text p {
    font-size: 14px;
  }
}

.service-flow {
  padding: 200px 0 50px;
  background-color: #FAFAFA;
}

.service-flow__content {
  position: relative;
  width: 716px;
  height: 716px;
  margin: 0 auto;
}

.service-flow__content .title {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, calc(-50% - 75px));
          transform: translate(-50%, calc(-50% - 75px));
}

.service-flow__circle {
  width: 566px;
  height: 566px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DCDCDC;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .service-flow__content {
    width: 100%;
    height: auto;
  }
  .service-flow__content .title {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 40px;
  }
  .service-flow__circle {
    border: none;
    width: 100%;
    height: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .service-flow {
    padding: 90px 0;
  }
  .service-flow__circle {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.c-service-flow-item {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(calc(360deg / 7 * var(--i)));
          transform: rotate(calc(360deg / 7 * var(--i)));
  -webkit-transform-origin: 358px;
          transform-origin: 358px;
  width: 150px;
}

.c-service-flow-item:nth-child(1) .c-service-flow-item__text, .c-service-flow-item:nth-child(2) .c-service-flow-item__text, .c-service-flow-item:nth-child(3) .c-service-flow-item__text {
  top: 7%;
  left: 80%;
  padding: 6px 60px 6px 40px;
}

.c-service-flow-item:nth-child(4) .c-service-flow-item__text {
  bottom: 7%;
  left: 75%;
  padding: 6px 60px 6px 40px;
}

.c-service-flow-item:nth-child(5) .c-service-flow-item__text {
  bottom: 7%;
  right: 75%;
  padding: 6px 40px 6px 60px;
}

.c-service-flow-item:nth-child(6) .c-service-flow-item__text, .c-service-flow-item:nth-child(7) .c-service-flow-item__text {
  top: 7%;
  right: 80%;
  padding: 6px 40px 6px 60px;
}

.c-service-flow-item__wrapper {
  -webkit-transform: rotate(calc(360deg / 7 * var(--i)));
          transform: rotate(calc(360deg / 7 * var(--i)));
  width: 100%;
  position: relative;
}

.c-service-flow-item__pic {
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.c-service-flow-item__pic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(253, 101, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-service-flow-item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.c-service-flow-item__icon {
  position: absolute;
  width: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-service-flow-item__text {
  border-bottom: 1px solid #BEBEBE;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: absolute;
  z-index: -1;
}

.c-service-flow-item__text h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #F65600;
  white-space: nowrap;
}

.c-service-flow-item__text p {
  margin: 0;
  color: #444444;
  white-space: nowrap;
}

.c-service-flow-item:hover .c-service-flow-item__pic::before {
  opacity: 1;
}

.c-service-flow-item:hover .c-service-flow-item__icon {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .c-service-flow-item {
    position: static;
    -webkit-transform: none !important;
            transform: none !important;
    padding: 0 20px;
    width: 50%;
    margin-bottom: 32px;
  }
  .c-service-flow-item__pic {
    width: 150px;
    padding-bottom: 150px;
  }
  .c-service-flow-item__wrapper {
    -webkit-transform: none !important;
            transform: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-service-flow-item__text {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 0 20px !important;
    z-index: 0;
    gap: 8px;
    border: 0;
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 767px) {
  .c-service-flow-item {
    width: 100%;
  }
  .c-service-flow-item__pic {
    width: 100px;
    padding-bottom: 100px;
  }
}

.about-intro {
  padding: 120px 0;
}

.about-intro__pic {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
  border-radius: 150px 0 150px 0;
  overflow: hidden;
}

.about-intro__pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.about-intro__text {
  padding: 0 60px;
  text-align: center;
}

.about-intro__text p {
  margin: 0;
  color: #444444;
  line-height: 1.9;
}

@media screen and (max-width: 991px) {
  .about-intro {
    padding: 100px 0;
  }
  .about-intro__pic {
    margin-bottom: 40px;
  }
  .about-intro__text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 575px) {
  .about-intro__pic {
    border-radius: 100px 0 100px 0;
  }
}

.about-material {
  padding: 120px 0;
}

.about-material .row {
  margin-left: -50px;
  margin-right: -50px;
}

.about-material .row > div {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .about-material {
    padding: 100px 0;
  }
  .about-material .row {
    padding: 0 40px;
  }
}

.c-about-material-item {
  margin-bottom: 60px;
}

.c-about-material-item__pic {
  width: 180px;
  height: 180px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto 35px;
  overflow: hidden;
}

.c-about-material-item__pic > img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.c-about-material-item__text {
  text-align: center;
}

.c-about-material-item__text h3 {
  margin-bottom: 15px;
  font-weight: 500;
  color: #3A3A3A;
}

.c-about-material-item__text p {
  margin: 0;
  color: #444444;
  line-height: 1.6;
}

.product-type {
  padding: 120px 0;
}

.product-type .title {
  margin-bottom: 28px;
}

.product-type p {
  text-align: center;
  font-size: 20px;
  margin: 0;
  color: #444444;
}

@media screen and (max-width: 991px) {
  .product-type {
    padding: 60px 0;
  }
  .product-type p {
    font-size: 16px;
  }
}

.contact {
  padding: 120px 20px;
}

.contact form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-bottom: 20px;
}

.contact__item label {
  width: 64px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact__item input, .contact__item textarea {
  width: calc(100% - 64px - 24px);
  background-color: #f8f8f8;
  border-radius: 0 35px 0 35px;
}

.contact__item input {
  height: 48px;
  padding: 0 35px;
}

.contact__item textarea {
  height: 150px;
  padding: 15px 35px;
}

.contact__submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 12px 48px 8px;
  background-color: #F65600;
  color: #fff;
  font-size: 13px;
  margin: 40px auto 0;
  border-radius: 40px 0 40px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact__submit:hover {
  border-radius: 0 40px 0 40px;
}

@media screen and (max-width: 575px) {
  .contact {
    padding: 60px 20px;
  }
  .contact__item {
    display: block;
    margin-bottom: 16px;
  }
  .contact__item label {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    margin-bottom: 8px;
  }
  .contact__item input, .contact__item textarea {
    width: 100%;
  }
  .contact__submit {
    margin-top: 32px;
  }
}

.footer.bg-gray {
  background-color: #FAFAFA;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__wrapper {
  background-color: #f7eae2;
  border-radius: 0 100px 0 0;
  padding: 40px 0;
}

.footer__info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.footer__info li img {
  width: 24px;
}

.footer__info li p {
  margin: 0;
  color: #3A3A3A;
}

.footer__info li:last-child {
  margin-bottom: 0;
}

.footer__copyright {
  color: #3A3A3A;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .footer .container {
    display: block;
  }
  .footer__wrapper {
    border-radius: 0 80px 0 0;
  }
  .footer__copyright {
    margin-top: 32px;
  }
}
/*# sourceMappingURL=style.css.map */