@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: 1; } 
.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; } 

@media (max-width:767px){
 .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:767px){
 .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 0; overflow: hidden; display: 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, .listFaq::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; padding-top: .5rem; margin: 0 2px; text-decoration: none; box-sizing: border-box; } 
.board_pager.instagram_pager a {padding-top: 0;}
.board_pager i { font-size: 2rem; margin-top: .5rem; color: #777; }
.board_pager .pagePrev { margin-right: 2rem; } 
.board_pager .pageNow { background-color: #333; border-color: #333; } 
.board_pager .pageNone { border-color: transparent; } 
.board_pager .pageNext { margin-left: 2rem; } 
.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:767px){
 .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: .5rem; } 
 }

/*갤러리 리스트*/
.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 #ddd; 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: auto; position: relative; } 
.galleryList>ul>li .title { color: #000; display: inline-block; font-size: 1.8rem; 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: 767px){
 .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: 23%; padding-bottom: 14%; float: left; margin-right: 4%; } 
.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: 2; max-height: 4.8rem; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; margin-bottom: 2rem; } 

@media screen and (max-width: 840px){
 .galleryList.thumbnail>ul li .txt { padding-top: 0; } 
 }

@media screen and (max-width: 767px){
 .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%; } 
 }

/* 북스타일 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:767px){
 .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:767px){
 .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: 1.7rem 0 1.7rem 7rem; } 
.listFaq ul li.active .question::after { -webkit-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all .25s; transition: all .25s; color: #333; } 
.listFaq ul li .question::after { content: '\e943'; font-family: "xeicon"; font-size: 2.2rem; color: #999; position: absolute; right: 2rem; top: 1.4rem; } 
.listFaq ul li .category { display: block; border-radius: 50%; width: 3.6rem; height: 3.6rem; text-align: center; background-color: #333; color: #fff; padding-top: .4rem; position: absolute; left: 2rem; top: 1.2rem; } 
.listFaq ul li .question .title { font-weight: bold; } 
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: 1.7rem 1.7rem 1.7rem 12rem; } 
.listFaq ul li .answer .category { left: 7rem; background-color: #fff; color: inherit; } 
.listFaq ul li .category { display: block; border-radius: 50%; width: 3.6rem; height: 3.6rem; text-align: center; background-color: #333; color: #fff; padding-top: .4rem; position: absolute; left: 2rem; top: 1.2rem; } 

@media screen and (max-width: 768px){
	.listFaq ul li .answer .answer_box { padding-left: 7rem; } 
	.listFaq ul li .answer .category { left: 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:767px){
    .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; }
}

/* 포토리스트 */
.photo_list { padding:2rem 0; }
.photo_list ul { overflow: hidden; }
.photo_list ul li { float: left;width:24%;margin-left:1.3333%;margin-top:7rem; }
.photo_list ul li:first-of-type { margin-left:0;margin-top:0; }
.photo_list ul li:first-of-type+li { margin-top:0; }
.photo_list ul li:first-of-type+li+li { margin-top:0; }
.photo_list ul li:first-of-type+li+li+li { margin-top:0; }
.photo_list ul li:nth-of-type(4n+1) { margin-left:0; }
.photo_list ul li a { display: block; position: relative; }
.photo_list ul li a .value { position:absolute; top:0; left:0; background: #000; z-index:1; display: block; padding: .9rem 2rem; font-size:1.6rem; color:#fff; }
.photo_list ul li a .img { display: block;height: 34.2rem;margin-bottom:2.6rem;position: relative;overflow: hidden; background: #F6F6F6;}
.photo_list ul li a .img img { height: 100%;width: 100%; position: absolute; top:50%; left:50%; transform: translate(-50%, -50%); transition: all .3s;}
.photo_list ul li a:hover .img img { transform: translate(-50%, -50%) scale(1.1);}
.photo_list ul li a:hover .tit { text-decoration: underline; }
.photo_list ul li a:hover .ttt { text-decoration: underline; }
.photo_list ul li a .tit { font-size: 2.2rem; display: block; font-weight: 700;color:#000;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.photo_list ul li a .ttt { text-overflow: ellipsis;white-space: nowrap;overflow: hidden;height: 3rem; }
.photo_list ul li a .hash { margin-top:1.5rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;height: 4rem; }
.photo_list ul li a .hash span { padding: .4rem .8rem;border:1px solid #D2D2D2; display: inline-block; color:#595959; }
.photo_list ul li a .date { margin-top:1.9rem; font-family: 'Poppins', sans-serif; font-size:1.8rem; font-weight: 500; }
.photo_list ul li a .place { margin-top:2rem; }
.photo_list ul li a .place p { font-size: 1.6rem; position: relative; padding-left:3rem; }
.photo_list ul li a .place p .icon { position: absolute;top:.17rem;left:0;width:2.5rem;height: 2.5rem; background: #57C0CE;border-radius: 50%; }
.photo_list ul li a .place p .icon:before { display: block; content: "";position: absolute;top:50%;left:50%;transform: translate(-50%, -50%); font-family: "xeicon";color:#fff;}
.photo_list ul li a .place p .icon.icon01:before { content: "\eb59"; }
.photo_list ul li a .place p .icon.icon02:before { content: "\e9d3"; }
.photo_list ul li a .place p { overflow: hidden; text-overflow: ellipsis;white-space: nowrap; }
.photo_list ul li a .more { margin-top:4rem;text-align: center; }
.photo_list ul li a .more span { width:20rem;height: 4.5rem; border:1px solid #57C0CE; line-height: 4.5rem;display:inline-block;text-align: center; }
.photo_list ul li a .more span em { margin-right:1.3rem; display: inline-block; line-height: 100%; }
.photo_list ul li a .more span i { font-size:2rem;color:#37C2BF; }

@media (max-width:1000px){
    .photo_list ul li a .img { height: 30rem; }
}
@media (max-width:767px){
    .photo_list ul li { margin-top:4rem !important; }
    .photo_list ul li a .img { height: 26rem; }
    .photo_list ul li { width:48.5%; }
    .photo_list ul li:first-of-type { margin-top:0 !important; }
    .photo_list ul li:first-of-type+li { margin-top:0 !important; }
    .photo_list ul li a .img img { width: 100%;height: 100%; }
    .photo_list ul li:nth-of-type(2n+1) { margin-left:0; }
}
@media (max-width:420px){
    .photo_list ul li a .img { height: 100%; }
    .photo_list ul li a .img img { position: relative;top:auto;left:auto; transform: none;}
    .photo_list ul li { width:100%; margin-left:0 !important; }
    .photo_list ul li:first-of-type+li { margin-top:4rem !important; }
}

.instagram_view .label-input {
    font-size: 1.8rem;
}

.label-wrap .label-input.http_address {
    padding: 5px 0 5px 210px;
}

.instagram_view .label-wrap .label-input.http_address img {
    max-width: 50%;
}

.instagram_view .label-input.http_address > span:first-child {
    width: 200px;
}

.instagram_view .label-input > span:first-child {
    line-height: 32px;
}

/* pdf 리스트 */
.pdf-list {
    display:flex; 
	flex-direction:column;
	gap:8rem;
}

/* PDF 타이틀 (녹색/청록색 헤더) */
.pdf-title {
    background: #0EC189;
    padding: 1.75rem 2rem;
    text-align: center;
}

.pdf-title strong {
    color: #FFF;
font-family: "Koruri"; font-size: 3.3rem; font-style: normal; font-weight: 300; 
line-height: 150%; /* 4.95rem */ }

/* 두번째 섹션 타이틀 배경색 */
.pdf-list-item:nth-child(2) .pdf-title {
    background: #8EC422;
}
/* PDF 정보 영역 */
.pdf-info {
    background-color: #f5f5f5;
    border: 0.1rem solid #e0e0e0;
    border-top: none;
}

.pdf-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pdf-info li {
    display: flex;
    align-items: center;
    padding: 2.5rem 4rem;
    border-bottom: 0.1rem solid #e0e0e0;
    background-color: #fff;
}

.pdf-info li a { display:flex; gap:1.6rem; align-items:center; }

.pdf-info li a span { color: #424242;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 3.3rem */ }

.pdf-info li:last-child {
    border-bottom: none;
}


/* PDF 아이콘 */
.pdf-info li a img {
    width: 2.4rem;
    flex-shrink: 0;
}

