@charset "utf-8"; /*게시판 검색바*/
.board_info { margin-bottom: 2rem; overflow: hidden; } 
.board_info .Search_rss { float: right; text-align: right; position: relative; font-size: 1.5rem; } 
.board_info fieldset { clear: both; display: table; width: 100%; position: relative; overflow: hidden; } 
.board_info fieldset span { display: inline-block; vertical-align: middle; height: 4rem; } 
.board_info fieldset select,
.board_info fieldset input,
.board_info fieldset button { border: 1px solid #ddd; display: block; width: 100%; height: 100%; padding: 0 1rem !important; } 
.board_info fieldset span.form-select select { background-color: transparent; -webkit-appearance: none; position: relative; z-index: 0; } 
.board_info fieldset span.form-select::after { content: '\e936'; color: #333; position: absolute; right: 1rem; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); font-family: "xeicon"; } 
.board_info fieldset span.form-select { min-width: 15rem; position: relative; } 
.board_info fieldset span:first-of-type { margin-left: 0; } 
.board_info fieldset span { display: inline-block; vertical-align: middle; height: 4rem; } 
.board_info fieldset span.form-input { width: 26rem; } 
.board_info fieldset span.form-input { width: 26rem; } 
.board_info fieldset span { display: inline-block; vertical-align: middle; height: 4rem; } 
.board_info fieldset span.form-input input { padding-right: 6rem; } 
.board_info input { border: 1px solid #ddd; padding: .8rem 1.4rem; } 
.board_info fieldset span.form-btn { min-width: 4rem; } 
.board_info fieldset span { display: inline-block; vertical-align: middle; height: 4rem; } 
.board_info fieldset span.form-btn button { background-color: #333; border: #333; color: #fff; padding:0 1.8rem; } 
.board_info .page_info { float: left; margin-top: 8px; } 
.board_info .page_info strong,
.board_info .page_info b { color: #333; } 
.board_info .page_info .current_page { position: relative; padding-left: 1rem; margin-left: .8rem; } 
.board_info .page_info .current_page::before { content: ''; display: block; background-color: #ddd; width: 1px; height: 1.4rem; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } 
.board_info .page_info strong,
.board_info .page_info b { color: #333; } 
.board_info .page_info span {display:inline-block; vertical-align:middle; white-space: nowrap;}



@media (max-width:768px){
 .board_info .Search_rss { padding: 1rem; background: #f9f9f9; border: 1px solid #ddd; } 
 .board_info .page_info { float: none; margin-top: 0; } 
 .board_info .Search_rss { float: none; margin-bottom: 2rem; } 
 .board_info fieldset span { width: 100% !important; margin-top: .5rem; } 
 .board_info fieldset span:first-of-type { margin-top: 0; } 
 .board_info fieldset span.form-select { background: #fff; } 
 }

/*게시판 리스트*/
.tbl_board { table-layout: fixed; border-collapse: collapse; border-spacing: 0; max-width: 100%; width: 100%; } 
.tbl_board thead { border-top: 2px solid #333333; } 
.tbl_board th { padding: 1.4rem .5rem; border-top: 1px solid #535353; border-bottom: 1px solid #aaa; font-size: 1.6rem; color: #222; white-space: nowrap; font-weight: normal; font-weight: bold; } 
.tbl_board td { background-color: #fff !important; color: #555; padding: 1.4rem .5rem; border-bottom: 1px solid #e7e7e7; font-size: 1.6rem; text-align: center; } 
.tbl_board td a:hover { text-decoration: underline; } 
.tbl_board .file .xi-save { display: inline-block; font-size: 2rem; vertical-align: middle; } 
.tbl_board .all span { width: 4rem; height: 4rem; line-height: 4rem; color: #fff; background: #000; display: inline-block; border-radius: 50%; } 

@media(max-width:768px){
 .table_hide { display: none; } 
 }

 /*게시판 상세*/
.board_view { table-layout: fixed; border-collapse: collapse; max-width: 100%; width: 100%; margin-bottom:2rem; } 
.board_view thead { border-top: 2px solid #333333; } 
.board_view td.title { text-align: center !important; font-size: 2.6rem; line-height: 2.6rem; padding: 3rem; word-break: break-all; } 
.board_view td.title strong { color: #333; font-size: 2rem; font-weight: bold; padding: 2.4rem 0; text-align: center; } 
.board_view td.head { padding: 1.8rem 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background-color: #f8f9fa; } 
.board_view td.head ul { text-align: center; } 
.board_view td.head ul li { display: inline-block; } 
.board_view td.head ul li strong { color: #000; font-weight: normal; padding-right: 5px; } 
.board_view td.head ul li span { color: #777; } 
.board_view td.head ul li ~ li { position: relative; padding-left: 1rem; margin-left: .8rem; } 
.board_view td.head ul li ~ li::before { content: ''; display: block; background-color: #ddd; width: 1px; height: 1.2rem; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } 
.board_view th:first-child, .board_view td:first-child { border-left: none; } 
.board_view td { padding: 1.2rem; text-align: left !important; border-right: 1px solid #ddd; font-size: 0.8rem; color: #222; background-color: #fff; font-weight: 300; text-align: center; border-bottom: 1px solid #e7e7e7; font-size: 1.8rem; } 
.board_view td:last-child { border-right:0; } 
.board_view td.content { padding:2rem 1rem; } 

.bbs-social { width: 100%; text-align: right; margin-bottom: 30px; } 
.bbs-social a { margin: 0px 1px; } 
.socialbox a img { width: 34px; margin: 0px; } 

/* 상세 파일 다운 */
.board_downloader { padding: 1rem; } 
.board_downloader * { font-weight: 300 !important; } 
.downloader li { font-size: 1.4rem; padding: .5rem 0; } 
.board_downloader li a { font-size: 1.6rem; position: relative; padding-left:4rem; padding:.3rem 0 .3rem 4rem; overflow: hidden; display: inline-block; min-height: 3rem; } 
.board_downloader li a:hover { text-decoration:underline; } 


.board_downloader li a i { font-size: 2rem; display: block; position: absolute; top:0; left:0; width: 3rem; height: 3rem; text-align: center; line-height: 3rem; border-radius: 50%; color: #fff; background: #009fdc; } 
.downloader li .filesize { font-size: 1.4rem; letter-spacing: -0.5px; color: #999; } 


/*상세 댓글*/
div.CommentWrap { margin: 4rem 0; } 
div.CommentWrap div.cmtForm fieldset { width: 100%; padding: 0; } 
div.CommentWrap div.cmtForm div.memo { background: #fff; border: 1px solid #ddd; height: 13rem; position: relative; } 
div.CommentWrap div.cmtForm div.memo span.num { color: #999; background-color: #f8f9fa; font-size: 12px; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 4.6rem; padding: 1.4rem; } 
div.CommentWrap div.cmtForm div.memo span.num>span#opinionLength { color: #999; } 
div.CommentWrap div.cmtForm div.memo textarea { border: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -webkit-border-radius: 0; float: left; font-size: 14px; padding: 10px 10px 0 10px; width: 100%; height: 8.2rem; color: #999; } 
div.CommentWrap div.cmtForm div.memo button { background: #555; color: #fff; height: 4.6rem; position: absolute; bottom: 0; right: 0; padding: 0 2rem; } 
div.CommentWrap div.commentList .title { border-bottom: 1px solid #aaa; padding-bottom: 2rem; margin-top: 5rem; } 
div.CommentWrap div.commentList .title b { color: #126fb4; } 
div.CommentWrap div.commentList ul li ul { border-top: 1px solid #e8e8e8; } 
div.CommentWrap div.commentList ul li > ul { opacity: 0; visibility: hidden; overflow: hidden; max-height: 0; } 
div.CommentWrap div.commentList ul li { border-bottom: 1px solid #e8e8e8; padding: 2rem 1.6rem; position: relative; } 
div.CommentWrap div.commentList ul li .name { color: #333; } 
div.CommentWrap div.commentList ul li .comment { display: block; margin-bottom: .2rem; } 
div.CommentWrap div.commentList ul li>span.date { display: block; color: #aaa; font-size: 1.4rem; margin: 0 3px; } 
div.CommentWrap div.commentList ul li span.cmtBtnGroup { position: absolute; right: 1rem; top: 2rem; display: block; } 
div.CommentWrap div.commentList ul li span.cmtBtnGroup>span { display: inline-block; font-size: 1.4rem; cursor: pointer; } 
div.CommentWrap div.commentList ul li span.cmtBtnGroup>span.cmtDel { position: relative; padding-left: 1rem; margin-left: .8rem; } 
div.CommentWrap div.commentList ul li span.cmtBtnGroup>span.cmtDel::before { content: ''; display: block; background-color: #ddd; width: 1px; height: 1.3rem; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } 
div.CommentWrap div.commentList ul li .btn-recomment { display: inline-block; padding: .4rem 1rem; border: 1px solid #ddd; margin: 1rem 0 2rem; font-size: 1.4rem; } 
div.CommentWrap div.commentList ul li.active>ul { opacity: 1; visibility: visible; -webkit-transition: all .25s; transition: all .25s; transition: all .25s; max-height: inherit; } 
div.CommentWrap div.commentList ul li.re_comment { padding-left: 2rem; padding-right: 2rem; } 
div.CommentWrap div.commentList ul li { border-bottom: 1px solid #e8e8e8; padding: 2rem 1.6rem; position: relative; } 
div.CommentWrap div.commentList ul li.re_comment::before { content: '\e97e'; font-family: "xeicon"; position: absolute; margin-left: -2rem; } 
div.CommentWrap div.commentList ul li .name { color: #333; } 
div.CommentWrap div.commentList ul li .comment { display: block; margin-bottom: .2rem; } 
div.CommentWrap div.commentList ul li>span.date { display: block; color: #aaa; font-size: 1.4rem; margin: 0 3px; } 
div.CommentWrap div.commentList ul li span.cmtBtnGroup { position: absolute; right: 1rem; top: 2rem; display: block; } 
div.CommentWrap div.commentList ul li span.cmtBtnGroup>span { display: inline-block; font-size: 1.4rem; cursor: pointer; } 
div.CommentWrap div.commentList ul li span.cmtBtnGroup>span.cmtDel { position: relative; padding-left: 1rem; margin-left: .8rem; } 
div.CommentWrap div.commentList ul li span.cmtBtnGroup>span { display: inline-block; font-size: 1.4rem; cursor: pointer; } 
div.CommentWrap div.commentList ul li span.cmtBtnGroup>span.cmtDel::before { content: ''; display: block; background-color: #ddd; width: 1px; height: 1.3rem; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } 
div.CommentWrap div.cmtForm fieldset { width: 100%; padding: 0; } 

/*버튼*/
.BtnArea { text-align: center; margin-bottom: 1.5rem; } 
.BtnArea button { min-width: 10rem; border: 1px solid #ddd; background: #fff; color: #555; padding: 1.2rem 0; } 
.BtnArea .btn_list, .BtnArea .btn_submit { background: #333; color: #fff; border-color: #333; } 

/* 이전 다음 페이지 */
.list_board { position:relative; margin: 5rem 0; } 
.list_board li { border-top: 1px solid #e2e3e6; padding: 1.5rem 2rem; position: relative; } 
.list_board li span { display: block; float: left; position: relative; vertical-align: top; padding-left: 3rem; } 
.list_board li:first-child span:before { -webkit-transform: rotate(180deg); transform: rotate(180deg); } 
.list_board li span:before { content: '\e943'; font-family: "xeicon"; position: absolute; left: 0; } 
.list_board li a { color: #333; display: block; padding-left: 12rem; } 
.list_board li::after { content: ""; clear: both; display: table; } 
div.tstyle_list::after, .galleryList::after, .list_board::after, .writeForm::after { content: ''; width: 100%; height: 1px; background-color: #aaa; position: absolute; bottom: 0; left: 0 } 

/* 갤러리 상세보기 */
.gallery_slide { text-align: center; position: relative; } 
.gallery_slide .slider-nav { overflow: hidden; } 
.gallery_slide .thumb_list { margin: 0 auto 3rem; } 
.gallery_slide .slick-slider { position: unset; } 
.gallery_slide .slick-slider img { display: inline-block; vertical-align: middle; } 
.gallery_slide .thumb_list { margin: 0 auto 3rem; } 
.gallery_slide .thumb_list .slick-prev { left: 0; } 
.gallery_slide .thumb_list .slick-arrow { display: block; border-radius: 50%; width: 7rem; height: 7rem; text-align: center; background-color: #edeef0; -webkit-transition: all .25s; transition: all .25s; border: 1px solid #edeef0; color: #666; font-size: 0; position: absolute; top: 55%; z-index: 55; } 
.gallery_slide .slider-nav .slick-list { position: relative; } 
.gallery_slide .slider-nav .slick-dots li.slick-active button { background-color: #116eb4; } 
.gallery_slide .thumb_list .slick-slide { display: inline-block; margin:0 .5rem; } 
.gallery_slide .thumb_list .slick-slide a { display: inline-block; border: 1px solid #ddd; width:20rem; } 
.gallery_slide .thumb_list .slick-current a { border: 3px solid #126fb4; } 
.gallery_slide .thumb_list .slick-next { right: 0; } 
.gallery_slide .thumb_list .slick-arrow::before { content: ''; display: block; font-family: "xeicon"; font-size: 3rem; -webkit-transition: all .25s; transition: all .25s; } 
.gallery_slide .thumb_list .slick-next::before { content: '\e940'; } 
.gallery_slide .thumb_list .slick-prev::before { content: '\e93d'; } 
.gallery_slide .slider-nav .slick-dots { margin-top: 2rem; } 
.gallery_slide .slider-nav .slick-dots li { display: inline-block; margin: 0 .4rem; } 
.gallery_slide .slider-nav .slick-dots li button { font-size: 0; display: block; width: 1rem; height: 1rem; background-color: #d4d5db; border-radius: 50%; } 
.gallery_slide .slider-for { position: relative; } 
.gallery_slide .slider-for .slick-list { overflow: hidden; } 
.gallery_slide .slider-for .slick-slide { float: left; height: 100%; min-height: 1px; } 

/*페이징*/
.board_pager { margin: 30px auto; text-align: center; } 
.board_pager .inner { display: table; margin: 0 auto; } 
.board_pager a { border-radius: 50%; width: 4rem; height: 4rem; text-align: center; background-color: transparent; color: #999; border: 1px solid #ddd; display: inline-block; vertical-align: middle; font-size: 1.5rem; margin: 0 2px; text-decoration: none; box-sizing: border-box; line-height: 180%;} 
.board_pager i { font-size: 2rem; margin-top: .4rem; color: #777; font-style: normal;} 
.board_pager .pagePrev { margin-right: 2rem; } 
.board_pager .pageNow { background-color: #EF8009; border-color: #EF8009; } 
.board_pager .pageNone { border-color: transparent; } 
.board_pager .pageNext { margin-left: 2rem; } 
.board_pager a { border-radius: 50%; width: 4rem; height: 4rem; text-align: center; background-color: transparent; color: #999; border: 1px solid #ddd; display: inline-block; vertical-align: middle; font-size: 1.5rem; margin: 0 2px; text-decoration: none; box-sizing: border-box; } 
.board_pager .pageNow strong { color: #fff; } 
.board_pager .inner .total { display: none; } 
.board_pager .inner .total i { font-size: 2rem; } 
.board_pager .pageFirst i::after { content: "\e93c"; font-family: "xeicon"; margin-left: -1.6rem; } 
.board_pager .pageLast i::after { content: "\e93f"; font-family: "xeicon"; margin-left: -1.6rem; } 

@media(max-width:768px){
 .board_pager .inner { width: 18rem; display: block; overflow: hidden; } 
 .board_pager a { display: none; } 
 .board_pager a.pagePrev { display: block; float: left; } 
 .board_pager a.pageNext { display: block; float: right; } 
 .board_pager .inner .total { display: inline-block; vertical-align: middle; margin-top: .8rem; } 
 }

/*갤러리 리스트*/
.galleryList { overflow: hidden; position: relative; border-top: 2px solid #555; } 
.galleryList>ul { margin: 0 -1.3%; } 
.galleryList>ul>li { float: left; padding: 4rem 1.3%; border-bottom: 1px solid #ccc; position: relative; } 
.galleryList.col3>ul li { width: 33.33333333%; } 
.galleryList.col4>ul li { width: 25%; } 
.galleryList>ul>li>a { display: block; position: relative; } 
.galleryList>ul>li .thumb { display: block; overflow: hidden; position: relative; width: 100%; height: 0; padding-bottom: 61%; margin: 0 auto 1rem; text-align: center; background: #000; border: 1px solid #ddd; } 
.galleryList>ul>li .thumb img { width: 100%; -webkit-transition: all .25s; transition: all .25s; } 
.galleryList>ul>li .thumb::before { content: "\e9c5"; font-family: "xeicon"; font-size: 3.6rem; line-height: 1; font-weight: bold; color: #fff; vertical-align: middle; position: absolute; left: 50%; top: 30%; -webkit-transform: translateX(-50%) scale(2); transform: translateX(-50%) scale(2); opacity: 0; visibility: hidden; -webkit-transition: all .25s; transition: all .25s; } 
.galleryList>ul>li .thumb::after { content: ' 자세히 보기'; color: #fff; position: absolute; left: 50%; top: 55%; opacity: 0; visibility: hidden; -webkit-transform: translate(-50%, 20%); transform: translate(-50%, 20%); } 
.galleryList>ul>li>a:hover .thumb::before { font-weight: normal; -webkit-transform: translateX(-50%) scale(1); transform: translateX(-50%) scale(1); } 
.galleryList>ul>li>a:hover .thumb::before,
.galleryList>ul>li>a:hover .thumb::after { opacity: 1; visibility: visible; -webkit-transition: all .25s; transition: all .25s; } 
.galleryList>ul>li .txt { display: block; height: 80px; position: relative; } 
.galleryList>ul>li .title { color: #000; display: inline-block; font-size: 2.2rem; display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; word-break: keep-all; width: 100%; -webkit-transition: all .4s; transition: all .4s; } 
.galleryList>ul>li .hit { position: relative; padding-left: 1rem; margin-left: .8rem; } 
.galleryList>ul>li .date,
.galleryList>ul>li .hit { display: inline-block; margin: .3rem 0 0 0; color: #777; } 
.galleryList>ul>li .date b,
.galleryList>ul>li .hit b { font-weight: normal; color: #000; display: inline-block; margin-right: .4rem; } 
.galleryList>ul>li .hit::before { content: ''; display: block; background-color: #ddd; width: 1px; height: 1.4rem; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); } 
.galleryList>ul>li>a:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .4; } 
.galleryList .btn { display: block; margin-top: 2rem; overflow: hidden; } 
.galleryList .btn .btn_basic { display: inline-block; width: 49%; }

@media screen and (max-width: 768px){
 .galleryList>ul>li .thumb::before { top: 25%; } 
 .galleryList.col3 ul li,
 .galleryList.col4 ul li,
 .galleryList.book_style2 ul li { width: 48.7%; } 
 .galleryList.col3 ul li .hit,
 .galleryList.col4 ul li .hit,
 .galleryList.book_style2 ul li .hit { padding-left: 0; margin-left: 0; } 
 .galleryList>ul>li .hit::before { display: none; } 
 .galleryList ul li a span.txt strong { height: auto; -webkit-line-clamp: 1; } 
 .galleryList ul li a span.txt span.date { margin: 5px 0 0 0; } 
 }

/*썸네일 리스트*/
.galleryList.thumbnail>ul { margin: 0; } 
.galleryList.thumbnail>ul li { float: none; min-height: inherit; padding-left: 0; padding-right: 0; } 
.galleryList.thumbnail>ul li .thumb { width: 28%; padding-bottom: 17%; float: left; margin-right: 4%; margin-bottom: 0;} 
.galleryList.thumbnail>ul li .txt { overflow: hidden; padding-top: 2rem; } 
.galleryList.thumbnail>ul li .txt strong { margin-bottom: 1rem; } 
.galleryList.thumbnail>ul li::after { content: ""; clear: both; display: table; } 
.galleryList>ul>li .desc { display: -webkit-box; -webkit-line-clamp: 4; max-height: 10rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2rem; line-height: 2.5rem; color:#595959;}

@media screen and (max-width: 840px){
 .galleryList.thumbnail>ul li .txt { padding-top: 0; } 
 }

@media screen and (max-width: 768px){
 .galleryList.thumbnail>ul>li .thumb { float: none; position: relative; width: 100%; padding-bottom:61%;} 
 .galleryList.thumbnail>ul>li .txt { padding: 0; } 
 .galleryList.col3 ul li:nth-child(2n), .galleryList.col4 ul li:nth-child(2n), .galleryList.book_style2 ul li:nth-child(2n) { margin-left: 2.6%; } 
 .galleryList.thumbnail>ul li .txt strong {margin: 2rem 0;}
 }

/* 북스타일 1 */
.galleryList.book_style1>ul { margin: 0; } 
.galleryList.book_style1>ul li { width: 50%; padding-left: 2%; padding-right: 2%; position: relative; } 
.galleryList.book_style1 .btn { overflow: hidden; margin-right:33%; } 
.galleryList.book_style1>ul li a { overflow: hidden; } 
.galleryList.book_style1>ul li .thumb { width: 30%; padding-bottom: 19%; float:right; margin-left:4%; } 
.galleryList.book_style1>ul li .txt { overflow: hidden; } 
.galleryList.book_style1>ul li .title { font-size: 2rem; margin-bottom: 2rem; } 
.galleryList.book_style1>ul li .txt .desc { -webkit-line-clamp: 3; max-height: 8rem; } 
.galleryList.book_style1 .date,
.galleryList.book_style1 .hit { display: none; } 
.galleryList.book_style1 .date,
.galleryList.book_style1 .hit { display: none; } 

@media (max-width:768px){
 .galleryList.book_style1 > ul li { width: 100%; padding: 2rem 0 2rem; } 
 }

 
@media (max-width:420px){
 .galleryList.book_style1 > ul li .thumb { width:100%; float:none; padding-bottom:63%; margin-left:0; } 
 .galleryList.book_style1 .btn { margin-right:0; } 
 }

/* 북스타일 2 */
.galleryList.book_style2 > ul { margin: 0 -2%; } 
.galleryList.book_style2 > ul li { width: 25%; padding-left: 2%; padding-right: 2%; } 
.galleryList.book_style2 > ul li .thumb { height: auto; padding-bottom: 0; } 
.galleryList.book_style2 > ul li .thumb::before { top: 40%; } 
.galleryList.book_style2 > ul li .desc { display: none; } 
.galleryList.book_style2 > ul li .date { display: block; } 
.galleryList.book_style2 .date, .galleryList.book_style2 .hit { display: none; } 
.galleryList.book_style2 .btn-line { width:49.5%; margin-left:1%; float:left; min-width: inherit; } 
.galleryList.book_style2 .btn-line:first-of-type { margin-left:0; } 

@media(max-width:1000px){
 .galleryList.book_style2 .btn_basic { width:100%; margin:0; } 
 .galleryList.book_style2 .btn_basic:first-of-type { margin-bottom:1%; } 
 }

@media(max-width:768px){
 .galleryList.col3 ul li, .galleryList.col4 ul li, .galleryList.book_style2 ul li { width: 48.7%; } 
 }

/*갤러리 영상*/
.media_cont { text-align: center; position: relative; height: 0; padding-bottom: 56.25%; margin-bottom: 2rem; } 
.media_cont iframe { position: absolute; width: 100%; height: 100%; left: 0; background-color: #000; } 
.media_textarea { height: 30rem; overflow-y: auto; background-color: #f5f6fa; border: 1px solid #e1e6eb; padding: 3rem 2rem; } 

/*게시판 쓰기*/
.board_write { width: 100%; border-collapse: collapse; letter-spacing: 0; position: relative; border-top: 2px solid #555; margin-bottom: 2rem; } 
.board_write tbody th label .star { color: orange; margin-left: .4rem; position: absolute; right: -1rem; top: 0; } 
.board_write th, .board_write td { font-size: 1.6rem; padding: 1rem 2rem; border-bottom: 1px solid #e4e4e4; word-break: keep-all; } 
.board_write tbody th { color: #333; text-align: left; vertical-align: top; padding-top: 1.6rem; } 
.board_write tbody th label { position: relative; } 
.board_write tbody tr td { font-size: 1.5rem; } 
.board_write input { border: 1px solid #ddd; padding: .8rem 1.4rem; } 
.board_write tbody tr td input#title { width: 100%; } 
.board_write input[disabled], .board_write input[readonly] { background-color: #eee; opacity: 1; } 
.board_write tbody tr td textarea { border: 1px solid #ddd; padding: .8rem 1.4rem; min-height: 200px; width: 100%; } 
.board_write .gallery_help { display: inline-block; font-size: 1.4rem; margin-left: 1rem; } 
ul.add_file li .input_file { display: inline-block; padding: .6rem 1.2rem; border: 1px solid #999; -webkit-transition: all .25s; transition: all .25s; } 
ul.add_file li ~ li { margin-top: 1rem; } 

@media (max-width:480px){
	.board_write input { width:100%; }
	.date_term { display: block; text-align: center; }
}

/* q&a */
.listFaq { margin-bottom: 3rem; border-top: 2px solid #555; } 
div.listFaq ul li:hover { background: #fafafa; } 
div.listFaq ul li { clear: both; display: block; overflow: hidden; content: ""; } 
.listFaq ul li { border-bottom: 1px solid #ddd; } 
div.listFaq ul li span.question { display: block; position: relative; } 
.listFaq ul li .question a { display: block; padding: 5.3rem 15rem; } 
.listFaq ul li.active .question::after { -webkit-transform: translateY(-50%) rotate(180deg); transform:translateY(-50%) rotate(180deg); -webkit-transition: all .25s; transition: all .25s; color: #333; } 
.listFaq ul li .question::after { content: '\e941'; font-family: "xeicon"; font-size: 2.6rem; color: #000; position: absolute; right: 5rem; top: 50%; transform: translateY(-50%); } 
.listFaq ul li .question .title { font-weight: bold; font-size: 1.9rem; font-weight: 500; color: #000;} 
div.listFaq ul li div.answer { border-top: 1px solid #ddd; border-bottom: none; position: relative; } 
.listFaq ul li.active .answer { opacity: 1; visibility: visible; -webkit-transition: all .25s; transition: all .25s; max-height: 2000px; -webkit-transition: all .5s ease; transition: all .5s ease; } 
.listFaq ul li .answer { display: block; opacity: 0; visibility: hidden; max-height: 0; overflow: hidden; background: #f4f5f6; } 
.listFaq ul li .answer .answer_box { padding: 6.3rem 5rem 6.3rem 22rem; } 
.listFaq ul li .answer .category { left: 11.5rem; background: url(/html/images/board/faq-answer-thumnail.png)no-repeat center center / cover; color: inherit; text-indent: -9999px;} 
.listFaq ul li .answer .category::before {display: block; content: url('/html/images/board/faq-answer-arrow.png'); position: absolute; top: 2.55rem; left: -4.75rem; text-indent: 0; line-height: 1;}
.listFaq ul li .category { display: block; border-radius: 50%; width: 7.8rem; height: 7.8rem; text-align: center; background-color: #A5A5A5; padding-top: 0; position: absolute; left: 3.6rem; top:3.4rem; color: #fff; line-height: 7.8rem;} 

.listFaq ul li > .question .category {top: 50%; transform: translateY(-50%); background: #a5a5a5; font-size: 2.6rem;}
.listFaq ul li.active > .question .category {background: #EF8009;}

/* custom */

.listFaq ul li .info {display: block; margin-top: 1.3rem; font-size: 1.6rem; font-weight: 300; color: #535353;}
.listFaq ul li .info .name {display:inline-block; margin-right: 2rem; }
.listFaq ul li .info .date {display: inline-block;}
.listFaq ul li .answer .txt {display: block; font-weight: 300; font-size: 1.6rem;}
.listFaq ul li .answer .txt + * {margin-top: 2rem;}
@media screen and (max-width: 768px){
	.listFaq ul li .answer .answer_box { padding:5rem; padding-left: 12rem; } 
	 .listFaq ul li .answer .category { left: 5rem; } 

    .listFaq ul li .category  { left: 1rem; width: 5.5rem; height: 5.5rem; line-height: 5.5rem; top: 3rem;}

    .listFaq ul li .question::after { right: 1rem; }

    .listFaq ul li .question a { padding: 3.5rem 5rem 3.5rem 8.5rem;}

    .listFaq ul li .answer .category::before {top: 1.15rem; left: -3.5rem; }

    .listFaq ul li .question .title,
    .listFaq ul li .answer .txt {
        font-size: 2rem;
    }
 }

/* 달력 */
.calendar_wrap {width:100%;overflow:hidden; } 
.calendar_wrap .btns ul {width:100%;margin:2.5rem 0;padding:0; } 
.calendar_wrap .btns ul li {margin:0;padding:0;list-style:none; } 
.calendar_wrap .btns ul li.present {width:100%;font-size: 3.2rem;font-weight:400;text-align:center;height:40px; } 
.calendar_wrap .btns ul li.present a {color:#535353; } 
.calendar_wrap .btns ul li.present span, .calendar_wrap .btns ul li.present a.jump {font-weight:300;font-size: 3.2rem;color:#535353; } 
.calendar_wrap .btns ul li.present a.jump {margin:0px 5px;color:#428BCA}
.calendar_wrap .btns ul li.right {position:absolute;top: 5px;right: 20px; } 
.calendar_wrap table {width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0; } 
.calendar_wrap table th, .calendar_wrap table td {font-weight:normal;height:38px;padding:5px; } 
.calendar_wrap table th {font-size:1.5rem;background:#f9fafd;border:1px solid #e7e7e7;border-top:2px solid #535353;height:50px; } 
.calendar_wrap table td {position:relative;width:14.2%;min-height:50px;padding-bottom:30px;border:1px solid #e7e7e7;vertical-align:top;cursor:pointer}
.calendar_wrap table td:hover {background:#f9fafd; } 
.calendar_wrap table .day {margin:5px;font-size:1.5rem;text-align:right; } 
.calendar_wrap table .day .week {display:none; } 
.calendar_wrap table .today {background:#f9fafd; } 
.calendar_wrap table .none .day {color:#ccc !important; } 
.calendar_wrap table .saturday .day {color:#1B6AAA}
.calendar_wrap table .sunday .day {color:#dd5044}
.calendar_wrap .item {position:absolute;z-index:10;padding:3px;display:none;border-radius:3px;font-size:1.6rem;cursor:pointer;word-break:break-all;}
.calendar_wrap .item span {display:inline-block;margin-right:1px;padding:1px 3px;font-size:1.2rem;background:#fff;color:#963 !important;opacity:0.7; } 
.calendar_wrap .json_data {display:none}

@media (max-width:768px){
    .calendar_wrap .btns ul li.present {font-size:2.8rem;text-align:left;height:25px; } 
    .calendar_wrap .btns ul li.present span, .calendar_wrap .btns ul li.present a.jump {font-size: 1.8rem; } 
    .calendar_wrap .btns ul li.present a.jump {margin:0px 5px; } 
    .calendar_wrap .btns ul li.right {position:absolute;top: 5px;right: 20px; } 
    .calendar_wrap table {border-bottom:1px solid #e7e7e7 !important; } 
    .calendar_wrap table th {display:none; } 
    .calendar_wrap table td {width:100%;padding:0;border:none;border-top:1px solid #e7e7e7;min-height:auto;display:block;height:auto;position:relative; } 
    .calendar_wrap table td.none {display:none; } 
    .calendar_wrap table .day {margin:0px;width:60px;height:100%;padding:10px;vertical-align:middle;background:#f9fafd;border-right:1px solid #e7e7e7;display:inline-block;text-align:center; } 
    .calendar_wrap table .day .week {display:inline; } 
    .calendar_wrap table .today {border:none !important;border-top:1px solid #e7e7e7 !important; } 
    .calendar_wrap .item {float:left;margin:8px 0 8px 70px; } 
    .calendar_wrap table td { height:auto; }
}

/* board 210824 */

.board-wrap > div {
    margin-bottom: 3.7rem;
}

.board-wrap > div:last-of-type {
    margin-bottom: 0;
}

.board {
    padding: 3.2rem 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.board-wrap .board-title {
    display: block;
    color: #000;
    letter-spacing: -0.04em;
    margin-bottom: 2rem;
}

.board-wrap .board-title > span {
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
    font-weight: 500;
}

.board-wrap .board-title > strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
    margin-left: .5rem;
    font-weight: 500;
}

.board-wrap .board-title .count {
    color: #EF8009;
}

.board-list {
    overflow: hidden;
    margin: -2.5rem -2.8rem;
}

.board-list > li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    padding: 2.5rem 2.8rem;
}

.board-list.list3 > li {
    width: 33.3333%;
}

.board-list.list4 > li {
    width: 25%;
}

.board-list .board-contents {
    display: block;
}

.board-list .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2rem;
    border: 1px solid #C7C7C7;
}

.board-list .img::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border: .3rem solid #EF8009;
    border-radius: 2rem;

}

.board-list .img::after {
    background: linear-gradient(to bottom, #000, transparent);
    z-index: 1;
    transform: scale(0.9);
}

.board-list .img span {
    display: block;
    position: relative;
    height: auto;
    padding-bottom: 100%;
    overflow: hidden;
}

.board-list .img span img {
    position: absolute;
    height: 100%;
    width: auto;
    max-width: none;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.board-list .img span::before {
    display: block;
    content: "";
    width: 7.3rem;
    height: 7.3rem;
    background: url(/html/images/board/view.png)no-repeat center center / cover;
    position: absolute;
    top: calc(50% + 2rem);
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
}

.board-list.video .img {
    border: none;
}

.board-list.video .img span {
    padding-bottom: 73%;
}

.board-list .txt {
    padding-top: 1.8rem;
    letter-spacing: -0.025em;
}

.board-list .txt .title {
    display: block;
    font-size: 1.8rem;
    font-weight: 500;
}

.board-list .txt .label {
    display: inline-block;
    width: 6.9rem;
    padding: .5rem 0;
    font-size: 1.4rem;
    color: #fff;
    background: #0030B2;
    border-radius: 1rem;
    text-align: center;
    vertical-align: middle;
    margin-right: -4px;
}

.board-list .txt .label.type2 {
    background: #299B29;
}

.board-list .txt .label.type3 {
    background: #EF8009;
}

.board-list .txt .label.type4 {
    background: #9B2990;
}

.board-list .txt .label.type5 {
    background: #3D96DB;
}

.board-list .txt .keyword {
    display: inline-block;
    vertical-align: middle;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 6.9rem);
    margin-right: -4px;
    overflow: hidden;
    padding-left: .75rem;
}

.board-list .txt .keyword span {
    display: inline-block;
}

.board-list .txt .date {
    display: block;
    font-size: 1.4rem;
    color: #555;
    margin-top: .5rem;
}

.board_list .left { text-align: left; }


.empty-data {
    text-align: center;
    padding: 7.5rem 0;
    border-bottom: 1px solid #ddd;
}

/* active,hover */

.board-list .board-contents:hover .img::after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.board-list .board-contents:hover .img span::before {
    top: 50%;
    opacity: 1;
    visibility: visible;
    transition: .4s .2s;
}

@media (max-width:1024px) {

    .board-list {
        margin: -2rem;
    }

    .board-list > li {
        padding: 2rem;
    }
}

@media (max-width:768px) {
    .board-list.list3 > li {
        width: 50%;
    }

    .board-list.list4 > li {
        width: 50%;
    }

    .board-list .txt .label {
        vertical-align: top;
    }

    .board-list .txt .keyword {
        white-space: normal;
        vertical-align: top;
        font-size: 1.8rem;
    }

    .board-wrap .board-title {
        margin-bottom: 1rem;
    }

}

@media (max-width:587px) {
    .board-list {
        margin: -1.5rem -1rem;
    }

    .board-list > li {
        padding: 1.5rem 1rem;
    }
}

@media (max-width:487px) {

    .board-list .txt .label {
        font-size: 1.6rem;
        width: 10rem;
        display: block;
        margin-bottom: 1rem;
    }

    .board-list .txt .keyword {
        display: block;
        padding-left: 0;
    }
}