@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap";

@font-face {
    font-family: Gilroy;
    src: url(/fonts/gilroy-extrabold.woff2) format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    font-family: -apple-system,system-ui,Helvetica,Apple SD Gothic Neo,Arial,Malgun Gothic,\b9d1\c740  \ace0\b515,sans-serif;
    letter-spacing: -.05em;
    font-weight: 500;
}

p {
    margin: 0;
    padding: 0;
}

.max-w-screen-lg {
    max-width: 992px !important;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    height: 56px;
    font-size: 14px;
    background: none;
    border-bottom: 0;
}

.navbar-brand {
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #0c66e4;
    height: 56px;
    line-height: 56px;
}

.theme-button-dark {
    display: none;
}

.theme-button-light {
    display: block;
}

.dark-mode .theme-button-dark {
    display: block;
}

.dark-mode .theme-button-light {
    display: none;
}


/* ticker-bar */

.ticker-bar-bg {
    background-color: #fff;
    font-size: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #e4e4e7;
    z-index: 11;
    position: relative;
}

.custom-article {
    padding: 20px;
    font-size: 13px;
    line-height: 2;
    border-radius: 10px;
}

.custom-article p {
    margin-bottom: 20px;
}

.custom-article h1,
.custom-article h2,
.custom-article h3,
.custom-article h4,
.custom-article h5,
.custom-article h6 {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e7;
    margin-top: 40px;
}


/*navbar*/

.navbar-bg {
    background-color: #ffffff;
    border-bottom: none;
    box-shadow: 0 1px 4px rgb(203 203 203);
    z-index: 10;
    position: relative;
}

.dark-mode .nav-link {
    color: rgb(228, 228, 231);
}

.dark-mode .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(251, 191, 36);
    /*underline*/
}


/*footer*/

.bottom-logo {
    color: rgb(82, 82, 91);
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    font-family: gilroy, sans-serif;
}

.bottom-desc p {
    font-size: 14px;
    color: rgb(113, 113, 122);
}

.bottom-links {
    margin-top: 16px;
    margin-bottom: 8px;
}

.bottom-links,
.bottom-links a {
    text-decoration: none;
}

.bottom-feedback {
    color: rgb(161, 161, 170);
    text-decoration: none;
}

.bottom-feedback a {
}

.footer-bg {
    background: rgb(214 214 214);
}


/*ad-home*/

.ad-home-bg {
    background: #ffffff;
    padding-top: 16px;
}

.tvticker-bg {
    background: #fff;
    padding-top: 10px;
}


/*main-trading-view*/

.main-trading-view-wrapper {
    background: #18181b;
    min-height: 300px !important;
}

.chart-area {
    width: 100%;
    position: relative;
}

.black-p10-bg {
    background: #fff;
    padding: 10px 0;
}


/* 트레이딩 뷰 차트가 부모 요소를 꽉 채우도록 설정 */

.main-trading-view {
    width: 100%;
    height: 100%;
}


/* 크기 조절 핸들 스타일 설정 */

.resize-handle {
    width: 100%;
    height: 0px;
    background: #ccc;
    cursor: ns-resize;
    position: absolute;
    bottom: 0;
}


/*tvticker*/

.tvticker {
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    background: transparent !important;
    font-size: 12px !important;
    border-bottom: 1px solid #e4e4e7;
}

tbody:hover,
td:hover,
tfoot:hover,
th:hover,
thead:hover,
tr:hover {
    background: transparent !important;
}

.td-left {
    text-align: left !important;
}

.table-td-top {
    text-align: right;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #000;
}

.table-td-bottom {
    text-align: right;
    color: #9d9d9d;
    font-size: 14px;
}

.full-td {
    width: 100%;
}

.table-td-top img {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}

.text-down {
    color: rgb(239, 83, 80);
}

.text-up {
    color: rgb(38, 166, 154);
}

.absolute-box {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    /* width: 140px; */
    flex-direction: row;
    height: 56px;
}

.navbar-nav {
    height: 56px;
}

.dt-search label {
    font-size: 13px;
}

.dt-search input {
    border-radius: 25px;
    padding: 0 20px;
    background: #fff;
    color: #000;
    border: 1px solid #e4e4e7;
}

.custom-btn {
    background-color: #27272a;
}


/*status-bar*/

.status-bar {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
}

.status-group {
    display: flex;
    gap: 15px;
}

.status-group span {
    margin-right: 2px;
}

.neutral {
    color: #333;
}

.social-links-box {
    background-color: #ffffff;
    border-radius: 6px;
    padding: 13px;
    z-index: 1;
    font-size: 14px;
    position: absolute;
    top: 536px;
    width: 300px;
    display: block;
    transition: all 0.3s;
    left: -312px;
    border: 1px solid #e4e4e7;
}

.social-links-box .close-button {
    position: absolute;
    display: none;
    right: 16px;
    top: 8px;
    font-size: 20px;
    cursor: pointer;
}

.social-links-box.active {
    position: fixed !important;
    right: 0 !important;
    display: block !important;
    width: 100% !important;
    left: 0 !important;
    border-radius: 0 !important;
    bottom: 0 !important;
    z-index: 2 !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    top: auto !important;
}

.social-links-box h3 {
    margin-bottom: 15px;
    font-size: 14px;
    color: gray;
    border-bottom: 1px solid #e4e4e7;
    padding-bottom: 10px;
}

.social-links-box ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.social-links-box li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.social-links-box li img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50%;
}

.social-links-box li a {
    text-decoration: none;
}

.social-links-box li .new {
    margin-left: auto;
    background-color: #00e676;
    color: #000000;
    border-radius: 4px;
    padding: 0px 5px;
    font-size: 11px;
}

.social-links-box li:last-child {
    margin-bottom: 0;
}

.datatable-title-box {
    padding: 10px;
    font-size: 12px;
    background: #fff;
    margin-top: 10px;
    border: 1px solid #e4e4e7;
    border-radius: 4px;
}

.datatable-title-box .custom-btn {
    font-size: 13px;
}

.datatable-title-box .custom-btn img {
    vertical-align: bottom
}

.x1616 {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.custom-news {
    padding: 20px 0px;
    font-size: 14px;
    position: relative;
}

.custom-news a {
    text-decoration: none;
    color: inherit;
    position: relative;
    border-top: 1px solid #e4e4e7;
    padding-top: 20px;
    padding-bottom: 10px;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-news .whale-card {
    text-decoration: none;
    color: inherit;
    position: relative;
    border: 1px solid #e4e4e7;
    padding: 16px;
    padding-bottom: 26px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.custom-news .whale-card .news-time {
    right: 16px;
    top: auto;
    bottom: 10px;
}

.custom-news a:hover {
}

.custom-news h2 {
    font-size: 20px;
    font-weight: 700;
}

.custom-news h5 {
    font-size: 16px;
    font-weight: 500;
}

.custom-news .list-group {
    border: none;
    border-bottom: 1px solid #e4e4e7;
}

.custom-news .news-time {
    position: absolute;
    right: 15px;
    top: 18px;
}

.custom-news .news-p {
    line-height: 2;
}

.custom-news .more-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #3a3a3a;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 20px auto;
    width: fit-content;
}

.custom-news .more-button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #5b5b5b;
    border-radius: 50%;
    margin-right: 8px;
}

.custom-news .news-title {
    max-width: 80%;
    margin-bottom: 16px !important;
    font-weight: 700;
}

.custom-news .highlight {
    color: #0c66e4;
}

.custom-news-right-top {
    position: absolute;
    right: 0;
    top: 30px;
    padding: 0;
    display: block;
}

.custom-news-right-top a,
.custom-news-right-top a:hover,
.custom-news-right-top a:visited,
.custom-news-right-top a:active {
    border: none;
    padding: 10px 20px;
    background-color: #0055cc;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
}

.btn-primary {
    background-color: #0c66e4 !important;
    border-color: #0c66e4 !important;
}

.post-card {
    padding: 8px 8px 8px 4px;
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
    justify-content: space-between;
    width: 100%;
}

.post-card:hover {
}

.post-card-wrapper {
    padding: 0 !important;
}

.post-like-count {
    font-size: 14px;
    padding: 0px 7px;
}

.post-cate {
    margin-right: 10px;
    font-weight: bold;
    color: #007bff;
    font-size: 11px;
    border: 1px solid;
    border-radius: 4px;
    padding: 1px 4px;
    min-width: 40px;
    text-align: center;
}

.post-cate-name-notice {
    color: #fbbf24;
}

.post-cate-name-normal {
    color: #007bff;
}

.post-cate-name-notice {
    background: #fbbf24;
    color: #333;
    border: 1px solid #fbbf24;
}

.post-cate-name-free {
    color: #fbbf24;
}

.post-cate-name-question {
    color: #fbbf24;
}

.post-cate-name-info {
    color: #fbbf24;
}

.post-cate-name-investment {
    color: #fbbf24;
}

.post-cate-name-premium {
    color: #fbbf24;
}

.post-cate-name-popular {
    color: #fbbf24;
}

.post-cate-name-recommend {
    color: #fbbf24;
}

.post-title {
    flex-grow: 1;
    margin: 0;
    font-size: 14px;
}

.post-body {
    display: flex;
    align-items: center;
    gap: 0px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #6c757d;
}

.post-card-group {
    display: flex;
    flex-direction: column;
}

.post-reply-count {
    font-size: 12px;
    font-weight: normal;
    color: #fbbf24;
}

.post-writer {
    padding-right: 40px;
}

.post-read-count {
    width: 80px;
    text-align: center;
}

.post-update-time {
}

.mobile-show {
    display: none;
}

.telegram-toggle {
    width: 56px;
    height: 56px;
    position: fixed;
    right: 16px;
    bottom: 16px;
    background: url("/coin-info_net/img/telegram.png") no-repeat;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 1;
    background-size: 100%;
    cursor: pointer;
}

.ad-home-right-top {
    position: absolute;
    right: -312px;
    top: 16px;
    width: 300px;
    height: 600px;
    display: block;
    transition: all 0.3s;
}

.ad-home-left-top {
    position: absolute;
    left: -312px;
    top: 16px;
    width: 300px;
    height: 600px;
    display: block;
    transition: all 0.3s;
}

.flex-image {
    width: 100%;
    height: auto;
}

.ad-holder {
    padding: 0;
}

.card-footer,
.card-header {
    padding: 16px;
}

.btn-primary {
    padding: 10px 10px;
    border-radius: 30px;
}
.btn-secondary {
    padding: 10px 10px;
    background-color: #fff;
    color: #333;
    border-radius: 30px;
    border: 1px solid #e4e4e7;
}

/*st*/

.st-tab .nav-tabs {
    border-bottom: none;
    padding: 16px 0px;
}

.st-tab .nav-tabs .nav-link {
    border: none;
    color: #888;
    border-radius: 20px;
    padding: 10px 12px;
    margin: 0 2px;
}

.st-tab .nav-tabs .nav-link.active,
.st-tab .nav-tabs .nav-link:hover {
    background-color: #0c66e4;
    color: #fff;
}

.st-tab .tab-content {
    padding: 16px 4px;
    margin-top: 10px;
}

.st-tab .nav-link::after,
.st-tab .nav-link.active::after {
    background: none;
    border: none;
    height: 0;
}

.st-tab .nav-tabs:before {
    height: 1px;
}

.st-tab h2 {
    font-size: 20px;
    font-weight: 700;
}

.st-tab h5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.table-light th {
}

.pace-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 반투명한 검정색 배경 */
    z-index: 2000;
    /* pace의 기본 z-index가 2000 이상 */
    display: none;
    /* 기본적으로 숨김 */
}

.pace.pace-active .pace-overlay {
    display: block;
    /* Pace.js가 활성화되면 마스크를 표시 */
}


/*mobile responsive, media query*/

@media (max-width: 992px) {
    .mobile-show {
        display: block !important;
    }

    .navbar {
        height: auto;
    }

    .mobile-hide {
        display: none;
    }

    .navbar-brand {
        font-size: 24px;
        margin-right: auto;
    }

    .navbar-nav.me-auto {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 1rem;
    }

    .navbar-nav:last-child {
        margin-top: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .navbar-nav:last-child .nav-item {
        margin-right: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-nav:last-child .nav-item .nav-link {
        font-size: 14px;
    }

    .absolute-box .nav-link {
        font-size: 12px;
    }

    .absolute-box .nav-item {
        margin-left: 12px !important;
        margin-right: 0 !important;
    }

    .table-td-top,
    .table-td-bottom {
        font-size: 12px;
    }

    .custom-nav-wrapper {
        flex-direction: column;
    }

    .custom-nav-bottom {
        height: 40px;
    }

    .custom-nav-bottom .navbar-nav {
        height: 40px !important;
    }

    .post-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .post-meta {
        margin-top: 4px;
        justify-content: flex-start;
        width: 100%;
    }

    .post-read-count,
    .post-writer {
        width: auto;
        padding-right: 10px;
        display: flex;
        align-items: center;
    }

    .col-auto {
        padding: 5px;
    }
}