/* BASIC css start */
/* 푸터 */
section#footer {
	float:left;
	width:100%;
	min-height:100%;
	margin-top:0px;
	padding-top:0px;
	background:url(/design/5squaresal/m/footerBgPatt.gif) repeat-x left bottom;
}
section#footer .button {
	padding:6px 0;
	text-align:center;
	font-size:8pt;
	font-weight:bold;
}
section#footer .button a.btn_pcmode {
	display:inline-block;
	width:101px;
	height:26px;
	background:url('/design/5squaresal/m/btn_pc_view.gif') no-repeat;
}
section#footer .company {
	width:100%;
	text-align:center;
}
section#footer .company .company {
	height:24px;
}
section#footer .company table.footInfo {
	display:block;
	width:100%;
	margin-top:10px;
}
section#footer .company tr.lineinfo {
	font-size:11px;
	color:#666;
	clear:both;
	height:17px;
	border-top:1px solid #e9e9e9;
	margin-top:10px;
}
section#footer .company tr.lineinfo td.info_title {
	margin-left:25px;
	width:20%;
	font-size:11px;
	line-height:17px;
	color:#9e9e9e;
	text-align:center;
	padding:3px 0;
	background:#f6f6f6;
}
section#footer .company tr.lineinfo td.info_content {
	font-size:13px;
	line-height:17px;
	color:#676767;
	text-align:left;
	padding:3px 0 0 5px;
	border-bottom:1px #e9e9e9 solid;
}
section#footer .copyright {
	width:100%;
	text-align:center;
	font-size:11px;
	color:#666;
	margin-top:10px;
	color:#9e9e9e;
}
section#footer nav.bottom {
	margin-bottom: 15px;
}

/* footer 추가 */
section#footer .bottom_menu {
	height:34px;
	line-height:35px;
	color:#444444;
	font-size:13px;
	text-align:center;
	border-bottom:solid 1px #ccc;
	border-top:solid 1px #ccc;
	margin-top:30px;
	background:#f6f7f7;
	margin-bottom:12px;
}
section#footer .bottom_menu .bottom_menu_contents {
	padding:0 30px;
}
section#footer .bottom_menu .bottom_menu_contents .bottom_menu_left {
	width:33%;
	float:left;
	text-align:center;
}
section#footer .bottom_menu .bottom_menu_contents .bottom_menu_center {
	width:33%;
	float:left;
	text-align:center;
}
section#footer .bottom_menu .bottom_menu_contents .bottom_menu_last {
	width:33%;
	float:left;
	text-align:center;
}
section#footer .bottom_menu .bar_area {
	float:right;
	width:2px;
	height:34px;
}
section#footer .bottom_menu .bar_area img {
	display:block;
	width:1px;
	height:100%;
}

/* BASIC css end */

