@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@font-face {
	font-family: 'Chosunilbo_myungjo';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BookkMyungjo-Bd';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/BookkMyungjo-Bd.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'KBIZHanmaumMyungjo';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/KBIZHanmaumMyungjo.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'ChosunGu';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGu.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ChosunKg';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunKg.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SUIT-Regular';
	src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
.board-notice	{ width: 264px; padding: 10px; margin: 0 auto; text-align: center; box-sizing: border-box; }


.avocado-list	{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.avocado-list li	{
	display: flex;
	position: relative;
	padding: 5px 0;
	margin-bottom: 5px;
	line-height: 20px;
	height: 35px;
	align-items: center;
} 
.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:15px;
							line-height: 35px;
							z-index:10;
							opacity: 0;
							transition-property: opacity;
    						transition-duration: 0.3s;
    						transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);}
.avocado-list li .td_chk:hover {
							opacity: 1;
							transition-property: opacity;
    						transition-duration: 0.3s;
    						transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);}					
.avocado-list li a	{
	display: flex;
	position: relative;
	padding: 0px 10px 0px 25px;
	line-height: 35px;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.avocado-list li strong	{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.1em;
	backface-visibility: hidden;
	transition: 0.3s;
	width: 55%;
}
.avocado-list li strong .highlight {font-weight:normal;}
.avocado-list li strong .cnt_cmt:before	{ content: "+"; }
.avocado-list li strong .cnt_cmt:after	{ content: ""; }
.cnt_cmt {font-size: 10px; color: var(--bbs-point2);}

.avocado-list li .ico-cate {
	display: inline-block;
	position: relative;
	top: 0;
	padding-right: 10px;
	text-align: center;
	line-height: 9px;
	font-weight: bold;
	margin-right: 10px;
	font-size: 12px;
	/*border-right: 2px solid;*/
	opacity: 0.3;
	width: 5%;
}
.avocado-list .info {
	display: inline-flex;
	position: absolute;
	right: 20px;
	border-radius: 5px;
	line-height: 1em;
	padding: 5px 0px;
}
.avocado-list li .name	{
	display: inline-block;
	width: 45px;
	text-align: center;
	opacity: 1;
	font-size: 11px;
}
.avocado-list li .date	{
	display: inline-block;
	width: 70px;
	text-align: center;
	font-size: 10px;
}
.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: 20px; 
	
}
.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%;
		margin: 3px 0;
	}
}



.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.bbs-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;
}

.sub_sub { opacity: 0.5;
		 font-size: 12px;
		 margin-left:3px }

.board-viewer .info	{
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
}
.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: 15px 10px 3px 100px;
}
.board-comment-list .co-name	{
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	width: 90px;
	padding: 15px 10px;
	box-sizing: border-box;
	font-size: 10px;
}
.board-comment-list .co-info {
	display: block;
	text-align: right;
	padding-top: 5px;
	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, .0);
								 background: #e4e4e4;}
.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;}

}
.bbs_background {
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	pointer-events: none;
}
.bbs-list-box {
	font-family: 'NEXON Lv2 Gothic';
	overflow: hidden;
	transition: 0.3s;
	transition-timing-function: ease-in-out;
}

.bbs-list-box:hover{
	height: 45px;
}

.bbs-box {
	width: calc(100% - 80px);
	border-radius: 20px;
	background: rgb(246 246 246);
	color: #000;
	box-shadow: 0px 0px 12px rgb(246 246 246);
}
.bbs-bgm-control {
	width: 50px;
	margin: 0 auto;
	text-align: center;
	padding: 5px 10px;
	background: #e3e3e3;
	border-radius: 20px;
	font-size: 16px;
	color: #b5b5b5;
	margin-top: 15px;
}
.bbs-list-back{
	width: 100%;
	height: 100%;
	background-size: cover;
	top: 0;
	left: 0;
	position: absolute;
	background-position: center center;
	z-index: -1;
}
.bbs-highlight {
	display: inline-block;
	padding: 0px 5px;
	line-height: 20px;
	border-radius: 5px;
	margin-right: 5px;
	font-size:11px;
	width: 10px;
	text-align: center;
}

.bo_notice .info {
	display: none;
}
.bbs-subtitle {
	position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 10px;
	width: calc(100% - 20px);
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.8em;
	transform: rotate3d(1, 0, 0, 180deg);
	backface-visibility: hidden;
	transition: 0.3s;

	opacity: 1;
    color: #fff !important; 


}
.bbs-list-box:hover .bbs-subtitle {
	transform: rotate3d(1, 0, 0, 0deg);
}
.bbs-list-box:hover strong {
	transform: rotate3d(1, 0, 0, 180deg);
}
/*.bbs-list-box:hover .fa-music {
	opacity: 0;
	transition: 0.3s;
}*/


.theme-box {
	background:transparent!important;
}

.hint--top:before{
	display: none;
}
.hint--top:after{
	bottom:0%!important;
/*	left: -150%!important;*/
}

.bbs-plus
{display: inline-flex;
position: absolute;
white-space: unset;
width: 7%;
right: 25%;
justify-items: stretch;
justify-content: space-around;
flex-wrap: nowrap;
	z-index: 99999;
}

.bbs-plus a{
	padding: 0px!important;
	width: 10%!important;
}

.hint--top.hint--rounded a{
position: fixed!important;
display: inline-block !important;
	width: 60px!important;
}

.word_grade:before{
	display: inline-block;
	width: 50px!important;
	white-space: nowrap!important;
}

.word_grade{
	display: inline-flex!important;
	height: 1rem!important;
	line-height: 1rem!important;
}



@media all and (max-width: 640px) {
.bbs-plus{
	right: 135px;}
.bbs-plus a{
	width: 100%!important;
	overflow: visible!important;
	padding: 5px 2px 0!important;
}
.bbs-subtitle{
	width: 40%;
	margin-left: 13%;
}
.avocado-list li strong{
	width: 40%;
}

	}

/* =========================
   📌 갤러리 레이아웃
========================= */
@media (any-hover: hover) { 

.board-skin-basic { 

max-width: 700px; 
margin: 0 auto; 
}

.avocado-list.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* 카드 */
.avocado-list.gallery li {
    position: relative;
    width: calc(20% - 12px);
    height: 200px;
    padding: 0;
    border: 1px solid #DB3C3F;
    overflow: hidden;
}

/* 링크 */
.avocado-list.gallery li a {
    position: relative;
    display: block;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

/* 배경 이미지 */
.avocado-list.gallery .bbs-list-back {
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(0.85);
    transition: 0.3s;
}

/* hover 확대 */
.avocado-list.gallery li:hover .bbs-list-back {
    transform: scale(1.05);
}


/* =========================
   📌 텍스트 (제목)
========================= */
.avocado-list.gallery li strong {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    color: #fff;
    z-index: 5;

}


/* =========================
   📌 그라데이션 (글씨 가독성)
========================= */
.avocado-list.gallery li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.6),
        rgba(0,0,0,0)
    );
    pointer-events: none;
}


/* =========================
   📌 숨김 요소
========================= */
.avocado-list.gallery .bbs-plus,
.avocado-list.gallery .info {
    display: none;
}
.avocado-list.gallery .bbs-list-box {
    background: none !important;
}

/* =========================
   📌 카테고리 영역
========================= */

/* 전체 영역 */
.board-category {
    text-align: center;
    margin-bottom: 20px;
}

/* 기본 select 숨김 */
.board-category select {
    display: none;
}

/* 버튼 리스트 */
.board-category ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

/* 버튼 스타일 */
.board-category a {
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,0.9);
    color: #000;
    text-decoration: none;
    font-size: 13px;
    transition: 0.2s;
}

/* hover */
.board-category a:hover {
    background: #DB3C3F;
    color: #fff;
}

/* 활성화 */
.board-category a.on {
    background: #DB3C3F;
    color: #fff;
}
/* =========================
   📌 카테고리 뱃지
========================= */
.avocado-list.gallery li .ico-cate {
    position: absolute !important; 
    top: 10px; 
    right: -2px; 
    z-index: 5;

    background: #DB3C3F;
    color: #fff;

    width: auto !important;
    opacity: 1 !important;

    padding: 5px 10px;
    font-size: 10px;
    border-radius: 5px;

    white-space: nowrap;
}


/* =========================
   📌 체크박스 위치
========================= */
.avocado-list.gallery li .td_chk {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 7;
}


/* =========================
   📱 반응형
========================= */
@media (any-hover: none), (any-pointer: coarse) {

    .avocado-list.gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 10px;
    }

    .avocado-list.gallery li {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 6;
    }
}

