@charset "utf-8";

/* 출석부 */
#new_sc_con .attend_sc_size {
	width: 100%;
	height: 100%;
	position: relative;
}

#new_sc_con .attend_sc_size .attend_bg_area {
	width: 100%;
	height: 1325px;
	background-image: url(/img/named/attend_bg.png);
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
	margin-bottom: 25px;
}

#new_sc_con .attend_sc_size .attend_wrap {
	position: absolute;
	padding: 65px;
	width: 100%;
	top: 195px;
}

#new_sc_con .attend_sc_size .title {
	width: 100%;
	height: 50px;
	position: relative;
	margin-bottom: 20px;
}

#new_sc_con .attend_sc_size .title .bg_wrap {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 183px;
}

#new_sc_con .attend_sc_size .title > h2 {
	display: table;
	margin: 0 auto;
	margin-top: 27px;
}

#new_sc_con .attend_sc_size .title > .year {
	width: 164px;
	height: 48px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);

}


#new_sc_con .attend_sc_size .title > .year > p {
	font-weight: 800;
	color: #383736;
	line-height: 45px;
}

#new_sc_con .attend_sc_size .title > .year > p > span {
	color: #2fa9ef;
}

#new_sc_con .attend_sc_size .title .stamp {
	position: absolute;
	top: -20px;
	right: 100px;
}

#new_sc_con .attend_sc_size .calendar {
	width: 100%;
	height: 765px;
	border: 1px solid #383736;
	position: relative;
	margin-bottom: 20px;
}

#new_sc_con .calendar table {
	width: 100%;
	height: 100%;
	position: relative;
	border-collapse: collapse;
	background-color: #fff;
}

#new_sc_con .calendar table th {
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-right: 1px solid #484848;
	border-bottom: 1px solid #484848;
	background-color: #f0d15c;
}

#new_sc_con .calendar table th:first-of-type {
	color: #ea3d0f;
}

#new_sc_con .calendar table th:last-of-type {
	color: #24a1cf;
	border-right: 0;
}

#new_sc_con .calendar table td {
	border-right: 1px solid #484848;
	border-bottom: 1px solid #484848;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	font-weight: 500;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: auto auto;
	background-size: auto;
	color: #bbb;
}

#new_sc_con .calendar table .attend_off {
	/* background-image: url(../img/attend_off.png); */
}

#new_sc_con .calendar table .attend_on {
	/* background-image: url(../img/attend_on.png); */
}

#new_sc_con .calendar table td:first-of-type {
	color: #ea3d0f;
}

#new_sc_con .calendar table td:last-of-type {
	color: #24a1cf;
	border-right: 0;
}

#new_sc_con .calendar table tr:last-of-type td {
	border-bottom: 0;
}


#new_sc_con .attend_ex {
	width: 100%;
	height: 159px;
	border: 1px solid #484848;
}

#new_sc_con .attend_ex .attend_ex_img {
	width: 710px;
	height: 100%;
	text-align: center;
	padding: 19px 0;
	border-right: 1px solid #484848;
	float: left;
}

#new_sc_con .attend_ex .attend_rank {
	width: -webkit-calc(100% - 710px);
	width: -moz-calc(100% - 710px);
	width: calc(100% - 710px);
	height: 100%;
	float: left;
	padding: 11px 0;
	text-align: center;
}

#new_sc_con .attend_ex .attend_rank .attend_rank_title {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 5px;
}

#new_sc_con .attend_ex .attend_rank .attend_rank_title > img {
	width: auto;
	max-width: 100%;
	vertical-align: top;
}

#new_sc_con .attend_ex .attend_rank .attend_rank_list {
	width: 160px;
	margin: 0 auto;
}

#new_sc_con .attend_ex .attend_rank .attend_rank_list > li {
	margin-bottom: 5px;
	overflow: hidden;
}

#new_sc_con .attend_ex .attend_rank .attend_rank_list > li > h2 {
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 0.2rem;
	background-color: #fbeb16;
	color: #0e84c8;
	text-align: center;
	line-height: 17px;
	margin-right: 5px;
	float: left;
}

#new_sc_con .attend_ex .attend_rank .attend_rank_list > li > h3 {
	line-height: 17px;
	display: inline-block;
	float: left;
	font-weight: 300;
	width: 71px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#new_sc_con .attend_ex .attend_rank .attend_rank_list > li > p {
	line-height: 17px;
	display: inline-block;
	float: right;
	font-weight: 300;
}

/*댓글등록*/
#new_sc_con .attend_sc_size .comment_wrap .comment_txt {
	width: 100%;
	height: 94px;
	border: 1px solid #bdc3c7;
	overflow: hidden;
	position: relative;
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}

#new_sc_con .attend_sc_size .comment_wrap .comment_txt form {
	width: 100%;
	height: 100%;
	position: relative;
}

#new_sc_con .attend_sc_size .comment_wrap .comment_txt form #com_txt_box {
	width: 885px;
	height: 100%;
	display: table;
	background-color: #f4f4f4;
	border: 1px solid #cfcabf;
	float: left;
	margin-right: 10px;
	padding: 10px;
	color: #c1c1c1;
}

#new_sc_con .attend_sc_size .comment_wrap .comment_txt form #com_btn {
	width: -webkit-calc((100% - 10px) - 885px);
	width: -moz-calc((100% - 10px) - 885px);
	width: calc((100% - 10px) - 885px);
	height: 100%;
	border: 0;
	background-color: #e8a736;
	color: #1f1f1f;
	font-weight: 600;
}

#new_sc_con .attend_sc_size .comment_wrap .comment_list {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
}

#new_sc_con .attend_sc_size .comment_wrap .comment_con {
	width: 100%;
	/* height: 100%; */
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

#new_sc_con .attend_sc_size .comment_wrap .comment_con:last-of-type {
	margin-bottom: 0;
}

#new_sc_con .attend_sc_size .comment_con .profile {
	width: 55px;
	height: 55px;
	text-align: center;
	margin-right: 25px;
	float: left;
}

#new_sc_con .attend_sc_size .comment_con .profile .profile_img {
	width: 100%;
	height: 100%;
	border-radius: 5rem;
	overflow: hidden;
	border: 1px solid #bdc3c7;
}

#new_sc_con .attend_sc_size .comment_con .profile .profile_img > img {
	width: 100%;
	height: 100%;
}

#new_sc_con .attend_sc_size .comment_con .profile > p {
	text-align: center;
	color: #c1c1c1;
}


#new_sc_con .attend_sc_size .comment_con .profile_txt {
	width: -webkit-calc(100% - 80px);
	width: -moz-calc(100% - 80px);
	width: calc(100% - 80px);
	float: left;
	border: 1px solid #bdc3c7;
	background-color: #fff;
	border-radius: .5em;
	padding: 15px 20px;
	position: relative;
}

#new_sc_con .attend_sc_size .comment_con .profile_txt::after,
#new_sc_con .attend_sc_size .comment_con .profile_txt::before {
	content: "";
	height: 0px;
	width: 0px;
	position: absolute;
	display: block;
	top: 14px;
	left: -16px;
	border-width: 15px 16px 15px 0px;
	border-style: solid;
	border-color: transparent #fff;
}

#new_sc_con .attend_sc_size .comment_con .profile_txt::before {
	border-width: 17px 18px 17px 0;
	border-color: transparent #bdc3c7;
	left: -18px;
	top: 12px;
}

#new_sc_con .attend_sc_size .comment_con .nikname_con {
	width: 100%;
	display: table;
	margin-bottom: 7px;
}

#new_sc_con .attend_sc_size .comment_con .nikname_con .nikname {
	float: left;
	position: relative;
	margin-right: 10px;
	padding-right: 10px;
}

#new_sc_con .attend_sc_size .comment_con .nikname_con .nikname::after {
	content: '';
	width: 1px;
	height: 11px;
	background-color: #b0b0b0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

#new_sc_con .attend_sc_size .comment_con .nikname_con .nikname span {
	vertical-align: baseline;
	margin-right: .2rem;
}

#new_sc_con .attend_sc_size .comment_con .nikname_con .nikname span > img {
	vertical-align: middle;
	width: 23px;
	height: 23px;
	margin-bottom: 5px;
}

#new_sc_con .attend_sc_size .comment_con .nikname_con .nikname a {
	vertical-align: baseline;
    font-weight: 400;
	color: #000;
}

#new_sc_con .attend_sc_size .comment_con .nikname_con .date {
	float: left;
}

#new_sc_con .attend_sc_size .comment_con .nikname_con .date > p {
	vertical-align: baseline;
	display: inline-block;
	color: #000;
}

#new_sc_con .attend_sc_size .comment_con .nikname_con .inarow {
	float: right;
}

#new_sc_con .attend_sc_size .comment_con .nikname_con .inarow > p {
	vertical-align: baseline;
	display: inline-block;
	color: #e8a736;
}

#new_sc_con .attend_sc_size .comment_con .txt {
	clear: both;
	width: 918px;
	overflow: hidden;
}

#new_sc_con .attend_sc_size .comment_con .txt > p {
	padding: 10px 15px;
	background-color: #f4f4f4;
	border: 1px solid #cfcabf;
	color: #000;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 이달의 활동왕 */
#new_sc_con .king_sc_size {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
}

#new_sc_con .king_sc_size .title {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: #f4f4f4;
	border: 1px solid #bdc3c7;
	margin-bottom: 30px;
}

#new_sc_con .king_sc_size .title > h2 {
	color: #000;
	font-weight: 500;
	padding: 15px 0;
}

#new_sc_con .king_list_wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#new_sc_con .king_con {
	width: -webkit-calc((100% - 44px) / 3);
	width: -moz-calc((100% - 44px) / 3);
	width: calc((100% - 44px) / 3);
	height: 100%;
	overflow: hidden;
	float: left;
	margin-right: 22px;
}

#new_sc_con .king_con:last-of-type {
	margin-right: 0;
}


#new_sc_con .king_con .king_title {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

#new_sc_con .king_con .king_title > span {
	display: inline-block;
	vertical-align: baseline;
	margin-right: .3rem;
}

#new_sc_con .king_con .king_title > h2 {
	display: inline-block;
	font-weight: 600;
	color: #000;
}

#new_sc_con .king_con .wordK_list {
	width: 100%;
	border: 1px solid #bdc3c7;
	background-color: #fff;
	padding: 25px 27px;
}

#new_sc_con .king_con .wordK_list > li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

#new_sc_con .king_con .wordK_list > li > .name {
	float: left;
	display: table;
}

#new_sc_con .king_con .wordK_list > li > .name > span {
	display: inline-block;
	width: 37px;
	height: 28px;
	text-align: center;
	line-height: 27px;
	font-weight: 500;
	color: #7d7d7d;
	margin-right: .5rem;
	vertical-align: middle;
}

#new_sc_con .king_con .wordK_list > li:nth-of-type(1) > .name > span {
	background-image: url(/img/named/medal_01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-background-size: contain;
	background-size: contain;
	color: transparent;
	border-radius: 0rem;
}

#new_sc_con .king_con .wordK_list > li:nth-of-type(2) > .name > span {
	background-image: url(/img/named/medal_02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-background-size: contain;
	background-size: contain;
	color: transparent;
	border-radius: 0rem;
}

#new_sc_con .king_con .wordK_list > li:nth-of-type(3) > .name > span {
	background-image: url(/img/named/medal_03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-background-size: contain;
	background-size: contain;
	color: transparent;
	border-radius: 0rem;
}

#new_sc_con .king_con .wordK_not > li > .name > span {
	background-image: none !important;
	color: #7d7d7d !important;
}

#new_sc_con .king_con .wordK_list > li > .name > p {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	color: #000;
}

#new_sc_con .king_con .wordK_list > li > .name > p > img {
	vertical-align: middle;
	margin-bottom: 2px;
}

#new_sc_con .king_con .wordK_list > li > .count {
	float: right;
	display: table;
}

#new_sc_con .king_con .wordK_list > li > .count > span {
	display: inline-block;
	vertical-align: middle;
	color: #e49c12;
}

#new_sc_con .king_con .wordK_list > li > .count > p {
	display: inline-block;
	vertical-align: middle;
	color: #000;
}


/*
#new_sc_con .comment_king_con .wordK_list > li > .name > span {
    background-color: #ea9425;
}


#new_sc_con .attend_king_con .wordK_list > li > .name > span {
    background-color: #f1bf46;
}
*/

/* 팔로우 랭킹 */
#new_sc_con .follow_sc_size {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#new_sc_con .follow_sc_size .title {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	background-color: #000;
	border: 1px solid #383736;
	margin-bottom: 30px;
}

#new_sc_con .follow_sc_size .title > h2 {
	color: #fff;
	font-weight: 500;
	padding: 15px 0;
}

#new_sc_con .follow_list_wrap {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#new_sc_con .follow_con {
	width: -webkit-calc((100% - 44px) / 3);
	width: -moz-calc((100% - 44px) / 3);
	width: calc((100% - 44px) / 3);
	height: 100%;
	overflow: hidden;
	float: left;
	margin-right: 22px;
}

#new_sc_con .follow_con:last-of-type {
	margin-right: 0;
}


#new_sc_con .follow_con .follow_title {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}

#new_sc_con .follow_con .follow_title > span {
	display: inline-block;
	vertical-align: middle;
	margin-right: .3rem;
}

#new_sc_con .follow_con .follow_title > h2 {
	display: inline-block;
	font-weight: 600;
	color: #383736;
}

#new_sc_con .follow_con .follow_list {
	width: 100%;
	border: 1px solid #bfbfbf;
	background-color: #f1f1f1;
	padding: 25px 27px;
}

#new_sc_con .follow_con .follow_list > li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

#new_sc_con .follow_con .follow_list > li > .name {
	float: left;
	display: table;
}

#new_sc_con .follow_con .follow_list > li > .name > span {
	display: inline-block;
	width: 28px;
	height: 28px;
	background-color: #ea6625;
	text-align: center;
	line-height: 27px;
	font-weight: 500;
	color: #fff;
	border-radius: 5rem;
	margin-right: .5rem;
	vertical-align: middle;
}

#new_sc_con .follow_01_con .follow_list > li:nth-of-type(1) > .name > span {
	background-image: url(/img/named/medal_01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-background-size: contain;
	background-size: contain;
	color: transparent;
	border-radius: 0rem;
}

#new_sc_con .follow_01_con .follow_list > li:nth-of-type(2) > .name > span {
	background-image: url(/img/named/medal_02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-background-size: contain;
	background-size: contain;
	color: transparent;
	border-radius: 0rem;
}

#new_sc_con .follow_01_con .follow_list > li:nth-of-type(3) > .name > span {
	background-image: url(/img/named/medal_03.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-background-size: contain;
	background-size: contain;
	color: transparent;
	border-radius: 0rem;
}

#new_sc_con .follow_con .follow_list > li > .name > p {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
}

#new_sc_con .follow_con .follow_list > li > .count {
	float: right;
	display: table;
}

#new_sc_con .follow_con .follow_list > li > .count > span {
	display: inline-block;
	vertical-align: middle;
	color: #ea6625;
}

#new_sc_con .follow_con .follow_list > li > .count > p {
	display: inline-block;
	vertical-align: middle;
}


#new_sc_con .follow_02_con .follow_list > li > .name > span {
	background-color: #ea9425;
}

#new_sc_con .follow_03_con .follow_list > li > .name > span {
	background-color: #f1bf46;
}

/* 라이브 스코어 */

#new_sc_con .live_sc_size {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

#new_sc_con .live_sc_size .live_list {
    padding:0px;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	display: table;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #cfcabf;
}

#new_sc_con .live_sc_size .live_list > li {
	width: -webkit-calc(100% / 9);
	width: -moz-calc(100% / 9);
	width: calc(100% / 9);
	height: 100%;
	border-right: 1px solid #cfcabf;
	overflow: hidden;
	position: relative;
	float: left;
	background-color: #f4f4f4;
}

#new_sc_con .live_sc_size .live_list > li:last-of-type {
	border-right: 0;
}

#new_sc_con .live_sc_size .live_list > li > a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: 500;
	color: #000;
	padding: 10px 0;
}

#new_sc_con .live_sc_size .live_list > li > a > span {
	display: block;
	width: 43px;
	height: 43px;
	margin: 0 auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 8px;
}

#new_sc_con .live_sc_size .live_list > li > a > span > img {
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

#new_sc_con .live_sc_size .live_list > li.active > a {
	color: #e8a736;
}

#new_sc_con .live_sc_size .live_list > li:hover > a {
	color: #e8a736;
}

#new_sc_con .live_sc_size .pop_btn {
	margin-bottom: 10px;
	display: inline-block;
	overflow: hidden;
}

#new_sc_con .live_sc_size .pop_btn > a {
	padding: 10px 15px;
	background-color: #e49c12;
	color: #1b1b1b;
	line-height: 1rem;
	display: block;
}

#new_sc_con .live_sc_size .live_list > li#major > a > span {
	background-image: url(/img/named/major_icon.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#score_soccer > a > span {
	background-image: url(/img/named/soccer.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#baseball > a > span {
	background-image: url(/img/named/baseball.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#basketball > a > span {
	background-image: url(/img/named/basketball.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#volleyball > a > span {
	background-image: url(/img/named/volleyball.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#hockey > a > span {
	background-image: url(/img/named/hockey.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#football > a > span {
	background-image: url(/img/named/football.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#star > a > span {
	background-image: url(/img/named/star.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#lol > a > span {
	background-image: url(/img/named/leagofl.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#major:hover > a > span {
	background-image: url(/img/named/major_icon_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#score_soccer:hover > a > span {
	background-image: url(/img/named/soccer_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#baseball:hover > a > span {
	background-image: url(/img/named/baseball_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#basketball:hover > a > span {
	background-image: url(/img/named/basketball_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#volleyball:hover > a > span {
	background-image: url(/img/named/volleyball_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#hockey:hover > a > span {
	background-image: url(/img/named/hockey_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#football:hover > a > span {
	background-image: url(/img/named/football_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#star:hover > a > span {
	background-image: url(/img/named/star_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#lol:hover > a > span {
	background-image: url(/img/named/leagofl_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#major.active > a > span {
	background-image: url(/img/named/major_icon_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#score_soccer.active > a > span {
	background-image: url(/img/named/soccer_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#baseball.active > a > span {
	background-image: url(/img/named/baseball_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#basketball.active > a > span {
	background-image: url(/img/named/basketball_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#volleyball.active > a > span {
	background-image: url(/img/named/volleyball_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#hockey.active > a > span {
	background-image: url(/img/named/hockey_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#football.active > a > span {
	background-image: url(/img/named/football_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#star.active > a > span {
	background-image: url(/img/named/star_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li#lol.active > a > span {
	background-image: url(/img/named/leagofl_on.png?ver=20211114);
}

#new_sc_con .live_sc_size .live_list > li > a > p {
	font-weight: 600;
}

#player_popup{
    width: 100%;
    height: 4000px;
    border: none;
}

@media (min-width: 991px) {
    .live_socre_frame {width:900px;}
}