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

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    text-decoration: none; }

.layout_sec {
  padding-top: 60px; }
  .layout_sec:last-child {
    padding-bottom: 90px; }

.sec_title {
  margin-bottom: -5px;
  text-align: left; }
  .sec_title .tit {
    display: inline-block;
    border-bottom: 1px solid currentColor;
    height: 50px;
    overflow: hidden;
    font-size: 1.5em;
    font-weight: 100;
    line-height: 1;
    color: #0062bb; }

.g_header {
  height: 20px;
  background-color: #222; }
  .g_header h1 {
    margin: 0;
    font-size: 0;
    line-height: 0;
    color: transparent; }

.g_fixtop {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 29;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms; }
  .g_fixtop .sign_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .g_fixtop .sign_item .btn_in {
      display: block;
      padding-top: 17px;
      padding-bottom: 18px;
      width: 180px;
      color: #fff;
      text-align: center;
      font-size: 1.4em;
      background-color: rgba(255, 255, 255, 0);
      -webkit-transition: background 100ms, color 100ms;
      -o-transition: background 100ms, color 100ms;
      transition: background 100ms, color 100ms; }
      .g_fixtop .sign_item .btn_in:hover {
        background-color: #fff; }
    .g_fixtop .sign_item.primary_btn {
      background-color: #0062bb; }
      .g_fixtop .sign_item.primary_btn .btn_in:hover {
        color: #0062bb; }
    .g_fixtop .sign_item.sub_btn {
      background-color: #222; }
      .g_fixtop .sign_item.sub_btn .btn_in:hover {
        color: #222; }
  .g_fixtop.is_active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.g_hero img {
  width: 100%; }

.g_hero .g_kv .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.g_hero .g_kv .line1,
.g_hero .g_kv .line2,
.g_hero .g_kv .line3 {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
  -webkit-transition-timing-function: cubic-bezier(0.43, 1.04, 0.62, 1.89);
  -o-transition-timing-function: cubic-bezier(0.43, 1.04, 0.62, 1.89);
  transition-timing-function: cubic-bezier(0.43, 1.04, 0.62, 1.89); }

.g_hero .g_kv .line1 {
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms; }

.g_hero .g_kv .line2 {
  -webkit-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms; }

.g_hero .g_kv .line3 {
  -webkit-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms; }

.g_hero .g_kv.is_anied .line1,
.g_hero .g_kv.is_anied .line2,
.g_hero .g_kv.is_anied .line3 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.g_intro .parag {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.3em;
  line-height: 1.7; }
  .g_intro .parag p {
    margin-bottom: 1.5em;
    text-align: justify; }
  .g_intro .parag strong {
    color: #0062bb; }

.g_intro .cta {
  margin: 0 auto;
  padding-top: 20px;
  max-width: 800px;
  width: 60%;
  min-width: 240px; }
  .g_intro .cta .primary_button {
    position: relative; }
    .g_intro .cta .primary_button::after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: #043c6f; }
    .g_intro .cta .primary_button a {
      position: relative;
      right: 0;
      bottom: 0;
      display: block;
      z-index: 2;
      background-color: #0062bb;
      height: 80px;
      line-height: 80px;
      font-size: 2em;
      letter-spacing: 0.02em;
      color: #fff;
      text-align: center;
      -webkit-transition: bottom 200ms, right 200ms;
      -o-transition: bottom 200ms, right 200ms;
      transition: bottom 200ms, right 200ms; }
      .g_intro .cta .primary_button a:hover {
        bottom: 9px;
        right: 7px;
        color: #fff; }

.g_intro .cta_tips {
  margin-top: .6em;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #999; }

.g_process .part_wrap {
  position: relative;
  z-index: 1; }
  .g_process .part_wrap .part {
    background-color: rgba(0, 98, 187, 0.03);
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0ms;
    -o-transition: opacity 0ms;
    transition: opacity 0ms; }
    .g_process .part_wrap .part.is_active {
      display: block;
      opacity: 1;
      -webkit-transition: opacity 300ms;
      -o-transition: opacity 300ms;
      transition: opacity 300ms; }
  .g_process .part_wrap .part_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.g_process .process_item {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  padding: 15px 5px;
  border-top: 1px solid rgba(0, 98, 187, 0.2); }
  .g_process .process_item:hover {
    background-color: rgba(0, 98, 187, 0.05); }
  .g_process .process_item.bg_soft {
    background-color: rgba(0, 98, 187, 0.1); }
    .g_process .process_item.bg_soft,
    .g_process .process_item.bg_soft + .process_item {
      border-top: 0 solid transparent; }
  .g_process .process_item .time,
  .g_process .process_item .title {
    font-size: 1.15em;
    line-height: 1.4; }
  .g_process .process_item .time {
    color: #0062bb;
    margin-bottom: 6px; }
  .g_process .process_item .title {
    font-size: 1.2em;
    line-height: 1.2; }
  .g_process .process_item .text {
    line-height: 1.36; }
  .g_process .process_item .list {
    margin-top: 4px;
    margin-left: 0;
    padding-left: 1.5em;
    font-size: 1.2em; }
  .g_process .process_item li {
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
  .g_process .process_item .name {
    font-weight: 700;
    font-size: 1.125em; }
  .g_process .process_item .text_tit {
    font-size: .875em;
    font-weight: bold;
    color: #a73439;
    margin-bottom: 6px; }
  .g_process .process_item .text_block {
    margin-bottom: 15px; }
    .g_process .process_item .text_block .text_list {
      margin-top: 4px;
      margin-left: 0;
      padding-left: 1.5em; }
      .g_process .process_item .text_block .text_list .tit,
      .g_process .process_item .text_block .text_list .name {
        display: inline-block;
        vertical-align: baseline; }
      .g_process .process_item .text_block .text_list .name {
        margin-top: 0;
        padding-left: .25em; }

.g_position::after {
  top: 20%;
  right: 4%;
  width: 60%;
  height: 90%; }

.g_position .container {
  position: relative;
  z-index: 1; }

.g_position .map {
  position: relative;
  width: 100%;
  padding-top: 66.66%; }
  .g_position .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.g_position .pos_name {
  padding: .5em 0 0;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.3; }

.g_position .infomation {
  position: relative; }
  .g_position .infomation ul,
  .g_position .infomation li {
    list-style: none; }
  .g_position .infomation ul {
    padding-left: 0;
    margin-left: 4px; }
  .g_position .infomation li {
    margin-top: .6em;
    line-height: 1.4; }
  .g_position .infomation .name {
    color: #0062bb; }
  .g_position .infomation a {
    color: #003a74;
    text-decoration: underline; }
    .g_position .infomation a:hover {
      color: #FF3900; }

.g_regulation {
  padding-bottom: 60px; }
  .g_regulation .sec_title + .row {
    background-color: rgba(0, 98, 187, 0.03); }
  .g_regulation .reg_wrap {
    padding: 40px; }
  .g_regulation .reg_list {
    padding-left: 2em;
    margin-left: 0;
    margin-bottom: 0; }
    .g_regulation .reg_list li {
      line-height: 1.4;
      margin-bottom: 15px; }
  .g_regulation .privacy_link {
    margin-top: 1.5em;
    margin-left: -1em; }
    .g_regulation .privacy_link a {
      display: inline-block;
      padding: .5em 1em;
      border: 1px solid #0062bb;
      color: #0062bb; }
      .g_regulation .privacy_link a:hover {
        text-decoration: underline; }

.g_footer {
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #222; }

.g_fixbottom .totop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 29;
  -webkit-transform: translate3d(150px, 0, 0);
  transform: translate3d(150px, 0, 0);
  -webkit-transition: -webkit-transform 250ms;
  transition: -webkit-transform 250ms;
  -o-transition: transform 250ms;
  transition: transform 250ms;
  transition: transform 250ms, -webkit-transform 250ms; }
  .g_fixbottom .totop.is_active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.g_fixbottom .arrow_top {
  width: 90px;
  height: 68px;
  background-color: #0062bb;
  position: relative;
  cursor: pointer;
  -webkit-transition: background 100ms;
  -o-transition: background 100ms;
  transition: background 100ms; }
  .g_fixbottom .arrow_top:hover {
    background-color: #222; }

.g_fixbottom .arrowtop_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 24px;
  height: 24px;
  background: url("../img/common/arrow_top.svg") center/contain no-repeat; }

@media (min-width: 992px) {
  .g_kv {
    position: relative;
    max-height: 860px;
    overflow: hidden;
    background-color: #0062bb; }
    .g_kv .kv_desktop {
      width: 100%;
      height: 100%;
      text-align: center; }
    .g_kv img {
      width: 100%; } }

@media (max-width: 991px) {
  .g_intro {
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 30px; }
  .g_process {
    padding-left: 40px;
    padding-right: 40px; }
    .g_process .process_switch ul {
      position: relative;
      display: block;
      height: 74px; }
    .g_process .process_switch li {
      position: absolute; }
      .g_process .process_switch li:first-child {
        left: 0;
        top: 0; }
      .g_process .process_switch li:last-child {
        right: 0;
        top: 0; }
      .g_process .process_switch li.is_active {
        z-index: 1; }
  .g_position {
    padding-left: 40px;
    padding-right: 40px; }
    .g_position .map {
      height: 0;
      padding-top: 50%; } }

@media (max-width: 767px) {
  .g_fixtop {
    width: 70px;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    display: block; }
    .g_fixtop .sign_item {
      width: 70px;
      padding: 0 10px; }
      .g_fixtop .sign_item .btn_in {
        padding-top: 13px;
        padding-bottom: 13px;
        width: 100%;
        font-size: 1.1em;
        line-height: 1.3; }
  .g_intro {
    margin-top: 20px;
    padding: 30px 15px; }
    .g_intro .cta .primary_button a {
      bottom: 9px;
      right: 7px;
      color: #fff; }
  .g_fixbottom .arrow_top {
    width: 70px; }
  .g_header .logo img {
    height: 60px; }
  .g_process {
    padding-left: 0;
    padding-right: 0; }
    .g_process .sec_title {
      padding-left: 15px; }
    .g_process .process_switch ul {
      height: auto;
      margin: 20px 0 10px; }
    .g_process .process_switch li {
      position: static;
      padding: 15px 20px 20px;
      border-bottom-width: 2px;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
      .g_process .process_switch li.is_active {
        z-index: 1; }
    .g_process .part_wrap .process_item {
      padding-left: 0;
      padding-right: 0; }
  .g_position {
    padding-left: 0;
    padding-right: 0; }
    .g_position .sec_title {
      padding-left: 15px; }
    .g_position .pos_name,
    .g_position .infomation {
      padding-left: 15px;
      padding-right: 15px; }
  .g_regulation .sec_title {
    padding-left: 15px; }
  .g_regulation .reg_wrap {
    padding-left: 15px;
    padding-right: 30px;
    text-align: justify; }
  .g_regulation .privacy_link {
    text-align: center; }
  .g_footer {
    padding-top: 34px;
    padding-bottom: 34px; } }
