body{
	width:100% !important;height:100% !important;position:relative !important;background-color:#f0f0f0;font-size:14px;font-family: 'Nanum Gothic', sans-serif; 
}
.setting_term_div{ 
	width:95%;
	display:block;
	padding:5px 5px 5px 5px;
	overflow:hidden;
	margin:0 auto 0;
	margin-top:10px;
}
.setting_term_pre{
	white-space: pre-line;
	white-space: -moz-pre-line;
	white-space: -pre-line;
	white-space: -o-pre-line;
	word-break:break-all;
	word-wrap: break-word;
	font-size:13px;
	overflow:hidden;
	background-color:#fff;
	border:0;
}

#notice_accordion{
	width:100%;
	border:1px solid #ddd;
}
#notice_accordion .title{
	display:block;
	width:100%;
	padding:10px 15px 10px 15px;
	min-height:30px !important;
	border-top:1px solid #ddd;
	//border-bottom:1px solid #000000;
	background-color:#fff;
}
#notice_accordion .contents{
	border-top:1px solid #ddd;
	width:100%;
	//border:2px solid #f9f9f9;
	padding:15px 10px 15px 10px;
	background-color:#f0f0f0;
}

#alliance_table{ background-color:#fff; }
#alliance_table.table-bordered > tbody > tr > th{ border-right:0 !important;vertical-align:middle;text-align:center; min-height:50px;height:50px; }
#alliance_table.table-bordered > tbody > tr > td{ border-left:0 !important; }
#alliance_table #contents{ min-height: 150px;}
.alliance_p{ width:90%;text-align:left;margin:0 auto 0;line-height:20px; border:0px solid #ff0000;}
.btn-blue{ background-color:#2179e3;color:#fff; }
#setting_submit_btn{ width:180px;margin:0 auto 0;margin-top:20px; }

#customer_table{ background-color:#fff; }
#customer_table.table-bordered > tbody > tr > th{ border-right:0 !important;vertical-align:middle;text-align:center; min-height:50px;height:50px; }
#customer_table.table-bordered > tbody > tr > td{ border-left:0 !important; }
.form-control{ 
	border:none !important;
	border-right:0px; 
	border-top:0px; 
	border-left:0px; 
	border-bottom:0px;
	border-shadow:none !important;
	box-shadow : none !important;
}
input:focus{
	outline: none !important;
}
#customer_table #contents{ min-height: 250px;}


