@charset "UTF-8";

@media screen and (min-width:1400px){
  #pdg_ex_t_large + section,
  #pdg_ex_t_large + div{
    padding-top: 180px;
  }

  #pdg_t_large + section,
  #pdg_t_large + div{
    padding-top: 120px;
  }

  #pdg_b_large + section,
  #pdg_b_large + div{
    padding-bottom: 120px;
  }

  #con1 + section{
    padding-top: 180px;
    padding-bottom: 120px;
  }

  #top_3col + div{
    padding-top: 120px;
    padding-bottom: 0;
  }

  #top_3col + div + #top_3col + div{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  #pdg_t_b_large +  section,
  #pdg_t_b_large + div{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  #parallax + section{
    padding-top: 120px;
    padding-bottom: 120px; 
  }

}