@charset "utf-8";
/* SIR 지운아빠 */

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {}
#bo_list a.btn_b02 {display:table-cell;width:80px;height:34px;border:0px solid #3b3c3f;border-radius:4px;background:#424a60;color:#fff;font-size:14px;line-height:18px;letter-spacing:-0.1em;text-align:center;text-decoration:none;vertical-align:middle}
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {}
#bo_list a.btn_admin {display:inline-block;width:80px;height:34px;padding:7px;border:0px solid #e8180c;border-radius:4px;background:#e05349;color:#fff;font-size:14px;text-align:center;text-decoration:none;vertical-align:middle;line-height:20px;} /* 관리자 전용 버튼 */
} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {display:inline-block;width:80px;height:34px;padding:7px;border:0px solid #d9ded9;border-radius:4px;background:#7a7e8a;color:#fff;font-size:14px;text-align:center;text-decoration:none;vertical-align:middle;line-height:20px;}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {display:table-cell;width:80px;height:34px;border:0px solid #3b3c3f;border-radius:4px;background:#424a60;color:#fff;font-size:14px;letter-spacing:-0.1em;text-align:center;text-decoration:none;vertical-align:middle}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
#bo_v a.btn_admin {display:inline-block;width:80px;height:34px;padding:7px;border:0px solid #e8180c;border-radius:4px;background:#e05349;color:#fff;font-size:14px;text-align:center;text-decoration:none;vertical-align:middle;line-height:20px;} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {margin-bottom:50px;} /* 서식단계 진행 */
#bo_w .btn_submit {width:190px;height:45px;margin-right:4px;padding:8px;border:0;border-radius:4px;background:#454c60;color:#fff;font-size:16px;letter-spacing:-0.5px;cursor:pointer}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {display:inline-block;width:190px;height:45px;margin-left:4px;padding:7px;border:0px solid #ccc;border-radius:4px;background:#7a7e8a;color:#fff;font-size:16px;text-decoration:none;line-height:30px;vertical-align:middle}
#bo_w button.btn_cancel {}
#bo_w .btn_cancel:focus, #bo_w .btn_cancel:hover {}
#bo_w a.btn_frmline, #bo_w button.btn_frmline {height:35px;margin-left:5px;padding:10px;border-radius:4px;font-size:1em;line-height:14px;} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}

/* 기본 테이블 */
/* 목록 테이블 */
#bo_list {padding:20px 30px;font-size:14px;}
#bo_list .tbl_head01 {margin:20px 0;}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#f2f8fa;color:#333;font-weight:bold;font-size:14px;text-align:center;letter-spacing:-0.1em}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {vertical-align:middle;} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 tbody td a:hover {text-decoration:underline;}
#bo_list .tbl_head01 td {padding:15px 5px;border-top:1px solid #dbe5e7;border-bottom:1px solid #dbe5e7;color:#333;font-size:14px;word-break:break-all;vertical-align:middle;}
#bo_list .tbl_head01 a {color:#333;}
#bo_list td.empty_table {}
#bo_list input[type="checkbox"] {margin:0;}
#bo_list .icon_file:before {font-family:'fontawesome';content:"\f0c7";margin-left:2px;color:#45b0b6;}
#bo_list .icon_link:before {font-family:'fontawesome';content:"\f0c1";margin-left:2px;color:#45b0b6;}

/* 읽기 내 테이블 */
#bo_v .tbl_head01 {}
#bo_v .tbl_head01 caption {}
#bo_v .tbl_head01 thead th {}
#bo_v .tbl_head01 thead a {}
#bo_v .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_v .tbl_head01 tfoot th {}
#bo_v .tbl_head01 tfoot td {}
#bo_v .tbl_head01 tbody th {}
#bo_v .tbl_head01 td {}
#bo_v .tbl_head01 a {}
#bo_v td.empty_table {}

/* 쓰기 테이블 */
#bo_w {padding:0 30px;}
#bo_w table {font-size:14px;}
#bo_w h2 {margin-bottom:5px;font-size:18px;color:#333;font-weight:bold;}
#bo_w caption {}
#bo_w .tip {margin-bottom:20px;color:#e05349;font-size:14px;font-weight:bold;}
#bo_w .tbl_frm01 input[type="checkbox"], input[type="radio"] {margin:0;}
#bo_w .tbl_frm01 label {margin:0;}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {margin:0;}
#bo_w .del {margin:5px 0 0;}
#bo_w .del label {font-weight:normal;}

#bo_w .tbl_frm01 {margin:0 0 70px;}
#bo_w .tbl_frm01 th {width:140px;padding:7px 13px;border:1px solid #cdd8dd;border-left:0;border-right:0;color:#333;background:#f2f8fa;font-weight:bold;font-size:14px;text-align:left;vertical-align:middle;}
#bo_w .tbl_frm01 td {height:55px;padding:9px 10px;border-top:1px solid #cdd8dd;border-bottom:1px solid #cdd8dd;background:transparent;vertical-align:middle;}

#bo_w .tbl_frm01 textarea, #bo_w tbl_frm01 .frm_input {}
#bo_w .tbl_frm01 textarea {}
/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}
#bo_w .tbl_frm01 a:hover {text-decoration:underline;}

/* 필수입력 */
#bo_w .required, #bo_w textarea.required {background:#fbfbfb !important;}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{display:none;}
#bo_w .cke_sc_def {}
#bo_w .cke_sc_def dl {}
#bo_w .cke_sc_def dl:after {}
#bo_w .cke_sc_def dt, #bo_w .cke_sc_def dd {}
#bo_w .cke_sc_def dt {}
#bo_w .cke_sc_def dd {}


/* 페이징 */
.pg_wrap {clear:both;margin:0;padding:30px 0 0;font-size:12px;text-align:center}
.pg {}
.pg_page, .pg_current, .qa_page {}
.pg_page, .qa_page {}
.pg_page, .pg_current {display:inline-block;width:30px;height:30px;margin:0 1px;padding:0 8px;color:#7a7e8a;letter-spacing:0;line-height:2.5em;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {border:1px solid #b1b4bb;border-radius:4px;color:#7a7e8a !important;background:#fff;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */width:42px;}
.pg_end, .pg_next {/* 다음 */width:42px;}
.pg_current {display:inline-block;margin:0;background:#7a7e8a;border-radius:4px;color:#fff;font-weight:normal}

/* 공통 */

.essential {color:#e05349;font-weight:bold;vertical-align:middle;}
.frm_input {width:230px;height:36px;padding:4px;border:1px solid #e4eaec;border-radius:4px;font-size:14px;background:#fbfbfb;}
.input01 {width:130px !important;}
.input02 {width:160px !important;}
.input03 {width:210px !important;}
.input04 {width:100% !important;}
.input05 {width:80% !important;}

#captcha {vertical-align:middle;}
#captcha legend {display:none;border:0;}
#captcha #captcha_img {position:absolute;width:122px;height:46px;padding:5px 0 0;margin:0;border:1px solid #e4eaec;border-radius:4px;vertical-align:middle;background:#fff;}
#captcha #captcha_key {margin:0 0 0 150px;padding:0 5px;width:95px;height:45px;border:1px solid #e4eaec;border-radius:4px;background:#f7f7f7;font-size:16px;font-weight:normal;text-align:center;line-height:2.4em;vertical-align:top}
#captcha #captcha_info {float:right;display:inline;margin:11px 0 0 15px;color:#666;font-size:14px;letter-spacing:-0.5px}
#captcha #captcha_mp3 {position:absolute;top:0;left:120px;;margin:0;padding:0;width:23px;height:23px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:23px;height:23px;background:url('../yp_board/img/captcha.png') no-repeat;}
#captcha #captcha_reload {position:absolute;top:23px;left:120px;margin:0;padding:0;width:23px;height:23px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha.png') no-repeat  0 -23px;border-top:1px solid #ccc;text-indent:-999px}
#captcha #captcha_reload span {background:url('../yp_board/img/captcha.png') no-repeat  0 -23px;}

/* 새창 */
.new_win .win_btn input {background:#333;}
.new_win #win_title {color:red;}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
#bo_list .td_board {width:120px;text-align:center}
#bo_list .td_chk {width:30px;text-align:center}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:110px;text-align:center}
#bo_list .td_group {width:100px;text-align:center}
#bo_list .td_mb_id {width:100px;text-align:center}
#bo_list .td_mng {width:80px;text-align:center}
#bo_list .td_name {width:100px;text-align:center}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}

#bo_list .txt_active {color:#5d910b}
#bo_list .txt_expired {color:#ccc}

#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {margin-bottom:10px;padding-left:1px;zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {float:left;margin-bottom:-1px}
#bo_cate a {display:block;position:relative;margin-left:-1px;padding:6px 0 5px;width:90px;border:1px solid #ddd;background:#f7f7f7;color:#888;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none}
#bo_cate #bo_cate_on {z-index:2;border:1px solid #565e60;background:#fff;color:#565e60;font-weight:bold}

.td_subject img {margin-left:3px}
.tbl_wrap table {width:100%;}

/* 게시판 목록 공통 */
.bo_fx {zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
#bo_sch {float:right;margin:0;}
#bo_sch legend {position:absolute;margin:0;padding:0;border:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#bo_sch ul {margin:0;padding:0;list-style:none}
#bo_sch select {width:110px;height:36px;margin-right:3px;padding:6px;border:1px solid #e4eaec;border-radius:4px;font-size:14px;background:#fbfbfb;}
#bo_sch .btn_submit {margin-left:3px;padding:0 3px 0 0;width:60px;height:34px;border-radius:4px;font-size:14px;background:#e05349;line-height:1em}
.bo_fx input[type="text"] {width:230px;height:36px;padding:4px;border:1px solid #e4eaec;border-radius:4px;font-size:14px;background:#fbfbfb !important;}
#bo_list_total {float:left;padding-top:20px;font-size:14px;color:#333;}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;margin-left:5px}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {display:table-cell;width:80px;height:34px;padding-right:2px;border:0px solid #3b3c3f;border-radius:4px;background:#424a60;color:#fff;font-size:14px;letter-spacing:-0.1em;line-height:14px;}
.bo_notice td {background:#fff}
.bo_notice td a {font-weight:bold}
.td_num strong {color:#000}
.bo_cate_link {display:inline-block;margin:0 3px 0 0;padding:0 6px 0 0;border-right:1px solid #e7f1ed;color:#999 !important;font-weight:bold;text-decoration:none} /* 글제목줄 분류스타일 */
.bo_current {color:#e8180c}
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

/* 게시판 쓰기 */
#char_count_desc {display:block;margin:0 0 5px;padding:0}
#char_count_wrap {margin:5px 0 0;text-align:right}
#char_count {font-weight:bold}

#autosave_wrapper {position:relative}
#autosave_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:370px;height:auto !important;height:180px;max-height:180px;border:1px solid #999;background:#fff;overflow-y:scroll}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
#autosave_pop div {text-align:right}
#autosave_pop button {margin:0;padding:0;border:0;background:transparent}
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
#autosave_pop ul button {margin:0 0 0 4px;padding:0 5px;border-radius:4px;font-size:12px;color:#555;line-height:2.4em;background:#ededed;}
#autosave_pop li {padding:8px 5px;border-bottom:1px solid #e9e9e9;line-height:28px;zoom:1}
#autosave_pop li:after {display:block;visibility:hidden;clear:both;content:""}
#autosave_pop a {display:block;float:left}
#autosave_pop span {display:block;float:right}
.autosave_close {cursor:pointer}
.autosave_content {display:none}

/* 게시판 읽기 */
#bo_v {padding:20px 30px;}

#bo_v_table {display:none;position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#ff3061;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_title {height:50px;padding:10px 20px;background:#f2f8fa;border-top:1px solid #dbe4e7;color:#333333;font-size:18px;font-weight:bold;line-height:30px;}

#bo_v_info {height:50px;padding:13px 20px;border-top:1px solid #dbe4e7;border-bottom:1px solid #dbe4e7;font-size:14px;line-height:23px;}
#bo_v_info:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {margin-left:7px;color:#777;font-weight:normal;vertical-align:middle;}
#bo_v_info .bo_v_info_tit {color:#333;font-weight:bold;vertical-align:middle;}
#bo_v_info .bo_v_info_tit .sv_guest {font-weight:normal;}
#bo_v_info .sv_guest {font-weight:normal;}
#bo_v_info .right {float:right;}
#bo_v_info .right span {margin-left:30px;}

#bo_v_info .sv_member,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}

#bo_v_link li, #bo_v_file li {height:50px;padding:13px 20px;border-bottom:1px solid #dbe4e7;line-height:23px;background:#fff;}
#bo_v_file strong, #bo_v_link strong {font-weight:normal;}

#bo_v_file {padding:0;}
#bo_v_file h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file a {display:inline;padding:0;width:100%;color:#333;font-size:14px;}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file span {display:none;}
.bo_v_file_cnt {display:inline-block;margin:0 0 3px 10px;color:#777;}

#bo_v_link {padding:0;}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link a {display:inline;color:#333;font-size:14px;}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
#bo_v_link span {display:none;}
.bo_v_link_cnt {display:inline-block;margin:0 0 3px 10px;color:#777;}

#bo_v_file img, #bo_v_link img {float:none;margin:0 3px 0 0;}

#bo_v_top {display:none;margin:0 0 10px;padding:10px 0;zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {margin:0;padding:0;list-style:none}

.bo_v_nb {float:left}
.bo_v_nb li {float:left;margin-right:5px}
.bo_v_com {float:right}
.bo_v_com li {float:left;margin-left:5px}

#bo_v_atc {min-height:200px;height:auto !important;height:200px;padding:20px;font-size:14px;color:#333;}
#bo_v_atc_title {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_v_img {margin:0 0 10px;width:100%;overflow:hidden;zoom:1}
#bo_v_img:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_img img {margin-bottom:20px;max-width:100%;height:auto}

#bo_v_con {margin-bottom:30px;width:100%;line-height:1.7em;word-break:break-all;overflow:hidden}
#bo_v_con a {color:#000;text-decoration:underline}
#bo_v_con img {max-width:100%;height:auto}

#bo_v_act {margin-bottom:30px;text-align:center}
#bo_v_act .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}
#bo_v_act strong {color:#ff3061}
#bo_v_act_good, #bo_v_act_nogood {display:none;position:absolute;top:30px;left:0;padding:10px 0;width:165px;background:#ff3061;color:#fff;text-align:center}

#bo_v_sns {margin:0 0 20px;padding:0;list-style:none;zoom:1}
#bo_v_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_sns li {float:left;margin:0 5px 0 0}

/* 게시판 댓글 */
#bo_vc {margin-bottom:20px;padding:30px;border:1px solid #dbe4e7;border-radius:4px;font-size:14px;color:#333;background:#f2f8fa;}
#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc}
#bo_vc header {position:relative;padding:15px 0 5px;}
#bo_vc header .icon_reply {top:20px;}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc h2 {margin-bottom:10px;color:#444;font-size:16px;font-weight:bold;}
#bo_vc p {padding:0 0 15px;line-height:1.8em;}
#bo_vc p img {margin:0 3px 2px 0}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc span h2 {padding-top:10px;}
#bo_vc a {color:#333;}
#bo_vc a:hover {text-decoration:underline;}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc input[type="text"], #bo_vc textarea {background:#fff !important;}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold;color:#333;}
#bo_vc .guest {vertical-align:middle;}
#bo_vc .comment_fram {margin-bottom:10px;padding:20px;border:0;border-radius:5px;background:#e6ecef;}
#bo_vc #captcha_info {display:none;}
#bo_vc #bo_vc_winfo {float:left}

#bo_vc_empty {margin:0;padding:20px !important;text-align:center}

#bo_vc_w {border-bottom:none;}
#bo_vc_w input[type="text"], 
#bo_vc_w textarea {background:#fff !important;}
#bo_vc_w #captcha #captcha_info {display:none;}

#bo_vc_w h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_vc_w #char_cnt {display:block;margin:0 0 5px}

#bo_vc_sns {margin:0;padding:0;list-style:none;zoom:1}
#bo_vc_sns:after {display:block;visibility:hidden;clear:both;content:""}
#bo_vc_sns li {float:left;margin:0 20px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}

.comment_fram {margin-bottom:20px;padding:30px;border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2;font-size:14px;background:#f5f5f5;}
.comment_fram textarea {padding:4px;width:100%;height:90px;border:1px solid #e4eaec;border-radius:4px;background:#fff !important;}
.comment_fram label {margin:0;color:#555;letter-spacing:-0.5px;line-height:30px;}
.comment_fram input[type="checkbox"], input[type="radio"] {margin:0;}
.comment_fram .frm_input {margin-right:7px;background:#fff !important;}
.comment_submit {float:right;width:110px;height:90px;margin-left:10px;padding:8px;border:0;border-radius:4px;background:#454c60;color:#fff;font-size:16px;letter-spacing:-0.1em;cursor:pointer}
.comment1 {display:table;padding-bottom:10px;}
.comment1 fieldset {margin-left:30px;}
.comment1 .frm_input {vertical-align:;}
.comment1 .input03 {width:150px !important;}
.comment1 .input01 {width:140px !important;}
.comment2 {padding-top:5px;}
.comment2 td {display:table-cell;vertical-align:middle;}

.bo_vc_act {float:right;margin:0;list-style:none;zoom:1}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px}

.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px;color:#9da6b0;}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

