@charset "utf-8";

/* ### 기본 스타일 커스터마이징 시작 ### */

/* 버튼 */
.mbskin a.btn01 {}
.mbskin a.btn01:focus, .mbskin .btn01:hover {}
.mbskin a.btn02 {}
.mbskin a.btn02:focus, .mbskin .btn02:hover {}
.mbskin .btn_confirm {margin-top:15px} /* 서식단계 진행 */
.mbskin .btn_submit {}
.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 {}

/* 기본박스 */
.login_title{min-height:30px;margin:0 0 20px;border:0;}
.login_title h3{display:block;clear:both;margin:0 0 5px;text-align:center;font-size:30px;color:#333;}
.login_title span{display:block;clear:both;margin:0 0 10px;text-align:center;font-size:11px;color:#999;}

.mbskin{position: relative;margin:50px auto 0;border:0px solid #ddd;width:100%;max-width:600px;background:#fff;box-sizing:border-box;padding:0 16px;}
.mbskin:before,.mbskin:after{content:"";position:absolute;z-index:-1;top:2%;bottom:0;left:10px;right:10px;}
.mbskin:after{right:10px;left:auto;}
.mbskin .frm_input{width:100%}
.mbskin .btn_submit{display:block;width:100%;height:50px;line-height:50px;background:url('img/bg_slash_w_10.png') #333;font-size:16px;color:#fff;text-align:center;transition:background .5s ease;-webkit-transition:background .5s ease;}
.mbskin .btn_submit:hover{text-decoration:none;background:url('img/bg_slash_w_10.png') #555;}


.mbskin  h1{margin: 60px 0 30px;font-size: 2em;}


/* 기본테이블 */

.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 {}
.mbskin .frm_info {}
.mbskin .frm_file {}

.mbskin .tbl_frm01 {}
.mbskin .tbl_frm01 th {width:85px;}
.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 {}

/* ### 기본 스타일 커스터마이징 끝 ### */
/* 가입 폼 박스 공통 */
.join001, .join002, .join003 {
    border: 1px solid #e8e8e8;
    padding: 20px;
    background: #fafafa;
    margin-bottom: 12px;
    border-radius: 10px;
    box-sizing: border-box;
}
.join001 h2, .join002 h2, .join003 h2 {
    font-size: 14px;
    color: #333;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
}
.join001 ul, .join002 ul, .join003 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.join001 li, .join002 li, .join003 li {
    margin-bottom: 10px;
}
.join001 span, .join002 span, .join003 span {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 4px;
}

/* 회원가입 약관 */
.fregister_box { width: 100%; max-width: 560px; margin: 0 auto; box-sizing: border-box; padding: 0 16px; }
.fregister_box button.btn_frmline { height: 40px; }

#fregister p {
    text-align: center;
    color: #555;
    background: #f8f5f0;
    border: 1px solid #e8dfd4;
    border-radius: 10px;
    margin: 0 0 14px;
    padding: 14px 16px;
    font-size: 13px;
    line-height: 1.6;
}
#fregister section {
    margin: 0 auto 16px;
    border: 1px solid #e8e8e8;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}
#fregister_chkall {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #666;
}
#fregister_chkall input[type="checkbox"] {
    accent-color: #c9a96e;
    width: 16px;
    height: 16px;
}
#fregister h2 {
    text-align: left;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    font-size: 13px;
    color: #333;
    margin: 0;
    font-weight: 600;
}
#fregister textarea {
    display: block;
    padding: 14px 16px;
    width: 100%;
    height: 140px;
    background: #fff;
    border: 0;
    line-height: 1.6em;
    color: #555;
    font-size: 12px;
    box-sizing: border-box;
    resize: none;
}
/* 동의 체크박스: column 레이아웃 (겹침 방지) */
#fregister .fregister_agree {
    position: static !important;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    padding: 10px 16px;
    background: #fafafa;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #666;
    width: 100%;
    box-sizing: border-box;
}
#fregister .fregister_agree label {
    display: block;
    font-size: 12px;
    color: #555;
    line-height: 1.4;
    text-align: right;
}
#fregister .fregister_agree input[type="checkbox"] {
    accent-color: #c9a96e;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 4px;
}
#fregister_private div { padding: 14px 16px; background: #fff; }
#fregister_private table { width: 100%; border-collapse: collapse; }
#fregister_private table caption { position: absolute; font-size: 0; line-height: 0; overflow: hidden; }
#fregister_private table th { background: #fafafa; width: 33.33%; color: #333; padding: 8px; border: 1px solid #eee; font-size: 12px; }
#fregister_private table td { border: 1px solid #eee; border-top: 0; padding: 8px; color: #666; font-size: 12px; }
#fregister .btn_confirm { text-align: center; margin-top: 16px; }
#fregister .btn_confirm .btn_submit,
.btn_join {
    width: 100%;
    height: 48px;
    background: #222;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background .3s;
    letter-spacing: 1px;
}
#fregister .btn_confirm .btn_submit:hover,
.btn_join:hover {
    background: #444;
}

/* 회원가입 입력 폼 */
#register_form { background: transparent; padding: 0; margin-bottom: 16px; }
#fregisterform #msg_certify { margin: 5px 0 0; padding: 8px; border: 1px solid #d4e8ff; background: #eaf4ff; text-align: center; border-radius: 8px; color: #555; font-size: 12px; }
#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; }
#fregisterform .btn_confirm { text-align: center; margin-top: 20px; display: flex; gap: 8px; justify-content: center; }
#fregisterform .btn_confirm .btn_submit {
    flex: 1;
    height: 48px;
    padding: 0;
    font-weight: 700;
    font-size: 15px;
    background: #222;
    color: #fff;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transition: background .3s;
}
#fregisterform .btn_confirm .btn_submit:hover { background: #444; }
#fregisterform .btn_confirm .btn_cancel {
    flex: 0 0 auto;
    line-height: 48px;
    height: 48px;
    padding: 0 24px;
    font-weight: 700;
    font-size: 15px;
    background: #f0f0f0;
    color: #555;
    border: 0;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}
#fregisterform .btn_confirm .btn_cancel:hover { background: #e0e0e0; }
#fregisterform .frm_info { display: block; color: #999; font-size: 0.85em; margin-top: 4px; }
#fregisterform .form_01 h2 { font-size: 13px; color: #333; }
#fregisterform .captcha { display: block; margin: 5px 0 0; }
#fregisterform .reg_mb_img_file img { max-width: 100%; height: auto; }

/* 회원가입경로 라디오 그리드 (2열) */
.reg_path_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.reg_path_grid label {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    color: #555;
    font-size: 13px;
    cursor: pointer;
    transition: border-color .3s, background .3s;
}
.reg_path_grid label:has(input:checked) {
    border-color: #c9a96e;
    background: #faf5ec;
    color: #8b6914;
    font-weight: 600;
}
.reg_path_grid input[type="radio"] {
    accent-color: #c9a96e;
}

/* 인풋 공통 스타일 */
.fregister_box .frm_input {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    padding: 10px 12px;
    font-size: 14px;
    border-radius: 8px;
    box-sizing: border-box;
    transition: border-color .3s;
}
.fregister_box .frm_input:focus {
    border-color: #c9a96e;
    outline: none;
    box-shadow: 0 0 0 3px rgba(201,169,110,.15);
}
.fregister_box .frm_input::placeholder {
    color: #bbb;
}

/* 우편번호검색 버튼 */
.fregister_box .btn_frmline {
    background: #f5f5f5;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 13px;
    cursor: pointer;
    margin-left: 4px;
    transition: background .3s;
}
.fregister_box .btn_frmline:hover {
    background: #eee;
}

/* 체크박스 accent */
.fregister_box input[type="checkbox"],
.fregister_box input[type="radio"] {
    accent-color: #c9a96e;
}

/* 메일링, SMS 체크박스 영역 */
.fregister_box label.frm_label {
    font-size: 13px;
    color: #555;
    font-weight: 600;
    margin-right: 8px;
}



/* 회원가입 완료 */
#reg_result {padding:100px 0 40px;text-align:center;background:#fff}
#reg_result h2{font-size:18px;margin:0 0 20px}
#reg_result h2 strong{}
#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}
#reg_result .reg_result_p{font-size:1.25em;margin:0 0 10px;}
#reg_result .reg_result_p strong{color:#3497d9}
#reg_result .btn_submit{padding: 0 30px;font-weight:bold;height:40px;line-height:40px;display:inline-block;margin:30px 0 0 ;font-size:1.083em;color:#fff;border-radius: 2px;}

/* 아이디/비밀번호 찾기 */
#find_info #mb_hp_label {display:inline-block;margin-left:10px}
#find_info p {line-height:1.5em}
#find_info #mb_email{margin:10px 0;}

/* 로그인 */
#mb_login {margin-bottom:50px}
#login_fs{padding:0 50px}
#mb_login #login_fs .login_input{width:100%;;height:40px;line-height:45px;border:none;border-bottom:1px solid #ddd;font-size:13px;margin: 0 0 10px;text-indent:10px;letter-spacing:0;transition:border-bottom .5s ease;-webkit-transition:border-bottom .5s ease;}
#mb_login #login_fs .login_input:focus{border-bottom:1px solid #333;}


#mb_login #login_fs .btn_submit {margin:0 0 20px}
#mb_login #login_info{background:#fff;padding:16px 10px;text-align:center;margin:0px 40px;}
#mb_login #login_info:after {display:block;visibility:hidden;clear:both;content:""}

#mb_login #login_info ul{display:block;margin:0 0 20px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;text-align:center;}
#mb_login #login_info ul li{display:inline-block;*display:inline;*zoom:1;height:50px;line-height:50px;padding:0 9px 0 13px;background:url("img/bar_b_20.png") no-repeat 0 22px;}
#mb_login #login_info ul li:first-child{background:none;}
#mb_login #login_info ul li a{color:#999;height:50px;line-height:50px;display:block;}
#mb_login #login_info ul li a:hover{color:#333;text-decoration:none;}


#mb_login_notmb{margin:30px auto;padding:20px 60px;margin-top:0;border-top:px solid #ddd}
#mb_login_notmb h2{font-size:1.25em;margin:20px 0 10px}
#guest_privacy{border:1px solid #ccc;text-align:left;line-height:1.6em;color:#666;background:#fafafa;padding:10px;height:150px;margin:10px 0;overflow-y:auto}
#mb_login_notmb .btn_submit{

background: #31363d; font-size: 15px; color: #fff;
padding: 0;display:block; width: 100%; height: 45px; line-height: 42px;border: 1px; border-radius: 5px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-weight: 700;
text-align: center;
cursor: pointer;
}


#mb_login_od_wr{margin:30px auto;padding:20px 30px;margin-top:0;padding:20px 30px 0;border-top:1px solid #ddd}
#mb_login_od_wr h2{font-size:1.25em;margin:20px 0 10px}
#mb_login_od_wr .frm_input{margin:10px 0 0 }
#mb_login_od_wr p{background:#f3f3f3;margin:20px 0 0 ;padding:15px 20px;line-height:1.5em}

/* 쪽지 */
#memo_list .memo_name,#memo_list .memo_name .sv_wrap{font-weight:bold}
#memo_list .memo_datetime{float:right;font-size:0.92em;color:#777;font-style:italic}
#memo_list .memo_del{margin-left: 5px; color: #49857c;font-size: 15px;}

#memo_view_contents {margin:10px 0;border:1px solid #ddd;}
#memo_view_contents h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#memo_view_ul {margin:0;border-bottom:1px solid #eee;list-style:none;background:#f3f3f3;}
#memo_view_ul:after {display:block;visibility:hidden;clear:both;content:""}
.memo_view_li {position:relative;padding:10px;float:left;width:50%;}
.memo_view_name strong,.memo_view_name .sv_wrap{font-weight:bold !important}
.memo_view_subj{display: inline-block;height: 20px;line-height: 18px;border: 1px solid #3497d9;color: #3497d9;padding: 0 5px;border-radius: 15px;font-size: 11px;}
.memo_view_li .profile_img img{border-radius:50%}
.memo_view_date{text-align:right;color:#555;font-style:italic}
.memo_view_date strong{font-weight:normal}
#memo_view .btn_b02{float:right}
#memo_view .btn_b02.reply_btn{margin-left:4px}
#memo_view p {padding:10px;border-top:1px solid #ddd;min-height:150px;height:auto !important;height:150px;background:#fff;line-height:1.8em}

#memo_write textarea {height:100px}

/* 스크랩 */
#scrap .scrap_tit{font-weight:bold;display:block;font-size:1.083em;margin-bottom:5px;line-height:1.3em}
#scrap .scrap_cate{ display:block;color:#3598db ;font-size:0.92em;float:left}
#scrap .scrap_datetime{;color:#777;font-style:italic;float:right}
#scrap .scrap_del{position:absolute;top:5px;right:10px;font-size:18px;color:#49857c}
#scrap .scrap_del:hover{color:#98ca69}
#scrap_do table {margin:0 0 10px;width:100%}
#scrap_do textarea {height:100px}
#scrap_do .scrap_tit{background:#f3f3f3;padding:10px 15px;font-size:1.083em;font-weight:bold}
#scrap_do label{display:block;margin:0 0 5px;font-size:0.92em}
/*포인트*/
#point .point_top{line-height:15px;margin:0 0 5px}
#point .point_top:after {display:block;visibility:hidden;clear:both;content:""}
#point .point_tit{font-weight:bold;float:left;font-size:1.083em;display:block;}
#point .point_num{font-size:1.25em;color:#00c4ac;font-weight:bold;float:right;}
#point .point_date1{float:left;color:#555;font-style:italic}
#point .point_date{float:right;color:#555;font-style:italic}
#point .txt_expired {color:#aaa;}
#point .point_all{background:#ae99da;border:0;border-bottom:2px solid #9781c5;color:#fff;font-weight:bold;font-size:1.083em}
#point .point_all span,#point .point_status span{float:right;}
#point .point_status{background:#737373;border:0;color:#fff;font-weight:bold;font-size:1.083em}
#point .point_status  span{margin-left:10px}
#point .point-pagination{margin:24px 0 18px}
#point .point-pagination .pg_wrap{
    margin:0;
    padding:18px 16px;
    border:1px solid rgba(4, 9, 34, .08);
    border-radius:20px;
    background:linear-gradient(180deg, #ffffff 0%, #f7f8f8 100%);
    box-shadow:0 16px 34px rgba(4, 9, 34, .08);
}
#point .point-pagination .pg{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
}
#point .point-pagination .pg_page,
#point .point-pagination .pg_current,
#point .point-pagination .pg_start,
#point .point-pagination .pg_prev,
#point .point-pagination .pg_next,
#point .point-pagination .pg_end{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:44px;
    height:44px;
    padding:0 15px;
    border-radius:999px;
    border:1px solid rgba(4, 9, 34, .08);
    background:#fff;
    color:#040922;
    font-size:14px;
    font-weight:600;
    line-height:1;
    text-decoration:none;
    box-sizing:border-box;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
}
#point .point-pagination .pg_page,
#point .point-pagination .pg_start,
#point .point-pagination .pg_prev,
#point .point-pagination .pg_next,
#point .point-pagination .pg_end{
    text-indent:0;
    overflow:visible;
    white-space:nowrap;
    background-image:none;
}
#point .point-pagination .pg_page:hover,
#point .point-pagination .pg_page:focus,
#point .point-pagination .pg_start:hover,
#point .point-pagination .pg_prev:hover,
#point .point-pagination .pg_next:hover,
#point .point-pagination .pg_end:hover{
    transform:translateY(-1px);
    border-color:rgba(53, 114, 77, .22);
    box-shadow:0 12px 22px rgba(4, 9, 34, .08);
}
#point .point-pagination .pg_current{
    border-color:#2f6d4a;
    background:#2f6d4a;
    color:#fff;
    box-shadow:0 14px 24px rgba(47, 109, 74, .22);
}
#point .point-pagination .pg_start,
#point .point-pagination .pg_prev,
#point .point-pagination .pg_next,
#point .point-pagination .pg_end{
    min-width:62px;
    padding-left:16px;
    padding-right:16px;
}

/* 회원 비밀번호 확인 */
#mb_confirm {}
#mb_confirm h1 {margin:38px 0 30px;font-size:19px;text-align:center}
#mb_confirm p {padding:0 20px 40px;border-bottom:1px solid #e9e9e9;font-size:1.083em;line-height:1.4em;color:#656565;text-align:center}
#mb_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px}
#mb_confirm fieldset {;padding:50px;text-align:left}
#mb_confirm fieldset .frm_input {background-color:#fff !important;margin-bottom:10px}
#mb_confirm label {letter-spacing:-0.1em}
#mb_confirm_id {display:block;margin:5px 0 10px;font-weight:bold}
#mb_confirm .confirm_id{font-size:0.92em;color:#666}

/* 비밀글 비밀번호 확인 */
#pw_confirm h1 {margin:60px 20px 30px;font-size:16px}
#pw_confirm p {padding:0 20px 40px;border-bottom:1px solid #e9e9e9;font-size:1.083em;line-height:1.4em;color:#656565}
#pw_confirm p strong {display:block;color:#3ca1ff;font-size:1.167em;margin:0 0 5px}
#pw_confirm fieldset {;padding:50px;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}
#mb_confirm_id{}

/* 폼메일 */
#formmail textarea {height:100px}
#formmail .formmail_flie{position:relative}
#formmail .formmail_flie .file_wr {border: 1px solid #ccc;background: #fff;color: #000;vertical-align: middle;border-radius: 3px;padding: 5px;height: 40px;margin: 0;}
#formmail .lb_icon {position: absolute;top: 1px;left: 1px;border-radius: 3px 0 0 3px;height: 38px;line-height: 38px;width: 40px;background: #eee;text-align: center;color: #888;}
#formmail .frm_file {padding-left: 50px;}
#formmail .frm_info{color: #3497d9;font-size: 0.92em;}

/* 자기소개 */
#profile h1 a{color:#fff}
#profile table {margin-bottom:0}
#profile table th{text-align:left;padding:10px;width:100px}
#profile section {color: #2d4c7b;background: #eff9f9;padding: 10px;border: 1px solid #bfd4dc;margin: 10px 0;}
#profile h2 {margin:0 0 5px}
#profile .profile_name{text-align:center;font-weight:bold}
#profile .my_profile_img{display:block;margin:20px 0 5px;}
#profile .my_profile_img img{border-radius:50%;border:1px solid #aaa}
#profile .profile_img img{border-radius:50%}
#profile .profile_name .sv_wrap{font-weight:bold;text-align:left}
