/*-- 공지사항 --*/
div.notice {
	padding:0;
}
div.noticeView {
    padding:0;
    padding-bottom:50px;
}
ul.boardList {
	width:100%;
}
.notiTitBox {
	position:relative;
    display:block;
	padding:0 30px;
	width:100%;
	height:100px;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.notiTitBox p {
	display:inline;
	font-size:24px;
	line-height:100px;
}
.notiTitBox span.data {
	margin-left:10px;
	font-size:18px;
	color:#999;
}
.notiTitBox span.arrow {
	position:absolute;
	top:40px;
	right:30px;
	display:block;
	width:16px;
	height:26px;
	background:url('../img/arrow05.png') no-repeat;
}
div.noticeBox {
	padding:30px;
	width:100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:21px;
	line-height:34px;
	box-sizing:border-box;
}
div.noticeBox > img {width:100%;}
div.boardBtn {
    padding-bottom:50px;
}

.reply {
    padding:0 40px;
    background:#fafafa;
}
.reply p {
    padding-left:20px;
    font-size:21px;
    background:url('../img/reply.png') no-repeat 0;
}
.reply span.data {
    font-size:16px;
}

/*-- 댓글달기 --*/
table.replyWrite {
    border-bottom:1px solid #ddd;
}
table.replyWrite tr td {
    padding:30px;
    box-sizing:border-box;
}
table.replyWrite tr td p.name {
    padding-left:20px;
    font-size:21px;
    background:url('../img/reply.png') no-repeat 0;
}
table.replyWrite tr td p.replyTxt {
    padding:15px 20px 30px 20px;
    font-size:16px;
    line-height:26px;
    border-bottom:1px dotted #aaa;
}
table.replyWrite tr.txtBox td {
    padding-top:0;
}
table.replyWrite tr.txtBox td textarea {
	border-radius:0;
    margin-top:3px;
	padding:0px 10px;
	width:110%;
	height:80px;
	font-size:16px;
	color:#000;
    border-color:#999;
	line-height:36px;
	outline-style:none;
	resize:none;
	box-sizing:border-box;
}
table.replyWrite tr.txtBox td a.replyBtn {
	display:block;
	width:100px;
	height:80px;
	text-align:center;
	line-height:80px;
	font-size:20px;
	background-color:#88abda;
	color:#fff;
	box-sizing: border-box;
}
/*-- END 공지사항 --*/



/*-- write 페이지 --*/
ul.agreeCheck {
    margin-top:10px;
    text-align:right;
}
ul.agreeCheck li {
    display:inline-block;
    margin-left:10px;
}
ul.agreeCheck li:first-child {
    margin-left:0px;
}
ul.agreeCheck li input[type=radio] {
    position:relative;
    top:-3px;
}
ul.agreeCheck li label {
    font-size:17px;
    color:#666666;
}
ul.agreeCheck01 {
    float:left;
    margin-top:0;
}

table.tbl01 tr td input[type=text],table.tbl01 tr td input[type=password] {
    float:left;
    padding:5px 10px;
    width:140px;
    height:30px;
    background:#f9f9f9;
    border:1px solid #eee;
    font-size:14px;
    color:#777;
    box-sizing:border-box;
}
table.tbl01 tr td select {
    margin-right:10px;
    float:left;
    padding:5px 10px;
    width:70px;
    height:30px;
    background:#f9f9f9;
    border:1px solid #eee;
    font-size:14px;
    color:#777;
    box-sizing:border-box;
}
table.tbl01 tr td p {
    float:left;
    margin-right:10px;
    margin-top:2px;
}
table.tbl01 tr td input.writeTit {
    width:100%;
}
table.tbl01 tr td textarea {
    width:100%;
    height:300px;
    box-sizing:border-box;
    border-color:#ddd;
    
}
/*board페이지 동의하기*/
div.boardAgree {
    margin-top:40px;
}
div.boardAgree > h2.subTit01 {
    margin-bottom:10px;
    font-size:20px;
    color:#555;
}
p.joinTxt {
    margin:10px;
    font-size:15px;
    line-height:26px;
    color:#888;
}
div.boardAgree > div.boardBtn {
    margin-top:50px;
}
/*-- END write 페이지 --*/

/*조인게시판*/










