/*-- 공지사항,이벤트 --*/
div.board {padding-bottom:50px;}
div.board > table.tbl01 {margin-bottom:0;}
ul.boardList {width:100%; border-top: 2px solid #000;}
ul.boardList li{border-bottom: 2px solid #ddd;}
ul.boardList li.reply{width:100%; padding-left: 40px; background: url( "../img/ico_re.png") 10px no-repeat; }
ul.boardList i img {width:30px;}
.notiTitBox {position:relative; display:block;	width:100%;	height:100px; box-sizing:border-box;}
.notiTitBox p {position: absolute; left: 0; bottom: 12px; display:inline-block; width: 90%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:28px; color:#333;}
.notiTitBox p i img {vertical-align:middle; padding-left:5px; margin-left:5px;}
.notiTitBox span.data {position: absolute; left: 2px; top: 12px; font-size:18px; color:#999;}
.notiTitBox span.arrow {position:absolute; top:40px; right:10px; display:block;	width:16px;	height:26px; background:url('../img/arrow05.png') no-repeat;}

.notiVTBox {position:relative; display:block; width:100%; border-bottom:1px solid #bbb; padding: 8px}
.notiVTBox p {font-size:28px; color:#333; letter-spacing: -1px}
.notiVTBox .reply {font-size:26px; color:#333; letter-spacing: -1px}
.notiVTBox .data {display: inline-block; font-size:18px; color:#999; margin-right: 20px}
.notiVTBox .file a{display: inline-block; font-size:18px; color:#1166ab;}
.notiVTBox .btn{position: absolute; right: 8px; top: 8px; }
.notiVTBox .btn a{display: inline-block; width: 80px; height: 40px; line-height: 40px; border: 1px solid #999; text-align: center; margin-left: 5px}
.notiVTBox textarea{width: 100%; padding: 5px 10px; border: 1px solid #ddd; font-size: 22px; background: #f9f9f9}

div.noticeBox {padding:20px 0; width:100%; font-size:24px; line-height:35px; color:#333; border-bottom:1px solid #bbb;}
div.noticeBox img {width:100%;}
div.noticeBox p{padding: 0 5px}
/*-- 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.tbl02 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:16px;
    color:#777;
    box-sizing:border-box;
}
table.tbl02 tr td select {
    margin-right:10px;
    float:left;
    padding:5px 10px;
    width:80px;
    height:35px;
    background:#f9f9f9;
    border:1px solid #eee;
    font-size:16px;
    color:#777;
    box-sizing:border-box;
}
table.tbl02 tr td p {
    float:left;
    margin-right:10px;
    font-size:20px;
}
table.tbl02 tr td input.writeTit {
    width:100%;
}
table.tbl02 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 글쓰기 --*/


/**공지사항***/
select.commonInput01 {height:50px; font-size: 18px; color: #000; border: 1px solid #eeeeee; background: #f9f9f9; padding:2px; width:20%;}
input.commonInput01 {height:50px; font-size: 18px; color: #000; border:1px solid #eeeeee; background: #f9f9f9; padding:3px 2px; width:60%; box-sizing:border-box;}
.searchBox a .btnSmall {display: inline-block;	font-size: 18px; color: #fff; background: #999; width:17%; text-align:center; height:50px; line-height:50px; vertical-align:middle;}
.eventT li {float: left; width: 240px; margin-top: 20px; margin-right: 13.33px; overflow: hidden; }
.eventT li:nth-child(4n) {margin-right: 0;}
.eventT li  .eventTitle {font-size: 16px; display: block; padding: 5px 0 0 0;}
.eventT li  .eventDate {font-size: 12px; display: block; color: #CC8B20;}
.eventT li  .eventCimg {width: 100%;overflow: hidden;height: 180px;}
.eventT li  .eventCimg img {width: 100%;}
.galleryCell {position:relative; float:left; width:290px; height:320px; padding:10px; box-sizing:border-box; border:1px solid #ddd; border-top:2px solid #2d60a2; background:#fafafa;  margin-top:50px; text-align:Center;}
.galleryCell a {position:absolute; top:0; left:0; width:100%; height:100%;}
.galleryCell img {width:100%; overflow: hidden;}
.galleryCell .galleryCimg {width:100%; height:230px; overflow: hidden;}
.galleryCell .galleryTitle {font-size:20px; display: block; padding: 5px 0 0 0;}
.galleryCell .galleryDate {font-size:16px; display: block; color:#989898;}

.galleryList{display: block; margin: auto}
.galleryList li {display: inline-block; width: 47%; height: 270px; margin: 6px}
.galleryList li a{position: relative; display: block; width: 100%; height: 270px}
.galleryList li a img{width: 100%; height: 180px; margin-bottom: 10px}
.galleryList li a p{position: relative; display: block; width: 100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; letter-spacing: -1px; font-size: 22px}
.galleryList li a .data{position: relative; display: block; height: 25px; font-size: 18px; color: #999}


/***** 페이저 ***********/
div.paging ul {
    margin:30px auto;
    text-align:center;
}
div.paging ul li {
    display:inline-block;
    padding:0 3px;
}
div.paging ul li a {
    display:inline-block;
    border:1px solid #eee;
    width:35px;
    height:35px;
    font-size:20px;
    text-align:center;
    line-height:35px;
    box-sizing:border-box;
    color:#999;
    vertical-align:middle;
}
div.paging ul li.active a {
    border:1px solid #dd5d54;
    color:#dd5d54;
}



/*-- 동반라운딩(조인게시판) --*/
.notiTitBox p span.miniBtn {
    margin-right: 15px;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 18px;
    background: #00a651;
    color: #fff;
}
.notiTitBox p span.gray {
    background: #ababab;
}
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.replyView {
    border-bottom:1px solid #ddd;
}
table.replyView tr td {
    padding:30px;
    box-sizing:border-box;
}
table.replyView tr td p {
    display:inline-block;
    font-size:18px;
    line-height:26px;
    color:#666;
}
table.replyView tr td p.name {
    padding-left:20px;
    background:url('../img/reply.png') no-repeat 0;
    color:#000;
}
table.replyView tr td p.nunmer {
    margin-left:25px;
    padding-left:20px;
    border-left:1px solid #ddd;
    color:#000;
}
table.replyView tr td p.progress {
    margin-left:30px;
    padding-left:30px;
    border-left:1px solid #ddd;
}
table.replyView tr td p.progress span {
    color:red;
}
div.cmmtinfo02 {
    margin-top:15px;
    padding-left:20px;
}
table.replyView tr td p.replyTxt {
    margin-top:30px;
    padding:20px;
    font-size:18px;
    line-height:26px;
    color:#333;
    background:#f9f9f9;
}
table.replyView tr td a.delBtn {
    margin:10px 0;
    width:100%;
    display:inline-block;
    text-align:right;
    font-size:18px;
    color:#888;
}





div.replyWrite {
}
div.replyWrite h2.subTit01 {
    margin-bottom:10px;
    font-size:24px;
}
div.replyInner {
    border:1px solid #ddd;
    padding: 20px;
}
.cmmtinputUl li {
    width: 100%;
    font-size: 20px;
    border-top: 1px solid #EBEBEB;
    padding:10px 0;
}
.cmmtinputUl li:first-child {
    border-top:0;
}
.cmmtinputUl li .women {
    color: #E30003;
}
.cmmtinputUl li .man {
    color: #0A7BD8;
}
.cmmtinputUl li.endTime {
    color: #AD4A06;
}
.cmmtinputUl li.ingTime {
    color: #7e7e7e;
}
.cmmtinputUl li .joinQt {
    font-size: 20px;
    padding: 10px;
    border-radius: 0;
}
.cmmtinputUl li .writeTxt {
    display: inline-block;
    width: 100px;
    font-size: 18px;
}
.cmmtinputUl li .writeInput {
    width: 340px;
    font-size: 20px;
    padding: 5px;
    border-radius: 0;
}
.cmmtinputUl li .selStyle {
    padding:8px 15px;
    font-size:16px;
    font-family: 'Noto Sans Regular';
}
.replyInner .cmmtTxtarea {
    margin:10px 0;
    padding:10px;
    width: 100%;
    height: 150px;
    border: 2px solid #E0E0E0;
    box-sizing:border-box;
    font-size: 18px;
    font-family: 'Noto Sans Regular';
}
table.tbl01 tr th {
    padding:8px 10px;    
    font-size:18px;
}
table.tbl01 tr td {
    padding:8px 10px;   
    font-size:18px;
}
.cmmtbtBox a {
    margin-top: 30px;
    background: #dd5d54;
    font-size: 20px;
    width:100%;
    display: inline-block;
    padding: 15px 20px;
    box-sizing:border-box;
    text-align:center;
    color: #fff;
}
/*
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 textarea {float:left; padding:5px 10px; width:100%; height:300px; background:#f9f9f9; border:1px solid #eee; font-size:14px; color:#777; box-sizing:border-box; margin: 10px 0}
table.tbl01 tr td p {float:left; margin-right:10px; font-size:20px;}
table.tbl01 tr td input.writeTit {width:100%;}

/*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 글쓰기 --*/