@charset "UTF-8";
/* line 5, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../fire.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 5, ../sass/_extend.scss */
#header_top .ico_fb:before, #footer .scrollup a:before, #breadcrumb .breadcrumb_path li:first-of-type:after, #page_service .project_box .pjc_articles .pjc_item li:before, .fotorama__arr--prev:before, .fotorama__arr--next:before, #page_contact .contact_box .contact_info .add:before, #page_contact .contact_box .contact_info .mobile:before, #page_contact .contact_box .contact_info .tel:before, #page_contact .contact_box .contact_info .fax:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* line 8, ../sass/module/_layout.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/module/_layout.scss */
a {
  text-decoration: none;
}

/* line 18, ../sass/module/_layout.scss */
img {
  max-width: 100%;
  height: auto;
  border: none;
}

/* line 24, ../sass/module/_layout.scss */
div {
  word-wrap: break-word;
  word-break: break-all;
}

/* line 29, ../sass/module/_layout.scss */
body {
  margin: 0px !important;
  padding: 0px;
  font: 100%/1.5 "Noto Sans CJK TC", "微軟正黑體", sans-serif;
  letter-spacing: 0.25px;
}

/* line 37, ../sass/module/_layout.scss */
#header,
#footer,
#index {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

/* line 44, ../sass/module/_layout.scss */
.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* line 12, ../../../../../fire.app/lib/ruby/compass_extensions/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
.inner:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 49, ../sass/module/_layout.scss */
#header {
  z-index: 100;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  /* line 49, ../sass/module/_layout.scss */
  #header {
    margin-top: 0;
  }
}

/* line 58, ../sass/module/_layout.scss */
#header_logo {
  float: left;
  width: 100%;
  margin: 0;
  padding: 15px;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 58, ../sass/module/_layout.scss */
  #header_logo {
    margin: 20px 0;
    width: auto;
    padding: 0;
    text-align: left;
  }
}
/* line 72, ../sass/module/_layout.scss */
#header_logo a {
  display: block;
  line-height: 0;
}

/* line 78, ../sass/module/_layout.scss */
#header_nav {
  float: right;
  margin: 32px 0 0 0;
}

/* line 83, ../sass/module/_layout.scss */
#header_top {
  line-height: 0;
  float: left;
  margin: 10px 0 0 10px;
}
@media (min-width: 1024px) {
  /* line 83, ../sass/module/_layout.scss */
  #header_top {
    float: right;
    margin: 35px 0 0 60px;
  }
}
/* line 93, ../sass/module/_layout.scss */
#header_top .ico_fb {
  font-size: 0;
  display: block;
}
/* line 97, ../sass/module/_layout.scss */
#header_top .ico_fb:before {
  content: "\f082";
  color: #7e88a3;
  font-size: 20px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 106, ../sass/module/_layout.scss */
#header_top .ico_fb:hover:before {
  color: #f7da1a;
}

/* line 114, ../sass/module/_layout.scss */
#footer {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  padding: 30px 15px;
  background: #292929;
}
@media (min-width: 1024px) {
  /* line 114, ../sass/module/_layout.scss */
  #footer {
    padding: 60px 0;
  }
}
/* line 125, ../sass/module/_layout.scss */
#footer .company {
  font-weight: bold;
}
/* line 129, ../sass/module/_layout.scss */
#footer span {
  word-break: break-word;
  display: block;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 129, ../sass/module/_layout.scss */
  #footer span {
    display: inline;
    text-align: left;
  }
}
/* line 139, ../sass/module/_layout.scss */
#footer span:after {
  content: '/';
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  vertical-align: bottom;
  color: #ffffff;
  margin: 0 12px;
  display: none;
}
@media (min-width: 1024px) {
  /* line 139, ../sass/module/_layout.scss */
  #footer span:after {
    display: inline-block;
  }
}
/* line 154, ../sass/module/_layout.scss */
#footer span:last-of-type:after {
  display: none;
}
/* line 160, ../sass/module/_layout.scss */
#footer .f_info {
  margin: 0 0 10px 0;
}
@media (min-width: 1024px) {
  /* line 160, ../sass/module/_layout.scss */
  #footer .f_info {
    margin: 0 0 20px 0;
  }
}
/* line 167, ../sass/module/_layout.scss */
#footer .f_info .num_box {
  font-family: 'Montserrat', sans-serif;
}
/* line 172, ../sass/module/_layout.scss */
#footer .f_copy {
  font-size: 15px;
  color: #ababab;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 172, ../sass/module/_layout.scss */
  #footer .f_copy {
    text-align: left;
  }
}
/* line 183, ../sass/module/_layout.scss */
#footer .scrollup {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 189, ../sass/module/_layout.scss */
#footer .scrollup a {
  font-size: 0;
  display: block;
  line-height: normal;
}
/* line 194, ../sass/module/_layout.scss */
#footer .scrollup a:before {
  content: "\f077";
  color: #ffffff;
  font-size: 20px;
}

/* line 3, ../sass/module/_menu.scss */
a.bars_close {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  z-index: 10;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  /* line 3, ../sass/module/_menu.scss */
  a.bars_close {
    display: none;
  }
}

/* line 18, ../sass/module/_menu.scss */
#navbar_top {
  background: #292929;
  width: 100%;
  position: fixed;
  z-index: 100000;
  height: 40px;
  top: 0;
}
@media (min-width: 1024px) {
  /* line 18, ../sass/module/_menu.scss */
  #navbar_top {
    display: none;
  }
}

/* line 31, ../sass/module/_menu.scss */
#pageslide {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 99999;
  width: 260px;
  padding: 20px 0;
}
@media (min-width: 1024px) {
  /* line 31, ../sass/module/_menu.scss */
  #pageslide {
    display: none !important;
  }
}

/* line 47, ../sass/module/_menu.scss */
#rwd_nav {
  width: 28px;
  margin: 0;
  padding-top: 0;
  position: absolute;
  right: 8px;
  top: 7px;
}
/* line 55, ../sass/module/_menu.scss */
#rwd_nav .ico {
  width: 100%;
  height: 18px;
  position: relative;
  padding-top: 11px;
}
/* line 61, ../sass/module/_menu.scss */
#rwd_nav .ico span {
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ffffff;
  display: block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
/* line 69, ../sass/module/_menu.scss */
#rwd_nav .ico span:before, #rwd_nav .ico span:after {
  content: "";
  left: 0;
  top: -9px;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #ffffff;
  display: block;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
/* line 82, ../sass/module/_menu.scss */
#rwd_nav .ico span:after {
  top: 9px;
}
@media (min-width: 1024px) {
  /* line 47, ../sass/module/_menu.scss */
  #rwd_nav {
    display: none;
  }
}

/* line 95, ../sass/module/_menu.scss */
.active .ico span {
  background: transparent !important;
}
/* line 98, ../sass/module/_menu.scss */
.active .ico span:before {
  top: 0 !important;
  height: 2px;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 104, ../sass/module/_menu.scss */
.active .ico span:after {
  top: 0 !important;
  height: 2px;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 113, ../sass/module/_menu.scss */
#m_nav {
  width: 60%;
  display: none;
  position: fixed;
  top: 38px;
  height: 100%;
  background: #ffffff;
  z-index: 9999;
  overflow-y: auto;
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  /* line 113, ../sass/module/_menu.scss */
  #m_nav {
    position: relative;
    float: right;
    width: auto;
    display: block;
    height: auto;
    top: auto;
    background: none;
    overflow: visible;
    overflow-y: initial;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 0;
  }
}
/* line 139, ../sass/module/_menu.scss */
#m_nav::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(3, 3, 3, 0.3);*/
  background-color: none;
}
/* line 144, ../sass/module/_menu.scss */
#m_nav::-webkit-scrollbar {
  width: 5px;
  background-color: none;
  border-radius: 10px;
}
/* line 150, ../sass/module/_menu.scss */
#m_nav::-webkit-scrollbar-thumb {
  background-color: #605c2b;
}

/* line 155, ../sass/module/_menu.scss */
#menu {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: auto;
  z-index: 100;
  width: 100%;
  background: #fff;
  height: 100%;
}
/* line 12, ../../../../../fire.app/lib/ruby/compass_extensions/susy-2.1.3/sass/susy/output/support/_clearfix.scss */
#menu:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 164, ../sass/module/_menu.scss */
#menu ul,
#menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 172, ../sass/module/_menu.scss */
#menu ul.menu li {
  list-style: none;
  position: relative;
  float: left;
  width: 100%;
  border-bottom: #eee solid 1px;
}
@media (min-width: 1024px) {
  /* line 172, ../sass/module/_menu.scss */
  #menu ul.menu li {
    display: inline-block;
    margin: 0 15px;
    float: none;
    width: auto;
    border-bottom: none;
  }
}
/* line 187, ../sass/module/_menu.scss */
#menu ul.menu li a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.25px;
  color: #403c39;
  position: relative;
  padding: 12px;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 187, ../sass/module/_menu.scss */
  #menu ul.menu li a {
    padding: 0;
    text-align: left;
  }
}
/* line 202, ../sass/module/_menu.scss */
#menu ul.menu li span {
  display: block;
  position: relative;
}
@media (min-width: 1024px) {
  /* line 202, ../sass/module/_menu.scss */
  #menu ul.menu li span {
    padding: 0 3px 10px 3px;
  }
}
/* line 210, ../sass/module/_menu.scss */
#menu ul.menu li span:after {
  content: '';
  display: none;
  background: #7e88a3;
  height: 3px;
  position: absolute;
  bottom: 0;
  width: 0%;
  left: 0;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1024px) {
  /* line 210, ../sass/module/_menu.scss */
  #menu ul.menu li span:after {
    display: block;
  }
}
/* line 228, ../sass/module/_menu.scss */
#menu ul.menu li:hover a {
  color: #7e88a3;
}
/* line 233, ../sass/module/_menu.scss */
#menu ul.menu li:hover span:after {
  width: 100%;
}
/* line 239, ../sass/module/_menu.scss */
#menu ul.menu li .active {
  color: #004897;
}

/* line 2, ../sass/module/_page.scss */
#breadcrumb {
  background: #f8f8f8;
  padding: 10px 0;
}
/* line 7, ../sass/module/_page.scss */
#breadcrumb .breadcrumb_path li {
  display: inline-block;
  position: relative;
}
/* line 11, ../sass/module/_page.scss */
#breadcrumb .breadcrumb_path li:first-of-type {
  margin-right: 30px;
}
/* line 14, ../sass/module/_page.scss */
#breadcrumb .breadcrumb_path li:first-of-type:after {
  content: "\f105";
  position: absolute;
  right: -20px;
  top: 0;
}
/* line 24, ../sass/module/_page.scss */
#breadcrumb .breadcrumb_path a {
  display: block;
  line-height: 0;
  position: relative;
}
/* line 29, ../sass/module/_page.scss */
#breadcrumb .breadcrumb_path a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #403c39;
  moz-transform-origin: 100% 50% 0;
  -o-transform-origin: 100% 50% 0;
  -ms-transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  transform-origin: 100% 50% 0;
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -moz-transition: -moz-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
/* line 42, ../sass/module/_page.scss */
#breadcrumb .breadcrumb_path a img {
  width: 14px;
}
/* line 47, ../sass/module/_page.scss */
#breadcrumb .breadcrumb_path a:hover:after {
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* line 53, ../sass/module/_page.scss */
#breadcrumb .breadcrumb_path span {
  color: #403c39;
  font-size: 15px;
}

/* line 60, ../sass/module/_page.scss */
section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

/* line 65, ../sass/module/_page.scss */
#page_about {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  /* line 65, ../sass/module/_page.scss */
  #page_about {
    padding: 80px 0;
  }
}
/* line 72, ../sass/module/_page.scss */
#page_about h4 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #7e88a3;
}
/* line 80, ../sass/module/_page.scss */
#page_about h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
/* line 86, ../sass/module/_page.scss */
#page_about .img_box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate3d(0px, 100px, 0px);
  -ms-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 86, ../sass/module/_page.scss */
  #page_about .img_box {
    width: 49.2957746479%;
    float: left;
    margin-right: 1.4084507042%;
    padding: 0 20px 0 0;
    margin-bottom: 0;
  }
}
/* line 99, ../sass/module/_page.scss */
#page_about .img_box img {
  width: 100%;
}
/* line 104, ../sass/module/_page.scss */
#page_about .img_box.in_view {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 109, ../sass/module/_page.scss */
#page_about .info_box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate3d(100px, 0px, 0px);
  -ms-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  transform: translate3d(100px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
@media (min-width: 768px) {
  /* line 109, ../sass/module/_page.scss */
  #page_about .info_box {
    width: 49.2957746479%;
    float: right;
    margin-right: 0;
    text-align: left;
  }
}
/* line 123, ../sass/module/_page.scss */
#page_about .info_box.in_view {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 128, ../sass/module/_page.scss */
#page_about .con_intro {
  color: #6f6f6f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}
/* line 135, ../sass/module/_page.scss */
#page_about .con_intro p {
  margin: 0 0 15px 0;
}

/* line 143, ../sass/module/_page.scss */
#page_service .project_box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 15px;
}
@media (min-width: 1024px) {
  /* line 143, ../sass/module/_page.scss */
  #page_service .project_box {
    padding: 65px 0;
  }
}
/* line 151, ../sass/module/_page.scss */
#page_service .project_box h4 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #7e88a3;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 151, ../sass/module/_page.scss */
  #page_service .project_box h4 {
    text-align: left;
  }
}
/* line 164, ../sass/module/_page.scss */
#page_service .project_box h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 164, ../sass/module/_page.scss */
  #page_service .project_box h3 {
    text-align: left;
  }
}
/* line 175, ../sass/module/_page.scss */
#page_service .project_box .pjc_info {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate3d(-100px, 0px, 0px);
  -ms-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  transform: translate3d(-100px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 1024px) {
  /* line 175, ../sass/module/_page.scss */
  #page_service .project_box .pjc_info {
    width: 40.8450704225%;
    float: left;
    margin-right: 1.4084507042%;
  }
}
/* line 186, ../sass/module/_page.scss */
#page_service .project_box .pjc_info.in_view {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 191, ../sass/module/_page.scss */
#page_service .project_box .pjc_img {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 0;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate3d(0px, 100px, 0px);
  -ms-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 1024px) {
  /* line 191, ../sass/module/_page.scss */
  #page_service .project_box .pjc_img {
    width: 57.7464788732%;
    float: right;
    margin-right: 0;
  }
}
/* line 202, ../sass/module/_page.scss */
#page_service .project_box .pjc_img img {
  width: 100%;
}
/* line 207, ../sass/module/_page.scss */
#page_service .project_box .pjc_img.in_view {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 212, ../sass/module/_page.scss */
#page_service .project_box .pjc_articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10%;
  text-align: center;
  margin: 0 0 30px 0;
}
@media (min-width: 1024px) {
  /* line 212, ../sass/module/_page.scss */
  #page_service .project_box .pjc_articles {
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
  }
}
/* line 224, ../sass/module/_page.scss */
#page_service .project_box .pjc_articles .pjc_item {
  flex: 1;
  color: #6f6f6f;
  font-weight: 300;
}
/* line 229, ../sass/module/_page.scss */
#page_service .project_box .pjc_articles .pjc_item li {
  margin: 0 0 10px 0;
}
/* line 232, ../sass/module/_page.scss */
#page_service .project_box .pjc_articles .pjc_item li:before {
  content: "\f046";
  color: #333333;
  margin: 0 5px 0 0;
  font-size: 16px;
}
/* line 244, ../sass/module/_page.scss */
#page_service .process_list {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  background: url(../images/process_bg.jpg) 0 0 repeat;
  padding: 30px 15px;
}
@media (min-width: 1024px) {
  /* line 244, ../sass/module/_page.scss */
  #page_service .process_list {
    padding: 60px 0;
  }
}
/* line 253, ../sass/module/_page.scss */
#page_service .process_list h4 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #7e88a3;
  text-align: center;
}
/* line 262, ../sass/module/_page.scss */
#page_service .process_list h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px 0;
  text-align: center;
}
/* line 269, ../sass/module/_page.scss */
#page_service .process_list .process_box {
  float: left;
  width: 100%;
  min-height: 180px;
  margin-bottom: 20px;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 269, ../sass/module/_page.scss */
  #page_service .process_list .process_box {
    width: 50%;
    margin-bottom: 25px;
    min-height: 340px;
  }
}
@media (min-width: 1024px) {
  /* line 269, ../sass/module/_page.scss */
  #page_service .process_list .process_box {
    width: 33.33333%;
    min-height: auto;
  }
}
/* line 288, ../sass/module/_page.scss */
#page_service .process_list .process_box:nth-of-type(1) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
/* line 292, ../sass/module/_page.scss */
#page_service .process_list .process_box:nth-of-type(2) {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
/* line 296, ../sass/module/_page.scss */
#page_service .process_list .process_box:nth-of-type(3) {
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
/* line 300, ../sass/module/_page.scss */
#page_service .process_list .process_box:nth-of-type(4) {
  -moz-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
/* line 304, ../sass/module/_page.scss */
#page_service .process_list .process_box:nth-of-type(5) {
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
/* line 309, ../sass/module/_page.scss */
#page_service .process_list .process_box.in_view {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 313, ../sass/module/_page.scss */
#page_service .process_list .img {
  float: left;
  width: 30%;
  line-height: 0;
  background: #ffffff;
  border: #f4cb00 solid 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* line 321, ../sass/module/_page.scss */
#page_service .process_list .img img {
  padding: 20px;
}
/* line 326, ../sass/module/_page.scss */
#page_service .process_list .txt {
  float: left;
  width: 70%;
  padding: 0 0 0 20px;
}
@media (min-width: 768px) {
  /* line 326, ../sass/module/_page.scss */
  #page_service .process_list .txt {
    padding: 0 20px;
  }
}
/* line 335, ../sass/module/_page.scss */
#page_service .process_list .txt .step {
  font-size: 32px;
  color: #333;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  position: relative;
  overflow: hidden;
  margin: 0;
}
/* line 345, ../sass/module/_page.scss */
#page_service .process_list .txt .step:after {
  border-bottom: 1px solid #333333;
  bottom: 11px;
  content: ".";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  right: 0;
  left: 22px;
}
/* line 359, ../sass/module/_page.scss */
#page_service .process_list .txt .item {
  margin: 0;
  font-size: 18px;
  color: #e74a18;
  line-height: 30px;
}
/* line 366, ../sass/module/_page.scss */
#page_service .process_list .txt .recount {
  font-size: 16px;
  margin: 4px 0;
}
/* line 371, ../sass/module/_page.scss */
#page_service .process_list .txt ol {
  margin: 0;
  padding: 0 0 0 22px;
  list-style: square;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #666666;
}

/* line 385, ../sass/module/_page.scss */
#page_graphic {
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  /* line 385, ../sass/module/_page.scss */
  #page_graphic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/* line 395, ../sass/module/_page.scss */
#page_graphic .img_box {
  line-height: 0;
  margin: 0 0 15px 0;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 395, ../sass/module/_page.scss */
  #page_graphic .img_box {
    margin: 0;
  }
}
@media (min-width: 768px) {
  /* line 395, ../sass/module/_page.scss */
  #page_graphic .img_box {
    width: 45%;
  }
}
/* line 410, ../sass/module/_page.scss */
#page_graphic .img_box.in_view {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 414, ../sass/module/_page.scss */
#page_graphic .desc_box {
  position: relative;
  text-align: center;
  padding: 0 10%;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate3d(100px, 0px, 0px);
  -ms-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  transform: translate3d(100px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 768px) {
  /* line 414, ../sass/module/_page.scss */
  #page_graphic .desc_box {
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 768px) {
  /* line 414, ../sass/module/_page.scss */
  #page_graphic .desc_box {
    width: calc(100% - 45% + 18px);
    margin-left: -18px;
  }
}
@media (min-width: 768px) {
  /* line 432, ../sass/module/_page.scss */
  #page_graphic .desc_box .txt {
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
/* line 440, ../sass/module/_page.scss */
#page_graphic .desc_box h2 {
  position: relative;
  font-size: 36px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  /* line 440, ../sass/module/_page.scss */
  #page_graphic .desc_box h2 {
    margin: 0 0 40px 0px;
    text-align: left;
  }
}
/* line 454, ../sass/module/_page.scss */
#page_graphic .desc_box h2:before {
  width: 30px;
  height: 1px;
  position: absolute;
  left: 5px;
  bottom: -20px;
  content: "";
  background: #9b9b9b;
  display: none;
}
@media (min-width: 768px) {
  /* line 454, ../sass/module/_page.scss */
  #page_graphic .desc_box h2:before {
    display: block;
  }
}
/* line 470, ../sass/module/_page.scss */
#page_graphic .desc_box p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
@media (min-width: 1024px) {
  /* line 470, ../sass/module/_page.scss */
  #page_graphic .desc_box p {
    line-height: 34px;
  }
}
/* line 479, ../sass/module/_page.scss */
#page_graphic .desc_box p br {
  display: none;
}
@media (min-width: 1024px) {
  /* line 479, ../sass/module/_page.scss */
  #page_graphic .desc_box p br {
    display: inline-block;
  }
}
/* line 489, ../sass/module/_page.scss */
#page_graphic .desc_box.in_view {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* line 495, ../sass/module/_page.scss */
#page_gallery {
  text-align: center;
  padding: 30px 0;
}
/* line 499, ../sass/module/_page.scss */
#page_gallery .g_navs {
  margin-bottom: 20px;
  display: inline-block;
}
/* line 503, ../sass/module/_page.scss */
#page_gallery .g_navs li {
  float: left;
  letter-spacing: 1px;
  width: 33.33333%;
  font-size: 15px;
}
@media (min-width: 480px) {
  /* line 503, ../sass/module/_page.scss */
  #page_gallery .g_navs li {
    width: 25%;
  }
}
@media (min-width: 768px) {
  /* line 503, ../sass/module/_page.scss */
  #page_gallery .g_navs li {
    font-size: 16px;
    width: auto;
  }
}
/* line 519, ../sass/module/_page.scss */
#page_gallery .g_navs a {
  padding: 7px 25px;
  display: block;
  color: #000;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
@media (min-width: 768px) {
  /* line 526, ../sass/module/_page.scss */
  #page_gallery .g_navs a:hover {
    color: #999;
  }
}
@media (min-width: 768px) {
  /* line 531, ../sass/module/_page.scss */
  #page_gallery .g_navs a:hover:before {
    width: 35px;
    height: 1px;
    display: block;
    position: absolute;
    top: -1px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    background-color: #000;
  }
}
/* line 548, ../sass/module/_page.scss */
#page_gallery .g_navs .active a {
  position: relative;
  color: #999;
}
/* line 552, ../sass/module/_page.scss */
#page_gallery .g_navs .active a:before {
  width: 35px;
  height: 1px;
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background-color: #000;
}
/* line 567, ../sass/module/_page.scss */
#page_gallery .g_list {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 25px;
}
/* line 571, ../sass/module/_page.scss */
#page_gallery .g_list .g_box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate3d(0px, 100px, 0px);
  -ms-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  transform: translate3d(0px, 100px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-width: 480px) {
  /* line 571, ../sass/module/_page.scss */
  #page_gallery .g_list .g_box {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 15px;
  }
  /* line 582, ../sass/module/_page.scss */
  #page_gallery .g_list .g_box:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 571, ../sass/module/_page.scss */
  #page_gallery .g_list .g_box {
    width: 32.3943661972%;
    float: left;
    margin-right: 1.4084507042%;
  }
  /* line 591, ../sass/module/_page.scss */
  #page_gallery .g_list .g_box:nth-child(2n) {
    float: left;
    margin-right: 1.4084507042%;
  }
  /* line 596, ../sass/module/_page.scss */
  #page_gallery .g_list .g_box:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  /* line 571, ../sass/module/_page.scss */
  #page_gallery .g_list .g_box {
    margin-bottom: 20px;
  }
}
/* line 606, ../sass/module/_page.scss */
#page_gallery .g_list .g_box:nth-of-type(1) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 610, ../sass/module/_page.scss */
#page_gallery .g_list .g_box:nth-of-type(2) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* line 614, ../sass/module/_page.scss */
#page_gallery .g_list .g_box:nth-of-type(3) {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* line 618, ../sass/module/_page.scss */
#page_gallery .g_list .g_box:nth-of-type(4) {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
/* line 622, ../sass/module/_page.scss */
#page_gallery .g_list .g_box:nth-of-type(5) {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
/* line 626, ../sass/module/_page.scss */
#page_gallery .g_list .g_box:nth-of-type(6) {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
/* line 630, ../sass/module/_page.scss */
#page_gallery .g_list .g_box:nth-of-type(7) {
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
/* line 634, ../sass/module/_page.scss */
#page_gallery .g_list .g_box:nth-of-type(8) {
  -moz-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
/* line 638, ../sass/module/_page.scss */
#page_gallery .g_list .g_box:nth-of-type(9) {
  -moz-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
/* line 642, ../sass/module/_page.scss */
#page_gallery .g_list .g_box a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
/* line 649, ../sass/module/_page.scss */
#page_gallery .g_list .g_box a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  /* line 649, ../sass/module/_page.scss */
  #page_gallery .g_list .g_box a:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/* line 666, ../sass/module/_page.scss */
#page_gallery .g_list .g_box a img {
  -moz-transition: -moz-transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -o-transition: -o-transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -webkit-transition: -webkit-transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0s;
  transition: transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 671, ../sass/module/_page.scss */
#page_gallery .g_list .g_box a .mask {
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: normal;
  text-align: center;
  color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  /* line 671, ../sass/module/_page.scss */
  #page_gallery .g_list .g_box a .mask {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/* line 688, ../sass/module/_page.scss */
#page_gallery .g_list .g_box a .mask .type {
  font-size: 18px;
  margin: 0 0 15px 0;
}
/* line 693, ../sass/module/_page.scss */
#page_gallery .g_list .g_box a .mask .who {
  font-size: 16px;
  margin: 0 0 30px 0;
}
/* line 698, ../sass/module/_page.scss */
#page_gallery .g_list .g_box a .mask .more {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
/* line 702, ../sass/module/_page.scss */
#page_gallery .g_list .g_box a .mask .more span {
  border: #fff solid 1px;
  border-left: none;
  border-right: none;
  display: inline-block;
  padding: 5px 10px;
}
/* line 713, ../sass/module/_page.scss */
#page_gallery .g_list .g_box a:hover img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 717, ../sass/module/_page.scss */
#page_gallery .g_list .g_box a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 721, ../sass/module/_page.scss */
#page_gallery .g_list .g_box a:hover .mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 728, ../sass/module/_page.scss */
#page_gallery .g_list .g_box.in_view {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 734, ../sass/module/_page.scss */
#page_gallery .pagination {
  text-align: center;
  margin: 30px 0;
  float: left;
  width: 100%;
}
/* line 740, ../sass/module/_page.scss */
#page_gallery .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
/* line 746, ../sass/module/_page.scss */
#page_gallery .pagination ul li {
  display: inline;
}
/* line 749, ../sass/module/_page.scss */
#page_gallery .pagination ul li a {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background: #fafafa;
  border: 1px solid #cacaca;
  border-left-width: 0;
  color: #7e88a3;
  font-size: 14px;
  font-weight: 300;
}
/* line 761, ../sass/module/_page.scss */
#page_gallery .pagination ul li a:hover {
  background: #ececec;
}
/* line 767, ../sass/module/_page.scss */
#page_gallery .pagination ul li:first-child a {
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  border-left-width: 1px;
}
/* line 775, ../sass/module/_page.scss */
#page_gallery .pagination ul li:last-child a {
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}
/* line 783, ../sass/module/_page.scss */
#page_gallery .pagination ul .disabled a {
  color: #999999;
  cursor: default;
  background-color: transparent;
}
/* line 788, ../sass/module/_page.scss */
#page_gallery .pagination ul .disabled a:hover {
  background-color: transparent;
}
/* line 795, ../sass/module/_page.scss */
#page_gallery .pagination ul .active a {
  border: 1px solid #7e88a3;
  background: #7e88a3;
  color: #fff;
  cursor: default;
}

/* line 808, ../sass/module/_page.scss */
.fotorama__arr--prev:before {
  content: "\f104";
  font-size: 50px;
  color: #e3e3e3;
}

/* line 817, ../sass/module/_page.scss */
.fotorama__arr--next:before {
  content: "\f105";
  font-size: 50px;
  color: #e3e3e3;
}

/* line 825, ../sass/module/_page.scss */
.detail {
  margin-top: 25px;
  padding: 10px 0 15px 0;
}
@media (min-width: 1024px) {
  /* line 825, ../sass/module/_page.scss */
  .detail {
    padding: 30px 0;
  }
}
/* line 833, ../sass/module/_page.scss */
.detail .g_navs {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  /* line 833, ../sass/module/_page.scss */
  .detail .g_navs {
    margin-bottom: 15px;
  }
}
/* line 841, ../sass/module/_page.scss */
.detail .fotorama {
  margin: 0 0 20px 0;
}
@media (min-width: 1024px) {
  /* line 841, ../sass/module/_page.scss */
  .detail .fotorama {
    margin: 0 0 40px 0;
  }
}
/* line 849, ../sass/module/_page.scss */
.detail .gallery_info {
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 300;
  padding: 0 15px;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media (min-width: 1024px) {
  /* line 849, ../sass/module/_page.scss */
  .detail .gallery_info {
    padding: 0;
  }
}
/* line 864, ../sass/module/_page.scss */
.detail .gallery_info h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
/* line 870, ../sass/module/_page.scss */
.detail .gallery_info p {
  margin-top: 15px;
}
/* line 874, ../sass/module/_page.scss */
.detail .gallery_info .tag_box {
  padding: 25px 0 35px 0;
}
/* line 877, ../sass/module/_page.scss */
.detail .gallery_info .tag_box span {
  background: #7e88a3;
  color: #fff;
  font-size: 13px;
  display: inline;
  padding: 2px 10px;
  margin: 0 7px 0 0;
}
/* line 887, ../sass/module/_page.scss */
.detail .gallery_info.in_view {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 891, ../sass/module/_page.scss */
.detail .nav_works {
  margin: 0 0 20px 0;
}
/* line 894, ../sass/module/_page.scss */
.detail .nav_works li {
  display: inline-block;
  line-height: 0;
  margin: 0 15px;
}
/* line 900, ../sass/module/_page.scss */
.detail .nav_works a {
  display: inline-block;
}
/* line 904, ../sass/module/_page.scss */
.detail .nav_works img {
  height: 18px !important;
}

/* line 912, ../sass/module/_page.scss */
#page_contact .map_box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 0;
  padding: 30px 15px;
}
@media (min-width: 1024px) {
  /* line 912, ../sass/module/_page.scss */
  #page_contact .map_box {
    padding: 60px 0;
  }
}
/* line 921, ../sass/module/_page.scss */
#page_contact .map_box iframe {
  width: 100%;
  height: 300px;
}
@media (min-width: 1024px) {
  /* line 921, ../sass/module/_page.scss */
  #page_contact .map_box iframe {
    height: 400px;
  }
}
/* line 931, ../sass/module/_page.scss */
#page_contact .contact_box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px 20px 15px;
}
@media (min-width: 1024px) {
  /* line 931, ../sass/module/_page.scss */
  #page_contact .contact_box {
    padding: 0 0 40px 0;
  }
}
/* line 939, ../sass/module/_page.scss */
#page_contact .contact_box .contact_info {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate3d(-100px, 0px, 0px);
  -ms-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  transform: translate3d(-100px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
@media (min-width: 768px) {
  /* line 939, ../sass/module/_page.scss */
  #page_contact .contact_box .contact_info {
    width: 32.3943661972%;
    float: left;
    margin-right: 1.4084507042%;
    margin-bottom: 0;
  }
}
/* line 952, ../sass/module/_page.scss */
#page_contact .contact_box .contact_info h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  /* line 952, ../sass/module/_page.scss */
  #page_contact .contact_box .contact_info h1 {
    margin: 0 0 20px 0;
  }
}
/* line 962, ../sass/module/_page.scss */
#page_contact .contact_box .contact_info ul {
  color: #6f6f6f;
  font-weight: 300;
}
/* line 966, ../sass/module/_page.scss */
#page_contact .contact_box .contact_info ul li {
  margin: 0 0 4px 0;
}
@media (min-width: 768px) {
  /* line 966, ../sass/module/_page.scss */
  #page_contact .contact_box .contact_info ul li {
    margin: 0 0 8px 0;
  }
}
/* line 976, ../sass/module/_page.scss */
#page_contact .contact_box .contact_info .add:before {
  content: "\f041";
  font-size: 19px;
  margin: 2px 4px 0 1px;
  float: left;
}
/* line 986, ../sass/module/_page.scss */
#page_contact .contact_box .contact_info .mobile:before {
  content: "\f10b";
  font-size: 23px;
  margin: 1px 6px 0 1px;
  float: left;
}
/* line 996, ../sass/module/_page.scss */
#page_contact .contact_box .contact_info .tel:before {
  content: "\f095";
  font-size: 18px;
  margin: 4px 3px 0 0;
  float: left;
}
/* line 1006, ../sass/module/_page.scss */
#page_contact .contact_box .contact_info .fax:before {
  content: "\f1ac";
  font-size: 15px;
  margin: 5px 3px 0 0;
  float: left;
}
/* line 1016, ../sass/module/_page.scss */
#page_contact .contact_box .contact_info.in_view {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 1021, ../sass/module/_page.scss */
#page_contact .contact_box .form_box {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate3d(100px, 0px, 0px);
  -ms-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  transform: translate3d(100px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media (min-width: 768px) {
  /* line 1021, ../sass/module/_page.scss */
  #page_contact .contact_box .form_box {
    width: 66.1971830986%;
    float: right;
    margin-right: 0;
  }
}
/* line 1032, ../sass/module/_page.scss */
#page_contact .contact_box .form_box .f_group {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  /* line 1032, ../sass/module/_page.scss */
  #page_contact .contact_box .form_box .f_group {
    margin: 0 0 15px 0;
  }
}
/* line 1042, ../sass/module/_page.scss */
#page_contact .contact_box .form_box .f_label {
  float: left;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  /* line 1042, ../sass/module/_page.scss */
  #page_contact .contact_box .form_box .f_label {
    width: 100px;
    text-align: right;
  }
}
/* line 1053, ../sass/module/_page.scss */
#page_contact .contact_box .form_box .f_control {
  float: left;
  line-height: 0;
  width: 100%;
}
@media (min-width: 768px) {
  /* line 1053, ../sass/module/_page.scss */
  #page_contact .contact_box .form_box .f_control {
    width: calc(100% - 100px);
  }
}
/* line 1062, ../sass/module/_page.scss */
#page_contact .contact_box .form_box .f_control iframe,
#page_contact .contact_box .form_box .f_control img {
  vertical-align: middle;
}
/* line 1068, ../sass/module/_page.scss */
#page_contact .contact_box .form_box label {
  margin: 4px 15px 4px 0;
  display: inline-block;
}
/* line 1075, ../sass/module/_page.scss */
#page_contact .contact_box .form_box .must_r label:before {
  content: "*";
  color: #e70012;
  margin-right: 3px;
}
/* line 1083, ../sass/module/_page.scss */
#page_contact .contact_box .form_box input[type="text"] {
  border: #cccccc solid 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  height: 34px;
  padding: 5px;
  width: 100%;
}
/* line 1091, ../sass/module/_page.scss */
#page_contact .contact_box .form_box textarea {
  border: #cccccc solid 1px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  width: 100%;
  resize: none;
}
/* line 1099, ../sass/module/_page.scss */
#page_contact .contact_box .form_box .upperfont {
  width: auto !important;
}
/* line 1103, ../sass/module/_page.scss */
#page_contact .contact_box .form_box .from_btn {
  text-align: center;
  padding: 15px 0;
  margin: 0;
}
/* line 1108, ../sass/module/_page.scss */
#page_contact .contact_box .form_box .from_btn input {
  border: none;
  color: #ffffff;
  font-family: 'Noto Sans CJK TC', '微軟正黑體', sans-serif;
  font-weight: 200;
  display: inline-block;
  padding: 8px 22px;
  margin: 0 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
  outline: none;
}
/* line 1122, ../sass/module/_page.scss */
#page_contact .contact_box .form_box .from_btn #reset_btn {
  background: #292929;
}
/* line 1126, ../sass/module/_page.scss */
#page_contact .contact_box .form_box .from_btn #send_btn {
  background: #f4cb00;
}
/* line 1132, ../sass/module/_page.scss */
#page_contact .contact_box .form_box.in_view {
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
