/*common*/
*{margin:0; padding:0;}
li{list-style:none;}
a{text-decoration:none;}
.clearfix::before, .clearfix::after{content:""; display:block; clear:both;}
#wrap{width:100%;}
/*common*/

/*header*/
#logo{float:left; 
	height: 44px;
	margin-top:43px;}
#logo img{width:120px;}

header{width:100%;
		height:130px;
		background-color:#fff;
		position:fixed;
		z-index:1;}
#header_inner_wrap{width:1200px;
				   margin:0 auto;}

#nav_wrap{width:470px;
		margin:0 auto;}
nav li{float:left;
		margin-left:38px;
		line-height:130px;
		display:block;}
nav li:nth-child(1){margin-left:0px;}
nav li a{padding-bottom:10px;
		 border-bottom:3px solid rgba(0,0,0,0);} 
.nav_open{color:#8132c7;
		  padding-bottom:10px;
		  border-bottom:3px solid #8132c7;
		 transition:0.5s;}

#links{float:right;
		line-height:130px;}
#links span .link_open{color:#8132c7;
					   font-weight:600;}

/*header*/

#contents_wrap{width:100%;}
/*audition 상단 title*/
#audition_main{width:100%;
				height:360px;
				position:relative;
				top:130px;
				background:url("../img/audition_main02.jpg") fixed;
				background-size:100%;
				background-position:center top;
				background-repeat:no-repeat;
				}
#audition_title_wrap{width:520px;
					text-align: center;
					margin:0 auto;}
#audition_main span{text-align:center;
				  line-height:360px;}
/*audition 상단 title 끝*/

/*audition 본문*/

/*audition 과정*/
#audition_process{width:100%;
					height:160px;
					margin-top:130px;
					position:relative;
					background-color:#8132c7;}
#div_align{width:1200px;
			height:48px;
			margin:0 auto;
			position:relative;
			top:28px;}
.divline{width:299px;
		 height:100px;
		 float:left;
		 border-left:1px solid rgba(255,255,255,0.2);}
.div_wrap{margin-left:40px;
		  margin-top:20px;}
li:nth-child(1) .div_wrap{margin-left:0;}
#div_align li:nth-child(1) .divline{border-left:none;}

.icon{float:left;
	  background-size:contain;
	  background-position:center;
	  background-repeat:no-repeat;
	  margin-right:10px;}
#memo{width:33px;
	  height:40px;
	  background-image:url("../img/memo.png");
	 }
#camera{width:43px;
	  height:40px;
	  background-image:url("../img/video.png");
		}
#interview{width:40px;
			height:40px;
			background-image:url("../img/interview.png");
			}
#mike{width:35px;
	  height:40px;
	  background-image:url("../img/mike.png");
	  }
/*audition 과정 끝*/

/*audition 본문 텍스트*/
#audition_text_wrap{width:100%;}
#audition_text_inner{width:1200px;
					margin:0 auto;}
#audition_text{width:600px;
				margin-top:90px;
				float:left;
				}
#audition_text p{width:530px;
				margin-top:25px;}
#audition_text a > div{width:270px;
						  height:106px;
						  background-color:#140026;
						  margin-top:50px;}
#audition_text a > div span{width:150px;
							height:106px;
							float:left;
							margin-left:32px;
							display:block;
							text-align:center;
							line-height:106px;}
#arrow{width:25px;
		height:22px;
		float:left;
		margin-top:42px;
		margin-left:30px;
		background-image:url("../img/arrow.png");
		background-size:contain;
		background-repeat:no-repeat;}

/*audition 사진*/

#audition_pic{width:500px;
			height:420px;
			background-image:url("../img/audition_contents.jpg");
			background-size:100%;
			float:right;}

/*audition 사진*/
/*audition 본문 텍스트*/

/*audition 본문 끝*/

/*footer*/
footer{width:100%;
		height:180px;
		background-color:#0d0019;
		text-align:center;
		margin:0 auto;}
footer img{width:120px;
			height:44px;
			margin-top:48px;}
footer span{display:inline-block;
			margin-top:5px;}
/*footer*/


