@charset "UTF-8";
* {
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  height: auto; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0;
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  list-style-type: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a {
  outline: none;
  /* for Firefox */
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */
  cursor: pointer; }

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  outline: none; }

input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none; }

:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

.unreset img {
  max-width: 100%;
  height: auto !important; }

* {
  box-sizing: border-box; }

html, body {
  background: #000;
  position: relative;
  height: 100%;
  font-family: 'Roboto','Noto Sans TC', '微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro',新細明體;
  font-size: 18px;
  color: #666666; }

button {
  outline: none;
  font-size: 100%; }

input, textarea, select {
  color: #000;
  outline: none;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border-radius: 0;
  outline: none;
  box-sizing: border-box;
  border: none;
  font-family: '微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro',新細明體; }

@media screen and (max-width: 780px) {
  html, body {
    font-size: 16px; } }

.l-menu_mobile, .l-logo-m {
  display: none; }

nav {
  width: 200px;
  background: #A36F3A;
  height: 100vh;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0; }

.l-logo {
  background: #fff;
  display: block;
  background: #A36F3A;
  border-bottom: 1px solid #BF9062;
  padding: 20px 0; }
  .l-logo img {
    height: 120px;
    margin: 0 auto; }

.l-menu_item {
  overflow-y: scroll; }
  .l-menu_item ul {
    height: calc( 100vh - 160px); }
  .l-menu_item li {
    position: relative;
    border-bottom: 1px solid #BF9062; }
  .l-menu_item a {
    display: block;
    color: #fff;
    position: relative;
    padding: 12px 0;
    text-align: center; }
    .l-menu_item a.act, .l-menu_item a:hover {
      background: #BD8449; }
    .l-menu_item a > div {
      font-size: 18px; }
    .l-menu_item a > span {
      font-size: 14px; }

.l-menu_item::-webkit-scrollbar {
  display: none; }

.l-nav_mask {
  display: none; }

@media screen and (max-width: 1024px) {
  nav {
    background: #7D4318; }
  .l-menu {
    top: 70px;
    left: -200px;
    position: fixed;
    width: 200px; }
    .l-menu .l-logo {
      display: none; }
  .l-menu_box {
    flex-direction: column;
    height: calc( 100vh - 80px); }
  .l-logo-m {
    display: block;
    background: #A36F3A;
    padding: 10px 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 20; }
    .l-logo-m img {
      height: 40px;
      margin: 0 auto; }
  .l-menu_mobile {
    position: fixed;
    width: 40px;
    height: 40px;
    top: 15px;
    left: 15px;
    display: block;
    z-index: 100; }
  .o-grid__item {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px; }
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .c-hamburger:focus {
    outline: none; }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 19px;
    left: 8px;
    right: 8px;
    height: 3px;
    background: #fff; }
  .c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #fff; }
  .c-hamburger span::before {
    top: -7px; }
  .c-hamburger span::after {
    bottom: -7px; }
  .c-hamburger--htx {
    background-color: transparent; }
  .c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s; }
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s; }
  .c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }
  /* active state, i.e. menu open */
  .c-hamburger--htx.is-active span {
    background: none; }
  .c-hamburger--htx.is-active span::before {
    top: 0;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s; } }

.l-main {
  width: calc( 100% - 200px);
  overflow: auto;
  position: relative;
  margin-left: 200px; }

.l-cont {
  position: relative;
  z-index: 2; }

@media screen and (max-width: 1024px) {
  .l-main {
    width: 100%;
    margin-left: 0;
    padding-top: 70px; } }

@media screen and (max-width: 600px) {
  .l-main {
    width: 100%;
    padding: 70px 0 0px;
    margin: 0; }
  .l-logo-m {
    padding: 15px 0; }
    .l-logo-m img {
      height: 40px; }
  .l-menu_mobile {
    left: 5px; } }

.l-fixed-icon {
  position: fixed;
  right: 10px;
  bottom: 50px; }

footer {
  padding: 30px 50px 30px;
  background: #000;
  position: relative; }

.l-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }

.l-ft-contact {
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 100px;
  transition: .3s;
  font-size: .8rem; }
  .l-ft-contact:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000; }

.l-ft-copyright {
  text-align: right; }
  .l-ft-copyright a {
    color: #868686;
    transition: .3s;
    letter-spacing: 1px;
    font-size: .8rem; }
    .l-ft-copyright a:hover {
      color: #fff; }
  .l-ft-copyright p {
    color: #868686;
    letter-spacing: .8px;
    font-size: .8rem; }

.l-goTop-wrap {
  display: flex;
  justify-content: flex-end; }

.l-goTop {
  cursor: pointer;
  background: rgba(125, 67, 24, 0.7);
  width: 45px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s; }
  .l-goTop:hover {
    background: #7d4318; }

@media screen and (max-width: 780px) {
  footer {
    padding: 30px 20px; }
    footer .l-footer {
      padding: 0; } }

@media screen and (max-width: 600px) {
  .l-footer {
    flex-direction: column; }
  .l-ft-copyright {
    text-align: center;
    margin-top: 10px; } }

.l-loading {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 11;
  transform: translate(-50%, -50%); }

.col-wrap {
  width: 100%;
  position: relative; }

.col-container {
  margin: 0 auto;
  max-width: 1240px;
  position: relative; }

.col-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }

.col-12 {
  width: 100%;
  justify-content: space-between;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.col-6 {
  width: 50%;
  justify-content: space-between;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.col-4 {
  width: 33.3333%;
  justify-content: space-between;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.col-3 {
  width: 25%;
  justify-content: space-between;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }

.col-float_l {
  float: left; }

.col-float_r {
  float: right; }

@media screen and (max-width: 780px) {
  .col-4 {
    width: 50%; } }

@media screen and (max-width: 600px) {
  .col-3, .col-4, .col-6 {
    width: 50%; } }

.c-btn {
  display: flex;
  justify-content: center;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  cursor: pointer;
  transition: all .5s;
  color: #A36F3A;
  border: 1px solid #A36F3A;
  text-align: center;
  width: 200px;
  margin: 0 auto;
  font-size: .9rem; }
  .c-btn:hover {
    background: #A36F3A;
    color: #fff; }
    .c-btn:hover .c-line:before, .c-btn:hover .c-line:after {
      background: #fff; }
    .c-btn:hover .c-line {
      transform: translateX(-10px); }
    .c-btn:hover .c-line-more {
      transform: translateX(10px); }

.c-line {
  position: relative;
  display: block;
  width: 30px;
  margin-right: 10px;
  transition: .3s; }
  .c-line:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #A36F3A;
    display: block;
    position: absolute;
    left: 0px;
    top: 21px; }
  .c-line:after {
    content: "";
    width: 2px;
    height: 10px;
    background: #A36F3A;
    display: block;
    position: absolute;
    left: 3px;
    top: 14px;
    transform: rotate(50deg); }

.c-line-more {
  margin-left: 10px;
  margin-right: 0; }
  .c-line-more:after {
    left: 26px;
    transform: rotate(130deg); }

.c-btn-more {
  border: none;
  justify-content: flex-end;
  width: 100%; }
  .c-btn-more:hover {
    background: none;
    color: #A36F3A; }
    .c-btn-more:hover .c-line:before, .c-btn-more:hover .c-line:after {
      background: #A36F3A; }

.c-btn-area {
  text-align: center;
  padding: 55px 0; }
  .c-btn-area .c-btn-border {
    margin-right: 20px; }

.c-btn-album {
  display: flex;
  justify-content: space-between; }
  .c-btn-album .c-btn {
    margin: 0; }
  .c-btn-album .c-btn-next:hover .c-line {
    transform: translateX(10px); }
  .c-btn-album .c-btn-next .c-line {
    margin-right: 0px;
    margin-left: 10px; }
  .c-btn-album .c-btn-next .c-line:after {
    left: auto;
    right: 3px;
    transform: rotate(-50deg); }

.c-btn-brown {
  background: #A36F3A;
  color: #fff; }
  .c-btn-brown:hover {
    background: none;
    border: 1px solid #A36F3A;
    color: #A36F3A; }

.c-btn-unClick {
  color: #a36f3a61;
  border: 1px solid #a36f3a61; }
  .c-btn-unClick .c-line:before, .c-btn-unClick .c-line:after {
    background: #a36f3a61; }
  .c-btn-unClick:hover {
    cursor: default;
    background: none;
    border: 1px solid #a36f3a61;
    color: #a36f3a61; }
    .c-btn-unClick:hover .c-line:before, .c-btn-unClick:hover .c-line:after {
      background: #a36f3a61; }
    .c-btn-unClick:hover .c-line {
      transform: translateX(0px); }

@media screen and (max-width: 600px) {
  .c-btn-area {
    margin-top: 0px;
    padding: 30px 0 30px; }
    .c-btn-area .c-btn {
      width: 100%; }
    .c-btn-area .c-btn-border {
      margin: 0 0 15px; }
  .c-btn-album {
    flex-direction: column; }
    .c-btn-album .c-btn {
      margin: 5px 0; } }

.c-wrap-w {
  width: 100%; }

.c-wrap-pd {
  width: 100%;
  padding: 0 15px; }

.c-wrap1130 {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }

.c-wrap990 {
  max-width: 950px;
  margin: 0 auto;
  position: relative; }

.c-title {
  padding: 55px 0 80px; }
  .c-title img {
    height: 115px; }

.c-title_txt {
  color: #fff;
  padding: 150px 0 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .c-title_txt > div {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-right: 10px; }
  .c-title_txt span {
    display: block;
    position: relative; }
    .c-title_txt span:before {
      content: "";
      display: block;
      left: 20px;
      bottom: -5px;
      width: 60px;
      height: 1px;
      background: #fff;
      position: absolute; }

.c-title_txt-l {
  justify-content: flex-start;
  padding: 55px 0; }

@media screen and (max-width: 600px) {
  .c-title_txt {
    padding: 50px 0 20px; }
  .c-title {
    padding: 30px 0 40px; }
    .c-title img {
      height: 80px; }
  .c-title_txt > div {
    font-size: 1.8rem; } }

.c-bg {
  width: 100%;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  max-height: calc( 100vw - 200px);
  min-height: 100vh; }

.c-bg-planA {
  background-image: url(../img/GFA_bg_planA.png); }

.c-bg-planB {
  background-image: url(../img/GFA_bg_planB.png); }

.c-bg-news {
  background-image: url(../img/GFA_bg_news.png); }

.c-bg-project {
  background-image: url(../img/GFA_bg_project.png); }

.c-bg-plivacy {
  background-image: url(../img/GFA_bg_plivacy.png); }

@media screen and (max-width: 1024px) {
  .c-bg {
    top: 60px; } }

@media screen and (max-width: 600px) {
  .c-bg {
    height: 350px; } }

.c-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #DBDBDB; }
  .c-tab a {
    padding: 20px 35px;
    color: #7D4318;
    line-height: 1.6;
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative; }
    .c-tab a:hover, .c-tab a.act {
      color: #A36F3A; }
    .c-tab a:after {
      content: "";
      display: block;
      width: 1px;
      height: 35px;
      background: #DBDBDB;
      transform: rotate(220deg);
      position: absolute;
      right: 2px;
      top: 15px; }
    .c-tab a:last-child:after {
      display: none; }

@media screen and (max-width: 600px) {
  .c-tab a {
    padding: 20px 5px;
    font-size: .9rem; }
    .c-tab a:after {
      height: 25px;
      transform: rotate(200deg);
      top: 30px; } }

.c-tab-long {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px; }
  .c-tab-long a {
    width: 50%;
    text-align: center;
    color: #A36F3A;
    padding: 10px 0 35px;
    background: #7D4318 url(../img/GFA_arrow_tab2.svg) no-repeat center bottom 15px;
    letter-spacing: 1px; }
    .c-tab-long a.act, .c-tab-long a:hover {
      background: #A36F3A url(../img/GFA_arrow_tab.svg) no-repeat center bottom 15px;
      color: #fff; }

.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 50px; }
  .c-pagination a {
    margin: 0 5px;
    font-size: .9rem;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid #A36F3A;
    color: #A36F3A; }
    .c-pagination a:hover, .c-pagination a.act {
      color: #fff;
      border-color: #A36F3A;
      background: #A36F3A;
      transition: .5s; }
  .c-pagination .c-page-arrow {
    color: #fff;
    border-color: #A36F3A;
    background: #A36F3A url(../img/GFA_arrow_page.svg) no-repeat center; }
    .c-pagination .c-page-arrow:first-child {
      transform: rotate(180deg); }
    .c-pagination .c-page-arrow:hover {
      background: #A36F3A url(../img/GFA_arrow_page.svg) no-repeat center;
      opacity: .8; }

@media screen and (max-width: 600px) {
  .c-pagination a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: .8rem; }
  .c-pagination .c-page_arrow span {
    line-height: 30px; } }

.c-form_wrap {
  margin-top: 100px;
  border: 1px solid #EDEDED;
  padding: 50px 10px; }

.c-form {
  width: 90%;
  margin: 0 auto 20px; }
  .c-form > p {
    color: #98BA19;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.2rem; }
  .c-form li {
    display: flex;
    position: relative;
    align-items: center;
    padding: 7.5px 0;
    flex-wrap: wrap; }
    .c-form li.error {
      border: 2px solid #C20303; }
    .c-form li h2, .c-form li h3 {
      width: 100%;
      color: #103FA2;
      font-size: 1.3rem;
      font-weight: bold;
      margin-bottom: 20px; }
    .c-form li h3 {
      font-size: 1.2rem;
      color: #2A2A2A; }
      .c-form li h3 span.error {
        font-size: 1rem;
        color: #C20303;
        margin-left: 10px; }

.c-form-q {
  width: 150px;
  font-weight: bold;
  margin-right: 30px;
  text-align: right; }
  .c-form-q span {
    color: #ef0000; }

.c-form-a {
  width: calc( 100% - 150px - 35px); }
  .c-form-a input {
    width: 100%;
    background: #F8F8F8;
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
    color: #555;
    border-radius: 3px; }
  .c-form-a input:focus, .c-form-a textarea:focus {
    border-bottom: 2px solid #98BA19; }
  .c-form-a ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #B7B7B7; }
  .c-form-a :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #B7B7B7; }
  .c-form-a ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #B7B7B7; }
  .c-form-a :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #B7B7B7; }
  .c-form-a textarea {
    width: 100%;
    height: 120px;
    background: #F8F8F8;
    resize: none;
    padding: 10px; }

.c-form-a.error {
  display: flex;
  flex-direction: column;
  font-size: .9rem;
  color: #e40000; }
  .c-form-a.error .error {
    color: #e40000; }

.c-code {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .c-code input {
    width: calc( 100% - 200px - 30px); }
  .c-code .c-checkcode {
    width: 200px;
    height: 60px;
    margin: 0 15px; }
  .c-code .c-reload {
    cursor: pointer;
    height: 40px; }

@media screen and (max-width: 780px) {
  .c-form {
    width: 100%; }
  .c-form-q {
    width: 100px; }
  .c-form-a {
    width: calc( 100% - 100px - 35px); }
  .c-code input {
    width: calc(( 100% - 30px ) /2); }
  .c-code .c-checkcode {
    width: calc(( 100% - 30px ) /2); } }

@media screen and (max-width: 600px) {
  .c-form li {
    display: block;
    padding: 15px 0; }
  .c-form-q {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: left; }
  .c-form-a {
    width: 100%; }
    .c-form-a input {
      height: 50px;
      line-height: 50px; }
  .c-code .c-checkcode {
    height: 50px; } }

.c-radiobox {
  display: block; }
  .c-radiobox label {
    line-height: 2.5;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 1rem;
    cursor: pointer;
    color: #555; }
  .c-radiobox input[type='radio'] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #555;
    background: #fff;
    padding: 0;
    margin: 0px;
    vertical-align: middle; }
  .c-radiobox input[type='radio']:checked {
    position: relative; }
    .c-radiobox input[type='radio']:checked:before {
      content: "";
      background: #98BA19;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }

.c-radiobox-item {
  display: inline-block;
  margin-right: 20px; }

@media screen and (max-width: 780px) {
  .c-radiobox--long {
    flex-wrap: wrap; }
    .c-radiobox--long .c-radiobox-item {
      width: 100%; } }

.c-lightbox-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  width: 100%; }
  .c-lightbox-wrap .c-btn {
    cursor: pointer; }

.c-lightbox-wrapTxt {
  background: #fff;
  padding: 50px 0 40px;
  border-radius: 5px;
  text-align: center;
  width: 400px;
  margin: 0 auto; }
  .c-lightbox-wrapTxt > p {
    margin-bottom: 30px; }

.c-close {
  position: absolute;
  right: 15px;
  top: -55px;
  cursor: pointer;
  transition: .3s; }
  .c-close img {
    height: 40px; }

@media screen and (max-width: 600px) {
  .c-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    top: -30px; }
    .c-close img {
      height: 30px; }
  .c-lightbox-wrapTxt {
    width: 80%;
    text-align: center;
    padding: 50px 20px 40px; } }

.c-loading {
  position: fixed;
  z-index: 11;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.c-breadcrumb {
  padding: 90px 0 30px; }
  .c-breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: .9rem;
    color: #7D7D7D; }
    .c-breadcrumb li a {
      color: #7D7D7D;
      font-size: .9rem;
      transition: .3s; }
      .c-breadcrumb li a:hover {
        color: #000; }
    .c-breadcrumb li:after {
      content: ">"; }
    .c-breadcrumb li:last-child:after {
      content: " "; }

@media screen and (max-width: 600px) {
  .c-breadcrumb {
    padding: 50px 0 15px; } }

.h-center {
  text-align: center; }

.h-noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100vh; }

.h-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  top: 0; }

.h-hidden {
  overflow: hidden; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

.h-fz9 {
  font-size: .9rem; }

.h-bdr5 {
  border-radius: 5px; }

.h-dib {
  display: inline-block; }

.h-db {
  display: block; }

.h-pd15 {
  padding: 0 15px; }

.h-pdB20 {
  padding-bottom: 20px; }

.h-pdB45 {
  padding-bottom: 45px; }

.h-pdT15 {
  padding-top: 15px; }

.h-pdT90 {
  padding-top: 90px; }

.h-pdT50 {
  padding-top: 50px; }

.h-mLR15 {
  margin: 0 15px; }

.h-mt10 {
  margin-top: 10px; }

.h-mt15 {
  margin-top: 15px; }

.h-mt20 {
  margin-top: 20px; }

.h-mt25 {
  margin-top: 25px; }

.h-mt30 {
  margin-top: 30px; }

.h-mt50 {
  margin-top: 50px; }

.h-mb20 {
  margin-bottom: 20px; }

.h-mb40 {
  margin-bottom: 40px; }

.h-mb80 {
  margin-bottom: 80px; }

.h-flex {
  display: flex; }

.h-flex-sb {
  display: flex;
  justify-content: space-between; }

.h-flex-center {
  display: flex;
  justify-content: center; }

.h-aicenter {
  align-items: center; }

.h-box8 {
  width: 8%; }

.h-box12 {
  width: 12%; }

.h-box15 {
  width: 15%; }

.h-box18 {
  width: 18%; }

.h-box20 {
  width: 20%; }

.h-box25 {
  width: 25%; }

.h-box30 {
  width: 30%; }

.h-box40 {
  width: 40%; }

.h-box100 {
  width: 100%; }

.h-break-all {
  word-break: break-all; }

.h-bgWhite {
  background: #fff; }

.h-colorGreen {
  color: #576E00; }

.h-input-color ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #EDEDED; }

.h-input-color :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #EDEDED; }

.h-input-color ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #EDEDED; }

.h-input-color :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #EDEDED; }

.video-full {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0; }
  .video-full video {
    width: calc( 100% - 200px);
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    margin-left: 200px; }
  .video-full:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

@media screen and (max-width: 1024px) {
  .video-full video {
    margin-left: 0;
    width: 100%; } }

@media screen and (max-width: 600px) {
  .video-full {
    position: relative;
    min-height: 0; }
    .video-full video {
      height: 210px;
      object-fit: contain; }
  .video-full-fixed {
    position: fixed;
    min-height: 100vh; }
    .video-full-fixed video {
      height: 100vh;
      object-fit: cover; } }

.deco_txt {
  width: 100%;
  height: 100vh;
  color: #fff;
  position: relative; }
  .deco_txt h2 {
    font-weight: bold;
    font-size: 1.8rem;
    position: absolute;
    left: 100px;
    bottom: 10%;
    width: auto; }
    .deco_txt h2:before {
      content: "";
      display: block;
      width: 170px;
      height: 280px;
      background: url(../img/GFA_title_deco.svg) no-repeat center/contain;
      position: absolute;
      right: -50px;
      bottom: -60px; }
    .deco_txt h2 span {
      display: block; }
      .deco_txt h2 span:first-child {
        margin-left: -60px; }
  .deco_txt p {
    text-align: right;
    position: absolute;
    bottom: 100px;
    right: 50px; }
    .deco_txt p:before {
      content: "";
      display: block;
      width: 80px;
      height: 1px;
      background: #fff;
      position: absolute;
      left: -90px;
      bottom: 10px; }

.deco_txt_mobile {
  display: none; }

@media screen and (max-width: 600px) {
  .deco_txt {
    display: none; }
  .deco_txt {
    height: auto;
    padding: 30px 20px;
    overflow: hidden; }
    .deco_txt h2 {
      top: 0;
      font-size: 1.5rem;
      left: auto;
      top: auto;
      transform: translate(0); }
      .deco_txt h2 span:first-child {
        margin-left: 0px; }
      .deco_txt h2:before {
        width: 200px;
        height: 280px;
        right: -50px;
        top: -20px; }
    .deco_txt h2, .deco_txt p {
      position: relative; }
    .deco_txt p {
      right: auto;
      bottom: auto;
      margin-top: 20px; }
      .deco_txt p:before {
        display: none; }
  .deco_txt.deco_txt_mobile {
    display: block; } }

.GFA_about {
  position: relative;
  padding-bottom: 34.72%;
  width: 100%;
  background: url(../img/GFA_indexImg.png) no-repeat center/cover; }
  .GFA_about .txt {
    position: absolute;
    color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap-reverse;
    right: calc(( 100% - 1130px ) / 2);
    top: 50%;
    transform: translateY(-50%);
    max-width: 1130px; }
    .GFA_about .txt p {
      width: 55%; }
  .GFA_about .tit {
    font-size: 1.8rem;
    letter-spacing: 1px;
    width: 60%;
    margin-bottom: 30px; }
  .GFA_about .c-btn {
    color: #fff;
    border-color: #fff;
    margin: 0; }
    .GFA_about .c-btn .c-line:before, .GFA_about .c-btn .c-line:after {
      background: #fff; }
    .GFA_about .c-btn:hover {
      border: 1px solid #A36F3A; }
  .GFA_about .btnBox {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px; }

@media screen and (max-width: 1220px) {
  .GFA_about .txt {
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .GFA_about .txt p {
      width: 100%; }
  .GFA_about .tit {
    width: 100%;
    margin-bottom: 20px; }
  .GFA_about .btnBox {
    margin-top: 20px; } }

@media screen and (max-width: 1024px) {
  .GFA_about .btnBox {
    margin-top: 20px; } }

@media screen and (max-width: 600px) {
  .GFA_about {
    padding-bottom: 124.72%;
    margin-top: -5px; } }

.plan_txt {
  line-height: 1.6;
  padding-top: 40px;
  padding-bottom: 40px; }
  .plan_txt h2 {
    color: #576E00;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.2rem;
    margin-bottom: 5px; }
  .plan_txt .time {
    color: #98BA19;
    margin-bottom: 20px;
    font-weight: bold; }
  .plan_txt .txt {
    margin-left: 65px; }

.plan_album {
  color: #98BA19;
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 15px;
  font-weight: bold;
  font-style: italic; }

.swiperAlbum-wrap {
  padding: 0 90px 50px;
  position: relative; }
  .swiperAlbum-wrap .swiper-button-next, .swiperAlbum-wrap .swiper-button-prev {
    background: url(../img/GFA_arrow.svg) no-repeat center/contain;
    width: 20px;
    height: 50px; }
  .swiperAlbum-wrap .swiper-button-prev {
    transform: rotate(180deg);
    left: 45px;
    top: 45%; }
  .swiperAlbum-wrap .swiper-button-next {
    right: 45px;
    top: 45%; }

.swiperAlbum {
  width: 100%; }
  .swiperAlbum .swiper-slide {
    width: calc(( 100% - 60px ) /4); }
  .swiperAlbum .swiper-slide:hover .album_img > div {
    transform: scale(1.1); }
  .swiperAlbum p {
    color: #868686;
    margin-top: 10px; }

.album_img {
  overflow: hidden; }

.album_img > div {
  display: block;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  padding-bottom: 65%;
  transition: .5s;
  background-repeat: no-repeat; }

@media screen and (max-width: 780px) {
  .swiperAlbum-wrap {
    padding: 0 40px 50px; }
    .swiperAlbum-wrap .swiper-button-prev {
      left: 0; }
    .swiperAlbum-wrap .swiper-button-next {
      right: 0; } }

@media screen and (max-width: 600px) {
  .swiperAlbum-wrap {
    padding: 0 20px 40px; }
    .swiperAlbum-wrap .swiper-button-next, .swiperAlbum-wrap .swiper-button-prev {
      width: 10px;
      height: 40px;
      top: 50%; } }

.album_cont li {
  margin-bottom: 25px;
  cursor: pointer; }
  .album_cont li:hover .album_img > div {
    transform: scale(1.1); }

.album_img_LB {
  max-width: 700px;
  height: 60vh;
  margin: 0 auto; }
  .album_img_LB .album_img > div {
    background-size: contain; }

.picture-top-wrap {
  width: calc( 100% + 100px);
  padding: 0 50px;
  position: relative;
  margin: 0 -50px; }
  .picture-top-wrap .swiper-button-next, .picture-top-wrap .swiper-button-prev {
    background: url(../img/GFA_arrow_white.svg) no-repeat center/contain;
    width: 20px;
    height: 50px; }
  .picture-top-wrap .swiper-button-prev {
    transform: rotate(180deg);
    left: 0px;
    top: 45%; }
  .picture-top-wrap .swiper-button-next {
    right: 0px;
    top: 45%; }

.picture-top {
  padding-bottom: 20px; }
  .picture-top .album_img {
    width: 100%; }
  .picture-top p {
    color: #fff;
    padding-top: 10px;
    margin-right: 40px; }
  .picture-top .swiper-pagination {
    width: auto;
    color: #fff;
    left: auto;
    right: 0;
    bottom: 25px; }

.picture-thumbs .album_img > div {
  position: relative; }
  .picture-thumbs .album_img > div:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding-bottom: 75%;
    position: absolute;
    left: 0;
    top: 0; }

.picture-thumbs .swiper-slide-thumb-active > div:after {
  display: none; }

@media screen and (max-width: 600px) {
  .picture-top-wrap {
    width: 100%;
    margin: 0 auto; }
  .album_img_LB {
    height: auto; } }

.plan_article {
  font-weight: bold;
  padding-bottom: 20px; }
  .plan_article p {
    color: #666;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 55px;
    /*firfox隱藏*/ }
  .plan_article li {
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .plan_article li > a {
      display: flex;
      align-items: center; }
    .plan_article li:hover .album_img > div {
      transform: scale(1.1); }
  .plan_article .txt {
    width: calc( 100% - 220px); }
  .plan_article .album_img {
    width: 220px;
    margin-right: 30px; }
  .plan_article .title {
    color: #576E00;
    font-size: 1.2rem; }
  .plan_article .time {
    color: #98BA19;
    padding: 5px 0; }
  .plan_article .c-btn {
    text-align: right; }

.plan_B-tit {
  text-align: center;
  font-size: 1.3rem;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid #A36F3A;
  color: #A36F3A;
  font-weight: bold; }

@media screen and (max-width: 600px) {
  .plan_article li > a {
    flex-direction: column; }
  .plan_article .album_img {
    width: 100%;
    margin: 0; }
  .plan_article .txt {
    width: 100%;
    margin-top: 20px; }
  .plan_txt .txt {
    margin-left: 0; } }

.news_img {
  width: 40%;
  margin-right: 30px;
  overflow: hidden; }
  .news_img > div {
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
    transition: .5s;
    background-repeat: no-repeat; }

.news_list p {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 55px;
  /*firfox隱藏*/
  color: #666; }

.news_list li {
  margin-bottom: 50px; }
  .news_list li > a {
    display: flex;
    align-items: center; }
  .news_list li:nth-child(even) > a {
    flex-direction: row-reverse; }
    .news_list li:nth-child(even) > a .news_img {
      margin-left: 30px;
      margin-right: 0px; }
  .news_list li:hover .news_img > div {
    transform: scale(1.1); }

.news_list .txt {
  width: calc( 100% - 40% - 30px); }

.news_list .title {
  color: #576E00;
  font-size: 1.2rem;
  font-weight: bold; }

.news_list .time {
  color: #98BA19;
  padding: 10px 0; }

.news_list .c-btn-more {
  margin-top: 20px;
  justify-content: flex-start; }

@media screen and (max-width: 600px) {
  .news_list li > a {
    flex-direction: column; }
  .news_list li:nth-child(even) > a {
    flex-direction: column; }
    .news_list li:nth-child(even) > a .news_img {
      margin-left: 0px; }
  .news_list .txt {
    width: 100%;
    margin-top: 20px; }
  .news_list .c-btn-more {
    margin-top: 10px; }
  .news_img {
    width: 100%;
    margin-right: 0px; } }

.news_cont .title {
  color: #576E00;
  font-size: 1.2rem;
  font-weight: bold; }

.news_cont .time {
  color: #98BA19;
  padding: 10px 0; }

.about_wrapBox {
  margin: 0 -20px;
  padding-bottom: 155px;
  background: url(../img/GFA_aboutBg.png) no-repeat center bottom/contain; }

.about_wrap {
  margin: 0 auto;
  padding: 50px 20px 0; }
  .about_wrap h2 {
    text-align: center;
    color: #576E00;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 50px; }
  .about_wrap img {
    width: 300px; }

.about_cont {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .about_cont:nth-child(3) .about_txt {
    margin-right: 0px;
    margin-left: 40px; }
  .about_cont:nth-child(3) .about_img img {
    margin-bottom: 20px; }

.about_txt {
  margin-right: 40px;
  width: calc( 100% - 300px - 40px); }
  .about_txt p {
    margin-bottom: 30px; }
  .about_txt h3, .about_txt h4 {
    text-align: right; }
  .about_txt h3 {
    font-weight: bold;
    line-height: 2; }
  .about_txt h4:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #868686;
    vertical-align: middle;
    margin-right: 10px; }

@media screen and (max-width: 600px) {
  .about_wrapBox {
    background-size: 250%; }
  .about_wrap h2 {
    margin-bottom: 20px; }
  .about_wrap img {
    width: 100%;
    margin: 0 auto; }
  .about_cont {
    flex-direction: column; }
  .about_txt {
    width: 100%;
    margin-right: 0px; }
  .about_cont:nth-child(3) .about_txt {
    margin-left: 0px; } }

.member_wrap {
  padding: 50px 0;
  background: url(../img/GFA_about_deco.svg) no-repeat right top 50px; }
  .member_wrap h2 {
    text-align: center;
    color: #576E00;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 30px; }
    .member_wrap h2.member_tit_and {
      display: flex;
      justify-content: center; }
      .member_wrap h2.member_tit_and img {
        margin: 0 10px; }
  .member_wrap > p {
    text-align: right;
    color: #AAAAAA;
    margin-bottom: 10px;
    font-size: .9rem; }

.member_cont > li {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #DBDBDB;
  padding: 20px 0; }

.member_cont .name {
  color: #576E00;
  font-weight: bold;
  font-size: 1.2rem;
  margin-right: 30px;
  width: 100px; }

.member_cont ol {
  list-style-type: disc;
  padding-left: 30px;
  width: calc( 100% - 80px - 30px); }
  .member_cont ol li {
    line-height: 1.8; }

.member_cont::-webkit-scrollbar {
  display: none; }

@media screen and (max-width: 600px) {
  .member_wrap {
    background-size: 50%; }
  .member_cont > li {
    flex-direction: column; }
  .member_cont .name {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 20px; }
  .member_cont ol {
    width: 100%;
    padding-left: 20px; } }

.plivacy_cont {
  padding: 50px 0;
  background: url(../img/GFA_about_deco.svg) no-repeat right -20px center; }
  .plivacy_cont p {
    margin-bottom: 25px; }
  .plivacy_cont div {
    color: #576E00;
    font-weight: bold; }

.album-box-noswiper .album-next, .album-box-noswiper .album-prev {
  background: url(../img/GFA_arrow.svg) no-repeat center/contain;
  width: 20px;
  height: 50px;
  position: absolute;
  top: 35%; }

.album-box-noswiper .album-next {
  right: 45px; }

.album-box-noswiper .album-prev {
  transform: rotate(180deg);
  left: 45px; }

.album-box {
  width: 100%;
  display: flex;
  position: relative; }
  .album-box a {
    margin-right: 20px;
    width: calc(( 100% - 60px ) / 4); }
    .album-box a:nth-child(4) {
      margin-right: 0px; }
    .album-box a:hover .album_img > div {
      transform: scale(1.1); }
  .album-box p {
    color: #868686;
    margin-top: 10px; }

@media screen and (max-width: 1024px) {
  .album-box a {
    width: calc(( 100% - 40px ) / 3); }
    .album-box a:nth-child(3) {
      margin-right: 0px; } }

@media screen and (max-width: 780px) {
  .album-box-noswiper .album-next {
    right: 0; }
  .album-box-noswiper .album-prev {
    left: 0; } }

@media screen and (max-width: 600px) {
  .album-box a {
    width: 100%;
    margin-right: 0px; }
  .album-box-noswiper .album-next, .album-box-noswiper .album-prev {
    width: 10px;
    height: 40px; } }

.news_cont_img > div {
  padding-bottom: 75%; }
