@charset "UTF-8";
.profile-inner {
  padding: 0 70px;
  max-width: 1300px;
  margin: 0 auto;
}
.profile-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.profile-content {
  width: 30%;
  margin-right: 12%;
}
.profile-text span {
  display: block;
}
.profile-img {
  width: 35%;
  position: relative;
}
.profile-img.show:before {
  width: 0;
}
.profile-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dbdcdc;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -moz-transition: width 0.8s;
  -o-transition: width 0.8s;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}
.profile-img:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #d9b766;
  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%);
}
.profile-img img {
  width: 100%;
}
.profile-wrap2 {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 80px;
}
.profile-text2 {
  width: 55%;
  margin-left: 10%;
}
.profile-img2 {
  width: 30%;
  position: relative;
}
.profile-img2.show:before, .profile-img2.show:after {
  height: 0;
}
.profile-img2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dbdcdc;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: height 0.8s 0.6s;
  -o-transition: height 0.8s 0.6s;
  -webkit-transition: height 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: height 0.8s 0.6s;
}
.profile-img2:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: height 0.8s;
  -o-transition: height 0.8s;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
.profile-img2 img {
  width: 100%;
}

.slogan-inner {
  padding: 0 70px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.slogan-text .en {
  font-family: "EB Garamond", Arial, Helvetica;
  font-size: 1.25rem;
  color: #000;
  padding-bottom: 10px;
  letter-spacing: 0.15rem;
}
.slogan-text .tw {
  letter-spacing: 0.2rem;
}
.slogan-comma {
  width: fit-content;
  font-size: 32px;
  color: #dbdcdc;
  line-height: 30px;
}
.slogan-comma.comma2 {
  margin-left: auto;
}

.concept {
  position: relative;
}
.concept:after {
  content: "";
  width: 100%;
  height: 70%;
  background: #f9f9f9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.concept-inner {
  padding: 0 70px;
  max-width: 1400px;
  margin: 0 auto;
}
.concept-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
}
.concept-content {
  width: 45%;
  margin-right: 12%;
  margin-top: 3vw;
}
.concept-img {
  width: 30%;
  position: relative;
}
.concept-img.show:before {
  height: 0;
}
.concept-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dbdcdc;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: height 0.8s;
  -o-transition: height 0.8s;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
.concept-img:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #d9b766;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.concept-img img {
  width: 100%;
}
.concept-img2 {
  width: 50%;
  margin-left: 17%;
  margin-top: -10vw;
  position: relative;
}
.concept-img2.show:before {
  width: 0;
}
.concept-img2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dbdcdc;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -moz-transition: width 0.8s;
  -o-transition: width 0.8s;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}
.concept-img2:after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #d9b766;
  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%);
}
.concept-img2 img {
  width: 100%;
}
.concept-text2 {
  padding-top: 80px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.award {
  position: relative;
}
.award:after {
  content: "";
  width: 100%;
  height: 300px;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.award-inner {
  padding: 0 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.award-img {
  width: 57%;
  margin-left: auto;
  position: relative;
}
.award-img.show:before, .award-img.show:after {
  height: 0;
}
.award-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dbdcdc;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: height 0.8s 0.6s;
  -o-transition: height 0.8s 0.6s;
  -webkit-transition: height 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: height 0.8s 0.6s;
}
.award-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: height 0.8s;
  -o-transition: height 0.8s;
  -webkit-transition: height 0.8s;
  transition: height 0.8s;
}
.award-img img {
  width: 100%;
}
.award-content {
  padding-top: 80px;
  max-width: 960px;
}
.award-list {
  margin-top: -15px;
}
.award-list li {
  position: relative;
  padding: 15px 60px 15px 0;
}
.award-list li:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #dbdcdc;
  position: absolute;
  bottom: 0;
  left: 0;
}
.award-list li:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #999;
  position: absolute;
  right: 0;
  bottom: 0;
}
.award-logo {
  width: 30px;
  position: absolute;
  top: 20px;
  right: 0;
}
.award-logo img {
  width: 100%;
}
.award-name {
  font-size: 0.75rem;
  color: #999;
  padding-bottom: 3px;
}
.award-work {
  font-size: 0.875rem;
  font-family: "EB Garamond", Arial, Helvetica, "STHeiti Light", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  color: #000;
}
.award-work a {
  color: #000;
  -moz-transition: color 0.6s;
  -o-transition: color 0.6s;
  -webkit-transition: color 0.6s;
  transition: color 0.6s;
}
.award-work a:hover {
  color: #666;
}

.designer-inner {
  padding: 0 70px;
  max-width: 1100px;
  margin: 0 auto;
}
.designer-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.designer-item {
  width: 45%;
}
.designer-item:nth-child(even) {
  margin-top: 5vw;
}
.designer-img {
  position: relative;
}
.designer-img.show:before, .designer-img.show:after {
  width: 0;
}
.designer-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dbdcdc;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -moz-transition: width 0.8s 0.6s;
  -o-transition: width 0.8s 0.6s;
  -webkit-transition: width 0.8s;
  -webkit-transition-delay: 0.6s;
  transition: width 0.8s 0.6s;
}
.designer-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -moz-transition: width 0.8s;
  -o-transition: width 0.8s;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}
.designer-img img {
  width: 100%;
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
.designer-content {
  padding: 30px 20px 0;
}
.designer-name {
  color: #000;
}
.designer-name .en {
  font-size: 1.25rem;
  font-family: "EB Garamond", Arial, Helvetica;
  letter-spacing: 0.15rem;
}
.designer-name .tw {
  letter-spacing: 0.8rem;
  font-size: 1.25rem;
}
.designer-job {
  font-size: 0.75rem;
  font-family: "EB Garamond", Arial, Helvetica;
  letter-spacing: 0.15rem;
  padding-top: 8px;
}
.designer-list {
  padding-top: 15px;
}
.designer-list li {
  padding-top: 25px;
}
.designer-subtitle {
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
  color: #999;
  padding-bottom: 10px;
}
.designer-subtitle:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #d9b766;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 4px;
}
.designer-text {
  font-size: 0.875rem;
  padding-top: 5px;
}

@media screen and (max-width: 1100px) {
  .profile-inner {
    padding: 0 50px;
  }
  .profile-content {
    width: 35%;
    margin-right: 10%;
  }
  .profile-img {
    width: 45%;
  }
  .profile-wrap2 {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
    width: 90%;
    margin: 0 auto;
  }
  .profile-img2 {
    width: 50%;
  }
  .profile-text2 {
    width: auto;
    margin-left: unset;
    padding-bottom: 80px;
  }

  .slogan-inner {
    padding: 0 50px;
  }
  .slogan-comma {
    line-height: unset;
  }

  .concept:after {
    height: 72%;
  }
  .concept-inner {
    padding: 0 50px;
  }
  .concept-content {
    width: 43%;
    margin: 5vw auto 0;
  }
  .concept-text span {
    display: block;
  }
  .concept-img {
    width: 45%;
  }
  .concept-img2 {
    width: 65%;
    margin-left: unset;
    margin-top: -5vw;
  }
  .concept-text2 {
    width: 90%;
  }

  .award-inner {
    padding: 0 50px;
  }
  .award-img {
    width: 72%;
  }

  .designer-inner {
    padding: 0 50px;
  }
  .designer-item {
    width: 46%;
  }
  .designer-item:nth-child(even) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 800px) {
  .profile-wrap {
    display: block;
  }
  .profile-content {
    width: auto;
    margin-right: unset;
    padding-bottom: 80px;
  }
  .profile-text span {
    display: initial;
  }
  .profile-img {
    width: 70%;
    margin-left: auto;
  }
  .profile-wrap2 {
    width: auto;
  }
  .profile-img2 {
    width: 80%;
  }

  .slogan-comma {
    font-size: 28px;
  }

  .concept-wrap {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .concept-img {
    width: 70%;
  }
  .concept-content {
    width: auto;
    margin: unset;
    padding: 80px 0;
  }
  .concept-text span {
    display: initial;
  }
  .concept-img2 {
    margin-top: unset;
    width: auto;
  }
  .concept-text2 {
    width: auto;
  }

  .award:after {
    height: 250px;
  }
  .award-img {
    width: 80%;
  }

  .designer-wrap {
    display: block;
  }
  .designer-item {
    width: 70%;
    padding-top: 80px;
  }
  .designer-item:nth-child(1) {
    padding-top: unset;
  }
  .designer-item:nth-child(even) {
    margin-top: unset;
  }
  .designer-list {
    padding-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .profile-inner {
    padding: 0 30px;
  }
  .profile-content {
    padding-bottom: 50px;
  }
  .profile-img {
    width: auto;
  }
  .profile-wrap2 {
    padding-top: 50px;
  }
  .profile-text2 {
    padding-bottom: 50px;
  }
  .profile-img2 {
    width: auto;
  }

  .slogan-inner {
    padding: 0 30px;
  }
  .slogan-text .en {
    font-size: 1rem;
  }
  .slogan-text .tw {
    font-size: 0.875rem;
  }
  .slogan-comma {
    font-size: 24px;
  }

  .concept-inner {
    padding: 0 30px;
  }
  .concept-img {
    width: auto;
  }
  .concept-content {
    padding: 50px 0;
  }
  .concept-text2 {
    padding-top: 50px;
  }

  .award:after {
    height: 230px;
  }
  .award-inner {
    padding: 0 30px;
  }
  .award-img {
    width: auto;
  }
  .award-content {
    padding-top: 50px;
  }

  .designer-inner {
    padding: 0 30px;
  }
  .designer-item {
    width: auto;
    padding-top: 50px;
  }
  .designer-name .tw {
    letter-spacing: 0.5rem;
    font-size: 1rem;
  }
  .designer-name .en {
    font-size: 1.125rem;
  }
  .designer-job {
    padding-top: 5px;
  }
  .designer-content {
    padding: 25px 20px 0;
  }
  .designer-list {
    padding-top: 5px;
  }
}
