@charset "UTF-8";

/* 스포츠 컨텐츠 */
.result_section {background: #2c2c30;padding:8px;margin-bottom:3px;box-shadow: rgba(0, 0, 0, 0.35) -3px 6px 6px -3px;}
.result_section h4 {background:#111111;height:30px;padding:4px 10px;font-size:12px;transition:200ms all;display: flex;align-items: center;gap: 5px;}
.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: 8px 0;*zoom:1;}
.result_section .time_arae {float:left;width:15%;text-align:center;line-height: 20px;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: linear-gradient(to bottom, rgba(179,22,22,1) 1%,rgba(74,0,0,1) 100%) !important;
}

.bonus-bet.pick {
    background: var(--second) !important;
    color: white !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: '\e915';
    color: red;
}

.odds-down .icon-state::before {
    content: '\e916';
    color: #008eff;
}

.sportsFrame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0b0b11;
    position: relative;
}

.sportsFrame .chooseFrame {
    height: calc(100vh - 135px);
    position: relative;
    display: flex;
}

.sportsFrame .paging_box {
    padding-bottom: 60px;
}

.sportsFrame .chooseFrame .chooseZone {
    width: 100%;
    overflow-y: scroll;
    position: relative;
    padding: 5px;
    margin-top: 60px;
    background: #212121;
}
.sportsFrame.abroad .chooseFrame .chooseZone.right {margin-left: 5px;} 
.sportsFrame .chooseZone.right img.info {width:100%}
.sportsFrame .chooseFrame .chooseZone .sportZone {
    overflow: scroll;
}
.sportsFrame img.arrow {
    width:10px
}

.sportsFrame .bonus-folder-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 5px;
    border: 2px solid #222733;
    background: #191919;
}

.sportsFrame .bonus-folder-wrap .bonus-bet {
    padding: 5px 10px;
    border: 1px solid var(--second);
    display: flex;
    justify-content: space-between;
    color: var(--second);
    cursor: pointer;
    align-items: center;
}
.sportsFrame .bonus-folder-wrap .bonus-bet .odds {
    background:black;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}
.sportsFrame .chooseFrame .chooseZone .bFrame .bet-pick{
    flex: 26%;
}

.sportsFrame .chooseFrame .chooseZone .bFrame .bet-pick .left span {
    color: var(--second);
}

.sportsFrame .tabSports {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    background: #212121;
    overflow: scroll;
    padding: 3px 8px;
}

.sportsFrame .tabSports button {
    background: -webkit-linear-gradient(90deg,rgb(210,158,84) 15%,rgb(236,204,148) 100%);
    color: #0078a3;
    border: none;
    border-radius: 5px;
    padding: 7px 13px;
    height: 33px;
    margin-right: 5px;
    font-size: 12px;
    transition: .3s ease-out
}

.sportsFrame .tabSports ul {
    display: flex;
    align-items: center;
    border: none;
    text-align: center;
    gap: 2px;
}

.sportsFrame .tabSports ul li {
    cursor: pointer;
    border: 1px solid var(--border);
    z-index: 0;
    width: 65px;
    position: relative;
    padding: 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: 25px;
    margin-top: 0px;
}
.sportsFrame .tabZone {
    padding: 3px;
}

.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: 2px solid #222733;
    background: #191919;
    padding: 0px;
    margin-bottom: 3px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}
.sportsFrame .titleS {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
    background: black;
    color: white;
}

.sportsFrame .titleS .left {
    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: 2px;
    align-items: center;
    justify-content: space-between;
    background: none;
}

.sportZone .cubeZone .cube .listS:nth-child(1) {
    margin-top: 10px;
}

.sportZone .cubeZone .cube .listS .gameName {
    word-break: keep-all;
    text-align: center;
    color: #f90;
    background: #2d353c;
    border: 2px solid #2d353c;
    width: 20%;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sportZone .cubeZone .cube .listS .chooseBtn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2px;
}
.sportZone .cubeZone .cube .listS[class*="game-sub"] .chooseBtn {
    margin-right:63px;
}
.sportsFrame.domestic .sportZone .cubeZone .cube .listS .chooseBtn {
    margin-right:0 !important;
}
.sportZone .cubeZone .cube .listS .chooseBtn .single-pick-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}

.sportZone .cubeZone .cube .listS .chooseBtn .single-pick-wrap .single-pick {
    flex: 30%;
}

.sportZone .cubeZone .cube .listS .chooseBtn .bet-pick {
    width: 100%;
    height: 40px;
    padding: 0 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #3d3d3d;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    background: linear-gradient(180deg,#2d353c,#222);
    border-color: #424242 #181818 #232324 #2c3339;
    font-weight: 600;
}

.sportsFrame .chooseZone .locked{
    opacity: 0.7;
    cursor: default;
    pointer-events: none;
}

.sportZone .cubeZone .cube .listS .chooseBtn .bet-pick .team-wrap {
    display: flex;
    align-items: center
}

.sportZone .cubeZone .cube .listS .chooseBtn .bet-pick .team-wrap img {
    width: 20px;
}
.sportZone .cubeZone .cube .listS .chooseBtn .bet-pick .team-wrap img[src=""] {
    display:none
}
.sportZone .cubeZone .cube .listS .chooseBtn .bet-pick .team-wrap img[src="default"] {
    content:url(../images/common/default.png)
}

.sportZone .cubeZone .cube .listS .chooseBtn .bet-pick .team-wrap p {
    margin-left: 5px;
    margin-right: 5px;
}

.sportZone .cubeZone .cube .listS .chooseBtn .bet-pick .odds-wrap {
    display: flex;
    align-items: center
}
.sportsFrame .cube .handi-mark{
    color:#47ff47;
    margin: 0 2px;
}
.sportsFrame .arrow.icon-arrow-down{
    color:#479eff !important
}
.sportsFrame .arrow.icon-arrow-up{
    color:#ff4747 !important
}

.sportZone .cubeZone .cube .listS .chooseBtn .bet-pick .odds-wrap span {
    opacity: 1;
    animation: shineArrow .9s infinite
}

.sportZone .cubeZone .cube .listS .chooseBtn .btn20 {
    width: 20%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:1;
    text-transform: uppercase;
}

.sportZone .cubeZone .cube .listS .more a {
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    color: var(--primary);
    margin-left: 1px;
    border: 1px solid #3d3d3d;
    background: #2c2c2d;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
}
.sportZone .cubeZone .cube .listS .more a.active {
    background: var(--second);
    color:white;
}
.sportZone .cubeZone .cube .listS .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;
    display: none;
}

.chooseZone .topInfo {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    justify-content: space-between;
    border: 1px solid #3d3d3d;
    background: linear-gradient(180deg,#25323b,#181d21);
    font-size: 18px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    color: #cbcbcb;
}
.chooseZone .topInfo .team {
    flex:1;
}
.chooseZone .bZone {
    background: #121619;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
    margin-bottom: 7px;
}

.chooseZone .bZone .content {
    padding: 5px;
}

.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;
    cursor: pointer;
    position: relative;
    padding: 0 8px;
    background-color: #2e302d;
    border: 1px solid #3f4346;
}
.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%;
    background-color: #333333bf;
    background-size: 100% 100%;
    background-blend-mode: color;
    margin: 30px auto 10px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #4b4b4b
}
.sportsFrame .chooseZone .liveZone .frameA.type-6046 {
    background-image:url(../images/common/sports_bg_football.png);  
}
.sportsFrame .chooseZone .liveZone .frameA.type-35232 {
    background-image:url(../images/common/sports_bg_hockey.png);    
}
.sportsFrame .chooseZone .liveZone .frameA.type-48242 {
    background-image:url(../images/common/sports_bg_basketball.png);    
}
.sportsFrame .chooseZone .liveZone .frameA.type-131506 {
    background-image:url(../images/common/sports_bg_soccer.png);    
}
.sportsFrame .chooseZone .liveZone .frameA.type-154914 {
    background-image:url(../images/common/sports_bg_baseball.png);
}
.sportsFrame .chooseZone .liveZone .frameA.type-154830 {
    background-image:url(../images/common/sports_bg_volleyball.png);    
}
.sportsFrame .chooseZone .liveZone .frameA.type-687890 {
    background-image:url(../images/common/sports_bg_esports.png);   
}
.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: 3px;
}

.sportsFrame .chooseZone .liveZone .frameA .title02 .more {
    padding: 8px 15px;
    background-color: #282828;
    border: 1px solid #505050;
    border-radius: 3px;
    cursor: pointer
}

.sportsFrame .chooseZone .liveZone .frameA .title02 .more:hover {
    background-color: var(--primary)!important;
}

.sportsFrame .chooseZone .liveZone .content {
    padding: 33px 3px 3px;
}

.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;
}

@media (hover: hover) and (pointer: fine) {
    .sportZone .cubeZone .cube .listS .chooseBtn .bet-pick:hover {
        background: #014970;
        border: 1px solid #505050
    }   
}

@media screen and (max-width: 800px) {
    .sportsFrame .tabSports {padding:0}
    .sportsFrame .tabZone ul li {min-width:unset}
    .chooseZone.right {display: none;width: 100%;}
    .sportZone .cubeZone .cube .listS .chooseBtn {margin-right:35px !important;font-size: 10px;}
    .sportZone .cubeZone .cube .listS .gameName {width:15%;min-width: 30px;}
    .chooseZone.left .chooseBtn {margin-right:35px !important}
    .chooseZone .bZone .content {padding:5px 0}
    .sportZone .cubeZone .cube .listS {flex-wrap: wrap;position: relative;}
    .sportZone .cubeZone .cube .listS .market-name,
    .sportZone .cubeZone .cube .listS .more {position: absolute;right: 0;opacity: 1;width: 35px;top: 0;}
    .sportZone .cubeZone .cube .listS .more a {width:100%;margin-left: 0;}
    .mob-market-list {width: 100%;}
    .sports_bet_cart {position: fixed;bottom: 0;z-index: 99;right: 0;width: 100%;background: var(--primary);background-size: contain;animation: moveToTop .5s ease-out;text-align: center;padding:10px;display: none;}
    .sports_bet_cart.on {display:block}
}