@charset "utf-8";

@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
@font-face {
    font-family: 'KOTRAHOPE';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2110@1.0/KOTRAHOPE.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
}

.board-notice	{ width: 264px; padding: 10px; margin: 0 auto; text-align: center; box-sizing: border-box; }


#navi_category { text-align: center; /*padding: 20px 0;*/ font-size:10px; }
#navi_category li { display: inline-block; padding: 0 4px;}




.diary_wrap, .diary_wrap * {box-shadow: border-box;}
/*.diary_wrap {padding: 2rem; border-radius: 10px; border: 1px solid #333; background: rgba(255,255,255,0.5); color: #333; font-family: 'Pretendard';}*/
.diary_wrap.theme-box {
	margin: 60px 0 0;
	padding: 20px 70px 70px !important;
	/*font-family: 'Pretendard';*/
	background: #fff!important;
	border-radius:5px;
}
.diary_wrap .diary_day {padding-bottom: 20px; margin-bottom: 15px; border-bottom: 1px dashed #fff;}
.diary_wrap .diary_day:last-child {padding-bottom: 0; margin-bottom: 0; border: none;}
.diary_wrap .diary_date {
							margin-bottom: 20px;
							font-size: 14px;
							font-family: 'S-CoreDream-3Light';
							font-weight: 800;
							line-height: 1;
							background: linear-gradient(to right, #5e5ed560, transparent);
   							background-repeat: no-repeat;
    						background-position: 0% 70%;
    						background-size: 20% 50%;
						}

.diary_wrap .diary_list_wrap {position: relative;
							  margin-bottom: 15px;
							  padding-left: 10px;
							  border-left: 3px solid #f4f4f4;
    						}
.diary_wrap .diary_list_wrap:last-child {margin-bottom: 0;}
.diary_wrap .diary_list.blur {filter: blur(5px) grayscale(1) opacity(0%);}
.diary_wrap .diary_time {display: inline-block; font-weight: bold; padding: 2px 0px; /*background: #333; color: #fff;*/}
.diary_wrap .diary_cate {margin-left: 5px; /*font-weight: bold;*/ font-size: 10px; opacity: 0.6;}
.diary_wrap .diary_con {display: flex; gap: 10px; margin-top: 5px; font-size: 13.5px; line-height: 1.5;}
.diary_wrap .diary_con .diary_subj {font-size: 1.1em;}

/* 이미지 썸네일 관련 */
.diary_wrap .diary_con .diary_img {display: flex; flex-wrap: wrap; gap: 5px; width: 300px; max-height: 180px; /*align-items:center;*/}
.diary_wrap .diary_con .diary_img > div {border-radius: 3px; overflow: hidden;}
.diary_wrap .diary_con .diary_img img {width: 100%; height: 100%; object-fit: cover;}
.diary_wrap .diary_con .diary_img.diary_img_1 > div.thumb_img {width: 100%; height: 100%;}
.diary_wrap .diary_con .diary_img.diary_img_2 > div.thumb_img {width: calc(50% - 5px/2);}
.diary_wrap .diary_con .diary_img.diary_img_3 > div.thumb_img,
.diary_wrap .diary_con .diary_img.diary_img_4 > div.thumb_img {width: calc(50% - 5px/2); height: calc(50% - 5px/2);}
.diary_wrap .diary_con .diary_img.diary_img_3 > div.thumb_img:last-of-type {width: 100%; height: calc(50% - 5px/2);}
.diary_wrap .diary_con .diary_img.diary_img_2 > div.thumb_img {max-height: 250px;}
.diary_wrap .diary_con .diary_img + .diary_txt {width: calc(100% - 150px);}

/* 수정, 삭제 */
.diary_wrap .btn_manage {margin-left: 5px; float: right; font-size: 10px;}
.diary_wrap .btn_manage a {margin-right: 3px;}

/* 원본 이미지 */
.ori_img {display: none; position: fixed; top: 0; left: 0; align-items: center; justify-content: center; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 100; margin: 0;}
.ori_img img {width: auto !important; height: auto !important; max-width: 95%; max-height: 95%;}
.ori_img .close_img {position: absolute; top: 20px; right: 20px; background: none; border: none; font-size: 42px; color: #fff; font-weight: bold;}

/* 보호글, 멤버공개 */
.secret {position: absolute;
		top: 50%;
		left: 50%;
		display: flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		width: 100%;
		z-index: 3;
		transform: translate(-50%, -50%);
		background: transparent;
	}
.secret span,
.secret a.ui-btn {height: auto; padding: 5px 20px; line-height: 1.5;}
.pass-form {display: none; margin-top: 5px;}
.pass-form fieldset {display: inline-block;}
.ui-btn {line-height: 1;}


#ca_name option[value="공지"] {display: none;}

@media (max-width:580px) {
	.diary_wrap .diary_con {/*flex-wrap: wrap;*/ font-size: 13px;}
	.diary_wrap .diary_con .diary_txt {width: 100%;}
	.diary_wrap.theme-box {padding: 15px 15px 60px !important; backdrop-filter:none;}
}




.avocado-list	{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.avocado-list li	{
	display: block;
	position: relative; 
	padding: 5px 0; 
	margin-bottom:1px;
} 
.avocado-list li.bo_notice	{  }
.avocado-list li.no-data	{ 
	text-align: center;
	line-height: 200px;
}
.avocado-list li .td_chk { position:absolute; padding-left:5px;line-height: 35px;z-index:10;}
.avocado-list li a	{
	display: block;
	position: relative;
	padding: 0px 200px 0px 120px;
	line-height: 35px;
}
.avocado-list li strong	{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.avocado-list li strong .highlight {font-weight:normal;}
.avocado-list li strong .cnt_cmt:before	{ content: "( "; }
.avocado-list li strong .cnt_cmt:after	{ content: " )"; }

.avocado-list li .ico-cate	{
	display: block;
	position: absolute;
	top: 0; 
	left: 20px;
	width: 100px;
	text-align: center;
}
.avocado-list li .name	{
	display: block;
	position: absolute;
	top: 0;
	right: 100px;
	width: 100px;
	text-align: center;
	opacity: .6;
	font-size: 11px;
}
.avocado-list li .date	{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	text-align: center;
	opacity: .6;
	font-size: 11px;
}
.avocado-list li .hit	{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	text-align: center;
	opacity: .6;
	font-size: 11px;
}



.bo_fx {position:relative;padding:20px 0;}
.bo_fx .chk_all{ position:absolute;left:5px;top:20px;}



.board-category	{
	display: block;
	position: relative;
	margin-bottom: 10px; 
	
}
.board-category select	{

}

@media all and (max-width: 640px) {
#bo_v_con * {max-width:100%;}

	.board-category	{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.board-category select	{
		width: 100%;
	}

	.bo_fx	{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 10px !important;
	}
	.bo_fx a	{
		display: block;
		width: 100%;
	}
}



.board-write	{  padding: 0 10px; }

.board-write h3	{
	font-size: 26px;
	text-align: center;
	padding: 30px 0 20px;
} 
.board-write .write-notice	{
	padding: 10px;
	font-size: 11px;
}
.board-write > dl {position:relative;}
.board-write > dl > dt { width:70px;position:absolute;line-height:32px;text-align:center; }
.board-write > dl > dd { width:100%;margin-left:0;padding-left:80px;box-sizing:border-box;line-height:32px;}
.board-write input.frm_input.full	{ width: 100%; display:block;margin:1px 0;}




.board-viewer.theme-box	{
	display: block;
	position: relative;
	padding: 20px;
}

.board-viewer .subject	{
	text-align: center;
}
.board-viewer .subject em	{
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 10px;
}
.board-viewer .subject strong	{
	display: block;
	position: relative;
	font-size: 22px;
	line-height: 1.2em;
}

.board-viewer .info	{
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;
}
.board-viewer .info span	{ display: inline-block; opacity: .8; }
.board-viewer .info span + span:before	{
	content: "";
	display: inline-block;
	width: 1px;
	height: 8px;
	vertical-align: middle;
	margin: 0 10px;
}

.board-viewer .contents	{
	display: block;
	position: relative;
	margin: 20px 0;
	padding: 40px 15px;
	border-left-width: 0;
	border-right-width: 0;
}






#bo_v_bot	{ padding: 20px 0; overflow: hidden; }
.bo_v_nb	{ float: left; }
.bo_v_com	{ float: right; }


.board-comment-list			{ position: relative; }
.board-comment-list .co-line	{
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}
.board-comment-list .item	{
	position: relative;
	padding: 10px 10px 10px 100px;
}
.board-comment-list .co-name	{
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	width: 90px;
	padding: 10px 10px;
	box-sizing: border-box;
}
.board-comment-list .co-info {
	display: block;
	text-align: right;
	padding-top: 15px;
	font-size: 11px;
	opacity: .7;
}
.board-comment-list .co-info span	{ display: inline-block; opacity: .8; }
.board-comment-list .co-info span + span:before	{
	content: "";
	display: inline-block;
	width: 1px;
	height: 8px;
	vertical-align: middle;
	margin: 0 10px;
}

.board-comment-list .item.reply	{ border-left: 5px solid rgba(255, 255, 255, .1); }
.board-comment-list .item.reply .co-name	{
	background: none;
}


.board-comment-list + .board-comment-write	{
	margin-top: 20px;
}

.board-comment-form	{ 
	position: relative;
	padding-right: 80px;
}
.board-comment-form .btn_confirm	{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 29px;
	width: 80px;
}
.board-comment-form .btn_confirm .ui-btn	{
	width: 100%;
	height: 100%;
}
.board-comment-form p	{
	margin: 0;
	padding: 5px 10px;
}
.board-comment-form textarea	{ display: block; height: 100px; resize: none; border: none; }


@media all and (max-width: 640px) {

	.avocado-list li a	{
		line-height: 1.2em;
		padding: 10px 25px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.avocado-list li .ico-cate,
	.avocado-list li .name,
	.avocado-list li .date,
	.avocado-list li .hit	{
		position: relative;
		width: auto;
		left: auto;
		right: auto;
		bottom: auto;
		line-height: 1.2em;
	}

	.avocado-list li .info	{
		display: block;
		text-align: right;
		line-height: 1.0em;
		padding-top: 10px;
	}

	.avocado-list li .ico-cate	{ display: inline; }
	.avocado-list li .ico-cate:before	{ content: "[ "; }
	.avocado-list li .ico-cate:after	{ content: " ]"; }

	.avocado-list li strong	{ display: inline; line-height: 1.2em; }

	.avocado-list li .name,
	.avocado-list li .date,
	.avocado-list li .hit	{ display: inline; padding: 0 5px; }

	.board-comment-list .item	{ padding: 0; }
	.board-comment-list .co-name	{ position: relative; width: auto; padding: 5px 10px; }
	.board-comment-list .co-content	{ padding: 10px; word-break:break-all;}

}


.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas{
	line-height: 20px!important;
}


hr.line{
	background: #000!important;
	margin: 0px 0 30px!important;
	opacity: 0.2;
}
