@charset "UTF-8";
body.active-plan {
  overflow: hidden;
}

.main {
  margin-top: unset;
  padding: unset;
}

.section {
  padding: unset;
}

.project-pic {
  width: 62vw;
  height: 100vh;
  background: #f2f2f2;
  overflow: hidden;
  position: fixed;
  left: 0;
}
.project-photo {
  height: 100vh;
  margin: auto;
  position: relative;
}
.project-img {
  width: 100%;
  position: absolute;
  top: 50%;
  opacity: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.project-img.show {
  opacity: 1;
}
.project-img img {
  width: 100%;
}
.project-control {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 30px);
  padding: 0 15px;
  pointer-events: none;
  top: 50%;
  left: 50%;
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.project-control.show {
  opacity: 1;
}
.project-arrow {
  cursor: pointer;
  font-size: 0.875rem;
  background: #f2f2f2;
}
.project-arrow:nth-child(1) {
  padding: 7px 3px 7px 10px;
}
.project-arrow:last-child {
  padding: 7px 10px 7px 3px;
}
.project-prev {
  width: 10px;
  height: 10px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.project-next {
  width: 10px;
  height: 10px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.project-num {
  width: 100px;
  text-align: center;
  font-size: 0.75rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  opacity: 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.project-num.show {
  opacity: 1;
}
.project-content {
  width: 38vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  right: 0;
}
.project-content-inner {
  padding: 60px 50px;
}
.project-type {
  font-family: "PT Sans", Arial, Helvetica;
  color: #999;
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
}
.project-name {
  color: #000;
  padding-top: 3px;
  letter-spacing: 0.15rem;
}
.project-info {
  padding: 15px 0 0px;
}
.project-item {
  padding-top: 20px;
}
.project-title {
  font-size: 0.75rem;
  margin-bottom: 2px;
  color: #aaa;
}
.project-text {
  font-size: 0.875rem;
}
.project-btn {
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}
.project-button {
  cursor: pointer;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #ccc;
  width: 90px;
  text-align: center;
  font-size: 0.75rem;
  font-family: "PT Sans", Arial, Helvetica;
  letter-spacing: 0.1rem;
  color: #999;
  opacity: 0;
  -moz-transition: color 0.3s, background 0.3s, opacity 0.6s;
  -o-transition: color 0.3s, background 0.3s, opacity 0.6s;
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.6s;
  transition: color 0.3s, background 0.3s, opacity 0.6s;
}
.project-button.show {
  opacity: 1;
}
.project-button:hover {
  color: #666;
  background: #f2f2f2;
}
.project-concept-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background: rgba(0, 0, 0, 0.7);
  cursor: default;
  z-index: -1;
  opacity: 0;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-concept-panel.active-concept {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  cursor: initial;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.project-concept-panel.active-concept .project-concept-inner {
  overflow-y: scroll;
}
.project-concept-inner {
  padding: 0 4.75%;
  width: 45%;
  height: 60%;
  background: #f2f2f2;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project-concept-item {
  padding: 50px 0;
}
.project-concept-title {
  color: #000;
  margin-bottom: 30px;
  padding: 5px 10px;
  background: #e1e1e1;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.project-concept-title.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-concept-title .tw {
  font-size: 0.875rem;
}
.project-concept-text {
  padding: 0 10px;
}
.project-concept-close {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 25px;
  right: 35px;
  cursor: pointer;
}
.project-concept-close:hover .project-concept-close-bar {
  background: #ccc;
}
.project-concept-close-bar {
  width: 25px;
  height: 1px;
  background: #FFF;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.project-concept-close-bar:nth-child(1) {
  margin-top: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project-concept-close-bar:last-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.project-plan-panel {
  position: fixed;
  width: 101%;
  height: 90vh;
  top: 0;
  background: rgba(34, 34, 34, 0.9);
  z-index: -1;
  opacity: 0;
  left: 0;
  overflow-y: auto;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 5vh 0;
}
.project-plan-panel.active-plan {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
  cursor: initial;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.project-plan-inner {
  width: 100%;
  margin: auto;
}
.project-plan-inner.vertical {
  max-width: 60vh;
}
.project-plan-inner.horizontal {
  max-width: 900px;
  padding: 0 8vw;
}
.project-plan-img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.show .project-plan-img {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-plan-img img {
  width: 100%;
}
.project-plan-text {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.875rem;
  color: #FFF;
  padding-top: 15px;
}
.show .project-plan-text .before, .show .project-plan-text .after {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.project-plan-text .before {
  opacity: 0;
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.project-plan-text .after {
  opacity: 0;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.project-plan-close {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.project-plan-close:hover .project-plan-close-bar {
  background: #fff;
}
.project-plan-close-bar {
  width: 25px;
  height: 1px;
  background: #eee;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.project-plan-close-bar:nth-child(1) {
  margin-top: 10px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.project-plan-close-bar:last-child {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.project-work {
  position: fixed;
  bottom: 30px;
  right: 43px;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.project-work.show {
  opacity: 1;
}
.project-work a {
  color: #FFF;
  background: #999;
  padding: 5px 15px 9px 15px;
  width: 35px;
  text-align: center;
  -moz-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.project-work a:hover {
  color: #000;
  background: #ccc;
}
.project-work-btn:last-child {
  margin-left: 5px;
}
.project-work-btn:last-child span {
  margin-left: unset;
}
.project-work-btn:last-child .project-work-arrow:before {
  left: unset;
  right: 0;
}
.project-work-btn:last-child .project-work-arrow:after {
  left: unset;
  right: 0;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.project-work-btn span {
  font-size: 0.75rem;
}
.project-back {
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 2;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.project-back.active-concept, .project-back.active-plan {
  z-index: -1;
}
.project-back.show {
  opacity: 1;
}
.project-back a {
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  padding: 11px 13px 11px 14px;
  background: #999;
  -moz-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.project-back a:hover {
  color: #000;
  background: #ccc;
}
.project-back-arrow {
  width: 12px;
  height: 12px;
  position: relative;
}
.project-back-arrow:before {
  content: "";
  width: 18px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 55%;
  left: -12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: width 0.3s, left 0.3s, background 0.3s;
  -o-transition: width 0.3s, left 0.3s, background 0.3s;
  -webkit-transition: width 0.3s, left 0.3s, background 0.3s;
  transition: width 0.3s, left 0.3s, background 0.3s;
}

.ba-slider {
  position: relative;
  overflow: hidden;
}
.ba-slider img {
  width: 100%;
  display: block;
}
.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.ba-slider .handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  background: #666;
  cursor: ew-resize;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ba-slider .handle:after {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  content: "⟷";
  color: #FFF;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  background: #999;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(140, 140, 140, 0.5), inset 0 60px 50px -30px #888888;
  transition: all 0.3s ease;
}
.ba-slider .draggable:after {
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  line-height: 44px;
  font-size: 20px;
}

@media screen and (max-width: 1100px) {
  .main {
    padding: 10vw 0;
  }

  .section {
    padding: 0 0 5vw;
  }

  .project-inner {
    padding: 0 4.75%;
  }
  .project-inner.show .project-work, .project-inner.show .project-back {
    opacity: 1;
  }
  .project-wrap {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .project-pic {
    background: unset;
    position: relative;
    left: unset;
    width: 100%;
    height: unset;
    overflow: unset;
  }
  .project-photo {
    height: unset;
  }
  .project-img {
    position: relative;
    top: unset;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .project-img img {
    padding-top: 15px;
    opacity: 0;
    -moz-transform: translateY(20px) scale(0.98);
    -ms-transform: translateY(20px) scale(0.98);
    -webkit-transform: translateY(20px) scale(0.98);
    transform: translateY(20px) scale(0.98);
    -moz-transition: opacity 0.6s, -moz-transform 0.6s;
    -o-transition: opacity 0.6s, -o-transform 0.6s;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
  }
  .project-img img.show {
    opacity: 1;
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  .project-control {
    display: none;
  }
  .project-num {
    display: none;
  }
  .project-content {
    position: relative;
    right: unset;
    width: unset;
    height: unset;
    overflow: unset;
    padding-bottom: 50px;
  }
  .project-content-inner {
    padding: 0 50px;
  }
  .project-button {
    margin-right: unset;
  }
  .project-concept {
    display: none;
  }
  .project-concept-panel {
    position: relative;
    top: unset;
    left: unset;
    background: unset;
    z-index: unset;
    opacity: 1;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .project-concept-inner {
    width: unset;
    height: unset;
    padding: unset;
    margin: 20px 0 0;
    background: unset;
    position: relative;
    top: unset;
    left: unset;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .project-concept-item {
    padding: 50px 0 0;
  }
  .project-concept-title {
    background: #f2f2f2;
    padding: 10px 20px;
  }
  .project-concept-text {
    padding: 0 20px;
  }
  .project-concept-close {
    display: none;
  }
  .project-plan-panel {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .project-plan-close {
    right: 25px;
  }
  .project-work {
    left: 43px;
    right: unset;
    bottom: 20px;
  }
  .project-work a {
    color: #000;
    background: #ccc;
  }
  .project-work a:hover {
    color: #FFF;
    background: #999;
  }
  .project-work-btn {
    box-shadow: 0 0 1px #FFF;
  }
  .project-back {
    right: unset;
    left: 0;
    bottom: 20px;
  }
  .project-back a {
    box-shadow: 0 0 1px #FFF;
    color: #000;
    background: #ccc;
  }
  .project-back a:hover {
    color: #FFF;
    background: #999;
  }
}
@media screen and (max-width: 640px) {
  .section {
    padding: 5vw 0 10vw;
  }

  .project-inner {
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column;
    flex-flow: column;
  }
  .project-wrap {
    order: 1;
  }
  .project-content {
    padding-bottom: 30px;
  }
  .project-content-inner {
    padding: unset;
  }
  .project-info {
    padding: 15px 0;
  }
  .project-concept-panel {
    order: 3;
  }
  .project-concept-inner {
    margin: unset;
  }
  .project-concept-title {
    padding: 10px;
  }
  .project-concept-text {
    padding: 0 10px;
  }
  .project-btn {
    display: none;
  }
  .project-plan-panel {
    order: 2;
    height: unset;
    padding: unset;
    margin-top: 15px;
    left: unset;
    position: relative;
    top: unset;
    background: unset;
    z-index: unset;
    overflow-y: unset;
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .project-plan-inner {
    padding: unset;
  }
  .project-plan-inner.vertical {
    max-width: unset;
  }
  .project-plan-inner.horizontal {
    padding: unset;
    max-width: unset;
  }
  .project-plan-content {
    position: relative;
    top: unset;
    left: unset;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .project-plan-text {
    color: #666;
  }
  .project-plan-close {
    display: none;
  }

  .ba-slider {
    border: 1px solid #eee;
  }
  .ba-slider .handle:after {
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    font-size: 16px;
    line-height: 30px;
  }
  .ba-slider .draggable:after {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    line-height: 34px;
    font-size: 18px;
  }
}
