/* All Device */
.align-center {
	text-align: center;
}
section.sub {
	margin-top: 0;
	background: #fff;
	min-height: 600px;
}
.main_contents.sub {
	background: #fff;
}
.title_area {
	width: 100%;
	height: 380px;
	text-align: center;
	line-height: 380px;
}
.kfa_1 {
	background: url('/images/sub/bg-title-kfa-1.jpg') no-repeat center center;
	background-size: cover;
}
.sub_title.kfa {
	background-image: url('/images/sub/kfa-1-title.png') !important;
}
.sub_title.organization {
	background-image: url('/images/sub/kfa-2-title.png') !important;
}
.sub_title.vision {
	background-image: url('/images/sub/kfa-3-title.png') !important;
}
.sub_title.nfc {
	background-image: url('/images/sub/kfa-4-title.png') !important;
}
.sub_title.data {
	background-image: url('/images/sub/kfa-5-title.png') !important;
}
.sub_side {
	float: left;
	width: 280px;
}
.sub_side h3 {
	font-size: 40px;
}
.row {
	clear: both;
	width: 100%;
}
.summary {
	border-bottom: 1px solid #cccccc;
	display: inline-block;
	width: 100%;
}
.summary h3 {
	float: left;
	padding: 0 0 0 42px;
	font-size: 28px;
	font-weight: 100;
}
.summary-1 {
	float: left;
}
.summary-1 dt {
	clear: both;
	float: left;
}
.summary-1 dd {
	float: left;
}
.location {
	clear: both;
}
.location h3 {
	font-size: 28px;
	font-weight: 100;
}

.count_tbl th .count_all {padding-right:30px; background-color:#2f2f2f;	font-size:15px;	-webkit-appearance: none; -moz-appearance: none; appearance: none;}
.count_tbl th select.count_all::-ms-expand{ display:none; }
.count_tbl tbody tr td .vs_num li{font-family:'ITCAvantGardeW04-Demi'; font-size:24px;}
.count_tbl th p{font-family:'ITCAvantGardeW04-Demi'; font-size:24px; font-weight:500;}

/* 화면 1280고정요청 
@media all and (min-width:1601px) {

.count_left {
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
	width: 74.6%;
	float: left;
}
.count_right {
	display: inline-block;
	overflow: hidden;
	width: 23.7%;
	float: right;
}

.count_tbl {
	width: 100%;
	box-sizing: border-box;
	border-spacing: 0px;
}
.count_tbl th {
	height: 70px;
	background-color: #2f2f2f;
	position: relative;
}
.count_tbl th h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	position: absolute;
	left: 20px;
	top: 20px;
}
.count_tbl th p {
	display: inline-block;
	position: absolute;
	top: 26px;
	width: 194px;
	height: 18px;
	left: 50%;
	margin-left: -97px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 1.3em;
}
.count_tbl th .left {
	display: inline-block;
	width: 10px;
	height: 18px;
	background-image: url('/images/sub/btn_dayleft.png');
	font-size: 0px;
	cursor: pointer;
	float: left;
}
.count_tbl th .right {
	display: inline-block;
	width: 10px;
	height: 18px;
	background-image: url('/images/sub/btn_dayright.png');
	font-size: 0px;
	cursor: pointer;
	float: right;
}
.count_tbl th .count_all {
	display: inline-block;
	position: absolute;
	width: 178px;
	height: 70px;
	;
	padding-left: 20px;
	color: #fff;
	right: 0px;
	top: 0px;
	border-left: 1px solid #565656;
	background-image: url('/images/sub/btn_dayall.png');
	background-repeat: no-repeat;
	background-position: 90% 50%;
	text-align: left;
}
.count_tbl tbody tr td {
	position: relative;
}
.count_tbl tbody tr td:nth-child(1) {
	width: 50%;
	height: 150px;
	box-sizing: border-box;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 0px 20px;
}
.count_tbl tbody tr td:nth-child(2) {
	width: 50%;
	height: 150px;
	box-sizing: border-box;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 0px 20px;
}
.count_tbl tbody tr .count_title {
	font-size: 0.75em;
	color: #2f2f2f;
}
.count_tbl tbody tr .count_title .count_from {
	color: #999;
	padding-left: 1em;
}
.count_tbl tbody tr .count_title .count_date {
	float: right;
}
.count_tbl tbody tr .vs_from {
	padding-top: 22px;
}
.count_tbl tbody tr .vs_from li {
	font-size: 1.187em;
	font-weight: 100px;
	color: #2f2f2f;
	padding-left: 40px;
	list-style: none;
	line-height: 43px;
}
.count_tbl tbody tr .vs_from li img {
	padding-left: 15px;
}
.count_tbl tbody tr .vs_from .vs_korea {
	background-image: url('/images/main/flag_korea.png');
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 0% 50%;
}
.count_tbl tbody tr .vs_from .vs_away {
	background-image: url('/images/main/flag_lat.png');
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 0% 50%;
}
.count_tbl tbody tr .vs_from .vs_mexico {
	background-image: url('/images/main/flag_lat.png');
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 0% 50%;
}
.count_tbl tbody tr td .vs_num {
	position: absolute;
	right: 25px;
	top: 50px;
	list-style: none;
	font-size: 1.187em;
	line-height: 43px;
	font-weight: 800;
}
.count_tbl tbody tr td .vs_num .vs_win_num {
	color: #2f2f2f;
}
.count_tbl tbody tr td .vs_num .vs_lose_num {
	color: #999;
}
.count_tbl tbody tr td .vs_day {
	position: absolute;
	right: 25px;
	top: 80px;
	list-style: none;
	font-size: 0.81em;
	line-height: 1.2em;
	font-weight: 600;
}
.count_tbl tbody tr td .vs_day li {
	text-align: right;
	font-size: 1em;
}
.count_tbl tbody tr td .vs_day .vs_time {
	color: #2f2f2f;
}
.count_tbl tbody tr td .vs_day .vs_tv {
	color: #999;
}
.count_right .count_latest_title {
	font-weight: 800;
	font-size: 1.125em;
	color: #2f2f2f;
}
.count_right .count_latest_lst {
	width: 100%;
	margin-top: 15px;
	list-style: none;
}
.count_right .count_latest_lst li:hover {
	background-color: #555;
}
.count_right .count_latest_lst li:hover .on {
	color: #fff !important;
}
.count_right .count_latest_lst li {
	background-color: #fff;
	height: 120px;
	border-bottom: 1px solid #cecece;
}
.count_right .count_latest_lst li .latest_div {
	padding: 20px 20px 10px 20px;
	font-size: 0.75em;
	color: #E6002D;
	font-weight: 600;
}
.count_right .count_latest_lst li .latest_title {
	font-size: 1.125em;
	font-weight: 400;
	color: #2f2f2f;
	padding: 0 20px;
	line-height: 1.2em;
}
.sub_contents {
	float: left;
	width: 1292px;
}
}
 */

.count_right .count_latest_lst li > a{position:relative; height:100%;}
.count_right .count_latest_lst li > a span{opacity:0; overflow:hidden; width:100%; height:100%; position:absolute; left:0px; top:0px; z-index:1; transition:all 0.3s ease 0s; text-align:center;}
.count_right .count_latest_lst li > a span img{width:100%; /*margin-left:-100%; margin-right:-100%;*/}
.count_right .count_latest_lst li > a p{position:relative; z-index:3;}
.count_right .count_latest_lst li > a:hover span{opacity:1;}
.count_right .count_latest_lst li > a:before{content:''; opacity:0; display:block; position:absolute; top:0px; left:0px; z-index:2; width:100%; height:100%; background:rgba(0,0,0,0.4);}
.count_right .count_latest_lst li > a:hover:before{opacity:1;}

@media all and (min-width:1281px){
/* 경기 상황 */
.count_full {
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
	width: 100%;
	float: left;
}
.count_left {
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
	width: 74.6%;
	float: left;
}
.count_right {
	display: inline-block;
	overflow: hidden;
	width: 23.7%;
	float: right;
}
/* 경기 상황판 테이블*/
.count_tbl {
	width: 100%;
	box-sizing: border-box;
	border-spacing: 0px;
}
.count_tbl th {
	height: 70px;
	background-color: #2f2f2f;
	position: relative;
}
.count_tbl th h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	position: absolute;
	left: 20px;
	top: 20px;
}
.count_tbl th p {
	display: inline-block;
	position: absolute;
	top: 26px;
	width: 194px;
	height: 18px;
	left: 50%;
	margin-left: -97px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 1.3em;
}
.count_tbl th .left {
	display: inline-block;
	width: 10px;
	height: 18px;
	background-image: url('/images/sub/btn_dayleft.png');
	font-size: 0px;
	cursor: pointer;
	float: left;
}
.count_tbl th .right {
	display: inline-block;
	width: 10px;
	height: 18px;
	background-image: url('/images/sub/btn_dayright.png');
	font-size: 0px;
	cursor: pointer;
	float: right;
}
.count_tbl th .count_all {
	display: inline-block;
	position: absolute;
	width: 178px;
	height: 70px;
	;
	padding-left: 20px;
	color: #fff;
	right: 0px;
	top: 0px;
	border-left: 1px solid #565656;
	background-image: url('/images/sub/btn_dayall.png');
	background-repeat: no-repeat;
	background-position: 90% 50%;
	text-align: left;
}
.count_tbl tbody tr td {
	position: relative;
}
.count_tbl tbody tr td:nth-child(1) {
	width: 50%;
	height: 150px;
	box-sizing: border-box;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 0px 20px;
	position: relative;
}
.count_tbl tbody tr td:nth-child(2) {
	width: 50%;
	height: 150px;
	box-sizing: border-box;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	padding: 0px 20px;
}
.count_tbl tbody tr .count_title {
	font-size: 0.75em;
	color: #2f2f2f;
}
.count_tbl tbody tr .count_title .count_from {
	color: #999;
	position: absolute;
	top: 30px;
	display: table;
	letter-spacing: -1px;
}
.count_tbl tbody tr .count_title .count_date {
	float: right;
	margin-top: 20px;
}
.count_tbl tbody tr .vs_from {
	padding-top: 22px;
}
.count_tbl tbody tr .vs_from li {
	font-size: 1.187em;
	/*font-weight: 100;*/
	color: #2f2f2f;
	padding-left: 40px;
	list-style: none;
	line-height: 43px;
}
.count_tbl tbody tr .vs_from li img {
	padding-left: 0;
	margin-bottom:2px;
}
.count_tbl tbody tr .vs_from .vs_korea {
	background-image: url('/images/main/flag_korea_02.png');
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 0% 50%;
}
.count_tbl tbody tr .vs_from .vs_away {
	/*background-image: url('/images/main/flag_lat.png');*/
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 0% 50%;
}
.count_tbl tbody tr .vs_from .vs_away br{display:none;}
.count_tbl tbody tr .vs_from .vs_mexico {
	background-image: url('/images/main/flag_lat.png');
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 0% 50%;
}
.count_tbl tbody tr .vs_from .vs_mexico br{display:none;}
.count_tbl tbody tr td .vs_num {
	position: absolute;
	right: 25px;
	top: 50px;
	list-style: none;
	font-size: 1.187em;
	line-height: 43px;
	font-weight: 800;
}
.count_tbl tbody tr td .vs_num .vs_win_num {
	color: #2f2f2f;
}
.count_tbl tbody tr td .vs_num .vs_lose_num {
	color: #999;
}
.count_tbl tbody tr td .vs_day {
	position: absolute;
	right: 25px;
	top: 80px;
	list-style: none;
	font-size: 0.81em;
	line-height: 1.2em;
	font-weight: 600;
}
.count_tbl tbody tr td .vs_day li {
	text-align: right;
	font-size: 1em;
}
.count_tbl tbody tr td .vs_day .vs_time {
	color: #2f2f2f;
}
.count_tbl tbody tr td .vs_day .vs_tv {
	color: #999;
}
.count_right .count_latest_title {
	font-weight: 800;
	font-size: 1.125em;
	color: #2f2f2f;
}
html[lang="en"] .count_right .count_latest_title{font-size:18px;}
.count_right .count_latest_lst {
	width: 100%;
	margin-top: 15px;
	list-style: none;
}
.count_right .count_latest_lst li:hover {
	background-color: #555;
}
.count_right .count_latest_lst li:hover .on {
	color: #fff !important;
}
.count_right .count_latest_lst li {
	background-color: #fff;
	height: 120px;
	border-bottom: 1px solid #cecece;
}
.count_right .count_latest_lst li .latest_div {
	padding: 20px 20px 10px 20px;
	font-size: 0.75em;
	color: #E6002D;
	font-weight: 600;
}
.count_right .count_latest_lst li .latest_title {
	font-size: 1.125em;
	font-weight: 400;
	color: #2f2f2f;
	padding: 0 20px;
	line-height: 1.2em;
}
}

@media all and (max-width: 1280px) {
/* 경기 상황 */
.count_left {
	display: inline-block;
	overflow: hidden;
	background-color: #fff;
	width: 74.6%;
	float: left;
}
.count_right {
	display: inline-block;
	overflow: hidden;
	width: 23.7%;
	float: right;
}
/* 경기 상황판 테이블*/
.count_tbl {
	width: 100%;
	box-sizing: border-box;
	border-spacing: 0px;
}
.count_tbl th {
	height: 70px;
	background-color: #2f2f2f;
	position: relative;
}
.count_tbl th h3 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	position: absolute;
	left: 20px;
	top: 20px;
}
.count_tbl th p {
	display: inline-block;
	position: absolute;
	top: 26px;
	width: 194px;
	height: 18px;
	left: 50%;
	margin-left: -97px;
	color: #fff;
	text-align: center;
	line-height: 18px;
	font-size: 1.3em;
}
.count_tbl th .left {
	display: inline-block;
	width: 10px;
	height: 18px;
	background-image: url('/images/sub/btn_dayleft.png');
	font-size: 0px;
	cursor: pointer;
	float: left;
}
.count_tbl th .right {
	display: inline-block;
	width: 10px;
	height: 18px;
	background-image: url('/images/sub/btn_dayright.png');
	font-size: 0px;
	cursor: pointer;
	float: right;
}
.count_tbl th .count_all {
	display: inline-block;
	position: absolute;
	width: 178px;
	height: 70px;
	padding-left: 20px;
	color: #fff;
	right: 0px;
	top: 0px;
	border:0px;
	border-left: 1px solid #565656;
	background-color:#2f2f2f;
	background-image: url('/images/sub/btn_dayall.png');
	background-repeat: no-repeat;
	background-position: 90% 50%;
	text-align: left;
	font-size:15px;
	 
}

.count_tbl tbody tr td {position: relative;	display:block; width:100% !important; box-sizing:border-box; padding:15px 20px; border:1px solid #cecece; border-top-width:0px;}
.count_tbl tbody tr:first-child td:first-child{border-top-width:1px;}
.count_tbl tbody tr .count_title {
	font-size: 0.75em;
	color: #2f2f2f;
	min-height: 18px;
}
.count_tbl tbody tr .count_title .count_from {
	color: #999;
	position: absolute;
	top: 32px;
	display: table;
}
.count_tbl tbody tr .count_title .count_date {
	float: right;
	margin-top: 16px;
}
.count_tbl tbody tr .vs_from {
	padding-top: 22px;
}
.count_tbl tbody tr .vs_from li {
	font-size: 1.187em;
	color: #2f2f2f;
	padding-left: 40px;
	list-style: none;
	line-height: 43px;
}
.count_tbl tbody tr .vs_from li img {
	padding-left: 15px;
}

.count_tbl tbody tr .vs_from .vs_korea {
	background-image: url('/images/main/flag_korea_02.png');
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 0% 50%;
}
.count_tbl tbody tr .vs_from .vs_away {
	/*background-image: url('/images/main/flag_lat.png');*/
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 0% 50%;
}
.count_tbl tbody tr .vs_from .vs_away br{display:none;}
.count_tbl tbody tr .vs_from .vs_mexico {
	background-image: url('/images/main/flag_lat.png');
	background-repeat: no-repeat;
	background-size: 28px auto;
	background-position: 0% 50%;
}
.count_tbl tbody tr .vs_from .vs_mexico br{display:none;}
.count_tbl tbody tr td .vs_num {
	position: absolute;
	right: 25px;
	top: 55px;
	list-style: none;
	font-size: 1.187em;
	line-height: 43px;
	font-weight: 800;
}
.count_tbl tbody tr td .vs_num .vs_win_num {
	color: #2f2f2f;
}
.count_tbl tbody tr td .vs_num .vs_lose_num {
	color: #999;
}
.count_tbl tbody tr td .vs_day {
	position: absolute;
	right: 25px;
	top: 80px;
	list-style: none;
	font-size: 0.81em;
	line-height: 1.2em;
	font-weight: 600;
}
.count_tbl tbody tr td .vs_day li {
	text-align: right;
	font-size: 1em;
}
.count_tbl tbody tr td .vs_day .vs_time {
	color: #2f2f2f;
}
.count_tbl tbody tr td .vs_day .vs_tv {
	color: #999;
}
.count_right .count_latest_title {
	font-weight: 800;
	font-size: 1.125em;
	color: #2f2f2f;
}
.count_right .count_latest_lst {
	width: 100%;
	margin-top: 15px;
	list-style: none;
}
.count_right .count_latest_lst li:hover {
	background: #555;
}
.count_right .count_latest_lst li:hover .on {
	color: #fff !important;
}
.count_right .count_latest_lst li {
	background: #fff;
	height: 120px;
	border-bottom: 1px solid #cecece;
}
.count_right .count_latest_lst li .latest_div {
	padding: 20px 20px 10px 20px;
	font-size: 0.75em;
	color: #E6002D;
	font-weight: 600;
}
.count_right .count_latest_lst li .latest_title {
	font-size: 1.125em;
	font-weight: 400;
	color: #2f2f2f;
	padding: 0 20px;
	line-height: 1.2em;
}
}

@media all and (max-width: 960px) {
	.count_left{float:none; width:100%;}
	.count_tbl tbody tr .count_title{position:relative; padding-right:80px; font-size:12px; margin:0px; min-height: 18px;}
	.count_tbl tbody tr .count_title .count_date{float:none; position:absolute; top:0px; right:0px;}

	.count_tbl th{height:45px;}
	.count_tbl th h3{top:9px; font-size:18px;}
	.count_tbl th p{top:15px; font-size:18px;}
	.count_tbl th .count_all{height:45px; font-size:12px;}
	.count_tbl tbody tr td{padding:12px 10px;}
	.count_tbl tbody tr .vs_from{padding-top:18px;}
	.count_tbl tbody tr .vs_from .vs_korea,
	.count_tbl tbody tr .vs_from li.vs_away{background-size:19px auto;}
	.count_tbl tbody tr .vs_from li.vs_mexico{background-size:19px auto;}
	.count_tbl tbody tr .vs_from li{padding-left:25px; line-height:25px; font-size:16px;}
	.count_tbl tbody tr td .vs_num{line-height:25px; top:40px;}
	.count_tbl tbody tr td .vs_num li{font-size:19px;}

	/* table scorll */
	.scrollTable{overflow-x:auto;}
	/*.tableScroll{width:960px !important;}	*/
	.count_tbl tbody tr .count_title .count_from {
		color: #999;
		position: absolute;
		display: table;
		top: 18px
	}
}

@media all and (max-width: 640px){
	.count_tbl th .count_all{width:100px; background-size:9px 7px; padding-left:10px; padding-right:20px;}
	.count_tbl tbody tr .count_title{margin-bottom:10px;}
	.count_tbl tbody tr .count_title .count_from{padding-left:0px; max-width: 70%; line-height: 14px;}
	.count_tbl tbody tr td:after{content:''; display:block; clear:both;}
	.count_tbl tbody tr .vs_from{float:left; width:80%; padding-top:18px;}
	.count_tbl tbody tr td .vs_num{float:right; width:20%; position:static; margin-top:22px;}
	.count_tbl tbody tr td .vs_num li{text-align:right;}
	.count_tbl tbody tr .vs_from li{letter-spacing:-2px;}
	html[lang="en"] .count_tbl tbody tr .vs_from li{letter-spacing:0.5px;}
	.count_tbl tbody tr .vs_from li.vs_away{background-position:0 50%; line-height:31px; min-height:31px;}
	.count_tbl tbody tr .vs_from li.vs_mexico{background-position:0 50%; line-height:31px; min-height:31px;}
	.count_tbl th h3{position:static; height:45px; line-height:45px; padding-left:20px;}
	.count_tbl th p{display:block; position:static; width:100%; height:45px; line-height:45px; box-sizing:border-box; padding:0 20px; margin-left:0px; border-top:1px solid #565656;}
	.count_tbl th p:after{content:''; display:block; clear:both;}
	.count_tbl th .left,
	.count_tbl th .right{width:8px; height:14px; margin-top:15px; background-size:100%;}

	.tableScroll_small{width:640px !important;}
}

@media all and (max-width: 500px){
	.count_tbl tbody tr .vs_from li img{display:none;}
}

@media all and (max-width: 420px){
	.count_tbl tbody tr .vs_from li{line-height:31px;}
	.count_tbl tbody tr .vs_from li.vs_away{min-height:31px; margin-top:4px; background-position:0 0; line-height:1.3em;}
	.count_tbl tbody tr .vs_from li.vs_mexico{min-height:31px; margin-top:4px; background-position:0 0; line-height:1.3em;}
	.count_tbl tbody tr td .vs_num{line-height:inherit;}
	.count_tbl tbody tr td .vs_num li{min-height:30px;}	

}