.title:before, .title:after {
  content: none;
}

.information {
  position: absolute;
  top: 0;
  width: 360px;
  padding: 25px;
  background: #FFF;
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  max-height: calc(100vh - 200px);
}
.information-inner {
  max-height: calc(100vh - 250px);
}

.designer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.designer-img {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  width: 80px;
  margin-right: 20px;
}
.designer-img-inner {
  position: relative;
  padding-bottom: 100%;
}
.designer-img img {
  position: absolute;
  top: 0;
  width: 100%;
}
.designer-text {
  width: calc(100% - 100px);
}
.designer-info {
  color: #999;
  margin-top: 5px;
}

.contact li {
  padding: 15px 0;
  border-bottom: #ded9cc solid 1px;
  color: #999;
}
.contact li a {
  color: #999;
}
.contact li a:hover {
  color: #000;
}
.contact-t {
  color: #000;
  line-height: 2;
}

.content {
  margin-left: 360px;
}
.content-wrap {
  padding-left: 50px;
}
.content-inner {
  margin: 80px 0;
}
.content-title {
  font-weight: normal;
  font-size: 1.25em;
  color: #000;
  margin-bottom: 30px;
}
.content-title:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c0b79d;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.content-title:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c0b79d;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.content-text {
  margin-right: 50px;
}
.content-text img {
  max-width: 100%;
}
.content-text p {
  margin-bottom: 20px;
}
.content-text:after {
  content: "";
  clear: both;
  display: block;
}

.profile img {
  max-width: 100%;
}

.work {
  position: relative;
  height: 36vw;
  max-height: calc(100vh - 300px);
  margin-right: 50px;
}
.work-list {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.work-item {
  position: relative;
  background-position: center;
  background-size: cover;
}
.work-control {
  position: absolute;
  top: 0;
  right: -50px;
  height: 100%;
  width: 50px;
}
.work-num {
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 20px;
  font-size: 1.125em;
  text-align: center;
  line-height: 40px;
}
.work-now {
  border-bottom: #c0b79d solid 1px;
}
.work-line {
  position: absolute;
  width: 1px;
  height: calc(100% - 90px - 180px);
  bottom: 90px;
  left: 50%;
  background: #ded9cc;
}
.work-prev, .work-next {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}
.work-prev:hover, .work-next:hover {
  color: #999;
}
.work-prev.swiper-button-disabled, .work-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}
.work-prev {
  top: 100px;
}
.work-next {
  top: 140px;
}
.work-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #FFF;
  z-index: 2;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}
.work-prev-box {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}
.work-next-box {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 5;
  right: 0;
  cursor: pointer;
}

.list {
  position: relative;
  margin: 30px 50px 0 0;
}
.list-img {
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}
.list-img img {
  width: 100%;
  height: 100%;
}
.list-img-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.list-item:hover .list-img-inner {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.list-info {
  padding: 10px 0;
  color: #666;
}
.list-title {
  margin-bottom: 10px;
  font-size: 1.25em;
  color: #000;
}
.list-control {
  position: relative;
  margin-top: 30px;
  border-bottom: #ded9cc solid 1px;
  text-align: center;
  padding-bottom: 15px;
}
.list-prev, .list-next {
  position: absolute;
  bottom: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  border: #ded9cc solid 1px;
  border-radius: 50%;
  line-height: 32px;
}
.list-next {
  right: 0;
}
.list-num {
  margin: 5px 0;
}
.list-now {
  display: inline-block;
  padding: 0 15px;
  border-right: #c0b79d solid 1px;
}
.list-all {
  display: inline-block;
  padding: 0 15px;
}

.contnav {
  padding-top: 40px;
}
.contnav-btn {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  border-bottom: #ded9cc solid 1px;
}
.contnav-btn:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c0b79d;
  position: absolute;
  bottom: -3px;
  right: -7px;
}
.contnav-btn a {
  margin-right: 30px;
  line-height: 40px;
  color: #999;
  display: inline-block;
}
.contnav-btn a.active, .contnav-btn a:hover {
  color: #000;
}

.breadcrumbs, .information, .contnav, .content-inner {
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.breadcrumbs.show, .information.show, .contnav.show, .content-inner.show {
  opacity: 1;
}

@media screen and (max-width: 1100px) {
  .information {
    position: static;
    width: auto;
    max-height: none;
  }
  .information-inner {
    max-height: none;
  }

  .contact ul {
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .contact li {
    width: 48%;
  }

  .content {
    margin-left: -30px;
  }
  .content-wrap {
    padding-left: 30px;
  }
  .content-inner {
    margin: 60px 0;
  }

  .profile {
    margin-right: 0;
  }

  .work {
    margin: 0;
    height: 60vw;
  }
  .work-control {
    right: 0;
    width: 100%;
    z-index: 2;
  }
  .work-num, .work-line {
    display: none;
  }
  .work-prev, .work-next {
    color: #FFF;
    top: 50%;
    margin-top: -15px;
  }
  .work-prev:hover, .work-next:hover {
    color: #FFF;
  }
  .work-next {
    left: auto;
    right: 10px;
  }

  .list {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 800px) {
  .container {
    margin: 0 15px;
  }

  .content {
    margin-left: -15px;
  }

  .content-wrap {
    padding-left: 15px;
  }

  .content-title {
    font-size: 1.125em;
  }

  .contnav-btn {
    padding-left: 15px;
  }

  .contact li {
    width: 100%;
  }
}
