@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: 'GangwonEdu_OTFBoldA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEdu_OTFBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#memo_box {
    max-width: 800px;
    height: auto;
    background-color: #D2D2D2;
    margin: 0 auto 3% auto;
}
    
.memo-top-bar {
    background: linear-gradient(to right, #222, #7C0D0D);
    height: 20px;
    padding: 5px;
}

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

.memo-content {
    margin: 15px;
}
    
.bar-btn {
    width: 16px;
    height: 16px;
    background-color: rgb(210, 210, 210);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #550909;
    border-right: 2px solid #550909;
    font-size: 0.5em;
}

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

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


.c-comment {
    height: 300px;
    background-color: #b7b7b7;
}

.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: 'GangwonEdu_OTFBoldA';
    font-size: 1.2em;
    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 {
    position: absolute;
    z-index: 995;
    cursor: pointer;
    display: grid;
    right: 20px;
    text-align: center;
    font-size: 1.2em;
    opacity: 0.25;
}

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


