/* ---- font face ---- */
@font-face {
    font-family: 'GmarketSans';
    src: url('../../../font/Gmarket/GmarketSansTTFLight.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GmarketSans';
    src: url('../../../font/Gmarket/GmarketSansTTFBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* ---- font face ---- */

#service_landing .btn_scroll_to_cta { cursor: pointer; }

/* ----- alpha report landing ----- */
/* alpha report landing page*/
.common_alpha_landing_wrapper {
    display: flex;
    justify-content: center;
    padding: 120px 0;
    margin: 0 auto;
}

/* alpha report landing page - hero*/
#service_landing .service_alpha_landing_wrapper {
    background: #0A0A0C;
}

#service_landing .section_alpha_landing_hero_wrap {
    width: 100%;
    height: fit-content;
    background: url('../../../images/tokenpost_new/service/hero_bg_alpha_1x.jpg') no-repeat center / cover;
    padding: 80px;

}
#service_landing .section_alpha_landing_hero_wrapper {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

#service_landing .landing_alpha_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#service_landing .alpha_title_wrap { text-align: center; }
#service_landing .alpha_title { font-size: 80px; font-weight: 900; }
#service_landing .alpha_title span { line-height: 1.3; }
#service_landing .alpha_title span.membership_text { font-weight: 900; }
#service_landing .alpha_title span:not(.membership_text),
#service_landing .alpha_title_wrap p { color: #fff; }
#service_landing .alpha_title_wrap p { font-weight: 500; }

/* alpha report landing page - heading */
#service_landing .section_alpha_landing_heading_wrap {
    width: 100%;
    height: fit-content;

    background: url('../../../images/tokenpost_new/service/heading_alpha_bg_gradient.svg') no-repeat center / cover, #124cdc;
}

#service_landing .section_alpha_landing_heading_wrapper {
    align-items: flex-start;
    gap: 35px;
}

#service_landing .heading_left {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#service_landing .heading_title span {
    font-size: 40px;
    line-height: 1.5;
    font-weight: 800;
}

#service_landing .heading_title span:not(.red_txt),
#service_landing .heading_left p { color: #fff; }
#service_landing .heading_left p { font-weight: 600;}

#service_landing .heading_right {
    width: 526px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    color: #fff;
}

#service_landing .heading_card {
    width: 438px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.30);
}

#service_landing .heading_card:nth-child(even) { align-self: flex-end; }

#service_landing .heading_card p {
    font-size: 16.8px;
    line-height: 1.5;
    letter-spacing: -0.42px;
    font-style: normal;
}

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

#service_landing .heading_card_header span { font-size: 25.6px; }

/* alpha report landing page - feature01 */
#service_landing .section_alpha_landing_feature01_wrapper {
    width: fit-content;
    flex-direction: column;
}

#service_landing .feature_title {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 60px;
}

#service_landing .feature_title span:not(.blue_txt) { color: #fff; }

#service_landing .feature01_wrapper {
    display: flex;
    gap: 32px;
}

#service_landing .border_box {
    border-radius: 6px;
    background-size: 100% 100%;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

#service_landing .feature01_item_header {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
}

#service_landing .feature01_item_box {
    display: flex;
    flex-direction: column;
    gap: 44px;
    border-radius: 10px;
    padding: 40px 32px 32px 32px;
}

#service_landing .feature01_box_header {
    font-size: 30px;
    color: rgba(255,255,255 ,.8);
}

#service_landing .feature01_item_box ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#service_landing .feature01_item_box ul li {
    display: flex;
    align-items: center;
    gap: 8px;
}

#service_landing .feature01_inner { width: 404px; }
#service_landing .foundation, #service_landing .upgrade { width: 100%; }

#service_landing .foundation_border {
    background:
            linear-gradient(to bottom, #0d1016,#181a21) padding-box,
            linear-gradient(135deg,
            rgba(255, 255, 255, 0.5) 0%,   /* 반사광 */
            rgba(255, 255, 255, 0.1) 30%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0.05) 90%,
            rgba(255, 255, 255, 0.3) 100%) border-box no-repeat;

    border: 1px solid transparent;
}

#service_landing .foundation_header { color: #F3F8FF; }
#service_landing .foundation_box { color: rgba(255,255,255 ,.6); }
#service_landing .feature01_box_header { font-size: 30px; }
#service_landing .feature01_box_header:not(.membership_text) { color: rgba(255,255,255 ,.8); }
#service_landing .foundation_box_top p, .upgrade_box_top p { font-weight: 500; margin-top: 12px; }

#service_landing .upgrade_border {
    background:
            radial-gradient(#0d1835,#13123b) padding-box,
            linear-gradient(92deg, #7C50FF 0.57%, #5D95FB 40.02%, #69B1FF 63.19%, #0D47DA 98.42%) border-box no-repeat;

    border: 2px solid transparent;
}

#service_landing .upgrade_box_header_wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

#service_landing .upgrade_header {
    border-radius: 6px;
    color: #020B20;
    background: linear-gradient(92deg, #7C50FF 0.57%, #5D95FB 40.02%, #69B1FF 63.19%, #0D47DA 98.42%);
}

#service_landing .upgrade_box { color: #fff; }

/* alpha report landing page - feature02 */
#service_landing .section_alpha_landing_feature02_wrap { background: #124BDA;}

#service_landing .section_alpha_landing_feature02_wrapper {
    width: fit-content;
    flex-direction: column;
}

#service_landing .section_alpha_landing_feature02_wrapper .feature_title {
    color: #fff;
    margin-bottom: 12px;
}

#service_landing .section_alpha_landing_feature02_wrap .sub_txt {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: rgba(255,255,255,.8);
}

#service_landing .section_alpha_landing_feature02_inner {
    margin-top: 60px;
}

.section_alpha_landing_feature02_inner .alpha_cate {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.section_alpha_landing_feature02_inner .alpha_cate li {
    width: 120px;
    padding: 8px 0;
    border-radius: 6px;
    font-size: 20px;
    text-align: center;
    color: rgba(255,255,255,.7);
    background: rgba(0, 0, 0, 0.30);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.20);
    cursor: pointer;
}

.section_alpha_landing_feature02_inner .alpha_cate li.current {
    color: #124BDA;
    font-weight: 700;
    background: #fff;
}

.section_alpha_landing_feature02_inner .alpha_cate_descriptions {
    color: #fff;
    padding: 40px;
    border-radius: 10px;
    background: rgba(0,0,0,.5);
    width: 842px;
}

.section_alpha_landing_feature02_inner .alpha_cate_description {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s ease;
}

.section_alpha_landing_feature02_inner .alpha_cate_description.current {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    opacity: 1;
    transform: translateY(0);
}

.alpha_cate_description img { filter: drop-shadow(16px 16px 20px rgba(0, 0, 0, 0.3)); }
.alpha_cate_description img:not([alt="alpha_category_asset3"]) { margin-right: -40px; }

.alpha_cate_description .description span {
    display: block;
    font-size: 32px;
}

/* alpha report landing page - feature03 */
#service_landing .section_alpha_landing_feature03_wrap { background: #051438; }

#service_landing .section_alpha_landing_feature03_wrapper {
    flex-direction: column;
    width: fit-content;
    text-align: center;
}

#service_landing .section_alpha_landing_feature03_wrapper .feature_title { color: #fff; margin-bottom: 12px; }
.section_alpha_landing_feature03_wrapper .sub_txt { color: rgba(255, 255, 255, 0.8); }

.section_alpha_landing_feature03_wrapper .feature_report {
    width: 1060px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 60px;
}

.feature_report .feature_report_img_wrap {
    position: relative;
    width: calc((100% / 2) - 32px);
    height: 343px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.3);
    overflow: hidden;
    z-index: 1;


}

.feature_report_img_wrap > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.feature_report_img_wrap .feature_report_overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    padding: 32px;
    border-radius: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(2.5px);
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature_report_overlay span:first-child { margin-bottom: 6px; }
.feature_report_overlay span {
    display: block;
    word-break: break-word;
}

.feature_report_overlay .service_lock {
    width: 107px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 auto;
    padding: 4px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.20);
}

.feature03_cta span {
    width: fit-content;
    display: block;
    padding: 12px 20px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
}

/* alpha report landing page - AD free */
:root {
    --tp-emerald: #00c471;
    --tp-dark: #0a0f1d;
    --tp-ad-red: #ef4444;
}

#service_landing .section_alpha_landing_AD_free_wrapper {
    padding: 120px 0;
    position: relative;
    text-align: center;
}

.section_alpha_landing_AD_free_wrapper .alpha_landing_AD_free_header { margin-bottom: 60px; }

.alpha_landing_AD_free_header span {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #4379FF;
}

.alpha_landing_AD_free_header p {
    margin-top: 12px;
    font-size: 16px;
    color: #C4C7D3;
}

.section_alpha_landing_AD_free_wrapper .ad_free {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.ad_free > span {
    width: 380px;
    text-align: right;
    font-size: 180px;
    font-weight: 800;
    color: rgba(255,255,255,.1);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none;     /* IE 10+ */
    user-select: none;         /* 표준: 드래그/선택 방지 */
}

/* visual */
.section_alpha_landing_AD_free_wrapper .visual-scroller {
    position: relative;
    width: 100%;
    max-width: 540px;
    height: 380px;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 40px 80px -20px rgba(0, 0, 0, 0.8);
    border: 4px solid rgba(255, 255, 255, 0.05);
}

.visual-scroller .clean-layer {
    position: absolute; inset: 0; background: #1e293b; padding: 32px; z-index: 10;
    display: flex; flex-direction: column; gap: 16px; text-align: left;
}

.visual-scroller .ad-clutter-layer {
    position: absolute; inset: 0; background: #27272a; padding: 32px; z-index: 20;
    display: flex; flex-direction: column; gap: 12px; text-align: left;
    clip-path: inset(0 0 0 0);
    animation: adScan 4.5s infinite cubic-bezier(0.65, 0, 0.35, 1);
}

.visual-scroller .ad-box {
    background: rgba(239, 68, 68, 0.15);
    border: 2px solid #ef4444;
    color: #ef4444;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 900; border-radius: 10px;
}

.visual-scroller .scan-line {
    position: absolute; top: 0; bottom: 0; width: 6px;
    background: var(--tp-emerald);
    box-shadow: 0 0 40px 10px var(--tp-emerald);
    z-index: 30; left: 100%;
    animation: scanLineMove 4.5s infinite cubic-bezier(0.65, 0, 0.35, 1);
}
/* chart */
.visual-scroller .chart-container {
    height: 128px; width: 100%;
    background: linear-gradient(to top, rgba(0, 196, 113, 0.2), transparent);
    border-bottom: 4px solid var(--tp-emerald);
    margin-top: 24px; display: flex; align-items: flex-end; gap: 8px; padding: 16px;
    border-radius: 12px;
}
.chart-container .bar { width: 100%; border-radius: 2px 2px 0 0; }
.chart-container .bar-1 { background: rgba(0, 196, 113, 0.3); height: 25%; }
.chart-container .bar-2 { background: rgba(0, 196, 113, 0.5); height: 50%; }
.chart-container .bar-3 { background: var(--tp-emerald); height: 75%; box-shadow: 0 0 30px rgba(0,196,113,0.6); }
.chart-container .bar-4 { background: rgba(0, 196, 113, 0.8); height: 100%; }


.glow-green {
    color: var(--tp-emerald);
    text-shadow: 0 0 25px rgba(0, 196, 113, 0.8);
    font-style: italic;
    text-transform: uppercase;
}

.section_alpha_landing_AD_free_wrapper .remark {
    display: block;
    color: #91949C;
    margin-top: 60px;
}

/* alpha report landing - social proof */
#service_landing .section_alpha_landing_social_proof_wrap { background: #E9F4FF; }

#service_landing .section_alpha_landing_social_proof_wrapper {
    width: fit-content;
    flex-direction: column;
    gap: 60px;
}

.section_alpha_landing_social_proof_wrapper .alpha_landing_social_proof_header { text-align: center; }
.section_alpha_landing_social_proof_wrapper .alpha_landing_social_proof_header span:not(.blue_txt) { color: #111; }
.section_alpha_landing_social_proof_wrapper .alpha_landing_social_proof_header span {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1px;
}

.section_alpha_landing_social_proof_wrapper .alpha_landing_social_proof_header p {
    font-size: 20px;
    font-weight: 500;
}

.section_alpha_landing_social_proof_wrapper .alpha_report_reviews {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.alpha_report_reviews .review_item {
    width: 334px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    padding : 20px;

    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.alpha_report_reviews.active .review_item { opacity: 1; transform: translateY(0); }
.alpha_report_reviews .review_item:nth-child(1) { transition-delay: 0.1s; }
.alpha_report_reviews .review_item:nth-child(2) { transition-delay: 0.3s; }
.alpha_report_reviews .review_item:nth-child(3) { transition-delay: 0.5s; }

.review_item .star_rating {
    font-size: 20px;
    color: #FFB21A;
    letter-spacing: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.review_item p { font-size: 16px; }

.review_item .reviewer {
    display: flex;
    align-items: center;
    gap: 8px;
}

.reviewer .reviewer_name { font-size: 16px; }
.reviewer .reviewer_job { font-size: 13.3px; }

/* alpha report landing - CTA02 */
#service_landing .section_alpha_landing_CTA02_wrapper { flex-direction: column; }

.section_alpha_landing_CTA02_wrapper > span {
    font-size: 40px;
    text-align: center;
    letter-spacing: -1px;
    color: #4379FF;
}

.section_alpha_landing_CTA02_wrapper .alpha_landing_CTA02_list {
    display: flex;
    align-items: center;
    gap: 32px;
    margin: 0 auto;
}

.alpha_landing_CTA02_list .alpha_landing_CTA02_list_item {
    width: 296px; height: 232px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

.alpha_landing_CTA02_list .alpha_landing_CTA02_list_item:first-child { background: rgba(255, 255, 255, 0.1); }
.alpha_landing_CTA02_list .alpha_landing_CTA02_list_item:last-child {
    position: relative;
    border: 2px solid #4379FF;
    background: rgba(67, 121, 255, 0.20);
}

.alpha_landing_CTA02_list_item .CTA02_list_item_tag {
    position: absolute;
    top: 18px; right: -16px;
    background: #f65252;
    padding: 2px 8px;
    border-radius: 4px 4px 0 4px;
    z-index: 2;
}

.alpha_landing_CTA02_list_item .CTA02_list_item_tag::after {
    content: '';
    position: absolute;
    top: 100%; right: 0;
    width: 0; height: 0;
    border-style: solid;
    border-width: 8px 14px 0 0;
    border-color: #BD2A2A transparent transparent transparent;
}

.alpha_landing_CTA02_list_item .alpha_price:not(.annually) {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0;
}

.alpha_landing_CTA02_list_item a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 4px;
    color: #fff;
}

.alpha_landing_CTA02_list_item:first-child a span { background: rgba(255, 255, 255, 0.20); }
.alpha_landing_CTA02_list_item:last-child a span { background: #4379FF; }

/* alpha report landing - family service */
#service_landing .section_alpha_landing_family_service_wrap {
    display: flex;
    justify-content: center;
    background: #F7F7FA;
}

#service_landing .section_alpha_landing_family_service_wrapper {
    width: fit-content;
    text-align: center;
    padding: 80px 0;
}

.section_alpha_landing_family_service_wrapper .alpha_landing_family_service_header p {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 12px;
}

.section_alpha_landing_family_service_wrapper .family_services {
    display :flex;
    align-items: flex-start;
    gap: 12px;
}

.family_services .family_service_box {
    width: 479px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    border-radius: 12px;
    text-align: left;
    color: #fff;
}

.family_services .family_service_box.academy { background: linear-gradient(180deg, #632CFF 0%, #BB7CFF 100%); }
.family_services .family_service_box.pro { background: linear-gradient(180deg, #D93636 0%, #FF6060 100%); }
.family_service_box p { font-weight: 500; }

.family_service_box .family_service_box_header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.family_service_box a span {
    width: fit-content;
    display: flex;
    gap: 4px;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 4px;
}

.family_service_box a img {
    filter: brightness(0) invert(1);
}

.family_service_box a span.academy { background: #681AEF; }
.family_service_box a span.pro { background: #D73333; }

/* alpha report landing - faq */
#service_landing .section_alpha_landing_faq_wrap { background: #fff; }

#service_landing .section_alpha_landing_faq_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.section_alpha_landing_faq_wrapper .alpha_landing_faq_header { font-size: 40px; }

#service_landing .common_faq_wrap { width: 1184px; }

/* alpha report landing - CTA */
#service_landing .section_alpha_landing_CTA_wrap {
    width: 100%;
    background: #131E3B;
    transform: none;
}

#service_landing .section_alpha_landing_CTA_wrap.is_fixed {
    position: fixed;
    bottom: 0; left: 0;
    transform: translateY(0);
    z-index: 30;
    animation: slideUp 0.3s ease-in-out;
}

.section_alpha_landing_CTA_wrap .section_alpha_landing_CTA_wrapper {
    width: 1112px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0;
}

.section_alpha_landing_CTA_wrapper .CTA_right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.CTA_right del {
    color: rgba(255, 255, 255, .6);
    margin-left: 4px;
}

.section_alpha_landing_CTA_wrapper .btn_scroll_to_cta span { height: 52px; background: #366DF5; }

/* ----- alpha report landing ----- */

/* ----- academy landing ----- */
#service_landing.service_academy_landing_wrap h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

#service_landing .common_landing_wrapper {
    width: fit-content;
    padding: 120px 0;
    margin: 0 auto;
}

/* academy landing - hero */
#service_landing .section_academy_landing_hero_wrap {
    background: url('../../../images/tokenpost_new/service/hero_bg_academy.png') no-repeat bottom / cover;
}

.section_academy_landing_hero_wrap .section_academy_landing_hero_wrapper {
    width: fit-content;
    padding: 64px 0 73px 0;
    margin: 0 auto;
}

.section_academy_landing_hero_wrapper .academy_landing_hero_header { text-align: center; }

.academy_landing_hero_header h1 {
    font-family: 'GmarketSans';
    font-size: 70px;
    font-weight: 500;
    line-height: 1.26;
}

.academy_landing_hero_header h1 span {
    font-weight: 700;
    background: linear-gradient(180deg, #A357FF 0%, #CF56FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.academy_landing_hero_header p {
    color: #E3E4E9;
    font-weight: 500;
    margin: 30px 0;
    opacity: 0.7;
}

.academy_landing_hero_img_wrapper { width: 1321px; }
.academy_landing_hero_img_wrapper img {
    /*width: 100%;*/
    display: block;
    margin: 50px auto 0;
}

.section_academy_landing_hero_wrapper .btn_scroll_to_cta {
    display: block;
    width: 225px;
    margin: 0 auto;
}

.section_academy_landing_hero_wrapper .btn_scroll_to_cta span,
.section_academy_landing_benefit_wrapper a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    padding: 0 20px;
    letter-spacing: -0.5px;
    white-space: nowrap;
    border-radius: 4px;
    background: #7C00FF;
    margin: 0 auto;
}

/* academy landing - heading */
#service_landing .section_academy_landing_heading_wrapper h3 { color: #111; }

.section_academy_landing_heading_wrapper .academy_landing_heading_items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.academy_landing_heading_items .academy_landing_heading_item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 900px; height: 108px;
    border-radius: 162px;
    padding: 0 65px;
    background: #7C00FF;

}

.academy_landing_heading_items .academy_landing_heading_items_inner:first-child { margin-top: 88px; }
.academy_landing_heading_items .academy_landing_heading_items_inner:last-child { margin-top: 80px; }

.academy_landing_heading_item .academy_landing_heading_img { width: fit-content; height: fit-content; }
.academy_landing_heading_item .academy_landing_heading_img { position: relative; }
.academy_landing_heading_item .academy_landing_heading_img::after {
    content: '';
    display: block;
    width: 100%; height: 30px;
    position: absolute;
    left: 0; right: 0; bottom: 0;
    background: linear-gradient(180deg, rgba(124, 0, 255, 0.00) 0%, #7C00FF 100%);
}

.academy_landing_heading_img img {
    display: block;
    height: auto;
    border: none;
    outline: none;
    shape-rendering: crispEdges; /* 경계선을 픽셀에 딱 맞게 강제함 */
    -webkit-backface-visibility: hidden; /* GPU 가속 유도로 잔상 제거 */
    backface-visibility: hidden;
}

.academy_landing_heading_items .academy_landing_heading_item p {
    font-weight: 600;
    line-height: 108px;
}

/* academy landing - feature01 */
#service_landing .section_academy_landing_feature01_wrap { background: #0E0C38; }
.section_academy_landing_feature01_wrap h3 { font-weight: 800; margin-bottom: 80px; }

.section_academy_landing_feature01_wrapper .academy_landing_feature01_list { display: flex; gap: 32px; }

.academy_landing_feature01_list .academy_landing_feature01_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.academy_landing_feature01_list_item .step_number {
    font-weight: 800;
    width: 36px; height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #9C4bff;
    box-shadow: 0 0 24.8px 0 #C73AFF;
    position: relative;
}

.academy_landing_feature01_list_item .step_number::after {
    content: '';
    position: absolute;
    top: 100%; left: 50%;
    transform: translateX(-50%);
    width: 1px; height: 46px;
    background: #9C4bff;
}

.academy_landing_feature01_list_item .academy_landing_feature01_list_box {
    width: 406px; height: 197px;
    padding: 32px;
    border-radius: 10px;
    border: 1px solid #9C4bff;
    background: rgba(255,255,255,.1);
    box-shadow: 0 0 6.7px 0 rgba(0,0,0, .12);
    margin-top: 46px;
}

.academy_landing_feature01_list_box span { display: block; color: #9C4BFF; }
.academy_landing_feature01_list_box p { font-weight: 500; }


/* academy landing - detail */
#service_landing .section_academy_landing_detail_wrap { background: #0A091B; }

.section_academy_landing_detail_wrapper .academy_landing_detail_list {
    width: 1124px;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    border-radius: 10px;
    outline: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 0 28px 0 #a33aff;
    overflow: hidden;
}

.academy_landing_detail_list .academy_landing_detail_list_item {
    width: 50%;
    padding: 33px 56px;
    position: relative;
    z-index: 1;
}

.academy_landing_detail_list .academy_landing_detail_list_item.r_arrow { background: #3A1F5F; z-index: 5; }
.academy_landing_detail_list .academy_landing_detail_list_item.b_arrow { background: #4B247B; z-index: 4; }
.academy_landing_detail_list .academy_landing_detail_list_item.l_arrow { background: #7838C5; z-index: 3; }
.academy_landing_detail_list .academy_landing_detail_list_item.end { background: #9C4BFF; z-index: 1;}

.academy_landing_detail_list_item:not(.end)::after {
    content: '';
    position: absolute;
    display: block;
    width: 0; height: 0;
    border-style: solid;
}

.academy_landing_detail_list_item.r_arrow::after {
    top: 50%; left: 100%;
    transform: translateY(-50%);
    border-width: 19px 0 19px 33px;
    border-color: transparent transparent transparent #3A1F5F;
}

.academy_landing_detail_list_item.b_arrow::after {
    top: 100%; left: 50%;
    transform: translateX(-50%);
    border-width: 33px 19px 0 19px;
    border-color: #4B247B transparent transparent transparent;
}

.academy_landing_detail_list_item.l_arrow::after {
    top: 50%; right: 100%;
    transform: translateY(-50%);
    border-width: 19px 33px 19px 0;
    border-color: transparent #7838C5 transparent transparent;
}

.academy_landing_detail_list_item .step_number {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 50px;
    text-align: center;
}

.academy_landing_detail_list_item.r_arrow .step_number,
.academy_landing_detail_list_item.b_arrow .step_number { background: #9c4bff; }
.academy_landing_detail_list_item.l_arrow .step_number { background: rgba(0,0,0,.3); }
.academy_landing_detail_list_item.end .step_number { background: rgba(0,0,0,.2); }

.academy_landing_detail_list_item h5 { font-size: 30px; }
.academy_landing_detail_list_item p { margin: 20px 0; font-weight: 500; }

.academy_landing_detail_list_item ol {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid rgba(241, 245, 249, 0.5);
    font-weight: 700;
}

.academy_landing_detail_list_item ol li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.8);
}

.academy_landing_detail_list_item ol li .bullet {
    display: block;
    width: 4px; height: 4px;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    margin-left: 5px;
}

/* academy landing - benefit */
#service_landing .section_academy_landing_benefit_wrap {
    /*background: url('../../../images/tokenpost_new/service/landing_bg_academy.png') no-repeat center / cover,*/
    /*            radial-gradient(50% 50% at 50% 50%, #9827DA 0%, #370757 18.75%, #060925 100%);*/

    background: url('../../../images/tokenpost_new/service/landing_bg_academy_1x.jpg') no-repeat center / cover;
}

.section_academy_landing_benefit_wrapper .academy_landing_benefit_header h3 span { color: #fbc56d; }
.academy_landing_benefit_header p { color: rgba(255, 255, 255, 0.8); margin-top: 14px; }

.section_academy_landing_benefit_wrapper .academy_landing_benefit_card {
    position: relative;
    width: 310px; height: 410px;
    margin: 0 auto;
    z-index: 1;
}

.academy_landing_benefit_card .glow_row {
    position: absolute;
    background: radial-gradient(35.21% 50.74% at 50% 50%, #DAB7FF 0%, #7C00FF 37.98%, rgba(124, 0, 255, 0.00) 93.75%);
    animation: glow_blink 2s infinite alternate;
    z-index: 0;
}

.glow_row.top    { top: -18px; left: 50%; transform: translateX(-50%); width: 150%; height: 35px; }
.glow_row.right  { top: 50%; right: -18px; transform: translateY(-50%); width: 35px; height: 100%; }
.glow_row.bottom { bottom: -18px; left: 50%; transform: translateX(-50%); width: 150%; height: 35px; }
.glow_row.left   { top: 50%; left: -18px; transform: translateY(-50%); width: 35px; height: 100%; }

.academy_landing_benefit_card .benefit_card_info {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    z-index: 3;
}

.benefit_card_info .coming_soon {
    display: block;
    font-size: 13px;
    padding: 4px 20px;
    border-radius: 50px;
    background: rgba(255,255,255,.3);
}

.benefit_card_info span { color: #fff; }
.benefit_card_info p { color: #DADADA; margin-top: 16px; }

.academy_landing_benefit_card .benefit_card_img { position: relative; z-index: 2; }

.section_academy_landing_benefit_wrapper a {
    display: block;
    width: 217px;
    margin: 40px auto 0;
}

.section_academy_landing_benefit_wrapper > p {
    color: #B6AFCF;
    font-weight: 500;
    text-align: center;
    margin-top: 30px;
}

/* academy landing - CTA01 */
.section_academy_landing_CTA01_wrapper h3.heading_44 {
    font-size: 44px;
    margin-bottom: 80px;
}

.section_academy_landing_CTA01_wrapper .academy_landing_CTA01_list {
    display: flex;
    gap: 32px;
}

.academy_landing_CTA01_list .academy_landing_CTA01_list_item {
    width: 296px;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
}

.academy_landing_CTA01_list .academy_landing_CTA01_list_item:first-child { border: 1px solid #ededed; }
.academy_landing_CTA01_list .academy_landing_CTA01_list_item:last-child { position: relative; border: 2px solid #7C00FF; }

.academy_landing_CTA01_list_item:first-child span { color: #111; }
.academy_landing_CTA01_list_item:last-child > span { color: #7C00FF; }

.academy_landing_CTA01_list_item .CTA01_list_item_tag {
    position: absolute;
    top: 18px; right: -16px;
    background: #f65252;
    padding: 2px 8px;
    border-radius: 4px 4px 0 4px;
    z-index: 2;
}

.academy_landing_CTA01_list_item .CTA01_list_item_tag::after {
    content: '';
    position: absolute;
    top: 100%; right: 0;
    width: 0; height: 0;
    border-style: solid;
    border-width: 8px 14px 0 0;
    border-color: #BD2A2A transparent transparent transparent;
}

.academy_landing_CTA01_list_item .academy_price_wrap { margin: 16px 0; }

.academy_price_wrap .academy_price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.academy_price_wrap .academy_price.annually span { color: #767676 !important; }

.academy_landing_CTA01_list_item:last-child .academy_price span { color: #111; }

.academy_landing_CTA01_list_item p { color: #333; }

.academy_landing_CTA01_list_item a span { width: 100%; font-weight: 500; }
.academy_landing_CTA01_list_item:first-child a span { color: #767676; }
.academy_landing_CTA01_list_item:last-child a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    background: #7c00ff;
}

/* academy landing - feature02 */
#service_landing .section_academy_landing_feature02_wrap { background: #FBF8FF; }

#service_landing .section_academy_landing_feature02_wrapper {
    /*width: fit-content;*/
    max-width: 1108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*gap: 40px;*/
    padding: 134px 0;
    margin: 0 auto;
}

#service_landing.service_academy_landing_wrap
.academy_landing_feature02_right h3 {
    color: #a148ff;
    text-align: left;
}

.academy_landing_feature02_right p {
    color: #111;
    font-weight: 500;
    margin: 40px 0;
}

.academy_landing_feature02_right a span {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    padding: 0 12px;
    border-radius: 4px;
    background: #7C00FF;
    line-height:48px;
}

.section_academy_landing_feature02_wrapper img { width: 591px; }

/* academy landing - CTA2 */
#service_landing .section_academy_landing_CTA02_wrap {
    width: 100%;
    border-top: 2px solid rgba(255, 255, 255, 0.20);
    background: #7C00FF;
    transform: none;
}

#service_landing .section_academy_landing_CTA02_wrap.is_fixed {
    position: fixed;
    bottom: 0; left: 0;
    transform: translateY(0);
    z-index: 30;
    animation: slideUp 0.3s ease-in-out;
}

.section_academy_landing_CTA02_wrap .section_academy_landing_CTA02_wrapper {
    width: 1112px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0;
}

.section_academy_landing_CTA02_wrapper .btn_scroll_to_cta div {
    height: 52px; line-height: 40px;
    font-weight: 500;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    padding: 6px 12px;
}

/* ----- academy landing ----- */

/* ----- bbr landing ----- */
#service_landing.service_bbr_landing_wrap h2 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -1px;
}

#service_landing.service_bbr_landing_wrap span.label {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #49D5BE;
}

/* bbr landing -main */
#service_landing .section_bbr_landing_main_wrapper {
    padding-top: 80px;
    background: #eefbf9;
    text-align: center;
}

.section_bbr_landing_main_wrapper .bbr_landing_main_img_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
}

.bbr_landing_main_img_wrapper img{ display: block; }

.section_bbr_landing_main_wrapper > p {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    margin: 36px 0;
}

.section_bbr_landing_main_wrapper .btn_bbr_cta1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    padding: 6px 20px;
    border-radius: 4px;
    background: #49D5BE;
    letter-spacing: -0.5px;
}

.section_bbr_landing_main_wrapper .bbr_landing_main_list_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 88px 0;
    background: linear-gradient(180deg, #EDFBF9 0%, #FFF 100%);
}

.bbr_landing_main_list_wrapper .bbr_landing_main_list_item {
    width: 225px;
    padding: 18px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 16px 15px 1px rgba(0, 0, 0, 0.04);
}

.bbr_landing_main_list_item .list_num {
    color: #49d5be;
    line-height: 20.8px;
}

.bbr_landing_main_list_item .list_num::after {
    content: '';
    display: block;
    width: 14px; height: 2px;
    opacity: 0.3;
    background: #49D5BE;
    margin: 12px auto;
}

.bbr_landing_main_list_item span:not(.list_num) { font-size: 22px; }

/* bbr landing - feature */
.section_bbr_landing_feature_wrap .section_bbr_landing_feature_wrapper {
    width: fit-content;
    margin: 103px auto;
}

.section_bbr_landing_feature_wrapper .bbr_landing_feature_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 46px;
}

.bbr_landing_feature_header_right span,
.bbr_landing_feature_header h2 span { color: #49D5BE; }
.bbr_landing_feature_header_right h2 { color: #000; margin: 8px 0 28px 0; }
.bbr_landing_feature_header_right p { color: #333; font-weight: 500;}

.section_bbr_landing_feature_wrapper .bbr_landing_feature_list_wrap {
    display: flex;
    align-items: center;
    gap: 32px;
}

.bbr_landing_feature_list_wrap .bbr_landing_feature_list_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    align-self: stretch;
    gap: 16px;
    width: 302px;
    padding: 20px;
    border-radius: 10px;
    background: #EEFBF9;
}

.bbr_landing_feature_list_item span { color: #111; }
.bbr_landing_feature_list_item p { color: #333; }

/* bbr landing - theme */
.section_bbr_landing_theme_wrap .section_bbr_landing_theme_wrapper {
    width: fit-content;
    margin: 120px auto;
}

.section_bbr_landing_theme_wrapper .bbr_landing_theme_header { text-align: center; margin-bottom: 80px; }
.bbr_landing_theme_header span { color: #49D5BE; }
.bbr_landing_theme_header h2 { color: #000; }

.section_bbr_landing_theme_wrapper .bbr_landing_theme {
    display: flex;
    height: 545px;
    border-radius: 10px;
    box-shadow: 0 16px 15px 0 rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.bbr_landing_theme .bbr_landing_theme_mag { width: 480px; padding: 40px; }

.bbr_landing_theme .bbr_landing_theme_mag.left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(270deg, #F0F0F0 0%, #FFF 2.68%);
    box-shadow: 0 16px 15px 1px rgba(0, 0, 0, 0.04);
    border-radius: 0 10px 0 0;
}

.bbr_landing_theme .bbr_landing_theme_mag.right {
    border-left: 1px solid #EBEBF0;
    border-radius: 10px 0 0 0;
    background: linear-gradient(270deg, #FFF 97%, #F0F0F0 100%);
}

.bbr_landing_theme_mag .bbr_landing_theme_mag_header span:not(.label) {
    display: block;
    margin: 8px 0;
    color: #111;
}

.section_bbr_landing_theme_wrapper .bbr_landing_theme_mag_list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 36px;
}

.bbr_landing_theme_mag_list .bbr_landing_theme_mag_list_item {
    display: flex;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    color: #111;
}

.bbr_landing_theme_mag_list_item .line {
    display: block;
    height: 1px;
    flex-grow: 1;
    flex-basis: 0;
    background: #111;
    opacity: 0.2;
}

.bbr_landing_theme_mag_list_item p { font-weight: 500; }

/* bbr landing - shop */
#service_landing .section_bbr_landing_shop_wrap { background: #eefbf9; }

.section_bbr_landing_shop_wrap .section_bbr_landing_shop_wrapper {
    width: fit-content;
    padding: 88px 0;
    margin: 0 auto;
}

.section_bbr_landing_shop_wrapper h1 {
    font-size: 56px;
    color: #111;
    text-align: center;
    font-weight: 700;
    margin-bottom: 46px;
}

.section_bbr_landing_shop_wrapper .bbr_landing_shop {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 16px 15px 1px rgba(0, 0, 0, 0.04);
}

.bbr_landing_shop .bbr_landing_shop_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
}

.bbr_landing_shop_top_header .bbr_price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.bbr_landing_shop_right .bbr_landing_shop_check_list {
    padding-top: 16px;
    border-top: 1px solid #EDEDED;
}

.bbr_landing_shop_check_list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bbr_landing_shop_check_list .circle {
    width: 20px; height: 20px;
    padding: 1px  4px;
    border-radius: 50%;
    background: rgba(73, 213, 190, 0.20);
}

.bbr_landing_shop_right .bbr_cta2_wrap { position: relative; }

.bbr_cta2_wrap .tooltip_bbr_cta2 {
    position: absolute;
    top: -100%; left: 50%;
    transform: translateX(-50%);
    color: #333;
    white-space: nowrap;
    padding: 3px 8px;
    border-radius: 4px;
    background: #EBEEF5;
    animation: floating 2s ease-in-out infinite;
}

.bbr_cta2_wrap .tooltip_bbr_cta2::after {
    content: '';
    position: absolute;
    left: 50%; bottom: -6px;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #EBEEF5;
    z-index: -1;
}

.bbr_cta2_wrap .btn_bbr_cta2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 258px;
    border-radius: 4px;
    background: #49D5BE;
    letter-spacing: -0.5px;
}

/* bbr landing - social proof */
#service_landing .section_bbr_landing_social_proof_wrap { background: #DBF5F1; }

.section_bbr_landing_social_proof_wrap .section_bbr_landing_social_proof_wrapper {
    width: fit-content;
    padding: 88px 0;
    margin: 0 auto;
}

.section_bbr_landing_social_proof_wrapper h2 { text-align: center; margin-bottom: 42px; }

.section_bbr_landing_social_proof_wrapper .bbr_landing_social_proof {
    display: flex;
    align-items: center;
    gap: 32px;
}

.bbr_landing_social_proof .review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
    align-self: stretch;
    width: 334px;
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 16px 15px 0 rgba(0, 0, 0, 0.06);
}

.review .quote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
    gap: 12px;
    word-break: break-all;
}

.quote img:last-child { align-self: flex-end; }

.review .reviewer {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* bbr landing - faq */
#service_landing .section_bbr_landing_faq_wrapper h2 { text-align: center; }
.section_bbr_landing_faq_wrap .faq_answer a { text-decoration: underline !important; }

/* bbr landing - CTA */
#service_landing .section_bbr_landing_CTA_wrap {
    text-align: center;
    background: linear-gradient(180deg, #FFF 29.81%, #CEFEF6 100%);
}

.section_bbr_landing_CTA_wrapper img {
    display: block;
    margin: 0 auto 36px;
}

.section_bbr_landing_CTA_wrapper p { color: #333; }

.section_bbr_landing_CTA_wrapper .btn_bbr_cta3 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    padding: 6px 20px;
    border-radius: 4px;
    background: #49D5BE;
    letter-spacing: -0.6px;
    margin-top: 46px;
}
/* ----- bbr landing ----- */

/* alpha report landing animation */
@keyframes adScan {
    0%, 25% { clip-path: inset(0 0 0 0); }
    55%, 85% { clip-path: inset(0 100% 0 0); }
    100% { clip-path: inset(0 0 0 0); }
}
@keyframes scanLineMove {
    0%, 25% { left: 100%; }
    55%, 85% { left: 0%; }
    100% { left: 100%; }
}

@keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

/* academy landing page animation */
@keyframes glow_blink {
    0% { opacity: 0.3; }
    100% { opacity: 1; }
}

/* bbr landing page animation */
@keyframes floating {
    0% { transform: translateX(-50%) translateY(3px) }
    50% { transform: translateX(-50%) translateY(6px); }
    100% { transform: translateX(-50%) translateY(3px); }
}

@media (max-width: 1399px) {
    /* alpha report landing */
    #service_landing .heading_right { align-items: center; }
    #service_landing .heading_card:nth-child(even) { align-self: center; }
    .alpha_report_reviews .review_item { width: 302px; }
    #service_landing .common_faq_wrap { width: 914px; }
    .section_alpha_landing_CTA_wrap .section_alpha_landing_CTA_wrapper { width: 898px; }

    .ad_free > span {
        width: 194px;
        font-size: 92px;
        text-align: center;
    }

    .section_alpha_landing_feature03_wrapper .feature_report { width: 970px; }

    /* academy landing */
    .academy_landing_hero_img_wrapper { width: 870px; aspect-ratio: 178/109; }
    .academy_landing_hero_img_wrapper img { width: 100%; height: auto; }

    .section_academy_landing_feature01_wrapper .academy_landing_feature01_list { gap: 12px; }
    .academy_landing_feature01_list_item .academy_landing_feature01_list_box {
        width: 315px;
        display: flex;
        flex-direction: column;
        padding: 20px;
    }
    .academy_landing_feature01_list_box p {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section_academy_landing_detail_wrapper .academy_landing_detail_list { width: 970px; }
    .academy_landing_detail_list .academy_landing_detail_list_item { display: flex; flex-direction: column; }
    .academy_landing_detail_list_item .step_number { width: fit-content; }
    .academy_landing_detail_list_item .step_number { width: fit-content; }
    .academy_landing_detail_list_item p {
        flex-grow: 1;
        display: flex;
        align-items: center;
    }

    #service_landing .section_academy_landing_feature02_wrapper { max-width: 970px; }
    .section_academy_landing_feature02_wrapper img { width: 420px; }

    .section_academy_landing_CTA02_wrap .section_academy_landing_CTA02_wrapper { width: 898px; }

    /* bbr landing */
    .section_bbr_landing_feature_wrapper .bbr_landing_feature_list_wrap { gap: 12px; }

    .section_bbr_landing_social_proof_wrapper .bbr_landing_social_proof { gap: 12px; }
    .bbr_landing_social_proof .review { width: 315px; }
}


@media (max-width: 720px) {
    /* alpha report landing */
    .common_alpha_landing_wrapper { padding: 80px 0; }

    #service_landing .section_alpha_landing_hero_wrap { padding: 80px 0;}
    #service_landing .section_alpha_landing_hero_wrapper > img {
        display: block;
        width: 219px;
        margin: 0 auto;
    }

    #service_landing .alpha_title {
        font-size: 36px;
        margin-bottom: 60px;
    }

    #service_landing .alpha_title_wrap p { font-weight: 400; }

    #service_landing .section_alpha_landing_heading_wrapper {
        flex-direction: column;
        text-align: center;
        padding: 40px 0;
    }

    #service_landing .heading_left { gap: 16px; }
    #service_landing .heading_left p { font-weight: 500;  margin-bottom: 56px; }
    #service_landing .heading_title span { font-size: 28px; }

    #service_landing .heading_right {
        width: 100%;
        justify-content: center;
    }

    #service_landing .heading_card  {
        width: calc(100% - 32px);
        padding: 20px;
        text-align: left;
    }

    #service_landing .heading_card_header span { font-size: 20px; }
    #service_landing .heading_card p { font-size: 14px; }

    .heading_card img { width: 40px; }

    #service_landing .feature_title { font-size: 28px;}

    #service_landing .feature01_wrapper { flex-direction: column-reverse; }

    #service_landing .feature01_inner,
    .section_alpha_landing_feature02_inner .alpha_cate_descriptions {
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    #service_landing .feature01_item_box { padding: 20px; }
    #service_landing .feature01_box_header { font-size: 24px; }

    #service_landing .section_alpha_landing_feature02_wrap .sub_txt { font-size: 16px; }

    .section_alpha_landing_feature02_inner .alpha_cate { width: 100vw; gap: 12px; }
    .section_alpha_landing_feature02_inner .alpha_cate li {
        width: calc((100% - 68px) / 4);
        font-size: 14px;
    }

    .section_alpha_landing_feature02_inner .alpha_cate_description.current  {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .alpha_cate_description img[alt="alpha_category_asset3"] { width: 60px; }
    .alpha_cate_description img:not([alt="alpha_category_asset3"]) {
        margin-right: 0;
        margin-left: -20px;
        margin-top: -5px;
        height: 70px;
    }

    #service_landing .section_alpha_landing_feature02_inner .alpha_cate_descriptions { padding: 20px;}
    .alpha_cate_description .description span { font-size: 22px; margin-top: 16px; letter-spacing: -0.55px; }
    .alpha_cate_description .description p { font-size: 16px; }

    .section_alpha_landing_feature03_wrapper .feature_report {
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }

    .feature_report .feature_report_img_wrap { width: 343px; height: 192px; }
    .feature_report_img_wrap .feature_report_overlay { padding: 0; }

    .alpha_landing_AD_free_header span { font-size: 28px; }

    .section_alpha_landing_AD_free_wrapper .visual-scroller {
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    #service_landing .section_alpha_landing_social_proof_wrapper { gap: 44px; }
    .section_alpha_landing_social_proof_wrapper .alpha_landing_social_proof_header span { font-size: 28px; }
    .section_alpha_landing_social_proof_wrapper .alpha_landing_social_proof_header p { font-size: 16px; }

    .section_alpha_landing_social_proof_wrapper .alpha_report_reviews {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .alpha_report_reviews .review_item { width: calc(100% - 32px); }

    .review_item > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .section_alpha_landing_CTA02_wrapper .alpha_landing_CTA02_list { flex-direction: column-reverse; }
    .alpha_landing_CTA02_list .alpha_landing_CTA02_list_item { width: calc(100vw - 54px); height: auto; }
    .section_alpha_landing_CTA02_wrapper > span { font-size: 28px; }

    .section_alpha_landing_family_service_wrapper .family_services {
        width: 100vw;
        flex-direction: column;
        align-items: center;
    }

    .family_services .family_service_box {
        width: calc(100% - 32px);
    }

    .section_alpha_landing_faq_wrapper .alpha_landing_faq_header { font-size: 28px; }

    #service_landing .common_faq_wrap { width: calc(100vw - 74px); }


    #service_landing .section_alpha_landing_CTA_wrap.is_fixed {
        bottom: 61px;
        animation: none;
        transition: transform 0.3s ease-in-out;
    }

    .section_alpha_landing_CTA_wrap .section_alpha_landing_CTA_wrapper { width: calc(100% - 32px); }

    .section_alpha_landing_CTA_wrapper .CTA_right { gap: 4px; }
    .CTA_right del { font-size: 13px; }

    .section_alpha_landing_CTA_wrapper .btn_scroll_to_cta span {
        height: 36px;
        font-size: 12px;
        padding: 8px;
    }

    /* academy landing page */
    #service_landing.service_academy_landing_wrap h3 { font-size: 28px; }
    .service_academy_landing_wrap .common_landing_wrapper { padding: 80px 0; }

    #service_landing .section_academy_landing_hero_wrap {
        background: url('../../../images/tokenpost_new/service/landing_bg_academy_mo.png') no-repeat bottom / cover;
    }
    /*.academy_landing_hero_header h1 { font-size: 37px; }*/
    .section_academy_landing_hero_wrapper .hero_academy_header { width: calc(100vw - 32px); }
    .hero_academy_header img { width: 100%; }

    .section_academy_landing_hero_wrapper .btn_scroll_to_cta span { width: 188px; height: 40px; }
    .academy_landing_hero_img_wrapper { width: calc(100vw - 32px); margin-top: 60px; }

    .academy_landing_heading_items .academy_landing_heading_item {
        width: 343px; height: 76px;
        padding: 0 36px;
    }
    .academy_landing_heading_items .academy_landing_heading_item p {
        line-height: 1.5;
        padding: 14px 0;
    }
    .academy_landing_heading_items .academy_landing_heading_items_inner:first-child { margin-top: 14px; }
    .academy_landing_heading_items .academy_landing_heading_items_inner:last-child { margin-top: 16px; }
    .academy_landing_heading_item .academy_landing_heading_img::after { height: 15px; }

    .section_academy_landing_feature01_wrap h3 { margin-bottom: 40px; }
    .section_academy_landing_feature01_wrapper .academy_landing_feature01_list { flex-direction: column; gap: 32px; }
    .academy_landing_feature01_list_item .academy_landing_feature01_list_box {
        width: 343px;
        padding: 3px;
        justify-content: center;
    }
    .academy_landing_feature01_list_box p {
        flex-grow: 0;
        display: block;
    }

    .section_academy_landing_detail_wrapper .academy_landing_detail_list {
        width: calc(100vw - 32px);
        flex-direction: column;
        margin: 0 auto;
    }
    .academy_landing_detail_list .academy_landing_detail_list_item {
        width: 100%;
        padding: 20px;
    }
    .academy_landing_detail_list_item.r_arrow::after {
        top: 100%; left: 50%;
        transform: translateX(-50%);
        border-width: 22px 12.5px 0 12.5px;
        border-color: #3A1F5F transparent transparent transparent;
    }
    .academy_landing_detail_list_item.l_arrow::after {
        top: 100%; left: 50%;
        transform: translateX(-50%);
        border-width: 22px 12.5px 0 12.5px;
        border-color: #7838C5 transparent transparent transparent;
    }
    .academy_landing_detail_list_item.b_arrow::after { border-width: 22px 12.5px 0 12.5px; }
    .academy_landing_detail_list_item h5 { font-size: 20px; }

    .academy_landing_benefit_header p { text-align: center; margin-top: 12px; }
    .glow_row.top, .glow_row.bottom { width: 370px; }

    .section_academy_landing_CTA01_wrapper h3.heading_44 { margin-bottom: 24px; }
    .section_academy_landing_CTA01_wrapper .academy_landing_CTA01_list { flex-direction: column-reverse; }
    .academy_landing_CTA01_list .academy_landing_CTA01_list_item { width: calc(100vw - 54px); }

    #service_landing .section_academy_landing_feature02_wrapper { max-width: 100%; flex-direction: column-reverse; padding: 80px 0; }
    #service_landing.service_academy_landing_wrap .academy_landing_feature02_right h3,
    .academy_landing_feature02_right { width: calc(100vw - 32px); text-align: center; }
    .academy_landing_feature02_right p { font-size: 15px; margin: 16px 0 32px 0; }
    .section_academy_landing_feature02_wrapper img { width: 267px; }

    #service_landing .section_academy_landing_CTA02_wrap.is_fixed { transform: translateY(0); }
    #service_landing .section_academy_landing_CTA02_wrap.is_fixed.nav_active {
        transform: translateY(-61px);
        transition: transform .3s ease-in-out;
    }
    .section_academy_landing_CTA02_wrap .section_academy_landing_CTA02_wrapper { width: 100%; padding: 12px 16px; }
    .section_bbr_landing_main_wrapper .bbr_landing_main_img_wrapper { gap: 10px; }
    .section_academy_landing_CTA02_wrapper .btn_scroll_to_cta div { height: 40px; line-height: 28px }

    /* bbr landing page */
    #service_landing.service_bbr_landing_wrap h2 { font-size: 32px; }

    #service_landing .section_bbr_landing_main_wrapper { padding-top: 40px; }
    .bbr_landing_main_img_wrapper img[alt='bbr_main'] { width: 329px; }
    .section_bbr_landing_main_wrapper > p {
        font-size: 18px;
        letter-spacing: -0.45px;
        margin: 40px 0;
    }
    .section_bbr_landing_main_wrapper .btn_bbr_cta1 {
        height: 40px;
        letter-spacing: -0.4px;
    }
    .section_bbr_landing_main_wrapper .bbr_landing_main_list_wrapper {
        flex-wrap: wrap;
        padding: 80px 0;
    }
    .bbr_landing_main_list_wrapper .bbr_landing_main_list_item { width: calc((100% - 40px) / 2);}
    .bbr_landing_main_list_item span:not(.list_num) { font-size: 20px; }
    .bbr_landing_main_list_item p { white-space: nowrap; }

    .section_bbr_landing_feature_wrap .section_bbr_landing_feature_wrapper { margin: 80px auto; }
    .section_bbr_landing_feature_wrapper .bbr_landing_feature_header {
        flex-direction: column;
        text-align: center;
        margin-bottom: 40px;
    }
    .section_bbr_landing_feature_wrapper .bbr_landing_feature_list_wrap { flex-direction: column; }
    .bbr_landing_feature_list_wrap .bbr_landing_feature_list_item { width: calc(100vw - 20px); }

    .section_bbr_landing_theme_wrapper .bbr_landing_theme { flex-direction: column; }
    .bbr_landing_theme .bbr_landing_theme_mag { width: calc(100vw - 20px); padding: 20px; }
    .bbr_landing_theme .bbr_landing_theme_mag.left {
        flex-direction: row;
        align-items: flex-end;
        background: linear-gradient(0deg, #F0F0F0 0%, #FFF 2.68%);
        box-shadow: 0 16px 15px 1px rgba(0, 0, 0, 0.04);
        border-radius: 0;
    }
    .section_bbr_landing_theme_wrapper .bbr_landing_theme { height: fit-content; }
    #service_landing.service_bbr_landing_wrap .bbr_landing_theme_mag span.label { font-size: 14px; }
    .bbr_landing_theme_mag .bbr_landing_theme_mag_header span:not(.label) { margin: 8px 0 30px 0; }
    .bbr_landing_theme_mag_content_img_wrap {
        width: 101px; height: 71px;
        border-radius: 6px;
        overflow: hidden;
    }
    .bbr_landing_theme_mag_content_img_wrap img {
        width: 100%; height: 100%;
        object-fit: cover;
        object-position: center;
    }
    .section_bbr_landing_theme_wrapper .bbr_landing_theme_mag_list {
        gap: 16px;
        margin-top: 20px;
    }
    .bbr_landing_theme .bbr_landing_theme_mag.right {
        border-left: none;
        border-top: 1px solid #EBEBF0;
        background: linear-gradient(0deg, #FFF 97%, #F0F0F0 100%);
        border-radius: 0;
    }
    .bbr_landing_theme_mag_list .bbr_landing_theme_mag_list_item { gap: 8px; }
    .bbr_landing_theme_mag_list_item span { opacity: 0.5; }

    .section_bbr_landing_shop_wrapper h1 { font-size: 32px; }
    .section_bbr_landing_shop_wrapper .bbr_landing_shop {
        width: calc(100vw - 20px);
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
    .bbr_cta2_wrap .btn_bbr_cta2 { width: 100%; }

    #service_landing.service_bbr_landing_wrap .section_bbr_landing_social_proof_wrapper h2 { font-size: 28px; }
    .section_bbr_landing_social_proof_wrapper .bbr_landing_social_proof { flex-direction: column; }
    .bbr_landing_social_proof .review { width: calc(100vw - 20px); }

    #service_landing .section_bbr_landing_faq_wrapper.common_landing_wrapper { padding: 80px 0; }

    #service_landing .section_bbr_landing_CTA_wrapper.common_landing_wrapper { padding: 80px 0; }
    #service_landing.service_bbr_landing_wrap .section_bbr_landing_CTA_wrapper h2 { font-size: 20px; }
    .section_bbr_landing_CTA_wrapper .btn_bbr_cta3 {
        height: 36px;
        padding: 6px 12px;
        margin-top: 20px;
        letter-spacing: -0.4px;
    }
}

@media (max-width: 370px) {
    .academy_landing_heading_items_inner {
        width: 100%;
    }
    .academy_landing_heading_items .academy_landing_heading_item {
        width: 100%;
        height: auto;
        padding: 16px 24px;
        align-items: center;
    }
}