.jpa-parent{
    width: 100%;
    height: 100%;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    color: #ffffff;
}

.jpa-parent .flex-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.jpa-parent .jpa-header{
    width: 100%;
    position: relative;
    height: 35px;
    padding: 15px 3px 0 3px;
}

.jpa-parent .jpa-contents{
    width: 100%;
    height: calc(100% - 33px);
    padding: 5px 15px 5px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jpa-parent .jpa-contents .advice{
    height: 100%;
    flex: 1;
    position: relative;
}
.jpa-parent .jpa-contents .advice img,.jpa-popup-unit img{
    position: absolute;
    top: 4px;
    width: 12px;
    right: 7px;
    cursor: pointer;
}

.jpa-parent .jpa-contents .advice textarea,.jpa-popup-unit textarea{
    font-family: AppleSDGothicNeo,sans-serif;
    color: white;
    height: calc(100% - 55px);
    padding: 15px 5px 0px 5px;
    width: calc(100% - 20px);
    min-height: 50px;
    margin-left: 5px;
    background: #3e3e3e;
    resize: none;
    text-overflow: ellipsis;
    white-space: pre-line;
    overflow: scroll;
    display: inline-block;
}

.jpa-parent .jpa-contents .advice .advice-bottom,.jpa-popup-unit .advice-bottom{
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.14px;
    color: #cccccc;
    position: absolute;
    bottom: 3px;
    left: 13px;
}

.jpa-cover {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background: #131313a3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jpa-detail-popup{
    width: 855px;
    height: 636px;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #000000;
    border: solid 1px #979797;
    background-color: #353535;
    color: #cccccc;
    position: relative;
}

.jpa-detail-popup .detail-popup-btn{
    width: 80px;
    height: 25px;
    border-radius: 4px;
    display: inline-flex;
    border: solid 1px #e5e5e7;
    background-color: #ffffff;
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #252525;
    cursor: pointer;
}

.jpa-popup-unit{
    width: 100%;
    background: #3e3e3e;
    border-radius: 3px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}
.jpa-popup-unit textarea{
    resize: none;
    width: calc(100% - 10px);
    color: white;
    background: #616161;
    padding: 5px;
    border-radius: 2px;
    border: none;
}

.scroll-bar{
    overflow: scroll;
}

.scroll-bar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.scroll-bar::-webkit-scrollbar-thumb {
    background: rgba(203, 203, 203, 0.62);
    border-radius: 3px;
}

.jpa-basic-btn{
    font-family: AppleSDGothicNeo,sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.19px;
    margin: 5px 6px;
    padding: 2px 5px;
    border-radius: 3px;
    float: right;
    cursor: pointer;
    background: none;
    color: rgb(0, 144, 255);
    border: 1px solid rgb(0, 144, 255);
}

.jpa-popup-unit .advice-content{
    width: 100%;
    padding-bottom: 30px;
    padding-right: 6%;
    color: white;
    overflow-wrap: anywhere;
    white-space: break-spaces;
}
