@charset "utf-8";
/* CSS Document */

.bg{
  position: absolute;
  top: 30px;
  right:50%;
  bottom:30px;
  left: 30px;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.bg1{
  background-image: url(../images/about/bg.jpg);
}

.bg2{
  background-image: url(../images/about/bg2.jpg);
}

.title{
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  width: 180px;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.content{
  position: absolute;
  left: 75%;
  right:-185px;
  top: 50%;
  -webkit-transform: translate(-215px,-50%);
  transform: translate(-215px,-50%); 
}
.scrollContent{
  max-height: calc(100vh - 120px);
  margin-bottom: 30px;
}
h3{
  font-weight: normal;
  color: #000;
  line-height: 40px;
  font-size: 0.875em;
  margin-bottom: 20px;
}
h3 .en{
  font-size: 18px;
  vertical-align: middle;
}

.letterImg{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

p{
  margin-bottom: 50px;
  max-width: 400px;
  line-height: 30px;
}

.blue{color: #70A8C3;}

.subMenu{
   font-size: 14px;
  line-height: 20px;
}
.subMenu a{ color: #000;}
.subMenu a:hover{color: #E83E29;}
.subMenu a::before{
  content: '';
  border-top: #E83E29 solid 5px;
  border-right: transparent solid 5px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.mCSB_scrollTools {opacity: 1;}
.mCSB_scrollTools .mCSB_dragger{height: 40px;}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background: #000; border-radius: 0;}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background: none; }
.mCSB_outside + .mCSB_scrollTools{right: -16px;}


/*studio*/
.team{
  max-width: 560px;
}
.team li{
  position: relative;
  float: left;
  width: 280px;
  margin-bottom: 40px;
  overflow: hidden;
}
.pImg{
  float: left;
  margin-right: 10px;
}
.info1{
  overflow: hidden;
  padding-top: 25px;
}
.name{
  font-size: 0.875em;
  color: #000;
}
.name::after{
  content: '';
  width: 10px;
  height: 1px;
  background: #70A8C3;
  display: block;
}
.posit, .experience{
  font-size: 0.75em;
}

.info2{
  position: absolute;
  bottom: 0;
  left: 110px;
  width: 170px;
  background: #FFF;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.team li:hover .info2{
  opacity: 1;
}


@media screen and (max-width:1260px){
  .content{
    left: 50%;
    right: 130px;
    -webkit-transform: translate(100px,-50%);
    transform: translate(100px,-50%);
  }
}

@media screen and (max-width:1100px),screen and (max-height:660px){
  .bg{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom: auto;
    padding-bottom:300px;
  }
  .content{
    position: static;
    -webkit-transform:none;
    transform:none;
    margin: 100px 30px;
  }
  .scrollContent{
    max-height: none;
    margin-bottom: 0;
  } 
  .title{
    top: 300px;
  }
  p{
    max-width: none;
  }

  .team{
    max-width: none;
  }
  .team li{
    width: 33.3333%;
  }

  .info2{
    opacity: 1;
  }
}
@media screen and (max-width:960px){
  .team li{
    width: 50%;
  }
}
@media screen and (max-width:640px){
  .content{
    margin: 60px 10px;
  }
  .team li{
    width: 100%;
  }
}