#div_gameInfo{width:100%;height:100%;overflow-y:auto;position:fixed;top:0;left:0;z-index:200;display:none;padding-bottom:120px;background:#E9EDF1;}
#div_gameInfo > .box{width:100%;min-width:360px;max-width:480px;min-height:100%;display:block;margin:0 auto;background:#E9EDF1;padding-bottom:4px;position:relative;}
#div_gameInfo > .box .title{padding:15px 10px;font-size:16px;line-height:24px;font-weight:700;letter-spacing:-.32px;text-align:center;background:#193155;position:sticky;top:0;z-index:200;}
#div_gameInfo > .box .title > .arrow-left{float:left;}
#div_gameInfo > .box .title > .star{float:right;}
#div_gameInfo > .box .game-top{padding:16px;display:flex;align-content:center;justify-content:center;flex-direction:column;align-items:center;background:#193155;position:relative;}
#div_gameInfo > .box .game-top > .bet-menu{background:rgba(255,255,255,.1);border-radius:24px;padding:4px;}
#div_gameInfo > .box .game-top > .bet-menu > li{padding:6px 12px;border-radius:24px;float:left;font-size:0;line-height:0;}
#div_gameInfo > .box .game-top > .bet-menu > li.on{padding:6px 14px;background:rgba(255,255,255,.2);border-radius:24px;}
#div_gameInfo > .box .game-top > .game-info{width:100%;display:inline-block;padding:16px 0;}
#div_gameInfo > .box .game-top > .game-info > li{float:left;display:inline-block;width:calc(100% - 128px);text-align:center;min-height:100px;}
#div_gameInfo > .box .game-top > .game-info > li.team{padding:8px 0;width:64px;}
#div_gameInfo > .box .game-top > .game-info > li.scoreBox{display:flex;align-items:center;justify-content:center;flex-direction:column;}
#div_gameInfo > .box .game-top > .game-info > li div.name{padding:4px 0 8px 0;width:100%;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;}
#div_gameInfo > .box .game-top > .game-info > li div.rank{font-size:12px;line-height:14px;letter-spacing:-.12px;font-weight:700;text-align:center;}
#div_gameInfo > .box .game-top > .game-info > li div.wdl{font-size:12px;line-height:14px;letter-spacing:-.12px;text-align:center;color:#C9CDD2;}
#div_gameInfo > .box .game-top > .game-info > li div.hour{font-size:18px;line-height:22px;letter-spacing:-.36px;font-weight:700;text-align:center;margin:8px 0 4px 0;}
#div_gameInfo > .box .game-top > .game-info > li .scoreStr{display:flex;flex-direction:column;align-items:center;width:100%;}
#div_gameInfo > .box .game-top > .game-info > li ul.score{margin:8px 0 4px 0;}
#div_gameInfo > .box .game-top > .game-info > li ul.score > li{font-size:24px;font-weight:900;line-height:28px;float:left;padding:0 8px;}
#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state{margin:2px 0;padding:5px 12px;font-size:12px;font-weight:700;line-height:14px;letter-spacing:-.12px;background:#7F0002;border-radius:24px;}

#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state.s1{background:rgba(0, 98, 195, .50);;color:#fff;}
#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state.s2{background:#7F0002;color:#fff;}
#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state.s3{background:#EA9000;color:#1B1D1F;}
#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state.s4{background:#EA9000;color:#1B1D1F;}
#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state.s5{background:#142744;border:1px solid rgba(255, 255, 255, 0.50);color:#fff;}
#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state.s6{background:#1B1D1F;color:#fff;}
#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state.s7{background:#142744;border:1px solid rgba(255, 255, 255, 0.50);color:#fff;}
/*
#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state.r0{font-size:14px;min-width:40px;background:#B20003;}
#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state.r1{font-size:14px;min-width:40px;background:#1B1D1F;}
#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state.r2{font-size:14px;min-width:40px;background:#0054A6;}
#div_gameInfo > .box .game-top > .game-info > li ul.score > li.state.r4{min-width:40px;background:transparent;border:1px solid rgba(255,255,255,.5);}
*/
#div_gameInfo > .box .game-top > .game-info > li ul.bet-info{width:calc(100% - 28px);margin:16px 0 0 0;display:flex;}
#div_gameInfo > .box .game-top > .game-info > li ul.bet-info > li{width:33%;border:1px solid rgba(255,255,255,.1);padding:4px;}
#div_gameInfo > .box .game-top > .game-info > li ul.bet-info > li.win{border:1px solid rgba(255,255,255,.4);font-weight:700;}
#div_gameInfo > .box .game-top > .game-info > li ul.bet-info > li.lose{color:rgba(255,255,255,.4);}
#div_gameInfo > .box .game-top > .game-info > li ul.bet-info > li:last-child{border-radius:0 4px 4px 0;}
#div_gameInfo > .box .game-top > .game-info > li ul.bet-info > li:first-child{border-radius:4px 0 0 4px;}


#div_gameInfo > .box .game-top > div.scoreboard{width:100%;border-style:none;border-radius:8px;overflow-x:auto;-ms-overflow-style: none;}
#div_gameInfo > .box .game-top > div.scoreboard::-webkit-scrollbar{display:none;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard{width:100%;border-radius:8px;overflow-x:auto;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard th{padding:6px 0 10px 0;text-align:center;background:#12233C;font-size:10px;line-height:12px;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard td{padding:6px 8px;text-align:center;background:#fff;font-size:12px;line-height:14px;letter-spacing:-.12px;color:#1B1D1F;border-bottom:1px solid #F7F8F9;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard th:first-child, #div_gameInfo > .box > .game-top > div.scoreboard > .scoreboard td:first-child{position:-webkit-sticky;position: sticky;left:0;width:80px;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard td.team{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard td.gray{font-size:12px;color:#72787F;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard td.red{color:#B20003;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard td.bold{font-weight:700;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard td > span{font-size:12px;line-height:14px;letter-spacing:-.12px;color:#1B1D1F;font-weight:700;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard tbody tr:last-child td{border-top:2px solid #C9CDD2;border-bottom:none;background:#F7F8F9;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard ul.scoreresult{}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard ul.scoreresult li{float:left;font-size:11px;line-height:14px;font-weight:700;color:#1B1D1F;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard ul.scoreresult li span.bar{display:inline-block;width:1px;height:10px;margin:0 8px;background:#C9CDD2;}
#div_gameInfo > .box .game-top > div.scoreboard > .scoreboard ul.scoreresult li label{margin-right:16px;font-size:11px;line-height:11px;color:#454C53;}
#div_gameInfo > .box .game-top > .dScrolls{background:#fff;padding:4px 8px;margin-top:8px;border-radius:8px;text-align:center;}
#div_gameInfo > .box .game-top > .dScrolls > .sum-score{display:inline-block;font-size:12px;line-height:14px;letter-spacing:-.12px;color:#72787F;white-space: nowrap;text-align:center;}
#div_gameInfo > .box .game-top > .dScrolls > .sum-score > span{font-size:12px;line-height:14px;letter-spacing:-.12px;color:#1B1D1F;font-weight:700;}
#div_gameInfo > .box .game-menu{background:#fff;display:flex;width:100%;}
#div_gameInfo > .box .game-menu > li{text-align:center;margin:0 8px;line-height:48px;width:calc(20% - 16px);color:#454C53;position:relative;}
#div_gameInfo > .box .game-menu > li.on{color:#1B1D1F;font-weight:700;}
#div_gameInfo > .box .game-menu > li.on:after{content:'';position:absolute;width:100%;height:2px;background:#000;bottom:-1px;left:0;}
#div_gameInfo > .box .reply{width:100%;padding:16px 12px;background:linear-gradient(90deg, #07E 0%, #9848FF 100%);}
#div_gameInfo > .box .reply .reply-off > .reply-icon{width:24px;height:24px;border-radius:50%;overflow:hidden;display:inline-block;vertical-align:middle;}
#div_gameInfo > .box .reply .reply-off > .reply-icon > img{width:100%;height:100%;object-fit:cover;}
#div_gameInfo > .box .reply .reply-off > .tit{padding:5px 8px;border-radius:40px;background:rgba(255,255,255,0.20);backdrop-filter:blur(2px);font-size:12px;line-height:14px;letter-spacing:-.12px;font-weight:700;margin:0 8px;}
#div_gameInfo > .box .reply .reply-off > .message{display:inline-block;line-height:24px;font-weight:700;width:calc(100% - 120px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_gameInfo > .box .reply .reply-off > .arrow{float:right;}
#div_gameInfo > .box .reply > .reply-on-head{display:none;}
#div_gameInfo > .box .reply > .reply-detail{display:none;}
#div_gameInfo > .box .reply > .reply-compose{display:none;}
#div_gameInfo > .box .reply.on{position:fixed;left:50%;transform:translateX(-50%);width:100%;min-width:360px;max-width:480px;bottom:0;padding:0;background:#fff;border-top:1px solid #E8EBED;z-index:200;display:flex;flex-direction:column;}
#div_gameInfo > .box .reply.on > .reply-off{display:none;}
#div_gameInfo > .box .reply.on > .reply-on-head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:15px 16px;border-bottom:1px solid #E8EBED;flex:none;}
#div_gameInfo > .box .reply.on > .reply-on-head > .close-text{font-size:14px;line-height:18px;font-weight:700;letter-spacing:-.14px;color:#1B1D1F;}
#div_gameInfo > .box .reply.on > .reply-on-head > .ico-main{margin:0;filter:invert(1);}
#div_gameInfo > .box .reply.on > .reply-detail{display:block;overflow-y:auto;padding:0;background:#fff;height:calc(100% - 125px);}
#div_gameInfo > .box .reply.on > .reply-compose{display:flex;flex:none;padding:12px 12px 24px;background:#fff;border-top:1px solid #E8EBED;box-shadow:0 -4px 12px 0 rgba(12,29,59,0.10);align-items:center;gap:8px;}
#div_gameInfo > .box .reply .reply-empty{display:flex;flex-direction:column;gap:4px;align-items:center;padding:40px 36px;}
#div_gameInfo > .box .reply .reply-empty > .title{width:100%;font-size:16px;line-height:20px;font-weight:700;letter-spacing:-.32px;color:#1B1D1F;text-align:center;}
#div_gameInfo > .box .reply .reply-empty > .desc{width:100%;font-size:14px;line-height:18px;letter-spacing:-.14px;color:#454C53;text-align:center;}
#div_gameInfo > .box .reply .reply-list > li{padding:16px 12px;border-bottom:1px solid #E8EBED;position:relative;}
#div_gameInfo > .box .reply .reply-list > li:last-child{border-bottom:none;}
#div_gameInfo > .box .reply .reply-list > li > .reply-item{display:flex;align-items:flex-start;gap:10px;}
#div_gameInfo > .box .reply .reply-list > li > .reply-item > .reply-avatar{width:36px;height:36px;border-radius:50%;background:#C9CDD2;flex:none;overflow:hidden;}
#div_gameInfo > .box .reply .reply-list > li > .reply-item > .reply-avatar > img{width:100%;height:100%;object-fit:cover;}
#div_gameInfo > .box .reply .reply-list > li > .reply-item > .reply-content{width:calc(100% - 46px);min-width:0;}
#div_gameInfo > .box .reply .reply-list > li > .reply-item > .reply-content > .reply-meta{display:flex;align-items:center;gap:6px;margin-bottom:4px;padding-right:28px;}
#div_gameInfo > .box .reply .reply-list > li > .reply-item > .reply-content > .reply-meta > .reply-nick{font-size:14px;line-height:18px;font-weight:700;letter-spacing:-.14px;color:#1B1D1F;}
#div_gameInfo > .box .reply .reply-list > li > .reply-item > .reply-content > .reply-meta > .reply-time{font-size:12px;line-height:18px;letter-spacing:-.12px;color:#9EA4AA;}
#div_gameInfo > .box .reply .reply-list > li > .reply-item > .reply-content > .reply-body{font-size:14px;line-height:20px;letter-spacing:-.14px;color:#1B1D1F;word-break:break-word;margin-bottom:6px;}
#div_gameInfo > .box .reply .reply-list > li > .reply-item > .reply-content > .reply-action > .reply-btn{font-size:12px;line-height:16px;letter-spacing:-.12px;color:#9EA4AA;background:none;border:none;padding:0;cursor:pointer;}
#div_gameInfo > .box .reply .reply-list > li > .reply-more{position:absolute;top:16px;right:12px;width:24px;height:24px;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;}
#div_gameInfo > .box .reply .reply-list > li > .reply-more > span{display:block;font-size:16px;line-height:1;color:#9EA4AA;letter-spacing:1px;}
#div_gameInfo > .box .reply .reply-mention{color:#0062C3;}
#div_gameInfo > .box .reply .reply-compose > .cam{width:40px;height:40px;padding:0;border:none;background:#1B1D1F;border-radius:50%;display:flex;align-items:center;justify-content:center;flex:none;cursor:pointer; overflow:hidden}
#div_gameInfo > .box .reply .reply-compose > .cam > img{display:block;width:18px;height:15px;}
#div_gameInfo > .box .reply .reply-compose > .reply-input-box{flex:none;width:calc(100% - 48px);display:flex;align-items:center;height:40px;padding:0 4px 0 16px;border:1px solid #E8EBED;border-radius:38px;background:#F7F8F9;box-sizing:border-box;}
#div_gameInfo > .box .reply .reply-compose > .reply-input-box.disabled{padding:0 16px;background:#F7F8F9;}
#div_gameInfo > .box .reply .reply-compose > .reply-input-box > .reply-input-tag{display:none;align-items:center;flex:0 1 max-content;font-size:14px;color:#0062C3;white-space:nowrap;max-width:30%;overflow:hidden;}
#div_gameInfo > .box .reply .reply-compose > .reply-input-box > .reply-input-tag > .tag-text{overflow:hidden;text-overflow:ellipsis;color:#0062C3;}
#div_gameInfo > .box .reply .reply-compose > .reply-input-box > .reply-input-tag > .tag-remove{border:none;background:none;padding:0 2px;font-size:14px;color:#9EA4AA;cursor:pointer;line-height:1;flex:none;}
#div_gameInfo > .box .reply .reply-compose > .reply-input-box > input{width:0;flex-grow:1;padding:0;border:none;background:transparent;font-size:14px;line-height:18px;letter-spacing:-.14px;color:#1B1D1F;outline:none;min-width:0;}
#div_gameInfo > .box .reply .reply-compose > .reply-input-box > input::placeholder{color:#9EA4AA;}
#div_gameInfo > .box .reply .reply-compose > .reply-input-box > .btn-submit{display:none;padding:0 12px;height:32px;border:none;border-radius:16px;background:#0062C3;font-size:14px;line-height:32px;font-weight:700;color:#fff;cursor:pointer;white-space:nowrap;flex:none;}
#div_gameInfo > .box .reply .reply-compose > .reply-input-box > .btn-submit.on{display:block;}
#div_gameInfo > .box .reply .reply-list > li > .reply-popup{position:absolute;top:40px;right:12px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:250;overflow:hidden; z-index: 300;}
#div_gameInfo > .box .reply .reply-list > li > .reply-popup > button{display:block;width:100%;padding:12px 20px;border:none;background:none;font-size:14px;line-height:18px;color:#1B1D1F;text-align:left;cursor:pointer;white-space:nowrap;}
#div_gameInfo > .box .reply .reply-list > li > .reply-popup > button:active{background:#F7F8F9;}
#div_gameInfo > .box .reply .reply-list > li > .reply-popup > button + button{border-top:1px solid #E8EBED;}
#div_gameInfo > .box .reply .reply-image{margin-top:8px;}
#div_gameInfo > .box .reply .reply-image > img{max-width:200px;max-height:150px;border-radius:8px;cursor:pointer;display:block;background:#F7F8F9;}
.photo-overlay{position:fixed;top:0;bottom:0;left:50%;transform:translateX(-50%);width:100%;min-width:360px;max-width:480px;z-index:300;background:rgba(0,0,0,.8);display:flex; flex-flow: wrap; align-items:center;}
.photo-overlay > .photoHeader {padding:15px 12px; height: 54px; text-align:right; width:100%; background:#fff;}
.photo-overlay > .photoHeader > .photo-close{cursor:pointer; filter: invert(100%); border:none; }
.photo-overlay > .replyPhoto {podition:relative; width:100%; height:calc(100% - 54px); object-fit:contain; overflow-y: auto;}
.photo-overlay > img {width: 100%;}
#photoSheet .bs-body > img{border-radius:8px;}
#div_gameInfo > .box .reply > span.arrow{float:right;}
#div_gameInfo > .box .liveText{border: 1px solid var(--gradient-01, #07E);margin:16px 12px 12px 12px;padding:16px;background:#fff;border-radius:16px;}
#div_gameInfo > .box .liveText > .title{font-size:16px;line-height:24px;letter-spacing:-.32px;color:#1B1D1F;font-weight:700;margin-bottom:16px;}
#div_gameInfo > .box .liveText > .title > .allBtn{font-size:12px;line-height:24px;padding:0 16px;background:#F2F4F5;color:#1B1D1F;float:right;display:inline-block;border-radius:24px;}
#div_gameInfo > .box .liveText > .text{font-weight:700;color:#1B1D1F;line-height:24px;margin-bottom:7px;}
#div_gameInfo > .box .liveText > .text > .time{font-weight:700;color:#0062C3;line-height:24px;width:42px;display:inline-block;}
#div_gameInfo > .box .liveText > .text > .ico-main{margin:0 8px;}
#div_gameInfo > .box .liveText > .relay{color:#454C53;text-indent:55px;}
#div_gameInfo > .box .liveText > .relay.exp{font-size:12px;text-indent:0;text-align:center;}
#div_gameInfo > .box .cBox{margin:0 12px 16px 12px;padding:16px;background:#fff;box-shadow:0 4px 12px 0 rgba(12, 29, 59, 0.10);border-radius:16px;}
#div_gameInfo > .box .cBox > .title{font-size:16px;font-weight:700;letter-spacing:-.32px;line-height:20px;margin-bottom:16px;color:#1B1D1F;position:relative;text-align:left;background:#fff;top:unset;z-index:1;padding:0;}
#div_gameInfo > .box .cBox > .title > .qmark{margin:-4px 0 0 4px;cursor:pointer;}
#div_gameInfo > .box .cBox > .title > sub{font-size:14px;font-weight:400;line-height:18px;color:#1B1D1F;vertical-align:baseline;}
#div_gameInfo > .box .cBox > .title > .num{font-size:12px;font-weight:700;line-height:18px;letter-spacing:-.12px;float:right;color:#1B1D1F;vertical-align:baseline;}
#div_gameInfo > .box .cBox > .title > label{float:right;color:#1B1D1F;}

#div_gameInfo > .box .cBox > .tbStat{width:100%;}
#div_gameInfo > .box .cBox > .tbStat th{font-size:18px;color:#72787F;letter-spacing:-.36px;text-align:center;}
#div_gameInfo > .box .cBox > .tbStat th.bold{font-weight:900;color:#1B1D1F;}
#div_gameInfo > .box .cBox > .tbStat th.item{font-size:14px;line-height:22px;color:#1B1D1F;letter-spacing:-.18px;}
#div_gameInfo > .box .cBox > .tbStat td{font-size:12px;padding:8px;line-height:28px;text-align:center;color:#454C53;}
#div_gameInfo > .box .cBox > .tbStat td.graph{height:8px;}
#div_gameInfo > .box .cBox > .tbStat td.black{font-size:18px;font-weight:700;letter-spacing:-.36px;color:#1B1D1F;}
#div_gameInfo > .box .cBox > .tbStat td.exp{font-size:12px;line-height:18px;}
#div_gameInfo > .box .cBox > .tbStat td.red{font-size:18px;font-weight:700;letter-spacing:-.36px;color:#B20003;}
#div_gameInfo > .box .cBox > .tbStat td.blue{font-size:18px;font-weight:700;letter-spacing:-.36px;color:#0062C3;}
#div_gameInfo > .box .cBox > .tbStat td span.bar{height:8px;display:inline-block;background:#E8EBED;}
#div_gameInfo > .box .cBox > .tbStat td span.bar.black{background:#1B1D1F;}
#div_gameInfo > .box .cBox > .tbStat td span.circle{display:inline-block;width:auto;min-width:28px;padding:0 8px;height:28px;font-size:18px;font-weight:700;letter-spacing:-.36px;color:#454C53;border-radius:24px;text-align:center;line-height:28px;}
#div_gameInfo > .box .cBox > .tbStat td span.circle.red{color:#fff;background:#B20003;}
#div_gameInfo > .box .cBox > .tbStat td span.circle.blue{color:#fff;background:#0062C3;}

#div_gameInfo > .box .cBox > .tbTimeline{width:100%;}
#div_gameInfo > .box .cBox > .tbTimeline .ing{font-weight:700;line-height:22px;color:#1B1D1F;text-align:center;}
#div_gameInfo > .box .cBox > .tbTimeline .ing > span{font-size:18px;line-height:22px;font-weight:900;color:#1B1D1F;margin:0 16px;}
#div_gameInfo > .box .cBox > .tbTimeline .ing > span.win{color:#B20003;}
#div_gameInfo > .box .cBox > .tbTimeline .ended{font-size:18px;font-weight:700;line-height:28px;letter-spacing:-.36px;color:#1B1D1F;text-align:center;padding-bottom:16px;}
#div_gameInfo > .box .cBox > .tbTimeline .ended > span{font-size:24px;line-height:28px;font-weight:900;color:#1B1D1F;margin:0 16px;}
#div_gameInfo > .box .cBox > .tbTimeline .ended > span.win{color:#B20003;}
#div_gameInfo > .box .cBox > .tbTimeline .dotted{position:relative;height:32px;}
#div_gameInfo > .box .cBox > .tbTimeline .dotted:after{content:'';width:1px;height:24px;border-left:1px dashed #454C53;position:absolute;top:4px;left:50%;}
#div_gameInfo > .box .cBox > .tbTimeline td{color:#1B1D1F;}
#div_gameInfo > .box .cBox > .tbTimeline td.timeline{display:flex;justify-content: flex-start;flex-direction: row;align-items: center}
#div_gameInfo > .box .cBox > .tbTimeline td.timeline.home{justify-content: flex-end;}
#div_gameInfo > .box .cBox > .tbTimeline td.exp{font-size:12px;line-height:18px;text-align:center;}
#div_gameInfo > .box .cBox > .tbTimeline td.timeline.away{}
#div_gameInfo > .box .cBox > .tbTimeline td.timeline.home > .ico-main{margin-left:8px;}
#div_gameInfo > .box .cBox > .tbTimeline td.timeline.away > .ico-main{margin-right:8px;}
#div_gameInfo > .box .cBox > .tbTimeline td > .time{display:inline-block;background:#454C53;border-radius:24px;padding:0 12px;font-size:12px;font-weight:700;line-height:24px;font-size:12px;letter-spacing:-.12px;}
#div_gameInfo > .box .cBox > .tbTimeline td .box-name{display:flex;width:calc(100% - 32px);align-items:flex-end;justify-content: flex-end;flex-direction: column;color:#1B1D1F;}
#div_gameInfo > .box .cBox > .tbTimeline td.timeline.away .box-name{align-items: flex-start;}
#div_gameInfo > .box .cBox > .tbTimeline td span.ps1{color:#1B1D1F;display:inline-block;}
#div_gameInfo > .box .cBox > .tbTimeline td span.ps2{color:#454C53;display:inline-block;}
#div_gameInfo > .box .cBox > .tbTimeline td span.pc1{color:#0062C3;display:inline-block;}
#div_gameInfo > .box .cBox > .tbTimeline td span.pc2{color:#1B1D1F;display:inline-block;}
#div_gameInfo > .box .cBox > .tbTimeline td.home span.pc1, #div_gameInfo > .box > .cBox > .tbTimeline td.home span.pc2, #div_gameInfo > .box > .cBox > .tbTimeline td.home span.ps1, #div_gameInfo > .box > .cBox > .tbTimeline td.home span.ps2{text-align:right;}

#div_gameInfo > .box .cBox > .betComp{width:100%;display:flex;justify-content: space-around;gap:8px;margin-bottom:24px;}
#div_gameInfo > .box .cBox > .betComp > li{flex:auto;display:flex;flex-direction: column;text-align:left;}
#div_gameInfo > .box .cBox > .betComp > li > div{font-size:16px;color:#1B1D1F;font-weight:700;line-height:20px;letter-spacing:-.32px;}
#div_gameInfo > .box .cBox > .betComp > li > div > span{width:20px;height:20px;font-size:12px;font-weight:700;line-height:20px;letter-spacing:-.12px;color:#fff;border-radius:20px;display:inline-block;text-align:center;margin-right:8px;}
#div_gameInfo > .box .cBox > .betComp > li > div > span.W{background:#0062C3;}
#div_gameInfo > .box .cBox > .betComp > li > div > span.D{background:#E8EBED;color:#1B1D1F;}
#div_gameInfo > .box .cBox > .betComp > li > div > span.L{background:#B20003;}
#div_gameInfo > .box .cBox > .betComp > li > .graph{width:100%;height:8px;background:#E8EBED;display:block;margin:8px 0 2px 0;}
#div_gameInfo > .box .cBox > .betComp > li > .graph > .win{height:8px;background:#0062C3;}
#div_gameInfo > .box .cBox > .betComp > li > .graph > .draw{height:8px;background:#9EA4AA;}
#div_gameInfo > .box .cBox > .betComp > li > .graph > .lose{height:8px;background:#B20003;}
#div_gameInfo > .box .cBox > .betComp > li > .count{font-size:10px;line-height:12px;color:#8D8E8F;font-weight:400;}

#div_gameInfo > .box .cBox > .betRate{width:100%;display:flex;justify-content: space-around;}
#div_gameInfo > .box .cBox > .betRate > li{flex:auto;display:flex;flex-direction: column;text-align:left;border-right:1px solid #E8EBED;padding-left:24px;}
#div_gameInfo > .box .cBox > .betRate > li:first-child{padding:0;}
#div_gameInfo > .box .cBox > .betRate > li:last-child{border:none;}
#div_gameInfo > .box .cBox > .betRate > li > .t01{font-size:12px;color:#1B1D1F;font-weight:700;line-height:14px;letter-spacing:-.12px;}
#div_gameInfo > .box .cBox > .betRate > li > .t02{font-size:11px;color:#454C53;font-weight:400;line-height:14px;margin-top:8px;}
#div_gameInfo > .box .cBox > .betRate > li > .t03{font-size:13px;color:#454C53;font-weight:700;line-height:16px;letter-spacing:-.13px;}

#div_gameInfo > .box .cBox > .subtitle{font-size:14px;font-weight:700;line-height:18px;letter-spacing:-.14px;margin-bottom:16px;color:#1B1D1F;}

#div_gameInfo > .box .cBox.poll{border:1px solid var(--gradient-01, #07E);width:calc(100% - 24px);display:inline-block;}
#div_gameInfo > .box .poll > .answer{width:100%;float:left;color:#454C53;display:flex;justify-content:space-between;align-items:center;gap:8px;}
#div_gameInfo > .box .poll > .answer > li{padding:8px;flex:1;color:#454C53;font-weight:700;background:#F2F4F5;border-radius:24px;cursor:pointer;}
#div_gameInfo > .box .poll > .answer > li.on{color:#fff;background:#1B1D1F;}
#div_gameInfo > .box .poll > .answer > li > .checked{margin-right:6px;}
#div_gameInfo > .box .poll > .answer > li.on > .checked{background-position:-320px -26px;}
#div_gameInfo > .box .poll > .gResult{font-weight:700;color:#1B1D1F;margin:16px 0 8px 0;display:inline-block;}
#div_gameInfo > .box .poll > .tbPoll{width:100%;}
#div_gameInfo > .box .poll > .tbPoll th{display:inline-block;font-size:18px;line-height:22px;font-weight:400;color:#1B1D1F;text-align:left;overflow:hidden;}
#div_gameInfo > .box .poll > .tbPoll th.r1{font-weight:900;}
#div_gameInfo > .box .poll > .tbPoll td{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_gameInfo > .box .poll > .tbPoll td.str{font-size:12px;line-height:14px;color:#72787F;letter-spacing:-.12px;}
#div_gameInfo > .box .poll > .tbPoll td.r1{background:#1B1D1F;height:8px;margin:8px 0;line-height:8px;}
#div_gameInfo > .box .poll > .tbPoll td.r2{background:#C9CDD2;height:8px;margin:8px 0;line-height:8px;}
#div_gameInfo > .box .poll > .tbPoll td.r3{background:#E8EBED;height:8px;margin:8px 0;line-height:8px;}

#div_gameInfo > .box .cBox > .expect{width:100%;}
#div_gameInfo > .box .cBox > .expect th{font-size:12px;color:#454C53;line-height:14px;letter-spacing:-.12px;font-weight:700;margin-bottom:2px;}
#div_gameInfo > .box .cBox > .expect th span{font-size:12px;line-height:12px;letter-spacing:-.12px;font-weight:700;display:inline-block;margin:0 0 2px 3px;}
#div_gameInfo > .box .cBox > .expect th span.W{color:#B20003;}
#div_gameInfo > .box .cBox > .expect th span.D{color:#0062C3;}
#div_gameInfo > .box .cBox > .expect th span.L{color:#1B1D1F;}
#div_gameInfo > .box .cBox > .expect td{font-size:16px;font-weight:700;letter-spacing:-.32px;line-height:20px;color:#1B1D1F;text-align:center;}

#div_gameInfo > .box .cBox > .title.rtab{display:flex;justify-content: space-between;align-items: center;}
#div_gameInfo > .box .cBox > .title > .gameNo{font-size:16px;font-weight:700;line-height:20px;letter-spacing:-.32px;color:#B20003;display:contents;}
#div_gameInfo > .box .cBox > .title > .betInfoHandi{float:right;font-size:16px;line-height:20px;letter-spacing:-.32px;color:#1B1D1F;}
#div_gameInfo > .box .cBox > .title > .tab{float:right;background:#F2F4F5;padding:4px;border-radius:40px;display:flex;}
#div_gameInfo > .box .cBox > .title > .tab > li{padding:8px 16px;border-radius:24px;color:#1B1D1F;font-size:12px;font-weight:700;line-height:14px;letter-spacing:-.12px;}
#div_gameInfo > .box .cBox > .title > .tab > li.on{background:#fff;box-shadow:0 2px 6px 0 rgba(12, 29, 59, 0.10);}

#div_gameInfo > .box .cBox > .gameTypeBox{width:100%;background:#F2F4F5;border-radius:32px;padding:4px;margin:8px 0 16px 0;}
#div_gameInfo > .box .cBox > .gameTypeBox > .dScrolls{}
#div_gameInfo > .box .cBox > .gameTypeBox > .dScrolls > .gameType{width:100%;display:flex;align-items:center;justify-content:space-around;}
#div_gameInfo > .box .cBox > .gameTypeBox > .dScrolls > .gameType li{flex:1;font-size:12px;color:#1B1D1F;display:flex;height:32px;line-height:14px;letter-spacing:-.12px;font-weight:700;flex-direction: column;align-items: center;justify-content: center;white-space:nowrap;margin-right:4px;padding:0 12px;}
#div_gameInfo > .box .cBox > .gameTypeBox > .dScrolls > .gameType li span{text-align:center;font-size:10px;line-height:13px;color:#868686;text-align:center;}
#div_gameInfo > .box .cBox > .gameTypeBox > .dScrolls > .gameType li.on{background:#fff;border-radius:24px;box-shadow: 0 2px 6px 0 rgba(12, 29, 59, 0.10);}

#div_gameInfo > .box .cBox > .vsRecord{width:100%;}
#div_gameInfo > .box .cBox > .vsRecord td{text-align:center;font-size:18px;line-height:22px;letter-spacing:-.36px;font-weight:700;color:#1B1D1F;padding:16px 0;position:relative;}
#div_gameInfo > .box .cBox > .vsRecord td.team{padding:0 0 32px 0;}
#div_gameInfo > .box .cBox > .vsRecord td.team .team32.super:after{content:'우세';padding:3px 8px;background:#B20003;color:#fff;border-radius:24px;display:inline-block;left:-24px;position:absolute;font-size:10px;font-weight:700;line-height:12px;}
#div_gameInfo > .box .cBox > .vsRecord td.team .team32.super.r:after{left:unset;right:-24px;}
#div_gameInfo > .box .cBox > .vsRecord td.team > div{font-weight:500;color:#1B1D1F;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;margin-top:4px;}
#div_gameInfo > .box .cBox > .vsRecord td.team > div.per{font-size:18px;line-height:22px;font-weight:900;color:#1B1D1F;}
#div_gameInfo > .box .cBox > .vsRecord td.team > div.per.super{color:#B20003;}
#div_gameInfo > .box .cBox > .vsRecord td.team > div.pstr{font-size:12px;line-height:14px;letter-spacing:-.12px;color:#454C53;font-weight:400;}
#div_gameInfo > .box .cBox > .vsRecord td.vs{font-size:24px;line-height:28px;font-weight:900;}
#div_gameInfo > .box .cBox > .vsRecord td.w{color:#B20003;}
#div_gameInfo > .box .cBox > .vsRecord td.msg{background:#1B1D1F;padding:7px 0;text-align:center;font-size:12px;line-height:14px;letter-spacing:-.12px;border-radius:24px;color:#fff;font-weight:400;}
#div_gameInfo > .box .cBox > .vsRecord td.item{font-size:12px;line-height:14px;letter-spacing:-.12px;color:#454C53;font-weight:400;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td{padding:0;font-size:24px;line-height:28px;font-weight:900;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.g{color:#72787F;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.r{color:#B20003;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.rb{border-right:1px solid #E8EBED;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.home{padding-right:22px;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.away{padding-left:22px;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td > span{font-size:12px;line-height:14px;letter-spacing:-.12px;color:#454C53;display:inline-block;width:100%;margin-top:4px;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td > span.r{color:#B20003;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl.ranking td{font-size:18px;line-height:22px;letter-spacing:-.36px;font-weight:700;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl.ranking td.home{padding-right:18%;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl.ranking td.away{padding-left:18%;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.injuries{vertical-align:top;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.injuries > ul{margin-bottom:16px;display:flex;width:100%;gap:4px;padding:0 16px 0 0;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.injuries > ul.right{justify-content:flex-end;padding:0 0 0 16px;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.injuries > ul > li{font-size:12px;color:#1B1D1F;font-weight:700;letter-spacing:-.12px;line-height:14px;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.injuries > ul > li > div{display:flex;align-items:center;margin-top:2px;gap:4px;font-size:12px;line-height:14px;letter-spacing:-.12px;color:#1B1D1F;width:100%;justify-content: space-between;font-weight:700;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.injuries > ul.right > li > div{justify-content:flex-end;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.injuries > ul > li > div.baseball{justify-content:space-between;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.injuries > ul > li.p{width:32px;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.injuries > ul.right > li.s{align-items: flex-end;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.injuries > ul > li.s{display:flex;flex-direction:column;align-items:flex-start;width:calc(100% - 36px);}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.injuries > ul:last-child{margin:0;}

#div_gameInfo > .box .cBox > .vsRecord .wdlBox{position:relative;display:block;width:100%;margin:4px 0 16px 0;border-top:2px dashed #1B1D1F;overflow-x:scroll;-ms-overflow-style:none;}
#div_gameInfo > .box .cBox > .vsRecord .wdlBox::-webkit-scrollbar{display:none;}
#div_gameInfo > .box .cBox > .vsRecord td .arrow{position:absolute;right:20px;top:1px;width:0;height:0;border-style:solid;border-width: 4px 0px 4px 7px;border-color:#fff #fff #fff #1B1D1F;z-index:10;}
#div_gameInfo > .box .cBox > .vsRecord tr.wdl td.away > .arrow{right:0;}

#div_gameInfo > .box .cBox > .vsRecord .wdlList{width:260px;margin-top:8px;}
#div_gameInfo > .box .cBox > .vsRecord .wdlList > li{margin-right:2px;float:left;text-align:center;font-size:10px;line-height:12px;font-weight:400;color:#B20003;height:36px;}
#div_gameInfo > .box .cBox > .vsRecord .wdlList > li > div{width:24px;height:24px;line-height:24px;text-align:center;font-size:10px;font-weight:700;border-radius:24px;}
#div_gameInfo > .box .cBox > .vsRecord .wdlList > li > div.W{background:#B20003;}
#div_gameInfo > .box .cBox > .vsRecord .wdlList > li > div.D{background:#72787F;}
#div_gameInfo > .box .cBox > .vsRecord .wdlList > li > div.L{background:#1B1D1F;}

#div_gameInfo > .box .cBox > .vsRecord .wdl{font-size:16px;color:#1B1D1F;font-weight:700;line-height:20px;letter-spacing:-.32px;margin-bottom:8px;text-align:left;}
#div_gameInfo > .box .cBox > .vsRecord .wdlAR{width:100%;display:flex;color:#1B1D1F;justify-content: space-between;align-items:center;font-weight:700;}
#div_gameInfo > .box .cBox > .vsRecord .wdlAR span{color:#1B1D1F;font-weight:400;}

#div_liveText{width:100%;height:100%;overflow-y:auto;position:fixed;top:0;left:0;z-index:201;display:none;}
#div_liveText > .box{width:100%;min-width:360px;max-width:480px;min-height:100%;display:block;margin:0 auto;background:#FFF;}
#div_liveText > .box .title{padding:15px 10px;font-size:16px;line-height:24px;font-weight:700;letter-spacing:-.32px;color:#1B1D1F;}
#div_liveText > .box .title > .closeX24{float:right;filter:invert(100%);}
#div_liveText > .box .liveText{width:100%;}
#div_liveText > .box .liveText > li{padding:16px 0;margin:0 16px;display:flex;border-top:1px solid #E8EBED;}
#div_liveText > .box .liveText > li.type1{margin:0;padding:8px;background:#E8EBED;border:none;color:#1B1D1F;font-weight:700;line-height:24px;}
#div_liveText > .box .liveText > li.type1 > .ico-main{margin-right:8px;}
#div_liveText > .box .liveText > li:first-child{border:none;}
#div_liveText > .box .liveText > li > div.time{width:58px;min-width:58px;font-weight:700;color:#203A62;line-height:24px;}
#div_liveText > .box .liveText > li > div.icon{width:32px;min-width:32px;}
#div_liveText > .box .liveText > li > div.text{color:#454C53;}
#div_liveText > .box .liveText > li > div.text > div{font-weight:700;line-height:24px;color:#1B1D1F;width:100%;}

#div_gameInfo > .box .lineupTitle{position:relative;font-size:18px;line-height:22px;letter-spacing:-.36px;color:#1B1D1F;font-weight:700;margin:0 12px 8px 12px;z-index:2;}
#div_gameInfo > .box .lineupTitle > span{vertical-align:middle;}
#div_gameInfo > .box .cBox.ground{aspect-ratio:336 / 368;background:url('/images/ground_soccer.png'), linear-gradient(180deg, #0E1D0D 0%, #1B5616 50%);background-size:cover;background-repeat:no-repeat;position:relative;}
#div_gameInfo > .box .cBox.ground.H{margin-bottom:0;border-radius:16px 16px 0 0;}
#div_gameInfo > .box .cBox.ground.A{border-radius:0 0 16px 16px;}
#div_gameInfo > .box .cBox.ground.A::before{content:'';position:absolute;width:100%;height:100%;top:-1px;left:0;background:url('/images/ground_soccer.png'), linear-gradient(180deg, #0E1D0D 0%, #1B5616 50%);background-size:cover;background-repeat:no-repeat;transform:rotate(180deg);border-radius:16px 16px 0 0;}
#div_gameInfo > .box .cBox.ground > .players{width:100%;height:100%;position:relative;}
#div_gameInfo > .box .lineupMenu{display:flex;margin:0 12px 16px 12px;gap:4px;}
#div_gameInfo > .box .lineupMenu > li{color:#1B1D1F;font-size:12px;font-weight:700;line-height:30px;border:1px solid #C9CDD2;border-radius:32px;text-align:center;}
#div_gameInfo > .box .lineupMenu > li.on{color:#fff;background:#1B1D1F;}
#div_gameInfo > .box .lineupMenu > li.f10{flex:1;}
#div_gameInfo > .box .lineupMenu > li.f7{flex:.7;}
#div_gameInfo > .box .cBox.ground > .team{position:absolute;left:16px;top:16px;font-size:16px;line-height:20px;letter-spacing:-.32px;color:#fff;font-weight:700;}
#div_gameInfo > .box .cBox.ground > .team > .team24{margin-right:6px;}
#div_gameInfo > .box .cBox.ground > .super{position:absolute;left:16px;top:44px;background:#B20003;padding:3px 8px;font-size:12px;font-weight:700;line-height:14px;letter-spacing:-.12px;border-radius:24px;}
#div_gameInfo > .box .cBox.ground > .rating{position:absolute;display:flex;align-items:center;gap:8px;right:27px;top:12px;font-size:16px;font-weight:700;letter-spacing:-.32px;line-height:20px;}
#div_gameInfo > .box .cBox.ground > .rating > .circle{width:12px;height:12px;display:inline-block;border:1px solid rgba(255,255,255,.3);background:#1B1D1F;border-radius:12px;}
#div_gameInfo > .box .cBox.ground > .rating > .circle.r8{background:#0062C3;}
#div_gameInfo > .box .cBox.ground > .rating > .circle.r6{background:#41B000;}
#div_gameInfo > .box .cBox.ground > .rating > .circle.r3{background:#F5AB00;}
#div_gameInfo > .box .cBox.ground > .rating > .circle.r0{background:#B20003;}
#div_gameInfo > .box .cBox.ground > .formation{position:absolute;right:27px;top:37px;font-size:18px;font-weight:900;line-height:22px;}
#div_gameInfo > .box .cBox.ground.A > .team{top:unset;bottom:16px;}
#div_gameInfo > .box .cBox.ground.A > .super{top:unset;bottom:46px;}
#div_gameInfo > .box .cBox.ground.A > .rating{top:unset;bottom:12px;}
#div_gameInfo > .box .cBox.ground.A > .formation{top:unset;bottom:37px;}
#div_gameInfo > .box .expbox{position:absolute;top:36px;width:100%;background: rgba(0, 0, 0, .6);box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.24);backdrop-filter: blur(20px);padding:12px;font-size:12px;line-height:14px;letter-spacing:-.12px;border-radius:16px;display:none;z-index:11;}
#div_gameInfo > .box .expbox > .b{font-size:12px;line-height:14px;letter-spacing:-.12px;font-weight:700;}
#div_gameInfo > .box .expbox > .list{display:inline-block;width:100%;margin-top:8px;}
#div_gameInfo > .box .expbox > .list > li{display:flex;margin-top:8px;justify-content:space-between;}
#div_gameInfo > .box .expbox > .list > li > .point{display:flex;color:#C9CDD2;}
#div_gameInfo > .box .expbox > .list > li > .point > .rating19{width:30px;margin-right:8px;}
#div_gameInfo > .box .expbox > .list > li > .point .ico-main{margin:0;}
#div_gameInfo > .box .cBox.ground > .players > .player > .pstat{padding:0 8px;background:#000;font-size:10px;font-weight:700;line-height:19px;border-radius:19px;}

#div_gameInfo > .box .cBox > .exp{padding:16px 0;width:100%;text-align:center;display:inline-block;color:#9EA4AA;}
#div_gameInfo > .box .cBox > .standing{width:100%;padding:0 16px;}
#div_gameInfo > .box .cBox > .standing th{padding:0 0 16px 0;font-size:12px;line-height:14px;letter-spacing:-.12px;position:relative;color:#72787F;}
#div_gameInfo > .box .cBox > .standing th > .arrow{position:absolute;display:block;border-top:2px dashed #1B1D1F;width:calc(100% - 30px);height:1px;top:calc(50% - 9px);}
#div_gameInfo > .box .cBox > .standing th > .arrow:after{content:'';position:absolute;right:0px;top:-5px;width:0;height:0;border-style:solid;border-width: 4px 0px 4px 7px;border-color:#fff #fff #fff #1B1D1F;z-index:10;}
#div_gameInfo > .box .cBox > .standing td{font-size:12px;line-height:20px;letter-spacing:-.12px;color:#1B1D1F;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:8px 0;}
#div_gameInfo > .box .cBox > .standing td.title{font-size:16px;font-weight:700;background:#fff;position:unset;top:unset;text-align:left;}
#div_gameInfo > .box .cBox > .standing td > .circle{width:20px;height:20px;border-radius:20px;display:inline-block;text-align:center;font-size:12px;line-height:20px;letter-spacing:-.12px;font-weight:700;color:#1B1D1F;}

#div_gameInfo > .box .cBox > .standing td.team{font-size:14px;font-weight:700;}
#div_gameInfo > .box .cBox > .standing td.team > .team24{margin-right:8px;}
#div_gameInfo > .box .cBox > .standing td.com{padding:10px 0 0 0;color:#72787F;}
#div_gameInfo > .box .cBox > .standing td .black{background:#1B1D1F;color:#fff !important;}
#div_gameInfo > .box .cBox > .standing td .blue{background:#0062C3;color:#fff !important;}
#div_gameInfo > .box .cBox > .standing td .green{background:#006000;color:#fff !important;}
#div_gameInfo > .box .cBox > .standing td .red{background:#B20003;color:#fff !important;}
#div_gameInfo > .box .cBox > .standing td .perple{background:#800080;color:#fff !important;}
#div_gameInfo > .box .cBox > .standing td .gray{background:#828282;color:#fff !important;}
#div_gameInfo > .box .cBox > .standing td .sCircle{width:8px;height:8px;border-radius:8px;display:inline-block;}
#div_gameInfo > .box .cBox > .standing td.W{color:#B20003;font-weight:700;}
#div_gameInfo > .box .cBox > .standing td.D{color:#72787F;font-weight:700;}
#div_gameInfo > .box .cBox > .standing td.L{color:#1B1D1F;font-weight:700;}

#div_gameInfo > .box .protoTitle{font-size:16px;font-weight:700;line-height:20px;letter-spacing:-.32px;color:#1B1D1F;margin:0 12px 16px 12px;}
#div_gameInfo > .box .protoTitle > .gNo{font-size:16px;font-weight:700;line-height:20px;letter-spacing:-.32px;color:#B20003;vertical-align:bottom;}
#div_gameInfo > .box .protoTitle > .handi{float:right;font-size:16px;font-weight:400;line-height:20px;letter-spacing:-.32px;color:#1B1D1F;vertical-align:bottom;}
#div_gameInfo > .box .pMenuBox{width:calc(100% - 24px);margin:0 12px 16px 12px;border-radius:48px;background:#D5DEE6;padding:4px;}
#div_gameInfo > .box .pMenuBox > .dScrolls > .pMenu{display:flex;background:#D5DEE6;justify-content: space-around;}
#div_gameInfo > .box .pMenuBox > .dScrolls > .pMenu > li{flex:1;display:flex;white-space: nowrap;flex-direction: column;align-items: center;justify-content: center;text-align:center;height:32px;padding:0 12px;color:#1B1D1F;border-radius:24px;font-weight:700;white-space:nowrap;margin-right:4px;}
#div_gameInfo > .box .pMenuBox > .dScrolls > .pMenu > li.on{background:#fff;box-shadow: 0 2px 6px 0 rgba(12, 29, 59, 0.10);}
#div_gameInfo > .box .pMenuBox > .dScrolls > .pMenu > li > span{font-size:10px;color:#A2A2A2;line-height:12px;font-weight:400;}
#div_gameInfo > .box .cBox > .betCntTitle{display:inline-block;margin-bottom:8px;}
#div_gameInfo > .box .cBox > .betCntTitle > li{color:#1B1D1F;padding:0 8px;position:relative;font-weight:700;float:left;}
#div_gameInfo > .box .cBox > .betCntTitle > li:before{content:'';width:1px;height:12px;background:#C9CDD2;position:absolute;left:0;top:2px;}
#div_gameInfo > .box .cBox > .betCntTitle > li.gNo{color:#B20003;padding:0 8px 0 0;}
#div_gameInfo > .box .cBox > .betCntTitle > li.gNo:before{display:none;}
#div_gameInfo > .box .cBox > .chkbox{display:inline-block;color:#1B1D1F;padding:16px 0;}
#div_gameInfo > .box .cBox > .vsList{width:100%;}
#div_gameInfo > .box .cBox > .vsList tr:nth-child(odd){background:#F7F8F9;}
#div_gameInfo > .box .cBox > .vsList td{font-size:12px;line-height:14px;letter-spacing:-.12px;color:#1B1D1F;padding:8px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;}
#div_gameInfo > .box .cBox > .vsList td .w{color:#B20003;vertical-align:baseline;font-size:12px;line-height:14px;letter-spacing:-.12px;}
#div_gameInfo > .box .cBox > .vsList td .draw{display:inline-block;width:18px;height:18px;font-size:10px;font-weight:700;color:#fff;line-height:18px;text-align:center;vertical-align:baseline;}
#div_gameInfo > .box .cBox > .vsList td.date{color:#72787F;padding-left:8px;}
#div_gameInfo > .box .cBox > .vsList td.home{text-align:right;}
#div_gameInfo > .box .cBox > .vsList td.away{padding-right:8px;}
#div_gameInfo > .box .cBox > .vsList td.exp{height:80px;text-align:center;font-size:12px;line-height:14px;letter-spacing:-.12px;color:#72787F;font-weight:400;}
#div_gameInfo > .box .cBox .form{display:inline-block;width:560px;}
#div_gameInfo > .box .cBox .form > li{float:left;margin-right:8px;width:48px;text-align:center;}
#div_gameInfo > .box .cBox .form > li > .ico{margin:4px 0;display:block;width:100%;text-align:center;}
#div_gameInfo > .box .cBox .form > li > .tg{width:48px;height:60px;display:flex;align-items: flex-end;}
#div_gameInfo > .box .cBox .form > li .bar{width:48px;display:inline-block;border-radius:2px;background:#C9CDD2;}
#div_gameInfo > .box .cBox .form > li .bar.W{background:#B20003;}
#div_gameInfo > .box .cBox .form > li .bar.L{background:#1B1D1F;}

#div_gameInfo > .box .cBox .form > li > .score{width:48px;padding:4px 0;margin:4px 0;text-align:center;font-size:10px;font-weight:700;line-height:12px;color:#1B1D1F;border:1px solid #E8EBED;border-radius:24px;}
#div_gameInfo > .box .cBox .form > li > .score > .result{text-align:center;font-size:10px;font-weight:700;line-height:12px;vertical-align:baseline;}
#div_gameInfo > .box .cBox .form > li > .score > .result.W{color:#B20003;}
#div_gameInfo > .box .cBox .form > li > .score > .result.D{color:#72787F;}
#div_gameInfo > .box .cBox .form > li > .score > .result.L{color:#0062C3;}
#div_gameInfo > .box .cBox .form > li > .bg{width:48px;height:60px;display:flex;}
#div_gameInfo > .box .cBox > .exp{font-size:12px;color:#72787F;line-height:16px;letter-spacing:-.12px;margin:8px 0 0 0;}

#div_gameInfo > .box .cBox > .rTeam{font-size:12px;line-height:16px;font-weight:700;letter-spacing:-.12px;color:#1B1D1F;margin-bottom:8px;}
#div_gameInfo > .box .cBox > .rTeam > .wdl{position:relative;font-size:12px;line-height:16px;font-weight:400;letter-spacing:-.12px;padding-left:4px;margin-left:4px;color:#1B1D1F;}
#div_gameInfo > .box .cBox > .rTeam > .wdl:before{content:'';width:1px;height:10px;display:inline-block;background:#E8EBED;position:absolute;top:3px;left:0;}
#div_gameInfo > .box .cBox > .rGameList{width:100%;}
#div_gameInfo > .box .cBox > .rGameList tr > td{border-bottom:1px solid #F7F8F9;}
#div_gameInfo > .box .cBox > .rGameList tr:last-child > td{border:none;}
#div_gameInfo > .box .cBox > .rGameList th, #div_gameInfo > .box .cBox > .rGameList td{font-size:12px;letter-spacing:-.12px;color:#72787F;line-height:16px;padding:8px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_gameInfo > .box .cBox > .rGameList th{color:#1B1D1F;border-bottom:1px solid #454C53;}
#div_gameInfo > .box .cBox > .rGameList td.my{color:#1B1D1F;font-weight:700;}

#div_gameInfo > .box .cBox > .rGameList td.no{color:#454C53;}
#div_gameInfo > .box .cBox > .rGameList td.ds{color:#1B1D1F;}
#div_gameInfo > .box .cBox > .rGameList td.date{color:#72787F;}
#div_gameInfo > .box .cBox > .rGameList td > .w{font-size:12px;letter-spacing:-.12px;color:#72787F;line-height:16px;font-weight:700;color:#B20003;vertical-align:baseline;}
#div_gameInfo > .box .cBox > .rGameList td > .win{background:#F6EAEA;color:#1B1D1F;font-size:12px;letter-spacing:-.12px;line-height:16px;display:inline-block;width:100%;}
#div_gameInfo > .box .cBox > .rGameList td > .rwin{background:#B20003;color:#fff;font-size:12px;letter-spacing:-.12px;line-height:16px;display:inline-block;width:100%;}
#div_gameInfo > .box .cBox > .rGameList td > .icow{width:16px;height:16px;display:inline-block;text-align:center;border-radius:16px;margin-right:4px;font-size:10px;line-height:16px;font-weight:700;}
#div_gameInfo > .box .cBox > .rGameList td > .icow.W{background:#B20003;color:#fff;}
#div_gameInfo > .box .cBox > .rGameList td > .icow.D{background:#C9CDD2;color:#1B1D1F;}
#div_gameInfo > .box .cBox > .rGameList td > .icow.L{background:#1B1D1F;color:#fff;}

#div_gameInfo > .box .cBox .boxMenu{position:absolute;width:168px;top:40px;right:0;background:#fff;z-index:12;border:1px solid #E8EBED;border-radius:16px;display:none;box-shadow: 0 4px 12px 0 rgba(12, 29, 59, 0.10);}
#div_gameInfo > .box .cBox .boxMenu > li{padding:8px 12px;display:block;width:100%;}
#div_gameInfo > .box .cBox .boxMenu > li > label{width:100%;display:inline-block;height:100%;}
#div_gameInfo > .box .cBox .boxMenu > li:first-child{padding:16px 12px 8px 12px;border-radius:16px 16px 0 0;}
#div_gameInfo > .box .cBox .boxMenu > li:last-child{padding:8px 12px 16px 12px;border-radius:0 0 16px 16px;}
#div_gameInfo > .box .cBox .boxMenu > li.on{background:#F7F8F9;}

#div_gameInfo > .box .cBox > .bStatBox{width:100%;overflow-x:auto;}
#div_gameInfo > .box .cBox > .bStatBox > .bStat{width:100%;overflow-x:auto;}
#div_gameInfo > .box .cBox > .bStatBox > .bStat th{font-size:12px;line-height:14px;letter-spacing:-.12px;color:#72787F;font-weight:400;background:#fff;padding:8px 0;text-align:center;}
#div_gameInfo > .box .cBox > .bStatBox > .bStat td{background:#fff;color:#1B1D1F;padding:8px 0;line-height:24px;text-align:center;}
#div_gameInfo > .box .cBox > .bStatBox > .bStat th > span{display:inline-block;width:40px;}
#div_gameInfo > .box .cBox > .bStatBox > .bStat th:first-child, #div_gameInfo > .box .cBox > .bStatBox > .bStat td:first-child{position:-webkit-sticky;position: sticky;left:0;width:140px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_gameInfo > .box .cBox > .bStatBox > .bStat td:first-child{font-weight:700;}
#div_gameInfo > .box .cBox > .bStatBox > .bStat td:first-child > span{display:inline-block;width:24px;font-size:12px;font-weight:700;line-height:24px;letter-spacing:-.12px;color:#1B1D1F;text-align:center;}
#div_gameInfo > .box .cBox > .bStatBox > .bStat td:first-child > .player24{margin:0 8px;}

#div_gameInfo > .box .cBox.groundBaseball{width:calc(100% - 24px);aspect-ratio:336 / 608;position:relative;}
#div_gameInfo > .box .cBox.groundBaseball > ul{display:flex;align-items:center;padding:4px;border-radius:48px;background-color:rgba(255,255,255,.3);}
#div_gameInfo > .box .cBox.groundBaseball > ul > li{flex:1;text-align:center;line-height:16px;padding:8px 0;display:inline-block;border-radius:24px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_gameInfo > .box .cBox.groundBaseball > ul > li.on{background:#fff;color:#1B1D1F;}
#div_gameInfo > .box .cBox.groundBaseball > ul > li > .team16{margin-right:4px;vertical-align:bottom;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player{position:absolute;width:60px;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player > .name{font-size:12px;margin:4px 0;text-align:center;width:100%;display:inline-block;line-height:14px;letter-spacing:-.12px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player > .stat{font-size:10px;font-weight:700;line-height:12px;margin-bottom:2px;display:inline-block;color:#C9CDD2;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player > .stat > span{width:28px;font-size:10px;font-weight:400;line-height:12px;display:inline-block;color:#C9CDD2;vertical-align:baseline;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player.p0{right:10%;bottom:4%;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player.p1{left:50%;transform:translateX(-50%);top:58%;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player.p2{left:50%;transform:translateX(-50%);bottom:4%;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player.p3{right:10%;top:58%;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player.p4{right:20%;top:36%;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player.p5{left:10%;top:58%;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player.p6{left:20%;top:36%;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player.p7{left:10%;top:16%;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player.p8{left:50%;transform:translateX(-50%);top:12%;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player.p9{right:10%;top:16%;}
#div_gameInfo > .box .cBox.groundBaseball > .players > .player.p10{right:10%;bottom:4%;}

#div_gameInfo > .box .cBox > .standing > tbody td.ld{font-size:16px;font-weight:700;line-height:20px;letter-spacing:-.32px;padding:16px 0 8px 0;}
#div_gameInfo > .box .cBox > .standing > tbody td.ll{padding:16px 0 0 0;width:100%;border-bottom:1px solid #E8EBED;}

#div_gameInfo > .box .cBox > .betsite{padding:0 0 16px 0;width:100%;overflow-x:auto;-ms-overflow-style:none;}
#div_gameInfo > .box .cBox > .betsite::-webkit-scrollbar{display:none;}
#div_gameInfo > .box .cBox > .betsite > ul{display:flex;gap:4px;}
#div_gameInfo > .box .cBox > .betsite > ul > li{display:inline-block;vertical-align:baseline;white-space:nowrap;float:left;padding:8px 16px;background:#F7F8F9;border-radius:32px;line-height:16px;}
#div_gameInfo > .box .cBox > .betsite > ul > li.on{background:#1B1D1F;}
#div_gameInfo > .box .cBox > .bettitle{display:flex;padding:0 0 8px 0;}

#div_gameInfo > .box .cBox > #div_betList > .betOver{width:100%;display:flex;margin-bottom:16px;}
#div_gameInfo > .box .cBox > #div_betList > .betOver:last-child{margin-bottom:0;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li{width:50%;height:100px;position:relative;display:flex;padding:0 8px 0 0;flex-direction: column;justify-content: center;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li:last-child{padding:0 0 0 8px;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li:last-child:before{content:'';position:absolute;width:1px;height:86%;top:7%;left:0;display:inline-block;background:#E8EBED;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > div{width:100%;font-size:12px;line-height:19px;font-weight:700;color:#1B1D1F;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > div > .team{display:inline-block;width:50%;padding:0 8px 0 0;font-size:12px;font-weight:700;line-height:14px;letter-spacing:-.12px;color:#1B1D1F;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > div > .team:last-child{padding:0 0 0 8px;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > div > .per{display:flex;align-items: center;justify-content: center;font-size:10px;font-weight:700;height:19px;width:39px;color:#fff;border-radius:24px;margin-right:4px;float:left;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > div > .per.blue{background:#0062C3;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > div > .per.red{background:#B20003;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > div > .first{font-size:12px;vertical-align:baseline;color:#454C53;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > div > .arrow{color:#0062C3;vertical-align:baseline;padding:0 4px;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li >  ul{display:flex;align-items: center;margin:8px 0 12px 0;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > ul > li{flex:1;background:#F2F2F2;font-size:10px;line-height:16px;text-align:center;color:#1B1D1F;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > ul > li.draw{background:#E6E6E6;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > ul > li.on{color:#fff;background:#1B1D1F;}
#div_gameInfo > .box .cBox > #div_betList > .betOver > li > canvas{width:100% !important;height:100% !important;}

#div_gameInfo > .box .cBox > .vsPlayer{width:100%;display:flex;justify-content:space-between;margin-bottom:12px;}
#div_gameInfo > .box .cBox > .vsPlayer > li{width:30%;display:flex;flex-direction: column;align-items: center;}
#div_gameInfo > .box .cBox > .vsPlayer > li > div{padding-bottom:4px;font-weight:500;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center;color:#1B1D1F;}
#div_gameInfo > .box .cBox > .vsPlayer > li > div .hand{display:inline-block;font-size:10px;font-weight:700;line-height:18px;padding:0 8px;background:#E8EBED;border-radius:18px;color:#1B1D1F;}
#div_gameInfo > .box .cBox > .vsPlayer > li > div .hand.super{background:#B20003;color:#fff;}
#div_gameInfo > .box .cBox > .vsMenu{width:100%;display:flex;}
#div_gameInfo > .box .cBox > .vsMenu > li{flex:1;font-size:16px;line-height:36px;letter-spacing:-.32px;color:#454C53;border-bottom:1px solid #E8EBED;text-align:center;}
#div_gameInfo > .box .cBox > .vsMenu > li.on{color:#1B1D1F;font-weight:700;border-bottom:2px solid #1B1D1F;}
#div_gameInfo > .box .cBox > .vsMenu > li.f01{flex:.3;}
#div_gameInfo > .box .cBox > .vsStat{width:100%;}
#div_gameInfo > .box .cBox > .vsStat th{text-align:center;font-size:12px;line-height:14px;padding-top:16px;letter-spacing:-.12px;font-weight:400;color:#454C53;}
#div_gameInfo > .box .cBox > .vsStat td{text-align:center;font-size:12px;line-height:14px;padding-top:16px;letter-spacing:-.12px;font-weight:700;color:#1B1D1F;}
#div_gameInfo > .box .cBox > .vsStat td > div.team{width:100%;margin-top:4px;color:#1B1D1F;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_gameInfo > .box .cBox > .vsStat td > div.vs{width:100%;text-align:center;color:#1B1D1F;font-size:24px;font-weight:900;line-height:28px;}
#div_gameInfo > .box .cBox > .vsStat td > span.graph{display:inline-block;background:#9EA4AA;height:12px;}
#div_gameInfo > .box .cBox > .vsStat td > span.graph.w{background:#1B1D1F}
#div_gameInfo > .box .cBox > .vsStat td > span{font-size:12px;line-height:14px;letter-spacing:-.12px;font-weight:400;color:#1B1D1F;vertical-align:baseline;}
#div_gameInfo > .box .cBox > .vsStat td > .team32.super:after{content:'우세';padding:3px 8px;background:#B20003;color:#fff;border-radius:24px;display:inline-block;left:-24px;position:absolute;font-size:10px;font-weight:700;line-height:12px;}
#div_gameInfo > .box .cBox > .vsStat td > .team32.super.r:after{left:unset;right:-24px;}

#div_playerInfo{position:fixed;width:100%;min-width:360px;max-width:480px;height:90%;background:#fff;z-index:501;display:block;border-radius:16px 16px 0 0;padding-bottom:40px;bottom:-100%;padding:0 12px;overflow-y:auto;left:50%;transform:translateX(-50%);}
#div_playerInfo > .pInfo{padding:16px;background: linear-gradient(180deg, #070F1B 0%, #193155 100%);box-shadow: 0 4px 12px 0 rgba(12, 29, 59, 0.10);border-radius:16px;}
#div_playerInfo > .pInfo > table.pTop{width:100%;}
#div_playerInfo > .pInfo > table.pTop td{font-size:18px;line-height:48px;letter-spacing:-.36px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_playerInfo > .pInfo > table.pTop td > div{width:100%;}
#div_playerInfo > .pInfo > table.pTop td > div > span.str{display:inline-block;font-size:12px;line-height:24px;letter-spacing:-.12px;width:80px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_playerInfo > .pInfo > table.pTop td > div > span.team16, #div_playerInfo > .pInfo > table td > div > span.country16{margin-left:8px;}
#div_playerInfo > .pInfo > table.pInfo{width:100%;}
#div_playerInfo > .pInfo > table.pInfo th{padding-top:16px;color:#9EA4AA;}
#div_playerInfo > .pInfo > table.pInfo td{padding-top:2px;font-weight:700;}
#div_playerInfo > .pStat{width:100%;display:block;padding:16px 24px 24px 24px;}
#div_playerInfo > .pStat > li{font-weight:700;color:#1B1D1F;text-align:right;padding-bottom:12px;}
#div_playerInfo > .pStat > li > label{float:left;color:#454C53;}
#div_playerInfo > .pStat > li > span{font-weight:400;color:#1B1D1F;vertical-align:baseline;}
#div_playerInfo > .pStat > li.title{color:#9EA4AA;font-weight:700;text-align:left;padding:16px 0;}

#div_liveText > .box > div.inning{padding:0 16px 16px 16px;width:100%;overflow-x:auto;-ms-overflow-style:none;}
#div_liveText > .box > div.inning::-webkit-scrollbar{display:none;}
#div_liveText > .box > div.inning > ul{display:flex;gap:4px;}
#div_liveText > .box > div.inning > ul > li{display:inline-block;white-space:nowrap;float:left;padding:8px 16px;font-size:12px;line-height:14px;letter-spacing:-.12px;font-weight:700;color:#1B1D1F;text-align:center;border:1px solid #C9CDD2;border-radius:24px;}
#div_liveText > .box > div.inning > ul > li.on{background:#1B1D1F;color:#fff;border-color:#1B1D1F;}
#div_liveText > .box > div.inning > ul > li.none{width:16px;border:none;}
#div_liveText > .box > div.liveText > ul.basketball > li{padding:8px 16px;display:flex;align-items:flex-start;gap:8px;font-size:14px;line-height:18px;letter-spacing:-.14px;color:#1B1D1F;}
#div_liveText > .box > div.liveText > ul.basketball > li > .time{min-width:42px;width:42px;font-weight:700;color:#203A62;flex-shrink:0;}
#div_liveText > .box > div.liveText > ul.basketball > li > .team18{flex-shrink:0;}
#div_liveText > .box > div.liveText > ul.basketball > li > .desc{flex:1;min-width:0;color:#1B1D1F;}
#div_liveText > .box > div.liveText > ul.basketball > li > .score{min-width:54px;text-align:right;font-weight:700;color:#1B1D1F;white-space:nowrap;flex-shrink:0;}
#div_liveText > .box > div.liveText > ul.basketball > li.scoring > .desc{color:#0062C3;font-weight:700;}
#div_liveText > .box > div.liveText > ul.baseball > li{padding:4px 16px;}
#div_liveText > .box > div.liveText > ul.baseball > li > .team18{margin-right:26px;}
#div_liveText > .box > div.liveText > ul.baseball > li.t0{padding:8px 16px;background:#193155;font-size:16px;font-weight:700;line-height:20px;letter-spacing:-.32px;}
#div_liveText > .box > div.liveText > ul.baseball > li.t1{background:#fff;font-weight:700;color:#1B1D1F;}
#div_liveText > .box > div.liveText > ul.baseball > li.t1 > span{color:#454C53;width:44px;display:inline-block;}
#div_liveText > .box > div.liveText > ul.baseball > li.t8{font-weight:700;color:#1B1D1F;}
#div_liveText > .box > div.liveText > ul.baseball > li.pd{}
#div_liveText > .box > div.liveText > ul.baseball > li.pd:before{content:'';display:inline-block;margin:16px 0;width:100%;height:1px;background:#E8EBED;}
#div_liveText > .box > div.liveText > ul.baseball:first-child > li.pd:before{display:none;}
#div_liveText > .box > div.liveText > ul.baseball > li.t9{padding:8px 16px;background:#E8EBED;color:#1B1D1F;font-size:16px;font-weight:700;line-height:20px;letter-spacing:-.32px;}
#div_liveText > .box > div.liveText > ul.baseball > li.t13, #div_liveText > .box > div.liveText > ul.baseball > li.t14{color:#0062C3;font-weight:700;}
#div_liveText > .box > div.liveText > ul.baseball > li.t23, #div_liveText > .box > div.liveText > ul.baseball > li.t24{color:#7F0002;font-weight:700;}
#div_liveText > .box > div.liveText > ul.baseball > li > .score{float:right;display:inline-block;vertical-align:baseline;color:#1B1D1F;font-weight:700;}
#div_liveText > .box > div.liveText > ul.baseball > li > .score > span{vertical-align:baseline;color:#9EA4AA;font-weight:700;}

.ground > .players > .player.home{position:absolute;width:61px;height:76px;display:flex;flex-direction:column;align-items:center;transform:translateX(-30px);}
.ground > .players > .player.home.o1{top:-6px;left:50%;}
.ground > .players > .player.home.o2{top:21%;left:12.5%;}
.ground > .players > .player.home.o3{top:21%;left:37.5%;}
.ground > .players > .player.home.o4{top:21%;left:62.5%;}
.ground > .players > .player.home.o5{top:21%;left:87.5%;}
.ground > .players > .player.home.f3-1-4-2.o2,.ground > .players > .player.home.f3-2-2-3.o2,.ground > .players > .player.home.f3-2-3-2.o2,.ground > .players > .player.home.f3-2-4-1.o2,.ground > .players > .player.home.f3-3-1-3.o2,.ground > .players > .player.home.f3-3-2-2.o2,.ground > .players > .player.home.f3-3-3-1.o2,.ground > .players > .player.home.f3-4-1-2.o2,.ground > .players > .player.home.f3-4-2-1.o2,.ground > .players > .player.home.f3-4-3.o2,.ground > .players > .player.home.f3-5-1-1.o2,.ground > .players > .player.home.f3-5-2.o2{top:21%;left:20%;}
.ground > .players > .player.home.f3-1-4-2.o3,.ground > .players > .player.home.f3-2-2-3.o3,.ground > .players > .player.home.f3-2-3-2.o3,.ground > .players > .player.home.f3-2-4-1.o3,.ground > .players > .player.home.f3-3-1-3.o3,.ground > .players > .player.home.f3-3-2-2.o3,.ground > .players > .player.home.f3-3-3-1.o3,.ground > .players > .player.home.f3-4-1-2.o3,.ground > .players > .player.home.f3-4-2-1.o3,.ground > .players > .player.home.f3-4-3.o3,.ground > .players > .player.home.f3-5-1-1.o3,.ground > .players > .player.home.f3-5-2.o3{top:21%;left:50%;}
.ground > .players > .player.home.f3-1-4-2.o4,.ground > .players > .player.home.f3-2-2-3.o4,.ground > .players > .player.home.f3-2-3-2.o4,.ground > .players > .player.home.f3-2-4-1.o4,.ground > .players > .player.home.f3-3-1-3.o4,.ground > .players > .player.home.f3-3-2-2.o4,.ground > .players > .player.home.f3-3-3-1.o4,.ground > .players > .player.home.f3-4-1-2.o4,.ground > .players > .player.home.f3-4-2-1.o4,.ground > .players > .player.home.f3-4-3.o4,.ground > .players > .player.home.f3-5-1-1.o4,.ground > .players > .player.home.f3-5-2.o4{top:21%;left:80%;}
.ground > .players > .player.home.f5-2-1-2.o2,.ground > .players > .player.home.f5-2-2-1.o2,.ground > .players > .player.home.f5-2-3.o2,.ground > .players > .player.home.f5-3-2.o2, .ground > .players > .player.home.f5-4-1.o2{top:21%;left:8%;}
.ground > .players > .player.home.f5-2-1-2.o3,.ground > .players > .player.home.f5-2-2-1.o3,.ground > .players > .player.home.f5-2-3.o3,.ground > .players > .player.home.f5-3-2.o3, .ground > .players > .player.home.f5-4-1.o3{top:21%;left:29%;}
.ground > .players > .player.home.f5-2-1-2.o4,.ground > .players > .player.home.f5-2-2-1.o4,.ground > .players > .player.home.f5-2-3.o4,.ground > .players > .player.home.f5-3-2.o4, .ground > .players > .player.home.f5-4-1.o4{top:21%;left:50%;}
.ground > .players > .player.home.f5-2-1-2.o5,.ground > .players > .player.home.f5-2-2-1.o5,.ground > .players > .player.home.f5-2-3.o5,.ground > .players > .player.home.f5-3-2.o5, .ground > .players > .player.home.f5-4-1.o5{top:21%;left:71%;}
.ground > .players > .player.home.f5-2-1-2.o6,.ground > .players > .player.home.f5-2-2-1.o6,.ground > .players > .player.home.f5-2-3.o6,.ground > .players > .player.home.f5-3-2.o6, .ground > .players > .player.home.f5-4-1.o6{top:21%;left:92%;}
.ground > .players > .player.home.f3-1-4-2.o5,.ground > .players > .player.home.f3-3-1-3.o6,.ground > .players > .player.home.f3-3-2-2.o6,.ground > .players > .player.home.f3-3-3-1.o6,.ground > .players > .player.home.f3-5-1-1.o7,.ground > .players > .player.home.f4-1-2-3.o6,.ground > .players > .player.home.f4-1-3-2.o6,.ground > .players > .player.home.f4-1-4-1.o6,.ground > .players > .player.home.f4-3-1-2.o7,.ground > .players > .player.home.f4-3-2-1.o7{top:40%;/*40%*/left:50%;}
.ground > .players > .player.home.f3-1-4-2.o6,.ground > .players > .player.home.f3-2-4-1.o7,.ground > .players > .player.home.f4-1-4-1.o7{top:59%;left:12.5%;}
.ground > .players > .player.home.f3-1-4-2.o7,.ground > .players > .player.home.f3-2-2-3.o7,.ground > .players > .player.home.f3-2-4-1.o8,.ground > .players > .player.home.f3-3-2-2.o8,.ground > .players > .player.home.f3-4-2-1.o9,.ground > .players > .player.home.f4-1-4-1.o8,.ground > .players > .player.home.f4-2-2-2.o8,.ground > .players > .player.home.f4-3-2-1.o9,.ground > .players > .player.home.f5-2-2-1.o9{top:59%;left:37.5%;}
.ground > .players > .player.home.f3-1-4-2.o8,.ground > .players > .player.home.f3-2-2-3.o8,.ground > .players > .player.home.f3-2-4-1.o9,.ground > .players > .player.home.f3-3-2-2.o9,.ground > .players > .player.home.f3-4-2-1.o10,.ground > .players > .player.home.f4-1-4-1.o9,.ground > .players > .player.home.f4-2-2-2.o9,.ground > .players > .player.home.f4-3-2-1.o10,.ground > .players > .player.home.f5-2-2-1.o10{top:59%;left:62.5%;}
.ground > .players > .player.home.f3-1-4-2.o9,.ground > .players > .player.home.f3-2-4-1.o10,.ground > .players > .player.home.f4-1-4-1.o10{top:59%;left:87.5%;}
.ground > .players > .player.home.f3-1-4-2.o10,.ground > .players > .player.home.f3-2-3-2.o10,.ground > .players > .player.home.f3-3-2-2.o10,.ground > .players > .player.home.f3-4-1-2.o10,.ground > .players > .player.home.f4-1-3-2.o10,.ground > .players > .player.home.f4-2-2-2.o10,.ground > .players > .player.home.f4-2-4.o9,.ground > .players > .player.home.f4-3-1-2.o10,.ground > .players > .player.home.f4-4-2.o10,.ground > .players > .player.home.f5-2-1-2.o10,.ground > .players > .player.home.f5-3-2.o10{top:82%;left:37.5%;}
.ground > .players > .player.home.f3-1-4-2.o11,.ground > .players > .player.home.f3-2-3-2.o11,.ground > .players > .player.home.f3-3-2-2.o11,.ground > .players > .player.home.f3-4-1-2.o11,.ground > .players > .player.home.f4-1-3-2.o11,.ground > .players > .player.home.f4-2-2-2.o11,.ground > .players > .player.home.f4-2-4.o10,.ground > .players > .player.home.f4-3-1-2.o11,.ground > .players > .player.home.f4-4-2.o11,.ground > .players > .player.home.f5-2-1-2.o11,.ground > .players > .player.home.f5-3-2.o11{top:82%;left:62.5%;}
.ground > .players > .player.home.f3-2-2-3.o5,.ground > .players > .player.home.f3-2-3-2.o5,.ground > .players > .player.home.f3-2-4-1.o5,.ground > .players > .player.home.f3-4-1-2.o6,.ground > .players > .player.home.f3-4-2-1.o6,.ground > .players > .player.home.f4-2-1-3.o6,.ground > .players > .player.home.f4-2-2-2.o6,.ground > .players > .player.home.f4-2-3-1.o6,.ground > .players > .player.home.f4-4-1-1.o7,.ground > .players > .player.home.f5-2-1-2.o7,.ground > .players > .player.home.f5-2-2-1.o7{top:40%;left:37.5%;}
.ground > .players > .player.home.f3-2-2-3.o6,.ground > .players > .player.home.f3-2-3-2.o6,.ground > .players > .player.home.f3-2-4-1.o6,.ground > .players > .player.home.f3-4-1-2.o7,.ground > .players > .player.home.f3-4-2-1.o7,.ground > .players > .player.home.f4-2-1-3.o7,.ground > .players > .player.home.f4-2-2-2.o7,.ground > .players > .player.home.f4-2-3-1.o7,.ground > .players > .player.home.f4-4-1-1.o8,.ground > .players > .player.home.f5-2-1-2.o8,.ground > .players > .player.home.f5-2-2-1.o8{top:40%;left:62.5%;}
.ground > .players > .player.home.f3-2-2-3.o9,.ground > .players > .player.home.f3-3-1-3.o9,.ground > .players > .player.home.f4-1-2-3.o9,.ground > .players > .player.home.f4-2-1-3.o9,.ground > .players > .player.home.f4-3-3.o9,.ground > .players > .player.home.f5-2-3.o9{top:82%;left:20%;}
.ground > .players > .player.home.f3-2-2-3.o10,.ground > .players > .player.home.f3-2-4-1.o11,.ground > .players > .player.home.f3-3-1-3.o10,.ground > .players > .player.home.f3-3-3-1.o11,.ground > .players > .player.home.f3-4-2-1.o11,.ground > .players > .player.home.f4-1-2-3.o10,.ground > .players > .player.home.f4-1-4-1.o11,.ground > .players > .player.home.f4-2-1-3.o10,.ground > .players > .player.home.f4-2-3-1.o11,.ground > .players > .player.home.f4-3-2-1.o11,.ground > .players > .player.home.f4-3-3.o10,.ground > .players > .player.home.f4-4-1-1.o11,.ground > .players > .player.home.f4-5-1.o11,.ground > .players > .player.home.f5-2-2-1.o11,.ground > .players > .player.home.f5-2-3.o10,.ground > .players > .player.home.f5-4-1.o11{top:82%;left:50%;}
.ground > .players > .player.home.f3-2-2-3.o11,.ground > .players > .player.home.f3-3-1-3.o11,.ground > .players > .player.home.f4-1-2-3.o11,.ground > .players > .player.home.f4-2-1-3.o11,.ground > .players > .player.home.f4-3-3.o11,.ground > .players > .player.home.f5-2-3.o11{top:82%;left:80%;}
.ground > .players > .player.home.f3-2-3-2.o7,.ground > .players > .player.home.f3-3-3-1.o8,.ground > .players > .player.home.f4-2-3-1.o8{top:59%;left:20%;}
.ground > .players > .player.home.f3-2-3-2.o8,.ground > .players > .player.home.f3-3-1-3.o8,.ground > .players > .player.home.f3-3-3-1.o9,.ground > .players > .player.home.f3-4-1-2.o9,.ground > .players > .player.home.f3-5-1-1.o10,.ground > .players > .player.home.f4-1-2-1-2.o9,.ground > .players > .player.home.f4-2-1-3.o8,.ground > .players > .player.home.f4-2-3-1.o9,.ground > .players > .player.home.f4-3-1-2.o9,.ground > .players > .player.home.f4-4-1-1.o10,.ground > .players > .player.home.f5-2-1-2.o9{top:59%;left:50%;}
.ground > .players > .player.home.f3-2-3-2.o9,.ground > .players > .player.home.f3-3-3-1.o10,.ground > .players > .player.home.f4-1-3-2.o9,.ground > .players > .player.home.f4-2-3-1.o10{top:59%;left:80%;}
.ground > .players > .player.home.f3-3-1-3.o5,.ground > .players > .player.home.f3-3-2-2.o5,.ground > .players > .player.home.f3-3-3-1.o5,.ground > .players > .player.home.f4-3-1-2.o6,.ground > .players > .player.home.f4-3-2-1.o6{top:40%;left:20%;}
.ground > .players > .player.home.f3-3-1-3.o7,.ground > .players > .player.home.f3-3-2-2.o7,.ground > .players > .player.home.f3-3-3-1.o7,.ground > .players > .player.home.f4-3-1-2.o8,.ground > .players > .player.home.f4-3-2-1.o8{top:40%;left:80%;}
.ground > .players > .player.home.f3-4-1-2.o5,.ground > .players > .player.home.f3-4-2-1.o5,.ground > .players > .player.home.f4-4-1-1.o6{top:40%;left:12.5%;}
.ground > .players > .player.home.f3-4-1-2.o8,.ground > .players > .player.home.f3-4-2-1.o8,.ground > .players > .player.home.f4-4-1-1.o9{top:40%;left:87.5%;}
.ground > .players > .player.home.f3-4-3.o5{top:51%;left:12.5%;}
.ground > .players > .player.home.f3-4-3.o6,.ground > .players > .player.home.f4-2-4.o6,.ground > .players > .player.home.f4-4-2.o7,.ground > .players > .player.home.f5-2-3.o7,.ground > .players > .player.home.f5-4-1.o8{top:49%;left:37.5%;}
.ground > .players > .player.home.f3-4-3.o7,.ground > .players > .player.home.f4-2-4.o7,.ground > .players > .player.home.f4-4-2.o8,.ground > .players > .player.home.f5-2-3.o8,.ground > .players > .player.home.f5-4-1.o9{top:49%;left:62.5%;}
.ground > .players > .player.home.f3-4-3.o8{top:51%;left:87.5%;}
.ground > .players > .player.home.f3-4-3.o9{top:76%;left:20%;}
.ground > .players > .player.home.f3-4-3.o10,.ground > .players > .player.home.f3-5-1-1.o11,.ground > .players > .player.home.f4-2-1-2-1.o11{top:82%;left:50%;}
.ground > .players > .player.home.f3-4-3.o11{top:76%;left:80%;}
.ground > .players > .player.home.f3-5-1-1.o5{top:45%;left:8%;}
.ground > .players > .player.home.f3-5-1-1.o6{top:40%;left:29%;}
.ground > .players > .player.home.f3-5-1-1.o8{top:40%;left:71%;}
.ground > .players > .player.home.f3-5-1-1.o9{top:45%;left:92%;}
.ground > .players > .player.home.f3-5-2.o5,.ground > .players > .player.home.f4-5-1.o6{top:49%;left:8%;}
.ground > .players > .player.home.f3-5-2.o6,.ground > .players > .player.home.f4-5-1.o7{top:47%;left:29%;}
.ground > .players > .player.home.f3-5-2.o7,.ground > .players > .player.home.f4-3-3.o7,.ground > .players > .player.home.f4-5-1.o8,.ground > .players > .player.home.f5-3-2.o8{top:47%;left:50%;}
.ground > .players > .player.home.f3-5-2.o8,.ground > .players > .player.home.f4-5-1.o9{top:47%;left:71%;}
.ground > .players > .player.home.f3-5-2.o9,.ground > .players > .player.home.f4-5-1.o10{top:49%;left:92%;}
.ground > .players > .player.home.f3-5-2.o10,.ground > .players > .player.home.f4-1-2-1-2.o10{top:82%;left:37.5%;}
.ground > .players > .player.home.f3-5-2.o11,.ground > .players > .player.home.f4-1-2-1-2.o11{top:82%;left:62.5%;}
.ground > .players > .player.home.f4-1-2-1-2.o6{top:40%;left:50%;}
.ground > .players > .player.home.f4-1-2-1-2.o7{top:49%;left:27.5%;}
.ground > .players > .player.home.f4-1-2-1-2.o8{top:49%;left:72.5%;}
.ground > .players > .player.home.f4-2-1-2-1.o6{top:40%;left:27.5%;}
.ground > .players > .player.home.f4-2-1-2-1.o7{top:40%;left:72.5%;}
.ground > .players > .player.home.f4-2-1-2-1.o8{top:49%;left:50%;}
.ground > .players > .player.home.f4-2-1-2-1.o9{top:59%;left:27.5%;}
.ground > .players > .player.home.f4-2-1-2-1.o10{top:59%;left:72.5%;}
.ground > .players > .player.home.f4-1-2-3.o7{top:59%;left:37.5%}
.ground > .players > .player.home.f4-1-2-3.o8{top:59%;left:62.5%}
.ground > .players > .player.home.f4-1-3-2.o7{top:59%;left:20%}
.ground > .players > .player.home.f4-1-3-2.o8{top:59%;left:50%}
.ground > .players > .player.home.f4-2-4.o8{top:87%;left:12.5%;}
.ground > .players > .player.home.f4-2-4.o11{top:87%;left:87.5%;}
.ground > .players > .player.home.f4-3-3.o6,.ground > .players > .player.home.f5-3-2.o7{top:49%;left:20%;}
.ground > .players > .player.home.f4-3-3.o8,.ground > .players > .player.home.f5-3-2.o9{top:49%;left:80%;}
.ground > .players > .player.home.f4-4-2.o6,.ground > .players > .player.home.f5-4-1.o7{top:49%;left:12.5%;}
.ground > .players > .player.home.f4-4-2.o9,.ground > .players > .player.home.f5-4-1.o10{top:49%;left:87.5%;}

.ground > .players > .player.away{position:absolute;width:61px;height:76px;display:flex;flex-direction:column;align-items:center;transform:translateX(30px);}
.ground > .players > .player.away.o1{bottom:-6px;right:50%;}
.ground > .players > .player.away.o2{bottom:21%;right:12.5%;}
.ground > .players > .player.away.o3{bottom:21%;right:37.5%;}
.ground > .players > .player.away.o4{bottom:21%;right:62.5%;}
.ground > .players > .player.away.o5{bottom:21%;right:87.5%;}
.ground > .players > .player.away.f3-1-4-2.o2,.ground > .players > .player.away.f3-2-2-3.o2,.ground > .players > .player.away.f3-2-3-2.o2,.ground > .players > .player.away.f3-2-4-1.o2,.ground > .players > .player.away.f3-3-1-3.o2,.ground > .players > .player.away.f3-3-2-2.o2,.ground > .players > .player.away.f3-3-3-1.o2,.ground > .players > .player.away.f3-4-1-2.o2,.ground > .players > .player.away.f3-4-2-1.o2,.ground > .players > .player.away.f3-4-3.o2,.ground > .players > .player.away.f3-5-1-1.o2,.ground > .players > .player.away.f3-5-2.o2{bottom:21%;right:20%;}
.ground > .players > .player.away.f3-1-4-2.o3,.ground > .players > .player.away.f3-2-2-3.o3,.ground > .players > .player.away.f3-2-3-2.o3,.ground > .players > .player.away.f3-2-4-1.o3,.ground > .players > .player.away.f3-3-1-3.o3,.ground > .players > .player.away.f3-3-2-2.o3,.ground > .players > .player.away.f3-3-3-1.o3,.ground > .players > .player.away.f3-4-1-2.o3,.ground > .players > .player.away.f3-4-2-1.o3,.ground > .players > .player.away.f3-4-3.o3,.ground > .players > .player.away.f3-5-1-1.o3,.ground > .players > .player.away.f3-5-2.o3{bottom:21%;right:50%;}
.ground > .players > .player.away.f3-1-4-2.o4,.ground > .players > .player.away.f3-2-2-3.o4,.ground > .players > .player.away.f3-2-3-2.o4,.ground > .players > .player.away.f3-2-4-1.o4,.ground > .players > .player.away.f3-3-1-3.o4,.ground > .players > .player.away.f3-3-2-2.o4,.ground > .players > .player.away.f3-3-3-1.o4,.ground > .players > .player.away.f3-4-1-2.o4,.ground > .players > .player.away.f3-4-2-1.o4,.ground > .players > .player.away.f3-4-3.o4,.ground > .players > .player.away.f3-5-1-1.o4,.ground > .players > .player.away.f3-5-2.o4{bottom:21%;right:80%;}
.ground > .players > .player.away.f5-2-1-2.o2,.ground > .players > .player.away.f5-2-2-1.o2,.ground > .players > .player.away.f5-2-3.o2,.ground > .players > .player.away.f5-3-2.o2, .ground > .players > .player.away.f5-4-1.o2{bottom:21%;right:8%;}
.ground > .players > .player.away.f5-2-1-2.o3,.ground > .players > .player.away.f5-2-2-1.o3,.ground > .players > .player.away.f5-2-3.o3,.ground > .players > .player.away.f5-3-2.o3, .ground > .players > .player.away.f5-4-1.o3{bottom:21%;right:29%;}
.ground > .players > .player.away.f5-2-1-2.o4,.ground > .players > .player.away.f5-2-2-1.o4,.ground > .players > .player.away.f5-2-3.o4,.ground > .players > .player.away.f5-3-2.o4, .ground > .players > .player.away.f5-4-1.o4{bottom:21%;right:50%;}
.ground > .players > .player.away.f5-2-1-2.o5,.ground > .players > .player.away.f5-2-2-1.o5,.ground > .players > .player.away.f5-2-3.o5,.ground > .players > .player.away.f5-3-2.o5, .ground > .players > .player.away.f5-4-1.o5{bottom:21%;right:71%;}
.ground > .players > .player.away.f5-2-1-2.o6,.ground > .players > .player.away.f5-2-2-1.o6,.ground > .players > .player.away.f5-2-3.o6,.ground > .players > .player.away.f5-3-2.o6, .ground > .players > .player.away.f5-4-1.o6{bottom:21%;right:92%;}
.ground > .players > .player.away.f3-1-4-2.o5,.ground > .players > .player.away.f3-3-1-3.o6,.ground > .players > .player.away.f3-3-2-2.o6,.ground > .players > .player.away.f3-3-3-1.o6,.ground > .players > .player.away.f3-5-1-1.o7,.ground > .players > .player.away.f4-1-2-3.o6,.ground > .players > .player.away.f4-1-3-2.o6,.ground > .players > .player.away.f4-1-4-1.o6,.ground > .players > .player.away.f4-3-1-2.o7,.ground > .players > .player.away.f4-3-2-1.o7{bottom:40%;right:50%;}
.ground > .players > .player.away.f3-1-4-2.o6,.ground > .players > .player.away.f3-2-4-1.o7,.ground > .players > .player.away.f4-1-4-1.o7{bottom:59%;right:12.5%;}
.ground > .players > .player.away.f3-1-4-2.o7,.ground > .players > .player.away.f3-2-2-3.o7,.ground > .players > .player.away.f3-2-4-1.o8,.ground > .players > .player.away.f3-3-2-2.o8,.ground > .players > .player.away.f3-4-2-1.o9,.ground > .players > .player.away.f4-1-4-1.o8,.ground > .players > .player.away.f4-2-2-2.o8,.ground > .players > .player.away.f4-3-2-1.o9,.ground > .players > .player.away.f5-2-2-1.o9{bottom:59%;right:37.5%;}
.ground > .players > .player.away.f3-1-4-2.o8,.ground > .players > .player.away.f3-2-2-3.o8,.ground > .players > .player.away.f3-2-4-1.o9,.ground > .players > .player.away.f3-3-2-2.o9,.ground > .players > .player.away.f3-4-2-1.o10,.ground > .players > .player.away.f4-1-4-1.o9,.ground > .players > .player.away.f4-2-2-2.o9,.ground > .players > .player.away.f4-3-2-1.o10,.ground > .players > .player.away.f5-2-2-1.o10{bottom:59%;right:62.5%;}
.ground > .players > .player.away.f3-1-4-2.o9,.ground > .players > .player.away.f3-2-4-1.o10,.ground > .players > .player.away.f4-1-4-1.o10{bottom:59%;right:87.5%;}
.ground > .players > .player.away.f3-1-4-2.o10,.ground > .players > .player.away.f3-2-3-2.o10,.ground > .players > .player.away.f3-3-2-2.o10,.ground > .players > .player.away.f3-4-1-2.o10,.ground > .players > .player.away.f4-1-3-2.o10,.ground > .players > .player.away.f4-2-2-2.o10,.ground > .players > .player.away.f4-2-4.o9,.ground > .players > .player.away.f4-3-1-2.o10,.ground > .players > .player.away.f4-4-2.o10,.ground > .players > .player.away.f5-2-1-2.o10,.ground > .players > .player.away.f5-3-2.o10{bottom:82%;right:37.5%;}
.ground > .players > .player.away.f3-1-4-2.o11,.ground > .players > .player.away.f3-2-3-2.o11,.ground > .players > .player.away.f3-3-2-2.o11,.ground > .players > .player.away.f3-4-1-2.o11,.ground > .players > .player.away.f4-1-3-2.o11,.ground > .players > .player.away.f4-2-2-2.o11,.ground > .players > .player.away.f4-2-4.o10,.ground > .players > .player.away.f4-3-1-2.o11,.ground > .players > .player.away.f4-4-2.o11,.ground > .players > .player.away.f5-2-1-2.o11,.ground > .players > .player.away.f5-3-2.o11{bottom:82%;right:62.5%;}
.ground > .players > .player.away.f3-2-2-3.o5,.ground > .players > .player.away.f3-2-3-2.o5,.ground > .players > .player.away.f3-2-4-1.o5,.ground > .players > .player.away.f3-4-1-2.o6,.ground > .players > .player.away.f3-4-2-1.o6,.ground > .players > .player.away.f4-2-1-3.o6,.ground > .players > .player.away.f4-2-2-2.o6,.ground > .players > .player.away.f4-2-3-1.o6,.ground > .players > .player.away.f4-4-1-1.o7,.ground > .players > .player.away.f5-2-1-2.o7,.ground > .players > .player.away.f5-2-2-1.o7{bottom:40%;right:37.5%;}
.ground > .players > .player.away.f3-2-2-3.o6,.ground > .players > .player.away.f3-2-3-2.o6,.ground > .players > .player.away.f3-2-4-1.o6,.ground > .players > .player.away.f3-4-1-2.o7,.ground > .players > .player.away.f3-4-2-1.o7,.ground > .players > .player.away.f4-2-1-3.o7,.ground > .players > .player.away.f4-2-2-2.o7,.ground > .players > .player.away.f4-2-3-1.o7,.ground > .players > .player.away.f4-4-1-1.o8,.ground > .players > .player.away.f5-2-1-2.o8,.ground > .players > .player.away.f5-2-2-1.o8{bottom:40%;right:62.5%;}
.ground > .players > .player.away.f3-2-2-3.o9,.ground > .players > .player.away.f3-3-1-3.o9,.ground > .players > .player.away.f4-1-2-3.o9,.ground > .players > .player.away.f4-2-1-3.o9,.ground > .players > .player.away.f4-3-3.o9,.ground > .players > .player.away.f5-2-3.o9{bottom:82%;right:20%;}
.ground > .players > .player.away.f3-2-2-3.o10,.ground > .players > .player.away.f3-2-4-1.o11,.ground > .players > .player.away.f3-3-1-3.o10,.ground > .players > .player.away.f3-3-3-1.o11,.ground > .players > .player.away.f3-4-2-1.o11,.ground > .players > .player.away.f4-1-2-3.o10,.ground > .players > .player.away.f4-1-4-1.o11,.ground > .players > .player.away.f4-2-1-3.o10,.ground > .players > .player.away.f4-2-3-1.o11,.ground > .players > .player.away.f4-3-2-1.o11,.ground > .players > .player.away.f4-3-3.o10,.ground > .players > .player.away.f4-4-1-1.o11,.ground > .players > .player.away.f4-5-1.o11,.ground > .players > .player.away.f5-2-2-1.o11,.ground > .players > .player.away.f5-2-3.o10,.ground > .players > .player.away.f5-4-1.o11{bottom:82%;right:50%;}
.ground > .players > .player.away.f3-2-2-3.o11,.ground > .players > .player.away.f3-3-1-3.o11,.ground > .players > .player.away.f4-1-2-3.o11,.ground > .players > .player.away.f4-2-1-3.o11,.ground > .players > .player.away.f4-3-3.o11,.ground > .players > .player.away.f5-2-3.o11{bottom:82%;right:80%;}
.ground > .players > .player.away.f3-2-3-2.o7,.ground > .players > .player.away.f3-3-3-1.o8,.ground > .players > .player.away.f4-2-3-1.o8{bottom:59%;right:20%;}
.ground > .players > .player.away.f3-2-3-2.o8,.ground > .players > .player.away.f3-3-1-3.o8,.ground > .players > .player.away.f3-3-3-1.o9,.ground > .players > .player.away.f3-4-1-2.o9,.ground > .players > .player.away.f3-5-1-1.o10,.ground > .players > .player.away.f4-1-2-1-2.o9,.ground > .players > .player.away.f4-2-1-3.o8,.ground > .players > .player.away.f4-2-3-1.o9,.ground > .players > .player.away.f4-3-1-2.o9,.ground > .players > .player.away.f4-4-1-1.o10,.ground > .players > .player.away.f5-2-1-2.o9{bottom:59%;right:50%;}
.ground > .players > .player.away.f3-2-3-2.o9,.ground > .players > .player.away.f3-3-3-1.o10,.ground > .players > .player.away.f4-1-3-2.o9,.ground > .players > .player.away.f4-2-3-1.o10{bottom:59%;right:80%;}
.ground > .players > .player.away.f3-3-1-3.o5,.ground > .players > .player.away.f3-3-2-2.o5,.ground > .players > .player.away.f3-3-3-1.o5,.ground > .players > .player.away.f4-3-1-2.o6,.ground > .players > .player.away.f4-3-2-1.o6{bottom:40%;right:20%;}
.ground > .players > .player.away.f3-3-1-3.o7,.ground > .players > .player.away.f3-3-2-2.o7,.ground > .players > .player.away.f3-3-3-1.o7,.ground > .players > .player.away.f4-3-1-2.o8,.ground > .players > .player.away.f4-3-2-1.o8{bottom:40%;right:80%;}
.ground > .players > .player.away.f3-4-1-2.o5,.ground > .players > .player.away.f3-4-2-1.o5,.ground > .players > .player.away.f4-4-1-1.o6{bottom:40%;right:12.5%;}
.ground > .players > .player.away.f3-4-1-2.o8,.ground > .players > .player.away.f3-4-2-1.o8,.ground > .players > .player.away.f4-4-1-1.o9{bottom:40%;right:87.5%;}
.ground > .players > .player.away.f3-4-3.o5{bottom:51%;right:12.5%;}
.ground > .players > .player.away.f3-4-3.o6,.ground > .players > .player.away.f4-2-4.o6,.ground > .players > .player.away.f4-4-2.o7,.ground > .players > .player.away.f5-2-3.o7,.ground > .players > .player.away.f5-4-1.o8{bottom:49%;right:37.5%;}
.ground > .players > .player.away.f3-4-3.o7,.ground > .players > .player.away.f4-2-4.o7,.ground > .players > .player.away.f4-4-2.o8,.ground > .players > .player.away.f5-2-3.o8,.ground > .players > .player.away.f5-4-1.o9{bottom:49%;right:62.5%;}
.ground > .players > .player.away.f3-4-3.o8{bottom:51%;right:87.5%;}
.ground > .players > .player.away.f3-4-3.o9{bottom:76%;right:20%;}
.ground > .players > .player.away.f3-4-3.o10,.ground > .players > .player.away.f3-5-1-1.o11,.ground > .players > .player.away.f4-2-1-2-1.o11{bottom:82%;right:50%;}
.ground > .players > .player.away.f3-4-3.o11{bottom:76%;right:80%;}
.ground > .players > .player.away.f3-5-1-1.o5{bottom:45%;right:8%;}
.ground > .players > .player.away.f3-5-1-1.o6{bottom:40%;right:29%;}
.ground > .players > .player.away.f3-5-1-1.o8{bottom:40%;right:71%;}
.ground > .players > .player.away.f3-5-1-1.o9{bottom:45%;right:92%;}
.ground > .players > .player.away.f3-5-2.o5,.ground > .players > .player.away.f4-5-1.o6{bottom:49%;right:8%;}
.ground > .players > .player.away.f3-5-2.o6,.ground > .players > .player.away.f4-5-1.o7{bottom:49%;right:29%;}
.ground > .players > .player.away.f3-5-2.o7,.ground > .players > .player.away.f4-3-3.o7,.ground > .players > .player.away.f4-5-1.o8,.ground > .players > .player.away.f5-3-2.o8{bottom:49%;right:50%;}
.ground > .players > .player.away.f3-5-2.o8,.ground > .players > .player.away.f4-5-1.o9{bottom:49%;right:71%;}
.ground > .players > .player.away.f3-5-2.o9,.ground > .players > .player.away.f4-5-1.o10{bottom:49%;right:92%;}
.ground > .players > .player.away.f3-5-2.o10,.ground > .players > .player.away.f4-1-2-1-2.o10{bottom:82%;right:37.5%;}
.ground > .players > .player.away.f3-5-2.o11,.ground > .players > .player.away.f4-1-2-1-2.o11{bottom:82%;right:62.5%;}
.ground > .players > .player.away.f4-1-2-1-2.o6{bottom:40%;right:50%;}
.ground > .players > .player.away.f4-1-2-1-2.o7{bottom:49%;right:27.5%;}
.ground > .players > .player.away.f4-1-2-1-2.o8{bottom:49%;right:72.5%;}
.ground > .players > .player.away.f4-2-1-2-1.o6{bottom:40%;right:27.5%;}
.ground > .players > .player.away.f4-2-1-2-1.o7{bottom:40%;right:72.5%;}
.ground > .players > .player.away.f4-2-1-2-1.o8{bottom:49%;right:50%;}
.ground > .players > .player.away.f4-2-1-2-1.o9{bottom:59%;right:27.5%;}
.ground > .players > .player.away.f4-2-1-2-1.o10{bottom:59%;right:72.5%;}
.ground > .players > .player.away.f4-1-2-3.o7{bottom:59%;right:37.5%}
.ground > .players > .player.away.f4-1-2-3.o8{bottom:59%;right:62.5%}
.ground > .players > .player.away.f4-1-3-2.o7{bottom:59%;right:20%}
.ground > .players > .player.away.f4-1-3-2.o8{bottom:59%;right:50%}
.ground > .players > .player.away.f4-2-4.o8{bottom:87%;right:12.5%;}
.ground > .players > .player.away.f4-2-4.o11{bottom:87%;right:87.5%;}
.ground > .players > .player.away.f4-3-3.o6,.ground > .players > .player.away.f5-3-2.o7{bottom:49%;right:20%;}
.ground > .players > .player.away.f4-3-3.o8,.ground > .players > .player.away.f5-3-2.o9{bottom:49%;right:80%;}
.ground > .players > .player.away.f4-4-2.o6,.ground > .players > .player.away.f5-4-1.o7{bottom:49%;right:12.5%;}
.ground > .players > .player.away.f4-4-2.o9,.ground > .players > .player.away.f5-4-1.o10{bottom:49%;right:87.5%;}

.ground > .players > .player > .name{width:100%;margin-top:5px;font-size:10px;color:#fff;line-height:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.ground > .players > .player > .name > span{display:inline-block;font-size:10px;color:#fff;line-height:12px;font-weight:700;opacity:.5;margin-right:4px;vertical-align:baseline;}

/* 농구 코트 */
#div_gameInfo > .box > .cBox.groundBasketball{width:calc(100% - 24px);aspect-ratio:336/478;position:relative;border-radius:16px;overflow:hidden;}
#div_gameInfo > .box > .cBox.groundBasketball > ul{display:flex;align-items:center;padding:4px;border-radius:48px;background-color:rgba(255,255,255,.3);}
#div_gameInfo > .box > .cBox.groundBasketball > ul > li{flex:1;text-align:center;line-height:16px;padding:8px 0;display:inline-block;border-radius:24px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#div_gameInfo > .box > .cBox.groundBasketball > ul > li.on{background:#fff;color:#1B1D1F;}
#div_gameInfo > .box > .cBox.groundBasketball > ul > li > .team16{margin-right:4px;vertical-align:bottom;}
/* 선수 카드 */
#div_gameInfo > .box > .cBox.groundBasketball > .players > .player{position:absolute;display:flex;flex-direction:column;align-items:center;width:78px;}
#div_gameInfo > .box > .cBox.groundBasketball > .players > .player > .photo{position:relative;width:68px;height:68px;}
#div_gameInfo > .box > .cBox.groundBasketball > .players > .player > .photo > img{width:68px;height:68px;border-radius:50%;object-fit:cover;}
/* 이름 행: 포지션 뱃지 + 선수명 */
#div_gameInfo > .box > .cBox.groundBasketball > .players > .player > .name{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;margin-top:4px;line-height:16px;}
#div_gameInfo > .box > .cBox.groundBasketball > .players > .player > .name > .pos{width:16px;height:16px;border-radius:16px;background:#1B1D1F;color:#fff;font-size:8px;font-weight:900;line-height:16px;text-align:center;flex-shrink:0;}
#div_gameInfo > .box > .cBox.groundBasketball > .players > .player > .name > span{font-size:12px;font-weight:700;color:#fff;letter-spacing:-.12px;line-height:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
/* 스탯 행 */
#div_gameInfo > .box > .cBox.groundBasketball > .players > .player > .stats{width:68px;margin-top:4px;}
#div_gameInfo > .box > .cBox.groundBasketball > .players > .player > .stats > .row{display:flex;justify-content:space-between;align-items:center;width:100%;line-height:12px;margin-bottom:2px;font-size:10px;color:#E8EBED;}
#div_gameInfo > .box > .cBox.groundBasketball > .players > .player > .stats > .row > span{font-weight:700;text-align:right;}

.game-top > .relay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(0, 0, 0, .60);z-index:100;display:none;}
.game-top > .relay.on{display:flex;}
.game-top > .relay > .ground{position:relative;width:210px;height:100%;background:url('/images/baseball_ground2.png') no-repeat top left #0E1D0D;background-size:contain;display:inline-block;}
.game-top > .relay > .ground > .bso{position:absolute;left:4px;top:12px;display:flex;flex-direction:column;}
.game-top > .relay > .ground > .bso > li{display:inline-flex;gap:4px;align-items:center;}
.game-top > .relay > .ground > .bso > li > label{font-size:12px;font-weight:700;line-height:14px;letter-spacing:-.12px;color:#fff;width:12px;height:14px;text-align:center;}
.game-top > .relay > .ground > .bso > li > span{display:inline-block;width:6px;height:6px;background:rgba(255,255,255,.2);border-radius:6px;}
.game-top > .relay > .ground > .bso > li > span.ball{background:#25CF00;}
.game-top > .relay > .ground > .bso > li > span.strike{background:#FFB600;}
.game-top > .relay > .ground > .bso > li > span.out{background:#E20C33;}

.game-top > .relay > .ground > .gBox{width:100%;height:100%;position:absolute;left:0;top:0;}
.game-top > .relay > .ground > .gBox > .runner{position:absolute;font-size:12px;font-weight:700;line-height:14px;letter-spacing:-.12px;max-width:90px;white-space:nowrap;overflow:hidden;}
.game-top > .relay > .ground > .gBox > .runner.r1{right:8px;top:86px;}
.game-top > .relay > .ground > .gBox > .runner.r2{left:50%;transform:translateX(-50%);top:19px;}
.game-top > .relay > .ground > .gBox > .runner.r3{left:8px;top:86px;}
.game-top > .relay > .ground > .gBox > .base{width:28px;height:28px;position:absolute;background:url('/images/img_base_on.png') no-repeat;background-size:contain;}
.game-top > .relay > .ground > .gBox > .base.b1{right:25px;top:105px;}
.game-top > .relay > .ground > .gBox > .base.b2{left:50%;transform:translateX(-50%);top:38px;}
.game-top > .relay > .ground > .gBox > .base.b3{left:26px;top:105px;}

.game-top > .relay > .ground > .gBox > .pitcher{position:absolute;font-size:12px;font-weight:700;line-height:14px;letter-spacing:-.12px;top:138px;left:50%;transform:translateX(-50%);max-width:100px;white-space:nowrap;overflow:hidden;text-align:center;}
.game-top > .relay > .ground > .gBox > .pitcher > span{font-size:10px;line-height:12px;color:#fff;opacity:.8;width:100%;display:block;font-weight:400;text-align:center;}

.game-top > .relay > .ground > .gBox > .round{display:inline-block;position:absolute;transform:translateX(-50%);width:12px;height:12px;background:#00FFA6;border-radius:12px;box-shadow:0 0 8px #00FFA6;}
.game-top > .relay > .ground > .gBox > .round.pitcher{top:116px;left:50%;transform:translateX(-50%);}
.game-top > .relay > .ground > .gBox > .round.right{top:194px;left:78px;}
.game-top > .relay > .ground > .gBox > .round.left{top:194px;left:133px;}

.game-top > .relay > .ground > .gBox > .hitter{position:absolute;font-size:12px;font-weight:700;line-height:14px;letter-spacing:-.12px;width:60px;white-space:nowrap;overflow:hidden;}
.game-top > .relay > .ground > .gBox > .hitter > span{font-size:10px;line-height:12px;color:#fff;opacity:.8;width:100%;display:block;font-weight:400;text-align:right;}
.game-top > .relay > .ground > .gBox > .hitter.right{top:188px;left:4px;text-align:right;}
.game-top > .relay > .ground > .gBox > .hitter.left{top:188px;left:146px;text-align:left;}
.game-top > .relay > .ground > .gBox > .hitter.left > span{text-align:left;}

.game-top > .relay > .ground > .info{position:absolute;bottom:0;width:100%;padding:0 12px 20px 12px;display:flex;flex-direction:column;gap:2px;}
.game-top > .relay > .ground > .info > li{display:flex;gap:8px;font-size:12px;line-height:14px;font-weight:700;letter-spacing:-.12px;}
.game-top > .relay > .ground > .info > li > span{font-size:12px;line-height:14px;font-weight:400;letter-spacing:-.12px;}
.game-top > .relay > .ground > .info > li.stat{padding-left:20px;font-weight:400;color:#C9CDD2;padding-bottom:6px;}


.game-top > .relay > ul{float:left;width:118px;height:100%;display:flex;flex-direction:column;}
.game-top > .relay > ul > li.pbp{width:100%;height:calc(100% - 118px);background:#1856AB;padding:12px 8px;overflow-y:auto;}
.game-top > .relay > ul > li.pbp > ul{display:flex;flex-direction:column;gap:2px;}
.game-top > .relay > ul > li.pbp > ul > li{display:flex;gap:4px;font-size:12px;font-weight:700;line-height:14px;letter-spacing:-.12px;overflow:hidden;white-space:nowrap;}
.game-top > .relay > ul > li.pbp > ul > li > label{font-size:12px;font-weight:400;line-height:14px;letter-spacing:-.12px;}
.game-top > .relay > ul > li.pbp > ul > li > span{font-size:10px;font-weight:400;line-height:12px;opacity:.8;}
.game-top > .relay > ul > li.pbp > ul > li:nth-child(even){padding-bottom:14px;}

.game-top > .relay > ul > li.hitter{width:100%;height:118px;background:#193155;padding:12px 8px 0 8px;}
.game-top > .relay > ul > li.hitter > ul{display:flex;flex-direction:column;gap:2px;}
.game-top > .relay > ul > li.hitter > ul > li{font-size:10px;line-height:12px;font-weight:700;padding-bottom:6px;overflow:hidden;white-space:nowrap;}
.game-top > .relay > ul > li.hitter > ul > li.oTitle{font-weight:400;opacity:.8;padding-bottom:0;}

.game-top > .relay > .btn-relay{width:40px;height:74px;background:url('/images/btn_relay_on.png?v=1.0') no-repeat center center;background-size:cover;}
.game-top > .btn-relay{position:absolute;top:0;left:0;width:40px;height:74px;background:url('/images/btn_relay.png?v=1.0') no-repeat center center;background-size:cover;}
