@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;
}
@font-face {
	font-family: 'Pretendard-Regular';
	src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Freesentation9';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-9Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Freesentation5';
	src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Freesentation/Freesentation-5Medium.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Freesentation3';
	src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/Freesentation/Freesentation-3Light.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy-8ExtraBold';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Paperlogy-5Medium';
	src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

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

/* 라이트용 디자인 */
.bbs-list-box * {
	font-family: unset;
}

/* 여기까지 */
.material-icons {
	font-family: 'Material Icons' !important;
}

.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: 24px;
	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;
}

.avocado-list li a {
	display: flex;
	position: relative;
	padding: 0px 180px 0px 40px;
	line-height: 35px;
	justify-content: flex-start;
	align-items: center;
	width: -webkit-fill-available;
	width: -moz-fill-available;
	width: -o-fill-available;
	width: -ms-fill-available;
	z-index: 2;
}

.avocado-list li strong {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.1em;
	backface-visibility: hidden;
	max-width: calc(100% - 70px);
}

.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: 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: 3px double;
}
.bbs-tag-header {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bbs-tag {
	display: inline-flex;
	padding: 4px 10px;
	background: var(--bbs-point);
	border-radius: 15px;
	height: 15px;
	align-items: center;
	margin: 0px 2px;
	font-size: 12px;
}
.avocado-list .info {
	display: inline-flex;
	position: absolute;
	right: 20px;
	border-radius: 5px;
	line-height: 1em;
	padding: 5px 0px;
	align-items: center;
	height: 13px;
}

.avocado-list li .name {
	display: inline-block;
	width: 70px;
	text-align: center;
	opacity: 1;
	font-size: 11px;
	padding: 0px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.avocado-list li .date {
	display: inline-block;
	text-align: center;
	font-size: 11px;
	padding: 0px 10px;
	width: 75px;
	word-break: keep-all;
	white-space: nowrap;
}

.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;
	}

}

@media all and (max-width: 1000px) {
	.bbs-box{
		width: 100%;
	}
	.board-viewer.bbs-box {
		padding: 0px;
	}

}


.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;
}

.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: 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;
	margin-top: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.board-comment-form textarea {
	display: block;
	height: 100px;
	resize: none;
	border: none;
	order: 0;
	width: calc(100% - 100px);
}
.board-comment-form .btn_confirm {
	position: relative;
	order: 1;
}

.board-comment-form .btn_confirm .ui-btn {
	width: 100%;
	height: 100%;
	margin: 0;
}

.board-comment-form p {
	order: 2;
	margin: 0;
	padding: 5px 10px;
}



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

	.avocado-list li a {
		line-height: 1.2em;
		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 .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 {
	overflow: hidden;
}

.bbs-list-box:hover {
	height: 30px;
}

.bbs-list-box:hover .ico-cate {
	opacity: 0;
}

.bbs-list-box:hover .info {
	height: 18px;
}

.bbs-box {
	width: calc(100% - 80px);
	border-radius: 20px;
}
.bbs-btn-header {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: fixed;
	translate: -90px 0px;
}
.bbs-btn {
	width: 40px;
	height: 40px;
	margin: 15px 5px 5px 5px;
	text-align: center;
	border-radius: 20px;
	font-size: 16px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.bbs-btn:hover {
	color: #e3e3e3;
	background: #686868;
}

.bbs-btn.savebtn {
	display:none;
}
.active .bbs-btn.savebtn {
	display:inline-flex;
}
.active .bbs-btn.savebtn.active {
	color: #e3e3e3;
	background: #686868;
}
.active .bbs-btn.modbtn {
	display:none;	
}
.con_cont button {
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
	margin-right: 5px;
}
#bo_vc_w {
	display: none;
}
.open_c,
.close_c {
	display: block;
	text-align: center;
	padding: 4px 0px;
	border-radius: 10px;
	margin-top: 20px;
}

.bbs-list-front {
	width: 100%;
	height: 100%;
	background-size: cover;
	top: 0;
	left: 0;
	position: absolute;
	background-position: center center;
	z-index: 1;
	transition-duration: 0.5s;
}

.bbs-list-back {
	width: 100%;
	height: 100%;
	background-size: cover;
	top: 0;
	left: 0;
	position: absolute;
	background-position: center center;
}

.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;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 1.1em;
	transform: rotate3d(1, 0, 0, 180deg);
	backface-visibility: hidden;
	max-width: calc(100% - 250px);
}

.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;
}

.bbs-list-box,
.bbs-list-box strong,
.bbs-list-box .bbs-subtitle,
.bbs-list-box .info {
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0, 0.79, 0.62, 1.14);
}

.bbs-list-box:hover .ico-cate,
.bbs-list-box:hover .fa-music {
	transition: 0.2s;
}

.changeBackground:before {
	background-image: none !important;
	background-color: none !important;
	background: none !important;
}

.con_message {
	padding: 12px 16px;
	margin: 8px 2px;
	display: flex;
	width: fit-content;
	position: relative;
	max-width: 80%;
	font-size: 14px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
	border: 1px solid;
}

.con_message.first {
	border-radius: 10px 10px 10px 0px;
}

.con_message.second {
	border-radius: 10px 10px 0px 10px;
	align-self: flex-end;
}

#bo_v_con {
	position: relative;
	display: flex;
	flex-direction: column;
}
.first .con_message_btn{
	right: -45px;
}
.second .con_message_btn{
	left: -50px;
}
.con_message_btn {
	position: absolute;
	width: 40px;
	bottom: 3px;
	display: none;
}
.active .con_message_btn {
	display:flex;
	opacity: 0.3;
}
.con_message:hover .con_message_btn {
	opacity: 1;
}
.con_message_btn .material-icons {
	font-size: 16px;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	padding: 3px;
	cursor: pointer;
}

.bbs_date_box {
	display: flex;
	padding: 2px 20px;
	border-radius: 12px;
	margin: 0 auto;
	justify-content: center;
}
.con_message_btn.inactive {
	opacity: 0.1 !important;
	pointer-events: none;
}
/* 글자 서식 */
.bbs_bold {
	font-weight: bold;
}
.bbs_italic {
	font-style: italic;
}
.bbs_italic_bold {
	font-weight: bold;
	font-style: italic;
}
.bbs-box .con_cont textarea {
	border-radius: 5px;
	padding: 10px;
	min-height: 80px;
	min-width: 200px;
	margin-bottom: 5px;
}
/* 테마 */

.bbs-square.board-viewer.bbs-box {
	border: 1px solid;
	border-radius: 0;
}
.bbs-square .bbs-btn {
	width: 30px;
	height: 30px;
	border-radius: 0px;
	rotate:45deg;
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid;
}
.bbs-square .bbs-btn > i {
	rotate:-45deg;
}
.bbs-square .bbs-list-box {
	border-radius: 0px;
	border: 1px solid;
}
.bbs-square .bbs-list-front {
	border-radius: 0px;
}
.bbs-square .con_message {
	box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0;
}
.bbs-square .bbs_date_box {
	border-radius: 0;
}
.bbs-square .bbs-tag {
	border-radius: 0px;
}

.bbs-tp.board-viewer.bbs-box {
	background: transparent;
}
.bbs-tp.board-viewer .subject strong {
	text-shadow: 0px 0px 5px var(--bbs-base);
}
.bbs-tp.board-viewer .subject .bbs-tag {
	text-shadow: none;
}
.bbs-tp.board-viewer .info {
	text-shadow: 0px 0px 5px var(--bbs-base);
}
.bbs-tp .con_message {
	backdrop-filter: blur(5px);
}