@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/variable/pretendardvariable-jp.css");


/*****************CUSTOM**************************/
:root {
	--list-bg-color: rgba(0, 0, 0, 0);
	/*리스트 배경*/
	--list-txt-color: #010101;
	/*리스트 기본 폰트*/
	--viewer-bg-color: #333;
	/*안쪽 디테일 배경*/
	--viewer-txt-color: #fff;
	/*안쪽 디테일 컬러*/
	--hash-bg-color: #010101;
	/*해시태그 배경 컬러*/
	--hash-txt-color: #fff;
	/*해시태그 폰트 컬러*/
}

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


.fix-layout {
	font-family: 'Pretendard JP Variable';
}

.cat_tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cat_tit h3 {
	font-size: 24px;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-weight: 800;
}

strong.subject {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 285px;
    display: block;
}

/****************************	Write****************************/
.btn_confirm {
	text-align: center;
	padding: 0 0 40px;
	background: var(--list-bg-color);
}

.bo_w_flie {
	margin-top: 5px;
}


/****************************	Viewer****************************/
#bo_v .title {
	font-weight: 800;
	text-align: center;
	font-size: 40px;
	font-family: 'SEBANG_Gothic_Bold', 'Pretendard JP Variable', sans-serif;
	text-shadow: 0 0 3px #000;
}

#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));
}

#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);
	cursor: pointer;
}

.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;
	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: 285px;
	height: 160px;
	display: inline-block;
	position: relative;
	border-radius: 15px;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #c1c1c1;
}


.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;
	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(4px);
	z-index: 99;
	background: rgba(255, 255, 255, 0.4);
	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: 12px;
    opacity: .4;
    display: block;
    margin: -7px 0 -18px;
    letter-spacing: -0.5px;
}

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



/*페이지 버튼 스타일*/
body .pg_wrap {
	display: block;
	position: relative;
	text-align: center;
	padding: 16px 0 0;
}

body .pg_wrap .pg_page {
	display: inline-block;
	position: relative;
	min-width: 20px;
	height: 20px;
	width: 20px;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #010101;
	border-radius: 20px;
	color: #010101;
	background: #fff;
	padding: 0;
	line-height: 18px;
}

body .pg_wrap .pg_page:hover {
	background: #e9e9e9;
}

body .pg_wrap .pg_control {
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
}

body .pg_wrap .pg_control:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: 0;
	text-align: center;
	font-size: var(--page-font-size);
}

body .pg_wrap .pg_start,
body .pg_wrap .pg_end,
body .pg_wrap .pg_prev,
body .pg_wrap .pg_next {
	min-width: 42px;
	width: 38px;
}

body .pg_wrap .pg_start:before {
	content: "FIRST";
}

body .pg_wrap .pg_end:before {
	content: "LAST";
}

body .pg_wrap .pg_prev:before {
	content: "PREV";
}

body .pg_wrap .pg_next:before {
	content: "NEXT";
}

body .pg_wrap .pg_current,
body .pg_wrap .pg_current:hover {
	color: #fff;
	background: #010101;
}

body .pg_wrap .pg_current:hover {
	transform: translateY(0px) !important;
}

/*-페이지 버튼 스타일*/



/***********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: flex;
	position: relative;
	text-align: center;
	padding: 10px 0 0;
	overflow: hidden;
}

.trpg-card-list li {
	display: inline-block;
	position: relative;
	width: 310px;
	margin: 3px;
	padding: 4px;
	box-sizing: border-box;
	background: #f3f3f3;
	border-radius: 15px;
	border: 1px solid #010101;
}

.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;
	z-index: 0;
	padding: 5px;
	grid-template-rows: 160px 1fr;
	gap: 8px;
}

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



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

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

/*롤꾸 편집용*/
.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;
}