.ipo-schedule-banner {
    width: 1200px;
    height: 300px;
    margin-bottom: 60px;
    border-radius: 8px;
}

.ipo-schedule-banner > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.ipo-schedule-banner > a > img {
    height: 100%;
    object-fit: cover;
}

.ipo-title-wrapper {
    min-width: 1440px;
    background-color: #1f2e45;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipo-title {
    display: block;
    width: 1200px;
    font-weight: 700;
    color: #fff;
    font-size: 24px;
}

.ipo-calender {
    margin: 95px auto 0;
    width: 1200px;
    overflow: visible;
}

.ipo-calender-title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    overflow: visible;
}

.ipo-popup-title-wrapper {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ipo-popup-title-wrapper > img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.ipo-calender-title {
    color: #272727;
    font-size: 24px;
    font-weight: 700;
}

.ipo-popup-button-wrapper {
    position: relative;
    overflow: visible;
}

.ipo-popup-button {
    line-height: 1;
    display: flex;
    padding: 8px 16px;
    align-items: center;
    border-radius: 50px;
    background: #f4f4f4;
    border: none;
    margin-left: 16px;
    color: #272727;
    font-size: 16px;
}

.ipo-popup-button > img {
    margin-left: 8px;
}

.ipo-popup {
    position: absolute;
    left: 16px;
    top: 40px;
    z-index: 100;
    display: flex;
    width: 360px;
    padding: 20px 20px 24px 20px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    word-break: keep-all;
}

.ipo-popup-title {
    margin-bottom: 8px;
    color: #272727;
    font-size: 14px;
    font-weight: 700;
}

.ipo-popup > ol > li:last-child > p {
    margin-bottom: 0;
}

.ipo-popup-description {
    margin: 4px 0 12px;
    color: #272727;
    font-size: 14px;
    line-height: 22px;
}

.ipo-popup-divider {
    margin-bottom: 12px;
    width: 100%;
    height: 1px;
    background: #e9e9e9;
}

.ipo-popup > ol {
    list-style: none;
}

.ipo-popup-content-list {
    margin-bottom: 8px;
    padding: 8px 12px 8px 30px;
    list-style-type: disc;
    border-radius: 8px;
    background: #f4f4f4;
    font-size: 12px;
    line-height: 20px;
}

.ipo-popup-content-list > li::marker {
    font-size: 10px;
}

.divider {
    width: 100%;
    height: 2px;
    background-color: #1f2e45;
}

.thin {
    height: 1px;
}

.grey {
    background-color: #e6e6e6;
}

.ipo-calender > h3 {
    margin-top: 40px;
    margin-bottom: 16px;
    color: #1f2e45;
    font-size: 18px;
    font-weight: 700;
}

.ipo-item-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ipo-item-list.empty {
    display: block;
}

.ipo-item {
    margin-bottom: 16px;
    width: 592px;
    padding: 28px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    background: #fff;

}

.ipo-item:nth-child(2n -1) {
    margin-right: 16px;
}

.ipo-item h4 {
    margin-bottom: 16px;
    color: #272727;
    font-size: 18px;
    font-weight: 700;
}

.stock-detail-link span:first-child {
    text-decoration: underline;
}

.dday {
    margin-left: 2px;
    color: #e02b35;
    font-size: 14px;
    font-weight: 700;
}

.ipo-item > ul {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ipo-item > ul > li {
    color: #272727;
    font-size: 14px;
}

.ipo-item > ul > li > span:first-child {
    color: #808080;
}

.more-button {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 4px;
    width: 196px;
    height: 44px;
    border-radius: 100px;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #808080;
    font-size: 13px;
}

.empty-subscription-plan,
.empty-listing-plan {
    position: relative;
    width: 100%;
    display: flex;
    height: 164px;
    justify-content: center;
    align-items: center;
    color: #d3d3d3;
    font-size: 14px;
}

.ipo-schedule {
    margin: 80px auto 200px;
    width: 1200px;
    overflow: visible;
}

.ipo-schedule-menu {
    border-top: 2px solid #1f2e45;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 16px;
    display: flex;
    overflow: visible;
}

.ipo-schedule-menu > li {
    display: flex;
    align-items: center;
    position: relative;
    overflow: visible;
}

.ipo-schedule-menu .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    padding: 9px 10px 8px 10px;
    height: 60px;
    box-sizing: border-box;
    flex: 1 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.menu-item > img {
    margin-left: 4px;
    filter: invert(68%) sepia(4%) saturate(8%) hue-rotate(358deg)
        brightness(101%) contrast(81%);
}

.ipo-semi-popup {
    word-break: keep-all;
    position: absolute;
    top: 43px;
    left: 62px;
    width: 360px;
    padding: 20px 20px 24px 20px;
    border-radius: 2px;
    border: 1px solid #e9e9e9;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.ipo-semi-popup-content-list {
    padding-left: 10px;
    list-style: disc;
    color: #272727;
    font-size: 12px;
    line-height: 20px;
}

.ipo-semi-popup-content-list > li::marker {
    font-size: 10px;
}

.next-icon {
    padding: 0 8px;
    color: #a8a8a8;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.ipo-schedule-title {
    color: #272727;
    font-size: 24px;
    font-weight: 700;
}

.ipo-schedule-table-title {
    margin: 40px 0 16px;
    color: #1f2e45;
    font-size: 18px;
    font-weight: 700;
}

.ipo-table {
    width: 100%;
    color: #272727;
    border-bottom: 1px solid #e9e9e9;
    word-break: keep-all;
}

.ipo-table-header {
    font-size: 12px;
    height: 40px;
    background-color: #f2f4f7;
    border-bottom: 1px solid #e9e9e9;
}

.ipo-table-row {
    color: #272727;
    font-size: 14px;
    font-weight: 700;
    min-height: 60px;
}

.ipo-table-header,
.ipo-table-row {
    display: flex;
    align-items: center;
    padding-right: 16px;
    box-sizing: border-box;
}

.ipo-table-row > td {
    word-break: break-all;
    font-size: 14px;
    line-height: 20px;
    color: #1f2e45;
    padding: 12px 0;
}

.ipo-table-header > th:first-child,
.ipo-table-row > td:first-child {
    flex: 100 0 0;
    padding-left: 28px;
    text-align: left;
}

.ipo-table-row > td:first-child {
    font-size: 16px;
}

.ipo-table-header > th:nth-child(2),
.ipo-table-row > td:nth-child(2) {
    text-align: left;
    flex: 55 0 0;
}

.ipo-table-header > th:nth-child(3),
.ipo-table-row > td:nth-child(3) {
    text-align: left;
    flex: 55 0 0;
}

.ipo-table-header > th:nth-child(4),
.ipo-table-row > td:nth-child(4) {
    text-align: left;
    flex: 47 0 0;
}

.ipo-table-header > th:nth-child(5),
.ipo-table-row > td:nth-child(5) {
    text-align: left;
    flex: 43 0 0;
}

.request-company-row > td:nth-child(4) {
    font-weight: normal;
}

.request-company-row > td:nth-child(5) {
    font-weight: normal;
}

.approval-company-row > td:nth-child(4) {
    font-weight: normal;
}

.approval-company-row > td:nth-child(5) {
    font-weight: normal;
}

.registration-statement-row > td:nth-child(2),
.registration-statement-row-header > th:nth-child(2) {
    font-weight: normal;
}

.registration-statement-row > td:nth-child(5) {
    font-weight: normal;
}

.demand-forecast-row > td:nth-child(2),
.demand-forecast-row-header > th:nth-child(2) {
    font-weight: normal;
}

.demand-forecast-row > td:nth-child(5) {
    font-weight: normal;
}

.public-offering-row > td:nth-child(5) {
    font-weight: normal;
}

.listing-row > td:nth-child(4) {
    font-weight: normal;
}

.listing-row > td:nth-child(5) {
    font-weight: normal;
}

.selected {
    background: #1f2e45;
    color: #fff;
}

.selected > img {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(264deg)
        brightness(115%) contrast(102%);
}

.invisible {
    width: 0px;
    height: 0px;
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    overflow: hidden;
    visibility: hidden;
}

.none {
    display: none;
}
