.noemail .at-container {
  display: flex;
  align-items: center;
  justify-content: center
}

.noemail .at-container .txt_wrap {
  padding: 100px 0 50px;
  text-align: center
}

.noemail .at-container .txt_wrap p {
  font-size: 1.0625rem;
  font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
  line-height: 30px;
  color: #000000e6
}

.noemail .at-container .txt_wrap p b {
  font-size: 1.0625rem;
  font-family: Noto Sans KR, Arial, Apple SD Gothic Neo, sans-serif;
  color: #000
}

@media (max-width: 768px) {
  .noemail .at-container .txt_wrap {
    padding: 23.4375vw 0 calc(80 / 7.68 * 1vw)
  }

  .noemail .at-container .txt_wrap p {
    font-size: calc(25 / 7.68 * 1vw);
    line-height: calc(38 / 7.68 * 1vw)
  }

  .noemail .at-container .txt_wrap p b {
    font-size: calc(25 / 7.68 * 1vw)
  }
}

.common .at-container {
  padding: 60px 30px 0
}

.common .at-container .article-title {
  padding: 20px 0;
  font-size: 20px;
  color: #0083b9;
  font-weight: 500
}

.common .at-container p,
.common .at-container li {
  color: #333;
  font-size: .9375rem;
  font-weight: 300;
  line-height: 25px
}

.common .at-container span {
  color: #000;
  font-size: .8125rem;
  font-weight: 500
}

@media (max-width: 768px) {
  .common .at-container {
    padding: calc(40 / 7.68 * 1vw) calc(40 / 7.68 * 1vw) 0
  }

  .common .at-container .article-title {
    padding: calc(20 / 7.68 * 1vw) 0;
    font-size: calc(28 / 7.68 * 1vw)
  }

  .common .at-container p,
  .common .at-container li {
    font-size: calc(22 / 7.68 * 1vw);
    line-height: 4.6875vw
  }

  .common .at-container span {
    font-size: 2.34375vw
  }
}