/*-- 공??항,?벤??--*/
div.board {
    padding-bottom:50px;
}
div.board > table.tbl01 {
    margin-bottom:0;
}
ul.boardList {
	width:100%;
    border-top: 2px solid #000;
}
ul.boardList li {font-size:20px;}
.notiTitBox {
	position:relative;
    display:block;
	width:100%;
    min-height:100px;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.notiTitBox p {
	display:inline;
	font-size:28px;
    color:#333;
	/*line-height:100px;*/
    line-height: 1.5em;
}
.notiTitBox p i img {vertical-align:middle; padding-left:5px; margin-top:-30px;}
.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;
	font-size:18px;
    color:#454545;
	box-sizing:border-box;  
}
div.noticeBox img {height:100% !important;}
div.noticeBox img {text-align:center; width:100% !important;}

/*-- 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;
    
}

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;}
a .btnSmall {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	background: #2d60a2;
	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;}



/***** ?이? ***********/
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 #0c2c40;
    color:#0c2c40;
}



/*-- ?반?운??조인게시?? --*/
.notiTitBox p span.miniBtn {
    margin-right: 15px;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 18px;
    background: #9a8b6d;
    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: #9a8b6d;
    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 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 글?기 --*/



/**********코스갤러?*************/
.eventBoard li {position:relative; float:left; width:290px; height:300px; padding:10px; box-sizing:border-box; border:1px solid #ddd; border-top:2px solid #7d6134; background:#fafafa;  margin-top:50px; text-align:Center;}
.eventBoard li a {position:absolute; top:0; left:0; width:100%; height:100%;}
.eventBoard li img {width:100%; overflow: hidden;}
.eventBoard li .galleryCimg {width:100%; height:230px;}
.eventBoard li .galleryTitle {font-size:20px; display: block; padding: 5px 0 0 0; color:#444;}
.eventBoard li .galleryDate {display:none; font-size:16px; display: block; color:#989898;}