#sub_visual,
#sub_menu,
#sub_tit{
	display: none;
}
.scontents{
	padding-top: 100px;
}
.sport:after{
	display: block;
	clear: both;
	content: '';
}
.sport .selector{
	position: relative;
}
.sport .selector select{
	position: absolute;
	height: 40px;
	top: -50px;
	right: 0px;
	font-size: 14px;
	appearance: none;
	-webkit-appearance: none;
}
.sport .selector select::-ms-expand{
	display: none;
}
.sport .item{
	float: left;
	width: 49%;
}
.sport .item table.summary{
	width: 100%;
	border-top: 2px solid #444444;
	border-collapse: collapse;
}
.sport .item table.summary th{
	padding: 10px;
	border-bottom: 1px solid #E1E1E1;
	background-color: #F5F5F5;
	font-weight: normal;
	text-align: left;
}
.sport .item table.summary td{
	padding: 10px;
	border-bottom: 1px solid #E1E1E1;
}
.sport .item div.content{
	width: auto;
	margin-top: 20px;
	padding-bottom: 0px;
}
.sport .item .slider{
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.sport .item .swiper-slide img{
	width: 100%;
}
.sport .item .slider-button-prev,
.sport .item .slider-button-next{
	width: 20px;
	height: 40px;
	margin-top: -20px;
	background-size: 20px 40px;
}
.sport .item .kakaomap{
	margin-top: 20px;
}
.sport .user{
	float: right;
	width: 49%;
}
.sport .user .navigator{
	position: relative;
	padding: 20px 0px;
	border: 1px solid #E1E1E1;
	border-bottom: none;
	background-color: #F5F5F5;
	text-align: center;
}
.sport .user .navigator a{
	position: absolute;
	top: 20px;
	font-size: 14px;
}
.sport .user .navigator a.prev{
	left: 10px;
}
.sport .user .navigator a.next{
	right: 10px;
}
.sport .user .calendar{
	width: 100%px;
	border-collapse: collapse;
}
.sport .user .calendar th{
	width: 10%;
	padding: 10px;
	border: 1px solid #E1E1E1;
	font-weight: normal;
}
.sport .user .calendar th.sun{
	width: 10%;
}
.sport .user .calendar th.sat{
	width: 10%;
}
.sport .user .calendar td{
	min-height: 60px;
	padding: 5px;
	border: 1px solid #E1E1E1;
	vertical-align: top;
}
.sport .user .calendar td a{
	font-size: 14px;
}
.sport .user .calendar .sun{
	color: #FF0000;
}
.sport .user .calendar .sat{
	color: #0066CC;
}
.sport .user .calendar .gray{
	color: #CDCDCD;
}
.sport .user .message{
	margin-top: 20px;
	border: 1px solid #E1E1E1;
	color: #CDCDCD;
	text-align: center;
	line-height: 200px;
}
.sport .user .timeline{
	margin-top: 0px;
	border: 1px solid #E1E1E1;
}
.sport .user .timeline:after{
	display: block;
	clear: both;
	content: '';
}
.sport .user .timeline li{
	float: left;
	width: 50%;
	padding: 10px;
	border-top: 1px solid #E1E1E1;
}
.sport .user .timeline li:nth-child(1),
.sport .user .timeline li:nth-child(2){
	border-top: none;
}
.sport .user .timeline li:nth-child(even){
	border-left: 1px solid #E1E1E1;
}
.sport .user .timeline li input{
	width: 17px;
	height: 17px;
	margin-right: 5px;
	vertical-align: -4px;
}
.sport .user .form{
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
}
.sport .user .form th{
	width: 100px;
	padding: 10px;
	border: 1px solid #E1E1E1;
	background-color: #F5F5F5;
	font-weight: normal;
	text-align: left;
}
.sport .user .form td{
	padding: 10px;
	border: 1px solid #E1E1E1;
}
.sport .user .form td input{
	width: 50%;
	height: 30px;
	padding: 0px 10px;
	border: 1px solid #E1E1E1;
	vertical-align: middle;
}
.sport .user .form td input.full{
	width: 100%;
}
.sport .user .form td input.half{
	width: 60px;
}
.sport .user .form td span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #CCCCCC;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
}
.sport .user .form td label{
	margin-left: 10px;
	cursor: pointer;
}
.sport .user .form td label:first-child{
	margin-left: 0px;
}
.sport .user .form td label input{
	width: 17px;
	height: 17px;
	padding: 0px;
	vertical-align: -4px;
}
.sport .user .form td textarea{
	width: 100%;
	height: 100px;
	padding: 10px;
	border: 1px solid #E1E1E1;
}
.sport .user .form td strong{
	color: #FF0000;
}
.sport .user .privacy{
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #E1E1E1;
}
.sport .user .privacy p:last-child{
	margin-top: 10px;
	text-align: center;
}
.sport .user .privacy p label{
	cursor: pointer;
}
.sport .user .privacy p label input{
	width: 17px;
	height: 17px;
	vertical-align: -4px;
}
.sport .user .button{
	margin-top: 20px;
}
.sport .user .button button{
	width: 100%;
	height: 60px;
	border: none;
	background-color: #444444;
	color: #FFFFFF;
}
@media(max-width: 1024px){
	.sport .selector{
		height: 50px;
	}
	.sport .selector select{
		width: 100%;
		top: 0px;
	}
	.sport .item{
		float: none;
		width: 100%;
	}
	.sport .user{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.sport .user .timeline li{
		float: none;
		width: 100%;
	}
	.sport .user .timeline li:nth-child(2){
		border-top: 1px solid #E1E1E1;
	}
	.sport .user .timeline li:nth-child(even){
		border-left: none;
	}
}
select{
	padding-right: 0px;
}


.sc_box{overflow: auto;	margin-left: -10px;	margin-right: -10px;padding: 0 10px;}
