.main-container {
    padding-top: 100px;
    /* height: calc(100vh - 150px); */
    color: #3C3C3C;
}

.main-container .main-wrap {
    padding: 50px 0;
    width: 70%;
    margin: 0 auto;
}

.main-container .main-panel-wrap {
    margin-bottom: 50px;
}

.main-panel-wrap .title-wrap {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 20px;
}

.main-panel-wrap .content-wrap {
    background: #F9F9F9;    
    font-size: 16px;
    padding: 10px;
    text-align: left;
    height: 185px;
    overflow: auto;
}

.main-container .numbering {
    display: inline-block;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background-color: #3c3c3c;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding-top: 12px;
    margin-right: 20px;
}

#svc_period_list,
#notice_list {
    padding: 30px;
}

#svc_period_list > li,
#notice_list > li {
    border-bottom: 1px dotted #c5c5c5;
    margin-bottom: 10px;
    padding-bottom: 3px;
    list-style: inside;
    height: 28px;
}

#svc_period_list > li:last-child,
#notice_list > li:last-child {
    margin-bottom: 0px;
}
#svc_period_list .no-data-msg,
#notice_list .no-data-msg {
    text-align: center;
    line-height: 100px;
}

#notice_list .reg-dt {
    margin-right: 15px;
}

#notice_list > li > * {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
}

#notice_list > li > a {
    width: calc(100% - 115px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}