@charset "utf-8";
/* CSS Document */

/*************** 공통영역 ***************/
/***** 게시판 전체 공통 *****/
/* layout */
#page_head, .board_wrap {width:100%;}
.board_wrap {
    position: relative;
    min-height: 500px;
    max-width: 1150px;
    margin: 0 auto;
}
.board_inc {position:relative; float:right; margin-top:-37px; width:335px; min-height:500px;}
.board_line {position:absolute; top:0; left:812px; height:100%; border-right:1px solid #ddd;}
/* board_wrap */
.board_wrap a:hover, .board_wrap a:active, .board_wrap a:focus {color:#006cb8;}
.board_wrap input:focus, .board_wrap textarea:focus {border:1px solid #888;}
.board_wrap select {
    font-size: 15px;
}

/***** 검색영역 *****/
/* search_field */
#search_field {
    display: flex;
    justify-content: center;
    overflow:hidden;
    position:relative;
    padding:24px;
    background-color: #f9f9f9;
    border:1px solid #EAEAEA
}
#search_field legend, #search_field label{
    overflow:hidden;
    position:absolute;
    width:0;
    height:0;
    line-height:0;
    text-indent:-9999px
}
.board_category select, .board_search select {
    width:150px;
    height:40px;
    padding:0 10px;
}
/* board_search */
.board_search {
    
}
.board_search > div {
    overflow:hidden;
    margin:0;
    padding:0;
    display:flex;
    gap:4px;
}
.board_search > div > span {
    
}
.board_search input {
    width:350px; 
    height:40px; 
    padding:0 5px; 
    border:1px solid #ccc;
}
.board_search .bbsbtn_mini02 {
    padding:0 32px;
    font-size: 15px !important;
    line-height:38px;
}

.board_search .bbsbutton03 {
    border-color: #ccc;
}




/******************** 리스트 ********************/
/* 게시판 리스트 */
.board_list {position:relative; padding:10px 0; font-weight:normal;}
.board_list legend, .board_list label {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px}
.board_list .wpb_title img.new {vertical-align:middle;}
/* table */
.board_wrap table {margin-bottom:10px;}
.board_wrap table.tstyle thead th {padding:20px 13px;}
.board_wrap table.tstyle th {padding:20px 13px; background:#fff; font-weight:bold;}
.board_wrap table.tstyle td {padding:20px 13px;}
/* table2-세로라인없음 */
.board_wrap table.tstyle2 thead th {border-color:#555;}
/* board table 속성 */
.board_list th.fst {width:20px;}
.board_list tr:hover td {background-color: #fafafa;}
.board_list tr:hover td a {color: #006cb8; text-decoration: underline;}
.board_list p.btn_area {margin-top:10px;}
/* 게시판 정렬 */
.board_list .wpb_num {width:70px;}
.board_list .wpb_title {text-align:left;}
.board_list .wpb_author {width:120px;}
.board_list .wpb_author02 {width:150px;}
.board_list .wpb_ad {width:60px;}
.board_list .wpb_date {width:110px;}
.board_list .wpb_vCount {width:60px;}
.board_list>ul+.bbsbtn_mini {margin-top:20px !important;}
/* 등록내용없음 */
.noData {margin: 0  0 10px; padding:60px 0; width:100%; border:1px dotted; background:#fff; text-align:center;}









/******************** 뷰 ********************/
/* 게시물 제목 */
.board_view_head {position:relative; border-top:2px solid #000; width: auto;}
.board_view_head h2 {padding:25px 0 15px !important; margin:0 !important; font-weight:400 !important; font-size:25px !important; text-align:left !important; background-image:none !important; word-break:break-all !important; color:#000;}
/* 게시물 정보 */
.board_info {
    display:flex;
    gap:8px;
    flex-wrap: wrap;
    overflow:hidden; 
    padding:0 0 20px; 
    border-bottom:1px solid #e4e4e4; 
    font-size:15px;
}
.board_info dl {
    display:flex;
    gap:12px;
    margin-right:32px;
}
.board_info dt {
    color:#1d1d1d;
}
/* sns 공유 */
.share {position:absolute; right:0; bottom:30px; margin-bottom:-12px;}
.share .sns_icon {display:none;}
.share .sns {overflow:hidden; display:block !important; float:right;}
.share .sns li {float:left; padding-left:5px;}
.share .sns li a {display:block; overflow:hidden; border-radius:50%; width:30px; height:30px;}
.share .sns li a img {width:100%; height:auto;}
/* 첨부파일 */
.board_file {padding:15px 20px; background:#f9f9f9; font-size:15px;}
.board_file span {display:block; padding:5px 0 5px 20px; background:url(/kor/drbbs/image/icon_file.gif) no-repeat left center;}
.board_file span a {color:#111;}
.board_file span a, .board_file span a:hover {text-decoration: underline !important;}
/* 게시판 콘텐츠 영역 */
.board_con img {max-width:100%; margin:5px 0;}
.board_con {padding:40px 0; word-break:break-all;}
.board_con > table {width:100%; border-collapse: collapse;}
/* 이전글, 다음글 */
.prev_next {
    border-bottom:1px solid #888; 
    font-size:15px;
}
.prev_next li {
    display:flex;
    gap:32px;
    padding:23px 0; border-top:1px solid #e6e6e6; color:#999
}
.prev_next li span {
    flex-shrink: 0;
    font-weight:bold; 
    color:#000; 
    clear:both;
}
.prev_next li a {color:#555}
.prev_next li a:hover {text-decoration: underline !important;}
/* 이미지가 보이지 않을때 */
.board_helper {padding:20px 0; font-size:14px;}
.board_helper a, .board_helper a:hover {color:#F00; text-decoration:underline !important;}
/* 댓글 쓰기 */
.board_comment {overflow:hidden; padding:20px; border-top:1px solid #888; background:#F9F9F9; font-size:13px;}
.board_comment legend {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px}
.board_comment dl {float:left;}
.board_comment dt, .board_comment dd {float:left; margin-right:10px; height:28px; line-height:28px;}
.board_comment dt label, .board_comment dd input {vertical-align:middle;}
.board_comment dl+p.fll {height:28px; line-height:28px;}
.board_comment input {height:28px; border:1px solid #ccc; font-size:13px;}
.board_comment_txt {clear:left; position:relative; padding:10px 110px 10px 0;}
.board_comment_txt textarea {width:95%; height:48px; padding:15px; border:1px solid #ccc; font-size:13px;}
.board_comment_txt input {position: absolute; top:10px; right:0; width:100px; height:80px; border:none; font-size:15px; font-weight:bold;}
/* 스팸방지코드*/
.spamprev_code {overflow:hidden; font-size:13px;}
.spamprev_code li {float:left;}
.spamprev_code input {height:30px; border:1px solid #ccc;}
.spamprev_code img {margin-right:5px; height:30px; width:auto;}
/* 댓글 보기 */
.comment_view {border-bottom:1px solid #888; font-size:12px;}
.comment_view fieldset {padding:20px 25px; background:#F9F9F9;}
.comment_view legend {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px}
#del_confirm input[type=password] {padding:3px; width:50%; min-height:27px; border:1px solid #ddd;}
.comment_view dt {float:left; width:90px; padding:10px 10px 10px 0; color:#000; clear:both;}
.comment_view dd {padding:10px 0 10px 100px; border-top:1px dotted #ccc; word-break:break-all;}
.comment_view dd * {vertical-align:middle;}
.comment_view dd input {margin-left:5px;}










/******************** 글쓰기 ********************/
.board_write label {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px}
.board_write label.labelvisibility {position:relative;width:auto;height:auto;line-height:auto;text-indent:1}
/* table */
.board_write table {text-align:left;}
.board_write table.tstyle th {text-align:left; width:100px;}
/* table2-세로라인없음 */
.board_write table.tstyle2 tbody th, .board_write table.tstyle2 td {border-color:#e4e4e4}
/* 게시판 정렬 */
.board_write table input {padding:3px; min-height:20px; border:1px solid #ddd;}
.board_write table textarea {padding:3px; width:100%; border:1px solid #ddd;}
.board_write table select {height:30px; border:1px solid #ddd;}
.board_write input.write_name, .board_write input.write_pass, .board_write input.homepage {width:200px;}
.board_write input.write_title {width:100%;}
.board_write input.addfile {width:100%; padding:0;}
.board_write input.writeSpamCode {width:60px;}
.board_write_style li {float:left; margin-right:15px;}
.board_write_style input.noneBorder {border:none; vertical-align:middle;}
/* 대용량업로드컴포넌트의 테이블 정의 */
#uploader_container table {margin:0;}









/******************** 기타 ********************/
/***** 게시글삭제, 코멘트삭제, 비밀번호확인, 비밀글 *****/
.confirm {margin:0; padding:0;}
.confirm fieldset {margin:30px auto 0; padding:50px 30px; width:500px; border:1px dotted #aaa; text-align:center;}
.confirm legend {overflow:hidden; position:absolute; width:0; height:0; line-height:0; text-indent:-9999px;}
.confirm label {color:#000;}
.confirm .btn_area {margin:0; padding:0;}
.confirm .btn_area span {display:block; margin-bottom:25px; font-weight:bold; color:#333;}
.confirm .btn_area .inp {padding-top:0; padding-bottom:0; height:30px; border:1px solid #ddd;}
.confirm .btn_area input.bbsbutton03 {padding-top:5px !important; padding-bottom:5px !important;}
.confirm .btn_area_text {margin:25px 0 0; padding:5px; background:#f8f8f8; font-weight:bold; color:#333;}

.confirm .pw_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:5px;
}
.confirm .pw_area label {
    margin-right:5px;
}
.confirm .btn_area .pw_area .bbsbutton03 {
    padding:6px 20px !important;
    line-height: 1.5;
}
.confirm .btn_area .pw_area input.inp {
    height:38px !important;
}
/***** 버튼 *****/
.btn_area {overflow:hidden; margin:30px 0 20px;}
.btn_area > a.button {display:block; float:left; margin: 0 5px 5px 0;}
.btn_left {float:left; text-align:left;}
.btn_right {float:right; text-align:right;}
/* 버튼-포인트컬러 */
.bbsbutton01 {background:#006cb8; color:#fff !important; text-align:center; padding:6px 20px; border:1px solid #006cb8; cursor:pointer; font-size:16px; font-weight:400;}
/* 버튼-그레이 */
.bbsbutton02 {background:#f1f1f1; color:#212121 !important; text-align:center; padding:6px 20px; font-size:16px; font-weight:400; border:1px solid #d7d7d7; cursor:pointer;}
/* 버튼-화이트 */
.bbsbutton03 {background:#fff; color:#212121 !important; text-align:center; padding:6px 20px; font-size:16px; font-weight:400; border:1px solid #d7d7d7; cursor:pointer;}
/* 버튼-먹색 */
.bbsbutton04 {background:#444; color:#fff !important; text-align:center; padding:6px 20px; font-size:16px; font-weight:400; border:1px solid #363636; cursor:pointer;}
/* 버튼-굵은라인 */
.bbsbutton05 {background:#fff; color:#000 !important; text-align:center; padding:6px 20px; font-size:16px; font-weight:400; border:2px solid #000; cursor:pointer;}
/* 버튼-small*/
.bbsbtn_mini {padding:3px 10px; font-size:13px !important;}
.bbsbtn_mini02 {padding:0 10px; font-size:13px !important; line-height:28px;}
/* 버튼-medium */
.bbsbtn_medium {padding:10px 40px; font-size:16px !important;}
/* 버튼-large*/
.bbsbtn_large {padding:20px 70px; font-size:16px !important;}
/* 버튼-mini */
.btn_mini {display:inline-block;width:auto !important; height:28px !important; padding:0 10px !important; border:1px solid #ccc !important; line-height:28px; background-color:#fff; vertical-align:middle; cursor:pointer; color:#000; text-align:center; font-size:13px !important; font-weight:400 !important;}
.btn_mini2 {display:inline-block; width:auto !important; height:28px !important; padding:0 10px !important; border:1px solid #006cb8 !important; line-height:28px; background-color:#006cb8; vertical-align:middle; cursor:pointer; color:#fff; text-align:center; font-size:13px !important; font-weight:400 !important;}
input.btn_mini, input.btn_mini2 {height:30px !important; line-height:auto !important;}
/* 버튼-기타스타일 */
.bbsbutton01:hover, a.bbsbutton01:hover, .bbsbutton01:active, .bbsbutton01:focus {color:#fff !important; background:#005997; border:1px solid #005997;}
.bbsbutton02:hover, a.bbsbutton02:hover, .bbsbutton02:active, .bbsbutton02:focus {color:#212121 !important; background:#eee; border:1px solid #aaa;}
.bbsbutton03:hover, a.bbsbutton03:hover, .bbsbutton03:active, .bbsbutton03:focus {color:#212121 !important; background:#eee; border:1px solid #aaa;}
.bbsbutton04:hover, a.bbsbutton04:hover, .bbsbutton04:active, .bbsbutton04:focus {color:#fff !important; background:#222; border:1px solid #222;}
.bbsbutton05:hover, a.bbsbutton05:hover, .bbsbutton05:active, .bbsbutton05:focus {color:#000 !important; background:#fff; border:1px solid #000;}
.bbsbutton01, .bbsbutton02, .bbsbutton03, .bbsbutton04, .bbsbtn_mini, .bbsbtn_mini02 {vertical-align:middle;}
/* 아이콘 */
.icon_notice {display:inline-block; padding:2px 8px; border:1px dotted #bbb; border-radius:15px; font-size:14px; font-weight:bold; color:#006cb8; letter-spacing:-1px;}
.board_list tr:hover td span.icon_notice {background-color: #006cb8; border:1px dotted #006cb8; color:#fff;}










/******************** 그 외 ********************/
/***** no data *****/
.nodata {border:1px solid #ccc; padding:50px; text-align:center;}
.nodata p {margin:0; text-align:center; color:#888;}

/***** datepicker - 달력 날짜 선택(셀렉트박스) *****/
.ui-datepicker-trigger {vertical-align: middle;}
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; z-index:999999; border:1px solid; background-color:#fff;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 3px; width: 16px; height: 16px;}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 3px;}
.ui-datepicker .ui-datepicker-prev { left:2px;}
.ui-datepicker .ui-datepicker-next { right:2px;}
.ui-datepicker .ui-datepicker-prev-hover { left:1px;}
.ui-datepicker .ui-datepicker-next-hover { right:1px;}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;}
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center;}
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0;}
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker select.ui-datepicker-month { width: 30%; #width: 25%;} 
.ui-datepicker select.ui-datepicker-year { width: 35%; #width: 30%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em;}
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;}
.ui-datepicker td { border: 0; padding: 1px;}
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: center; text-decoration: none;}
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0;}
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible;}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left;}
.ui-datepicker-calendar th { background-color:#006cb8; color:#fff; padding:2px 0 4px 0; font-size:13px; font-weight:normal; border-right:1px solid #006cb8;}
.ui-datepicker-calendar thead tr { border-left:1px solid #006cb8;}
.ui-datepicker-calendar td { background-color:#f9f9f9; color:#666; padding:2px 0 4px 0; font-size:13px; border-right:1px solid #ccc; border-bottom:1px solid #ccc;}
.ui-datepicker-calendar tbody tr { border-left:1px solid #ccc;}
.ui-datepicker-calendar .ui-state-disabled {background-color:#eee; color:#999;}

/***** popup (이미지가 보이지 않으면 여기를 눌러주세요) *****/
.pop_bg {background:#006cb8; position:relative;}
.pop_text {position:absolute; top:0; left:0; right:0; bottom:0;}
.pop_text a {position:absolute; top:20px; left:20px; right:20px; bottom:20; display:block; padding:25px; background:#fff; text-align:justify; word-break:break-all; line-height:1.6; color:#333;}
.pop_text a span {font-weight:bold; color:#000;}
.pop_text a strong {font-weight:bold; color:#006cb8;}




