/***main css ***/


/*loading*/
#loading{
	width:100%;
	height:100%;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	text-align:center;
}
#loading img{
	position:absolute;
	width:150px;
	height:150px;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}

/**main slide**/

.main_v {
	width:100%;
	height:730px;
	background:url(/site/play/images/main/mainImg.jpg) no-repeat center center;
	background-attachment:fixed;
	position:relative;
	margin-bottom:0;
}
.slick-initialized .slick-slide{
	height:730px;
}
.main_text{
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
	margin-top:-28px;
	color:#fff;
	font-size:38px;
	font-weight:700;
}


/*웰컴노티스*/

.welcome_notice{
	padding:150px 0;
}
.welcome_l,.welcome_r{
	float:left;
}
.welcome_r{
	width:640px;
	height:502px;
	position:relative;
}
.welcome_r h2{
	font-size:44px;
	line-height:50px;
	margin-left:50px;
	margin-top:90px;
}
.notice{
	position:absolute;
	right:0;
	bottom:50px;
}
.notice dl{
	margin-right:100px;
}
.notice dt{
	width:300px;
	font-size:18px;
	font-weight:600;
	margin-bottom:20px;
}
.notice dd{
	width:250px;
	font-size:16px;
	font-weight:400;
}
.more_btn{
	font-size:13px;
	font-weight:700;
	letter-spacing:2px;
	position:absolute;
	bottom:0;
	right:0;
}
.more_btn:before{
	content:"";
	display:inline-block;
	width:30px;
	height:1px;
	background:#333;
	margin-right:10px;
}
.more_btn a{
	color:#333;
}

/*오디션*/
.audition{
	width:100%;
	height:280px;
	position:relative;
	margin:50px 0;
	box-shadow:0 0 24px 2px rgba(0,0,0,0.1);
}
.audition img{
	position:absolute;
	top:50%;
	margin-top:-176px;
	left:70px;
}
.audition:hover .more_btn{
	bottom:35px;
}
.audition_text{
	padding-left:530px;
	padding-top:80px;
}
.audition_text h3{
	font-size:25px;
	font-weight:200;
	margin-bottom:30px;
}
.audition_text span{
	font-weight:500;
}
.audition .more_btn{
	right:30px;
	bottom:30px;
	transition:bottom 0.3s;
}

/*메인중간배너*/
.welcome_banner{
	height:580px;
	margin-top:150px;
	background:url(/site/play/images/main/middleBanner.png) no-repeat center center;
}

/*contactUs*/
.contact_us{
	background:#f9f9f9;
	padding:150px 0;
}
.map,.contact_text{
	float:left;
}
.contact_text{
	margin-left:120px;
	font-size:20px;
	line-height:40px;
}
.contact_text h2{
	font-size:45px;
}
.contact_text h2:after{
	content:"";
	display:block;
	width:1px;
	height:200px;
	background:#333;
	margin:30px 0;
}

.contact_text i{
	line-height:25px;
	border-radius:50%;
	font-size:13px;
	color:#333;
	margin-right:10px;
	vertical-align:middle;
}
.contact_text span{
	vertical-align:middle;
}


/*갤러리추가*/
.gallery{
	padding-bottom:150px;
}
.gallery.inner{
	position:relative;
}
.gallery .more_btn{
	top:100px;
}
.smallImg img{
	width:300px;
}
.gallery h2{
	line-height:50px;
	font-size:44px;
	margin-bottom:50px;
}
.gallery h2 span{
	display:block;
}
.gallery div{
	float:left;
}