.sub {
  animation: load_bg 2s both;
  animation-delay: 0.2s;
}
.sub .sub_top {
  height: 350px;
  background: url("../image/seb_bg.png") no-repeat center top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub .sub_top .title {
  font-family: "Nanum Myeongjo", serif;
  margin-top: 90px;
  text-align: center;
}
.sub .sub_top .title h2 {
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 16px;
  text-align: center;

  animation: load_T 1.5s both;
  animation-delay: 0.65s;
  display: block;
}
.sub .sub_top .title h2 span {
  font-weight: 700;
}
.sub .sub_top .title h3 {
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #dbdbdb;
  margin-bottom: 16px;

  animation: load_T 1.5s both;
  animation-delay: 0.65s;
  display: block;
}
.sub .sub_top .title h3 b {
  font-weight: 700;
  color: #fff;
}
.sub .sub_top .title p {
  font-size: 36px;
  letter-spacing: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;

  animation: load_T 1.5s both;
  animation-delay: 0.8s;
  display: block;
}

.page {
  width: 1300px;
  height: auto;
  margin: 120px auto 120px;
}
