@charset "utf-8";
/* CSS Document */

@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
body {margin:0px; background-color:#fff; font-family:Nanum Gothic,NanumGothic,'나눔고딕',ng,sans-serif; }
body {min-width:320px; text-overflow: ellipsis; white-space: nowrap; overflow-x: hidden;overflow-y: scroll;}
ul {list-style:none;margin: 0px;padding: 0px;}
a { color:#000000; text-decoration:none;}
img {border:0px;margin:0px;}
button {cursor:pointer;margin: 0px;padding: 0px;}

/*최상단*/
#header {position:relative;}
.top { position:absolute; width:100%; height:66px;background-color:#ffffff; border-bottom:1px solid #b9b9b9; text-align:center;}
.top_logo {	position:relative; top:12px; /*left:35%;*/ border: 0; background: none; -webkit-appearance: none;margin-right: 47px; }
.top_left { display: block;	position: absolute;	top: 11px;	left: 7px;	z-index: 10;	height: 42px;	border: 0;	background: none;	vertical-align: top;	-webkit-appearance: none;}
.top_right1, .top_right2, .top_right3 { display: block;	position: absolute;	top: 11px; right: 7px; height: 42px; border: 0; background: none; vertical-align: top; -webkit-appearance: none;}
.team_right1, .team_right2 { display: block;	position: absolute;	top: 70px; right: 13px; height: 42px; border: 0; background: none; vertical-align: top; -webkit-appearance: none;}
.top_right2 {right:60px;}
.team_right1 {right:66px;}
.top_right3 {top:70px;}
 
/*최상단메뉴*/
.nav { position:absolute; width:100%; top:67px; height:42px; background-color:#ffffff; border-bottom:1px solid #b9b9b9; text-align:center;}
.nav_u { margin:0; padding:0; height:42px;line-height:42px; overflow:hidden;}
.nav_l {display:block; float:left; width:21%;height:42px;line-height:42px;font-weight:600;font-size:17px; cursor:pointer;}
.nav_l font{font-size:11px; font-weight:normal;color:#db0000;}
/*.nav_l a { display:block;}*/
.nav_put {display:block; border-bottom: 5px solid #1eb501; height:39px;color:#038f00;}
.nav_put font{font-size:11px; font-weight:normal;}
/*.nav_put a{color:#038f00;}*/
.nav_more { float:right; cursor:pointer;height: 42px;}

/*최상단메뉴 그림자*/
#shadow { position: absolute; width:100%; height:1px; top:110px; background-color:#cccccc;}

/*내용전체박스*/
.wrap_cont {position: relative;top: 120px;height: 100%;width: 96%;margin: 0 auto;}
.outbox { background-color: #fff;-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.08),0 1px 1px rgba(0,0,0,0.05);box-shadow: 0 0 2px rgba(0,0,0,0.08),0 1px 1px rgba(0,0,0,0.05);border:1px solid #b9b9b9; margin-bottom:10px;}
.inbox { }

/*서브메뉴*/
.tab{margin-bottom:0px;}
.tab_u{display:table;width:100%;border:1px solid #c7c7c7;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.tab_l{display:table-cell;}
.tab_a{display:block;height:30px;margin-left:-1px;border-left:1px solid #c7c7c7;background-color:#f2f2f2;color:#6f6f6f;font-size:14px;font-weight:600;line-height:30px;text-align:center;}
.tab_l:first-child .tab_a{border-left:1px solid #c7c7c7}
.tab_l font{font-size:11px; font-weight:normal;color: #db0000}
.tab_lon .tab_a{position:relative;margin:-1px;border:1px solid #02A309;background: -webkit-linear-gradient( #4aa600, #55bd00); /* For Safari 5.1 to 6.0 */background: -o-linear-gradient( #4aa600, #55bd00); /* For Opera 11.1 to 12.0 */background: -moz-linear-gradient( #4aa600, #55bd00); /* For Firefox 3.6 to 15 */background: linear-gradient( #4aa600, #55bd00); /* Standard syntax */background-image: linear-gradient(top, #4aa600, #55bd00);filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4aa600', EndColorStr='#55bd00'); /* IE6–IE9 */background-color:#4aa600;color:#fff}
.tab_lon:first-child .tab_a{margin:-1px 0 -1px -1px;border:1px solid #02A309}

/*내랭킹*/
.my_team_name {font-weight:700; float:left; font-size:20px; padding:20px 10px;white-space: normal;}
.my_team_name font{font-size:11px; font-weight:normal;}
.my_team_ranking {font-weight:700; float:right; font-size:20px; padding:20px 10px;}



/*랭킹타이틀바*/
.ranking_title {clear:both; background-color:#f2f2f2; text-align:center; height:40px; line-height:40px;}
.ranking_title_txt, .ranking_title_txt_team, .player_title_txt{display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:10%;}
.ranking_title_txt_team {width:45%;}
.player_title_txt{ /*width:100%;*/ padding-left:20px; text-align:left;}

TEXTAREA { border: 1px solid #c4c4c4; background:#ffffff; color:#4f4740; font-size:14px; font-family:돋움; padding:4px 0 0 3px;}


/*게시판*/
.board_title {clear:both; background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center; height:36px; line-height:36px;}
.board_title_txt, .board_title_txt_name{display:inline-block; float:left; font-size:13px; font-weight:600; color:#535353; width:14%;}
.board_title_txt_left {text-align:left;display:inline-block; float:left; font-size:13px; font-weight:600; color:#535353; width:58%;}
.board_title_txt_name {width:58%;}
.board_textarea{display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:100%;padding-left:20px; text-align:left;}
.background_gray{background-color:#E8F0DF;}
.board_title font{font-size:11px; font-weight:normal;color:#db0000;}

/*게시판 내용*/
.subject_title {background-color:#f2f2f2;height:63px;}
.board_contents {clear: both;background-color: #f2f2f2;line-height:25px;font-size: 14px;text-align: left;white-space: normal;overflow: hidden;letter-spacing: -1px;padding:20px;}
.board_contents_write {clear:both; background-color:#f2f2f2; text-align:center; height:200px; line-height:40px;padding-top:10px;}

/*헬프 내용*/
.help_contents {font-size:14px;clear: both;background-color: #f2f2f2;line-height:25px;text-align: left;white-space: normal;overflow: hidden;letter-spacing: -1px;padding:20px;}


/*랭킹리스트내용*/
.ranking_list{clear:both; background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center; height:40px; line-height:40px;}
.last {border-bottom:0px;}
.ranking_list_1, .ranking_list_2, .ranking_list_3, .ranking_list_4, .ranking_list_5, .ranking_list_6, .ranking_list_img, .player_list_1, 
.player_list_2, .player_list_3, .noti_list_1, .player_list_msgleft, .player_list_msgright, .player_info_1, .player_info_2, .player_info_3, 
.player_info_4, .player_info_5
{display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:10%;}
.ranking_list_2{width:45%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;}
.ranking_list_3{color:#db0000;}
.ranking_list_4{color:#585858;}
.ranking_list_5{color:#007ae1;}
.ranking_list_6{color:#55be00;}
.ranking_list img {/*margin:10px;*/ vertical-align:middle;margin:0px 10px;}
.ranking_list2{clear:both; background-color:#e4e5e7; border-bottom:1px solid #f2f2f2; text-align:center; height:40px; line-height:40px;}
.ranking_list2 img {/*margin:10px;*/ vertical-align:middle;margin:0px 10px;}

/*랭킹목록타이틀바*/
.ranking2_title {clear:both; background-color:#f2f2f2; text-align:center; height:40px; line-height:40px;}
.ranking2_title_txt, .ranking2_title_txt_team, .player2_title_txt{display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:13%;}
.ranking2_title_txt_team {width:45%;}
.player2_title_txt{ /*width:100%;*/ padding-left:20px; text-align:left;}

/*랭킹목록내용*/
.ranking2_list{clear:both; background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center; height:40px; line-height:40px;}
.last {border-bottom:0px;}
.ranking2_list_1, .ranking2_list_2, .ranking2_list_3, .ranking2_list_4, .ranking2_list_5, .ranking2_list_6, .ranking2_list_img, .player2_list_1, .player2_list_2, .player2_list_3, .noti2_list_1, .player2_list_msgleft, .player2_list_msgright, .player2_info_1, .player2_info_2, .player2_info_3, .player2_info_4, .player2_info_5{
	display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:13%;}
.ranking2_list_2{width:45%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;}
.ranking2_list_3{color:#db0000;}
.ranking2_list_4{color:#585858;}
.ranking2_list_5{color:#007ae1;}
.ranking2_list_6{color:#55be00;}
.ranking2_list img {/*margin:10px;*/ vertical-align:middle;margin:0px 10px;}

/*득점목록타이틀바*/
.ranking_plr_title {clear:both; background-color:#f2f2f2; text-align:center; height:40px; line-height:40px;}
.ranking_plr_title_txt, .ranking_plr_title_txt_team, .player_plr_title_txt{display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:20%;}
.ranking_plr_title_txt_team {width:30%;}
.player_plr_title_txt{ /*width:100%;*/ padding-left:20px; text-align:left;}

/*득점목록내용*/
.ranking_plr_list{clear:both; background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center; height:40px; line-height:40px;}
.last {border-bottom:0px;}
.ranking_plr_list_1, .ranking_plr_list_2, .ranking_plr_list_3, .ranking_plr_list_4, .ranking_plr_list_5, .ranking_plr_list_6, .ranking_plr_list_img, .player_plr_list_1, .player_plr_list_2, .player_plr_list_3, .noti_plr_list_1, .player_plr_list_msgleft, .player_plr_list_msgright, .player_plr_info_1, .player_plr_info_2, .player_plr_info_3, .player_plr_info_4, .player_plr_info_5{
	display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:20%;}
.ranking_plr_list_2{width:30%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;}
.ranking_plr_list_3{width:30%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;color:#db0000;}
.ranking_plr_list_3 a{width:30%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;color:#db0000;}
.ranking_plr_list_4{color:#585858;}
.ranking_plr_list_5{color:#007ae1;}
.ranking_plr_list_6{color:#55be00;}
.ranking_plr_list img {/*margin:10px;*/ vertical-align:middle;margin:0px 10px;}


.player_list_1 {color:#000; width:60%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;}
.player_list_1 font{font-size:11px; font-weight:normal;color:#db0000;}
.player_list_2 {color:#000; width:37%; text-align:right;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;}
.player_list_3 {width:3%;}

.player_info_1 {color:#000; width:25%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px; margin-left:10px;}
.player_info_2 {color:#585858; width:20%; text-align:right;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px; padding-right:10px;border-right:1px solid #b9b9b9;}
.player_info_3 {color:#000; width:25%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px; margin-left:10px;}
.player_info_4 {color:#585858; width:20%; text-align:right;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;}
.player_info_5 {width:5%;}

.player_list_msgleft {color:#000; width:40%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;margin-left:10px;}
.player_list_msgright {color:#000; width:50%; text-align:right;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;}
.player_list_3 {width:3%;}

/* 댓글 리스트 */
.comment_title {background-color:#f2f2f2;height:43px;}
.comment_name {font-weight:700; float:left; font-size:15px; padding:12px;}
.comment_name font{font-size:10px; font-weight:normal;}


.comment_list{font-size:13px; white-space: normal; letter-spacing:-0.2px; padding-top:7px; padding-bottom:7px;}

.comment_list {*display:inline-block;padding-right:10px;padding-left:10px;background-color:#fff; text-align:left;}
.comment_list:after{display:block;clear:both;content:''}
.comment_list_msgleft  {float:left;position:relative;left:0px;width:100%;margin-right:-80px;border-bottom:0px solid #e4e5e7; }
.comment_list_msgright {float:left;font-weight:bold;margin-right:-10px;width:100%;border-bottom:1px solid #e4e5e7; padding-bottom:10px; }
.comment_info_3{display:inline-block; float:left; font-size:13px; font-weight:600; color:#535353; width:10%;white-space: normal;}


.comment_tit{font-size:13px; white-space: normal; letter-spacing:-0.2px; padding-top:7px; padding-bottom:7px;}

.comment_tit {*display:inline-block;padding-right:90px;padding-left:10px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.comment_tit:after{display:block;clear:both;content:''}
.comment_tit_msgleft  {float:left;width:100%;margin-right:-10px}
.comment_tit_msgright {float:left;position:relative;left:80px;width:70px;margin-left:-60px;}
.comment_tit_btn {
	height: 29px;
	line-height: 29px;
	font-size: 17px;
	text-align:center;
	color:#fff;
	font-weight:600;
	border: 1px solid #00B624;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.08),0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 0 2px rgba(0,0,0,0.08),0 1px 1px rgba(0,0,0,0.05);
	text-shadow: rgba(9, 44, 0, 0.4) 0 -1px 0;
	border-top: 1px solid #00D108;
	background-color: #00C908;
	background: -webkit-linear-gradient(top, #5CD500, #1ea900);;
	background: -moz-linear-gradient(top, #5CD500, #1ea900);
	background: -ms-linear-gradient(top, #5CD500, #1ea900);
	background: -o-linear-gradient(top, #5CD500, #1ea900);
	background-image: linear-gradient(top, #5CD500, #1ea900);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5CD500', EndColorStr='#1ea900'); /* IE6–IE9 */
	}






/*
.comment_list{white-space: normal; letter-spacing:-0.2px; padding-top:20px; padding-bottom:20px;}

.comment_list{clear:both; background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center; height:40px;padding-top:7px;}
.comment_list:after{display:block;clear:both;content:''}
.comment_list_msgleft, .comment_list_msgright, .comment_info_3{
	display:inline-block; float:left; font-size:13px; font-weight:600; color:#535353; width:10%;white-space: normal;}
.comment_list_msgleft {color:#000; width:20%; text-align:left; letter-spacing:-1px;margin-left:11px;}
.comment_list_msgright {color:#000; width:73%; text-align:right; letter-spacing:-1px;}
.comment_list_3 {width:3%;}

/*메인상단리스트*/
.noti_list_1 {color:#000; width:98%; text-align:left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size:14px;}


/*메인 컵대회*/
.main_cup { padding-top:15px; padding-bottom:20px;}

.main_cup {*display:inline-block;white-space: normal; letter-spacing:-0.2px;padding-right:10px;padding-left:100px;background-color:#fff;font-weight:700;text-align: left;}
.main_cup:after{display:block;clear:both;content:''}
.cup_1 {float:left;position:relative;left:0px;width:90px;margin-left:-90px;text-align:left;}
.cup_2 {color: #52b800;font-weight: bold;font-size: 20px;}
.cup_2 font{font-size: 9px;font-weight: normal;}
.cup_noti {font-size: 15px;font-weight:bold;margin-top:10px;}
.cup_txt {font-size:13px;color:#888888;font-weight: normal;margin-top:10px;}
.cup_go{ float: left;display: block;margin-left:-83px;margin-right: 15px;top:74px;width: 60px;padding:1px 3px;border:1px solid #A36161;border-radius: 3px;font-size: 11px;font-weight: 600;color: #fff;text-align: center;cursor: pointer;background-color:#772C3E;}


/*메인프로필*/
.main_p {clear:both; background-color:#fff; text-align:left; height:162px;}
.main_p_1 {height:124px;}
.main_p_img {float:left;position: relative; height: 80px; width:80px;border:3px solid #dddddd; margin:20px;}
.main_p_team {display: block; font-size:20px; padding:20px 5px 5px 5px; font-weight:700;}
.main_p_txt {display: block; font-size:13px; color:#444; line-height:19px;}
.main_p_2 {height:38px; line-height:36px; background-color:#52b800; padding:0px 10px;}
.main_p_bottom_l { clear:both; float:left; font-size:20px; font-weight:700; color:#a4ff00;}
.main_p_bottom_r { float:right; font-size:20px; color:#a4ff00;}

/*메인하단 탭메뉴*/
.main_tab{clear:both;}
.main_tab_u{display:table;width:100%;}
.main_tab_l{display:table-cell;background-color: #999999;margin:-1px 0px -1px -1px;}
.main_tab_a{display:block; padding-left:10px; height:40px;border-left:1px solid #b9b9b9;font-size:15px;font-weight:600;line-height:40px;text-align:left;color:#fff;}
.main_tab_l:first-child .main_tab_a{ margin-left:-1px;}

.main_tab_lon .main_tab_a{position:relative;margin:-1px 0px -1px -1px;background-color:#fff;color:#000;}
.main_tab_lon:first-child .main_tab_a{margin-left:-1px;}
.tab_more {display:block;float:right;width:20px;height:20px;margin:9px 6px;border:1px solid #c7c7c7; border-radius:3px;line-height:20px;text-align:center;cursor:pointer;}

/*탭리스트내용*/
.tab_list{  text-align:left; height:40px; line-height:40px; background-color:#fff; border-bottom:1px solid #e4e5e7;}
.last {border-bottom:0px;}
.tab_list_1{display:inline-block; font-size:13px; color:#000; width:90%;padding: 0px 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;}

/*경기일정타이틀바*/
.play_title {clear:both; background-color:#f2f2f2; text-align:center; height:32px; line-height:32px;}
.play_title_txt, .play_title_txt_team{display:inline-block; font-size:14px; font-weight:600; color:#535353; width:20%;}
.play_title_txt_team {width:60%;}
.width_15 {width:15%;}

/*찾기*/
.find_plr_title {clear:both; background-color:#f2f2f2; text-align:center; height:40px; line-height:40px;}
.find_plr_title_txt, .find_plr_title_txt_team, .find_plr_title_txt{display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:40%;}
.find_plr_title_txt_team {width:20%;}
.find_plr_title_txt{ /*width:100%;*/ padding-left:20px; text-align:left;}


/*득점목록내용*/
.find_plr_list{clear:both; background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center; height:40px; line-height:40px;}
.last {border-bottom:0px;}
.find_plr_list_1, .find_plr_list_2, .find_plr_list_3{
	display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:40%;text-align:left;}
.find_plr_list_2{width:30%; text-align:center;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;}
.find_plr_list_3{width:20%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;color:#535353;}
.find_plr_list_3 a{width:20%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;color:#db0000;}
.find_plr_list img {/*margin:10px;*/ vertical-align:middle;margin:0px 10px;}

/*선수능력치*/
.p_info {*display:inline-block;background-color:#fff; line-height:34px;font-weight:600;clear:both;font-size:14px; white-space: normal; letter-spacing:-0.2px;padding:0 10px;border-bottom: 1px solid #e4e5e7;}
.p_info:after{display:block;clear:both;content:''}
.p_info_l_txt {float:left;width:40%;text-align:left;}
.p_info_l_num {float:left;width:10%;text-align:right;color:#55be00;border-right: 1px solid #e4e5e7;padding-right:10px;margin-left:-11px;}
.p_info_r_txt {float:left;width:40%;text-align:left;padding-left:10px;margin-right:-10px;}
.p_info_r_num {float:left;width:10%;text-align:right;color:#55be00;}

			/*포인트*/
			.point_page { padding-top:11px; padding-bottom:11px;}
			
			.point_page {*display:inline-block;font-size:15px;white-space: normal; letter-spacing:-0.2px;padding-right:60px;padding-left:100px;background-color: #f2f2f2;text-align:center;font-weight:bold;}
			.point_page:after{display:block;clear:both;content:''}
			.point_page_txt1 {float:left;position:relative;left:-90px;width:90px;margin-right:-100px;text-align:left;}
			.point_page_num{float:left;width:100%;text-align:right;font-size:15px;color:#db0000;}
			.point_page_txt2 {float:left;position:relative;left:60px;width:60px;margin-left:-60px}
			
			/*본인인증*/
			.co_name2 { padding-top:11px; padding-bottom:11px;border-bottom: 1px solid #e4e5e7;}
			
			.co_name2 {*display:inline-block;font-size:15px;white-space: normal; letter-spacing:-0.2px;padding-right:110px;padding-left:100px;background-color: #fff;text-align:center;font-weight:bold;}
			.co_name2:after{display:block;clear:both;content:''}
			.co_name2_txt1 {float:left;position:relative;left:-90px;width:90px;margin-right:-90px;text-align:left;}
			.margin {margin-top: 5px;}
			.co_name2_num {float:left;width:100%;text-align:left;font-size:15px;color:#55be00;}
			.co_name2_txt2 {float:left;position:relative;left:110px;width:90px;margin-left:-100px}
			.pin_btn {height: 23px;line-height: 23px;font-size: 14px;}

			/*감독명변경*/
			.co_name { padding-top:11px; padding-bottom:11px;border-bottom: 1px solid #e4e5e7;}
			
			.co_name {*display:inline-block;font-size:15px;white-space: normal; letter-spacing:-0.2px;padding-right:10px;padding-left:100px;background-color: #fff;text-align:center;font-weight:bold;}
			.co_name:after{display:block;clear:both;content:''}
			.co_name_txt1 {float:left;position:relative;left:-90px;width:90px;margin-right:-90px;text-align:left;}
			.margin {margin-top: 5px;}
			.co_name_num {float:left;width:100%;text-align:right;font-size:15px;color:#55be00;}
			.co_name_txt2 {float:left;position:relative;left:60px;width:60px;margin-left:-60px}

			/*글쓰기*/
			.brd_w { padding-top:11px; padding-bottom:11px;border-bottom: 1px solid #e4e5e7;}
			
			.brd_w {*display:inline-block;font-size:15px;white-space: normal; letter-spacing:-0.2px;padding-right:10px;padding-left:70px;background-color: #fff;text-align:center;font-weight:bold;}
			.brd_w:after{display:block;clear:both;content:''}
			.brd_w_txt {float:left;position:relative;left:-60px;width:60px;margin-right:-70px;text-align:left;}
			.brd_w_con {float:left;width:100%;text-align:right;font-size:15px;color:#55be00;}

			/*후원하기*/
			.pay_bank { padding-top:11px; padding-bottom:11px;border-bottom: 1px solid #e4e5e7;}
			
			.pay_bank {*display:inline-block;font-size:15px;white-space: normal; letter-spacing:-0.2px;padding-right:10px;padding-left:130px;background-color: #fff;text-align:center;font-weight:bold;}
			.pay_bank:after{display:block;clear:both;content:''}
			.pay_bank_txt {float:left;position:relative;left:-120px;width:120px;margin-right:-130px;text-align:left;}
			.pay_bank_con {float:left;width:100%;text-align:right;font-size:15px;color:#55be00;}

			/*버튼두개,리스트 100*/
			.btn2ea, .btn2ea2 { padding-top:8px; padding-bottom:8px;border-bottom: 1px solid #e4e5e7;}

			.btn2ea {*display:inline-block;white-space: normal; letter-spacing:-0.2px;padding-right:10px;padding-left:11px;background-color:#fff;font-weight:700;text-align: left;}
			.btn2ea:after{display:block;clear:both;content:''}
			.btn2ea_left    {float:left;width:49%;}
			.btn2ea_right  {float:right;width:49%;}
			.btn2ea_icon_right  {float:left;width:91%;font-size:13px;}
			.btn2ea_icon  {float:left;width:25px;font-size:13px;}

			.btn2ea2 {*display:inline-block; letter-spacing:-0.2px;padding-right:10px;padding-left:11px;background-color:#fff;font-weight:700;text-align: left; overflow-x: hidden;}
			.btn2ea2:after{display:block;clear:both;content:''}
			.btn2ea2_100  {float:left;width:100%;font-size:13px;}
			


			/*타이틀 및 설명(우측버튼자리)*/
			.top_tit_r_blank { padding-top:20px; padding-bottom:20px;}

			.top_tit_r_blank {*display:inline-block;white-space: normal; letter-spacing:-0.2px;padding-right:60px;padding-left:11px;background-color:#fff;font-weight:700;text-align: left;}
			.top_tit_r_blank:after{display:block;clear:both;content:''}
			.top_tit_r_blank_txt {float:left;width:100%;font-size:20px;}
			.top_tit_r_blank_txt font {font-size: 11px;font-weight: normal;}
			.top_tit_blank {float:left;position:relative;left:60px;width:49px;margin-left:-60px;font-size:20px;text-align: right;}

			/*타이틀 및 설명(100%)*/
			.top_tit, .top_tit2 {*display:inline-block;padding:20px 11px;background-color:#fff;font-weight:700;text-align: left;white-space: normal;letter-spacing:-0.2px;}
			.top_tit:after{display:block;clear:both;content:''}
			.top_tit2 {padding-top:10px; padding-bottom:10px; }
			.top_tit2:after{display:block;clear:both;content:''}
			.top_tit_txt {float:left;width:100%;font-size:20px;}
			.top_tit_txt font {font-size: 11px;font-weight: normal;}
			.top_tit_detail_txt {float:left;width:100%;font-size:13px;color:#535353;font-weight:normal;padding-top: 4px;}
			.top_tit_detail_txt2 {float:left;width:100%;font-size:13px;font-weight:normal;padding: 0px;}
			
			.b_f2f2f2 {background-color:#f2f2f2}
			
			/*프로필 링크버튼*/
			.p_link {border: 1px solid #DFDFDF;
			background-color: #ECECEC;
			padding: 1px 4px;
			border-radius: 3px;
			background: -webkit-linear-gradient(top, #FFFFFF, #ECECEC);
			background: -moz-linear-gradient(top, #FFFFFF, #ECECEC);
			background: -ms-linear-gradient(top, #FFFFFF, #ECECEC);
			background: -o-linear-gradient(top, #FFFFFF, #ECECEC);
			background-image: linear-gradient(top, #FFFFFF, #ECECEC);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#ECECEC');
			}

			/*프로필 정보*/
			.prf_info { padding-top:20px; padding-bottom:5px;}

			.prf_info {*display:inline-block;white-space: normal; letter-spacing:-0.2px;padding-right:10px;padding-left:126px;background-color:#fff;text-align: left;}
			.prf_info:after{display:block;clear:both;content:''}
			.prf_info_img {float:left;position:relative;left:0px;width:86px;margin-left:-106px;text-align: left;}
			.prf_info_img img {border:3px solid #dddddd;}
			.prf_info_name {float:left;width:100%;font-size:20px;font-weight:bold;line-height:19px;}
			.prf_info_name p {font-size:13px; color:#444;font-weight: normal;}

/*하단띄움*/
.under_blank{height:300px;}

/*게시판댓글카운트*/
.dat {color:#55be00;font-size:11px;}
.new {font-size: 11px;
font-weight: normal;
color: #db0000;}

/*공통 타이틀*/
.hty_tit_num, .hty_tit_list, .hty_tit_y, .hty_tit_y2, .frds_tit_handle, .frds_tit_betting, .trans_tit_date, .trans_tit_pay, .trans_tit_name,
.msg_tit_from, .msg_tit_to, .msg_tit_read, .news_tit_date, .news_tit_team, .gameg_tit_date, .gameg_tit_enter,
.coach_tit_num, .coach_tit_name, .coach_tit_renown,
.teamrank_tit_num, .teamrank_tit_team, .teamrank_tit_win, .teamrank_tit_draw, .teamrank_tit_lose, .teamrank_tit_goal, .teamrank_tit_ngoal, .teamrank_tit_total,
.league_tit_lig, .league_tit_con, .league_tit_up, .league_tit_down,
.record_tit_team, .record_tit_1, .record_tit_2, .record_tit_3, .record_tit_4, .record_tit_5,
.player_lst_tit_name, .player_lst_tit_po, .player_lst_tit_team,
.brd_tit_list, .brd_tit_num, .brd_tit_writer, .brd_tit_date,
.spr_tit_nic, .spr_tit_id, .spr_tit_team,
.fav_tit_name, .fav_tit_team, .fav_tit_msg,
.tlst_tit_team, .tlst_tit_1, .tlst_tit_2, .tlst_tit_3, .tlst_tit_4, .tlst_tit_5
{font-size:14px; font-weight:600; color:#535353; white-space: normal; letter-spacing:-0.2px; padding-top:8px; padding-bottom:8px;}

/*공통 리스트*/
.hty_num, .hty_list, .hty_y, .hty_y2, .frds_handle, .frds_betting, .trans_date, .trans_pay, .trans_name, .game_list,
.msg_from, .msg_to, .msg_read, .msg_list, .news_date, .news_team, .gameg_date, .gameg_enter, .game_list_left, .game_list_right, .game_list_emb,
.game_win, .game_lose, .game_draw, .coach_num, .coach_name, .coach_team, .coach_renown, .coach_list_emb,
.teamrank_num, .teamrank_emb, .teamrank_team, .teamrank_win, .teamrank_draw, .teamrank_lose, .teamrank_goal, .teamrank_ngoal, .teamrank_total,
.league_lig, .league_con, .league_up, .league_down,
.record_team, .record_1, .record_2, .record_3, .record_4, .record_5,
.player_lst_emb, .player_lst_name, .player_lst_po, .player_lst_team,
.brd_list, .brd_num, .brd_writer, .brd_date, .brd_list2,
.spr_nic, .spr_team,
.fav_name, .fav_team, .fav_msg, .fav_emb,
.tlst_emb, .tlst_team, .tlst_1, .tlst_2, .tlst_3, .tlst_4, .tlst_5
{font-size:13px; color:#535353;white-space: normal; letter-spacing:-0.2px; padding-top:7px; padding-bottom:7px;}


/*팀리스트*/
.tlst_tit {*display:inline-block;padding-right:205px;padding-left:0px;background-color:#f2f2f2; text-align:center;clear:both;}
.tlst_tit:after{display:block;clear:both;content:''}
.tlst_tit_team  {float:left;width:100%;}
.tlst_tit_1  {float:left;position:relative;left:0px;width:30px;margin-right:-30px;}
.tlst_tit_2  {float:left;position:relative;left:100px;width:70px;margin-left:-70px;}
.tlst_tit_3  {float:left;position:relative;left:130px;width:30px;margin-left:-30px;}
.tlst_tit_4  {float:left;position:relative;left:160px;width:30px;margin-left:-30px;}
.tlst_tit_5  {float:left;position:relative;left:200px;width:40px;margin-left:-40px;}

.tlst {*display:inline-block;padding-right:205px;padding-left:5px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;font-weight:bold;font-size:14px;}
.tlst:after{display:block;clear:both;content:''}
.tlst_emb   {float:left;width:25px;vertical-align: baseline;margin-bottom: -7px;margin-top: -2px;}
.tlst_team  {float:left;width:75%;text-align:left;font-weight:bold;}
.tlst_1  {float:right;position:relative;left:0px;width:30px;margin-right:-30px;}
.tlst_2  {float:right;position:relative;left:100px;width:70px;margin-left:-70px;color: #db0000;}
.tlst_3  {float:right;position:relative;left:130px;width:30px;margin-left:-30px;}
.tlst_4  {float:right;position:relative;left:160px;width:30px;margin-left:-30px;color: #007ae1;}
.tlst_5  {float:right;position:relative;left:200px;width:40px;margin-left:-40px;color: #55be00;}



/*즐겨찾기*/
.fav_tit {*display:inline-block;padding-right:110px;padding-left:0px;background-color:#f2f2f2; text-align:center;clear: both;}
.fav_tit:after{display:block;clear:both;content:''}
.fav_tit_name {float:left;width:50%;text-align:center;}
.fav_tit_team  {float:left;width:50%;text-align:center;}
.fav_tit_msg {float:left;position:relative;left:110px;width:110px;margin-left:-110px}

.fav {*display:inline-block;padding-right:110px;padding-left:10px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.fav:after{display:block;clear:both;content:''}
.fav_name {float:left;width:38%;text-align:left;font-weight:bold;}
.fav_emb  {float:left;width:25px;text-align:left;font-weight:bold;}
.fav_team  {float:left;width:38%;text-align:left;font-weight:bold;}
.fav_msg {float:right;position:relative;left:110px;width:110px;margin-left:-110px}

/*게임관전*/
.game_play_left, .game_play_time, .game_play_emb, .game_play_right
{color:#535353;white-space: normal; letter-spacing:-0.2px; padding-top:10px; padding-bottom:10px;}

.game_play {*display:inline-block;padding-right:0px;padding-left:0px;background-color:#f2f2f2; border-bottom:1px solid #e4e5e7; text-align:center;}
.game_play:after{display:block;clear:both;content:''}
.game_play_left{float:left;width:33%;text-align:right;font-weight:bold;font-size:14px;margin-top:2px;}
.game_play_time{float:left;width:18%;text-align:center;font-weight:bold;font-size:14px;margin-top:2px;}
.game_play_emb {float:left;width:8%;}
.game_play_right {float:left;width:33%;text-align:left;font-weight:bold;font-size:14px;margin-top:2px;}


/*감독검색*/
.spr_tit {*display:inline-block;padding-right:10px;padding-left:10px;background-color:#f2f2f2; text-align:center;clear: both;}
.spr_tit:after{display:block;clear:both;content:''}
.spr_tit_nic {float:left;width:60%; text-align:center;}
.spr_tit_team {float:left;width:40%; text-align:center;}

.spr {*display:inline-block;padding-right:10px;padding-left:10px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.spr:after{display:block;clear:both;content:''}
.spr_nic {float:left;width:60%; text-align:left;}
.spr_team {float:left;width:40%; text-align:center;}
.spr_team a {font-weight:bold;color:#db0000;}


/*게시판 view*/
.brd_view { padding-top:11px; padding-bottom:11px;border-bottom: 1px solid #e4e5e7;}

.brd_view {*display:inline-block;font-size:14px;white-space: normal; letter-spacing:-0.2px;padding-right:10px;padding-left:85px;background-color: #fff;text-align:center;font-weight:bold;}
.brd_view:after{display:block;clear:both;content:''}
.brd_view_left {float:left;position:relative;left:-70px;width:70px;margin-right:-85px;text-align:left;}
.brd_view_right {float:left;width:100%;text-align:left;font-size:14px;color:#666666;}


/*게시판 수정*/
.brd_tit {*display:inline-block;padding-left:0px;background-color:#f2f2f2; text-align:center;}
.brd_tit:after{display:block;clear:both;content:''}
.brd_tit_list{float:left;width:100%;}
.brd_tit_num    {float:left;position:relative;left:45px;width:45px;margin-left:-45px}
.brd_tit_writer {float:left;position:relative;left:105px;width:60px;margin-left:-60px}
.brd_tit_date   {float:left;position:relative;left:155px;width:50px;margin-left:-50px}

.brd {*display:inline-block;padding-left:10px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.brd:after{display:block;clear:both;content:''}
.brd2 {*display:inline-block;padding-left:10px;background-color:#E6E6E6; border-bottom:1px solid #CACACA; text-align:center;}
.brd2:after{display:block;clear:both;content:''}
.brd_list{float:left;width:100%;text-align:left;font-weight:bold;line-height: 1.7em;}
.brd_list2{color:#252525;}
.brd_num    {float:left;position:relative;left:45px;width:45px;margin-left:-45px;}
.brd_writer {float:left;position:relative;left:105px;width:60px;margin-left:-60px;}
.brd_date   {float:left;position:relative;left:155px;width:50px;margin-left:-50px}


/*선수목록(팀)*/
.player_lst_tit {*display:inline-block;padding-right:75px;padding-left:0px;background-color:#f2f2f2; text-align:center;clear:both;}
.player_lst_tit:after{display:block;clear:both;content:''}
.player_lst_tit_name {float:left;width:70%;font-weight:bold;font-size:14px;}
.player_lst_tit_po {float:left;width:30%;}
.player_lst_tit_team {float:left;position:relative;left:75px;width:65px;margin-left:-75px}

.player_lst {*display: -webkit-flex; display: flex;padding-right:75px;padding-left:10px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.player_lst:after{display:block;clear:both;content:''}
.player_lst_emb {float:left;width:20%;}
.player_lst_name{float:left;width:50%;text-align:left;font-weight:bold;font-size:14px;}
.player_lst_po {float:left;width:30%;}
.player_lst_team {float:left;position:relative;left:75px;width:65px;margin-left:-75px}
.player_lst_team a {color: #db0000;font-weight:bold}


/*팀순위*/
.record_tit {*display:inline-block;padding-right:155px;padding-left:0px;background-color:#f2f2f2; text-align:center;clear:both;}
.record_tit:after{display:block;clear:both;content:''}
.record_tit_team  {float:left;width:100%;text-align:center;}
.record_tit_1 {float:left;position:relative;left:30px;width:30px;margin-left:-30px;text-align:center;}
.record_tit_2 {float:left;position:relative;left:60px;width:30px;margin-left:-30px;text-align:center;}
.record_tit_3 {float:left;position:relative;left:90px;width:30px;margin-left:-30px;text-align:center;}
.record_tit_4 {float:left;position:relative;left:120px;width:30px;margin-left:-30px;text-align:center;}
.record_tit_5 {float:left;position:relative;left:155px;width:30px;margin-left:-35px;text-align:center;}

.record {*display:inline-block;padding-right:155px;padding-left:10px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.record:after{display:block;clear:both;content:''}
.record_team {float:left;width:100%;text-align:left;color:#000; font-weight: bold;}
.record_1  {float:left;position:relative;left:30px;width:30px;margin-left:-30px;text-align:center;font-weight:bold;}
.record_2  {float:left;position:relative;left:60px;width:30px;margin-left:-30px;text-align:center;color: #db0000;font-weight:bold;font-size:14px;}
.record_3  {float:left;position:relative;left:90px;width:30px;margin-left:-30px;text-align:center;color: orange;font-weight:bold;font-size:14px;}
.record_4  {float:left;position:relative;left:120px;width:30px;margin-left:-30px;text-align:center;color: #007ae1;font-weight:bold;font-size:14px;}
.record_5  {float:left;position:relative;left:155px;width:30px;margin-left:-35px;color: #55be00;font-weight:bold;font-size:14px;}
.colorBEBEBE {color:#BEBEBE}

/*리그 리스트*/
.league_tit {*display:inline-block;padding-right:100px;padding-left:48px;background-color:#f2f2f2; text-align:center;}
.league_tit:after{display:block;clear:both;content:''}
.league_tit_lig  {float:left;width:60%;}
.league_tit_con  {float:left;width:40%;}
.league_tit_up   {float:left;position:relative;left:50px;width:50px;margin-left:-50px}
.league_tit_down {float:left;position:relative;left:100px;width:50px;margin-left:-50px}

.league {*display:inline-block;padding-right:100px;padding-left:48px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.league:after{display:block;clear:both;content:''}
.league_lig  {float:left;width:60%;font-weight: bold;}
.league_con  {float:left;width:40%;color: #db0000;}
.league_up   {float:left;position:relative;left:50px;width:50px;margin-left:-50px}
.league_down {float:left;position:relative;left:100px;width:50px;margin-left:-50px; color: #007ae1;}


/*팀순위*/
.teamrank_tit {*display:inline-block;padding-right:125px;padding-left:50px;background-color:#f2f2f2; text-align:center;clear:both;}
.teamrank_tit:after{display:block;clear:both;content:''}
.teamrank_tit_num   {float:left;position:relative;left:-50px;width:50px;margin-right:-50px}
.teamrank_tit_team  {float:left;width:100%;text-align:center;}
.teamrank_tit_win   {float:left;position:relative;left:-10px;width:25px;margin-left:-25px;text-align:center;}
.teamrank_tit_draw  {float:left;position:relative;left:15px;width:25px;margin-left:-25px;text-align:center;}
.teamrank_tit_lose  {float:left;position:relative;left:40px;width:25px;margin-left:-25px;text-align:center;}
.teamrank_tit_goal  {float:left;position:relative;left:65px;width:25px;margin-left:-25px;text-align:center;}
.teamrank_tit_ngoal  {float:left;position:relative;left:90px;width:25px;margin-left:-25px;text-align:center;}
.teamrank_tit_total {float:left;position:relative;left:125px;width:30px;margin-left:-35px;text-align:center;}

.teamrank {*display:inline-block;padding-right:125px;padding-left:90px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.teamrank:after{display:block;clear:both;content:''}
.teamrank2 {*display:inline-block;padding-right:125px;padding-left:90px;background-color:#e4e5e7; border-bottom:1px solid #f2f2f2; text-align:center;}
.teamrank2:after{display:block;clear:both;content:''}
.teamrank_num   {float:left;position:relative;left:-90px;width:45px;margin-right:-45px}
.teamrank_emb   {float:left;position:relative;left:0px;width:45px;margin-left:-45px;vertical-align: baseline;margin-bottom: -7px;margin-top: -2px;}
.teamrank_team  {float:left;width:100%;text-align:left;font-weight:bold;font-size:14px;}
.teamrank_win   {float:left;position:relative;left:-10px;width:25px;margin-left:-25px;text-align:center;color: #db0000;font-weight:bold;font-size:14px;}
.teamrank_draw  {float:left;position:relative;left:15px;width:25px;margin-left:-25px;text-align:center;color: #585858;font-weight:bold;font-size:14px;}
.teamrank_lose  {float:left;position:relative;left:40px;width:25px;margin-left:-25px;text-align:center;color: #007ae1;font-weight:bold;font-size:14px;}
.teamrank_goal  {float:left;position:relative;left:65px;width:25px;margin-left:-25px;text-align:center;color: #617788;font-weight:bold;font-size:14px;}
.teamrank_ngoal  {float:left;position:relative;left:90px;width:25px;margin-left:-25px;text-align:center;color: #617788;font-weight:bold;font-size:14px;}
.teamrank_total {float:left;position:relative;left:125px;width:30px;margin-left:-35px;color: #55be00;font-weight:bold;font-size:14px;}

/*감독순위*/
.coach_tit {*display:inline-block;padding-right:75px;padding-left:50px;background-color:#f2f2f2; text-align:center;clear:both;}
.coach_tit:after{display:block;clear:both;content:''}
.coach_tit_num {float:left;position:relative;left:-50px;width:50px;margin-right:-50px}
.coach_tit_name {float:left;width:100%;text-align:center;font-weight:bold;font-size:14px;}
.coach_tit_renown {float:left;position:relative;left:75px;width:75px;margin-left:-75px}

.coach {*display: -webkit-flex; display: flex;padding-right:75px;padding-left:50px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.coach:after{display:block;clear:both;content:''}
.coach_num {float:left;position:relative;left:-50px;width:50px;margin-right:-50px}
.coach_list_emb {float:left;width:10%;}
.coach_name{float:left;width:90%;text-align:left;font-weight:bold;font-size:14px;}
.coach_name a {color: #db0000;font-weight:normal;font-size:13px;}
.coach_renown {float:left;position:relative;left:75px;width:75px;margin-left:-75px}



/*일정,타구장*/
.gameg_tit {*display:inline-block;padding-right:50px;padding-left:60px;background-color:#f2f2f2; text-align:center;}
.gameg_tit:after{display:block;clear:both;content:''}
.gameg_tit_date {float:left;position:relative;left:-60px;width:60px;margin-right:-60px}
.gameg_tit_enter {float:left;position:relative;left:50px;width:50px;margin-left:-50px}

.gameg {*display:inline-block;padding-right:50px;padding-left:60px;padding-bottom:5px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.gameg:after{display:block;clear:both;content:''}
.gameg_date {float:left;position:relative;left:-60px;width:60px;margin-right:-60px}
.game_list_left{float:left;width:33%;text-align:right;font-weight:bold;font-size:14px;}
.game_list{float:left;width:18%;text-align:center;font-weight:bold;font-size:15px;}
.game_list_emb {float:left;width:8%;}
.game_list_right {float:left;width:33%;text-align:left;font-weight:bold;font-size:14px;}
.gameg_enter {float:left;position:relative;left:50px;width:50px;margin-left:-50px}

.game_win{color:#db0000;}
.game_lose{color:#007ae1;}
.game_draw{color:#000000;}

/*뉴스*/
.news_tit {*display:inline-block;padding-right:60px;padding-left:60px;background-color:#f2f2f2; text-align:center;}
.news_tit:after{display:block;clear:both;content:''}
.news_tit_date {float:left;position:relative;left:-60px;width:60px;margin-right:-60px}
.news_tit_team {float:left;position:relative;left:60px;width:60px;margin-left:-60px}

.news {*display:inline-block;padding-right:60px;padding-left:60px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.news:after{display:block;clear:both;content:''}
.news_date {float:left;position:relative;left:-60px;width:60px;margin-right:-60px}
.news_list{float:left;width:20%;text-align:center;font-weight:bold;font-size:15px;}
.news_team {float:left;position:relative;left:60px;width:60px;margin-left:-60px}


/*쪽지함*/
.msg_tit {*display:inline-block;padding-right:155px;padding-left:0px;background-color:#f2f2f2; text-align:center;}
.msg_tit:after{display:block;clear:both;content:''}
.msg_tit_from {float:left;position:relative;left:55px;width:55px;margin-left:-55px}
.msg_tit_to   {float:left;position:relative;left:110px;width:55px;margin-left:-55px}
.msg_tit_read {float:left;position:relative;left:155px;width:45px;margin-left:-45px}

.msg {*display:inline-block;padding-right:165px;padding-left:10px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.msg:after{display:block;clear:both;content:''}
.msg_from {float:left;position:relative;left:65px;width:55px;margin-left:-55px;color:#74A5DA;}
.msg_to   {float:left;position:relative;left:122px;width:55px;margin-left:-55px;color:#5BBD00;}
.msg_read {float:left;position:relative;left:165px;width:45px;margin-left:-45px}

/*히스토리*/
.hty_tit {*display:inline-block;padding-right:55px;padding-left:48px;background-color:#f2f2f2; text-align:center;}
.hty_tit:after{display:block;clear:both;content:''}
.hty_tit_num{float:left;position:relative;left:-48px;width:48px;margin-right:-48px}
.hty_tit_list{float:left;width:100%;}
.hty_tit_y{float:left;position:relative;left:55px;width:55px;margin-left:-55px}
.hty_tit_y2 {float:left;position:relative;width:50px;margin-left:-50px}

.hty {*display:inline-block;padding-right:55px;padding-left:48px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.hty:after{display:block;clear:both;content:''}
.hty_num{float:left;position:relative;left:-48px;width:48px;margin-right:-48px}
.hty_list{float:left;width:100%;text-align:left;font-weight:bold;}
.hty_y{float:left;position:relative;left:55px;width:55px;margin-left:-55px}
.hty_y2 {float:left;position:relative;width:50px;margin-left:-50px}


/*친선*/
.frds_tit {*display:inline-block;padding-right:100px;padding-left:48px;background-color:#f2f2f2; text-align:center;}
.frds_tit:after{display:block;clear:both;content:''}
.frds_tit_handle {float:left;position:relative;left:100px;width:50px;margin-left:-50px}
.frds_tit_betting {float:left;position:relative;left:50px;width:50px;margin-left:-50px}

.frds {*display:inline-block;padding-right:100px;padding-left:48px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.frds:after{display:block;clear:both;content:''}
.frds_handle{float:left;position:relative;left:100px;width:50px;margin-left:-50px}
.frds_betting {float:left;position:relative;left:50px;width:50px;margin-left:-50px}

/*이적*/
.trans_tit {*display:inline-block;padding-right:110px;padding-left:65px;background-color:#f2f2f2; text-align:center;clear: both;}
.trans_tit:after{display:block;clear:both;content:''}
.trans_tit_date {float:left;position:relative;left:-65px;width:60px;margin-right:-60px}
.trans_tit_pay  {}
.trans_tit_name {float:left;position:relative;left:110px;width:110px;margin-left:-110px}

.trans {*display:inline-block;padding-right:110px;padding-left:65px;background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center;}
.trans:after{display:block;clear:both;content:''}
.trans_date {float:left;position:relative;left:-65px;width:60px;margin-right:-60px}
.trans_pay  {font-weight:bold;color:#5BBD00;}
.trans_name {float:left;position:relative;left:110px;width:110px;margin-left:-110px}



/*경기일정리스트내용*/
/*수정전.play_list{clear:both; background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center; height:40px; line-height:40px;}
.last {border-bottom:0px;}
.play_list_1, .play_list_2, .play_list_3,.play_list_win, .play_list_lose, .play_list_draw{
	display:inline-block; float:left; font-size:13px; font-weight:600; color:#535353; width:20%;}
.play_list_2{width:60%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-0.2px;;}
.play_list_win{color:#db0000;}
.play_list_lose{color:#007ae1;}
.play_list_draw{color:#000000;}
.play_list_draw{color:#000000;}
.text-left{text-align:left;}*/
.play_list{background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center; }
.last {border-bottom:0px;}
.play_list_1, .play_list_2, .play_list_3, .play_list_4, .play_list_win, .play_list_lose, .play_list_draw{
	display:inline-table; font-size:13px; color:#535353; width:20%;padding: 5px 0;}
.play_list_2{width:60%; text-align:left; white-space: normal; letter-spacing:-0.2px;;}
.play_list_win{color:#db0000;}
.play_list_lose{color:#007ae1;}
.play_list_draw{color:#000000;}
.text-left{text-align:left;}
.play_list_4 {width:10%;}


/*즐겨찾기리스트내용*/
.fav_list{clear:both; background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center; height:40px; line-height:40px;}
.fav_list_1, .fav_list_2{
	display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:35%;padding-left:10px;}
.fav_list_2{width:35%; text-align:center;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;}
.fav_list_3{width:20%; text-align:right;text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px;padding-right:0px;}
.text-left{text-align:left;}


/*경기일정 타구장소식 리스트내용*/
.gameground_list{clear:both; background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center; height:40px; line-height:40px;}
.gameground_list_1, .gameground_list_2, .gameground_list_3, .gameground_list_4, .gameground_list_5, .gameground_list_win, .gameground_list_lose, .gameground_list_draw{
	display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:20%;}
.gameground_list_2{width:25%; text-align:right; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;letter-spacing:-1px;}
.gameground_list_3{width:10%; text-align:center;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;letter-spacing:-1px;}
.gameground_list_4{width:25%; text-align:left;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;letter-spacing:-1px;}
.gameground_list_5{width:20%;}
.gameground_list_win{color:#db0000;}
.gameground_list_lose{color:#007ae1;}
.gameground_list_draw{color:#000000;}



/*더보기페이지버튼*/
.all_button {
position:relative;
display: block;
margin:0px auto;
margin-bottom:10px;
overflow: hidden;
clear: both;
cursor:pointer;
border-radius:3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
background: none;-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.08),0 1px 1px rgba(0,0,0,0.05);
box-shadow: 0px 1px 0.4px #C4C4C4;
width:95%;
height:40px;
font-size: 15px;
line-height:40px;
text-align:center;
text-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
font-weight:600;
color:#333;
border: 1px solid #D6D6D6;
background-color: #fff;
background: -webkit-linear-gradient(top, #FFFFFF, #E0E0E0);;
background: -moz-linear-gradient(top, #FFFFFF, #E0E0E0);
background: -ms-linear-gradient(top, #FFFFFF, #E0E0E0);
background: -o-linear-gradient(top, #FFFFFF, #E0E0E0);
background-image: linear-gradient(top, #FFFFFF, #E0E0E0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#E0E0E0'); /* IE6–IE9 */
}
.all_button font{font-size:11px; font-weight:normal;color: #db0000}


/*감독프로필*/
.my_p {clear:both; background-color:#fff; text-align:left; height:248px;}
.my_p_1 {height:248px;}
.my_p_img {float:left;position: relative; height: 80px; width:80px;border:3px solid #dddddd; margin:20px 20px 64px 20px;}
.my_t_img {float:left;position: relative; height: 40px; border:3px solid #dddddd; margin:20px 20px 162px 20px;}
.my_p_team {display: block; font-size:20px; padding:20px 5px 5px 5px; font-weight:700;}
.my_p_txt {display: block; font-size:13px; color:#444; line-height:19px;}
.my_p_2 {height:38px; line-height:36px; background-color:#28092a; padding:0px 10px;}
.my_p_bottom_l { clear:both; float:left; font-size:20px; font-weight:700; color:#b1b1b1;}
.my_p_bottom_r { float:right; font-size:20px; color:#b1b1b1;}

/*감독사진변경*/
.my_p_photo {clear:both; background-color:#fff; text-align:left; height:126px;}
.my_p_photo_1 {height:178px;}
.my_p_photo_img {float:left;position: relative; height: 80px; width:80px;border:3px solid #dddddd; margin:20px 20px 4px 20px;}
.my_t_photo_img {float:left;position: relative; height: 40px; border:3px solid #dddddd; margin:20px 20px 4px 20px;}
.my_p_photo_team {display: block; font-size:20px; padding:20px 5px 5px 5px; font-weight:700;}
.my_p_photo_txt {display: block; font-size:13px; color:#444; line-height:19px;}
.my_p_photo_2 {height:38px; line-height:36px; background-color:#28092a; padding:0px 10px;}
.my_p_photo_bottom_l { clear:both; float:left; font-size:20px; font-weight:700; color:#b1b1b1;}
.my_p_photo_bottom_r { float:right; font-size:20px; color:#b1b1b1;}

/*선수프로필*/
.my_plr {clear:both; background-color:#fff; text-align:left; height:265px;}
.my_plr_1 {height:227px;}
.my_plr_img {float:left;position: relative; height: 80px; width:80px; border:3px solid #dddddd; margin:20px 20px 104px 20px;}

/*선수카드*/
.player_ground_bg {clear:both; text-align:center; background-image:url(images/bg_ground_pattern.png); height:600px;background-repeat:repeat;}
.player_ground {position:relative;width: 300px;height: 600px;margin: 0 auto;} /*축구장사이즈*/
.player_card {position:absolute ;top:0px;left:0px; width:56px; height:67px;} /*선수카드 전체사이즈*/
.player_card_color {display:block; width:40px; height:32px; background-color:#fff; text-align:center;margin:0 auto;} /*옷색상변경*/
.player_card_color_bottom {display:block; width:40px; height:32px; background-color:#fff; text-align:center;margin:0 auto;} /*옷색상변경*/
.player_card_name {position:absolute; bottom:0px; left:0px; width: 54px; height: 16px; background-color: #ffffff;border: 1px solid #000000;/*background-image: url(images/player_name.png);*/ font-size:11px; font-weight:900; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px; color:#000000; line-height:16px;} /*선수명*/
.player_card_position {position:absolute; top:19px; width:100%; font-size:9px; line-height:9px; font-weight:900; letter-spacing:-1px;text-shadow:rgba(255, 255, 255, 0.7) 0 1px 0;} /*선수위치*/
.player_card_p_good {position:absolute; top:2px; left:0px;width:46px; text-align:right; font-size:8px; line-height:8px;} /*선수위치 선호도*/

.player_position {position:absolute ;top:0px;left:0px; width:56px; height:67px;} /*위치 전체사이즈*/



/*토너먼트*/
.tournarment_info {clear: both;background-color: #fff;text-align:center;}
.t_start {
	cursor: pointer;
    position: relative;
    display: block;
    margin: 10px auto;
    overflow: hidden;
    clear: both;
    border: 1px solid #2d3750;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.08), 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 0 2px rgba(0,0,0,0.08), 0 1px 1px rgba(0,0,0,0.05);
    width: 95%;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    text-align: center;
    /* text-shadow: rgba(9, 44, 0, 0.4) 0 -1px 0; */
    font-weight: 600;
    color: #000;
    /* border-top: 1px solid #e17970; */
    background-color: #e17970;
    background: -webkit-linear-gradient(top, #e17970, #e17970);
    background: -moz-linear-gradient(top, #5CD500, #1ea900);
    background: -ms-linear-gradient(top, #5CD500, #1ea900);
    background: -o-linear-gradient(top, #5CD500, #1ea900);
    background-image: linear-gradient(top, #5CD500, #1ea900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5CD500', EndColorStr='#1ea900'); /* IE6–IE9 */
	}
.t_start_top {
	cursor:pointer;
	position:relative;
	display: inline-block;
	width:100%; 
	margin: 0 auto 10px;
	overflow: hidden;
	clear: both;
	border: 1px solid #00B624;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.08),0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 0 2px rgba(0,0,0,0.08),0 1px 1px rgba(0,0,0,0.05);
	height:40px;
	font-size: 17px;
	line-height:40px;
	text-align:center;
	text-shadow: rgba(9, 44, 0, 0.4) 0 -1px 0;
	font-weight:600;
	color:#fff;
	border-top: 1px solid #00D108;
	background-color: #00C908;
	background: -webkit-linear-gradient(top, #5CD500, #1ea900);;
	background: -moz-linear-gradient(top, #5CD500, #1ea900);
	background: -ms-linear-gradient(top, #5CD500, #1ea900);
	background: -o-linear-gradient(top, #5CD500, #1ea900);
	background-image: linear-gradient(top, #5CD500, #1ea900);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5CD500', EndColorStr='#1ea900'); /* IE6–IE9 */
	}
.tournarment {clear:both; text-align:center; height:360px;}
.tournarment_bg {position:relative;width: 300px;height: 360px;margin: 0 auto;} /*축구장사이즈*/
.tournarment_line, .tournarment_2line, .tournarment_3line, .tournarment_4line{position:absolute ;top:0px;left:0px; width:58px; height:16px;} /*선수카드 전체사이즈*/
.tournarment_2line, .tournarment_3line {width:66px;}
.tournarment_4line {text-align:left;width:130px;}
.name, .name2, .name3, .name4, .t_lose {position:absolute; bottom:0px; left:0px;  height: 16px; /*width: 58px;background-color: #555555;border: 1px solid #424242;background-image: url(images/player_name.png);*/ font-size:11px; font-weight:900; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; letter-spacing:-1px; color:#555; line-height:16px;} /*선수명*/
.name2 {color:#0084b5;}/* 준결승 */
.name3 {color:#00ad93;}/* 결승 */
.name4 {color:#4c2d12; font-size:16px;font-weight:700;}/* 우승 */
.t_lose {color:#C7C7C7;}


/* 게임시간 슬라이드 */
.game_time {position:fixed; bottom:90px;left:0px; z-index:9999;}
.game_time_btn {position:absolute; cursor:hand;}
.game_time_slide {position: absolute;display:none;left: 46px;padding: 17px 20px 12px 28px;height: 49px;width:100%;min-width:230px;z-index: -1;background-image: url(/mobile/images/bg_g_time.png);background-repeat: repeat-x;}
.game_time_txt {font-size:15px; font-weight:bold; color:#fff;}
.game_time_txt_fix {font-size:11px; font-weight:bold; color:#6cef01;}
.game_time_bg_right {position: absolute; top: 0px;right:-29px;z-index: -1;}

/* 회원가입 */
.login_list{clear:both; background-color:#fff; border-bottom:1px solid #e4e5e7; text-align:center; height:50px; line-height:50px; padding:10px 0px 0px 0px;}


/* input box */
.txt_input{ border: 1px solid #c4c4c4; background:#ffffff; color:#4f4740; font-size:13px; font-family:돋움;  height:25px;line-height: 25px;padding: 0 3px;}

.hand {cursor:pointer;}

.tactics_title_txt {width: 90%;padding-left: 20px;text-align: left; font-size:15px; font-weight:600; color:#535353;}
.tactics_txt { color:#9B9B9B; display: inline-block;cursor:pointer;}
.tactics_button, .tactics_button2, .btn2ea_btn{
	display: inline-block;
	cursor:pointer;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: none;-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.08),0 1px 1px rgba(0,0,0,0.05);
	box-shadow: 0 0 2px rgba(0,0,0,0.08),0 1px 1px rgba(0,0,0,0.05);
	width:70px;
	height:30px;
	font-size: 13px;
	line-height:30px;
	text-align:center;
	text-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
	font-weight:600;
	color:#333;
	background-color: #eeeeee;
	background: -webkit-linear-gradient(top, #eeeeee, #E0E0E0);;
	background: -moz-linear-gradient(top, #eeeeee, #E0E0E0);
	background: -ms-linear-gradient(top, #eeeeee, #E0E0E0);
	background: -o-linear-gradient(top, #eeeeee, #E0E0E0);
	background-image: linear-gradient(top, #eeeeee, #E0E0E0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#E0E0E0'); /* IE6–IE9 */
	}
.tactics_button2{
	width:144px;
	}
.btn2ea_btn {
	width:100%;
	}
.tactics_button_put {
	color:#fff;
	text-shadow:none;
	background-color: #32B100;
	background: -webkit-linear-gradient(top, #227900, #32B100);;
	background: -moz-linear-gradient(top, #227900, #32B100);
	background: -ms-linear-gradient(top, #227900, #32B100);
	background: -o-linear-gradient(top, #227900, #32B100);
	background-image: linear-gradient(top, #227900, #32B100);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#227900', EndColorStr='#32B100'); /* IE6–IE9 */
	}
.tactics_list {height: 50px;line-height: 50px;}
.tactics_point {letter-spacing: 8px;padding-left:8px;font-size: 20px;line-height: 50px;}
.tactics_point2 {letter-spacing: 23px;padding-left:18px;font-size: 20px;line-height: 50px;}


/*경기기록*/
.play_record_title {clear:both; background-color:#f2f2f2; text-align:center; height:40px; line-height:40px;}
.play_record_title_txt, .play_record_title_txt_team{display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:40%;}
.play_record_title_txt{ /*width:100%;*/ text-align:center;}
.play_record_title_txt_team {width:20%;}

/*경기기록*/
.gameground_record_list{clear:both; background-color:#e4e5e7; text-align:center; height:40px; line-height:40px;}
.gameground_title_txt, .gameground_title_txt_team{display:inline-block; float:left; font-size:15px; font-weight:600; color:#535353; width:40%;}
.gameground_title_txt{ /*width:100%;*/ text-align:center;}
.gameground_title_txt_team {width:20%;}

/*경기장*/
.play_ground {clear:both; background-color:#e4e5e7; text-align:center; height:255px; line-height:40px;}

.play_ground_1 {height:217px;}
.play_ground_2 {clear:both; height:38px; line-height:36px; background-color:#e4e5e7; padding:0px 0px;}
.play_ground_c { clear:both; float:left; font-size:20px; font-weight:700; color:#a4ff00;}



.bar {
	display: inline-block;
	
	font-size: 11px;
	color: #e8e8e8;
	}
.info {
	display: inline-block;
	position: relative;
	font-size:11px;
	line-height:13px;
	color: #93959d;
}
.lst_tit {
	font-size: 14px;
	line-height: 19px;
	color: #090909;
	font-weight: bold;
	white-space: normal;
	word-break:break-all;
}
.board_list_bottom_text {
	color:#607d8b;font-weight:lighter;font-size:small;
}