@charset "utf-8";

/*정기구독 페이지의 본문감싸기 레이아웃*/
#subscribe-wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: justify;
}
*html #subscribe-wrapper {
	background:	transparent url(../images/bg-view-right.gif) repeat-y scroll 710px 169px;
}
#letter-wrapper {
	width: 970px;
	margin: 0 auto;
	text-align: justify;
}
#subscribe-table,
#letter-table {
	width: 698px;
	margin-right: 10px;
	float: left;
}
/*정기구독 제목(title)스타일*/
#subscribe-table .title,
#letter-table .title {
	width: 651px;
	padding: 20px 20px;
	font-weight: bold;
	text-align: left;
}
*html #subscribe-table .title,
*html #letter-table .title {
	width: 698px;
}
span.subject {
	float: left;
	font-size: 1.8em;
	font-family:'맑은 고딕','굴림';
	color: #9A0B0F;
	margin-top: -7px;
}
span.discomfort {
	font-size: 12px;
	color: black;
	margin-left: 198px;
	display: block;
}
#letter-table span.discomfort {
	height: 42px;
	margin-top: -8px;
	margin-bottom: 8px;
}
*html #letter-table span.discomfort {
	margin-top: 0px;
	margin-bottom: -4px;
}
/*이런점이 좋습니다*/
#subscribe-table ul {
	margin-bottom: 20px;
}
ul.merit {
	color: #A3630B;
	margin: 15px 20px;
}
ul.merit li {
	background:  transparent url(../images/li-bullet.gif) no-repeat scroll 7px 6px;
	color: black;
	font-size: 0.8em;
	padding-left: 20px;
	letter-spacing: -1px;
	margin: 7px 0;
}
#subscribe-table .dotline {
	margin-top: 10px;
	border-bottom: 1px solid #bebebe; 
}
/*구독료안내,구독자정보, 결재이용안내 타이틀*/
.payInfo, .payerInfo, .guide, div.letterInfo {
	border: 1px solid #bebebe;
	font-size: 13px;
}
*html .payInfo, .payerInfo, .guide {
	padding-bottom: 10px;
}
div.payInfo-title , div.payerInfo-title, div.guide-title {
	background-color: #f5f5f5;
	color: #294173;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	margin-bottom: 15px;
}
/*독자편지 필드 타이틀*/
#letter-table div.letterInfo {
	margin-top: 20px;
}
#letter-table div.letterInfo-title {
	background-color: #F5F5F5;
	color: #004E87;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

/*구독료안내, 구독자정보, 독자편지 테이블*/
table.payInfo-interior, table.payInfo-outside,
table.payerInfo-field, table.letterInfo-field {
	text-align: center;
	margin: 0 auto;
	width: 676px;
	margin: 10px 10px 20px 10px;
}
*html table.payInfo-interior, table.payInfo-outside, table.payerInfo-field  {
	width: 675px;
}
#letter-table table.letterInfo-field {
	text-align: left;
	margin-bottom: 10px;
}

/*구독료 안내 td,tr*/
.interior-title, .interior-content,
.outside-title, .outside-content {
	border: 1px solid #dbe3f2;
	font-size: 1em;
	padding: 5px 0;
}
*html .interior-title, .interior-content,
.outside-title, .outside-content {
	font-family: '굴림';
}
/*국내우편, 해외우편 버튼*/
span.interior-button, span.outside-button {
	border: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	color: #294173;
	margin: 10px 0 0 10px ;
	padding: 5px 7px 3px 7px;
}
/*구독자정보 td,tr*/
.payerInfo span,
#letter-table div.letterInfo-title span {
	background: url(/images/li-bullet.gif) no-repeat scroll 7px 11px;
	padding: 5px 0 0 15px;
	margin-left: 10px;
	display: block;
}

.section-title {
	border-top: 8px solid #b2bed8;
}
#letter-table .section-title {
	width: 10%;
	border-top: 8px solid #b2bed8;
}
.input-title {
	border-top: 8px solid #ddd;	
}
.section, 
.section-title {
	background: #dbe3f2 url(../images/li-bullet.gif) no-repeat scroll 7px 50%;
	width: 130px;
	padding: 2px 2px 2px 15px;
}	
*html .section,
*html .section-title {
	width: 130px;
}
.input, .input-title {
	padding: 2px 0 2px 10px;
}
*html .input,
*html .input-title {
	padding: 0 0 0 10px;
}
.section, .input,
.input-title, .section-title {
	text-align: left;
	font-size: 1em;
	border-bottom: 1px solid #fff;
}
* html .section, 
* html .input,
* html .section-title,
* html .input-title {
	font-family: '굴림';
}
#letter-table .address input {
	width: 599px;
	margin-left: 10px;
}
#letter-table .input-title input {
	width: 599px;
}
#letter-table .input input {
	width: 110px;
}
.small input {
	width: 60px !important;
}
*html #letter-table .input input{
	width: 115px;
}
/*필수입력안내*/
p.condition {
	display:block;
	background:#fff url(../images/li-bullet.gif) no-repeat scroll 7px 70%;
	padding: 10px 0 0 15px;
	margin-left: 10px;
}

/*받을 주소 문장 간격 및 받을 주소와 남기실 말씀 폭맞추기*/
.input p {
	margin-bottom: 3px;
}
.address {
	padding-bottom: 3px;
}
.address-input	 input{
	width: 96.5%;
}
.some-talk textarea	 {
	width: 501px;
}
#letter-table .some-talk textarea	{
	width: 599px;
}
	
/*총결제금액 입력내용 우측정렬*/
input.readonly_bg {
	text-align: right;
	padding-right: 10px;
	width: 117px;
	height: 21px;
}
* html input.readonly_bg {
	width: 137px;
	height: 23px;
}
/*결재 이용안내*/
ul.guide li {
	background: url(/images/li-bullet.gif) no-repeat scroll 7px 50%;
	padding: 5px 0 0 15px;
	font-family: '굴림';
}
ul.guide {
	padding-bottom: 10px;
}
/*보내기 버튼 마진*/
.send {
	padding-top: 10px;
}
/*Navigation*/
#subscribeNav {
	float: right;
	width: 260px;
	
	padding:0;
	text-align: justify;
	background-color: #fff;
}
#letterNav {
	float: right;
	width: 260px;
	padding: 0;
}

div.issue, 
div.csr.
div.newupdates {
	margin: 0 0 10px 0;
}


.issue h2 {
	width: 206px;
	display: block;
}
.csr {

}
* html .csr {
	letter-spacing: -1px;
}
.csr h2 {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
	float: none;
}
#subscribeNav li img,
#letterNav li img {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	padding-bottom: 0;
}
.first {
	margin: 10px 0 15px 0;
}
* htmlli.first,
* html #subscribeNav li img,
* html #letterNav li img {
	display: inline;
}
* html #subscribeNav span.title,
* html #letterNav span.title,
* html #subscribeNav li img,
* html #letterNav li img {
	margin-bottom: 15px;
}
* html span.sub-title,
* html #subscribeNav li img,
* html #titleNav li img {
	margin-top: 10px;
}
* html .csr .dotline {
	margin-bottom: 10px;
}
/*푸터 플롯해제와 top마진*/
#footer {
	float: none;
	margin: 20px auto 0 auto;
}
.message {
	padding: 20px 20px 10px 0;
	font-size: 13px;
}
.message h2 {
	border-top: #9bcb34 solid 4px;
	padding: 5px 0 2px 5px;
	font-size: 15px;
}
.message p {
	line-height: 1.7;
	margin: 13px 0;
}
/*후원 종류 선택*/
.p-kind {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.kind {
	background: none !important;
	display: inline !important;
	cursor: pointer;
}
/*필수 표시 없애기*/
.no-dot {
	background-image: none;
}