html { font-family: 'serif'; line-height: 1.5; color: white;}
* {box-sizing: border-box; word-break: keep-all;}  

legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

label, input, button, select, img {vertical-align:middle}

.center{text-align: center}


/* 인풋 기초 */
button{font-size: 0.9rem;}
textarea{border:none; background: #444; border-radius: 4px; padding:0.5em; color: #ddd; margin-bottom: 0.5rem; line-height: 1.5;}
input{color:#666;letter-spacing: -0.5px; font-size:0.9rem; margin:0; padding:0.5rem; vertical-align: top;border:none; border-radius: 4px}
input[type="submit"]{ background:#002173; color:white;}
input[type="submit"]:hover{background: #c61018;}

input[type="button"]{ color:white; background: #002173;}
input[type="button"]:hover{background: #c61018;}
input[type="text"], input[type="password"]{background: #444; color:#eee; margin-bottom: 0.5em; }
input[type="file"]{background: #EEE;}
input[type="checkbox"]
{-ms-transform: scale(1.5); /* IE */
-webkit-transform: scale(1.5); /* Safari and Chrome */
padding: 5px;vertical-align: middle;
border-radius: 0px;
}
input[type="textarea"]{box-sizing: border-box;}

select{font-size:0.9em; background: white; border-radius: 4px;border:0; height:2em; vertical-align: top; margin:0;}

h1{ color:white; font-size: 1.4em; letter-spacing: -1px; margin-bottom: 10px; line-height: 1.4; margin-top: 0em;}
#fregister_private h1{ margin-top: 0 }
h2{position:absolute;font-size:0;line-height:0;overflow:hidden}
hr{border:1px solid #c61018;}

p{margin-bottom: 0.5rem;}
pre {overflow-x:scroll;font-size:1em}

a, a:link, a:visited { color:#DDD; text-decoration:none}
a:hover, a:focus, a:active {color:#c61018;}


/* 시작 */
body{background: #222}
nav{height:90px; padding-top:10px;position: relative; line-height:44px;background: none; margin-bottom: 0px;}
nav svg{position: fixed;left:calc(50% - 40px);z-index: 99}
#categoryBut{padding:5px 10px 5px;display: none;}
#robot{height:0;overflow: hidden;}
main {width:600px; margin:auto;}
main:after {display:block;clear:both;content:""}
footer {clear:both; width:800px; margin:auto; padding: 35px 0;line-height: 24px;text-align: center;}

.fText{color:#CCC;font-size: 0.7em; box-sizing: border-box;padding:0.4em;line-height: 1.2;}
/*일반 div*/
.flatDiv{width:100%;margin-bottom: 40px;clear:both;}

/* 게시물 선택복사 선택이동 */
.copymove_current {float:right;color:#ff3061}
.copymove_currentbg {background:#f4f4f4}

/* button태그 버튼 */
button {cursor:pointer; font-size: 0.9rem;padding:0.5rem; border-radius: 4px;border:0;text-decoration: none;display: inline-block;}
button.btn01 {background:#fff; color:#333;}
button.btn01:hover {background: #002173;color:white;}

button.btn02 {background:#002173; color:#333;}
button.btn02:hover {background: black}

.btn_confirm{}
.btn_cancel {line-height: 1rem;padding: 0.5rem; display:inline-block;background:#444; color:#eee;text-decoration:none;border-radius: 4px; font-size: 0.9rem; border:0;}
.btn_cancel:hover{background: #002173;color:white;}

a.btn_frmline, button.btn_frmline {display:inline-block; padding:0.4em; border:0; text-decoration:none;background: #444;color: #eee;border-radius: 4px;}

/* a태그 버튼 */

/*회색*/

a.btn_b01 {display:inline-block;background:#fff;color:#333;text-decoration:none;border-radius: 4px;font-size: 0.9rem; padding:0.5em;line-height: 1rem;}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none;background: #002173;color:white;}

/*청색*/
a.btn_b02 {display:inline-block;background:#002173;color:#fff;text-decoration:none;border-radius: 4px;font-size: 0.9em; padding:0.5em;line-height: 1rem;}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none; background: #c61018;}

/*배경없음*/
.btn_b03 {display:inline-block;background:none;color:#343;text-decoration:none;border-radius: 4px;font-size: 0.9em; padding:0.5em;line-height: 1rem;cursor:pointer;}
.btn_b03:focus, .btn_b03:hover {color:white; text-decoration:none; background: #00f}

/*배경네온그린*/
.btn_b04 {display:inline-block;background:#0F0;color:#343;text-decoration:none;border-radius: 4px;font-size: 0.9em; padding:0.5em;cursor:pointer;line-height: 1rem;}
.btn_b04:focus, .btn_b04:hover {color:white; text-decoration:none; background: #00f}

/*관리자(적색)*/
a.btn_admin {display:inline-block;background:#c61018;color:#fff;text-decoration:none;border-radius: 4px;font-size: 0.9em;padding:0.5em;line-height: 1rem;}
a.btn_admin:focus, .btn_admin:hover {text-decoration:none; background: black}  


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0; border-bottom: 1px solid #c61018;}
.tbl_head01 td {padding:7px 0px;line-height:1.7;word-break:keep-all;border-top: 1px solid #c61018;}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 1.5rem}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {padding:7px 0px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:0px;padding-top:7px;background:none;}
.tbl_frm01 input[type="text"]{width:100%;}
.tbl_frm01 input[type="password"]{width:100%;}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;width: 100%;background: #444;border-radius: 4px;padding: 0.5em;}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center}


/* 테이블 항목별 정의 */
.td_board {width:120px;text-align:center;}
.td_chk {width:30px;text-align:center}

.td_group {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center;}
.td_mng {width:80px;text-align:center}

.td_num {width:3em;text-align:left}
.td_category {width:4em;text-align:left;}
.td_name {width:5em;text-align:left;}
.td_date {width:3em;text-align:left;}
.td_nick {width:100px;text-align:center}
.td_hit{width:2em;text-align: right;}

.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expi#c61018 {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {margin:0 0 20px;padding:20px;border-top:3px solid #333;border-bottom:1px solid #dde4e9;background:#fff;font-size:1.2em}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin:-20px 0 20px 0;padding:0 20px;border-bottom:1px solid #455255;background:#484848;list-style:none;zoom:1}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;margin-left:-1px}
.new_win .win_ul a {display:block;padding:10px 10px 8px;border-right:1px solid #455255;border-left:1px solid #455255;color:#fff;font-weight:bold;text-decoration:none}
.new_win .win_desc {padding:20px}

/* .new_win .win_btn {clear:both;padding:20px;text-align:center} */

/* 검색결과 색상색 */
.sch_word {color:#ff3061}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646}
.sv_wrap .sv a {display:inline-block;margin:0;padding:3px;width:94px;border-bottom:1px solid #283646;background:#111;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current {display:inline-block;padding:0 0.5em;height:2em;color:#000;letter-spacing:0;line-height:2em;vertical-align:middle;border-radius: 4px}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {background:none;text-decoration:none}
.pg_start, .pg_prev {/* 이전 */}
.pg_end, .pg_next {/* 다음 */}
.pg_page:hover {background:white;color:#333;}
.pg_current {margin:0;color:#333;font-weight: bold}

/* 갤러리게시판 목록 */
#bo_gall{ margin-top: 1em; }
#gall_ul .gall_con{float:left;margin-bottom: 4em;margin-left: 1em;}
#gall_ul .gall_con img{height:230px;width:auto !important;}
.gall_con .gall_text_href{ margin-top: 0.5em; }
.gall_con .gall_text_href a{margin-top: 5px; font-size:0.8em; display: block; line-height: 1.5;}

/* 일반게시판 목록 */
#bo_list{ margin-top: 1.7em; }
#bo_cate{width:200px;margin:auto;height:40px; text-align: center;margin-bottom: 2em;}
#bo_cate li{width:50px;float:left;}
#bo_cate li a{display:inline-block;background:none;
  color:#343;text-decoration:none;border-radius: 4px;
  font-size: 0.9em; height:2em;line-height: 2em;padding:0 0.5em;padding-bottom: 0.1em;}
#bo_cate li a:focus, #bo_cate li a:hover {color:white; text-decoration:none; background: black}


/* 게시판 목록 공통 */
.bo_fx {clear:both;text-align: center;margin-top: 2em;}
.btn_bo_user{height:2em;display: inline-block;}
.btn_bo_user li {float:left; margin-left:5px}
.btn_bo_user li:first-child {margin-left:0px}

.bo_notice td {}
.bo_notice td a {color:#002173;}
.bo_cate_link {display:inline-block;padding-right: 10px;} 

#bo_sch{clear:both; padding:1em 0 0.8em;background: none;position: relative;}
#bo_sch input[type="text"]{background: #00f;font-size: 1em;color:white;width:280px;padding:15px 15px 10px;position: relative;}
#ssss{ position: absolute; left:calc(50% + 105px);top:26px;cursor.pointer }
#bo_sch input[type="text"]::placeholder{color:#EEE;}

#bo_sch select{width:4em;border:none;}

/* 게시판 읽기 */
#bo_v {overflow:hidden;}
#bo_v_table {position:absolute;top:0;right:16px;margin:0;padding:0 5px;height:25px;background:#002173;color:#fff;font-weight:bold;line-height:2.2em}

#bo_v_info {color:#002173; margin: 0.7em 0 5em;}
#bo_v_info p{ color:#CCC; font-size: 0.8em; text-align: center; font-weight: bold;}

#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding:0 10px;}
#bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#002173;word-wrap:break-word}
#bo_v_file a:focus, #bo_v_file a:hover, #bo_v_file a:active {text-decoration:none}
#bo_v_file img {float:left;margin:0 10px 0 0}
.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}

#bo_v_link {}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding:0 10px;border-bottom:1px solid #eee;background:#f5f6fa}
#bo_v_link a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;word-wrap:break-word}
#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 0 3px 16px}

#bo_v_top {zoom:1; margin-top: 1.5rem;margin-bottom: 3rem;}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top ul {}

.bo_v_nb {float:left}
.bo_v_nb li {float:left;margin-right:0px}

.bo_v_com {text-align: center;}
.bo_v_com li {display:inline-block; margin-left: 1px;}

#bo_v h1{text-align: center;}
#bo_v_img {margin:0;width:100%;overflow:hidden;zoom:1;text-align: center;}
#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; font-size: 1.1rem; line-height: 1.7; text-align: justify; text-justify:auto; overflow-wrap: hidden;}
#bo_v_con img {width:100% !important; height:auto !important; padding-bottom: 0.3em;}
#bo_v_con p{ color:white; font-size: 1.1rem; line-height: 1.7; text-align: left;}
#bo_v_con p b{ border-bottom: 2px solid red}
#bo_v_con .cheditor-caption-wrapper{ font-size:0.8em !important; }

#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 {}
#bo_vc article { padding:5px 20px 10px 0px;}
#bo_vc article p{}

#bo_vc .sv_wrap {margin-right:15px}
.bo_vc_hdinfo {display:inline-block;margin:0 5px 0 5px}
#bo_vc p a {text-decoration:none; color:#aaa;}
#bo_vc p{margin:0; padding:0;line-height: 1.5; color: #ccc}
#bo_vc p a.s_cmt {text-decoration:none}
#bo_vc_empty {margin:0;padding:10px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}

#bo_vc_w {margin-top: 1em;}
#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-name{display: flex; gap: 0.5rem;}
.cnt_cmt {display:inline-block;margin:0 0 0 3px;font-weight:bold}
#wr_name {}
#wr_password {}
#wr_content {width: 100%; height:80px; }


/* 게시판 쓰기 */
#bo_w{  }

#wr_c{width:calc(100% - 2em); line-height: 1.7; border:none; 
  background: #DDD; border-radius: 4px; padding:1em ; font-size: 0.9em;}
#wr_link1{ width:70%; }
#ca_name{ margin:0.8em 0.5em; }
#btn_autosave{ margin:0em 0.5em 0.8em; }
#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_pop {display:none;z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:350px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll}
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} 


/*-----------------------------------ETC--------------------------*/

/* 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 li {padding:8px 5px;border-bottom:1px solid #e9e9e9;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}

/* 본문 바로가기 */
#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}

/* 시작 최신글 보기 */
.lat{ margin:0; padding:0; }
.lat li{ width:inherit; background: #c61018; margin:0.3em 0em; color: white; text-align: left; list-style-type: none; }
.lat li a{display:block; color: white; height:2em; line-height: 2em; text-align: center;}
.lat li a:hover{background:#002173;}

/* Mobile */
@media all
  and (max-width: 600px){
    nav{margin-bottom: 0px}
    main, footer{width:95% ; margin:auto;}
    footer{padding:15px 0px 30px;}
    #bo_list{margin-top:1em;}
    #bo_v_info {margin: 0.5em 0 2.5em;}
    #bo_v_con{ font-size:1em;  }
    #bo_v_con p{font-size:1em;}
    #gall_ul .gall_con{margin-bottom: 1em;margin-left: 0.5em;}
    #gall_ul .gall_con img{height:170px;}
    
.lat li a{padding-left:2em; text-align:left;}
    #btn_autosave{display:none;}
    #mb_login{width:100%; padding-top: 3em;}
    .td_date, .td_hit, .td_category{ display:none; }
    .td_name{text-align: right}
    
    .tbl_head01 td {font-size:1em; padding:6px 0px;line-height:1.7; border-top: 1px solid #c61018;border-bottom: 1px solid #c61018;}

}


/* 회원가입 약관 */
#fregister section {margin:0 0 60px;padding:20px 0}
#fregister h1{margin-bottom: 20px}
#fregister h2 {margin:0 0 20px;text-align:center}
#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #e9e9e9;background:#f7f7f7}
#fregister .fregister_agree {padding:10px 0 0}
#fregister .fregister_agree label {display:inline-block;margin-right:5px}


#fregister_private .tbl_head01 td {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;}
#fregister_private .tbl_head01 caption{position:absolute;font-size:0;line-height:0;overflow:hidden}

/* 회원가입 입력 */
.mbskin{}
#fregisterform textarea {height:50px; width: 100%;}
#fregisterform #msg_certify {margin:5px 0 0;padding:5px;border:1px solid #dbecff;background:#eaf4ff;text-align:center}

#fregisterform .frm_address {margin:5px 0 0}
#fregisterform #mb_addr3 {display:inline-block;margin:5px 0 0;vertical-align:middle}
#fregisterform #mb_addr_jibeon {display:block;margin:5px 0 0}

/* 회원가입 완료 */
#reg_result {padding:50px 0 0}
#reg_result #result_email {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em}
#reg_result #result_email span {display:inline-block;width:150px}
#reg_result #result_email strong {color:#002173;}
#reg_result #result_coupon {margin:20px 0;padding:10px 50px;border-top:1px solid #e9e9e9;border-bottom:1px solid #dde4e9;background:#fff;line-height:2em}
#reg_result #result_coupon strong {color:#ff3061;font-weight:normal}
#reg_result p {line-height:1.8em}


/* 아이디/비밀번호 찾기 */
#find_info {padding:30px;}
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info #info_fs {}
#find_info #info_fs .frm_input {width:14em}
#find_info p {margin:0 0 10px;}
#find_info #captcha {margin:30px 0}

/* 로그인 */
#mb_login {width:20em; margin:0 auto; padding:0px;}
#mb_login #login_fs {margin:auto;text-align: center; }
#mb_login #login_fs .frm_input {width:13em;}
#mb_login_notmb {position:relative;margin:0 0 20px;padding:20px;border:1px solid #cfded8;background:#fff}
#mb_login_notmb #guest_privacy {margin:0 0 10px;padding:10px;height:150px;border:1px solid #e9e9e9;overflow:auto}


/* 쪽지 */
#memo_view_contents {margin:0 auto 20px;width:90%}
#memo_view_contents h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;padding:0 0 10px;border-bottom:1px solid #eee;list-style:none}
.memo_view_li {position:relative;padding:5px 0}
.memo_view_subj {display:inline-block;width:65px}
#memo_view p {padding:10px 0;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}

#memo_write textarea {height:100px}

/* 스크랩 */
#scrap_do table {margin:0 0 10px;width:100%}
#scrap_do textarea {height:100px}

/* 회원 비밀번호 확인 */
#mb_confirm {padding:50px 0;width:40em;margin:0 auto;}
#mb_confirm fieldset {margin:30px 0;}
#mb_confirm fieldset .frm_input {}
#mb_confirm label {letter-spacing:-0.1em}
#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 비밀글 비밀번호 확인 */
#pw_confirm {margin:0 auto;padding:100px 0.5rem;}
#pw_confirm p strong {display:block}
#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;}
#pw_confirm fieldset .frm_input {}
#pw_confirm label {letter-spacing:-0.1em}
#pw_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 폼메일 */
#formmail #subject {width:386px}
#formmail textarea {height:100px}

/* 자기소개 */
#profile table {margin-bottom:0}
#profile section {margin:0 auto 20px;padding:20px;width:86%}
#profile h2 {margin:0}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:flex;position:relative; gap: 0.1rem;}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {width:160px;height:60px;vertical-align:top;padding:0;margin:0; border-radius: 4px;}
#captcha #captcha_mp3 {position:absolute;top:0;left:161px;;margin:0;padding:0;width:31px;height:31px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_mp3 span {position:absolute;top:0;left:0;width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat;}
#captcha #captcha_reload {height: 60px}
#captcha #captcha_key {color: #444;width:100px;height:60px;border:1px solid #CCC;background:#f7f7f7;font-size:1.3em;font-weight:bold;text-align:center;line-height:60px;vertical-align:top}
#captcha #captcha_info {display:block;margin:10px 0 0;}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;display:block;}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:60px;height:60px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -60px;background-size: cover;text-indent:-999px}
#captcha.m_captcha #captcha_reload span{display:none;}
#captcha.m_captcha #captcha_key {margin:0;height:60px;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:60px;}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../../../img/captcha.png') no-repeat; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}


/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;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}