.stock-detail-wrapper {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 120px;
}

.left-section {
    width: 710px;
}

.base-info-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 2px solid #272727;
}

.base-info-title {
    color: #272727;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.stock-ipo-status {
    margin-left: 8px;
    display: inline-flex;
    padding: 6px 12px;
    align-items: center;
    color: #272727;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
    background: #f4f4f4;
}

.stock-ipo-status.registration {
    color: #0db83c;
    background-color: #f2fff6;
}

.stock-ipo-status.public-offering {
    color: #e02b35;
    background-color: #fff3f2;
}

.stock-ipo-status > span {
    margin-left: 4px;
    font-weight: 400;
}

.price-wrapper > .decline {
    margin-right: 12px;
    color: #a8a8a8;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
}

.price-wrapper.up > .decline {
    color: #fa372a;
}

.price-wrapper.down > .decline {
    color: #2f79fa;
}

.price-wrapper > .price {
    color: #272727;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
}

.price-wrapper > .price.pause-trade {
    font-weight: 400;
}

.price-wrapper > .price.non-aggregation,
.price-wrapper > .price.list-other-market {
    color: #A8A8A8;
    font-weight: 400;
}

.company-state-wrapper {
    font-size: 12px;
    padding: 16px;
    border: 1px solid #e9e9e9;
    background-color: #f4f4f4;
}

.company-state-wrapper.caution {
    border: 1px solid #ffe5e3;
    background-color: #FFFFFF;
}

.company-state-wrapper.caution span,
.company-state-wrapper.caution p {
    color: #F40029;
}

.company-state-title-wrapper {
    display: flex;
}

.company-state-title {
    font-weight: 700;
}

.company-state-wrapper.caution > .company-state-title-wrapper > .company-state-title {
    margin-left: 4px;
}

.company-state-caution-img {
    width: 15px;
    height: 15px;
    background-image: url("/static/images/ic-warning-red.svg");
    background-repeat: no-repeat;
}

.company-state-description {
    margin-top: 8px;
}

.base-info-description {
    margin: 28px 0;
    color: #272727;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.base-info-list {
    padding: 28px 20px;
    display: grid;
    grid-template-columns: 50% 50%;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    gap: 9px;
}

.base-info {
    display: flex;
    overflow: hidden;
}

.base-info > span:first-child {
    margin-right: 12px;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.base-info > span:nth-child(2) {
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.base-info > a:nth-child(2) {
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.left-section-title {
    margin-top: 80px;
    padding: 16px 0;
    border-bottom: 1px solid #272727;
    color: #272727;
    font-size: 18px;
    font-weight: 700;
}

.invest-info-list {
    padding: 0 20px;
    border-bottom: 1px solid #e9e9e9;
}

.invest-info {
    display: flex;
}

.invest-info:last-child {
    margin-bottom: 0px;
}

.invest-info:first-child > span:first-child,
.invest-info:first-child > span:last-child {
    padding-top: 20px;
}

.invest-info:last-child > span:first-child,
.invest-info:last-child > span:last-child {
    padding-bottom: 20px;
}

.invest-info > span:first-child {
    border-right: 1px solid #e9e9e9;
    padding-bottom: 12px;
    display: block;
    width: 135px;
    text-align: left;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
}

.invest-info > span:last-child {
    margin-left: 30px;
    font-size: 14px;
}

.invest-company-list {
    flex: 1 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 20px;
    margin-left: 30px;
    box-sizing: border-box;
    font-size: 14px;
}

.no-news-item {
    display: flex;
    width: 710px;
    height: 280px;
    justify-content: center;
    align-items: center;
    color: #d3d3d3;
    font-size: 14px;
    font-weight: 400;
}

.news-item > a {
    padding: 24px 0;
    height: 75px;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    justify-content: space-between;
}

.news-item-title-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-title {
    overflow: hidden;
    color: #272727;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.publish {
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
}

.publis-divider {
    margin: 0 8px;
    color: #d3d3d3;
    font-size: 12px;
    font-weight: 400;
}

.news-thumbnail {
    width: 133px;
    height: 75px;
    background-size: 100%;
}

.more-button {
    margin: 20px auto 0;
    width: 196px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #808080;
    font-size: 13px;
    font-weight: 400;
}

.no-public-notice-item {
    display: flex;
    width: 710px;
    height: 280px;
    justify-content: center;
    align-items: center;
    color: #d3d3d3;
    font-size: 14px;
    font-weight: 400;
}

.public-notice-item > a {
    padding: 24px 0;
    height: 53px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e9e9e9;
    justify-content: space-between;
}

.company-info-list {
    padding: 0 20px;
    border-bottom: 1px solid #e9e9e9;
}

.company-info {
    display: flex;
}

.company-info:last-child {
    margin-bottom: 0;
}

.company-info:first-child > span:first-child,
.company-info:first-child > span:last-child {
    padding-top: 20px;
}

.company-info:last-child > span:first-child,
.company-info:last-child > span:last-child {
    padding-bottom: 20px;
}

.company-info > span:first-child {
    border-right: 1px solid #e9e9e9;
    padding-bottom: 12px;
    display: block;
    width: 136px;
    min-width: 136px;
    text-align: left;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
}

.company-info > span:last-child {
    margin-left: 30px;
    padding-bottom: 12px;
    font-size: 14px;
    word-break: keep-all;
}

.company-info > a:last-child {
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 30px;
    padding-bottom: 12px;
    word-break: keep-all;
    font-size: 14px;
}

.finance-info-section .left-section-title {
    border-bottom: none;
}

.finance-info-title-wrapper {
    position: relative;
}

.finance-info-button-wrapper {
    position: absolute;
    top: 96px;
    right: 0px;
    width: 90px;
    display: flex;
    align-items: center;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
}

.finance-info-button-wrapper.individual-only {
    width: 45px;
}

.finance-info-button-wrapper > button {
    flex: 1 0 0;
    border: none;
    height: 23px;
    color: #a8a8a8;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    background-color: white;
}

.finance-info-button-wrapper > button.selected {
    border-right: 1px solid #e9e9e9;
    background-color: #f2f4f7;
    font-weight: 700;
    color: #272727;
}

.table-title-wrapper {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 16px;
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #272727;
}

.table-title-wrapper:first-child {
    margin-top: 0px;
}

.table-title-wrapper > h3 {
    color: #272727;
    font-size: 16px;
    font-weight: 700;
}

.finance-table {
    width: 100%;
    text-align: center;
}

.finance-table > thead > tr > th,
.finance-table > tbody > tr > td {
    width: 190px;
    border: 1px solid #e9e9e9;
}

.finance-table > thead > tr > th:first-child,
.finance-table > tbody > tr > td:first-child {
    border-left: none;
    width: 138px;
    padding: 20px;
    box-sizing: border-box;
}

.finance-table > thead > tr > th:last-child,
.finance-table > tbody > tr > td:last-child {
    border-right: none;
}

.finance-table > thead {
    background-color: #f2f4f7;
}

.finance-info-source {
    display: block;
    margin: 16px 0 12px;
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
}

.finance-info-source-description {
    color: #a8a8a8;
    word-break: keep-all;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.discussion-wrapper {
    padding: 28px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid var(--color-grayscale-grey-040);
}

.discussion-title-wrapper {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.discussion-title-wrapper > div {
    padding: 3px 5px;
    border-radius: 2px;
    background: #e02b35;
    color: white;
    font-size: 7px;
    line-height: 1;
    margin-right: 8px;
}


.discussion-title-wrapper > span {
    color: #272727;
    font-size: 12px;
    font-weight: 400;
}

.discussion-title-wrapper > span:last-child {
    position: absolute;
    top: 28px;
    right: 0;
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
}

.discussion-content-wrapper {
    display: flex;
    justify-content: space-between;

}

.discussion-title {
    display: block;
    color: #272727;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.discussion-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #808080;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-height: 40px;
}

.uploaded-image {
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 4px;
}

.deleted-normal-article {
    padding: 24px 0px;
    font-size: 14px;
    color: #a8a8a8;
    border-bottom: 1px solid var(--color-grayscale-grey-040);
}

.like-btn-wrapper {
    margin-top: 20px;
    display: flex;
    align-items: center;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}

.like-btn-wrapper img {
    margin-right: 4px;
    line-height: 1.5;
}

.like-btn {
    display: flex;
    align-items: center;
}

.like-btn-img {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-image: url("/static/images/ic_recommend_disabled.svg");
}

.comment-count {
    margin-left: 28px;
    display: flex;
    align-items: center;
}

.comment-count-img {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    background-image: url("/static/images/ic_comment.svg");
}

#loading {
    position: relative;
    padding: 60px 0;
}

.empty-opinion-text {
    display: flex;
    width: 710px;
    height: 280px;
    justify-content: center;
    align-items: center;
    color: #d3d3d3;
    font-size: 14px;
    font-weight: 400;
}

.right-section {
    width: 430px;
}

.right-section-title {
    margin-top: 60px;
    padding: 16px 0;
    color: #272727;
    font-weight: 700;
    border-bottom: 1px solid #272727;
}

.chart-section .right-section-title {
    margin-top: 0px;
}

.chart-title-wrapper {
    position: relative;
}

.chart-title {
    margin: 60px 0 16px;
    color: #272727;
    font-size: 16px;
    font-weight: 700;
}

h2.right-section-title {
    font-size: 18px;
}

h3.right-section-title {
    font-size: 16px;
}

.app-button {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 0px;
    color: #272727;
    font-size: 9px;
    font-weight: 700;
    padding: 0 8px 0 0;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-button > img {
    margin-right: 8px;
}

.chart-view {
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 20px 16px;
    height: 304px;
    box-sizing: border-box;
}

.no-price-history {
    top: 0px;
    left: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d3d3d3;
    background-color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.non-uniformed-stock-chart-text {
    height: 264px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d3d3d3;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.date-button-list {
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
    border-radius: 4px;
    background-color: #f4f4f4;
}

.date-button-list > li {
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
    border-radius: 2px;
    color: #808080;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.date-button-list > li.selected {
    background-color: white;
    color: #272727;
}

.current-selected-tick-info {
    display: flex;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #f4f4f4;
}

.current-selected-tick-info > .bold {
    margin-left: 6px;
    font-weight: bold;
}

#chart-date {
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}

#chart-price {
    color: #272727;
    font-size: 12px;
    font-weight: 700;
}

.order-list {
    height: 440px;
    overflow: auto;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.order-list > li {
    display: flex;
    align-items: center;
    padding: 24px 20px;
    border-bottom: 1px solid #e9e9e9;
}

#middle-divider {
    padding: 0;
    border: none;
}

.order-section .order-list .no-order-item {
    position: absolute;
    border-bottom: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #d3d3d3;
    padding: 0;
    white-space: nowrap;
}

.order-section .order-list .no-order-item > span {
    font-size: 14px;
    color: #d3d3d3;
}

.order-list > li {
    display: flex;
    align-items: center;
}

.order-type-badge {
    margin-right: 32px;
    width: 40px;
    height: 18px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-type-badge.sell {
    background-color: #e3edff;
    color: #2f79fa;
}

.order-type-badge.sell.best {
    background-color: #2f79fa;
    color: white;
}

.order-type-badge.buy {
    color: #fa372a;
    background-color: #ffe7e5;
}

.order-type-badge.buy.best {
    background-color: #fa372a;
    color: white;
}

.order-info {
    display: flex;
    align-items: center;
}

.order-info span.order-price {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    color: #272727;
    font-size: 16px;
    font-weight: 700;
}

.order-info span.order-decline,
.order-info span.order-amount {
    margin-left: 8px;
    display: inline-flex;
    align-items: center;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}

.order-info span.order-price.sell {
    color: #2f79fa;
}


.order-info span.order-price.buy {
    color: #fa372a;
}

.order-info span:nth-child(2) > span {
    margin-left: 8px;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
}

.order-trade-button,
.non-uniformed-stock-trade-button {
    margin-left: auto;
    width: 65px;
    box-sizing: border-box;
    padding: 9px 8px 7px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #272727;
    font-size: 12px;
    font-weight: 700;
    background-color: #f4f4f4;
}

.trade-button-list {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.trade-button-list > button {
    flex: 1 0 0;
    height: 50px;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.trade-button-list > .sell-button {
    background-color: #2F79FA;
}

.trade-button-list > .buy-button {
    background-color: #FA372A;
}

.non-uniformed-stock-order-button {
    margin-top: 12px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    background: #E02B35;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.more-order-item {
    justify-content: center;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
    cursor: pointer;
}

.transaction-history-table-wrapper {
    position: relative;
    min-height: 300px;
    border-bottom: 1px solid #e9e9e9;
}

.more-transaction-history-item {
    justify-content: center;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    text-decoration-line: underline;
    cursor: pointer;
}


.transaction-history-table {
    width: 100%;
    color: #272727;
    font-size: 12px;
    font-weight: 400;
}

.transaction-history-table > thead {
    background-color: #f2f4f7;
}

.transaction-history-table > thead > tr > th,
.transaction-history-table > tbody > tr > td {
    text-align: right;
    padding: 16px;
}

.transaction-history-table > thead > tr > th {
    padding: 16px 13px;
}

.transaction-history-table > thead > tr > th:first-child,
.transaction-history-table > tbody > tr > td:first-child {
    text-align: left;
}

.transaction-history-table > tbody > tr > td.no-history {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #d3d3d3;
    white-space: nowrap;
}

.section-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.animation-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 12px;
    display: flex;
    justify-content: space-between;
}

.animation-wrapper div {
    width: 20%;
    height: 100%;
    background-color: #cacaca;
    animation-name: blink;
    animation-duration: 0.9s;
    animation-direction: alternate-reverse;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.animation-wrapper div:first-child {
    animation-delay: 0.3s;
}

.animation-wrapper div:nth-child(2) {
    animation-delay: 0.6s;
}

.animation-wrapper div:nth-child(3) {
    animation-delay: 0.9s;
}

@keyframes blink {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.none {
    display: none;
}

.visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}