@charset "utf-8";

.board-notice	{ width: 264px; padding: 10px; margin: 0 auto; text-align: center; box-sizing: border-box; }


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

.avocado-list li {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
}

.avocado-list li.no-data {
    display: block; 
    grid-template-columns: none;
}

.avocado-list li.bo_notice	{  }
.avocado-list li.no-data	{ 
	text-align: center;
	line-height: 200px;
}
.avocado-list li .td_chk {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avocado-list li strong .highlight {font-weight:normal;}
.avocado-list li strong .cnt_cmt:before	{ content: "( "; }
.avocado-list li strong .cnt_cmt:after	{ content: " )"; }

.avocado-list li .ico-cate	{
	display: block;
	position: absolute;
	top: 0; 
	left: 20px;
	width: 100px;
	text-align: center;
}
.avocado-list li a {
    display: flex;
    align-items: center;
    padding: 6px 16px;
    line-height: 1.4;
}

.list-subject {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
flex: 1 1 auto;
}

.list-title {
    display: flex;
    align-items: center;
    gap: 6px;
font-size: 15px;
}

.list-subtitle {
    font-size: 13px; 
    color: #999;    
    line-height: 1.4;   
    white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
min-width: 0;
flex: 1 1 auto;
display: inline-block;
max-width: 100%;
}

.list-title > .subject-text {
    white-space: nowrap;
}


.avocado-list li a {
    min-width: 0;
}


.avocado-list li .info {
    display: flex;
justify-content:flex-end;
gap: 10px;
    grid-template-columns: 110px auto; 
    column-gap: 6px;
    align-items: center;
    font-size: 11px;
    white-space: nowrap;
margin-right: 24px;
}

.avocado-list li .info .name {
    text-align: right; 
    overflow: hidden;
max-width: 80px;
	gap: 4px;
	justify-content: flex-end;
	text-overflow: ellipsis;
	padding-right:5px;
}

.avocado-list li .highlight {
flex: 0 0 auto;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 4px;
padding-right: 4px;
    border-radius: 3px;
    line-height: 1.4;
font-size: 8px;
margin-bottom: 0px !important;
font-family: inherit;
}

.avocado-list li .info .date {
    text-align: right;
flex-shrink: 0;
}


.avocado-list li .hit	{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	text-align: center;
	opacity: .6;
	font-size: 11px;
}



.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.ui-btn {
    font-weight: bold;
}

	
}



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




.board-viewer.theme-box	{
	display: block;
	position: relative;
	padding: 20px;
}

.board-viewer .subject	{
	text-align: left;
	margin-bottom:8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.board-viewer .subject em	{
	display: block;
	position: relative;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 10px;
}
.board-viewer .subject strong	{
	display: block;
	position: relative;
	font-size: 25px;
	line-height: 1.3em;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 0;
}

.board-viewer .info	{
	margin-top: -10px;
	padding-left: 2px;
}
.board-viewer .info span	{ display: inline-block; }
.board-viewer .info span + span:before	{
	content: "";
	display: inline-block;
	width: 1px;
	height: 8px;
	vertical-align: middle;
	margin: 0 10px;
}

.board-viewer .contents	{
	display: block;
	position: relative;
	margin: 20px 0;
	padding: 40px 5px;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 100px;
}

.board-viewer .contents hr{
    display:block;
    border:0;
    border-top:1px solid #999;
    margin:20px 0;
}

#bo_v_bot	{ padding: 20px 0; overflow: visible; }



.view-nav-item {
    display: block;
    padding: 8px 0;
margin-bottom: 10px; 

}


.view-nav {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.bo_v_nb,
.bo_v_com {
    float: right;
}



.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	{
display: flex;
flex-direction: column;
align-items: flex-start;
	position: relative;
	padding: 10px;
}
.board-comment-list .co-name	{
	position: static;
	top: 0px;
	left: 0;
	bottom: 0;
	width: auto;
	padding: 10px 10px;
	box-sizing: border-box;
}
.board-comment-list .co-info {
	display: block;
	text-align: right;
	padding-top: 15px;
	font-size: 11px;
	opacity: .7;
}
.board-comment-list .co-info span	{ display: inline-block; opacity: .8; }
.board-comment-list .co-info span + span:before	{
	content: "";
	display: inline-block;
	width: 1px;
	height: 8px;
	vertical-align: middle;
	margin: 0 10px;
}

.board-comment-list .item.reply	{ border-left: 5px solid rgba(255, 255, 255, .1); }
.board-comment-list .item.reply .co-name	{
	background: none;
}


.board-comment-list {
    margin-top: 20px;
}

.board-comment-write {
    margin-top: 30px;
}


.board-comment-form	{ 
	position: relative;
	padding-right: 80px;
}
.board-comment-form .btn_confirm	{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 29px;
	width: 80px;
}
.board-comment-form .btn_confirm .ui-btn	{
	width: 100%;
	height: 100%;
}
.board-comment-form p	{
	margin: 0;
	padding: 5px 10px;
}
.board-comment-form textarea	{ display: block; height: 100px; resize: none; border: none; }


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

	.avocado-list li a {
    display: flex;
    align-items: center;
    padding: 6px 16px;
}
	.avocado-list li .ico-cate,
	.avocado-list li .name,
	.avocado-list li .date,
	.avocado-list li .hit	{
		position: relative;
		width: auto;
		left: auto;
		right: auto;
		bottom: auto;
		line-height: 1.2em;
	}

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

	.avocado-list li strong	{ display: flex; min-width: 0; line-height: 1.2em; }

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

	.board-comment-list .item	{ padding: 0; }
	.board-comment-list .co-name	{ display: flex; align-items: center; gap: 6px; white-space: nowrap; position: relative; width: auto; padding: 5px 10px; }
	.board-comment-list .co-content	{ padding: 10px; word-break:break-all;}

}

.board-comment-list .co-name .secret {
    white-space: nowrap;
    flex: 0 0 auto;
}

.board-comment-list .co-nick,
.board-comment-list .secret {
    white-space: nowrap;
}

#bo_v_con.indent-on p {
    text-indent: 0.8em;
}

#bo_v_con.indent-on p:has(img),
#bo_v_con.indent-on p:has(iframe) {
    text-indent: 0 !important;
    margin-left: 0 !important;
}


#bo_v_con img {
    display: block; 
    max-width: 100%;
    height: auto;
    margin: 10px 0;  
}



#bo_v_con p {
    margin-left: 0;
    padding-left: 0;
}


.view-font-control {
    display: flex;
    align-items: center;
    gap: 6px;
}

.view-font-control .indent-toggle {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
}


#bo_v_con {
    line-height: 1.8;
}


.board-comment-form {
    display: flex;
    align-items: stretch;
    gap: 8px;
}

.board-comment-form > textarea {
    flex: 1;
    resize: none;
}

.comment-input-row {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.comment-input-row textarea {
    flex: 1;
    min-height: 120px;
    resize: none;
}

.comment-input-row .btn_confirm {
    display: flex;
}

.comment-input-row .btn_confirm button {
    min-width: 90px;
    white-space: nowrap;
}

.comment-extra {
    margin-top: 10px;
}

.comment-extra input {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.board-comment-form .btn_confirm {
    flex: 0 0 72px;
}

.board-comment-form .btn_confirm button {
    min-width: 80px; 
    padding: 0 16px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
.view-font-control {
    margin-bottom: 30px;
    display: flex;
    gap: 6px;
justify-content: right;
}

.view-font-control button {
    padding: 4px 10px;
    font-size: 13px;
    cursor: pointer;
}

.view-status {
    margin-top: 6px;
    font-size: 14px;
    color: #5797f8;
margin-left: -16px;
margin-right: -16px;
}

.view-status .highlight {
    display: inline-block;
    margin-right: 4px;
    padding: 1px 5px;
    font-size: 11px;
    border-radius: 3px;
    background: #000;
    color: #fff;
}

.view-subtitle {
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 16px;
    color: #555;
padding-left: 1px;
}

.avocado-list li a.bo_row {
    display: grid;
	grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: space-between;
    min-width: 0;
	gap: 12px;
width: 100%;
}
.avocado-list li .bo_title {
	flex-direction: column;
	gap: 4px;
	display: flex;
    min-width: 0; 
}

.avocado-list li .bo_title .list-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    min-width: 0;
}


.avocado-list li .list-title {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}


.avocado-list li .title-main {
    display: block;
   width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.avocado-list li .list-subtitle {
	display: block;
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
}

.no-data-row {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    color: #888;
    font-size: 15px;
}

.subtitle-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
}

.comment-count {
    font-size: 12px;
    color: #5797f8;
font-weight: 700;
padding-right: 6px;
}


.board-comment-list .co-name,
.board-comment-list .co-content {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
}

#bo_v_con em,
#bo_v_con i {
    font-style: italic;
}

.btn_submit {
font-size: 13.5px;
}

.view-nav-item {
    display: block;
    padding: 8px 0;
    border-radius: 12px;
    background: none;
    text-decoration: none;
    color: inherit;
    transition: background .2s ease;
}

.view-nav-item:hover {
    background: none;
}

.view-nav-item.prev {
    text-align: left;
}

.view-nav-item.next {
    text-align: left;
}

.view-nav-item .nav-label {
    font-size: 11px;
    opacity: .5;
    display: block;
    margin-bottom: 6px;
}

.nav-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-subtitle {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-nav-item .nav-content {
    min-width: 0;
}


.video-inline {
    display: inline-block;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 16 / 9;
    vertical-align: middle;
}

.video-inline iframe {
    display: block; 
    width: 100%;
    height: 100%;

    border: 0;
    outline: none;
    box-shadow: none;
}


@media (max-width: 768px) {
   

    .comment-input-row .btn_confirm button {
        width: 100%;
    }


    a.bo_row {
        display: block !important;
    }

    a.bo_row .bo_title {
        display: block;
        width: 100%;
    }

    a.bo_row .info {
        display: block;
        width: 100%;
        margin-top: 6px;
    }

.avocado-list li .highlight {
padding-left: 0px;
padding-right: 10px;
}
        .avocado-list li .info .name {
        padding-left: 0;
	padding-right: 5px;
    }

   .comment-input-row {
        flex-wrap: wrap;
    }

    .comment-input-row .file_box {
        flex: 0 0 100%;
        margin-top: 8px;
    }
.comment-input-row .btn_confirm {
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 640px) {
    .view-nav {
        grid-template-columns: 1fr;
    }
.avocado-list li .bo_title .list-title {
    display: flex;
    flex-direction: column;
    gap: 4px;  
    margin-bottom: 6px;
}

.list-preview {
    margin-top: 5px;
}
}


html.dark-mode,
body.dark-mode {
    background: #000;
    color: #e3e3e2;
}

body.dark-mode #header {
    background: #000 !important;
}

body.dark-mode #header .gnb_1da,
body.dark-mode #header .gnb_1da a {
    color: #fff !important;
}

body.dark-mode .board-viewer,
body.dark-mode .board-viewer.theme-box,
body.dark-mode #bo_v_con {
    background: #000;
    color: #e3e3e2;
}

body.dark-mode .subject strong {
    color: #e3e3e2;
}

body.dark-mode .view-subtitle {
    color: #c7c7c7;
}

body .info {
    color: #777;
}
body.dark-mode .info {
    color: #999;
}

body.dark-mode a {
    color: #e3e3e2;
}

body.dark-mode #bo_v_con :not([style*="color"]) {
    color: #e3e3e2;
}

.view-category,
.view-category a {
    color: #777;
}

body.dark-mode .view-category,
body.dark-mode .view-category a {
    color: #999;
}

body.dark-mode .nav-title {
    color: #e3e3e2;
}

body.dark-mode .nav-subtitle {
    color: #999;
}

body.dark-mode .board-comment-list {
    color: #fff;
}

body.dark-mode .board-comment-list.theme-box {
    background: #000;
}

body.dark-mode input,
body.dark-mode textarea,
body.dark-mode select {
    background: #000;
    color: #fff;
    border-color: #555;
}

body.dark-mode .required,
body.dark-mode .frm_file,
body.dark-mode .frm_input.full {
    border: 1px solid #999;
}

body.dark-mode .ui-btn {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}


body.dark-mode .theme-box {
    border-color: #000;
}

body.dark-mode::-webkit-scrollbar-track {
    background: #222;
}

body.dark-mode::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}

body.dark-mode #gnb_wrapper {
        background: #000;
    }
.bo_title .list-preview { 
    display: block; 
    font-size: 0.9em; 
    color: #999; 
    line-height: 1.6; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

blockquote.se2_quote2 {
    display: table !important;
    margin: 20px auto !important;
    position: relative !important;
    padding: 10px 10px 10px 50px !important; /* 따옴표 자리 */
    border: 0 !important;
    background: none !important;
    text-indent: 0 !important;
    min-width: 50px; /* 내용 없어도 박스 유지 */
text-align: left;
}

blockquote.se2_quote2 p {
    display: inline-block !important; /* inline에서 block으로 복구 */
vertical-align: middle;
    text-align: inherit;
    margin: 0 !important;
    text-indent: 0 !important;
    /* 에디터가 넣어주는 text-align이 작동하도록 내버려 둠 */
}

blockquote.se2_quote2::before {
    content: "\201C" !important;
    position: absolute !important;
    left: 10px !important;
    top: 2px !important;
    font-size: 70px !important;
    color: #777 !important;
    font-family: Georgia, serif !important;
    z-index: 999 !important;
    line-height: 1 !important;
}

blockquote.se2_quote2[style*="text-align: left"],
blockquote.se2_quote2:has(p[style*="text-align: left"]) {
    margin-left: 0.8em !important;
    margin-right: auto !important;
}
blockquote.se2_quote2[style*="text-align: right"],
blockquote.se2_quote2:has(p[style*="text-align: right"]) {
    margin-left: auto !important;
    margin-right: 0.8em !important;
}

.view-font-control button {
    width: 40px; 
    height: 25px;
color: #555;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1; 
    padding: 0;
    vertical-align: middle;
    border: none;
    background: #EEF0F0;
    cursor: pointer;
}

.view-font-control button:hover {
    background-color: #e2e6ea;
}

.light-mode .emoji {
    color: #555 !important;
}

.dark-mode .comment-extra input::placeholder {
    color: #999 !important;
    opacity: 1;
}

.dark-mode .comment-extra input:-ms-input-placeholder {
    color: #999 !important;
}

.dark-mode .comment-extra input::-ms-input-placeholder {
    color: #999 !important;
}

.temp-check {
    width: 20px;
    height: 20px;
    transform: scale(1.3);
    cursor: pointer;
}

html.light-mode,
body.light-mode {
    background: #fff;
    color: #555;
}


body.light-mode #header {
    background: #fff !important;
}

body.light-mode #header .gnb_1da,
body.light-mode #header .gnb_1da a {
    color: #555 !important;
}

body.light-mode .board-viewer,
body.light-mode .board-viewer.theme-box,
body.light-mode #bo_v_con {
    background: #fff;
    color: #555;
}

body.light-mode .subject strong {
    color: #555;
}

body.light-mode .view-subtitle {
    color: #555;
}

body .info {
    color: #999;
}
body.light-mode .info {
    color: #777;
}


body.light-mode a {
    color: #333;
}

body.light-mode #bo_v_con :not([style*="color"]) {
    color: #555;
}


body.light-mode .nav-title {
    color: #333;
}

body.light-mode .nav-subtitle {
    color: #777;
}

body.light-mode .board-comment-list {
    color: #555;
}

body.light-mode .board-comment-list.theme-box {
    background: #fff;
}

body.light-mode input,
body.light-mode textarea,
body.light-mode select {
    background: #fff;
    color: #555;
}

body.light-mode .required,
body.light-mode .frm_file,
body.light-mode .frm_input.full {
    border: 1px solid rgb(227,227,226);
}
body.light-mode .ui-btn {
    background: #fff;
    color: #555;
    border: 1px solid #fff;
}

body.light-mode .theme-box {
    border-color: #fff;
}

    body.light-mode #gnb_wrapper {
        background: #fff;
    }

body.light-mode .view-category,
body.light-mode .view-category a {
    color: #777;
}

body.light-mode::-webkit-scrollbar-track {
    background: #f5f5f5;
}

body.light-mode::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 5px;
}

.light-mode .emoji {
    color: #555 !important;
}

.light-mode .comment-extra input::placeholder {
    color: #555 !important;
    opacity: 1;
}

.light-mode .comment-extra input:-ms-input-placeholder {
    color: #555 !important;
}

.light-mode .comment-extra input::-ms-input-placeholder {
    color: #555 !important;
}
