@charset "utf-8";

/*
/* BBS_HEAD
/*=================================*/

/* 로그인 */
.login_form {width:490px; margin:30px auto 0;}
.login_form h2 {color:#484848; font-family:'Nanum-bold'; font-size:27px !important; text-align:center !important;}
.login_form h2 span {font-size:17px;}
.login_form p {color:#707070; font-family:'Nanum-regular'; font-size:14px; text-align:left; padding-left:63px; margin-bottom:10px;}

.login_form .loin_box {width:480px; border:#d8d8d8 solid 1px; background:#fbfcfd; margin-top:10px; text-align:center; padding:30px 0;}
.login_form .loin_box input.inputEm {border:#d8d8d8 solid 1px; background:#fff; padding:5px; color:#888; font-size:17px; vertical-align:middle; width:340px; margin-bottom:10px;}
.login_form .loin_box input.btnEmBlue {background:#1f4787; border:none; display:inline-block; text-align:center; color:#fff; font-family:'Nanum-regular'; font-size:20px; width:350px; padding:15px 0;}
.login_form .loin_box input.btnEmBlue:hover {background:#19396c; text-decoration:none;}

.etc_link {margin-top:35px; border-bottom:#d8d8d8 solid 1px; padding:0 0 50px 0;}
.etc_link ul {padding-left:45px;}
.etc_link ul li {display:inline-block; float:left; color:#707070; font-family:'Nanum-regular'; font-size:14px; padding:0 30px; background:url('../img/bbs/login_etc_bg.gif') right 5px no-repeat;}
.etc_link ul li.last {background:none !important; padding-right:0 !important;}
.etc_link ul li a:hover {color:#f35e16;}

/* 회원가입(Table) */
table.join_t1 {border-collapse:collapse; width:100%; margin:0.5em 0px; border-top:2px double #363d4c;}

table.join_t1 tr {} /* colgroup 으로 td 스타일제어하려면 tr에 정의 */
table.join_t1 th {border:1px solid #ddd; padding:10px 7px 10px; font-size:13px; line-height:1.3em; font-family:'Nanum-regular'; color:#000; font-weight:normal;}
table.join_t1 td {border:1px solid #ddd; padding:10px; font-size:13px; line-height:1.3em; border-top-width:0; font-family:'Nanum-regular';}
table.join_t1 td p {line-height:1.7em;}
table.join_t1 th.first, table.join_t1 td.first {border-left:none;}
table.join_t1 th.last, table.join_t1 td.last {border-right:none;}
table.join_t1 thead, table.join_t1 tfoot {background:#f8f8f8; font-weight:normal;}
table.join_t1 thead th {background:#f8f8f8; color:#000; text-align:center; vertical-align:middle; border-bottom:1px double #363d4c;}
table.join_t1 tbody th {background:#fbfbfb; color:#000; text-align:center; font-family:'Nanum-regular';}


/* 게시판 상단 정보영역 : 페이지 수, 검색  */
.bbs_info {position:relative;margin-top:15px}
.bbs_info:after {content:"";display:block;height:0;clear:both}

/* 페이지 수 */
.bbs_info .page {float:left;margin-top:10px}
.bbs_info .page p {display:inline-block;margin-right:10px}
.bbs_info .page select {height:26px;padding:2px}
.bbs_info .page em {color:#4c4c4c;font-weight:bold}

/* 상단 검색 */
.bbs_search {position:absolute;right:0;margin:0;display:block}
.bbs_search select {height:26px;border:#cccccc solid 1px}
.bbs_search input.TypeText {height:20px;width:170px;padding:2px;vertical-align:middle;border:#cccccc solid 1px}
.bbs_search p.btn {display:inline-block;cursor:pointer;background-color:#777777;border:#6a6a6a solid 1px;border-radius:2px;behavior:url('PIE.htc'); padding:5px 8px; vertical-align:middle}
.bbs_search p.btn a {color:#fff}

/* 하단 검색 */
.footer_search {text-align:center;margin:30px 0px 20px;padding:10px 0px;background-color:#f7f7f9}
.footer_search fieldset {position:relative;width:500px;margin:0px auto}
.footer_search .select {margin:0 5px 0 0; padding:7px 5px;}
.footer_search .schText {/*background:url(../img/bbs/bottom_schtext.gif) no-repeat 15px center;*/padding:6px 0px 5px 5px;margin:0 5px 0 0;width:295px;height:22px;background-color:#fff;border:1px solid #d4d4d4;}
.footer_search .btn {display:inline}


/* 리스트 : 일반게시판 */
.bbs_list {margin-top:10px;font-size:13px}
.bbs_list img {max-width:100%;border:0px; vertical-align:middle;}
.bbs_list > table.list_1 {width:100%;border-top:#4c4c4c solid 2px}
.bbs_list > table.list_1 > thead > tr > th,
.bbs_list > table.list_1 > tbody > tr > th,
.bbs_list > table.list_1 > thead > tr > td,
.bbs_list > table.list_1 > tbody  > tr > td {padding:2px 0;line-height:2.8em;border-bottom:#e6e6e6 solid 1px;text-align:center}
.bbs_list > table.list_1 > thead > tr > th,
.bbs_list > table.list_1 > tbody > tr > th {background-color:#f9f9f9;font-weight:bold;padding:3px 0px}
.bbs_list > table.list_1 > tbody > tr:hover > td {background-color:#f2f2f2;}
.bbs_list > table.list_1 td.subject{white-space:nowrap;padding:2px 8px;text-align:left;overflow:hidden}
.bbs_list > table.list_1 .notice {background-color:#4c4948;color:#fff;padding:2px 4px}

/* 리스트 : 이미지링크형 */
.bbs_list > table.list_2 {width:100%;border-top:#4c4c4c solid 2px;border-bottom:#4c4c4c solid 2px}
.bbs_list > table.list_2 > tbody  > tr > td {position:relative;line-height:1.5em;text-align:left;width:50%;padding:20px 0px;border-bottom:#e6e6e6 solid 1px}
.bbs_list > table.list_2 > tbody  > tr > td .fl {float:left;width:28%}
.bbs_list > table.list_2 > tbody  > tr > td .fl > p {border:#ccc solid 1px;padding:5px;text-align:center;min-height:80px;line-height:3em}
.bbs_list > table.list_2 > tbody  > tr > td .fr {float:right;width:70%;margin-left:2%}
.bbs_list > table.list_2 > tbody  > tr > td .fr p {line-height:1.5em}
.bbs_list > table.list_2 > tbody  > tr > td .fr .bbs_tit {font-weight:bold;font-size:14px;margin:5px 0px 7px 0px}
.bbs_list > table.list_2 > tbody  > tr > td .fr .bbs_tit:after {content:"";display:block;height:0;clear:both}
.bbs_list > table.list_2 > tbody  > tr > td .fr .bbs_tit span {margin-right:5px}
.bbs_list > table.list_2 > tbody  > tr > td .fr .bbs_memo{line-height:1.8em}
.bbs_list > table.list_2 > tbody  > tr > td .fr .writer {position:absolute;bottom:17px;height:20px}
.bbs_list > table.list_2 > tbody  > tr > td .fr .writer dt {font-weight:bold;float:left}
.bbs_list > table.list_2 > tbody  > tr > td .fr .writer dd {float:left;padding:0px;margin:0 20px 0 5px}

/* 리스트 : 갤러리게시판 */
.bbs_list{width:100%;border-top:#4c4c4c solid 2px; border-bottom:#4c4c4c solid 2px;}
.bbs_list > table.list_3 { }
.bbs_list > table.list_3 > tbody  > tr > td {line-height:1.5em; text-align:left; width:33%; padding:25px 0 20px 0; border-bottom:#e6e6e6 solid 1px;}
.bbs_list > table.list_3 > tbody  > tr > td div {width:85%;margin:0px auto 0px auto;}
.bbs_list > table.list_3 > tbody  > tr > td div:first-child > .bbs_img {border: 1px solid #e6e6e6; padding:5px; text-align:center;}
.bbs_list > table.list_3 > tbody  > tr > td div:first-child > .bbs_img img {width:100%;}
.bbs_list > table.list_3 > tbody  > tr > td .bbs_tit {width:100%; text-align:center; font-weight:bold; margin:10px 0px 7px 0px;}
.bbs_list > table.list_3 > tbody  > tr > td .bbs_tit:after {content:""; display:block; height:0; clear:both;}
.bbs_list > table.list_3 > tbody  > tr > td .bbs_tit span {display:inline-block; width:100%; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2;-webkit-box-orient: vertical;display: -webkit-box;word-wrap:break-word; float:left; text-align:center;}
.bbs_list > table.list_3 > tbody  > tr.blank_row > td {line-height:0px;padding:0px;}

.bbs_list > ul.gallery {width:100%; border-top:#4c4c4c solid 2px; border-bottom:#4c4c4c solid 2px;}
.bbs_list > ul.gallery:after {content:""; display:block; height:0; clear:both;}
.bbs_list > ul.gallery li {line-height:1.5em; width:100%; border-bottom:#e6e6e6 solid 1px;}
.bbs_list > ul.gallery li ul li {float:left; width:33%; padding:25px 0 20px 0;}
.bbs_list > ul.gallery li ul li div {width:75%;margin:0px auto 0px auto; text-align:center;}
.bbs_list > ul.gallery li ul li div.bbs_img {border:1px solid #e6e6e6; padding:5px; text-align:center;}
.bbs_list > ul.gallery li ul li div.bbs_img img {width:100%;}
.bbs_list > ul.gallery li ul li div.bbs_tit {width:100%; text-align:center; font-weight:bold; margin:10px 0px 7px 0px;}
.bbs_list > ul.gallery li ul li div.bbs_tit:after {content:""; display:block; height:0; clear:both;}
.bbs_list > ul.gallery li ul li div.bbs_tit span {display:inline-block; width:100%; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2;-webkit-box-orient: vertical;display: -webkit-box;word-wrap:break-word; float:left; text-align:center;}

/* 리스트 : 갤러리게시판 추가부분 2017-02-13 */


/* 리스트 : FAQ형 */
.faq_list{margin-top:10px; clear:both;width:100%;border-top:#4c4c4c solid 2px;border-bottom:#4c4c4c solid 2px}
.faq_list > .toggle_title{border-bottom:1px solid #e6e6e6;padding:16px 0px;cursor:pointer;font-size:15px;font-weight:bold;line-height:1.4em}
.faq_list > .toggle_title .title_text{display:inline-block;font-weight:600;color:#666}
.faq_list > .toggle_title .toggle_mark{background: url("../img/bbs/toggle-plus-btn.gif");display:inline-block;width:24px;height:24px;text-indent:-9999px;margin-right:20px}
.faq_list > .toggle_title.active .toggle_mark{background-image: url("../img/bbs/toggle-minus-btn.gif")}
.faq_list > .toggle_content{position: relative; background-color:#f3f3f3;border-bottom:1px solid #e6e6e6}
.faq_list > .toggle_title + .toggle_content .toggle_text{padding:20px 30px;line-height:2.5em}
.faq_list > .toggle_title + .toggle_content p {padding:0 0 0 20px;}
.faq_list > .toggle_content .toggle_text2{padding:20px 30px 20px 35px;line-height:1.8em}
.faq_list > .toggle_content .list_text{padding:0px 30px 20px 35px}
.faq_list > .toggle_content .list_text li {list-style:none;width:100%;padding:5px 0px;font-size:13px;line-height:22px}
.faq_list > .toggle_content .list_text li b {display: inline;float:left;zoom: 1;text-indent: 0;width:80px}
.faq_list > .toggle_content .list_text li p{display:block-inline;margin-left:80px}

/* 상세보기 */
.bbs_view {margin-top:20px;font-size:13px}
.bbs_view > table.view_1 {width:100%;border-top:#4c4c4c solid 2px;border-bottom:2px solid #4c4c4c}
.bbs_view > table.view_1 > thead > tr > th,
.bbs_view > table.view_1 > tbody > tr > th,
.bbs_view > table.view_1 > thead > tr > td,
.bbs_view > table.view_1 > tbody > tr > td {line-height:2.8em;border-bottom:#e6e6e6 solid 1px}
.bbs_view > table.view_1 > thead > tr > th,
.bbs_view > table.view_1 > tbody > tr > th {border-right:#e6e6e6 solid 1px;font-weight:bold;padding:0 0 0 10px;text-align:left;}
.bbs_view > table.view_1 > tbody > tr > td.bbs_tit {position:relative;background-color:#f9f9f9;border-bottom:2px solid #e6e6e6;font-weight:bold;font-size:14px;padding:4px 0px 4px 10px;white-space:nowrap}
.bbs_view > table.view_1 > tbody > tr > td.bbs_tit > div {line-height:1.5em;margin:10px 0px}
.bbs_view > table.view_1 > tbody > tr > td.bbs_tit .date {position:absolute;right:10px;top:3px;font-size:12px;font-weight:normal}
.bbs_view > table.view_1 > tbody > tr > td.name, .bbs_view > table.view_1 > tbody > tr > td.file{padding-left:10px}
.bbs_view > table.view_1 > tbody > tr > td.bbs_detail {min-height:200px;line-height:1.5em;padding:20px 10px}
.bbs_view > table.view_1 > tbody > tr > td img {max-width:100%;vertical-align:middle}
.bbs_view > table.view_1 table {width:100%}

/* 게시판-댓글 */
.bbs_reply {border-bottom:#4c4c4c solid 2px;}
.bbs_reply li {position:relative;border-bottom:1px solid #e6e6e6;font-size:12px;padding:14px 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display:block;}
.bbs_reply li .name {background:url("../img/bbs/btn_reply.png") no-repeat 0 0;padding:0 0 0 20px;font-weight:bold;}
.bbs_reply li .con {padding:0 10px;}
.bbs_reply li .date {color:#aeaeae;}
.bbs_reply li .btnArea {position:absolute;top:13px;right:0;}
.bbs_reply li .btnArea .black {height:38px;}
.bbs_reply li textarea {height:28px;}

.bbs_reply .xxsmall {font-size:11px; line-height:1em; font-weight:400; letter-spacing:-1px; padding:5px !important; height:25px !important; vertical-align:middle;}
.bbs_reply .mr5 {margin-right:5px;}

/* 이전글 다음글 */
.tblNextPrev li { position:relative;padding-left:59px;border-bottom:1px solid #e6e6e6;font-size:14px;font-weight:bold;padding-top:14px;height:28px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display:block}
.tblNextPrev li a{font-size:13px; color:#8d8d8c;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;width:90%}
.tblNextPrev li .date {position:absolute;right:10px; top:10px;font-size:12px;font-weight:normal}
.tblNextPrev li .prev {position:absolute;top:0;left:0;background:url("../img/bbs/icon_tbprev.gif") no-repeat;width:42px;height:42px;text-indent:-9999px}
.tblNextPrev li .next {position:absolute;top:0;left:0;background:url("../img/bbs/icon_tbnext.gif") no-repeat;width:42px;height:42px;text-indent:-9999px}

/* 글쓰기 */
.bbs_write {margin-top:20px;font-size:13px}
.bbs_write > table.write_1 {width:100%;border-top:#4c4c4c solid 2px;border-bottom:2px solid #4c4c4c}
.bbs_write > table.write_1 > thead > tr > th,
.bbs_write > table.write_1 > tbody > tr > th,
.bbs_write > table.write_1 > thead > tr > td,
.bbs_write > table.write_1 > tbody > tr > td {line-height:1.5em;border-bottom:#e6e6e6 solid 1px;padding:15px 0px 15px 20px}
.bbs_write > table.write_1 > thead > tr > th,
.bbs_write > table.write_1 > tbody > tr > th {background-color:#f9f9f9;font-weight:bold;padding:15px 0px 15px 0px; text-align:center;}
.bbs_write > table.write_1 > tbody > tr > td.bbs_tit input[type="text"],
.bbs_write > table.write_1 > tbody > tr > td.bbs_tit input[type="password"] {width:97%;padding:0.5%;border:#d9d9d9 solid 1px}
.bbs_write > table.write_1 > tbody > tr > td.bbs_write {padding-left:0px;border-bottom:none}
.bbs_write > table.write_1 > tbody > tr > td.bbs_write > div {margin-top:30px}
.bbs_write > table.write_1 > tbody > tr > td.bbs_write > div > img {width:100%}
.bbs_write > table.write_1 > tbody > tr > td .check_wrap {margin-top:10px}
.bbs_write > table.write_1 > tbody > tr > td .check_wrap span {margin-right:10px}
.bbs_write > table.write_1  input.TypeText {height:25px;width:170px;padding:2px 5px;vertical-align:middle;border:#cccccc solid 1px}
.bbs_write .i_file2 {position:relative;margin-top:10px}
.bbs_write .i_file2 .file_text {display:inline-block;height:24px;line-height:24px;padding:0px 10px;overflow: hidden;border:#d9d9d9 solid 1px;background-color:#fff;width:75%;vertical-align: middle}
.bbs_write .i_file2 .file_text img.btn_delete {vertical-align: middle;display:none;cursor: pointer}
.bbs_write .i_file2 .file_text span.in {display:inline-block;width:90%}
.file_btn {display:inline-block; font-weight:bold;padding:4px 0px;width:56px;text-align:center;border:#aaa solid 1px;background-color:#f6f6f6;margin-left:5px;vertical-align: middle;line-height:1.2em;position:relative;cursor: pointer}
.bbs_write .file {position:absolute;left:0px;top:0px;width:56px;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);opacity: 0}

/* bbs _footer */
.bbs_footer{zoom:1;position:relative;overflow:hidden;min-height:60px; margin-top:5px;}
.bbs_footer .pagination{position:relative;display:block;clear:both;margin:0 auto;width:100%;text-align:center;cursor:default;height:25px}
.bbs_footer .pagination strong.now {color:#ff9600 !important;text-decoration:none !important}
.bbs_footer .pagination strong.now,
.bbs_footer .pagination a{display:inline-block;padding:1px 5px;font-weight:900;vertical-align:middle;color:#666}
.bbs_footer .pagination a.prev,
.bbs_footer .pagination a.prev_unit,
.bbs_footer .pagination a.next,
.bbs_footer .pagination a.next_unit{position:relative;padding:0px;width:17px;height:17px}
.bbs_footer .pagination a.prev{margin:0px 7px 0px 0px;background-position:3px -494px}
.bbs_footer .pagination a.prev_unit{background-position:5px -519px}
.bbs_footer .pagination a.next{margin:0px 0px 0px 7px;background-position:7px -544px}
.bbs_footer .pagination a.next_unit{background-position:5px -569px}
.bbs_footer .pagination strong.now{text-decoration:underline;cursor:default}
.bbs_footer .pagination strong.now,
.bbs_footer .pagination a:active,
.bbs_footer .pagination a:hover,
.bbs_footer .pagination a:focus{color:#ff9600}
.bbs_footer .btn_wrap{float:right;padding:15px 0px 0px;position:relative;z-index:2}

/* paging */
.paging{clear:both;text-align:center;padding:20px 0px 0px 0px}
.paging a {display:inline-block;vertical-align:top}
.paging a img{vertical-align:middle}
.paging span{font-size:13px;font-family:Verdana;text-align:center;vertical-align:top}
.paging span a{display:inline-block;border:1px solid #a7a7a7;color:#939393;width:30px;height:30px;margin-right:-1px;text-decoration:none;line-height:31px;margin:0px 3px}
.paging span strong{display:inline-block;width:32px;height:32px;text-decoration:none;background:#7fa640;color:#fff;font-weight:bold;line-height:31px;margin:0px 3px}
.paging span a:hover{border:1px solid #7fa640;color:#7fa640}
.paging .paging_prev{margin-right:4px}
.paging .paging_next{margin-left:4px}
.Mpaging {display:none}


/* button Style */
.btn{display:inline-block;vertical-align:middle;color:#666;text-align:center;border-top:#e4e7e9 solid 1px;border-left: #dfe2e5 solid 1px;border-right: #dfe2e5 solid 1px;border-bottom:#bbbfc8 solid 1px;border-radius:0px;background: #fff}
.btn{cursor:pointer;font-size:15px;min-height:35px;line-height:34px;padding:0px 20px}
.btn.black{color:#fff;border-top:#474747 solid 1px;border-left:#474747 solid 1px;border-right:#474747 solid 1px;border-bottom:#474747 solid 1px;text-shadow:0px 1px 0px #474747;background:#474747}
.btn.blue{color:#fff;border-top:#203d91 solid 1px;border-left:#203d91 solid 1px;border-right:#203d91 solid 1px;border-bottom:#203d91 solid 1px;background:#203d91;}
.btn.dglay{color:#fff;border-top:#203d91 solid 1px;border-left:#203d91 solid 1px;border-right:#203d91 solid 1px;border-bottom:#203d91 solid 1px;background:#232323;}
.btn.green{color:#fff;border-top:#65af13 solid 1px;border-left:#65af13 solid 1px;border-right:#63ab13 solid 1px;border-bottom:#63ab13 solid 1px;text-shadow:0px 1px 0px #65af13;background:#65af13; }
.btn.orange{color:#fff;border-top:#f85941 solid 1px;border-left:#f85941 solid 1px;border-right:#f85941 solid 1px;border-bottom:#f85941 solid 1px;text-shadow:0px 1px 0px #f85941;background: #f85941}
.btn.bbig{padding:3px 12px;min-height:20px;font-size:15px;line-height:30px;margin-bottom: 10px;}
.btn.middle{padding:0px 20px;min-height:30px;font-size:13px;line-height:28px;border:0}
.btn.small{padding:0px 12px;min-height:23px;font-size:13px;line-height:23px;}

.buttonArea{position:relative;display:block;width:100%;margin-top:20px;}
.buttonArea:after {content:"";display:block;clear:both;}
.button-left{display:inline-block;float:left;}
.button-right{display:inline-block;float:right;}
.button-center{clear:both;position:relative;display:block;width:100%;text-align:center;margin:15px auto}