* {
  font-family: aTitleGothic, "Malgun Gothic", san-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #fff;
}

body {
  background-color: #090909;
}

.wrap {
  background-color: #090909;
}

.header {
  width: 100%;
  background-color: #111;
}

.input_box {
  height: 95px;
  background-color: #111314;
  display: flex;
  justify-content: space-between;
}

.logo img {
  height: 100%;
  padding: 20px;
}

.input_menu {
  width: 800px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
}

.input_menu i {
  color: #268fff;
}

.input_menu span {
  font-size: 13px;
}

.input_menu span:hover {
  cursor: pointer;
}

.top_box {
  width: 100%;
  height: 40px;
  background-color: #111314;
  border-top: 1px solid #242424;
  display: flex;
  justify-content: center;
}

.top_menu {
  width: 700px;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.top_menu span {
  font-size: 14px;
  font-weight: 700;
}

.top_menu span:hover {
  cursor: pointer;
  color: #268fff;
}

.input_box_m {
  display: none;
}

.top_box_m {
  display: none;
}

.custom-btn,
.betting-btn {
  width: 80px;
  height: 30px;
  color: #fff;
  border-radius: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
}

.btn-2,
.betting-btn {
  background: rgb(96, 9, 240);
  background: linear-gradient(0deg, rgba(96, 9, 240, 1) 0%, rgba(129, 5, 240, 1) 100%);
  border: none;

}

.btn-2:before,
.betting-btn:before {
  height: 0%;
  width: 2px;
}

.btn-2:hover,
.betting-btn:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
    -4px -4px 6px 0 rgba(116, 125, 136, .5),
    inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

.bet-price::-webkit-outer-spin-button,
.bet-price::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.index-wrap {
  display: flex;
  height: 100%;
}

.left-area,
.right-area {
  width: 300px;
  height: calc(100vh - 135px);
  overflow-y: scroll;
  box-sizing: border-box;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar,
.scroll-area::-webkit-scrollbar,
.left-area::-webkit-scrollbar,
.right-area::-webkit-scrollbar {
  display: none;
}

.mobil-main-area,
.main-area {
  flex: 1;
}

.left-menu {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 3px;
  background-color: #262729;
  margin: 5px 0;
  box-sizing: border-box;
}

.left-menu span {
  display: block;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  background-color: #14161b;
  cursor: pointer;
}

.left-menu span:hover {
  background-color: #0d0d0d;
}

.left-menu span:nth-child(1),
.left-menu span:nth-child(2),
.left-menu span:nth-child(3) {
  background-color: #1f9dcd;
}

.left-menu span:nth-child(1):hover,
.left-menu span:nth-child(2):hover,
.left-menu span:nth-child(3):hover {
  background-color: #0e92c7;
}

.left-bt-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
  background-color: #262729;
  gap: 1px;
}

.left-bt-menu span {
  background-color: #14161b;
  font-size: 12px;
  padding: 10px;
  display: flex;
  align-content: center;
}

.left-bt-menu span img {
  height: 16px;
  padding-right: 10px;
}

.left-bt-menu span:hover {
  background-color: #0d0d0d;
  cursor: pointer;
}

.user-info {
  margin-top: 5px;
  width: 100%;
  background-color: #262729;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 3px;
  box-sizing: border-box;
}

/* 닉네임 영역 */
.user-name {
  padding: 10px;
  background-color: #14161b;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}

/* 일반 정보 줄 */
.info-line {
  background-color: #14161b;
  display: flex;
  align-items: center;
  padding: 6px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  gap: 5px;
  cursor: pointer;
}

.info-line p {
  margin: 0;
}

.info-line p:last-of-type {
  margin-left: auto;
  font-weight: bold;
}

.info-line i {
  width: 20px;
  text-align: center;
  color: #1f9dcd;
  padding: 0;
}

.user-info-menu {
  display: flex;
  gap: 1px;
  height: 100%;
}

.user-info-menu span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  padding: 10px 5px;
  box-sizing: border-box;
  background-color: #141414;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
}

.user-info-menu span:last-child {
  flex: none;
  width: 80px;
}

.user-info-menu i {
  font-size: 18px;
  margin-bottom: 4px;
  color: #1f9dcd;
}

.user-info-menu p {
  margin: 0;
}

.bet-wish-list {
  margin-top: 5px;
  background-color: #262729;
  padding: 3px;
}

.betting-list {
  background-color: #1a1b1f;
}

.betting-list-title {
  padding: 6px 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

.betting-list-title span {
  color: #a6a6a6;
}

.betting-list-title span i {
  padding-right: 5px;
  color: #a6a6a6;
}

.betting-game-list {
  background-color: #000;
  padding: 6px 10px;
  min-height: 100px;
}

.center-explain {
  color: #a6a6a6;
  font-size: 12px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.betting-price-area {
  margin-top: 2px;
  background-color: #14161b;
  padding: 6px 10px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bet-price {
  color: #000;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 3px 10px;
  box-sizing: border-box;
  text-align: right;
}

.bet-price:focus {
  outline: none;
}

.betting-price-btn {
  margin-top: 2px;
  font-size: 12px;
  display: flex;
  gap: 2px;
}

.price-btn {
  flex: 1;
  background: linear-gradient(to bottom, #1e1f23, #0f1013);
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 1px solid #2b2c30;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 2px 5px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.price-btn:hover {
  background: linear-gradient(to bottom, #2a2b2f, #121316);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 4px 10px rgba(0, 0, 0, 0.5);
  transform: translateY(-1px);
}

.price-btn:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.6);
  transform: translateY(1px);
}

.betting-price-manual {
  margin-top: 5px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.betting-price-manual span {
  background-color: #14161b;
  padding: 6px 10px;

}

.price-info {
  display: flex;
  justify-content: space-between;
}

.logo_a:hover {
  cursor: pointer;
}

#betting-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  border-bottom: 1px solid #ccc;
}

#betting-list li {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#betting-list li:last-child {
  border-bottom: none;
}

.bet-btn-st {
  width: 100%;
}

@media (max-width: 1280px) {
  .hidden {
    display: none !important;
  }

  .block {
    display: block !important;
  }

  .input_box_m {
    height: 60px;
    background-color: #111314;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .logo img {
    height: 40px;
    padding: 0;
  }

  .top_box_m {
    width: 100%;
    height: 50px;
    background-color: #111314;
    border-top: 1px solid #242424;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .top_menu_m span {
    padding: 10px 15px;
    font-weight: bold;
    font-size: 14px;
  }

  .top_menu_m span:hover {
    color: #268fff;
    cursor: pointer;
  }

  .fa-solid {
    margin: 0px 20px;
  }

  .fa-solid:hover {
    color: #74c0fc;
    cursor: pointer;
  }


  .left-area,
  .right-area {
    display: none;
  }

  .mobile_set {
    display: block;
    position: fixed;
    z-index: 1000;
  }

  #left_con.mobile_set {
    left: 0;
  }

  #right_con.mobile_set {
    right: 0;
  }

  .user-info-menu span {
    font-size: 10px;
    padding: 5px 2px;
  }

  .user-info-menu span:last-child {
    width: 50px;
  }

  .user-info-menu i {
    font-size: 12px;
  }

  .info-line {
    padding: 5px 0;
  }

  .info-line i {
    width: 10px;
  }
}

/* ✅ 600px 이하 (모바일) */
@media (max-width: 600px) {
  .hidden {
    display: none !important;
  }

  .block {
    display: block !important;
  }

  .input_box_m {
    height: 60px;
    background-color: #111314;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }

  .logo img {
    height: 40px;
    padding: 0;
  }

  .fa-solid {
    margin: 0px 20px;
  }

  .fa-solid:hover {
    color: #74c0fc;
    cursor: pointer;
  }

  .top_box_m {
    display: none !important;
  }
}