@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * ANIMATION
 * HEADER
 * FOOTER
 * MAIN
 * ABOUT
 * SERVICE
 * NEWS
 * WORKS
 * CONTACT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  background-image: url(../images/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  color: #424242;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-right: 0 !important;
  padding-top: 60px;
}
@media (min-width: 992px) {
  body {
    padding-top: 160px;
  }
}

a {
  color: #424242;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover, a:focus {
  color: #f97a63;
  outline: 0;
  text-decoration: none;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  width: auto\9 ;
  /* ie8 */
}

.container {
  max-width: 100%;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

/*------------------------------------*\
    ANIMATION
\*------------------------------------*/
@-webkit-keyframes scrollup {
  0% {
    left: auto;
    right: 0;
    width: 0%;
  }
  79% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: 0;
    right: auto;
    width: 100%;
  }
  100% {
    left: 0;
    right: auto;
    width: 0%;
  }
}
@keyframes scrollup {
  0% {
    left: auto;
    right: 0;
    width: 0%;
  }
  79% {
    left: auto;
    right: 0;
    width: 100%;
  }
  80% {
    left: 0;
    right: auto;
    width: 100%;
  }
  100% {
    left: 0;
    right: auto;
    width: 0%;
  }
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*------------------------------------*\
    HEADER
\*------------------------------------*/
.header {
  padding-right: 0 !important;
}

.navbar {
  height: 60px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
}
.navbar.fixed {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
  .navbar {
    height: 160px;
  }
  .navbar.fixed {
    height: 100px;
  }
}
.navbar .container {
  max-width: 100%;
  position: relative;
}
@media (min-width: 1800px) {
  .navbar .container {
    max-width: 1780px;
  }
}
.navbar .offcanvas {
  border-bottom: none;
  background-color: #333333;
  min-height: 100vh;
}
.navbar .offcanvas-backdrop {
  background-color: transparent;
}
.navbar .offcanvas-body {
  text-align: center;
  overflow-x: hidden;
  padding: 10rem 2rem;
}
@media (min-width: 992px) {
  .navbar .offcanvas-body {
    padding: 10rem;
  }
}
@media (min-width: 1400px) {
  .navbar .offcanvas-body {
    padding: 15rem;
  }
}
@media (min-width: 1800px) {
  .navbar .offcanvas-body {
    padding-left: 30rem;
  }
}
.navbar-brand {
  margin-right: 0;
  position: relative;
  z-index: 1050;
}
.navbar-brand img {
  width: 120px;
}
.navbar-brand img.color {
  display: block;
}
.navbar-brand img.white {
  display: none;
}
.navbar-brand.show img.color {
  display: none;
}
.navbar-brand.show img.white {
  display: block;
}
@media (min-width: 992px) {
  .navbar-brand img {
    width: auto;
  }
}
.navbar-toggler {
  border: none;
  border-radius: 0;
  background-color: none;
  text-align: center;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1050;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: inline-block;
  background-color: #000000;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 25px;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 30px;
}
.navbar-toggler.show .icon-bar {
  background-color: #ffffff;
  width: 30px;
}
.navbar-toggler.show .icon-bar:nth-of-type(1) {
  top: 28px;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.navbar-toggler.show .icon-bar:nth-of-type(2) {
  top: 28px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
@media (min-width: 992px) {
  .navbar-toggler .icon-bar {
    width: 60px;
  }
  .navbar-toggler.show .icon-bar {
    width: 60px;
  }
}
.navbar-nav {
  max-width: 1150px;
  margin: 0 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 576px) {
  .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.navbar-nav .nav-item {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .navbar-nav .nav-item {
    width: 50%;
    margin-bottom: 2.25rem;
  }
}
.navbar-nav .nav-link {
  text-align: center;
  padding: 0 !important;
}
.navbar-nav .nav-link span {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}
.navbar-nav .nav-link span.en {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}
.navbar-nav .nav-link span.ch {
  font-size: 0.9375rem;
  letter-spacing: 0.125rem;
}
.navbar-nav .nav-link b {
  display: inline-block;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-nav .nav-link:hover b {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (min-width: 576px) {
  .navbar-nav .nav-link {
    text-align: left;
  }
  .navbar-nav .nav-link span.en {
    font-size: 2.25rem;
    letter-spacing: 0.5rem;
  }
  .navbar-nav .nav-link span.ch {
    font-size: 1rem;
    letter-spacing: 0.25rem;
  }
}
@media (min-width: 992px) {
  .navbar-nav .nav-link span.en {
    font-size: 3.25rem;
    letter-spacing: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .navbar-nav .nav-link span.ch {
    font-size: 1.125rem;
  }
}
.navbar-nav .nav-item:nth-child(1) .nav-link:hover b, .navbar-nav .nav-item:nth-child(1) .nav-link.active b {
  color: #cb904b;
}
.navbar-nav .nav-item:nth-child(2) .nav-link:hover b, .navbar-nav .nav-item:nth-child(2) .nav-link.active b {
  color: #c65e42;
}
.navbar-nav .nav-item:nth-child(3) .nav-link:hover b, .navbar-nav .nav-item:nth-child(3) .nav-link.active b {
  color: #859f5e;
}
.navbar-nav .nav-item:nth-child(4) .nav-link:hover b, .navbar-nav .nav-item:nth-child(4) .nav-link.active b {
  color: #884893;
}
.navbar-nav .nav-item:nth-child(5) .nav-link:hover b, .navbar-nav .nav-item:nth-child(5) .nav-link.active b {
  color: #529789;
}
@media (max-width: 575px) {
  .navbar-nav .nav-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .navbar-nav .nav-item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .navbar-nav .nav-item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .navbar-nav .nav-item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .navbar-nav .nav-item:nth-child(5) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.navbar-copy {
  color: #a8a8a8;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2rem;
}
@media (min-width: 576px) {
  .navbar-copy {
    left: auto;
    right: 2rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (min-width: 1800px) {
  .navbar-copy {
    right: 15rem;
    bottom: 10rem;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer {
  background-color: #333333;
  padding: 3rem 0 6rem;
  position: relative;
}
@media (min-width: 576px) {
  .footer {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .footer {
    padding: 7rem 0 5rem;
  }
}
.footer .row + .row {
  border-top: 1px solid transparent;
}
@media (min-width: 576px) {
  .footer .row + .row {
    border-top-color: #a8a8a8;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media (min-width: 992px) {
  .footer .row + .row {
    margin-top: 5rem;
    padding-top: 2rem;
  }
}
.footer-logo {
  text-align: left;
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  .footer-logo {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer-logo {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer-nav {
  text-align: center;
  margin-bottom: 1.25rem;
  display: none;
}
.footer-nav a {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 1rem 0.5rem;
}
.footer-nav a:hover {
  color: #f97a63;
}
@media (min-width: 576px) {
  .footer-nav {
    display: block;
  }
  .footer-nav a {
    font-size: 1.125rem;
    letter-spacing: 0.125rem;
  }
}
@media (min-width: 992px) {
  .footer-nav {
    text-align: right;
    margin-bottom: 1.75rem;
  }
  .footer-nav a {
    margin-right: 0;
    margin-left: 1.75rem;
  }
}
.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0.5rem;
}
.footer-link a {
  color: #a5a5a5;
  font-size: 0.9375rem;
  font-weight: 300;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.footer-link a span {
  display: none;
}
.footer-link a:hover {
  color: #f97a63;
}
@media (min-width: 576px) {
  .footer-link {
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1rem;
  }
  .footer-link a {
    font-size: 1rem;
    letter-spacing: 0.2rem;
    margin: 0 1rem 0.5rem;
  }
  .footer-link a span {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .footer-link {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 1.5rem;
  }
  .footer-link a {
    margin-right: 0;
    margin-left: 1.75rem;
  }
}
.footer-social {
  background-color: #333333;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-social a {
  color: #a5a5a5;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  text-align: center;
  width: 25%;
  margin: 0 0.75rem 0.5rem;
}
.footer-social a:first-child {
  margin-left: 0;
}
.footer-social a span {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.footer-social a .default {
  display: inline-block;
}
.footer-social a .select {
  display: none;
}
.footer-social a:hover {
  color: #f97a63;
}
.footer-social a:hover span {
  color: #ffffff;
}
.footer-social a:hover .default {
  display: none;
}
.footer-social a:hover .select {
  display: inline-block;
}
@media (min-width: 576px) {
  .footer-social {
    margin: 0 1rem 0.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .footer-social a {
    width: auto;
  }
  .footer-social a span {
    display: none;
  }
  .footer-social a img {
    width: 20px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .footer-social {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-social a {
    margin-right: 0;
    margin-left: 1.5rem;
  }
}
.footer-info .nav {
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-info .nav li {
  color: #dddddd;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.25rem;
}
.footer-info .nav li a {
  color: #dddddd;
  font-size: 0.875rem;
}
.footer-info .nav li a:hover {
  color: #f97a63;
}
@media (min-width: 576px) {
  .footer-info .nav {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer-info .nav {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-info .nav li {
    margin-bottom: 0.5rem;
    margin-right: 1rem;
  }
}
.footer-copy {
  border-top: 1px solid #a8a8a8;
  color: #a8a8a8;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  text-align: left;
  margin-top: 1rem;
  padding-top: 1rem;
}
@media (min-width: 576px) {
  .footer-copy {
    border-top: none;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .footer-copy {
    text-align: right;
    margin-top: 0;
  }
}

/* SCROLLUP */
.scrollup {
  width: 200px;
  position: absolute;
  top: 0;
  right: 12px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  z-index: 1;
}
.scrollup a {
  display: block;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  padding: 0.5rem 0;
}
.scrollup a::after {
  content: "";
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
  -webkit-animation: scrollup 2s linear infinite;
          animation: scrollup 2s linear infinite;
}
.scrollup a:hover {
  opacity: 0.5;
}
@media (min-width: 1400px) {
  .scrollup {
    right: 6%;
  }
  .scrollup a {
    font-size: 1.125rem;
    padding: 1rem 0;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  padding: 3rem 0;
}
@media (min-width: 992px) {
  main {
    padding: 6rem 0;
  }
}

/* PAGE-HEADER */
.page-header {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-header {
    margin-bottom: 4rem;
  }
}
.page-header .title {
  color: #f97a63;
  font-size: 1.125rem;
  letter-spacing: 0.25rem;
}
.page-header .title span {
  display: block;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 576px) {
  .page-header .title {
    font-size: 1.25rem;
  }
  .page-header .title span {
    font-size: 3rem;
    letter-spacing: 0.5rem;
  }
}
@media (min-width: 992px) {
  .page-header .title span {
    font-size: 4.75rem;
    letter-spacing: 0.9rem;
  }
}

/* PICTURE */
.pic {
  overflow: hidden;
}
.pic a {
  background-color: #000000;
  position: relative;
}
.pic a::before {
  content: "";
  background-color: rgba(51, 51, 51, 0.9);
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pic a::after {
  content: "";
  background-image: url(../images/more.svg);
  background-repeat: no-repeat;
  width: 120px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pic a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.pic a:hover::after {
  opacity: 1;
}

/* PAGINATION */
.pagination-wrap {
  margin-top: 2.5rem;
}

.pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.pagination .page-item {
  padding: 0 0.35rem;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 50%;
}
.pagination .page-link {
  border: none;
  border-radius: 50%;
  background-color: #afafaf;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  padding: 0;
}
.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link.active {
  background-color: #f97a63;
  box-shadow: none;
}

/* BACK */
.back {
  color: #333333;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.back i {
  font-size: 0.9375rem;
  margin-right: 0.5rem;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back:hover {
  color: #f97a63;
}
.back:hover i {
  margin-right: 1rem;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
/* ABOUT CONTENT */
.about-content {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about-content > [class*=col-]:first-child {
  position: relative;
}
.about-content > [class*=col-]:first-child::after {
  content: "";
  background-image: url(../images/about-icon.png);
  width: 115px;
  height: 100px;
  position: absolute;
  bottom: -50px;
  left: -85px;
  z-index: 2;
}
@media (min-width: 1400px) {
  .about-content > [class*=col-]:first-child {
    padding-right: 4.5rem;
  }
}

/* ABOUT TEXT */
.about-text {
  font-size: 0.9375rem;
  text-align: justify;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
.about-text strong {
  color: #f97a63;
  font-weight: normal;
}
@media (min-width: 576px) {
  .about-text {
    font-size: 1rem;
    line-height: 2.2;
  }
}

/* ABOUT PICTURE */
.about-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .about-pic {
    min-height: 740px;
  }
}

/*------------------------------------*\
    SERVICE
\*------------------------------------*/
.service .container {
  max-width: 100%;
}
@media (min-width: 1600px) {
  .service .container {
    max-width: 1480px;
  }
}
.service .page-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 1rem;
  margin-bottom: 0;
  min-height: 250px;
}
.service .page-header .title span {
  color: #ffffff;
}
@media (min-width: 576px) {
  .service .page-header {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .service .page-header {
    padding: 3rem;
    min-height: 370px;
  }
}
@media (min-width: 1400px) {
  .service .page-header {
    padding: 3rem 6.5rem;
  }
}

/* SERVICE LIST */
.service-list {
  border-bottom: 2px solid #f97a63;
  background-color: #f4f4f4;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .service-list {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .service-list {
    padding: 3rem;
  }
}
@media (min-width: 1400px) {
  .service-list {
    padding: 6.5rem 5rem;
  }
}
.service-list .item {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}
.service-list .item::after {
  content: "";
  background-color: #d5d5d5;
  width: auto;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2rem;
}
.service-list .item:nth-child(6) {
  margin-bottom: 0;
}
.service-list .item:nth-child(6)::after {
  display: none;
}
@media (min-width: 768px) {
  .service-list .item {
    margin-bottom: 5rem;
  }
  .service-list .item::after {
    bottom: -2.5rem;
  }
  .service-list .item:nth-child(even) {
    border-left: 1px solid #d5d5d5;
  }
  .service-list .item:nth-child(5)::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .service-list .item {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .service-list .item::after {
    bottom: -3.5rem;
  }
  .service-list .item + .item {
    border-left: 1px solid #d5d5d5;
  }
  .service-list .item:nth-child(1), .service-list .item:nth-child(2), .service-list .item:nth-child(3) {
    margin-bottom: 7rem;
  }
  .service-list .item:nth-child(4) {
    border-left: none;
  }
  .service-list .item:nth-child(4)::after {
    display: none;
  }
}
.service-list .item:hover .pic {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.service-list .pic {
  border-radius: 50%;
  background-color: #ffffff;
  width: 140px;
  height: 140px;
  margin-bottom: 1rem;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 576px) {
  .service-list .pic {
    margin-bottom: 2rem;
  }
}
.service-list .title {
  color: #f97a63;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
@media (min-width: 576px) {
  .service-list .title {
    font-size: 1.1875rem;
  }
}
.service-list .text {
  color: #666666;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}

/*------------------------------------*\
    NEWS
\*------------------------------------*/
/* NEWS LIST */
.news-list .item {
  margin-bottom: 2rem;
}
.news-list .txt {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .news-list .txt {
    margin-top: 1.75rem;
  }
}
.news-list .title {
  color: #333333;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  height: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 576px) {
  .news-list .title {
    font-size: 1.3125rem;
    height: 25px;
  }
}
.news-list .date {
  color: #4f4f4f;
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
  display: block;
  margin-bottom: 0.5rem;
}
.news-list .text {
  color: #666666;
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  height: 75px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* NEWS VIEW */
.news-view {
  max-width: 1000px;
  margin: 0 auto;
}
.news-view-title {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .news-view-title {
    margin-bottom: 4rem;
  }
}
.news-view-title .title {
  color: #333333;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
@media (min-width: 576px) {
  .news-view-title .title {
    font-size: 2.125rem;
    letter-spacing: 0.2rem;
  }
}
@media (min-width: 1200px) {
  .news-view-title .title {
    padding-right: 110px;
    margin-bottom: 1rem;
  }
}
.news-view-title .date {
  color: #919191;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 576px) {
  .news-view-title .date {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .news-view-title .date {
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0.75rem;
  }
}
.news-view-title .tag li {
  color: #f97a63;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  margin-right: 0.5rem;
}
.news-view-title .tag li::before {
  content: "#";
}
@media (min-width: 576px) {
  .news-view-title .tag li {
    font-size: 1rem;
  }
}
.news-view-content {
  font-size: 0.9375rem;
  letter-spacing: 0.0125rem;
  line-height: 1.8;
}
@media (min-width: 576px) {
  .news-view-content {
    font-size: 1.0625rem;
  }
}
.news-view-content h3 {
  color: #333333;
  font-weight: bold;
}
@media (min-width: 576px) {
  .news-view-content h3 {
    font-size: 1.25rem;
  }
}

/*------------------------------------*\
    WORKS
\*------------------------------------*/
/* WORKS LIST */
.works-list .item {
  margin-bottom: 2rem;
}

/* WORKS TAG */
.works-tag {
  text-align: center;
  margin-top: 4rem;
}
.works-tag a {
  color: #333333;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  line-height: 2;
}
.works-tag a::before {
  content: "/";
  color: #000000;
  margin: 0 1rem;
}
.works-tag a:first-child::before {
  display: none;
}
.works-tag a:hover {
  color: #f97a63;
}

/* WORKS VIEW */
.works-view {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .works-view {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.works-view-pic img {
  /* width: 100%; */
  margin-bottom: 2rem;
}
.works-view-txt {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .works-view-txt {
    /* padding-left: 5rem; */
  }
}
.works-view-txt .tit {
  padding-bottom: 3rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.works-view-txt .tit::after {
  content: "";
  background-color: #333333;
  width: 15px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.works-view-txt .title {
  color: #333333;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.075rem;
}
@media (min-width: 576px) {
  .works-view-txt .title {
    font-size: 1.5rem;
  }
}
.works-view-txt .tag {
  color: #f97a63;
  font-size: 0.8125rem;
  letter-spacing: 0.15rem;
}
.works-view-txt .text {
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  line-height: 2.5;
  margin-bottom: 1.25rem;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .contact .container {
    max-width: 1170px;
  }
}

/* CONTACT CONTENT */
.contact-content {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 992px) {
  .contact-content > [class*=col-]:last-child {
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .contact-content > [class*=col-]:last-child {
    padding-left: 3.5rem;
  }
}

/* CONTACT TEXT */
.contact-text {
  color: #333333;
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.contact-text::after {
  content: "";
  background-color: #f97a63;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* CONTACT INFO */
.contact-info {
  margin-bottom: 2.5rem;
}
.contact-info .nav li {
  font-size: 0.9375rem;
  letter-spacing: 0.075rem;
  line-height: 2;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-info .nav li span {
  color: #a3a3a3;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1rem;
}

/* CONTACT FORM */
.contact-form {
  border: 1px solid #a8a8a8;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .contact-form {
    padding: 2rem;
  }
}
@media (min-width: 768px) {
  .contact-form {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .contact-form {
    padding: 2rem;
  }
}
@media (min-width: 1200px) {
  .contact-form {
    padding: 3rem;
  }
}
.contact-form .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #7f7f7f;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  padding: 0.375rem 0;
  margin-bottom: 1rem;
}
.contact-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom-color: #f97a63;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: #a3a3a3;
}
.contact-form .form-control::-moz-placeholder {
  color: #a3a3a3;
}
.contact-form .form-control:-ms-input-placeholder {
  color: #a3a3a3;
}
.contact-form .form-control::-ms-input-placeholder {
  color: #a3a3a3;
}
.contact-form .form-control::placeholder {
  color: #a3a3a3;
}
.contact-form .form-check-group {
  margin-top: 1.5rem;
}
.contact-form .form-check-inline {
  margin-bottom: 0.5rem;
}
.contact-form .form-check-title {
  color: #333333;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0.75rem;
}
.contact-form .form-check-input {
  border-color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .form-check-input:checked {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f97a63;
  border-color: #f97a63;
}
.contact-form .form-check-label {
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
.contact-form .form-check-other {
  width: 100px;
  margin-right: 0;
  padding-left: 0;
}
.contact-form .form-check-other .form-control {
  padding: 0;
}
.contact-form .code {
  position: relative;
}
.contact-form .code .form-control {
  padding-right: 110px;
}
.contact-form .code img {
  position: absolute;
  top: 0;
  right: 0;
}
.contact-form .btn {
  border: none;
  border-radius: 0;
  background-color: #f97a63;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  line-height: 35px;
  width: 175px;
  height: 35px;
  padding: 0;
  margin-top: 1.5rem;
}

/* CONTACT PICTURE */
.contact-pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 300px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 992px) {
  .contact-pic {
    height: 100%;
    margin-top: 0;
  }
}