
#content_wrap{
	padding-top:0;
}
/*subHeader*/
#sub_header_wrap{
	position:fixed;
	width:100%;
	z-index:1;
	padding:30px 0;
	background:rgba(0,0,0,0);
	transition:background 0.5s;
}
#sub_header_wrap.activated{
	background:rgba(17,17,17,1);
}
.lnb li a{
	color:#999;
	transition:color 0.2s;
}
.lnb li a:hover{
	color:#fff;
}
.logo{
	background:url(/site/play/images/common/sub_logo.png) no-repeat;
}

/*subMain*/
.sub_main{
	height:600px;
	background:url(/site/play/images/sub/infomation_main.png) no-repeat center center;
	background-size:cover;
}
.sub_main .inner{
	position:relative;
	height:100%;
}
.sub_main_title{
	color:#fff;
	font-size:40px;
	font-weight:700;
	width:100%;
	position:absolute;
	top:50%;
	margin-top:-20px;
}
.sub_nav_text{
	color:#fff;
	font-size:14px;
	font-weight:600;
	position:absolute;
	right:0;
	bottom:50px;
}
.sub_nav_bar{
	width:40px;
	height:1px;
	background:#fff;
	margin:0 15px;
}
.sub_nav_text li{
	display:inline-block;
	vertical-align:middle;
}

/*서브컨텐츠 공통*/
.sub_con_title{
	padding-top:150px;
}
.sub_con_title h2{
	font-size:45px;
	margin-bottom:30px;
}
.sub_con_title p{
	font-size:25px;
	padding-left:40px;
	background:url(/site/play/images/sub/sub_title_bar.png) no-repeat left center;
}

/*infomation*/
.infomation{
	font-size:35px;
	height:530px;
	line-height:55px;
	padding-top:100px;
	padding-left:20px;
	margin-bottom:100px;
}
.infomation img{
	margin:20px 0;
}
.infomation p{
	font-size:30px;
	color:#333;
}


/*news*/
.news_main{
	background-image:url(/site/play/images/sub/news_main.png);
}
.news{
	margin-top:50px;
	border-top:2px solid #333;
}
.news dl{	
	line-height:100px;
	position:relative;
	border-bottom:1px solid #dddddd;
}
.news dl:hover{
	background:#f9f9f9;
}
.news dl a{
	color:#333;
	height:100%;
	display:block;
	overflow:hidden;
}
.news dt{
	width:10%;
	text-indent:30px;
	color:#999999;
	font-size:20px;
}
.news dt,.news dd{
	float:left;
}
.news dd{
	width:80%;
}
.news_title{
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.news p{
	font-size:16px;
}
.news .date{
	color:#999999;
	position:absolute;
	right:0;
	line-height:30px;
	text-align:center;
	font-size:14px;
	position:absolute;
	right:30px;
	top:50%;
	margin-top:-30px;
}
.news .date span{
	display:block;
	font-weight:600;
	font-size:35px;
}


/*news_detail*/
.news_detail_title{
	position:relative;
}
.news_detail_title h2{
	padding:30px;
	font-weight:300;
	font-size:20px;
	border-bottom:1px solid #ddd;
}
.detail_date{
	position:absolute;
	right:30px;
	top:30px;
	color:#999;
}
.news_detail_con{
	padding:20px 50px;
	font-size:14px;
	line-height:24px;
	background:#f9f9f9;
}
.list_btn{
	text-align:right;
	margin-top:100px;
	font-size:13px;
}
.list_btn a{
	width:100px;
	height:45px;
	line-height:45px;
	margin-top:30px;
	text-align:center;
	display:inline-block;
	background:#333;
	color:#fff;
}



/*people*/
.player_info_pop{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	background:rgba(0,0,0,0.8);
}
.pop_close_btn{
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
}
.info_pop{
	width:1000px;
	height:500px;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.info_pop dl{
	height:100%;
	box-sizing:border-box;
}
.info_pop dl dt{
	width:150px;
	height:150px;
	float:none;
	margin:0 auto;
	margin-bottom:20px;
}
.info_pop dl dt img{
	width:100%;
	height:100%;
}
.info_pop dl dd{
	width:100%;
	text-align:center;
	margin:0;
}
.info_pop .player_sns{
	width:100%;
	text-align:center;
	left:0;
}
.info_pop .player_name{
	margin-top:30px;
}
.info_pop dl .player_info{
	width:800px;
	margin:0 auto;
	height:120px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-top:30px;
}
.people_main{
	background-image:url(/site/play/images/sub/people_main.png);
}
.player{
	margin-top:80px;
	border-bottom:1px solid #ddd;
}
.player_list{
	cursor:pointer;
	border-top:1px solid #ddd;
	transition:box-shadow 0.3s;
}
.player_list:hover{
	box-shadow:0 0 15px rgba(0,0,0,0.2)
}
.player dl{
	overflow:hidden;	
	padding:30px 0;
}
.player dt{
	width:250px;
	height:250px;
	overflow:hidden;
	border-radius:50%;
	position:relative;
	float:left;
}
.player dt img{
	position:absolute;
	width:250px;
	height:250px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.player dd{
	width:870px;
	float:left;
	position:relative;
	margin-left:80px;
	margin-top:30px;
}
.player p{
	font-size:20px;
}
.player_name h2{
	font-weight:500;
	font-size:25px;
}
.player_sns{
	position:absolute;
	top:10px;
	left:15%;
}
.player_sns a{
	display:inline-block;
	width:20px;
	height:20px;
	overflow:hidden;
}
.player_sns a img{
	margin-top:-5px;
	margin-left:-5px;
}
.player .player_info{
	font-weight:500;
	margin-top:30px;
	line-height:30px;
}

/*audition*/
.audition_main{
	background-image:url(/site/play/images/sub/audition_main.png);
}
.sub_audition{
	margin-top:100px;
}
.kor_text{
	font-size:35px;
	line-height:55px;
}
.eng_text{
	font-size:25px;
	line-height:45px;
	margin-top:50px;
}
.audition_email{
	width:100%;
	height:130px;
	display:block;
	line-height:130px;
	font-size:25px;
	color:#333;
	border:0;
	background:none;
	cursor:pointer;
	text-align:center;
	margin-top:150px;
	border:1px solid #ddd;
	transition:box-shadow 0.3s;
}
.audition_email:hover{
	box-shadow:0 0 24px 2px rgba(0,0,0,0.1);
}
.audition_email img{
	vertical-align:middle;
	margin-right:10px;
}
#textbox_mail{
	opacity:0;
}