@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@900&display=swap');
@font-face {
    font-family: 'Pretendard';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@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 * {box-sizing: border-box;}
.character-list	{display: flex; gap: 10px; flex-wrap: wrap;  justify-content: center; position: relative;margin: 0; margin-bottom: 40px; padding: 0;}
.character-list li	{
	display:block;
	position: relative; 
	background-size: cover !important;
	background-position: center !important;
	border-radius: 4px;
	/*box-shadow: 0px 0px 9.1px 0px rgba(0, 0, 0, 0.40);*/
	transition: all 0.5s;
	transform: scale(1, 1);
	border: 1px solid #1F4A67;
    width: calc(50% - 30px/3); /*슬롯 가로크기*/
} 
.character-list li {
    opacity: 0; /* 초기 상태에서 보이지 않음 */
    transform: translateY(20px); /* 약간 아래에서 시작 */
    animation: fadeInUp 0.5s ease forwards; /* 애니메이션 정의 */
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.character-list li > a {display: block; position: relative; border-radius: 4px; padding: 16px 24px; width: 100%; height: 100%;}
.character-list li:hover { transform: scale(1.05);z-index: 999;}

.character-list .item_cate {position: absolute; top: 7px; left: 7px; display: inline-block; border-radius: 4px; padding: 2px 6px; background: #000;}
.character-list .adm_control {position: absolute; top: 7px; right: 7px; z-index: 1;}
.character-list .adm_control a {margin-left: 5px;}

.character-list .sd_img {display: flex; width: 100%; position: absolute; z-index: 1; bottom:-8px;left: 0; padding: 0 15px;justify-content: flex-end;}
.character-list .sd_img img {margin: 0;max-width: 40%;margin-right: -40px;position: relative;z-index: 1;filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));}
.character-list .sd_img img:first-child {z-index: 2; /* 첫 번째 이미지가 위로 오도록 설정 */}
.character-list .title {display: inline-block; position: absolute; z-index: -1; bottom: 14px; left: 14px;}
.character-list .title img {max-height: 130px; display: block; }
.character-list .title p {
	color: #FFF;
	text-align: left;
	text-shadow: 0px 0px 4.5px #000;
	font-family: 'Paperlogy-8ExtraBold';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -.5px;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: flex-start; /* 왼쪽 정렬 */
}

.character-list .title .title_wr4 {
	color: #FFF;
	max-width: 100%;
	text-align: left;
	text-shadow: 0px 0px 4.5px #000;
	font-family: 'Paperlogy-2ExtraLight';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	display: block; /* flex 제거 */
  word-break: break-word; /* 단어를 줄바꿈 가능하게 설정 */
  white-space: pre-line;
}

.character-list .title p::before {
	content: "";
	width: 67px;
	height: 0px;
	background-color: white;
	display: block;
	margin-bottom: 10px;
}

.more_btn {text-align: center;}

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

#navi_category {margin-bottom: 20px; text-align: center;}
#navi_category li {display: inline-block; padding: 0 3px;}
#navi_category a {padding: 5px 10px;border-radius: 2px;display: inline-block;}


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

}

@media (max-width:576px) {
    .character-list li {width: calc(50% - 15px/2);}
}


.board-write	{  padding: 0 10px; }
.board-write, .theme-box {background:#f1f1f1 !important;color:#1d1d1d !important;font-family: 'Paperlogy-6SemiBold' !important;}

.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;color:#1d1d1d !important; }
.board-write > dl > dd { width:100%;margin-left:0;padding-left:80px;box-sizing:border-box;line-height:32px;background:#f1f1f1 !important;color:#1d1d1d !important;}
.board-write input.frm_input.full	{ width: 100%; display:block;margin:1px 0;background:#f1f1f1 !important;color:#1d1d1d !important;font-family: 'Paperlogy-4Regular' !important;}
.board-write textarea {background:#f1f1f1 !important;color:#1d1d1d !important;font-family: 'Paperlogy-4Regular' !important;}
.board-write .frm_info {background:#f1f1f1 !important;color:#1d1d1d !important;font-family: 'Paperlogy-4Regular' !important;}
#wr_link1_title {background:#f1f1f1 !important;color:#1d1d1d !important;font-family: 'Paperlogy-4Regular' !important;}

.top_img {width: 100%; height:400px; background-size: cover !important; background-position: center !important; position:fixed; left: 0; top:0; z-index: -1;}
.top_img_blur {width: 100%; height:400px; backdrop-filter: blur(5px) !important;}

.top_wrap {color: #f1f1f1;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: #f1f1f1 !important;
}
.top_wrap .group_desc {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 10px;
	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; }
.bottom_wrap_blur {min-height: 90vh; width: 100%; backdrop-filter: blur(5px) !important;position: sticky;}
.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 { display: none; 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 !important;  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;line-height: 180%; 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: 500px;}
.board-viewer .right .pha {
	font-family: 'Paperlogy-2ExtraLight';
	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: 'Sofia Sans', "Noto Sans JP";
  	font-optical-sizing: auto;
  	font-weight: 900;
	letter-spacing:-2px;
	line-height: 70%;
	word-spacing:8px;
	font-size: 56px;
	font-style: normal;
	text-transform: uppercase;
	animation: fadedown 1s;
	max-width: 450px;
}

.board-viewer .right .kr_name {
	font-family: 'Paperlogy-3Light' !important;
	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: 20px 0;animation: fadedown 1s;max-width: 420px;}

.board-viewer .right .detail li {
	display: inline-block;
	border-radius: 6px;
	border: 1.5px solid black;
	display: inline-flex;
	padding: 3px 10px;
	box-sizing: border-box;
	margin-right: 3px;
	margin-bottom: 5px;
	text-align: center;
	font-family: 'Paperlogy-3Light' !important;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
	}

.board-viewer .right .contents {
	font-family: 'Paperlogy-4Regular' !important;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
	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:12px; bottom: 10px; color:black;font-family: 'SUIT Variable';text-transform: uppercase; color:#888;backdrop-filter: blur(4px) !important;  padding: 2px 8px; border-radius: 2em;font-size:10px !important;}
.bearcommi a:link,a:visited,a:hover,a:active {color:#888 !important;}
.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 .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; }


}

.top_wrap .bgm-player * {color: inherit}
.top_wrap .bgm-player i {background: #000;}
.page_back {position: absolute; top: 20px; left: 20px;}
.page_back a {color: #f1f1f1;}
.page_back a span {font-size: 30px;}

#ch_bgm_frame {width: 0px; height: 0px; position: absolute; top: 0; left: 0;}

/* au리스트 */
.board-viewer .left {position: relative;}
.au_list {position: absolute; top: 10px; right: 10px; text-align: right;}
.au_list li {display: flex; gap: 5px; margin-bottom: 10px;}
.au_list input {display: none;}
.au_list a {display: inline-block; padding: 3px 10px; border: 1px solid #0000005c; background: #fff; color: #1d1d1d; border-radius: 6px; min-width: 80px; text-align: center; box-sizing: border-box;}

/* 스테이터스 관련 */
.dl_st div.st_wrap input {width: 60px;}
.dl_st div.st_wrap input::placeholder {color: #999;}

.ch_status {position: fixed; bottom: 50px; left: 50px; display: flex; flex-wrap: wrap; gap: 5px 10px; font-family: 'Paperlogy-4Regular'; line-height: 1.1; max-width: 300px; z-index: 1; color: #fff;}
.ch_status:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); filter: blur(30px); z-index: -1; max-width: 290px;}
.ch_status .st_title {position: relative; width: 100%;}
.ch_status .st_title .title {font-size: 74px; font-family: 'Sofia Sans'; font-style: italic;letter-spacing:-3px;line-height: .9;word-spacing:8px;}
.ch_status .st_title .subtitle {opacity: 0.6;}
.ch_status .st_head {width: 104px; height: 104px; border-radius: 6px; background: #fff; border: 1px solid #000; box-sizing: border-box; overflow: hidden;}
.ch_status .st_head img {width: 100%; height: 100%; object-fit: cover;}
.ch_status .st_wrap {width: calc(100% - 114px);}
.ch_status .st_wrap dl {margin: 0; display: flex; flex-wrap: wrap; font-size: 15px;}
.ch_status .st_wrap dl dt,
.ch_status .st_wrap dl dd {margin: 0 0 5px;}
.ch_status .st_wrap dl dt {width: 35px;}
.ch_status .st_wrap dl dd {background: #25252565;backdrop-filter: blur(3px); border-radius: 3px; text-align: center; margin-right: 15px; min-width: 35px;}
.ch_status .st_wrap dl dd:nth-child(4n) {margin-right: 0;}

.st_line {position: absolute;top: -18px;left: -25px;width: 44px;height: 76px;z-index: -1; overflow: hidden;border-radius: 6px;}
.st_line .st_back {
position: absolute;
top: 0; left: -46px; right: 0; bottom: 0;
animation-name: move-bg;
animation-duration: 10s;
animation-timing-function: linear;
animation-iteration-count: infinite;
background:repeating-linear-gradient(-45deg,#000 1px,transparent 2px,transparent 11px,#000 12px,#000 17px);
}

@keyframes move-bg {
	from {
		transform: translateX(0);
	}
	to { 
		transform: translateX(46px);
	}
}





@media all and (max-width: 640px) {
	.ch_status {position:relative; bottom: 0px; left: 50px; font-family: 'Pretendard'; line-height: 1.1; max-width: 300px; z-index: 1; color: #1d1d1d;}
	.ch_status:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0); z-index: -1; max-width: 290px;}

	.ch_status .st_title .subtitle {opacity: 0.6;}
	.ch_status .st_head {width: 104px; height: 104px; border-radius: 6px; background: #fff; border: 1px solid #000; box-sizing: border-box; overflow: hidden;}
	.ch_status .st_head img {width: 100%; height: 100%; object-fit: cover;}
	.ch_status .st_wrap {width: calc(100% - 114px);}
	.ch_status .st_wrap dl {margin: 0; display: flex; flex-wrap: wrap; font-size: 15px;}
	.ch_status .st_wrap dl dt,
	.ch_status .st_wrap dl dd {margin: 0 0 5px;}
	.ch_status .st_wrap dl dt {width: 35px;}
	.ch_status .st_wrap dl dd {background: #343434;color:#fff;backdrop-filter: blur(3px); border-radius: 3px; text-align: center; margin-right: 15px; min-width: 35px;}
	.ch_status .st_wrap dl dd:nth-child(4n) {margin-right: 0;}

	.st_line {position: absolute;top: -20px;left: -25px;width: 45px;height: 85px;z-index: -1; overflow: hidden;border-radius: 6px; opacity:.3 ;}
	
}



/* 버튼들을 가로로 정렬 */
.button-container {
    display: flex;
    gap: 10px; /* 버튼 사이의 간격 */
    margin-bottom: 10px;
}

/* 버튼 스타일 */
.toggle-button {
    width: 100px; /* 고정된 너비 */
    padding: 10px 0; /* 세로 패딩만 설정 */
    text-align: center; /* 텍스트 가운데 정렬 */
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px; /* 텍스트 크기 고정 */
}

.toggle-button:hover {
    background-color: #0056b3;
}

/* 초기 상태에서는 내용 숨김 */
.spo-content,
.history-content {
    display: none;
}

/* .show 클래스가 추가되면 내용 표시 */
.spo-content.show,
.history-content.show {
    display: block;
    margin-top: 10px; /* 버튼과 내용 간의 간격 */
}




/* 스포일러 */
.spo-content {
	max-width: 100%;
	max-height: 0;
	overflow: hidden;
	text-align: top;
	padding: 20px 0;
	text-align: justify;
	background:#f1f1f1;
	border-radius: 6px;
	transition: max-height 0.5s ease;
	animation: fadedown 1s;
}
.spo-content .spo-txt-all .title {
	font-family: 'Sofia Sans';
	font-weight: 700;
	margin-left: 20px;
	letter-spacing:-2px;
	line-height: 70%;
	font-size: 30px;
	font-style: normal;
	text-transform: uppercase;
	animation: fadedown 1s;
  }
  .spo-content img {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    max-width: 100%;
    display: block;
    filter: blur(20px); /* 블러 효과 적용 */
    transition: filter 0.3s ease; /* 부드러운 전환 */
    cursor: pointer; /* 클릭 가능한 이미지 표시 */

    /* 이미지를 제한하는 영역 설정 */
    clip-path: inset(0 round 6px); /* border-radius와 동일하게 설정 */
    position: relative;
	border-radius: 6px !important;
}
.spo-content img.unblurred {
    filter: none; /* 블러 제거 */
}

.spo-content .spo-txt {
	/*white-space:pre-wrap;*/
	padding: 0px 20px;
	line-height: 180%;
	font-size: 14px;
	font-family: 'Paperlogy-5Medium';
    /* overflow-y: auto; 스크롤 가능 */
}

.spo-content.show {
	max-height: 100vh;
    overflow-y: auto;
}


/*히스토리*/
.history-content {
	overflow-y: scroll; /* 세로 스크롤 활성화 */
	scrollbar-width: none; /* Firefox에서 스크롤바 숨기기 */
	-ms-overflow-style: none; /* Internet Explorer에서 스크롤바 숨기기 */
	text-align: top;
	padding: 20px 0;
	text-align: justify;
	background:#f1f1f1;
	border-radius: 6px;
	transition: max-height 0.5s ease;
	animation: fadedown 1s;
}
.history-content .history-txt .title {
  font-family: 'Sofia Sans';
  font-weight: 700;
  margin-left: -20px;
  letter-spacing:-2px;
  line-height: 70%;
  font-size: 30px;
  font-style: normal;
  text-transform: uppercase;
  animation: fadedown 1s;
}
.history-content p {
	margin-bottom: 8px; /* 각 줄 간 간격 */
	line-height: 2 !important; /* 행간 조정 */
}
.history-content img {
	padding: 0 !important;
	margin: 0 !important;
    border: 0 !important;
	max-width: 100%;
	display: block;
	border-radius: 6px;
}
.history-content .history-txt {
	padding: 0px 20px;
	line-height: 180%;
	font-size: 14px;
	font-family: 'Paperlogy-5Medium';
    /* overflow-y: auto; 스크롤 가능 */
}
.history-content::-webkit-scrollbar {
	display: none; /* Chrome, Safari에서 스크롤바 숨기기 */
}
.history-content .indent {
	margin-left: 5px; /* 들여쓰기 크기 */
	color: #484848; /* 텍스트 색상 */
	font-style: normal; /* 일반 글꼴 */
	display: flex; /* 플렉스 박스 사용 */
	align-items: center; /* 기호와 텍스트 정렬 */
}

.history-content .indent::before {
	content: "⬝"; /* 앞에 기호 추가 */
	margin-right: 10px; /* 기호와 텍스트 간격 */
	color: #fff; /* 기호 색상 */
}


/*관계설정*/
.relationship-content {
    max-height: 0; /* 초기 상태에서 높이를 0으로 설정 */
    overflow: hidden; /* 콘텐츠가 넘치지 않도록 숨김 */
    text-align: top;
    padding: 0; /* 접힌 상태에서 내부 여백 제거 */
    background: #f1f1f1;
    border-radius: 6px;
    transition: max-height 0.5s ease, padding 0.5s ease; /* 패딩 포함 */
    animation: fadedown 1s; /* 스포일러, 히스토리와 동일한 애니메이션 */
}

.relationship-content .relationship-txt .title {
  font-family: 'Sofia Sans';
  font-weight: 700;
  margin-left: -20px;
  letter-spacing:-2px;
  line-height: 70%;
  font-size: 30px;
  font-style: normal;
  text-transform: uppercase;
  animation: fadedown 1s;
}
.relationship-content p {
	margin-bottom: 8px; /* 각 줄 간 간격 */
	line-height: 2 !important; /* 행간 조정 */
}
.relationship-content img {
	padding: 0 !important;
	margin: 0 !important;
    border: 0 !important;
	max-width: 100%;
	display: block;
	border-radius: 6px;
}
.relationship-content .relationship-txt {
	padding: 0px 20px;
	line-height: 180%;
	font-size: 14px;
	font-family: 'Paperlogy-5Medium';
    /* overflow-y: auto; 스크롤 가능 */
}
.relationship-content::-webkit-scrollbar {
	display: none; /* Chrome, Safari에서 스크롤바 숨기기 */
}
.relationship-content .indent {
	margin-left: 5px; /* 들여쓰기 크기 */
	color: #484848; /* 텍스트 색상 */
	font-style: normal; /* 일반 글꼴 */
	display: flex; /* 플렉스 박스 사용 */
	align-items: center; /* 기호와 텍스트 정렬 */
}

.relationship-content .indent::before {
	content: "⬝"; /* 앞에 기호 추가 */
	margin-right: 10px; /* 기호와 텍스트 간격 */
	color: #fff; /* 기호 색상 */
}

.relationship-content.show {
    max-height: 100vh; /* 펼쳐진 상태에서 높이를 제한 */
    overflow-y: auto; /* 스크롤 가능 */
    padding: 20px 0; /* 펼쳐진 상태에서 여백 추가 */
    animation: fadedown 1s; /* 스포일러, 히스토리와 동일한 애니메이션 */
}

/*관계설정*/
.family-content {
    max-height: 0; /* 초기 상태에서 높이를 0으로 설정 */
    overflow: hidden; /* 콘텐츠가 넘치지 않도록 숨김 */
    text-align: top;
    padding: 0; /* 접힌 상태에서 내부 여백 제거 */
    background: #f1f1f1;
    border-radius: 6px;
    transition: max-height 0.5s ease, padding 0.5s ease; /* 패딩 포함 */
    animation: fadedown 1s; /* 스포일러, 히스토리와 동일한 애니메이션 */
}

.family-content .family-txt .title {
  font-family: 'Sofia Sans';
  font-weight: 700;
  margin-left: -20px;
  letter-spacing:-2px;
  line-height: 70%;
  font-size: 30px;
  font-style: normal;
  text-transform: uppercase;
  animation: fadedown 1s;
}
.family-content p {
	margin-bottom: 8px; /* 각 줄 간 간격 */
	line-height: 2 !important; /* 행간 조정 */
}
.family-content img {
	padding: 0 !important;
	margin: 0 !important;
    border: 0 !important;
	max-width: 100%;
	display: block;
	border-radius: 6px;
}
.family-content .family-txt {
	padding: 0px 20px;
	line-height: 180%;
	font-size: 14px;
	font-family: 'Paperlogy-5Medium';
    /* overflow-y: auto; 스크롤 가능 */
}
.family-content::-webkit-scrollbar {
	display: none; /* Chrome, Safari에서 스크롤바 숨기기 */
}
.family-content .indent {
	margin-left: 5px; /* 들여쓰기 크기 */
	color: #484848; /* 텍스트 색상 */
	font-style: normal; /* 일반 글꼴 */
	display: flex; /* 플렉스 박스 사용 */
	align-items: center; /* 기호와 텍스트 정렬 */
}

.family-content .indent::before {
	content: "⬝"; /* 앞에 기호 추가 */
	margin-right: 10px; /* 기호와 텍스트 간격 */
	color: #fff; /* 기호 색상 */
}

.family-content.show {
    max-height: 100vh; /* 펼쳐진 상태에서 높이를 제한 */
    overflow-y: auto; /* 스크롤 가능 */
    padding: 20px 0; /* 펼쳐진 상태에서 여백 추가 */
    animation: fadedown 1s; /* 스포일러, 히스토리와 동일한 애니메이션 */
}
@keyframes fadedown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}




/*공통*/
.end-box {
	display: inline-block; /* 박스를 인라인으로 유지 */
	margin-left: 4px; /* 기호와 텍스트 간격 */
	background-color: #FF0000;
	color: #FFFFFF; 
	padding: 2px 6px;
	border-radius: 4px; 
	font-size: 10px !important; /* 텍스트 크기 약간 작게 */
	line-height: normal; /* 기본 라인 높이로 설정 */
	  vertical-align: middle; /* 텍스트와 박스 정렬 */
}

.ing-box {
	display: inline-block; /* 박스를 인라인으로 유지 */
	margin-left: 4px; /* 기호와 텍스트 간격 */
	background-color: #077348;
	color: #FFFFFF; 
	padding: 2px 6px;
	border-radius: 4px; 
	font-size: 10px !important; /* 텍스트 크기 약간 작게 */
	line-height: normal; /* 기본 라인 높이로 설정 */
	  vertical-align: middle; /* 텍스트와 박스 정렬 */
}
