@charset "utf-8";
/*==index==*/
/*=====공통=====*/

section.section_padding{margin-top: 50px; margin-bottom: 50px;}

section#sliderArea{
	position:relative; margin:0 auto; width:100%; height: 600px; overflow:hidden; box-sizing:border-box;}
article.slideBox{
	/*outline:1px dashed red;*/
	position:absolute; top:50%; left:50%; transform: translate(-50% , -50%); overflow:hidden; width:100%; height: 100vh; text-align:center; /*background-size:cover;*/ background-position:center center;}
div.textArea{
    /*outline:1px dashed black;*/
    position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#fff; text-shadow:0px 0px 10px rgba(0,0,0,0.5); z-index:900;
}
	/*---슬라이드 배경화면 설정---*/
	article.slide01{background-image:url('../_img/bg.png');} 
	article.slide02{background-image:url('../_img/bg2.png');} 
/*	article.slide03{background-image:url('../_img/main/bg3.jpg');} 
	article.slide04{background-image:url('../_img/main/bg4.jpg');} 
	article.slide05{background-image:url('../_img/main/bg5.jpg');}
	article.slide06{background-image:url('../_img/main/bg6.jpg');} 
	article.slide07{background-image:url('../_img/main/bg7.jpg');} 
*/
	
	/*이미지*/
img.innerImg{padding-bottom:15px;}
	/*텍스트*/
p.normText{padding-top:15px;}
p.bigText{font-weight:700;}
	
	/*슬라이드 순서 및 위치*/
	article.slideBox{opacity:0; transition:all 1s;}
	article.slideBox.on{opacity:1;}
	/*--pager--*/
div#pagerArea{/*outline:1px solid red;*/ position:absolute; bottom:20px; left:50%; transform:translate(-50%,-50%); z-index:1000;}
	div#pagerArea span{display:inline-block; width:15px; height:15px; background-color:#fff;border-radius:50px; margin-right:15px; cursor:pointer; box-shadow:0px 0px 5px rgba(0,0,0,0.3);}
	div#pagerArea span.on{width:100px; background-color:#}

/*========WEB========*/
@media all and (min-width:1200px){
	/*메인슬라이드*/

	/*텍스트*/
p.normText{font-size:1.333em;}
p.bigText{font-size:4em;}

	
}



}