/*---- 공지사항 ----*/
div.noticePage div.subTitBox {
    background:url('../img/subBg05.png') no-repeat;
}
/* 검색 박스 */
div.searchBox {
    margin-bottom:30px;
    text-align:right;
}
ul.search {
    display:inline-block;
    width:400px;
}
ul.search li {
    display:inline-block;
}
ul.search li > * {
    height:40px;
}
ul.search li.sel {
    width:20%;
}
ul.search li.inp {
    margin:0 5px;
    width:50%;
}
ul.search li.btn {
    width:15%;
}
ul.search li.btn a {
    display:inline-block;
    width:100%;
    text-align:center;
    line-height:39px;
    color:#fff;
    background-color:#454545;
    box-sizing:border-box;
}

table.tbl02 tr td.boardTit {
    padding:0 50px;
    text-align:left;
    font-size:18px;
}
table.tbl02 tr td.boardTit a {
    color:#222;
}

/* 페이저 */
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:15px;
    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;
    font-family: 'Noto Sans Medium';
    color:#0c2c40;
}

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;
}
ul.viewDate {
    border-bottom:1px solid #ccc;
    height:50px;
}
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;
}

table.tbl02 tr th {
    position:relative;
    height:50px;
    background-color:#f9f9f9;
    font-weight:500;
    color:#454545;
}
table.tbl02 tr th:first-child::after {
    display:none;
}
table.tbl02 tr th::after {
    position:absolute;
    top:50%;
    left:0;
    margin-top:-8px;
    content:'';
    display:block;
    width:1px;
    height:14px;
    background-color:#e0e0e0;
}
table.tbl02 tr td {
    height:55px;
    font-size:15px;
    color:#555;
}
/*-- END 공지사항 --*/


/*---- 포토갤러리 ----*/
div.photoPage div.subTitBox {
    background:url('../img/subBg05.png') no-repeat;
}
ul.photoGallery li {
    float:left;
    width:285px;
    margin-right:20px;
    margin-bottom:20px;
    border:1px solid #ddd;
}
ul.photoGallery li:nth-child(4n) {
    margin-right:0;
}
ul.photoGallery li a p {
    padding:10px 15px;
    font-size:16px;
    color:#333;
}
/*-- END 포토갤러리 --*/

div.honorPage div.subTitBox {
    background:url('../img/subBg05.png') no-repeat;
}

/*---- 조인게시판 ----*/
div.joinbPage div.subTitBox {
    background:url('../img/subBg05.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 {
    margin-top:50px;
    width:100%;
}
h2.replyTit {
    margin-bottom:20px;
    font-size:18px;
    color:#333;
}
ul.listComment li {
    position:relative;
    margin-bottom:10px;
    padding:20px 30px;
    background-color:#f9f9f9;
}
ul.listComment li p.data {
    margin-right:20px;
    display:inline-block;
    font-size:16px;
    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 p.text {
    margin-top:15px;
    font-size:15px;
    line-height:26px;
    color:#666;
}
ul.listComment li div.editBtn {
    position:absolute;
    top: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;
}
div.comment {
    width:100%;
    border:2px solid #667985;
    overflow:hidden;
}
div.comment textarea {
    padding:10px 15px;
    width:1196px;
    max-width:1196px;
    height:80px;
    border-bottom:none;
    box-sizing:border-box;
}
div.commentInner {
    position:relative;
    height:35px;
    line-height:30px;
    border-top:1px solid #cdd3d7;
} 
div.commentInner ul.commentAgree {
    margin-top:0;
    text-align:left;
}
div.commentInner ul.commentAgree li {
    padding:0 25px 0 5px;
    border-right:1px solid #eee;
}
div.commentInner ul.commentAgree 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;
}
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:14px;
    color:#666;
}
div.commentInner ul.commentAgree li p.flipBtn {
    padding-left:10px;
    font-size:14px;
    color:#ffcb16;
    cursor:pointer;
}
div.commentInner a.miniBtn {
    position:absolute;
    top:-1px;
    right:0;
    display:block;
    width:80px;
    height:35px;
    background-color:#667985;
    font-size:15px;
    line-height:35px;
    text-align:center;
    color:#fff;
}
div.panel {
    margin-top:30px;
    display:none;
}
div.panel h3.subTit02 {
    font-size:18px;
}
div.panel p.joinTxt {
    margin-top:15px;
    font-size:14px;
    line-height:24px;
    color:#454545;
}

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:20%;
    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;
}

/*-- END 조인게시판 --*/



/*조인게시판 이용안내*/
div.joinGuide {
    margin:20px 0;
    padding:20px;
    border:4px solid #f1f1f1;
}
div.joinGuide ul li {
    padding-left:25px;
    font-size:16px;
    line-height:26px;
    color:#555;
    background:url('../img/joinGuide_mark.png') no-repeat 0 5px;
}
div.joinGuide ul li span.blue {
    color:#00a0e9;
}

div.joinGuide ul li span.red {
    color:#e5004f;
}


div.guidePage_01 div.subTitBox {
    background:url('../img/subBg03.png') no-repeat;
} 

