<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* common */
.pick {
    background-color: var(--main01) !important;
    border: 1px solid var(--main01) !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: '\e90d';
    color: red;
}

.odds-down .icon-state::before {
    content: '\e90e';
    color: #008eff;
}

.switcher .arrowT {
    color: #555555;
    font-size: 12px;
    transition: .2s ease-out;
}
.switcher .arrowT::before{
    content: "\eb02";
    font-family: 'icomoon';
}
.switcher.opened .arrowT {
    transform: rotate(180deg);
}

/* main */
#sports.main_content {
    padding: 0;
    height: calc(100vh - 70px);
}

.sportFrame {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.sportFrame .chooseFrame{
    width: 85%;
    height: 100%;
    float: left;
    position: relative;
    display: flex;
}

.sportFrame .chooseZone {
    background-color: #ffffff;
}

.sportFrame .paging_box {
    padding-bottom: 60px;
}

/* left menu */
.sportFrame .menuZone {
    float: left;
    width: 15%;
    background-color: white;
    overflow-y: scroll;
    height: 100%;
}
.sportFrame .menuZone .search-box{
    display: flex;
    align-items: center;
    margin: 5px;
}
.sportFrame .menuZone .search-box input{
    border: 1px solid var(--main03);
    box-sizing: border-box;
    border-radius: 3px;
    text-indent: 5px;
    margin-right: 1px;
    height: 30px;
    font-size: 12px;
}
.sportFrame .menuZone .search-box button{
    white-space: nowrap;
    padding: 7px;
    border-radius: 3px;
    background: var(--main01);
    color: white;
    height: 30px;
}
.sportFrame .menuZone .title {
    width: 100%;
    height: 40px;
    color: var(--main);
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 0 10px 0px 10px;
    border-bottom: 1px solid #dedede;
    justify-content: space-between;
}

.sportFrame .menuZone .title img {
    margin-right: 8px
}

.sportFrame .menuZone .goResult {
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 10px;
    cursor: pointer;
    position: relative;
    background: var(--main01);
    color: #ffffff;
}
.sportFrame .menuZone .goResult span.icon-arupa {
    transform: rotate(90deg);
    transition: .2s all
}

.sportFrame .menuZone .goResult:hover span.icon-arupa {
    transform: rotate(90deg) translateY(-5px)
}

.sportFrame .menuZone .sideMenu {
    height: auto;
    overflow: hidden;
}

.sportFrame .menuZone .sideMenu ul {
    background-color: #292e2f;
}

.sportFrame .menuZone .sideMenu ul li {
    width: 100%;
    float: right;
    height: 45px;
    display: flex;
    align-items: center;
    background: linear-gradient(#f4f4f4,#ffffff);
    font-size: 13px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    cursor: pointer;
    justify-content: space-between;
    padding-right: 7px;
}

.sportFrame .menuZone .sideMenu ul li:hover {
    background: var(--main02);
    color: var(--font02);
}

.sportFrame .menuZone .sideMenu ul li .info {
    display: flex;
    align-items: center;
}

.sportFrame .menuZone .sideMenu ul li span {
    color: #6c6c6c;
    font-family: ko-regular!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    height: 100%;
    line-height: 54px;
}
.sportFrame .menuZone .sideMenu ul li img {
    margin: 5px;
}

.sportFrame .menuZone .sideMenu01 .ballTitle {
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    cursor: pointer;
    position: relative;
    margin-top: -1px;
}

.sportFrame .menuZone .sideMenu01 .ballTitle:hover {
    background: var(--main02);
    cursor: pointer;
    transition: .2s all ease-out
}

.sportFrame .menuZone .sideMenu01 .ballTitle .ball {
    display: flex;
    align-items: center;
    font-family: ko-regular!important
}

.sportFrame .menuZone .sideMenu01 .ballTitle .ball img {
    height: 25px;
    margin-right: 10px
}

.sportFrame .menuZone .sideMenu01 .ballTitle .arrowT {
    opacity: 0;
}

.sportFrame .menuZone .sideMenu01 .ballTitle:hover .arrowT {
    opacity: 1
}

.sportFrame .menuZone .sideMenu01 .ballTitle .txt {
    color: var(--main);
    opacity: 1;
    transition: .2s ease-out;
    position: absolute;
    right: 7px
}

.sportFrame .menuZone .sideMenu01 .ballTitle:hover .txt {
    opacity: 0
}

.sportFrame .menuZone .sideMenu01 .countryTitle {
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px;
}

.sportFrame .menuZone .sideMenu01 .countryTitle:hover {
    background: var(--main02);
    cursor: pointer;
    transition: .2s all ease-out
}

.sportFrame .menuZone .sideMenu01 .countryTitle .ball {
    display: flex;
    align-items: center;
    /* color: #ffffff; */
    font-family: ko-regular!important
}

.sportFrame .menuZone .sideMenu01 .countryTitle .ball img {
    height: 17px;
    margin-right: 6px
}

.sportFrame .menuZone .sideMenu01 .countryFrame .country {
    border-bottom: 1px solid #e5e5e5;
    line-height: 15px;
    padding: 8px 16px;
    cursor: pointer;
    transition: .4s ease-out;
    font-size: 12px;
}


.sportFrame .menuZone .sideMenu01 .countryFrame .country:hover {
    background: var(--main02);
    /* color: #ffffff; */
}

/* right decide */
.sportFrame .decideZone {
    overflow-y: scroll;
    position: fixed;
    display: none;
    width: 450px;
    height: 700px;
    background-color: white;
    filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, 0.25));
    padding: 30px 20px;
    z-index: 10;
    right: 8%;
    top: 14%;
}
.sportFrame .decideZone.on {
    display:block;
}

.sportFrame .setZone {
    padding-left: 5px;
    display: flex;
    flex-wrap: wrap;
}

.sportFrame .setZone .set01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.sportFrame .setZone .set01 .switchZone {
    display: flex;
    align-items: center;
    padding: 7px;

}

.sportFrame .setZone .set01 .switchZone .switch {
    width: 45px;
    height: 26px;
    position: relative;
    border-radius: 20px;
    cursor: pointer;
    background: #4b4b4b;
}

.sportFrame .setZone .set01 .switchZone .switch:before {
    content: "";
    width: 19px;
    height: 19px;
    background-color: var(--font01);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 31%;
    transform: translate(-50%,-50%)
}

.sportFrame .setZone .set01 .switchZone .txt {
    white-space: nowrap;
    font-size: 14px;
    margin-left: 5px;
    color: var(--font02);
}

.sportFrame .setZone .set01 .switchZone .frame {
    position: relative
}
.sportFrame .setZone .set01  .switchZone .frame .hoverMsg {
    position: absolute;
    transform: translate(-35%,20%);
    z-index: 5;
    padding: 10px;
    border-radius: 10px;
    color: var(--font02);
    line-height: 1.6;
    font-size: 12px;
    text-align: justify;
    width: 250px;
    background: white;
    filter: drop-shadow(2px 3px 6px #ccc);
    display: none
}

.sportFrame .setZone .set01  .switchZone .frame .hoverMsg:after {
    content: "";
    position: absolute;
    top: -10%;
    left: 36%;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent;
}

.sportFrame .setZone .set01 .switchZone .frame:hover .hoverMsg {
    display: block
}

.sportFrame .setZone .set01 .switchZone span {
    font-size: 18px;
    margin-left: 3px;
    color: var(--font02);
}

.sportFrame .setZone .set01.on .switchZone .switch {
    background: linear-gradient(var(--main),var(--main));
}

.sportFrame .setZone .set01.on .switchZone .switch:before {
    left: 71%
}
.sportFrame .setZone .set01 .inputFrame {
    height: 33px;
    border-radius: 5px;
    margin-left: 5px;
    position: relative;
    display: none;
    border: 1px solid #e5e5e5;
}
.sportFrame .setZone .set01.on .inputFrame { 
    display: block;
}

.sportFrame .setZone .set01 .inputFrame input {
    padding-left: 5px;
    height: 33px;
    color: var(--font02);
    width: 100%;
    border: 0;
    max-width: 150px;
    outline: none
}

.sportFrame .setZone .set01 .inputFrame input::placeholder {
    color: #505050;
    font-size: 12px
}

.sportFrame .setZone .set01.on .inputFrame .editZone .button{ 
    position: absolute;
    right: 3px;
    top: 3px;
    color: white;
    background: #4c4c4c;
    padding: 6px;
    border-radius: 5px;
    cursor: pointer;
}

.sportFrame .setZone .set01 .league-menu-wrap{
    color: #a8a7a7;
    display: flex;
    word-break: keep-all;
    align-items: center;
}

.sportFrame .setZone .set01 .league-menu-wrap span{
    font-size:10px;
    border: 2px solid #ddd;
    color: #cacaca;
    padding: 5px;
    border-radius: 15px;
    margin: 0 5px;
}

.sportFrame .setZone .set01 .setIcon span {
    color: var(--font02);
    font-size: 23px
}

.sportFrame .setZone .set01 + .warning {
    color: var(--font02);
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 5px 10px;
    display: none;
}

.sportFrame .setZone .set01.on + .warning {
    display: flex;
}

.sportFrame .setZone .warning span {
    color: #ff6d0b;
    font-size: 19px;
    margin-right: 5px
}

.sportFrame .decideZone .title {
    color: var(--font01);
    font-size: 13px;
    padding: 9px;
    font-family: ko-regular!important;
    background: var(--main01);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sportFrame .decideZone .title .xx {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.sportFrame .decideZone .tabBar ul {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.sportFrame .decideZone .tabBar ul li {
    width: 50%;
    height: 40px;
    background-color: #ffffff;
    color: black;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #cbcbcb;
}

.sportFrame .decideZone .tabBar ul li span {
    margin-left: 3px
}

.sportFrame .decideZone .tabBar ul li:hover,
.sportFrame .decideZone .tabBar ul li.activeTab {
    border-bottom: 2px solid var(--main);
    color: var(--main);
}

.sportFrame .decideZone .listConent .list {
    position: relative;
    margin: 0 auto 13px;
    border-radius: 6px;
    overflow: hidden;
    background: linear-gradient(#ffffff,#e7e7e7);
}

.sportFrame .decideZone .listFrame .listZone .topZone {
    height: 38px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sportFrame .decideZone .listFrame .listZone .topZone .refreshZone {
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s ease-out
}

.sportFrame .decideZone .listFrame .listZone .topZone span {
    margin: 0px 5px;
    font-size: 14px;
}

.sportFrame .decideZone .listFrame .listZone .topZone .deleteAll {
    display: flex;
    align-items: center;
    cursor: pointer
}

.sportFrame .decideZone .listFrame .list .title .team-wrap span {
    color: red;
    font-size: 15px;
    margin-right: 4px;
    display: none
}

.sportFrame .decideZone .listFrame .blocking .title .team-wrap span {
    display: inline-block;
}
.sportFrame .decideZone .listFrame .blocking .mask {
    display: block
}

.sportFrame .decideZone .listFrame .list .content {
    padding: 5px 10px;
}
.sportFrame .decideZone .listFrame .moneyZone .list {
    padding:10px
}
.sportFrame .decideZone .listFrame .list .txtList {
    color: var(--font02);
    font-family: ko-bold!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.sportFrame .decideZone .listZone {
    padding: 0px 3px;
}

.sportFrame .decideZone .listZone .slipZone {
    margin: 20px auto 0
}

.sportFrame .decideZone .listZone .slipZone .slip {
    position: relative;
    overflow: hidden;
    margin-bottom: 13px;
    border: 1px solid #b1aeae;
}

.sportFrame .decideZone .listZone .slipZone .slip .content {
    position: relative;
    padding: 10px;
}

.sportFrame .decideZone .listZone .slipZone .slip .content .ballZone {
    font-size: 12px;
    border-bottom: 1px dotted #736f6f;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sportFrame .decideZone .listZone .slipZone .slip .content .ballZone .team-wrap{
    display: flex;
    padding-bottom: 10px;
    align-items: center;
}

.sportFrame .decideZone .listZone .slipZone .slip .content .ballZone .team-wrap .team{
    margin-left: 15px;
    color: #00839f;
}

.sportFrame .decideZone .listZone .slipZone .slip .content .ballZone .bet-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    border: 1px solid #919191;
    padding: 0px 10px;
    border-radius: 5px;
    height: 30px;
}

.sportFrame .decideZone .listZone .slipZone .slip .content .status{
    padding: 5px 10px;
    border-radius: 5px;
    background: #0088ff;
    white-space: nowrap;
    color: white;
}

.sportFrame .decideZone .listZone .slipZone .slip .content .resultZone {
    margin-top: 7px;
    font-size: 12px;
}

.sportFrame .decideZone .listZone .slipZone .slip .content .resultZone .result{
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

.sportFrame .decideZone .listZone .slipZone .slip .content .resultZone .result .sp-number {
    font-size: 14px;
    color: #00839f;
    font-weight: 600;
}
.sportFrame .decideZone .listZone .slipZone .slip .content .resultZone .button-wrap {
    margin:10px 0;
}
.sportFrame .decideZone .listZone .slipZone .slip .content .resultZone .cancel-btn{
    padding: 7px 30px;
    border-radius: 5px;
    background: #f73759;
    color: white;
}

.sportFrame .decideZone .listZone .more {
    color:white;
    cursor:pointer;
    text-align:center;
}

.sportFrame .decideZone .moneyZone {
    position: relative;
    margin: 0 auto 13px;
    overflow: hidden;
}

.sportFrame .decideZone .moneyZone .input_content {
    width: 67%;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
}

.sportFrame .decideZone .moneyZone .moneyBtnFrame {
    padding: 0 8px;
    margin-top: -15px
}

.sportFrame .decideZone .moneyZone .moneyBtnFrame .moneyBtns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 5px;
    justify-content: space-between;
    gap: 3px;
}

.sportFrame .decideZone .moneyZone .moneyBtnFrame .moneyBtns .btnD {
    border: 1px solid var(--main);
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.sportFrame .decideZone .moneyZone .moneyBtnFrame .moneyBtns .btnD:hover {
    color: #ffffff;
    background: var(--main);
    border: 1px solid #505050;
}

.sportFrame .decideZone .moneyZone .moneyBtnFrame .btnFrame {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    gap: 3px;
}

.sportFrame .decideZone .moneyZone .moneyBtnFrame .btnFrame .btnA {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0s ease-out;
    border-radius: 4px;
    color: var(--font01);
}

.sportFrame .decideZone .moneyZone .moneyBtnFrame .btnFrame .btnA span {
    font-size: 16px;
    margin-right: 7px;
    color: var(--font01)
}

.sportFrame .decideZone .moneyZone .moneyBtnFrame .btnFrame .btnA:nth-child(1) {
    flex: 1;
    background: #666363;
}

.sportFrame .decideZone .moneyZone .moneyBtnFrame .btnFrame .btnA:nth-child(2) {
    flex: 2;
    background: var(--main01);
}

.sportFrame .decideZone .moneyZone .moneyBtnFrame .btnFrame .btnA:hover {
    background: var(--main);
    color: var(--font01)
}

.sportFrame .decideZone .result .txtList {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}

/* sports */
.sportFrame .chooseZone {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    margin-top: 40px;
    padding-bottom: 40px;
}

.sportFrame .chooseZone .sportZone {
    overflow: scroll;
}

.sportFrame .chooseZone .sportZone .bonus-folder-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 5px;
    cursor: pointer;
    padding: 5px;
}

.sportFrame .chooseZone .sportZone .bonus-folder-wrap .bonus-bet {
    padding: 10px;
    border: 1px solid var(--main01);
    border-radius: 5px;
    width: 100%;
    font-size: 12px;
}

.sportFrame .chooseZone .bFrame .bet-pick{
    flex: 30%;
}

.sportFrame .tabZone {
    height: 40px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.sportFrame .tabZone.category {
    position: absolute;
    z-index: 2;
}
.sportFrame .tabZone 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
}

.sportFrame .tabZone ul {
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 5px;
    border: none
}

.sportFrame .tabZone ul li {
    height: 32px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid var(--main);
    font-size:12px;
    color:var(--main);
}

.sportFrame .tabZone ul li img {
    margin-right: 5px
}

.sportFrame .tabZone ul li:hover,
.sportFrame .tabZone ul li.active
{
    background: var(--main);
    color: #ffffff;
    transition: .4s ease-out;
}

.sportFrame .cubeZone .cube .listS {
    display: flex;
    width: 100%;
    padding: 2px 5px;
    align-items: center;
    justify-content: space-between;
    background: none;
    color: var(--font02);
    font-size: 12px
}

.sportFrame .cubeZone .cube .listS:nth-child(1) {
    margin-top: 10px;
}

.sportFrame .cubeZone .cube .listS:last-child {
    margin-bottom: 10px
}

.sportFrame .cubeZone .cube .listS .leftZone {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative
}

.sportFrame .cubeZone .cube .listS .leftZone .gameName {
    word-break: keep-all;
    text-align: center;
}

.sportFrame .cubeZone .cube .listS .rightZone {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sportFrame .chooseBtn {
    display: flex;
    justify-content: space-between;
    gap: 2px;
    width: 90%;
}
.sportFrame .liveZone .chooseBtn {
    width:100%;
}
.sportFrame .chooseBtn .single-pick-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}

.sportFrame .chooseBtn .single-pick-wrap .single-pick {
    flex: 30%;
}

.sportFrame .chooseZone .locked{
    opacity: 0.7;
    background: #f9f9f9 !important;
    cursor: default;
    pointer-events: none;
}

.sportFrame .chooseZone .icon-lock{
    display: none;
}

.sportFrame .chooseZone .locked .icon-lock{
    display: initial;
}

.sportFrame .titleS {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
    color: var(--font02);
    background-color: var(--main03);
    border-top: 1px solid #fff;
    border-bottom: 1px

 solid #fff;
    box-shadow: 1px 3px 19px var(--main02);
}

.sportFrame .titleS:hover {
    background: var(--main02);
    cursor: pointer;
    transition: .2s all ease-out
}

.sportFrame .titleS .left {
    color: var(--font02);
    font-size: 14px;
    display: flex;
    align-items: center
}

.sportFrame .titleS .left img {
    margin-right: 5px;
    height: 20px
}

.sportFrame .titleS .left span {
    color: #f20f2a;
    margin: 5px
}

.sportFrame .titleS .right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.sportFrame .bet-pick {
    background-color: white;
    font-size: 12px;
    width: 100%;
    height: 35px;
    cursor: pointer;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: var(--font02);
}

.sportFrame .bet-pick.locked .icon-lock:before{
    display: initial;
    color:#00b4ff;
    font-size:14px;
    border: 1px solid #00b4ff;
    padding:5px;
    border-radius:15px;
}

.sportFrame .bet-pick.btn20 {
    width: 20%;
    justify-content: center;
}

.sportFrame .bet-pick.btn20.locked {
    background: #ffffff !important;
    opacity: 1;
}
.sportFrame .liveZone .bet-pick.btn20.locked .odds{
    display:none
}

.sportFrame .bet-pick .right span {
    color: var(--font01)
}

.sportFrame .bet-pick .team-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sportFrame .bet-pick .team-wrap img {
    width: 20px;
    margin: 6px 0;
}
.sportFrame .bet-pick .team-wrap img[src=""] {
    display: none;
}
.sportFrame .bet-pick .team-wrap img[src="default"] {
    content: url(../images/common/default.png);
}

.sportFrame .bet-pick .odds-wrap {
    display: flex;
    align-items: center
}

.sportFrame .bet-pick .odds-wrap span.icon-state {
    margin: 0 3px;
    opacity: 1;
    animation: shineArrow .9s infinite
}

@keyframes shineArrow {
    0%  {opacity: 1}
    50% {opacity: .6}
    to  {opacity: 1}
}

.sportFrame .bet-pick .arrow {
    width: 12px;
}

.sportFrame .bet-pick .arrow.icon-arup {
    color: #ff2626;
}

.sportFrame .bet-pick .arrow.icon-ardown {
    color: #0087ff;
}

.sportFrame .cubeZone .cube .listS .rightZone .more {
    width: 10%;
    padding-left: 2px;
}

.sportFrame .cubeZone .cube .listS .rightZone .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    border-radius: 5px;
    font-size: 1.1rem;
    cursor: pointer;
    background: var(--main01);
    color: white;
}

.chooseZone .videoZone .title {
    width: 100%;
    height: 40px;
    background-color: var(--main02);
    display: flex;
    align-items: center;
    padding: 0 7px 0 10px;
    justify-content: space-between
}

.chooseZone .videoZone .title .left {
    font-size: 14px;
    color: var(--font02);
    white-space: nowrap;
}

.chooseZone .videoZone .title .left img {
    margin-right: 5px;
    height: 18px;
    vertical-align: text-bottom
}

.chooseZone .videoZone .title .left span {
    color: #f20f2a;
    margin-right: 5px
}

.chooseZone .videoZone .title .left span.vs {
    color: var(--main);
    margin-left: 5px
}

.chooseZone .videoZone .title .right {
    display: flex;
    align-items: center
}
.chooseZone .videoZone .maintainZone {
    width: 100%;
    padding-bottom: 5.5%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5vh;
    background-color: #131313;
    text-align: center;
    display: none;
}

.chooseZone .videoZone .maintainZone img {
    width: 20vw
}

.chooseZone .videoZone .maintainZone h4 {
    color: var(--font02);
    margin-top: 2vh;
    font-size: 1.3vw
}

.chooseZone .videoZone .maintainZone h3 {
    color: #505050;
    margin-top: 2vh;
    width: 80%;
    font-size: .8vw;
    line-height: 1.6;
    font-family: ko-regular!important;
    text-align: center;
    margin: 2vh auto 0
}

.chooseZone .videoZone .maintainZone h3 span {
    color: var(--main01)
}

.chooseZone .bZone .content {
    padding: 10px 0;
}

.chooseZone .content .btnZone {
    display: flex;
    justify-content: space-between;
    padding: 2px 5px;
    gap: 3px;
    flex-wrap: wrap;
}

.sportFrame .chooseZone .frameA {
    position: relative;
    width: 98%;
    background-color: #ffffff;
    margin: 30px auto 15px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #b6b6b6;
    padding: 44px 8px 23px;
}

.sportFrame .chooseZone .frameA.active {
    border: 1px solid var(--main);
    filter: drop-shadow(0px 0px 5px var(--main));
}

.sportFrame .chooseZone .frameA:last-child {
    margin-bottom: 20px!important
}

.sportFrame .chooseZone .frameA .title02 {
    width: 93%;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between
}

.sportFrame .chooseZone .frameA .title02 .time {
    font-size: 14px;
    color: var(--font02);
    padding: 10px 18px;
    background-color: #ffffff;
    border: 1px solid #505050;
    border-radius: 5px
}

.sportFrame .chooseZone .frameA .title02 .more {
    padding: 10px 18px;
    font-size: 14px;
    color: var(--font01);
    background-color: var(--main01);
    border-radius: 5px;
    cursor: pointer
}

.sportFrame .chooseZone .frameA .title02 .more:hover {
    background-color: var(--main)!important
}

.sportFrame .chooseZone .teams {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
    color: var(--font02)
}

.sportFrame .chooseZone .teams .bTime {
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--font02);
    font-size: 12p'x-large';
}

.sportFrame .chooseZone .teams .teamZone {
    display: flex;
    align-items: center;
}

.sportFrame .chooseZone .teams .teamBG img {
    height: 52px
}
.sportFrame .chooseZone .teams .teamBG img[src=""] {
    display:none;
}
.sportFrame .chooseZone .teams .teamBG img[src="default"] {
    content:url(../images/common/default.png);
    width:fit-content;
}

.sportFrame .chooseZone .teams .teamZone .score {
    font-size: 36px;
    font-family: ko-bold!important;
}

.sportFrame .chooseZone .teams .centerZone {
    font-size: 30px;
    font-family: ko-bold!important;
}

.inplay-sched&gt;table&gt;thead&gt;tr&gt;th {
    background: #333333;
    padding: 10px 10px;
    text-align: left;
    font-size: 14px;
    color: white;
}

.inplay-sched&gt;table&gt;tbody&gt;tr&gt;.date-time {
    padding-left: 4px;
    border-right: 1px solid #313131;
    border-bottom: 1px solid #313131;
}

.inplay-sched&gt;table&gt;tbody&gt;tr&gt;td {
    /* border-right: solid 1px grey; */
}

.inplay-sched&gt;table&gt;tbody&gt;tr&gt;.game-info {
    display: flex;
    flex-flow: column;
    padding: 5px;
    border-bottom: 1px solid #313131;
}

.inplay-sched&gt;table&gt;tbody&gt;tr&gt;.game-info&gt;.location-info {
    font-size: 13px;
    color: grey;
    text-align: left;
    padding-bottom: 3px;
}

.inplay-sched&gt;table&gt;tbody&gt;tr&gt;.game-info&gt;.team-info {
    font-size: 14px;
    color: #d7d7d7;
    text-align: left;
    padding-left: 20px;
}

.inplay-sched&gt;table&gt;tbody&gt;tr&gt;.game-info&gt;.team-info&gt;.team-vs {
    color: #77118b;
}

.inplay-sched&gt;table&gt;tbody&gt;tr&gt;.game-info&gt;.team-info&gt;img {
    width: 16px;
    height: 16px;
    padding-right: 2px;
}
.inplay-sched&gt;table&gt;tbody&gt;tr&gt;.game-info&gt;.team-info&gt;img[src=""] {
    display:none
}
.inplay-sched&gt;table&gt;tbody&gt;tr&gt;.game-info&gt;.team-info&gt;img[src="default"] {
    content:url(../images/common/default.png)
}

#btn_top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border-radius: 50%;
    background: url(../images/common/scroll-top.svg) no-repeat center #212121;
    background-size: 70%;
    z-index: 999;
    border: 2px solid var(--main01);
    cursor: pointer;
}

#open-cart {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: fixed;
    font-size: 12px;
    border: 2px solid var(--main01);
    display: flex;
    background: #ffffffeb;
    align-items: center;
    justify-content: center;
    color: var(--main);
    animation: pulse 1s linear infinite;
    box-shadow: 0 2px 2px #2a2a2a40;
    z-index: 999;
    flex-direction: column;
    cursor: pointer;
    right: 35px;
    bottom: 85px;
}

#open-cart span {
    text-align: center;
    line-height: 1;
    padding: 4px;
    font-size: 25px;
}

#open-cart span.odds {
    margin-top: 1px;
    padding-top: 5px;
    border-top: 1px solid var(--spborderColor04);
    width: 78%;
    color: var(--sptxtColor04);
    font-weight: 700;
    font-size: .83rem
}

#open-cart b {
    position: absolute;
    right: -1px;
    top: -3px;
    width: 20px;
    height: 20px;
    background: var(--main);
    color: #f3efef;
    font-size: .72rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#open-cart .pulse {
    position: fixed;
    height: 30vw;
    width: 30vw;
    border: 15px solid rgba(230,230,230,.4);
    border-radius: 50%;
    animation: pulse2 1s ease-out;
    opacity: 0;
    z-index: -1
}
#open-cart.on .icon-cart:before {
    content:'\e903'
}
@keyframes pulse2 {
    0%  {opacity: 0; transform: scale(.1);}
    50% {opacity: 1}
    to  {opacity: 0; transform: scale(1.1);}
}

@media (hover: hover) and (pointer: fine) {
    .sportFrame .bet-pick:hover {
        background: var(--main02);
        border: 1px solid var(--main01);
    }
}

@media screen and (max-width: 990px) {
    .sportFrame {
        padding-bottom: 50px;
    }
    
    .sportFrame .menuZone {
        width: 100%;
        margin-bottom: 60px;
    }
    
    .sportFrame .head-top{
        background: linear-gradient(0deg, #d6d6d6, #ededed);
        text-align: center;
        position: relative;
        display: flex;
        justify-content: center;
        font-size: 16px;
        padding: 10px;
    }

    .sportFrame .head-top .close{
        position: absolute;
        right: 10px;
    }

    .sportFrame .chooseFrame{
        width: 100%;
    }

    .sportFrame .decideZone {
        width: 100%;
        position: absolute;
        z-index: 9999;
        padding: 5px;
        padding-bottom: 60px;
        right: 0;
        top: 0;
        height: 100%;
    }

    .sportFrame .chooseZone.right {
        display: none;
    }

    .sportFrame .chooseZone.on.right {
        display: block;
    }
    
    .sportFrame .chooseZone .titleS .time {
        margin-right:5px;
        white-space:nowrap;
    }
    
    .sportFrame .chooseZone .bZone .title {
        background-color: #545454;
        border: 1px solid #686868;
        border-radius: 6px;
    }

    .market-name {
        font-size: 10px;
        word-break: keep-all;
        text-align: center;
        display: flex;
        align-items: center;
        border-radius: 5px;
        width: 10%;
        place-content: center;
    }
    .mob-market-list {
        width: 100%;
        border: 1px solid #545859;
        padding: 5px;
        margin: 5px 0;
        border-radius: 3px 3px 7px 7px;
        display: none;
    }
    .frameA.active +.mob-market-list {
        display: block
    }

    #btn_top{
        bottom: 150px;
        right: 18px;
    }
}
</pre></body></html>