@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * ALL
 * HEADER
 * BANNER
 * FOOTER
 * MAIN
 * ABOUT
 * WORKS
 * CASE
 * CONTACT
 **/
/*------------------------------------*\
    ALL
\*------------------------------------*/
html,
body {
  overflow-x: hidden;
  min-height: 1000px;
}

body {
  color: #3a3a3a;
  font-family: "微軟正黑體", "Microsoft JhengHei", sans-serif;
  padding-top: 65px;
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}

a {
  display: inline-block;
  color: #3a3a3a;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

a:hover,
a:focus {
  color: #d0a76a;
  outline: 0;
  text-decoration: none;
}

span {
  display: inline-block;
}

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

.container {
  max-width: 100%;
}

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

.container-secondary {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  border-top: 10px solid #d0a76a;
  background-color: #ffffff;
  padding-bottom: 3rem !important;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .container-secondary {
    padding-bottom: 15rem !important;
  }
}

@media (min-width: 1600px) {
  .container-secondary {
    max-width: 1335px;
  }
}

#scrollUp {
  right: 5%;
  bottom: 15%;
  z-index: 1050 !important;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/
header {
  background-color: #ffffff;
  height: 65px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

header > .container {
  max-width: 100%;
}

header .navbar-brand {
  opacity: 1;
}

@media (min-width: 992px) {
  header {
    background-color: transparent;
    height: 110px;
  }
}

@media (min-width: 1200px) {
  header {
    padding-left: 230px;
  }
  header .navbar-brand {
    opacity: 0;
  }
}

@media (min-width: 1800px) {
  header > .container {
    max-width: 1540px;
  }
}

header.header-active {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding-left: 0;
}

header.header-active .navbar-brand {
  opacity: 1;
}

header.header-active .nav-link {
  color: #7d7d7d;
}

header.header-active .nav-link.fb span {
  border: 1px solid #7d7d7d;
}

@media (min-width: 992px) {
  header.header-active .nav-link {
    padding: 2.5rem 1.2rem !important;
  }
}

@media (min-width: 1800px) {
  header.header-active > .container {
    max-width: 1800px;
  }
}

.navbar {
  padding: 0;
}

.navbar-brand {
  opacity: 0;
}

.navbar-brand img {
  width: 200px;
  height: 53px;
}

@media (min-width: 992px) {
  .navbar-brand img {
    width: auto;
    height: auto;
  }
}

.navbar-toggler {
  border: none;
  width: 50px;
  height: 50px;
  padding: 5px;
  margin: 0;
  position: relative;
  top: 0;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler .icon-bar {
  display: block;
  background: #7d7d7d;
  text-align: center;
  width: 30px;
  height: 2px;
  position: absolute;
  right: 10px;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navbar-toggler .icon-bar:nth-of-type(1) {
  top: 15px;
}

.navbar-toggler .icon-bar:nth-of-type(2) {
  top: 24px;
  opacity: 1;
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  top: 33px;
}

.navbar-toggler.open .icon-bar {
  right: 6px;
}

.navbar-toggler.open .icon-bar:nth-of-type(1) {
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler.open .icon-bar:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.open .icon-bar:nth-of-type(3) {
  top: 33px;
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .nav-link {
  color: #7d7d7d;
  letter-spacing: 0.25rem;
  padding: 1rem !important;
}

.navbar .nav-link.fb span {
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus,
.navbar .nav-link.active {
  color: #d0a76a;
}

.navbar .nav-link:hover.fb span,
.navbar .nav-link:focus.fb span,
.navbar .nav-link.active.fb span {
  border: 1px solid #d0a76a;
}

@media (min-width: 992px) {
  .navbar .nav-link {
    color: #ffffff;
    padding: 2rem 1.2rem !important;
  }
  .navbar .nav-link.fb span {
    border: 1px solid #ffffff;
  }
}

@media (min-width: 1200px) {
  .navbar .nav-link {
    padding: 3rem 1.2rem !important;
  }
}

.side {
  background-color: #ffffff;
  text-align: center;
  width: 230px;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
}

.side-logo {
  padding: 3rem 0;
  position: relative;
}

.side-logo a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}

.side-scroll {
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4rem;
}

@media (min-width: 1200px) {
  .side {
    display: block;
  }
}

/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner > .container {
  position: relative;
  max-width: 180%;
  width: 180%;
  margin: 0 -40%;
  padding: 0;
  text-align: center;
}

.banner .page-header {
  position: absolute;
  left: 25%;
  bottom: 20%;
  text-align: left;
}

.banner .page-header h1,
.banner .page-header h2 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin-bottom: 0;
}

.banner .page-header h1 span,
.banner .page-header h2 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.65rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .banner .container {
    max-width: 150%;
    width: 150%;
    margin: 0 -25%;
  }
  .banner .page-header {
    left: 20%;
  }
}

@media (min-width: 992px) {
  .banner .container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .banner .page-header {
    left: 8%;
  }
  .banner .page-header h1 span {
    font-size: 3.25rem;
  }
}

@media (min-width: 1200px) {
  .banner {
    margin-left: 230px;
  }
}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer {
  background-color: #d5b07c;
  color: #ffffff;
  padding: 3rem 0 6rem;
  position: relative;
  z-index: 2;
}

footer a {
  color: #ffffff;
}

footer a:hover,
footer a:focus {
  color: #7d7d7d;
}

footer .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-align: center;
}

@media (min-width: 576px) {
  footer {
    padding: 2rem 0;
  }
}

@media (min-width: 1200px) {
  footer {
    padding: 3.5rem 0;
  }
  footer .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .footer-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21%;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
  }
}

.footer-info {
  font-size: 0.8125rem;
  padding: 1rem 0 0;
}

.footer-info a {
  font-size: 0.8125rem;
}

.footer-info .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-info .nav li {
  padding-right: 0.75rem;
  padding-bottom: 0.25rem;
}

.footer-info .nav li.copy span {
  color: rgba(255, 255, 255, 0.5);
}

.footer-info .nav li.copy a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-info .nav li.copy a:hover,
.footer-info .nav li.copy a:focus {
  color: #7d7d7d;
}

@media (min-width: 1200px) {
  .footer-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    flex: 0 0 44%;
    max-width: 44%;
  }
  .footer-info .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .footer-info {
    padding-left: 0;
  }
}

.footer-nav {
  display: none;
}

.footer-nav a {
  font-size: 0.875rem;
  letter-spacing: 0.2rem;
}

.footer-nav a.fb {
  font-size: 1.3125rem;
}

.footer-nav a.fb span {
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  width: 45px;
  height: 45px;
}

.footer-nav a.fb:hover span,
.footer-nav a.fb:focus span {
  border: 1px solid #7d7d7d;
}

.footer-nav .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-nav .nav li {
  padding-bottom: 0.5rem;
}

.footer-nav .nav li:last-child a {
  padding-right: 0;
}

@media (min-width: 576px) {
  .footer-nav {
    display: block;
  }
  .footer-nav a {
    padding-right: 1rem;
  }
  .footer-nav .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-nav .nav li {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .footer-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding-bottom: 1rem;
  }
  .footer-nav .nav {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 1280px) {
  .footer-nav {
    padding-right: 0;
  }
}

.mobile-btn {
  background-color: #d0a76a;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 0.5rem 0;
}

.mobile-btn .nav li {
  width: 25%;
  text-align: center;
}

.mobile-btn .nav a {
  color: #ffffff;
  font-size: 0.9375rem;
}

.mobile-btn .nav svg {
  margin-bottom: 0.125rem;
  font-size: 1.25rem;
}

@media (min-width: 576px) {
  .mobile-btn {
    display: none;
  }
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background: url(../images/bg.jpg) center top repeat;
  padding: 3rem 0;
}

main p {
  line-height: 1.8rem;
  letter-spacing: 0.025rem;
}

@media (min-width: 1200px) {
  main {
    margin-left: 230px;
    padding: 7rem 0;
  }
}

main.main-secondary {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
}

/* PAGE-TITLE */
.page-title h2 {
  color: #242424;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}

.page-title h2 span {
  display: block;
  font-family: "Noto Serif TC", serif;
  font-weight: normal;
  font-size: 1.75rem;
  letter-spacing: 0.5rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .page-title h2 {
    margin-bottom: 4rem;
  }
  .page-title h2 span {
    font-size: 1.875rem;
  }
}

/* PAGINATION */
.pagination .page-item {
  padding: 0 0.3rem;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border: none;
  border-radius: 0;
  padding: 0 2rem;
}

.pagination .page-item:first-child .page-link {
  background: url(../images/prev.svg) center center no-repeat;
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:first-child .page-link:focus {
  background: url(../images/prev-hover.svg) center center no-repeat;
}

.pagination .page-item:last-child .page-link {
  background: url(../images/next.svg) center center no-repeat;
}

.pagination .page-item:last-child .page-link:hover,
.pagination .page-item:last-child .page-link:focus {
  background: url(../images/next-hover.svg) center center no-repeat;
}

.pagination .page-link {
  border: 1px solid #cda264;
  border-radius: 50%;
  color: #cda264;
  text-align: center;
  line-height: 35px;
  width: 35px;
  height: 35px;
  padding: 0;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: #cda264;
  color: #ffffff;
}

.pagination .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* FORM */
.form .form-group {
  margin-bottom: 1.25rem;
}

.form .form-control {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #666666;
  height: 50px;
  padding: 0.6rem 0.75rem;
}

.form .form-control:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 167, 106, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(208, 167, 106, 0.25);
}

.form .form-control:-webkit-autofill,
.form .form-control:-webkit-autofill:hover,
.form .form-control:-webkit-autofill:focus,
.form .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px rgba(208, 167, 106, 0.2) inset;
  box-shadow: 0 0 0px 1000px rgba(208, 167, 106, 0.2) inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form .form-control::-webkit-input-placeholder {
  color: #b0b0b0;
}

.form .form-control::-moz-placeholder {
  color: #b0b0b0;
}

.form .form-control:-ms-input-placeholder {
  color: #b0b0b0;
}

.form .form-control::-ms-input-placeholder {
  color: #b0b0b0;
}

.form .form-control::placeholder {
  color: #b0b0b0;
}

.form .form-control#content {
  height: auto;
}

.form .form-control#project {
  color: #b0b0b0;
}

.form .form-label {
  font-weight: bold;
  letter-spacing: 0.1rem;
  padding-right: 0.5rem;
  margin-bottom: 0;
}

.form .help-block {
  color: #b0b0b0;
}

.form .code {
  position: relative;
}

.form .code img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.form .btn {
  border: none;
  border-radius: 0;
  background-color: #d0a76a;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 50px;
  width: 100%;
  height: 50px;
  padding: 0;
}

.form .btn:hover,
.form .btn:focus {
  background-color: #424242;
}

@media (min-width: 1280px) {
  .form {
    max-width: 490px;
    margin: 0 auto;
  }
  .form .form-label {
    padding-right: 2rem;
  }
}

/* TABLE */
.table tbody {
  table-layout: fixed;
  width: 160px;
}

.table tbody th,
.table tbody td {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.table tbody th {
  background-color: #bcbcbc;
  color: #ffffff;
  width: 160px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 2;
}

.table tbody tr:first-child td {
  border-top: none;
}

.table tbody tr:last-child td {
  border-bottom: 1px solid #dddddd;
}

.table tbody tr:nth-child(odd) {
  background-color: #fdf7f1;
}

.table tbody tr.title td {
  color: #d0a76a;
  font-weight: bold;
}

.table ol {
  padding-left: 15px;
  margin-bottom: 0;
}

.table.table-sche tbody td:last-child {
  text-align: left;
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about-arch {
  background: url(../images/about-arch-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 2rem;
}

.about-arch-content {
  background-color: #ffffff;
  text-align: center;
  padding: 1rem 0;
  position: relative;
}

.about-arch-content::before {
  content: "";
  border: 15px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: -15px;
  right: -15px;
  left: -15px;
  bottom: -15px;
}

.about-arch-txt {
  margin-top: 2rem;
}

.about-arch-txt h2 {
  color: #d0a76a;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.225rem;
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .about-arch {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .about-arch {
    padding: 10rem 1rem;
  }
  .about-arch-content {
    background: url(../images/about-arch-content-bg.svg) right top no-repeat
      #ffffff;
    text-align: left;
    margin-left: 2rem;
    position: relative;
  }
  .about-arch-pic {
    position: absolute;
    left: -3rem;
    bottom: -3rem;
    z-index: 2;
  }
  .about-arch-txt {
    margin-top: 0;
    padding: 7rem 4rem 2rem 27rem;
  }
}

@media (min-width: 1200px) {
  .about-arch-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1110px;
    -ms-flex: 0 0 1110px;
    flex: 0 0 1110px;
    max-width: 1110px;
  }
}

@media (min-width: 1600px) {
  .about-arch-pic {
    left: -6rem;
    bottom: -5rem;
  }
}

.about-idea {
  background-color: #ffffff;
  padding: 6rem 2rem 0;
  position: relative;
}

.about-idea::before {
  content: "";
  width: 1px;
  height: 75px;
  background-color: #d0a76a;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.about-idea-tit {
  color: #242424;
  text-align: center;
  margin-bottom: 4.5rem;
}

.about-idea-tit h2 {
  font-family: "Noto Serif TC", serif;
  font-size: 1.75rem;
  letter-spacing: 0.7rem;
  margin-bottom: 1rem;
}

.about-idea-tit h4 {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.about-idea-pic {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.about-idea-pic::before {
  content: "";
  width: 1500px;
  height: 790px;
  background: url(../images/about-idea-pic-bg.png) center center no-repeat;
  position: absolute;
  top: -13rem;
  right: -24rem;
  z-index: 2;
}

.about-idea-txt {
  border: 1px solid rgba(208, 167, 106, 0.5);
  text-align: center;
  position: relative;
  padding: 1rem;
  margin-bottom: 3rem;
}

.about-idea-txt::before {
  content: "";
  border: 1px solid rgba(208, 167, 106, 0.5);
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
}

.about-idea-txt p {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .about-idea-txt {
    padding: 3rem;
  }
}

@media (min-width: 992px) {
  .about-idea-content {
    position: relative;
  }
  .about-idea-content::before {
    content: "";
    width: 900px;
    height: 500px;
    background: url(../images/about-idea-content-bg.svg) center center no-repeat;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 13rem;
    z-index: 3;
  }
  .about-idea-tit h2 {
    font-size: 2.1875rem;
  }
  .about-idea-txt {
    padding: 5rem 4rem;
    text-align: left;
  }
  .about-idea-pic {
    text-align: right;
    position: relative;
    top: -6rem;
    z-index: 2;
  }
}

@media (min-width: 1200px) {
  .about-idea-txt {
    margin-left: 2.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 675px;
    -ms-flex: 0 0 675px;
    flex: 0 0 675px;
    max-width: 675px;
  }
}

@media (min-width: 1600px) {
  .about-idea {
    padding: 8rem 0;
  }
  .about-idea-pic {
    position: absolute;
    top: auto;
    right: 1rem;
    bottom: -5rem;
  }
}

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

.works-item a {
  display: block;
  position: relative;
  overflow: hidden;
}

.works-item a * {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.works-item a img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.works-item a:hover img,
.works-item a:focus img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.works-item p {
  color: #ffffff;
  font-size: 0.9375rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 2rem;
  left: 1rem;
  right: 1rem;
}

.works-item p::before {
  content: "";
  width: 40px;
  height: 5px;
  background: url(../images/arrow.svg) no-repeat;
  position: absolute;
  top: 10px;
  right: 0;
}

@media (min-width: 576px) {
  .works-item {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .works-list .row {
    margin: 0 -2rem;
  }
  .works-item {
    padding: 0 2rem;
    margin-bottom: 5rem;
  }
  .works-item p {
    top: 3rem;
    left: 2.5rem;
    right: 2.5rem;
  }
}

.works-view {
  position: relative;
  overflow: hidden;
}

.works-view .row {
  background-color: #d2ac74;
}

.works-view .slick-slide {
  border: none;
  min-height: auto;
  margin-top: -6px;
}

.works-view .slick-slide a img {
  border: none;
}

.works-view .slick-slide a.active img {
  border: 3px solid #7d7d7d;
}

.works-view .slick-prev::before,
.works-view .slick-next::before {
  width: 20px;
  height: 20px;
  display: block;
}

.works-view .slick-prev {
  left: 0;
}

.works-view .slick-prev::before {
  content: "";
  background: url(../images/prev-g.svg);
}

.works-view .slick-next {
  right: 0;
}

.works-view .slick-next::before {
  content: "";
  background: url(../images/next-g.svg);
}

.works-view-txt {
  background-color: #d2ac74;
  color: #ffffff;
  font-weight: 300;
  padding: 2rem !important;
}

.works-view-txt h2 {
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.25rem;
}

.works-view-txt h2 span {
  display: block;
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

.works-view-txt h4 {
  color: #f6ede0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  padding: 0.5rem 0;
  margin: 1.5rem 0;
}

.works-view-txt ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-view-txt ul li {
  font-size: 0.9375rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.5rem;
}

.works-view-txt a {
  color: #ffffff;
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
}

.works-view-txt .sale {
  color: red;
}

.works-view-txt .slick-prev,
.works-view-txt .slick-next {
  display: none !important;
}

.works-view .btn-wrap {
  margin-top: 2.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
}

@media (min-width: 576px) {
  .works-view-txt {
    padding: 3rem !important;
  }
}

@media (min-width: 992px) {
  .works-view .slick-slide {
    float: none;
  }
  .works-view .slick-prev,
  .works-view .slick-next {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 50%;
  }
  .works-view .slick-prev {
    top: 0;
  }
  .works-view .slick-next {
    top: auto;
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .works-view-txt {
    padding: 4rem !important;
  }
}

@media (min-width: 1280px) {
  .works-view .container {
    max-width: 100%;
    padding: 0;
  }
}

@media (min-width: 1600px) {
  .works-view .slick-prev,
  .works-view .slick-next {
    display: block !important;
    top: auto;
    bottom: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .works-view .slick-prev {
    left: auto;
    right: 50px;
  }
  .works-view .slick-next {
    left: auto;
    right: 0;
  }
  .works-view-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .works-view-pic-thumbs {
    position: absolute;
    right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .works-view-pic-thumbs .slick-prev,
  .works-view-pic-thumbs .slick-next {
    display: none !important;
  }
  .works-view-txt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 1920px) {
  .works-view-txt {
    padding: 7rem 6rem 6rem !important;
  }
}

/*------------------------------------*\
    CASE
\*------------------------------------*/
.case > .container {
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .case > .container {
    padding: 3rem;
  }
}

@media (min-width: 1600px) {
  .case > .container {
    padding: 6.5rem 9rem;
  }
}

.case .page-title {
  text-align: center;
}

.case .page-title h2 {
  margin-bottom: 3rem;
}

.case-menu {
  text-align: center;
  margin-bottom: 3rem;
}

.case-menu a {
  color: #666666;
  font-size: 1.0625rem;
  letter-spacing: 0.1rem;
}

.case-menu a:hover,
.case-menu a:focus,
.case-menu a.active {
  color: #d0a76a;
  font-weight: bold;
}

.case-menu .nav {
  margin: 0 -1rem;
}

.case-menu .nav li {
  width: 25%;
  padding: 0 1rem;
}

.case-menu .nav li + li {
  position: relative;
}

.case-menu .nav li + li::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (min-width: 576px) {
  .case-menu {
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
  }
}

.case-login-form .form {
  margin-top: 5rem;
}

@media (min-width: 1200px) {
  .case-table {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}

.case-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.case-list-item h3 {
  color: #424242;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0;
}

.case-list-item a {
  letter-spacing: 0.1rem;
}

.case-list-item a + a {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
}

.case-list-item a + a::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #bfbfbf;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

@media (min-width: 992px) {
  .case-list {
    max-width: 900px;
    margin: 0 auto;
  }
  .case-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.contact {
  color: #424242;
}

.contact a {
  color: #424242;
}

.contact a:hover,
.contact a:focus {
  color: #d0a76a;
}

.contact a.map {
  color: #d0a76a;
}

.contact a.map:hover,
.contact a.map:focus {
  color: #424242;
}

.contact > .container {
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .contact > .container {
    padding: 3rem;
  }
}

@media (min-width: 1200px) {
  .contact > .container {
    background: url(../images/contact-bg.svg) center bottom no-repeat #ffffff;
  }
}

@media (min-width: 1600px) {
  .contact > .container {
    padding: 5.5rem 9rem;
  }
}

.contact-info {
  text-align: center;
  margin-bottom: 4rem;
}

.contact-info .page-title {
  text-align: left;
}

.contact-info .nav {
  text-align: left;
}

.contact-info .nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.contact-info .nav li:last-child {
  border-bottom: none;
  margin-bottom: 2rem;
}

.contact-info .nav li.add {
  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;
}

.contact-info .nav li p {
  margin-bottom: 0;
}

.contact-info .nav li span {
  display: block;
}

@media (min-width: 576px) {
  .contact-info .nav li.add {
    -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;
  }
  .contact-info .nav li span {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .contact-info {
    margin-bottom: 0;
  }
  .contact-info-content {
    max-width: 435px;
  }
}

@media (min-width: 1600px) {
  .contact-form {
    padding-left: 2rem;
  }
}
