html {
  height: 100%;
}

body {
  min-height: 100%;
  font-family: "Noto Sans TC", "Microsoft JhengHei", "PingFang TC", "Montserrat", "Arial", sans-serif;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}


/* header */
.page-header {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 52px;
  box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, .05);
  background-color: #fbf4eb;
}

.header-logo img {
  height: 54px;
}

.header-nav {
  display: inline-block;
}

.header-nav~.header-nav {
  margin-left: 30px;
}

.header-nav:hover {
  color: #F16225;
}

.header-nav.active {
  color: #F16225;
  border-bottom: 2px solid #F16225;
}


/* main */
.page-main {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
  overflow: auto;
  background: #F9FAFB;
}

.page-content {
  flex: 1;
}

.page-section,
.footer-wrapper {
  margin: 0 auto;
  min-width: 375px;
  max-width: 1440px;
  padding: 80px;
}

.page-flex {
  display: flex;
  flex-wrap: wrap;
}

.page-top {
  background: linear-gradient(90deg, #fff 0%, rgba(255, 160, 122, .15) 30%, rgba(255, 160, 122, .25) 68%, rgba(255, 160, 122, .15) 100%);
}

.content-top {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-title {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #1F2937;
}

.content-desc {
  margin-top: 34px;
  font-size: 20px;
  line-height: 28px;
  color: #4B5563;
}

.content-button {
  margin-top: 42px;
  margin-right: 24px;
  width: 162px;
  height: 48px;
  padding: 12px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  background: #22C55E;
}

.content-button.main-them {
  background: #FF6B4A;
}

.content-button img {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}

.content-infos,
.content-image {
  width: 50%;
}

.content-infos {
  padding-right: 8px;
}

.content-image {
  padding: 44px 16px;
  border-radius: 8px;
  background: #DCDFE4;
}

.content-image img {
  max-width: 100%;
}

.section-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}

.section-desc {
  margin-top: 16px;
  text-align: center;
}

.list-wrapper,
.items-wrapper {
  margin-top: 64px;
}

.list-wrapper .list-item {
  margin-left: 32px;
  padding: 24px;
  width: calc((100% - 96px) / 4);
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .05);
}

.list-wrapper .list-item:nth-child(n+5) {
  margin-top: 32px;
}

.list-wrapper .list-item:nth-child(4n+1) {
  margin-left: 0;
}

.list-item .item-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #2A2A2A;
}

.list-wrapper .list-item .item-title {
  margin-top: 16px;
}

.list-item .item-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 12px;
  background: rgba(255, 90, 76, .1);
}

.list-item .item-icon img {
  margin-top: 14px;
  width: 20px;
  height: 20px;
}

.page-items {
  background-color: #fff;
}

.items-wrapper .list-item {
  margin-left: 32px;
  display: flex;
  padding: 32px;
  width: calc((100% - 32px) / 2);
  border-radius: 12px;
  background: #F9FAFB;
}

.items-wrapper .list-item:nth-child(n+3) {
  margin-top: 48px;
}

.items-wrapper .list-item:nth-child(2n+1) {
  margin-left: 0;
}

.items-wrapper .list-item .item-icon {
  margin-right: 18px;
}

/* footer */
.page-footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 30px;
  color: #3D3D3D;
}

.page-footer img {
  vertical-align: -5px;
}

.page-footer .whatsapp-item img {
  width: 24px;
}

.page-footer .email-item img {
  width: 28px;
  vertical-align: -7px;
}

.page-footer .link-item {
  padding-left: 6px;
  padding-right: 6px;
  display: inline-block;
  white-space: nowrap;
}

/* 移動端 */
.is-mobile .content-top,
.is-mobile .list-wrapper,
.is-mobile .items-wrapper,
.is-mobile .page-footer {
  display: block;
}

.is-mobile .content-desc,
.is-mobile .list-wrapper .list-item {
  margin-top: 16px;
}

.is-mobile .items-wrapper .list-item,
.is-mobile .content-button,
.is-mobile .content-image,
.is-mobile .list-wrapper,
.is-mobile .items-wrapper {
  margin-top: 24px;
}

.is-mobile .content-infos,
.is-mobile .content-image,
.is-mobile .list-item {
  width: unset;
  margin-left: 0;
}

.is-mobile .content-infos {
  padding-right: 0;
}

.is-mobile .content-button {
  margin-right: 0;
  width: 100%;
}

.is-mobile .page-section,
.is-mobile .footer-wrapper {
  padding: 32px 24px;
  min-width: 100%;
  max-width: 100%;
  justify-content: center;
}

.is-mobile .page-footer {
  text-align: center;
}

.is-mobile .page-footer .link-item {
  margin-top: 16px;
}
