
*{margin:0;padding:0;}


div#sticky_wrapper {
	min-width:1300px;
	position:relative;
	margin:0 auto;
}


/* sticky1 */
.sticky1 {
	width:100%;
	background-color:rgba(200,200,200,1.0);
}
.sticky1 > div {
	width:1300px;
	position:relative;
	margin:0 auto;
	height:60px; /* sticky1 ÀÇ ³ôÀÌ */
	text-align:center;
}

/* sticky2 */
.sticky2 {
	width:100%;
	margin:0 auto;
	clear:both;
	height:50px; /* sticky2ÀÇ ³ôÀÌ */
	background: #2D3A4A;
	/*background-color:rgba(230,230,230,1.0);*/
}
.sticky2 > div {
	width:1300px;
	position:relative;
	margin:0 auto;
	height:60px; /* sticky1 ÀÇ ³ôÀÌ */
	text-align:center;
}


/* sticky ¼³Á¤ */
.sticky_area{
	position:relative;
	clear:both;
	box-sizing:border-box;
	border-bottom:0px solid #000000; /* º¸´õ¸¦ ÁÙ¶© sticky1 , sticky2 ¿¡¼­ height:³ôÀÌ-1  ÇØÁà¾ß 1px ¹Ð¸®Áö ¾ÊÀ½ */
	z-index:9999;
}


/* sticky1 ¼³Á¤ */
.on {position:fixed;top:0px;}
.on2 {position:fixed;top:60px;} /* sticky1 ÀÇ ³ôÀÌ */

/* sticky2 ¼³Á¤ */
.on + .sticky_in {margin-top:60px;} /* sticky1 ÀÇ ³ôÀÌ */
.on2 ~ .sticky_no_tick {padding-top:50px;} /* sticky2 ÀÇ ³ôÀÌ */


/* sticky »çÀÌ¿¡ µé¾î°¥ °Í(»ç¿ë ¾ÈÇØµµ ¹«°ü) */
.sticky_in {
	position:relative;
	width:100%;margin:0 auto;
	text-align:center;
	border-bottom:0px solid #eee;
}
