@charset "UTF-8";
/* CSS Document */
/*文字編輯器*/
@import url(rwdgrid.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400);
.textEditor {
  clear: both;
  font-size: 16px;
  color: #484848;
  letter-spacing: .05em;
  line-height: 2.2;
}

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

.textEditor h1, .textEditor h2, .textEditor h3, .textEditor strong {
  font-weight: 700;
}

.textEditor a {
  color: #06f;
}

.textEditor img {
  max-width: 100%;
}

.textEditor ul {
  list-style: disc outside;
  padding-left: 30px;
}

.textEditor ol {
  list-style: decimal outside;
  padding-left: 30px;
}

.textEditor table {
  border-collapse: collapse;
}

.textEditor table th {
  padding: 5px;
  text-align: center;
  color: #fff;
}

.textEditor table td {
  padding: 5px;
}

.textEditor hr {
  border: none;
  height: 1px;
}

.textEditor p {
  margin: 10px auto;
}

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

.textEditor .right {
  text-align: right;
}

.textEditor .left {
  text-align: left;
}

@media (max-width: 480px) {
  .textEditor img {
    width: 100%;
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

body {
  color: #000;
  font-size: 16px;
  font-family: Helvetica, Arial, 'Noto Sans TC', '微軟正黑體', sans-serif;
}

a {
  color: #484848;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

a:focus {
  outline: none;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

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

/*--title--*/
.titleBox {
  text-align: center;
  margin-bottom: 50px;
}

.titleBox .en {
  margin-bottom: 20px;
  font-family: "Lato", "Noto Sans TC", sans-serif;
  font-size: 52px;
  letter-spacing: .05em;
  color: #2b2b2b;
  text-transform: uppercase;
}

.titleBox .en span {
  color: #6eb92b;
}

.titleBox h2 {
  font-weight: 300;
  font-size: 30px;
  letter-spacing: .05em;
  color: #484848;
}

.titleBoxIns {
  margin-bottom: 30px;
}

.titleBoxIns h1 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: .05em;
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
}

.titleBoxIns .date {
  font-size: 13px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  color: #8a8a8a;
  font-weight: 300;
  letter-spacing: .025em;
  margin-bottom: 13px;
}

/*--button--*/
.btnS01.white a {
  color: #fff;
  border-color: #fff;
}

.btnS01.small a {
  padding: 15px 40px;
}

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

.btnS01 a {
  display: inline-block;
  padding: 22px 55px;
  font-size: 14px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  letter-spacing: .05em;
  color: #2b2b2b;
  font-weight: 300;
  text-transform: uppercase;
  border: 1px solid #2b2b2b;
}

.btnS01 a:hover {
  background-color: #6eb92b;
  border-color: #6eb92b;
  color: #fff;
}

.btnS02 a {
  display: inline-block;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-size: 12px;
  letter-spacing: .025em;
  color: #8a8a8a;
  font-weight: 300;
}

/*--banner--*/
.bannerBoxIns {
  position: relative;
  padding-top: 85px;
  background-color: #2b2b2b;
}

.bannerBoxIns .text {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #fff;
}

.bannerBoxIns .en {
  margin-bottom: 20px;
  font-weight: 300;
  font-family: "Lato", "Noto Sans TC", sans-serif;
  font-size: 40px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bannerBoxIns h2 {
  font-weight: 300;
  font-size: 24px;
  letter-spacing: .05em;
}

.bannerBoxIns .pic img {
  display: block;
  width: 100%;
  min-height: 220px;
  opacity: .8;
  -o-object-fit: cover;
     object-fit: cover;
}

.contentBox {
  padding: 50px 0;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 3px solid #6eb92b;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  width: 158px;
}

header .logo a {
  display: block;
  height: 55px;
  text-indent: -9999px;
  background: url("../images/logo.png") no-repeat;
}

header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 158px);
}

header .icon a {
  display: inline-block;
  margin-left: 25px;
}

header .icon a:hover {
  color: #6eb92b;
}

.menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.menuList li a {
  position: relative;
  z-index: 0;
  display: block;
  padding: 32px 25px;
  font-size: 20px;
  color: #000;
  font-weight: 300;
  letter-spacing: .075em;
}

.menuList li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: #6eb92b;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.menuList li a:hover {
  color: #fff;
}

.menuList li a:hover:after {
  bottom: auto;
  top: 0;
  height: 100%;
}

footer {
  padding: 40px 0;
  border-top: 5px solid #f6ab00;
  background-color: #6eb92b;
}

footer .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .text {
  width: 100%;
  max-width: 520px;
  padding-left: 60px;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 15px;
  letter-spacing: .025em;
  line-height: 1.7;
}

footer .text a {
  color: #fff;
}

footer .menai {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Montserrat", "Noto Sans TC", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .025em;
  color: rgba(255, 255, 255, 0.5);
}

footer .menai:hover {
  color: #fff;
}

.m_menuBox {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100%;
  height: 100vh;
  padding-top: 120px;
  background-color: rgba(110, 185, 43, 0.95);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m_menuBox .m_menuList {
  width: 100%;
}

.m_menuBox .m_menuList li {
  display: block;
}

.m_menuBox .m_menuList a {
  display: block;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  letter-spacing: .15em;
  font-size: 18px;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.m_menuBox .m_menuList a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.m_menu_btn {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  width: 80px;
  height: 100%;
  margin-left: auto;
}

.m_menu_btn .ins {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 18px;
}

.m_menu_btn .ins:before, .m_menu_btn .ins:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6eb92b;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.m_menu_btn .ins:before {
  top: 0;
}

.m_menu_btn .ins:after {
  bottom: 0;
}

.m_menu_btn em {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #6eb92b;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.m_menu_btn.open em {
  width: 0;
}

.m_menu_btn.open .ins:before {
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.m_menu_btn.open .ins:after {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 1230px) {
  .wrap {
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  footer .menai {
    right: 30px;
  }
}

@media (max-width: 1023px) {
  header .wrap {
    height: 85px;
  }
  header .right {
    display: none;
  }
  .m_menu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .titleBox .en {
    margin-bottom: 12px;
    font-size: 40px;
  }
  .titleBox h2 {
    font-size: 24px;
  }
  .contentBox {
    padding: 30px 0;
  }
}

@media (max-width: 960px) {
  footer .wrap {
    padding-bottom: 30px;
  }
  footer .menai {
    right: auto;
    left: 30px;
  }
}

@media (max-width: 767px) {
  footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .text {
    padding-left: 0;
    padding-top: 20px;
  }
}

@media (max-width: 375px) {
  .titleBox .en {
    margin-bottom: 12px;
    font-size: 32px;
  }
  .titleBox h2 {
    font-size: 22px;
  }
  .btnS01 a {
    padding: 16px 40px;
    font-size: 13px;
  }
  .bannerBoxIns em {
    font-size: 34px;
  }
  .bannerBoxIns h2 {
    font-size: 20px;
  }
}
