<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 { display:block;width:100px;height:42px;font-size:16px;color:#fff;font-weight:500;text-align:center;line-height:42px;border:none;padding:0;background:#e97f0d;border-radius:21px;-webkit-border-radius:21px;-moz-border-radius:21px;-ms-border-radius:21px;-o-border-radius:21px;}
#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 { display:block;width:100px;height:42px;padding:0;border:1px solid #b9b9b9;text-align:center;background:#fff;font-size:16px;color:#888;line-height:42px;text-align:center;border-radius:21px;-webkit-border-radius:21px;-moz-border-radius:21px;-ms-border-radius:21px;-o-border-radius:21px;}
#bo_v a.btn_b01:focus, #bo_v a.btn_b01:hover {}
#bo_v a.btn_b02 { display:block;width:100px;height:42px;font-size:16px;color:#fff;font-weight:500;text-align:center;line-height:42px;border:none;padding:0;background:#e97f0d;border-radius:21px;-webkit-border-radius:21px;-moz-border-radius:21px;-ms-border-radius:21px;-o-border-radius:21px;}
#bo_v a.btn_b02:focus, #bo_v a.btn_b02:hover {}
#bo_v a.btn_admin { display:block;width:100px;height:42px;padding:0;border:1px solid #b9b9b9;text-align:center;background:#fff;font-size:16px;color:#888;line-height:42px;text-align:center;border-radius:21px;-webkit-border-radius:21px;-moz-border-radius:21px;-ms-border-radius:21px;-o-border-radius:21px;} /* 관리자 전용 버튼 */
#bo_v a.btn_admin:focus, #bo_v a.btn_admin:hover {}

/* 쓰기 버튼 */
#bo_w .btn_confirm { text-align:center;margin-top:30px;} /* 서식단계 진행 */
#bo_w .btn_submit {display:inline-block;width:230px;height:60px;background:url("/images/sub6_btn_submit.png") no-repeat center;font-size:20px;color:#e97f0d;padding:0;border:none;}
#bo_w button.btn_submit {}
#bo_w fieldset .btn_submit {}
#bo_w .btn_cancel {display:inline-block;width:230px;height:60px;background:url("/images/sub_btn_cancel.png") no-repeat center;font-size:20px;color:#888;line-height:60px;padding:0;border:none;margin-left:10px;text-align:center;}
#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 { width:160px;height:45px;font-size:15px;color:#fff;text-align:center;background:#e97f0d;}

/* 기본 테이블 */
/* 목록 테이블 */
#bo_list { margin-top:30px;}
#bo_list .tbl_head01 {}
#bo_list .tbl_head01 caption {}
#bo_list .tbl_head01 thead th { border-top:2px solid #e97f0d;border-bottom:1px solid #d9d9d9;background:#f9f9f9;font-size:17px;color:#333;font-weight:400;text-align:center;height:60px;}
#bo_list .tbl_head01 thead a {}
#bo_list .tbl_head01 thead th input { vertical-align:middle;} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
#bo_list .tbl_head01 tfoot th {}
#bo_list .tbl_head01 tfoot td {}
#bo_list .tbl_head01 tbody th {}
#bo_list .tbl_head01 td { border:none;border-bottom:1px solid #d9d9d9;font-size:15px;color:#555;line-height:20px;padding:10px 0;height:60px;text-align:center;}
#bo_list .tbl_head01 a {color:#555;}
#bo_list td.empty_table { text-align:center;}

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

#bo_w .tbl_frm01 { border-top:2px solid #e97f0d;}
#bo_w .tbl_frm01 th { width:110px;height:65px;border:none;border-bottom:1px solid #d9d9d9;border-right:1px solid #d9d9d9;padding:0;text-align:center;font-size:17px;color:#333;font-weight:400;background:#f9f9f9 !important;position:relative;}
#bo_w .tbl_frm01 th.required { padding-left:50px;background-image:none !important;}
#bo_w .tbl_frm01 th span.required { font-size:25px;color:#ee4e4e;background-image:none !important;display:inline-block;line-height:1;position:absolute;top:50%;left:30px;margin-top:-8px;}
#bo_w .tbl_frm01 td { padding:10px;font-size:15px;color:#777;border:none;border-bottom:1px solid #d9d9d9;}
#bo_w .tbl_frm01 tr th:nth-child(3) { border-left:1px solid #d9d9d9;}
#bo_w .tbl_frm01 select, #bo_w .tbl_frm01 textarea, #bo_w .tbl_frm01 .frm_input { background-color:#fff !important;border:1px solid #d9d9d9;}
#bo_w .tbl_frm01 select, #bo_w .tbl_frm01 .frm_input { height:45px;padding:10px;}
#bo_w .tbl_frm01 textarea {}

/*
#bo_w .tbl_frm01 #captcha {}
#bo_w .tbl_frm01 #captcha input {}
*/
#bo_w .tbl_frm01 a {}
#bo_w .tbl_frm01 .file_input { position:relative;}
#bo_w .tbl_frm01 .file_input .frm_file { opacity:0;position:relative;width:105px;height:45px;z-index:1;cursor:pointer;float:left;filter:alpha(opacity=0);margin-bottom:0;}
#bo_w .tbl_frm01 .file_input div.replace { position:absolute;left:10px;top:10px;width:105px;height:45px;line-height:45px;display:inline-block;border:0;text-align:center;font-size:15px;
color:#fff;background:#e97f0d;}
#bo_w .tbl_frm01 .file_input .file_name { float:left;width:300px;height:45px;line-height:43px;border:1px solid #d9d9d9;background-color:#fff !important;font-size:15px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;cursor:default;padding:0 10px;}
#bo_w .tbl_frm01 .file_del_box { display:block;margin-top:5px;font-size:14px;font-weight:400;letter-spacing:-0.4px;color:#909090;}
#bo_w .tbl_frm01 .file_input .file_info { float:left;margin-left:20px;line-height:38px;}


/* 필수입력 */
#bo_w .required, #bo_w textarea.required {}

#bo_w .cke_sc {}
#bo_w button.btn_cke_sc{line-height:1;font-size:12px;}
#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:100px;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:80px;text-align:center}
#bo_list .td_numbig {width:80px;text-align:center}
#bo_list .td_subject { text-align:left !important;}

#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;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;vertical-align:-1px;}

/* 게시판 목록 공통 */
.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 { width:100px;height:42px;padding:0;border:1px solid #b9b9b9;text-align:center;background:#fff;font-size:16px;color:#888;text-decoration:none;vertical-align:middle;text-align:center;border-radius:21px;-webkit-border-radius:21px;-moz-border-radius:21px;-ms-border-radius:21px;-o-border-radius:21px;cursor:pointer;}
.bo_notice td {background:#fff}
.td_num strong { font-size:14px;color:#fff;display:inline-block;width:60px;height:30px;text-align:center;line-height:30px;background:#e97f0d;border-radius:50px;}
.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 {width:100%;padding:28px 0;border:1px solid #d9d9d9;background:url("/images/toySch_bg.png") no-repeat center;text-align:center;margin-bottom:30px;}
#bo_sch legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#bo_sch select { width:105px;height:42px;border:1px solid #b9b9b9;font-size:14px;color:#333;padding-left:5px;}
#bo_sch .frm_input { width:282px;height:42px;border:1px solid #b9b9b9;font-size:14px;padding:0 10px;vertical-align:bottom;background:#fff !important;}
#bo_sch .btn_submit { width:115px;height:42px;font-size:16px;color:#fff;background:#e97f0d;border:none;cursor:pointer;vertical-align:bottom;border-radius:21px;-webkit-border-radius:21px;-moz-border-radius:21px;-o-border-radius:21px;-ms-border-radius:21px;margin-left:7px;}

/* 게시판 쓰기 */
#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:30px auto 20px;padding-bottom:20px;border-top:2px solid #e97f0d;position:relative;}

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

#bo_v_title {padding:21px 30px;font-family:'Noto Sans KR', sans-serif;font-size:18px;color:#333;font-weight:500;background:#f9f9f9;border-bottom:1px solid #d9d9d9;}
#bo_v_title strong { font-size:14px;color:#fff;display:inline-block;width:60px;height:30px;text-align:center;line-height:30px;background:#e97f0d;border-radius:50px;margin-right:20px;}
#bo_v_title span.date { float:right;font-size:16px;color:#888;}

#bo_v_info {padding:12px 30px;border-bottom:1px solid #d9d9d9;font-size:16px;color:#888;}
#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;margin:0 0 0 30px;font-weight:400;color:#555;}
#bo_v_info span.line { display:inline-block;width:1px;height:12px;background:#b6b6b6;margin:0 35px;}
#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 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_file ul {margin:0;padding:0;list-style:none}
#bo_v_file li {padding:12px 30px;border-bottom:1px solid #d9d9d9;font-size:16px;color:#888;}
#bo_v_file a {display:inline-block;margin:0;color:#555;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 a strong { font-weight:400;}
#bo_v_file img {margin:0;vertical-align:-1px;}
.bo_v_file_cnt {display:inline-block;margin:0 0 3px 16px}

#bo_v_link {}
#bo_v_link h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_link ul {margin:0;padding:0;list-style:none}
#bo_v_link li {padding:12px 30px;border-bottom:1px solid #d9d9d9;font-size:16px;color:#888;}
#bo_v_link a {display:inline-block;margin:0;color:#555;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 a strong { font-weight:400;}
#bo_v_link img {margin:0;vertical-align:-1px;}
.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 {position:absolute;font-size:0;line-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 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul, #bo_v_bot li {list-style:none}
#bo_v_bot .listBtn { float:left;}

.bo_v_nb {clear:both;border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;text-align:left;margin-top:80px;}
.bo_v_nb li a { display:block;font-size:15px;color:#555;line-height:34px;padding:13px 40px 13px 0;}
.bo_v_nb li a span.left { width:138px;display:inline-block;text-align:center;line-height:1;}
.bo_v_nb li a span.left img { vertical-align:3px;}
.bo_v_nb li a span.text { color:#555;}
.bo_v_nb li a span.date { float:right;}
.bo_v_nb li:nth-child(2) { border-top:1px solid #d9d9d9;}
.bo_v_com {float:right}
.bo_v_com li {float:left;margin-left:5px}

#bo_v_atc {min-height:200px;height:auto !important;padding:0;font-size:16px;color:#555;margin-bottom:20px;border-bottom:1px solid #d9d9d9;}
#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;padding:21px 30px;}
#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;padding:21px 30px;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 .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 {margin:0 0 20px;padding:20px 30px;border-top:2px solid #e97f0d; border-bottom:1px solid #e5e8ec;background:#f9f9f9}
#bo_vc h2 {margin-bottom:10px; font-size:17px; font-weight:400;}
#bo_vc article {padding:0 0 10px;border-top:1px dotted #ccc}
#bo_vc header {position:relative;padding:15px 0 5px;font-size:13px;}
#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-size:15px;}
.bo_vc_hdinfo {display:inline-block;margin:0 15px 0 5px}
#bo_vc h1 {position:absolute;font-size:0;line-height:0;overflow:hidden;display:none;}
#bo_vc a {color:#000;text-decoration:none}
#bo_vc p {padding:15px; background:#fff; border:1px solid #d9d9d9; border-radius:10px; font-size:15px; 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:20px !important;text-align:center}
#bo_vc #bo_vc_winfo {float:left}
#bo_vc footer {zoom:1; margin-top:10px;}
#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; padding:3px 10px; border:1px solid #d9d9d9; border-radius:50px; background:#fff;}
#bo_vc .bo_vc_act li a {color:#777;}

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

.pg_wrap .pg_start, .pg_wrap .pg_prev, .pg_wrap .pg_next, .pg_wrap .pg_end { width:30px !important; height:30px !important; font-size:0; text-indent:-9999px; background-image:url('/images/sub8_board_page.png') !important; padding:0 !important;border:none !important;}
.pg_wrap .pg_start { background-position:0 0;}
.pg_wrap .pg_start:hover { background-position:0 -30px;}
.pg_wrap .pg_prev { background-position:-30px 0;}
.pg_wrap .pg_prev:hover { background-position:-30px -30px;}
.pg_wrap .pg_next { background-position:-60px 0;}
.pg_wrap .pg_next:hover { background-position:-60px -30px;}
.pg_wrap .pg_end { background-position:30px 0;}
.pg_wrap .pg_end:hover { background-position:30px -30px;}
.pg_wrap .pg_page { padding:0;width:30px;height:30px;line-height:30px;color:#888;font-size:18px;text-align:center;background-color:transparent;}
.pg_wrap .pg_page:hover { color:#333;}
.pg_wrap .pg_current { color:#333;padding:0;width:30px;height:30px;line-height:30px;font-size:18px;text-align:center;margin:0;background-color:transparent;}


/* 커스텀 */
#bo_list .tbl_head01 td.td_name {text-align:center !important;}
#bo_list .tbl_head01 td.td_situation {width:130px;}
#bo_vc_w .btn_confirm {text-align:center;}
#bo_vc_w .btn_confirm .btn_submit {display:inline-block; width:230px; height:60px; font-size:20px; color:#e97f0d; padding:0; border:1px solid #e97f0d;
background:#fff; border-radius:50px;} 

#bo_w .counselt_table table {table-layout:fixed;}
#bo_w .counselt_table tr td.td_intimacy {width:130px; text-align:center;}
#bo_w .counselt_table tr td.td_intimacy input[type="radio"] {display:none;}
#bo_w .counselt_table tr td.td_intimacy input[type="radio"] + label {display:inline-block; cursor:pointer; margin:0;}
#bo_w .counselt_table tr td.td_intimacy input[type="radio"]:checked + label {color:#e97f0d; font-weight:700;}
#bo_w .counselt_table tr td.td_intimacy ul li {margin:0 3px;}
#bo_w .counselt_table tr td.fam_td {border-right:1px solid #d9d9d9; text-align:center;}
#bo_w .counselt_table tr td.fam_td:last-child {border-right:0;}
#bo_w .counselt_table tr td.privacy_td ul.pri_td_ul01 li {margin-bottom:10px; display:block;}
#bo_w .counselt_table tr td.privacy_td p {text-align:center; margin:30px 0;}
#bo_w .counselt_table tr td.privacy_td ul.pri_td_ul02 {display:table; width:100%; text-align:center; margin-bottom:30px;}
#bo_w .counselt_table tr td.privacy_td ul.pri_td_ul02 li {display:inline-block; margin:0 15px;}
#bo_w .counselt_table tr td.privacy_td ul.pri_td_ul02 li input[type="radio"] + label {cursor:pointer;}
#bo_w .counselt_table tr td ul li {display:inline-block; margin:0 5px;}
#bo_w .counselt_table tr td ul li label {margin-left:3px;}
#bo_w .counselt_table tr th span.wr_con_span {display:block; font-size:14px; color:#777;}
#bo_w .counselt_table&gt;p {color:#777; font-size:14px; margin-top:15px;}
#bo_list .tbl_head01 td.td_situation {width:120px;}
#bo_list .tbl_head01 td.td_situation span.situation_a {border:1px solid #777; color:#777; border-radius:50px; padding:3px 10px;}
#bo_list .tbl_head01 td.td_situation span.situation_b {border:1px solid #e97f0d; color:#fff; background:#e97f0d; border-radius:50px; padding:3px 10px;}

#bo_v .counselt_v_table table {border-collapse:collapse; width:100%;}
#bo_v .counselt_v_table table tr th {width:110px; height:65px; border-bottom:1px solid #d9d9d9; border-right:1px solid #d9d9d9; text-align:center;
font-size:17px; color:#333; font-weight:400; background:#f9f9f9 !important; position:relative;}
#bo_v .counselt_v_table table tr td {padding:10px; font-size:15px; color:#777; border:none; border-bottom:1px solid #d9d9d9;}
#bo_v .counselt_v_table table tr td.fam_td {text-align:center; border-right:1px solid #d9d9d9;}
#bo_v .counselt_v_table table tr td.fam_td:last-child {border-right:0;}
#bo_v .counselt_v_table tr td.privacy_td ul.pri_td_ul01 li {margin-bottom:10px; display:block;}
#bo_v .counselt_v_table tr td.privacy_td p {text-align:center; margin:30px 0;}
#bo_v .counselt_v_table tr td.privacy_td ul.pri_td_ul02 {display:table; width:100%; text-align:center; margin-bottom:30px;}
#bo_v .counselt_v_table tr td.privacy_td ul.pri_td_ul02 li {display:inline-block; margin:0 15px;}
#bo_v .counselt_v_table tr td.privacy_td ul.pri_td_ul02 li input[type="radio"] + label {cursor:pointer;}

.p_c_guide {color:#777; font-size:15px; margin-bottom:10px;}
.req_span {color:#d60000;}


</pre></body></html>