@charset "utf-8";
/* CSS Document */

#privacy {
	margin:0px;
	padding:0px;
}
#privacy #title .st_box {
	height: 90px;
	width: 960px;
	padding-top: 70px;
	background-image: url(../privacy/images/bg_title.jpg);
}
#privacy #contents #txt_box {
	width: 920px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #82102B;
	border-left-color: #82102B;
	margin: 0 auto 80px auto;
	padding:10px 10px 20px 0;
	max-height: 999999px;
}
#privacy #contents #txt_box_end {
	width: 920px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #82102B;
	border-left-color: #82102B;
	margin: 0 auto 0 auto;
	padding:10px 10px 20px 0;
	max-height: 999999px;
}
#txt_box .st,
#txt_box_end .st {
	font-size: 14px;
	font-weight: bold;
	color: #82102B;
	padding-left: 20px;
}
#txt_box .txt,
#txt_box_end .txt {
	padding-left: 45px;
}
#privacy #contents .read {
	width: 940px;
	margin: 0 auto 50px auto;
	max-height: 999999px;
}
