@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
}

a {
  color: inherit;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  transform: translateX(150%);
  transition: transform 600ms;
}
.fix_aside.is_active {
  transform: translateX(0%);
}
.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background: #fbab2c linear-gradient(135deg, #fbab2c 33%, #fff) no-repeat;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  transition: transform 240ms, box-shadow 240ms;
}
.fix_aside .fx_item.is_primary {
  background: #fbab2c;
  color: #fff;
}
.fix_aside .fx_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}
.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fix_aside .fx_item .in_wrap.txt {
  text-align: center;
  line-height: 1.3;
}
.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}
.fix_aside .fx_item .in_wrap .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.sc_title {
  position: relative;
  z-index: 2;
  line-height: 1;
  margin-bottom: 2em;
  text-align: center;
}
.sc_title .tit {
  position: relative;
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.5rem;
  color: #fbab2c;
}
.sc_title .tit::before, .sc_title .tit::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1rem;
  height: 100%;
  background-color: #fbab2c;
  background: linear-gradient(0deg, #fff 33%, #fbab2c 34%, #fbab2c 66%, #fff 67%) 0 0/1rem 6px;
}
.sc_title .tit::before {
  right: 100%;
}
.sc_title .tit::after {
  left: 100%;
}

.g_header {
  background: #000 linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 10%);
}
.g_header .header_wrap {
  position: relative;
  padding: 0.5rem;
}
.g_header .header_logo {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}
.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}
.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.g_header .menu_btn .icon::before {
  top: -200%;
}
.g_header .menu_btn .icon::after {
  bottom: -200%;
}
.g_header .menu_btn.sty_white {
  border-color: #fff;
}
.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}
.g_header .nav_area {
  position: relative;
  z-index: 3;
}
.g_header .nav_cnt {
  display: flex;
  justify-content: center;
}
.g_header .nav_item {
  padding: 0.75rem 1rem;
  font-size: 1.125em;
  line-height: 1;
  font-weight: normal;
}
.g_header .nav_link {
  color: #fff;
}
.g_header .nav_link:hover {
  color: #fbab2c;
  text-decoration: none;
}

.g_kv .bg_wrap {
  position: relative;
  background: url("img/primary_bg.jpg") center/cover no-repeat;
}
.g_kv .bg_wrap::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.g_kv .parag_strong {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem 2rem;
  min-height: 50vh;
  text-align: center;
  color: #fff;
}
.g_kv .parag_strong .title {
  font-size: 3.2vw;
  font-weight: 900;
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.8);
}
.g_kv .parag_strong .subtitle {
  font-size: 1.6vw;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}

.main_content {
  position: relative;
  z-index: 2;
}

.sc_blueprint {
  padding: 3rem 0;
}
.sc_blueprint .parag {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.8;
}
.sc_blueprint .blueprint_items {
  display: flex;
}
.sc_blueprint .blueprint_items .item {
  padding: 1rem;
  flex: 0 0 33.33%;
}
.sc_blueprint .blueprint_items .item .word {
  padding-left: 1rem;
  padding-right: 1rem;
  background: linear-gradient(135deg, #fbab2c 33%, rgba(251, 171, 44, 0)) 0.5rem 1.5rem/2rem 2rem no-repeat;
}
.sc_blueprint .blueprint_items .item .tit {
  font-size: 1.33rem;
}
.sc_blueprint .blueprint_items .item .tit strong {
  font-size: 1.5em;
}
.sc_blueprint .blueprint_items .item .txt {
  font-size: 1.125rem;
  line-height: 1.25;
}

.card_style {
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.sc_two_colums {
  padding: 2rem 0;
}
.sc_two_colums .main_text {
  margin-left: -15px;
  padding-left: 15px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.sc_two_colums .main_text .main {
  position: relative;
  font-weight: 700;
  font-size: 2rem;
}
.sc_two_colums .main_text .main::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 100%;
  margin-bottom: 1rem;
  border-radius: 0.125rem;
  padding: 0.125rem 3rem;
  background: linear-gradient(90deg, #fbab2c 33%, rgba(251, 171, 44, 0)) no-repeat;
}
.sc_two_colums .main_text .sub {
  margin-top: 0.25rem;
  color: #787878;
  font-size: 1.25rem;
  line-height: 1.3;
}

.col_knowledge,
.col_home {
  background-color: #fffae9;
}

.forum_box {
  display: flex;
  flex-wrap: wrap;
}
.forum_box .forum_item {
  flex: 1 0 33.33%;
  padding: 0.5rem;
}
.forum_box .circle_wrap {
  position: relative;
  border-radius: 50%;
  width: 100%;
  padding: 0;
  padding-top: 100%;
  text-align: center;
  overflow: hidden;
  background-color: #e9fffd;
}
.forum_box .word_center {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 90%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.forum_box .word_center .key {
  padding: 0 1rem 0.25rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
.forum_box .word_center .val {
  padding: 0.25rem 1rem 0;
  line-height: 1.2;
  color: #787878;
}
.forum_box .icon {
  position: absolute;
  bottom: -0.5rem;
  left: 25%;
  width: 50%;
  opacity: 0.9;
}

.home_box {
  display: flex;
  flex-wrap: wrap;
}
.home_box .home_item {
  flex: 1 0 25%;
  padding: 0 0.25rem;
}
.home_box .home_card .key {
  height: 3.6em;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home_box .home_card .key span {
  display: block;
}
.home_box .home_card .key span:nth-child(2n) {
  color: #999;
}

.strategy_box .item_wrap {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #fffae9;
}
.strategy_box .strategy_item {
  padding: 2rem 1rem;
  flex: 1 0 33.33%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  border: 0 solid #fff;
}
.strategy_box .strategy_item .t {
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
.strategy_box .strategy_item.tag1 {
  background-color: #fbab2c;
}
.strategy_box .strategy_item.tag2 {
  background-color: #fff;
}
.strategy_box .strategy_item.tag3 {
  background-color: #000;
  color: #fff;
}
.strategy_box .strategy_item:first-child {
  border-width: 0 1px 1px 0;
}
.strategy_box .strategy_item:last-child {
  border-width: 1px 0 0 1px;
}

.g_footer {
  margin-top: 2rem;
  padding: 2rem 0;
  background-color: #000;
  color: #fff;
}

.contact_cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_cnt .icon {
  flex: 0 0 80px;
}
.contact_cnt .information {
  padding-left: 2rem;
  flex: 0 0 auto;
}
.contact_cnt .info_tit {
  color: #e9fffd;
}
.contact_cnt .infos {
  display: flex;
}
.contact_cnt .inf {
  font-size: 0;
}
.contact_cnt .inf .key,
.contact_cnt .inf .val {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
}
.contact_cnt .inf .val {
  padding-left: 0.25em;
}
.contact_cnt .inf .val a {
  text-decoration: underline;
  font-weight: 700;
  color: #fbab2c;
}
.contact_cnt .inf .val a:hover {
  color: #007bff;
}
.contact_cnt .mail::before {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.5em;
  font-size: 1.5rem;
}

.modal-dialog {
  max-width: 36rem;
}

.modal-content {
  border-width: 0;
}

.modal-header {
  border-bottom-width: 0;
}
.modal-header button.close {
  font-size: 2rem;
  line-height: 1;
  color: #000;
  opacity: 1;
}

.modal-body {
  margin: 0.25em 0;
  padding: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .g_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .g_header .nav_cnt {
    left: -0.5rem;
    top: 100%;
    width: calc(100% + 1rem);
    display: block;
    margin-top: 0.5rem;
  }
  .g_header .header_logo {
    left: 72px;
    transform: none;
    top: calc(32px - 15px);
  }
  .g_header .nav_item {
    padding: 1rem 2rem;
  }

  .g_kv {
    margin-top: 64px;
  }
  .g_kv .parag_strong {
    min-height: auto;
    padding: 2.5rem 1.5rem;
  }
  .g_kv .parag_strong .title {
    font-size: 3rem;
  }
  .g_kv .parag_strong .subtitle {
    margin-top: 1rem;
    font-size: 1.5rem;
  }

  .sc_blueprint .parag {
    text-align: left;
  }
  .sc_blueprint .blueprint_items {
    display: block;
  }
  .sc_blueprint .blueprint_items .item .word {
    text-align: center;
  }

  .sc_two_colums .main_text {
    padding-bottom: 1.5rem;
  }

  .forum_box .forum_item {
    flex: 1 0 50%;
  }

  .home_box {
    align-items: stretch;
  }
  .home_box .home_item {
    flex: 1 0 100%;
    padding: 0;
  }
  .home_box .home_item:nth-child(2n) .pic {
    order: 2;
  }
  .home_box .home_card {
    display: flex;
    padding: 0;
    justify-content: center;
  }
  .home_box .home_card .pic {
    flex: 0 0 40%;
  }
  .home_box .home_card .key {
    flex: 0 0 40%;
    padding: 0;
    height: auto;
  }

  .strategy_box.card_style {
    padding: 0;
  }
  .strategy_box .item_wrap {
    border-width: 0;
  }
  .strategy_box .strategy_item {
    padding: 1rem;
  }
  .strategy_box .strategy_item .t {
    font-size: 1rem;
    text-align: left;
  }

  .g_footer {
    padding: 2rem;
  }
  .g_footer .contact_cnt {
    flex-wrap: wrap;
  }
  .g_footer .contact_cnt .icon {
    order: 3;
  }
  .g_footer .contact_cnt .information {
    flex: 1 0 100%;
    padding-left: 0;
    padding-bottom: 1rem;
    text-align: center;
  }
  .g_footer .contact_cnt .infos {
    display: block;
  }
  .g_footer .contact_cnt .inf {
    margin-top: 1rem;
  }
  .g_footer .contact_cnt .inf .key,
.g_footer .contact_cnt .inf .val {
    display: block;
    font-size: 1.125rem;
  }
  .g_footer .contact_cnt .inf .val {
    padding-left: 0;
  }
  .g_footer .contact_cnt .mail::before {
    display: none;
  }
}