/*서브 공통 사항*/

/*body { background:#fff7d9; }*/
body#index { background:#fff; }

/*헤더*/
#subHeader { background:url('../images/common_c/bg_top.jpg') center; }
#subHeader header { width:940px; margin:0 auto; background:url('../images/common_c/bg_top.jpg') center; }
#subHeader h1 { padding:20px 0 5px 40px; }

/*주메뉴*/
/*
#gnb { height:118px; }
#gnb li { display:inline; }
#gnb li a { float:left; height:118px; text-indent:-9999px; overflow:hidden; }
#gnb li.m1 a { width:254px; background:url('../images/common_c/subgnb01.png') no-repeat; }
#gnb li.m2 a { width:290px; background:url('../images/common_c/subgnb02.png') no-repeat; }
#gnb li.m3 a { width:188px; background:url('../images/common_c/subgnb03.png') no-repeat; }
#gnb li.m4 a { width:208px; background:url('../images/common_c/subgnb04.png') no-repeat; }
#gnb li.m1 a:hover { background-image:url('../images/common_c/subgnb01_over.png'); }
#gnb li.m2 a:hover { background-image:url('../images/common_c/subgnb02_over.png'); }
#gnb li.m3 a:hover { background-image:url('../images/common_c/subgnb03_over.png'); }
#gnb li.m4 a:hover { background-image:url('../images/common_c/subgnb04_over.png'); }
*/
/*주메뉴*/

#gnb { height:118px; }
#gnb li { display:inline; }
#gnb li a { float:left; height:118px; text-indent:-9999px; overflow:hidden; }
#gnb li.m1 a { width:254px; background:url('../images/common_c/subgnb01.png') no-repeat; }
#gnb li.m2 a { width:290px; background:url('../images/common_c/subgnb02.png') no-repeat; }
#gnb li.m3 a { width:188px; background:url('../images/common_c/subgnb03.png') no-repeat; }
#gnb li.m4 a { width:208px; background:url('../images/common_c/subgnb04.png') no-repeat; }
#gnb li.m1 a:hover { background-image:url('../images/common_c/subgnb01_over.png'); }
#gnb li.m2 a:hover { background-image:url('../images/common_c/subgnb02_over.png'); }
#gnb li.m3 a:hover { background-image:url('../images/common_c/subgnb03_over.png'); }
#gnb li.m4 a:hover { background-image:url('../images/common_c/subgnb04_over.png'); }


/*콘테이너*/
#container { width:940px; margin:0 auto; padding:10px 0 20px;}
#container:after { content:""; display:block; clear:both; } 

/*좌측메뉴*/
.sidemenu { float:left; width:208px; }
.sidemenu h2 { padding-bottom:5px; }
.sidemenu ul { background:url('../images/common_c/bg_lnb.gif') no-repeat; }
.sidemenu ul li { padding:10px 0 0 10px; }
.sidemenu ul li.last { padding-bottom:13px; padding-left:0; background:url('../images/common_c/bg_lnblast.gif') no-repeat left bottom; }
.sidemenu ul li a { display:block; height:34px; text-indent:-9999px; overflow:hidden; }
.sidemenu ul li.last a { margin-left:10px; }

/*본문내용*/
.content { position:relative; float:left; width:732px; background:url('../images/common_c/bg_content.gif') repeat-y; }
.printbtn { position:absolute; top:25px; right:0; }
.cpannel { width:723px;}

/*링크스타일*/
a { text-decoration:none; }
a:hover { text-decoration:underline; }

/*텍스트박스*/
.tbox { border:1px solid #ccc; }


/*페이지네이션*/
.pagination { text-align:center;padding:20px 0; }
.pagination  span { display:inline-block; width:28px; height:20px; font:bold 12px "NGothic"; color:#eee; background:url('../images/common_c/bg_pnum.gif') no-repeat; padding-top:8px; }
.pagination  span a { font:bold 12px "NGothic"; color:#333; }
.pagination  span.currentpage { background:url('../images/common_c/bg_pnum_on.gif') no-repeat; }


/*footer*/
footer { width:860px; margin:0 auto; padding:22px 40px 40px; font-size:0; height:75px;background:url('../images/common_c/bg_footer.png') no-repeat; }
.footlogo { float:left; padding-right:30px; }
address { float:left; width:700px; }
.copyright { float:left; width:700px; }

/*2017/5/16*/
.wid{width:1002px;margin:0 auto;}

.logobox{text-align:center;padding:16px 0;background:url(../images/main_g/logo_bg.gif) center top no-repeat;}
.con_bg{overflow:hidden;padding-bottom:250px;background:url(../images/main_g/con_bg.gif) center bottom no-repeat #f0e8cb;}
.foot_g{padding:28px 0;}
.foo_c{overflow:hidden;}
.foo_c > div{float:left;}
.foo_c > div > p{font-size:13px;color:#666;line-height:26px;}
.foo_l{margin:7px 70px 0 64px;}
@media screen and (min-width:1601px){
	.con_bg{background-size:100%;padding-bottom:280px;}
	.logobox{background:url(../images/main_g/logo_bg.gif) repeat-x;}
}

@media screen and (max-width:1024px){
.wrap{min-width:820px;}	
.wid{width:98%;}

.foo_c > div{float:none;}
.foo_l{display:none;}
#sub.new_center .strapline a.sb_printing{display:none;}
}

@media screen and (max-width:768px){
.wrap{min-width:0;}	
.wid{width:90%;}
.foo_c > div > p{text-align:center;line-height:20px;letter-spacing:-1px;}
}

@media screen and (max-width:500px){
.con_bg{padding-bottom:170px;background:url(../images/main_g/con_bg2.gif) center bottom no-repeat #f0e8cb;background-size:100%;}
}


