body {
  background-color: #111; }

.NewTitle {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .NewTitle {
      display: flex;
      margin-bottom: 30px; } }
  .NewTitle h2 {
    font-size: 3em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 0.9em;
    margin: 0; }
    @media (min-width: 768px) {
      .NewTitle h2 {
        font-size: 4em; } }
    @media (min-width: 1024px) {
      .NewTitle h2 {
        font-size: 6.25em; } }
  .NewTitle h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    color: #fff; }
    @media (min-width: 768px) {
      .NewTitle h3 {
        margin: 30px 0 0 20px; } }
    @media (min-width: 1024px) {
      .NewTitle h3 {
        margin: 56px 0 0 20px;
        font-size: 1.5em; } }

#webwork {
  background-color: #111; }
  #webwork .webwork-in {
    max-width: 1600px;
    width: 90%;
    padding-top: 100px;
    margin: 0 auto 100px; }
    @media (min-width: 1024px) {
      #webwork .webwork-in {
        padding-top: 150px; } }
  @media only screen and (min-width: 1024px) {
    #webwork .o-4column .col-lg-4 {
      padding: 0 20px; }
    #webwork .o-4column {
      margin: 0 -20px; } }
  #webwork a:hover .work-box > .thumbnail > img {
    transform: scale(1.04); }
  #webwork a:hover .work-box > .txt > h3 {
    color: #00A4E3; }
  #webwork a .work-box {
    margin-bottom: 60px; }
    #webwork a .work-box .thumbnail {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      z-index: 1; }
      @media (min-width: 1024px) {
        #webwork a .work-box .thumbnail {
          border-radius: 20px; } }
      #webwork a .work-box .thumbnail img {
        width: 100%;
        height: auto;
        display: block;
        transition-duration: 0.8s;
        transform: scale(1);
        border-radius: 10px; }
        @media (min-width: 1024px) {
          #webwork a .work-box .thumbnail img {
            border-radius: 20px; } }
    #webwork a .work-box .txt {
      color: #fff;
      margin-top: 10px; }
      #webwork a .work-box .txt h3 {
        font-size: 1.0em;
        line-height: 1.2em;
        transition: .5s; }
        @media (min-width: 1024px) {
          #webwork a .work-box .txt h3 {
            font-size: 1.125em; } }
      #webwork a .work-box .txt h4 {
        font-size: 0.8em;
        font-weight: normal;
        line-height: 1.2em;
        color: #999999;
        margin-top: 5px; }
        @media (min-width: 1024px) {
          #webwork a .work-box .txt h4 {
            font-size: 0.9em; } }
      #webwork a .work-box .txt ul {
        margin: 8px 0 0 0; }
        #webwork a .work-box .txt ul li {
          font-size: 0.7em;
          color: #999;
          display: inline-block;
          text-align: center;
          border-radius: 50px;
          padding: 1px 10px 3px;
          border: 1px solid #999;
          margin-right: 10px; }

#footer .footerIn .footerTerms ul li a {
  color: #fff; }

#footer .footerIn .footerTerms p {
  color: #fff; }

#footer .footerIn .footerTerms ul li.line:before {
  background: #fff; }
