@charset "UTF-8";

/* 스포츠 컨텐츠 */
.result_section {border: 1px solid #0b5b67; background: #2c2c30; border-radius:4px;padding:8px;margin-bottom:3px;box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;}
.result_section h4 {border-radius:3px;background:#111111;height:30px;padding:4px 10px;line-height:20px;font-size:12px;transition:200ms all;margin-bottom:3px;box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 4px, rgba(255, 255, 255, 0.22) 1px 1px 4px -2px inset;width: 100%;}
.result_section h4 .ico01 {height:20px;}
.result_section h4 .arrow {vertical-align:middle;margin-bottom:2px;margin-right:10px;}
.result_section h4 .nation {height:16px;vertical-align:middle;margin-bottom:2px;}
.result_section ul {margin-bottom:8px;}
.result_section ul:last-child {margin-bottom:0;}
.result_section ul li {border-bottom:1px solid #373738;position:relative;padding:6px 0px 10px 0px;*zoom:1;}
.result_section .time_arae {float:left;width:15%;text-align:center;line-height:18px;font-size:12px;padding:5px 0px;}
.result_section .bet_area {width:85%;text-align:center;display: flex;gap: 5px;}
.result_section .bet_area div {display:inline-block;line-height:28px;height:30px;border:1px solid #484853;background:#49494d;border-radius:3px;font-size:12px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;vertical-align:top;}
.result_section .bet_area .home {width:31.5%;text-align:left;padding:0px 10px;}
.result_section .bet_area .home.on {background: #00549b;}
.result_section .bet_area .vs {width:14%;text-align:center;cursor:default;}
.result_section .bet_area .vs.on {background:#203123;border:1px solid #85ffa5;color:#c9edea;}
.result_section .bet_area .away {width:31.5%;text-align:right;padding:0px 10px;}
.result_section .bet_area .away.on {background: #00549b;}
.result_section .bet_area .score {width:19%;text-align:center;padding:0px 3px;}
.result_section .bet_area .single_pick {width:78%;text-align:center;cursor:default;}
.result_section .bet_area .single_pick.on {background:#203123;border:1px solid #85ffa5;color:#c9edea;}
.result_section .bet_area .double_pick {width:64%;text-align:center;cursor:default;}
.result_section .bet_area .double_pick.on {background:#203123;border:1px solid #85ffa5;color:#c9edea;}

/* common */
.pick {
    background-color: #0078a3!important;
    border: 1px solid #0078a3!important
}

.bet-status-wait {
    background-color: #5C35FB !important;
}
.bet-status-lose {
    background-color: #bf38cb !important;
}
.bet-status-win {
    background-color: #e6b31e !important;
}
.bet-status-off {
    background-color: #35a3fb !important;
}
.bet-status-cancel {
    background-color: #2dc727c2 !important;
}

.locked .icon-state::before {
    content: '\e95c';
}

.odds-up .icon-state::before {
    content: '\e90d';
    color: red;
}

.odds-down .icon-state::before {
    content: '\e90e';
    color: #008eff;
}

.sportsFrame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0b0b11;
    position: relative;
}

.sportsFrame .chooseFrame {
    height: calc(100vh - 75px);
    position: relative;
    display: flex;
    gap: 2px;
}

.sportsFrame .paging_box {
    padding-bottom: 60px;
}
.sportsFrame .tabSports {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #212121;
    overflow-x: scroll;
    margin-bottom: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    width: calc(100% - 10px);
}

.sportsFrame .tabSports ul {
    display: flex;
    border: none;
    text-align: center;
    gap: 2px;
}

.sportsFrame .tabSports ul li {
    cursor: pointer;
    border: 1px solid var(--border);
    z-index: 0;
    position: relative;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 3px;
}

.sportsFrame .tabSports ul li.active {
    background: var(--primary);
}
.sportsFrame .tabSports ul li .count {
    position:absolute;
    background: #0000008f;
    padding: 1px 3px;
    border-radius: 2px;
    right: 0px;
    top: 0px;
}
.sportsFrame .tabSports ul li img {
    width: 20px;
    margin-top: 0px;
}

.sportsFrame .chooseFrame .chooseZone {
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    margin-top: 50px;
    padding-bottom: 40px;
    background: #212121;
}

.sportsFrame .chooseFrame .chooseZone .sportZone .bonus-folder-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 5px;
}

.sportsFrame .chooseFrame .chooseZone .sportZone .bonus-folder-wrap .bonus-bet {
    padding: 10px;
    border: 1px solid #4c4c4c;
    border-radius: 5px;
    color: #b5afaf;
    display: flex;
    justify-content: space-between;
}
.sportsFrame .chooseFrame .chooseZone .bFrame .bet-pick{
    flex: 26%;
}

.sportsFrame .chooseFrame .chooseZone .bFrame .bet-pick .left span {
    color:#1dde1d;
}

.sportsFrame .tabZone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.sportsFrame .tabZone ul {
    display: flex;
    align-items: center;
    border: none;
    gap: 5px;
}

.sportsFrame .tabZone ul li {
    padding: 6px 12px;
    cursor: pointer;
    border: 1px solid var(--border);
    border-radius: 3px;
    z-index: 0;
    display: flex;
    align-items: center;
    height: 20px;
    justify-content: center;
}

.sportsFrame .tabZone ul li.active {
    background:var(--primary);
}

.sportZone .cubeZone {
    overflow-y: scroll;
    height: 100%;
}
.sportZone .cubeZone .cube{
    border: 1px solid #2d2d34;
    border-radius: 4px;
    background: #2c2c30;
    padding: 8px;
    margin-bottom: 3px;
    filter: drop-shadow(2px 4px 6px black);
}
.sportsFrame .titleS {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
    background: black;
}

.sportsFrame .titleS .left {
    color: var(--primary);
    display: flex;
    align-items: center
}

.sportsFrame .titleS .left img {
    margin-right: 5px;
    height: 20px
}

.sportsFrame .titleS .left span {
    color: #f20f2a;
    margin: 5px
}

.sportsFrame .titleS .right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sportZone .arrowT {
    display:none
}

.sportZone .cubeZone .cube .listS {
    display: flex;
    padding-bottom: 5px;
    align-items: center;
    justify-content: space-between;
    background: none;
}

.sportZone .cubeZone .cube .listS:nth-child(1) {
    margin-top: 5px;
}

.sportZone .cubeZone .cube .listS .leftZone {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative
}
.sportsFrame.abroad .sportZone .cubeZone .cube .listS .leftZone .time {
    display:none;
}

.sportZone .cubeZone .cube .listS .leftZone .gameName {
    word-break: keep-all;
    text-align: center;
}

.sportZone .cubeZone .cube .listS .rightZone {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sportZone .cubeZone .cube .listS .rightZone .chooseBtn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 3px;
}

.sportZone .cubeZone .cube .listS .rightZone .chooseBtn .single-pick-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}

.sportZone .cubeZone .cube .listS .rightZone .chooseBtn .single-pick-wrap .single-pick {
    flex: 30%;
}

.sportZone .cubeZone .cube .listS .rightZone .chooseBtn .bet-pick {
    width: 100%;
    height: 32px;
    padding: 0 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    border: 1px solid #3d3d3d;
    background: #2c2c2d;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}

.sportsFrame .chooseZone .locked{
    opacity: 0.7;
    cursor: default;
    pointer-events: none;
}

.sportZone .cubeZone .cube .listS .rightZone .chooseBtn .bet-pick .team-wrap {
    display: flex;
    align-items: center
}

.sportZone .cubeZone .cube .listS .rightZone .chooseBtn .bet-pick .team-wrap img {
    width: 20px;
}
.sportZone .cubeZone .cube .listS .rightZone .chooseBtn .bet-pick .team-wrap img[src=""] {
    display:none
}
.sportZone .cubeZone .cube .listS .rightZone .chooseBtn .bet-pick .team-wrap img[src="default"] {
    content:url(../images/common/default.png)
}

.sportZone .cubeZone .cube .listS .rightZone .chooseBtn .bet-pick .team-wrap p {
    margin-left: 5px;
    margin-right: 5px;
}

.sportZone .cubeZone .cube .listS .rightZone .chooseBtn .bet-pick .odds-wrap {
    display: flex;
    align-items: center
}
.sportsFrame .cube .handi-mark{
    color:#47ff47
}
.sportsFrame .arrow.icon-ardown{
    color:#479eff !important
}
.sportsFrame .arrow.icon-arup{
    color:#ff4747 !important
}

.sportZone .cubeZone .cube .listS .rightZone .chooseBtn .bet-pick .odds-wrap span {
    margin: 0 3px;
    opacity: 1;
    animation: shineArrow .9s infinite
}

.sportZone .cubeZone .cube .listS .rightZone .chooseBtn .btn20 {
    width: 20%;
    height: 32px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:1;
    text-transform: uppercase;
}

.sportZone .cubeZone .cube .listS .rightZone .more a {
    width: 60px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    color: var(--primary);
    margin-left: 3px;
    border-radius: 3px;
    border: 1px solid #3d3d3d;
    background: #2c2c2d;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}
.sportZone .cubeZone .cube .listS .rightZone .more a.active {
    background: var(--primary);
    color:white;
}
.sportZone .cubeZone .cube .listS .rightZone .market-name {
    width: 69px;
    border-radius: 5px;
    text-align:center;
    opacity:0;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: auto-phrase;
}

.chooseZone .topInfo {
    display: flex;
    align-items: center;
    padding: 5px 50px;
    justify-content: space-around;
    border: 1px solid #3d3d3d;
    border-radius: 10px;
    background: #2c2c2d;
    font-size: 22px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}
.chooseZone .topInfo .team {
    flex:1;
}
.chooseZone .bZone {
    background: #2c2c2d;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    margin-bottom: 7px;
    padding: 8px;
    border-radius: 3px;
}
.chooseZone .bZone .titleS {
    height: 30px;
}

.chooseZone .bZone .content {
    padding: 5px 0px;
}

.chooseZone .bZone .content .btnZone {
    display: flex;
    justify-content: space-between;
    padding-bottom: 3px;
    gap: 3px;
    flex-wrap: wrap;
}

.sportsFrame .chooseZone .btnZone .bet-pick:hover {
    background: var(--main);
    border: 1px solid #505050
}

.sportsFrame .chooseZone .btnZone .bet-pick {
    height: 35px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    padding: 0 8px;
    border: 1px solid #3d3d3d;
    background: #2c2c2d;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}
.chooseZone .bZone .content .btnZone .bet-pick .right span {
    color: var(--font01)
}

.sportsFrame .chooseZone .liveZone {
    padding: 5px;
    position: relative;
    background: #2c2c2d;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}

.sportsFrame .chooseZone .liveZone .frameA {
    position: relative;
    width: 97%;
    height: 110%;
    background-color: #282828;
    margin: 30px auto 15px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #4b4b4b
}

.sportsFrame .chooseZone .liveZone .frameA.active {
    border: 1px solid var(--border);
    filter: drop-shadow(0px 0px 5px var(--primary));
}

.sportsFrame .chooseZone .liveZone .frameA:last-child {
    margin-bottom: 20px!important
}

.sportsFrame .chooseZone .liveZone .frameA .title02 {
    width: 93%;
    position: absolute;
    top: -1%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sportsFrame .chooseZone .liveZone .frameA .title02 .time {
    padding: 8px 15px;
    background-color: #282828;
    border: 1px solid #505050;
    border-radius: 5px
}

.sportsFrame .chooseZone .liveZone .frameA .title02 .more {
    padding: 8px 15px;
    background-color: #282828;
    border: 1px solid #505050;
    border-radius: 5px;
    cursor: pointer
}

.sportsFrame .chooseZone .liveZone .frameA .title02 .more:hover {
    background-color: var(--primary)!important;
}

.sportsFrame .chooseZone .liveZone .frameA .content {
    padding: 33px 8px 10px;
}

.sportsFrame .chooseZone .liveZone .content .teams {
    display: flex;
    padding: 8px 0;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.sportsFrame .chooseZone .liveZone .content .teams .bTime {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--font02);
    font-size: 12px;
}
.sportsFrame .chooseZone .liveZone .content .teams .teamBG img {
    height: 52px;
}
.sportsFrame .chooseZone .liveZone .content .teams .teamBG img[src=""] {
    display:none;
}
.sportsFrame .chooseZone .liveZone .content .teams .teamBG img[src="default"] {
    content:url(../images/common/default.png);
    width: fit-content;
}
.sportsFrame .chooseZone .liveZone .content .teams .teamZone {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sportsFrame .chooseZone .liveZone .content .teams .teamZone .point {
    font-size: 36px;
    font-family: ko-bold!important
}

.sportsFrame .chooseZone .liveZone .content .teams .centerZone {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-family: ko-bold!important
}

.sportsFrame .chooseZone .liveZone .content .btnZone {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    gap: 2px;
}

.sportsFrame .chooseZone .liveZone .content .btnZone .bet-pick.btn20 {
    width:80px;
    justify-content: center;
}

.inplay-sched>table>thead>tr>th {
    background: #333333;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
}

.inplay-sched>table>tbody>tr>.date-time {
    padding-left: 4px;
    border-right: 1px solid #313131;
    border-bottom: 1px solid #313131;
}

.inplay-sched>table>tbody>tr>td {
    /* border-right: solid 1px grey; */
}

.inplay-sched>table>tbody>tr>.game-info {
    display: flex;
    flex-flow: column;
    padding: 5px;
    border-bottom: 1px solid #313131;
}

.inplay-sched>table>tbody>tr>.game-info>.location-info {
    font-size: 13px;
    color: grey;
    text-align: left;
    padding-bottom: 3px;
}

.inplay-sched>table>tbody>tr>.game-info>.team-info {
    font-size: 14px;
    color: #d7d7d7;
    text-align: left;
    padding-left: 20px;
}

.inplay-sched>table>tbody>tr>.game-info>.team-info>.team-vs {
    color: #77118b;
}

.inplay-sched>table>tbody>tr>.game-info>.team-info>img {
    width: 16px;
    height: 16px;
    padding-right: 2px;
}
.inplay-sched>table>tbody>tr>.game-info>.team-info>img[src=""] {
    display:none
}
.inplay-sched>table>tbody>tr>.game-info>.team-info>img[src="default"] {
    content:url(../images/common/default.png)
}

@media (hover: hover) and (pointer: fine) {
    .sportZone .cubeZone .cube .listS .rightZone .chooseBtn .bet-pick:hover {
        background: #014970;
        border: 1px solid #505050
    }   
}

@media screen and (max-width: 800px) {
    .chooseZone.right {display: none;width: 100%;}
    .chooseZone .bZone {padding: 3px;}
    .sportZone .cubeZone .cube {padding: 3px}
    .sportZone .cubeZone .cube:has(.mob.btn-more-odds.active) {border: 1px solid var(--border)}
    .sportZone .cubeZone .cube .listS .rightZone {flex-wrap: wrap;}
    .sportZone .cubeZone .cube .listS .rightZone .market-name,
    .sportZone .cubeZone .cube .listS .rightZone .more {position: absolute;right: 6px;opacity: 1;width:50px}
    .sportZone .cubeZone .cube .listS .rightZone .more a {width:100%;margin-left: 0;}
    .sportZone .cubeZone .cube .listS .rightZone .chooseBtn {margin-right: 55px;}
    .mob-market-list {width: 100%;}

    .sports_bet_cart {position: fixed;bottom: 110px;z-index: 99;right: 23px;border-radius: 50%;width: 65px;height: 65px;border: 3px solid var(--border);background: url(../images/common/slip.png);background-color: #282828c4;background-size: contain;animation: moveToLeft .5s ease-out;display: none;}
	.sports_bet_cart.on {display:block}
	.sports_bet_cart img {width: 100px;}
	.sports_bet_cart .bet_cnt {right: -5px;position: absolute;bottom: -7px;font-size: 18px;background: #363636bf;width: 20px;border: 3px solid var(--border);height: 20px;border-radius: 50%;display: flex;justify-content: center;align-items: center;padding: 5px;}

}