.jadvice {
    height: 100%;
    width: 100%;
    z-index: 100;
    font-family: NanumGothic;
    background: #2e2e2e;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.jadvice .jadvice-top {
    width: 100%;
}

.jadvice .jadvice-content {
    height: calc(100% - 100px);
    width: 100%;
    overflow: auto;
}

.jadvice .jadvice-content .advice {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}

.jadvice .jadvice-content .advice .advice-content {
    color: #e1e6df;
    padding: 10px;
    width: 75%;
    margin-left: 8%;
    margin-bottom: 8px;
    border: none;
    resize: none;
    background-color: #313a40;
    position: relative;
    cursor: pointer;
    font-size: 13pt;
    font-weight: 100;
}

.jadvice .jadvice-content .advice .advice-bottom {
    width: 82%;
    font-size: 11px;
    font-weight: normal;
    margin: 5px auto auto auto;
    color: white;
}

.jadvice .jadvice-content .advice .advice-bottom button {
    outline: none;
    margin-left: 5px;
    margin-top: 5px;
    height: 20px;
    float: right;
    background-color: #000000;
    color: #a4a4a4;
    border-radius: 5px;
    cursor: pointer;
    border: none;
}

.jadvice .jadvice-bottom {
    height: 100px;
    width: 90%;
    padding-top: 2%;
    position: relative;
    margin-left: 5%;
    bottom: 0px;
}

.jadvice .jadvice-bottom .jadvice-bottom-textarea {
    color: whitesmoke;
    background-color: #2d3033;
    box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    font-size: 14px;
    width: 75%;
    height: 86%;
    resize: none;
    border: none;
    margin: auto;
    padding: 10px;
    outline: none;
    float: left;
}

.jadvice .jadvice-bottom .jadvice-bottom-button {
    color: white;
    font-size: 11pt;
    width: 20%;
    height: 85%;
    border-radius: 3px;
    padding: 0px;
    cursor: pointer;
    float: right;
    box-sizing: border-box;
    background-color: #fa6401;
    border: none;
    outline: none;
}

.blank-h {
    text-align: center;
    color: #979797;
    padding-top: 20%;
    margin-top: 0;
    font-size: 14pt;
}
