:root {
  /* --main-color: #cccccc;
  --highlight_1_color: #ef7c00;
  --highlight_2_color: #ffc967;  
  --highlight_3_color: #ffffff;  
  --highlight_4_color: #888888;  
  --highlight_5_color: #959595;  
  --highlight_6_color: #000000;  

  --main-bg-0-color: #070a0f;
  --main-bg-1-color: #0D1D32;
  --main-bg-2-color: #07172d;
  --main-bg-3-color: #08111d;

  --btn-bg-hover-1-color: #29324b;
  --btn-bg-hover-2-color: #515c79;
  
  --text-shadow-color: #000000; */


  --main-color: #cccccc;
  --highlight_1_color: #ef7c00;
  --highlight_2_color: #ffc967;  
  --highlight_3_color: #ffffff;  
  --highlight_4_color: #888888;  
  --highlight_5_color: #959595;  
  --highlight_6_color: #000000;  

  --main-bg-0-color: #070a0f;
  --main-bg-1-color: #181819;
  --main-bg-2-color: #151516;
  --main-bg-3-color: #121212;

  --btn-bg-hover-1-color: #3b3f46;
  --btn-bg-hover-2-color: #4a4e54;
  
  --text-shadow-color: #000000;
}
#sportsbook {
    box-sizing: border-box;
    user-select: none;
    -webkit-user-drag: none;
    font-family: 'Noto Sans KR', sans-serif;
    color: var(--main-color);
    outline: 0px;
}
.sportsbook {
  display: flex;
  width: 100%;
}
.sportsbook-center{
  width: 100%;
  background: var(--main-bg-0-color);
}
.sportsbook-right{
  width: 340px;
  min-width: 340px;
  background: var(--main-bg-0-color);
}
.sportsbook-right .mobile_cart{
  display: none;
}
.sportsbook .match {
  display: block;
  margin-top: 1px;
}
.sportsbook .match .title {
  display: flex;
  background: var(--main-bg-2-color);
  height: 50px;
}
.sportsbook .match .title .sports-icon,
.sportsbook .match .title .nation-flag,
.sportsbook .match .title .league-flag {
  display: block;
  margin-right: 15px;
  height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 5px;
  margin-right: 5px;
  flex-shrink: 0;
}
.sportsbook .match .title .nation-flag{
  display: none;
}
.sportsbook .match .title .league-name {
  display: block;
  flex-grow: 1;
  margin-right: 10px;
  line-height: 50px;
  font-size: 13px;
  color: var(--main-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.sportsbook .match .title .game-datetime {
  display: block;
  flex-shrink: 0;
  margin-right: 15px;
  line-height: 50px;
  font-size: 12px;
  color: var(--highlight_4_color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}



.sportsbook .match .market {
  display: flex;
  margin-top: 1px;
  overflow: hidden;
}
.sportsbook .match .market .market-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 28px;
  flex-shrink: 0;
  font-size: 0.7em;
  text-align: center;
  background: var(--main-bg-1-color);
  margin-right: 1px;
  color:var(--main-color)
}
.sportsbook .match .market .menuOff_magam{
  opacity: .5;
}

/* 홈 */
.sportsbook .match .market .home {
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}
.sportsbook .match .market .home .home-name {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: var(--main-bg-1-color);
  color: var(--highlight_5_color);
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sportsbook .match .market .home .home-odds {
  display: flex;
  width: 34px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-shrink: 0;
  margin-right: 0px;
  margin-left: 1px;
  background: var(--main-bg-1-color);
  color: var(--highlight_2_color);
}
.sportsbook .match .market .home.activable:hover .home-name,
.sportsbook .match .market .home.activable.selected .home-name {
    background: var(--btn-bg-hover-1-color);
    color: var(--highlight_3_color);
    transition: all 200ms;
}
.sportsbook .match .market .home.activable:hover .home-odds,
.sportsbook .match .market .home.activable.selected .home-odds {
    background: var(--highlight_1_color);
    text-shadow: 0px 0px 5px var(--text-shadow-color);
    color: var(--highlight_3_color);
    transition: all 200ms;
}
.sportsbook .match .market .home.ico_over .home-name,
.sportsbook .match .market .home.ico_over.selected .home-name,
.sportsbook .match .market .home.ico_over:hover .home-name{
  background-image: url(/sportsbook/images/ico_over.png);
  background-repeat: no-repeat;
  background-position: 97% center;
}

.sportsbook .match .market .home.ico_hcp .home-name,
.sportsbook .match .market .home.ico_hcp.selected .home-name,
.sportsbook .match .market .home.ico_hcp:hover .home-name{
  background-image: url(/sportsbook/images/ico_hcp.png);
  background-repeat: no-repeat;
  background-position: 97% center;
}

/* 무승부/기준점 */
.sportsbook .match .market .draw {
  display: flex;
  width: 34px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 1px;
  margin-left: 1px;
}
.sportsbook .match .market .draw .draw-odds {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-shrink: 0;
  background: var(--main-bg-3-color);
  color: var(--highlight_1_color);
}
.sportsbook .match .market .draw.activable .draw-odds {
    color: var(--highlight_2_color);
    background: var(--main-bg-1-color);
    transition: all 200ms;
}
.sportsbook .match .market .draw.activable:hover .draw-odds,
.sportsbook .match .market .draw.activable.selected .draw-odds {
    background: var(--highlight_1_color);
    text-shadow: 0px 0px 5px var(--text-shadow-color);
    color: var(--highlight_3_color);
    transition: all 200ms;
}

/* 원정 */
.sportsbook .match .market .away {
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}
.sportsbook .match .market .away .away-name {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: var(--main-bg-1-color);
  color: var(--highlight_5_color);
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sportsbook .match .market .away .away-odds {
  display: flex;
  width: 34px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-shrink: 0;
  background: var(--main-bg-1-color);
  margin-right: 1px;
  color: var(--highlight_2_color);
}
.sportsbook .match .market .away.activable:hover .away-name,
.sportsbook .match .market .away.activable.selected .away-name {
    background: var(--btn-bg-hover-1-color);
    color: var(--highlight_3_color);
    transition: all 200ms;
}
.sportsbook .match .market .away.activable:hover .away-odds,
.sportsbook .match .market .away.activable.selected .away-odds {
    background: var(--highlight_1_color);
    text-shadow: 0px 0px 5px var(--text-shadow-color);
    color: var(--highlight_3_color);
    transition: all 200ms;
}
.sportsbook .match .market .away.ico_under .away-name,
.sportsbook .match .market .away.ico_under.selected .away-name,
.sportsbook .match .market .away.ico_under:hover .away-name{
  background-image: url(/sportsbook/images/ico_under.png);
  background-repeat: no-repeat;
  background-position: 3% center;
}
.sportsbook .match .market .away.ico_hcp .away-name,
.sportsbook .match .market .away.ico_hcp.selected .away-name,
.sportsbook .match .market .away.ico_hcp:hover .away-name{
  background-image: url(/sportsbook/images/ico_hcp.png);
  background-repeat: no-repeat;
  background-position: 3% center;
}


/* 배팅카트 */

.sportsbook .betting_cart {
  margin-left:5px;
}
.sportsbook .betting_cart .title {
    display: flex;
    height: 62px;
    background: var(--btn-bg-hover-1-color);
}
.sportsbook .betting_cart .title .label {
    line-height: 62px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    /* padding-left: 20px; */
    flex-grow: 1;
    margin-left: 20px;
    text-align: center;
}
.sportsbook .betting_cart .title .label span {
    color: var(--highlight_1_color);
}
.sportsbook .betting_cart .title .close {
    line-height: 62px;
    margin-right: 20px;
    text-align: right;
}

.sportsbook .betting_cart .cart .cart_type {
  display: none;
  /* display: flex; */
  height: 40px;
  background: var(--main-bg-2-color);
}
.sportsbook .betting_cart .cart .cart_type .multi{
  line-height: 40px;
  color: var(--main-color);
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  flex-grow: 1;
  opacity: 0.5;
  cursor: pointer;
  border: 1px;
}
.sportsbook .betting_cart .cart .cart_type .single{
  display: block;
  position: relative;
  line-height: 40px;
  text-align: center;
  flex-grow: 1;
  /* color: var(--highlight_2_color); */
  font-size: 15px;
  font-weight: 600;
  opacity: 0.5;
  cursor: pointer;
  border: 1px;
}
.sportsbook .betting_cart .cart .cart_type .selected {
  opacity: 1;
  border: 1px solid var(--highlight_2_color);
}


.sportsbook .betting_cart .cart .userinfo {
    display: flex;
    height: 50px;
    background: var(--main-bg-2-color);
    border-left: 2px solid var(--highlight_2_color);
}
.sportsbook .betting_cart .cart .userinfo .label {
    line-height: 50px;
    color: var(--main-color);
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    padding-left: 20px;
    flex-grow: 1;
}
.sportsbook .betting_cart .cart .userinfo .label span {
    /* color: var(--highlight_1_color); */
}
.sportsbook .betting_cart .cart .userinfo .point {
    display: block;
    position: relative;
    line-height: 50px;
    text-align: right;
    margin-right: 15px;
    flex-grow: 1;
    /* color: var(--highlight_2_color); */
    font-size: 16px;
    font-weight: 600;
}


.sportsbook .betting_cart .cart .subtitle {
    display: flex;
    height: 50px;
    background: var(--main-bg-2-color);
    border-left: 2px solid var(--highlight_1_color);
    margin-top: 1px;
}
.sportsbook .betting_cart .cart .subtitle .label {
    line-height: 50px;
    color: var(--main-color);
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    padding-left: 20px;
    flex-grow: 1;
}
.sportsbook .betting_cart .cart .subtitle .label span {
    color: var(--highlight_1_color);
}
.sportsbook .betting_cart .cart .subtitle .label span.folder_cnt {
    
    background: var(--highlight_1_color);
    color: var(--highlight_6_color);
    display:none;
    /* display: inline-block; */
    width: 20px;
    height: 20px;
    border-radius: 20px;
    vertical-align: middle;
    line-height: 20px;
    text-align: center;
}
.sportsbook .betting_cart .cart .subtitle .btn_clear {
    background: url(/sportsbook/images/ico_recycle_bin.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    height: 50px;
    width: 40px;
    flex-shrink: 0;
    cursor: pointer;
    filter: invert(1) brightness(0.5);
    transition: all 300ms;
}


.sportsbook .betting_cart .cart .list {
    display: block;
    max-height: 356px;
    overflow-y: auto;
    overflow-x: hidden;
}
.sportsbook .betting_cart .cart .list .item {
    display: flex;
    margin-top: 1px;
    cursor: pointer;
}
.sportsbook .betting_cart .cart .list .item .btn_delete {
    display: block;
    width: 30px;
    flex-shrink: 0;
    margin-right: 1px;
    background: var(--main-bg-1-color);
    position: relative;
    cursor: pointer;
}
.sportsbook .betting_cart .cart .list .item:hover .btn_delete {
    background: var(--btn-bg-hover-1-color);
}
.sportsbook .betting_cart .cart .list .item .btn_delete:hover {
    background: var(--btn-bg-hover-2-color);
    color: var(--highlight_1_color);
}
.sportsbook .betting_cart .cart .list .item .btn_delete span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 13px;
    transform: translate(-50%, -50%);
}
.sportsbook .betting_cart .cart .list .item .detail {
    display: block;
    padding: 8px;
    margin-right: 1px;
    background: var(--main-bg-1-color);
    width: calc(100% - 75px);
    overflow: hidden;
}
.sportsbook .betting_cart .cart .list .item:hover .detail {
    background: var(--btn-bg-hover-1-color);
}
.sportsbook .betting_cart .cart .list .item .detail .game {
    display: flex;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
}
.sportsbook .betting_cart .cart .list .item .detail .game .home_name {
    display: block;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90px;
    text-align: left;
}
.sportsbook .betting_cart .cart .list .item .detail .game .vs {
    width: 30px;
    flex-shrink: 0;
    color: var(--highlight_4_color);
    text-align: center;
    text-align: center;
}
.sportsbook .betting_cart .cart .list .item .detail .game .away_name {
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90px;
    text-align: left;
}
.sportsbook .betting_cart .cart .list .item .detail .select {
    display: flex;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
}
.sportsbook .betting_cart .cart .list .item .detail .select .bet_type {
    flex-shrink: 0;
    margin-right: 10px;
    color: var(--highlight_4_color);
    text-align: left;
}
.sportsbook .betting_cart .cart .list .item .detail .select font {
    display: block;
    /* text-align: left; */
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90px;
}
.sportsbook .betting_cart .cart .list .item .odds {
    display: block;
    width: 45px;
    background: var(--main-bg-1-color);
    position: relative;
    flex-shrink: 0;
}
.sportsbook .betting_cart .cart .list .item:hover .odds {
    background: var(--btn-bg-hover-1-color);
}
.sportsbook .betting_cart .cart .list .item .odds span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 13px;
    color: var(--highlight_2_color);
    transform: translate(-50%, -50%);
}

.sportsbook .betting_cart .money {
    display: block;
    margin-top: 1px;
}
.sportsbook .betting_cart .money .subtitle {
    display: flex
;
    height: 50px;
    background: var(--main-bg-2-color);
    border-left: 2px solid var(--highlight_1_color);
}
.sportsbook .betting_cart .money .subtitle .label {
    line-height: 50px;
    color: var(--main-color);
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    padding-left: 20px;
    flex-shrink: 0;
    margin-right: 20px;
}
.sportsbook .betting_cart .money .subtitle .value {
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-grow: 1;
}
.sportsbook .betting_cart .money .subtitle .value input[type='text'] {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: right;
    /* color: var(--highlight_2_color);
    background: transparent; */
    color: #151516;
    background: #ffffff;
    border: 0px;
    font-size: 16px;
    padding: 0 5px;
}
.sportsbook .betting_cart .money .subtitle .btn_clear {
    background: url(/sportsbook/images/ico_recycle_bin.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    height: 50px;
    width: 40px;
    flex-shrink: 0;
    cursor: pointer;
    filter: invert(1) brightness(0.5);
    transition: all 300ms;
}
.sportsbook .betting_cart .money .gridbox {
    display: grid
;
    gap: 1px;
    margin-top: 1px;
    grid-template: repeat(2, 1fr) / repeat(3, 1fr);
}
.sportsbook .betting_cart .money .gridbox2 {
    display: grid
;
    gap: 1px;
    margin-top: 1px;
    grid-template: repeat(1, 1fr) / repeat(2, 1fr);
}
.sportsbook .betting_cart .money .gridbox .btn_add_money {
    background: var(--main-bg-1-color);
    height: 50px;
    text-align: center;
    color: var(--highlight_2_color);
    line-height: 50px;
    font-size: 14px;
    cursor: pointer;
}
.sportsbook .betting_cart .money .gridbox .btn_add_money:hover {
    background: var(--btn-bg-hover-1-color);
    color: var(--highlight_3_color);
}


.sportsbook .betting_cart .odds {
    display: block;
    margin-top: 1px;
}
.sportsbook .betting_cart .odds .subtitle {
    display: flex
;
    height: 50px;
    background: var(--main-bg-2-color);
    border-left: 2px solid var(--highlight_1_color);
}
.sportsbook .betting_cart .odds .subtitle .label {
    line-height: 50px;
    color: var(--main-color);
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    padding-left: 20px;
    flex-shrink: 0;
    margin-right: 20px;
}
.sportsbook .betting_cart .odds .subtitle .value {
    display: block;
    position: relative;
    line-height: 50px;
    text-align: right;
    margin-right: 15px;
    flex-grow: 1;
    color: var(--highlight_2_color);
    font-size: 14px;
}
.sportsbook .betting_cart .odds .subtitle .value data {
    color: var(--highlight_2_color);
}


.sportsbook .betting_cart .predict_benefit {
    display: block;
    margin-top: 1px;
}
.sportsbook .betting_cart .predict_benefit .subtitle {
    display: flex;
    height: 50px;
    background: var(--main-bg-2-color);
    border-left: 2px solid var(--highlight_2_color);
}
.sportsbook .betting_cart .predict_benefit .subtitle .label {
    line-height: 50px;
    color: var(--main-color);
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    padding-left: 20px;
    flex-shrink: 0;
    margin-right: 20px;
}
.sportsbook .betting_cart .predict_benefit .subtitle .value {
    display: block;
    position: relative;
    line-height: 50px;
    text-align: right;
    margin-right: 15px;
    flex-grow: 1;
    color: var(--highlight_2_color);
    font-size: 14px;
}
.sportsbook .betting_cart .predict_benefit .subtitle .value span, 
.sportsbook .betting_cart .predict_benefit .subtitle .value data {
    color: var(--highlight_2_color);
}



.sportsbook .betting_cart .btn_betting {
    display: block;
    margin-top: 1px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--highlight_2_color);
    background: var(--main-bg-1-color);
    cursor: pointer;
    transition: all 300ms;
}
.sportsbook .betting_cart .btn_betting:hover {
    display: block;
    margin-top: 1px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--highlight_3_color);
    background: var(--btn-bg-hover-1-color);
    cursor: pointer;
    transition: all 300ms;
}



#betting_cart .cart .list::-webkit-scrollbar {
    width: 8px;
}
#betting_cart .cart .list::-webkit-scrollbar-thumb {
    background: #262b32;
}
#betting_cart .cart .list::-webkit-scrollbar-track {
    background: #141921;
}

.show-modal {
  display: none;
}
@media (max-width: 991px) {
  .sportsbook {
    display: block;
  }
  .show-modal {
    display: block;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
    /* border-radius: 6px; */
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    padding: 15px 22px;
    margin-top: 10px;
    background: var(--btn-bg-hover-1-color);
    transition: 0.3s ease;
    box-shadow: 0 10px 18px rgba(52,87,220,0.18);
    position: sticky;
    bottom: 0px;
  }
  .show-modal span{
    color: var(--highlight_1_color);
  }
  .show-modal:hover {
    background: var(--btn-bg-hover-1-color);
  }
  /* .sportsbook-center {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    top: 0;
    bottom: 100%;
    right: 0;
    z-index: 1;
    
  }
  .sportsbook-right{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  } */
}





.basic-body-main {
  width: 100% !important;
  padding: 0 ;
}

/* body {
  background: #070a0f;
}
.header-wrap {
  background-color: #070a0f;
}

.navbar-nav a, .navbar-toggler {
  color: #eaeaea;
}
.top-header-nav li > a {
  color: #eaeaea;
}
.footer-nav a {
  color: #eaeaea;
}
.footer-right-nav a {
  color: #eaeaea;
}
.footer-copyright {
  color: #eaeaea;
}
.footer-copyright .footer-title {
  color: #fff;
} */
@media(min-width:992px) {
  img.site-logo {
    filter: brightness(120%);
  }
  .basic-body-side {
    display: none;
  }
  .main-slider {
    display: none;
  }

  .sportsbook .betting_cart .title .close {
    display: none;
  }
}



.sports-notice {
  display: flex;
  /* border: 1px solid #313742; */
  background: var(--main-bg-0-color);
  width: 100%;
  /* height: 50px; */
  line-height: 30px;
  /* justify-content: center; */
  color: var(--main-color);
  padding: 10px 20px;
  margin-bottom: 1px;
  white-space: pre-line;
}