@charset "utf-8";
/* Tarasoft 2021-08-12 PIS Tarasoft 2021-08-12 SJW Tarasoft 2021-08-12 IGJ */

/* #popup {
    position:fixed;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:rgba(39,39,57,0.6);
    backdrop-filter: blur(5px);
} */

/* .pop_wrap {
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin: auto;
    width:85%;
    max-width:1200px;
    height:350px;
    background-color: #282C4A;
    border-radius: 25px;
} */

/* 21.09.04  - notice - suspicious use / 이용 제한  : NJH  */
.popup_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(39, 39, 57, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  -moz-backdrop-filter: blur(8px);
}
.pop_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 86.6666666667%;
  max-width: 1200px;
  text-align: center;
  z-index: 200;
}
.box_attr {
  padding: 50px 30px;
  background-color: #282c4a;
  border-radius: 25px;
}
.pop_wrap span {
  display: block;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.pop_wrap span:nth-child(2) {
  color: #fff;
}
.pop_tit {
  font-size: 2.5rem;
  color: #fff;
}
.pop_txt {
  padding: 30px 0;
}
.pop_wrap b {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.pop_button {
  margin-top: 30px;
  text-align: center;
}
.blue_button.pop {
  position: static;
  width: 145px;
  height: 55px;
  bottom: 40px;
  left: 50%;
}

.dark_button.pop {
  position: static;
  width: 145px;
  height: 55px;
  bottom: 40px;
  left: 50%;
}

/* 21.09.04 이용제한 해제 방법 배경색 추가 : NJH */
.bg_grayblue {
  background-color: #1c203a;
}
/* 21.09.04 로그인 페이지 - 이용 제한 안내 팝업창 : NJH */
.pop_link {
  display: inline-block;
  margin-top: 25px;
}
.pop_link > span {
  padding-bottom: 1px;
  border-bottom: 1px solid #9395a4;
}
