/*-- 공지사항,이벤트 --*/
div.board {
	padding:0;
    padding-bottom:50px;
}
div.board > table.tbl01 {
    margin-bottom:0;
}
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:28px;
    color:#333;
	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:18px;
    line-height:26px;
    color:#454545;
	box-sizing:border-box;
}
div.noticeBox img {width:100%;}
/*-- END 공지사항,이벤트 --*/

/*-- 동반라운딩(조인게시판) --*/
table.joinBoard {
    width:100%;
}
table.joinBoard tr th {
    height:50px;
    background:#27292e;
    font-size:20px;
    color:#fff;
}
table.joinBoard tr td {
    padding:0 15px;
    text-align:center;
	height:100px;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
    font-size:20px;
    color:#999;
}
table.joinBoard tr td:last-child {
    text-align:left;
}
table.joinBoard tr td div.miniBtn {
    padding:8px 10px;
    font-size:20px;
    color:#fff;
}
table.joinBoard tr td div.skyBlue {
    background:#74beea;
}
table.joinBoard tr td div.blue {
    background:#004a82;
}
table.joinBoard tr td a {
    color:#333333;
}
/*-- END 동반라운딩(조인게시판) --*/

/*-- 댓글 --*/
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:18px;
    line-height:26px;
    color:#000;
    background:url('../img/reply.png') no-repeat 0;
}
table.replyWrite tr td p.replyTxt {
    padding:10px 20px 30px 20px;
    font-size:18px;
    line-height:26px;
    color:#454545;
    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:#ddd;
	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:#74beea;
	color:#fff;
	box-sizing: border-box;
}
/*-- END 댓글 --*/

/*-- 글쓰기 --*/
ul.agreeCheck {
    margin-top:15px;
    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:20px;
    color:#666666;
}
ul.agreeCheck01 {
    float:left;
    margin-top:0;
    margin-right:20px;
}
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;
    font-size:20px;
}
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;
    padding-bottom:30px;
    border-bottom:1px solid #ddd;
}
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 글쓰기 --*/