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

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

a {
  color: inherit;
}

.gdn_underline {
  display: inline-block;
  position: relative;
  padding-bottom: 0.5rem;
}
.gdn_underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(179, 25, 0, 0.2)), to(#b31900));
  background: linear-gradient(90deg, rgba(179, 25, 0, 0.2), #b31900);
}

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

.g_kv {
  position: relative;
}
.g_main .cnt_title {
  text-align: center;
  margin-bottom: 2rem;
}
.g_main .cnt_title .tit {
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.g_main .cnt_title .tit::after {
  content: "";
  position: absolute;
}
.g_main .cnt_title .sub {
  margin-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1;
}

.sc_intro {
  font-size: 1.5rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
.sc_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.point_cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  position: relative;
  padding: 30px 0;
  background: linear-gradient(150deg, #ffdd55, #ffb617, #ff7d01);
}
.point_cnt:nth-child(2) {
  background: linear-gradient(150deg, #ffff89, #ffdd55, #ffb617);
}
.point_cnt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #d94b02 50%, rgba(217, 75, 2, 0) 50%);
}
.point_cnt:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-30deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.point_cnt .cnt_wrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 40px 20px;
}
.point_cnt .tit {
  margin: 20px -20px 10px;
  padding: 12px 20px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.1;
  color: #d94b02;
}
.point_cnt .part {
  font-weight: 500;
  font-size: 1.125rem;
}
.point_cnt .parag {
  margin-bottom: 20px;
  color: #d94b02;
}
.point_cnt .list {
  margin-top: 15px;
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.8);
}
.point_cnt .list ol, .point_cnt .list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.point_cnt .list li {
  border-left: 2px solid #d94b02;
  padding-left: 15px;
  margin-bottom: 1rem;
  line-height: 1.3;
}
.point_cnt .cta {
  margin-top: 40px;
  text-align: center;
}
.point_cnt .cta a {
  display: inline-block;
  background: linear-gradient(120deg, #ffdd55, #ffb617) no-repeat;
  border-radius: 3rem;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  font-weight: 800;
  -webkit-box-shadow: 0 3px 1px 0 rgba(179, 25, 0, 0.3);
          box-shadow: 0 3px 1px 0 rgba(179, 25, 0, 0.3);
}
.point_cnt .cta a span {
  display: block;
  padding: 1.25rem 2.5rem;
}
.point_cnt .cta a:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.point_cnt .cta .main_btn {
  color: #fff;
  text-shadow: 0 2px 1px rgba(179, 25, 0, 0.3);
}

.g_footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#ff7d01), color-stop(#d94b02), to(#b31900));
  background: linear-gradient(90deg, #ff7d01, #d94b02, #b31900);
}

@media (max-width: 767px) {
  .sc_intro {
    font-size: 1.125rem;
    line-height: 1.3;
    padding: 30px 15px;
  }

  .sc_point {
    display: block;
  }

  .point_cnt {
    font-size: 1rem;
    line-height: 1.3;
  }
  .point_cnt .cnt_wrap {
    padding: 0 30px;
  }
  .point_cnt .tit {
    font-size: 1.125rem;
  }
  .point_cnt .parag {
    font-size: 1.0625rem;
  }
  .point_cnt .lits ol, .point_cnt .lits ul {
    padding-left: 1rem;
  }
  .point_cnt .cta {
    margin-top: 20px;
  }
  .point_cnt .cta a {
    font-size: 1.25rem;
  }
  .point_cnt .cta a span {
    padding: 1rem 1.75rem;
  }

  .g_footer .container {
    padding: 0;
  }
}