/* cert */
.notice_popup_area {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
}
.notice_popup_wrap {
  position: relative;
  float: left;
  margin: 1px;
  z-index: 101;
}
.notice_popup {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  border: 2px outset rgba(8, 62, 132, 0.8); 
}
.notice_popup p {
  margin: 0;
}
.notice_popup_close {
  position: absolute;
  top: 7.5px;
  right: 7.5px;
  width: 15px;
  height: 15px;
}
.notice_popup_contents {
  overflow: hidden;
  margin: 15px 15px 10px 15px;
}
.notice_popup_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.notice_popup_title > img {
  width: 30px;
  height: 30px;
}
.notice_popup_title > div {
  margin-left: 10px;
  width: calc(100% - 50px);
  font-family: 'Noto Sans Korean';
  font-size: 16px;
}
.notice_popup_txt {
  padding: 10px 0;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  word-break: keep-all;
}
.notice_popup_check1 {
  margin: 10px 20px 5px 20px;
  text-align: right;
  font-size: 13px;
}
.notice_popup_check2 {
  margin: 0 20px 15px 20px;
  text-align: right;
  font-size: 13px;
}
@media screen and (max-width: 640px) {
  .notice_popup_area {
    top: 0;
  }
}
/************* 새로운 팝업 틀 *************/
.modal_background {
  display: none;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.modal_poplayer {
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 101;  
}
.poplayer {
  display: none;
  margin: auto;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);  
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 101;
  overflow: hidden;
}
.popup_player {
  background-color: #ffffff;
  z-index: 101;
}
.pop_header_top {
  position: relative;
  padding-top: 60px;
}
.pop_header_top2 {
  position: relative;
  padding-top: 30px;
}
.pop_header_top > .right,
.pop_header_top2 > .right {
  position: absolute;
  top: 0;
  right: 0;
}
.pop_content {
  padding: 30px;
}
.pop_title {
  margin-bottom: 10px;
  font-family: 'Noto Sans Korean';
  font-size: 30px;
  text-align: center;
  line-height: 1;
}
.pop_title2 {
  padding-left: 30px;
  font-family: 'Noto Sans Korean';
  font-size: 24px;
  text-align: left;
  line-height: 1;
}
.pop_text {
  font-size: 14px;
  line-height: 1;
}
.prog_pop_btn {
  margin: 5px auto;
  width: 180px;
  padding: 16px 0px;
  font-size: 18px;
  text-align: center;
}
.popup_td_title {
  width: 120px;
  text-align: center;
}
.popup_td_text {
  padding: 24px 0px 24px 20px; 
}
.popup_left_text {
  padding-top: 16px;
  text-align: left;
  line-height: 1;
}
.cel_pop_btn {
  margin-top: 40px;
  text-align: center;
  line-height: 1;
}