@charset "utf-8";

/*
  File Name   : about.css
  Description :
*/


/*.global-nav-list > li:nth-child(4) > a:before {
  width: 100%;
}*/
.global-nav-list > li:nth-child(5) > a:before {
  width: 100%;
}


.sec-about {
  padding: 80px 0 0;
}

@media screen and (max-width: 1023px) {

  .sec-about {
    padding: 40px 0 0;
  }

}

