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

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

a {
  color: inherit;
}

.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_kv .bg {
  padding-top: 50%;
  max-height: 900px;
  background: url("img/kv_bg.png") center/cover;
}
.g_kv .tit {
  position: absolute;
  left: 16.6666666667%;
  top: 46.6666666667%;
  width: 64.5833333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
}
.g_kv .tit .main {
  line-height: 1;
  width: 72.7419354839%;
  border: 1vw solid #fff;
  color: #000;
}
.g_kv .tit .main .l1 {
  font-size: 4vw;
  font-family: "Lato", sans-serif;
  padding: 40px 2vw 5px;
}
.g_kv .tit .main .l2 {
  font-size: 3.8vw;
  padding: 5px 1vw 40px 3vw;
}
.g_kv .tit .sup {
  padding-left: 2.5vw;
  line-height: 1.3;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
}

.g_main .sc_tit {
  position: relative;
  margin: 2rem auto;
  padding: 0.4em 0.7em;
  width: 10em;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
}
.g_main .sc_tit div {
  position: relative;
  z-index: 2;
}
.g_main .sc_tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
}
.g_main .sc_tit::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 100%;
  height: 100%;
  background-color: #F49C00;
  z-index: 1;
}

.sc_intros {
  padding-top: 40px;
  text-align: center;
}
.sc_intros strong {
  font-size: 24px;
}
.sc_intros .p {
  font-size: 20px;
  margin: 10px 0;
}
.sc_intros .tip {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #898989;
}
.sc_intros .tip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -3em;
  width: 6em;
  height: 4px;
  background-color: #F49C00;
}

.sc_winner .part .name {
  font-size: 1.5rem;
  padding: 3px 10px;
  font-weight: 300;
  border-bottom: 2px solid #F49C00;
}
.sc_winner .part .items {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sc_winner .part .items .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #000;
  line-height: 1.1;
}
.sc_winner .part .items .item .n {
  font-size: 1.125rem;
  font-weight: 700;
}
.sc_winner .part .items .item .c {
  margin-top: 6px;
}
.sc_winner .part .tips {
  text-align: center;
}
.sc_winner .part .tips .t {
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  background-color: #F49C00;
}
.sc_winner .part .tips .p {
  text-align: center;
}
.sc_winner .part .tips .p div {
  margin: 10px 0;
}
.sc_winner .part .tips .ul {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
  font-size: 0.875rem;
}
.sc_winner .part .tips .ul li {
  padding: 5px 0;
  line-height: 1.2;
}

.sc_active {
  padding: 30px 0 60px;
}
.sc_active .ul {
  max-width: 860px;
  margin: 0 auto;
  font-size: 0.875rem;
  padding-left: 20px;
}
.sc_active .ul li {
  padding: 5px 0;
  line-height: 1.2;
}

.g_footer {
  padding: 30px 0;
  background-color: #222;
  color: #fff;
}
.g_footer .tit {
  font-size: 1.25rem;
  font-weight: 700;
}
.g_footer .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-left: 20px;
}
.g_footer .ul .li {
  padding-right: 60px;
}
.g_footer .ul .li .k {
  font-weight: 300;
  color: #F49C00;
}
.g_footer .ul .li .v {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
}
.g_footer .ul .li .tip {
  color: #898989;
}

@media (max-width: 992px) {
  .sc_winner .part .items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
  }
}
@media (max-width: 767px) {
  .g_kv .bg {
    padding-top: 100%;
  }
  .g_kv .tit {
    left: 10%;
    top: 25%;
    width: 80%;
    display: block;
  }
  .g_kv .tit .main {
    width: 100%;
    padding: 20px;
  }
  .g_kv .tit .main .l1 {
    padding: 0;
    font-size: 40px;
  }
  .g_kv .tit .main .l2 {
    padding: 0;
    margin-top: 10px;
    font-size: 36px;
    line-height: 1.2;
  }
  .g_kv .tit .sup {
    font-size: 24px;
    padding-top: 5px;
    padding-left: 25px;
  }
  .g_kv .tit .sup div {
    display: inline-block;
  }

  .sc_winner .part .items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }

  .g_footer .ul {
    display: block;
  }
  .g_footer .ul .li {
    margin-bottom: 20px;
  }
  .g_footer .ul .li .v {
    margin-top: 4px;
    margin-bottom: 4px;
  }
}