/* GCP WD_WP Team. Author : Jiwon Lee 2024-08-08 Edit :  */
/* promotion_popup */
.promotion_popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 10px;
}
.promotion_popup .pop_layer {
  width: 360px;
  max-height: 300px;
  position: relative;
  padding: 20px 0 0 0;
  background: #fff;
  border-radius: 5px;
}
.promotion_popup .pop_contents {
  max-height: 206px;
  overflow-y: auto;
  margin-bottom: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
.promotion_popup .tool_tip:after,
.promotion_popup .device_check .label_radio:after {
  background-image: url("../img/icon.png");
  background-size: 500px 500px;
  background-repeat: no-repeat;
}
.promotion_popup .btn {
  margin-bottom: 0;
}
.promotion_popup .pop_note a {
  color: #1475db;
}
.promotion_popup .tool_tip {
  display: inline-block;
  position: relative;
  margin-top: 9px;
  padding: 9px 9px 9px 9px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #4e99ff;
  background: #253043;
  border: solid 2px #222832;
  border-radius: 6px;
}
.promotion_popup .tool_tip:after {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 8px;
  content: "";
  background-position: -284px -214px;
  background-size: 500px 500px;
}
.promotion_popup .device_check {
  margin: 8px 0 0 10px;
}
.promotion_popup .device_check .os:after {
  display: block;
  clear: both;
  content: "";
}
.promotion_popup .device_check .os li {
  position: relative;
  float: left;
  font-size: 13px;
  color: #2d3137;
}
.promotion_popup .device_check .os li:nth-child(2) {
  margin-left: 42px;
}
.promotion_popup .device_check .os li .inp_radio {
  display: none;
}
.promotion_popup .device_check .os li .inp_radio:checked + .label_radio:after {
  background-position: -94px -214px;
}
.promotion_popup .device_check .os li .label_radio {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding-left: 24px;
}
.promotion_popup .device_check .os li .label_radio:after {
  width: 14px;
  height: 10px;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background-position: -70px -214px;
}

.btn .btn_game {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  color: #1475db;
  background: #edeef6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.btn_2 .btn_game:nth-child(1) {
  border-right: 1px solid #dcdde8;
}

@media (max-width: 380px) {
  .promotion_popup .pop_layer {
    width: 100%;
    min-width: 300px;
    box-sizing: border-box;
  }
}
