/* ======================================================================
 p-mail
====================================================================== */
#p-mail {
  overflow: hidden;
  --sec-1-remainder-height: 0;
  --sec-2-remainder-height: 0; }
  #p-mail .l-main {
    position: relative;
    overflow: hidden;
    background-color: rgba(247, 247, 247, 0.968);
    background-image: url(../../assets/img/p-contact/bg-pattern-1.png);
    background-position-x: center; }
    #p-mail .l-main:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -100;
      width: 100%;
      height: 100%;
      background: #f7f7f7; }
  #p-mail .l-contact {
    background: none !important; }
