@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * MAIN   
 * CONTENT
 * FOLLOW
 * FOOTER
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
}

body {
  color: #393a38;
  font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif;
}

a {
  color: #393a38;
}

a:hover, a:focus {
  color: #b2cc71;
  outline: 0;
  text-decoration: none;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: auto\9;
  /* ie8 */
}

#scrollUp {
  right: 1%;
  bottom: 19%;
  z-index: 1050 !important;
}

#scrollUp img {
  width: 50px;
  height: 50px;
}

@media (min-width: 992px) {
  #scrollUp img {
    width: 70px;
    height: 70px;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  border-top: 10px solid #b2cc71;
  border-bottom: 10px solid #fadb4a;
  background-image: url(../images/intro-bg.jpg);
  background-repeat: repeat-y;
  min-height: 900px;
  position: relative;
  padding: 2rem 0;
}

/*------------------------------------*\
    CONTENT
\*------------------------------------*/
.content > .container {
  max-width: 100%;
}

@media (min-width: 1280px) {
  .content > .container {
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1600px) {
  .content > .container {
    max-width: 1480px;
  }
}

.content-item {
  position: relative;
}

.content-item * {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.content-item:hover .content-pic img, .content-item:focus .content-pic img {
  opacity: 0.5;
}

.content-item-sweetpotato .content-txt {
  left: 0;
}

.content-item-sweetpotato .content-txt::after {
  width: 100px;
  height: 70px;
  background-image: url(../images/line-s.png);
  bottom: -50px;
  left: 30px;
}

@media (min-width: 576px) {
  .content-item-sweetpotato .content-txt::after {
    width: 150px;
    height: 105px;
    background-image: url(../images/line.png);
    bottom: -125px;
  }
}

@media (min-width: 992px) {
  .content-item-sweetpotato .content-pic {
    text-align: right;
    right: -35px;
    z-index: 2;
  }
}

.content-item-sweetpotato .content-pic::after {
  width: 150px;
  height: 138px;
  background-image: url(../images/sweetpotato-s.png);
  right: 0;
  bottom: 0;
}

@media (min-width: 576px) {
  .content-item-sweetpotato .content-pic::after {
    width: 250px;
    height: 230px;
    background-image: url(../images/sweetpotato.png);
    right: 50px;
    bottom: -10px;
  }
}

@media (min-width: 992px) {
  .content-item-sweetpotato .content-pic::after {
    width: 150px;
    height: 138px;
    background-image: url(../images/sweetpotato-s.png);
  }
}

@media (min-width: 1600px) {
  .content-item-sweetpotato .content-pic::after {
    width: 250px;
    height: 230px;
    background-image: url(../images/sweetpotato.png);
    right: auto;
    left: 0;
  }
}

.content-item-story .content-txt {
  right: 0;
}

.content-item-story .content-txt::after {
  width: 100px;
  height: 45px;
  background-image: url(../images/line-02-s.png);
  top: 60px;
  left: -110px;
}

@media (min-width: 576px) {
  .content-item-story .content-txt::after {
    width: 155px;
    height: 70px;
    background-image: url(../images/line-02.png);
    top: 60px;
    left: -170px;
  }
}

@media (min-width: 992px) {
  .content-item-story .content-pic {
    left: -50px;
  }
}

.content-item-story .content-pic::after {
  width: 150px;
  height: 128px;
  background-image: url(../images/sun-02-s.png);
  left: 0;
  bottom: 0;
}

@media (min-width: 576px) {
  .content-item-story .content-pic::after {
    width: 235px;
    height: 200px;
    background-image: url(../images/sun-02.png);
    left: 50px;
  }
}

@media (min-width: 992px) {
  .content-item-story .content-pic::after {
    width: 150px;
    height: 128px;
    background-image: url(../images/sun-02-s.png);
  }
}

@media (min-width: 1600px) {
  .content-item-story .content-pic::after {
    width: 235px;
    height: 200px;
    background-image: url(../images/sun-02.png);
    left: auto;
    right: -70px;
  }
}

.content-txt {
  position: absolute;
  top: 0px;
  z-index: 3;
}

.content-txt::after {
  content: '';
  position: absolute;
  z-index: 3;
}

@media (min-width: 1600px) {
  .content-txt {
    top: 150px;
  }
}

.content-pic {
  border-radius: 50%;
  text-align: center;
  margin-bottom: 2rem;
}

.content-pic img {
  border-radius: 50%;
  opacity: 1;
}

.content-pic::after {
  content: '';
  position: absolute;
  z-index: 4;
  -webkit-animation-name: sun;
          animation-name: sun;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

@media (min-width: 992px) {
  .content-pic {
    background-color: #b2cc71;
    position: relative;
    top: 50px;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .content-pic {
    position: absolute;
    top: 80px;
  }
}

@-webkit-keyframes sun {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
            transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
            transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
            transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
            transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
            transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes sun {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
            transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
            transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
            transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
            transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
            transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

/*------------------------------------*\
    FOLLOW
\*------------------------------------*/
@media (min-width: 992px) {
  .follow {
    right: -3%;
  }
}

@media (min-width: 1600px) {
  .follow {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 1050;
    margin-top: 10rem;
  }
}

.follow .nav li {
  color: #ffffff;
  font-size: 0.9375rem;
  padding: 0 1rem;
}

.follow .nav li.text {
  letter-spacing: 0.1rem;
  display: inline-block;
}

.follow .nav a {
  color: #ffffff;
  font-size: 1rem;
}

.follow .nav a:hover, .follow .nav a:focus {
  color: #fadb4a;
}

@media (min-width: 1600px) {
  .follow .nav {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  margin-top: 2rem;
  margin-left: 1rem;
}

@media (min-width: 1600px) {
  .footer {
    position: absolute;
    left: 4%;
    bottom: 4%;
  }
}

.footer .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer .nav li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.625rem;
}

.footer .nav li.logo {
  padding-bottom: 1.5rem;
}

.footer .nav a {
  color: rgba(255, 255, 255, 0.8);
}

.footer .nav a:hover, .footer .nav a:focus {
  color: #fadb4a;
}
