@charset "utf-8";


#page_board_content { 
    padding: 20px 10px; 
    margin: 0 auto; 
    color: #333;
}

.board-notice { 
    width: 100%; 
    text-align: center; 
    box-sizing: border-box; 
    font-size: 14px;
    color: #666;
}

.search-box { 
    clear: both; 
    float: right; 
    margin-bottom: 20px; 
    margin-right: 10px;
}
.search-box input[type="text"] {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 20px;
    outline: none;
    font-size: 14px;
}
.search-box .ui-btn {
    padding: 6px 12px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
}
.ui-write-area {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    margin-bottom: 100px;
    border: 1px solid #eaeaea;
}

.ui-qna-list { clear: both; }
.ui-qna-list ul { list-style: none; padding: 0; margin: 0; }
.ui-qna-list > ul > li { 
    position: relative; 
    margin-bottom: 30px;
}

.qna-card-box {
    background: #ffffff;
    border: 8px solid #eef0f0;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.qna-card-top {
    position: relative;
    padding: 30px 35px 20px 35px;
    background: #ffffff;
}

.qna-card-top .qna-admin-ctrl {
    position: absolute;
    top: 15px;
    right: 20px;
}
.qna-card-top .qna-admin-ctrl a {
    display: inline-block;
    font-size: 11px;
    color: #bbb;
    text-decoration: none;
    font-weight: bold;
}
.qna-card-top .qna-admin-ctrl a:hover {
    color: #666;
}

.qna-card-top i {
    display: inline-block;
    background: #eef0f0;
    color: #333;
    font-style: normal;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.qna-card-top .qna-text-content {
    font-size: 14px;
    line-height: 1.6;
    word-break: break-all;
    padding: 10px 0;
margin: 20px 0 0 0;
    font-weight: 500;
}

.qna-card-box a {
    color: #333;
}

.qna-card-bottom-nickname {
    padding: 15px;
    text-align: center;
    font-size: 14px;
    color: #95a5a6;
    font-weight: 500;
}

.qna-marshmallow-bar {
    background-color: #eef0f0;
    height: 40px;
    position: relative;
    text-align: center;
}

.qna-marshmallow-emoji {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1;
}

.qna-reply-area {
    padding: 15px 10px;
}
.qna-report-bar {
    text-align: right;
    font-size: 14px;
    color: #bdc3c7;
    margin-bottom: 15px;
}
.qna-report-bar a {
    color: #bdc3c7;
    text-decoration: none;
}

.qna-reply-list-box {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
.qna-reply-user-name {
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
    font-size: 14px;
}
.qna-reply-date {
    float: right;
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
}

.ui-qna-list-password {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 15px 0;
}
.ui-qna-list-password input {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    outline: none;
}
.ui-qna-list-password button {
    padding: 8px 16px;
    background: #eef0f0;
    color: #333;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.ui-qna-list .no-data { 
    text-align: center; 
    padding: 50px 0; 
    color: #bbb;
}

.ui-page { text-align: center; margin-top: 20px; }
.ui-page b { color: #666; margin: 0 5px; }
.ui-page a { color: #333; text-decoration: none; overflow: visible; white-space: nowrap; }