.game-box {
  display: flex;
}
.game-infoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
}
.game-infoBox .box-upper {
  height: auto;
  width: 100%;
  display: flex;
  background-color: #333;
  padding: 4px;
  gap: 5px;
}
.game-infoBox .box-upper .box-info {
  width: 256px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.game-infoBox .box-upper .box-info .name-info {
  font-family: "GmarketSans";
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.game-infoBox .box-upper .box-info .name-info .name {
  color: #111;
}
.game-infoBox .box-upper .box-info .gumae-info {
  margin-top: 2px;
  font-family: "GmarketSans";
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 22px;
  line-height: 34px;
  color: #666;
}
.game-infoBox .box-upper .box-info .gumae-info .gumae {
  color: #11957D;
}
.game-infoBox .box-upper .box-info .img-info {
  margin: 12px 0 0;
  text-align: center;
}
.game-infoBox .box-upper .box-info .img-info img {
  width: 132px;
  margin: 0 auto;
}
.game-infoBox .box-upper .box-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.game-infoBox .box-upper .box-time .txt-time {
  font-family: "GmarketSans";
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.game-infoBox .box-upper .box-time .timer-box-wrap {
  display: flex;
  gap: 12px;
}

.game-infoBox .box-upper .box-time .timer-box {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.game-infoBox .box-upper .box-time .timer-box .timer-detail .time {
  font-family: "Pretendard";
  font-weight: 700;
  /* transform: rotate(0.03deg); */
  font-size: 32px;
  line-height: 0.5;
  text-align: right;
  width: 46px;
  font-variant-numeric: tabular-nums;
  display: inline-block;
}
.game-infoBox .box-upper .box-time .timer-box .timer-detail .time.almost-done {
  font-family: "GmarketSans";
  font-weight: 700;
  transform: rotate(0.03deg);
  font-size: 32px;
  line-height: 1;
  color: red;
}
.game-infoBox .box-upper .box-time .timer-box .timer-detail .txt {
  font-family: "Pretendard";
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #888;
}
.game-infoBox .box-upper .box-time .timer-box .timer-col {
  font-family: "GmarketSans";
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 24px;
  line-height: 1;
  /* color: #888; */
}

.game-infoBox .box-upper .box-money {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.game-infoBox .box-upper .box-money .txt-money {
  font-family: "GmarketSans";
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
.game-infoBox .box-upper .box-money .money-box {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
/* .game-infoBox .box-upper .box-money .money-box .money-detail {
  width: 46px;
} */
.game-infoBox .box-upper .box-money .money-box .money-detail .money {
  font-family: "GmarketSans";
  font-weight: 700;
  transform: rotate(0.03deg);
  font-size: 32px;
  line-height: 1;
}

.game-infoBox .box-upper .box-plan {
  width: 265px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.game-infoBox .box-upper .box-plan .txt-plan {
  font-family: "GmarketSans";
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 13px;
}
.game-infoBox .box-upper .box-plan .txt-detailWrap {
  display: flex;
  -moz-column-gap: 54px;
       column-gap: 54px;
  height: 104px;
}
.game-infoBox .box-upper .box-plan .txt-detailWrap .txt-detailBox .txt-hando {
  font-family: "GmarketSans";
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 13px 18px;
  line-height: 1.75rem;
  color: #111;
  margin-bottom: 4px;
}
.game-infoBox .box-upper .box-plan .txt-detailWrap .txt-detailBox .num-hando {
  font-family: "GmarketSans";
  font-weight: 700;
  transform: rotate(0.03deg);
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 14px;
  color: #11957D;
}
.game-infoBox .box-upper .box-plan .txt-detailWrap .txt-detailBox .plan-detail {
  font-family: "GmarketSans";
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
.game-infoBox .box-upper .box-plan .txt-detailWrap .txt-detailBox .plan-detail:first-child {
  margin-bottom: 3px;
}
.game-infoBox .box-upper .box-plan .txt-detailWrap .txt-detailBox .plan-detail .plan-won {
  padding-left: 8px;
  color: #111;
}
.game-infoBox .box-upper .box-plan .txt-detailWrap .graph-hando {
  width: 8px;
  height: 100px;
  border-radius: 10px;
  background-color: #eee;
  position: relative;
}
.game-infoBox .box-upper .box-plan .txt-detailWrap .graph-hando .hando {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #11957D;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.game-infoBox .box-upper .box-plan .txt-detailWrap .graph-hando .scale {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 50%;
}
.game-infoBox .box-upper .box-total {
  width: 180px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}
.game-infoBox .box-upper .box-total .txt-total {
  font-family: "GmarketSans";
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 9px;
}
.game-infoBox .box-upper .box-total .num-total {
  font-family: "GmarketSans";
  font-weight: 700;
  transform: rotate(0.03deg);
  font-size: 20px;
  line-height: 24px;
  color: #11957D;
  margin-bottom: 35px;
}
.game-infoBox .box-upper .box-total .btn-total {
  width: 105px;
  padding: 10px 0;
  display: block;
  margin: 0 auto;
  color: #fff;
  background-color: #11957D;
  border-radius: 10px;
  text-align: center;
  font-family: "GmarketSans";
  font-weight: 500;
  transform: rotate(0.03deg);
  font-size: 15px;
  line-height: 24px;
}
.game-infoBox .box-upper .box-news {
  width: 438px;
  height: 100px;
  border-radius: 10px;
}
.game-infoBox .box-upper .box-news .news-banner {
  margin: 0 0 0;
}
.game-infoBox .box-upper .box-news .news-banner img {
  width: 100%;
}
.game-infoBox .box-under {
  width: 100%;
  height: 40px;
  background-color: #FFF500;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
}/*# sourceMappingURL=custom.css.map */