
/* ¸ð¹ÙÀÏ ************************************************************************************************************************************************************************/
@media only screen and (min-width:100px) and (max-width:1300px) {

	.league_t { text-align:center; margin-left:15px; margin-right:15px; }
	.league_t img { width:100%; }

	.league {  text-align:center; margin:0 auto; width:80%; font-size:14px; font-family:NanumGothicBold; color:#333; padding-bottom:20px; }
	.leagues { width:100%; display:inline-block; }
	.league li { float:left; width:100%; text-align:left; }
	.league li div { padding:10px; }
	.league_input { 
		width:100%; background:#010b21; border:1px solid #13cfea; padding-top:10px; padding-bottom:10px; padding-left:15px; padding-right:15px; border-radius:26px;
		color:#fff; font-size:14px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1em; 
	}
	.league_input2 { 
		width:50%; background:#010b21; border:1px solid #13cfea; padding-top:10px; padding-bottom:10px; padding-left:15px; padding-right:15px; border-radius:26px;
		color:#fff; font-size:14px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1em; 
	}
	.league_btn { 
		text-align:center; margin-left:15px; margin-right:15px;  margin-bottom:20px; cursor:pointer;
		background-size:100%; height:100px; background-image: url(/theme/Mlang_Home_Basic/img/league_foot_m.jpg); background-repeat: no-repeat; background-position:center top; 
	} 


} /* ¸ð¹ÙÀÏ end */

/* PC ************************************************************************************************************************************************************************/
@media  all and (min-width : 1300px)  {
	
	.league_t { text-align:center; }
	.league_t img { width:100%; }

	.league { text-align:center; margin:0 auto; width:500px; font-size:14px; font-family:NanumGothicBold; color:#333; padding-bottom:20px; }
	.leagues { width:100%; display:inline-block; }
	.league li { float:left; width:100%; text-align:left; }
	.league li div { padding:10px; }
	.league_input { 
		width:100%; background:#010b21; border:1px solid #13cfea; padding-top:10px; padding-bottom:10px; padding-left:15px; padding-right:15px; border-radius:26px;
		color:#fff; font-size:18px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1em; 
	}
	.league_input2 { 
		width:50%; background:#010b21; border:1px solid #13cfea; padding-top:10px; padding-bottom:10px; padding-left:15px; padding-right:15px; border-radius:26px;
		color:#fff; font-size:18px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1em; 
	}
	.league_btn { 
		text-align:center; cursor:pointer;
		background-size:100%; height:200px; background-image: url(/theme/Mlang_Home_Basic/img/league_foot.jpg); background-repeat: no-repeat; background-position:center top; 
	} 

} /* PC end */

