.promotion-page {
  padding-bottom: 0;
  background-color: #1a1a1a;
}

.promotion-button:first-child {
  padding-top: 0;
}

.promotion-img {
  height: auto;
  width: 100%;
}

.promo-text-container {
  margin-top: 15px;
  padding: 0 15px;
}

.promotion-page-container-view {
  background: #2b2b2b;
  padding: 10px 10px 0 10px;
}

.promotion-page-container {
  background: #1a1a1a;
  padding: 10px;
  padding-top: 0;
}

.promotion-title {
  color:#c8a45a !important;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
}

.promotion-desc {
  font-size: 14px;
  color: #999999;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.8;
}

.promotion-button {
  padding: 2px 0;
  position: relative;
}

.promotion-button:after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0;
  height: 10px;
  width: 100vw;
  background-color:#333333;
}

/*promotion popup*/


.ngdialog-theme-default.ngdialog-promotion {
  padding: 0;
}

.ngdialog.ngdialog-theme-default.ngdialog-promotion .ngdialog-content {
  width: 600px;
  color: #8d8d8d;
}

.ngdialog-theme-default.ngdialog-promotion .ngdialog-content {
  background: #2b2b2b;
  color: #cccccc;
  padding: 0;
}

.ngdialog__heading {
  background-color: #111111;
  text-align: center;
}

.ngdialog-promotion-page img {
  width: 100%;
  height: auto;
  padding: 10px 0;
  padding-bottom: 0;
  background: #2b2b2b;
}

.ngdialog-promotion-page .promo-text {
  padding: 15px 0;
  background: #2b2b2b;
  font-size: 14px;
  border-top: 0;
}

.ngdialog-promotion .title {
  font-size: 18px;
  color: #c8a45a;
  font-weight: 700;
}

.ngdialog-promotion-page .ngdialog__title {
  margin: 0;
  background: #111111;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.70);
}

.ngdialog-promotion-page li,
.ngdialog-promotion-page p{
  color: #999999;
  font-weight: 700;
}

.ngdialog-promotion .goldTxt {
  color: #c8a45a;
  font-weight: 700;
}
.promo-text hr{
  border-top: 2px solid #333333;
}
.promo-text ul{
  padding-left: 15px;
}

.promo-text > ul > li > p {
  margin: 0;
}

.mini-notice {
  color: #999999;
  font-weight: 700;
}

.asterisk-red {
  color: #9B001B;
}
