.suite {
  font-family: 'SUITE','Nanum Barun Gothic','GmarketSans', sans-serif;
}

.commonsec {
  width: 100%;
}

.fullheight {
  height: 100vh;
}

.commonsec .wid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 200px 0 40px 0;
}

.br_pc {
  display: block;
}

.d01 {
  animation-delay: 0.1s;
}

.d02 {
  animation-delay: 0.2s;
}

.d03 {
  animation-delay: 0.3s;
}

.d04 {
  animation-delay: 0.4s;
}

.d05 {
  animation-delay: 0.5s;
}

.d06 {
  animation-delay: 0.6s;
}

.delay_01 {
  animation-delay: 0.1s;
}

.delay_02 {
  animation-delay: 0.2s;
}

.delay_03 {
  animation-delay: 0.3s;
}

.delay_04 {
  animation-delay: 0.4s;
}

.delay_05 {
  animation-delay: 0.5s;
}

.delay_06 {
  animation-delay: 0.6s;
}

.delay_07 {
  animation-delay: 0.7s;
}

.delay_08 {
  animation-delay: 0.8s;
}

.delay_09 {
  animation-delay: 0.9s;
}

@media screen and (min-width: 1921px) and (max-width: 3840px) {
  .commonsec .wid {
    padding: 220px 0 125px 0;
  }
}
@media screen and (max-width: 767px) {
  .commonsec .wid {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .fullheight {
    height: auto;
  }
  
}
@media screen and (max-width: 567px) {
  .br_pc {
    display: none;
  }
}/*# sourceMappingURL=custom.css.map */