/*---- 공지사항 ----*/
table.tbl02 tr td.boardTit {padding:0 30px; text-align:left; font-size:18px;}
table.tbl02 tr td.boardTit a {display:block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; color:#222; letter-spacing: -0.5px}

div.viewBox {border-top:2px solid #0c2c40;}
p.viewTit {padding:0 30px; height:80px; border-bottom:1px solid #999; font-size:20px; font-weight:600; line-height:80px; color:#222;}
ul.viewDate {border-bottom:1px solid #ccc; height:50px;}
ul.viewDate li { position:relative; display:inline-block; padding:16px 30px; color:#333; font-size: 16px}
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 {font-size: 15px; color:#999; margin-right: 10px}
div.viewCnt {padding:40px 30px; border-bottom:1px solid #ccc;}
div.viewCnt p {font-size:18px; line-height:1.8}

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-size: 15px; font-weight:500; color:#999;}
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:16px; color:#555;}
/*-- END 공지사항 --*/

/* 검색 박스 */
div.searchBox {margin-bottom:21px; text-align:right;}
div.searchBox .tabbox3{float: left; width: 500px}
div.searchBox .tabbox3 li{width: 50%}
ul.search {display:inline-block; width:400px; }
ul.search li {display:inline-block; vertical-align: bottom}
ul.search li > * {height:40px;}
ul.search li.sel {width:30%;}
ul.search li.inp {margin:0 5px; width:50%;}
ul.search li.date {width:120px;}
ul.search li.txt{display: inline-block; width: 30px; line-height: 40px; text-align: center; }
ul.search li.btn {width:15%;}
ul.search li.btn a {display:inline-block; width:100%; text-align:center; line-height:40px; color:#fff; background:#1d321b; box-sizing:border-box; border-radius: 4px;}


/*---- 페이저 ----*/
div.paging ul {margin: 30px auto 50px; text-align: center; padding-top: 0px;} 
div.paging ul li { display: inline-block; }
div.paging ul li a {display: inline-block; width: 35px;  height: 35px; font-size: 13px; text-align: center; line-height: 35px;  box-sizing: border-box; vertical-align: middle; border: 1px solid #eee;}
div.paging ul li.active a {font-family: 'Noto Sans Medium'; color: #333; border: 1px solid #ddd;/* background-color:#000;*/font-family: 'Noto Sans Medium';}
div.paging ul li a:hover {color: #fff; background:#ddd;}
/*-- END 페이저 --*/

/*---- 갤러리게시판 ----*/
ul.noticeBoard{position: relative; width: 100%; height: 950px; padding: 20px; border-top: 2px solid #1d321b; border-bottom: 1px solid #ddd; margin: 20px auto 0; text-align: center}
ul.noticeBoard li {float: left; position:relative; margin-right:50px; width:250px; height:460px;}
ul.noticeBoard li:nth-child(4n){margin-right: 0}
ul.noticeBoard li img {width:250px; height:350px;}
ul.noticeBoard li a {position:relative; display:block; width:250px; text-align: left}
div.noticeCnt {padding:10px 0;}
div.noticeCnt p.tit {display:block; width:100%; height: 30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:17px; font-weight: 600; line-height: 1.4; letter-spacing: -0.5px; color:#333; }
div.noticeCnt p.date {margin-top:5px; font-size:15px; color:#999;}

.noticeView {position: relative; border-top:2px solid #0c2c40; margin: 50px 0}
.noticeView .titWrap{float: left; width: 220px; padding-right: 20px}
.noticeView .titWrap .tit {padding-top:40px; font-size:22px; line-height:1.4; color:#222; font-weight: 600; margin-bottom: 20px; }
.noticeView .titWrap span {display: block; color: #999}
.noticeView .cnt {float: right; display: block; width: 960px; padding:40px 0;}
.noticeView .cnt p {font-size:18px; line-height:1.8}
.noticeView .hit{position: absolute; right: 10px; top:-30px; width: 200px; text-align: right; color: #999}

.board-sub-title{
    position: relative;
    font-size: 40px;
    color: #000;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}

/*이벤트리스트*/
ul.eventBoard {
    display: grid;
    grid-template-columns: minmax(600px, 1fr) 330px 330px;
    grid-template-rows: auto auto;
    gap: 45px 32px;
    margin: 20px auto 0;
    align-items: start;
}

ul.eventBoard li {
    width: 100%;
    height: auto;
    margin: 0;
    float: none;
}

ul.eventBoard li:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 3; 
}

ul.eventBoard .imgBox {
    width: 100%;
    overflow: hidden;
}

ul.eventBoard .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* 태블릿 이하에서는 2컬럼으로 강제 */
/* @media (max-width: 1280px) {
    ul.eventBoard {
        grid-template-columns: 1fr 1fr;
    }
    
    ul.eventBoard li {
        height: auto;
    }

    ul.eventBoard li:first-child {
        grid-column: 1 / -1;
        grid-row: auto;
    }
} */

div.eventCnt {padding:10px 0;}
div.eventCnt p.evnetTit {
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.5px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
div.eventCnt p.date {margin-top:5px; font-size:15px; color:#999;}
div.eventCnt p.period {
    margin-top:10px;
    padding-left:18px;
    font-size:14px;
    color:#888;
    background:url('../img/clockIc.jpg') no-repeat 0 0;
}
div.eventCnt span.viewBtn {
    position:absolute;
    bottom:25px;
    display:block;
    width:105px;
    height:25px;
    background-color:#000;
    line-height:25px;
    text-align:center;
    font-size:13px;
    color:#fff;
}
ul.eventBoard li:hover span.viewBtn {
    background-color:#95B821;
}
/*-- END 이벤트 --*/


/*---- QNA ----*/
div.qnaTopArea {
    margin:0 auto;
    padding-bottom:10px;
    width:550px;
    border-bottom:2px solid #000;
}
div.qnaTopArea h3 {
    float:left;
    margin-left:10px;
    width:170px;
    line-height:40px;
    font-size:30px;
}
div.qnaTopArea ul.search {
    float:right;
    width:370px;
}
div.qnaTopArea ul.search li.inp {
    width:80%;
}
div.qnaTopArea ul.search li input.iptStyle {
    border:none;
    font-size:16px;
    font-family: 'Noto Sans Medium';
    color:#333;
}
div.qnaTopArea ul.search li input.iptStyle:focus {
    outline:0;
}
div.qnaTopArea ul.search li a {
    font-size:0;
    text-indent:-9999px;
    color:transparent;
    background:url('../img/searchIcon.png') no-repeat;
}
ul.qnaTab {
    text-align:center;
    margin:65px 0 20px 0;
    width:100%;
}
ul.qnaTab li {
    display:inline-block;
    margin:0 10px;
    width:180px;
    height:50px;
    background-color:#e9e9e9;
    font-size:17px;
    line-height:50px;
    color:#666;
    text-align:center;
    cursor:pointer;
}
ul.qnaTab li.on {
    background-color:#95B821;
    color:#fff;
}
ul.qnaList {
    border-top:2px solid #3b4856
}
ul.qnaList li {
    border-bottom:1px solid #ddd;
    font-size:16px;
}
ul.qnaList li h2.flipBtn {
    padding:25px 100px;
    background:url('../img/qnaQ.png') no-repeat 50px 18px;
    cursor:pointer;
}
ul.qnaList li h2.flipBtn span {
    margin-right:8px;
    font-weight:600;
    color:#95B821;
}
ul.qnaList li div.panel {
    border-top:1px solid #ddd;
    display:none;
    background-color:#f9f9f9;
}
ul.qnaList li div.panel p.panelTxt {
    padding:25px 50px 25px 100px;
    background:url('../img/qnaA.png') no-repeat 50px 23px;
    line-height:26px;
}
/*-- END QNA --*/



/*---- 조인게시판 ----*/
table.tbl02 tr td.boardTit {padding:0 20px; text-align:left; font-size:18px;}
div.writeBtn {margin-top:-70px; text-align:right;}
span.joinbBtn {display:inline-block; margin:0 auto; width:50px; height:28px; font-size:15px; font-weight:200; text-align:center; line-height:28px; background:#bbb; color:#fff; border-radius: 4px}
span.col {background:#95B821; color:#fff;}
span.noti {background:#EF7D00; color:#fff;}
p.viewTit span.joinbBtn {margin-right:15px;}

/*댓글*/
div.replyArea {margin-top:50px; width:100%;}
h3.replyTit {margin-bottom:20px; font-size:25px; 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:16px; line-height:1.5; 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:4px; 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:none; box-sizing:border-box; resize: none; font-family: 'Noto Sans Regular'
}
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:#fb7d01;
    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.replyArea div.panel {
    margin-top:30px;
    display:none;
}
div.replyArea div.panel h3.subTit02 {
    font-size:18px;
}
div.replyArea div.panel p.joinTxt {
    margin-top:15px;
    font-size:15px;
    line-height:24px;
    color:#454545;
}

table.writeTbl {
    margin-bottom:30px;
    border-top:2px solid #0c2c40;
}
table.writeTbl tr th {font-size:14px; letter-spacing: -0.5px; 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 {font-family: 'Noto Sansl Light'; font-size:15px; height:40px;}
table.writeTbl tr td select.selStyle {width:30%; height:40px; font-size:15px;}
table.writeTbl tr td p {display:inline-block; padding-left:10px; font-size:16px; text-align:left;}
table.writeTbl tr td ul.checkBox {position:absolute; top:5px; right:0; height: 40px}
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:200px; border:1px solid #e0e0e0; box-sizing:border-box; resize: none; font-family: 'Noto Sans Regular'; font-size: 16px; padding: 15px
}

/*-- END 조인게시판 --*/

/* 예약확인테이블 */
table.board-table {width:100%; text-align:center; border-top:2px solid #5D614E; table-layout: fixed;}
table.board-table tr {border-bottom:1px solid #ccc;}
table.board-table tr th { position:relative; height:50px; background-color:#f9f9f9; font-weight:600; color:#333; font-size: 16px;}
table.board-table tr td {height:55px; font-size:16px; line-height: 1.5; color:#555; padding: 8px 5px; }
table.board-table tr td a {color: #49729e;}
table.board-table tr td a.col {display: inline-block; padding: 8px 14px; color: #fff; border-radius: 4px; background: #95B821;}
table.board-table tr td a.cancel {display: inline-block; padding: 8px 14px; color: #fff; border-radius: 4px; background: #EF7D00;}
table.board-table tr td a.addsub{display: inline-block; width: 35px; height: 35px; line-height: 35px; border-radius: 4px; background: #ddd; font-size: 25px; color: #fff; vertical-align:inherit}
table.board-table tr td a.down img{padding-top: 5px}