@charset "utf-8";
.tbl_frm01.tbl_wrap.soundonly {
    display: none;
}
/* ### 기본 스타일 커스터마이징 시작 ### */
.bingobankjoin {
  display: block;
  border: 1px solid;
  padding: 15px 20px;
  background: #2CC185;
  color: #fff !important;
  font-size: 16px;
  font-family: lexisaebomR;
  line-height:30px;
}
.bingobankjoin a:hover { 
background:#29B47C;
}
/* 버튼 */
.mbskin a.btn01 {}
.mbskin a.btn01:focus, .mbskin .btn01:hover {}
.mbskin a.btn02 {}
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
.mbskin .btn_confirm {} /* 서식단계 진행 */
.mbskin .btn_submit {width: 92%;
padding: 15px;
height: inherit;
margin: 15px auto;
display: block;}
.mbskin button.btn_submit {}
.mbskin fieldset .btn_submit {}
.mbskin .btn_cancel {}
.mbskin button.btn_cancel {}
.mbskin .btn_cancel:focus, .mbskin .btn_cancel:hover {}
.mbskin a.btn_frmline, .mbskin button.btn_frmline {} /* 우편번호검색버튼 등 */
.mbskin button.btn_frmline {}
.mbskin .win_btn {} /* 새창용 */
.mbskin .win_btn button {}
.mbskin .win_btn input {}
.mbskin .win_btn a {}
.mbskin .win_btn a:focus, .mbskin .win_btn a:hover {}
/* 게시판용 버튼 */
.mbskin a.btn_b01 {}
.mbskin a.btn_b01:focus, .mbskin .btn_b01:hover {}
.mbskin a.btn_b02 {}
.mbskin a.btn_b02:focus, .mbskin .btn_b02:hover {}
.mbskin a.btn_admin {} /* 관리자 전용 버튼 */
.mbskin a.btn_admin:focus, .mbskin a.btn_admin:hover {}

/* 기본테이블 */
.mbskin .tbl_head01 {}
.mbskin .tbl_head01 caption {}
.mbskin .tbl_head01 thead th {}
.mbskin .tbl_head01 thead a {}
.mbskin .tbl_head01 thead th input {} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.mbskin .tbl_head01 tfoot th {}
.mbskin .tbl_head01 tfoot td {}
.mbskin .tbl_head01 tbody th {}
.mbskin .tbl_head01 td {}
.mbskin .tbl_head01 a {}
.mbskin td.empty_table {}

/* 폼 테이블 */
.mbskin table {}
.mbskin caption {display:none;}
.mbskin .frm_info {}
.mbskin .frm_file {}

.mbskin .tbl_frm01 {}
.mbskin .tbl_frm01 th {}
.mbskin .tbl_frm01 td {}
.mbskin .tbl_frm01 textarea, .mb_skin tbl_frm01 .frm_input {}
.mbskin .tbl_frm01 textarea {}
/*
.mbskin .tbl_frm01 #captcha {}
.mbskin .tbl_frm01 #captcha input {}
*/
.mbskin .tbl_frm01 a {}

/* 필수입력 */
.mbskin .required, .mbskin textarea.required {}

/* 테이블 항목별 정의 */
.mbskin .td_board {}
.mbskin .td_chk {}
.mbskin .td_date {}
.mbskin .td_datetime {}
.mbskin .td_group {}
.mbskin .td_mb_id {}
.mbskin .td_mng {}
.mbskin .td_name {}
.mbskin .td_nick {}
.mbskin .td_num {}
.mbskin .td_numbig {}

.mbskin .txt_active {}
.mbskin .txt_expired {}
#confirm_mb_password {
width: 60%;
margin-top: 10px;
}
/* ### 기본 스타일 커스터마이징 끝 ### */
dl.social_connect_box {
overflow: hidden;
padding: 20px;
border-radius: 3px;
box-shadow: 1px 1px 4px #B8B8B8;
background-color: #fbfbfb;
}
dl.social_connect_box dt {
margin-bottom: 5px;
font-size: 16px;
color: #555;
}
dl.social_connect_box dt p {
font-size: 13px;
padding-top: 10px;
}

dl.social_connect_box dd {
margin: 0;
padding: 5px 0;
}
dl.social_connect_box dd img {
padding-right: 10px;
}
/* 회원가입 약관 */
	.frmsignup label { display:block; padding:5px 10px; margin:15px 0px 0px 0px;font-size:14px; }
	#fregister .input_text { border: solid 1px #E5E5E5; background: #FFFFFF; margin: 0px 0px 0px 10px; padding: 0 5px; display:block; font-size:16px; line-height:30px; height:30px; width:50%; }
	#fregister .input_text:focus { background:#feffef; }
	
form#fregister {
    overflow: hidden;
}
#fregister section {margin:0 0 20px;padding:20px 0}
#fregister h2 {font-size: 15px;
margin: 0 0 5px;}
#fregister textarea {outline: none;display:block;margin-bottom:10px;padding:15px;width:97.1%;height:160px;border:1px solid #e9e9e9;background:#fff}
#fregister .fregister_agree {}
#fregister .fregister_agree label {display:inline-block;margin-right:5px}
#fregister p {     margin: 10px 0;   color: #222;
    /* text-align: center; */
    font-size: 15px;
    display: block;
    background: rgba(56, 58, 57, 0.1);
    padding: 15px;
    border-radius: 3px;
    /* box-shadow: 1px 1px 4px rgba(56, 58, 57, 0.1); */
    font-weight: 400;
    border-top: 1px solid rgba(56, 58, 57, 0.1);
    border-bottom: 1px solid rgba(56, 58, 57, 0.1);}
#fregister .btn_confirm {margin-bottom:20px}

/* 회원가입 입력 */
#fregisterform textarea {height:50px}

#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:#e8180c;font-size:1.2em}
#reg_result p {line-height:1.8em}
#reg_result .btn_confirm {margin:50px 0}

/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info #info_fs {margin:0 20px 20px;padding:0;background:#fff}
#find_info #info_fs .frm_input {width:70%}
#find_info p {margin:0 0 10px;line-height:1.8em}
#find_info #captcha {margin:0 20px;display:none;}

/* 로그인 */

ul.login-box-bottom {
margin: 0;
padding: 10px;
/* border: 1px solid #29B47C; */
/* background: #2CC185; */
border-bottom: none;
color: #2960B4;
}
#mb_login .login_outer {
position: relative;
border: 1px solid #CDCDCD;
background: #fff;
box-shadow: 0px 1px 2px rgba(205, 205, 205, 0.56);
border-radius: 3px;
}
#mb_login {margin: 0 auto;
padding: 100px 0;
width: 500px;
width: 99%;
box-sizing: border-box;
max-width: 500px;}

#mb_login h1 {margin:0 0 20px;font-size:1.3em}
#mb_login h2 {margin: 0 0 15px;
text-shadow: 1px 1px 2px rgba(213, 210, 210, 0.5);}
#mb_login p {padding:10px 0;line-height:1.5em;color:#666;}
#mb_login #login_fs {
position: relative;
width: 300px;
margin: 0 auto;
padding: 20px 20px 20px 10px;box-sizing: content-box;overflow:hidden;
}
label.show-password {
margin-top: 10px;
}
#mb_login #login_fs legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#mb_login #login_fs label {font-size: 14px;
color: #8a9a9b;
font-weight: bold;}
#mb_login #login_fs .login_id {position: absolute;
top: 26px;
left: 0px;
line-height: 30px;}
#mb_login #login_fs .login_pw {position: absolute;
top: 52px;
left: 0px;
line-height: 60px;}
#mb_login #login_fs .frm_input {display: block;
margin: 0 0 5px 60px;
width: 152px;
height: 25px;
border-radius: 2px;}
#mb_login #login_fs .frm_input:focus {
outline:none;background: #2CC185;
color: #fff;
}
#mb_login #login_fs .btn_submit {position: absolute;
top: 5px;
right: 5px;
width: 85px;
height: 79px;
-webkit-appearance: none;
line-height: 1em;
border: 0;
color: #fff;
letter-spacing: -0.1em;
cursor: pointer;
padding: 0 7px;
border-radius: 2px;}
input.btn_submit.loginform:hover {
background: #29B47C;
}
#mb_login #login_info {margin: 10px 0 30px;
padding: 20px;
border: 1px solid #cfded8;
border-radius: 3px;
clear:both;
box-shadow: 0px 1px 2px rgba(205, 205, 205, 0.56);}
#mb_login #login_info div {text-align:right}

/* 쪽지 */
#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 {    margin: 0 auto;
    padding: 100px 0;
    width: 100%;
    max-width: 500px;}
#mb_confirm h1 {margin:0 0 20px;font-size:1.3em}
#mb_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff}
#mb_confirm p strong {display:block}
#mb_confirm fieldset {    margin: 0 0 30px;
    padding: 30px 0;
    border: 1px solid #e9e9e9;
    background: #f5f6fa;
    text-align: left;
    text-indent: 20px;}
#mb_confirm fieldset .frm_input {background-color:#fff !important}
#mb_confirm label {letter-spacing:-0.1em;    width: 100px;
    display: block;
    text-align: left;
    margin-top: 10px;    float: left;}
#mb_confirm_id {display:inline-block;margin-right:20px;font-weight:bold}

/* 비밀글 비밀번호 확인 */
#pw_confirm {margin:0 auto;padding:100px 0;width:500px}
#pw_confirm h1 {margin:0 0 20px;font-size:1.3em}
#pw_confirm p {padding:20px;border:1px solid #dde4e9;border-bottom:0;background:#fff}
#pw_confirm p strong {display:block}
#pw_confirm fieldset {margin:0 0 30px;padding:30px 0;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
#pw_confirm fieldset .frm_input {background-color:#fff !important}
#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}

/* 우편번호 검색 */
#post_code #code_sel {margin:0 20px 20px}
#post_code #code_sel label {display:inline-block;margin:0 15px 0 0}
#post_code p {margin: 0 0 10px 15px;}
#post_code input#addr1 {
height: 20px;
}
#post_code .btn_submit {padding:0 8px;height:31px;-webkit-appearance: none;}
#post_code #zip_search_frm {margin:0 20px}
#post_code  #sch_q {position:relative;margin: 5px 0 0 20px;}
#post_code #sch_q fieldset label {
border: 1px solid #2CC185;
height: 30px;
display: inline-block;
line-height: 30px;
background: #2CC185;
color: #fff;
padding: 0 7px;
border-radius: 3px;
}
@media only screen and (max-width : 320px) { 
#post_code #sch_q fieldset label {width:90%;margin-bottom:5px;}
#post_code #q_info {display:none !important;}
}


#post_code  #q_info {display:none;z-index:2;position:absolute;top:33px;left:0;padding:5px;background:#94bd5e}
#post_code  #q_info span {position:absolute;top:-6px;left:5px;width:11px;height:6px;background:url('img/zip_ico_up.gif')}
#post_code #result_b4 {display:block;padding:30px 0;border-bottom:1px solid #dde4e9;text-align:center}
#post_code #result .result_msg {padding:15px 0}
#post_code #result .result_fail {border:1px solid #dde4e9;background:#f0f5fc;color:#ff3061;text-align:center}
#post_code #result ul {margin:0;padding:0;border-bottom:1px solid #dde4e9;background:#f0f5fc;list-style:none}
#post_code #result dt {margin: 15px 0 10px 15px;
font-size: 14px;}
#post_code #result dd {margin: 0 0 0 15px;
padding: 0;
width: 90%;}
span.post_code {
font-weight: bold;
margin-right: 10px;
}
#post_code #result li {padding:10px;border:1px solid #dde4e9;border-bottom:0}
#post_code #result li div {margin:4px 0 0;color:#738D94}
#post_code #result li div:before {content:"▶ "}
#post_code #zip_direct_frm {display:none;margin:0 20px}
#post_code #zip_direct_frm .frm_input, #post_code #zip_direct_frm .btn_submit {margin:0 0 5px}
