@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SpoqaHanSansNeo-Medium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SpoqaHanSansNeo-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.key_content {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 436px);
}

.keyHeader {
    margin: 90px auto 20px;
    width: 988px;
    height: 40px;
    display: flex;
}

.keyHeader img {
    width: 40px;
    height: 40px;
    margin: 0 4px 0 0;
}

.keyHeader p {
    font-family: SpoqaHanSansNeo-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #595959;
    margin: 7px 8px auto 0;
}

.keyHeader h5 {
    font-family: SpoqaHanSansNeo-Regular;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.12px;
    text-align: left;
    color: #3fa9f5;
    margin: 17px auto auto 0;
}

.keyHeader .key_add {
    margin: auto 0 auto auto;
    width: 160px;
    height: 30px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #3fa9f5;
    display: flex;
    cursor: pointer;
}

.keyHeader .key_add p {
    font-family: SpoqaHanSansNeo-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: auto;
}

.key_table {
    width: 988px;
    height: auto;
    display: flex;
    margin: 0 auto 103px;
    border-radius: 24px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
}

.key_table .keyList {
    width: 988px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.key_table .keyList .listHeader {
    width: 100%;
    height: auto;
    display: flex;
}

.key_table .keyList .listHeader .headArea {
    width: 940px;
    height: 64px;
    display: flex;
    border-bottom: solid 1px #707070;
    margin: 0 auto;
}

.key_table .keyList .listHeader .headArea .number_head {
    width: 88px;
    margin: 24px 0 auto;
}

.key_table .keyList .listHeader .headArea .name_head {
    width: 180px;
    margin: 24px 0 auto 20px;
}

.key_table .keyList .listHeader .headArea .user_head {
    width: 88px;
    margin: 24px 0 auto;
}

.key_table .keyList .listHeader .headArea .create_head {
    width: 90px;
    margin: 24px 4px auto 0;
}

.key_table .keyList .listHeader .headArea .expiration_head {
    width: 90px;
    margin: 24px 0 auto;
}

.key_table .keyList .listHeader .headArea .memo_head {
    width: 228px;
    margin: 24px 16px auto 0;
}

.key_table .keyList .listHeader .headArea .change_head {
    width: 60px;
    margin: auto 16px auto 0;
}

.key_table .keyList .listHeader .headArea .delete_head {
    width: 60px;
    margin: auto 0 auto;
}

.key_table .keyList .listHeader .headArea h3 {
    font-family: SpoqaHanSansNeo-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #16284d; 
    margin: auto;
}

.key_table .keyList .listContent {
    width: 940px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto 24px;
}

.key_table .keyList .listContent .tableContent {
    width: 100%;
    height: 64px;
    display: flex;
    border-bottom: solid 1px #bcc5cb;
}

.key_table .keyList .listContent .tableContent .number_content {
    width: 88px;
    margin: auto 0;
}

.key_table .keyList .listContent .tableContent .name_content {
    width: 180px;
    margin: auto 0 auto 20px;
}

.key_table .keyList .listContent .tableContent .user_content {
    width: 88px;
    margin: auto 0;
}

.key_table .keyList .listContent .tableContent .create_content {
    width: 90px;
    margin: auto 4px auto 0;
}

.key_table .keyList .listContent .tableContent .expiration_content {
    width: 90px;
    margin: auto 0;
}

.key_table .keyList .listContent .tableContent .memo_content {
    width: 212px;
    margin: auto 16px;
    display: flex;
    position: relative;
}

.key_table .keyList .listContent .tableContent .change_content {
    width: 60px;
    margin: auto 16px auto 0;
    display: flex;
}

.key_table .keyList .listContent .tableContent .delete_content {
    width: 60px;
    margin: auto 0;
    display: flex;
}

.key_table .keyList .listContent .tableContent .memo_content .memo_text {
    width: 202px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.key_table .keyList .listContent .tableContent .memo_content .memoModal {
    width: 314px;
    height: auto;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 3;
    display: none;
}

.key_table .keyList .listContent .tableContent .memo_content .memoModal.active {
    display: block;
}

.key_table .keyList .listContent .tableContent .memo_content .memoModal span {
    display: block;
    font-family: SpoqaHanSansNeo-Medium;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.14px;
    text-align: left;
    color: #595959;
    word-break: break-all;
}

.key_table .keyList .listContent .tableContent p {
    font-family: SpoqaHanSansNeo-Regular;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.14px;
    text-align: center;
    color: #595959;
    margin: auto;
}

.key_table .keyList .listContent .tableContent .memo_content img {
    width: 26px;
    height: 26px;
    margin: auto 0;
    object-fit: contain;
    cursor: pointer;
}

.key_table .keyList .listContent .tableContent .change_content .change_btn,
.key_table .keyList .listContent .tableContent .delete_content .delete_btn {
    width: 60px;
    height: 24px;
    border-radius: 13px;
    border: solid 1px #3fa9f5;
    background-color: #fff;
    display: flex;
    cursor: pointer;
}

.key_table .keyList .listContent .tableContent .modi_content .memo_modi.hide,
.key_table .keyList .listContent .tableContent .change_content .change_btn.hide,
.key_table .keyList .listContent .tableContent .delete_content .delete_btn.hide {
    display: none;
}

.key_table .keyList .listContent .tableContent .change_content .change_btn p,
.key_table .keyList .listContent .tableContent .delete_content .delete_btn p  {
    font-family: SpoqaHanSansNeo-Medium;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #3fa9f5;
    margin: auto;
}

.layerPopupBox .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: auto;
    border-radius: 8px;
    box-shadow: 2px 2px 10px #666;
    background: #FFFFFF;
    border: 1px solid #EBEDF2;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.layerPopupBox .inner .addContent {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.layerPopupBox .inner .addContent .addHeader {
    margin: 54px auto 42px;
}

.layerPopupBox .inner .addContent .addHeader h1 {
    font-family: SpoqaHanSansNeo-Bold;
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #16284d;
    margin: 0 auto;
}

.layerPopupBox .inner .addContent .addBody {
    width: 294px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.layerPopupBox .inner .addContent .addBody .bodyHeader {
    width: 294px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto 18px;
}

.layerPopupBox .inner .addContent .addBody .bodyHeader p {
    width: 294px;
    margin: 0 auto 12px;
    object-fit: contain;
    font-family: SpoqaHanSansNeo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.14px;
    text-align: left;
    color: #212121;
}

.layerPopupBox .inner .addContent .addBody .bodyMiddle {
    width: 294px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto 18px;
}

.layerPopupBox .inner .addContent .addBody .bodyMiddle p {
    width: 294px;
    margin: 0 auto 12px;
    object-fit: contain;
    font-family: SpoqaHanSansNeo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.14px;
    text-align: left;
    color: #212121;
}

.layerPopupBox .inner .addContent .addBody .bodyHeader input,
.layerPopupBox .inner .addContent .addBody .bodyMiddle input {
    width: 266px;
    height: 18px;
    margin: 0 auto;
    padding: 11px 14px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    font-family: SpoqaHanSansNeo-Bold;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.14px;
    text-align: left;
    color: #16284d;
}

.layerPopupBox .inner .addContent .addBody .bodyFooter {
    width: 294px;
    height: auto;
    display: flex;
    margin: 6px auto 54px;
}

.layerPopupBox .inner .addContent .addBody .bodyFooter p {
    margin: 0 0 12px;
    color: red;
    font-family: SpoqaHanSansNeo-Regular;
}

.layerPopupBox .inner .addContent .addBody .bodyFooter .BtnArea {
    display: flex;
    flex-direction: column;
}

.layerPopupBox .inner .addContent .addBody .bodyFooter .BtnArea .keyCreate {
    width: 294px;
    height: 40px;
    margin: 0 auto 12px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    background-color: #3fa9f5;
    display: flex;
    cursor: pointer;
}

.layerPopupBox .inner .addContent .addBody .bodyFooter .BtnArea .keyCreate p {
    font-family: SpoqaHanSansNeo-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: auto;
}

.layerPopupBox .inner .addContent .addBody .bodyFooter .BtnArea .cancel {
    width: 294px;
    height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    background-color: #16284d;
    display: flex;
    cursor: pointer;
}

.layerPopupBox .inner .addContent .addBody .bodyFooter .BtnArea .cancel p {
    font-family: SpoqaHanSansNeo-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: auto;
}

.layerPopupBox .inner .modiContent {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.layerPopupBox .inner .modiContent .modiHeader {
    margin: 54px auto 42px;
}

.layerPopupBox .inner .modiContent .modiHeader h1 {
    font-family: SpoqaHanSansNeo-Bold;
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: left;
    color: #16284d;
    margin: 0 auto;
}

.layerPopupBox .inner .modiContent .modiBody {
    width: 294px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.layerPopupBox .inner .modiContent .modiBody .bodyHeader {
    width: 294px;
    height: auto;
    display: flex;
    margin: 0 auto 18px;
}

.layerPopupBox .inner .modiContent .modiBody .bodyHeader p {
    margin: auto 12px auto 0;
    object-fit: contain;
    font-family: SpoqaHanSansNeo-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.14px;
    text-align: left;
    color: #212121;
}

.layerPopupBox .inner .modiContent .modiBody .bodyHeader .allClear {
    width: 120px;
    height: 30px;
    margin: 0;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    background-color: #3fa9f5;
    display: flex;
    cursor: pointer;
}

.layerPopupBox .inner .modiContent .modiBody .bodyHeader .allClear p {
    font-family: SpoqaHanSansNeo-Bold;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: auto;
}

.layerPopupBox .inner .modiContent .modiBody .bodyMiddle {
    width: 294px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto 18px;
}

.layerPopupBox .inner .modiContent .modiBody .bodyMiddle textarea {
    width: 266px;
    height: 80px;    
    padding: 11px 14px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    font-family: SpoqaHanSansNeo-Bold;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: -0.14px;
    text-align: left;
    color: #16284d;
    resize: none;
}

.layerPopupBox .inner .modiContent .modiBody .bodyFooter {
    width: 294px;
    height: auto;
    display: flex;
    margin: 6px auto 54px;
}

.layerPopupBox .inner .modiContent .modiBody .bodyFooter .memosave {
    width: 140px;
    height: 40px;
    margin: 0 14px 0 0;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    background-color: #3fa9f5;
    display: flex;
    cursor: pointer;
}

.layerPopupBox .inner .modiContent .modiBody .bodyFooter .memosave p,
.layerPopupBox .inner .modiContent .modiBody .bodyFooter .cancel p {
    font-family: SpoqaHanSansNeo-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: auto;
}

.layerPopupBox .inner .modiContent .modiBody .bodyFooter .cancel {
    width: 140px;
    height: 40px;
    margin: 0;
    display: flex;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
    background-color: #16284d;
    cursor: pointer;
}

@media(max-width:600px){
    .keyHeader {
        margin: 28px auto 14px;
        width: 272px;
        height: 40px;
        display: flex;
    }

    .keyHeader .key_add {
        width: 272px;
        height: 40px;
        margin: 0;
        border-radius: 20px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
        background-color: #3fa9f5;
        display: flex;
        cursor: pointer;
    }

    .key_table {
        width: 272px;
        height: auto;
        margin: 0 auto 28px;
        border-radius: 24px;
        box-shadow: 0 0 10px 0 rgb(89 89 89 / 30%);
        background-color: #fff;
    }

    .key_table .keyList .listHeader {
        display: none;
    }

    .key_table .keyList .listContent {
        width: 240px;
        height: auto;
        margin: 13px auto 13px;
        display: flex;
        flex-direction: column;
    }

    .key_table .keyList .listContent .tableContent .memo_content, 
    .key_table .keyList .listContent .tableContent .modi_content {
        display: none;
    }

    .key_table .keyList .listContent .tableContent {
        width: 100%;
        height: auto;
        margin: 3px auto 12px;
        display: flex;
        flex-direction: column;
    }

    .key_table .keyList .listContent .tableContent .tableFooter {
        width: 240px;
        height: 13px;
        margin: 0 auto 12px;
        display: flex;
    }
    
    .key_table .keyList .listContent .tableContent .name_content {
        width: 240px;
        height: 40px;
        margin: auto 0 auto auto;
    }

    .key_table .keyList .listContent .tableContent .name_content p {
        font-family: SpoqaHanSansNeo-Medium;
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: -0.14px;
        text-align: left;
        color: #595959;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        line-height: 1.429em;
        height: 2.858em;
        margin: 0;
    }

    .key_table .keyList .listContent .tableContent .tableFooter p {
        font-family: SpoqaHanSansNeo-Regular;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: -0.1px;
        text-align: left;
        color: #595959;
        margin: 0;
    }

    .key_table .keyList .listContent .tableContent .number_content,
    .key_table .keyList .listContent .tableContent .user_content,
    .key_table .keyList .listContent .tableContent .create_content {
        width: auto;
        margin: 0 10px 0 0;
    }

    .layerPopupBox .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 288px;
        height: auto;
        border-radius: 24px;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
        background: #FFFFFF;
        border: 1px solid #EBEDF2;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }
    
    .layerPopupBox .inner .addContent {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .layerPopupBox .inner .addContent .addHeader {
        margin: 28px auto 24px;
    }
    
    .layerPopupBox .inner .addContent .addHeader h1 {
        font-size: 28px;
    }
    
    .layerPopupBox .inner .addContent .addBody {
        width: 240px;
    }
    
    .layerPopupBox .inner .addContent .addBody .bodyHeader {
        width: 240px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: 0 auto 18px;
    }
    
    .layerPopupBox .inner .addContent .addBody .bodyHeader p {
        width: 240px;
        margin: 0 auto 12px;
        object-fit: contain;
        font-family: SpoqaHanSansNeo-Regular;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: -0.14px;
        text-align: left;
        color: #212121;
    }
    
    .layerPopupBox .inner .addContent .addBody .bodyMiddle {
        width: 240px;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: 0 auto 18px;
    }
    
    .layerPopupBox .inner .addContent .addBody .bodyMiddle p {
        width: 240px;
        margin: 0 auto 12px;
        object-fit: contain;
        font-family: SpoqaHanSansNeo-Regular;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: -0.14px;
        text-align: left;
        color: #212121;
    }
    
    .layerPopupBox .inner .addContent .addBody .bodyHeader input, 
    .layerPopupBox .inner .addContent .addBody .bodyMiddle input {
        width: 212px;
        height: 18px;
        margin: 0 auto;
        padding: 11px 14px;
        border-radius: 5px;
        border: none;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
        background-color: #fff;
        font-family: SpoqaHanSansNeo-Bold;
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: -0.14px;
        text-align: left;
        color: #16284d;
    }
    
    .layerPopupBox .inner .addContent .addBody .bodyFooter {
        width: 240px;
        height: auto;
        display: flex;
        margin: 6px auto 24px;
    }
    
    .layerPopupBox .inner .addContent .addBody .bodyFooter .BtnArea {
        display: flex;
        flex-direction: column;
    }
    
    .layerPopupBox .inner .addContent .addBody .bodyFooter .BtnArea .keyCreate {
        width: 240px;
        height: 30px;
        border-radius: 20px;
        margin: 0 auto 12px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
        background-color: #3fa9f5;
        display: flex;
        cursor: pointer;
    }
    
    .layerPopupBox .inner .addContent .addBody .bodyFooter .BtnArea .keyCreate p {
        font-family: SpoqaHanSansNeo-Bold;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        margin: auto;
    }
    
    .layerPopupBox .inner .addContent .addBody .bodyFooter .BtnArea .cancel {
        width: 240px;
        height: 30px;
        border-radius: 20px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 16%);
        background-color: #16284d;
        display: flex;
        cursor: pointer;
    }
    
    .layerPopupBox .inner .addContent .addBody .bodyFooter .BtnArea .cancel p {
        font-family: SpoqaHanSansNeo-Bold;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: center;
        color: #fff;
        margin: auto;
    }
}