<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_gall a.btn_b01 {}
#bo_gall a.btn_b01:focus, #bo_gall a.btn_b01:hover {}
#bo_gall a.btn_b02 {}
#bo_gall a.btn_b02:focus, #bo_gall a.btn_b02:hover {}
#bo_gall a.btn_admin {} /* 관리자 전용 버튼 */
#bo_gall a.btn_admin:focus, #bo_gall .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 {padding: 5px 15px; vertical-align: top;}
#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 {margin-top: 10px;}

/* 기본 테이블 */
/* 읽기 내 테이블 */
#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 {text-align: center; font-size: 15px;}
#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_cate h2 {width:1px;height:1px;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}

/* 갤러리 목록 */
#bo_gall h2 {margin:0;padding:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#bo_gall #gall_ul {display: grid; grid-template-columns: repeat(3,1fr); gap: 0.75em; padding:0;list-style:none;zoom:1; margin: 0.75em 0;}
#bo_gall .gall_li { position: relative;}
input[type="checkbox"]{ width: 1em; height: 1em; margin: 0; border: 1px solid #ccc; background-color: #fff; vertical-align: middle;}
#bo_gall .gall_li input[type="checkbox"] {position: absolute; left: 0.5em; top: 0.5em;z-index: 1;}
#bo_gall .gall_href{aspect-ratio: 2/1;}

#bo_gall .gall_con .gall_href &gt; a &gt; img{width: 100%; height: 100%; object-fit: cover}



/* 게시판 목록 공통 */
#bo_gall li.empty_list {padding:85px 0;text-align:center}

/* 게시판 쓰기 */
#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_table {position:absolute; top:0; left:0; margin:0; color:#a0cf72; padding: 0.25em 1em; border: 1px solid #a0cf72}

#bo_v_info h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_info strong {display:inline-block;}
#bo_v_info strong:not(:last-of-type)::after{content:"｜"; display: inline-block; clear: both; color: #ddd; font-weight: 600; font-size: 0.8em; vertical-align: middle; margin: 0 0.5em;}

#bo_v_top {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 {margin:0;padding:0;list-style:none}

.bo_v_nb {}
.bo_v_nb li {}
.bo_v_com {}
.bo_v_com li {float:left;}
.bo_v_com li + li{margin-left: 5px}

#bo_v_atc {min-height: 500px;}
#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 .bo_v_act_gng {position:relative}
#bo_v_act a {margin-right:5px;vertical-align:middle}

#bo_v_act strong {display: block; margin-top: 1em; font-weight: 600; font-size: 1.2em; color: #a0cf72}
#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-bottom: 3em;}
#bo_vc h2 {padding: 0.5em 0.25em; font-size: 20px; font-weight: 700; color: #176138; border-bottom: 1px solid #eee;}
#bo_vc article {border-bottom: 1px solid #eee;}
#bo_vc header {position:relative; background-color: #f5f8f9; padding: 0.5em;border-bottom: 1px solid #eee;}
#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 {line-height:1.6em; padding: 0.5em;}
#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; font-size: 0.9em; padding: 0.5em;}
#bo_vc footer a{color: #666;}
#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-bottom: 3em;}
#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_w .tbl_frm01 th{text-align: center;}

#bo_vc_w form, form[name="fviewcomment"]{display: flex; justify-content: space-between;}
#bo_vc_w form .tbl_frm01, form[name="fviewcomment"] .tbl_frm01{width: 100%; margin: 0;}
#btn_submit{height: 100%;}
#edit_6 h2{display: none;}

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

input[type="submit"]{vertical-align: middle;}
/* @media screen and (max-width: 769px) {

	#bo_gall #gall_ul { grid-template-columns:repeat(3, 32%); }

}

@media screen and (max-width: 481px) {

	#bo_gall #gall_ul { grid-template-columns:repeat(2, 49%); }

} */
@media screen and (max-width: 600px) {
	.btn_bo_adm input {padding: 7.5px 10px}
}
@media screen and (max-width: 450px) {
	#bo_v_title {font-size: 1.6em}
	#bo_v_info{font-size: 12px;}
}
.bo_fx{display: flex;  align-items: center; justify-content: space-between;}
.bo_fx &gt; ul{display: flex; align-items: center; gap: 0.25em; margin: 0.75em 0;}
.btn_bottom{display: flex; justify-content: center; gap: 0.25em; margin: 2em auto 0 auto;}
.btn_big{margin: 0 auto; display: block; padding: 0.5em 2em; text-align: center; border-radius: 0.6em; }
.big_1{border: 1px solid #bbb; background-color: transparent; color: #666;}
.big_2{border: 1px solid #333; background-color: #222; color: #fff;}

.btn{display: inline-block; padding: 0.25em 0.75em; font-weight: 500; border-radius: 0.6em; font-size: 0.9em;}
.btn_2, input.btn_2{background-color: transparent; color: #666; border: 1px solid #bbb;}
.btn_1, input.btn_1{background-color: #222; color: #fff; border: 1px solid #333;}
.btn_admin, a.btn_admin{background-color: transparent; color: #666; border: 1px solid #bbb;}

.bo_wrap{margin: 5em auto; animation: sub_txt_top 1s alternate;}
.bo_title{font-size: 2em; text-align: center; letter-spacing: -0.75px; font-weight: 700; margin-bottom: 0.5em;}
.bo_text{width: fit-content; margin: 0 auto 5em auto;}
.bo_text &gt; p{text-align: center; font-size: 1.1em;}
.bo_text &gt; div{margin-top: 2em; }

/* ===== 리스트페이지 ===== */
#bo_btn_top{margin-bottom: 0.75em;}
#bo_list input[type=checkbox] {width: 1.2em; height: 1.2em;}
#bo_cate ul{display: grid; grid-auto-flow: column;}
#bo_cate ul li a{padding: 0.75em 0; background-color: #f7f7f7; border: 1px solid #eee; border-radius: 0.5em 0.5em 0 0; text-align: center;}
#bo_cate ul li + li a{border-left: none;}
#bo_cate #bo_cate_on {position: relative; font-weight: 700; background-color: #fff;  border-bottom: none;color: #5fad56; overflow: hidden;}
#bo_cate #bo_cate_on::before{position: absolute; top: 0; left: 0; right: 0; height: 4px; background-color: #5fad56; content:""; display: block; clear: both;}

.tbl_wrap {margin-bottom: 2.5em;}
.tbl_wrap table tr{border-bottom: 1px solid #eee;}
.tbl_wrap table td{padding: 0.75em;}
#bo_list .td_chk{padding-right: 0;}
#bo_list .td_chk input{margin-right: 0;}

.bo_cate_link {display: inline-block; margin-right: 0.5em; color: #999; font-size:0.95em; font-weight: 500; vertical-align: middle;} /* 글제목줄 분류스타일 */
#bo_list td.empty_table {padding: 3em 0; text-align: center;}
.bo_number {font-weight: 600;}
.bo_number &gt; span{font-family: 'Montserrat', sans-serif; font-weight: 600;}
.bo_number &gt; span b{display: inline-block; margin: 0 0.35em; font-size: 1.2em; font-family: 'Montserrat', sans-serif; font-weight: 800; color: #5fad56}

/* 전체선택 + 검색바 */
.list_top{display: flex; align-items: center; justify-content: space-between; padding: 0.75em; border-bottom: 1px solid #eee;}
.list_top_left{display: flex; align-items: center; gap: 0.25em;}
.all_check::after{content:"｜"; display: inline-block; clear: both; line-height: 1; margin: 0 0.5em; font-size: 0.9em; color: #ddd;}
.all_check input{margin-right: 0.75em;}
.all_check label{font-family: 'Montserrat', sans-serif; font-weight: 700;}
#bo_sch form{position: relative; display: flex; gap: 0.5em; width: fit-content; margin-left: auto;}
#bo_sch select,
#bo_sch input{background-color: #f7f7f7; padding: 0.5em 3em 0.5em 0.75em; border-radius: 1em; border-radius: 0.6em;}
#bo_sch select{ border: none; padding: 0.5em;}
#bo_sch button{position: absolute; top: 50%; right: 0.75em; transform: translateY(-50%); z-index:1;}

.td_subject img{width: 1.2em;}
#bo_list svg{width: 1.4em; height: 1.4em; vertical-align: middle;}
#bo_list .new_svg{width: 3em; height: auto;}

/* ===== 뷰페이지 ===== */
#bo_v{margin-top: 2em;}
#bo_v_title &gt; span{display: block; }
#bo_v_title .bo_v_cate{font-weight: 500; color: #5fad56;}
#bo_v_title .bo_v_tit{font-size: 2em; font-weight: 600; letter-spacing: -0.75px; line-height: 1.3; padding-right: 1em;}

/* 뷰페이지 메뉴 */
#bo_v header{position: relative;}
.top_menu {position: absolute; top: 0.75em; right: 0; z-index: 2;}
.top_menu span {display: block; font-size: 1.5em; font-weight: 600; text-align: right;}
.top_menu ul.on {display: block; transition-duration: 100ms;}
.top_menu ul {display: none; border: 1px solid #eee; background-color: #f7f7f7; padding: 0.5em 0; border-radius: 1em; box-shadow: 0 0 1em rgba(0,0,0,0.02);}
.top_menu ul li a {display: block; text-align: center; padding: 0.5em 2.5em;}
.top_btn{display: inline-block; padding: 0 0.25em;}
.top_btn:hover{cursor: pointer}

#bo_v_info{margin: 1em 0;}
#bo_v_info ul{display: flex; justify-content: space-between; padding-bottom: 0.75em; border-bottom: 1px solid #eee;}
#bo_v_info ul .bo_date{color: #999;}
#bo_v_info ul .bo_writer &gt; span{color: #5fad56; font-weight: 700; margin-right: 0.75em;}

.bo_v_box{margin: 0.75em 0; padding-bottom: 0.75em; border-bottom: 1px solid #eee;}
.bo_v_box li{display: flex; justify-content: space-between; align-items: center;}
.bo_v_box li i{color: #999; margin-right: 0.5em;}
.bo_v_box li &gt; span{font-size: 0.9em; color: #999;}

.bo_v_nb {margin:0.75em 0;}
.bo_v_nb li {padding: 0.75em 1em; border: 1px solid #eee; border-style: solid none; background-color: #f7f7f7;}
.bo_v_nb li + li{border-top: none;}
.bo_v_nb li .nb_tit{margin-right: 1.5em; color: #fad56}
.bo_v_nb li .nb_tit i{color: #5fad56; margin-right: 0.75em;}
.bo_v_nb li .nb_date{float:right;color:#888}



/*글쓰기*/
#bo_w .bo_fx{justify-content: center;}
#bo_w .write_div{position:relative}
.frm_input{height: auto; padding: 0.5em; border: 1px solid #eee; background-color: #f7f7f7; border-radius: 0.7em;}
.frm_file {padding: 0.25em;}
.full_input{display: block; width: 100%;}

#fwrite &gt; div + div{margin-top: 0.5em;}

.wr_content.smarteditor2 iframe{background:#fff}
.bo_w_tit{position:relative}
.bo_w_tit .frm_input{padding-right:120px;}
.bo_w_tit #btn_autosave{position:absolute;top:5px;right:5px;line-height:30px;height:30px;}
.bo_w_select select{border: 1px solid #eee; background-color: #f7f7f7; font-size: 0.95em; padding: 0.5em 1em 0.5em 0.5em; border-radius: 0.7em;}
.bo_w_info{display: grid; grid-template-columns: repeat(3,1fr); gap: 0.5em;}
.bo_w_link{display: flex; align-items: center;}
.bo_w_link label span, .bo_w_flie label span{display: inline-block; width: 60px; font-weight: 600;}


/* ======= 갤러리 리스트페이지 추가 =========*/
#gall_con li{}
.gall_text_href {padding: 0.75em 0.25em;}
.gall_text_href img{display: inline-block; width: 1.2em;}
.gall_text_href a{display: inline-block; font-size: 1.3em; font-weight: 700; letter-spacing: -0.025em; line-height: 1.3}
.gall_subject span{display: block; text-align: right; margin-top: 0.25em; color: #999; font-weight: 500;}

@media screen and (max-width: 1280px) { 
	.bo_title{font-size: 1.8em;}
	.bo_text &gt; p{font-size: 1em;}
}
@media screen and (max-width: 1080px) { 
	.bo_wrap{margin: 3em auto;}
	.bo_text{margin-bottom: 3em;}
	.bo_text &gt; div{margin-top: 1em;}
}
@media screen and (max-width: 768px) {
	.list_top{flex-direction: column-reverse; align-items: flex-start; gap: 0.5em; padding: 0.5em;}
	.list_top fieldset{margin: 0 auto;}
	.list_top_left{width: 100%; justify-content: space-between;}
	.all_check::after{content:""; display: none;}
	#bo_gall #gall_ul {grid-template-columns: repeat(2,1fr);}
	.gall_text_href a{font-size: 1.2em;}
	.gall_subject span{font-size: 0.9em; margin-top: 0;}
}
@media screen and (max-width: 425px) {
	.bo_title{font-size: 1.6em;}
	.gall_text_href a{font-size: 1.1em;}
	#bo_sch input{width: calc(100% - 85px);}
}</pre></body></html>