@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@700&display=swap");
.noto-sans-kr-400 {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-kr-700 {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

body {
  position: relative;
  width: 960px;
  height: auto;
  min-width: auto;
  font-family: "Noto Sans KR", sans-serif;
}

.bp_section {
  position: relative;
}

.bp_log {
  position: absolute;
  top: 257px;
  left: 35px;
  background: url("../images/log_sprites.png") no-repeat;
  width: 890px;
  height: 99px;
  padding-top: 17px;
}
.bp_log.bp_log_character {
  background-position: 0 0;
}
.bp_log.bp_log_in {
  background-position: 0 -361px;
}
.bp_log.bp_log_out {
  background-position: 0 -180px;
}
.bp_log .bp_coin {
  position: absolute;
  top: 51px;
  left: 276px;
  font-size: 28px;
  font-weight: 700;
  color: #003d7d;
  letter-spacing: -2px;
}
.bp_log .bp_btn_sprites {
  position: absolute;
  top: 38px;
  right: 40px;
}

.bp_btn_sprites {
  position: relative;
  background: url("../images/btn_sprites2.png") no-repeat;
  display: block;
  height: 58px;
}

.bp_btn_login {
  width: 169px;
  background-position: 0 0;
}
.bp_btn_login:active {
  background-position: 0 -68px;
}

.bp_btn_history {
  width: 289px;
  background-position: -179px 0;
}
.bp_btn_history:active {
  background-position: -179px -68px;
}

.bp_btn_exchange {
  width: 169px;
  background-position: -478px 0;
}
.bp_btn_exchange:disabled {
  background-position: -478px -146px;
  cursor: default;
}
.bp_btn_exchange:disabled .bp_times {
  color: #373737;
}
.bp_btn_exchange:not(:disabled):active {
  background-position: -478px -68px;
}
.bp_btn_exchange:not(:disabled):active .bp_times {
  padding-top: 5px;
}
.bp_btn_exchange .bp_times {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-align: right;
  line-height: 52px;
}

.bp_btn_yes {
  width: 129px;
  background-position: -139px -242px;
}

.bp_btn_no {
  width: 129px;
  background-position: 0 -242px;
}

.bp_btn_confirm {
  width: 179px;
  background-position: -277px -242px;
}

.bp_btn_prev {
  width: 34px;
  height: 35px;
  background-position: -478px -254px;
}
.bp_btn_prev:hover {
  background-position: -577px -254px;
}

.bp_btn_next {
  width: 34px;
  height: 35px;
  background-position: -523px -254px;
}
.bp_btn_next:hover {
  background-position: -622px -254px;
}

.bp_btn_probability {
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 203px;
  height: 48px;
  transform: translateX(-50%);
  background-position: 0 -146px;
}

.bp_items {
  position: absolute;
  top: 0;
  left: 35px;
  display: flex;
  gap: 10px;
}
.bp_items li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 215px;
  height: 317px;
  padding: 20px 0;
  box-sizing: border-box;
}

.bp_items_01 {
  top: 483px;
}

.bp_items_02 {
  top: 910px;
}

.bp_items_03 {
  top: 1337px;
}

.bp_items_04 {
  top: 1764px;
}

.bp_items_05 {
  top: 2253px;
  width: 890px;
  justify-content: center;
}

.bp_popup {
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  z-index: 999;
}

.bp_popup_close {
  position: absolute;
  top: 15px;
  right: 0;
  width: 52px;
  height: 52px;
}

.bp_shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 998;
}

.bp_popup_buttons {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  padding-bottom: 46px;
}

.bp_popup_alert {
  background: url("../images/popup_alert.png") no-repeat;
  width: 443px;
  height: 285px;
  margin-left: -222px;
  display: block;
}
.bp_popup_alert .bp_popup_text {
  position: relative;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 21px 35px 0 35px;
}
.bp_popup_alert .bp_popup_text p {
  font-size: 24px;
  font-weight: 700;
  color: #003d7d;
  text-align: center;
  line-height: 34px;
  white-space: pre-wrap;
  letter-spacing: -1.4px;
  word-break: keep-all;
}

.bp_popup_history {
  background: url("../images/popup_history.png") no-repeat;
  top: 100px;
  width: 855px;
  height: 1080px;
  margin-left: -421px;
}
.bp_popup_history table {
  width: 782px;
}
.bp_popup_history td {
  height: 60px;
  font-size: 18px;
  color: #003d7d;
  text-align: center;
  vertical-align: middle;
}
.bp_popup_history td.strong {
  font-weight: 500;
  color: #ff66e4;
}

.bp_popup_probability {
  background: url("../images/popup_probability.png") no-repeat;
  top: 2150px;
  width: 855px;
  height: 1080px;
  margin-left: -421px;
}
.bp_popup_probability table {
  width: 782px;
}
.bp_popup_probability td {
  height: 60px;
  font-size: 18px;
  color: #003d7d;
  text-align: center;
  vertical-align: middle;
}
.bp_popup_probability td.strong {
  font-weight: 500;
  color: #ff66e4;
}

.bp_history_coin {
  position: absolute;
  top: 255px;
  left: 30px;
}
.bp_history_coin td {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1.5px;
}

.bp_history_spend {
  position: absolute;
  top: 394px;
  left: 30px;
  width: 782px;
  height: 600px;
  overflow-y: scroll;
}
.bp_history_spend::-webkit-scrollbar {
  width: 10px;
}
.bp_history_spend::-webkit-scrollbar-track {
  background: #dcdcdc;
}
.bp_history_spend::-webkit-scrollbar-thumb {
  background: #276eff;
}
.bp_history_spend table {
  width: 100%;
}
.bp_history_spend td {
  height: 60px;
  border-bottom: 1px solid #dcdcdc;
}

.bp_probability_box1 {
  position: absolute;
  top: 155px;
  left: 30px;
}
.bp_probability_box1 td {
  font-size: 20px;
  letter-spacing: -1.5px;
  border-bottom: 1px solid #dcdcdc;
}

.bp_probability_box2 {
  position: absolute;
  top: 657px;
  left: 30px;
  width: 782px;
  height: 350px;
  overflow-y: scroll;
}
.bp_probability_box2::-webkit-scrollbar {
  width: 10px;
}
.bp_probability_box2::-webkit-scrollbar-track {
  background: #dcdcdc;
}
.bp_probability_box2::-webkit-scrollbar-thumb {
  background: #276eff;
}
.bp_probability_box2 table {
  width: 100%;
}
.bp_probability_box2 td {
  height: 60px;
  border-bottom: 1px solid #dcdcdc;
}

.bp_history_paging {
  position: absolute;
  bottom: 26px;
  left: 345px;
  display: flex;
  font-size: 0;
}

.bp_history_number {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 31px;
  font-size: 20px;
  font-weight: 700;
  color: #003d7d;
  text-align: center;
  background-color: white;
  border-top: 2px solid #003d7d;
  border-bottom: 2px solid #003d7d;
}