@charset "UTF-8";
.con05_title_text {
  display: inline-block;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  width: 100%;
}

.con05_title_text span {
  background: linear-gradient(transparent 60%, #ec953f 60%);
}

.spu-entered-txt {
  width: 58%;
  margin: 0 auto;
}

/* entry btn */
.spu-button .spu-button__entered {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 3000ms 0s ease;
}

.spu-button .spu-button__applied {
  display: none;
}

.spu-button .spu-button__loading {
  display: none;
}

.spu-button .spu-button__closed {
  display: none;
}

.rcEntryButton-status--applied .spu-button .spu-button__default {
  display: none;
}
.rcEntryButton-status--loading .spu-button .spu-button__loading {
  display: block;
}

.rcEntryButton-status--entered .spu-button .spu-button__entered {
  height: 100%;
  opacity: 1;
  overflow: visible;
  padding-top: 36px;
}

.rcEntryButton-status--entered .spu-button .spu-button__default {
  display: none;
}
.rcEntryButton-status--closed .spu-button .spu-button__default {
	display: none;
}
.rcEntryButton-status--closed .spu-button .spu-button__closed {
	display: flex;
}

/* device button */
.spu-btn-wapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 52%;
  margin: 0 auto;
}
.spu-btn {
  background-color: #bf0000;
  border: solid 1px #bf0000;
  border-radius: 5px;
  font-size: 16px;
  width: 32%;
  height: 58px;
  font-weight: bold;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
