@charset "UTF-8";
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;
  background: transparent;
  box-sizing: border-box;
  transition: .5s; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

ul, li, dl, dt, dd, ol {
  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; }

a {
  text-decoration: none;
  color: inherit; }

a:active, a:hover, button:active, button:hover {
  outline: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  cursor: pointer;
  overflow: visible; }

input[type="radio"] {
  vertical-align: text-bottom;
  box-sizing: border-box;
  padding: 0; }

input[type="checkbox"] {
  vertical-align: bottom;
  box-sizing: border-box;
  padding: 0; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

.clear {
  clear: both; }

input, button, select, textarea {
  outline: none; }

*:focus {
  outline: none; }

img {
  max-width: 100%; }

select {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding-right: 2rem !important;
  background: url("../images/arrown_down.svg") no-repeat center;
  background-size: auto 1rem;
  background-position: top .8rem right .5rem; }

input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
  display: inline-block;
  margin-right: .5rem; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.bg_grey {
  background-color: #eee; }

.bg_black {
  background-color: #000;
  color: #fff; }

.bg_green {
  background-color: #13ff29; }

main > div {
  overflow: auto; }

input[type="text"], input[type="password"], input[type="number"], select, textarea {
  padding: .2rem .5rem;
  border: 1px solid #000;
  box-sizing: border-box;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

input[type="checkbox"] {
  vertical-align: text-top;
  height: 1rem;
  width: 1rem;
  border: 1px solid #999;
  margin-right: .5rem; }

select {
  background: url("../images/icon/plus.svg") no-repeat right center #fff;
  background-size: 1.2rem auto;
  background-position: right +10px center; }

figcaption {
  font-size: .875rem;
  color: #999; }

figcaption:before {
  font-size: 2rem;
  content: "．";
  color: #13ff29;
  vertical-align: middle; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
html, body {
  width: 100%;
  height: auto;
  min-width: 320px;
  max-width: 1920px;
  margin: 0 auto; }

html {
  font-family: Helvetica,arial,'Noto Sans TC',Microsoft JhengHei,"微軟正黑體",sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.8rem;
  background-color: #000;
  letter-spacing: .1rem; }

body {
  font-size: 1rem;
  background-color: #fff;
  color: #000; }

/*all-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.pc {
  display: block !important; }
  @media (max-width: 767px) {
    .pc {
      display: none !important; } }

.m {
  display: none !important; }
  @media (max-width: 767px) {
    .m {
      display: block !important; } }

/*all_block-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.input_sans {
  font-family: "input-sans", sans-serif;
  font-weight: 400;
  font-style: normal; }

.part {
  text-align: center;
  width: 90%;
  margin: 3rem auto;
  max-width: 1400px; }
  @media (max-width: 767px) {
    .part {
      margin: 1rem auto; } }

.part_title {
  font-size: 3rem;
  display: inline-block;
  margin: 3rem auto;
  line-height: 2.5rem;
  display: block;
  font-weight: 400; }
  .part_title span {
    margin-left: .5rem; }
  .part_title:before, .part_title:after {
    content: "◼";
    color: #13ff29;
    vertical-align: middle;
    margin: 1rem;
    font-size: 1rem; }
  @media (max-width: 767px) {
    .part_title {
      font-size: 2rem;
      margin: 2rem auto;
      font-weight: normal;
      text-align: center; }
      .part_title span {
        display: block;
        text-align: center;
        font-size: 1.5rem;
        margin-left: 0rem; }
      .part_title span:before, .part_title span:after {
        content: "◼";
        color: #13ff29;
        vertical-align: middle;
        margin: .5rem;
        font-size: .5rem; }
      .part_title:before, .part_title:after {
        display: none; } }

.loader {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 20;
  justify-content: center; }
  .loader svg {
    width: 250px;
    height: auto;
    justify-content: center;
    align-items: center; }
    .loader svg .holon_brow {
      opacity: 0;
      animation: ani_holon_brow 1 1s 1s forwards; }
    .loader svg .holon_brow:last-child {
      animation: ani_holon_brow 1 1s 1s forwards, ani_holon_brow_right 8s 2s infinite; }

.subtitle {
  font-size: 2.5rem;
  display: block;
  padding-bottom: 1rem;
  margin: 2rem auto;
  font-family: input-sans,Helvetica,arial,'Noto Sans TC',Microsoft JhengHei,"微軟正黑體",sans-serif; }
  .subtitle span {
    margin-top: 1rem;
    display: block; }
  .subtitle:after {
    content: "";
    width: 5rem;
    height: 5px;
    background-color: #13ff29;
    display: block;
    margin: 1rem auto; }
  @media (max-width: 767px) {
    .subtitle {
      font-size: 2rem;
      display: inline-block;
      padding-bottom: 1rem;
      margin: 1rem auto; }
      .subtitle span {
        margin-left: 0;
        display: block;
        margin-top: .5rem;
        font-size: 1.5rem;
        color: #999; } }

.notice_box {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 0 #000;
  border: 1px solid #000;
  font-size: .9rem;
  line-height: 1.2rem;
  z-index: 10;
  max-width: 320px;
  width: 90%; }
  .notice_box p > a {
    text-decoration: underline;
    color: #999; }
  .notice_box .btns {
    text-align: center; }
  .notice_box .btn {
    padding: .2rem 1.5rem;
    margin: .5rem auto 0rem; }
    .notice_box .btn:after {
      display: none; }

.lightbox {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  z-index: 10;
  display: none; }
  .lightbox .box {
    max-width: 800px;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 1rem;
    padding: 2rem;
    height: 80vh;
    overflow-y: auto; }
  .lightbox .box_contact {
    display: none; }
    .lightbox .box_contact form {
      text-align: left; }
      .lightbox .box_contact form input, .lightbox .box_contact form label, .lightbox .box_contact form textarea, .lightbox .box_contact form select {
        width: 100%;
        display: block;
        vertical-align: middle; }
      .lightbox .box_contact form label {
        margin: 1rem auto .5rem; }
      .lightbox .box_contact form ul li {
        display: inline-block;
        vertical-align: top;
        width: 49%; }
        .lightbox .box_contact form ul li p input, .lightbox .box_contact form ul li p label {
          display: inline-block;
          width: auto;
          margin: 1rem .5rem .5rem 0; }
      .lightbox .box_contact form > p {
        margin: 1rem auto; }
        .lightbox .box_contact form > p input, .lightbox .box_contact form > p label {
          display: inline-block;
          width: auto; }
        .lightbox .box_contact form > p input {
          width: 30px; }
        .lightbox .box_contact form > p label {
          width: calc(100% - 50px);
          margin: 0 auto; }

.editor {
  text-align: left;
  font-family: Helvetica,arial,'Noto Sans TC',Microsoft JhengHei,"微軟正黑體",sans-serif; }
  .editor img {
    margin: 1rem auto; }
  .editor h2 {
    margin: 1.5rem auto;
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
    border-bottom: 2px solid #000;
    padding-bottom: 1rem; }
  .editor h3 {
    font-size: 1.2rem;
    border-left: 5px solid #13ff29;
    margin: 1rem auto;
    padding-left: 1rem;
    display: block; }

.formbox {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto; }
  .formbox input, .formbox label, .formbox textarea, .formbox select {
    width: 100%;
    display: block;
    vertical-align: middle; }
  .formbox label {
    margin: 1rem auto .5rem; }
  .formbox ul li {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
    .formbox ul li p input, .formbox ul li p label {
      display: inline-block;
      width: auto;
      margin: 1rem .5rem .5rem 0; }
  .formbox > p {
    margin: 1rem auto; }
    .formbox > p input, .formbox > p label {
      display: inline-block;
      width: auto; }
    .formbox > p input {
      width: 30px; }
    .formbox > p label {
      width: calc(100% - 50px);
      margin: 0 auto; }
  .formbox .btns .btn {
    width: 100%;
    text-align: center; }
  @media (max-width: 767px) {
    .formbox ul li {
      display: block;
      width: 100%; } }

.tips {
  font-size: .9rem;
  color: #999; }

/*all_content-----------------------------------------------------------------------------------------------------------------------------------------------------*/
header {
  border-top: 0.5rem solid #000;
  padding: 0 3rem 2rem;
  position: relative;
  border-bottom: 1px solid #999; }
  @media (max-width: 767px) {
    header {
      padding: 0rem; } }
  header .holon {
    margin: 5rem auto; }
    header .holon svg {
      width: 70%;
      height: auto; }
      header .holon svg .holon_brow {
        opacity: 0;
        animation: ani_holon_brow 1 1s 1s forwards; }
      header .holon svg .holon_brow:last-child {
        animation: ani_holon_brow 1 1s 1s forwards, ani_holon_brow_right 8s 2s infinite; }
      header .holon svg path:nth-child(odd):not(.holon_brow) {
        animation: ani_holon_odd 2s forwards; }
@keyframes ani_holon_odd {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes ani_holon_brow {
  from {
    opacity: 0;
    transform: translate(0, 3rem); }
  to {
    opacity: 1;
    transform: translate(0, 0); } }
@keyframes ani_holon_brow_right {
  5% {
    transform: translate(0, -8px); }
  10% {
    transform: translate(0, 0px); }
  15% {
    transform: translate(0, -8px); }
  20% {
    transform: translate(0, 0px); }
  100% {
    transform: translate(0, 0px); } }
    @media (max-width: 767px) {
      header .holon {
        margin: 3rem 1rem 1rem; }
        header .holon svg {
          width: 80%;
          height: auto; } }
  header h3 {
    font-size: 1.125rem;
    line-height: 2rem;
    display: block;
    animation: ani_slogan 1 2s forwards;
    opacity: 0;
    margin: .5rem auto; }
    header h3:last-of-type {
      animation: ani_slogan 1 2s 1s forwards; }
@keyframes ani_slogan {
  from {
    opacity: 0;
    transform: translate(-100%, 0); }
  to {
    opacity: 1;
    transform: translate(0%, 0); } }
    @media (max-width: 767px) {
      header h3 {
        margin: .5rem 0 1rem 1rem;
        font-size: .9rem;
        line-height: 1rem; } }
  header nav {
    position: absolute;
    right: 2rem;
    top: 2rem;
    text-align: center;
    display: block;
    z-index: 10; }
    header nav.here > ul {
      left: 0; }
    header nav > a {
      display: none;
      width: 50px;
      height: 50px; }
    header nav > ul > li {
      position: relative; }
      header nav > ul > li > a {
        padding: .5rem 1rem;
        display: block; }
        header nav > ul > li > a:hover {
          background-color: #13ff29; }
    header nav > ul > li:first-child {
      overflow: hidden; }
    header nav > ul > li:first-child img {
      width: 40px;
      height: 40px;
      float: left; }
    header nav > ul > li.subnav:hover {
      background-color: #13ff29; }
    header nav > ul > li.subnav:hover ul {
      display: block; }
    header nav > ul > li.subnav > ul {
      display: none;
      position: absolute;
      background: #000;
      color: #fff;
      left: -550px;
      width: 550px;
      top: 0;
      z-index: 10;
      text-align: right; }
      header nav > ul > li.subnav > ul > li {
        display: inline-block; }
        header nav > ul > li.subnav > ul > li > a {
          padding: .5rem 1rem;
          display: inline-block; }
        header nav > ul > li.subnav > ul > li > a:hover {
          color: #13ff29; }
    @media (max-width: 767px) {
      header nav {
        text-align: right;
        width: 100%;
        display: block;
        right: 0;
        top: 0; }
        header nav > a {
          display: inline-block;
          margin-top: .5rem;
          margin-right: .5rem; }
        header nav > ul {
          background-color: #fff;
          width: 100%;
          position: absolute;
          top: 0;
          left: -100%; }
          header nav > ul > li {
            margin: 0 auto; }
            header nav > ul > li > a {
              display: block;
              padding: .5rem; }
              header nav > ul > li > a:hover {
                background-color: #13ff29; }
          header nav > ul > li:first-child > a:hover {
            background-color: #fff; }
          header nav > ul > li.subnav:hover {
            background-color: #13ff29; }
          header nav > ul > li.subnav:hover ul {
            display: block; }
          header nav > ul > li.subnav > ul {
            display: none;
            position: static;
            width: 100%; }
            header nav > ul > li.subnav > ul li {
              display: block;
              border-bottom: 1px solid #13ff29; } }
  header.small .holon {
    max-width: 280px;
    margin: 1rem 0 1rem 1rem; }
  header.small h3 {
    font-size: .9rem; }
  header.small nav {
    text-align: right;
    width: 100%;
    display: block;
    right: 0;
    top: 0; }
    header.small nav.here > ul {
      left: 0 !important;
      width: 100%;
      top: 0 !important; }
    header.small nav > a {
      display: inline-block;
      margin-top: .5rem;
      margin-right: .5rem; }
    header.small nav > ul {
      background-color: #fff;
      width: 100px;
      position: absolute;
      top: -1000px;
      left: 0; }
      header.small nav > ul > li {
        margin: 0 auto; }
        header.small nav > ul > li > a {
          display: block !important;
          padding: .5rem; }
          header.small nav > ul > li > a:hover {
            background-color: #13ff29; }
      header.small nav > ul > li:first-child > a:hover {
        background-color: #fff; }
      header.small nav > ul > li.subnav:hover {
        background-color: #13ff29; }
      header.small nav > ul > li.subnav:hover ul {
        display: block; }
      header.small nav > ul > li.subnav > ul {
        display: none;
        position: static;
        width: 100%; }
        header.small nav > ul > li.subnav > ul li {
          display: block;
          border-bottom: 1px solid #13ff29; }

footer {
  background-color: #000;
  padding: 5rem;
  color: #fff; }
  footer a:hover {
    color: #13ff29; }
  footer ul {
    display: block;
    margin: 2rem auto;
    width: 100%;
    padding: 1rem 0; }
    footer ul > li {
      display: inline-block;
      vertical-align: baseline; }
  footer ul:nth-child(1) li:nth-child(1) {
    text-align: left;
    width: calc(100% - 300px); }
    footer ul:nth-child(1) li:nth-child(1) h2 {
      margin-bottom: 1rem;
      width: 50%; }
  footer ul:nth-child(1) li:nth-child(2) {
    width: 280px;
    text-align: right; }
    footer ul:nth-child(1) li:nth-child(2) a {
      height: 3rem;
      width: 3rem;
      border-radius: 3rem;
      border: 1px solid #fff;
      display: inline-block;
      margin: .5rem;
      padding: .5rem; }
    footer ul:nth-child(1) li:nth-child(2) a:hover {
      border: 1px solid #13ff29; }
  footer ul:nth-child(2) {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 2rem auto; }
    footer ul:nth-child(2) li:nth-child(1) {
      width: 48%; }
      footer ul:nth-child(2) li:nth-child(1) img, footer ul:nth-child(2) li:nth-child(1) p {
        display: inline-block;
        vertical-align: baseline;
        margin-right: 1rem; }
    footer ul:nth-child(2) li:nth-child(2) {
      width: 48%;
      text-align: right; }
      footer ul:nth-child(2) li:nth-child(2) a:after {
        content: "/";
        padding-left: 1rem;
        margin-right: .5rem; }
  footer ul:nth-child(3) li {
    width: 48%; }
  footer ul:nth-child(3) li:last-child {
    text-align: right; }
    footer ul:nth-child(3) li:last-child a:after {
      content: "|";
      padding-left: 1rem;
      margin-right: .5rem; }
  @media (max-width: 767px) {
    footer {
      padding: 2rem; }
      footer ul {
        margin: 1rem auto; }
        footer ul > li {
          display: block; }
      footer ul:nth-child(1) li:nth-child(1) {
        width: 100%;
        margin-bottom: 1rem; }
        footer ul:nth-child(1) li:nth-child(1) h2 {
          width: 80%; }
      footer ul:nth-child(1) li:nth-child(2) {
        width: 100%; }
      footer ul:nth-child(2) {
        padding: 2rem 0; }
        footer ul:nth-child(2) li:nth-child(1) {
          width: 100%; }
          footer ul:nth-child(2) li:nth-child(1) img, footer ul:nth-child(2) li:nth-child(1) p {
            display: inline-block;
            vertical-align: baseline;
            margin-right: 1rem; }
        footer ul:nth-child(2) li:nth-child(2) {
          width: 100%;
          margin-top: 1rem; }
          footer ul:nth-child(2) li:nth-child(2) a:after {
            content: "/";
            padding-left: 1rem;
            margin-right: .5rem; }
        footer ul:nth-child(2) li:nth-child(3) {
          display: none; }
      footer ul:nth-child(3) li {
        width: 100%;
        text-align: right; }
      footer ul:nth-child(3) li:last-child a:after {
        content: "|";
        padding-left: .5rem;
        margin-right: 0rem; } }

.breadcrumb {
  padding: 1rem 0;
  color: #999;
  font-size: 13px; }
  .breadcrumb a {
    display: inline-block; }
    .breadcrumb a:last-child:after {
      content: "";
      padding-left: .5rem; }
    .breadcrumb a:after {
      content: ">";
      padding-left: .5rem; }

/*all_btns-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.btn_top {
  writing-mode: vertical-lr;
  position: fixed;
  left: .1rem;
  bottom: .5rem;
  color: black;
  text-align: center;
  color: #999; }
  .btn_top:hover {
    color: #13ff29; }
  @media (max-width: 767px) {
    .btn_top {
      right: .2rem;
      bottom: .2rem;
      font-size: 13px; } }

.btn_more {
  clear: both;
  display: inline-block;
  padding: .7rem 5rem;
  max-width: 100%;
  border: 1px solid #000;
  position: relative;
  margin: 1rem auto; }
  .btn_more:after {
    content: "";
    position: absolute;
    background: url("../images/icon/to.svg") no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    background-size: contain;
    top: .5rem;
    right: .5rem;
    font-family: input-sans,Helvetica,arial,'Noto Sans TC',Microsoft JhengHei,"微軟正黑體",sans-serif; }
  .btn_more:hover {
    background: #13ff29;
    padding: 1rem 4rem; }
  @media (max-width: 767px) {
    .btn_more {
      padding: .5rem 1rem; }
      .btn_more:after {
        display: none; }
      .btn_more:hover {
        background: #13ff29;
        padding: .5rem 1rem; } }

.btn {
  clear: both;
  display: inline-block;
  padding: 1rem 3rem;
  max-width: 100%;
  border: 1px solid #000;
  position: relative;
  margin: 1rem auto;
  background-color: #fff;
  color: #000;
  font-family: input-sans,Helvetica,arial,'Noto Sans TC',Microsoft JhengHei,"微軟正黑體",sans-serif; }
  .btn:after {
    content: "";
    position: absolute;
    background: url("../images/icon/to.svg") no-repeat;
    display: block;
    width: 13px;
    height: 13px;
    background-size: contain;
    top: .5rem;
    right: .5rem; }
  .btn:hover {
    background: #000;
    color: #fff; }
  .btn.green {
    background: #13ff29;
    color: #000; }
  @media (max-width: 767px) {
    .btn {
      padding: .5rem 1rem; }
      .btn:after {
        display: none; } }

.btn_s {
  display: block;
  margin: 1rem;
  font-size: .9rem;
  text-decoration: underline; }

/*share content-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.banner {
  background-color: #000;
  text-align: right;
  animation: ani_bannerbg_n 1s 1;
  overflow: hidden; }
  .banner img {
    width: 100%;
    padding-bottom: 0%;
    animation: ani_bannerimg_n 3s 1;
    display: block; }
  @media (max-width: 767px) {
    .banner {
      height: 180px;
      position: relative; }
      .banner img {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        max-width: 960px;
        width: 960px; } }

@keyframes ani_bannerbg {
  0% {
    background-color: #000; }
  50% {
    background-color: #13ff29; }
  100% {
    background-color: #000; } }
@keyframes ani_bannerimg {
  0% {
    transform: translate(0, -150%);
    width: 100%; }
  50% {
    transform: translate(0%, 0);
    width: 100%; }
  100% {
    transform: translate(0%, 0);
    width: 100%; } }
.fliter_btn {
  background-color: #13ff29;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
  text-align: center; }
  @media (max-width: 767px) {
    .fliter_btn {
      padding: 1rem; }
      .fliter_btn .btn {
        padding: .5rem 1rem;
        margin: .5rem auto; }
        .fliter_btn .btn:after {
          display: none; } }

.fliter {
  text-align: center;
  margin: 1rem auto; }
  .fliter select, .fliter input {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #000;
    vertical-align: middle;
    padding: .3rem .5rem;
    width: calc(31% - 30px);
    border-radius: 0px; }
  .fliter a {
    background-color: #000;
    color: #fff;
    padding: .3rem .5rem;
    display: inline-block;
    margin-left: .5rem;
    vertical-align: middle;
    width: 80px; }
  .fliter select:only-of-type {
    width: calc(64% - 60px); }
  @media (max-width: 767px) {
    .fliter select, .fliter input {
      display: block;
      padding: .3rem .5rem;
      width: 100%;
      margin: .3rem auto; }
    .fliter select:only-of-type {
      width: 100%; }
    .fliter a {
      width: 100%;
      margin-left: 0; } }

.search_box {
  float: right; }
  .search_box input {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #000;
    vertical-align: middle;
    padding: .3rem .5rem;
    width: 100px; }
  .search_box a {
    background-color: #000;
    color: #fff;
    padding: .3rem .5rem;
    display: inline-block;
    margin-left: .5rem;
    vertical-align: middle; }
  @media (max-width: 767px) {
    .search_box {
      margin-top: 1rem;
      float: none;
      text-align: right; } }

.projects {
  background-color: #fff; }
  .projects .part {
    margin: 2rem auto;
    padding: 2rem 0; }
  .projects .projects {
    margin: 2rem auto; }
    .projects .projects .btn_more {
      display: block; }
  .projects .project {
    border: 1px solid #999;
    padding: 1.5rem;
    min-width: 300px;
    display: inline-block;
    width: 47%;
    margin: 1%;
    text-align: left;
    overflow: hidden;
    vertical-align: top; }
    .projects .project:hover {
      border-radius: 2rem; }
    .projects .project .picbox {
      overflow: hidden;
      border-radius: 1rem;
      height: 20rem;
      display: block;
      line-height: 0; }
    .projects .project .picbox:hover img {
      transform: scale(1.05); }
    .projects .project span {
      color: #999;
      display: block;
      margin: 1rem auto;
      border-left: 5px solid #13ff29;
      padding-left: .5rem;
      line-height: 1.2rem; }
    .projects .project p {
      overflow: hidden; }
    .projects .project div a {
      color: #999;
      display: inline-block;
      font-size: .85rem;
      font-family: Helvetica,arial,'Noto Sans TC',Microsoft JhengHei,"微軟正黑體",sans-serif; }
    .projects .project .btn_share {
      text-align: right;
      display: block;
      margin-bottom: 1rem;
      font-family: Helvetica,arial,'Noto Sans TC',Microsoft JhengHei,"微軟正黑體",sans-serif; }
      .projects .project .btn_share:before {
        content: "✌";
        margin-right: .5rem;
        vertical-align: middle; }
    .projects .project .btn_readmore {
      display: block;
      border: 1px solid #999;
      margin-top: 1rem;
      display: block;
      text-align: center;
      padding: .5rem 1rem;
      position: relative; }
      .projects .project .btn_readmore:after {
        content: "";
        position: absolute;
        background: url("../images/icon/to.svg") no-repeat;
        display: block;
        width: 13px;
        height: 13px;
        background-size: contain;
        top: .5rem;
        right: .5rem; }
      .projects .project .btn_readmore:hover {
        background-color: #13ff29; }
    @media (max-width: 767px) {
      .projects .project {
        width: 100%;
        margin: 1rem auto; }
        .projects .project .picbox {
          height: 12rem; } }

.services {
  text-align: center;
  background-color: #fff; }
  .services > p {
    margin-bottom: 2rem; }
  .services > p span {
    display: block; }
  .services .service {
    border: 1px solid #999;
    min-width: 300px;
    display: inline-block;
    width: 31%;
    margin: 1%;
    text-align: left; }
    .services .service strong {
      font-weight: bold;
      display: block;
      padding: 1rem;
      border-bottom: 1px solid #999; }
    .services .service > div {
      padding: 1rem; }
      .services .service > div p {
        color: #999;
        margin-bottom: 1rem; }
      .services .service > div .picbox {
        border-radius: 1rem;
        background-color: #000;
        position: relative;
        overflow: hidden;
        line-height: 0; }
        .services .service > div .picbox img {
          display: block; }
        .services .service > div .picbox a {
          background: #13ff29;
          padding: 1rem 2rem;
          align-content: center;
          justify-content: center;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          display: none;
          z-index: 1;
          margin: 0 auto; }
        .services .service > div .picbox:hover img {
          opacity: .5;
          transform: scale(1.05); }
        .services .service > div .picbox:hover a {
          display: inline-block; }
  .services .index_service {
    box-sizing: border-box;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    text-align: left;
    margin: 1rem; }
    .services .index_service strong {
      font-size: 1.2rem;
      padding: .5rem 0;
      display: inline-block;
      text-align: center; }
    .services .index_service > img {
      max-width: 150px;
      margin: 0 auto;
      display: block; }
    .services .index_service .btn_more {
      width: 100%;
      text-align: center; }
  @media (max-width: 767px) {
    .services {
      padding: 2rem 0; }
      .services p {
        text-align: left;
        line-height: 2rem; }
      .services p span {
        display: inline; }
      .services .service {
        width: 100%;
        margin: 1rem auto; } }

.blogs {
  text-align: center;
  background-color: #eee;
  padding: 2rem 0;
  background-color: #fff; }

.article {
  border: 1px solid #999;
  min-width: 300px;
  display: inline-block;
  width: 31%;
  margin: 1%;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
  vertical-align: top; }
  .article:hover {
    border-radius: 2rem; }
  .article > div {
    padding: 1.5rem; }
    .article > div span {
      color: #999;
      display: block;
      margin: 0rem auto 1rem; }
      .article > div span i {
        margin-left: 1rem;
        padding-left: .5rem;
        border-left: 5px solid #13ff29;
        font-style: normal; }
    .article > div .picbox {
      overflow: hidden;
      border-radius: 2rem;
      display: block;
      line-height: 0; }
    .article > div .picbox:hover img {
      transform: scale(1.05); }
    .article > div strong {
      margin: 1rem auto;
      font-size: 1.5rem;
      line-height: 2.5rem;
      display: block; }
    .article > div p {
      overflow: hidden;
      height: 3.8rem; }
    .article > div > div {
      padding-top: .5rem;
      border-top: 1px solid #999;
      margin: 1rem auto; }
      .article > div > div a {
        margin: .5rem;
        color: #999;
        font-size: 13px; }
        .article > div > div a:before {
          content: "#";
          margin-left: .3rem; }
  .article .btn_readmore {
    border-top: 1px solid #999;
    margin-top: 1rem;
    display: block;
    text-align: center;
    padding: .7rem 1rem;
    position: relative; }
    .article .btn_readmore:after {
      content: "";
      position: absolute;
      background: url("../images/icon/to.svg") no-repeat;
      display: block;
      width: 13px;
      height: 13px;
      background-size: contain;
      top: .5rem;
      right: .5rem; }
    .article .btn_readmore:hover {
      background-color: #13ff29; }
  @media (max-width: 767px) {
    .article {
      width: 100%;
      margin: 1rem auto; }
      .article > div {
        padding: 1rem; }
        .article > div strong {
          font-size: 1.2rem;
          line-height: 2rem; }
        .article > div p {
          height: 5rem; } }

.subscribe {
  background: #000;
  color: #fff;
  padding: 2rem 5rem; }
  .subscribe > img {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-top: -3rem; }
  .subscribe > div {
    padding: 0 2rem;
    display: inline-block;
    width: 55%;
    vertical-align: top;
    margin-left: 3%; }
    .subscribe > div strong {
      font-size: 2rem;
      margin-bottom: 2rem;
      display: block;
      line-height: 3rem; }
    .subscribe > div input[type="text"] {
      background-color: #000;
      border-bottom: 1px solid #13ff29;
      width: 80%;
      display: inline-block; }
    .subscribe > div a {
      background-color: #13ff29;
      color: #000;
      padding: .5rem 1rem;
      display: inline-block;
      margin-top: .5rem; }
    .subscribe > div button {
      background-color: #13ff29;
      color: #000;
      padding: .5rem 1rem;
      display: inline-block;
      margin-top: .5rem; }
  @media (max-width: 767px) {
    .subscribe {
      background: #000;
      color: #fff;
      padding: 2rem; }
      .subscribe > img {
        display: block;
        width: 100%;
        margin-top: 0; }
      .subscribe > div {
        padding: 0;
        display: block;
        width: 100%;
        margin-left: 0%;
        margin-top: 1rem; }
        .subscribe > div strong {
          font-size: 1.5rem;
          margin-bottom: 1rem;
          line-height: 2rem; }
        .subscribe > div input[type="text"] {
          width: 100%;
          display: block; }
        .subscribe > div a {
          display: block;
          margin-top: 1rem; }
        .subscribe > div button {
          display: block;
          margin-top: 1rem; } }

.about {
  margin-top: 4rem;
  background: url("../images/about.jpg") top left;
  background-size: cover;
  text-align: right; }
  .about > img {
    display: block; }
  .about > div {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 2rem;
    text-align: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 90%;
    margin-right: 5%;
    float: right;
    max-width: 600px; }
    .about > div h2 {
      font-size: 2.5rem;
      color: #13ff29;
      padding: 1rem;
      background-color: #000;
      display: inline-block;
      line-height: 3rem; }
      .about > div h2 span {
        color: #fff;
        margin-right: .5rem;
        font-family: "input-sans", sans-serif;
        font-weight: 700;
        font-style: normal; }
    .about > div h3 {
      margin: 2rem auto;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 2rem; }
    .about > div ul {
      max-width: 500px;
      margin: 1rem auto;
      text-align: left; }
      .about > div ul li {
        margin-bottom: 1rem; }
      .about > div ul strong {
        font-weight: bold;
        margin-bottom: .5rem;
        display: block; }
        .about > div ul strong span {
          color: #13ff29;
          line-height: 1.5rem;
          height: 1.5rem;
          width: 1.5rem;
          border-radius: 1.5rem;
          background-color: #000;
          margin-right: .5rem;
          vertical-align: middle;
          display: inline-block;
          text-align: center; }
  @media (max-width: 1000px) {
    .about {
      margin-top: 3rem; }
      .about > div {
        position: static;
        padding: 1.5rem; }
        .about > div h2 {
          font-size: 1.5rem;
          line-height: 2rem; }
        .about > div h3 {
          margin: 2rem auto;
          font-size: 1rem;
          font-weight: bold;
          line-height: 1.5rem; }
        .about > div strong {
          font-weight: bold;
          margin-bottom: 1rem;
          display: block;
          line-height: 1.5rem; }
        .about > div .btn_more {
          background-color: #13ff29; } }

.lists {
  text-align: left; }
  .lists > li {
    list-style: cjk-ideographic inside; }
    .lists > li > ol {
      margin-left: 3rem; }
      .lists > li > ol > li {
        list-style: disc; }
        .lists > li > ol > li > ul {
          margin-left: 2rem; }
          .lists > li > ol > li > ul li {
            list-style: circle; }

/*index-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.index .tool_holon {
  background: url("../images/tool_holon_bg.jpg") no-repeat;
  background-size: 100% auto;
  background-position: top 10%;
  padding-bottom: 5rem;
  margin-top: 5rem; }
  .index .tool_holon > div {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 3rem;
    width: 50%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    margin-left: 5%;
    transform: translate(0, -3rem); }
    .index .tool_holon > div h2 {
      font-size: 5rem;
      font-family: "input-sans", sans-serif;
      font-weight: 700;
      font-style: normal;
      display: block;
      letter-spacing: -.2rem;
      line-height: 5rem; }
    .index .tool_holon > div h3 {
      font-size: 2rem;
      display: block;
      margin: 2rem auto;
      line-height: 2.5rem; }
    .index .tool_holon > div a {
      border: 1px solid #000;
      padding: .5rem 3rem;
      background-color: #13ff29;
      display: inline-block;
      margin: 2rem auto; }
  @media (max-width: 767px) {
    .index .tool_holon {
      background-size: 400% auto;
      background-position: top 10%; }
      .index .tool_holon > div {
        width: 85%;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
        margin-left: 0;
        margin: 5% auto; }
        .index .tool_holon > div h2 {
          font-size: 4rem;
          line-height: 4rem; } }
@media (max-width: 767px) {
  .index .picbox {
    border-radius: 0px; } }

.index_services {
  text-align: center;
  background-color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  padding: 2rem 0; }
  .index_services > p {
    margin-bottom: 2rem; }
  .index_services > p span {
    display: block; }
  .index_services .index_service {
    box-sizing: border-box;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    text-align: left;
    margin: 1rem; }
    .index_services .index_service strong {
      font-size: 1.2rem;
      padding: .5rem 0;
      display: inline-block;
      text-align: center; }
    .index_services .index_service div > p {
      color: #999;
      overflow: hidden; }
    .index_services .index_service > img {
      max-width: 150px;
      margin: 0 auto;
      display: block; }
    .index_services .index_service .btn_more {
      width: 100%;
      text-align: center; }
    @media (max-width: 767px) {
      .index_services .index_service {
        width: 45%;
        margin: 1rem 1%; } }

/*case-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.page_project .projectbox {
  background-color: #eee;
  text-align: center;
  padding: 1rem 0 3rem; }
  .page_project .projectbox .part {
    margin: 0 auto;
    padding: 1rem 0;
    max-width: 1500px; }
    .page_project .projectbox .part .editor {
      margin: 2rem auto;
      width: 90%; }
    @media (max-width: 767px) {
      .page_project .projectbox .part {
        padding: 1rem 0; } }
  .page_project .projectbox .data > li {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .page_project .projectbox .data > li:nth-child(1) {
      width: 70%;
      margin-right: 2%; }
    .page_project .projectbox .data > li:nth-child(2) {
      width: 26%; }
    .page_project .projectbox .data > li > strong {
      font-weight: bold;
      font-size: 2.5rem;
      border-bottom: 5px solid #13ff29;
      line-height: 3.5rem; }
    .page_project .projectbox .data > li > p {
      margin: 2rem auto 0; }
    .page_project .projectbox .data > li ul {
      display: block;
      margin-top: 2rem; }
      .page_project .projectbox .data > li ul li {
        margin-bottom: 1rem; }
        .page_project .projectbox .data > li ul li span {
          margin-right: 1rem;
          color: #fff;
          background-color: #000;
          padding: .2rem .4rem;
          display: inline-block;
          width: 7rem;
          text-align: center;
          vertical-align: top; }
        .page_project .projectbox .data > li ul li strong {
          display: inline-block;
          width: calc(100% - 10rem);
          vertical-align: top; }
  @media (max-width: 1400px) {
    .page_project .projectbox .data > li:nth-child(1) {
      width: 50%; }
    .page_project .projectbox .data > li:nth-child(2) {
      width: 45%; }
    .page_project .projectbox .data > li > strong {
      font-size: 1.5rem;
      line-height: 2rem; } }
  @media (max-width: 1000px) {
    .page_project .projectbox .data > li {
      display: block; }
      .page_project .projectbox .data > li:nth-child(1) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem; }
      .page_project .projectbox .data > li:nth-child(2) {
        width: 100%; }
      .page_project .projectbox .data > li > strong {
        font-size: 1.5rem;
        line-height: 2rem; } }
  .page_project .projectbox .intro {
    display: flex; }
    .page_project .projectbox .intro > div {
      vertical-align: top;
      width: 100%;
      text-align: left;
      margin: 2%; }
      .page_project .projectbox .intro > div strong {
        font-size: 1.5rem;
        display: block;
        padding-bottom: 1rem;
        border-bottom: 1px solid #000;
        line-height: 2.5rem; }
        .page_project .projectbox .intro > div strong span {
          margin-left: .5rem; }
        .page_project .projectbox .intro > div strong:after {
          content: "▼";
          color: #13ff29;
          background-color: #000;
          padding: .2rem .3rem;
          margin-left: 1rem;
          font-size: 1.2rem;
          vertical-align: middle; }
      .page_project .projectbox .intro > div p {
        margin: 1rem auto; }
    @media (max-width: 1400px) {
      .page_project .projectbox .intro > div strong {
        font-size: 1.2rem; } }
    @media (max-width: 1000px) {
      .page_project .projectbox .intro {
        display: block; }
        .page_project .projectbox .intro > div {
          display: block;
          margin: 1rem auto;
          width: 100%; }
          .page_project .projectbox .intro > div strong {
            font-size: 1.2rem; } }
  .page_project .projectbox .numbers {
    display: flex;
    text-align: center; }
    .page_project .projectbox .numbers li {
      padding: 1rem 0;
      border-left: 1px solid #999;
      border-right: 1px solid #999;
      width: 100%; }
      .page_project .projectbox .numbers li span {
        display: block;
        width: 90%;
        margin: 0 auto; }
      .page_project .projectbox .numbers li span:after {
        content: "▼";
        color: #13ff29;
        display: block;
        margin: 1rem auto; }
      .page_project .projectbox .numbers li strong {
        font-size: 2rem;
        font-weight: bold;
        line-height: 2.5rem;
        display: block;
        width: 90%;
        margin: 0 auto; }
    @media (max-width: 767px) {
      .page_project .projectbox .numbers {
        flex-wrap: wrap;
        text-align: center; }
        .page_project .projectbox .numbers li {
          padding: 1rem;
          border: 0px;
          border-bottom: 1px solid #999;
          width: 100%;
          margin: 0 auto; }
          .page_project .projectbox .numbers li strong {
            margin-bottom: 1rem; }
          .page_project .projectbox .numbers li:last-child {
            border-bottom: 0px; } }

/*blog-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.page_blog {
  background-color: #eee; }
  .page_blog .blogs {
    background-color: #eee; }
  .page_blog .blogs_b .article {
    width: 47%;
    margin: 1%; }
    .page_blog .blogs_b .article > div strong {
      font-size: 2.5rem;
      line-height: 3.5rem;
      margin: 2rem auto; }
    .page_blog .blogs_b .article > div p {
      height: 11rem; }
  @media (max-width: 767px) {
    .page_blog .blogs_b .article {
      width: 100%;
      margin: 1rem auto; }
      .page_blog .blogs_b .article > div strong {
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 1rem auto; }
      .page_blog .blogs_b .article > div p {
        height: 5rem; } }

.page_article {
  border-top: 1px solid #999;
  padding-top: 2rem; }
  .page_article .article_box > li {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .page_article .article_box > li:first-child {
      width: 70%;
      margin-right: 5%; }
      .page_article .article_box > li:first-child > h1 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #999;
        line-height: 4rem; }
        @media (max-width: 767px) {
          .page_article .article_box > li:first-child > h1 {
            font-size: 1.5rem;
            line-height: 2rem; } }
      .page_article .article_box > li:first-child > span {
        color: #999;
        display: block;
        margin: 1rem auto; }
        .page_article .article_box > li:first-child > span i {
          margin-left: 1rem;
          padding-left: .5rem;
          border-left: 5px solid #13ff29;
          font-style: normal; }
    .page_article .article_box > li:last-child {
      width: 20%; }
      .page_article .article_box > li:last-child > div {
        margin-bottom: 2rem; }
        .page_article .article_box > li:last-child > div > strong {
          font-size: 1.2rem;
          font-weight: bold;
          padding-bottom: 1rem;
          margin-bottom: 1rem;
          border-bottom: 1px solid #999;
          display: block; }
          .page_article .article_box > li:last-child > div > strong:before {
            content: "．"; }
        .page_article .article_box > li:last-child > div > div > div {
          margin-bottom: 1rem; }
          .page_article .article_box > li:last-child > div > div > div span {
            color: #999;
            display: block; }
            .page_article .article_box > li:last-child > div > div > div span i {
              font-style: normal;
              padding-left: 1rem;
              border-left: 5px solid #13ff29; }
          .page_article .article_box > li:last-child > div > div > div strong {
            display: block; }
    @media (max-width: 1000px) {
      .page_article .article_box > li {
        display: block; }
        .page_article .article_box > li:first-child {
          width: 100%;
          margin-right: 0%; }
        .page_article .article_box > li:last-child {
          width: 100%;
          margin-top: 2rem; } }
  .page_article .article_box .article_catalogue {
    width: auto;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #999;
    background: #fff;
    position: relative;
    margin: 1.5rem auto; }
    .page_article .article_box .article_catalogue > strong {
      font-weight: bold;
      font-size: 1.2rem;
      display: block;
      margin-bottom: 1rem; }
    .page_article .article_box .article_catalogue .btn_close {
      position: absolute;
      right: 1rem;
      top: 1rem;
      display: inline-block;
      border: 1px solid #999;
      height: 2rem;
      width: 2rem;
      text-align: center;
      line-height: 2rem; }
    .page_article .article_box .article_catalogue ul {
      margin-left: 1rem;
      margin-bottom: .5rem; }
      .page_article .article_box .article_catalogue ul li {
        list-style: disc; }
  .page_article .article_box .fliter input {
    width: calc(100% - 100px); }
    @media (max-width: 767px) {
      .page_article .article_box .fliter input {
        width: 100%; } }

/*team-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.members {
  margin-top: 2rem; }
  .members .member {
    display: inline-block;
    width: 22%;
    vertical-align: top;
    border: 1px solid #999;
    min-width: 280px;
    margin: 1%;
    overflow: hidden; }
    .members .member img {
      display: block; }
    .members .member > div {
      background-color: #fff;
      padding: 1rem;
      text-align: left;
      overflow: hidden; }
      .members .member > div a {
        font-weight: bold;
        font-size: 1.125rem;
        display: block; }
      .members .member > div span {
        float: right;
        color: #999; }
    .members .member:hover {
      border-radius: 2rem; }
  .members.member_b .member {
    width: 30%;
    position: relative; }
    .members.member_b .member > div {
      position: absolute;
      bottom: 0px;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      padding: 1.5rem; }
      .members.member_b .member > div a {
        font-size: 1.5rem;
        border-bottom: 3px solid #13ff29;
        margin-bottom: .5rem;
        display: inline-block; }
      .members.member_b .member > div span {
        float: none;
        display: block; }
      .members.member_b .member > div:after {
        content: "";
        position: absolute;
        background: url("../images/icon/to_green.svg") no-repeat;
        display: block;
        width: 13px;
        height: 13px;
        background-size: contain;
        top: .5rem;
        right: .5rem; }
  @media (max-width: 767px) {
    .members .member {
      display: block;
      width: 100%;
      margin: 1rem auto; }
    .members.member_b .member {
      display: block;
      width: 100%;
      margin: 1rem auto; } }

.member_box > li {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  text-align: left;
  margin: 1%; }
  .member_box > li > strong {
    font-size: 3rem;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid #13ff29;
    padding-bottom: .5rem; }
  .member_box > li > span {
    display: block;
    margin: 1rem auto; }
  .member_box > li > hr {
    margin: 1rem auto; }
@media (max-width: 767px) {
  .member_box li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 1rem auto; }
    .member_box li > strong {
      font-size: 2rem; } }
.member_box .member_experience {
  font-size: .9rem;
  line-height: 1.2rem; }
  .member_box .member_experience ul li {
    list-style: disc;
    margin-left: 1.5rem; }
  .member_box .member_experience .tag {
    display: block;
    margin-bottom: .5rem;
    margin-top: 1rem;
    background-color: #e2ffe5;
    padding: .5rem 1rem; }

/*contact-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.page_contact > .part > img {
  width: 15rem;
  margin: 1rem auto; }
.page_contact > .part > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  text-align: left; }
  .page_contact > .part > ul > li:first-child {
    margin-right: 2%; }
  .page_contact > .part > ul > li:last-child iframe {
    height: 800px; }
.page_contact .bg_grey {
  margin: 5rem auto;
  text-align: center; }
  .page_contact .bg_grey strong, .page_contact .bg_grey p, .page_contact .bg_grey div {
    display: inline-block;
    vertical-align: middle; }
  .page_contact .bg_grey strong {
    font-weight: bold;
    font-size: 1.2rem; }
  .page_contact .bg_grey a {
    height: 3rem;
    width: 3rem;
    border-radius: 3rem;
    border: 1px solid #000;
    display: inline-block;
    margin: 0.5rem;
    padding: 0.5rem;
    background-color: #fff; }
.page_contact form {
  text-align: left; }
  .page_contact form input, .page_contact form label, .page_contact form textarea, .page_contact form select {
    width: 100%;
    display: block;
    vertical-align: middle; }
  .page_contact form label {
    margin: 1rem auto .5rem; }
  .page_contact form ul li {
    display: inline-block;
    vertical-align: top;
    width: 49%; }
    .page_contact form ul li p input, .page_contact form ul li p label {
      display: inline-block;
      width: auto;
      margin: 1rem .5rem .5rem 0; }
  .page_contact form > p {
    margin: 1rem auto; }
    .page_contact form > p input, .page_contact form > p label {
      display: inline-block;
      width: auto; }
    .page_contact form > p input {
      width: 30px; }
    .page_contact form > p label {
      width: calc(100% - 50px);
      margin: 0 auto; }
  .page_contact form .btn {
    width: 100%;
    text-align: center; }
.page_contact .tips {
  font-size: .9rem;
  color: #999; }
@media (max-width: 767px) {
  .page_contact > .part > ul > li {
    display: block;
    width: 100%;
    margin: 1rem auto; }
    .page_contact > .part > ul > li:first-child {
      margin-right: 0%; }
    .page_contact > .part > ul > li:last-child iframe {
      height: 300px !important; }
  .page_contact form ul li {
    display: block;
    width: 100%; } }

/*article_box-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.page_services {
  padding-top: 2rem; }

.page_about .about_intro li {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  text-align: left;
  margin: 1%; }
  .page_about .about_intro li > span {
    display: block;
    margin: 1rem auto;
    font-weight: bold;
    font-size: 1.2rem; }
  .page_about .about_intro li > hr {
    margin: 1rem auto; }
@media (max-width: 767px) {
  .page_about .about_intro li {
    display: block;
    width: 100%;
    text-align: left;
    margin: 1rem auto; }
    .page_about .about_intro li > strong {
      font-size: 2rem; } }
.page_about table {
  width: 90%;
  max-width: 800px;
  border: 1px solid #999;
  margin: 1rem auto;
  background-color: #fff; }
  .page_about table tr:nth-child(odd) {
    background-color: #e2ffe5; }
  .page_about table td {
    border: 1px solid #999;
    padding: 1rem;
    text-align: left; }
    .page_about table td:first-child {
      font-weight: bold;
      font-size: 1.5rem;
      padding: 1rem 2rem; }
.page_about .bg_brand {
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #000 30%, #000 100%);
  color: #fff; }
  .page_about .bg_brand ul {
    margin-top: 5rem; }
    .page_about .bg_brand ul li {
      display: inline-block;
      vertical-align: middle;
      width: 50%; }
      .page_about .bg_brand ul li:nth-child(1) {
        border-right: 1px solid #fff;
        padding-right: 2%;
        margin-right: 5%;
        width: 30%; }
      .page_about .bg_brand ul li img {
        padding: 3rem 6rem;
        background-color: #fff;
        border: 1px solid #000;
        display: block; }
      .page_about .bg_brand ul li p {
        margin-top: 1rem;
        text-align: left; }
  @media (max-width: 767px) {
    .page_about .bg_brand {
      background: #000; }
      .page_about .bg_brand ul {
        margin: 2rem auto; }
        .page_about .bg_brand ul li {
          display: block;
          width: 100%; }
          .page_about .bg_brand ul li:nth-child(1) {
            padding-right: 0%;
            margin-right: 0%;
            width: 100%;
            border: none; }
          .page_about .bg_brand ul li img {
            padding: 2rem 1rem; } }
