@charset "utf-8";

@font-face {
    font-family: 'Binggrae-Two';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Binggrae-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    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;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.avocado-list li	{
	display: block;
	position: relative; 
	padding: 0 !important; 
} 




.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: 7px;
    line-height: 27px;
    z-index: 10;
}

.avocado-list li a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    line-height: 35px;
    width: 100%;
    height: 50%;
    text-align: center;
    background: linear-gradient(to top, rgb(255 255 255), rgb(255 255 255 / 35%), transparent, transparent, transparent, transparent);
    border-radius: 5px;
    transition: all 0.5s;
}

.avocado-list li a:hover {
    height: 75%;
    background: linear-gradient(to top, rgb(255 255 255), rgb(255 255 255 / 70%), transparent);
}

.avocado-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

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


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



.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 {
    position: relative;
    height: 800px;
    border: 30px solid transparent;
    border-image: url(/img/border_frame.png);
    border-image-slice: 80;
    padding: 0px !important;
    background-color: #0e0e0e !important;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
    scroll-behavior: smooth;
}

.board-viewer .subject	{
	text-align: center;
    width: 100%;
}
.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: 3em;
    line-height: 1.2em;
}

.board-viewer .info	{
	margin: 10px 0 0 0;
	padding: 5px 10px;
	text-align: center;
    width: 100%;
}
.board-viewer .info span	{ display: inline-block; opacity: .5; }
.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;
    border-left-width: 0;
    border-right-width: 0;
    width: 100%;
    margin: 3% 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;
    margin: 10px 0;
}
.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-name a {
    font-weight: bold;
    color: #fff;
}


.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%;
    background-color: #121212 !important;
}
.board-comment-form p	{
	margin: 0;
	padding: 5px 10px;
}
.board-comment-form textarea	{
    display: block;
    height: 100px;
    resize: none;
    border: none;
    background-color: rgba(255,255,255,0.05);
    box-shadow: 0px 0px 11px #000 inset;
}


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

}


/*********************** 커스텀 ***********************/

*::-webkit-scrollbar {
    width: 0px !important;
}

#bo_w {
    height: 740px;
    border: 30px solid transparent;
    border-image: url(/img/border_frame.png);
    border-image-slice: 80;
    padding: 0px !important;
    background-color: #0e0e0e;
    overflow-y: auto;
}

.theme-box {
    background-color: transparent !important;
}

.highlight {
    background: transparent !important;
    color: #fff !important;
    filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.5));
    margin: 6px 0 0 0;
    font-size: 1.3em;
}

.board-skin-basic {
    margin: 0 8%;
}

#cmm_container {
    height: 740px;
    border: 30px solid transparent;
    border-image: url(/img/border_frame.png);
    border-image-slice: 80;
    padding: 0px !important;
    background-color: #0e0e0e !important;
    overflow-y: auto;
}

.cmm-thumbnail {
    width: 230px;
    height: 350px;
    margin: 3% 1% 0 1%;
    background-color: rgba(255,255,255,0.5) !important;
    border-radius: 5px;
    display: flex !important;
    align-items: flex-end;
    transition: all 0.5s;
}

.cmm-thumbnail:hover {
    animation: Up 0.5s forwards;
    filter: grayscale(0.8);
}


.cmm-list-up {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    transition: all 0.5s;
}

.cmm-list-up:hover {
    margin: 0 0 50px 0;

}

.cmm-list-sub {
    font-family: 'Binggrae-Two';
    color: #000;
    font-size: 2em;
    margin: 0 0 5% 0;
    /*filter: drop-shadow(2px 0px 0px #000) drop-shadow(0px 2px 0px #000) drop-shadow(-2px 0px 0px #000) drop-shadow(0px -2px 0px #000)*/;
    width: 100%;
}

.cmm-list-category {
    font-family: 'GmarketSansMedium';
    line-height: 1.8 !important;
    width: 100%;
}

.cmm-list-category span {
    background-color: #000000;
    color: #fff;
    padding: 3px 5px;
}


.custom-comment {
    background-color: #222;
    padding: 20px 20px 0 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

    @keyframes Up {
        from {
            opacity: 1;
            transform: translate3d(0, 0%, 0);
        }
        to {
            opacity: 1;
            transform: translate3d(0, -5%, 0);
        }
    }


.moveBtn {
    width: 100%;
    z-index: 995;
    cursor: pointer;
    display: grid;
    font-size: 1.2em;
    opacity: 0.25;
    justify-items: end;
}

.moveBtn a {
    width: 25px;
    height: 25px;
    border: 2px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    margin: 0px 0px 5px;
    background-color: rgba(255, 255, 255, 0.2);
    position: fixed;
}



@media (max-width: 460px) {
    #cmm_container {height: 500px; overflow-y: auto;}
    #bo_w  {height: 500px; overflow-y: auto;}
    .board-viewer.theme-box {height: 500px; overflow-y: auto;}
    .cmm-thumbnail {margin: 7% 1% 0 1%;}
    .cmm-list-category {line-height: 3.3 !important;}
}

@media (max-width: 390px) {
}