
.alpha_view_text_mute01 {
    color: #DBDBDB; /* --gray-gray-05 */
}

/* top */

#alpha_view_top.alpha_view_top {
    position: relative;
    width: 100%;
    height: 530px;
}

#alpha_view_top .alpha_view_banner_top {
    width: 100%; height: 100%;
}

#alpha_view_top .alpha_view_banner_top_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 50%);
    backdrop-filter: blur(5px);
    z-index: 99;
}

#alpha_view_top .alpha_view_banner_img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /*변수 처리*/
    background: url('https://img.hankyung.com/photo/202603/32074a2a-6348-4046-aaf2-79cad6b772e3.webp') center;
}

#alpha_view_top .alpha_view_title {
    position: absolute;
    width: 630px;
    top:0; bottom: 40px; left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    color: #fff;
    z-index: 99;
}

#alpha_view_top .category_alpha {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.4px;
}

#alpha_view_top .alpha_view_headline {
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.8px;
}

#alpha_view_top .alpha_view_meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    letter-spacing: -0.35px;
}

#alpha_view_top .alpha_social_bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;

    > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }
}

/* content */

#view.alpha_content_view {
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 40px 0 52px 0;
}

#view.alpha_content_view .remote_wrap {
    position: sticky;
    top: 100px;
    z-index: 95;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#remoteControl {
    margin-top: 0;
}

#alpha_view_contents_area {
    width: 952px;
}

#section_alpha_view .alpha_content {
    width: 630px;
}

#section_alpha_view .alpha_content_author {
    display: flex;
    align-items: center;
    gap: 8px;
}

#section_alpha_view .common_alpha_img_wrapper.alpha_view {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

#section_alpha_view .author.alpha_view {
    color: #767676;
}

#section_alpha_view .view_content_item {
    min-height: 100px;
    margin: 0 auto;
}

#section_alpha_view .alpha_view_text {
    min-height: 100px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
}

#section_alpha_view .alpha_view_text .img_area2 {
    position: relative;
    text-align: center;
}

#section_alpha_view .alpha_view_text .img_area2 .imgBox {
    display: inline-block;
    text-align: left;
    line-height: 100%;
}

#section_alpha_view .alpha_view_text img { cursor: pointer; }

#section_alpha_view .alpha_view_text img,
#section_alpha_view .alpha_view_text iframe {
    max-width: 100%;
    height: auto;
}

#section_alpha_view .alpha_view_text table {
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
}

#section_alpha_view .alpha_view_text pre {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
}

#section_alpha_view .alpha_view_text p:not(.captionWrapText) {
    margin: 24px 0;
}

#section_alpha_view .alpha_view_blue_line_text {
    color: #111;
    font-size: 18px;
    line-height: 1.7;
    border-left: 3px solid #4294FF; /* --blue-blue-08 */
    letter-spacing: -0.45px;
    padding-left: 8px;
}

#section_alpha_view .alpha_content_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

#section_alpha_view .article_main_image_wrap {
    position: relative;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;

    img {
        max-width: 100%;
        cursor: pointer;
    }
}

#section_alpha_view .alpha_view_text {
    position: relative;
    /* 블라인드 되는 기준..? */
    min-height: 250px;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: -0.45px;

    .article_article_content p {
        display: block;
        margin: 24px 0;
        color: #111;
        line-height: 170%;
        font-weight: 400;
        letter-spacing: -0.45px;
    }
}

#section_alpha_view .alpha_signup_native_banner_wrap {
    position: relative;
    bottom: 0px; left: 0;
    width: 100%;
    z-index: 99;
    margin-bottom: 21px;
}

#section_alpha_view .block_gradient {
    width: 100%;
    height: 160px;
    align-self: stretch;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    position: absolute;
    bottom:280px;
}

#section_alpha_view .banner_alpha_signup_wrapper {
    padding: 28px;
    border-radius: 10px;
    background: #070928;
    position: relative;
    z-index: 2;
}

#section_alpha_view .banner_alpha_signup_header {
    color: #fff;
    text-align: center;

    .alpha_lock {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: -0.35px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.10);
        padding: 4px 12px;
    }

    h3 { font-weight: 800; line-height: 1.4;
        span {
            background: linear-gradient(119deg, #7C50FF 0%, #5D95FB 41.37%, #69B1FF 63.85%, #0D47DA 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }

    p {
        color: rgba(255, 255, 255, 0.80);
    }
}

.btn_alpha_subscription {
    width: 292px;
    height: 48px;
    margin: 0 auto;
    background: url('../../../images/tokenpost_new/alpha/btn_subscription.svg') center no-repeat;
    background-size: cover;

    a {
        display: block;
        width: 100%;
        height: 100%;
    }
}

/* bottom wrap */

#section_alpha_view .alpha_view_bottom_wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#section_alpha_view .alpha_copyright_wrap .alpha_author {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #767676; /* --gray-gray-09 */
}

#section_alpha_view .alpha_view_contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#section_alpha_view .link_telegram {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 17px;
    letter-spacing: -0.45px;
    font-weight: 500;
}

#section_alpha_view .btn_subscription_bottom {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1); /* 부드러운 가속도 */
    z-index: 100;

    min-width: 630px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: #6233EA;
    border-radius: 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
    padding: 12px 20px;

    a { display: block; cursor: pointer;  color: #fff; }

    img { filter: invert(1); cursor: pointer; }
}

#section_alpha_view .btn_subscription_bottom.is_visible {
    bottom: 20px;
    opacity: 1;
}

#section_alpha_view .recommendation_stats_wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 52px 0 40px 0;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #EDEDED;
}

#section_alpha_view .recommendation_stats_header {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;

    h3 {
        color: #111;
        font-weight: 700;
    }

    p {
        margin: 0;
        color: #767676;
    }
}

#section_alpha_view .recommendation_stats_graph {

    .recommendation_factor {
        display: flex;
        text-align: center;
        margin-top: 8px;
        color: #767676;
        font-weight: 500;

        li { width: 25%; }
        li.active { color: #4294FF; }
    }
}

#section_alpha_view .graph_box {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #DBDBDB; /* --gray-gray-05 */
    height: 100px;
}

#section_alpha_view .graph_item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100px;
}

#section_alpha_view .gauge_bar {
    width: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #EBEBF0;
    border-radius: 2px 2px 0 0;
}

#section_alpha_view .gage_fill {
    width: 100%;
    border-radius: 2px 2px 0 0;
    background: linear-gradient(180deg, #4294FF 0%, #AACFFF 100%);
}

#section_alpha_view .reason_picker_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px 12px;
    border-radius: 10px;
    background: #F7F7FA; /* --blue-gray-blue-gray-02 */
    text-align: center;

    h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .reasons_box {
        width: 464px;
        display: flex;
        gap: 8px;

        li {
            width: calc(25% - 8px);
            background: #fff;
            padding: 6px 0;
            line-height: 28px;
        }
    }

    button {
        width: 464px; height: 40px;
    }

    .reason_pick_comp {
        color: #767676;
        font-weight: 600;
        font-size: 16px;
    }
}

#section_alpha_view .graph_box.comp {
    height: auto;

    .graph_item {
        height: auto;
        gap: 8px;

        .tooltip {
            position: relative;
            padding: 3px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 500;
            color: #4294FF; /* --blue-blue-08 */
            background: #CCE2FF; /* --blue-blue-04 */
        }

        .tooltip::after {
            content: "";
            position: absolute;
            top: 100%; left: 50%;
            transform: translateX(-50%);
            border-width: 5px;
            border-style: solid;
            border-color: #CCE2FF transparent transparent transparent;
        }
    }

    .graph_stat.active span { margin-top: 4px; color: #4294FF; }

    .graph_stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #767676;
        font-weight: 600;
    }

    .gauge_bar { height: 100px; }
}

/* bottom contents */

#section_alpha_view .alpha_view_bottom {
    padding: 52px 0 100px 0;
    border-top: 1px solid #EDEDED; /* --gray-gray-04 */

    h3 {
        color: #000;
        font-weight: 700;
        letter-spacing: -0.7px;
    }
}

#section_alpha_view .section_today_recs_reports {
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

#section_alpha_view .section_today_recs_item {
    width: 405px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#section_alpha_view .section_today_recs_img_wrap {
    width: 405px;
    height: 270px;
    border-radius: 8px;
}

#section_alpha_view .section_today_recs_text a span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600;
    color: #111; /* --gray--gray-11 */
    height: 3em;
}

#section_alpha_view .section_today_recs_bottom_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #767676; /* --gray-gray-09 */
    margin-top: 12px;
}

#section_alpha_view .section_alpha_view_recs_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#section_alpha_view .common_profile_image_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#section_alpha_view .author { display: flex; }

#section_alpha_view .section_alpha_view_recs_meta .author::after {
    content: '';
    display: block;
    margin: 0 8px;
    height: 12px;
    width: 1px;
    background-color:#DBDBDB; /* --gray-gray-05; */
    align-self: center;
}


.btn_go_to_all {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

/* toast popup */

#toast_alpha_view {
    position: fixed;
    bottom:0; left:0; right: 0;
    height:207px;
    background: linear-gradient(to top, rgba(0,0,0,0.3), rgba(0,0,0,0));
    z-index: 111;

    /* animation */
    transform: translateY(100%);
    transition: transform .3s ease-out;
}

#toast_alpha_view.on {
    transform: translateY(0);
}

#toast_alpha_view .toast_alpha_view_wrap {
    width: 630px;
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #4294ff;
    margin: 40px auto;
}

#toast_alpha_view .toast_headline {
    width: 362px;

    span {
        color: #767676;
        font-weight: 600;
    }

    h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: -0.45px;
        margin-top: 8px;
    }
}

#toast_alpha_view .alpha_view_toast_btn_wrap {
    display: flex;
    align-items: center;
    gap: 8px;

    span {
        position: relative;
        display: block;
        width: 100px;
        height: 40px;
        line-height: 38px;
        overflow: hidden;
    }

    span::after {
        content: '';
        position: absolute;
        top:0; left: 0;
        width: 0%;
        height: 100%;
        background: #4294ff;
        transition: width 10s linear;
        z-index: -1;
    }

    span.read_now.loading::after {
        width: 100%;
    }
}

@media (max-width:1399px) {
    #section_alpha_view article {
        display: flex;
        justify-content: flex-end;
    }

    #section_alpha_view .section_today_recs_reports {
        max-width: 970px;
    }
}