@charset "UTF-8";

#profile {
  width: 90%;
  padding: 40px;
  margin: 80px auto 0;
}
#profile .wrapper_content {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}
#profile .thumbnail_profile {
  width: 400px;
}
#profile .info {
  width: 95%;
  margin-left: 5%;
}
#profile .name_profile {
  margin-top: 16px;
}
#profile .batch {
  font-size: 13px;
}
#profile .description {
  margin-top: 16px;
}
#profile .description {
  font-size: 14px;
}
#profile .link_detail {
  padding: 10px 0;
  width: 160px;
  margin-top: 24px;
}

/* back */
.button_common {
  margin-bottom: 110px;
}

/*---------------------------------------------------------------*\
$960px
\*---------------------------------------------------------------*/
@media screen and (max-width: 960px) {

  /* profile */
  #profile {
    margin-bottom: 56px;
    padding: 0 !important;
    background-color: inherit;
  }
  #profile .wrapper_content {
    display: block;
  }
  #profile .thumbnail_profile {
    margin: 0 auto;
  }
  #profile .batch {
    margin-top: 24px;
  }
  #profile .thumbnail_profile {
    width: 100%;
  }
  #profile .info {
    margin-left: 0;
    width: 100%;
  }
  #profile .link_detail {
    margin: 16px auto 0;
    font-size: 12px;
  }
}