
*{margin:0;padding:0;}


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


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

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

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

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

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

/* sticky6 */
.sticky6 {
	width:100%;
	/*width:1300px;*/
	margin:0 auto;
	clear:both;
	height:50px; /* sticky6ÀÇ ³ôÀÌ */
	background: #FFDDEE;
	/*background-color:rgba(230,230,230,1.0);*/
}
.sticky6 > div {
	width:1300px;
	position:relative;
	margin:0 auto;
	height:290px; /* sticky1+2+3+4+5 ÀÇ ³ôÀÌ */
	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:relative;top:0px;}
/*.on {position:fixed;top:0px;}*/ /* .on ¼Ó¼ºÀ» fixed·Î ÇÒ °æ¿ì »çÀÌµå¸Þ´º ¹× ¼­ºê¸Þ´º ¼±ÅÃºÎºÐ ¿À·ù¹ß»ýÇÔ(220420) - ¸ð¹ÙÀÏ¿¡¼­´Â ÀÌ·¸°Ô »ç¿ëÇÒ °Í */
.on2 {position:fixed;top:80px;} /* sticky1 ÀÇ ³ôÀÌ */
.on3 {position:fixed;top:120px;} /* sticky1+2 ÀÇ ³ôÀÌ */
.on4 {position:fixed;top:190px;} /* sticky1+2+3 ÀÇ ³ôÀÌ */
.on5 {position:fixed;top:240px;} /* sticky1+2+3+4 ÀÇ ³ôÀÌ */
.on6 {position:fixed;top:290px;} /* sticky1+2+3+4 ÀÇ ³ôÀÌ */

/* sticky2 ¼³Á¤ */
.on + .sticky_in {margin-top:80px;} /* sticky1 ÀÇ ³ôÀÌ */
.on2 ~ .sticky_no_tick {padding-top:40px;} /* sticky2 ÀÇ ³ôÀÌ */
.on3 ~ .sticky_no_tick3 {padding-top:50px;} /* sticky3 ÀÇ ³ôÀÌ */
.on4 ~ .sticky_no_tick4 {padding-top:50px;} /* sticky4 ÀÇ ³ôÀÌ */
.on5 ~ .sticky_no_tick5 {padding-top:50px;} /* sticky5 ÀÇ ³ôÀÌ */
.on6 ~ .sticky_no_tick6 {padding-top:50px;} /* sticky6 ÀÇ ³ôÀÌ */


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


.txt_sample {
	font-size: 60px;
	color: #555555;
	text-align: center;
	padding: 10px 0;
}