@charset "utf-8";
/*서브 탭 메뉴*/
.subMenu {margin: 20px 0;}
.subMenu li {float: left; padding: 5px 15px; border: 2px solid #DDDDDD; margin-right: 5px; margin-bottom: 10px;}
.subMenu li.menuon {background:#8cc34a ; color: #ffffff;}
.subMenu li.menuon a {color: #ffffff;}

ul.privateinfo {
	margin-top:25px;
	margin-bottom:25px;
	width:100%;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
}
ul.privateinfo li {
	margin-left:30px;
	float:left;
	font-size:16px;
	color:#dc843c;
	padding: 10px 0;
}
ul.privateinfo li:first-child {margin-left:120px;}

/*---- 조인게시판 ----*/
div.joinbPage div.subTitBox {
    background:url('../img/bg_joinBoard.png') no-repeat 0 0;
}
div.writeBtn {
    margin-top:-70px;
    text-align:right;
}
span.joinbBtn {
    display:inline-block;
    margin:0 auto;
    width:50px;
    height:25px;
    font-size:14px;
    font-weight:200;
    text-align:center;
    line-height:25px;
    background-color:#ccc;
    color:#f2f2f2;
}
span.col {
    background-color:#107ab7;
    color:#fff;
}
p.viewTit span.joinbBtn {
    margin-right:15px;
}

/*댓글*/
div.replyArea {
    width:100%;
}
.replyTit {
    margin-bottom:20px;
    font-size:18px;
    color:#333;
}
ul.listComment li {
    position:relative;
    margin-bottom:10px;
    padding:20px 30px 40px 30px;
    background-color:#f9f9f9;
}
ul.listComment li p.data {
    margin-right:20px;
    display:inline-block;
    font-size:14px;
    color:#111;
}
ul.listComment li p.data span {
    margin-left:20px;
    font-size:13px;
    color:#999;
}
ul.listComment li p.data span.checkStyle {
    margin-left:10px;
    margin-right:5px;
}
ul.listComment li p.data span.checkStyle input {
    display:none;
}
ul.listComment li p.data span.checkStyle input[type="checkbox"] + label {
	padding-left:25px;
	display:inline-block;
	height:20px;
    background:url('../img/checkbox.png') no-repeat;
	background-size:20px 40px;
	font-size:14px;
    color:#999;
	line-height:20px;
}
ul.listComment li p.data span.checkStyle input[type="checkbox"]:checked + label {
	background-position: 0 -20px;
}
ul.listComment li span.manq { display: inline-block; padding: 5px; font-size: 12px; background: #4A9E22; color: #fff; margin-right: 10px; margin-top: 5px;}
ul.listComment li span.manq_02 { display: inline-block; padding: 5px; font-size: 12px; background: #7e7e7e; color: #fff; margin-right: 10px;margin-top: 5px;}
ul.listComment li span.manq_01 { display: inline-block; padding: 5px; font-size: 12px; background: #AD4A06; color: #fff; margin-right: 10px;margin-top: 5px;}
ul.listComment li p.text {
    margin-top:10px;
    font-size:14px;
    line-height:20px;
    color:#666;
}
ul.listComment li p.text .dateTxt {font-size: 12px; color: #819E00; display: inline-block; padding: 0 15px; font-style: italic;}
ul.listComment li div.editBtn {
    position:absolute;
    bottom:15px;
    right:30px;
}
ul.listComment li div.editBtn a {
    display:inline-block;
    margin-left:2px;
    width:65px;
    height:28px;
    border:1px solid #ddd;
    border-radius:2px;
    background-color:#fff;
    font-size:14px;
    line-height:28px;
    text-align:center;
}
ul.listComment li p.data span.colorMan {color: #1C60FF; margin-left: 5px;}
ul.listComment li p.data span.colorWoman {color: #D701C8; margin-left: 5px;}
.colorMan {color: #1C60FF; margin-left: 5px;}
.colorWoman {color: #D701C8; margin-left: 5px;}
div.comment {
    width:100%;
    border:2px solid #667985;
    overflow:hidden;
}
div.comment textarea {
    padding:10px 15px;
    width:100%;
    max-width:100%;
    height:80px;
    border:none;
    box-sizing:border-box;
}
div.commentInner {
    position:relative;
    height:80px;
    line-height:30px;
    border-top:1px solid #cdd3d7;
} 
div.commentInner ul.commentAgree {
    margin-top:18px;
    text-align:left;
}
div.commentInner ul.commentAgree li {
    padding:0 15px 0 0px; float: left;
}
div.commentInner ul.commentAgree li input[type="checkbox"] + label {
	display:inline-block;
	height:20px;
	background-size:20px 40px;
	font-size:13px;
    color:#999;
	line-height:20px; letter-spacing: -1px;
}
div.commentInner ul.commentAgree li input[type="checkbox"]:checked + label {
	background-position: 0 -20px;
}
div.commentInner ul.commentAgree li p {
    display:inline-block;
    margin-right:10px;
    font-size:13px;
    color:#666;
}
div.commentInner ul.commentAgree li p.flipBtn {
    font-size:14px;
    color:#ffcb16;
    cursor:pointer;
}
div.commentInner ul.commentAgree li .score {font-size: 14px; border: 1px solid #DCDCDC;}
div.commentInner a.miniBtn {
    position:absolute;
    top:-1px;
    right:0;
    display:block;
    width:80px;
    height:82px;
    background-color:#667985;
    font-size:15px;
    line-height:80px;
    text-align:center;
    color:#fff;
}
div.panel {
    margin-top:30px;
    display:none;
}
h3.subTit02 {
    font-size:18px; padding-bottom: 10px;
}
div.panel p.joinTxt {
    margin-top:15px;
    font-size:12px;
    line-height:20px;
    color:#454545;
}
.agreeInner .joinTxt {font-size: 12px; margin: 10px 0;}
table.writeTbl {
    margin-bottom:30px;
    border-top:2px solid #0c2c40;
}
table.writeTbl tr th {
    font-size:16px;
    font-family: 'Noto Sans DemiLight';
    background:#f9f9f9;
}
table.writeTbl tr td {
    position:relative;
    padding:10px;
    height:50px;
}
table.writeTbl tr td a {
    display:inline-block;
    width:120px;
    height:50px;
    background-color:#153041;
    font-size:16px;
    line-height:50px;
    color:#fff;
    text-align:center;
}
table.writeTbl tr td span {
    margin-left:15px;
    font-size:15px;
    color:#85c450;
}
table.writeTbl tr td input.iptStyle {
    height:30px;
}
table.writeTbl tr td select.selStyle {
    width:30%;
    height:30px;
    font-size:14px;
}
table.writeTbl tr td p {
    display:inline-block;
    padding-left:10px;
    font-size:14px;
    text-align:left;
}
table.writeTbl tr td ul.checkBox {
    position:absolute;
    top:0;
    right:30px;
}
table.writeTbl tr td ul.checkBox li input[type="checkbox"] + label {
	padding-left:25px;
	display:inline-block;
	height:20px;
	background-size:20px 40px;
	font-size:14px;
    color:#999;
	line-height:20px;
}
table.writeTbl tr td ul.checkBox li input[type="checkbox"]:checked + label {
	background-position: 0 -20px;
}
table.writeTbl tr td textarea {
    width:100%;
    min-width:100%;
    height:300px;
    border:1px solid #e0e0e0;
    box-sizing:border-box;
}
table.writeTbl tr td .pdright10 {padding-right:10px; color: #000;}
/*board list*/
table.boardlist {
    width:100%;
    text-align:center;
    border-top:2px solid #0c2c40;
}
table.boardlist tr {
    border-bottom:1px solid #ccc;
}
table.boardlist tr th {
    position:relative;
    height:50px;
    background-color:#f9f9f9;
    font-weight:500;
    color:#454545;
}
table.boardlist tr th:first-child::after {
    display:none;
}
table.boardlist tr th::after {
    position:absolute;
    top:50%;
    left:0;
    margin-top:-8px;
    content:'';
    display:block;
    width:1px;
    height:14px;
    background-color:#e0e0e0;
}
table.boardlist tr td {
    height:55px;
    font-size:15px;
    color:#555;
}

table.boardAgree {
    width:100%;
    text-align:center;
    border-top:1px solid #ccc;
}
table.boardAgree tr {
    border-bottom:1px solid #ccc;
}
table.boardAgree tr th {
    position:relative;
    height:50px;
    background-color:#f9f9f9;
    font-weight:500;
    color:#454545;
}
table.boardAgree tr th:first-child::after {
    display:none;
}
table.boardAgree tr th::after {
    position:absolute;
    top:50%;
    left:0;
    margin-top:-8px;
    content:'';
    display:block;
    width:1px;
    height:14px;
    background-color:#e0e0e0;
}
table.boardAgree tr td {
    height:55px;
    font-size:15px;
    color:#555;
}

/*-- END 조인게시판 --*/
div.bigBtn, div.mediumBtn {
    margin-top:50px;
    text-align:center;
}
div.bigBtn a {
    display:inline-block;
    margin:0 10px;
    width:260px;
    height:55px;
    background-color:#caced1;
    font-size:18px;
    text-align:center;
    line-height:55px;
    color:#fff;
}
div.bigBtn a.col, div.mediumBtn a.col, div.smallBtn a.col {
    background-color:#667985;
}
div.mediumBtn a {
    display:inline-block;
    margin:0 10px;
    width:160px;
    height:50px;
    background-color:#caced1;
    font-size:18px;
    text-align:center;
    line-height:50px;
    color:#fff;
}
div.smallBtn {
    margin-top:50px;
    text-align:right;
}
div.smallBtn a {
    display:inline-block;
    margin:0 10px;
    width:80px;
    height:35px;
    background-color:#caced1;
    font-size:16px;
    text-align:center;
    line-height:35px;
    color:#fff;
}
div.smallBtn a.col02 {
    background-color:#334652;
}



/*---- Input Style ----*/
input.iptStyle {
    padding:0 15px;
    width:100%;
    height:50px;
    border:1px solid #e0e0e0;
    box-sizing:border-box;
}
input.phone {
    width:30%;
}
/*-- END Input Style --*/

table.writelist {
    margin-top:15px;
    width:100%;
}
table.writelist caption {
    margin-bottom:5px;
    text-align:right;
    font-size:14px;
    color:#999;
}
table.writelist tr th {
    padding:5px 20px;
    border:1px solid #e9e9e9;
    font-size:14px;
    font-weight:500;
    color:#454545;
}
table.writelist tr td {
    padding:5px 20px;
    border:1px solid #e9e9e9;
    font-size:14px;
    color:#454545;
    line-height:20px;
}
/*---- select Style ----*/
select.selStyle {
    padding:0 15px;
    width:100%;
    height:50px;
    background:url('../img/arrowDwon.png') no-repeat 95% center;
    background-color:#fff;
    border:1px solid #e0e0e0;
    box-sizing:border-box;
    font-size:17px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
}
select.phone {
    width:30%;
}
select::-ms-expand {
    display:none;
}
ul.checkBox {
    margin-top:15px;
    text-align:right;
}
ul.checkBox li {
    display:inline-block;
    margin-left:15px;
}
/*-- END select Style --*/

.pointRed {color: #FF0004; font-weight: bold;}
.joinIcon {float: left; margin-right: 20px; margin-top: 5px;}
.joinIcon li {float: left;  height: 36px; width: 36px; }

/*조인달력리스트*/
table.boardcld {
    width:100%;
    text-align:center;
    border-top:2px solid #0c2c40;
}
table.boardcld tr {
    border-bottom:1px solid #ccc;
}
table.boardcld tr th {
    position:relative;
    height:50px;
    background-color:#f9f9f9;
    font-weight:500;
    color:#454545;
}
table.boardcld tr th:first-child::after {
    display:none;
}
table.boardcld tr th::after {
    position:absolute;
    top:50%;
    left:0;
    margin-top:-8px;
    content:'';
    display:block;
    width:1px;
    height:14px;
    background-color:#e0e0e0;
}
table.boardcld tr td {
    height:55px;
    font-size:15px;
    color:#555;
	border-right: 1px solid #e0e0e0;
}
table.boardcld tr td:nth-child(7n) {border-right: none;}
table.boardcld tr td .dayTxt {display: block; font-size: 20px; font-family: "Century Gothic"; text-align: right;padding: 5px 10px 0 0;}
table.boardcld tr td .dayTxt a {color: #000;}
table.boardcld tr td.sun .dayTxt a {color: #E10104;}
table.boardcld tr td.sat .dayTxt a {color: #2DA6FD;}
table.boardcld tr td .joinP { font-size: 13px; letter-spacing: -1px; text-align: center; padding: 10px 0; color: #C8C8C8}
table.boardcld tr td .joinP a .joincolor01 { color: #297720; padding-right: 5px;}
table.boardcld tr td .joinP a .joincolor02 { color: #9F6507;}
.monthUl {width: 40%; margin: 20px auto;}
.monthUl li {width: 33.33%; float: left; text-align: center; padding-top: 5px; color: #A7A7A7}
.monthUl li.monthTxt { font-size: 22px; padding-top: 0px; color: #000;}
.monthUl li a { color: #393939}



div.viewBox {
    border-top:2px solid #0c2c40;
}
p.viewTit {
    padding:0 30px;
    height:50px;
    border-bottom:1px solid #ccc;
    font-size:18px;
    font-weight:600;
    line-height:50px;
    color:#222;
}
p.viewnoinName {
    padding:10px 30px;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    font-size:16px;
    color:#7ab94a; margin-top: 20px; background: #fafafa;
}
p.viewnoinName .dateTxt { font-size: 14px; color: #313131; padding-right: 20px;}
ul.viewDate {
    border-bottom:1px solid #ccc;
}
ul.viewDate li {
    position:relative;
    display:inline-block;
    padding:16px 30px;
    color:#777;
}
ul.viewDate li:first-child::after {
    display:none;
}
ul.viewDate li::after {
    position:absolute;
    top:50%;
    left:-2px;
    content:'';
    display:block;
    margin-top:-6px;
    width:1px;
    height:12px;
    background:#ddd;
}
ul.viewDate li span {
    color:#222;
}
div.viewCnt {
    padding:40px 30px;
    border-bottom:1px solid #ccc;
}
div.viewCnt p {
    font-size:15px;
    line-height:26px;
}
div.viewControl dl {
    display:table;
    padding:0 30px;
    width:100%;
    border-bottom:1px solid #ccc;
    line-height:50px;
}
div.viewControl dl dt {
    display:table-cell;
    width:6%;
    font-size:16px;
    font-weight:600;
    color:#667985;
}
div.viewControl dl.prev dt {
    background:url('../img/boardArrow_up.png') no-repeat center right;
}
div.viewControl dl.next dt {
    background:url('../img/boardArrow_down.png') no-repeat center right;
}
div.viewControl dl dd {
    display:table-cell;
    width:80%;
    color:#999;
}
div.viewControl dl dd a {
    margin:0 50px;
    color:#666;
}
div.viewControl dl dd a:hover {
    text-decoration:underline;
}
div.viewControl dl dd.date {
    width:80%;
    text-align:right;
}
