* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.ad-container {
  width: 730px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  position: relative;
}

.ad-container .top-wrapper {
  padding: 30px 0;
  margin: 0 30px;
  border-bottom: 1px solid #bcbfc5;
}

.ad-container .top-wrapper h4 {
  font-size: 14px;
  font-weight: normal;
}

.ad-container .top-wrapper h2 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin: 2px 0 6px;
}

.ad-container .top-wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.ad-container .top-right-wrapper {
  position: absolute;
  right: 30px;
  top: 30px;
}

.ad-container .top-right-wrapper .more {
  color: #00b7d3;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ad-container .top-right-wrapper .more::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/2.png);
  background-size: 100%;
  margin-right: 6px;
}

.ad-container .top-right-wrapper .button {
  display: flex;
  padding: 8px 1pc;
  background: #09c;
  border: 1px solid #09c;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

.ad-container .bottom-wrapper {
  padding: 30px;
}

.ad-container .bottom-wrapper h3 {
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 14px;
}

.ad-container .bottom-wrapper .line {
  font-size: 12px;
  line-height: 24px;
}

.ad-container .bottom-wrapper .note {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.ad-container .bottom-wrapper .note b {
  color: red;
}

.ad-container .img-box {
  padding: 8px;
  display: block;
}

.ad-container .img-box img {
  width: 100%;
}