  /*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07-Sep-2019, 11:27:07
    Author     : User
*/
@media screen and (max-width: 1000px) {
  .post .details .pc {
    display: none; }
  .post .details .mobile {
    display: block; } }
@media screen and (max-width: 950px) {
  .post .details {
    padding-right: 30px;
    width: calc(100% - 350px); }
    .post .details .pc {
      display: block; }
    .post .details .mobile {
      display: none; }
    .post .details .common-title {
      margin-bottom: 25px; }
    .post .details .common-btn {
      margin-top: 10px; }
  .post .img {
    width: 350px; }
    .post .img img {
      width: auto;
      position: relative;
      left: 50%;
      transform: translateX(-50%); } }
@media screen and (max-width: 800px) {
  .post .details {
    width: calc(100% - 250px); }
  .post .img {
    width: 250px; } }
@media screen and (max-width: 710px) {
  .post .details {
    padding-right: 30px; } }
@media screen and (max-width: 600px) {
  .post .details {
    margin-top: 20px;
    padding: 0;
    width: 100%; }
  .post .img {
    width: 100%;
    megin-bottom: 20px; }
    .post .img.img-pc {
      display: none; }
    .post .img.img-mobile {
      display: block; } }

/*# sourceMappingURL=research-institute-responsive.css.map */
