<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 게시판 목록 */
.content{
	margin-bottom:10rem;
}
.content h3{
	font-size:5rem;
	text-align:center;
	margin-bottom:13rem;
}
.img_wrap {
	margin-bottom:8rem;
}
.member {
	font-size:2rem;
	color:#333;
	border-top:3px solid #20a96a;
}
.member .member_list {
	display:grid;
	grid-template-columns:200px 1fr;
	align-items:center;
	gap:5rem;
	padding:4rem 6.5rem; 
	border-bottom:1px solid #aaa;
}
.member .member_list .gall_img{
	position:relative;
	overflow:hidden;
	width:200px;
	height:239px;
}
.member .member_list .gall_img img {
	position:absolute;
	top:50%;
	left:50%;
	translate:-50% -50%;
}
.member .member_list .gall_img img.noimage {
	width:100%;
}
.member .member_list .member_info{}
.member .member_list .member_info .board_fix{
	display:block;
	text-align:center;
	padding:5px 15px;
	border:1px solid #ddd;
	margin-top:1rem;
}
.member .member_list .member_head{
	display:flex;
	justify-content:space-between;
	align-items:start;
	margin-bottom:4rem;
}
.member .member_list .member_head .btitle{
	font-size:2.8rem;
	font-weight:bold;
	line-height:1.6;
}
.member .member_list .member_head .home_link{
	font-size:1.8rem;
	padding-right:3.5rem;
	background-image:url("/theme/basic/img/direct_green.png");
	background-repeat:no-repeat;
	background-position:right center;
}
.member .member_list .member_head .home_link strong {
	color:#20a96a;
	text-decoration:underline;
}
.member .member_list .member_detail {
	display:grid;
	grid-template-columns:1fr 1.4fr;
}
.member .member_list .member_detail li {
	display:grid;
	grid-template-columns:12rem 1fr;
	align-items:center;
	margin-bottom:2rem;
}
.member .member_list .member_detail li:nth-child(3), .member .member_list .member_detail li:nth-child(4) {
	margin-bottom:0;
}
.member .member_list .member_detail li strong {
	padding:5px 0 5px 4.5rem;
	background-repeat:no-repeat;
	background-position:left center;
}
.member .member_list .member_detail .member_name strong {
	background-image:url("/theme/basic/img/cont0104_name_ico.png");
}
.member .member_list .member_detail .member_address strong {
	background-image:url("/theme/basic/img/cont0104_address_ico.png");
}
.member .member_list .member_detail .member_tel strong {
	background-image:url("/theme/basic/img/cont0104_tel_ico.png");
}
.member .member_list .member_detail .member_fax strong {
	background-image:url("/theme/basic/img/cont0104_fax_ico.png");
	background-position:0.5em center;
}

@media all and (max-width:1440px){
	.img_wrap img {
		width:100%;
	}
}
@media all and (max-width:1280px){
	.member .member_list .member_detail{
		grid-template-columns: 1fr;
	}
	.member .member_list .member_detail li {
		margin-bottom:1rem;
	}
	.member .member_list .member_detail li:nth-child(3) {
		margin-bottom:1rem;
	}
	.member .member_list .member_detail li strong {
		    padding: 5px 0 5px 6rem;
	}
	.member .member_list .member_detail .member_name strong,
	.member .member_list .member_detail .member_tel strong {
		background-position:1rem center;
	}
}
@media all and (max-width:1080px){
	.content {
		margin-bottom:13rem;
	}
	.member .member_list {
		grid-template-columns: 1fr;  
		padding: 3rem 0;
	}
	.member .member_list .member_head {
		display:block;
	}
	.member .member_list .member_head .btitle {
		margin-bottom:1rem;
	}
}
@media all and (max-width:640px){
	.content h3 {
		font-size:3rem;
	}
	.member .member_list .member_head .btitle {
		font-size:2.2rem;
	}
	.member .member_list .member_detail li {
		grid-template-columns: 1fr;
	}
	.member .member_list .member_detail li strong {
		margin-bottom:1rem;
	}
}
@media all and (max-width:480px){
	.member .member_list .member_head .home_link {
		padding-top:5px;
		padding-bottom:5px;
	}
}




.board_wrap h3{
    font-size: 5rem;
    text-align: center;
    margin: 13rem 0;
}
#bo_list{
	margin-bottom:17rem;
}
#bo_cate_ul {
	display:flex;
	justify-content:center;
	margin-bottom:5rem;
}
#bo_cate_ul li a {
	position:relative;
	color:#9d9d9d;
	font-size:3rem;
	font-weight:400;
	padding-right:35px;
	margin-right:30px;
}
#bo_cate_ul a:hover{
	color:#20a96a;	
}
#bo_cate_ul li:last-child a {
	padding-right:0;
	margin-right:0;
}
#bo_cate_ul li:not(:last-child) a:after{
	content:'';
	position:absolute;
	top:50%;
	right:0;
	translate:0 -50%;
	width:5px;
	height:5px;
	border-radius:50%;
	background-color:#2c2c2c;
}
#bo_cate_ul li a#bo_cate_on {
	font-weight:bold;
	color:#20a96a;
}
a#bo_cate_on:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:calc(100% - 35px);
	height:1px;
	background-color: #71c097;
}
li:last-child a#bo_cate_on:before {	
	width:100%
}
.count {
	font-size:1.8rem;
	font-weight:400;
	color:#333;
	margin-bottom:4rem;
}
.count span{
	font-weight:bold;
	color:#20a96a;
}
.blist_wrap {
	margin-bottom:5rem;
}
.list_head, .list_body .list_row {
	display: grid;
	padding: 2rem 0;
	text-align:center;
}
.list_head{
	grid-template-columns: 1fr 2fr;
	font-weight:600;
	border-top:2px solid #333;
	border-bottom:1px solid #ddd;
	background:#f5f5f5;
}
.admin_check .list_head{
	grid-template-columns: 3rem 1fr 2fr;
}
.list_body .list_row{
	border-bottom:1px solid #ddd;
	grid-template-columns: 1fr 2fr;
}
.admin_check .list_body .list_row{
	color:#777;
	grid-template-columns: 3rem 1fr 2fr;
}
.list_body .list_row .bd_num .notice_icon {
	font-size:14px;
	color:#fff;
	padding:5px 10px;
	background-color:#cd2742;
}
.list_body .list_row .bd_subject {
	color:#333;
	font-size:1.8rem;
	font-weight:600;	
	padding-left:2rem;
}
.list_body .list_row .bd_subject .nbsp {
	padding:0 10px;
}
.list_body .list_row .bd_subject .secret {
	width:12px;
	height:17px;
	color:transparent;
	background-image:url('/theme/basic/img/secret.png');
	background-repeat:no-repeat;
	background-position:center center;
}
.list_body .list_row .bd_subject .cate {
	color:#20a96a;
}
.list_body .list_row .bd_file span{
	display:inline-block;
	width:23px;
	height:19px;
	background-image:url('/theme/basic/img/file_icon.png');
	background-repeat:no-repeat;
	background-position:center center;
}
.list_body .list_row:hover{
	background-color:#e8fbf2;
}
.list_body .list_row:hover .bd_subject{
	color:#20a96a;
}
.list_body .list_row:hover .bd_subject strong {
	text-decoration:underline;
}
.list_body .list_row:hover .bd_subject .secret {
	background-image:url('/theme/basic/img/secret_hover.png');	
}
.list_body .list_row:hover .bd_file span{
	background-image:url('/theme/basic/img/file_icon_hover.png');
}
.list_none {
	color:#777;
	padding: 4rem 0;
	text-align:center;
}
@media all and (max-width:1080px){
	.list_body .list_row .bd_subject {
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
}
@media all and (max-width:720px){
	#bo_cate_ul li a {
		font-size:2rem;
	}
	.list_head {
		gap:1rem;
		padding: 2rem 1.5rem;
	}
	.list_body .list_row{
		gap:1rem;
		padding:2rem 1.5rem;
	}
}
@media all and (max-width:460px){
	#bo_cate_ul {
		flex-wrap:wrap;
	}
	#bo_cate_ul li {
		width:50%;
		text-align:center;
	}
	#bo_cate_ul li a {
		display:block;
		padding:1.5rem 0;;
		margin:0;
	}
	a#bo_cate_on:before {
		width:100%;
	}
	#bo_cate_ul li a:after {
		display:none;
	}
}
/* 게시판 목록 끝*/

/* 게시판 글쓰기 */
#bo_w{
	margin-bottom:17rem;
}
.write_header {
	display: flex;
	justify-content: space-between;
	align-items: end;
	color: #333;
	padding-bottom: 3rem;
	border-bottom: 3px solid #333;
}
.write_header h4 {
	font-size: 3rem;
}
.write_header strong {
	color:#20a96a;
}
@media (max-width: 480px) {
    .write_header {
        display: block;
        margin-top: 4rem;
    }
}
.bo_v_option{
	display:flex;
	gap: 1rem;
}
.write_div {
    display: grid;
    grid-template-columns: 26rem 1fr;
    align-items: center;	
	padding:2rem 0;
	border-bottom:1px solid #ddd;
}
.write_div.titletop {
	align-items:start;
}
.write_div &gt; label {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.2em;
}
.write_div.titletop &gt; label{
	align-items:start;
	padding-top:2rem;
}
.write_div &gt; label &gt;  strong {
    color:#20a96a;
}
.frm_input, .bo_w_link input, .file_wr .input_file{
	height:5.5rem;
	line-height:5.5rem;
	padding: 0 2rem;
	border:0;
	border-radius: 5px;
	background:#f5f5f5;
}
.wr_content textarea {
	border:0;
	border-radius: 5px;
	background:#f5f5f5;
}
.full_input {
	width:100%;
}
.bo_w_link  {
	position:relative;
}
.bo_w_link input{
	padding-left:2rem;
}
.file_wr{
	display:flex;
	gap:1rem;
}
.file_wr .input_file{	
	display:block;
	max-width:35rem;
	width:100%;
}
.file_wr .file_btn{	
	display:flex;
	justify-content:center;
	align-items:center;
	border:1px solid #333;
	border-radius:5px;
	width:15rem;
	cursor:pointer;
}
.file_wr .file_btn:hover{
	color:#fff;
	background-color:#333;
}
.file_wr .hidden{
	position:absolute;
	width:0;
	height:0;
	opacity:0;
	overflow:0;
}
.btn_confirm {
	padding-top:4rem;
	margin-top:2rem;
	text-align: center;
}
.btn{
	display:inline-block;
	width:19rem;
	font-size:1.8rem;
	vertical-align:middle;
	padding: 1.5rem 3rem;
	border:1px solid #333;
	border-radius: 4rem;
}
.btn:hover {
	color:#fff;
	background-color: #333;
}
.btn_cancel{
	margin-right:1rem;
}
.btn_submit{
	color:#fff;
	background-color:#000;
}
@media all and (max-width:920px){
	.write_div {
		grid-template-columns: 9rem 1fr;
	}
}
@media all and (max-width:420px){
	.write_div {
		grid-template-columns: 1fr;
		gap:1rem;
	}
}
/* 글쓰기 끝 */

/* 글 상세 */
#bo_v{
	margin-bottom:20rem;
}
#bo_v .profile_info{
	text-align:center;
	padding:5rem 0;
	margin-bottom:4rem;
	background-color:#f4f4f4;	
}
#bo_v .profile_info h5 {
	font-size:3rem;
	font-weight:bold;
}
#bo_v .info_detail .if_name{
	position:relative;
	font-size:1.8rem;
	padding-right:1.5rem;
	margin-right:1.5rem;	
}
#bo_v .info_detail .if_name:after{
	content:'';
	position:absolute;
	right:0;
	top:50%;
	translate:0 -50%;
	width:1px;
	height:1rem;
	background-color:#333;
}
#bo_v .detail{
	padding:2rem 0;
	border-bottom:1px solid #ddd;
}
#bo_v .detail .catetit {
	font-weight:bold;
	font-size:2rem;
}
#bo_v_con{
	line-height:1.625em;
}
#bo_v_info .btn_bo_user {
	display:flex;
	justify-content:center;
	gap:1rem;
}
#bo_v_info .btn_bo_user a{
	display:block;
	width:16rem;
	font-weight:600;
	text-align:center;
	padding:2rem 0;
	border:1px solid #333;
	border-radius: 3rem;	
}
#bo_v_info .btn_bo_user a:hover{
	color:#fff;
	background-color: #333;
}

@media all and (max-width:720px){
	#bo_v .profile_info {
		padding:3.5rem 2rem;
	}
	#bo_v .profile_info h5 {
		font-size:2rem;
	}	
	#bo_v_con{
		padding:0 3rem;
	}
}
@media all and (max-width:560px){
	#bo_v_info .btn_bo_user {
		flex-wrap:wrap;
	}
	#bo_v_info .btn_bo_user li ,
	#bo_v_info .btn_bo_user li a{
		width:100%;
	}
}
/* 글 상세 끝*/
</pre></body></html>