.Popup_notice .none {
  display: none;
}
.Popup_notice .Popup_top {
  text-align: center;
  padding: 50px 20px 70px;
  background: #355ee5 url(//career.baeoom.com/career_upload_files/editor_images/pattern01.png) repeat;
}
.Popup_notice .Popup_top h2 {
  font-family: "NanumSquare";
  font-size: 28px;
  font-weight: normal;
  line-height: 1.6;
  color: #fff;
  margin-top: 10px;
}
.Popup_notice .Popup_contents {
  background: #ededed;
  padding: 50px;
}
.Popup_notice .Popup_whiteBox {
  margin: -100px auto 0;
  padding: 30px 50px;
  background: #fff;
  text-align: center;
}
.Popup_notice .Popup_whiteBox p {
  line-height: 1.6;
  margin-bottom: 20px;
}
.Popup_notice .Popup_whiteBox .date {
  display: block;
  font-family: "NanumSquare";
  font-size: 18px;
  font-weight: bold;
  color: #355ee5;
  margin-bottom: 30px;
}
.Popup_notice .Popup_whiteBox a {
  display: inline-block;
  font-family: "NanumSquare";
  font-size: 16px;
  padding: 10px 50px;
  background: #5a80ff;
  color: #fff !important;
  text-decoration: none;
  border-radius: 30px;
}
@media (max-width: 600px) {
  .Popup_notice .none {
    display: block;
  }
  .Popup_notice .Popup_contents {
    padding: 10px;
  }
  .Popup_notice .Popup_whiteBox {
    margin: -80px auto 0;
    padding: 30px 20px;
  }
}

/* 20230201 dj */
/* 배움 성적우수장학 신청 안내 */
.bl_notiScholar {
  margin: 50px 0;
}
.editor__body .bl_notiScholar * {
  font-family: "Pretendard";
  color: #000;
  line-height: 1.3;
  word-break: keep-all;
}
.bl_notiScholar .bl_notiScholar__head {
  font-family: "GmarketSans";
  font-size: 36px;
  color: #fff;
  padding: 37px 0;
  text-align: center;
  background: linear-gradient(0.25turn, #082a52 25%, #234570 50%, #082a51 100%);
  min-height: 170px;
  position: relative;
}
.bl_notiScholar .bl_notiScholar__head:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/notice/schlor_wing.png") no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
.bl_notiScholar .bl_notiScholar__year {
  font-family: "GmarketSans";
  font-size: 28px;
}
.bl_notiScholar .bl_notiScholar__wrap {
  border-top: 1px solid #cfcfcf;
  margin: 30px 0;
}
.bl_notiScholar .bl_notiScholar__cont {
  border-bottom: 1px solid #cfcfcf;
  display: flex;
  padding: 30px 0;
}
.bl_notiScholar .bl_notiScholar__num {
  font-family: "GmarketSans";
  font-size: 20px;
  color: #2a71c8;
  flex: 0 0 50px;
}
.bl_notiScholar .bl_notiScholar__ttl {
  font-weight: 700;
  font-size: 18px;
  flex: 0 0 130px;
}
.bl_notiScholar .bl_notiScholar__txt {
  font-size: 16px;
}
.bl_notiScholar .bl_notiScholar__noteTtl {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}
.bl_notiScholar .bl_notiScholar__notes * {
  color: #767676;
  font-size: 14px;
  line-height: 1.5;
}
.bl_notiScholar .bl_notiScholar__notes li {
  list-style: disc;
  margin-left: 16px;
}
.bl_notiScholar .bl_notiScholar__btn {
  display: block;
  width: 240px;
  margin: 50px auto 0;
  background: #006cd0;
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
  letter-spacing: 0;
  text-align: center;
}
