@charset "utf-8";

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


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

.character-list a {display: block;margin-bottom:25px; overflow: hidden; position: relative; border-radius: 10px;}

.character-list li	{
	display:block;
	padding: 16px 24px;
	position: relative; 
	background-size: cover !important;
	background-position: center !important;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0px 0px 9.1px 0px rgba(0, 0, 0, 0.40);
	transition: all 0.5s;
	transform: scale(1, 1);
	border: none;
} 
.character-list li:hover { transform: scale(1.05);}

.character-list .sd_img {display: inline-block;position: absolute; z-index: 1; bottom: 15px; left: 20px;}
.character-list .sd_img img {max-width: 80px;filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));}
.character-list .title {display: inline-block;position: absolute; z-index: 1; bottom: 15px; right: 20px;}
.character-list .title img {max-height: 130px; display: block; }
.character-list .title p {
	color: #FFF;
	text-align: right;
	text-shadow: 0px 0px 4.5px #000;
	font-family: 'SUIT Variable';
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
    align-items: flex-end;
}
.character-list .title p::before {
	content: "";
	width: 67px;
	height: 1px;
	background-color: white;
	display: block;
	margin-bottom: 10px;
}

.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;
	}
	.board-category select	{
		width: 100%;
	}

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

	.character-list .sd_img {display: none;}
}



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


.top_img {width: 100%; height:400px; background-size: cover !important; background-position: center !important; position:fixed; left: 0; top:0; z-index: -1;}

.top_wrap {color: black;font-family: 'SUIT Variable', "Noto Sans JP";}
.top_wrap .group_title { animation: fadedown 1s;}
.top_wrap .group_title img {max-height: 160px;}
.top_wrap .group_title p {
	font-size: 60px;
	font-weight: 200;
	line-height: 120%;
	text-transform: uppercase ;
	letter-spacing: 5px;
	color: black !important;
}
.top_wrap .group_desc {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 20px;
	margin-bottom: 80px;
	max-height: 38px;
	overflow: auto;
}
.top_wrap .group_desc {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.top_wrap .group_desc::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.top_head {transition: all ease 0.5s;width: 83px; height: 83px; background-size: cover !important; background-position: center !important;border-radius: 50%; display: inline-block; margin: 0 6px;}
.head_wrap {position: absolute; left:0; right:0; margin:0 auto; top:-50px;}
.top_head:hover {filter: brightness(1) !important;}

.bottom_wrap {background-color: white; min-height: 90vh; width: 100%; position: relative;color: black; margin-top: -1px; background-attachment: fixed !important; }
.back-default {background-color: white; width: 100%; height: 100%; position: fixed; left: 0; top:0; pointer-events: none; z-index: -1;}

.cha_list {display: block;margin-left:150px; padding-top: 50px; text-align: center; animation: fadeup 1s;}
.cha_list li {display: inline-block; margin-left: -150px;}
.cha_list li img {max-width: 400px; transform: scale(1);position: relative; transition: all ease 0.5s;}
.cha_list li:hover img {transform: scale(1.1); z-index: 2; filter: drop-shadow(0 0 12px #fff);}

.menu_on { background-color: #000; border-radius: 50%; width:25px; height:25px; text-align: center; line-height: 25px; margin:15px; cursor: pointer; transition: all 0.2s; color:white; position: fixed;  left: 0;  bottom: 0; z-index: 10;}
.menu_on:hover {background-color: #888;}

@keyframes fadeup {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0,5%,0);
        transform: translate3d(0,5%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadedown {
    0% {
        opacity: 0.5;
        -webkit-transform: translate3d(0,-30%,0);
        transform: translate3d(0,-30%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.board-viewer {display: flex;font-family: 'SUIT Variable', "Noto Sans JP";    justify-content: center; padding-top: 100px;}
.board-viewer .left {flex-shrink: 0; animation: fadeup 1s;}
.board-viewer .left img {max-width: 800px;}
.board-viewer .right {width: 450px;}
.board-viewer .right .pha {
	font-size: 22px;
	font-style: normal;
	font-weight: 200;
	line-height: normal;
	word-break: keep-all;
	animation: fadedown 1s;
}
.board-viewer .right .pha span {font-weight: 900;}
.board-viewer .right .pha::after {
	content: "";
	width: 80px;
	height: 1px;
	background-color: black;
	display: block;
	margin: 15px 0  20px 0;
}
.board-viewer .right .en_name {
	font-family: 'GmarketSansMedium', "Noto Sans JP";
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	animation: fadedown 1s;
	max-width: 450px;
}

.board-viewer .right .kr_name {
	color: #6B6B6B;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 4.6px;
	animation: fadedown 1s;
}

.board-viewer .right .detail {margin: 25px 0;animation: fadedown 1s;max-width: 300px;}

.board-viewer .right .detail li {
	display: inline-block;
	border-radius: 8px;
	border: 1px solid black;
	display: inline-flex;
	padding: 3px 15px;
	box-sizing: border-box;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	}

.board-viewer .right .contents {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	margin: 10px 0;
	max-height: 400px;
	overflow: auto;
}
.board-viewer .right .contents {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.board-viewer .right .contents::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}
.bearcommi {position: fixed; right:20px; bottom:15px; color:black;font-family: 'SUIT Variable';text-transform: uppercase; font-size: 10px; background-color: white; padding: 2px 8px; border-radius: 2em;}

.board-viewer .right .line {background-color: #C0C0C0 !important; margin-bottom: 20px;}

.board-viewer .right .detail_img {	display: flex; text-align: center;align-items: flex-end;  justify-content: center;}
.board-viewer .right .detail_img .sd,
.board-viewer .right .detail_img .head {display: flex;flex-direction: column;     align-items: center; margin: 30px;animation: fadeup 1s;}
.board-viewer .right .detail_img .sd_title {
	padding:6px 22px;
	border-radius: 2em;
	border: 1px solid #000;width: 80px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 100%;
	margin-top: 20px;
}
.board-viewer .right .detail_img .ch_head {
	width: 180px;
	height: 180px;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	border:  1px solid black;
}
.board-viewer .right .detail_img .sd img {max-height: 200px;}

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


@media all and (max-width: 640px) {
	.bottom_wrap {padding-top: 20px; margin-top: -20px;}
	.head_wrap {position: relative; top:0}
	#bo_v_bot	{position: relative; right:0px; }
	.cha_list {margin-left: auto; margin-right: auto;}
	.board-viewer {    flex-direction: column; padding: 15px;}
	.board-viewer .right {width: 100%;}
	.board-viewer .left img {max-width: 100%;}
	.character-list li a	{
		line-height: 1.2em;
		padding: 15px 15px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.character-list li .ico-cate,
	.character-list li .name,
	.character-list li .date,
	.character-list li .hit	{
		position: relative;
		width: auto;
		left: auto;
		right: auto;
		bottom: auto;
		line-height: 1.2em;
	}

	.character-list li .info	{
		display: block;
		text-align: right;
		line-height: 1.0em;
		padding-top: 10px;
	}

	.character-list li .ico-cate	{ display: inline; }
	.character-list li .ico-cate:before	{ content: "[ "; }
	.character-list li .ico-cate:after	{ content: " ]"; }

	.character-list li strong	{ display: inline; line-height: 1.2em; }

	.character-list li .name,
	.character-list li .date,
	.character-list li .hit	{ display: inline; padding: 0 5px; }


}