.article1 {
  width: 100%;
  max-height: 350px;
  padding: 4vh 0;
  background-image: url("../../img2/title-bar3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

.article1-title {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  font-size: 30px;
  font-weight: 600;
}

.article2 {
  width: 1200px;
  padding: 0;
  padding-top: 70px;
  padding-bottom: 80px;
}



.article2-left {
  display: inline-block;
  width: 50%;
  padding-top: 20px;
}

.article2-title {
  color: #097d5a;
  font-size: 22px;
  font-weight: bold;
}

.article2-title span {
  color: #056447;
  font-size: 26px;
}

.article2-left p {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
  text-align: left;
  letter-spacing: -1px;
  font-size: 18px;
  line-height: 1.8;
}

.article2-left p.article2-h1 {
  font-size: 28px;
  font-weight: 700;
  color: #056447;
}

.article2-left span {
  font-weight: 900;
  color: #056447;
  font-size: 22px;
}

.article2-right {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  text-align: right;
  float: right;
}

.article2-right img {
  margin-top: 40px;
  width: 95%;
}

.article2-sign {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
}

.article2-sign span {
  display: inline-block;
  margin-top: 15px;
  font-weight: 900;
  font-family: 'Noto Serif KR', serif;
}

.article2-sign span b {
  margin-left: 10px;
  font-size: 35px;
}

/* @media screen and (max-width: 500px) {
  .article2 {
    width: 100%;
  }
} */