/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * BANNER
 * MAIN
 * WORKS
 * ABOUT
 * CASE
 **/
/*------------------------------------*\
    BANNER
\*------------------------------------*/
.banner .page-header {
  bottom: 12%;
}

.banner .page-header h2 {
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
}

.banner .page-header h2 span {
  font-size: 2.5rem;
}

@media (min-width: 576px) {
  .banner .page-header h2 span {
    font-size: 3rem;
  }
}

@media (min-width: 992px) {
  .banner .page-header h2 span {
    font-size: 3.75rem;
  }
}

.banner .swiper-slide .page-header h2 {
  opacity: 0;
  -webkit-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}

.banner .swiper-slide-active .page-header h2 {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
main {
  background: transparent;
  margin-left: 0;
  padding: 0;
}

/* PAGE-TITLE */
.page-title {
  text-align: center;
}

.page-title h2 span {
  font-size: 2rem;
}

@media (min-width: 992px) {
  .page-title {
    text-align: left;
  }
  .page-title h2 span {
    font-size: 2.1875rem;
  }
}

/* MORE */
.more {
  color: #d0a76a;
  font-size: 0.8125rem;
  letter-spacing: 0.125rem;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 1000;
}

.more::after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: rgba(208, 167, 106, 0.5);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}

.more:hover, .more:focus {
  color: #7d7d7d;
}

.more:hover::after, .more:focus::after {
  background-color: rgba(125, 125, 125, 0.5);
}

@media (min-width: 992px) {
  .more {
    text-align: right;
  }
  .more::after {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    left: auto;
    right: 0;
  }
}

/*------------------------------------*\
    WORKS
\*------------------------------------*/
.index-works {
  background: url(../images/bg.jpg) center center;
  padding: 3rem 0;
}

.index-works > .container {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
}

@media (min-width: 992px) {
  .index-works {
    padding: 5rem 0;
  }
}

@media (min-width: 1200px) {
  .index-works {
    margin-left: 230px;
  }
  .index-works .row {
    margin: 0 -1.25rem 0;
  }
  .index-works .works-item {
    padding: 0 1.25rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .index-works {
    padding: 7rem 0 11rem;
  }
  .index-works > .container {
    max-width: 1550px;
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .index-works .page-title {
    width: 20%;
    position: relative;
  }
  .index-works .page-title::before {
    content: '';
    width: 1px;
    height: 200px;
    background-color: #d0a76a;
    position: absolute;
    top: -5rem;
    right: 3rem;
    z-index: 2;
  }
  .index-works .row {
    width: 82%;
  }
}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.index-about {
  padding: 2rem 1rem;
}

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

.index-about .about-arch-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.index-about .about-arch-pic img {
  width: 335px;
}

@media (min-width: 576px) {
  .index-about {
    padding: 2rem 1rem;
  }
}

@media (min-width: 992px) {
  .index-about {
    padding: 10rem 1rem;
  }
  .index-about .about-arch-content {
    padding-top: 0;
  }
  .index-about .about-arch-pic {
    width: 50%;
    left: 3rem;
  }
  .index-about .about-arch-txt {
    padding: 12rem 3rem 3rem 26rem;
  }
}

@media (min-width: 1200px) {
  .index-about {
    padding: 10rem 0;
  }
  .index-about .about-arch-content {
    padding-top: 2.5rem;
    position: relative;
  }
  .index-about .about-arch-content::after {
    content: '';
    width: 75px;
    height: 1px;
    background-color: #d0a76a;
    position: absolute;
    top: 7rem;
    left: 0;
  }
  .index-about .about-arch-pic {
    left: 6rem;
    bottom: -3.5rem;
  }
  .index-about .about-arch-txt {
    padding: 12rem 3rem 3rem 30rem;
  }
}

/*------------------------------------*\
    CASE
\*------------------------------------*/
.index-case {
  padding: 3rem 0;
}

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

.index-case .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.index-case .case-login-form {
  border-right: 1px solid #d0a76a;
  padding-bottom: 2rem;
}

.index-case .case-login-form .form {
  margin-top: 0;
}

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

@media (min-width: 992px) {
  .index-case {
    padding: 4rem 0;
  }
  .index-case .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .index-case .page-title {
    text-align: right;
  }
}

@media (min-width: 1280px) {
  .index-case .page-title {
    max-width: 490px;
    margin: 0 auto;
  }
  .index-case .case-login-form {
    padding: 5rem 1rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1600px) {
  .index-case > .container {
    max-width: 1480px;
  }
}
