.slots-button-container{
  font-size: 0;
  font-family: "Gentona ExtraBold DEMO", "Noto Sans KR", sans-serif;
}
.slots-button-container .slots-button{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  color: #ffffff;
}

.slots-button-container .slots-button .odd-button-container{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  width: 50%;
  text-align: center;
  letter-spacing: -0.4px;
}

.slots-button-container .slots-button .even-button-container{
  position: absolute;
  top: 50%;
  left: 0;
  width: 55%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slots-button-container .slots-button .odd-button-container button,
.slots-button-container .slots-button .even-button-container button,
.slots-button-container .slots-button .odd-button-container button:hover,
.slots-button-container .slots-button .even-button-container button:focus{
  text-transform: uppercase;
  background-color: #C8A45A;
  color: #ffffff;
  border-radius: .3rem;
  padding: 3px 50px;
}

.slots-button-container .slots-button .odd-button-container p,
.slots-button-container .slots-button .even-button-container p{
  margin: 0 0 2px;
}
/* Slot View Page */
.slots-nav-container {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  margin: 0 auto;
  background-color: #2b2b2b;
  -webkit-overflow-scrolling: touch;
  padding: 0 5px;
  border-bottom: 1px solid #333333;
  text-align: center;
  color: #999999;
}

.slots-nav-container::-webkit-scrollbar {
  display: none;
}

.slots-nav {
  display: table-cell;
  font-weight: 700;
  font-size: 12px;
  padding: 17px 15px;
  position: relative;
  text-transform: uppercase;
}

.slots-nav.active {
  color: #C8A45A;
}

.slots-nav.active:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #C8A45A;
  height: 2px;
  width: calc(100% - 15px);
}

.slot-container {
  padding: 10px;
  background-color: #1a1a1a;
  height: 100%;
}

.slot-item-wrapper {

  padding: 2px !important;
  border: solid 1px transparent !important;
  margin-bottom: 1px !important;
}

.slot-item-wrapper.slot-1034 {
  height: 158px !important;
}

.slot-item-wrapper.slot-1093 {
  height: 180px !important;
}

.slot-item {
  height: 100%;
  position: relative;
  background-color: #00000010 !important;
  margin: 0 !important;
}

.slot-title {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: 700;
  color: #C8A45A;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.slot-item-wrapper.slot-1033{
  height: 212px!important;
}
.slot-item-wrapper.slot-1033 .slot-item {
  height: 83% !important;
}
.slot-item-wrapper.slot-1033 .slot-title{
  bottom: -37px!important;
}
/* End: Slots View Page */
.slot-item.slot-1143{
  height: 80%;
}
.slot-item.slot-1143 .slot-title {
  bottom: -35px;
}
