@charset "utf-8";
/* CSS Document */

/*탭*/
.tab_content {position: relative; height: 100%;}
.tab_content .menu_content {
	position: relative;
	height: 100%;
	font-size: 0;
}
/* .menu_content input[type="radio"] {display: none;} */
.menu_content input[type="radio"] + label {
	display: inline-block;
	color: #757575;
	font-size: 14px;
	width: 50%;
	height: 50px;
	line-height: 48px;
	text-align: center;
	border-bottom: 1px solid #dededf
}
.menu_content input[type="radio"] + label:nth-child(2) {border-right: 0;}
.menu_content input[type="radio"] + label:nth-child(4) {border-left: 0;}
.menu_content input[type="radio"]:checked + label {
	height: 50px;
	color: #ff7a42;
	font-weight: bold;
	border-bottom: 3px solid #FF7A42;
}
/* .menu_content .conbox {width: 100%; height: auto; background: #fff; margin: 0 auto; display: none;} */
.menu_content input[id="tab01"]:checked ~ .con1 {display: block;}
.menu_content input[id="tab02"]:checked ~ .con2 {display: block;}

.menu_content {
	padding: 22px 0 24px;
}

/*진행중인 이벤트*/
.event_on {
	font-size: 14px;
	font-weight: bold;
	color: #212121;
	margin-bottom: 16px;
}
.conbox {
	padding: 0 16px;
}
.bnr01 {
	margin-bottom: 20px;
}
.bnr01:last-of-type {
	margin-bottom: 30px;
}
.bnr01 a {
	display: block;
	height: 126px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	overflow: hidden;
}
.bnr01 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.ev_title {
	margin: 8px 0 2px;
	font-size: 16px;
	font-weight: 500;
	color: #212121;
	line-height: 1.5;
}
.ev_date {
	font-size: 14px;
	font-weight: 400;
	color: #757575;
}

/*지난이벤트*/
.con2 {
	padding-bottom: 30px;
	border-top: 6px solid #f5f5f5;
}
.con2 .bnr01 {
	opacity: 0.5;
}
.event_pass {
	margin-top: 24px;
}
.menu_content .con2 {
	width: 100%; height: auto;
}
.menu_content .con2 div a {
	display: block;
	width: 100%;
	height: 126px;
	overflow: hidden;
	
}
.menu_content .con2 div a img { 
	width: 100%;
}

/*공통*/

/* .non_event span {
	position: absolute; top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	font-size: 14px;
	color: rgba(0,0,0,.5);
}
 */
 
 .non_event {
 	padding: 30px 0;
 	font-size: 14px;
 	text-align: center;
 }





