@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url('https://cdn.jsdelivr.net/npm/galmuri@latest/dist/galmuri.css');
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'KOHIBaeumOTF';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/KOHIBaeumOTF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


:root {
	--color-text: #555555;
	--color-base: #f4f3ce;
	--color-main: #7cbc7f;
	--color-sub: #ebb46b;

}


.bbs-box {
	font-family: 'Paperozi';
}
.bbs-box * {
	font-family: 'Paperozi';
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
	font-family: "Font Awesome 6 Free";
}


#cate_list {
	width : 50%;
	background-color: var(--color-base);
	border : 4px double var(--color-main);
	text-align: center;
	margin: 0 auto;
}

#cate_list li {
	display:inline-block;
	vertical-align:middle;
	margin: 1em 0.4em;
}

.ui-list {
	color: var(--text-color);
	font-size: 13px;
}

.ui-list.point {
	color: var(--color-main);
	font-size: 13px;
}

.sch-box {
	display: flex;
	justify-content: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.frm_input {
	width: 250px;
	background-color: var(--back-color);
}

.simple-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}

.list-cont {
	flex: 0 0 calc(25% - 8px);
}

.list-cont .td_chk {
	position: absolute;
	margin-left: 5px;
	margin-top: 2px;
	z-index: 10;
}

.list-cover {
	aspect-ratio: 3 / 4;
	background-size: cover;
}

.list-info {
	width: calc(25% - 12px);
	aspect-ratio: 3 / 4;
	opacity: 0;
	position: absolute;
	transform: translate(0%, -99.8%);
	background-color: rgba(255,255,255,.6);
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
}

.list-title {
	width: calc(100% - 15px);
	color: #333333;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list-cont:hover .list-info {
	opacity: 1;
}

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

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

/* 여기까지 */


.avocado-list {
	display: flex;
	justify-content: space-between;
}

.avocado-list li {
	display: flex;
	justify-content: space-between;
	width: 24%;
	height: 300px;
}

.avocado-list li.bo_notice {}

.avocado-list li.no-data {
	text-align: center;
	line-height: 200px;
}

.avocado-list li .td_chk {
	position: relative;
	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;
}

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

.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: 15px 10px;
	background-color: var(--color-base);
	border: 4px double var(--color-main);
	border-radius: 20px;
}

.tool-btns {
	text-align: right;
}

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


.left-box {
	color: var(--main-color) !important;
}

.list-rate {
	color: var(--main-color);
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}



.board-viewer.bbs-box {
	display: block;
	position: relative;
	padding: 20px;
	background-color: var(--color-base);
	border: 4px double var(--color-main);
	border-radius: 20px;
}

.board-viewer .subject {
	display: block !important;
	font-family: 'KOHIBaeumOTF';
    font-size: 35px;
    line-height: 1em;
    margin-top: 0.2em;
  text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
  text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
  text-stroke-color: #555555;
    -webkit-text-stroke-color: #555555;
    text-shadow: 2px 2px #7cbc7f;
}

.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 .subtitle {
	font-family:'GangwonEducationSaeum';
  	font-size: 25px;
  	color: #7cbc7f;
 	position:absolute;
	margin-top: 3px;
 	width: max-content;
	display: block;
}

.board-viewer .cate {
	font-family: 'galmuri9';
	font-weight: bold;
    display: inline-block;
    padding: 1px 7px;
    margin-bottom: 5px;
    line-height: 18px;
    border-radius: 5px;
    background: white;
    color: #7cbc7f;
    border: 1px solid #7cbc7f;
}

.info-box {
	margin-top: 15px;
	float: right;
}

.info-name {
	font-weight: bold;
	padding: 3px 8px 3px 5px;
	border-left: 8px solid #7cbc7f;
	background: white;
	width: fit-content !important;
	
}

.info-date {
	font-family: 'KOHIBaeumOTF';
	color: #7cbc7f;
	margin-top: 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-top: 35px;
	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;
	margin-bottom: 5px;
}

.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;
	border: 1px solid var(--color-main);
	margin: 2px 0px;
}

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

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

.board-comment-list .item.reply {
}

.board-comment-list .item.reply .co-name {
	background: none;
}


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

.board-comment-form {
	margin-top: 10px;
	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: calc(100% - 5px);
	height: 100%;
	margin-left: 5px;
}

.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_cover {
	width: 300px;
	height: 400px;
	top: 0;
	left: 0;
	position: fixed;
	pointer-events: none;
}


.bbs-list-box {
	font-family: 'SUIT-Regular';
	overflow: hidden;
	width: 24%;
	height: 300px;
}

.bbs-box {
	width: calc(100% - 80px);
	color: var(--color-text);
}

.bbs-bgm-control {
	margin: 0 auto;
	text-align: center;
	padding: 5px 0px;
	font-size: 14px;
	color: #b5b5b5;
	float: right;
}

.bbs-list-front {
	width: 24%;
	height: 300px;
	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,
.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);
}

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