@charset "utf-8";

/* 최근게시물 스킨 (new) - 비스크로 다크 테마 */
#new_sch {
    background: #0f0f23;
    padding: 30px;
    text-align: center;
    margin: 0 0 10px;
    border-radius: 15px;
    border: 1px solid #3a3a5e;
}

#new_sch legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
}

#new_sch select {
    border: 1px solid #3a3a5e;
    width: 175px;
    height: 45px;
    padding: 0 10px;
    border-radius: 8px;
    background: #1a1a2e;
    color: #ffffff;
    cursor: pointer;
}

#new_sch .frm_input {
    border: 1px solid #3a3a5e;
    width: 300px;
    height: 45px;
    border-radius: 8px;
    background: #1a1a2e;
    color: #ffffff;
    padding: 0 15px;
    transition: border-color 0.3s ease;
}

#new_sch .frm_input:focus {
    border-color: #00d4ff;
    outline: none;
}

#new_sch .frm_input::placeholder {
    color: #888888;
}

#new_sch .sch_wr {
    position: relative;
    display: inline-block;
}

#new_sch .btn_submit {
    padding: 0 20px;
    height: 45px;
    width: 100px;
    font-size: 1.083em;
    font-weight: bold;
    color: #0f0f23;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#new_sch .btn_submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 212, 255, 0.3);
}

#new_sch p {
    padding: 10px 0 0;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em;
    color: #aaaaaa;
}

#fnewlist {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 15px;
    border: 1px solid #3a3a5e;
    padding: 1rem;
}

#fnewlist .profile_img img {
    border-radius: 50%;
    border: 2px solid #3a3a5e;
}

#fnewlist .td_group a {
    background: rgba(76, 175, 80, 0.2);
    color: #4caf50;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: normal;
}

#fnewlist .td_board a {
    background: rgba(0, 212, 255, 0.2);
    color: #00d4ff;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: normal;
}

#fnewlist a {
    color: #ffffff;
    transition: color 0.3s ease;
}

#fnewlist a:hover {
    color: #00d4ff;
}

.admin_new_btn {
    float: right;
    margin-bottom: 10px;
}

.admin_new_btn a {
    color: #00d4ff;
}

.selec_chk {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    outline: 0;
    z-index: -1;
    overflow: hidden;
}

.chk_box input[type="checkbox"] + label {
    position: relative;
    padding-left: 20px;
    color: #aaaaaa;
}

.chk_box input[type="checkbox"] + label:hover {
    color: #00d4ff;
}

.chk_box input[type="checkbox"] + label span {
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    display: block;
    margin: 0;
    background: #1a1a2e;
    border: 1px solid #3a3a5e;
    border-radius: 3px;
}

.chk_box input[type="checkbox"]:checked + label {
    color: #ffffff;
}

.chk_box input[type="checkbox"]:checked + label span {
    background: linear-gradient(135deg, #00d4ff, #0099cc);
    border-color: #00d4ff;
    border-radius: 3px;
}
