@charset "utf-8";

@font-face {
    font-family: 'PuradakGentleGothicR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_11-01@1.1/PuradakGentleGothicR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Orbit-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2310@1.0/Orbit-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


#memo_box {
    max-width: 800px;
    height: auto;
    background-color: #f1f1f1;
    margin: 0 auto 3% auto;
    box-shadow: 0 0 3px rgb(0 0 0 / 50%);
}
    
.memo-top-bar {
    background: linear-gradient(to right, #5aaee9, #f4e597);
    height: 20px;
    padding: 5px;
}

.memo-bottom-bar {
    height: 1px;
    background-color: #D2D2D2;
}

.memo-content {
    margin: 15px;
}
    
.bar-btn {
    width: 20px;
    height: 18px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    font-size: 0.5em;
    border: 1px solid #d3c78d;
}

.c-memo {
    min-height: 50%;
    background: #fff;
    color: #000;
    padding: 20px;
    overflow-y: auto;
}

.c-content {
    font-family: 'Orbit-Regular';
    font-size: 1.2em;
    line-height: 1.5;
    padding: 5px 15px;
}


.c-comment {
    height: 300px;
    background-color: #ffffff;
    border-top: 5px double #d9d9d9;
}

.c-sub {
    font-size: 1.5em;
    margin: 0 0 2% 0;
    font-family: 'PuradakGentleGothicR';
}

.c-datetime {
    margin: 0 0 0 1%;
    opacity: 0.7;
}



/************************************ 리플 ************************************/


.board-comment-list {
    background-color: transparent !important;
    color: #000 !important;
    padding: 0px 10px 10px 10px !important;
}

.item {
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 10px 15px;
    font-family: 'Orbit-Regular';
    font-size: 1.1em;
    margin: 10px 0 0 0;
}

.reply {
    margin: 10px 0 0 25px;
}

.co-name {
    color: #000 !important;
}

.co-inner  {
    margin: 1.5% 0;
}

.send_memo {
    margin: 0 0 0 5px;
}

.board-comment-form {
    padding: 0 10px 10px 10px;
}

label {
    color: rgb(0, 0, 0);
    font-weight: bold;
}


.moveBtn {
    max-width: 1000px;
    cursor: pointer;
    display: grid;
    font-size: 1.2em;
    opacity: 0.25;
    justify-items: end;
    position: fixed;
    z-index: 997;
}

.moveBtn a {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 5px;
    background-color: rgba(255,255,255,0.2);
}

.frm_input {font-weight: bold;}
