@charset "utf-8";



.b_title {
	position: relative;
    width: 100%;
    height: 35%;
}
img.board_menu {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -50px;
}
.b_title h2{
    text-align: center;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20pt;
    font-weight: 100;
    line-height: 1em;
    bottom: 0;
    position: absolute;
    font-family: 'Oxanium';
	}

.b_title img {
    position: absolute;
    bottom: 49px;
    left: 50%;
    opacity: 1;
    transform: translate(-50%,0);
    transition: all 2s .5s ease;
}
.b_title.hidden img{ opacity: 0; transform: translate(-50%,-10px);}


.bo_fx{
	position: relative;
    margin-top: 20px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}
#bo_v_atc{
	margin-bottom: 100px;
    box-sizing: border-box;
    padding: 50px 40px;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 25%, rgba(255, 255, 255, 0) 100%);
	}

#bo_vc_w{
	padding: 0 50px;
}

/*roll20호환*/
.message .avatar{
	position: absolute;
    top: 4px;
    left: 5px;
	}
.avatar img{
	width:100% !important;
	}

.message.you {
 background: -webkit-linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.9));
 background: -o-linear-gradient(left, rgba(255,255,255,.5), rgba(255,255,255,.9));
 background: linear-gradient(to right, rgba(255,255,255,.5), rgba(255,255,255,.9));
 color: #0d0d0d !important;
 font-weight: 600;
}
.message.desc {
	background-color: #232323 !important;
    color: #b5a184 !important;
}

.message{
	position: relative;
	font-family:'Chosunilbo_myungjo' !important;
background-color: transparent !important;
 color: #eaeaea !important;
	}
.message .spacer {
    background: transparent !important;
	}

.sheet-rolltemplate-coc-1{
	width: 100%;
    position: relative;
}
.__se_tbl_ext{
width: 100% !important;
}

.sheet-template_label{
	width: 20% !important;	
}
.formula, .rolled {
	display: inline;
    color: #0d0d0d !important;
    word-wrap: break-word;
    border: none !important;
}
.dicegrouping{
float: left;
}

.dicon{
	display:inline-block !important;
	}
.diceroll{
	display: inline-block;
	}

.board-notice	{ width: 264px; padding: 10px; margin: 0 auto; text-align: center; box-sizing: border-box; }
.board-skin-basic{ 
    position: relative;
    padding: 40px 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    box-sizing: border-box;
    max-width: 900px;
	}
.fix-layout {
    /*position: absolute !important;*/
    height: 100%;
    width: 100%;
	overflow: auto;
	max-width: none;
    left: 0;
	box-sizing: border-box;
}
#board_category									{   
	display: flex;
    background: #323232;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    border-radius: 2em;
    margin-bottom: 30px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
	font-family: 'ON-IGothic';
} 
#board_category input							{ display: none; }
#board_category li								{ display: inline-block; line-height: 31px; color: #ededed; }
#board_category li label						{ display: inline-block; cursor: pointer; padding: 0 15px;}
#board_category input:checked + label			{ color: #B993D6; } 

.theme-form{
    max-width: 950px;
    width: 100%; 
position: relative; 
left: 50%; 
transform: translateX(-50%); 
background: rgba(255,255,255,.8);
color:#333;
	}

.theme-form th{
	background:rgba(255,255,255,.5);
	color:#000;
	}

.swiper-slide{
	width: 150px !important;
    height: 350px !important;
	padding: 0px;
     box-sizing: border-box;
}

.swiper-container{
	padding: 0 !important;
    width: 800px !important;
	height:350px !important;
	}

.frm-theme-COMMENT{
    width: 100%;
    text-align: center;
    font-family: 'Chosunilbo_myungjo';
    font-size: 28pt;
    line-height: 1.5em;
    font-weight: 400;
    clear: both;
}

.wo_icon{
	position: relative;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    background: #7f716c;
    margin: 0px 0px 15px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
	}
	
.wo_wrap:hover .wo_icon, .w_current{
    background: #a19896;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
	}
	
.info{
    display: block;
    position: absolute;
    top: 80%;
    right: 0px;
    width: 150px;
    text-align: center;
    opacity: .6;
    font-size: 8px;
    color: rgba(30,30,30,.8);
    line-height: 35px;
    font-family: 'Chosunilbo_myungjo';
	font-weight:800;
	}

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

.avocado-list li	{
	display: block;
    position: relative;
    width: 100px;
    height: 120px;
    float: left;
    margin: 0 10px;
}

.wo_wrap{
	padding: 0;
	text-align:center;
	}
.wo_wrap p{
    width: 100px;
    position: relative;
    top: 50%;
    transform: translateY(-10px);
    margin: auto;
    font-size: 12pt;
	font-family:'Chosunilbo_myungjo';
	font-weight:800;}

.cke_sc{
	text-align:right;
	}
.cke_sc_def{
	color:#7f716c;
	}
.cke_sc_def dl{
	display:inline-block;
	width: 150px;
	}
.cke_sc_def dt{
	display:inline-block;
	float: left;
	}
.title{
	width: 100%;
    height: 80px !important;
    border: none;
    font-size: 20pt !important;
    text-align: center;
	font-family:'Chosunilbo_myungjo';
	background: none !important;
	color:#232323 !important;
	}	
.btn_cke_sc{
	display:none;
	}
button{
	font-size: 12px;
   	font-family:'Chosunilbo_myungjo' !important;
    background: #323232;
    color: rgba(255,255,255,.8);
    width: 200px;
    height: 25px;
	border: none;
	font-weight:800;
	}

button:hover{
    background: #ffb700;
	}

.theme-form td{
	padding:0px !important;
	}

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

.avocado-list li a	{
	display: block;
	position: relative;
	padding: 0;
	text-align: center;
}
.avocado-list li strong	{
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:18px;
	line-height:40px;
	font-family:'NanumSquare';
	color:#E6B886;
	font-weight:400;
}
.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: 0;
	width: 100px;
	text-align: center;
}
.avocado-list li .name	{
	display: block;
	position: absolute;
	top: 0;
	right: 150px;
	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;
}





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

}

@media all and (max-width: 640px) {
	.board-category	{
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.board-category select	{
		width: 100%;
	}

	.bo_fx	{
	display: block;
    width: 100px;
    box-sizing: border-box;
    position: relative;
    left: 0;
    transform: none;
    margin: 0 auto;
	}
	.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 .wr_subject input	{ width: 100%; }
.board-write .write-notice	{
	padding: 20px 10px 10px;
	font-size: 11px;
}

.board-write .files	{ padding-top: 20px; }
.board-write .files input	{ width: 100%; }




.board-viewer	{
	display: block;
	position: relative;
	padding: 150px 100px 100px;
}

.board-viewer .subject	{
	text-align: center;
	font-size:24px;
	font-weight:400;
	color:#dbbda5;
}
.board-viewer .subject em	{
	display: block;
	position: relative;
	font-size: 24px;
	line-height: 1.2em;
	padding-bottom: 10px;
}
.board-viewer .subject strong	{
	display: block;
	position: relative;
	font-size: 36px;
	line-height: 1.4em;
	font-family:'NanumSquare';
	color:#fff;
	font-weight:600;
}

.board-viewer .info	{
	margin-top: 0;
	padding: 8px 10px 38px;
	box-sizing:border-box;
	text-align: center;
	font-family:'NanumSquare';
	font-weight:400;
}
.info .bar{
	width:80px;
	border-bottom:4px solid  #dbbda5;
	position:relative;
	left:50%;
	transform:translateX(-50%);
	margin-top:20px;
	}
.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: 50px 0;
	padding: 40px 15px;
	border-left-width: 0;
	border-right-width: 0;
}




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


#bo_v_title{
	position: relative;
    margin-top: 200px;
}

#bo_v_title:before{
    content: '';
    background: URL(/NX/img/5.png) center center / contain;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    margin-left: -17.5px;
    top: -70px;
}

#bo_v_title p{
    width: 200px;
    text-align: center;
    margin: auto;
    border-style: solid;
    border-image: linear-gradient(to right, rgba(220,220,220,0) 0%, rgba(220,220,220,1) 30%, rgba(220,220,220,1) 70%, rgba(220,220,220,0) 100%);
    border-image-width: 1px 0 0 0;
    border-image-slice: 1;
    line-height: 2em;
    margin-bottom: 30px;
    font-size: 10px;
    color: #ededed33;
}


.board-comment-list			{     
	position: relative;
    box-sizing: border-box;
    padding: 0 50px;
    background: rgba(255,255,255,.3); }

.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 110px;
}
.board-comment-list .co-name	{
	position: absolute;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 100px;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 12pt;
}
.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: 15px 15px;
		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; }

}

.frame-theme-BODY{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-height: 100%;
    max-width: 1000px;
    box-sizing: border-box;
    padding: 0;
	}

.w_th{
	position: relative;
    display: block;
    float: left;
    width: 200px;
    font-size: 10pt;
    line-height: 30px;
    margin-left: 10px;
	font-family:'Chosunilbo_myungjo';
	font-weight: 600;
	color: #232323;
}

.v_menu{
	position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index:2;
	}
	
/******************************************
	모바일
*******************************************/

	