@charset "UTF-8";

/* alpha_report_index_common */

.alpha_report_index_top_img_wrap img,
.section_alpha_report_index_img_wrap img,
.section_alpha_report_index_recs_img_wrap img,
.common_profile_image_wrap img,
.alpha_account_profile_img_wrap img,
.alpha_report_user_match_img_wrap img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.alpha_report_text_mute {
    opacity: 0.8;
    letter-spacing: -0.4px;
}

#section_alpha_report .section_alpha_report_index_post_meta {
    display: flex;
    flex-direction: row;
    align-items: center;
}

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

#section_alpha_report .author { display: flex; }

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

/* alpha_report_index_top */

#alpha_report_index_top .alpha_report_index_top_wrap {
    color: #fff;
    background-color: #0A091B;
    padding: 52px 0;
}

#alpha_report_index_top .alpha_report_index_top_inner {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex: 0 0 0;
    gap: 32px;
    overflow: hidden;
}

#alpha_report_index_top .alpha_report_index_top_img_wrap {
    width: 843px;
    height: 562px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    overflow: hidden;

    img { transition: transform 0.3s ease-in-out; }
}

#alpha_report_index_top .alpha_report_index_top_img_main:hover img { transform: scale(1.1); }
#alpha_report_index_top .alpha_report_index_top_img_main:hover ~ .alpha_report_index_top_text_main .alpha_report_index_top_text_title { opacity: .9; }
#alpha_report_index_top .alpha_report_index_top_text_main:hover .alpha_report_index_top_text_title { opacity: .9; }
#alpha_report_index_top:has(.alpha_report_index_top_text_main:hover) .alpha_report_index_top_img_main img { transform: scale(1.1); }

#alpha_report_index_top .alpha_report_index_top_text_item_article a {
    display: flex;
    flex-direction: column;
    width: 411px;
    font-size: 16px;
    color: #fff;
}

#alpha_report_index_top .alpha_report_index_top_text_title {
    margin: 16px 0 12px 0;
    font-weight: 700;
    letter-spacing: -0.85px;
}

#alpha_report_index_top .alpha_report_text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
}

/* alpha_report_content */

#section_alpha_report.section_alpha_report_index {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

#section_alpha_report .section_alpha_report_wrap {
    width: 843px;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-top: 100px;
}

#section_alpha_report .section_alpha_report_index_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #111; /* @TODO: [PUB] color root 추가하기 (--gray--gray-11) */
    letter-spacing: -0.7px;
}

/* section_alpha_report_index_analysis */

#section_alpha_report .section_alpha_report_index_analysis_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px;
}

#section_alpha_report .section_alpha_report_index_analysis_header a {
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #767676; /* --gray--gray-09 */
}

#section_alpha_report .section_alpha_report_analysis_category_items {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

#section_alpha_report .section_alpha_report_analysis_category_item {
    width: 189px;
    height: 154px;
    background-color: #F7F7FA; /* --blue-gray-blue-gray-02 */
    border: 1px solid #EBEBF0; /* --blue-gray-blue-gray-04 */
    /*padding: 16px 20px;*/
    border-radius: 15px;
}

#section_alpha_report .section_alpha_report_analysis_category_item:hover { background: #EBEBF0; }

#section_alpha_report .section_alpha_report_analysis_category_item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 0;
    font-size: 20px;
    font-weight: 500;
    color: #111; /* --gray--gray-11 */
    padding: 16px 20px;
}

#section_alpha_report .section_alpha_report_analysis_category_item img {
    width: 120px;
}

/* section_alpha_report_index_new */

#section_alpha_report .section_alpha_report_index_new_items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 24px 32px;
}

#section_alpha_report .section_alpha_report_index_new_item {
    width: 405px;
}

#section_alpha_report .section_alpha_report_index_img_wrap {
    width: 100%;
    height: 270px;
    border-radius: 8px;
    overflow: hidden;

    img { transition: transform 0.3s ease-in-out; }
}

#section_alpha_report .section_alpha_report_index_recs_item:hover img {
    transition: transform 0.3s ease-in-out;
}

#section_alpha_report .section_alpha_report_index_new_item:hover img,
#section_alpha_report .section_alpha_report_index_recs_item:hover img { transform: scale(1.1); }

#section_alpha_report .section_alpha_report_index_new_item:hover .section_alpha_report_index_text a,
#section_alpha_report .section_alpha_report_index_recs_item:hover .section_alpha_report_index_text a { color: #767676; }

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

/* section_alpha_report_index_recs */

#section_alpha_report .section_alpha_report_index_recs_item {
    display: flex;
    flex-direction: row;
    gap: 32px;
    margin-bottom: 32px;
}

#section_alpha_report .section_alpha_report_index_recs_text {
    width: 515px;
}

#section_alpha_report .section_alpha_report_index_recs_text > :not(a) {
    color: #999; /* --gray-gray-08 */
    letter-spacing: -0.35px;
}

#section_alpha_report .section_alpha_report_index_recs_text a {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 8px;
}

#section_alpha_report .section_alpha_report_index_recs_img_wrap {
    width: 297px;
    height: 197px;
    border-radius: 6px;
    overflow: hidden;
}

/* section_alpha_report_right_wrap */

#section_alpha_report .section_alpha_report_right {
    border-left: 1px solid #DBDBDB; /* --gray-gray-05 */
    align-self: stretch;
}

#section_alpha_report .section_alpha_report_right_wrap {
    padding: 118px 0 0 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;

    position: sticky;
    top: 0;
}

#section_alpha_report .section_alpha_report_right_border_box {
    width: 373px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #DBDBDB; /* --gray-gray-05 */
}

/* account overview - 이용권 관리 */

#section_alpha_report .alpha_account_overview {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #111; /* --gray-gray-11 */
}

#section_alpha_report .alpha_account_profile_img_wrap {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 50%;
}

#section_alpha_report .alpha_account_info img {
    display: block;
    margin-top: 6px;
}

#section_alpha_report .btn_subscription {
    width: 100%;
}

#section_alpha_report .btn_subscription a {
    display: block;
    width: 100%;
    margin: 6px 0;
    color: #767676; /* --gray-gray-09 */
    font-weight: 500;
    letter-spacing: -0.35px;
}

#section_alpha_report .section_alpha_guest {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
}

#section_alpha_report .section_alpha_guest span a { color: #fff; }

/* 유저 추천 리포트 */

#section_alpha_report .section_alpha_report_user_match_wrap {
    color: #111; /* --gray-gray-11 */
}

#section_alpha_report .alpha_report_user_match_head {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
}

#section_alpha_report .alpha_report_user_match_head span {
    color: #4294FF; /* --blue-blue-08 */
}

#section_alpha_report .alpha_report_user_match_items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#section_alpha_report .alpha_report_user_match_item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
}

#section_alpha_report .alpha_report_user_match_item a:first-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.6;
    flex: 1 0 0;
}

#section_alpha_report .alpha_report_user_match_img_wrap {
    width: 82px;
    height: 55px;
    border-radius: 6px;
    overflow: hidden;
}

/* @TODO: [PUB] 온체인 지표 → 변경 예정 */
#section_alpha_report .section_alpha_report_right_onChain_wrap {
    border: 1px solid #1E293B;
    background: #0A091B;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.4px;
}

#section_alpha_report .btn_expert_analysis {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    border: 1px solid rgba(51, 65, 85, 0.50);
    background: rgba(30, 41, 59, 0.50);
}

#section_alpha_report .btn_expert_analysis a {
    display: block;
    width: 100%;
    margin: 8px 0;
    color: #D4DAFF;
}

/* swiper override */
.alpha_report_index_top_img_main.swiper-container {
    width: 843px;
    min-width: 843px !important;
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    width: max-content;
}

.nav_group {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 100%;
    padding: 20px;
}

.nav_alpha_report_swiper.swiper-navigation-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
}

.nav_alpha_report_swiper.swiper-navigation-wrap > .btn_alpha_report_prev.swiper-button-prev,
.btn_alpha_report_next.swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.40);
    cursor: pointer;
}

.alpha_report_index_top_text_main.swiper-container {
    height: 100%;
}


@media (max-width:1399px) {

    /* alpha_report_index_top */
    #alpha_report_index_top .alpha_report_index_top_inner {
        max-width: 970px;
    }

    #alpha_report_index_top .alpha_report_index_top_img_wrap {
        width: 636px;
        height: 424px;
    }

    #alpha_report_index_top .alpha_report_index_top_text_item_article a {
        width: 302px;
        font-size: 14px;
    }

    /* alpha_report_content */
    #section_alpha_report .section_alpha_report_wrap {
        width: 636px;
    }

    /* section_alpha_report_index_analysis */
    #section_alpha_report .section_alpha_report_analysis_category_item {
        width: 135px;
        height: 135px;
    }

    #section_alpha_report .section_alpha_report_analysis_category_item img {
        width: 99px;
    }

    /* section_alpha_report_index_new */
    #section_alpha_report .section_alpha_report_index_new_items {
        padding-top: 16px;
    }

    #section_alpha_report .section_alpha_report_index_new_item {
        width: 302px;
    }

    #section_alpha_report .section_alpha_report_index_img_wrap {
        height: 201px;
    }

    /* section_alpha_report_index_recs */
    #section_alpha_report .section_alpha_report_index_recs_items {
        padding-top: 16px;
    }

    #section_alpha_report .section_alpha_report_index_recs_text {
        width: 386px;
    }

    #section_alpha_report .section_alpha_report_index_recs_img_wrap {
        width: 219px;
        height: 146px;
    }

    /* alpha_report_right */
    #section_alpha_report .section_alpha_report_right_wrap {
        padding: 166px 0 0 24px;
        gap: 32px;
    }

    #section_alpha_report .section_alpha_report_right_border_box { width: 278px; }

    .section_alpha_guest_banner img { width: 278px; }

    /* swiper override */
    .alpha_report_index_top_img_main.swiper-container {
        width: 636px;
        min-width: 636px !important;
    }
}