@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);
@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SpoqaHanSansNeo-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SpoqaHanSansNeo-Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* 리뉴얼 */

body {overflow-x:hidden; font-family: 'Nanum Gothic', sans-serif;}

/* 헤더 */
.header *{font-family: 'SpoqaHanSansNeo-Regular';}
#header_mid {background:#333333; border-bottom:1px solid #525252; z-index:2002; width:100%; min-width:1150px;}
.header_mid {position:relative; margin-top:31px; width:1150px; margin:0 auto; min-height:75px; z-index:2002;} 
.header_mid .score_logo {position:absolute; line-height:75px;}
.header_mid .score_logo img {vertical-align:middle;}
.header_mid > ul {margin-left:310px;}
.header_mid > ul > li {position:relative; float:left; padding:0 25px; text-align:center;}
.header_mid > ul > li > a {display:block; width:100%; line-height:75px;}
.header_mid > ul > li > a > img {vertical-align:middle; display:inline-block;}
.header_mid > ul > li > a:after {content:''; width:70%; opacity:0; background:white; height:3px; position:absolute; bottom:-2px; left:0; right:0; margin:0 auto;}
.header_mid > ul > li:hover > a:after {opacity:1; transition:all 0.4s ease-in-out;}

.header_time {position:absolute; bottom:24px; right:0; font-family: 'Thasadith', sans-serif; transition-delay: 0.5s;}
.header_time span {font-size:14px; color:#999999; line-height:1;}
.header_time .clock {display:inline-block; font-size:0; line-height:1; }
.header_time .clock ul li:nth-child(odd) {display:inline-block; width:34px; font-size:27px; color:white; line-height:1; text-align: center;}
.header_time .clock ul li:nth-child(even) {display:inline-block; font-size:27px; color:white; line-height:1; margin:0 2px} 

.header{height: 70px;width:100%;background-color: #000;position: relative;min-width: 1150px;box-sizing: border-box;border-bottom:1px solid #4d4d4d;font-family: 'NanumSquare', sans-serif;z-index:1000;}
.header_inner{width:1150px;margin:0 auto;}
.header .main_logo{line-height: 70px;float: left;}
.header>.header_inner>.all_view_btn{float: left;line-height: 70px;padding-left: 64px;}
.header .main_logo>a>img,.header>.header_inner>.all_view_btn>img{vertical-align: middle;}
.header_rgt{float: right;padding-top:15px;position: relative;}
.header_rgt>ul{}
.header_rgt>ul>li{float: left;}
.header_rgt>ul>li>a{font-size: 17px;color:#000000;background-color: #ebebeb;display: block;width:110px;height: 40px;line-height: 40px;text-align: center;
box-shadow: inset 0 1px 0px rgb(255,255,255,0.4);border-radius: 20px;}
.header_rgt>ul>li:nth-child(1){margin-right: 10px;}
.header_rgt>ul>li:nth-child(2)>a{background-color: #e51937;color:#fff;}
.header_rgt>ul>li:nth-child(1):hover>a{background-color: #fff;}
.header_rgt>ul>li:nth-child(2):hover>a{background-color: #ff2c4b;}
.user_drop_wrap{float: left;}
.user_drop_wrap+a{float: left;margin-left: 7px;width:127px;height: 40px;background-image: url(/image/head_top_charge.png);}
.user_drop_wrap+a:hover{background-position: center bottom;}
.user_drop_wrap>a{width:169px;height: 39px;display: block;background-image: url(/image/user_drop_bg.png);line-height: 39px;padding-left: 10px;box-sizing: border-box;}
.user_drop_wrap>a>strong,.user_drop_wrap>a>span{font-size: 15px;color:#000;font-weight: 600;float: left;}
.user_drop_wrap>a>strong{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width: 60%;}
.user_drop_wrap>a>span{padding-left: 3px;}
.user_drop_wrap>a:hover{background-position: center bottom;}
.user_drop_wrap.on>a{background-image: url(/image/new_user_drop_on_bg.png);}
.user_drop_cont{background-color: #f8f8f8;position: absolute;right:133px;top:70px;width:260px;border:1px solid #636363;padding:10px 15px 10px 15px;z-index:3001;box-sizing: border-box;display: none;}
.user_drop_cont>p{line-height: 30px;padding-bottom: 10px;}
.user_drop_cont>p>a{float: left;font-size: 16px;color:#919191;width:calc(100% - 100px);}
.user_drop_cont>p>a>span{color:#000000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float: left;padding-right: 3px;max-width: 80%;font-weight: 600;}
.user_drop_cont>p>button{font-size: 14px;color:#434343;float: right;width:90px;height: 30px;line-height: 30px;text-align: center;border:1px solid #b7b7b7;border-radius: 20px;background:none;}
.user_drop_cont>p>button:hover{border:1px solid #e51737;}
.user_drop_cont>.head_user_info{border-top:1px solid #636363;padding:15px 0;}
.user_drop_cont>.head_user_info>strong{display: block;font-size: 14px;color:#101010;font-weight: 400;}
.user_drop_cont>.head_user_info>strong>span{text-align: right;float: right;}
.user_drop_cont>.head_user_info>strong>span>em{color:#ff9000;}
.user_drop_cont>.head_user_info>p{font-size: 14px;color:#101010;padding-top:10px;}
.user_drop_cont>.head_user_info>p>strong{float: left;width:90px;font-weight: 400;}
.user_drop_cont>.head_user_info>p>strong>span,.user_drop_cont>.head_user_info>p>strong>a{text-align: right;float: right;cursor: pointer;color:#101010;}
.user_drop_cont>.head_user_info>p>strong>span>em,.user_drop_cont>.head_user_info>p>strong>a>em{color:#e51937;font-weight: 800;}
.user_drop_cont>.head_user_info>p>u{float: left;padding-left: 10px;font-size: 12px;}
.user_drop_cont>.head_user_info>p>u+strong{float: right;width:115px;}
.chip_des_btn{cursor: pointer;vertical-align: middle;}
.chip_des_pop{position: absolute;left:45px;top:20px;font-size: 11px;color:#101010;width:210px;background-color: #f6f6f6;border:1px solid #6d6d6d;padding:7px;line-height: 1.3;box-shadow: 3px 3px 10px rgba(0,0,0,0.5);display: none;}
.user_drop_cont>.head_money>ul{padding:8px 13px;background-color: #fff;}
.user_drop_cont>.head_money>ul>li{font-size: 13px;color:#101010;}
.user_drop_cont>.head_money>ul>li:after{content: '';display: block;clear: both;}
.user_drop_cont>.head_money>ul>li>p{float: left;width:70px;font-size: 14px;letter-spacing: -0.025em;}
.user_drop_cont>.head_money>ul>li>ul{float: right;text-align: right;width:calc(100% - 70px);}
.user_drop_cont>.head_money>ul>li>ul>li{margin-bottom: 5px;}
.user_drop_cont>.head_money>ul>li>ul>li:last-child{margin-bottom: 0px;}
.user_drop_cont>.head_money>ul>li>ul>li>span{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: inline-block;padding-right: 5px;max-width: 73%;letter-spacing: -0.025em;font-size: 13px;box-sizing: border-box;vertical-align: middle;}
.user_drop_cont>.head_money>ul>li>ul>li>img{vertical-align: middle;}
.user_drop_cont>.head_money>ul.head_score888{border:1px solid #b7b7b7;margin-bottom: 5px;}
.user_drop_cont>.head_money>ul.head_ot{border:1px solid #b7b7b7;}
.user_drop_cont>.head_money>ul.head_ot>li{padding:9px 0 10px 0;border-bottom:1px solid #636363;position: relative;}
.user_drop_cont>.head_money>ul.head_ot>li:first-child{padding-top:0px;}
.user_drop_cont>.head_money>ul.head_ot>li:last-child{padding-bottom: 0px;border-bottom:none;}
.user_drop_cont>.head_money>ul.head_ot>li:last-child>ul>li>img{vertical-align: middle;}
.user_drop_cont>.head_money>ul.head_ot>li.on .chip_des_pop{display: block;}
.user_drop_cont>.head_conect_info{text-align: center;padding:15px 0 10px 0;}
.user_drop_cont>.head_conect_info>p{font-size: 13px;color: #808080;}
.user_drop_cont>.head_user_btn>a{margin-left: -3px;}
.user_drop_wrap.on>.user_drop_cont{display: block;}

.gnb_all_wrap{width:1150px;position: absolute;left:50%;top:70px;z-index:3000;border:1px solid #6b6b6b;box-sizing: border-box;font-family: 'NanumSquare', sans-serif;display: none;transform: translateX(-50%);}
.gnb_list_wrap{float: left;width:calc(100% - 230px);background-color: rgba(0,0,0,0.95);}
.gnb_list_wrap>ul{border-bottom: 1px solid #424242;box-sizing: border-box;}
.gnb_list_wrap>ul>li{float: left;font-size: 21px;font-weight: 600;color:#787878;width:135px;height: 50px;line-height: 50px;text-align: center;letter-spacing: -0.025em;}
.gnb_list_wrap>ul>li:nth-child(1){width:145px;}
.gnb_list_wrap>.gnb_list>ul>li{float: left;width:135px;border-right: 1px solid #464646;box-sizing: border-box;text-align: center;height: 240px;}
.gnb_list_wrap>.gnb_list>ul>li:nth-child(1){width:145px;}
.gnb_list_wrap>.gnb_list>ul>li>ul{padding-top:20px;}
.gnb_list_wrap>.gnb_list>ul>li>ul>li{padding-bottom: 15px;}
.gnb_list_wrap>.gnb_list>ul>li>ul>li:last-child{padding-bottom: 0px;}
.gnb_list_wrap>.gnb_list>ul>li>ul>li>a{font-size: 19px;color:#fff;transition: all .3s;letter-spacing: -0.025em;}
.gnb_list_wrap>.gnb_list>ul>li>ul>li>a:hover{color:#ff314f;}
.gnb_info_wrap{float: left;width:230px;background-color: #464646;height: 291px;padding:30px 25px 0 25px;box-sizing: border-box;}
.gnb_info_wrap>ul>li{padding-bottom: 15px;}
.gnb_info_wrap>ul>li>a{color:#fff;font-size: 16px;letter-spacing: -0.025em;}
.gnb_info_wrap>ul>li:nth-child(1){padding-bottom: 55px;position: relative;}
.gnb_info_wrap>ul>li:nth-child(1):after{content: '';height: 1px;width:100%;background-color: #898989;position: absolute;left:0;top:45px;}

/* 스티키 */

#header_mid.sticky {position: fixed; width:100%; min-width:1150px; left: 0; top: 0; z-index: 2002; border-top: 0;}
.header_bg.sticky {position: fixed; left:0; top:76px; z-index: 2001;}
/* gnb */
.header_bg {width:100%; min-width:1150px; height:275px; position:absolute; top:76px; right:0; left:0; margin:0 auto; background:#333333; z-index:2000; display:none;}
.header_mid_gnb {position:absolute; left:50%; transform:translateX(-50%); display:none;}
.header_mid_gnb li {width:110px; text-align:center; padding:0 10px; line-height:32px;}
.header_mid_gnb li a {position:relative; display:block; width:100%; font-size:14px; color:white; transition:all 0.2s ease-in-out;}
.header_mid_gnb li a:hover {color:#66ccff;}
.header_mid_gnb li a:hover u:after {opacity:1;}
.header_mid_gnb li a u {text-decoration: none; position:relative; letter-spacing: -0.3px;}
.header_mid_gnb li a u:after {opacity:0; content:''; width:100%; position:absolute; left:0; bottom:-2px; border:0.5px solid #66ccff;}

.header_mid_gnb li:first-child {margin-top:20px;}
.header_mid_gnb .gnb_live.on a:before {content:''; position:absolute; left:-10px; top:2px; bottom:0; margin:auto 0; width:27px; height:10px; background:url(/image/renew/live_on.png) no-repeat;}


#header_mid_wrap {position:relative;z-index:990;}


/* #header_mid_gnb {position:absolute; top:107px; left:0; right:0; width:1350px; margin:0 auto; height:275px; background:#333333; display:none; z-index:1000;}
.header_mid_gnb {position:absolute; left:50%; margin-left:-246px;}
.header_mid_gnb ul {float:left; position:relative; margin-top:20px;}
#header_mid_gnb.active {opacity:0;}
.frame {position:absolute; bottom:1px; left:0; right:0; width:190px; height:89px; margin:0 auto;}
.frame img {width:100%; height:100%;}*/


/* 메인슬라이더 */

.visual {position:relative; background:#f4f4f4; width:100%; min-width:1150px; overflow:hidden;}

.slider-for, .slider-nav {opacity:0; visibility:hidden; transition:opacity 1s ease;}
.slider-for.slick-initialized, .slider-nav.slick-initialized {visibility:visible; opacity:1;}


.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slider-nav {position:relative;width:1150px; margin:0 auto;} /* bar view: 3ea 730, 4ea 940,  5ea 1150 */
.slider-nav .slick-current {position:relative;}

.slider-nav:before {content:''; position:absolute; bottom:1px; left:0; right:0; margin:0 auto; width:210px; height:89px; background:url(/image/renew/slider/frame.png) center bottom no-repeat; z-index:100;}

.slick-track{position:relative;top:0;left:0;display:block;overflow:hidden}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'].slick-slide{float:right;}
.slider-nav .slick-slide{height:77px;}
.slider-nav .slick-slide img {width:210px; height:77px;}
.slider-for .slick-slide {position:relative; height:320px; overflow:hidden;}
.slider-for .slick-slide > img {position:absolute; left:50%; height:320px; margin:0 auto; transform:translateX(-50%);}
.slider-for .slick-slide>a>img {position:absolute; left:50%; height:320px; margin:0 auto; transform:translateX(-50%);}
/* .slider-for .slider-track {transition: all 1s cubic-bezier(0.7, 0, 0.3, 1)}
.slider-for .slick-slide.slick-active > img {transform: scale(1); margin:0 auto; opacity:1;} */


.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}


.slider-for > div {position:relative;}
.visual-info {position:absolute; top:50%; transform:translateY(-50%); left:0; right:0; width:1150px; height:174px; margin:0 auto;}
.visual-info .info-txt {display:inline-block;}
.visual-info .info-txt span {display:block;}
.visual-info .info-txt a {position:absolute; bottom:-40px; left:0; width:150px;}
.visual-info > ul {position:absolute; right:0; bottom:0;}
.visual-info > ul li img {width:auto;}
.visual-info > ul li + li {margin-top:8px;}

.slider-nav:after {content:''; position:absolute; left:-50%; bottom:0; width:300%; height:1px; background:#cccccc;}

/* #bx-pager ul li a.active:before {content:""; position:absolute; top:0; bottom:0; left:0; right:0; border:5px solid white;} */
.frame {position:absolute; bottom:0; left:0; right:0; width:190px; height:90px; margin:0 auto;}
.frame img {width:100%; height:100%;}


/*메인 아이콘*/
.slide_icon{width:1150px;position: absolute;left:50%;transform: translateX(-50%);top:0;}
.slide_icon>ul{position: absolute;right:0;top:25px;}
.slide_icon>ul>li{}
.slide_icon>ul>li:last-child{margin-bottom:0px;}

/* 롤링 prev next */

.slider-nav .slick-prev, .slider-nav .slick-next{font-size:0;line-height:0;position:absolute; top:0; display:block;width:52px;height:76px;padding:0;cursor:pointer;color:red;border:0;outline:0; z-index:150;}
.slider-nav .slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:0;}
.slider-nav .slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slider-nav .slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}
.slider-nav .slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slider-nav .slick-prev{left:-2px; background:url(/image/renew/bx-prev.jpg) no-repeat; background-size:cover; border-left:1px solid #cccccc;}
.slider-nav .slick-next{right:-2px; background:url(/image/renew/bx-next.jpg) no-repeat; background-size:cover; border-right:1px solid #cccccc;}


.slick-dots{position:absolute;bottom:45px;display:block;width:100%;padding:0;list-style:none;text-align:center;z-index:1000}
.slick-dots li{position:relative;display:inline-block;width:17px;height:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;cursor:pointer;color:transparent;border:0;outline:0;background:transparent}
.slick-dots li button:hover,.slick-dots li button:focus{outline:0}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;display:block;width:10px;height:10px;margin:0 auto;content:'';text-align:center;background-color:transparent;border:1px solid #fff;border-radius:10px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{background-color:#fff}


/* 디렉션컨트롤 */
.visual .bx-controls {width:100%; min-width:1150px; margin:0 auto; position:relative;}
.visual .bx-prev {float:left; display:block; text-indent:-9999px; width:48px; height:77px; background:url(/image/renew/bx-prev.jpg) no-repeat; border-left:1px solid #cccccc;}
.visual .bx-next {float:right; display:block; text-indent:-9999px; width:48px; height:77px; background:url(/image/renew/bx-next.jpg) no-repeat; border-right:1px solid #cccccc;}


/* mainWrapper */
.mainWrapp_new {margin:0 auto; width:100%; min-width:1150px;}



/* 메인페이지 section1 */
#section1 {background:#f4f4f4; width:100%; min-width:1150px;}
.section1 {position:relative; width:1150px; margin:0 auto; padding:65px 0 90px 0; overflow:hidden; }
.section1:after {content:""; position:absolute; right:0; bottom:0; width:230px; height:28px; background:url(/image/renew/score888-b-logo.png) 0 9px no-repeat;}

.section1 > div {overflow:hidden;}
.section1 > div > h2, .section1 > h2 {padding:0 2px; font-size:18px; color:black; line-height:1; margin-bottom:15px;}

.inc-score {width:375px; position:relative;}

.livechat {width:315px;padding-top:40px;}
.livechat>h2{padding-bottom: 15px;}

.inc-score h2 {font-size:18px; color:black; line-height:1; margin-bottom:15px;}
.inc-score .match{display:table;width:calc(100% - 2px); height:120px; table-layout:fixed; background:white;}
.inc-score .match .team_con{display:table-cell; height:120px; vertical-align:top;word-break:break-all;padding:30px 1% 5px; font-size:11px;font-weight:600;text-align:center;}
.inc-score .match .team_con.left_con{text-align:right;}
.inc-score .match .team_con.right_con{text-align:left;}
.inc-score .match .team_con.home{background:url(../m/image/icon_h.png) 97% 30px / 7px 7px no-repeat;}
.inc-score .match .team_con.home.right_con{background-position:3% 5px;}
.inc-score .match .team_con .point{display:none; color:#999999;margin-top:3px;font-size:10px;}
.inc-score .match .team_con .team_logo{max-width:75px; max-height:60px; display:inline-block; vertical-align: middle;}
.inc-score .match .team_con .team_con_txt {margin-top:10px;}
/* .inc-score .match .team_con span{display:block;margin-top:10px; font-size:12px; color:#666666;} */
.inc-score .match .score{display:table-cell;vertical-align:middle;width:45px;text-align:center;padding:5px 0;font-size:25px;font-weight:600;}
.inc-score .match .score.goahead{color:#f00;}
.inc-score .match .score.standby{color:#999999;}
.inc-score .match .center_con{display:table-cell;vertical-align:middle;width:40%;text-align:center;padding:5px 0;}
.inc-score .match .center_con p{display:inline-block; width:86px; height:29px;line-height:29px;background:#999999;color:#fff;margin-bottom:5px;font-size:16px;border-radius:15px;}
.inc-score .match .center_con > div {padding-bottom:15px;}
.inc-score .match .center_con p.ing{background:#cc0000 !important;}
.inc-score .match .center_con p.ft{background:#669999 !important;}
.inc-score .match .center_con span{font-size:16px; color:#333333; font-weight:bold;}
.inc-score-link {position:absolute; bottom:40px; top:40px; left:0; right:0; display:block;}


.livechat_con {padding:10px 0; box-sizing: border-box;}
.livechat_text {padding-left:10px; width:calc(100% - 36px); box-sizing:border-box; line-height:27px; font-size:13px; color:black;}
.livechat_ico {position:absolute; top:0; right:0; width:36px; height:120%; text-align:center;  box-sizing: border-box; }
.livechat_ico li {height:33.3333%;}
.livechat_ico img {display:inline-block;}


/* close 버튼 */

.inc-close {float:right; position:relative; width:17px; height:17px; opacity:0.3; cursor: pointer;}
.inc-close:hover {opacity:1;}
.inc-close:before, .inc-close:after {content:""; position:absolute; top:8px; width:17px; height:2px; background:#333;}
.inc-close:before {transform: rotate(90deg);}


.livechat_con {width:315px; height:280px; background:white; border:1px solid #eaeaea;overflow: hidden;}

/* section2 */
#section2 { border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea; width:100%; min-width:1150px;}
.section2 {position:relative; padding:90px 0 150px 0; width:1150px; margin:0 auto; overflow:hidden;}
.section2:after {content:""; position:absolute; right:0; top:0; width:230px; height:28px; background:url(/image/renew/score888-b-logo.png) 0 -20px no-repeat;}
.section2 h2 {font-size:18px; color:black; text-align:center;}

.section2 h2 {margin-bottom:25px;}
.media-slider {width:1000px; margin:0 auto; position:relative; text-align:center;}
.media-slider div dl dt {display:inline-block; width:300px; height:171px; background:black; margin-bottom:10px;}
.media-slider div dl dd a {padding-bottom:2px; font-size:15px; color:black; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.media-slider button {background:transparent;}
.media-slider .slick-prev {position:absolute; top:35%; left:-60px; font-size:0; background:url(/m/image/score/arr_l.png) no-repeat; width:10px; height:19px;}
.media-slider .slick-next {position:absolute; top:35%; right:-60px; font-size:0; background:url(/m/image/score/arr_r.png) no-repeat; width:10px; height:19px;}
.media-slider .slick-slide {}

/* section3 */


#section3 {background:#f4f4f4; width:100%; min-width:1150px;}
.section3 {width:1150px; margin:0 auto; padding:90px 0 0px 0; overflow:hidden;}

.section3 > div {float:left;}
.section3 > div + div {margin-left:42.5px;}
.section3 > div > h2 {font-size:18px; line-height:1; color:black; margin-bottom:15px; padding-left:8px;}
.section3_con {width:353px; height:300px; background:white; border:1px solid #eaeaea;}
.section3_con > ul li {padding:0 20px;height:50px;}
.section3_con > ul li a {display:block; width:100%; font-size:15px; line-height:49px; color:black; border-bottom:1px solid #eaeaea;height:50px;overflow: hidden;}
.section3_con > ul li:last-child a {border-bottom:0;}
.section3_con > ul li:hover {background:#999; transition:all 0.1s ease-in-out;}
.section3_con > ul li:hover a {color:white; border-bottom:1px solid transparent;}


/* 게임가이드 버튼 */
.section3_gameguide_con {width:353px; height:300px; background:white; border:1px solid #eaeaea; padding:11px 14px; box-sizing:border-box;}
.section3_gameguide_con ul {width:100%;}
.section3_gameguide_con ul li {width:calc(50% - 7px); float:left;}
.section3_gameguide_con ul li:nth-child(2) {float:right;}
.section3_gameguide_con ul li:nth-child(3) {margin-top:8px;}
.section3_gameguide_con ul li:nth-child(4) {margin-top:8px; float:right;}



#footer {background:#333333; min-height:77px; width:100%; min-width:1150px;}
.footer {position:relative; width:1150px; margin:0 auto; padding:55px 0 115px 0;}
.footer:after {content:""; width:287px; height:289px; position:absolute; top:0; right:0; opacity:0.2; background:url(/image/renew/score8880-b-logo2.png) right -26px no-repeat;}
.footer .footer_logo {display:inline-block; margin-bottom:45px;}
.footer .footer_gnb {margin-left:24px; margin-bottom:50px; overflow:hidden;}
.footer .footer_gnb li {float:left;}
.footer .footer_gnb li:nth-child(1) a {padding-left:0;}
.footer .footer_gnb li a {padding:0 12px; color:white; font-weight:bold; font-size:15px; line-height:1; display:block;}
.footer .footer_gnb li a:hover {color:#999;}
.footer p {margin-left:24px; font-size:14px; color:#cccccc; line-height:1.6;}
.footer p span + span {margin-left:24px;}
.footer p a {color:#cccccc;}
.footer p a:hover {color:#999999;}

.footer_grade {position:absolute; left:50%; bottom:125px; width:500px; margin-left:135px; z-index:100;}
.footer_grade > li {float:left;}
.footer_grade > li:first-child {border-radius:7px; overflow:hidden;}
.footer_grade > li + li {margin-left:4px;}
.footer_grade > li > ul {display:table; table-layout: fixed; background:#450000; border-bottom:1px solid rgba(255,255,255,0.3);}
.footer_grade > li > ul:last-child {border-bottom:0;}
.footer_grade li ul li {display:table-cell; text-indent:3px; height:22px; vertical-align:middle; font-size:9px; color:white; letter-spacing:-1.2px; border-right:1px solid rgba(255,255,255,0.3);}
.footer_grade li ul li:nth-child(1) {width:62px;}
.footer_grade li ul li:nth-child(2) {width:102px;}
.footer_grade li ul li:nth-child(3) {width:64px;}
.footer_grade li ul li:nth-child(4) {width:90px; border-right:0;}




/* 임시 css */
.sc-3 {padding-left:0; margin:15px auto 0;}

/* 슬라이드 포인트 */
.point_img:before{content: '';width:149px;height:150px;background-image: url(/image/renew/slider/point_img.png);position: absolute;left:-150px;top:-40px;}
.afterImg:after{content: '';width:387px;height:280px;background-image: url(/image/renew/slider/epl_point_img.png);position: absolute;left:310px;top:40px;}

.volley_icon{position: absolute;right:-120px;top:170px;}

.header_mid_gnb li>ul{}
.header_mid_menu>li:nth-child(1) .header_mid_gnb li>ul>li{margin-top:0px !important;width:auto;padding:0;line-height: 1.7;}
.header_mid_menu>li:nth-child(1) .header_mid_gnb>li:first-child{padding-bottom: 25px;}
.header_mid_menu>li:nth-child(1) .header_mid_gnb li:first-child>ul>li>a{font-size: 12px;color:#a3fdc7;}
.header_mid_menu>li:nth-child(1) .header_mid_gnb li:nth-child(2)>ul>li>a{font-size: 12px;color:#fff770;}
.header_mid_menu>li:nth-child(1) .header_mid_gnb>li:first-child>a:before{content: '';background-image: url(/image/s_point.png);width:26px;height: 20px;position: absolute;left:0px;top:5px;}
.header_mid_menu>li:nth-child(1) .header_mid_gnb>li:nth-child(2)>a:before{content: '';background-image: url(/image/apoint_icon.png);width:40px;height: 20px;position: absolute;left:-18px;top:5px;}

.mid_wrap{width:1150px;margin:0 auto;}
.mid_right{width:315px;float: right;}
.recomd_game_wrap{width:820px;float: left;min-height:580px;}
.exchange_list{padding-top:40px;overflow: hidden;}
.exchange_list>h2,.logbox_inc>h2{padding-bottom: 15px;}

.exchange_list .livechat_con{width:315px;height:280px;}
.exchange_list .livechat_text #win_bets{height: 270px !important;}
.recomd_game_list>h3{background-image: url(/image/renew/recomd_game_title_bg.png);background-repeat: no-repeat;height: 37px;line-height: 37px;font-size: 12px;color:#666666;padding-bottom: 10px;}
.recomd_game_list{padding-bottom:10px;box-sizing: border-box;}
.recomd_game_list>h3>img{vertical-align: middle;}
.recomd_game_wrap>h2{padding-bottom: 15px;font-size: 18px;}
.recomd_game_title{height: 78px;background-color: #333333;color:#fff;width:253px;float: left;position: relative;box-sizing: border-box;}
.recomd_game_title>p{font-size: 12px;padding-bottom: 5px;padding-left:13px;padding-top:10px}
.recomd_game_title>p+p{padding-bottom: 10px;padding-top:0px;}
.recomd_game_title>span{color:#ccffff;padding-left:13px;}
.recomd_game_title>a{position: absolute;right:5px;bottom:7px;background-image: url(/image/renew/matchdata_icon.jpg);width:22px;height: 22px;transition: all .3s;}
.recomd_game_title>a:hover{background-image: url(/image/renew/matchdata_icon_on.jpg);}
.recomd_game_right{width:543px;float: left;margin-left:2px;}
.recomd_right_cont{width:100%;}
.recomd_game_right>.recomd_right_cont{padding-bottom: 2px;}
.recomd_game_right>.recomd_right_cont>p{width:100%;height: 30px;line-height: 30px;background-color: #f4f4f4;border:1px solid #cccccc;box-sizing: border-box;}
.recomd_game_right>.recomd_right_cont>p>strong{font-size: 12px;color:#333333;padding-left:10px;}
.recomd_game_right>.recomd_right_cont>p>a{float: right;width:21px;height: 21px;background-image: url(/image/renew/recomd_plus.png);margin-right: 10px;margin-top:4px;transition: all .3s;}
.recomd_game_right>.recomd_right_cont>p>a:hover{background-image: url(/image/renew/recomd_plus_on.png);}
.recomd_game_right table{width:100%;border-left:1px solid #ccc;box-sizing: border-box;}
.recomd_game_right table td{border-right: 1px solid #ccc;border-bottom:1px solid #ccc;box-sizing: border-box;text-align: center;height:45px;cursor: pointer;}
.recomd_game_right table td>p{color:#333;font-size: 12px;}
.recomd_game_right table td>span{color:#cc6600;font-size: 12px;font-weight: 800;display: block;padding-top:5px;}
.recomd_game_right table td:hover{background-color: #333333;}
.recomd_game_right table td:hover>p{color:#fff;}
.recomd_game_right table td:hover>span{color:#ffff00;}

.recomd_unover table td:nth-child(1){background-image: url(/image/renew/recomd_unover_plus.png);background-repeat: no-repeat;background-position: left top;}
.recomd_unover table td:last-child{background-image: url(/image/renew/recomd_unover_minus.png);background-repeat: no-repeat;background-position: right 22px;}
.recomd_game_right table td em{color:#0066cc;font-weight: 800;display: block;}
.recomd_right_cont~div{display: none;}
.recomd_right_cont.on~div{display: block;}
.recomd_game_cont{margin-bottom:2px;}

.recomd_right_cont.on>p>a{background-image: url(/image/renew/recomd_minus.png);}
.recomd_right_cont.on>p>a:hover{background-image: url(/image/renew/recomd_minus_on.png);}
.recomd_inner{border:1px solid #eaeaea;background-color: #fff;padding:10px;box-sizing: border-box;}

.mid_wrap{position: relative;}

/*홈*/
.home_over{background-image: url(/image/renew/recomd_unover_plus.png);background-repeat: no-repeat;background-position: left top;}
.home_under{background-image: url(/image/renew/recomd_home_under_minus.png);background-repeat: no-repeat;background-position: left 22px;}
/*원정*/
.away_over{background-image: url(/image/renew/recomd_away_over_plus.png);background-repeat: no-repeat;background-position: right top;}
.away_under{background-image: url(/image/renew/recomd_unover_minus.png);background-repeat: no-repeat;background-position: right 22px;}

.server_wrap{position: fixed;left:0;top:0;background-color:rgba(0,0,0,0.7);z-index:9999;width:100%;height: 100%;display: none;}
.server_cont{width:430px;height: 235px;background-color: #fff;border-radius: 15px;position: fixed;left:50%;transform: translateX(-50%);top:40%;}
.server_pop_top{padding:10px 10px 0 10px;}
.server_pop_top>p{float: left;}
.server_pop_top>a{float: right;}
.server_move{text-align: center;}
.server_move>p{font-size: 18px;color:#333;font-weight: 800;padding:50px 0 30px 0;}
.server_move>p+a{margin-right: 15px;}
.server_move>p+a+a{margin-left: 15px;margin-right: 0px;}

.reauth_wrap{position: fixed;left:0;top:0;background-color:rgba(0,0,0,0.7);z-index:9999;width:100%;height: 100%;font-family: 'NanumSquare', sans-serif;letter-spacing: -0.025em;}
.reauth_cont{width:615px;background-color: #fff;border-radius: 15px;position: fixed;left:50%;transform: translateX(-50%);top:10%;padding:34px 30px;box-sizing: border-box;}
.reauth_pop_top{}
.reauth_pop_top>h2{font-size: 28px;color:#0088ce;font-weight: 800;padding-left: 5px;}
.reauth_pop_top>p{font-size:20px;color:#6a6a6a;padding-left: 5px;padding-top:10px;}
.reauth_pop_top>a{position: absolute;right:15px;top:12px;}
.reauth_move{position: relative;margin-top:35px;}
.reauth_move>ul>li{position: relative;float: left;}
.reauth_move>ul>li:nth-child(2){float: right;}
.reauth_move:after{content: '';position: absolute;left:50%;width:1px;background-color: #ebebeb;height:207px;transform: translateX(-50%);top:30px;}
.reauth_move>ul>li>a{}
.reauth_move>ul>li>a>p{font-size: 20px;text-align: center;color:#fff;width:100%;position: absolute;bottom:10px;left:0;line-height: 1.3;}
.reauth_info{position: relative;margin-top:5px;}
.reauth_info>p{font-size: 20px;width:100%;line-height: 1.3;}

/* kbopopup */
.kbonpb_shadow{position: fixed;left:0;top:0;width:100%;height: 100%;z-index:9999;background-color: rgba(0,0,0,0.8);display: block;}
.kbo_pop_inner{width:566px;position:fixed;left:50%;transform: translateX(-50%);text-align: center;top:10%;}
.kbo_pop_inner .kbo_pop_close{float: right;padding-right:130px;}
.kbo_pop_inner .kbo_pop_close>a{font-size: 15px;color:#cacaca;}
.kbo_pop_inner .kbo_pop_close>a>img{vertical-align: middle;padding-left: 5px;}
.kbo_pop_inner>p{}
.kbo_pop_inner>a{display: block;width:227px;height: 53px;background-color: #f4b600;position: relative;font-size: 20px;font-weight: 800;color:#000;text-align: center;line-height: 53px;margin:0 auto;letter-spacing: -0.025em;margin-top:15px;}
.kbo_pop_inner>a:after{width:221px;height: 47px;content: '';border:2px solid #000;position: absolute;left:3px;top:3px;box-sizing: border-box;}
.kbo_pop_inner>.kbo_pop_step2{margin-top:58px;font-size: 15px;}
.kbo_pop_inner>.kbo_pop_step2>span{padding-right: 9px;}
.m_only{display: none !important;}

.footer .footer_auth_logo{position: absolute;width:385px;left:50%;transform: translateX(-50%);text-align: right;bottom:70px;margin-left: 0px;font-size: 0px;line-height: inherit;}

/* 게임머니 교환소 */
.money_exchange_pop{display: none;}
.money_exchange_pop .pop_inner{position: absolute;left:50%;top:50%;transform: translate(-50%, -50%);border:1px solid #000;box-shadow: 3px 3px 10px rgba(0,0,0,0.59);width:540px;font-family: 'NanumSquare', sans-serif;color:#000;background-color: #353535;}
.money_exchange_pop iframe{width:100%;height: 726px;overflow:hidden;}
.money_exchange_pop .pop_inner img{vertical-align: middle;}
.money_exchange_pop .popup_close{position: absolute;right:10px;top:10px;}
.money_exchange_btn{position: fixed;right:20px;bottom:90px;z-index:999; display: none;}


.slider_hot_number{}
.slider_hot_number{position: absolute;left:50%;transform: translateX(-50%);top:215px;}
.slider_hot_number>img{display: inline;height: 26px;}
.slider_hot_number .colon{margin:0 3px;}