@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, #banner .slide_nav .nav .prev:before, #banner .slide_nav .nav .next:before, #service .sev_info .sev_articles .sev_item li: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/_index.scss */
#banner {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
/* line 6, ../sass/module/_index.scss */
#banner .slide_nav {
  position: absolute;
  bottom: 0;
  max-width: 1200px;
  width: 100%;
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50%;
  text-align: right;
  height: 40px;
  z-index: 10;
}
@media (min-width: 768px) {
  /* line 6, ../sass/module/_index.scss */
  #banner .slide_nav {
    height: 60px;
  }
}
/* line 21, ../sass/module/_index.scss */
#banner .slide_nav .nav {
  height: 40px;
  display: inline-block;
  background: #ffffff;
  position: relative;
}
@media (min-width: 768px) {
  /* line 21, ../sass/module/_index.scss */
  #banner .slide_nav .nav {
    height: 60px;
  }
}
/* line 31, ../sass/module/_index.scss */
#banner .slide_nav .nav:before {
  content: "";
  width: 1px;
  display: inline-block;
  left: 50%;
  background: #ededed;
  position: absolute;
  top: 10px;
  height: 24px;
}
@media (min-width: 768px) {
  /* line 31, ../sass/module/_index.scss */
  #banner .slide_nav .nav:before {
    height: 30px;
    top: 16px;
  }
}
/* line 48, ../sass/module/_index.scss */
#banner .slide_nav .nav .prev:before {
  content: "\f104";
  float: left;
  font-size: 35px;
  line-height: 40px;
}
@media (min-width: 768px) {
  /* line 48, ../sass/module/_index.scss */
  #banner .slide_nav .nav .prev:before {
    font-size: 40px;
    line-height: 60px;
  }
}
/* line 63, ../sass/module/_index.scss */
#banner .slide_nav .nav .next:before {
  content: "\f105";
  float: right;
  font-size: 35px;
  line-height: 40px;
}
@media (min-width: 768px) {
  /* line 63, ../sass/module/_index.scss */
  #banner .slide_nav .nav .next:before {
    font-size: 40px;
    line-height: 60px;
  }
}
/* line 77, ../sass/module/_index.scss */
#banner .slide_nav .nav a {
  font-size: 0;
  display: inline-block;
  width: 50px;
}
@media (min-width: 768px) {
  /* line 77, ../sass/module/_index.scss */
  #banner .slide_nav .nav a {
    width: 70px;
  }
}
/* line 86, ../sass/module/_index.scss */
#banner .slide_nav .nav a:before {
  width: 50px;
  color: #cccccc;
  text-align: center;
  line-height: 40px;
}
@media (min-width: 768px) {
  /* line 86, ../sass/module/_index.scss */
  #banner .slide_nav .nav a:before {
    width: 70px;
    line-height: 60px;
  }
}
/* line 99, ../sass/module/_index.scss */
#banner .slide_nav .nav a:hover:before {
  color: #333333;
}
/* line 107, ../sass/module/_index.scss */
#banner .rslides_tabs {
  display: none;
}

/* line 112, ../sass/module/_index.scss */
section {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 115, ../sass/module/_index.scss */
section h4 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 0 15px 0;
}
/* line 122, ../sass/module/_index.scss */
section h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

/* line 130, ../sass/module/_index.scss */
#service {
  padding: 50px 15px;
}
@media (min-width: 768px) {
  /* line 130, ../sass/module/_index.scss */
  #service {
    padding: 60px 15px;
  }
}
@media (min-width: 1024px) {
  /* line 130, ../sass/module/_index.scss */
  #service {
    padding: 75px 0;
  }
}
/* line 141, ../sass/module/_index.scss */
#service .sev_info {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 35px;
  -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);
  -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.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (min-width: 768px) {
  /* line 141, ../sass/module/_index.scss */
  #service .sev_info {
    width: 40.8450704225%;
    float: left;
    margin-right: 1.4084507042%;
    margin-bottom: 0;
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  /* line 141, ../sass/module/_index.scss */
  #service .sev_info {
    padding: 80px 0;
  }
}
/* line 159, ../sass/module/_index.scss */
#service .sev_info h4 {
  color: #7e88a3;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 159, ../sass/module/_index.scss */
  #service .sev_info h4 {
    text-align: left;
  }
}
/* line 168, ../sass/module/_index.scss */
#service .sev_info h3 {
  color: #333333;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 168, ../sass/module/_index.scss */
  #service .sev_info h3 {
    text-align: left;
  }
}
/* line 177, ../sass/module/_index.scss */
#service .sev_info .txt_con {
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  /* line 177, ../sass/module/_index.scss */
  #service .sev_info .txt_con {
    text-align: left;
  }
}
/* line 189, ../sass/module/_index.scss */
#service .sev_info .sev_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: 768px) {
  /* line 189, ../sass/module/_index.scss */
  #service .sev_info .sev_articles {
    margin: 0 0 60px 0;
    padding: 0;
    text-align: left;
  }
}
/* line 201, ../sass/module/_index.scss */
#service .sev_info .sev_articles .sev_item {
  flex: 1;
  color: #6f6f6f;
  font-weight: 300;
}
/* line 206, ../sass/module/_index.scss */
#service .sev_info .sev_articles .sev_item li {
  margin: 0 0 5px 0;
}
/* line 209, ../sass/module/_index.scss */
#service .sev_info .sev_articles .sev_item li:before {
  content: "\f046";
  color: #333333;
  margin: 0 5px 0 0;
  font-size: 16px;
}
/* line 220, ../sass/module/_index.scss */
#service .sev_info .sev_btn {
  text-align: center;
}
@media (min-width: 768px) {
  /* line 220, ../sass/module/_index.scss */
  #service .sev_info .sev_btn {
    text-align: left;
  }
}
/* line 227, ../sass/module/_index.scss */
#service .sev_info .sev_btn a {
  display: inline-block;
  color: #fff;
  background: #f4cb00;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  height: 45px;
  line-height: 45px;
  min-width: 180px;
  padding: 0 60px 0 20px;
}
@media (min-width: 768px) {
  /* line 227, ../sass/module/_index.scss */
  #service .sev_info .sev_btn a {
    padding: 0 20px;
  }
}
/* line 243, ../sass/module/_index.scss */
#service .sev_info .sev_btn a:after {
  content: '';
  background: url(../images/btn_ar.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -webkit-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  pointer-events: none;
}
@media (min-width: 768px) {
  /* line 243, ../sass/module/_index.scss */
  #service .sev_info .sev_btn a:after {
    -moz-transform: scale(0) translateX(-10px);
    -o-transform: scale(0) translateX(-10px);
    -ms-transform: scale(0) translateX(-10px);
    -webkit-transform: scale(0) translateX(-10px);
    transform: scale(0) translateX(-10px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/* line 266, ../sass/module/_index.scss */
#service .sev_info .sev_btn a:hover {
  padding-right: 60px;
}
/* line 269, ../sass/module/_index.scss */
#service .sev_info .sev_btn a:hover:after {
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -webkit-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 278, ../sass/module/_index.scss */
#service .sev_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 283, ../sass/module/_index.scss */
#service .sev_img {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 0;
  -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);
  -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.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
@media (min-width: 768px) {
  /* line 283, ../sass/module/_index.scss */
  #service .sev_img {
    width: 57.7464788732%;
    float: right;
    margin-right: 0;
    padding: 0 0 0 50px;
  }
}
/* line 296, ../sass/module/_index.scss */
#service .sev_img img {
  width: 100%;
}
/* line 301, ../sass/module/_index.scss */
#service .sev_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 308, ../sass/module/_index.scss */
#projects {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 1024px) {
  /* line 308, ../sass/module/_index.scss */
  #projects {
    padding: 60px 0;
  }
}
/* line 316, ../sass/module/_index.scss */
#projects:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/projects_bg.jpg) 0 0 repeat;
  height: 300px;
}
@media (min-width: 1024px) {
  /* line 316, ../sass/module/_index.scss */
  #projects:before {
    height: 400px;
  }
}
/* line 330, ../sass/module/_index.scss */
#projects h3,
#projects h4 {
  text-align: center;
  color: #ffffff;
  -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;
}
/* line 338, ../sass/module/_index.scss */
#projects h3.in_view,
#projects h4.in_view {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 343, ../sass/module/_index.scss */
#projects .pjs_articles {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 40px auto 20px auto;
}
@media (min-width: 768px) {
  /* line 343, ../sass/module/_index.scss */
  #projects .pjs_articles {
    margin: 50px auto 20px auto;
  }
}
@media (min-width: 1024px) {
  /* line 343, ../sass/module/_index.scss */
  #projects .pjs_articles {
    margin: 65px 0 45px 0;
    max-width: none;
  }
}
/* line 360, ../sass/module/_index.scss */
#projects .pjs_articles .pjs_item {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 0 20px 0;
  -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);
  -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: 1024px) {
  /* line 360, ../sass/module/_index.scss */
  #projects .pjs_articles .pjs_item {
    width: 25%;
    padding: 0 20px;
    margin: 0;
  }
}
/* line 375, ../sass/module/_index.scss */
#projects .pjs_articles .pjs_item:nth-child(2n) {
  padding-left: 10px;
}
@media (min-width: 1024px) {
  /* line 375, ../sass/module/_index.scss */
  #projects .pjs_articles .pjs_item:nth-child(2n) {
    margin-top: 80px;
    padding-left: 20px;
  }
}
/* line 384, ../sass/module/_index.scss */
#projects .pjs_articles .pjs_item:nth-child(2n-1) {
  padding-right: 10px;
}
@media (min-width: 1024px) {
  /* line 384, ../sass/module/_index.scss */
  #projects .pjs_articles .pjs_item:nth-child(2n-1) {
    padding-right: 20px;
  }
}
/* line 392, ../sass/module/_index.scss */
#projects .pjs_articles .pjs_item:nth-of-type(1) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/* line 396, ../sass/module/_index.scss */
#projects .pjs_articles .pjs_item:nth-of-type(2) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* line 400, ../sass/module/_index.scss */
#projects .pjs_articles .pjs_item:nth-of-type(3) {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* line 404, ../sass/module/_index.scss */
#projects .pjs_articles .pjs_item:nth-of-type(4) {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
/* line 409, ../sass/module/_index.scss */
#projects .pjs_articles .pjs_item.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 414, ../sass/module/_index.scss */
#projects .pjs_articles a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
/* line 421, ../sass/module/_index.scss */
#projects .pjs_articles 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 421, ../sass/module/_index.scss */
  #projects .pjs_articles a:after {
    background: rgba(247, 218, 26, 0.5);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/* line 439, ../sass/module/_index.scss */
#projects .pjs_articles 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 444, ../sass/module/_index.scss */
#projects .pjs_articles 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 444, ../sass/module/_index.scss */
  #projects .pjs_articles a .mask {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/* line 461, ../sass/module/_index.scss */
#projects .pjs_articles a .mask .type {
  font-size: 18px;
  margin: 0 0 15px 0;
}
/* line 466, ../sass/module/_index.scss */
#projects .pjs_articles a .mask .who {
  font-size: 16px;
  margin: 0 0 30px 0;
}
/* line 471, ../sass/module/_index.scss */
#projects .pjs_articles a .mask .more {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
/* line 475, ../sass/module/_index.scss */
#projects .pjs_articles a .mask .more span {
  border: #fff solid 1px;
  border-left: none;
  border-right: none;
  display: inline-block;
  padding: 5px 10px;
}
/* line 486, ../sass/module/_index.scss */
#projects .pjs_articles a:hover img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 490, ../sass/module/_index.scss */
#projects .pjs_articles a:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 494, ../sass/module/_index.scss */
#projects .pjs_articles a:hover .mask {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 501, ../sass/module/_index.scss */
#projects .pjs_btn {
  text-align: center;
  -moz-transform: translate3d(-50px, 0px, 0px);
  -o-transform: translate3d(-50px, 0px, 0px);
  -ms-transform: translate3d(-50px, 0px, 0px);
  -webkit-transform: translate3d(-50px, 0px, 0px);
  transform: translate3d(-50px, 0px, 0px);
  -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;
}
/* line 507, ../sass/module/_index.scss */
#projects .pjs_btn a {
  display: inline-block;
  color: #fff;
  background: #7e88a3;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 0 60px 0 20px;
  height: 45px;
  line-height: 45px;
  min-width: 180px;
}
@media (min-width: 768px) {
  /* line 507, ../sass/module/_index.scss */
  #projects .pjs_btn a {
    padding: 0 20px;
  }
}
/* line 523, ../sass/module/_index.scss */
#projects .pjs_btn a:after {
  content: '';
  background: url(../images/btn_ar.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -webkit-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -8px;
  pointer-events: none;
}
@media (min-width: 768px) {
  /* line 523, ../sass/module/_index.scss */
  #projects .pjs_btn a:after {
    -moz-transform: scale(0) translateX(-10px);
    -o-transform: scale(0) translateX(-10px);
    -ms-transform: scale(0) translateX(-10px);
    -webkit-transform: scale(0) translateX(-10px);
    transform: scale(0) translateX(-10px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/* line 546, ../sass/module/_index.scss */
#projects .pjs_btn a:hover {
  padding-right: 60px;
}
/* line 549, ../sass/module/_index.scss */
#projects .pjs_btn a:hover:after {
  -moz-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -webkit-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 557, ../sass/module/_index.scss */
#projects .pjs_btn.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;
}
