@charset "utf-8";

/** Category List **/
#navi_category {
    grid-template-columns: none !important;
    grid-template-rows: repeat(var(--items), 1fr);
    position: fixed !important;
    width: 140px;
    top: 120px !important;
    left: 50% !important;
    margin-left: -740px;
    color: #c7c7c7;
}



.bo_cate_on{ border-bottom: 2px solid; opacity: 1 !important;  }
#navi_category > a{ text-align: right !important; }

#navi_category > a:hover ~ .line {
	opacity: 1;
}
.frm_input {
	background-color: rgb(0,0,0,0.3	)  !important;
}

gory > a:nth-of-type(1):hover ~ .line { --index: 1; }
#navi_category > a:nth-of-type(2):hover ~ .line { --index: 2; }
#navi_category > a:nth-of-type(3):hover ~ .line { --index: 3; }
#navi_category > a:nth-of-type(4):hover ~ .line { --index: 4; }
#navi_category > a:nth-of-type(5):hover ~ .line { --index: 5; }
#navi_category > a:nth-of-type(6):hover ~ .line { --index: 6; }
#navi_category > a:nth-of-type(7):hover ~ .line { --index: 7; }
#navi_category > a:nth-of-type(8):hover ~ .line { --index: 8; }
#navi_category > a:nth-of-type(9):hover ~ .line { --index: 9; }
#navi_category > a:nth-of-type(10):hover ~ .line { --index: 10; }
#navi_category > a:last-of-type:hover ~ .line { --index: var(--items); }

#b-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
#b-menu #nav-container {
  position: relative;
  margin: 0px auto 0px;
  box-sizing: border-box;
}
#b-menu #nav-container ul {
    display: flex;
    background: #0d0d0d;
    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;
    border-radius: 2em;
}
#b-menu #nav-container ul li {
  display: flex;
  align-items: center;
  min-height: 2.5em;
  margin-left: 60px;
  cursor: pointer;
  user-select: none;
}
#b-menu #nav-container ul li:first-child {
  margin-left: 0;
}
#b-menu #nav-container ul li a {
  color: #f1f1f1;
 font-family: 'ON-IGothic';
}
#b-menu #nav-container #line {
  position: absolute;
  bottom: 0;
  height: 2px;
  transition: all 150ms ease-in-out;
}
#b-menu h1 {
  margin-top: 30px;
  font-weight: 500;
  color: #212121;
}


.b_title {
	position: relative;
    width: 100%;
	height: 10%;
	-webkit-transition:0;
}

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';
    background: rgba(0,0,0,0.5);
    padding: 5px 3px 0px 3px;
	}

.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;
      margin-bottom: 20px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

#bo_sch{
    margin-top: 20px;
      margin-bottom: 20px;
}

#bo_v_atc{
	margin-bottom: 100px;
    box-sizing: border-box;
    padding: 50px 80px;
	}

#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: #b1b1b1 !important;
}
.message.emote {
	background-color: #232323 !important;
    color: #ffffff !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;
    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;
    top: 80%;
    right: 0px;
    width: 150px;
    text-align: center;
    opacity: .6;
    font-size: 8px;
    color: rgba(255,255,255,1);
    line-height: 35px;
	font-weight:800;
	}

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


.avocado-list li	{
	display: block;
	position: relative; 
	padding: 5px 0; 
	margin-bottom:1px;
} 
.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:5px;line-height: 35px;z-index:10;}
.avocado-list li a	{
	display: block;
	position: relative;
	padding: 0px 200px 0px 120px;
	line-height: 35px;
}
.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;
}

.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: 110px;
    height: 25px;
	border: none;
	font-weight:800;
	}

button:hover{
    background: #ffb700;
	}

.theme-form td{
	padding:0px !important;
	}
.avocado-list	{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.avocado-list li	{
	display: block;
	position: relative; 
	padding: 5px 0; 
	margin-bottom:1px;
} 
.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:5px;line-height: 35px;z-index:10;}
.avocado-list li a	{
	display: block;
	position: relative;
	padding: 0px 200px 0px 120px;
	line-height: 35px;
}
.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;
}






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



.ui-qna-list					{ position: relative; clear: both; margin-top:15px; }
.ui-qna-list .toggle_btn		{ padding:0 10px; border:none; background:none; outline:none }
.ui-qna-list .toggle_btn::after	{
	display: inline-block;
	margin-left: 6px;
	margin-bottom: 2px;
	padding: 2px;
	border: solid #666;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	content: "";
	opacity:0.3;
	transition: opacity .3s ease-in-out;
	-ms-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
.ui-qna-list .toggle_btn:hover::after	{
	opacity:1;
}
.ui-qna-list .toggle_btn.open::after	{
	margin-bottom: 0;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.ui-qna-list .toggle_btn+div	{ transition:none }
.ui-qna-list .box-shadow		{ margin-bottom:10px }
.ui-qna-list li					{ position: relative; padding:10px; line-height: 1.8em; }
.ui-qna-list li p				{ clear: both; overflow: hidden; margin: 0 10px; }
.ui-qna-list li p i				{ position: relative; font-style: normal; margin-right: 5px; }
.ui-qna-list li p i.notice_ico	{ display:inline-block; overflow:hideen; width:1em; line-height:1; text-indent:-99px; vertical-align: text-bottom }
.ui-qna-list li p i.notice_ico::before	{ position: absolute; right:0; content: "\E91A"; font-family: "icon"; text-indent:0 }
.ui-qna-list li p em			{ font-style: normal; }
.ui-qna-list li p strong a,
.ui-qna-list li ul li em		{ display: inline-block; margin-left:10px; font-size:10px; font-weight: normal; }
.ui-qna-list li p .sv_member	{ color:#ffffff }
.ui-qna-list li .qna-content,
.ui-qna-list li .qna-comment-content	{ padding: 0 10px; }
.ui-qna-list .date				{ float: right; font-size:10px; opacity:.7; }
.ui-qna-list .content			{ margin:3px 0; font-weight:400; }

.ui-qna-list li ul				{ clear:both; margin:0 10px; }

@media all and (max-width: 460px) { 
	.ui-qna-list .ui-qna-list-password		{ position: relative; padding-right: 90px; }
	.ui-qna-list .ui-qna-list-password button	{ position: absolute; top: 0; right: 0; width: 90px; }
	.ui-qna-list .ui-qna-list-password input		{ width: 100%; }
}

.ui-qna-list li ul li					{ margin-bottom:10px; padding: 0; }
.ui-qna-list li ul li p					{ margin: 10px 0 0 0 }

.ui-qna-list .ui-qna-list-password label		{ padding-right: 10px; }
.ui-qna-list .ui-qna-list-password label.blur	{ text-shadow: none; }
.ui-qna-list .ui-qna-list-password input		{ position: relative; z-index: 1; }
.ui-qna-list .ui-qna-list-password button		{ 
	height: 30px; line-height: 30px; padding: 0 25px;
	margin-left: -5px; border-left-width: 0;

}

.ui-qna-list li div.ui-write-area					{ margin:10px 20px 0 }
.ui-qna-list li div.ui-write-area button			{ white-space:nowrap; height: 28px; line-height: 28px; padding: 0 25px; }
.ui-qna-list li div.ui-write-area textarea			{
	width: 100%;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	word-break: break-all;
}
.ui-qna-list .no-data			{ text-align: center; line-height: 100px; padding-bottom: 50px; }



.clap_button {
    box-sizing: border-box;
    width: 7% !important;
    margin-left: 46.5%;
    text-align: center;
	margin-top:40px;
	margin-bottom:40px;
}

	
/******************************************
	모바일
*******************************************/
@media all and (max-width: 740px) {
.board-skin-basic{
	padding:0px;
	transform:none;
	left:0;
	width: 100% !important;
	}

	.clap_button {
    box-sizing: border-box;
    width: 30% !important;
    margin-left: 35%;
    text-align: center;
	margin-top:40px;
}
.swiper-container{
	transform: scale(.6) translateX(-83%);
    left: 50%;
    max-width: 160%;
	}	
/*.swiper-button-prev, .swiper-button-next{	display:none;}	*/
	.board_menu{    
	width: 8em !important; 
    bottom: 2.5em !important;}
	.b_title{      height: 35%; }
	.b_title:before{     bottom: 9em; }
	.b_title h2{ font-size: 2em; }
	.fix-layout{top: 0 !important;     position: fixed !important;}

	#bo_v_atc{    padding: 50px 0px !important;}
	
	
	}
	@media all and (max-width: 535px) {
	.ui-control button	{ display: block; clear: both; width: 100%; }
}
@media all and (max-width: 435px) {
	.ui-control input[type="text"],
	.ui-control input[type="password"]	{ display: block; clear: both; width: 100%;}
	.ui-qna-list	{ padding: 10px 0; }
}

@media all and (max-width: 380px) {
	.ui-qna-list .ui-qna-list-password label	{ display: none; }
}
.ui-write-box textarea{background-color:rgba(0,0,0,0.5);}


  .clap_button a{
     color: #fff;
    font-size: 1em;
	font-weight:600;
}
