@charset "utf-8";

@font-face {
    font-family: 'Paperlogy-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

:root {
	--fontfamily:'Paperlogy';
}

#source {clear:both; position: fixed; bottom:20px; left:20px; font-size:10px;}
#site_bgm_box {overflow:hidden; width:0px; height: 0px;}

.animated.fadedown {animation:fadedown 1s ease both;  }
.animated.fadeup {animation:fadeup 1s ease both;}

input::placeholder ,
textarea::placeholder {
  opacity: 0.3;
}

/*라이트*/

#bo_sch button {
	width: 50px !important;
	height: 28px !important;
	padding: 0 !important;
}

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

.avocado-list.two {
	display: flex;
	flex-direction: row;
	gap:10px;
	flex-wrap: wrap;
	justify-content: center;
}

.avocado-list li	{
	display: flex;
	 align-items: center;
    justify-content: center;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.40);
	flex-direction: column;
	overflow: hidden;
	margin: 10px 0;
	position: relative;

} 

.avocado-list.two li {
	width: 49%;
}

.avocado-list li.no-data {box-shadow: none !important;}
.avocado-list li a {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
	transition: all ease 0.3s;
	transform: scale(1.05);
}

.avocado-list li:hover a {
	filter: blur(2px);
	transform: scale(1.1);
}

.avocado-list li .td_chk {
	position: absolute;
	right:10px;
	bottom:10px;
	z-index: 5;
}

.avocado-list li .name_wrap {
	flex-direction: column;
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 25px;
	position: absolute;
	pointer-events: none;
}

.avocado-list li .ch_name {
	text-align: center;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.80);
	font-family: 'SUIT';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.avocado-list li .pair_name {
	text-align: center;
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-size: 48px;
	font-style: normal;
	line-height: 100%; /* 48px */
	font-family:var(--fontfamily), "Noto Sans JP" ;
}

.avocado-list li .catetory {
	position: absolute;
	left:10px;
	top:10px;
	border-radius: 2em;
	background-color: white;
	color:black;
	padding:2px 12px;
	font-family: 'SUIT';
	font-weight: 700;
}

.bo_fx {position:relative;padding:20px 0;}
.bo_fx .chk_all{ position:absolute;left:5px;top:20px;}




#navi_category ul {text-align:center; margin-bottom: 20px;}
#navi_category li {display:inline-block; padding:5px 0;}
#navi_category li:before {display:inline-block; content:"|";padding:0 15px;opacity:.6;}
#navi_category li:first-child:before {display:none;content:"";}
#navi_category #bo_cate_on {font-weight:bold;}

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



.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:100px;position:absolute;line-height:32px;text-align:center; }
.board-write > dl > dd { width:100%;margin-left:0;padding-left:100px;box-sizing:border-box;line-height:32px;}
.board-write input.frm_input.full	{ width: 100%; display:block;margin:1px 0;}

.board-write label.biglabel {font-size: 16px;}



.tab_title {text-align: center;}
.tab_title li {display: inline-block; font-size: 15px; border-radius: 2em; padding: 2px 8px; cursor: pointer;font-family: 'Paperlogy-5Medium';}
.tab_title li.on {background-color: #070707; color: #fff;  border: 1px solid gray;}

.con-box {display: none;}
.con-box.on {display: block;}

/*본문*/

.back_img {
	width: 100%;
	height: 50vh;
	position: fixed;
	left:0;
	top:0;
	z-index: -1;
	pointer-events: none;
	background-size: cover;
	background-position: center;
}
.grad {
	background: linear-gradient(180deg, rgba(210, 214, 219, 0.00) 0%, var(--bgColor) 42.5%);	width: 100%;
	height: 90vh;
	position: fixed;
	left:0;
	bottom:0;
	z-index: -1;
	pointer-events: none;
}


.grad2 {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 100%);
	width: 100%;
	height: 30vh;
	position: fixed;
	left:0;
	top:0;
	z-index: -1;
	pointer-events: none;
}

.board-viewer {color:black;font-family: 'SUIT';}

.board-viewer .subject {
	text-align: center;
	display: flex;
	gap: 15px;
	flex-direction: column;
}

.board-viewer .subject .bgm-player_2 {
	display: flex;
	justify-content: center;
	gap: 5px;
}

.board-viewer .subject .bgm-player_2 a {color:white;}
.board-viewer .subject .kr_pair {
	color: #FFF;
	text-align: center;
	font-family: var(--fontfamily);
	font-size: 16px;
	
	font-weight: 500;
	line-height: normal;
	letter-spacing: 3.52px;
	text-shadow: 0 0 3px #000;
}

.board-viewer .subject .en_pair {
	color: #FFF;
	text-align: center;
	font-family:var(--fontfamily), "Noto Sans JP" ;
	font-size: 55px;
	font-weight: 250;
	line-height: 100%; /* 55px */
	letter-spacing: 8.25px;
	text-shadow: 0 0 3px #000;
	text-transform: uppercase;
}

.board-viewer .subject .titleImg {
	max-height: 120px;
}


.board-viewer .character_img .ch_body {
	position: fixed;
	max-width: 800px;
	top:5%;
	pointer-events: none;
}

.board-viewer .character_img .ch_body.left {
	left:50%;
	transform: translateX(-140%);
}

.board-viewer .character_img .ch_body.right {
	right:50%;
	transform: translateX(140%);
}

.board-viewer .character_img .ch_body.right.full {
	display: none;
}

.board-viewer .character_img .ch_body.left.full {
	left:auto;
	right:50%;
	transform: translateX(100%);
	max-width: 100%;
}
.profile_wrap {
	max-width: 800px;
	margin: auto;
	    text-align: center;
		position: relative;
		z-index: 1;
}

.profile_wrap.full {
	position: relative;
	left:50%;
	transform: translateX(-110%);
}

.profile_wrap .top_profile {
	display: flex;
	gap: 120px;
	justify-content: center;
    align-items: stretch;
	min-height: 490px;
} 
.profile_wrap .top_profile .main_profile {
	position: relative;
}



.profile_wrap .top_profile .main_profile .sd_img {
	position: absolute;
	bottom:-50px;
	cursor: pointer;
	transition: all ease 0.3s;
	z-index: 2;
	display: flex;
	width: 200px;
	height: 200px;
    align-items: flex-end;
}

.profile_wrap .top_profile .main_profile .noImg {
	background-color: #242424;
	color: white;
	border-radius: 5px;
	padding:3px 5px;
	position: absolute;
	z-index: 2;
	bottom:10%;
	
	cursor: pointer;
	transition: all ease 0.3s;
	display: inline-flex;
}

.profile_wrap .top_profile .main_profile.left .noImg {left:5%;}
.profile_wrap .top_profile .main_profile.right .noImg {right:5%;}

.profile_wrap .top_profile .main_profile .noImg:hover {
	transform: scale(1.1);
}

.profile_wrap .top_profile .main_profile .sd_img:hover img {
  transform: rotate(5deg);
}

.profile_wrap .top_profile .main_profile .noImg span.material-icons {font-size: 16px;}




.profile_wrap .top_profile .main_profile .sd_img img {
	max-height: 200px;
  transition: all ease 0.5s;
	filter: drop-shadow(0 4px 3px #00000031);
}
.profile_wrap .top_profile .main_profile.left .sd_img {left:-35%; transform: rotate(-5deg);justify-content: flex-end;}
.profile_wrap .top_profile .main_profile.right .sd_img {right:-35%; transform: rotate(5deg);justify-content: flex-start;}


.profile_wrap .top_profile .main_profile.left .sd_img.off {left:-45%;}
.profile_wrap .top_profile .main_profile.right .sd_img.off {right:-45%;}



.profile_wrap .top_profile .main_profile.left {transform: rotate(-4deg); transform-origin: right top;}
.profile_wrap .top_profile .main_profile.right {transform: rotate(4deg); transform-origin: left top;}


.profile_wrap .top_profile .main_profile .frontcard {
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: flex-start;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
	width: 340px;
	min-height: 430px;
	position: relative;
	margin-top: 20px;
	padding-bottom:20px;
	box-sizing: border-box;
}

.profile_wrap .top_profile .main_profile .frontcard .thumb {
	width: 310px;
	height: 310px;
	flex-shrink: 0;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	margin: 18px 18px 7px 18px;
	display: flex;    
	align-items: flex-end;
}

.profile_wrap .top_profile .main_profile.left .frontcard .thumb{    justify-content: flex-start;}
.profile_wrap .top_profile .main_profile.right .frontcard .thumb {    justify-content: flex-end;}

.profile_wrap .top_profile .main_profile .frontcard .catch {
	border-radius: 5px;
	border: 1px solid #000;
	background: #FFF;
	padding: 5px 14px;
	display: inline-block;
	margin:10px 20px;
	font-size: 12px;
	font-weight: 700;
	line-height: 100%;
}

.profile_wrap .top_profile .main_profile .frontcard .kr_name {
	font-family: var(--fontfamily);
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	max-width: 250px;
	word-break: keep-all;
}
.profile_wrap .top_profile .main_profile .frontcard .en_name {
	font-family: "SUIT", "Noto Sans JP";
	color: #DBDBE8;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
}
.profile_wrap .top_profile .main_profile .frontcard .detail {
	color: #A2A2AF;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 100%;
	margin-top: 11px;
	letter-spacing: 1px;
}

.profile_wrap .top_profile .main_profile .keyword {
	position: absolute;
	top:50px;
	display: flex;
	flex-direction: column;
	gap: 4px;
	z-index: 2;
}
.profile_wrap .top_profile .main_profile.left .keyword {    align-items: flex-end; left:0; transform: translateX(-80%);}
.profile_wrap .top_profile .main_profile.right .keyword {    align-items: flex-start; right:0; transform: translateX(80%);}

.profile_wrap .top_profile .main_profile .keyword li {
	border-radius: 2em;
	border: 1px solid #FFF;
	background: #242424;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%; /* 14px */
	padding: 5px 27px;
}



.profile_wrap .top_profile .main_profile .frontcard.off 
 {display: none;}

.profile_wrap .top_profile .main_profile .backcard {
	display: flex;
	flex-direction: column;
	padding:33px 40px;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
	width: 340px;
	min-height: 430px;
	position: relative;
	margin-top: 20px;
	box-sizing: border-box;
	transition: 0.5s;
	transform-style: preserve-3d;
	padding-bottom:20px;
}


.profile_wrap .top_profile .main_profile .backcard .kr_name {
	font-family:var(--fontfamily);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}

.profile_wrap .top_profile .main_profile .backcard .en_name {
	color: #DBDBE8;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}

.profile_wrap .top_profile .main_profile .backcard .detail {
	color: #A2A2AF;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 5px 0;
}

.profile_wrap .top_profile .main_profile .backcard .pha {
	font-family: var(--fontfamily);
	font-size: 16px;
	line-height: 110%;
	text-align: center;
	font-style: italic;
	margin: 5px;
}

.profile_wrap .top_profile .main_profile .backcard .detail_contents {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 28px */
	height: 230px;
	overflow: auto;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
	text-align: left;
}


.profile_wrap .top_profile .main_profile .backcard .detail_contents::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}


.profile_wrap .top_profile .main_profile .backcard hr.line {
	background-color: #d8d8df;
}

.profile_wrap .top_profile .main_profile .backcard .pha::before {
	content: "“ ";
}
.profile_wrap .top_profile .main_profile .backcard .pha::after {
	content: " ”";
}

.profile_wrap .top_profile .main_profile .backcard.off {
	display: none;
}

.frontcard, .backcard {
	  animation: flipIn 0.5s forwards ease-in-out;
}

@keyframes flipIn {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}



.profile_wrap .top_profile .main_profile .call {
	border: 1px solid #000;
	background: #FFF;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	color: #000;
	text-align: center;
	font-size: 14px;
	line-height: 100%;
	padding: 15px;
	width: 167px;
	box-sizing: border-box;
	font-weight: 500;
	z-index: 3;
}

.profile_wrap .top_profile .main_profile.left .call {
	border-radius: 20px 20px 20px 0px;
	position: absolute;
	transform: rotate(4deg) translateX(60%);
	right:0;
	top:24px;
}

.profile_wrap .top_profile .main_profile.right .call {
	border-radius: 20px 0px 20px 20px;
	position: absolute;
	transform: translateX(-80%);
	left:0;
	top:200px;
}

.profile_wrap .top_profile .main_profile .arrow {
	border: 1px solid #000;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	position: absolute;
	padding:5px 25px;
	box-sizing: border-box;
}

.profile_wrap .top_profile .main_profile.left .arrow {
	transform: rotate(4deg) translateX(70%);
	right:0;
	top:95px;
}

.profile_wrap .top_profile .main_profile.right .arrow {
	transform: translateX(-70%) scaleX(-1);
	left:0;
	top:150px;
}

.profile_wrap .source {
	text-align: center;
	text-align: center;
	font-size: 12px;
	line-height: 100%; /* 12px */
	margin-top: 15px;
	background-color: var(--bgColor);
	opacity: 0.7;
	display: inline-flex;
	margin: auto;
	border-radius: 2em;
	padding:3px 10px;
}


.hearts .heart-1, .hearts .heart-2, .hearts .heart-3, .hearts .heart-4, .hearts .heart-5, .hearts .heart-6, .hearts .heart-7, .hearts .heart-8, .hearts .heart-9 {position: absolute;bottom:15px;z-index: 1;}
.left .hearts .heart-1, .left .hearts .heart-2, .left .hearts .heart-3, .left .hearts .heart-4, .left .hearts .heart-5 {right: 9px;}
.right .hearts .heart-1, .right .hearts .heart-6, .right .hearts .heart-7, .right .hearts .heart-8, .right .hearts .heart-9 {left: 9px;}
.hearts .heart-5 {animation: hearts 3s infinite; animation-delay: 0.5s;}
.hearts .heart-2 {animation: hearts2 3s infinite;}
.hearts .heart-3 {animation: hearts 4s infinite; animation-delay: 0.5s;}
.hearts .heart-4 {animation: hearts2 4s infinite;}

.hearts .heart-6 {animation: hearts4 3s infinite;}
.hearts .heart-7 {animation: hearts3 4s infinite; animation-delay: 0.5s;}
.hearts .heart-8 {animation: hearts4 4s infinite;}
.hearts .heart-9 {animation: hearts3 3s infinite; animation-delay: 0.5s;}

@-webkit-keyframes hearts {
	0% {
	  bottom:15px;
	  opacity: 0;
	}
	10% {opacity: 1;}
	50% {right:-10px; opacity: 0.8;}

	100% {
	  bottom:80px;
	  right:10px;
	  opacity: 0;
	}
  }

  @-webkit-keyframes hearts2 {
	0% {
	  bottom:15px;
	  opacity: 1;
	}
	10% {opacity: 1;}
	50% {right:10px; opacity: 0.8;}

	100% {
	  bottom:80px;
	  right:-15px;
	  opacity: 0;
	}
  }

@-webkit-keyframes hearts3 {
	0% {
	  bottom:15px;
	  opacity: 0;
	}
	10% {opacity: 1;}
	50% {left:-10px; opacity: 0.8;}

	100% {
	  bottom:80px;
	  left:10px;
	  opacity: 0;
	}
  }

  @-webkit-keyframes hearts4 {
	0% {
	  bottom:15px;
	  opacity: 1;
	}
	10% {opacity: 1;}
	50% {left:10px; opacity: 0.8;}

	100% {
	  bottom:80px;
	  left:-15px;
	  opacity: 0;
	}
  }



.profile_wrap .middle_content {
	margin-top: 60px;
	display: flex;
	gap: 21px;
}

.profile_wrap .boxTheme {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.20);
	flex-shrink: 0;
	padding:25px 35px;
	box-sizing: border-box;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 28px */
	position: relative;
}

.profile_wrap .boxTheme.bgOff {
	background: transparent;
	box-shadow: none;
}

.profile_wrap .middle_content .box.bgOff:last-child::before {
	content: "";
	width: 1px;
	height: 233px;
	background: #0000007c;
	display: block;
	position: absolute;
	left:-10px;
	top:0;
}

.profile_wrap .middle_content .box {
	width: 48%;
	height: 280px;
	display: flex;
    align-items: center;
}
.profile_wrap .middle_content .box.full {
	width: 100%;
}

.profile_wrap .middle_content .box .title {
	padding: 8px 38px;
	border-radius: 5px;
	border: 1px solid #FFF;
	background: #242424;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.20);
	color: #FFF;
	font-family: var(--fontfamily);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 24px */
	display: inline-block;
	position: absolute;
	top:-10%;
	left:50%;
	transform: translateX(-50%);
	margin: 0 auto;
	text-align: center;
	word-break: keep-all;
}


.profile_wrap .middle_content .box .contents {
	height:195px;
	overflow: auto;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.profile_wrap .middle_content .box .contents::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.profile_wrap .timeline  {
	display: flex;
	gap: 25px;
	margin-top: 30px;
}

.profile_wrap .timeline * {	transition: all ease 0.3s;}

.profile_wrap .timeline input{
    display:none;
}

.profile_wrap .timeline input:checked + label{
    background: var(--color-2);
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.profile_wrap .timeline label{
    cursor: pointer;
    color:#ffffff;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%;
	display: inline-flex;
	width: 55px;
	height: 55px;
	padding: 15px 20px;
	box-sizing: border-box;    
	justify-content: center;
    align-items: center;
	text-shadow: -1px 0px #000, 0px 1px #000, 1px 0px #000, 0px -1px #000;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: var(--color-1);
}

.profile_wrap .timeline .time_content {
	width: 90%;
	height: 350px;
}


.profile_wrap .timeline .time_content .title {
	font-family: var(--fontfamily);
	font-size: 36px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 36px */
	margin-bottom: 16px;
	animation:fadedown 1s ease both;
}


.profile_wrap .timeline .time_content  .content {
	height:225px;
	overflow: auto;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
	animation:fadedown 1s ease both;
	text-align: left;
}

.profile_wrap .timeline .time_content  .content::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}


.profile_wrap .timeline #tab-menu {
	display: flex;
	gap: 40px;
	flex-direction: column;
}
.profile_wrap .timeline #tab-menu li {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}

.profile_wrap .timeline #tab-menu li::before {
	content: "";
	display: block;
	width: 2px;
	height:110px;
	background-color: rgba(0, 0, 0, 0.24);
	position: absolute;
	left:0; right:0; margin:  0 auto;
	text-align: center;
	top:10px;
	z-index: -1;
}

.profile_wrap .timeline #tab-menu li:last-child::before {
	display: none;
}


.bo_v_nb	{ float: left; }
.bo_v_com	{ float: right; }


.comment_area {
	position: fixed;
	width: 25vw;
	right:3%;
	bottom:3%;
	z-index: 0;
}


.open_toggle {
	font-size: 16px;
	cursor: pointer;
	text-align: right;
	margin: 10px;
	text-shadow: -1px 0px white, 0px 1px white, 1px 0px white, 0px -1px white;
	color:rgb(0, 0, 0);
}

.board-comment-list			{
	 position: relative;

	}

.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: 16px 50px;
	display: inline-flex;
	border-radius: 10em;
	font-size: 15px;
	margin: 10px 0;
	filter: drop-shadow(0 3px 2px #0000003d);
	font-family: "SUIT";
}

.board-comment-list .item.left	{
	background-color: var(--color-1);
	float:left;
}
.board-comment-list .item.left::after {

	content: '';
	position: absolute;
	left: 0;
	top: 60%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-right-color: var(--color-1);
	border-left: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-left: -8px;
}

.board-comment-list .item.right	{
	background-color: var(--color-2);
	float:right;
}
.board-comment-list .item.right::after {
	content: '';
	position: absolute;
	right: 0;
	top: 60%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-left-color: var(--color-2);
	border-right: 0;
	border-bottom: 0;
	margin-top: -10px;
	margin-right: -8px;
}


.board-comment-list .co-name	{
	position: absolute;
	top: 0px;
	left: 0;
	bottom: 0;
	width: 90px;
	padding: 10px 10px;
	box-sizing: border-box;
}
.board-comment-list .co-info {
	position: absolute;
	display: flex;
	gap:2px;
	right:0px;
	top:-15px;
}
.board-comment-list .co-info span	{ display: inline-block;  font-size: 8px; }
.board-comment-list .co-info a {color:rgb(0, 0, 0);text-shadow:0 0 2px #ffffff; font-weight: 800; opacity: 0.4;}


.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;
	display: flex;
	margin-top: 20px;
}
.board-comment-form .btn_confirm	{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 29px;
	width: 80px;
	padding: 0 !important;
}
.board-comment-form .btn_confirm .ui-btn	{
	width: 100%;
	height: 100%;
}
.board-comment-form p	{
	margin: 0;
}
.board-comment-form textarea	{ display: block; min-height: 30px; height:30px; resize: none; border: none; }
.board-comment-form select {height:30px;}
.board-comment-form  button {min-height: 30px;}
#bo_v_bot	{ padding: 20px 0; overflow: hidden; position: fixed; left:30px; bottom:30px; z-index: 5; }
.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;}
.menu_on:hover {background-color: #888;}
.bottom_menu {display:none;}


@keyframes fadedown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%)
    }

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

@keyframes fadeup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

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

.animated.de-1 {animation-delay: 0.1s;}
.animated.de-2 {animation-delay: 0.2s;}
.animated.de-3 {animation-delay: 0.3s;}
.animated.de-4 {animation-delay: 0.4s;}
.animated.de-5 {animation-delay: 0.5s;}
.animated.de-6 {animation-delay: 0.6s;}
.animated.de-7 {animation-delay: 0.7s;}
.animated.de-8 {animation-delay: 0.8s;}
.animated.de-9 {animation-delay: 0.9s;}

/*반응형*/

@media all and (max-width: 640px) {

	.profile_wrap {width: 100%;}

.board-viewer .subject .en_pair {
	font-size: 30px;
	letter-spacing: 0;
}

.board-viewer .character_img .ch_body {
	position: relative;
	max-width: 45%;
	display: inline-block;
}

.board-viewer .character_img .ch_body.left {left:auto; transform: none;}
.board-viewer .character_img .ch_body.right {right:auto; transform: none;}

.profile_wrap .top_profile {
    flex-direction: column;
	padding:50px;
	overflow: hidden;
	padding-bottom: 200px;
}
.profile_wrap .top_profile .main_profile.left .keyword{
	transform: none ;
	    align-items: flex-start;
		margin-left: 10px;
}

.profile_wrap .top_profile .main_profile.right .keyword{
	transform: none ;
	    align-items: flex-end;
		margin-right: 10px;
}

.profile_wrap .top_profile .main_profile.left .call {
		position: relative;
		transform: rotate(4deg) translateX(65%);
		right: 0;
		top: 24px;
}
.profile_wrap .top_profile .main_profile.right .call {
		position: relative;
		transform: translateX(30%);
		right: 0;
		top: 24px;
}

.profile_wrap .top_profile .main_profile .arrow {position: relative; display: none;}
.profile_wrap .boxTheme {flex-shrink: 1;}
.profile_wrap .middle_content {flex-direction: column;}
.profile_wrap .middle_content .box {width: 100%;}

.profile_wrap .middle_content .box {margin-bottom: 30px;}

.profile_wrap .top_profile .main_profile.left .sd_img {
	left:-25%;
	bottom:-100px;
}

.profile_wrap .top_profile .main_profile.right .sd_img {
	right:-25%;
	bottom:-100px;
}

.character_img {
        display: flex;
        justify-content: center;
        align-items: flex-end;
}

.profile_wrap.full {
	left:auto;
	transform: none;
}
.board-viewer .character_img .ch_body.right.full {display: none;}
.board-viewer .character_img .ch_body.left.full {
	left:auto;
	right:auto;	transform: none;
}

.comment_area {
	position: relative;
	width: 95%;
	margin: 20px auto;
}

.avocado-list.two li {width: 100%;}

}
