@font-face {
  font-family: 'Merriweather-Black';
  src: url("../fonts/Merriweather-Black.eot");
  src: url("../fonts/Merriweather-Black.woff") format('woff'), url("../fonts/Merriweather-Black.ttf") format('truetype'), url("../fonts/Merriweather-Black.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}
.see-more {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 45px;
}
.see-more h6 {
  font-size: 30px;
  line-height: 50px;
  font-family: 'Merriweather-Black';
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .see-more {
    padding-top: 30px;
    padding-bottom: 65px;
  }
  .see-more h6 {
    font-size: 40px;
    line-height: 68px;
    margin-bottom: 31px;
  }
  .T-title.subtitle h6 {
    font-size: 70px;
    line-height: 68px;
  }
  .T-title.culture,
  .T-title.value {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .T-p p {
    font-size: 18px;
  }
  .team {
    padding-top: 110px;
  }
  .T-title.first {
    margin-bottom: 95px;
  }
  .T-photo-name {
    font-size: 18px;
    line-height: 23px;
  }
  .T-photo-cnt {
    max-width: 33.333%;
    height: 380px;
  }
  .body-team .see-more {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 961px) {
  .T-p {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .body-project.detail .see-more {
    display: none;
  }
  .body-team .see-more .g1-btn {
    display: none;
  }
  .see-more {
    padding-top: 38px;
    padding-bottom: 0;
  }
  .see-more h6 {
    font-size: 24px;
    line-height: 36px;
  }
}
