@charset "UTF-8";
.grid-5 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid-5 li {
    display: inline-table;
    margin-right: calc(10px * 5 / 4);
    margin-bottom: calc(10px * 5 / 4);
    width: calc(100% / 5 - 13px); }
    .grid-5 li:nth-child(5n) {
      margin-right: 0; }

.grid-4 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid-4 li {
    float: left;
    margin-right: calc(10px * 4 / 3);
    margin-bottom: calc(10px * 4 / 3);
    width: calc(100% / 4 - 10px); }
    .grid-4 li:nth-child(4n) {
      margin-right: 0; }

.grid-3 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid-3 li {
    float: left;
    margin-right: calc(10px * 3 / 2);
    margin-bottom: calc(10px * 3 / 2);
    width: calc(100% / 3 - 10px); }
    .grid-3 li:nth-child(3n) {
      margin-right: 0; }

.grid-2 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid-2 li {
    display: inline-table;
    margin-right: calc(10px * 2 / 1);
    margin-bottom: calc(10px * 2 / 1);
    width: calc(100% / 2 - 13px); }
    .grid-2 li:nth-child(2n) {
      margin-right: 0; }

.high {
  display: table; }
  .high figure {
    display: table-row; }
    .high figure .left, .high figure .right {
      vertical-align: middle;
      display: table-cell;
      width: 50%; }

/* ==
  Case Name : 按鈕函數
  -----------------------

  $border,$size,$width,$height,$line

  框線粗細 , 文字大小 , 寬度 , 高度 , 行高
=============================================================================== */
/* ==  事件動畫
============================ */
/* ==  黑色按鈕
============================ */
/* ==  白色框線按鈕 
============================ */
/* ==  白滿色
============================ */
/* ==  紅色按鈕
============================ */
.grid-5 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid-5 li {
    display: inline-table;
    margin-right: calc(10px * 5 / 4);
    margin-bottom: calc(10px * 5 / 4);
    width: calc(100% / 5 - 13px); }
    .grid-5 li:nth-child(5n) {
      margin-right: 0; }

.grid-4 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid-4 li {
    float: left;
    margin-right: calc(10px * 4 / 3);
    margin-bottom: calc(10px * 4 / 3);
    width: calc(100% / 4 - 10px); }
    .grid-4 li:nth-child(4n) {
      margin-right: 0; }

.grid-3 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid-3 li {
    float: left;
    margin-right: calc(10px * 3 / 2);
    margin-bottom: calc(10px * 3 / 2);
    width: calc(100% / 3 - 10px); }
    .grid-3 li:nth-child(3n) {
      margin-right: 0; }

.grid-2 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid-2 li {
    display: inline-table;
    margin-right: calc(10px * 2 / 1);
    margin-bottom: calc(10px * 2 / 1);
    width: calc(100% / 2 - 13px); }
    .grid-2 li:nth-child(2n) {
      margin-right: 0; }

.high {
  display: table; }
  .high figure {
    display: table-row; }
    .high figure .left, .high figure .right {
      vertical-align: middle;
      display: table-cell;
      width: 50%; }

/* ==
  * file type: core.style 
  * File Usage: Front-end web design
  * Updated: 2016.4.16 
  * Author: NICE CREATIVE ARTS
  * http://www.nim.com.tw/
  * service@nim.com.tw
  -----------------------

  01 . 基本元素重置 
  -----------------------
=============================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

blockquote, q {
  quotes: none; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid white;
  margin: 1em 0;
  padding: 0; }

* {
  -webkit-text-size-adjust: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%;
  height: auto; }

video {
  width: 100% !important;
  height: auto !important; }

html, body {
  height: 100%; }

body {
  font: 14px "Microsoft JhengHei",seri,sans-serif;
  color: #202326; }

/* == title-style
============================ */
h1 {
  font-size: 22px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 17px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 15px; }

/* == link-style
============================ */
a {
  color: #eee;
  text-decoration: none; }
  a:link, a:visited {
    color: #eee;
    text-decoration: none; }
  a:hover, a:active {
    color: #c20000;
    text-decoration: none; }

/* ==
  02 . 核心元素
  -----------------------
    01 .header
    02 .wrapper
    03 .box
    04 .Main
    05 .footer
=============================================================================== */
/* == 01 .header
============================ */
#header, #header-detail {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100px; }
  #header .center, #header-detail .center {
    position: relative;
    margin: 0 auto;
    height: 100px;
    max-width: 1360px;
    width: 100%; }
    #header .center .logo, #header-detail .center .logo {
      position: absolute;
      top: 15px;
      z-index: 2;
      background: url(images/logo.png) no-repeat;
      background-size: 300px 67px;
      cursor: pointer;
      width: 300px;
      height: 67px; }
      @media screen and (max-width: 829px) {
        #header .center .logo, #header-detail .center .logo {
          position: relative;
          background-size: 190px 43px;
          margin: auto;
          width: 190px;
          height: 43px; } }
    #header .center .main-navigation, #header-detail .center .main-navigation {
      position: absolute;
      top: 30px;
      right: 0;
      text-align: center; }
      @media screen and (max-width: 829px) {
        #header .center .main-navigation, #header-detail .center .main-navigation {
          position: relative;
          top: 30px;
          left: 0; } }
      @media screen and (max-width: 829px) {
        #header .center .main-navigation ul, #header-detail .center .main-navigation ul {
          padding: 0;
          margin: 0; } }
      #header .center .main-navigation ul li, #header-detail .center .main-navigation ul li {
        display: inline-block; }
        @media screen and (max-width: 829px) {
          #header .center .main-navigation ul li, #header-detail .center .main-navigation ul li {
            float: left;
            display: block;
            width: calc(100% / 4); } }
        #header .center .main-navigation ul li a, #header-detail .center .main-navigation ul li a {
          font-size: 16px;
          color: #202326;
          line-height: 20px;
          display: block;
          padding: 0 20px;
          height: 20px; }
          @media screen and (max-width: 829px) {
            #header .center .main-navigation ul li a, #header-detail .center .main-navigation ul li a {
              font-size: 14px;
              padding: 0; } }
          #header .center .main-navigation ul li a:hover, #header .center .main-navigation ul li a.hover, #header-detail .center .main-navigation ul li a:hover, #header-detail .center .main-navigation ul li a.hover {
            color: #1e3979; }

/* == 02 .wrapper
============================ */
#wrapper {
  min-height: 400px;
  width: 100%;
  overflow: hidden; }

/* == 03 .Main
============================ */
.main {
  padding: 7% 3%; }
  .main#about {
    background: url(images/background.png); }
    .main#about .container {
      overflow: hidden; }
      .main#about .container .right section {
        float: left;
        width: 50%; }
        @media screen and (max-width: 829px) {
          .main#about .container .right section {
            float: none;
            padding: 0 20px !important;
            margin: 0 auto 30px;
            max-width: 500px;
            width: 100%; } }
        .main#about .container .right section:nth-child(2) {
          padding: 0 0 0 50px; }
          .main#about .container .right section:nth-child(2) > strong {
            font-size: 20px;
            color: #1e3979;
            display: block;
            margin-bottom: 25px; }
          .main#about .container .right section:nth-child(2) ul {
            list-style: none;
            padding: 0;
            margin: 0; }
            .main#about .container .right section:nth-child(2) ul li {
              margin-bottom: 20px; }
              .main#about .container .right section:nth-child(2) ul li strong {
                font-size: 16px;
                display: block;
                margin-bottom: 7px; }
  .main#service {
    background: url(images/service.png) no-repeat;
    background-size: cover; }
    .main#service .heading {
      position: relative;
      width: 45%; }
      .main#service .heading h2, .main#service .heading span {
        color: #fff; }
      .main#service .heading:after {
        background: #fff; }
    .main#service .strong {
      color: #fff; }
    .main#service .right ul {
      padding-top: 50px;
      overflow: hidden; }
      .main#service .right ul li {
        position: relative;
        text-align: center;
        background: #fff;
        display: block;
        padding: 48px 30px 30px;
        border-radius: 10px;
        min-height: 280px; }
        @media screen and (max-width: 1024px) {
          .main#service .right ul li {
            margin-right: calc(15px * 2 / 1);
            margin-bottom: calc(45px * 2 / 1);
            width: calc(100% / 2 - 15px); }
            .main#service .right ul li:nth-child(2n) {
              margin-right: 0; } }
        @media screen and (max-width: 530px) {
          .main#service .right ul li {
            float: none !important;
            margin: 0 auto 65px !important;
            width: 280px; } }
        .main#service .right ul li:nth-child(1) img {
          margin-top: 10px;
          width: 59px; }
        .main#service .right ul li:nth-child(2) img {
          width: 42px; }
        .main#service .right ul li:nth-child(3) img {
          width: 41px; }
        .main#service .right ul li:nth-child(4) img {
          width: 55px; }
        .main#service .right ul li .image {
          position: absolute;
          top: -50px;
          left: 0;
          right: 0;
          text-align: center;
          background: #fff;
          display: block;
          padding: 15px;
          margin: auto;
          border-radius: 100%;
          width: 100px;
          height: 100px; }
        .main#service .right ul li strong {
          font-size: 22px;
          display: block;
          margin-bottom: 15px; }
          .main#service .right ul li strong em {
            font-style: normal; }
        .main#service .right ul li p {
          line-height: 20px;
          letter-spacing: 1px; }
  .main#produce-latest {
    background: url(images/background.png); }
    .main#produce-latest ul li {
      position: relative;
      display: block;
      border: 2px #74c4e2 solid; }
      @media screen and (max-width: 1024px) {
        .main#produce-latest ul li {
          margin-right: calc(15px * 2 / 1);
          margin-bottom: calc(15px * 2 / 1);
          width: calc(100% / 2 - 15px); }
          .main#produce-latest ul li:nth-child(2n) {
            margin-right: 0; } }
      @media screen and (max-width: 530px) {
        .main#produce-latest ul li {
          float: none !important;
          margin: 0 auto 15px !important;
          width: 280px; } }
      .main#produce-latest ul li:hover figure {
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 1; }
      .main#produce-latest ul li figure {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(68, 164, 200, 0.8);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        opacity: 0; }
        .main#produce-latest ul li figure .figure {
          text-align: center;
          margin: auto;
          max-width: 250px; }
          .main#produce-latest ul li figure .figure .name {
            font-size: 18px;
            color: #fff;
            display: block;
            margin-bottom: 10px; }
          .main#produce-latest ul li figure .figure .description {
            color: #fff;
            display: block;
            margin-bottom: 15px; }
          .main#produce-latest ul li figure .figure .more {
            color: #1e3979 !important;
            background: #fff;
            position: relative;
            font-size: 13px;
            text-align: center;
            line-height: 30px;
            display: block;
            border: 0px #fff solid;
            border-radius: 5px;
            width: 90px;
            height: 30px;
            margin: auto; }
            .main#produce-latest ul li figure .figure .more:before {
              pointer-events: none;
              content: '';
              position: absolute;
              border: 1px rgba(255, 255, 255, 0.2) solid;
              top: -16px;
              right: -16px;
              bottom: -16px;
              left: -16px;
              opacity: 0;
              -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
              -webkit-transition-property: top, right, bottom, left;
              transition-property: top, right, bottom, left; }
            .main#produce-latest ul li figure .figure .more:hover {
              color: #fff !important;
              background: #202326; }
              .main#produce-latest ul li figure .figure .more:hover:before, .main#produce-latest ul li figure .figure .more:hover:focus:before, .main#produce-latest ul li figure .figure .more:hover:active:before {
                top: -8px;
                right: -8px;
                bottom: -8px;
                left: -8px;
                opacity: 1; }
    .main#produce-latest #load {
      color: #1e3979 !important;
      background: #fff;
      position: relative;
      font-size: 13px;
      text-align: center;
      line-height: 30px;
      display: block;
      border: 0px #fff solid;
      border-radius: 5px;
      width: 90px;
      height: 30px;
      margin: auto; }
      .main#produce-latest #load:before {
        pointer-events: none;
        content: '';
        position: absolute;
        border: 1px rgba(255, 255, 255, 0.2) solid;
        top: -16px;
        right: -16px;
        bottom: -16px;
        left: -16px;
        opacity: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left; }
      .main#produce-latest #load:hover {
        color: #fff !important;
        background: #202326; }
        .main#produce-latest #load:hover:before, .main#produce-latest #load:hover:focus:before, .main#produce-latest #load:hover:active:before {
          top: -8px;
          right: -8px;
          bottom: -8px;
          left: -8px;
          opacity: 1; }
  .main#contact-post {
    background: #f0b414; }
    .main#contact-post .heading {
      position: relative;
      width: 45%; }
      .main#contact-post .heading h2, .main#contact-post .heading span {
        color: #fff; }
      .main#contact-post .heading:after {
        background: #fff; }
    .main#contact-post .container section {
      margin: 0 auto 40px;
      max-width: 1360px;
      overflow: hidden; }
      .main#contact-post .container section .left, .main#contact-post .container section .right {
        float: left; }
        @media screen and (max-width: 829px) {
          .main#contact-post .container section .left, .main#contact-post .container section .right {
            float: none !important;
            padding: 0 20px;
            margin: 0 auto 25px;
            max-width: 500px;
            width: 100% !important; } }
      .main#contact-post .container section .left {
        width: 40%; }
        .main#contact-post .container section .left address {
          font-style: normal; }
          .main#contact-post .container section .left address dl dt {
            font-size: 17px;
            display: block;
            margin-bottom: 20px; }
          .main#contact-post .container section .left address dl dd {
            margin-bottom: 15px; }
            .main#contact-post .container section .left address dl dd img {
              vertical-align: middle;
              margin-right: 10px;
              width: 20px; }
        .main#contact-post .container section .left iframe {
          max-width: 400px;
          height: 210px; }
          @media screen and (max-width: 829px) {
            .main#contact-post .container section .left iframe {
              max-width: inherit;
              width: 100%; } }
      .main#contact-post .container section .right {
        width: 60%; }
        .main#contact-post .container section .right .form {
          position: relative; }
        .main#contact-post .container section .right .error {
          /*
          @include form-error();
          */
          position: absolute;
          color: #fff;
          background: black;
          opacity: 0.7;
          filter: alpha(opacity=70);
          display: block;
          line-height: 22px;
          padding: 0 7px;
          margin: 2px 0 0;
          border: none;
          box-shadow: 0 0 3px black;
          height: 22px; }
        .main#contact-post .container section .right .form strong {
          max-width: 500px;
          display: block;
          padding: 0 10px;
          margin-bottom: 30px; }
        .main#contact-post .container section .right tr td {
          padding: 10px; }
        .main#contact-post .container section .right input, .main#contact-post .container section .right textarea {
          width: 100%; }
        .main#contact-post .container section .right input {
          height: 40px; }
      .main#contact-post .container section .button {
        color: #202326;
        background: #fff;
        position: relative;
        font-size: 13px;
        text-align: center;
        line-height: 30px;
        display: block;
        border: 0px #fff solid;
        border-radius: 5px;
        width: 90px;
        height: 30px; }
        .main#contact-post .container section .button:before {
          pointer-events: none;
          content: '';
          position: absolute;
          border: 1px rgba(255, 255, 255, 0.2) solid;
          top: -16px;
          right: -16px;
          bottom: -16px;
          left: -16px;
          opacity: 0;
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-property: top, right, bottom, left;
          transition-property: top, right, bottom, left; }
        .main#contact-post .container section .button:hover {
          color: #fff !important;
          background: #202326; }
          .main#contact-post .container section .button:hover:before, .main#contact-post .container section .button:hover:focus:before, .main#contact-post .container section .button:hover:active:before {
            top: -8px;
            right: -8px;
            bottom: -8px;
            left: -8px;
            opacity: 1; }
  .main .left {
    margin: 0 auto 40px;
    max-width: 1360px;
    overflow: hidden; }
    .main .left .heading, .main .left .strong {
      float: left; }
      @media screen and (max-width: 829px) {
        .main .left .heading, .main .left .strong {
          float: none;
          padding: 0 20px;
          margin: auto;
          max-width: 500px;
          width: 100% !important; } }
    .main .left .heading {
      position: relative;
      width: 45%; }
      @media screen and (max-width: 829px) {
        .main .left .heading {
          float: none; } }
      .main .left .heading h2 {
        font-size: 4em; }
        @media screen and (max-width: 829px) {
          .main .left .heading h2 {
            font-size: 25px; } }
        .main .left .heading h2 span {
          font-size: 50px;
          display: block; }
          @media screen and (max-width: 829px) {
            .main .left .heading h2 span {
              font-size: 13px; } }
      .main .left .heading:after {
        position: absolute;
        top: calc(100% / 2 - 25px);
        right: 0;
        background: #1e3979;
        display: block;
        content: '';
        width: calc(100% - 250px);
        height: 3px; }
        @media screen and (max-width: 829px) {
          .main .left .heading:after {
            top: calc(100% / 2);
            width: calc(100% - 150px); } }
    .main .left .strong {
      padding: 30px 5% 0;
      width: 55%; }
  .main .container {
    margin: auto;
    max-width: 1360px; }

/* == 04 .footer
============================ */
.footer {
  position: relative;
  text-align: center;
  color: #fff;
  background: url(images/footer.png) no-repeat;
  background-size: cover;
  padding: 5%;
  width: 100%; }
  .footer section {
    margin: auto;
    max-width: 500px; }

#footer {
  text-align: center;
  background: #1e3979; }
  #footer .copyright {
    font-weight: bold;
    font-size: 11px;
    color: #fff;
    padding: 20px 0; }

/* ==
  表單元素
  -----------------------
  01 .text 輸入框
  02 .select 下拉式選單
  03 .textarea 文字輸入
  04 .radio 圓型選取
  05 .checkbox 核取方塊
  06 .button  按鈕
  07 .table 表格
  08 .all 全部
  09 .text hover 滑鼠移過效果
  10 .selection 網頁選取文字時的背景顏色
=============================================================================== */
/* == 01 .text 輸入框
============================ */
input[type="text"], input[class="text"] {
  line-height: 29px;
  border: 1px #e9e9e9 solid;
  padding: 5px;
  height: 29px; }

/* == 02 .select 下拉式選單
============================ */
.zip select {
  line-height: 29px;
  vertical-align: bottom;
  display: inline-block;
  padding: 5px;
  margin: 0 10px 0 0;
  border: 1px #e9e9e9 solid;
  height: 29px;
  /* == county area address ==*/ }

/* == 03 .textarea 文字輸入
============================ */
.textarea {
  padding: 5px;
  margin-bottom: 15px;
  border: 1px #e9e9e9 solid;
  width: 100%;
  min-height: 150px; }

/* == 04 .radio 圓型選取
============================ */
/* == 05 .checkbox 核取方塊
============================ */
/* == 06 .button 按鈕
============================ */
.button {
  text-align: center;
  display: inline-block; }

/* == 07 .table 表格
============================ */
.form table tr th {
  vertical-align: middle;
  text-align: left; }
.form table tr th, .form table tr tr {
  padding: 5px;
  height: 30px; }

/* == 08 .all 全部
=============================================================================== */
*[onclick], a[href], .button[href="javascript:;"], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
  cursor: pointer; }

input, select {
  vertical-align: middle; }

/* == 9 .text hover 滑鼠移過效果
============================ */
input[type=text], input[class=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none; }

input[type=text]:focus, input[class=text]:focus, textarea:focus {
  box-shadow: 0 0 5px #51cbee; }

/* == 10 .selection 網頁選取文字時的背景顏色
============================ */
*::selection {
  color: #fff;
  background: #666;
  border-color: #fff; }

*::-moz-selection {
  color: #fff;
  background: #666;
  border-color: #fff; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

/* ==
  排版配置
  -----------------------
  01 .格線流五欄
  02 .格線流四欄
  03 .格線流三欄
  04 .格線流二欄
  05 .雙藍同高排版
=============================================================================== */
/* == 01 . 格線流五欄
============================ */
.grid-5 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid-5 li {
    display: inline-table;
    margin-right: calc(10px * 5 / 4);
    margin-bottom: calc(10px * 5 / 4);
    width: calc(100% / 5 - 13px); }
    .grid-5 li:nth-child(5n) {
      margin-right: 0; }

/* == 02 . 格線流四欄
============================ */
.grid-4 {
  list-style: none;
  margin: 0;
  padding: 0; }
  .grid-4 li {
    display: inline-table;
    margin-right: calc(10px * 4 / 3);
    margin-bottom: calc(10px * 4 / 3);
    width: calc(100% / 4 - 13px); }
    .grid-4 li:nth-child(4n) {
      margin-right: 0; }

/* == 03 . 格線流三欄
============================ */
.grid-3 {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .grid-3 li {
    float: left;
    margin-right: calc(10px * 3 / 2);
    margin-bottom: calc(10px * 3 / 2);
    width: calc(100% / 3 - 10px); }
    .grid-3 li:nth-child(3n) {
      margin-right: 0; }

/* == 04 . 格線流二欄
============================ */
.grid-2 {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .grid-2 li {
    display: inline-table;
    margin-right: calc(10px * 2 / 1);
    margin-bottom: calc(10px * 2 / 1);
    width: calc(100% / 2 - 13px); }
    .grid-2 li:nth-child(2n) {
      margin-right: 0; }

/* == 05 . 雙藍同高排版
============================ */
.high {
  display: table; }
  .high figure {
    display: table-row; }
    .high figure .left, .high figure .right {
      vertical-align: middle;
      display: table-cell;
      width: 50%; }
