@-webkit-keyframes carousel-scale {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes carousel-scale {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes scroll-dots {
  0% {
    opacity: .3; }
  100% {
    opacity: 1; } }

@keyframes scroll-dots {
  0% {
    opacity: .3; }
  100% {
    opacity: 1; } }

@-webkit-keyframes player-move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 200% 0; } }

@keyframes player-move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 200% 0; } }

body {
  font-family: "Microsoft JhengHei","jaf-bernino-sans","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,Arial, Helvetica,sans-serif;
  background-color: #8CC63F; }
  body a {
    color: inherit; }

img {
  display: block; }

#goTop-golf {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 30px;
  bottom: 120px;
  z-index: 160;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 400ms all;
  -o-transition: 400ms all;
  transition: 400ms all; }
  @media screen and (max-width: 992px) {
    #goTop-golf {
      bottom: 140px; } }
  @media screen and (max-width: 768px) {
    #goTop-golf {
      width: 50px;
      height: 50px;
      right: 20px;
      font-size: 12px; } }
  #goTop-golf .hole {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("../images/gotop-hole.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: 400ms all;
    -o-transition: 400ms all;
    transition: 400ms all; }
  #goTop-golf .ball {
    width: 100%;
    height: 100%;
    background-image: url("../images/gotop.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 99em;
    color: #006633;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 200ms all;
    -o-transition: 200ms all;
    transition: 200ms all; }
    #goTop-golf .ball span {
      -webkit-transition: 200ms all;
      -o-transition: 200ms all;
      transition: 200ms all; }
    @media screen and (max-width: 768px) {
      #goTop-golf .ball {
        font-size: 12px; } }
    #goTop-golf .ball:hover {
      background-image: url(../images/gotop.gif); }
    #goTop-golf .ball::before {
      content: '';
      width: 60%;
      position: absolute;
      top: 72%;
      right: 6%;
      background-image: url("../images/gotop-shadow.png");
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      padding-bottom: 23.33333%;
      z-index: -1; }
  #goTop-golf.ball-show {
    opacity: 1;
    pointer-events: auto; }
  #goTop-golf.-move {
    opacity: 1; }
    #goTop-golf.-move .hole {
      -webkit-animation: hole-fade 400ms ease forwards;
      animation: hole-fade 400ms ease forwards; }
    #goTop-golf.-move .ball {
      -webkit-animation: ball-move 400ms ease forwards, ball-scale 400ms ease forwards, ball-fade 400ms ease forwards;
      animation: ball-move 400ms ease forwards, ball-scale 400ms ease forwards, ball-fade 400ms ease forwards; }
      #goTop-golf.-move .ball span {
        opacity: 0; }

@-webkit-keyframes hole-fade {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hole-fade {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ball-move {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -55px; } }

@keyframes ball-move {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -55px; } }

@-webkit-keyframes ball-scale {
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes ball-scale {
  10% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@-webkit-keyframes ball-fade {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ball-fade {
  0% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#wrapper {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 992px) {
    #wrapper {
      margin-bottom: 60px; } }
  @media screen and (max-width: 768px) {
    #wrapper {
      margin-bottom: 50px; } }
  #wrapper .container {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px; }
    @media screen and (max-width: 1440px) {
      #wrapper .container {
        padding: 0 5%; } }
    @media screen and (max-width: 1199px) {
      #wrapper .container {
        padding: 0 2%; } }
    @media screen and (max-width: 992px) {
      #wrapper .container {
        padding: 0 85px; } }
    @media screen and (max-width: 768px) {
      #wrapper .container {
        padding: 0 15px; } }
  #wrapper .bg-container {
    width: 1920px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    #wrapper .bg-container img {
      width: 100%;
      display: block; }
  #wrapper .txt-title {
    color: #ffffff;
    line-height: 1.3;
    font-size: 60px;
    font-weight: bold; }
    @media screen and (max-width: 992px) {
      #wrapper .txt-title {
        font-size: 50px; } }
    @media screen and (max-width: 768px) {
      #wrapper .txt-title {
        font-size: 48px; } }
    @media screen and (max-width: 414px) {
      #wrapper .txt-title {
        font-size: 36px; } }
  #wrapper .txt-content {
    color: #ffffff;
    line-height: 1.7;
    font-size: 20px;
    letter-spacing: 1px; }
    @media screen and (max-width: 1199px) {
      #wrapper .txt-content {
        line-height: 2.2;
        font-size: 20px; } }
    @media screen and (max-width: 768px) {
      #wrapper .txt-content {
        line-height: 28px;
        font-size: 16px; } }
  #wrapper .more-btn {
    width: 300px;
    display: block;
    background-color: #ffffff;
    padding: 27px 0;
    border: 2px solid transparent;
    border-radius: 99em;
    color: #009933;
    text-align: center;
    line-height: 1;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: 400ms all;
    -o-transition: 400ms all;
    transition: 400ms all; }
    #wrapper .more-btn:hover {
      background-color: #009933;
      border-color: #ffffff;
      color: #ffffff; }
    @media screen and (max-width: 768px) {
      #wrapper .more-btn {
        padding: 20px 0;
        font-size: 20px; } }
  #wrapper .cta-btn {
    width: 200px;
    display: block;
    background-color: #EE5A24;
    padding: 27px 0;
    border-radius: 99em;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    font-size: 26px;
    cursor: pointer;
    -webkit-transition: 400ms all;
    -o-transition: 400ms all;
    transition: 400ms all; }
    #wrapper .cta-btn:hover {
      background-color: #D84814; }
    @media screen and (max-width: 768px) {
      #wrapper .cta-btn {
        width: 150px;
        padding: 20px 0;
        font-size: 20px; } }
  #wrapper .footer {
    width: 100%;
    position: relative; }
    #wrapper .footer::before {
      content: '';
      width: calc(100% - 60px);
      height: 1px;
      background-color: #ffffff;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media screen and (max-width: 768px) {
        #wrapper .footer::before {
          width: calc(100% - 30px); } }
    #wrapper .footer-inner {
      max-width: 1000px;
      margin: 0 auto;
      padding: 40px 0 80px; }
    #wrapper .footer-text {
      line-height: 1.7;
      font-size: 24px;
      color: #ffffff;
      text-align: center;
	  margin-bottom: 30px;}
      @media screen and (max-width: 1440px) {
        #wrapper .footer-text {
          font-size: 22px; } }
      @media screen and (max-width: 992px) {
        #wrapper .footer-text {
          font-size: 18px; } }
      @media screen and (max-width: 768px) {
        #wrapper .footer-text {
          font-size: 14px; } }
	#wrapper .footer-copyright {
		color: #006633;
        text-align: center;
		font-size: 18px;
	}
	@media screen and (max-width: 414px) {
        #wrapper .footer-copyright {
          font-size: 14px; } }
#header {
  width: 100%;
  position: absolute;
  top: 40px;
  z-index: 10;
  -webkit-transition: 200ms all;
  -o-transition: 200ms all;
  transition: 200ms all; }
  @media screen and (max-width: 1199px) {
    #header {
      top: 20px; } }
  @media screen and (min-width: 769px) {
    #header.-fixed {
      position: fixed;
      top: 90px; } }
  #header .header-title {
    width: 100%;
    position: absolute;
    top: -10px;
    text-align: center;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    pointer-events: none; }
    @media screen and (max-width: 1199px) {
      #header .header-title {
        top: 0; } }
    #header .header-title img {
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 1199px) {
        #header .header-title img {
          height: 50px; } }
  #header .header-nav {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 40px; }
    @media screen and (max-width: 1199px) {
      #header .header-nav {
        padding: 0 20px; } }
    @media screen and (max-width: 992px) {
      #header .header-nav {
        display: none; } }
    #header .header-nav .nav-btn {
      height: 50px;
      border-radius: 99em;
      border: 2px solid transparent;
      text-align: center;
      font-size: 24px;
      cursor: pointer;
      -webkit-transition: 400ms all;
      -o-transition: 400ms all;
      transition: 400ms all;
      pointer-events: auto;
      color: #009933;
      background-color: #ffffff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #header .header-nav .nav-btn:hover {
        background-color: #009933;
        border-color: #ffffff;
        color: #ffffff; }
        #header .header-nav .nav-btn:hover > a {
          color: #ffffff; }
      @media screen and (max-width: 1199px) {
        #header .header-nav .nav-btn {
          height: 40px; } }
    #header .header-nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #header .header-nav-list .nav-btn {
        padding: 0 24px; }
        #header .header-nav-list .nav-btn + .nav-btn {
          margin-left: 25px; }
          @media screen and (max-width: 992px) {
            #header .header-nav-list .nav-btn + .nav-btn {
              margin-left: 18px; } }
    #header .header-nav-action .nav-btn {
      width: 250px; }

@media screen and (min-width: 993px) {
  #header-m {
    display: none; } }

@media screen and (max-width: 992px) {
  #header-m {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5; }
    #header-m .nav-btn {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      height: 60px;
      background-color: #006633;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      color: #ffffff;
      cursor: pointer;
      font-size: 20px; } }
    @media screen and (max-width: 992px) and (max-width: 768px) {
      #header-m .nav-btn {
        font-size: 16px;
        height: 50px; } }

@media screen and (max-width: 992px) {
      #header-m .nav-btn + .nav-btn {
        border-left: 1px solid #707070; }
        #header-m .nav-btn + .nav-btn::before {
          content: '';
          width: 1px;
          height: 100%;
          background-color: #003B06;
          position: absolute;
          top: 0;
          left: 0;
          display: block; } }

#wrapper .kv-carousel {
  position: fixed; }
  #wrapper .kv-carousel.-relative {
    position: relative; }
