@charset "utf-8";

/*****************CUSTOM**************************/
:root
{
--list-bg-color:var(--base); /*리스트 배경*/
--list-txt-color:var(--text); /*리스트 기본 폰트*/
--viewer-bg-color:var(--base); /*안쪽 디테일 배경*/
--viewer-txt-color:var(--text); /*안쪽 디테일 컬러*/
--hash-bg-color: var(--base); /*해시태그 배경 컬러*/
--hash-txt-color:var(--text); /*해시태그 폰트 컬러*/
}




.fix-layout {

}



/****************************	Write****************************/
.btn_confirm {
	text-align:center;
	padding: 0 0 40px;
}
.bo_w_flie {
	margin-top: 5px;
}


/****************************	Viewer****************************/
#bo_v .title {
    font-weight: 800;
    text-align: center;
    font-size: 40px;
    font-family: var(--fontS) ,'Pretendard JP Variable',sans-serif;
	text-shadow: 0 0 3px #000;
color:var(--viewer-bg-color);
}
#bo_v .title_info{
    position: absolute;
    left: 20px;
    bottom: 20px;
	text-align:left;
}

#bo_v .btn_confirm
{
	background: var(--viewer-bg-color);
}

#bo_v .review {
	margin:10px 0;
}
#bo_v .log {
	background: #f1f1f1;
	border:1px solid rgba(0,0,0,.2);
}
#bo_v_info {
	text-align:left;
    background: var(--viewer-bg-color);
	color:var(--viewer-txt-color);
	font-size:13px;
}
@media print {
	#h_header,.copyright,.btn_confirm {
		display: none !important;
	}
}

#bo_v .title_card
{
    min-height: 400px;
	position:relative;
}

#bo_v .title_card:before
{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:linear-gradient(to bottom, transparent 70%, var(--viewer-bg-color));
}

.log-board-wrap.theme-box{
border-radius:var(--radius);
    padding: 0px !important;
}

#bo_v .info_divider
{
display: flex;
    padding: 20px;
    gap: 40px;
}

#bo_v .info_divider > div
{
max-width:320px;
}

#bo_v .info_divider p
{
	margin-bottom:8px;
}

#bo_v .opa
{
opacity:.7;
}

.blur-txt
{
	filter:blur(4px);
}

.blur-hover
{
	filter:blur(4px);
	transition:2s;
}

.blur-hover:hover
{
	filter:blur(0px);
}

.blur-txt.blur-off
{
	filter:blur(0px);
}

/****LIST******/
#bo_v_list {
	background:var(--viewer-bg-color);
	color:var(--viewer-txt-color);
	padding:32px 0;
}

#bo_v_list h1
{
	margin:20px;
	font-size:18px;
}




.list_plus {
	display:inline-grid;
	gap:20px;
    padding: 24px 40px 12px;
	z-index:1;
	max-width:400px;
    white-space: initial;
	position:relative;
    transition:all 0.3s;
}

.list_plus:before
{
	width:100%;
	height:100%;
	content:'';
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}

.list_plus:hover:before
{
	background:white;
	opacity:.05;
}

#bo_v_list .list_card
{
	width:100%;
	height:160px;
	border-radius: 5px;
}

#bo_v_list .list_card a
{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}


#bo_v_list a {
	color:var(--viewer-txt-color);
}

#bo_v_list p
{
	margin-bottom:4px;
}

.list_plus strong
{
	font-size:20px;
}

#bo_v_list .lcontent
{opacity:.7;}

#bo_v_list .bvl {
white-space: nowrap;
overflow:hidden;
position:relative;

}


	/* 슬라이드 영역*/
	.bvl input[id*="slide"] {display:none;}


	/* LABEL */
	.bvl label {display:none; position:absolute;z-index:1;top:50%;transform:translateY(-50%);padding:17px;cursor:pointer;}
	.bvl li:nth-child(2) label.left{display:none !important;}
	.bvl li:nth-child(6) label.right {display:block;}
	.bvl li:last-child label.right{display:none !important;}
	.bvl .left {left:24px;background:url('./img/left.png') center center / 100% no-repeat; z-index:99;}
	.bvl .right {right:24px;background:url('./img/right.png') center center / 100% no-repeat; z-index:99;}


/*****HASH TAG*****/
.hash_tag {border-radius: 10px;
    background: var(--hash-bg-color);
    padding: 2px 10px;
    border: 1px solid var(--hash-txt-color);
	font-size: 11px;
	display:inline-block;
	}

.card-detail .detail-button .hash_tag a
{
	padding:0 0;
	color: var(--hash-txt-color);
}

/**************GMPC&PC**************/
.pc-img {max-width:40px;   display: inline-block;  text-align: left;  float: left; border-radius: 50%; margin: 8px 1px 0px; background: linear-gradient(180deg, #c4cfd0, #fff);}
.pc-img img {border-radius:50%; }
.pc-img:before {content:'';     box-shadow: inset 0px 2px 4px rgb(0 0 0 / 50%); z-index: 999; width: 40px; height: 40px; position: absolute; border-radius: 50%;}


/****************THUMBNAIL***********/


.trpg-card-list .trpg-card-frame .card-info
{
	position: relative;
    text-align: left;
}

.trpg-card-list .trpg-card-frame .card-info div.c-img
{
	display: flex;
    width: 100%;
}

.c-img.tt
{
	justify-content: space-between;
}

.trpg-card-list .trpg-card-frame .card-img
{
    width: 240px;
    height: 135px;
    display: inline-block;
    position: relative;
	border-radius: 15px;
	background-size: cover;
	float: left;
   filter: grayscale(1);
    background-repeat: no-repeat;
}


.trpg-card-list .trpg-card-frame .card-img:hover
{
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-name: flow;
	filter:grayscale(0);
}

@keyframes flow {
    from {
        background-position: top left;
    }

    to {
        background-position: bottom right;
    }
}

.trpg-card-list .trpg-card-frame .no-img
{
	width:240px;
	height:135px;
	display: inline-block;
	border-radius: 15px;
	background-size: cover;
	position: relative;
	float: left;
    background-repeat: no-repeat;
	background:url(./img/no_img.png);
}

.trpg-card-list .trpg-card-frame .no-img:hover
{
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-name: loading;
	animation-iteration-count: infinite;
}

@keyframes loading {
    from {
        transform:rotate(0deg);
    }

    to {
        transform:rotate(360deg);
    }
}

.spoiler-blind
{
	position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    z-index: 99;
    border-radius: 15px;
	cursor:pointer;
}


.spoiler-blind:before
{
	content: "";
    display: inline-block;
    width: 0px;
    height: 100%;
    vertical-align: middle;
	}

.spoiler-blind span
{
	color:#d3393d;
	display: inline-block;
    font-size: 14px;
    line-height: 1.5em;
    vertical-align: middle;
}


span.camp {font-size:14px; opacity:.7;}

.board-notice {
	width: 340px;
    padding: 20px;
    margin: 20px auto;
    text-align: center;
    box-sizing: border-box;
    filter: drop-shadow(1px 1px 3px var(--load-shadow));
}


/*********button*************/
#bo_btn_top {
    margin: 10px 0;
}

#bo_btn_top:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

.btn_bo_user {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn_bo_user li {
    float: left;
    margin-left: 5px;
}


.bo_fx{
margin-bottom: 5px;
    float: right;
}

.bo_fx .btn_bo_user {
	padding-right: 40px;
}

.ui-paging {

}

.ui-paging .pg_wrap
{
	padding: 10px 0 40px;
}

/***********SEARCH BOX**********/
.btn_confirm .form-input,
.btn_confirm input[type="text"],
.btn_confirm input[type="password"],
.btn_confirm input[type="file"],
.btn_confirm select
{
background: var(--list-bg-color);
    color: var(--list-txt-color);
    border: none;
}

.btn_confirm input::placeholder,
.btn_confirm input[type="text"]::placeholder,
.btn_confirm input[type="password"]::placeholder,
.btn_confirm input[type="file"]::placeholder
{
	color:var(--list-txt-color);
	opacity:0.4;
}


/****************************	List****************************/
#bo_sch {    text-align: left;  padding-left: 40px;}
#bo_cate {
	text-align:center;
}
#bo_cate li {
	display:inline-block;
	vertical-align:middle;
	margin:0.2em;
}
#bo_cate li a {
	border-radius:9em;
}
.trpg-card-list {
	display:block;
	position:relative;
	text-align:center;
	padding:20px 0;
	overflow:hidden;	
}
.trpg-card-list li {
	display: inline-block;
	position:relative;
	width:100%;
	padding:5px;
	box-sizing:border-box;
    padding: 0px 30px;
border-bottom: 1px solid var(--point);
}

.trpg-card-list li:last-child{
border-bottom-width: 0px;
}

.trpg-card-list li:before
{
	width:100%;
	height:100%;
	content:'';
	position:absolute;
	top:0;
	left:0;
}

.trpg-card-list li:hover:before
{
	background:white;
	opacity:.05;
}


.trpg-card-list .trpg-card-frame {display: grid; position:relative; width:100%; z-index:0; padding: 24px 0px 12px; grid-template-columns: 240px 1fr;     gap: 0px 40px;}
.trpg-card-list .trpg-card-frame .pad {position:relative; z-index:-1;}
.trpg-card-list .trpg-card-frame a {display:block; position:absolute; top:0; left:0; right:0; bottom:0; overflow:hidden;}

#bo_v.theme-box{
padding:0px !important;
border-radius:var(--radius);
    overflow: hidden;
}

.card-detail
{
    text-align: left;
    position: relative;
	color:var(--list-txt-color);
}

.card-detail a
{
	color: var(--list-txt-color);
}

.card-detail .cover
{
	font-size:20px;

}

.card-detail .cover a,
.card-detail .detail-button a,
.card-detail .info-detail a,
.card-detail .bottom-detail a
{
	position:relative;
	display: unset;
}



.card-detail .detail-button a
{
padding: 4px;
opacity:0.8;
}

.card-detail .info-detail
{
	margin:10px 0px;
	font-size: 13px;
	opacity: 0.8;
}

.card-detail .cast-detail
{
    opacity: 0.6;
}


.card-detail .date-detail
{
	float:left;
	opacity:0.8;
}

.card-detail .detail-button
{
	float:right;
    text-align: right;
}

.card-detail .bottom-detail
{
	margin-top:12px;
    width: 100%;
}


/*BOARD Setting*/
.bo_setting {opacity:0; color:black; display:none;}
.bo_setting.popup {display:block; position:fixed; max-height:none; top:0; left:0; right:0; bottom:0; z-index:99999; overflow:auto; backdrop-filter: blur(2px); opacity:1; background:rgba(255,255,255,.7);}
.bo_setting_in {margin: 0 auto;    height: 100%;    text-align: center;    align-items: center;    display: grid;}
.bo_setting .btn_confirm {background:transparent;}


@media all and (max-width:540px) {
	.trpg-card-list .trpg-card-frame {grid-template-columns: 1fr;}
	.trpg-card-list .trpg-card-frame .card-img, .trpg-card-list .trpg-card-frame .no-img {width: 100%;}
	.trpg-card-list .trpg-card-frame .no-img {background-position: center;}
	.card-detail {margin-top:12px;}
	.card-detail .detail-button {margin-top:8px;}
	#bo_v_list .bvl {
	display:grid;
	grid-template-columns: 1fr;
}
#bo_v .info_divider { flex-direction: column;}

.lcontent {display:none;}

}

/*라이트 호환용*/

.mid-layout #bo_sch button.ui-btn
{
    font-family: 'Dotum';
    font-size: 12px;
    border: none;
}

.mid-layout .pg_wrap .pg_control .material-icons
{
	display:none;
}

.mid-layout .pg_wrap .pg-number-group .pg_page
{

    height: 28px;
    line-height: 28px;
    min-width: 28px;
    padding: 0;
	box-sizing: border-box;
	font-size:14px;
}

.mid-layout .ui-paging .pg_wrap .pg_end,
.mid-layout .ui-paging .pg_wrap .pg_start,
.mid-layout .ui-paging .pg_wrap .pg_next,
.mid-layout .ui-paging .pg_wrap .pg_prev
{
	border-radius: 50%;
    border: white 1px solid;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
	padding:0;
}

.navi_btn{
    position: sticky;
    z-index: 999;
    top: 1px;
    float: right;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-left: 4px;
}

.navi_btn .navigater_button{
    padding: 2px 5px !important;
}



/*롤꾸 편집용*/
.roll_css a {position:relative;}
.roll_css a:before {content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.3);}
.roll_css a:hover:before {background:transparent; cursor:crosshair;}
.roll-css-form {position:fixed; right:12px; top:20px; width:300px; color:black; background:white; text-align:center; padding:20px; display:none;}
.roll-css-form.on {display:block;}
.smallchat {color: #aaaaaa;}