@charset "utf-8";
#wrap {
  width: 100%;
  overflow: hidden;
}

/*-------------------------------------------------------------------------------------*
 *  layout                                                                             *
 *-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*
 *  베팅카트                                                                            *
 *-------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------*
 *  스포츠페이지                                                                         *
 *-------------------------------------------------------------------------------------*/

/* 경기결과 */

.sports_title_th {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}

.sports_title_th ul {
  float: left;
  width: 100%;
}

.sports_title_th li {
  float: left;
  background: url(../images/bg_left_pattern.jpg);
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-family: 'EsaManru';
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
}

.sports_title_th li:nth-child(1) {
  width: 12%;
}

.sports_title_th li:nth-child(2) {
  width: 12%;
}

.sports_title_th li:nth-child(3) {
  width: 12%;
}

.sports_title_th li:nth-child(4) {
  width: 50%;
}

.sports_title_th li:nth-child(5) {
  width: 7%;
}

.sports_title_th li:nth-child(6) {
  width: 7%;
}

.sports_title_th li:nth-child(7) {
  width: 7%;
}

.sport_title_wrap {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  /* padding: 0 0px 20px 0px; */
  padding: 0;
  transition: all 0.5s;
}

.sport_title_wrap_result {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 0px 5px 0px;
  transition: all 0.5s;
}

.sport_title {
  position: relative;
  /* float: left; */
  width: 100%;
  /* background: #000000; */
  /* border: 1px solid #c21510; */
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  font-size: 14px;
  padding: 3px 10px 0 10px;
  margin-top: 3px;
  cursor: pointer;
  background: #931d1a;
}

.sport_title:hover {
  background: #bb0d08;
}

.sport_title.active {
  background: #bb0d08;
}

.sport_s_title {
  float: left;
  font-family: 'EsaManru';
  font-weight: 700;
  color: #ffffff;
  font-size: 26px;
  text-shadow: 2px 0 3px rgb(0 0 0 / 30%);
  transition: all 0.5s;
}

.sport_league {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'EsaManru';
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
}

.sport_title_time {
  display: none;
  float: right;
  font-size: 12px;
  color: #ffffff;
}

.sport_title_state {
  /* display: none; */
  float: right;
  font-size: 12px;
  color: #ffffff;
}

.sport_title_list {}

.sport_title_list>ul {
  display: inline-flex;
  width: 100%;
  margin: 0 0 3px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.sport_title_list>ul>li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  text-align: center;
  margin: 0 1px 0 0;
  font-weight: 500;
  padding: 8px 5px;
  line-height: 14px;
  vertical-align: middle;
  background: #2d2d2d;
  border-radius: 5px;
  cursor: pointer;
  clear: both;
  font-size: 12px;
}

.sport_title_list>ul>li.sport_team1.active {
  background: linear-gradient(#ee280c 30%, #c11510 80%);
  color: #000000;
  font-weight: 500;
}

.sport_title_list>ul>li.sport_team2.active {
  background: linear-gradient(#ee280c 30%, #c11510 80%);
  color: #000000;
  font-weight: 500;
}

/* 승무패색상 */

.state1 {
  color: #ff0066;
}

.state2 {
  color: #dabfa5;
}

.state3 {
  color: #b4ff00;
}

.state4 {
  color: #ff9c00;
}

.state5 {
  color: #00ffa2;
}

/* 베팅한도색상 */

.bet_max {
  color: #a68ebb;
}

.flag img {
  display: inline-block;
  width: 20px;
  margin: 0 10px 0 0;
}

/* 배당색상 */

.sport_team1 .team_r {
  color: #f0cd6e;
}

.sport_team2 .team_l {
  color: #f0cd6e;
  padding-left: 6px;
}

.sport_tie .team_r {
  color: #f0cd6e;
}

.sport_team1.active .team_r {
  color: #3e3325;
}

.sport_team2.active .team_l {
  color: #3e3325;
}

.sport_time {
  width: 12%;
  transition: all 0.5s;
}

.result_sport_time {
  width: 12%;
  transition: all 0.5s;
}

.sport_icon {
  width: 12%;
  transition: all 0.5s;
}

.result_sport_icon {
  width: 12%;
  transition: all 0.5s;
}

.sport_team1 {
  width: 49%;
  transition: all 0.5s;
}

.result_sport_team1 {
  width: 49%;
  transition: all 0.5s;
}

.sport_tie {
  width: 10%;
  transition: all 0.5s;
}

.sport_team2 {
  width: 29%;
  transition: all 0.5s;
}

.sport_state {
  width: 7%;
  transition: all 0.5s;
}

.result_sport_state {
  width: 7%;
  transition: all 0.5s;
}

.sport_more {
  width: 7%;
  transition: all 0.5s;
}

.result_sport_more {
  width: 7%;
  transition: all 0.5s;
}

.sport_ing {
  width: 7%;
  transition: all 0.5s;
}

.pick_detail {
  width: 100%;
}

.team_l {
  width: 50%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* white-space: normal; 팀명 짤리지않게할때 */
}

.team_T {
  width: 45%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sport_team1.sports_result_HA {
  justify-content: space-between;
}

.team_r {
  width: 50%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* white-space: normal; 팀명 짤리지않게할때 */
  padding-right: 6px;
}

.sport_icon img {
  width: 100%;
  max-width: 24px;
}

@media screen and (max-width:1024px) {
  .result_sport_state {
    width: 15%;
    transition: all 0.5s;
  }
  .result_sport_more {
    width: 15%;
    transition: all 0.5s;
  }
  .result_sport_icon {
    width: 20%;
    transition: all 0.5s;
  }
  .result_sport_team1 {
    width: 48%;
    transition: all 0.5s;
  }
  .contents_left {
    position: fixed;
    display: block;
    top: 122px;
    left: 0;
    bottom: 0;
    z-index: 2000;
    width: 0px;
    min-width: 0px;
    height: calc(100% - 122px - 49px);
    background: url(../../images/bg_left_pattern.jpg);
    transition: 0.35s width ease, 0.35s min-width ease;
    padding: 0px;
    /* overflow: auto; */
    -webkit-overflow-scrolling: touch;
  }
  .contents_left.active {
    min-width: 250px;
  }
  .contents_right {
    display: none;
  }
  .bet_list1_wrap {
    margin: 0 0 5px 0;
  }
  .sports_list_title {
    height: auto;
  }
  .sports_list_title2 {
    width: 50%
  }
  .sports_list_title3 {
    width: 100%;
    height: 50px;
    overflow: hidden;
    overflow-x: scroll;
  }
  .sports_list_title3 ul {
    width: 150%;
  }
  .sports_input1 {
    width: 100%;
  }
  .sports_s_left {
    width: 100%;
  }
  .sports_s_right {
    display: none;
  }
  .sports_title_th {
    display: none;
  }
  .sport_title_wrap {
    margin: 5px 0 5px 0;
  }
  .bet_list_td {
    letter-spacing: -1pt;
  }
  .sports_s_left .bet_list1_wrap {
    display: block;
  }
  .sport_title_time {
    display: block;
  }
  .sport_time {
    display: none !important;
  }
  .sport_icon {
    display: none !important;
  }
  .sport_team1 {
    width: 40%;
  }
  .sport_tie {
    width: 10.1%;
  }
  .sport_team2 {
    width: 40%;
  }
  .sport_state {
    width: 9%;
  }
  .sport_more {
    width: 7%;
  }
  .sport_ing {
    width: 9%;
  }
  .sport_title_list .sport_more {
    display: none !important;
  }
  .result_search_btn {
    margin: auto;
    margin-top: 5px;
    width: 60%!important;
  }
}

@media screen and (max-width:520px) {
  .result_search_btn {
    margin: auto;
    margin-top: 5px;
    width: 100%!important;
  }
  .sport_more {
    display: none !important;
  }
  .sport_team1 {
    width: 38%;
  }
  .sport_tie {
    width: 12%;
  }
  .sport_team2 {
    width: 38%;
  }
  .sport_title_list>ul>li {
    font-size: 10px;
  }
  .title_logo_listlook {
    width: 65px;
  }
}

/* 베팅내역 */

.sport_history_list {}

.sport_history_list>ul {
  display: inline-flex;
  width: 100%;
  margin: 0 0 3px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.sport_history_list>ul>li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  text-align: center;
  margin: 0 1px 0 0;
  font-weight: 500;
  padding: 8px 5px;
  line-height: 14px;
  vertical-align: middle;
  background: #251e16;
  border-radius: 5px;
  cursor: pointer;
  clear: both;
  font-size: 12px;
}

.sport_history_list .sport_time {
  width: 10%;
  transition: all 0.5s;
}

.sport_history_list .sport_state {
  width: 10%;
  transition: all 0.5s;
}

.sport_history_list .sport_team1 {
  width: calc(26.5% - 3px);
  transition: all 0.5s;
}

.sport_history_list .sport_tie {
  width: 7%;
  transition: all 0.5s;
}

.sport_history_list .sport_team2 {
  width: calc(26.5% - 3px);
  transition: all 0.5s;
}

.sport_history_list .sport_ing {
  width: 10%;
  transition: all 0.5s;
}

.sport_history_list .sport_result {
  width: 10%;
  margin: 0;
  transition: all 0.5s;
}

.bet_hstory {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding: 0 10px;
  background: #5a4a37;
  transition: all 0.5s;
}

.bet_hstory_left {
  transition: all 0.5s;
}

.bet_hstory_left ul li {
  float: left;
  margin: 2px 20px 0 0;
  color: #ffffff;
}

.bet_hstory_right {
  float: right;
  transition: all 0.5s;
}

.bet_hstory_font1 {
  color: #6cff00;
  font-weight: 700;
}

.bet_hstory_font2 {
  color: #ffd600;
  font-weight: 700;
}

@media screen and (max-width:1024px) {
  .sport_history_list .sport_time {
    display: block !important;
  }
  .sport_history_list ul {
    display: grid;
    gap: 1px;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: 22.4% 22.4% 9.5% 22.4% 22.4%;
  }
  .sport_history_list .sport_time {
    width: 100%;
    order: 1;
  }
  .sport_history_list .sport_state {
    width: 100%;
    order: 2;
    grid-column: 2 / span 2;
  }
  .sport_history_list .sport_ing {
    width: 100%;
    order: 3;
  }
  .sport_history_list .sport_result {
    width: 100%;
    order: 4;
  }
  .sport_history_list .sport_team1 {
    width: 100%;
    order: 5;
    grid-column: 1 / span 2;
  }
  .sport_history_list .sport_tie {
    width: 100%;
    order: 6;
  }
  .sport_history_list .sport_team2 {
    width: 100%;
    order: 7;
    grid-column: 4 / span 2;
  }
  .bet_hstory {
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
  }
  .bet_hstory_left {
    width: 100%;
  }
  .bet_hstory_left ul li {
    margin: 2px 10px 0 0;
  }
  .bet_hstory_right {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: right;
  }
}

/* 게임목록 */

.sport_cross_list {
  margin-top: 3px;
}

.sport_cross_list>ul {
  display: inline-flex;
  width: 100%;
  margin: 0 0 3px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.sport_cross_list>ul>li {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  text-align: center;
  margin: 0 1px 0 0;
  font-weight: 500;
  /* padding: 8px 5px; */
  line-height: 14px;
  vertical-align: middle;
  background: #202020;
  border-radius: 2px;
  cursor: pointer;
  clear: both;
  font-size: 12px;
  position: relative;
  box-sizing: border-box;
}

.sport_cross_list .sport_time {
  width: 15%;
  transition: all 0.5s;
}

.sport_cross_list .sport_team1 {
  width: 30%;
  transition: all 0.5s;
}

.sport_cross_list .live_sport_team1 {
  width: 25%;
  transition: all 0.5s;
}

.sport_cross_list .live_sport_team2 {
  width: 25%;
  transition: all 0.5s;
}

@media screen and (min-width:1024px) {
  .sport_cross_list .live_sport_team1:hover {
    background: linear-gradient(#ee280c 30%, #c11510 80%);
    color: #000000;
    font-weight: 500;
  }
  .sport_cross_list .live_sport_team2:hover {
    background: linear-gradient(#ee280c 30%, #c11510 80%);
    color: #000000;
    font-weight: 500;
  }
}

.sport_cross_list .live_sport_team1.active {
  background: linear-gradient(#ee280c 30%, #c11510 80%);
  color: #000000;
  font-weight: 500;
}

.sport_cross_list .live_sport_team2.active {
  background: linear-gradient(#ee280c 30%, #c11510 80%);
  color: #000000;
  font-weight: 500;
}

.sport_cross_list .sport_tie {
  width: 13%;
  transition: all 0.5s;
}

.sport_cross_list .sport_tie_vs {
  width: 13%;
  transition: all 0.5s;
}

.sport_cross_list .sport_team2 {
  width: 30%;
  transition: all 0.5s;
}

.sport_cross_list .sport_state {
  width: 10%;
  transition: all 0.5s;
}

.sport_cross_list .sport_market_plus {
  width: 10%;
  transition: all 0.5s;
  /* background: linear-gradient(to right, #950000 0%, #cf0b0b 20%, #fc3131 35%, #f77676 50%, #fc3131 65%, #cf0b0b 80%, #950000 100%); */
  color: #ffffff;
  font-weight: 900;
  animation: maket_plus 0.3s infinite;
  background: linear-gradient(#ee280c 30%, #c11510 80%);
  ;
}

.title_game .sport_market_plus {
  width: 10%;
  transition: all 0.5s;
  /* background: linear-gradient(to right, #950000 0%, #cf0b0b 20%, #fc3131 35%, #f77676 50%, #fc3131 65%, #cf0b0b 80%, #950000 100%); */
  color: #ffffff;
  font-weight: 900;
  animation: maket_plus 0.3s infinite;
  width: 75px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  border-radius: 2px;
  background: linear-gradient(#ee280c 30%, #c11510 80%);
  ;
}

.title_game .sport_market_plus:hover {
  background: linear-gradient(#c11510 30%, #ee280c 80%);
  ;
  /* box-shadow: #ff9696 1px 1px 15px -1px; */
}

.sport_cross_list .sport_market_plus:hover {
  background: linear-gradient(#c11510 30%, #ee280c 80%);
  /* box-shadow: #ff9696 1px 1px 15px -1px; */
}

.sport_cross_list .sport_more {
  width: 7%;
  transition: all 0.5s;
}

.sport_cross_list .sport_ing {
  width: 7%;
  transition: all 0.5s;
}

.sport_cross_list>ul>li.sport_team1.active {
  background: #5f5f5f;
  color: #ffffff;
  font-weight: 500;
}

.sport_cross_list>ul>li.sport_team1.active {
  background: linear-gradient(#ee280c 30%, #c11510 80%);
  color: #ffffff;
  font-weight: 500;
}

.sport_cross_list>ul>li.sport_tie.active {
  background: #5f5f5f;
  color: #ffffff;
  font-weight: 500;
}

.sport_cross_list>ul>li.sport_team2.active {
  background: linear-gradient(#ee280c 30%, #c11510 80%);
  color: #ffffff;
  font-weight: 500;
}

.sport_cross_list>ul>li.sport_more {
  background: #251e16;
  border-radius: 5px;
}

@media screen and (min-width:1024px) {
  .sport_cross_list .sport_tie:hover .team_r {
    color: #ffffff;
  }
  .sport_cross_list .sport_team2:hover .team_l {
    color: #ffffff;
  }
  .sport_cross_list>ul>li.sport_more:hover {
    background: linear-gradient(#6e583e 30%, #6e583e 80%);
  }
  .sport_cross_list .sport_team1:hover .team_r {
    color: #ffffff;
  }
  .sport_cross_list>ul>li.sport_tie:hover {
    background: #5f5f5f;
    color: #ffffff;
    font-weight: 500;
  }
  .sport_cross_list>ul>li.sport_tie_vs:hover {
    background: #251e16;
  }
  .sport_cross_list>ul>li.sport_team2:hover {
    background: linear-gradient(#ee280c 30%, #c11510 80%);
    color: #ffffff;
    font-weight: 500;
  }
  .sport_cross_list>ul>li.sport_tie:hover {
    background: #5f5f5f;
    color: #ffffff;
    font-weight: 500;
  }
  .sport_cross_list>ul>li.sport_team1:hover {
    background: linear-gradient(#ee280c 30%, #c11510 80%);
    color: #ffffff;
    font-weight: 500;
  }
  .sport_cross_list>ul>li.sport_tie:hover {
    background: #5f5f5f;
    color: #ffffff;
    font-weight: 500;
  }
}

@media screen and (max-width:1024px) {
  .sport_cross_list .sport_team1 {
    width: 37%;
  }
  .sport_cross_list .sport_tie {
    width: 15%;
  }
  .sport_cross_list .sport_team2 {
    width: 37%;
  }
  .sport_cross_list .sport_state {
    width: 10%;
  }
  .sport_cross_list .sport_more {
    width: 9%;
  }
  .sport_cross_list .live_sport_team1 {
    width: 33%;
    transition: all 0.5s;
  }
  .sport_cross_list .live_sport_team2 {
    width: 33%;
    transition: all 0.5s;
  }
}

/*-------------------------------------------------------------------------------------*
 *  특별한                                                                             *
 *-------------------------------------------------------------------------------------*/

.cart_wrap {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 5px 10px 5px;
  background: #000000bd;
  border-radius: 5px;
}

.cart_title {
  float: left;
  width: 100%;
  padding: 5px;
  line-height: 35px;
  letter-spacing: -1pt;
  border-bottom: 1px solid #353535;
}

.ct_title_font {
  font-family: 'EsaManru';
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}

.cart_bet {
  position: relative;
  background: url(../images/bg_left_pattern.jpg);
  border: 1px solid #ee280c;
  padding: 8px 30px 8px 12px;
  line-height: 16px;
  margin: 3px 0 0 0;
  color: #ffffff;
}

.remove_cart {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/* 팀 선택시 */

.cart_bet td {
  color: #ffffff;
}

.cart_style1 {
  line-height: 36px;
  padding: 3px 5px 0 5px;
  font-family: 'EsaManru';
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  border-bottom: 1px solid #2a1e16;
}

/* 카트리스트 */

.cart_style2 {
  float: right;
  color: #03d2f0;
  font-weight: 700;
}

.cart_style3 {
  background: linear-gradient(#131316 0%, #000000 100%);
  line-height: 36px;
  padding: 3px 10px 3px 10px;
  font-family: 'EsaManru';
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ee280c;
  border-radius: 5px;
}

/* 카트리스트 */

.cart_btn1 {
  border: 1px solid #ee280c;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: 'EsaManru';
  font-weight: 700;
  font-size: 12px;
  color: #ee280c;
  border-radius: 5px;
  line-height: 34px;
  transition: all 0.5s;
}

.cart_btn1:hover {
  background: #ee280c;
  color: #ffffff;
}

.cart_btn2 {
  background: linear-gradient(#ee280c 30%, #c11510 80%);
  width: 100%;
  text-align: center;
  display: inline-block;
  font-family: 'EsaManru';
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  border-radius: 5px;
  line-height: 46px;
}

.cart_btn2:hover {
  background: linear-gradient(#c11510 30%, #ee280c 80%);
}

.cart_input1 {
  background-color: #353535;
  border: 1px solid #000000;
  padding: 4px 5px 4px 5px;
  font-family: 'EsaManru';
  font-weight: 700;
  color: #ee280c;
  font-size: 14px;
  border-radius: 5px;
  height: 30px;
  text-align: right;
  width: 100%
}

.cart_x {}

.bet_del {}

.fix_on {}

.fix_off {}

.bet_wrap {
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  background: #000000bd;
  border-radius: 5px;
  padding: 10px 10px;
}

.bet_title {
  float: left;
  width: 100%;
  font-family: 'EsaManru';
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}

.bet_title span {
  font-weight: 700;
  color: #ee280c;
}

.del_btn2 {
  display: block;
  float: right;
}

.icon_bet {
  display: inline-block;
  text-align: center;
  width: auto;
  height: 25px;
  padding: 5px;
  /* line-height: 29px; */
  border-radius: 1px;
  font-family: 'EsaManru';
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}

.icon_bet1 {
  background: #ff4000;
}

.icon_bet2 {
  background: #0080ff;
}

.bet_right_box {
  display: inline-block;
  padding: 0 10px;
  font-family: 'EsaManru';
  font-weight: 700;
  font-size: 14px;
  color: #ee280c;
}

.dspb {
  display: block;
  margin: 10px 0 0 0;
}

.m_cart {
  display: none;
}

.cart_tit {
  float: left;
}

.cart_up {
  float: right;
}

.cart_down {
  float: right;
  display: none
}

@media screen and (max-width:1024px) {
  .m_cart {
    bottom: 0;
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 99999999999999999999;
    transform: translateY(calc(100% - 50px));
    max-height: 60%;
    overflow: auto;
  }
  .cart_wrap {
    background: rgb(21 21 20);
    ;
  }
  .bet_wrap {
    background: rgba(0, 0, 0, 0.5);
  }
  .cart_title {
    background: url(../images/bg_left_pattern.jpg);
    border-top: 3px solid #ee280c;
  }
  .cart_btn1 {
    font-weight: 500;
  }
}

.sports_main_center {
  width: calc(100% - 520px);
  margin: 0 auto;
  height: 100%;
}

.match_info_container {
  float: left;
  width: 100%;
  height: 100%;
}

.match_info {
  margin-right: 10px;
  width: calc(100% - 200px);
  height: 100vh;
  overflow: auto;
  margin-bottom: 55px;
}

.interiormatch_info {
  margin-right: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
  float:left;
}

.market_info_all {
  width: 750px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.betgame_market_info_all{
  width: 750px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width: 991px) {
  .market_info_all, .match_info {
    height: calc(100% - 40px);
  }

  .market_detail_num>button:hover {
    background: linear-gradient(#ee280c 30%, #c11510 80%);
    color: #ffffff;
    font-weight: 500;
  }
  .market_detail_num>button:hover em {
    color: #ffffff;
  }
  .market_detail_num>button:hover span {
    color: #ffffff;
  }
}

@media (max-width: 991px) {
  .interiormatch_info {
    overflow: hidden;
  }
}

.title_logo {
  height: 40px;
  background-color: #060403;
  display: flex;
  justify-content: center;
  width: 100%;
  border: 1px solid #c21510;
}

.title_logo img {
  /* width: 50px; */
}

.market_tab {
  background-color: #222222;
}

.market_kind_title {
  width: auto;
}

.market_kind_title li {
  width: 100% !important;
}

.market_detail_num {
  display: flex;
}

.market_detail_num>button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
  text-align: center;
  margin: 0 1px 0 0;
  font-weight: 500;
  /* padding: 8px 10px; */
  line-height: 14px;
  vertical-align: middle;
  background: #202020;
  border-radius: 5px;
  cursor: pointer;
  clear: both;
  font-size: 12px;
  margin: 5px 2px;
  font-family: 'EsaManru';
  position: relative;
  box-sizing: border-box;
}

.market_detail_num>button span {
  color: #ffffff;
  margin-right: 6px;
}

.market_detail_num>button em {
  color: #ffffff;
}

.market_detail_num>button.active {
  background: linear-gradient(#ee280c 30%, #c11510 80%);
  color: #ffffff;
  font-weight: 500;
}

.market_detail_num>button.active em {
  color: #ffffff;
}

.market_detail_num>button.active span {
  color: #ffffff;
}

.market_detail_num button:nth-last-child(2), .market_detail_num button:nth-last-child(2)~button {
  width: calc(50% - 2px);
}

.market_detail_num button:nth-last-child(3), .market_detail_num button:nth-last-child(3)~button {
  width: calc(33.33333% - 2px);
}

.market_tab li {
  text-align: center;
  width: 20% !important;
  height: 36px;
  line-height: 36px;
}

.market_tab li:hover {
  background: #e1230d;
}

.market_tab li.active {
  background: #e1230d;
}

.market_tab li button {
  color: #ffffff;
}

.no_market {
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
}

#sportsLive_iframe_parent {
  max-width: 900px;
  max-height: 760px;
  margin: auto;
}

.domestic_transition {
  transition: 0.3s;
}

.domestic_transition li:nth-of-type(3) {
  width: 10%;
  justify-content: center !important;
}

.domestic_transition li:nth-of-type(2) {
  width: 40%;
}

.domestic_transition li:nth-of-type(2) em {
  color: #03d2f0;
}

.domestic_transition li:nth-of-type(4) {
  width: 40%;
}

.domestic_transition li:nth-of-type(4) em {
  color: #03d2f0;
}

.domestic_transition li:nth-of-type(4) em {
  order: 1;
}

.domestic_transition>li.sport_team1:hover {
  background: linear-gradient(#ee280c 30%, #c11510 80%);
  color: #000000;
  font-weight: 500;
}

.domestic_transition>li.sport_team1 em {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.domestic_transition>li.sport_team1:hover strong span {
  color: #ffffff !important;
}

.sport_cross_list>ul>li.sport_team1.active strong span {
  color: #ffffff;
}

.score_color {
  color: #ee280c;
}

/* .domestic_transition{
  margin: 0px!important;
} */

.menu_history li {
  padding: 0.5px;
  cursor: pointer;
  width: calc(100% / 8 - 1px);
}

.menu_history {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.menu_history li a {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #000000;
  border: 1px solid #c21510;
}

.menu_history li.active a {
  background: #e1230d;
}

.result_select {
  background-color: #353535;
  border: 1px solid #000000;
  padding: 4px 0 4px 5px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 3px;
  height: 34px;
  transition: all 0.5s;
}

.retult_search_title {
  line-height: 34px;
  margin-right: 5px;
  white-space: nowrap;
}

@media screen and (max-width:1024px) {
  .sports_main_center {
    width: 100%;
    margin: 0 auto;
  }
  .match_info {
    margin-right: 0px;
    width: 100%;
    display: none;
    overflow: hidden;
    height: auto;
  }
  .market_info_all {
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 50px;
  }
  .sport_cross_list>ul>li {
    font-size: 12px;
  }
  .App .contents_right {
    display: block;
    display: none;
    position: fixed;
    left: 0;
    /* bottom: calc(-100% + 50px); */
    width: 100%;
    height: 50%;
    bottom: 0;
    transform: translate(0, calc(100% - 50px));
  }
  .domestic_transition li:nth-of-type(3) {
    width: 10%;
    justify-content: center !important;
  }
  .domestic_transition li:nth-of-type(2) {
    width: 34%;
  }
  .domestic_transition li:nth-of-type(4) {
    width: 34%;
  }
  .domestic_transition li.sports_time {
    width: 20%;
  }
  .domestic_transition>li.sport_team1:hover {
    background: unset;
    color: unset;
    font-weight: 500;
  }
  .domestic_transition>li.sport_team1:hover strong span {
    color: #000000 !important;
  }
}

@media screen and (max-width:500px) {
  .sport_cross_list .live_sport_team1 {
    width: 30%;
    transition: all 0.5s;
  }
  .sport_cross_list .live_sport_team2 {
    width: 30%;
    transition: all 0.5s;
  }
}

.betitemLits {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 8px 5px;
}

.betting-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  z-index: 0;
  border-radius: 3px;
  border: solid 1px #c21510;
  background: #080808bb;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  backdrop-filter: blur(1px);
}

.betting-block .lock {
  width: 22px;
  height: 22px;
  background-color: #ff2000;
  /* border: 1px solid #dbb54a; */
  border-radius: 3px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.betting-block .lock .icon-lock {
  color: #f6c33a;
  width: 100%;
  height: 100%;
  font-size: 17px;
  background-image: url("../images/common/lock3.png");
  background-position: center;
  background-size: 100% 100%;
  margin: 0;
}

.pre_itemname {
  margin: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.domestic_transition li:nth-of-type(3) div {
  justify-content: center !important;
}

/**************************************************************************************
                                      벳365페이지
***************************************************************************************/
.betmatch_info_container{
  float: left;
  width: 100%;
  height: 100%;
  display: flex;
}
.betgame_info {
  margin-right: 10px;
  width: calc(100% - 200px);
  height: 100vh;
  overflow: hidden;
}

.title_kind {
  height: 40px;
  background-color: #060403;
  display: flex;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #c21510;
  line-height: 40px;
  overflow-x: auto;
  overflow-y: hidden;
}

.title_kind_img {
  padding-left: 15px;
}

.title_kind_img img {
  width: 25px;
  margin-right: 10px;
}

.betgame_info ul li button {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px 0 0;
  border: 1px solid #c21510;
  border-radius: 5px;
  color: #ffffff;
}

.betgame_info ul li button.active {
  background-color: #c21510;
}

.betgame_info ul li {
  width: 100%;
}

.betgame_iframe iframe {
  background-color: #434141;
}

.betgametime ul {
  height: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.betgametime ul li {
  display: flex;
  align-items: center;
}

.betgametime ul li button {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: #000000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
  border: 1px solid #c21510;
  border-radius: 5px;
  color: #ffffff;
}

.betgametime ul li button.active {
  background-color: #c21510;
}

.virtual-gameInfo-team {
  transition: 0.3s;
  height: 40px;
  display: flex;
  justify-content: space-around;
  /* margin-top: 5px; */
  overflow: hidden;
  width: 33.33333%;
  padding: 2px;
  margin: 0;
  margin-top: 5px;
}

.teams {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
  text-align: center;
  margin: 0 1px 0 0;
  font-weight: 500;
  padding: 8px 10px;
  line-height: 14px;
  vertical-align: middle;
  background: #202020;
  border-radius: 5px;
  cursor: pointer;
  clear: both;
  font-size: 12px;
  margin: 5px 2px;
  font-family: 'EsaManru';
  position: relative;
  box-sizing: border-box;
}

.virtual-team {
  height: 100%;
  margin: 0 3px;
  flex-grow: 1;
  min-width: calc(33% - 5px);
  max-width: calc(100% - 5px);
}

.bet-team {
  height: 100%;
  margin: 0 3px;
  flex-grow: 1;
  min-width: calc(33% - 5px);
  max-width: calc(50% - 5px);
}

.bet-team:nth-last-child(2), .bet-team:nth-last-child(2)~div {
  width: calc(50% - 5px);
}

.bet-team.active, .virtual-team.active {
  background: linear-gradient(#ee280c 30%, #c11510 80%);
}

.history-log {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.history-log .back-btn {
  flex-shrink: 0;
}

.history-log>.title {
  flex-shrink: 0;
  height: 45px;
  background-color:#00000080;
  padding: 0px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  float: none;
  margin-bottom: 10px;
}
.spacer {
  flex-grow: 1;
}

.history-log .log-wrap {
  flex-shrink: 0;
}

.history-log .log-wrap .log {
  flex-shrink: 0;
  margin-bottom: 10px;
}

.history-log .log-wrap .log:last-child {
  margin-bottom: 0px !important;
}

.history-log .log-wrap .log>div {
  padding: 0px 10px;
  height: 45px;
  background-color: #00000080;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  align-items: center;
}

/* .history-log .log-wrap .log .pick {
  background-color: rgb(39, 43, 69) !important;
} */

.history-log>.total {
  flex-shrink: 0;
  height: 45px;
  background-color: #00000080;
  padding: 0px 10px;
}

.history-log>.total>span {
  width: 25%;
}

.text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sports_main_center.kplay_sports{
  height: 100%;
  width:calc(100% - 50px);
  overflow:auto;
}


@media screen and (min-width:1024px) {
  .betgame_market_info_all, .match_info {
    height: calc(100% - 40px);
  }
}

@media screen and (min-width: 991px) {
  .bet-team:hover, .virtual-team:hover {
    background: linear-gradient(#ee280c 30%, #c11510 80%);
    color: #ffffff;
    font-weight: 500;
  }
}

@media screen and (max-width:1024px){
  .betgame_info {
    width: 100%;
    height: auto;
}

.betmatch_info_container{
  display: block;
}

.betgame_market_info_all {
  width: 100%;
  height: auto;
}
.sports_main_center.kplay_sports{
  height: 100vh;
}

}