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

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:0.75rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* gallery */
#bo_gallery .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_gallery .wr-now {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1;
}

/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
}

#bo_v_con img {
	max-width:100%;
	height:auto
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon { 
	margin:-5px auto; 
}
#bo_v_sns_icon img { 
	width:40px; 
	border-radius:50%; 
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}
.by-writer { 
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul { 
	list-style: none; 
	margin: 0; 
}
.cmt-btn ul &gt; li { 
	float: left; 
	font-size:12px;
	padding: 0 10px; 
}
.cmt-btn ul &gt; li::before { 
	float: left; 
	color:#ccc; 
	content: "|"; 
	margin-left:-12px;
}
.cmt-btn ul &gt; li:last-child { 
	padding-right:0;
}
.cmt-btn ul &gt; li:first-child::before, 
.cmt-btn ul &gt; li.no-bar::before { 
	content: ""; 
	margin-left:0; 
}
.cmt-btn ul &gt; li &gt; a { 
	float:left;
	color:#888;
	white-space:nowrap;	
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content { 
	resize:none; 
}
@media all and (max-width:575px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:3px;
}
#bo_vc_opt ol:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_opt ol li { 
	float:left;
	margin:0; 
}
#bo_vc_send_sns ul { 
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
}
#bo_vc_send_sns ul:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_send_sns ul li {	
	float:left;
	margin:0 1.0rem 0 0;
}
#bo_vc_send_sns input {	
	margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
#bo_w #wr_content { 
	margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {
	#bo_w .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}
/* #nt_body &gt; .nt-container { padding: 0; max-width:100%} */
/*#nt_body .board-head-wrap {  height: 300px;}
#nt_body .board-head { position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 100%; height: 300px; background: no-repeat center / cover;}*/

#nt_body .board-head { text-align: center;}
#nt_body .board-head img { width:100%;}


#bo_list_wrap,
#bo_v,
#bo_w  { padding: 80px 0;}
#bo_gallery .row { display: table;width: 100%; margin: 0; border-top: 1px solid #a6a8ab;}
/* #bo_gallery .row li { display: flex; align-items: center; padding: 0;} */
#bo_gallery .row li { display: table-row; padding: 0;}
#bo_gallery .row li &gt; div { display: table-cell; vertical-align: middle; border-bottom: 1px solid #a6a8ab; border-right: 1px solid #a6a8ab;}
#bo_gallery .row li &gt; div:last-of-type { border-right: 0;}
#bo_gallery .row li .d1 { width: 53px;}
#bo_gallery .row li .d2 { width: 444px;}
#bo_gallery .row li .d3 { width: calc(100% - 53px - 444px - 100px);}
#bo_gallery .row li .d4 { width: 100px;}
#bo_gallery .row li { text-align: center;}
#bo_gallery .row li.list-head { font-size: 18px; font-weight: 500; color: #58595b; }
#bo_gallery .row li.list-head &gt; div { padding-top: 10px; padding-bottom: 10px;}
#bo_gallery .row li .na-title .na-item { display: block;}
#bo_gallery .row li .na-title .na-item .na-subject { display: block; padding: 0 10px;}
#bo_gallery .row li .na-title .na-item .na-subject span { overflow:hidden; display: block; text-align: left; text-overflow: ellipsis; white-space: nowrap;}
#bo_gallery .row li .list-num { font-size: 15px; font-weight: 500; color: #000; }
#bo_gallery .row li .date { font-size: 13px; font-weight: 500; color: #000; }



@media (max-width:991px){
    #bo_gallery .row li.list-head,
    #bo_gallery .row li { font-size: 16px;}
    #bo_gallery .row li .d1 { width: 35px; }
    #bo_gallery .row li .d2 { width: 350px; }
    #bo_gallery .row li:not(.list-head) .d2 { padding-bottom: 9% !important }
    #bo_gallery .row li .d3 { width: calc(100% - 35px - 350px - 80px); }
    #bo_gallery .row li .d3.na-title .na-item .na-subject,
    #bo_gallery .row li .d3.na-title .na-item .na-subject span { white-space:normal}
    #bo_gallery .row li .d4 { width: 80px;}
}
@media(max-width:900px){
	#bo_gallery .row li:not(.list-head) .d2 { padding-bottom: 10% !important; }
}
@media (max-width:768px){    
    #nt_body .board-head-wrap,
    #nt_body .board-head-wrap .board-head {height: 250px;}
    #bo_gallery .row { border-top: 0;}
    #bo_gallery .row { display: flex; flex-wrap:wrap; justify-content:space-between}  
    #bo_gallery .row .list-head { display: none;}    
    #bo_gallery .row li { display: flex; flex-direction: column; flex-basis:auto; flex-grow:0; padding: 0 0 20px; width: 49%; text-align: left; border-top: 1px solid #a6a8ab;}
    #bo_gallery .row li:not(.list-head) .d2 { padding-bottom: 26% !important; }
    #bo_gallery .row li .d1 { display: none; }
    #bo_gallery .row li .d2 { padding-bottom:27% !important; width: 100%;}
    #bo_gallery .row li .d3.na-title .na-item .na-subject, 
    #bo_gallery .row li .d3.na-title .na-item .na-subject span { white-space:nowrap}
    #bo_gallery .row li .d3 { padding: 10px; width: 100%;}
    #bo_gallery .row li .na-title .na-item .na-subject { padding: 0;}
    
    #bo_gallery .row li &gt; div { border-left:1px solid #a6a8ab}
    
    #bo_gallery .row li .d4 { padding: 5px 10px;  width: 100%; text-align: right; border-bottom: 0; border-left: 0; }
    
    
}
@media (max-width:576px){  
    /*#nt_body .board-head-wrap,
    #nt_body .board-head-wrap .board-head {height: 200px;}  */
    #bo_list_wrap,
    #bo_v, #bo_w  { padding: 40px 0;}    
    #bo_gallery .row li .d3 {  font-size: 15px;}    
}
@media (max-width:440px){        
    #bo_gallery .row li { width: 100%; }
    #bo_gallery .row li .d4 { text-align: right;}
}


#bo_v header {  padding: 0 0  40px;}
#bo_v_img { display: none;}



#eventModalCenter .modal-header { border-bottom:0; }
#eventModalCenter .modal-footer { border-top:0; padding-top: 0px; }
#eventModalCenter .modal-body { padding: 0 1rem; }
#eventModalCenter .modal-title { font-size:24px; color:#bababa; }
/*
#eventModalCenter ul { list-style:none; }
#eventModalCenter li { padding-bottom:6px; }
#eventModalCenter li:last-child { padding-bottom:0; }
#eventModalCenter .form-control { height: 50px; line-height: 50px; font-size: 20px; font-weight:normal; color: #bababa; background-color: #f3f3f3; border: 1px solid #f3f3f3; border-radius: 0; }
#eventModalCenter textarea { width:100%; height:180px; padding: 0.375rem 0.75rem; color: #bababa; background-color: #f3f3f3; border: 1px solid #f3f3f3; border-radius: 0; font-size: 20px; font-weight:normal;}
#eventModalCenter .btn-submit { color: #fff; background: #ff709f; width: 100%; height: 50px; line-height: 50px; border: 0px; border-radius: 50px; font-size:27px; letter-spacing:-0.06em; }*/
a.apply { max-width:460px; width:100%; height:85px; margin: 50px auto 0; font-size:33px; letter-spacing:-0.04em; border: 0px; border-radius: 85px; background:#ff709f; color: #fff; align-items: center; }
a.apply:hover {background:#f33f7a;}


.event-form-mail { padding: 0px 10px 20px; margin: 0 auto;  width: 100%; max-width: 1035px; }
    .event-form-mail p { color: #bababa;}
    .event-form-mail .h2 { padding: 0 0 30px; font-size: 25px; line-height: 1; font-weight: 500; }
    .event-form-mail .input-group { padding: 10px 0; margin-bottom: 10px; width: 100%; background: #f3f3f3;}
    
    .event-form-mail .input-group p { padding: 0 25px; width: 142px; height: 33px; line-height: 33px; font-size: 19px; font-weight: 500;  letter-spacing: -0.06em}
    .event-form-mail .input-group p { text-align:justify}
    .event-form-mail .input-group p:after { content:''; display: inline-block; width: 100%;}
    .event-form-mail .input-group input { width: calc(100% - 165px); height: 33px; color: #555; line-height: 33px; background: none; border: 0; }
    
    .event-form-mail .input-group textarea {  margin: 10px 25px 0; width: 100%; color: #555; border: 0; background: none; }
    .event-form-mail button#event-submit { margin-top: 10px; height: 50px; width: 100%; text-align: center; font-size: 26px; font-weight: 500; color: #fff; line-height: 50px;  background: #ff709f; border-radius:25px}
    .event-form-mail .input-group input:focus,
    .event-form-mail .input-group textarea:focus { outline-color: #32a1ce;}

@media (max-width:768px){
    .event-form-mail .h2 { padding: 0 0 25px; font-size: 23px;}
    .event-form-mail .input-group p { font-size: 17px;}
    .event-form-mail button#event-submit { height: 46px; line-height: 46px; font-size: 24px;}
}
@media (max-width:576px){
    .event-form-mail .h2 {padding: 0 0 20px; font-size: 20px;}
    .event-form-mail .input-group p { padding: 0 20px 0 20px; width: 120px; letter-spacing: 0; font-size: 15px;}
    .event-form-mail .input-group input { width: calc(100% - 130px); font-size: 15px;}
    .event-form-mail .input-group textarea { margin: 10px 20px 0; font-size: 15px; }
    .event-form-mail button#event-submit { height: 42px; line-height: 42px; font-size: 20px;}



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