@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 {}
#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 {} /* 서식단계 진행 */
#bo_w .btn_submit {}
#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 {}
#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 .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:left}
#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;width:728px;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}

/* 게시판 목록 공통 */
.bo_fx {margin-bottom:5px;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;padding-top:5px}
.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:0 10px;height:25px;border:1px solid #e8180c !important;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle;cursor:pointer}
.bo_notice td {background:#f5f6fa}
.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}

#bo_sch {margin-bottom:10px;padding-top:5px;text-align:center}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}

/* 게시판 쓰기 */
#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: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} /* 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}

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

#bo_v_table {position:absolute;top:0;right:15px;margin:0;padding:0 5px;height:25px;background:#565e60;color:#fff;font-weight:bold;line-height:2.2em}

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

#bo_v_info {padding:0 0 10px;border-bottom:1px solid #ddd}
#bo_v_info h2 {margin:0;padding:0;height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;margin:0 15px 0 5px;font-weight:normal}
#bo_v_info .sv_member,
#bo_v_info .sv_guest,
#bo_v_info .member,
#bo_v_info .guest {font-weight:bold}

#bo_v_file {}
#bo_v_file h2 {margin:0;padding:0;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:#f5f6fa}
#bo_v_file a {display:inline-block;padding:8px 0 7px;width:100%;color:#000;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 h2 {margin:0;padding:0;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:#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 {margin:0 0 10px;padding:10px 0;zoom:1}
#bo_v_top:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_top h2 {margin:0;padding:0;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 {margin:0;padding:0;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}
#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 a {margin-right:5px;vertical-align:top}
#bo_v_act span {display:inline-block;margin-right:5px;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:2.15em;vertical-align:top}
#bo_v_act strong {color:#ff3061}
#bo_v_act_good,
#bo_v_act_nogood {position:absolute;font-size:0;line-height:0;overflow:hidden}

#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_v form {padding-top:20px}

/* 게시판 댓글 */
#bo_vc {padding:20px 20px 10px;border-top:1px solid #cfded8;border-bottom:1px solid #cfded8;background:#f5f6fa}
#bo_vc h2 {margin-bottom:10px}
#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 {position:absolute;top:15px;left:-20px}
#bo_vc .sv_wrap {margin-right:15px}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {font-weight:bold}
.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px}
#bo_vc h1 {position:absolute;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_empty {margin:0;padding:20px !important;text-align:center}
#bo_vc fieldset {margin:0 0 10px;padding:0}
#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;zoom:1}
.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:0 0 10px;padding:0 0 20px;border-bottom:1px solid #cfded8}
#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}

#bo_vc form {padding:0}


/* css/default.css 안에 있는 것을 재정의 */

/* 기본테이블 */
.td_name {width:100px;text-align:center}



:root {
    --s1-blue:#0078e8;
    --s1-blue-dark:#075fbd;
    --s1-ink:#202735;
    --s1-muted:#7a8494;
    --s1-line:#e6ecf4;
    --s1-soft:#f6f9fd;
}

#bo_list_title {
    margin:0;
    color:var(--s1-ink);
    font-size:24px;
    font-weight:800;
    letter-spacing:0;
}

#bo_list,
#bo_w,
#bo_v {
    color:var(--s1-ink);
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Apple SD Gothic Neo","Noto Sans KR",sans-serif;
}

.guestwrap {
    width:100%;
    max-width:920px;
    box-sizing:border-box;
    scroll-margin-top:120px;
}

.guest-list {
    margin-top:14px;
}

.guestbook-composer {
    width:100%;
    max-width:920px;
    margin:0 0 22px;
    padding:22px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:linear-gradient(180deg,#fff 0%,var(--s1-soft) 100%);
    box-shadow:0 8px 24px rgba(20,54,104,.06);
    box-sizing:border-box;
}

#bo_list .bo_fx {
    margin-bottom:4px;
}

.guestbook-limit-setting {
    display:flex;
    justify-content:flex-end;
    align-items:center;
    gap:8px;
    width:100%;
    max-width:920px;
    margin:-2px 0 8px;
    color:var(--s1-muted);
    font-size:12px;
    font-weight:800;
}

.guestbook-limit-setting input {
    width:82px;
    height:32px;
    padding:0 8px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:#fff;
    color:var(--s1-ink);
    font-weight:800;
    text-align:right;
    box-sizing:border-box;
}

.guestbook-limit-setting button {
    height:32px;
    padding:0 12px;
    border:1px solid var(--s1-blue);
    border-radius:0;
    background:#fff;
    color:var(--s1-blue);
    font-weight:800;
    cursor:pointer;
}

.guestbook-pagination {
    width:100%;
    max-width:920px;
    margin:22px 0 6px;
    text-align:center;
}

.guestbook-pagination .pg_wrap {
    margin:0;
    padding:0;
    text-align:center;
}

.guestbook-pagination .pg {
    display:inline-flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:4px;
    vertical-align:top;
}

.guestbook-pagination .pg_page,
.guestbook-pagination .pg_current {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    min-width:34px;
    height:34px;
    padding:0 10px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:#fff;
    color:var(--s1-muted);
    font-size:13px;
    font-weight:800;
    line-height:34px;
    text-decoration:none;
    box-sizing:border-box;
}

.guestbook-pagination .pg_current {
    border-color:var(--s1-blue);
    background:var(--s1-blue);
    color:#fff;
}

.guestbook-pagination .pg_page:hover,
.guestbook-pagination .pg_page:focus {
    border-color:var(--s1-blue);
    color:var(--s1-blue);
    text-decoration:none;
}

.guestbook-pagination .pg_start,
.guestbook-pagination .pg_prev,
.guestbook-pagination .pg_next,
.guestbook-pagination .pg_end {
    min-width:38px;
    color:var(--s1-ink);
}

.guestbook-composer-fields {
    display:flex;
    flex-wrap:wrap;
    gap:8px 10px;
    align-items:center;
    margin-bottom:10px;
}

.guestbook-composer label,
.guestbook-comment-fields input::placeholder,
.guestbook-composer textarea::placeholder,
.guestbook-comment-input textarea::placeholder {
    color:var(--s1-muted);
}

.guestbook-composer label {
    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;
}

.guestbook-composer .input,
.guestbook-comment-fields input {
    height:36px;
    padding:0 12px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:#fff;
    color:var(--s1-ink);
    outline:none;
    box-sizing:border-box;
}

.guestbook-composer textarea {
    width:100%;
    min-height:108px;
    padding:14px 16px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:#fff;
    color:var(--s1-ink);
    font-size:14px;
    line-height:1.7;
    resize:vertical;
    outline:none;
    box-sizing:border-box;
}

.guestbook-char-count {
    margin-top:6px;
    color:var(--s1-muted);
    font-size:12px;
    font-weight:700;
    text-align:right;
    line-height:1.2;
}

.guestbook-composer .input:focus,
.guestbook-composer textarea:focus,
.guestbook-comment-fields input:focus,
.guestbook-comment-input textarea:focus {
    border-color:var(--s1-blue);
    box-shadow:0 0 0 3px rgba(0,120,232,.12);
}

.guestbook-composer-actions {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    margin-top:10px;
}

.guestbook-composer-actions button,
.guestbook-comment-input button {
    min-height:38px;
    padding:0 18px;
    border:0;
    border-radius:0;
    background:var(--s1-blue);
    color:#fff;
    font-weight:800;
    cursor:pointer;
    transition:background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.guestbook-composer-actions button:hover,
.guestbook-comment-input button:hover {
    background:var(--s1-blue-dark);
    box-shadow:0 8px 18px rgba(0,120,232,.22);
    transform:translateY(-1px);
}

.guestbook-composer-actions button:disabled,
.guestbook-comment-input button:disabled {
    opacity:.55;
    cursor:wait;
    transform:none;
}

.writewrap {
    min-height:0;
    margin:0 0 22px;
    padding:22px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:linear-gradient(180deg,#fff 0%,var(--s1-soft) 100%);
    box-shadow:0 8px 24px rgba(20,54,104,.06);
    box-sizing:border-box;
}

.writewrap > div:first-child {
    display:flex;
    flex-wrap:wrap;
    gap:8px 12px;
    align-items:center;
}

.writewrap label {
    color:var(--s1-muted);
    font-size:12px;
    font-weight:800;
    letter-spacing:.04em;
}

.writewrap .input {
    width:128px;
    height:36px;
    margin:0 8px 0 4px;
    padding:0 12px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:#fff;
    color:var(--s1-ink);
    outline:none;
    box-sizing:border-box;
    transition:border-color .16s ease, box-shadow .16s ease;
}

.writewrap .input-home {
    width:180px;
}

.writewrap .input:focus,
#wr_content:focus,
#bo_sch .frm_input:focus,
#bo_sch select:focus {
    border-color:var(--s1-blue);
    box-shadow:0 0 0 3px rgba(0,120,232,.12);
}

#wr_content {
    width:100%;
    min-height:96px;
    padding:14px 16px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:#fff;
    color:var(--s1-ink);
    font-size:14px;
    line-height:1.65;
    resize:vertical;
    box-sizing:border-box;
    outline:none;
}

.guest-secret {
    display:inline-flex;
    gap:6px;
    align-items:center;
    color:var(--s1-muted);
    font-weight:700;
}

.guest-submit-wrap {
    float:right;
}

.guest-submit-wrap input,
#bo_list a.btn_b02,
#bo_w .btn_submit,
#bo_vc_w .btn_submit {
    min-height:36px;
    padding:0 18px;
    border:0;
    border-radius:0;
    background:var(--s1-blue);
    color:#fff;
    font-weight:800;
    line-height:36px;
    text-decoration:none;
    cursor:pointer;
    transition:background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.guest-submit-wrap input:hover,
#bo_list a.btn_b02:hover,
#bo_w .btn_submit:hover,
#bo_vc_w .btn_submit:hover {
    background:var(--s1-blue-dark);
    box-shadow:0 8px 18px rgba(0,120,232,.22);
    transform:translateY(-1px);
}

.guest-captcha {
    margin-top:12px;
}

.guestwrap .list {
    position:relative;
    display:block;
    margin-bottom:12px;
    padding:18px 20px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:#fff;
    box-shadow:0 6px 18px rgba(20,54,104,.045);
    box-sizing:border-box;
    transition:border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.guestwrap .list:hover {
    border-color:#cfe2f8;
    box-shadow:0 10px 28px rgba(20,54,104,.08);
    transform:translateY(-1px);
}

.guestwrap .list .right {
    position:relative;
    display:block;
    width:auto;
    min-width:0;
    vertical-align:top;
    box-sizing:border-box;
}

.guestwrap .list .right .auther {
    display:flex;
    flex-wrap:wrap;
    gap:6px 10px;
    align-items:center;
    margin:0 0 10px;
    padding:0 0 10px;
    border-bottom:1px solid var(--s1-line);
    color:var(--s1-ink);
    font-size:14px;
    font-weight:800;
}

.guest-author-name {
    color:var(--s1-ink);
    font-weight:800;
}

.guest-author-date {
    color:var(--s1-muted);
    font-size:12px;
    font-weight:600;
}

.guest-notice,
.bo_current {
    color:var(--s1-blue);
    font-size:12px;
    font-weight:800;
}

.guest-subject {
    max-width:100%;
    overflow:hidden;
    color:#344056;
    font-size:14px;
    line-height:1.75;
    word-break:break-word;
    white-space:pre-wrap;
}

.guestbook-thread {
    margin-top:14px;
    min-width:0;
}

.guestbook-comments {
    margin:14px 0 12px;
    padding:12px 0 0;
    border-top:1px solid var(--s1-line);
}

.guestbook-comment {
    position:relative;
    margin:0 0 10px calc(var(--reply-depth) * 18px);
    padding:12px 14px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:var(--s1-soft);
    box-sizing:border-box;
}

.guestbook-comment.depth-reply:before {
    content:"";
    position:absolute;
    top:18px;
    left:-14px;
    width:10px;
    height:10px;
    border-left:2px solid #c6d8ee;
    border-bottom:2px solid #c6d8ee;
    border-radius:0 0 0 6px;
}

.guestbook-comment-meta {
    display:flex;
    flex-wrap:wrap;
    gap:6px 10px;
    align-items:center;
    margin-bottom:6px;
    color:var(--s1-muted);
    font-size:12px;
}

.guestbook-comment-meta strong {
    color:var(--s1-ink);
    font-size:13px;
}

.guestbook-comment-body {
    color:#344056;
    font-size:13px;
    line-height:1.65;
    overflow-wrap:break-word;
    word-break:keep-all;
}

.guestbook-reply-button {
    margin-top:8px;
    padding:0;
    border:0;
    background:transparent;
    color:var(--s1-blue);
    font-size:12px;
    font-weight:800;
    cursor:pointer;
}

.guestbook-reply-target {
    margin:0 0 8px;
    padding:7px 10px;
    border-radius:0;
    background:#eaf4ff;
    color:var(--s1-blue-dark);
    font-size:12px;
    font-weight:800;
}

.guestbook-reply-target {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
}

.guestbook-reply-cancel {
    padding:0;
    border:0;
    background:transparent;
    color:var(--s1-muted);
    font-size:12px;
    font-weight:800;
    cursor:pointer;
}

.guestbook-comment-form.is-replying {
    margin-left:18px;
    padding-left:18px;
    border-left:2px solid #c6d8ee;
}

.guestbook-comment-fields {
    display:flex;
    gap:8px;
    margin-bottom:8px;
}

.guestbook-comment-fields input {
    flex:1 1 120px;
    min-width:0;
}

.guestbook-comment-input {
    display:flex;
    gap:8px;
    align-items:stretch;
    position:relative;
}

.guestbook-comment-input textarea {
    flex:1 1 auto;
    width:100%;
    min-width:0;
    min-height:48px;
    max-height:130px;
    padding:11px 13px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:#fff;
    color:var(--s1-ink);
    font-size:13px;
    line-height:1.55;
    resize:vertical;
    outline:none;
    box-sizing:border-box;
}

.guestbook-comment-input .guestbook-char-count {
    position:absolute;
    right:88px;
    bottom:6px;
    margin:0;
    background:rgba(255,255,255,.9);
    padding:0 4px;
}

.guestbook-comment-input button {
    flex:0 0 auto;
    min-width:70px;
}

.guestwrap .list a {
    color:var(--s1-blue);
    font-size:13px;
    font-weight:800;
    text-decoration:none;
}

.guestwrap .list a:hover {
    color:var(--s1-blue-dark);
    text-decoration:underline;
}

#bo_list .btn_bo_user {
    display:flex;
    gap:6px;
    align-items:center;
}

#bo_list a.btn_b01,
#bo_list a.btn_admin {
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 14px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:#fff;
    color:var(--s1-muted);
    font-weight:800;
    line-height:34px;
    text-decoration:none;
}

#bo_list a.btn_admin {
    color:var(--s1-blue);
}

#bo_sch {
    max-width:920px;
    margin:22px 0 10px;
    padding:16px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:var(--s1-soft);
    text-align:left;
    box-sizing:border-box;
}

#bo_sch form {
    display:flex;
    gap:8px;
    align-items:center;
}

#bo_sch select,
#bo_sch .frm_input {
    height:38px;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:#fff;
    color:var(--s1-ink);
    outline:none;
}

#bo_sch .frm_input {
    flex:1 1 auto;
    min-width:120px;
    padding:0 14px;
}

#bo_sch .btn_submit {
    height:38px;
    padding:0 18px;
    border:0;
    border-radius:0;
    background:var(--s1-blue);
    color:#fff;
    font-weight:800;
}

#bo_vc,
#bo_vc_w {
    max-width:920px;
    border-color:var(--s1-line);
    background:var(--s1-soft);
}

#bo_vc {
    margin-top:20px;
    padding:18px 20px 12px;
    border:1px solid var(--s1-line);
    border-radius:0;
}

#bo_vc h2 {
    margin:0 0 12px;
    color:var(--s1-ink);
    font-size:16px;
    font-weight:800;
}

#bo_vc article {
    padding:14px 0;
    border-top:1px solid var(--s1-line);
}

#bo_vc header {
    padding:0 0 8px;
    color:var(--s1-muted);
    font-size:13px;
}

#bo_vc .member,
#bo_vc .guest,
#bo_vc .sv_member,
#bo_vc .sv_guest {
    color:var(--s1-ink);
    font-weight:800;
}

#bo_vc p {
    margin:0;
    padding:0;
    color:#344056;
    font-size:14px;
    line-height:1.75;
}

.bo_vc_act a {
    color:var(--s1-blue);
    font-weight:800;
}

#bo_vc_empty {
    color:var(--s1-muted);
}

#bo_vc_w {
    margin-top:14px;
    padding:18px 20px;
    border:1px solid var(--s1-line);
    border-radius:0;
    box-sizing:border-box;
}

#bo_vc_w .tbl_frm01,
#bo_vc_w .tbl_wrap {
    margin:0;
    border:0;
}

#bo_vc_w table,
#bo_vc_w tbody,
#bo_vc_w tr,
#bo_vc_w th,
#bo_vc_w td {
    display:block;
    width:100%;
    border:0;
    background:transparent;
    box-sizing:border-box;
}

#bo_vc_w th {
    padding:8px 0 4px;
    color:var(--s1-muted);
    font-size:12px;
    font-weight:800;
    text-align:left;
}

#bo_vc_w td {
    padding:0 0 8px;
}

#bo_vc_w .frm_input,
#bo_vc_w textarea {
    width:100%;
    border:1px solid var(--s1-line);
    border-radius:0;
    background:#fff;
    color:var(--s1-ink);
    box-sizing:border-box;
}

#bo_vc_w .frm_input {
    height:38px;
    padding:0 12px;
}

#bo_vc_w textarea {
    min-height:82px;
    padding:12px 14px;
    line-height:1.65;
}

#bo_vc_w .btn_confirm {
    margin-top:8px;
    text-align:right;
}

@media (max-width: 768px) {
    #bo_list,
    #bo_w,
    #bo_v {
        width:100% !important;
        max-width:100%;
        overflow:hidden;
    }

    .guestwrap,
    .guestbook-composer,
    .guestbook-limit-setting,
    .guestbook-pagination,
    #bo_sch,
    #bo_vc,
    #bo_vc_w {
        max-width:100%;
    }

    #bo_list .bo_fx {
        margin-bottom:8px;
    }

    #bo_list .btn_bo_user {
        float:none;
        justify-content:flex-end;
        width:100%;
    }

    .guestbook-limit-setting {
        justify-content:flex-start;
        flex-wrap:wrap;
        margin:0 0 10px;
    }

    .guestbook-limit-setting label {
        flex:1 0 100%;
    }

    .guestbook-limit-setting input {
        flex:1 1 auto;
        width:auto;
        min-width:0;
    }

    .guestbook-limit-setting button {
        flex:0 0 auto;
    }

    .guestbook-composer {
        margin-bottom:16px;
        padding:16px;
        box-shadow:none;
    }

    .guestbook-composer textarea {
        min-height:112px;
        padding:12px 13px;
        font-size:14px;
        line-height:1.65;
    }

    .guestbook-composer-actions {
        align-items:flex-end;
    }

    .guest-list {
        margin-top:10px;
    }

    .guestwrap {
        scroll-margin-top:76px;
    }

    .guestwrap .list {
        margin-bottom:10px;
        padding:15px 14px;
        box-shadow:none;
    }

    .guestwrap .list:hover {
        transform:none;
        box-shadow:none;
    }

    .guestwrap .list .right .auther {
        gap:4px 8px;
        margin-bottom:9px;
        padding-bottom:9px;
        font-size:13px;
    }

    .guest-author-date {
        font-size:12px;
    }

    .guest-subject {
        font-size:14px;
        line-height:1.7;
    }

    .guestbook-thread {
        margin-top:12px;
    }

    .guestbook-comments {
        margin:12px 0 10px;
        padding-top:10px;
    }

    .guestbook-comment {
        margin-bottom:8px;
        padding:11px 12px;
    }

    .guestbook-comment.depth-reply {
        margin-left:12px;
    }

    .guestbook-comment.depth-reply:before {
        left:-10px;
        width:7px;
    }

    .guestbook-reply-target {
        align-items:flex-start;
        padding:8px 9px;
    }

    .guestbook-comment-form.is-replying {
        margin-left:10px;
        padding-left:10px;
    }

    .guestbook-comment-input {
        gap:6px;
    }

    .guestbook-comment-input textarea {
        display:block;
        width:100%;
        max-width:100%;
        min-height:58px;
        padding:10px 11px;
        font-size:13px;
    }

    .guestbook-comment-input button {
        min-width:58px;
        padding:0 12px;
    }

    .guestbook-comment-input .guestbook-char-count {
        right:76px;
    }

    .guestbook-pagination {
        margin:18px 0 4px;
    }

    .guestbook-pagination .pg {
        gap:3px;
    }

    .guestbook-pagination .pg_page,
    .guestbook-pagination .pg_current {
        min-width:32px;
        height:32px;
        padding:0 8px;
        font-size:12px;
        line-height:32px;
    }

    #bo_sch {
        margin-top:18px;
        padding:14px;
    }
}

@media (max-width: 640px) {
    .writewrap {
        padding:16px;
        border-radius:0;
        box-shadow:none;
    }

    .writewrap > div:first-child {
        display:grid;
        grid-template-columns:auto 1fr;
    }

    .writewrap .input,
    .writewrap .input-home {
        width:100%;
        margin:0;
    }

    .guest-submit-wrap {
        float:none;
        margin-top:12px;
    }

    .guest-submit-wrap input {
        width:100%;
    }

    .guestbook-composer {
        padding:14px;
        border-radius:0;
    }

    .guestbook-composer-fields,
    .guestbook-comment-fields,
    .guestbook-comment-input {
        display:block;
        width:100%;
    }

    .guestbook-composer .input,
    .guestbook-comment-fields input {
        width:100%;
        margin:4px 0 8px;
    }

    .guestbook-composer-actions {
        display:block;
    }

    .guestbook-composer-actions button,
    .guestbook-comment-input button {
        width:100%;
        margin-top:8px;
    }

    .guestbook-comment-input .guestbook-char-count {
        position:static;
        margin-top:6px;
        padding:0;
        background:transparent;
    }

    .guestbook-comment.depth-root {
        margin-left:0;
    }

    .guestbook-comment-form.is-replying {
        margin-left:10px;
        padding-left:10px;
    }

    .guestwrap .list {
        display:block;
        padding:14px;
    }

    #bo_sch form {
        flex-wrap:wrap;
    }

    #bo_sch select,
    #bo_sch .btn_submit {
        flex:1 1 110px;
    }

    #bo_vc,
    #bo_vc_w {
        padding:14px;
    }
}

@media (max-width: 420px) {
    .guestbook-composer,
    .guestwrap .list,
    .writewrap,
    #bo_sch,
    #bo_vc,
    #bo_vc_w {
        padding:12px;
    }

    .guestbook-composer textarea,
    #wr_content {
        min-height:104px;
        padding:11px 12px;
    }

    .guestbook-comment {
        padding:10px;
    }

    .guestbook-comment.depth-reply,
    .guestbook-comment-form.is-replying {
        margin-left:8px;
    }

    .guestbook-comment-form.is-replying {
        padding-left:8px;
    }

    .guestbook-comment-input button {
        min-height:40px;
    }

    .guestbook-pagination .pg_start,
    .guestbook-pagination .pg_end {
        display:none;
    }

    .guestbook-pagination .pg_page,
    .guestbook-pagination .pg_current {
        min-width:30px;
        height:30px;
        padding:0 7px;
        line-height:30px;
    }

    #bo_list a.btn_b01,
    #bo_list a.btn_admin {
        min-height:32px;
        padding:0 11px;
        line-height:32px;
    }
}
