@charset "utf-8";

/* 게시판 버튼 */
/* 목록 버튼 */
#bo_list a.btn_b01 {}
#bo_list a.btn_b01:focus, #bo_list a.btn_b01:hover {}
#bo_list a.btn_b02 {}
#bo_list a.btn_b02:focus, #bo_list a.btn_b02:hover {}
#bo_list a.btn_admin {} /* 관리자 전용 버튼 */
#bo_list a.btn_admin:focus, #bo_list .btn_admin:hover {}

/* 읽기 버튼 */
#bo_v a.btn_b01 {}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 {}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
#bo_v a.btn_admin {} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm {text-align:right} /* 서식단계 진행 */
#bo_w .btn_submit {padding:0 20px}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {}
#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 {} /* 우편번호검색버튼 등 */
#bo_w button.btn_frmline {}

/* 기본 테이블 */
/* 목록 테이블 */
#bo_list .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th {}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td {}
#bo_list .tbl_head01 a {}
#bo_list td.empty_table {}

/* 읽기 내 테이블 */
#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 table {}
#bo_w caption {}
#bo_w .frm_info {}
#bo_w .frm_address {}
#bo_w .frm_file {}

#bo_w .tbl_frm01 {}
#bo_w .tbl_frm01 th { width:150px; }
#bo_w .tbl_frm01 td {}
#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 .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{}
#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 {}

/* ### 기본 스타일 커스터마이징 끝 ### */

/* 게시판 목록 */
#bo_list {position:relative}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#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;font-style: italic;}
#bo_list .td_datetime {width:60px;text-align:center;font-style: italic}
#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:90px;text-align:left;padding:10px 0}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;;text-align:center}
#bo_list .td_num2 {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_list .td_category {width:180px;text-align:center}

#bo_list tbody tr:hover {border-left:2px solid #253dbe}

#bo_cate {background:#ecf2f3;padding:7px;margin:10px 0;border:1px solid #bed1d4}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px;}
#bo_cate a {display:block;line-height:26px;padding:0 10px;border-radius:3px;border:1px solid transparent}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#d2d6dc;}
#bo_cate #bo_cate_on {z-index:2;background:#3497d9;color:#fff;font-weight:bold;border-bottom-color:#1977b5;
-webkit-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow: inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202);}
.td_subject img {margin-left:5px}

/* 게시판 목록 */
#bo_list {position:relative;margin-bottom:20px}
#bo_list:after {display:block;visibility:hidden;clear:both;content:""}
#bo_list .td_board {width:120px;text-align:center}
#bo_list .all_chk { width:30px;text-align:center !important; }
#bo_list .td_chk {width:30px;text-align:center;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1}
#bo_list .td_date {width:60px;text-align:center}
#bo_list .td_datetime {width:60px;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:150px;text-align:center;padding:10px 0}
#bo_list .td_nick {width:100px;text-align:center}
#bo_list .td_num {width:50px;text-align:center}
#bo_list .td_num2 {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 {margin:25px 0}
#bo_cate h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_cate ul {zoom:1}
#bo_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#bo_cate li {display:inline-block;padding:2px}
#bo_cate a {display:block;line-height:28px;padding:5px 15px;border-radius:30px;border:1px solid #d6e9ff;color:#6794d3}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {text-decoration:none;background:#3a8afd;color:#fff}
#bo_cate #bo_cate_on {z-index:2;background:#3a8afd;color:#fff;font-weight:bold;border:1px solid #3a8afd;
-webkit-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
-moz-box-shadow:inset 0 2px 5px rgb(33, 135, 202);
box-shadow:inset 0 2px 5px rgb(33, 135, 202)}
.td_subject img {margin-left:5px}

/* 게시판 목록 공통 */
.selec_chk {position:absolute;top:0;left:0;width:0;height:0;opacity:0;outline:0;z-index:-1;overflow:hidden}
.chk_box {position:relative}
.chk_box input[type="checkbox"] + label {position:relative;color:#676e70}
.chk_box input[type="checkbox"] + label:hover {color:#2172f8}
.chk_box input[type="checkbox"] + label span {float:left;width:15px;height:15px;display:block;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.write_div .chk_box input[type="checkbox"] + label, .bo_vc_w .chk_box input[type="checkbox"] + label {padding-left:20px}
.write_div .chk_box input[type="checkbox"] + label span, .bo_vc_w .chk_box input[type="checkbox"] + label span {position:absolute;top:2px;left:0;width:15px;height:15px;display:block;margin:0;background:#fff;border:1px solid #d0d4df;border-radius:3px}
.chk_box input[type="checkbox"]:checked + label {color:#000}
.chk_box input[type="checkbox"]:checked + label span {background:url(./img/chk.png) no-repeat 50% 50% #3a8afd;border-color:#1471f6;border-radius:3px}


#bo_btn_top {margin:10px 0}
#bo_btn_top:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx {margin-bottom:5px;float:right;zoom:1}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;line-height:34px;font-size:0.92em;color:#4e546f}

.btn_bo_user {float:right;margin:0;padding:0;list-style:none}
.btn_bo_user li {float:left;width:40px;text-align:center;margin-left:5px;background:#fff}
.btn_bo_user > li {position:relative}
.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.more_opt {display:none;position:absolute;top:45px;right:0;background:#fff;border:1px solid #b8bfc4;z-index:999}
.more_opt:before {content:"";position:absolute;top:-8px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #b8bfc4 transparent}
.more_opt:after {content:"";position:absolute;top:-6px;right:13px;width:0;height:0;border-style:solid;border-width:0 6px 8px 6px;border-color:transparent transparent #fff transparent}
.more_opt li {border-bottom:1px solid #f1f1f1;padding:10px;float:inherit;width:90px;margin:0;color:#6b757c;text-align:left}
.more_opt li:last-child {border-bottom:0}
.more_opt li button, .more_opt li a {width:100%;border:0;background:#fff;color:#6b757c}
.more_opt li:hover a,
.more_opt li:hover button {color:#000}
.more_opt li i {float:right;line-height:20px}

.td_num strong {color:#000}
.bo_cate_link {float:left;display:inline-block;margin-right:10px;background:#e2eaf6;color:#3a8afd;font-weight:normal !important;height:20px;line-height:10px;padding:5px 8px;border-radius:5px;font-size:0.95em} /* 글제목줄 분류스타일 */
.bo_cate_link:hover {text-decoration:none}
.bo_tit {display:block;color:#000;font-weight:bold}
.bo_current {color:#e8180c}
#bo_list .profile_img img {border-radius:50%}
#bo_list .cnt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}

#bo_list .bo_tit .title_icon {margin-right:2px}
#bo_list .bo_tit .fa-heart {color:#ff0000}
#bo_list .bo_tit .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
#bo_list .bo_tit .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
#bo_list .bo_tit .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
#bo_list .bo_tit .fa-caret-right {color:#bbb}
#bo_list .bo_tit .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}
#bo_list .bo_tit .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;margin-left:5px;vertical-align:middle}

.bo_sch_wrap {display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999}
.bo_sch {position:absolute;top:50%;left:50%;background:#fff;text-align:left;width:330px;max-height:300px;margin-left:-115px;margin-top:-180px;overflow-y:auto;border-radius:5px;-webkit-box-shadow:1px 1px 18px rgba(0,0,0,0.2);-moz-box-shadow:1px 1px 18px rgba(0,0,0,0.2);box-shadow:1px 1px 18px rgba(0,0,0,0.2);border:1px solid #dde7e9;background:#fff;border-radius:3px}
.bo_sch:after {display:block;visibility:hidden;clear:both;content:""}
.bo_sch h3 {padding:15px;border-bottom:1px solid #e8e8e8}
.bo_sch legend {background:red}
.bo_sch form {padding:15px;display:block}
.bo_sch select {border:0;width:100%;height:40px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_bar {display:inline-block;width:100%;clear:both;margin-top:15px;border:1px solid #d0d3db;border-radius:2px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.bo_sch .sch_input {width:250px;height:38px;border:0;padding:0;background-color:transparent;float:left}
.bo_sch .sch_btn {height:38px;float:right;color:#656565;background:none;border:0;width:40px;font-size:15px}
.bo_sch .bo_sch_cls {position:absolute;right:0;top:0;color:#b5b8bb;border:0;padding:12px 15px;font-size:16px;background:#fff}
.bo_sch_bg {background:#000;background:rgba(0,0,0,0.1);width:100%;height:100%}



/* 관리자일 때 */
#bo_list_admin th label {position:absolute;font-size:0;line-height:0;overflow:hidden}

#bo_list_admin th:nth-of-type(1) {width:40px}
#bo_list_admin th:nth-of-type(3) {width:100px}

#bo_list_admin td:nth-of-type(1) {text-align:center}
#bo_list_admin td:nth-of-type(3) {text-align:center}

/* 관리자가 아닐 때 */
#bo_list th:nth-of-type(2) {width:100px}

#bo_list td:nth-of-type(2) {text-align:center}

/* 게시판 목록 공통 */
.bo_fx {margin-bottom:5px;padding:5px 10px}
.bo_fx:after {display:block;visibility:hidden;clear:both;content:""}
.bo_fx ul {margin:0;padding:0;list-style:none}
#bo_list_total {float:left;padding:0;height:2.5em;line-height:2.5em}
.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 {padding:8px;border:0;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#f7f7f7}
.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}
.td_subject a {display:block}
.td_subject img {margin-left:3px}
#bo_list .cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}

#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}

/* 약관 */
#bo_w_agree { margin-bottom:30px; }

#bo_w_agree section {margin:0 0 20px;padding:20px 0}
#bo_w_agree h2 {margin:0 0 20px;text-align:center}
#bo_w_agree textarea {display:block;margin-bottom:10px;padding:5px;width:99%;height:150px;border:1px solid #e9e9e9;background:#f7f7f7}
#bo_w_agree .wr_agree {padding:10px 0 0;text-align:right}
#bo_w_agree .wr_agree label {display:inline-block;margin-right:5px}

#bo_w .frm_address {margin:5px 0 0}
#bo_w #reg_wr_4 {display:inline-block;margin:5px 0 0;vertical-align:middle}
#bo_w #reg_wr_6 {display:block;margin:5px 0 0}

/* 게시판 쓰기 */
#bo_w #wr_email, #bo_w #wr_homepage, #bo_w #wr_subject {width:100%}

#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}

#wr_email, #wr_homepage, #wr_subject, .wr_link {width:100%}

/* 게시판 읽기 */
#bo_v {margin-bottom:15px;padding-bottom:15px}

#bo_v_table {padding:0 10px;color:#999;font-size:0.9em;font-weight:bold}

#bo_v_title {padding:0 10px 5px;font-size:1.2em}

#bo_v_info {padding:0 10px 10px;border-bottom:1px solid #ddd}
#bo_v_info h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_info {}
#bo_v_info strong {display:inline-block;margin:0 0 0 5px;font-weight:normal}

#bo_v_file {}
#bo_v_file h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7}
#bo_v_file a {display:inline-block;padding:5px 0;color:#000;text-decoration:none}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
.bo_v_file_cnt {display:inline-block;margin:0 10px}

#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f7f7f7}
#bo_v_link a {display:inline-block;padding:5px 0;color:#000;text-decoration:none}
#bo_v_link a:focus, #bo_v_link a:hover, #bo_v_link a:active {text-decoration:none}
.bo_v_link_cnt {display:inline-block;margin:0 10px}

#bo_v_top {margin:0 0 10px;padding:10px}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#bo_v_top ul {margin:0;padding:0;list-style:none}

#bo_v_bot {padding:0 10px}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;text-indent:-9999em;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 {padding:0 10px;min-height:200px}
#bo_v_atc_title {margin:0;padding:0;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:15px;max-width:100%;height:auto}

#bo_v_con {margin-bottom:20px;width:100%;font-size:1.250em;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 {position:relative;margin-bottom:20px;text-align:center}
#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;right:10%;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:0 0 20px;padding:20px 10px 10px;border:1px solid #e5e8ec;background:#f5f8f9}
#bo_vc h2 {margin-bottom:5px}
#bo_vc article {padding:0 0 5px;border-top:1px dotted #ccc}
#bo_vc header {position:relative;padding:13px 0 5px}
#bo_vc header .icon_reply {position:absolute;top:13px;left:-20px}
#bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;margin:0 10px 0 5px}
#bo_vc h1 {width:0;height:0;font-size:0;line-height:0;overflow:hidden}
#bo_vc a {color:#000;text-decoration:none}
#bo_vc p {padding:0 0 5px;line-height:1.8em}
#bo_vc p a {text-decoration:underline}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc_empty {margin:0;padding:15px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1}
#bo_vc footer:after {display:block;visibility:hidden;clear:both;content:""}

.bo_vc_act {float:right;margin:0;list-style:none}
.bo_vc_act:after {display:block;visibility:hidden;clear:both;content:""}
.bo_vc_act li {float:left;margin-left:5px}

#bo_vc_w {position:relative;margin-bottom:10px;padding:0 10px 15px;border-bottom:1px solid #dde4e9}
#bo_vc_w h2 {padding:10px 0 5px}
#bo_vc_w .tbl_wrap {margin:0 0 15px}
#bo_vc_w #char_cnt {display:block;margin-bottom:5px}
#bo_vc_w textarea {width:99%}

#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 10px 0 0}
#bo_vc_sns input {margin:0 0 0 5px}


/* 게시판 쓰기 */
#bo_w {padding:15px}
#bo_w .bo_v_option li {display:inline-block;float:left;margin:0 5px 0 0}
#bo_w .bo_v_option li label {vertical-align:baseline}
#bo_w .bo_v_option:after {display:block;visibility:hidden;clear:both;content:""}
#bo_w .bo_w_select select {border:1px solid #d0d3db;background:#fff;width:100%}
#bo_w .bo_w_link label {position:absolute;top:1px;left:1px;border-radius:3px 0 0 3px;width:45px;height:43px;line-height:43px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_link .frm_input {padding-left:50px}
.cs_section .bo_w_flie .lb_icon {position:absolute;top:0px;left:0px;border-radius:3px 0 0 3px;width:45px;height:43px;line-height:43px;font-size:1.2em;text-align:center;color:#b2b2b2}
#bo_w .bo_w_flie .frm_input {margin:5px 0 0}


/* 추가부분 */
.cs_section{margin: 0 auto;padding: 0;}
.cs_section>.cs_inner{min-width: 320px;width: 100%;margin: 0 auto;}
.cs_section .cs_section_tit { margin-bottom:20px; }
.cs_section .cs_section_tit h1{position: relative;padding: 17px 0;border-bottom: 1px solid #b2b2b2;color: #000;font-size: 26px;font-weight: 500;line-height: 28px;text-align: left;}
.customer_add .tit{border-bottom: 1px solid #666;}
.customer_add .tit h2{color: #333;font-size: 20px;font-weight: 700;line-height: 35px;}
.customer_add .tit span{color: #0d4c67;font-size: 16px;}

.customer_add .agree .tit p{padding-bottom: 15px;color: #666;font-size: 13px;font-weight: 400;line-height: 16px;}
.customer_add .agree .table{margin-bottom: 30px;}
.customer_add .agree tr{border-bottom: 1px solid #d5d5d5;}
.customer_add .agree th{padding: 10px 10px;border-right: 1px solid #d5d5d5;border-bottom: 1px solid #d5d5d5;color: #666;font-size: 14px;font-weight: 700;line-height: 16px;word-break: keep-all;}
.customer_add .agree td{padding: 20px 5px;border-bottom: 1px solid #d5d5d5;color: #666;font-size: 14px;font-weight: 400;line-height: 16px;text-align:left; word-break: keep-all;}
.customer_add .agree .sub{padding: 6px 10px;border-bottom: 1px solid #e2e2e2;}
.customer_add .agree .sub p{overflow-y: scroll;min-height: 100px;color: #999;font-size: 12px;font-weight: 400;line-height: 16px;text-align: left;word-break: keep-all;}
.customer_add .agree2 td{border-right: 1px solid #e2e2e2;}

.customer_add input:focus {background-color: #fff!important;}
.agree_bx{position: relative;padding: 20px 15px;background: #efefef;}
.agree_bx1{margin-bottom: 20px;}
.agree_bx p{padding-bottom: 10px;color: #333;font-size: 15px;font-weight: 400;line-height: 22px;word-break: keep-all;}
.agree_bx span{color: #333;font-size: 13px;font-weight: 400;line-height: 22px;}
.agree_bx input{width: 15px;height: 15px;}
.agree_bx .agree_label{margin-right: 20px;}
.agree_bx label{color: #222;font-size: 15px;font-weight: 400;line-height: 22px;}

.w_150{width: 150px;}
.w_180{width: 180px;}
.w_200{width: 200px;}
.w_400{width: 400px;}
.pb_50{padding-bottom: 50px;}
.pb_70{padding-bottom: 70px;}
.pb_100{padding-bottom: 100px;}
.pb_500{padding-bottom: 500px;}

.btn_center_bx {text-align: center;}
.btn_fff {display: inline-block;width: 48%;height: 50px;background: #fff;border: 1px solid #222;color: #222;font-size: 17px;font-weight: 700;line-height: 50px;vertical-align: middle;}
.btn_black { display: inline-block;width: 48%;height: 50px;background-color: #222;color: #fff;font-size: 17px;font-weight: 700;line-height: 50px;text-align: center;}
.btn_yellow{border: 1px solid #dfa05a;color: #dfa05a;}
.btn_see{background: #0d4c67;}
.btn_gray{background: #999;border-color: #999;color: #fff;}
.btn_center_bx .btn:nth-child(2) {margin-left: 6px;}

.filebox .btn_file {display:inline-block;position:absolute;right:8px;top:8px;border:1px solid #3a8afd;border-radius:3px;width:60px;height:30px;color:#3a8afd;font-size:1em;line-height:30px;font-weight:bold;background:#fff;text-align:center;vertical-align:middle;cursor:pointer}
.filebox .fileName {display:inline-block;position:relative;width:100%;height:45px;padding-left:45px;line-height:30px;border:1px solid #d0d3db;background-color:#fff;color:red;vertical-align:middle;border-radius:0}
.filebox input[type="file"] {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.cs_section .frm_file {padding-left:50px}
.cs_section .file_wr {position:relative;color:#000;vertical-align:middle;margin:0}

@media (max-width: 992px) {
	.customer_add .agree th{font-size: 11px;}
	.customer_add .agree td{font-size: 11px;}
}

/* 추가폼 */
.customer_add{width:100%;margin:0 auto;}
.customer_add .necessary { color: #ff0000; }
.customer_add .con_wrap{ margin-bottom:50px; }
.customer_add .con_wrap .tit{ border-bottom:1px solid #0068b7; margin-bottom:20px;}
.customer_add .con_wrap .tit p{ font-size:35px; color: #0068b7; font-family:'Exo'; letter-spacing:-0.03em; font-weight:700; padding-bottom:17px; text-transform:uppercase;}
.customer_add .con_wrap .formBox{}
.customer_add .con_wrap .formBox section{}
.customer_add .con_wrap .formBox section:nth-of-type(n+2){ margin-top:38px;}
.customer_add .con_wrap .formBox section .box{}
.customer_add .con_wrap .formBox section .box:after{ display: block; content:''; clear:both;}
.customer_add .con_wrap .formBox section.section1 .box .type{ font-size:0; border-bottom:1px solid #e0e0e0; padding: 28px 0 8px 0;}
.customer_add .con_wrap .formBox section.section1 .box .100H{height:200px; border:1px solid red;}
.customer_add .con_wrap .formBox section.section1 h4 {position: relative;font-size:24px; padding-top:30px; padding-bottom:20px;}
.customer_add .con_wrap .formBox section.section1 .box .w_max {width:100% !important}
.customer_add .con_wrap .formBox section.section1 .box .type > *{display: inline-block; vertical-align:middle; box-sizing:border-box;}
.customer_add .con_wrap .formBox section .box .type .type_tit{ font-size:18px; color: #333; box-sizing:border-box; padding-left:8px;} 
.customer_add .con_wrap .formBox section.section1 .box .type .type_tit{ width: 200px; text-align:left;}  
.customer_add .con_wrap .formBox section:nth-of-type(n+2) .box .type .type_tit{ margin-bottom:17px;text-align:left;}    
.customer_add .con_wrap .formBox section .box .type .type_tit em{ color: #ff0000;} 
.customer_add .con_wrap .formBox section.section1 .box .type input{ padding-left:0px; height: 40px; border:0; }
.customer_add .con_wrap .formBox section.section1 .box .type input.zip {height:40px; margin-right:5px; border:1px solid #ebebeb;}
.customer_add .con_wrap .formBox section.section1 .box .type input.W400 {margin-left:200px; margin-top:10px; width:700px; height:40px; margin-right:15px; border:1px solid #ebebeb;}
.customer_add .con_wrap .formBox section.section1 .box .type .zipWrap {position:absolute; top:0px;}
.customer_add .con_wrap .formBox section.section1 .box .type input.radio {width: 80px; }
.customer_add .con_wrap .formBox section.section1 .box .type input.frm_inp {width:calc(100% - 220px); }
.customer_add .con_wrap .formBox section.section1 .box .type label {font-size:18px; color: #666; font-weight:300; padding:0px 45px 0px 5px;}
.customer_add .con_wrap .formBox section.section1 .box .type select {font-size:15px; border:1px solid #e0e0e0; padding:5px 10px;}
.customer_add .con_wrap .formBox section .box .type input::placeholder,
.customer_add .con_wrap .formBox section.section2 .box .type textarea::placeholder,
.customer_add .con_wrap .formBox section.section4 .box2 input[type='text']{ color: rgba(51,51,51,0.4);}
.customer_add .con_wrap .formBox section.section2 .box .type{}
.customer_add .con_wrap .formBox section .box .type textarea{ width: 100%; resize:none; border:1px solid #e0e0e0; box-sizing:border-box;  padding: 24px;}
.customer_add .con_wrap .formBox section.section2 .box .type textarea{ resize:vertical; height: 250px;}
.customer_add .con_wrap .formBox section.section3 .box .type textarea{ height: 160px; color: rgba(51,51,51,0.4); font-size:14px; line-height:1.7;}
.customer_add .con_wrap .formBox section.section3 .box .type .checkBox{ padding: 10px 24px;}
.customer_add .con_wrap .formBox section.section3 .box .type .checkBox label{ font-size:14px; color: #666; font-weight:300; cursor:pointer;}
.customer_add .con_wrap .formBox section.section3 .box .type .checkBox label em{ color: #0068b7;}
.customer_add .con_wrap .formBox section.section4:after{ display: block; content:''; clear:both;}
.customer_add .con_wrap .formBox section.section4 > *{ position: relative; float: left; width: 47.85714285714%; margin-right:4.28571428571%; box-sizing:border-box; border-bottom:1px solid #e0e0e0; padding: 28px 0 8px 0;}
.customer_add .con_wrap .formBox section.section4 .box:nth-of-type(n+2) .type:nth-of-type(2){ margin-right:0;}
.customer_add .con_wrap .formBox section.section4 .box .type > *{ display: inline-block; vertical-align:middle; }
.customer_add .con_wrap .formBox section.section4 .box .type .type_tit{ margin-bottom:0;}
.customer_add .con_wrap .formBox section.section4 .box .type{ font-size:0;}
.customer_add .con_wrap .formBox section.section4 .box1 .type .type_tit{ width: 100px;}
.customer_add .con_wrap .formBox section.section4 .box2 .type .type_tit{ width: 147px;}
.customer_add .con_wrap .formBox section.section4 .box .type .content > *{ display: inline-block; vertical-align:middle;}
.customer_add .con_wrap .formBox section.section4 .box1 .type .content{ width: calc(100% - 104px);}
.customer_add .con_wrap .formBox section.section4 .box2 .type .content{ width: calc(100% - 147px);}
.customer_add .con_wrap .formBox section.section4 .box1 .type .content input[type="text"]{ height: 38px; box-sizing:border-box; border:none; width: calc(100% - 80px); background-color: #fff;}
.customer_add .con_wrap .formBox section.section4 .box1 input[type='file']{ /* ï¿½ëš¯ì”ª ï¿½ê¾¨ë±¶ ï¿½â‘£ë¦°æ¹²ï¿½ */ position: absolute !important; width: 0px; height: 0px; padding: 0; margin: -1px; overflow: hidden; clip:rect(0,0,0,0); border: 0; }
.customer_add .con_wrap .formBox section.section4 .box1 label{ display: inline-block; width: 80px; background-color: #444343; color: rgba(255,255,255,0.8); text-align:center; padding: 10px 0; border-radius:2px; cursor:pointer; font-size:14px;}

.customer_add .con_wrap .formBox section.section4 .box2{ margin-right:0;}
.customer_add .con_wrap .formBox section.section4 .box2 button{ width: 80px; background-color: #444343; color: rgba(255,255,255,0.8); text-align:center; padding: 7px 0; border-radius:2px; cursor:pointer; border:none; margin: 0 10px; font-size:14px;}
.customer_add .con_wrap .formBox section.section4 .box2 input[type='text']{ width: calc(100% - 230px); height: 35px; border:1px solid #e0e0e0; box-sizing:border-box; padding-left:10px;}

.customer_add .con_wrap .formBox section .box .type select { width:33%; max-width:200px; }
.customer_add .con_wrap .formBox section .box .type select + select { margin-left:10px; }

.btn_com input[type=submit]{ position: relative; display: block; font-size:18px; color: #fff; font-family:'Exo'; background-color: #444343; width: 232px; padding: 20px 0; text-align:center; margin: 60px auto 0; text-transform:uppercase; border: 0;     MARGIN-BOTTOM: 60PX;}


@media screen and (max-width:1024px){
	.customer_add{width:100%;}
	.customer_add .con_wrap .formBox section.section4 .box { float: none; width: 100%;}
}

@media screen and (max-width:768px){
	.pb_70{padding-bottom: 10px;}
	.customer_add .con_wrap .tit{ margin-bottom:0;}
	.customer_add .con_wrap .tit p{ font-size:28px;}
	.customer_add .con_wrap .formBox section.section1 .box .type{ padding: 10px 0;}
	.customer_add .con_wrap .formBox section.section1 .box:nth-of-type(n+2) .type{ float: none; width: 100%;}
	.customer_add .con_wrap .formBox section .box .type .type_tit{ font-size:15px;}
	.customer_add .con_wrap .formBox section.section1 .box .type .type_tit{ width:95px; word-break:keep-all; }
	.customer_add .con_wrap .formBox section.section1 .box .type input{ width: calc(100% - 95px);font-size:14px;}
	.customer_add .con_wrap .formBox section.section1 .box .type input.form{width:13px; font-size:14px;}
	.customer_add .con_wrap .formBox section.section1 .box .type label {color:#333; font-weight:400; font-size:14px;padding:0px 15px 0px 2px;}
	.customer_add .con_wrap .formBox section.section2 .box .type textarea{ height: 150px;font-size:15px;}
	.customer_add .con_wrap .formBox section.section4 .box2 .type .type_tit{ width: 105px;}
	.customer_add .con_wrap .formBox section.section4 .box2 .type .content{ width: calc(100% - 105px);}
	.customer_add .con_wrap .formBox section.section4 .box2 button{ width: 60px; font-size:13px;}
	.customer_add .con_wrap .formBox section.section4 .box2 input[type='text']{ width:calc(100% - 185px)}
	
	.customer_add .con_wrap .formBox section .box .type select { width:180px; }
}


@media screen and (max-width:480px){
	.customer_add .con_wrap .formBox section .box .type select { width:22%; }
	.customer_add .con_wrap .formBox section .box .type select + select { margin-left:5px; }
}

/* 공통 */
a.btn_b01,.btn_b01 {background:#171c46;}

a.btn_b01:hover, .btn_b01:hover { color:#fff; }

/*리스트*/
#bo_list  * { font-size:1rem }
#bo_list .more_opt * { font-size:0.85rem }
#bo_list .tbl_wrap { margin:0 0 10px; }
.tbl_resp_head01 {}
.tbl_resp_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_resp_head01 thead th {padding:20px 0;border-top:2px solid #333;border-bottom:1px solid #E9E9E9;background:#f1f1f1;color:#000;font-size:1rem;text-align:center;letter-spacing:-0.1em}
.tbl_resp_head01 thead a {color:#383838}
.tbl_resp_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_resp_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_resp_head01 tfoot td {border-color:#e3e3e5;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_resp_head01 tbody {text-align:left}
.tbl_resp_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_resp_head01 td {padding:20px 5px;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all; text-align:center; }

#bo_list .td_pc { display:table-cell; }


/* 상세보기 */
#bo_v_bottom { margin-top:30px; text-align:center; }
#bo_v a.btn,#bo_v .btn {line-height:35px; width:auto; height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;}
#bo_v_bottom a.btn { height:45px; line-height:45px; padding:0 20px; }


@media(max-width:680px){
	.bo_sch { width:300px; margin-left:-150px; }
	.bo_sch .sch_input {width:200px;}
	
	#bo_list .td_pc { display:none; }
	.tbl_resp_head01 th { padding:15px 0 !important; }
	.tbl_resp_head01 td { padding:15px 5px; }	
	.tbl_resp_head01 th,
	.tbl_resp_head01 td,
	.tbl_resp_head01 td a { font-size:0.825rem !important; }
	
	#bo_v_title {}
	#bo_v_title .bo_v_tit {font-size:1.725em;}
	#bo_v_info {margin:0 0 30px;border-bottom:1px solid #f1f1f1;}
}