
/* ¸ð¹ÙÀÏ ************************************************************************************************************************************************************************/
@media only screen and (min-width:100px) and (max-width:1024px) {

	#bar { width:100%; text-align:center; margin: 0 auto; position:fixed; _position:absolute; z-index:1005; bottom:20px; _bottom:-1px; repeat-x;} 
	#bar img { height:70px; }
	#bar div { text-align:center; font-weight:bold; color:#fff; font-size:18px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1.5em; }
	
	#p_pc { display:none; }

	#p_m .img_1 { text-align:center; background:#3a4ca8; }
	.img_1 img { width:100%; }

	#p_m .img_2 { text-align:center; background:#eee; padding-bottom:20px; }
	#p_m .img_2 img { width:100%; }

	#p_m .img_3 { text-align:center; background:#cee5f2; padding-bottom:20px; }
	#p_m .img_3 img { width:100%; }

	.Hoverop { position:relative; top:150px; }

} /* ¸ð¹ÙÀÏ end */

/* PC ************************************************************************************************************************************************************************/
@media  all and (min-width : 1025px)  {

	#bar { width:100%; text-align:center; margin: 0 auto; position:fixed; _position:absolute; z-index:1005; bottom:20px; _bottom:-1px; repeat-x;} 
	#bar img { height:100px; }
	#bar div { text-align:center; font-weight:bold; color:#fff; font-size:20px; font-family:NanumGothicBold; letter-spacing: 0.01em; line-height:1.5em; }

	#p_m { display:none; }

	#p_pc .img_1 { text-align:center; background:#3a4ca8; padding-bottom:40px; }
	#p_pc .img_1 img { width:1300px; }

	#p_pc .img_2 { text-align:center; background:#eee; padding-bottom:40px; }
	#p_pc .img_2 img { width:1300px; }

	#p_pc .img_3 { text-align:center; background:#cee5f2; padding-bottom:40px; }
	#p_pc .img_3 img { width:1300px; }

	.Hoverop { position:relative; top:250px; }

} /* PC end */


#p_pc li, #p_m li { float:center; text-align:center; width:100%; }

	.headers_bar_line { 
		display:none; z-index:4; margin-top:0px; height:10px; background:#fff; 
		width:100%; text-align:center; margin:0 auto; position:fixed; _position:absolute; bottom:0px; top:0px; repeat-x;
		box-shadow: 0 4px 4px -4px black;
	}
	.headers_bar { 
		z-index:4; margin-top:20px; height:10px; background:#fff; border-radius:10px; 
		width:100%; text-align:center; margin:0 auto; position:fixed; _position:absolute; bottom:0px; top:70px; repeat-x;
	}
	.headers_bar li { float:left; }
